diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 92dd7754..866bb03a 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -90,6 +90,9 @@ const msg = { backgroundColors: "Background Colors", fontColors: "Font Colors", iconTheme: "Icon Theme", + default: "Default", + topSlow: "Top 5 of slow", + topChildren: "Top 5 of children", hourTip: "Select Hour", minuteTip: "Select Minute", secondTip: "Select Second", diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 19fd397e..11a67ac6 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -89,6 +89,9 @@ const msg = { backgroundColors: "背景颜色", fontColors: "字体颜色", iconTheme: "图标主题", + default: "默认", + topSlow: "迟缓的前5名", + topChildren: "小孩数量的前5名", showDepth: "展示深度选择器", hourTip: "选择小时", minuteTip: "选择分钟", diff --git a/src/views/dashboard/related/trace/components/Graph.vue b/src/views/dashboard/related/trace/components/Graph.vue index 20e46568..4d965591 100644 --- a/src/views/dashboard/related/trace/components/Graph.vue +++ b/src/views/dashboard/related/trace/components/Graph.vue @@ -14,7 +14,7 @@ limitations under the License. -->