From 371628ba54cf890ba2cbb441e1ee63ff08a44706 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Fri, 26 Mar 2021 14:10:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E7=90=86=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/en-US.js | 3 +-- frontend/src/i18n/zh-CN.js | 1 - frontend/src/i18n/zh-TW.js | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 9927778f64..6bb2e796a7 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -541,11 +541,10 @@ export default { threadgroup_at_least_one: 'At least one ThreadGroup is enabled', load_api_automation_jmx: 'Import API automation scenario', project_file_exist: "The file already exists in the project, please import it directly", + project_file_update_type_error: 'Updated file types must be consistent', report: { diff: "Compare" }, - project_file_exist: "The file already exists in the project, please import it directly", - project_file_update_type_error: 'Updated file types must be consistent' }, api_test: { creator: "Creator", diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 297384e97d..5d8f6e15f0 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -544,7 +544,6 @@ export default { diff: "对比" }, project_file_update_type_error: '更新的文件类型必须一致', - project_file_exist: "项目中已存在该文件,请直接引用" }, api_test: { creator: "创建人", diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index f766fa4afb..f7543a2c97 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -540,11 +540,10 @@ export default { threadgroup_at_least_one: '至少啟用一個線程組', load_api_automation_jmx: '引用接口自動化場景', project_file_exist: "項目中已存在該文件,請直接引用", + project_file_update_type_error: '更新的文件類型必須一致', report: { diff: "對比" }, - project_file_exist: "項目中已存在該文件,請直接引用", - project_file_update_type_error: '更新的文件類型必須一致' }, api_test: { creator: "創建人",