refactor: 切换版本增加提示消息
This commit is contained in:
parent
c2d416e128
commit
5d61a53691
|
@ -1 +1 @@
|
|||
Subproject commit c87d28ba41416155c5d91ef16e2528b67083448b
|
||||
Subproject commit 8248ff7684f2d5eea36b66d5027f2091e9047de8
|
|
@ -783,6 +783,7 @@ export default {
|
|||
delete_tip: 'This version has associated system resources, this operation will delete the associated resources',
|
||||
checkout: 'Checkout',
|
||||
compare: 'Compare',
|
||||
change_latest_tip: 'This operation will modify the default display of the interface, scene, test case and other list pages, which may take some time. Please wait! '
|
||||
},
|
||||
timing_clean_plan_report: "Regularly clean up test report",
|
||||
timing_clean_api_report: "Regularly clean up api report",
|
||||
|
|
|
@ -787,6 +787,7 @@ export default {
|
|||
delete_tip: '此版本已经关联系统资源,此操作会将所关联的资源一并删除',
|
||||
checkout: '切换',
|
||||
compare: '对比',
|
||||
change_latest_tip: '此操作会修改接口,场景,测试用例等列表页面的默认展示,可能会消耗一些时间。请耐心等待!'
|
||||
},
|
||||
timing_clean_plan_report: "定时清理测试计划报告",
|
||||
timing_clean_api_report: "定时清理接口测试报告",
|
||||
|
|
|
@ -787,6 +787,7 @@ export default {
|
|||
delete_tip: '此版本已經關聯繫統資源,此操作會將所關聯的資源一併刪除',
|
||||
checkout: '切換',
|
||||
compare: '對比',
|
||||
change_latest_tip: '此操作會修改接口,場景,測試用例等列表頁面的默認展示,可能會消耗一些時間。請耐心等待! '
|
||||
},
|
||||
timing_clean_plan_report: "定時清理測試計劃報告",
|
||||
timing_clean_api_report: "定時清理接口測試報告",
|
||||
|
|
Loading…
Reference in New Issue