From 1cc6476f1594261285787e35e961d12e37034535 Mon Sep 17 00:00:00 2001 From: BugKing Date: Wed, 26 Aug 2020 14:00:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E7=94=A8=E4=BE=8B=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=96=87=E6=9C=AC=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../track/plan/view/comonents/TestPlanTestCaseList.vue | 4 ++-- frontend/src/i18n/en-US.js | 1 - frontend/src/i18n/zh-CN.js | 3 +-- frontend/src/i18n/zh-TW.js | 3 +-- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue index 8f6cbbe41a..349d013637 100644 --- a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue +++ b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseList.vue @@ -207,7 +207,7 @@ + :type-arr="typeArr" :value-arr="valueArr" :dialog-title="$t('test_track.case.batch_edit_case')"/> @@ -293,7 +293,7 @@ showMore: false, buttons: [ { - name: this.$t('test_track.case.batch_edit_plan'), handleClick: this.handleBatchEdit + name: this.$t('test_track.case.batch_edit_case'), handleClick: this.handleBatchEdit }, { name: this.$t('test_track.case.batch_unlink'), handleClick: this.handleDeleteBatch diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 99a390ae3c..4008c606c7 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -603,7 +603,6 @@ export default { batch_operate: 'Batch operation', please_select_attr: 'Please select attributes', please_select_attr_value: 'Please select the value corresponding to the attribute', - batch_edit_plan: 'Batch change test plan', batch_edit_case: 'Batch editing test cases', batch_move_case: 'Batch move', batch_delete_case: 'Batch delete', diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index c20090afc8..7e90512d8d 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -606,11 +606,10 @@ export default { batch_operate: '批量操作', please_select_attr: '请选择属性', please_select_attr_value: '请选择属性对应的值', - batch_edit_plan: '批量更改测试计划', batch_edit_case: '批量编辑用例', batch_move_case: '批量移动用例', batch_delete_case: '批量删除用例', - batch_unlink: '批量取消用例关联', + batch_unlink: '批量取消关联', import: { import: "导入用例", case_import: "导入测试用例", diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index f37af0ba61..e005f17fc8 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -603,11 +603,10 @@ export default { batch_operate: '批量操作', please_select_attr: '請選擇屬性', please_select_attr_value: '請選擇屬性對應的值', - batch_edit_plan: '批量更改測試計劃', batch_edit_case: '批量編輯用例', batch_move_case: '批量移動用例', batch_delete_case: '批量刪除用例', - batch_unlink: '批量取消用例關聯', + batch_unlink: '批量取消關聯', import: { import: "導入用例", case_import: "導入測試用例",