fix(测试计划): 执行进度文案调整为执行完成率
--bug=1047854 --user=白奇 【测试计划】全部/计划/计划组列表-执行进度文案未改为执行完成率 https://www.tapd.cn/55049933/s/1596165
This commit is contained in:
parent
aaed564857
commit
4aabe786a0
|
@ -59,7 +59,7 @@ export default {
|
||||||
'testPlan.testPlanIndex.inFreeTime': 'In free time',
|
'testPlan.testPlanIndex.inFreeTime': 'In free time',
|
||||||
'testPlan.testPlanIndex.defaultEnv': 'Default Environment',
|
'testPlan.testPlanIndex.defaultEnv': 'Default Environment',
|
||||||
'testPlan.testPlanIndex.newEnv': 'New Environment',
|
'testPlan.testPlanIndex.newEnv': 'New Environment',
|
||||||
'testPlan.testPlanIndex.executionProgress': 'Execution progress',
|
'testPlan.testPlanIndex.executionProgress': 'Execution completion rate',
|
||||||
'testPlan.testPlanIndex.threshold': 'threshold',
|
'testPlan.testPlanIndex.threshold': 'threshold',
|
||||||
'testPlan.testPlanIndex.TotalCases': 'Total use cases',
|
'testPlan.testPlanIndex.TotalCases': 'Total use cases',
|
||||||
'testPlan.testPlanIndex.functionalUseCase': 'case',
|
'testPlan.testPlanIndex.functionalUseCase': 'case',
|
||||||
|
|
|
@ -56,7 +56,7 @@ export default {
|
||||||
'testPlan.testPlanIndex.inFreeTime': '空闲中',
|
'testPlan.testPlanIndex.inFreeTime': '空闲中',
|
||||||
'testPlan.testPlanIndex.defaultEnv': '默认环境',
|
'testPlan.testPlanIndex.defaultEnv': '默认环境',
|
||||||
'testPlan.testPlanIndex.newEnv': '新环境',
|
'testPlan.testPlanIndex.newEnv': '新环境',
|
||||||
'testPlan.testPlanIndex.executionProgress': '执行进度',
|
'testPlan.testPlanIndex.executionProgress': '执行完成率',
|
||||||
'testPlan.testPlanIndex.threshold': '通过阈值',
|
'testPlan.testPlanIndex.threshold': '通过阈值',
|
||||||
'testPlan.testPlanIndex.TotalCases': '用例总数',
|
'testPlan.testPlanIndex.TotalCases': '用例总数',
|
||||||
'testPlan.testPlanIndex.functionalUseCase': '功能用例',
|
'testPlan.testPlanIndex.functionalUseCase': '功能用例',
|
||||||
|
|
Loading…
Reference in New Issue