style(测试计划): 更新i18n

This commit is contained in:
Jianguo-Genius 2024-05-20 09:49:56 +08:00 committed by Craftsman
parent 8b78f36974
commit 688d7385df
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
test_plan.test_plan=Test plan
unplanned.plan=未规划计划
unplanned.plan=Unplanned plan
test_plan.test_plan_group=Test plan group
test_plan.id.not_blank=Test plan id cannot be empty
test_plan.project_id.length_range=Test plan project id length too long

View File

@ -1,5 +1,5 @@
test_plan.test_plan=测试计划
unplanned.plan=Unplanned plan
unplanned.plan=未规划计划
test_plan.test_plan_group=测试计划组
test_plan.id.not_blank=测试计划id不能为空
test_plan.project_id.length_range=测试计划所属项目id长度过长

View File

@ -23,6 +23,7 @@ export default {
'testPlan.testPlanIndex.belongModule': 'belong module',
'testPlan.testPlanIndex.createTime': 'create time',
'testPlan.testPlanIndex.operation': 'operation',
'testPlan.testPlanIndex.execution': 'execution',
'testPlan.testPlanIndex.newCreatePlanGroup': 'New Plan group',
'testPlan.testPlanIndex.planStartToEndTime': 'plan times',
'testPlan.testPlanIndex.actualStartToEndTime': 'Actual times',