Przeglądaj źródła

add "auth.role.delete": "删除",

visuddhinanda 3 lat temu
rodzic
commit
488d236aca
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      dashboard/src/locales/zh-Hans/auth/index.ts

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

@@ -7,6 +7,7 @@ const items = {
   "auth.role.student": "学生",
   "auth.role.student": "学生",
   "auth.role.assistant": "助理老师",
   "auth.role.assistant": "助理老师",
   "auth.role.unknown": "未知",
   "auth.role.unknown": "未知",
+  "auth.role.delete": "删除",
   "auth.type.user": "用户",
   "auth.type.user": "用户",
   "auth.type.group": "群组",
   "auth.type.group": "群组",
 };
 };