diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 5cf8199a..60c6c9a0 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -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", diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index f61e0e49..3cbcd4ce 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -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", diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index a466adf9..59f7cdfd 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -177,6 +177,7 @@ const msg = { when5xx: "当响应代码介于500和599之间时,带有跟踪的HTTP请求和响应示例", taskTitle: "HTTP请求和响应收集规则", iframeWidgetTip: "添加widget的链接", + iframeSrc: "Iframe链接", seconds: "秒", hourTip: "选择小时", minuteTip: "选择分钟", diff --git a/src/views/dashboard/configuration/ThirdPartyApp.vue b/src/views/dashboard/configuration/ThirdPartyApp.vue index c731b236..da700dc2 100644 --- a/src/views/dashboard/configuration/ThirdPartyApp.vue +++ b/src/views/dashboard/configuration/ThirdPartyApp.vue @@ -12,7 +12,7 @@ See the License for the specific language governing permissions and limitations under the License. -->