Explorar o código

:globe_with_meridians: add role

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
10ef8c49f7
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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;