From 4aabe786a0a19309e9219c5326d61b297e00f16d Mon Sep 17 00:00:00 2001 From: baiqi Date: Wed, 23 Oct 2024 10:50:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E8=BF=9B=E5=BA=A6=E6=96=87=E6=A1=88=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=BA=E6=89=A7=E8=A1=8C=E5=AE=8C=E6=88=90=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1047854 --user=白奇 【测试计划】全部/计划/计划组列表-执行进度文案未改为执行完成率 https://www.tapd.cn/55049933/s/1596165 --- frontend/src/views/test-plan/testPlan/locale/en-US.ts | 2 +- frontend/src/views/test-plan/testPlan/locale/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/test-plan/testPlan/locale/en-US.ts b/frontend/src/views/test-plan/testPlan/locale/en-US.ts index 655788f38f..53f40da1d6 100644 --- a/frontend/src/views/test-plan/testPlan/locale/en-US.ts +++ b/frontend/src/views/test-plan/testPlan/locale/en-US.ts @@ -59,7 +59,7 @@ export default { 'testPlan.testPlanIndex.inFreeTime': 'In free time', 'testPlan.testPlanIndex.defaultEnv': 'Default Environment', 'testPlan.testPlanIndex.newEnv': 'New Environment', - 'testPlan.testPlanIndex.executionProgress': 'Execution progress', + 'testPlan.testPlanIndex.executionProgress': 'Execution completion rate', 'testPlan.testPlanIndex.threshold': 'threshold', 'testPlan.testPlanIndex.TotalCases': 'Total use cases', 'testPlan.testPlanIndex.functionalUseCase': 'case', diff --git a/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts b/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts index 43d39558e8..fd30b97c54 100644 --- a/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts +++ b/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts @@ -56,7 +56,7 @@ export default { 'testPlan.testPlanIndex.inFreeTime': '空闲中', 'testPlan.testPlanIndex.defaultEnv': '默认环境', 'testPlan.testPlanIndex.newEnv': '新环境', - 'testPlan.testPlanIndex.executionProgress': '执行进度', + 'testPlan.testPlanIndex.executionProgress': '执行完成率', 'testPlan.testPlanIndex.threshold': '通过阈值', 'testPlan.testPlanIndex.TotalCases': '用例总数', 'testPlan.testPlanIndex.functionalUseCase': '功能用例',