From 7688d5c9afea0720d9b7ec570afb5e93de38355a Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 1 Nov 2022 10:50:10 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E7=BB=84=E7=BB=87):=20=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/en.js | 2 +- frontend/src/lang/tw.js | 2 +- frontend/src/lang/zh.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index cad730b23b..ab8f8dd355 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -800,7 +800,7 @@ export default { relate_top_organization: 'Associated parent organization', organization_name_exist: 'Organization name already exists', cannot_delete: 'Cannot delete', - remove_user_first: 'Please remove all users in the organization before deleting the organization', + remove_user_first: 'Please remove all users and child nodes in the organization before deleting the organization', sure_delete_organization: 'Are you sure to delete this organization?', add_child_org: 'Add sub organization', edite_organization: 'Edit organization' diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index f6c562b35b..157d0d45f6 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -799,7 +799,7 @@ export default { relate_top_organization: '關聯上級組織', organization_name_exist: '組織名稱已存在', cannot_delete: '無法刪除', - remove_user_first: '請先移除組織中所有用戶,再進行刪除組織操作。', + remove_user_first: '請先移除組織中所有用戶以及子組織,再進行刪除組織操作。', sure_delete_organization: '確定刪除該組織嗎?', delete: '刪除', add_child_org: '添加子組織', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index fd676f49b3..c06059cd49 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -798,7 +798,7 @@ export default { relate_top_organization: '关联上级组织', organization_name_exist: '组织名称已存在', cannot_delete: '无法删除', - remove_user_first: '请先移除组织中所有用户,再进行删除组织操作。', + remove_user_first: '请先移除组织中所有用户以及子组织,再进行删除组织操作。', sure_delete_organization: '确定删除该组织吗?', delete: '删除', add_child_org: '添加子组织',