diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 85f4e5ddc7..dc9f0a2915 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -1908,7 +1908,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 9e73280fe0..9033d05ee4 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -1916,7 +1916,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 60d9448920..7084071d49 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -1913,7 +1913,7 @@ export default { }, script: { tip_3: "腳本步驟會統計到場景執行結果中,執行報錯時會影響場景的最終執行結果", - filter_request_type: "過濾請求類型", + filter_request_type: "忽略請求", execution_order: "腳本執行順序", associated_scene_results: "關聯場景結果", execute_before_step: "單個請求步驟前執行",