From 16dc1c2e202fc9966277643f0e9ed7667787cb46 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 9 Apr 2024 15:46:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=B8=AD=E8=8B=B1=E6=96=87=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E7=88=B6=E5=AD=90=E8=81=94=E5=8A=A8->=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E8=81=94=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 4 ++-- src/i18n/locales/zh-CN.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index f0671002..f4ba78d0 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -1535,8 +1535,8 @@ export default { menu:'Menu Permissions', roleKeyTip:"Example of permission identification: Use permission identification in dba controller, such as: @PreAuthorize({ hasRoles: ['dba'] })", openSwitch:'Expand/Collapse', - selAllSwitch:'Select all/Deselect all', - relationSwitch:'Father and son linkage', + selAllSwitch:'Select All/Deselect All', + relationSwitch:'Node Linkage', normal:'Active', stop:'Pending', preScope:'Scope of authority', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 361405e4..647c71ef 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -1536,7 +1536,7 @@ export default { roleKeyTip:"权限标识示例:dba 控制器中使用权限标识,如: @PreAuthorize({ hasRoles: ['dba'] })", openSwitch:'展开/折叠', selAllSwitch:'全选/全不选', - relationSwitch:'父子联动', + relationSwitch:'节点联动', normal:'正常', stop:'暂停', preScope:'权限范围',