visuddhinanda 2 лет назад
Родитель
Сommit
be405b209b
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      dashboard/src/locales/en-US/auth/index.ts
  2. 1 0
      dashboard/src/locales/zh-Hans/auth/index.ts

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

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

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

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