2
0
Эх сурвалжийг харах

:globe_with_meridians: add auth.type.group

visuddhinanda 3 жил өмнө
parent
commit
a733541198

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

@@ -4,6 +4,9 @@ const items = {
   "auth.role.manager": "管理员",
   "auth.role.editor": "编辑者",
   "auth.role.member": "成员",
+  "auth.role.unknown": "未知",
+  "auth.type.user": "用户",
+  "auth.type.group": "群组",
 };
 
 export default items;