diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index b2e99d90..0d582555 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -156,6 +156,7 @@ const msg = { postgreSQL: "PostgreSQL", endpointTips: "The table shows up to 20 pieces of endpoints.", apisix: "APISIX", + viewTrace: "View related trace", seconds: "Seconds", hourTip: "Select Hour", minuteTip: "Select Minute", diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index ff804de0..95aba2bf 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -160,6 +160,7 @@ const msg = { hourTip: "Seleccione Hora", minuteTip: "Seleccione Minuto", secondTip: "Seleccione Segundo", + viewTrace: "Ver trazas relacionadas", second: "s", yearSuffix: "Año", monthsHead: "Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Set_Oct_Nov_Dic", diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 87e2542b..d92bd402 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -153,6 +153,7 @@ const msg = { postgreSQL: "PostgreSQL", endpointTips: "这里最多展示20条endpoints。", apisix: "APISIX", + viewTrace: "查看相关Trace", seconds: "秒", hourTip: "选择小时", minuteTip: "选择分钟", diff --git a/src/views/dashboard/graphs/TopList.vue b/src/views/dashboard/graphs/TopList.vue index 4f51aef4..98e6a3e8 100644 --- a/src/views/dashboard/graphs/TopList.vue +++ b/src/views/dashboard/graphs/TopList.vue @@ -30,7 +30,7 @@ limitations under the License. -->