diff --git a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js index 4f99d2c788..328fb86ffb 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js @@ -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', diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js index c6311a4b06..c949b0bde0 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js @@ -539,6 +539,7 @@ const message = { performance: '性能测试', scenario_case: '场景用例' }, + apply_tip:'未开启工作台待更新设置', sync_case_tips: '注意: 忽略后,受影响的用例将不再有提醒,请谨慎操作', batch_sync_api_tips: '注意: 批量同步,有可能部分不需要同步的用例参数也被覆盖,导致测试不通过,请谨慎操作', batch_ignore_case_tips: '注意: 批量忽略后,受影响的用例将不再有提醒,请谨慎操作', diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js index cf8c98f0dc..eaa1ccbee0 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js @@ -528,6 +528,7 @@ const message = { creation_case_tip: '暫時還沒有創建用例,馬上創建', creation_issue_tip: '暫時還沒有創建缺陷,馬上創建', delNotSame: '刪除用例中無法與API文檔對應的參數', + apply_tip:'未開啟工作台待更新設置', table_name: { track_case: '功能用例', track_plan: '測試計劃',