From f5852ed952e0e44c8c39c9f35de5fd6fda3acfae Mon Sep 17 00:00:00 2001 From: CaptainB Date: Mon, 17 Jan 2022 15:49:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=88=9B=E5=BB=BA=E6=97=B6=E7=9A=84table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/xpack | 2 +- frontend/src/i18n/en-US.js | 2 ++ frontend/src/i18n/zh-CN.js | 2 ++ frontend/src/i18n/zh-TW.js | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/xpack b/frontend/src/business/components/xpack index 0a7c20cc28..8b60bbae96 160000 --- a/frontend/src/business/components/xpack +++ b/frontend/src/business/components/xpack @@ -1 +1 @@ -Subproject commit 0a7c20cc28e15d8036e9d29694ab284c6571af8b +Subproject commit 8b60bbae9617eed3903ffc847a20ecd9b22c4fe8 diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index ea51d4eb7b..0e97201c08 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -778,6 +778,8 @@ export default { latest: 'Latest', set_latest: 'Latest', delete_tip: 'This version has been associated with system resources. Deleting it will cause the version information lost', + checkout: 'Checkout', + compare: 'Compare', }, timing_clean_plan_report: "Regularly clean up test report", timing_clean_api_report: "Regularly clean up api report", diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 8b1e2f2660..fb4546c68c 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -782,6 +782,8 @@ export default { latest: '最新版', set_latest: '设置为最新版本', delete_tip: '此版本已经关联系统资源,删除会导致无法查询到版本信息', + checkout: '切换', + compare: '对比', }, timing_clean_plan_report: "定时清理测试计划报告", timing_clean_api_report: "定时清理接口测试报告", diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index f9314f724c..67555b4a22 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -782,6 +782,8 @@ export default { latest: '最新版', set_latest: '設置為最新版本', delete_tip: '此版本已經關聯繫統資源,刪除會導致無法查詢到版本信息', + checkout: '切換', + compare: '對比', }, timing_clean_plan_report: "定時清理測試計劃報告", timing_clean_api_report: "定時清理接口測試報告",