fix(测试跟踪): 优化测试计划报告中场景请求数的文案
--bug=1024576 --user=宋天阳 【测试跟踪】测试计划报告-场景步骤显示错误 https://www.tapd.cn/55049933/s/1352253
This commit is contained in:
parent
7333ec718e
commit
c56a521aff
|
@ -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:
|
||||
|
|
|
@ -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}个测试计划的定时任务状态为",
|
||||
|
|
|
@ -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}個測試計劃的定時任務狀態為",
|
||||
|
|
Loading…
Reference in New Issue