Browse Source

:globe_with_meridians: add role

visuddhinanda 3 years ago
parent
commit
10ef8c49f7
1 changed files with 9 additions and 0 deletions
  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;