소스 검색

add auth.role.all

visuddhinanda 2 년 전
부모
커밋
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 = {
   "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": "编辑者",