Răsfoiți Sursa

:globe_with_meridians: add auth.type.group

visuddhinanda 3 ani în urmă
părinte
comite
a733541198
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      dashboard/src/locales/zh-Hans/auth/index.ts

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