Преглед изворни кода

:globe_with_meridians: add role

visuddhinanda пре 3 година
родитељ
комит
10ef8c49f7
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      dashboard/src/locales/zh-Hans/auth/index.ts

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

@@ -0,0 +1,9 @@
+const items = {
+  "auth.role.label": "角色",
+  "auth.role.owner": "拥有者",
+  "auth.role.manager": "管理员",
+  "auth.role.editor": "编辑者",
+  "auth.role.member": "成员",
+};
+
+export default items;