You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/04/01 13:41:01 UTC

[skywalking-booster-ui] branch main updated: Fix 2 CN translation (#52)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new fce818a  Fix 2 CN translation (#52)
fce818a is described below

commit fce818aebecbf31d3c787eb09eb04361617b6ce6
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Apr 1 21:40:56 2022 +0800

    Fix 2 CN translation (#52)
---
 src/locales/lang/zh.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts
index e253044..c24ae25 100644
--- a/src/locales/lang/zh.ts
+++ b/src/locales/lang/zh.ts
@@ -86,8 +86,8 @@ const msg = {
   fontColors: "字体颜色",
   iconTheme: "图标主题",
   default: "默认",
-  topSlow: "迟缓的前5名",
-  topChildren: "小孩数量的前5名",
+  topSlow: "最慢的5个",
+  topChildren: "子Span数量最多的前5名",
   showDepth: "展示深度选择器",
   taskList: "任务列表",
   sampledTraces: "采样的追踪",