visuddhinanda 2 лет назад
Родитель
Сommit
be405b209b

+ 1 - 0
dashboard/src/locales/en-US/auth/index.ts

@@ -1,5 +1,6 @@
 const items = {
   "auth.role.label": "role",
+  "auth.role.all": "all",
   "auth.role.owner": "owner",
   "auth.role.manager": "manager",
   "auth.role.editor": "editor",

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

@@ -1,5 +1,6 @@
 const items = {
   "auth.role.label": "角色",
+  "auth.role.all": "全部角色",
   "auth.role.owner": "拥有者",
   "auth.role.manager": "管理员",
   "auth.role.editor": "编辑者",