Skip to content

Commit

Permalink
minor: 处理 job 执行作业插件提示国际化问题
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Jul 19, 2023
1 parent dddf63c commit 5d5efe0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -4007,23 +4007,24 @@ msgstr ""
#: pipeline_plugins/components/collections/sites/open/job/execute_task/v1_1.py:76
msgid ""
"1.当用户选择JOB成功历史后,插件将不再创建新的JOB实例,直接继承JOB成功状态. \n"
"2.在接收到用户编辑的全局变量后,v1.0及以上版本会默认用英文双引号将默认变量值包裹起来,再将得到的字符串作为一个整体在调用API时进行传参。\n"
"如果不需要双引号包裹,可以使用legacy版本插件,也可以手动在表格中去掉。"
"2.在接收到用户编辑的全局变量后,v1.0及v1.1版本会默认用英文双引号将默认变量值包裹起来,再将得到的字符串作为一个整体在调用API时进行传参。\n"
"如果不需要双引号包裹,可以使用legacy或v1.2版本插件,也可以手动在表格中去掉。"
msgstr ""
"1. When the user selects the JOB success history, the plugin will no longer create a new JOB instance and directly inherit the JOB success status. \n"
"2. After receiving the global variable edited by the user, v1.0 and above will wrap the default variable value in English double quotation marks by default, and then pass the obtained string as a whole when calling the API.\n"
"If you don't need double quotation marks, you can use the legacy version plugin, or you can manually remove it from the table."
"2. After receiving the global variable edited by the user, v1.0 and v1.1 will wrap the default variable value in English double quotation marks by default, and then pass the obtained string as a whole when calling the API.\n"
"If you don't need double quotation marks, you can use the legacy version and v1.2 plugin, or you can manually remove it from the table."

#: pipeline_plugins/components/collections/sites/open/job/execute_task/v1_2.py:102
msgid ""
"1.当用户选择JOB成功历史后,插件将不再创建新的JOB实例,直接继承JOB成功状态. \n"
"2.在接收到用户编辑的全局变量后,v1.0及以上版本会默认用英文双引号将默认变量值包裹起来,再将得到的字符串作为一个整体在调用API时进行传参。\n"
"如果不需要双引号包裹,可以使用legacy版本插件,也可以手动在表格中去掉。\n"
"2.在接收到用户编辑的全局变量后,v1.0及v1.1会默认用英文双引号将默认变量值包裹起来,再将得到的字符串作为一个整体在调用API时进行传参。\n"
"如果不需要双引号包裹,可以使用legacy或v1.2版本插件,也可以手动在表格中去掉。\n"
"3. 去除IP存在性校验,默认开启新版IP tag分组, 默认开启失败时提取变量,job成功历史调整为只在重试时显示"
msgstr ""
"1. When the user selects the JOB success history, the plugin will no longer create a new JOB instance and directly inherit the JOB success status. \n"
"2. After receiving the global variable edited by the user, v1.0 and above will wrap the default variable value in English double quotation marks by default, and then pass the obtained string as a whole when calling the API.\n"
"If you don't need double quotation marks, you can use the legacy version plugin, or you can manually remove it from the table."
"2. After receiving the global variable edited by the user, v1.0 and v1.1 will wrap the default variable value in English double quotation marks by default, and then pass the obtained string as a whole when calling the API.\n"
"If you don't need double quotation marks, you can use the legacy version or v1.2 plugin, or you can manually remove it from the table. \n"
"3. Remove IP existence validation, enable new version IP tag grouping by default, enable variable extraction on failure by default, and adjust job success history to only display on retry."

#: pipeline_plugins/components/collections/sites/open/job/fast_execute_script/legacy.py:71
#: pipeline_plugins/components/collections/sites/open/job/fast_execute_script/v1_0.py:72
Expand Down

0 comments on commit 5d5efe0

Please sign in to comment.