mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-02 06:57:36 +00:00
add text
This commit is contained in:
parent
65b6e7f6a8
commit
042da659f1
@ -174,6 +174,7 @@ const msg = {
|
||||
asTable: "As Table",
|
||||
toTheRight: "To The Right",
|
||||
legendValues: "Legend Values",
|
||||
minDuration: "Minimal Request Duration",
|
||||
seconds: "Seconds",
|
||||
hourTip: "Select Hour",
|
||||
minuteTip: "Select Minute",
|
||||
|
@ -178,6 +178,7 @@ const msg = {
|
||||
showLegend: "Mostrar leyenda",
|
||||
asTable: "Como tabla",
|
||||
toTheRight: "Derecha",
|
||||
minDuration: "Duración mínima de la solicitud",
|
||||
second: "s",
|
||||
yearSuffix: "Año",
|
||||
monthsHead: "Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Set_Oct_Nov_Dic",
|
||||
|
@ -171,6 +171,7 @@ const msg = {
|
||||
asTable: "作为表格",
|
||||
toTheRight: "在右边",
|
||||
legendValues: "图例值",
|
||||
minDuration: "最小请求持续时间",
|
||||
seconds: "秒",
|
||||
hourTip: "选择小时",
|
||||
minuteTip: "选择分钟",
|
||||
|
@ -16,7 +16,7 @@ limitations under the License. -->
|
||||
<template>
|
||||
<div class="profile-task">
|
||||
<div>
|
||||
<div class="label">{{ t("uriRegex") }}</div>
|
||||
<div class="label">URI Regex</div>
|
||||
<el-input size="small" class="profile-input" v-model="states.uriRegex" />
|
||||
</div>
|
||||
<div>
|
||||
@ -29,7 +29,7 @@ limitations under the License. -->
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<div class="label">{{ t("when4xx") }}</div>
|
||||
<div class="label">When4xx</div>
|
||||
<Radio
|
||||
class="mb-5"
|
||||
:value="states.when4xx"
|
||||
@ -38,7 +38,7 @@ limitations under the License. -->
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<div class="label">{{ t("when5xx") }}</div>
|
||||
<div class="label">When5xx</div>
|
||||
<Radio
|
||||
class="mb-5"
|
||||
:value="states.when5xx"
|
||||
|
Loading…
Reference in New Issue
Block a user