fix(项目设置): 前置和后置脚本组件英文显示问题
--bug=1009100 --user=lyh [项目设置]-环境配置-前置和后置脚本 小屏幕显示不全 https://www.tapd.cn/55049933/s/1084415
This commit is contained in:
parent
083bc8f9e9
commit
5f4ef84553
|
@ -1754,16 +1754,16 @@ 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: "Filter request type",
|
||||
execution_order: "Script execution order",
|
||||
filter_request_type: "Request type",
|
||||
execution_order: "Order",
|
||||
associated_scene_results: "Associated scene results",
|
||||
execute_before_step: "Execute before a single request step",
|
||||
execute_before_step: "Execute before single",
|
||||
execute_before_step_tip: "Execute every time before each API step, such as request encryption",
|
||||
execute_post_step: "Execute after a single request step",
|
||||
execute_post_step: "Execute after single",
|
||||
execute_post_step_tip: "Execute every time after each API step, such as response decryption",
|
||||
execute_before_all_steps: "Execute before all requested steps",
|
||||
execute_before_all_steps: "Execute before all",
|
||||
execute_before_all_steps_tip: "Execute once before the start of all API steps, such as token acquisition and scene initialization",
|
||||
execute_post_all_steps: "Execute after all requested steps",
|
||||
execute_post_all_steps: "Execute after all",
|
||||
execute_post_all_steps_tip: "Execute once after the end of all API steps, such as data destruction and scene reset",
|
||||
after_the_pre_script_step: "After the pre-script in the step",
|
||||
before_the_pre_script_step: "Before pre-script in step",
|
||||
|
|
Loading…
Reference in New Issue