visuddhinanda 2 лет назад
Родитель
Сommit
2d52fe8032

+ 0 - 2
dashboard/src/locales/en-US/index.ts

@@ -1,6 +1,5 @@
 import forms from "./forms";
 import buttons from "./buttons";
-import tables from "./tables";
 import nut from "./nut";
 import channel from "./channel";
 import dict from "./dict";
@@ -50,7 +49,6 @@ const items = {
   "columns.studio.attachment.title": "Attachment",
   ...buttons,
   ...forms,
-  ...tables,
   ...nut,
   ...channel,
   ...dict,

+ 0 - 16
dashboard/src/locales/en-US/tables.ts

@@ -1,16 +0,0 @@
-const items = {
-  "tables.publicity.all": "all",
-  "tables.publicity.disable": "disable",
-  "tables.publicity.private": "private",
-  "tables.publicity.public.bylink": "public in link",
-  "tables.publicity.public": "public",
-  "tables.publicity.public.edit": "public editable",
-  "tables.role.all": "all",
-  "tables.role.owner": "owner",
-  "tables.role.manager": "manager",
-  "tables.role.editor": "editor",
-  "tables.role.member": "member",
-  "tables.progress.label": "progress",
-};
-
-export default items;

+ 0 - 2
dashboard/src/locales/zh-Hans/index.ts

@@ -1,6 +1,5 @@
 import forms from "./forms";
 import buttons from "./buttons";
-import tables from "./tables";
 import nut from "./nut";
 import channel from "./channel";
 import dict from "./dict";
@@ -52,7 +51,6 @@ const items = {
   "columns.studio.attachment.title": "网盘",
   ...buttons,
   ...forms,
-  ...tables,
   ...nut,
   ...channel,
   ...dict,

+ 0 - 16
dashboard/src/locales/zh-Hans/tables.ts

@@ -1,16 +0,0 @@
-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.progress.label": "进度",
-};
-
-export default items;