fix(测试跟踪): 优化测试计划报告中场景请求数的文案

--bug=1024576 --user=宋天阳 【测试跟踪】测试计划报告-场景步骤显示错误
https://www.tapd.cn/55049933/s/1352253
This commit is contained in:
song-tianyang 2023-03-17 15:49:32 +08:00 committed by 建国
parent 7333ec718e
commit c56a521aff
3 changed files with 3 additions and 3 deletions

View File

@ -332,7 +332,7 @@ export default {
test_plan_ui_scenario_failed_count: "UI Scenario Case failed Count",
test_plan_ui_scenario_un_execute_count: "UI Scenario Case unexecuted Count",
test_plan_load_case_count: "Load Case Count",
test_plan_component_case_count: "Component Case Count",
test_plan_component_case_count: "Scenario request Count",
data_name: "Data Name",
test_plan_batch_switch: "batch on/off scheduled tasks",
batch_update_schedule_enable:

View File

@ -301,7 +301,7 @@ export default {
test_plan_ui_scenario_failed_count: "UI 场景用例失败数",
test_plan_ui_scenario_un_execute_count: "UI 场景用例未执行数",
test_plan_load_case_count: "性能用例数",
test_plan_component_case_count: "步骤用例数",
test_plan_component_case_count: "场景请求数",
data_name: "数据名称",
test_plan_batch_switch: "批量开/关定时任务",
batch_update_schedule_enable: "更新{0}个测试计划的定时任务状态为",

View File

@ -300,7 +300,7 @@ export default {
test_plan_ui_scenario_failed_count: "UI 場景用例失敗數",
test_plan_ui_scenario_un_execute_count: "UI 場景用例未執行數",
test_plan_load_case_count: "性能用例數",
test_plan_component_case_count: "步驟用例數",
test_plan_component_case_count: "場景請求數",
data_name: "數據名稱",
test_plan_batch_switch: "批量開/關定時任務",
batch_update_schedule_enable: "更新{0}個測試計劃的定時任務狀態為",