This commit is contained in:
Fine 2022-11-28 11:01:14 +08:00
parent 65b6e7f6a8
commit 042da659f1
4 changed files with 6 additions and 3 deletions

View File

@ -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",

View File

@ -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",

View File

@ -171,6 +171,7 @@ const msg = {
asTable: "作为表格",
toTheRight: "在右边",
legendValues: "图例值",
minDuration: "最小请求持续时间",
seconds: "秒",
hourTip: "选择小时",
minuteTip: "选择分钟",

View File

@ -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"