fix(UI 自动化) 元素库备注文案改成描述
--bug=1016643 --user=张大海 【UI测试】元素库-备注未显示为描述&导入导出也存在 https://www.tapd.cn/55049933/s/1240597
This commit is contained in:
parent
672c8d01bf
commit
cb17c40b18
|
@ -413,6 +413,7 @@ ui_element_import_template_name=Ui_element_templates
|
||||||
ui_element_import_template_sheet=Template
|
ui_element_import_template_sheet=Template
|
||||||
ui_element_already_exists_excel=There are duplicate data in the import file
|
ui_element_already_exists_excel=There are duplicate data in the import file
|
||||||
ui_element_already_exists_data=An element with the same name already exists
|
ui_element_already_exists_data=An element with the same name already exists
|
||||||
|
ui_element_description=description
|
||||||
serial=Serial
|
serial=Serial
|
||||||
parallel=Parallel
|
parallel=Parallel
|
||||||
plan_warning=The test plan does not have an associated executable use case
|
plan_warning=The test plan does not have an associated executable use case
|
||||||
|
|
|
@ -412,6 +412,7 @@ ui_element_import_template_name=元素库导入模板
|
||||||
ui_element_import_template_sheet=模板
|
ui_element_import_template_sheet=模板
|
||||||
ui_element_already_exists_excel=文件中存在多条相同数据
|
ui_element_already_exists_excel=文件中存在多条相同数据
|
||||||
ui_element_already_exists_data=已经存在同名元素
|
ui_element_already_exists_data=已经存在同名元素
|
||||||
|
ui_element_description=描述
|
||||||
serial=串行
|
serial=串行
|
||||||
parallel=并行
|
parallel=并行
|
||||||
plan_warning=测试计划没有关联可执行的用例
|
plan_warning=测试计划没有关联可执行的用例
|
||||||
|
|
|
@ -411,6 +411,7 @@ ui_element_import_template_name=元素庫導入模板
|
||||||
ui_element_import_template_sheet=模板
|
ui_element_import_template_sheet=模板
|
||||||
ui_element_already_exists_excel=文件中存在多條相同數據
|
ui_element_already_exists_excel=文件中存在多條相同數據
|
||||||
ui_element_already_exists_data=已經存在同名元素
|
ui_element_already_exists_data=已經存在同名元素
|
||||||
|
ui_element_description=描述
|
||||||
serial=串行
|
serial=串行
|
||||||
parallel=並行
|
parallel=並行
|
||||||
plan_warning=測試計劃沒有關聯可執行的用例
|
plan_warning=測試計劃沒有關聯可執行的用例
|
||||||
|
|
|
@ -878,7 +878,7 @@ export default {
|
||||||
},
|
},
|
||||||
timing_clean_plan_report: "定时清理测试计划报告",
|
timing_clean_plan_report: "定时清理测试计划报告",
|
||||||
timing_clean_api_report: "定时清理接口测试报告",
|
timing_clean_api_report: "定时清理接口测试报告",
|
||||||
timing_clean_load_report: "定时清理性能测试报告",
|
timing_clean_load_report: "定时清理性能测试报告",
|
||||||
timing_clean_ui_report: "定时清理UI测试报告",
|
timing_clean_ui_report: "定时清理UI测试报告",
|
||||||
keep_recent: "保留最近",
|
keep_recent: "保留最近",
|
||||||
please_select_cleaning_time: "请选择清理时间!"
|
please_select_cleaning_time: "请选择清理时间!"
|
||||||
|
@ -2925,7 +2925,7 @@ export default {
|
||||||
not_screentshot: "不截图",
|
not_screentshot: "不截图",
|
||||||
error_step_screenshot: "出现异常截图",
|
error_step_screenshot: "出现异常截图",
|
||||||
downloadScreenshot: "下载截图文件",
|
downloadScreenshot: "下载截图文件",
|
||||||
description: "备注",
|
description: "描述",
|
||||||
},
|
},
|
||||||
project_application: {
|
project_application: {
|
||||||
workstation: {
|
workstation: {
|
||||||
|
|
Loading…
Reference in New Issue