Bläddra i källkod

:globe_with_meridians: add progress

visuddhinanda 3 år sedan
förälder
incheckning
d3f08f4106
1 ändrade filer med 12 tillägg och 11 borttagningar
  1. 12 11
      dashboard/src/locales/zh-Hans/tables.ts

+ 12 - 11
dashboard/src/locales/zh-Hans/tables.ts

@@ -1,15 +1,16 @@
 const items = {
 const items = {
-	"tables.publicity.all": "全部",
-	"tables.publicity.disable": "禁用",
-	"tables.publicity.private": "私有",
-	"tables.publicity.public.bylink": "链接公开",
-	"tables.publicity.public": "公开",
-	"tables.publicity.public.edit": "公开可编辑",
-	"tables.role.all": "全部",
-	"tables.role.owner": "拥有者",
-	"tables.role.manager": "管理员",
-	"tables.role.editor": "编辑",
-	"tables.role.member": "成员",
+  "tables.publicity.all": "全部",
+  "tables.publicity.disable": "禁用",
+  "tables.publicity.private": "私有",
+  "tables.publicity.public.bylink": "链接公开",
+  "tables.publicity.public": "公开",
+  "tables.publicity.public.edit": "公开可编辑",
+  "tables.role.all": "全部",
+  "tables.role.owner": "拥有者",
+  "tables.role.manager": "管理员",
+  "tables.role.editor": "编辑",
+  "tables.role.member": "成员",
+  "tables.progress.label": "进度",
 };
 };
 
 
 export default items;
 export default items;