From 0613ed385d398a5c274f95a550e03616868e7ab6 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Tue, 1 Jun 2021 16:26:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=AA=E9=99=A4=E7=B5=84=E7=B9=94?= =?UTF-8?q?=E5=9C=8B=E9=9A=9B=E5=8C=96=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/lang/en.js | 5 ++--- frontend/src/lang/tw.js | 5 ++--- frontend/src/lang/zh.js | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/frontend/src/lang/en.js b/frontend/src/lang/en.js index cab9e7f4d3..229d206ae6 100644 --- a/frontend/src/lang/en.js +++ b/frontend/src/lang/en.js @@ -482,13 +482,12 @@ export default { create: 'Create', modify: 'Modify', delete: 'Delete', - delete_confirm: '删除该组织会关联删除该组织下的所有资源(如:相关工作空间,项目,测试用例等),确定要删除吗?', + delete_confirm: 'Deleting the organization will be associated with deleting the subordinate organization, Are you sure you want to delete it?', input_name: 'Please enter name', select_organization: 'Please select organization', search_by_name: 'Search by name', special_characters_are_not_supported: 'Format error (special characters are not supported and cannot start and end with \'-\')', - select: 'Select organization', - delete_warning: '删除该组织将同步删除该组织下所有相关工作空间和相关工作空间下的所有项目,以及项目中的所有用例、接口测试、性能测试等,确定要删除吗?' + select: 'Select organization' }, system_parameter_setting: { mailbox_service_settings: 'Mail Settings', diff --git a/frontend/src/lang/tw.js b/frontend/src/lang/tw.js index 1c404707c1..dd6c9738a4 100644 --- a/frontend/src/lang/tw.js +++ b/frontend/src/lang/tw.js @@ -482,13 +482,12 @@ export default { create: '創建組織', modify: '修改組織', delete: '删除組織', - delete_confirm: '删除該組織會關聯刪除該組織的所有資源,確定要删除吗?', + delete_confirm: '删除該組織會關聯刪除該組織的下屬組織,確定要删除吗?', input_name: '請輸入組織名稱', select_organization: '请選擇組織', search_by_name: '根据名稱搜索', special_characters_are_not_supported: '格式錯誤(不支持特殊字符,且不能以\'-\'開頭結尾)', - select: '選擇組織', - delete_warning: '確定要删除組織吗?' + select: '選擇組織' }, system_parameter_setting: { mailbox_service_settings: '郵件設置', diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index c30a864b76..84ec25e52b 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -482,13 +482,12 @@ export default { create: '创建组织', modify: '修改组织', delete: '删除组织', - delete_confirm: '删除该组织会关联删除该组织下的所有资源(如:相关工作空间,项目,测试用例等),确定要删除吗?', + delete_confirm: '删除该组织会关联删除该组织的下属组织,确定要删除吗?', input_name: '请输入组织名称', select_organization: '请选择组织', search_by_name: '根据名称搜索', special_characters_are_not_supported: '格式错误(不支持特殊字符,且不能以\'-\'开头结尾)', - select: '选择组织', - delete_warning: '删除该组织将同步删除该组织下所有相关工作空间和相关工作空间下的所有项目,以及项目中的所有用例、接口测试、性能测试等,确定要删除吗?' + select: '选择组织' }, system_parameter_setting: { mailbox_service_settings: '邮件设置',