Browse Source

update CN translation

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 year ago
parent
commit
564f5cf6e7
3 changed files with 3 additions and 3 deletions
  1. 1 1
      client/src/i18n/cn/button.ts
  2. 1 1
      client/src/i18n/cn/common.ts
  3. 1 1
      client/src/i18n/cn/systemView.ts

+ 1 - 1
client/src/i18n/cn/button.ts

@@ -27,7 +27,7 @@ const btnTrans = {
   example: '生成随机向量',
   rename: '重命名',
   duplicate: '复制',
-  export: '导出数据',
+  export: '导出',
   empty: '清空数据',
   flush: '落盘(Flush)',
   compact: '压缩(Compact)',

+ 1 - 1
client/src/i18n/cn/common.ts

@@ -44,7 +44,7 @@ const commonTrans = {
     node: '节点',
     nodes: '节点',
     results: '结果',
-    of: '',
+    of: '',
     nextLabel: '下一页',
     prevLabel: '上一页',
   },

+ 1 - 1
client/src/i18n/cn/systemView.ts

@@ -4,7 +4,7 @@ const systemViewTrans = {
   qpsTitle: '每秒查询率',
   latencyTitle: '延迟',
   hardwareTitle: '硬件',
-  configTitle: '配置',
+  configTitle: '参数',
   valueTitle: '值',
   systemTitle: '系统',
   thName: '节点名称',