style: 中英文翻译父子联动->节点联动

This commit is contained in:
TsMask
2024-04-09 15:46:16 +08:00
parent 73ed5f5285
commit 16dc1c2e20
2 changed files with 3 additions and 3 deletions

View File

@@ -1535,8 +1535,8 @@ export default {
menu:'Menu Permissions', menu:'Menu Permissions',
roleKeyTip:"Example of permission identification: Use permission identification in dba controller, such as: @PreAuthorize({ hasRoles: ['dba'] })", roleKeyTip:"Example of permission identification: Use permission identification in dba controller, such as: @PreAuthorize({ hasRoles: ['dba'] })",
openSwitch:'Expand/Collapse', openSwitch:'Expand/Collapse',
selAllSwitch:'Select all/Deselect all', selAllSwitch:'Select All/Deselect All',
relationSwitch:'Father and son linkage', relationSwitch:'Node Linkage',
normal:'Active', normal:'Active',
stop:'Pending', stop:'Pending',
preScope:'Scope of authority', preScope:'Scope of authority',

View File

@@ -1536,7 +1536,7 @@ export default {
roleKeyTip:"权限标识示例:dba 控制器中使用权限标识,如: @PreAuthorize({ hasRoles: ['dba'] })", roleKeyTip:"权限标识示例:dba 控制器中使用权限标识,如: @PreAuthorize({ hasRoles: ['dba'] })",
openSwitch:'展开/折叠', openSwitch:'展开/折叠',
selAllSwitch:'全选/全不选', selAllSwitch:'全选/全不选',
relationSwitch:'父子联动', relationSwitch:'节点联动',
normal:'正常', normal:'正常',
stop:'暂停', stop:'暂停',
preScope:'权限范围', preScope:'权限范围',