fix(工作台): 修复工作台提示信息问题
--user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001020181
This commit is contained in:
parent
e93123b447
commit
44b80b82ff
|
@ -525,6 +525,7 @@ const message = {
|
|||
creation_case_tip: 'No use case has been created yet, create it now',
|
||||
creation_issue_tip: 'No defects have been created yet, create them now',
|
||||
delNotSame: 'Remove parameters in use cases that cannot correspond to API documentation',
|
||||
apply_tip:'The workbench pending update setting is not enabled',
|
||||
table_name: {
|
||||
track_case: 'Track Case',
|
||||
track_plan: 'Track Plan',
|
||||
|
@ -535,7 +536,7 @@ const message = {
|
|||
api_case: 'Api Case',
|
||||
performance: 'Performance',
|
||||
scenario_case: 'Scenario Case'
|
||||
}
|
||||
},
|
||||
},
|
||||
display: {
|
||||
title: 'Theme',
|
||||
|
|
|
@ -539,6 +539,7 @@ const message = {
|
|||
performance: '性能测试',
|
||||
scenario_case: '场景用例'
|
||||
},
|
||||
apply_tip:'未开启工作台待更新设置',
|
||||
sync_case_tips: '注意: 忽略后,受影响的用例将不再有提醒,请谨慎操作',
|
||||
batch_sync_api_tips: '注意: 批量同步,有可能部分不需要同步的用例参数也被覆盖,导致测试不通过,请谨慎操作',
|
||||
batch_ignore_case_tips: '注意: 批量忽略后,受影响的用例将不再有提醒,请谨慎操作',
|
||||
|
|
|
@ -528,6 +528,7 @@ const message = {
|
|||
creation_case_tip: '暫時還沒有創建用例,馬上創建',
|
||||
creation_issue_tip: '暫時還沒有創建缺陷,馬上創建',
|
||||
delNotSame: '刪除用例中無法與API文檔對應的參數',
|
||||
apply_tip:'未開啟工作台待更新設置',
|
||||
table_name: {
|
||||
track_case: '功能用例',
|
||||
track_plan: '測試計劃',
|
||||
|
|
Loading…
Reference in New Issue