Pārlūkot izejas kodu

feat(locale): add zh locale

RouRouX 3 gadi atpakaļ
vecāks
revīzija
3226255537
2 mainītis faili ar 8 papildinājumiem un 8 dzēšanām
  1. 2 2
      src/locales/zh/newtab.json
  2. 6 6
      src/locales/zh/popup.json

+ 2 - 2
src/locales/zh/newtab.json

@@ -117,8 +117,8 @@
   },
   "components": {
     "pagination": {
-      "text1": "显示",
-      "text2": "项目数超过{count}",
+      "text1": "显示",
+      "text2": "条 共{count}条",
       "nextPage": "下一页",
       "currentPage": "当前页",
       "prevPage": "上一页",

+ 6 - 6
src/locales/zh/popup.json

@@ -1,13 +1,13 @@
 {
   "home": {
     "elementSelector": {
-      "name": "Element selector",
-      "noAccess": "Don't have access to this site"
+      "name": "元素选择器",
+      "noAccess": "您没有权限访问此站点"
     },
     "workflow": {
-      "new": "New workflow",
-      "rename": "Rename workflow",
-      "delete": "Delete workflow"
-    },
+      "new": "新建工作流",
+      "rename": "重命名工作流",
+      "delete": "删除工作流"
+    }
   }
 }