diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 5fef00786b..b4483659d3 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -1902,7 +1902,7 @@ export default { }, script: { tip_3: "Script steps will be counted in the execution result of the scene, and the final execution result of the scene will be affected when an execution error is reported", - filter_request_type: "Request type", + filter_request_type: "Ignore request", execution_order: "Order", associated_scene_results: "Associated scene results", execute_before_step: "Execute before single", diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 8fdd605570..71e0a8714a 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -1907,7 +1907,7 @@ export default { }, script: { tip_3: "脚本步骤会统计到场景执行结果中,执行报错时会影响场景的最终执行结果", - filter_request_type: "过滤请求类型", + filter_request_type: "忽略请求", execution_order: "脚本执行顺序", associated_scene_results: "关联场景结果", execute_before_step: "单个请求步骤前执行", diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index ccaeb2be8a..32cc3053e3 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -1907,7 +1907,7 @@ export default { }, script: { tip_3: "腳本步驟會統計到場景執行結果中,執行報錯時會影響場景的最終執行結果", - filter_request_type: "過濾請求類型", + filter_request_type: "忽略請求", execution_order: "腳本執行順序", associated_scene_results: "關聯場景結果", execute_before_step: "單個請求步驟前執行",