瀏覽代碼

: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;