From 8bd0a30e15a3a8ceb5d0fa528f7f807146e8e81b Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 9 Nov 2023 16:47:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=92=E8=89=B2=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=99=AE=E9=80=9A=E5=91=98=E5=B7=A5=E7=A6=81=E6=AD=A2=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88#6593?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/lang/en.js | 2 ++ core/frontend/src/lang/tw.js | 2 ++ core/frontend/src/lang/zh.js | 2 ++ 3 files changed, 6 insertions(+) diff --git a/core/frontend/src/lang/en.js b/core/frontend/src/lang/en.js index 609f7da0ab..394a9ca95c 100644 --- a/core/frontend/src/lang/en.js +++ b/core/frontend/src/lang/en.js @@ -766,6 +766,8 @@ export default { can_not_move: `Can't be removed, keep at least one administrator`, manage_can_not_move: 'Administrator is a preset role of the system. By default, he has all the permissions of system management and cannot be deleted', manage_can_not_update: 'Administrator is a preset role of the system. By default, he has all the permissions of system management and cannot be edit', + inner_can_not_move: 'System built-in roles,cannot be deleted', + inner_can_not_update: 'System built-in roles,cannot be edit', role_description: 'Role description', editer_role: 'Edit role', add_role: 'Add role', diff --git a/core/frontend/src/lang/tw.js b/core/frontend/src/lang/tw.js index 454ab31525..da2374679d 100644 --- a/core/frontend/src/lang/tw.js +++ b/core/frontend/src/lang/tw.js @@ -765,6 +765,8 @@ export default { can_not_move: '不可移除,至少保留一位管理員', manage_can_not_move: '管理員是系統預置角色,默認擁有系統管理全部權限,無法刪除', manage_can_not_update: '管理員是系統預置角色,默認擁有系統管理全部權限,無法編輯', + inner_can_not_move: '系統預置角色,無法刪除', + inner_can_not_update: '系統預置角色,無法編輯', role_description: '角色描述', editer_role: '編輯角色', add_role: '添加角色', diff --git a/core/frontend/src/lang/zh.js b/core/frontend/src/lang/zh.js index f27c6fa2a4..6f002f1ade 100644 --- a/core/frontend/src/lang/zh.js +++ b/core/frontend/src/lang/zh.js @@ -764,6 +764,8 @@ export default { can_not_move: '不可移除,至少保留一位管理员', manage_can_not_move: '管理员是系统预置角色,默认拥有系统管理全部权限,无法删除', manage_can_not_update: '管理员是系统预置角色,默认拥有系统管理全部权限,无法编辑', + inner_can_not_move: '系统预置角色,无法删除', + inner_can_not_update: '系统预置角色,无法编辑', role_description: '角色描述', editer_role: '编辑角色', add_role: '添加角色',