feat: add texts

This commit is contained in:
Fine 2023-01-03 15:54:39 +08:00
parent 68ab97e086
commit 8f46eb1cfd
4 changed files with 4 additions and 1 deletions

View File

@ -180,6 +180,7 @@ const msg = {
when5xx: "Sample HTTP requests and responses with tracing when response code between 500 and 599",
taskTitle: "HTTP request and response collecting rules",
iframeWidgetTip: "Add a link to a widget",
iframeSrc: "Iframe Link",
seconds: "Seconds",
hourTip: "Select Hour",
minuteTip: "Select Minute",

View File

@ -163,6 +163,7 @@ const msg = {
metricValues: "Valor métrico",
legendValues: "Valor de la leyenda",
iframeWidgetTip: "Añadir enlaces a los gadgets",
iframeSrc: "Enlace Iframe",
seconds: "Segundos",
hourTip: "Seleccione Hora",
minuteTip: "Seleccione Minuto",

View File

@ -177,6 +177,7 @@ const msg = {
when5xx: "当响应代码介于500和599之间时带有跟踪的HTTP请求和响应示例",
taskTitle: "HTTP请求和响应收集规则",
iframeWidgetTip: "添加widget的链接",
iframeSrc: "Iframe链接",
seconds: "秒",
hourTip: "选择小时",
minuteTip: "选择分钟",

View File

@ -12,7 +12,7 @@ See the License for the specific language governing permissions and
limitations under the License. -->
<template>
<div class="item">
<span class="label">{{ t("textUrl") }}</span>
<span class="label">{{ t("iframeSrc") }}</span>
<el-input class="input" v-model="url" size="small" @change="changeConfig({ url: encodeURIComponent(url) })" />
</div>
<div class="footer">