From 88dcb249974fa37ff1dfc3f563a5787ece71182d Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 20 Jan 2022 10:43:54 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/en-US.js | 2 +- frontend/src/i18n/zh-CN.js | 4 ++-- frontend/src/i18n/zh-TW.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 4dd9145a6b..9c454ad302 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -422,7 +422,7 @@ export default { is_new: "Is new", form_config: "Form config", form_content: "Form content", - sync_other_info: "Sync other config", + sync_other_info: "Copy other config", delete_current_version: 'Current version', delete_all_version: 'All versions', }, diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 411d11cb91..1968bd7303 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -2040,9 +2040,9 @@ export default { export_tip: "请切换成用例列表勾选用例导出!" }, case_desc: "用例描述", - passing_rate:'用例通过率', + passing_rate: '用例通过率', version: "版本", - sync_to_new_version: "同步以下信息到新版本", + sync_to_new_version: "复制以下信息到新版本", }, plan: { test_plan: "测试计划", diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 6f397d55d4..b09e1472fb 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -424,7 +424,7 @@ export default { is_new: "是否新建", form_config: "表單配置", form_content: "表單內容", - sync_other_info: "同步以下信息到新版本", + sync_other_info: "復製以下信息到新版本", delete_current_version: '列表版本', delete_all_version: '全部版本', },