From 3b793c107c4de50cdb245a847612df1f38b69e9b Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 14 May 2024 12:01:23 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=A7=92=E8=89=B2=E9=94=AE=E5=80=BC?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=8F=90=E7=A4=BA=E5=8F=98=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 +- src/i18n/locales/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index cdb464ce..a8ffc188 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -1543,7 +1543,7 @@ export default { distributeUser:'Assign Users', roleMark:'Role Description', menu:'Menu Permissions', - roleKeyTip:"Example of permission identification: Use permission identification in dba controller, such as: @PreAuthorize({ hasRoles: ['dba'] })", + roleKeyTip:"Privilege identifiers are used to control page controls or routing interfaces", openSwitch:'Expand/Collapse', selAllSwitch:'Select All/Deselect All', relationSwitch:'Node Linkage', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index beeee24b..b22f8142 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -1543,7 +1543,7 @@ export default { distributeUser:'分配用户', roleMark:'角色说明', menu:'菜单权限', - roleKeyTip:"权限标识示例:dba 控制器中使用权限标识,如: '@PreAuthorize({ hasRoles: [dba] })'", + roleKeyTip:"权限标识用于控制页面控件或路由接口", openSwitch:'展开/折叠', selAllSwitch:'全选/全不选', relationSwitch:'节点联动',