diff --git a/docs/release.md b/docs/release.md index 702d25099c..97c023d2c4 100644 --- a/docs/release.md +++ b/docs/release.md @@ -259,4 +259,8 @@ - 修复用户在没登录过标准运维的情况下无法调用 API 接口的问题 # 3.3.9 -# todo +- bug fix + - 修复周期任务在固定月份和日期时 beat 进程退出的问题 + - 修复任务节点失败后重试时如果参数填写出错,会导致无法通过修改参数再次重试的问题 + - 修复职能化认领页面点击认领按钮页面会重新刷新的问题 + - 修复任务节点执行时间超过一天后耗时计算不正确的问题 diff --git a/locale/en/LC_MESSAGES/django.mo b/locale/en/LC_MESSAGES/django.mo index f4ed5c52e8..b9f2929930 100644 Binary files a/locale/en/LC_MESSAGES/django.mo and b/locale/en/LC_MESSAGES/django.mo differ diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 240b56ab53..e767b01bc5 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-03-22 12:08+0800\n" +"POT-Creation-Date: 2019-04-10 21:07+0800\n" "PO-Revision-Date: 2017-11-17 11:28+0800\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -18,2046 +18,1761 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.6.0\n" -#: bk_api/sites/clouds/utils.py:40 bk_api/utils.py:78 -msgid "请求返回数据格式错误!" -msgstr "Request return data format error!" - -#: bk_api/sites/clouds/utils.py:41 bk_api/utils.py:79 -msgid "调用远程服务失败,Http请求返回数据格式错误!" -msgstr "Remote service called failed, HTTP request data return format error!" - -#: bk_api/utils.py:81 -#, python-format -msgid "调用远程服务失败,Http请求错误状态码:%(code)s, 请求url:%(url)s" -msgstr "Remote service called failed, HTTP request error status error: %(code)s, request url: %(url)s" - -#: bk_api/sites/bkopen/app_maker.py:49 bk_api/sites/clouds/app_maker.py:73 -#, python-format -msgid "调用创建app maker接口失败,错误信息:%s" -msgstr "Creating app maker API called failed, error: %s" - -#: bk_api/sites/bkopen/app_maker.py:50 bk_api/sites/clouds/app_maker.py:74 -msgid "调用创建app maker接口失败" -msgstr "App maker API called failed" - -#: bk_api/sites/bkopen/app_maker.py:83 bk_api/sites/bkopen/app_maker.py:103 -#: bk_api/sites/clouds/app_maker.py:109 bk_api/sites/clouds/app_maker.py:129 -#, python-format -msgid "调用修改app maker接口失败,错误信息:%s" -msgstr "Updating app maker API called failed, error: %s" - -#: bk_api/sites/bkopen/app_maker.py:84 bk_api/sites/bkopen/app_maker.py:104 -#: bk_api/sites/clouds/app_maker.py:110 bk_api/sites/clouds/app_maker.py:130 -msgid "调用修改app maker接口失败" -msgstr "Updating app maker API called failed" - -#: bk_api/sites/clouds/app_maker.py:151 -#, python-format -msgid "调用修改 LOGO 接口失败,错误信息:%s" -msgstr "todo:%s" - -#: bk_api/sites/clouds/app_maker.py:152 -msgid "调用修改 LOGO 接口失败" -msgstr "todo" - -#: bk_api/sites/clouds/utils.py:43 -#, python-format -msgid "调用远程服务失败,Http请求错误状态码:%s" -msgstr "Remote service called failed, HTTP request error status error: %s" - -#: blueapps/account/admin.py:13 +#: blueapps/account/admin.py:25 msgid "Personal info" msgstr "Personal info" -#: blueapps/account/admin.py:14 +#: blueapps/account/admin.py:26 msgid "Permissions" msgstr "Permissions" -#: blueapps/account/admin.py:16 +#: blueapps/account/admin.py:28 msgid "Important dates" msgstr "Important dates" -#: blueapps/account/apps.py:9 +#: blueapps/account/apps.py:21 msgid "account" msgstr "account" -#: blueapps/account/models.py:53 +#: blueapps/account/models.py:65 msgid "username" msgstr "username" -#: blueapps/account/models.py:56 blueapps/account/models.py:147 +#: blueapps/account/models.py:68 blueapps/account/models.py:159 msgid "Required. 64 characters or fewer. Letters, digits and underlined only." msgstr "Required. 64 characters or fewer. Letters, digits and underlined only." -#: blueapps/account/models.py:60 +#: blueapps/account/models.py:72 msgid "Enter a valid openid. This value may contain only letters, numbers and underlined characters." msgstr "Enter a valid openid. This value may contain only letters, numbers and underlined characters." -#: blueapps/account/models.py:66 +#: blueapps/account/models.py:78 msgid "A user with that openid already exists." msgstr "A user with that openid already exists." -#: blueapps/account/models.py:71 +#: blueapps/account/models.py:83 msgid "nick name" msgstr "nick name" -#: blueapps/account/models.py:74 +#: blueapps/account/models.py:86 msgid "Required. 64 characters or fewer." msgstr "Required. 64 characters or fewer." -#: blueapps/account/models.py:77 +#: blueapps/account/models.py:89 msgid "staff status" msgstr "staff status" -#: blueapps/account/models.py:79 +#: blueapps/account/models.py:91 msgid "Designates whether the user can log into this admin site." msgstr "Designates whether the user can log into this admin site." -#: blueapps/account/models.py:83 +#: blueapps/account/models.py:95 msgid "active" msgstr "active" -#: blueapps/account/models.py:85 +#: blueapps/account/models.py:97 msgid "Designates whether this user should be treated as active. Unselect this instead of deleting accounts." msgstr "Designates whether this user should be treated as active. Unselect this instead of deleting accounts." -#: blueapps/account/models.py:89 +#: blueapps/account/models.py:101 msgid "date joined" msgstr "date joined" -#: blueapps/account/models.py:99 +#: blueapps/account/models.py:111 msgid "user" msgstr "user" -#: blueapps/account/models.py:100 +#: blueapps/account/models.py:112 msgid "users" msgstr "users" -#: blueapps/account/models.py:151 +#: blueapps/account/models.py:163 msgid "Enter a valid key. This value may contain only letters, numbers and underlined characters." msgstr "Enter a valid key. This value may contain only letters, numbers and underlined characters." -#: blueapps/account/models.py:160 +#: blueapps/account/models.py:172 msgid "user property" msgstr "user property" -#: blueapps/account/models.py:161 +#: blueapps/account/models.py:173 msgid "user properties" msgstr "user properties" -#: config/default.py:141 +#: config/default.py:152 msgid "English" msgstr "English" -#: config/default.py:142 +#: config/default.py:153 msgid "简体中文" msgstr "简体中文" -#: django_signal_valve/models.py:36 +#: django_signal_valve/models.py:48 msgid "信号模块名" msgstr "Signal module name" -#: django_signal_valve/models.py:37 +#: django_signal_valve/models.py:49 msgid "信号属性名" msgstr "Signal property name" -#: django_signal_valve/models.py:38 +#: django_signal_valve/models.py:50 msgid "信号参数" msgstr "Signal parameters" -#: gcloud/exceptions.py:27 +#: gcloud/exceptions.py:39 msgid "请求第三方系统" msgstr "Requesting third party system" -#: gcloud/exceptions.py:29 +#: gcloud/exceptions.py:41 msgid "接口" msgstr "API" -#: gcloud/exceptions.py:31 +#: gcloud/exceptions.py:43 msgid "异常" msgstr "exception" -#: gcloud/exceptions.py:33 +#: gcloud/exceptions.py:45 msgid "请联系第三方系统负责人处理" msgstr "Please contact the API system maintenance person to handle" -#: gcloud/commons/message/common.py:6 +#: gcloud/commons/message/common.py:18 msgid "【标准运维APP通知】执行失败" msgstr "[SOPS APP Notice] Task Field" -#: gcloud/commons/message/common.py:7 +#: gcloud/commons/message/common.py:19 msgid "您在【{cc_name}】业务中的任务【{task_name}】执行失败,当前失败节点是【{node_name}】,操作员是【{executor}】,请前往标准运维APP( {url} )查看详情!" msgstr "Your task[{task_name}] in business[{cc_name}] executed failed, current failed node is [{node_name}], executor is [{executor}].Please go to SOPS[{url}] to view details." -#: gcloud/commons/message/common.py:19 +#: gcloud/commons/message/common.py:31 msgid "【标准运维APP通知】执行完成" msgstr "[SOPS APP Notice] Task Finished" -#: gcloud/commons/message/common.py:20 +#: gcloud/commons/message/common.py:32 msgid "您在【{cc_name}】业务中的任务【{task_name}】执行成功,操作员是【{executor}】,请前往标准运维APP( {url} )查看详情!" msgstr "Your task[{task_name}] in business[{cc_name}] executed successfully, executor is [{executor}].Please go to SOPS[{url}] to view details." -#: gcloud/commons/message/common.py:31 +#: gcloud/commons/message/common.py:43 msgid "【标准运维APP通知】周期任务启动失败" msgstr "[BK_SOPS Notification]Periodic task start failed" -#: gcloud/commons/message/common.py:32 +#: gcloud/commons/message/common.py:44 msgid "您在【{cc_name}】业务中计划于【{start_time}】执行的周期任务【{task_name}】启动失败,错误信息:【{ex_data}】" msgstr "Periodic task[{task_name}]in business [{cc_name}] which should be schedule at [{start_time}] started failed, error message: [{ex_data}]" -#: gcloud/commons/template/models.py:162 +#: gcloud/commons/template/models.py:174 msgid "模板类型" msgstr "Template Type" -#: gcloud/commons/template/models.py:172 +#: gcloud/commons/template/models.py:184 msgid "收藏模板的人" msgstr "Template favorited by" -#: gcloud/commons/template/models.py:174 +#: gcloud/commons/template/models.py:186 msgid "流程事件通知方式" msgstr "Events Notify Types" -#: gcloud/commons/template/models.py:179 +#: gcloud/commons/template/models.py:191 msgid "流程事件通知人" msgstr "Events Notify personnel" -#: gcloud/commons/template/models.py:182 +#: gcloud/commons/template/models.py:194 msgid "流程超时时间(分钟)" msgstr "Time-out" -#: gcloud/commons/template/models.py:185 gcloud/contrib/appmaker/models.py:279 -#: gcloud/taskflow3/models.py:768 pipeline/models.py:272 +#: gcloud/commons/template/models.py:197 gcloud/contrib/appmaker/models.py:292 +#: gcloud/taskflow3/models.py:780 pipeline/models.py:284 msgid "是否删除" msgstr "Deleted" -#: gcloud/commons/template/models.py:330 gcloud/commons/template/models.py:331 +#: gcloud/commons/template/models.py:342 gcloud/commons/template/models.py:343 msgid "公共流程模板 CommonTemplate" msgstr "Common Template" -#: gcloud/commons/template/models.py:341 gcloud/commons/template/models.py:342 +#: gcloud/commons/template/models.py:353 gcloud/commons/template/models.py:354 msgid "通用流程模板ID" msgstr "Common Template ID" -#: gcloud/commons/template/models.py:348 gcloud/commons/template/models.py:349 +#: gcloud/commons/template/models.py:360 gcloud/commons/template/models.py:361 msgid "公共流程模板权限 CommonTmplPerm" msgstr "Common Template Permission" -#: gcloud/conf/sites/community/ver_settings.py:29 +#: gcloud/conf/sites/community/ver_settings.py:41 msgid "蓝鲸智云社区版" msgstr "BK Community Edition" -#: gcloud/conf/sites/enterprise/ver_settings.py:29 -#: gcloud/conf/sites/ieod/ver_settings.py:32 -msgid "蓝鲸智云企业版" -msgstr "BK Enterprise Edition" - -#: gcloud/contrib/appmaker/api.py:36 +#: gcloud/contrib/appmaker/api.py:48 #, python-format msgid "参数格式错误:%s" msgstr "Parameters format error: %s" -#: gcloud/contrib/appmaker/api.py:44 +#: gcloud/contrib/appmaker/api.py:56 msgid "请上传 jpg 或 png 格式的图片" msgstr "Please upload a picture in jpg or png format" -#: gcloud/contrib/appmaker/api.py:48 +#: gcloud/contrib/appmaker/api.py:60 msgid "LOGO 文件大小必须小于 100K" msgstr "The size of LOGO must less than 100K" -#: gcloud/contrib/appmaker/api.py:53 +#: gcloud/contrib/appmaker/api.py:65 msgid "图片格式非法" msgstr "Illegal picture format" -#: gcloud/contrib/appmaker/models.py:58 +#: gcloud/contrib/appmaker/models.py:71 msgid "保存失败,引用的流程模板不存在!" msgstr "Save failed, the referenced flow template does not exist " -#: gcloud/contrib/appmaker/models.py:101 +#: gcloud/contrib/appmaker/models.py:114 #, python-format msgid "创建轻应用失败:%s" msgstr "Failed to create Mini-App: %s" -#: gcloud/contrib/appmaker/models.py:118 +#: gcloud/contrib/appmaker/models.py:131 msgid "保存失败,当前操作的轻应用不存在或已删除!" msgstr "Save failed, Mini-App of current operation does not exist or has been deleted!" -#: gcloud/contrib/appmaker/models.py:136 +#: gcloud/contrib/appmaker/models.py:149 #, python-format msgid "编辑轻应用失败:%s" msgstr "Failed to edit Mini-App: %s" -#: gcloud/contrib/appmaker/models.py:172 +#: gcloud/contrib/appmaker/models.py:185 msgid "当前操作的轻应用不存在或已删除!" msgstr "Mini-App of current operation does not exist or has been deleted!" -#: gcloud/contrib/appmaker/models.py:183 gcloud/contrib/appmaker/models.py:189 +#: gcloud/contrib/appmaker/models.py:196 gcloud/contrib/appmaker/models.py:202 #, python-format msgid "删除失败:%s" msgstr "Delete failed: %s" -#: gcloud/contrib/appmaker/models.py:266 gcloud/tasktmpl3/models.py:434 +#: gcloud/contrib/appmaker/models.py:279 gcloud/tasktmpl3/models.py:446 msgid "所属业务" msgstr "Business" -#: gcloud/contrib/appmaker/models.py:267 +#: gcloud/contrib/appmaker/models.py:280 msgid "APP名称" msgstr "APP name" -#: gcloud/contrib/appmaker/models.py:268 +#: gcloud/contrib/appmaker/models.py:281 msgid "APP编码" msgstr "APP code" -#: gcloud/contrib/appmaker/models.py:269 +#: gcloud/contrib/appmaker/models.py:282 msgid "APP基本信息" msgstr "APP basic information" -#: gcloud/contrib/appmaker/models.py:270 +#: gcloud/contrib/appmaker/models.py:283 msgid "APP描述信息" msgstr "APP description information" -#: gcloud/contrib/appmaker/models.py:271 +#: gcloud/contrib/appmaker/models.py:284 msgid "轻应用logo存放地址" msgstr "Mini-App logo url" -#: gcloud/contrib/appmaker/models.py:272 +#: gcloud/contrib/appmaker/models.py:285 msgid "gcloud链接" msgstr "gcloud link" -#: gcloud/contrib/appmaker/models.py:273 +#: gcloud/contrib/appmaker/models.py:286 msgid "创建人" msgstr "Creator" -#: gcloud/contrib/appmaker/models.py:274 pipeline/engine/models/core.py:803 -#: pipeline/models.py:66 pipeline/models.py:264 pipeline/models.py:578 +#: gcloud/contrib/appmaker/models.py:287 pipeline/engine/models/core.py:815 +#: pipeline/models.py:78 pipeline/models.py:276 pipeline/models.py:590 msgid "创建时间" msgstr "Creation time" -#: gcloud/contrib/appmaker/models.py:275 +#: gcloud/contrib/appmaker/models.py:288 msgid "编辑人" msgstr "Last Modified" -#: gcloud/contrib/appmaker/models.py:276 +#: gcloud/contrib/appmaker/models.py:289 msgid "编辑时间" msgstr "Date modified" -#: gcloud/contrib/appmaker/models.py:277 +#: gcloud/contrib/appmaker/models.py:290 msgid "关联模板" msgstr "Referenced template" -#: gcloud/contrib/appmaker/models.py:278 +#: gcloud/contrib/appmaker/models.py:291 msgid "执行方案" msgstr "Executing Plan" -#: gcloud/contrib/appmaker/models.py:303 gcloud/contrib/appmaker/models.py:304 +#: gcloud/contrib/appmaker/models.py:316 gcloud/contrib/appmaker/models.py:317 msgid "轻应用 AppMaker" msgstr "Mini-APP" -#: gcloud/contrib/function/models.py:11 +#: gcloud/contrib/function/models.py:23 msgid "未认领" msgstr "To be claim" -#: gcloud/contrib/function/models.py:12 +#: gcloud/contrib/function/models.py:24 msgid "已认领" msgstr "Claimed" -#: gcloud/contrib/function/models.py:13 +#: gcloud/contrib/function/models.py:25 msgid "已驳回" msgstr "Rejected" -#: gcloud/contrib/function/models.py:14 +#: gcloud/contrib/function/models.py:26 msgid "已执行" msgstr "Executed" -#: gcloud/contrib/function/models.py:15 gcloud/taskflow3/models.py:441 -#: gcloud/tasktmpl3/models.py:195 +#: gcloud/contrib/function/models.py:27 gcloud/taskflow3/models.py:453 +#: gcloud/tasktmpl3/models.py:207 msgid "已完成" msgstr "Finished" -#: gcloud/contrib/function/models.py:23 +#: gcloud/contrib/function/models.py:35 msgid "职能化单" msgstr "Functional bill" -#: gcloud/contrib/function/models.py:24 +#: gcloud/contrib/function/models.py:36 msgid "提单人" msgstr "Submitter" -#: gcloud/contrib/function/models.py:25 +#: gcloud/contrib/function/models.py:37 msgid "提单时间" msgstr "Date submitted" -#: gcloud/contrib/function/models.py:26 +#: gcloud/contrib/function/models.py:38 msgid "认领人" msgstr "Claimer" -#: gcloud/contrib/function/models.py:27 +#: gcloud/contrib/function/models.py:39 msgid "认领时间" msgstr "Date claimed" -#: gcloud/contrib/function/models.py:28 +#: gcloud/contrib/function/models.py:40 msgid "驳回人" msgstr "Rejecter" -#: gcloud/contrib/function/models.py:29 +#: gcloud/contrib/function/models.py:41 msgid "驳回时间" msgstr "Date rejected" -#: gcloud/contrib/function/models.py:30 +#: gcloud/contrib/function/models.py:42 msgid "转单人" msgstr "Predecessor" -#: gcloud/contrib/function/models.py:31 +#: gcloud/contrib/function/models.py:43 msgid "转单时间" msgstr "Date transferred" -#: gcloud/contrib/function/models.py:32 +#: gcloud/contrib/function/models.py:44 msgid "单据状态" msgstr "Bill Status" -#: gcloud/contrib/function/models.py:38 gcloud/contrib/function/models.py:39 +#: gcloud/contrib/function/models.py:50 gcloud/contrib/function/models.py:51 msgid "职能化认领单 FunctionTask" msgstr "Functional Bill" -#: gcloud/core/api.py:24 +#: gcloud/core/api.py:36 msgid "用户默认业务切换成功" msgstr "Change default business successfully" -#: gcloud/core/api.py:59 +#: gcloud/core/api.py:71 #, python-format msgid "所有%s" msgstr "All %ss" -#: gcloud/core/constant.py:7 +#: gcloud/core/constant.py:18 msgid "运维工具" msgstr "OPS Tools" -#: gcloud/core/constant.py:8 +#: gcloud/core/constant.py:19 msgid "监控告警" msgstr "Alarm" -#: gcloud/core/constant.py:9 +#: gcloud/core/constant.py:20 msgid "配置管理" msgstr "Conf Manage" -#: gcloud/core/constant.py:10 +#: gcloud/core/constant.py:21 msgid "开发工具" msgstr "Dev Tools" -#: gcloud/core/constant.py:11 +#: gcloud/core/constant.py:22 msgid "企业IT" msgstr "Enterprise IT" -#: gcloud/core/constant.py:12 +#: gcloud/core/constant.py:23 msgid "办公应用" msgstr "Office App" -#: gcloud/core/constant.py:13 +#: gcloud/core/constant.py:24 msgid "其它" msgstr "Others" -#: gcloud/core/constant.py:18 +#: gcloud/core/constant.py:29 msgid "默认任务流程" msgstr "Default Task Flow" -#: gcloud/core/constant.py:19 +#: gcloud/core/constant.py:30 msgid "职能化任务流程" msgstr "Functional Task Flow" -#: gcloud/core/constant.py:26 gcloud/core/constant.py:32 +#: gcloud/core/constant.py:37 gcloud/core/constant.py:43 msgid "步骤选择" msgstr "Step Selection" -#: gcloud/core/constant.py:27 +#: gcloud/core/constant.py:38 msgid "参数填写" msgstr "Parameter Enter" -#: gcloud/core/constant.py:28 gcloud/core/constant.py:35 +#: gcloud/core/constant.py:39 gcloud/core/constant.py:46 msgid "任务执行" msgstr "Task Execution" -#: gcloud/core/constant.py:29 gcloud/core/constant.py:36 +#: gcloud/core/constant.py:40 gcloud/core/constant.py:47 msgid "完成" msgstr "Complete" -#: gcloud/core/constant.py:33 +#: gcloud/core/constant.py:44 msgid "提交需求" msgstr "Submit Request" -#: gcloud/core/constant.py:34 +#: gcloud/core/constant.py:45 msgid "职能化认领" msgstr "Task Claim" -#: gcloud/core/constant.py:55 +#: gcloud/core/constant.py:66 msgid "任务准备" msgstr "Preparation" -#: gcloud/core/constant.py:56 +#: gcloud/core/constant.py:67 msgid "操作执行" msgstr "Execution" -#: gcloud/core/constant.py:57 +#: gcloud/core/constant.py:68 msgid "DB变更" msgstr "DB Change" -#: gcloud/core/constant.py:58 +#: gcloud/core/constant.py:69 msgid "DB备份" msgstr "DB Backup" -#: gcloud/core/constant.py:59 +#: gcloud/core/constant.py:70 msgid "现网测试" msgstr "Test" -#: gcloud/core/constant.py:60 +#: gcloud/core/constant.py:71 msgid "空闲时间" msgstr "Idle Time" -#: gcloud/core/constant.py:65 +#: gcloud/core/constant.py:76 msgid "微信" msgstr "WeChat" -#: gcloud/core/constant.py:66 +#: gcloud/core/constant.py:77 msgid "短信" msgstr "SMS" -#: gcloud/core/constant.py:67 +#: gcloud/core/constant.py:78 msgid "邮件" msgstr "Email" -#: gcloud/core/constant.py:68 +#: gcloud/core/constant.py:79 msgid "语音" msgstr "Voice" -#: gcloud/core/middlewares.py:64 +#: gcloud/core/middlewares.py:76 msgid "您没有权限进行此操作" msgstr "You have no permissions to make such operation" -#: gcloud/core/models.py:25 +#: gcloud/core/models.py:37 msgid "生命周期" msgstr "Life Cycle" -#: gcloud/core/models.py:26 +#: gcloud/core/models.py:38 msgid "任务执行者" msgstr "Task Executor" -#: gcloud/core/models.py:28 +#: gcloud/core/models.py:40 msgid "业务状态" msgstr "Business State" -#: gcloud/core/models.py:29 +#: gcloud/core/models.py:41 msgid "是否始终使用任务执行者" msgstr "Force to use executor" -#: gcloud/core/models.py:39 gcloud/core/models.py:40 +#: gcloud/core/models.py:51 gcloud/core/models.py:52 msgid "业务 Business" msgstr "Business" -#: gcloud/core/models.py:54 +#: gcloud/core/models.py:66 msgid "用户QQ" msgstr "User QQ" -#: gcloud/core/models.py:55 +#: gcloud/core/models.py:67 msgid "默认业务" msgstr "Default business" -#: gcloud/core/models.py:61 gcloud/core/models.py:62 +#: gcloud/core/models.py:73 gcloud/core/models.py:74 msgid "用户默认业务 UserBusiness" msgstr "User default business UserBusiness" -#: gcloud/core/models.py:72 gcloud/core/models.py:73 +#: gcloud/core/models.py:84 gcloud/core/models.py:85 msgid "业务用户组 BusinessGroupMembership" msgstr "Business user group BusinessGroupMembership" -#: gcloud/core/models.py:90 +#: gcloud/core/models.py:102 msgid "变量KEY" msgstr "Variable KEY" -#: gcloud/core/models.py:91 +#: gcloud/core/models.py:103 msgid "变量描述" msgstr "Variable Description" -#: gcloud/core/models.py:92 +#: gcloud/core/models.py:104 msgid "变量值" msgstr "Variable Value" -#: gcloud/core/models.py:100 gcloud/core/models.py:101 +#: gcloud/core/models.py:112 gcloud/core/models.py:113 msgid "环境变量 EnvironmentVariables" msgstr "EnvironmentVariables" -#: gcloud/core/roles.py:15 gcloud/core/roles/sites/clouds/roles.py:15 -#: gcloud/core/roles/sites/ieod/roles.py:15 -#: gcloud/core/roles/sites/open/roles.py:15 +#: gcloud/core/roles.py:27 gcloud/core/roles/sites/open/roles.py:27 msgid "运维人员" msgstr "Maintainer" -#: gcloud/core/roles.py:16 gcloud/core/roles/sites/clouds/roles.py:16 -#: gcloud/core/roles/sites/ieod/roles.py:16 -#: gcloud/core/roles/sites/open/roles.py:16 +#: gcloud/core/roles.py:28 gcloud/core/roles/sites/open/roles.py:28 msgid "产品人员" msgstr "Productor" -#: gcloud/core/roles.py:17 gcloud/core/roles/sites/clouds/roles.py:17 -#: gcloud/core/roles/sites/ieod/roles.py:17 -#: gcloud/core/roles/sites/open/roles.py:17 +#: gcloud/core/roles.py:29 gcloud/core/roles/sites/open/roles.py:29 msgid "合作商" msgstr "Partner" -#: gcloud/core/roles.py:18 gcloud/core/roles/sites/clouds/roles.py:18 -#: gcloud/core/roles/sites/ieod/roles.py:18 -#: gcloud/core/roles/sites/open/roles.py:18 +#: gcloud/core/roles.py:30 gcloud/core/roles/sites/open/roles.py:30 msgid "业务创建人" msgstr "Business Creator" -#: gcloud/core/roles.py:19 gcloud/core/roles/sites/clouds/roles.py:19 -#: gcloud/core/roles/sites/ieod/roles.py:19 -#: gcloud/core/roles/sites/open/roles.py:19 +#: gcloud/core/roles.py:31 gcloud/core/roles/sites/open/roles.py:31 msgid "超级管理员" msgstr "Administrator" -#: gcloud/core/roles.py:20 gcloud/core/roles/sites/clouds/roles.py:20 -#: gcloud/core/roles/sites/ieod/roles.py:20 -#: gcloud/core/roles/sites/open/roles.py:20 +#: gcloud/core/roles.py:32 gcloud/core/roles/sites/open/roles.py:32 msgid "职能化人员" msgstr "Functional Personnel" -#: gcloud/core/roles.py:21 gcloud/core/roles/sites/clouds/roles.py:21 -#: gcloud/core/roles/sites/ieod/roles.py:21 -#: gcloud/core/roles/sites/open/roles.py:21 +#: gcloud/core/roles.py:33 gcloud/core/roles/sites/open/roles.py:33 msgid "测试人员" msgstr "Tester" -#: gcloud/core/roles.py:22 gcloud/core/roles/sites/clouds/roles.py:22 -#: gcloud/core/roles/sites/ieod/roles.py:22 -#: gcloud/core/roles/sites/open/roles.py:22 +#: gcloud/core/roles.py:34 gcloud/core/roles/sites/open/roles.py:34 msgid "开发人员" msgstr "Developer" -#: gcloud/core/roles.py:23 gcloud/core/roles/sites/clouds/roles.py:23 -#: gcloud/core/roles/sites/ieod/roles.py:23 -#: gcloud/core/roles/sites/open/roles.py:23 +#: gcloud/core/roles.py:35 gcloud/core/roles/sites/open/roles.py:35 msgid "审计人员" msgstr "Auditor" -#: gcloud/periodictask/models.py:63 gcloud/taskflow3/models.py:743 +#: gcloud/core/api_adapter/utils.py:90 +msgid "请求返回数据格式错误!" +msgstr "Request return data format error!" + +#: gcloud/core/api_adapter/utils.py:91 +msgid "调用远程服务失败,Http请求返回数据格式错误!" +msgstr "Remote service called failed, HTTP request data return format error!" + +#: gcloud/core/api_adapter/utils.py:93 +#, python-format +msgid "调用远程服务失败,Http请求错误状态码:%(code)s, 请求url:%(url)s" +msgstr "Remote service called failed, HTTP request error status error: %(code)s, request url: %(url)s" + +#: gcloud/periodictask/models.py:75 gcloud/taskflow3/models.py:755 msgid "业务" msgstr "Business" -#: gcloud/periodictask/models.py:67 +#: gcloud/periodictask/models.py:79 msgid "pipeline 层周期任务" msgstr "Periodic task in pipeline" -#: gcloud/periodictask/models.py:68 gcloud/taskflow3/models.py:753 +#: gcloud/periodictask/models.py:80 gcloud/taskflow3/models.py:765 msgid "创建任务所用的模板ID" msgstr "Template ID for task creation" -#: gcloud/periodictask/models.py:73 gcloud/periodictask/models.py:74 +#: gcloud/periodictask/models.py:85 gcloud/periodictask/models.py:86 msgid "周期任务 PeriodicTask" msgstr "Periodic Task" -#: gcloud/periodictask/models.py:118 +#: gcloud/periodictask/models.py:130 #, python-format msgid "模板不存在,错误信息:%s" msgstr "Template not exist, error message: %s" -#: gcloud/periodictask/models.py:157 +#: gcloud/periodictask/models.py:169 msgid "pipeline 层周期任务历史" msgstr "Periodic task history in pipeline" -#: gcloud/periodictask/models.py:158 gcloud/taskflow3/constants.py:10 -#: pipeline/contrib/periodic_task/models.py:383 +#: gcloud/periodictask/models.py:170 gcloud/taskflow3/constants.py:22 +#: pipeline/contrib/periodic_task/models.py:395 msgid "周期任务" msgstr "Periodic Task" -#: gcloud/periodictask/models.py:159 +#: gcloud/periodictask/models.py:171 msgid "流程实例" msgstr "Flow Instance" -#: gcloud/periodictask/models.py:160 -#: pipeline/contrib/periodic_task/models.py:391 pipeline/log/models.py:35 +#: gcloud/periodictask/models.py:172 +#: pipeline/contrib/periodic_task/models.py:403 pipeline/log/models.py:47 msgid "异常信息" msgstr "Exception" -#: gcloud/periodictask/models.py:161 -#: pipeline/contrib/periodic_task/models.py:392 -#: pipeline/engine/models/core.py:804 pipeline/engine/models/core.py:895 -#: pipeline/engine/models/loop_activity.py:56 +#: gcloud/periodictask/models.py:173 +#: pipeline/contrib/periodic_task/models.py:404 +#: pipeline/engine/models/core.py:816 pipeline/engine/models/core.py:907 +#: pipeline/engine/models/loop_activity.py:67 msgid "开始时间" msgstr "Date Started" -#: gcloud/periodictask/models.py:162 -#: pipeline/contrib/periodic_task/models.py:393 +#: gcloud/periodictask/models.py:174 +#: pipeline/contrib/periodic_task/models.py:405 msgid "是否启动成功" msgstr "Start Success" -#: gcloud/taskflow3/constants.py:7 +#: gcloud/taskflow3/constants.py:19 msgid "手动" msgstr "Manual" -#: gcloud/taskflow3/constants.py:8 +#: gcloud/taskflow3/constants.py:20 msgid "API网关" msgstr "API Gateway" -#: gcloud/taskflow3/constants.py:9 +#: gcloud/taskflow3/constants.py:21 msgid "轻应用" msgstr "Mini-APP" -#: gcloud/taskflow3/constants.py:15 +#: gcloud/taskflow3/constants.py:27 msgid "业务流程" msgstr "Business Flow" -#: gcloud/taskflow3/constants.py:16 +#: gcloud/taskflow3/constants.py:28 msgid "公共流程" msgstr "Common Flow" -#: gcloud/taskflow3/models.py:430 gcloud/tasktmpl3/models.py:184 +#: gcloud/taskflow3/models.py:442 gcloud/tasktmpl3/models.py:196 msgid "未执行" msgstr "Created" -#: gcloud/taskflow3/models.py:435 gcloud/tasktmpl3/models.py:189 +#: gcloud/taskflow3/models.py:447 gcloud/tasktmpl3/models.py:201 msgid "执行中" msgstr "Executing" -#: gcloud/taskflow3/models.py:751 +#: gcloud/taskflow3/models.py:763 msgid "任务类型,继承自模板" msgstr "Task type, inherited from flow" -#: gcloud/taskflow3/models.py:754 +#: gcloud/taskflow3/models.py:766 msgid "流程模板来源" msgstr "Template source" -#: gcloud/taskflow3/models.py:757 +#: gcloud/taskflow3/models.py:769 msgid "创建方式" msgstr "Creation method" -#: gcloud/taskflow3/models.py:761 +#: gcloud/taskflow3/models.py:773 msgid "创建任务额外信息(App maker ID或者APP CODE)" msgstr "Create additional task data (App maker ID or APP CODE)" -#: gcloud/taskflow3/models.py:763 +#: gcloud/taskflow3/models.py:775 msgid "任务流程类型" msgstr "Task flow type" -#: gcloud/taskflow3/models.py:767 +#: gcloud/taskflow3/models.py:779 msgid "当前任务流程阶段" msgstr "Current task flow phase" -#: gcloud/taskflow3/models.py:776 gcloud/taskflow3/models.py:777 +#: gcloud/taskflow3/models.py:788 gcloud/taskflow3/models.py:789 msgid "流程实例 TaskFlowInstance" msgstr "TaskFlowInstance" -#: gcloud/tasktmpl3/models.py:34 +#: gcloud/tasktmpl3/models.py:46 msgid "新建任务" msgstr "New Task" -#: gcloud/tasktmpl3/models.py:35 +#: gcloud/tasktmpl3/models.py:47 msgid "填写参数" msgstr "Fill params" -#: gcloud/tasktmpl3/models.py:36 -#: pipeline_plugins/components/collections/sites/clouds/tcm.py:80 +#: gcloud/tasktmpl3/models.py:48 msgid "执行任务" msgstr "New task" -#: gcloud/tasktmpl3/models.py:445 gcloud/tasktmpl3/models.py:446 +#: gcloud/tasktmpl3/models.py:457 gcloud/tasktmpl3/models.py:458 msgid "流程模板 TaskTemplate" msgstr "TaskTemplate" -#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:16 +#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:28 msgid "测试" msgstr "Testing" -#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:17 +#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:29 msgid "体验" msgstr "Staging" -#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:18 +#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:30 msgid "正式" msgstr "Production" -#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:22 +#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:34 msgid "关闭" msgstr "Closed" -#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:23 +#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:35 msgid "开放" msgstr "Open" -#: gcloud/utils/forms.py:31 +#: gcloud/utils/forms.py:43 msgid "invalid json string" msgstr "invalid json string" -#: gcloud/utils/forms.py:49 +#: gcloud/utils/forms.py:61 msgid "json.loads result is not instance of list or tuple " msgstr "json.loads result is not instance of list or tuple" -#: gcloud/utils/forms.py:67 +#: gcloud/utils/forms.py:79 msgid "json.loads result is not list" msgstr "json.loads result is not list" -#: gcloud/webservice3/resources.py:308 +#: gcloud/webservice3/resources.py:299 msgid "停运" msgstr "Closed" -#: pipeline/models.py:65 +#: pipeline/models.py:77 msgid "快照字符串的md5sum" msgstr "Snapshot Md5sum" -#: pipeline/models.py:72 pipeline/models.py:73 +#: pipeline/models.py:84 pipeline/models.py:85 msgid "模板快照" msgstr "Template Snapshot" -#: pipeline/models.py:146 +#: pipeline/models.py:158 #, python-format msgid "子流程引用链中存在循环引用:%s" msgstr "Subprocess reference has circle: %s" -#: pipeline/contrib/statistics/models.py:8 -#: pipeline/contrib/statistics/models.py:44 pipeline/models.py:262 -#: pipeline/models.py:449 +#: pipeline/contrib/statistics/models.py:20 +#: pipeline/contrib/statistics/models.py:56 pipeline/models.py:274 +#: pipeline/models.py:461 msgid "模板ID" msgstr "Template ID" -#: pipeline/models.py:263 +#: pipeline/models.py:275 msgid "模板名称" msgstr "Template Name" -#: pipeline/contrib/periodic_task/models.py:298 pipeline/models.py:265 -#: pipeline/models.py:577 +#: pipeline/contrib/periodic_task/models.py:310 pipeline/models.py:277 +#: pipeline/models.py:589 msgid "创建者" msgstr "Creator" -#: pipeline/models.py:266 pipeline/models.py:582 +#: pipeline/models.py:278 pipeline/models.py:594 msgid "描述" msgstr "Description" -#: pipeline/models.py:267 +#: pipeline/models.py:279 msgid "修改者" msgstr "Editor" -#: pipeline/models.py:268 pipeline/models.py:492 +#: pipeline/models.py:280 pipeline/models.py:504 msgid "修改时间" msgstr "Date Edit" -#: pipeline/models.py:269 +#: pipeline/models.py:281 msgid "模板结构数据" msgstr "Template Data" -#: pipeline/models.py:270 +#: pipeline/models.py:282 msgid "是否含有子流程" msgstr "Has Subprocess" -#: pipeline/models.py:274 +#: pipeline/models.py:286 msgid "表示当前模板是否删除" msgstr "Deleted" -#: pipeline/models.py:280 pipeline/models.py:281 pipeline/models.py:574 +#: pipeline/models.py:292 pipeline/models.py:293 pipeline/models.py:586 msgid "Pipeline模板" msgstr "Pipeline Template" -#: pipeline/models.py:423 +#: pipeline/models.py:435 msgid "根模板ID" msgstr "Root flow ID" -#: pipeline/models.py:424 +#: pipeline/models.py:436 msgid "子流程模板ID" msgstr "Subprocess flow ID" -#: pipeline/models.py:425 +#: pipeline/models.py:437 msgid "子流程节点 ID" msgstr "Subprocess node ID" -#: pipeline/models.py:426 pipeline/models.py:450 pipeline/models.py:479 +#: pipeline/models.py:438 pipeline/models.py:462 pipeline/models.py:491 msgid "快照字符串的md5" msgstr "Snapshot string md5" -#: pipeline/models.py:477 +#: pipeline/models.py:489 msgid "模板 ID" msgstr "Template ID" -#: pipeline/models.py:478 +#: pipeline/models.py:490 msgid "模板数据 ID" msgstr "Template Data ID" -#: pipeline/models.py:480 +#: pipeline/models.py:492 msgid "添加日期" msgstr "Datetime added" -#: pipeline/models.py:489 +#: pipeline/models.py:501 msgid "对应模板 ID" msgstr "Template ID" -#: pipeline/models.py:490 +#: pipeline/models.py:502 msgid "方案唯一ID" msgstr "Schema Unique ID" -#: pipeline/models.py:491 +#: pipeline/models.py:503 msgid "方案名称" msgstr "Schema Name" -#: pipeline/models.py:493 +#: pipeline/models.py:505 msgid "方案数据" msgstr "Schema Data" -#: pipeline/contrib/statistics/models.py:23 -#: pipeline/contrib/statistics/models.py:58 pipeline/models.py:575 +#: pipeline/contrib/statistics/models.py:35 +#: pipeline/contrib/statistics/models.py:70 pipeline/models.py:587 msgid "实例ID" msgstr "Instance ID" -#: pipeline/models.py:576 +#: pipeline/models.py:588 msgid "实例名称" msgstr "Instance Name" -#: pipeline/models.py:579 +#: pipeline/models.py:591 msgid "执行者" msgstr "Executor" -#: pipeline/models.py:580 +#: pipeline/models.py:592 msgid "启动时间" msgstr "Date Started" -#: pipeline/engine/models/core.py:896 -#: pipeline/engine/models/loop_activity.py:57 pipeline/models.py:581 +#: pipeline/engine/models/core.py:908 +#: pipeline/engine/models/loop_activity.py:68 pipeline/models.py:593 msgid "结束时间" msgstr "Date Finished" -#: pipeline/models.py:583 +#: pipeline/models.py:595 msgid "是否已经启动" msgstr "Started" -#: pipeline/models.py:584 +#: pipeline/models.py:596 msgid "是否已经完成" msgstr "Finished" -#: pipeline/models.py:586 +#: pipeline/models.py:598 msgid "是否已经删除" msgstr "Deleted" -#: pipeline/models.py:588 +#: pipeline/models.py:600 msgid "表示当前实例是否删除" msgstr "Deleted" -#: pipeline/models.py:593 +#: pipeline/models.py:605 msgid "实例结构数据,指向实例对应的模板的结构数据" msgstr "Template data for this instance" -#: pipeline/models.py:599 +#: pipeline/models.py:611 msgid "用于实例执行的结构数据" msgstr "Used for execution" -#: pipeline/models.py:605 +#: pipeline/models.py:617 msgid "提前计算好的一些流程结构数据" msgstr "Some structure info have been precomputed" -#: pipeline/models.py:611 pipeline/models.py:612 +#: pipeline/models.py:623 pipeline/models.py:624 msgid "Pipeline实例" msgstr "Pipeline Instance" -#: pipeline/models.py:772 +#: pipeline/models.py:784 msgid "变量编码" msgstr "Variable Code" -#: pipeline/models.py:773 +#: pipeline/models.py:785 msgid "变量是否可用" msgstr "Available" -#: pipeline/models.py:776 pipeline/models.py:777 +#: pipeline/models.py:788 pipeline/models.py:789 msgid "Variable变量" msgstr "Variable" -#: pipeline/component_framework/models.py:28 -#: pipeline/contrib/statistics/models.py:7 -#: pipeline/contrib/statistics/models.py:22 +#: pipeline/component_framework/models.py:40 +#: pipeline/contrib/statistics/models.py:19 +#: pipeline/contrib/statistics/models.py:34 msgid "组件编码" msgstr "Component Code" -#: pipeline/component_framework/models.py:29 +#: pipeline/component_framework/models.py:41 msgid "组件名称" msgstr "Component Name" -#: pipeline/component_framework/models.py:30 +#: pipeline/component_framework/models.py:42 msgid "组件是否可用" msgstr "Available" -#: pipeline/component_framework/models.py:35 -#: pipeline/component_framework/models.py:36 +#: pipeline/component_framework/models.py:47 +#: pipeline/component_framework/models.py:48 msgid "组件 Component" msgstr "Component" -#: pipeline/contrib/periodic_task/models.py:23 +#: pipeline/contrib/periodic_task/models.py:35 msgid "Days" msgstr "Days" -#: pipeline/contrib/periodic_task/models.py:24 +#: pipeline/contrib/periodic_task/models.py:36 msgid "Hours" msgstr "Hours" -#: pipeline/contrib/periodic_task/models.py:25 +#: pipeline/contrib/periodic_task/models.py:37 msgid "Minutes" msgstr "Minutes" -#: pipeline/contrib/periodic_task/models.py:26 +#: pipeline/contrib/periodic_task/models.py:38 msgid "Seconds" msgstr "Seconds" -#: pipeline/contrib/periodic_task/models.py:27 +#: pipeline/contrib/periodic_task/models.py:39 msgid "Microseconds" msgstr "Microseconds" -#: pipeline/contrib/periodic_task/models.py:32 +#: pipeline/contrib/periodic_task/models.py:44 msgid "every" msgstr "every" -#: pipeline/contrib/periodic_task/models.py:34 +#: pipeline/contrib/periodic_task/models.py:46 msgid "period" msgstr "period" -#: pipeline/contrib/periodic_task/models.py:38 -#: pipeline/contrib/periodic_task/models.py:157 +#: pipeline/contrib/periodic_task/models.py:50 +#: pipeline/contrib/periodic_task/models.py:169 msgid "interval" msgstr "interval" -#: pipeline/contrib/periodic_task/models.py:39 +#: pipeline/contrib/periodic_task/models.py:51 msgid "intervals" msgstr "intervals" -#: pipeline/contrib/periodic_task/models.py:59 +#: pipeline/contrib/periodic_task/models.py:71 msgid "every {0.period_singular}" msgstr "every {0.period_singular}" -#: pipeline/contrib/periodic_task/models.py:60 +#: pipeline/contrib/periodic_task/models.py:72 msgid "every {0.every:d} {0.period}" msgstr "every {0.every:d} {0.period}" -#: pipeline/contrib/periodic_task/models.py:73 +#: pipeline/contrib/periodic_task/models.py:85 msgid "minute" msgstr "minute" -#: pipeline/contrib/periodic_task/models.py:74 +#: pipeline/contrib/periodic_task/models.py:86 msgid "hour" msgstr "hour" -#: pipeline/contrib/periodic_task/models.py:76 +#: pipeline/contrib/periodic_task/models.py:88 msgid "day of week" msgstr "day of week" -#: pipeline/contrib/periodic_task/models.py:79 +#: pipeline/contrib/periodic_task/models.py:91 msgid "day of month" msgstr "day of month" -#: pipeline/contrib/periodic_task/models.py:82 +#: pipeline/contrib/periodic_task/models.py:94 msgid "month of year" msgstr "month of year" -#: pipeline/contrib/periodic_task/models.py:87 -#: pipeline/contrib/periodic_task/models.py:161 +#: pipeline/contrib/periodic_task/models.py:99 +#: pipeline/contrib/periodic_task/models.py:173 msgid "crontab" msgstr "crontab" -#: pipeline/contrib/periodic_task/models.py:88 +#: pipeline/contrib/periodic_task/models.py:100 msgid "crontabs" msgstr "crontabs" -#: pipeline/contrib/periodic_task/models.py:151 +#: pipeline/contrib/periodic_task/models.py:163 msgid "name" msgstr "name" -#: pipeline/contrib/periodic_task/models.py:152 +#: pipeline/contrib/periodic_task/models.py:164 msgid "Useful description" msgstr "Useful description" -#: pipeline/contrib/periodic_task/models.py:154 +#: pipeline/contrib/periodic_task/models.py:166 msgid "task name" msgstr "task name" -#: pipeline/contrib/periodic_task/models.py:163 +#: pipeline/contrib/periodic_task/models.py:175 msgid "Use one of interval/crontab" msgstr "Use one of interval/crontab" -#: pipeline/contrib/periodic_task/models.py:166 +#: pipeline/contrib/periodic_task/models.py:178 msgid "Arguments" msgstr "Arguments" -#: pipeline/contrib/periodic_task/models.py:167 +#: pipeline/contrib/periodic_task/models.py:179 msgid "JSON encoded positional arguments" msgstr "JSON encoded positional arguments" -#: pipeline/contrib/periodic_task/models.py:170 +#: pipeline/contrib/periodic_task/models.py:182 msgid "Keyword arguments" msgstr "Keyword arguments" -#: pipeline/contrib/periodic_task/models.py:171 +#: pipeline/contrib/periodic_task/models.py:183 msgid "JSON encoded keyword arguments" msgstr "JSON encoded keyword arguments" -#: pipeline/contrib/periodic_task/models.py:174 +#: pipeline/contrib/periodic_task/models.py:186 msgid "queue" msgstr "queue" -#: pipeline/contrib/periodic_task/models.py:175 +#: pipeline/contrib/periodic_task/models.py:187 msgid "Queue defined in CELERY_QUEUES" msgstr "Queue defined in CELERY_QUEUES" -#: pipeline/contrib/periodic_task/models.py:178 +#: pipeline/contrib/periodic_task/models.py:190 msgid "exchange" msgstr "exchange" -#: pipeline/contrib/periodic_task/models.py:181 +#: pipeline/contrib/periodic_task/models.py:193 msgid "routing key" msgstr "routing key" -#: pipeline/contrib/periodic_task/models.py:184 +#: pipeline/contrib/periodic_task/models.py:196 msgid "expires" msgstr "expires" -#: pipeline/contrib/periodic_task/models.py:187 +#: pipeline/contrib/periodic_task/models.py:199 msgid "enabled" msgstr "enabled" -#: pipeline/contrib/periodic_task/models.py:197 +#: pipeline/contrib/periodic_task/models.py:209 msgid "description" msgstr "description" -#: pipeline/contrib/periodic_task/models.py:203 +#: pipeline/contrib/periodic_task/models.py:215 msgid "djcelery periodic task" msgstr "djcelery periodic task" -#: pipeline/contrib/periodic_task/models.py:204 +#: pipeline/contrib/periodic_task/models.py:216 msgid "djcelery periodic tasks" msgstr "djcelery periodic tasks" -#: pipeline/contrib/periodic_task/models.py:281 +#: pipeline/contrib/periodic_task/models.py:293 msgid "周期任务名称" msgstr "Periodic task name" -#: pipeline/contrib/periodic_task/models.py:286 +#: pipeline/contrib/periodic_task/models.py:298 msgid "周期任务对应的模板" msgstr "Periodic task template" -#: pipeline/contrib/periodic_task/models.py:289 +#: pipeline/contrib/periodic_task/models.py:301 msgid "调度策略" msgstr "Crontab" -#: pipeline/contrib/periodic_task/models.py:290 +#: pipeline/contrib/periodic_task/models.py:302 msgid "celery 周期任务实例" msgstr "Celery periodic task" -#: pipeline/contrib/periodic_task/models.py:294 +#: pipeline/contrib/periodic_task/models.py:306 msgid "用于创建流程实例的结构数据" msgstr "Flow data" -#: pipeline/contrib/periodic_task/models.py:296 +#: pipeline/contrib/periodic_task/models.py:308 msgid "执行次数" msgstr "Execution times" -#: pipeline/contrib/periodic_task/models.py:297 +#: pipeline/contrib/periodic_task/models.py:309 msgid "上次运行时间" msgstr "Last run at" -#: pipeline/contrib/periodic_task/models.py:299 +#: pipeline/contrib/periodic_task/models.py:311 msgid "额外信息" msgstr "Extra info" -#: pipeline/contrib/periodic_task/models.py:388 +#: pipeline/contrib/periodic_task/models.py:400 msgid "Pipeline 实例" msgstr "Pipeline instance" -#: pipeline/contrib/statistics/models.py:9 -#: pipeline/contrib/statistics/models.py:24 +#: pipeline/contrib/statistics/models.py:21 +#: pipeline/contrib/statistics/models.py:36 msgid "节点ID" msgstr "Node ID" -#: pipeline/contrib/statistics/models.py:10 -#: pipeline/contrib/statistics/models.py:25 +#: pipeline/contrib/statistics/models.py:22 +#: pipeline/contrib/statistics/models.py:37 msgid "是否子流程引用" msgstr "Subprocess referred" -#: pipeline/contrib/statistics/models.py:11 -#: pipeline/contrib/statistics/models.py:26 +#: pipeline/contrib/statistics/models.py:23 +#: pipeline/contrib/statistics/models.py:38 msgid "子流程堆栈" msgstr "Subprocess stack" -#: pipeline/contrib/statistics/models.py:11 -#: pipeline/contrib/statistics/models.py:26 +#: pipeline/contrib/statistics/models.py:23 +#: pipeline/contrib/statistics/models.py:38 msgid "JSON 格式的列表" msgstr "JSON format of list" -#: pipeline/contrib/statistics/models.py:14 -#: pipeline/contrib/statistics/models.py:15 +#: pipeline/contrib/statistics/models.py:26 +#: pipeline/contrib/statistics/models.py:27 msgid "Pipeline标准插件被引用数据" msgstr "Pipeline standard plugins reference" -#: pipeline/contrib/statistics/models.py:27 +#: pipeline/contrib/statistics/models.py:39 msgid "标准插件执行开始时间" msgstr "Standard Plugins execution started time" -#: pipeline/contrib/statistics/models.py:28 +#: pipeline/contrib/statistics/models.py:40 msgid "标准插件执行结束时间" msgstr "Standard Plugins execution finished time" -#: pipeline/contrib/statistics/models.py:29 +#: pipeline/contrib/statistics/models.py:41 msgid "标准插件执行耗时(s)" msgstr "Standard Plugins execution Elapsed(s)" -#: pipeline/contrib/statistics/models.py:30 +#: pipeline/contrib/statistics/models.py:42 msgid "是否执行成功" msgstr "Success" -#: pipeline/contrib/statistics/models.py:31 pipeline/engine/models/core.py:801 -#: pipeline/engine/models/core.py:898 +#: pipeline/contrib/statistics/models.py:43 pipeline/engine/models/core.py:813 +#: pipeline/engine/models/core.py:910 msgid "是否跳过" msgstr "Skip OR Not" -#: pipeline/contrib/statistics/models.py:32 +#: pipeline/contrib/statistics/models.py:44 msgid "是否重试记录" msgstr "Retried Record OR Not" -#: pipeline/contrib/statistics/models.py:35 -#: pipeline/contrib/statistics/models.py:36 +#: pipeline/contrib/statistics/models.py:47 +#: pipeline/contrib/statistics/models.py:48 msgid "Pipeline标准插件执行数据" msgstr "Standard Plugins execution data" -#: pipeline/contrib/statistics/models.py:45 -#: pipeline/contrib/statistics/models.py:59 +#: pipeline/contrib/statistics/models.py:57 +#: pipeline/contrib/statistics/models.py:71 msgid "标准插件总数" msgstr "Total number of Standard Plugins" -#: pipeline/contrib/statistics/models.py:46 -#: pipeline/contrib/statistics/models.py:60 +#: pipeline/contrib/statistics/models.py:58 +#: pipeline/contrib/statistics/models.py:72 msgid "子流程总数" msgstr "Subprocess Count" -#: pipeline/contrib/statistics/models.py:47 -#: pipeline/contrib/statistics/models.py:61 +#: pipeline/contrib/statistics/models.py:59 +#: pipeline/contrib/statistics/models.py:73 msgid "网关总数" msgstr "Gateways Count" -#: pipeline/contrib/statistics/models.py:50 -#: pipeline/contrib/statistics/models.py:51 +#: pipeline/contrib/statistics/models.py:62 +#: pipeline/contrib/statistics/models.py:63 msgid "Pipeline模板引用数据" msgstr "Pipeline Template Reference Data" -#: pipeline/contrib/statistics/models.py:64 -#: pipeline/contrib/statistics/models.py:65 +#: pipeline/contrib/statistics/models.py:76 +#: pipeline/contrib/statistics/models.py:77 msgid "Pipeline实例引用数据" msgstr "Pipeline Instance Reference Data" -#: pipeline/contrib/web/forms.py:37 +#: pipeline/contrib/web/forms.py:49 msgid "无效的节点 ID" msgstr "Invalid node ID" -#: pipeline/contrib/web/forms.py:46 +#: pipeline/contrib/web/forms.py:58 msgid "无效的实例 ID" msgstr "Invalid Task ID" -#: pipeline/contrib/web/forms.py:55 +#: pipeline/contrib/web/forms.py:67 msgid "无效的模板 ID" msgstr "Invalid flow ID" -#: pipeline/contrib/web/forms.py:72 +#: pipeline/contrib/web/forms.py:84 msgid "无效的组件代码" msgstr "Invalid component code" -#: pipeline/contrib/web/forms.py:85 +#: pipeline/contrib/web/forms.py:97 #, python-format msgid "该字段的类型必须为 %s" msgstr "The type of this field must be: %s" -#: pipeline/contrib/web/forms.py:87 -#: pipeline/contrib/web/webresource/resource.py:82 -#: pipeline/contrib/web/webresource/resource.py:101 -#: pipeline/contrib/web/webresource/resource.py:208 -#: pipeline/contrib/web/webresource/resource.py:228 +#: pipeline/contrib/web/forms.py:99 +#: pipeline/contrib/web/webresource/resource.py:94 +#: pipeline/contrib/web/webresource/resource.py:113 +#: pipeline/contrib/web/webresource/resource.py:220 +#: pipeline/contrib/web/webresource/resource.py:240 msgid "JSON 格式不合法" msgstr "JSON format invalid" -#: pipeline/contrib/web/views_v1.py:347 +#: pipeline/contrib/web/views_v1.py:359 msgid "计时器不存在或已完成,或 pipeline 当前状态不允许重置计时器" msgstr "Timing node does not exist or has been finished, or task status does not allow reset timing" -#: pipeline/contrib/web/views_v1.py:352 +#: pipeline/contrib/web/views_v1.py:364 msgid "重试计时器失败,请稍后再次尝试" msgstr "Reset timing failed, please try again later" -#: pipeline/contrib/web/webresource/resource.py:201 -#: pipeline/contrib/web/webresource/resource.py:290 +#: pipeline/contrib/web/webresource/resource.py:213 +#: pipeline/contrib/web/webresource/resource.py:302 msgid "模板不存在" msgstr "Template does not exist" -#: pipeline/core/flow/activity.py:151 +#: pipeline/core/flow/activity.py:162 msgid "执行结果" msgstr "Execution Result" -#: pipeline/engine/admin.py:109 +#: pipeline/engine/admin.py:120 msgid "打开所选的功能" msgstr "Open Functions Selected" -#: pipeline/engine/admin.py:110 +#: pipeline/engine/admin.py:121 msgid "关闭所选的功能" msgstr "Close Functions Selected" -#: pipeline/engine/conf/function_switch.py:10 +#: pipeline/engine/conf/function_switch.py:21 msgid "用于冻结引擎, 冻结期间会屏蔽所有内部信号及暂停所有进程,同时拒绝所有流程控制请求" msgstr "Used to freeze engine. In which period all signals and processes will be shielded and all request refused." -#: pipeline/engine/models/core.py:41 +#: pipeline/engine/models/core.py:53 msgid "pipeline 运行时数据" msgstr "Pipeline Runtime" -#: pipeline/engine/models/core.py:146 +#: pipeline/engine/models/core.py:158 msgid "Process ID" msgstr "Process ID" -#: pipeline/engine/models/core.py:147 +#: pipeline/engine/models/core.py:159 msgid "根 pipeline 的 ID" msgstr "Root Process ID" -#: pipeline/engine/models/core.py:148 +#: pipeline/engine/models/core.py:160 msgid "当前推进到的节点的 ID" msgstr "Current Node ID" -#: pipeline/engine/models/core.py:149 +#: pipeline/engine/models/core.py:161 msgid "遇到该 ID 的节点就停止推进" msgstr "Pause Node ID" -#: pipeline/engine/models/core.py:150 +#: pipeline/engine/models/core.py:162 msgid "父 process 的 ID" msgstr "Father Process ID" -#: pipeline/engine/models/core.py:151 +#: pipeline/engine/models/core.py:163 msgid "收到子节点 ACK 的数量" msgstr "ACK Received" -#: pipeline/engine/models/core.py:152 +#: pipeline/engine/models/core.py:164 msgid "需要收到的子节点 ACK 的数量" msgstr "ACK Needed" -#: pipeline/engine/models/core.py:153 +#: pipeline/engine/models/core.py:165 msgid "该 process 是否还有效" msgstr "Available" -#: pipeline/engine/models/core.py:154 +#: pipeline/engine/models/core.py:166 msgid "该 process 是否正在休眠" msgstr "Sleep" -#: pipeline/engine/models/core.py:155 +#: pipeline/engine/models/core.py:167 msgid "该 process 是否被冻结" msgstr "Freeze" -#: pipeline/engine/models/core.py:531 +#: pipeline/engine/models/core.py:543 msgid "祖先 ID" msgstr "Ancestor ID" -#: pipeline/engine/models/core.py:532 +#: pipeline/engine/models/core.py:544 msgid "后代 ID" msgstr "Descendant ID" -#: pipeline/engine/models/core.py:533 +#: pipeline/engine/models/core.py:545 msgid "距离" msgstr "Distance" -#: pipeline/engine/models/core.py:796 pipeline/engine/models/core.py:843 -#: pipeline/engine/models/core.py:938 pipeline/engine/models/core.py:1096 -#: pipeline/engine/models/loop_activity.py:25 pipeline/log/models.py:38 +#: pipeline/engine/models/core.py:808 pipeline/engine/models/core.py:855 +#: pipeline/engine/models/core.py:950 pipeline/engine/models/core.py:1108 +#: pipeline/engine/models/loop_activity.py:36 pipeline/log/models.py:50 msgid "节点 ID" msgstr "Node ID" -#: pipeline/engine/models/core.py:797 +#: pipeline/engine/models/core.py:809 msgid "状态" msgstr "Status" -#: pipeline/engine/models/core.py:798 +#: pipeline/engine/models/core.py:810 msgid "节点名称" msgstr "Node Name" -#: pipeline/engine/models/core.py:799 +#: pipeline/engine/models/core.py:811 msgid "重试次数" msgstr "Retry Times" -#: pipeline/engine/models/core.py:800 pipeline/engine/models/core.py:897 +#: pipeline/engine/models/core.py:812 pipeline/engine/models/core.py:909 msgid "循环次数" msgstr "Circle Times" -#: pipeline/engine/models/core.py:802 +#: pipeline/engine/models/core.py:814 msgid "是否出错后自动忽略" msgstr "Error Ignorable" -#: pipeline/engine/models/core.py:805 +#: pipeline/engine/models/core.py:817 msgid "归档时间" msgstr "Date Archived" -#: pipeline/engine/models/core.py:806 +#: pipeline/engine/models/core.py:818 msgid "版本" msgstr "Version" -#: pipeline/engine/models/core.py:844 pipeline/engine/models/core.py:852 +#: pipeline/engine/models/core.py:856 pipeline/engine/models/core.py:864 msgid "输入数据" msgstr "Input Data" -#: pipeline/engine/models/core.py:845 pipeline/engine/models/core.py:853 +#: pipeline/engine/models/core.py:857 pipeline/engine/models/core.py:865 msgid "输出数据" msgstr "Output Data" -#: pipeline/engine/models/core.py:846 pipeline/engine/models/core.py:854 +#: pipeline/engine/models/core.py:858 pipeline/engine/models/core.py:866 msgid "异常数据" msgstr "Exceptions" -#: pipeline/engine/models/core.py:894 -#: pipeline/engine/models/loop_activity.py:54 -#: pipeline/engine/models/loop_activity.py:88 +#: pipeline/engine/models/core.py:906 +#: pipeline/engine/models/loop_activity.py:65 +#: pipeline/engine/models/loop_activity.py:99 msgid "节点 id" msgstr "Node ID" -#: pipeline/engine/models/core.py:937 -#: pipeline/engine/models/loop_activity.py:24 +#: pipeline/engine/models/core.py:949 +#: pipeline/engine/models/loop_activity.py:35 msgid "ID 节点ID+version" msgstr "ID Node+Version" -#: pipeline/engine/models/core.py:939 +#: pipeline/engine/models/core.py:951 msgid "Pipeline 进程 ID" msgstr "Pipeline process ID" -#: pipeline/engine/models/core.py:940 -#: pipeline/engine/models/loop_activity.py:26 +#: pipeline/engine/models/core.py:952 +#: pipeline/engine/models/loop_activity.py:37 msgid "被调度次数" msgstr "Schedule times" -#: pipeline/engine/models/core.py:941 -#: pipeline/engine/models/loop_activity.py:27 +#: pipeline/engine/models/core.py:953 +#: pipeline/engine/models/loop_activity.py:38 msgid "是否是回调型调度" msgstr "Schedulable" -#: pipeline/engine/models/core.py:942 -#: pipeline/engine/models/loop_activity.py:28 +#: pipeline/engine/models/core.py:954 +#: pipeline/engine/models/loop_activity.py:39 msgid "回调数据" msgstr "Callback Data" -#: pipeline/engine/models/core.py:943 +#: pipeline/engine/models/core.py:955 msgid "待调度服务" msgstr "To be Scheduled" -#: pipeline/engine/models/core.py:944 +#: pipeline/engine/models/core.py:956 msgid "是否已完成" msgstr "Finished" -#: pipeline/engine/models/core.py:945 -#: pipeline/engine/models/loop_activity.py:29 +#: pipeline/engine/models/core.py:957 +#: pipeline/engine/models/loop_activity.py:40 msgid "Activity 的版本" msgstr "Activity Version" -#: pipeline/engine/models/core.py:946 +#: pipeline/engine/models/core.py:958 msgid "是否正在被调度" msgstr "Dispatch" -#: pipeline/engine/models/core.py:1004 +#: pipeline/engine/models/core.py:1016 msgid "子流程 ID" msgstr "Subprocess ID" -#: pipeline/engine/models/core.py:1005 +#: pipeline/engine/models/core.py:1017 msgid "对应的进程 ID" msgstr "Process ID" -#: pipeline/engine/models/core.py:1037 +#: pipeline/engine/models/core.py:1049 msgid "pipeline 进程 ID" msgstr "Pipeline Process ID" -#: pipeline/engine/models/core.py:1038 pipeline/engine/models/core.py:1065 -#: pipeline/engine/models/core.py:1097 +#: pipeline/engine/models/core.py:1050 pipeline/engine/models/core.py:1077 +#: pipeline/engine/models/core.py:1109 msgid "celery 任务 ID" msgstr "Celery Task ID" -#: pipeline/engine/models/core.py:1064 +#: pipeline/engine/models/core.py:1076 msgid "schedule ID" msgstr "schedule ID" -#: pipeline/engine/models/data.py:31 +#: pipeline/engine/models/data.py:43 msgid "对象唯一键" msgstr "Object Key" -#: pipeline/engine/models/data.py:32 +#: pipeline/engine/models/data.py:44 msgid "对象存储字段" msgstr "Object data" -#: pipeline/engine/models/function.py:43 +#: pipeline/engine/models/function.py:55 msgid "功能名称" msgstr "Function name" -#: pipeline/engine/models/function.py:44 +#: pipeline/engine/models/function.py:56 msgid "功能描述" msgstr "Functional Desc" -#: pipeline/engine/models/function.py:45 +#: pipeline/engine/models/function.py:57 msgid "是否激活" msgstr "Active" -#: pipeline/engine/models/loop_activity.py:30 +#: pipeline/engine/models/loop_activity.py:41 msgid "当前调度所处的循环计数" msgstr "Current Cycle Count" -#: pipeline/engine/models/loop_activity.py:55 +#: pipeline/engine/models/loop_activity.py:66 msgid "本次循环计数" msgstr "Cycle Count" -#: pipeline/engine/models/loop_activity.py:59 +#: pipeline/engine/models/loop_activity.py:70 msgid "执行状态" msgstr "Status" -#: pipeline/engine/models/loop_activity.py:89 +#: pipeline/engine/models/loop_activity.py:100 msgid "本次循环次数" msgstr "Planning Cycle Count" -#: pipeline/engine/models/loop_activity.py:90 +#: pipeline/engine/models/loop_activity.py:101 msgid "实际循环次数" msgstr "Real Cycle Count" -#: pipeline/engine/models/loop_activity.py:91 +#: pipeline/engine/models/loop_activity.py:102 msgid "所需循环次数" msgstr "Cycle Count Required" -#: pipeline/log/models.py:32 +#: pipeline/log/models.py:44 msgid "logger 名称" msgstr "Logger name" -#: pipeline/log/models.py:33 +#: pipeline/log/models.py:45 msgid "日志等级" msgstr "Log level" -#: pipeline/log/models.py:34 +#: pipeline/log/models.py:46 msgid "日志内容" msgstr "Log message" -#: pipeline/log/models.py:36 +#: pipeline/log/models.py:48 msgid "输出时间" msgstr "Log time" -#: pipeline/log/models.py:39 +#: pipeline/log/models.py:51 msgid "节点执行历史 ID" msgstr "Log history ID" -#: pipeline/validators/connection.py:30 +#: pipeline/validators/connection.py:41 #, python-format msgid "不能连接%s类型节点\n" msgstr "cannot connect to %s type nodes\n" -#: pipeline/validators/connection.py:32 +#: pipeline/validators/connection.py:43 #, python-format msgid "节点的入度最大为%s,最小为%s\n" msgstr "Incoming of node cannot larger than %s or smaller than %s\n" -#: pipeline/validators/connection.py:34 +#: pipeline/validators/connection.py:45 #, python-format msgid "节点的出度最大为%s,最小为%s\n" msgstr "Outgoing of node cannot larger than %s or smaller than %s\n" -#: pipeline/validators/gateway.py:117 pipeline/validators/gateway.py:168 +#: pipeline/validators/gateway.py:128 pipeline/validators/gateway.py:179 msgid "并行网关中的分支网关必须将所有分支汇聚到一个汇聚网关" msgstr "Exclusive Gateways in a Parallel Gateway must be connected to one Converge Gateway" -#: pipeline/validators/gateway.py:178 +#: pipeline/validators/gateway.py:189 msgid "分支网关的所有分支第一个遇到的汇聚网关必须是同一个" msgstr "All branches of one Exclusive Gateway must be connected to one Converge Gateway" -#: pipeline/validators/gateway.py:188 +#: pipeline/validators/gateway.py:199 msgid "非法网关,请检查其分支是否符合规则" msgstr "Invalid gateway, please check where the branch conforms the rules" -#: pipeline/validators/gateway.py:205 +#: pipeline/validators/gateway.py:216 msgid "汇聚网关只能汇聚来自同一个并行网关的分支" msgstr "All incoming of Converge Gateway must come from one Parallel Gateway" -#: pipeline/validators/gateway.py:210 +#: pipeline/validators/gateway.py:221 msgid "汇聚网关没有汇聚其对应的并行网关的所有分支" msgstr "Converge Gateway has not converge all branches" -#: pipeline/validators/gateway.py:313 +#: pipeline/validators/gateway.py:324 msgid "无法获取该网关距离开始节点的距离" msgstr "Cannot get the distance between gateway and start node" -#: pipeline_plugins/cmdb_ip_picker/query.py:60 -#: pipeline_plugins/cmdb_ip_picker/query.py:118 -#: pipeline_plugins/cmdb_ip_picker/utils.py:68 -#: pipeline_plugins/cmdb_ip_picker/utils.py:176 -#: pipeline_plugins/cmdb_ip_picker/utils.py:182 -#: pipeline_plugins/components/collections/sites/open/cc.py:16 +#: pipeline_plugins/cmdb_ip_picker/query.py:72 +#: pipeline_plugins/cmdb_ip_picker/query.py:130 +#: pipeline_plugins/cmdb_ip_picker/utils.py:80 +#: pipeline_plugins/cmdb_ip_picker/utils.py:188 +#: pipeline_plugins/cmdb_ip_picker/utils.py:194 +#: pipeline_plugins/components/collections/sites/open/cc.py:28 msgid "配置平台(CMDB)" msgstr "Conf System(CC)" -#: pipeline_plugins/cmdb_ip_picker/query.py:86 +#: pipeline_plugins/cmdb_ip_picker/query.py:98 msgid "管控平台(GSE)" msgstr "Control System(GSE)" -#: pipeline_plugins/cmdb_ip_picker/utils.py:192 +#: pipeline_plugins/cmdb_ip_picker/utils.py:204 msgid "集群" msgstr "Set" -#: pipeline_plugins/cmdb_ip_picker/utils.py:198 +#: pipeline_plugins/cmdb_ip_picker/utils.py:210 msgid "模块" msgstr "Module" -#: pipeline_plugins/components/collections/common.py:13 -#: pipeline_plugins/components/collections/controller.py:16 -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:10 -#: pipeline_plugins/components/collections/sites/ieod/bk.py:14 -#: pipeline_plugins/components/collections/sites/open/bk.py:14 +#: pipeline_plugins/components/collections/common.py:25 +#: pipeline_plugins/components/collections/controller.py:28 +#: pipeline_plugins/components/collections/sites/open/bk.py:26 msgid "蓝鲸服务(BK)" msgstr "BK Service(BK)" -#: pipeline_plugins/components/collections/common.py:45 +#: pipeline_plugins/components/collections/common.py:57 #, python-format msgid "请求异常,详细信息: %s" msgstr "Catch exception when request, details: %s" -#: pipeline_plugins/components/collections/common.py:56 +#: pipeline_plugins/components/collections/common.py:68 msgid "请求响应数据格式非 JSON" msgstr "Response data is not valid JSON" -#: pipeline_plugins/components/collections/common.py:62 +#: pipeline_plugins/components/collections/common.py:74 #, python-format msgid "请求失败,状态码: %s,响应: %s" msgstr "Request failed, status code: %s, response content: %s" -#: pipeline_plugins/components/collections/common.py:72 +#: pipeline_plugins/components/collections/common.py:84 msgid "响应内容" msgstr "Response Content" -#: pipeline_plugins/components/collections/common.py:73 +#: pipeline_plugins/components/collections/common.py:85 msgid "状态码" msgstr "Status Code" -#: pipeline_plugins/components/collections/common.py:78 +#: pipeline_plugins/components/collections/common.py:90 msgid "HTTP 请求" msgstr "HTTP Request" -#: pipeline_plugins/components/collections/common.py:79 +#: pipeline_plugins/components/collections/common.py:91 msgid "提示: 1.请求URL需要在当前网络下可以访问,否则会超时失败 2.响应状态码在200-300(不包括300)之间,并且相应内容是 JSON 格式才会执行成功" msgstr "Notes: 1.Request URL needs to be accessible under the current network, otherwise it will timeout failure 2.The response status code is between 200-300 (excluding 300), and the corresponding content is JSON format will be executed successfully" -#: pipeline_plugins/components/collections/controller.py:35 +#: pipeline_plugins/components/collections/controller.py:47 msgid "暂停" msgstr "Suspend" -#: pipeline_plugins/components/collections/controller.py:73 +#: pipeline_plugins/components/collections/controller.py:85 #, python-format msgid "输入参数%s不符合【秒(s) 或 时间(%%Y-%%m-%%d %%H:%%M:%%S)】格式" msgstr "Input[%s] does not match format [second(s) or datetime(%%Y-%%m-%%d %%H:%%M:%%S)]" -#: pipeline_plugins/components/collections/controller.py:100 +#: pipeline_plugins/components/collections/controller.py:112 msgid "定时" msgstr "Timing" -#: pipeline_plugins/components/collections/test.py:15 -msgid "TEST" -msgstr "TEST" - -#: pipeline_plugins/components/collections/sites/clouds/agent.py:14 -msgid "GseAgent" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/agent.py:139 -#: pipeline_plugins/components/collections/sites/clouds/proxy.py:125 -msgid "安装" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/agent.py:225 -msgid "卸载" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:77 -msgid "短信通知结果" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:78 -msgid "短信通知返回信息" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:79 -msgid "邮件通知结果" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:80 -msgid "邮件通知返回信息" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:81 -msgid "微信通知结果" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:82 -msgid "微信通知返回信息" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:87 -msgid "消息通知" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/gcloud.py:10 -msgid "游戏区服管理(GCLOUD)" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/gcloud.py:71 -msgid "批量更新区服标注" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/gcloud.py:131 -msgid "批量更新区服状态" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/gcloud.py:167 -msgid "预发布大区" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/gcloud.py:201 -msgid "发布大区" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:13 -msgid "游戏云存储平台(GCS)" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:166 -msgid "权限申请" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:255 -msgid "权限回收提单" -msgstr "Privileges Revoke" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:349 -msgid "执行变更单据" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:442 -msgid "数据库备份" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:502 -msgid "变更提单" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:36 -#: pipeline_plugins/components/collections/sites/open/job.py:39 -msgid "作业平台(JOB)" -msgstr "JOB System(JOB)" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:85 -#: pipeline_plugins/components/collections/sites/clouds/job.py:386 -msgid "无法从 JOB 读取错误信息" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:89 -#: pipeline_plugins/components/collections/sites/clouds/job.py:390 -#, python-format -msgid "任务执行失败,错误信息: %s 前往作业平台(JOB)查看详情" -msgstr "todo: %s %s" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:180 -#: pipeline_plugins/components/collections/sites/open/job.py:163 -msgid "执行作业" -msgstr "Execution JOB" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:239 -#: pipeline_plugins/components/collections/sites/open/job.py:231 -msgid "快速分发文件" -msgstr "Quick File Distribution" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:285 -#: pipeline_plugins/components/collections/sites/open/job.py:301 -msgid "快速执行脚本" -msgstr "Quick Script Execution" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:424 -msgid "本地文件列表为空,请确认本地文件是否已经上传" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:451 -#, python-format -msgid "获取 S3 对象下载链接失败:%s" -msgstr "todo:%s" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:460 -msgid "无法从 CC 获取到 IP 列表,请确认目标 IP 是否在当前业务下" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:516 -msgid "分发本地文件" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/monitor.py:16 -msgid "蓝鲸监控(Monitor)" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/monitor.py:92 -msgid "告警屏蔽" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/clouds/proxy.py:16 -msgid "GseProxy" -msgstr "GseProxy" - -#: pipeline_plugins/components/collections/sites/clouds/tcm.py:11 -msgid "AutoTCM(TCM)" -msgstr "AutoTCM(TCM)" - -#: pipeline_plugins/components/collections/sites/ieod/bk.py:39 -#: pipeline_plugins/components/collections/sites/open/bk.py:39 +#: pipeline_plugins/components/collections/sites/open/bk.py:51 msgid "从 CMDB 查询到业务不唯一,业务ID:{}, 返回数量: {}" msgstr "todo" -#: pipeline_plugins/components/collections/sites/ieod/bk.py:107 -#: pipeline_plugins/components/collections/sites/open/bk.py:107 +#: pipeline_plugins/components/collections/sites/open/bk.py:119 msgid "返回码" msgstr "Response Code" -#: pipeline_plugins/components/collections/sites/ieod/bk.py:108 -#: pipeline_plugins/components/collections/sites/open/bk.py:108 +#: pipeline_plugins/components/collections/sites/open/bk.py:120 msgid "信息" msgstr "Message" -#: pipeline_plugins/components/collections/sites/ieod/bk.py:147 -#: pipeline_plugins/components/collections/sites/open/bk.py:147 +#: pipeline_plugins/components/collections/sites/open/bk.py:159 msgid "发送通知" msgstr "Send Message" -#: pipeline_plugins/components/collections/sites/ieod/bk.py:151 -msgid "由于 UWork 的限制,标准运维每天发送的语音通知有限,非紧急情况,请尽量避免使用语音通知" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/ieod/clb.py:15 -msgid "负载均衡业务(CLB)" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/ieod/clb.py:143 -msgid "扫描域名证书" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/ieod/clb.py:147 -msgid "返回码说明,0: 当前证书可用 -1: 证书60天内过期 -2: 赛门铁克证书,不可信 -3: 查询失败 1: 当期域名无法扫描到证书" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/ieod/qyweixin.py:12 -msgid "企业微信(QYWEIXIN)" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/ieod/qyweixin.py:36 -#, python-format -msgid "企业微信拉群失败,组件返回错误消息:%s" -msgstr "todo:%s" - -#: pipeline_plugins/components/collections/sites/ieod/qyweixin.py:52 -#, python-format -msgid "企业微信拉群发送消息失败,组件返回错误消息:%s" -msgstr "todo:%s" - -#: pipeline_plugins/components/collections/sites/ieod/qyweixin.py:62 -msgid "企业微信拉群" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/ieod/tof.py:15 -msgid "消息通知服务(TOF)" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/ieod/tof.py:50 -msgid "获取员工直属Leader" -msgstr "todo" - -#: pipeline_plugins/components/collections/sites/open/bk.py:151 +#: pipeline_plugins/components/collections/sites/open/bk.py:163 msgid "API 网关定义了这些消息通知组件的接口协议,但是,并没有完全实现组件内容,用户可根据接口协议,重写此部分组件。API网关为降低实现消息通知组件的难度,提供了在线更新组件配置,不需编写组件代码的方案。详情请查阅PaaS->API网关->使用指南。" msgstr "API Gateway defines the Interface Protocols for these message notification components and gives component examples (see components/generic/templates/cmsi/ in the project). However, the component content is not fully implemented and the user can override the component of this part based on the interface protocol. To reduce the difficulty of implementing a message notification component, the API Gateway provides solutions to update the component configuration online without writing a component code.Please check PaaS->API Gateway->Guide for details." -#: pipeline_plugins/components/collections/sites/open/cc.py:69 +#: pipeline_plugins/components/collections/sites/open/cc.py:81 msgid "查询配置平台(CMDB)接口cc.search_host表明,存在不属于当前业务的IP: {ip}" msgstr "querying Conf System(CC) API cc.search_host showing there is IP which is not belong to current business" -#: pipeline_plugins/components/collections/sites/open/cc.py:174 +#: pipeline_plugins/components/collections/sites/open/cc.py:186 msgid "转移主机模块" msgstr "Transfer Host Module" -#: pipeline_plugins/components/collections/sites/open/cc.py:213 +#: pipeline_plugins/components/collections/sites/open/cc.py:225 msgid "所属运营商校验失败,请重试并修改为正确的所属运营商" msgstr "Isp name in invalid, please enter the correct" -#: pipeline_plugins/components/collections/sites/open/cc.py:228 +#: pipeline_plugins/components/collections/sites/open/cc.py:240 msgid "所在国家校验失败,请重试并修改为正确的所在国家" msgstr "State name is invalid, please enter the correct" -#: pipeline_plugins/components/collections/sites/open/cc.py:241 +#: pipeline_plugins/components/collections/sites/open/cc.py:253 msgid "所在省份校验失败,请重试并修改为正确的所在省份" msgstr "Province name is invalid, please enter the correct" -#: pipeline_plugins/components/collections/sites/open/cc.py:266 +#: pipeline_plugins/components/collections/sites/open/cc.py:278 msgid "更新主机属性" msgstr "Update Host Property" -#: pipeline_plugins/components/collections/sites/open/cc.py:360 -#: pipeline_plugins/components/collections/sites/open/cc.py:364 +#: pipeline_plugins/components/collections/sites/open/cc.py:372 +#: pipeline_plugins/components/collections/sites/open/cc.py:376 #, python-format msgid "无法查询到 %s 机器信息,请确认该机器是否在当前业务下" msgstr "No information about %s found, please check whether they exist in current business" -#: pipeline_plugins/components/collections/sites/open/cc.py:426 +#: pipeline_plugins/components/collections/sites/open/cc.py:438 #, python-format msgid "成功替换的机器: %s" msgstr "Machine replaced successfully: %s" -#: pipeline_plugins/components/collections/sites/open/cc.py:436 +#: pipeline_plugins/components/collections/sites/open/cc.py:448 msgid "故障机替换" msgstr "Fault Host Replacement" -#: pipeline_plugins/components/collections/sites/open/cc.py:475 +#: pipeline_plugins/components/collections/sites/open/cc.py:487 msgid "清空集群中主机" msgstr "Empty Set" -#: pipeline_plugins/components/collections/sites/open/cc.py:516 +#: pipeline_plugins/components/collections/sites/open/cc.py:528 msgid "删除集群" msgstr "Delete Set" -#: pipeline_plugins/components/collections/sites/open/cc.py:559 +#: pipeline_plugins/components/collections/sites/open/cc.py:571 msgid "修改集群服务状态" msgstr "Update Set Service Status" -#: pipeline_plugins/components/collections/sites/open/cc.py:602 -#: pipeline_plugins/components/collections/sites/open/cc.py:684 +#: pipeline_plugins/components/collections/sites/open/cc.py:614 +#: pipeline_plugins/components/collections/sites/open/cc.py:696 msgid "环境类型校验失败,请重试并修改为正确的环境类型" msgstr "Environment is invalid, please enter the correct" -#: pipeline_plugins/components/collections/sites/open/cc.py:617 -#: pipeline_plugins/components/collections/sites/open/cc.py:669 +#: pipeline_plugins/components/collections/sites/open/cc.py:629 +#: pipeline_plugins/components/collections/sites/open/cc.py:681 msgid "服务状态校验失败,请重试并修改为正确的服务状态" msgstr "Service status is invalid, please enter the correct" -#: pipeline_plugins/components/collections/sites/open/cc.py:636 +#: pipeline_plugins/components/collections/sites/open/cc.py:648 msgid "创建集群" msgstr "Create Set" -#: pipeline_plugins/components/collections/sites/open/cc.py:713 +#: pipeline_plugins/components/collections/sites/open/cc.py:725 msgid "更新集群属性" msgstr "Update Set Attribute" -#: pipeline_plugins/components/collections/sites/open/cc.py:757 +#: pipeline_plugins/components/collections/sites/open/cc.py:769 msgid "模块类型校验失败,请重试并填写正确的模块类型" msgstr "Module type is invalid, please enter the correct" -#: pipeline_plugins/components/collections/sites/open/cc.py:786 +#: pipeline_plugins/components/collections/sites/open/cc.py:798 msgid "更新模块属性" msgstr "Update Module Attribute" -#: pipeline_plugins/components/collections/sites/open/cc.py:831 +#: pipeline_plugins/components/collections/sites/open/cc.py:843 msgid "转移主机至空闲机" msgstr "Transfer Host To Idle Module" -#: pipeline_plugins/components/collections/sites/open/job.py:88 +#: pipeline_plugins/components/collections/sites/open/job.py:50 +msgid "作业平台(JOB)" +msgstr "JOB System(JOB)" + +#: pipeline_plugins/components/collections/sites/open/job.py:99 #, python-format msgid "任务执行失败,前往作业平台(JOB)查看详情" msgstr "JOB task failed,GOTO(JOB)" -#: pipeline_plugins/components/collections/sites/open/job.py:99 +#: pipeline_plugins/components/collections/sites/open/job.py:110 msgid "JOB任务ID" msgstr "JOB Task ID" -#: pipeline_plugins/components/collections/sites/open/job.py:100 +#: pipeline_plugins/components/collections/sites/open/job.py:111 msgid "JOB任务链接" msgstr "JOB Task URL" -#: pipeline_plugins/components/query/common_query.py:33 +#: pipeline_plugins/components/collections/sites/open/job.py:174 +msgid "执行作业" +msgstr "Execution JOB" + +#: pipeline_plugins/components/collections/sites/open/job.py:242 +msgid "快速分发文件" +msgstr "Quick File Distribution" + +#: pipeline_plugins/components/collections/sites/open/job.py:312 +msgid "快速执行脚本" +msgstr "Quick Script Execution" + +#: pipeline_plugins/components/query/common_query.py:45 #, python-format msgid "查询配置平台(CMDB)的业务[app_id=%s]的集群拓扑接口cc.get_topo_tree_by_app_id返回失败: %s" msgstr "Get topology tree of business[app_id=%s] from CC by API[cc.get_topo_tree_by_app_id] failed: %s" -#: pipeline_plugins/components/query/common_query.py:45 -#: pipeline_plugins/components/utils/sites/clouds/utils.py:199 +#: pipeline_plugins/components/query/common_query.py:57 msgid "所有集群(all)" msgstr "Set(all)" -#: pipeline_plugins/components/query/common_query.py:69 +#: pipeline_plugins/components/query/common_query.py:81 #, python-format msgid "查询配置平台(CMDB)的业务[app_id=%s]的所有模块接口cc.get_modules返回失败: %s" msgstr "Get all module of business[app_id=%s] from CC by API[cc.get_modules] failed: %s" -#: pipeline_plugins/components/query/common_query.py:79 -#: pipeline_plugins/components/utils/sites/clouds/utils.py:208 +#: pipeline_plugins/components/query/common_query.py:91 msgid "所有模块(all)" msgstr "Modules(all)" -#: pipeline_plugins/components/query/common_query.py:93 +#: pipeline_plugins/components/query/common_query.py:105 #, python-format msgid "查询配置平台(CMDB)的云区域列表接口cc.get_plat_id返回失败: %s" msgstr "Get cloud list from CC by API[cc.get_plat_id] failed: %s" -#: pipeline_plugins/components/query/sites/clouds/query.py:32 -#, python-format -msgid "查询配置平台(CC)的业务[biz_id=%s]信息接口cc.get_app_by_id返回失败: %s" -msgstr "todo[biz_id=%s]%s" - -#: pipeline_plugins/components/query/sites/clouds/query.py:42 -#, python-format -msgid "查询配置平台(CC)的业务[id=%s]信息接口cc.get_app_by_id返回为空" -msgstr "tod[id=%s]" - -#: pipeline_plugins/components/query/sites/clouds/query.py:54 -#, python-format -msgid "查询AutoTCM的业务接口tcm.get_app_by_user返回失败: %s" -msgstr "todo%s" - -#: pipeline_plugins/components/query/sites/clouds/query.py:77 -#, python-format -msgid "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板接口tcm.get_templates返回失败: %s" -msgstr "todo[biz_id=%s, tcm_app_id=%s]%s" - -#: pipeline_plugins/components/query/sites/clouds/query.py:104 -#, python-format -msgid "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板[id=%s]详情接口tcm.get_template_info返回失败: %s" -msgstr "todo[biz_id=%s, tcm_app_id=%s][id=%s]%s" - -#: pipeline_plugins/components/query/sites/clouds/query.py:198 -msgid "文件上传失败, 文件大小超过2GB" -msgstr "todo" +#: pipeline_plugins/components/query/sites/open/query.py:270 +msgid "文件上传失败, 文件大小超过500M" +msgstr "Upload file failed, which size is greater than 500M" -#: pipeline_plugins/components/query/sites/clouds/query.py:204 -#: pipeline_plugins/components/query/sites/open/query.py:264 +#: pipeline_plugins/components/query/sites/open/query.py:276 msgid "文件上传失败,文件名不能包含中文和\\/:*?\"<>|等特殊字符" msgstr "Upload file failed, which name should not contain chinese or \\/:*?\"<>|" -#: pipeline_plugins/components/query/sites/clouds/query.py:233 -#: pipeline_plugins/components/query/sites/open/query.py:301 +#: pipeline_plugins/components/query/sites/open/query.py:286 +msgid "非法业务 ID" +msgstr "Invalid business id" + +#: pipeline_plugins/components/query/sites/open/query.py:313 msgid "文件上传失败,路径不合法或者程序异常" msgstr "Upload file failed, which path is invalid" -#: pipeline_plugins/components/query/sites/clouds/query.py:243 -#: pipeline_plugins/components/query/sites/open/query.py:311 +#: pipeline_plugins/components/query/sites/open/query.py:323 #, python-format msgid "查询作业平台(JOB)的作业模板[app_id=%s]接口job.get_task返回失败: %s" msgstr "Get job of business[app_id=%s] from JOB by API[job.get_task] failed: %s" -#: pipeline_plugins/components/query/sites/clouds/query.py:266 -#: pipeline_plugins/components/query/sites/open/query.py:334 +#: pipeline_plugins/components/query/sites/open/query.py:346 #, python-format msgid "查询作业平台(JOB)的作业模板详情[app_id=%s]接口job.get_task_detail返回失败: %s" msgstr "Get job detail of business[app_id=%s] from JOB by API[job.get_task_detail] failed: %s" -#: pipeline_plugins/components/query/sites/clouds/query.py:277 -#: pipeline_plugins/components/query/sites/open/query.py:345 +#: pipeline_plugins/components/query/sites/open/query.py:357 msgid "脚本" msgstr "Script" -#: pipeline_plugins/components/query/sites/clouds/query.py:278 -#: pipeline_plugins/components/query/sites/open/query.py:346 +#: pipeline_plugins/components/query/sites/open/query.py:358 msgid "文件" msgstr "File" -#: pipeline_plugins/components/query/sites/open/query.py:258 -msgid "文件上传失败, 文件大小超过500M" -msgstr "Upload file failed, which size is greater than 500M" - -#: pipeline_plugins/components/query/sites/open/query.py:274 -msgid "非法业务 ID" -msgstr "Invalid business id" - -#: pipeline_plugins/components/utils/common.py:44 +#: pipeline_plugins/components/utils/common.py:56 msgid "调用{system}接口{api_name}返回失败, params={params}, error={error}" msgstr "{system} API {api_name} returned false, params={params}, error={error}" -#: pipeline_plugins/components/utils/sites/clouds/utils.py:156 -#, python-format -msgid "查询配置平台(CMDB)的业务[app_id=%s]接口cc.get_app_by_id返回失败: %s" -msgstr "Get business[app_id=%s] info from CC by API[cc.get_app_by_id] failed: %s" - #~ msgid "循环测试" #~ msgstr "Cycle test" @@ -2079,3 +1794,174 @@ msgstr "Get business[app_id=%s] info from CC by API[cc.get_app_by_id] failed: %s #~ msgid "单据审核失败,请联系DBA查看详情" #~ msgstr "todo" +#~ msgid "调用创建app maker接口失败,错误信息:%s" +#~ msgstr "Creating app maker API called failed, error: %s" + +#~ msgid "调用创建app maker接口失败" +#~ msgstr "App maker API called failed" + +#~ msgid "调用修改app maker接口失败,错误信息:%s" +#~ msgstr "Updating app maker API called failed, error: %s" + +#~ msgid "调用修改app maker接口失败" +#~ msgstr "Updating app maker API called failed" + +#~ msgid "调用修改 LOGO 接口失败,错误信息:%s" +#~ msgstr "todo:%s" + +#~ msgid "调用修改 LOGO 接口失败" +#~ msgstr "todo" + +#~ msgid "调用远程服务失败,Http请求错误状态码:%s" +#~ msgstr "Remote service called failed, HTTP request error status error: %s" + +#~ msgid "蓝鲸智云企业版" +#~ msgstr "BK Enterprise Edition" + +#~ msgid "TEST" +#~ msgstr "TEST" + +#~ msgid "GseAgent" +#~ msgstr "todo" + +#~ msgid "安装" +#~ msgstr "todo" + +#~ msgid "卸载" +#~ msgstr "todo" + +#~ msgid "短信通知结果" +#~ msgstr "todo" + +#~ msgid "短信通知返回信息" +#~ msgstr "todo" + +#~ msgid "邮件通知结果" +#~ msgstr "todo" + +#~ msgid "邮件通知返回信息" +#~ msgstr "todo" + +#~ msgid "微信通知结果" +#~ msgstr "todo" + +#~ msgid "微信通知返回信息" +#~ msgstr "todo" + +#~ msgid "消息通知" +#~ msgstr "todo" + +#~ msgid "游戏区服管理(GCLOUD)" +#~ msgstr "todo" + +#~ msgid "批量更新区服标注" +#~ msgstr "todo" + +#~ msgid "批量更新区服状态" +#~ msgstr "todo" + +#~ msgid "预发布大区" +#~ msgstr "todo" + +#~ msgid "发布大区" +#~ msgstr "todo" + +#~ msgid "游戏云存储平台(GCS)" +#~ msgstr "todo" + +#~ msgid "权限申请" +#~ msgstr "todo" + +#~ msgid "权限回收提单" +#~ msgstr "Privileges Revoke" + +#~ msgid "执行变更单据" +#~ msgstr "todo" + +#~ msgid "数据库备份" +#~ msgstr "todo" + +#~ msgid "变更提单" +#~ msgstr "todo" + +#~ msgid "无法从 JOB 读取错误信息" +#~ msgstr "todo" + +#~ msgid "任务执行失败,错误信息: %s 前往作业平台(JOB)查看详情" +#~ msgstr "todo: %s %s" + +#~ msgid "本地文件列表为空,请确认本地文件是否已经上传" +#~ msgstr "todo" + +#~ msgid "获取 S3 对象下载链接失败:%s" +#~ msgstr "todo:%s" + +#~ msgid "无法从 CC 获取到 IP 列表,请确认目标 IP 是否在当前业务下" +#~ msgstr "todo" + +#~ msgid "分发本地文件" +#~ msgstr "todo" + +#~ msgid "蓝鲸监控(Monitor)" +#~ msgstr "todo" + +#~ msgid "告警屏蔽" +#~ msgstr "todo" + +#~ msgid "GseProxy" +#~ msgstr "GseProxy" + +#~ msgid "AutoTCM(TCM)" +#~ msgstr "AutoTCM(TCM)" + +#~ msgid "由于 UWork 的限制,标准运维每天发送的语音通知有限,非紧急情况,请尽量避免使用语音通知" +#~ msgstr "todo" + +#~ msgid "负载均衡业务(CLB)" +#~ msgstr "todo" + +#~ msgid "扫描域名证书" +#~ msgstr "todo" + +#~ msgid "返回码说明,0: 当前证书可用 -1: 证书60天内过期 -2: 赛门铁克证书,不可信 -3: 查询失败 1: 当期域名无法扫描到证书" +#~ msgstr "todo" + +#~ msgid "企业微信(QYWEIXIN)" +#~ msgstr "todo" + +#~ msgid "企业微信拉群失败,组件返回错误消息:%s" +#~ msgstr "todo:%s" + +#~ msgid "企业微信拉群发送消息失败,组件返回错误消息:%s" +#~ msgstr "todo:%s" + +#~ msgid "企业微信拉群" +#~ msgstr "todo" + +#~ msgid "消息通知服务(TOF)" +#~ msgstr "todo" + +#~ msgid "获取员工直属Leader" +#~ msgstr "todo" + +#~ msgid "查询配置平台(CC)的业务[biz_id=%s]信息接口cc.get_app_by_id返回失败: %s" +#~ msgstr "todo[biz_id=%s]%s" + +#~ msgid "查询配置平台(CC)的业务[id=%s]信息接口cc.get_app_by_id返回为空" +#~ msgstr "tod[id=%s]" + +#~ msgid "查询AutoTCM的业务接口tcm.get_app_by_user返回失败: %s" +#~ msgstr "todo%s" + +#~ msgid "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板接口tcm.get_templates返回失败: %s" +#~ msgstr "todo[biz_id=%s, tcm_app_id=%s]%s" + +#~ msgid "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板[id=%s]详情接口tcm.get_template_info返回失败: %s" +#~ msgstr "todo[biz_id=%s, tcm_app_id=%s][id=%s]%s" + +#~ msgid "文件上传失败, 文件大小超过2GB" +#~ msgstr "todo" + +#~ msgid "查询配置平台(CMDB)的业务[app_id=%s]接口cc.get_app_by_id返回失败: %s" +#~ msgstr "Get business[app_id=%s] info from CC by API[cc.get_app_by_id] failed: %s" + diff --git a/locale/en/LC_MESSAGES/djangojs.mo b/locale/en/LC_MESSAGES/djangojs.mo index 2a82631b9f..3dce8af439 100644 Binary files a/locale/en/LC_MESSAGES/djangojs.mo and b/locale/en/LC_MESSAGES/djangojs.mo differ diff --git a/locale/en/LC_MESSAGES/djangojs.po b/locale/en/LC_MESSAGES/djangojs.po index f981e7c984..da3daabf26 100644 --- a/locale/en/LC_MESSAGES/djangojs.po +++ b/locale/en/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-22 12:08+0800\n" +"POT-Creation-Date: 2019-04-10 21:07+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,3814 +17,3382 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:47 -#, javascript-format -msgid "Available %s" -msgstr "Available %s" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:53 -#, javascript-format -msgid "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes." -msgstr "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes." - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:69 -#, javascript-format -msgid "Type into this box to filter down the list of available %s." -msgstr "Type into this box to filter down the list of available %s." - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:74 -msgid "Filter" -msgstr "Filter" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:78 -msgid "Choose all" -msgstr "Choose all" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:78 -#, javascript-format -msgid "Click to choose all %s at once." -msgstr "Click to choose all %s at once." - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:84 -msgid "Choose" -msgstr "Choose" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:86 -msgid "Remove" -msgstr "Remove" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:92 -#, javascript-format -msgid "Chosen %s" -msgstr "Chosen %s" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:98 -#, javascript-format -msgid "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes." -msgstr "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes." - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:108 -msgid "Remove all" -msgstr "Remove all" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:108 -#, javascript-format -msgid "Click to remove all chosen %s at once." -msgstr "Click to remove all chosen %s at once." - -#: blueapps/conf/project_template/static/admin/js/actions.js:48 -#: blueapps/conf/project_template/static/admin/js/actions.min.js:2 -msgid "%(sel)s of %(cnt)s selected" -msgid_plural "%(sel)s of %(cnt)s selected" -msgstr[0] "%(sel)s of %(cnt)s selected" -msgstr[1] "%(sel)s of %(cnt)s selected" - -#: blueapps/conf/project_template/static/admin/js/actions.js:117 -#: blueapps/conf/project_template/static/admin/js/actions.min.js:4 -msgid "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost." -msgstr "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost." - -#: blueapps/conf/project_template/static/admin/js/actions.js:129 -#: blueapps/conf/project_template/static/admin/js/actions.min.js:5 -msgid "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action." -msgstr "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action." - -#: blueapps/conf/project_template/static/admin/js/actions.js:131 -#: blueapps/conf/project_template/static/admin/js/actions.min.js:5 -msgid "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button." -msgstr "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button." - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:74 -#, javascript-format -msgid "Note: You are %s hour ahead of server time." -msgid_plural "Note: You are %s hours ahead of server time." -msgstr[0] "Note: You are %s hour ahead of server time." -msgstr[1] "Note: You are %s hours ahead of server time." - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:82 -#, javascript-format -msgid "Note: You are %s hour behind server time." -msgid_plural "Note: You are %s hours behind server time." -msgstr[0] "Note: You are %s hour behind server time." -msgstr[1] "Note: You are %s hour behind server time." - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:109 -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:160 -msgid "Now" -msgstr "Now" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:127 -msgid "Choose a Time" -msgstr "Choose a Time" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:157 -msgid "Choose a time" -msgstr "Choose a time" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:165 -msgid "Midnight" -msgstr "Midnight" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:170 -msgid "6 a.m." -msgstr "6 a.m." - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:175 -msgid "Noon" -msgstr "Noon" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:180 -msgid "6 p.m." -msgstr "6 p.m" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:188 -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:348 -msgid "Cancel" -msgstr "Cancel" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:253 -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:333 -msgid "Today" -msgstr "Today" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:270 -msgid "Choose a Date" -msgstr "Choose a Date" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:327 -msgid "Yesterday" -msgstr "Yesterday" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:339 -msgid "Tomorrow" -msgstr "Tomorrow" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:12 -msgid "January" -msgstr "January" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:13 -msgid "February" -msgstr "February" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:14 -msgid "March" -msgstr "March" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:15 -msgid "April" -msgstr "April" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:16 -msgid "May" -msgstr "May" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:17 -msgid "June" -msgstr "June" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:18 -msgid "July" -msgstr "July" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:19 -msgid "August" -msgstr "August" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:20 -msgid "September" -msgstr "September" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:21 -msgid "October" -msgstr "October" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:22 -msgid "November" -msgstr "November" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:23 -msgid "December" -msgstr "December" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:26 -msgctxt "one letter Sunday" -msgid "S" -msgstr "S" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:27 -msgctxt "one letter Monday" -msgid "M" -msgstr "M" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:28 -msgctxt "one letter Tuesday" -msgid "T" -msgstr "T" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:29 -msgctxt "one letter Wednesday" -msgid "W" -msgstr "W" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:30 -msgctxt "one letter Thursday" -msgid "T" -msgstr "T" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:31 -msgctxt "one letter Friday" -msgid "F" -msgstr "F" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:32 -msgctxt "one letter Saturday" -msgid "S" -msgstr "S" - -#: blueapps/conf/project_template/static/admin/js/collapse.js:10 -#: blueapps/conf/project_template/static/admin/js/collapse.js:21 -#: blueapps/conf/project_template/static/admin/js/collapse.min.js:1 -msgid "Show" -msgstr "Show" - -#: blueapps/conf/project_template/static/admin/js/collapse.js:18 -#: blueapps/conf/project_template/static/admin/js/collapse.min.js:1 -msgid "Hide" -msgstr "Hide" - -#: blueapps/conf/project_template/static/remote/v3/assets/jquery-ui-1.11.0.custom/jquery-ui.min.js:10 -msgid "'" -msgstr "'" - -#: pipeline/blueflow/src/api/interceptors.js:40 +#: pipeline/blueflow/src/api/interceptors.js:51 msgid "接口数据返回为空" msgstr "No data returned by API" -#: pipeline/blueflow/src/api/interceptors.js:41 +#: pipeline/blueflow/src/api/interceptors.js:52 msgid "接口异常," msgstr "API error, " -#: pipeline/blueflow/src/api/interceptors.js:41 +#: pipeline/blueflow/src/api/interceptors.js:52 msgid "HTTP状态码:" msgstr "HTTP Status:" -#: pipeline/blueflow/src/components/common/Individualization/IpLogContent.vue:50 +#: pipeline/blueflow/src/components/common/Individualization/IpLogContent.vue:61 msgid "错误码" msgstr "ErrorCode" -#: pipeline/blueflow/src/components/common/Individualization/IpLogContent.vue:51 +#: pipeline/blueflow/src/components/common/Individualization/IpLogContent.vue:62 msgid "请输入 IP" msgstr "Please enter IP" -#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:56 -#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:138 +#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:67 +#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:149 msgid "请输入名称" msgstr "Please enter a name" -#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:57 -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:82 +#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:68 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:93 msgid "新建流程" msgstr "New Flow" -#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:58 +#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:69 msgid "编辑流程" msgstr "Edit Flow" -#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:59 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:137 -#: pipeline/blueflow/src/pages/config/index.vue:64 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:119 -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:41 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:105 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:186 +#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:70 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:148 +#: pipeline/blueflow/src/pages/config/index.vue:75 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:130 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:52 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:116 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:197 msgid "保存" msgstr "Save" -#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:60 +#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:71 msgid "返回" msgstr "Return" -#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:137 +#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:148 msgid "工具" msgstr "Tools" -#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:139 -#: pipeline/blueflow/src/components/common/PipelineCanvas/NodeTemplate.vue:200 +#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:150 +#: pipeline/blueflow/src/components/common/PipelineCanvas/NodeTemplate.vue:211 msgid "开始" msgstr "Start" -#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:140 -#: pipeline/blueflow/src/components/common/PipelineCanvas/NodeTemplate.vue:201 +#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:151 +#: pipeline/blueflow/src/components/common/PipelineCanvas/NodeTemplate.vue:212 msgid "结束" msgstr "End" -#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:141 -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:85 +#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:152 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:96 msgid "个" msgstr " " -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:192 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:203 msgid "复位" msgstr "Reset zoom" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:193 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:204 msgid "放大" msgstr "Zoom in" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:194 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:205 msgid "缩小" msgstr "Zoom out" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:195 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:206 msgid "节点框选" msgstr "Selection" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:196 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:207 msgid "排版" msgstr "Layout" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:197 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:118 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:115 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:208 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:129 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:126 msgid "全选" msgstr "Select All" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:198 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:209 msgid "反选" msgstr "Inverse Select" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:199 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:210 msgid "已添加" msgstr " Added" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:200 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:39 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:211 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:50 msgid "个节点" msgstr " Nodes" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:291 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:254 -#: pipeline/blueflow/src/store/modules/template.js:29 -#: pipeline/blueflow/src/store/modules/template.js:56 -#: pipeline/blueflow/src/store/modules/template.js:474 -#: pipeline/blueflow/src/store/modules/template.js:489 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:302 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:265 +#: pipeline/blueflow/src/store/modules/template.js:40 +#: pipeline/blueflow/src/store/modules/template.js:67 +#: pipeline/blueflow/src/store/modules/template.js:485 +#: pipeline/blueflow/src/store/modules/template.js:500 msgid "步骤1" msgstr "Stage1" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:452 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:463 msgid "排版自动保存" msgstr "Automatic saved" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:453 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:464 msgid "排版完成,原内容在本地缓存中" msgstr "Layout completed, see last version in the Local Caches" -#: pipeline/blueflow/src/components/common/RenderForm/FormGroup.vue:92 -#: pipeline/blueflow/src/components/common/RenderForm/FormItem.vue:125 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:229 +#: pipeline/blueflow/src/components/common/RenderForm/FormGroup.vue:103 +#: pipeline/blueflow/src/components/common/RenderForm/FormItem.vue:136 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:240 msgid "取消勾选" msgstr "Check to cancel" -#: pipeline/blueflow/src/components/common/RenderForm/FormGroup.vue:93 -#: pipeline/blueflow/src/components/common/RenderForm/FormItem.vue:126 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:228 +#: pipeline/blueflow/src/components/common/RenderForm/FormGroup.vue:104 +#: pipeline/blueflow/src/components/common/RenderForm/FormItem.vue:137 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:239 msgid "勾选参数作为全局变量" msgstr "Check to adding the parameter to Global Variables" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:34 -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:154 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:276 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:280 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:199 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:311 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:45 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:165 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:287 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:291 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:210 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:322 msgid "请选择" msgstr "Please select" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:35 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:46 msgid "输入筛选条件,多条筛选条件换行隔开" msgstr "Enter filter condition, multiple filter condition are separated by line breaks" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:36 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:42 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:111 -#: pipeline/blueflow/src/components/common/RenderForm/formMixins.js:181 -#: pipeline/blueflow/src/main.js:62 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:60 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:47 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:53 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:122 +#: pipeline/blueflow/src/components/common/RenderForm/formMixins.js:192 +#: pipeline/blueflow/src/main.js:73 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:71 msgid "必填项" msgstr "Required" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:38 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:99 -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:119 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:113 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:49 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:110 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:130 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:124 msgid "已选择" msgstr " Selected" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:40 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:51 msgid "搜索节点" msgstr "Search Nodes" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:41 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:110 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:70 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:98 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:89 -#: pipeline/blueflow/src/components/common/base/NoData.vue:26 -#: pipeline/blueflow/src/components/common/dataTable/DataTablePagination.vue:197 -#: pipeline/blueflow/src/pages/functor/index.vue:319 -#: pipeline/blueflow/src/pages/functor/index.vue:324 -#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:75 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:142 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:52 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:121 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:81 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:109 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:100 +#: pipeline/blueflow/src/components/common/base/NoData.vue:37 +#: pipeline/blueflow/src/components/common/dataTable/DataTablePagination.vue:208 +#: pipeline/blueflow/src/pages/functor/index.vue:330 +#: pipeline/blueflow/src/pages/functor/index.vue:335 +#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:86 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:153 msgid "无数据" msgstr "No Data" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/IpSearchInput.vue:16 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/IpSearchInput.vue:27 msgid "搜索IP,多个以逗号隔开" msgstr "Search IP, multiple ips are separated by commas" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/SelectCondition.vue:30 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/SelectCondition.vue:41 msgid "(同时满足)" msgstr "(All match)" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/SelectCondition.vue:31 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/SelectCondition.vue:42 msgid "增加一条筛选条件" msgstr "Add one filter condition" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:93 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:104 msgid "复制IP" msgstr "Copy IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:94 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:105 msgid "复制Agent未安装IP" msgstr "Copy Not Installed IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:95 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:106 msgid "清空IP" msgstr "Remove IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:96 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:107 msgid "清空Agent未安装IP" msgstr "Remove Not Installed IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:97 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:66 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:142 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:108 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:77 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:153 msgid "添加" msgstr "Add" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:98 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:109 msgid "更多操作" msgstr "More Operations" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:100 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:111 msgid "个静态IP(未安装agent" msgstr " Static IP(not installed " -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:101 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:112 msgid "个)" msgstr " )" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:102 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:67 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:113 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:78 msgid "云区域" msgstr "Cloud Area" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:103 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:68 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:94 -#: pipeline/blueflow/src/pages/audit/index.vue:161 -#: pipeline/blueflow/src/pages/functor/index.vue:163 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:188 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:223 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:240 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:114 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:79 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:105 +#: pipeline/blueflow/src/pages/audit/index.vue:114 +#: pipeline/blueflow/src/pages/functor/index.vue:174 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:199 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:234 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:251 msgid "状态" msgstr "Status" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:104 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:69 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:115 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:80 msgid "异常" msgstr "Exceptions" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:105 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:140 -#: pipeline/blueflow/src/components/common/dataTable/DataTablePagination.vue:196 -#: pipeline/blueflow/src/pages/audit/index.vue:162 -#: pipeline/blueflow/src/pages/functor/index.vue:164 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:174 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:224 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:286 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:116 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:151 +#: pipeline/blueflow/src/components/common/dataTable/DataTablePagination.vue:207 +#: pipeline/blueflow/src/pages/audit/index.vue:115 +#: pipeline/blueflow/src/pages/functor/index.vue:175 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:185 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:235 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:297 msgid "操作" msgstr "Operation" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:106 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:117 msgid "移除" msgstr "Remove" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:107 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:71 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:118 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:82 msgid "正常" msgstr "normal" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:108 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:119 msgid "无数据,点击" msgstr "No data, click" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:109 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:120 msgid "服务器" msgstr "Host" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:72 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:138 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:121 -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:41 -#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:41 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:106 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:187 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:159 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:83 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:149 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:132 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:52 +#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:52 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:117 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:198 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:170 msgid "取消" msgstr "Cancel" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:57 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:68 msgid "静态IP" msgstr "Static IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:58 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:69 msgid "动态IP" msgstr "Dynamic IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:59 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:70 msgid "筛选条件" msgstr "Filter Condition" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:60 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:71 msgid "排除条件" msgstr "Exclusion condition" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:139 -#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:36 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:177 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:288 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:150 +#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:47 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:188 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:299 msgid "编辑" msgstr "Edit" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:141 -#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:37 -#: pipeline/blueflow/src/pages/appmaker/index.vue:85 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:176 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:226 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:97 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:116 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:291 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:152 +#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:48 +#: pipeline/blueflow/src/pages/appmaker/index.vue:96 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:187 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:237 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:108 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:127 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:302 msgid "删除" msgstr "Delete" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:276 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:287 msgid "请求表头数据失败,使用预置表头" msgstr "Requesting table titles failed, please config columns" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatetime.vue:25 -#: pipeline/blueflow/src/components/tags/TagTestDatetime.vue:24 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatetime.vue:36 +#: pipeline/blueflow/src/components/tags/TagTestDatetime.vue:35 msgid "请选择日期时间" msgstr "Please select a datetime" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagPassword.vue:38 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagPassword.vue:49 msgid "要修改密码请点击后重新输入密码" msgstr "Please enter a new password when modifying" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:100 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:111 msgid "加载中" msgstr "Loading" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:195 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagTree.vue:154 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:206 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagTree.vue:165 msgid "请求数据失败" msgstr "Get data failed" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagUpload.vue:80 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:137 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagUpload.vue:91 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:148 msgid "点击上传" msgstr "Upload" -#: pipeline/blueflow/src/components/common/base/BaseSearch.vue:23 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:172 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:245 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:315 +#: pipeline/blueflow/src/components/common/base/BaseSearch.vue:34 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:183 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:256 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:326 msgid "高级搜索" msgstr "Advanced Search" -#: pipeline/blueflow/src/components/common/modal/ErrorCode401.vue:14 +#: pipeline/blueflow/src/components/common/modal/ErrorCode401.vue:25 msgid "您需要登录蓝鲸智云" msgstr "You need login BlueKing" -#: pipeline/blueflow/src/components/common/modal/ErrorCode401.vue:15 +#: pipeline/blueflow/src/components/common/modal/ErrorCode401.vue:26 msgid "立即登录" msgstr "Login" -#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:17 +#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:28 msgid "对不起,您没有当前应用的访问权限" msgstr "Sorry, you have no access permissions of this app" -#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:18 -#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:18 +#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:29 +#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:29 msgid "请尝试如下操作:" msgstr "Please try the following operations:" -#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:19 +#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:30 msgid "联系应用“管理员”为您添加应用访问白名单或者 IP 白名单" msgstr "Contact system admin to add user or IP whitelist for you" -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:26 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:37 msgid "对不起,您没有当前操作需要的的权限" msgstr "Sorry, you have no access permissions of this operation" -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:27 -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:29 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:38 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:40 msgid "1.联系业务运维为您添加" msgstr "1.Contact business maintainers to add " -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:28 -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:30 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:39 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:41 msgid "配置平台" msgstr "Conf System " -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:29 -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:31 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:40 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:42 msgid "对应业务的角色,如运维人员、开发人员、产品人员、测试人员" msgstr "business roles like maintainer, productor, developer, tester" -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:30 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:41 msgid "2.联系业务运维为您添加需要操作的流程模板的权限" msgstr "2.Contact business maintainers to add flow permissions for you" -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:31 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:42 msgid "3.或者前往" msgstr "3.Or goto " -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:32 -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:33 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:43 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:44 msgid "创建属于自己的业务" msgstr "to Creating you own business" -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:28 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:39 msgid "对不起,您没有业务权限" msgstr "Sorry, you have no access permissions of business" -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:32 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:43 msgid "2.或者前往" msgstr "2.Or goto " -#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:17 +#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:28 msgid "对不起,您没有当前应用的管理员权限" msgstr "Sorry, you have no management permissions of APP" -#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:19 +#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:30 msgid "联系“管理员”为您添加管理员权限" msgstr "Contact \"admin\" to add admin permissions for you" -#: pipeline/blueflow/src/components/common/modal/ErrorCode500.vue:16 +#: pipeline/blueflow/src/components/common/modal/ErrorCode500.vue:27 msgid "应用出现异常" msgstr "System error occurred" -#: pipeline/blueflow/src/components/common/modal/ErrorCode500.vue:17 -#: pipeline/blueflow/src/utils/errorHandler.js:33 -#: pipeline/blueflow/src/utils/errorHandler.js:38 +#: pipeline/blueflow/src/components/common/modal/ErrorCode500.vue:28 +#: pipeline/blueflow/src/utils/errorHandler.js:44 +#: pipeline/blueflow/src/utils/errorHandler.js:49 msgid "系统出现异常, 请记录下错误场景并与开发人员联系, 谢谢!" msgstr "System error occurred. Please record error scenario and contact developer, thanks!" -#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:29 +#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:40 msgid "QQ咨询" msgstr "QQ" -#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:30 +#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:41 msgid "蓝鲸官网" msgstr "Official Website" -#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:31 +#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:42 msgid "蓝鲸论坛" msgstr "Blueking Forum" -#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:32 +#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:43 msgid "蓝鲸智云 版权所有" msgstr " " -#: pipeline/blueflow/src/components/layout/Navigator.vue:75 +#: pipeline/blueflow/src/components/layout/Navigator.vue:86 msgid "职能化中心" msgstr "Functional" -#: pipeline/blueflow/src/components/layout/Navigator.vue:83 -#: pipeline/blueflow/src/pages/audit/index.vue:152 +#: pipeline/blueflow/src/components/layout/Navigator.vue:94 +#: pipeline/blueflow/src/pages/audit/index.vue:105 msgid "审计中心" msgstr "Audit" -#: pipeline/blueflow/src/components/layout/Navigator.vue:90 -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:134 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:192 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:219 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:328 +#: pipeline/blueflow/src/components/layout/Navigator.vue:101 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:145 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:203 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:230 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:339 msgid "流程模板" msgstr "Flows" -#: pipeline/blueflow/src/components/layout/Navigator.vue:94 -#: pipeline/blueflow/src/pages/functor/index.vue:196 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:278 +#: pipeline/blueflow/src/components/layout/Navigator.vue:105 +#: pipeline/blueflow/src/pages/functor/index.vue:207 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:289 msgid "业务流程" msgstr "Business Flow" -#: pipeline/blueflow/src/components/layout/Navigator.vue:99 -#: pipeline/blueflow/src/components/layout/Navigator.vue:136 -#: pipeline/blueflow/src/pages/functor/index.vue:200 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:279 +#: pipeline/blueflow/src/components/layout/Navigator.vue:110 +#: pipeline/blueflow/src/components/layout/Navigator.vue:147 +#: pipeline/blueflow/src/pages/functor/index.vue:211 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:290 msgid "公共流程" msgstr "Common Flow" -#: pipeline/blueflow/src/components/layout/Navigator.vue:108 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:171 +#: pipeline/blueflow/src/components/layout/Navigator.vue:119 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:182 msgid "周期任务" msgstr "Periodic Tasks" -#: pipeline/blueflow/src/components/layout/Navigator.vue:113 -#: pipeline/blueflow/src/components/layout/Navigator.vue:193 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:100 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:216 +#: pipeline/blueflow/src/components/layout/Navigator.vue:124 +#: pipeline/blueflow/src/components/layout/Navigator.vue:204 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:111 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:227 msgid "任务记录" msgstr "Tasks" -#: pipeline/blueflow/src/components/layout/Navigator.vue:118 +#: pipeline/blueflow/src/components/layout/Navigator.vue:129 msgid "业务配置" msgstr "Configs" -#: pipeline/blueflow/src/components/layout/Navigator.vue:123 -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:83 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:243 +#: pipeline/blueflow/src/components/layout/Navigator.vue:134 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:94 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:254 msgid "轻应用" msgstr "Mini-APP" -#: pipeline/blueflow/src/components/layout/Navigator.vue:127 +#: pipeline/blueflow/src/components/layout/Navigator.vue:138 msgid "管理员入口" msgstr "Admin Entrance" -#: pipeline/blueflow/src/components/layout/Navigator.vue:131 -#: pipeline/blueflow/src/pages/statistics/index.vue:56 +#: pipeline/blueflow/src/components/layout/Navigator.vue:142 +#: pipeline/blueflow/src/pages/statistics/index.vue:67 msgid "运营数据" msgstr "Analysis" -#: pipeline/blueflow/src/components/layout/Navigator.vue:155 +#: pipeline/blueflow/src/components/layout/Navigator.vue:166 msgid "logo-zh" msgstr "logo-en" -#: pipeline/blueflow/src/components/layout/Navigator.vue:157 +#: pipeline/blueflow/src/components/layout/Navigator.vue:168 msgid "帮助文档" msgstr "Help" -#: pipeline/blueflow/src/components/layout/NotFoundComponent.vue:14 +#: pipeline/blueflow/src/components/layout/NotFoundComponent.vue:25 msgid "没找到页面!" msgstr "Page not found!" -#: pipeline/blueflow/src/config/setting.js:47 +#: pipeline/blueflow/src/config/setting.js:58 msgid "提示" msgstr "Prompt" -#: pipeline/blueflow/src/constants/index.js:2 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:161 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:231 -#: pipeline/blueflow/src/pages/audit/index.vue:243 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:92 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:257 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:348 +#: pipeline/blueflow/src/constants/index.js:13 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:172 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:242 +#: pipeline/blueflow/src/pages/audit/index.vue:196 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:103 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:268 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:359 msgid "未执行" msgstr "Created" -#: pipeline/blueflow/src/constants/index.js:3 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:185 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:228 -#: pipeline/blueflow/src/pages/audit/index.vue:169 -#: pipeline/blueflow/src/pages/audit/index.vue:275 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:112 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:246 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:373 +#: pipeline/blueflow/src/constants/index.js:14 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:196 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:239 +#: pipeline/blueflow/src/pages/audit/index.vue:122 +#: pipeline/blueflow/src/pages/audit/index.vue:228 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:123 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:257 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:384 msgid "执行中" msgstr "Executing" -#: pipeline/blueflow/src/constants/index.js:4 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:189 -#: pipeline/blueflow/src/pages/audit/index.vue:170 -#: pipeline/blueflow/src/pages/audit/index.vue:279 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:117 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:178 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:209 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:171 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:189 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:675 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:247 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:377 +#: pipeline/blueflow/src/constants/index.js:15 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:200 +#: pipeline/blueflow/src/pages/audit/index.vue:123 +#: pipeline/blueflow/src/pages/audit/index.vue:232 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:128 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:189 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:220 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:182 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:200 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:686 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:258 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:388 msgid "暂停" msgstr "Suspend" -#: pipeline/blueflow/src/constants/index.js:5 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:193 -#: pipeline/blueflow/src/pages/audit/index.vue:283 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:122 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:381 +#: pipeline/blueflow/src/constants/index.js:16 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:204 +#: pipeline/blueflow/src/pages/audit/index.vue:236 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:133 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:392 msgid "节点暂停" msgstr "Node Suspended" -#: pipeline/blueflow/src/constants/index.js:6 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:197 -#: pipeline/blueflow/src/pages/audit/index.vue:287 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:127 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:385 +#: pipeline/blueflow/src/constants/index.js:17 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:208 +#: pipeline/blueflow/src/pages/audit/index.vue:240 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:138 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:396 msgid "失败" msgstr "Failed" -#: pipeline/blueflow/src/constants/index.js:7 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:155 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:225 -#: pipeline/blueflow/src/pages/audit/index.vue:237 -#: pipeline/blueflow/src/pages/functor/index.vue:265 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:84 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:259 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:342 +#: pipeline/blueflow/src/constants/index.js:18 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:166 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:236 +#: pipeline/blueflow/src/pages/audit/index.vue:190 +#: pipeline/blueflow/src/pages/functor/index.vue:276 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:95 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:270 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:353 msgid "完成" msgstr "Finished" -#: pipeline/blueflow/src/constants/index.js:8 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:201 -#: pipeline/blueflow/src/pages/audit/index.vue:291 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:132 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:163 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:389 +#: pipeline/blueflow/src/constants/index.js:19 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:212 +#: pipeline/blueflow/src/pages/audit/index.vue:244 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:143 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:174 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:400 msgid "撤销" msgstr "Revoke" -#: pipeline/blueflow/src/constants/index.js:12 +#: pipeline/blueflow/src/constants/index.js:23 msgid "开始节点" msgstr "Start Node" -#: pipeline/blueflow/src/constants/index.js:13 +#: pipeline/blueflow/src/constants/index.js:24 msgid "结束节点" msgstr "End Node" -#: pipeline/blueflow/src/constants/index.js:16 +#: pipeline/blueflow/src/constants/index.js:27 msgid "并行网关" msgstr "Parallel Gateway" -#: pipeline/blueflow/src/constants/index.js:17 +#: pipeline/blueflow/src/constants/index.js:28 msgid "分支网关" msgstr "Exclusive Gateway" -#: pipeline/blueflow/src/constants/index.js:18 +#: pipeline/blueflow/src/constants/index.js:29 msgid "汇聚网关" msgstr "Converge Gateway" -#: pipeline/blueflow/src/constants/index.js:19 +#: pipeline/blueflow/src/constants/index.js:30 msgid "标准插件节点" msgstr "Standard Plugins Node" -#: pipeline/blueflow/src/constants/index.js:20 +#: pipeline/blueflow/src/constants/index.js:31 msgid "子流程节点" msgstr "Subprocess Node" -#: pipeline/blueflow/src/main.js:66 +#: pipeline/blueflow/src/main.js:77 msgid "流程名称不能为空" msgstr "Flow name cannot be empty" -#: pipeline/blueflow/src/main.js:67 +#: pipeline/blueflow/src/main.js:78 msgid "流程名称不能包含" msgstr "Flow name cannot contain " -#: pipeline/blueflow/src/main.js:67 pipeline/blueflow/src/main.js:72 -#: pipeline/blueflow/src/main.js:76 pipeline/blueflow/src/main.js:81 -#: pipeline/blueflow/src/main.js:99 pipeline/blueflow/src/main.js:104 -#: pipeline/blueflow/src/main.js:112 pipeline/blueflow/src/main.js:120 -#: pipeline/blueflow/src/main.js:129 +#: pipeline/blueflow/src/main.js:78 pipeline/blueflow/src/main.js:83 +#: pipeline/blueflow/src/main.js:87 pipeline/blueflow/src/main.js:92 +#: pipeline/blueflow/src/main.js:110 pipeline/blueflow/src/main.js:115 +#: pipeline/blueflow/src/main.js:123 pipeline/blueflow/src/main.js:131 +#: pipeline/blueflow/src/main.js:140 msgid "非法字符" msgstr " " -#: pipeline/blueflow/src/main.js:68 +#: pipeline/blueflow/src/main.js:79 msgid "流程名称长度不能超过" msgstr "Length of flow name cannot be larger than " -#: pipeline/blueflow/src/main.js:68 pipeline/blueflow/src/main.js:73 -#: pipeline/blueflow/src/main.js:77 pipeline/blueflow/src/main.js:82 -#: pipeline/blueflow/src/main.js:87 pipeline/blueflow/src/main.js:100 -#: pipeline/blueflow/src/main.js:105 pipeline/blueflow/src/main.js:113 -#: pipeline/blueflow/src/main.js:116 pipeline/blueflow/src/main.js:121 -#: pipeline/blueflow/src/main.js:130 +#: pipeline/blueflow/src/main.js:79 pipeline/blueflow/src/main.js:84 +#: pipeline/blueflow/src/main.js:88 pipeline/blueflow/src/main.js:93 +#: pipeline/blueflow/src/main.js:98 pipeline/blueflow/src/main.js:111 +#: pipeline/blueflow/src/main.js:116 pipeline/blueflow/src/main.js:124 +#: pipeline/blueflow/src/main.js:127 pipeline/blueflow/src/main.js:132 +#: pipeline/blueflow/src/main.js:141 msgid "个字符" msgstr " characters" -#: pipeline/blueflow/src/main.js:71 +#: pipeline/blueflow/src/main.js:82 msgid "节点名称不能为空" msgstr "Node name cannot be empty" -#: pipeline/blueflow/src/main.js:72 +#: pipeline/blueflow/src/main.js:83 msgid "节点名称不能包含" msgstr "Node name cannot contain " -#: pipeline/blueflow/src/main.js:73 +#: pipeline/blueflow/src/main.js:84 msgid "节点名称长度不能超过" msgstr "Length cannot be larger than " -#: pipeline/blueflow/src/main.js:76 +#: pipeline/blueflow/src/main.js:87 msgid "步骤名称不能包含" msgstr "Stage name cannot contain " -#: pipeline/blueflow/src/main.js:77 +#: pipeline/blueflow/src/main.js:88 msgid "步骤名称不能超过" msgstr "Length cannot be larger than " -#: pipeline/blueflow/src/main.js:80 +#: pipeline/blueflow/src/main.js:91 msgid "变量名称不能为空" msgstr "Variable name cannot be empty" -#: pipeline/blueflow/src/main.js:81 +#: pipeline/blueflow/src/main.js:92 msgid "变量名称不能包含" msgstr "Variable name cannot contain " -#: pipeline/blueflow/src/main.js:82 +#: pipeline/blueflow/src/main.js:93 msgid "变量名称长度不能超过" msgstr "Length cannot be larger than " -#: pipeline/blueflow/src/main.js:85 +#: pipeline/blueflow/src/main.js:96 msgid "变量KEY值不能为空" msgstr "KEY cannot be empty" -#: pipeline/blueflow/src/main.js:86 +#: pipeline/blueflow/src/main.js:97 msgid "变量KEY由英文字母、数字、下划线组成,且不能以数字开头" msgstr "KEY is composed of letters, numbers, underline and cannot begin with number" -#: pipeline/blueflow/src/main.js:87 +#: pipeline/blueflow/src/main.js:98 msgid "变量KEY值长度不能超过" msgstr "Length cannot be larger than " -#: pipeline/blueflow/src/main.js:88 +#: pipeline/blueflow/src/main.js:99 msgid "变量KEY值已存在" msgstr "KEY cannot repeat" -#: pipeline/blueflow/src/main.js:91 +#: pipeline/blueflow/src/main.js:102 msgid "变量隐藏时默认值不能为空" msgstr "Default cannot be empty where variable is hide" -#: pipeline/blueflow/src/main.js:92 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:399 +#: pipeline/blueflow/src/main.js:103 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:410 msgid "默认值不满足正则校验" msgstr "Default does not match validation" -#: pipeline/blueflow/src/main.js:95 +#: pipeline/blueflow/src/main.js:106 msgid "正则校验不是合法的正则表达式" msgstr "Regular validation invalid" -#: pipeline/blueflow/src/main.js:98 +#: pipeline/blueflow/src/main.js:109 msgid "任务名称不能为空" msgstr "Task name cannot be empty" -#: pipeline/blueflow/src/main.js:99 +#: pipeline/blueflow/src/main.js:110 msgid "任务名称不能包含" msgstr "Task name cannot contain " -#: pipeline/blueflow/src/main.js:100 +#: pipeline/blueflow/src/main.js:111 msgid "任务名称不能超过" msgstr "Length cannot be larger than " -#: pipeline/blueflow/src/main.js:103 +#: pipeline/blueflow/src/main.js:114 msgid "方案名称不能为空" msgstr "Scheme name cannot be empty" -#: pipeline/blueflow/src/main.js:104 +#: pipeline/blueflow/src/main.js:115 msgid "方案名称不能包含" msgstr "Scheme name cannot contain " -#: pipeline/blueflow/src/main.js:105 +#: pipeline/blueflow/src/main.js:116 msgid "方案名称不能超过" msgstr "Length cannot be larger than " -#: pipeline/blueflow/src/main.js:108 -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:135 +#: pipeline/blueflow/src/main.js:119 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:146 msgid "流程模板不能为空" msgstr "Flow cannot be empty" -#: pipeline/blueflow/src/main.js:111 +#: pipeline/blueflow/src/main.js:122 msgid "应用名称不能为空" msgstr "Name cannot be empty" -#: pipeline/blueflow/src/main.js:112 +#: pipeline/blueflow/src/main.js:123 msgid "应用名称不能包含" msgstr "App name cannot contain " -#: pipeline/blueflow/src/main.js:113 +#: pipeline/blueflow/src/main.js:124 msgid "应用名称不能超过" msgstr "Length cannot be larger than " -#: pipeline/blueflow/src/main.js:116 +#: pipeline/blueflow/src/main.js:127 msgid "应用简介不能超过" msgstr "Length cannot be larger than " -#: pipeline/blueflow/src/main.js:119 +#: pipeline/blueflow/src/main.js:130 msgid "定时流程名称不能为空" msgstr "Flow name cannot be empty" -#: pipeline/blueflow/src/main.js:120 +#: pipeline/blueflow/src/main.js:131 msgid "定时流程名称包含" msgstr "Flow name cannot contain " -#: pipeline/blueflow/src/main.js:121 +#: pipeline/blueflow/src/main.js:132 msgid "定时流程名称不能超过" msgstr "Length of flow name cannot be larger than" -#: pipeline/blueflow/src/main.js:124 +#: pipeline/blueflow/src/main.js:135 msgid "定时表达式不能为空" msgstr "Default cannot be empty where variable is hide" -#: pipeline/blueflow/src/main.js:125 +#: pipeline/blueflow/src/main.js:136 msgid "输入定时表达式非法,请校验" msgstr "Invalid crontab, check it please" -#: pipeline/blueflow/src/main.js:128 +#: pipeline/blueflow/src/main.js:139 msgid "本地缓存名称不能为空" msgstr "Name cannot be empty" -#: pipeline/blueflow/src/main.js:129 +#: pipeline/blueflow/src/main.js:140 msgid "本地缓存名称包含" msgstr "Cache name contains " -#: pipeline/blueflow/src/main.js:130 +#: pipeline/blueflow/src/main.js:141 msgid "本地缓存名称不能超过" msgstr "Length cannot be larger than " -#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:38 +#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:49 msgid "流程模板:" msgstr "Flow:" -#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:39 +#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:50 msgid "应用简介:" msgstr "App Introduction:" -#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:56 +#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:67 msgid "外链不支持打开轻应用,请在蓝鲸市场中打开此链接" msgstr "Mini-APP cannot be opened outside Blueking desktop, please open it in Blueking App market" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:133 -#: pipeline/blueflow/src/pages/appmaker/index.vue:83 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:144 +#: pipeline/blueflow/src/pages/appmaker/index.vue:94 msgid "新建轻应用" msgstr "New Mini-APP" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:133 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:144 msgid "修改轻应用" msgstr "Update Mini-APP" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:136 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:147 msgid "应用名称" msgstr "App Name" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:137 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:126 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:148 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:137 msgid "执行方案" msgstr "Execution Scheme" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:138 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:149 msgid "当流程模板包含可选节点时,用户可以在新建任务时添加执行方案。这里选择执行方案后,创建的轻应用只能按照固定执行方案新建任务。" msgstr "You can add schemes when creating a task if the flow contains optional nodes.After selecting a scheme, you can only create tasks according to the fixed execution scheme with this Mini-APP." -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:139 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:150 msgid "应用简介" msgstr "Introduction" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:140 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:151 msgid "应用LOGO" msgstr "LOGO" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:141 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:152 msgid "点击更换" msgstr "Change" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:142 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:153 msgid "只能上传JPG/PNG类型文件,建议大小为100px*100px,不能超过 100K" msgstr "Only JPG/PNG type files can be uploaded. The recommended size is 100px*100px, which cannot exceed 100K" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:206 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:217 msgid "图片大小不能超过 100K" msgstr "Size cannot exceed 100K" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:87 -#: pipeline/blueflow/src/pages/audit/index.vue:153 -#: pipeline/blueflow/src/pages/functor/index.vue:156 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:277 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:98 +#: pipeline/blueflow/src/pages/audit/index.vue:106 +#: pipeline/blueflow/src/pages/functor/index.vue:167 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:288 msgid "请输入ID或流程名称" msgstr "Please enter ID or flow name" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:88 -#: pipeline/blueflow/src/pages/audit/index.vue:155 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:218 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:99 +#: pipeline/blueflow/src/pages/audit/index.vue:108 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:229 msgid "执行开始" msgstr "Execution started" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:89 -#: pipeline/blueflow/src/pages/audit/index.vue:156 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:219 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:100 +#: pipeline/blueflow/src/pages/audit/index.vue:109 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:230 msgid "执行结束" msgstr "Execution finished" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:90 -#: pipeline/blueflow/src/pages/audit/index.vue:157 -#: pipeline/blueflow/src/pages/functor/index.vue:160 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:285 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:283 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:128 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:95 -#: pipeline/blueflow/src/pages/task/TaskList/TaskCloneDialog.vue:49 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:217 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:101 +#: pipeline/blueflow/src/pages/audit/index.vue:110 +#: pipeline/blueflow/src/pages/functor/index.vue:171 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:296 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:294 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:139 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:107 +#: pipeline/blueflow/src/pages/task/TaskList/TaskCloneDialog.vue:60 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:228 msgid "任务名称" msgstr "Task Name" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:91 -#: pipeline/blueflow/src/pages/audit/index.vue:158 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:102 +#: pipeline/blueflow/src/pages/audit/index.vue:111 msgid "任务类型" msgstr "Task types" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:92 -#: pipeline/blueflow/src/pages/audit/index.vue:159 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:173 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:287 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:285 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:208 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:221 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:285 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:103 +#: pipeline/blueflow/src/pages/audit/index.vue:112 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:184 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:298 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:296 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:219 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:232 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:296 msgid "创建人" msgstr "Creator" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:93 -#: pipeline/blueflow/src/pages/audit/index.vue:160 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:222 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:104 +#: pipeline/blueflow/src/pages/audit/index.vue:113 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:233 msgid "执行人" msgstr "Executor" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:95 -#: pipeline/blueflow/src/pages/audit/index.vue:164 -#: pipeline/blueflow/src/pages/functor/index.vue:171 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:180 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:228 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:297 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:106 +#: pipeline/blueflow/src/pages/audit/index.vue:117 +#: pipeline/blueflow/src/pages/functor/index.vue:182 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:191 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:239 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:308 msgid "共" msgstr " " -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:96 -#: pipeline/blueflow/src/pages/audit/index.vue:165 -#: pipeline/blueflow/src/pages/functor/index.vue:172 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:181 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:229 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:298 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:107 +#: pipeline/blueflow/src/pages/audit/index.vue:118 +#: pipeline/blueflow/src/pages/functor/index.vue:183 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:192 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:240 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:309 msgid "条记录" msgstr "records" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:97 -#: pipeline/blueflow/src/pages/audit/index.vue:166 -#: pipeline/blueflow/src/pages/functor/index.vue:173 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:182 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:230 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:299 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:108 +#: pipeline/blueflow/src/pages/audit/index.vue:119 +#: pipeline/blueflow/src/pages/functor/index.vue:184 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:193 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:241 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:310 msgid "," msgstr "," -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:98 -#: pipeline/blueflow/src/pages/audit/index.vue:167 -#: pipeline/blueflow/src/pages/functor/index.vue:174 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:183 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:231 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:300 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:109 +#: pipeline/blueflow/src/pages/audit/index.vue:120 +#: pipeline/blueflow/src/pages/functor/index.vue:185 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:194 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:242 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:311 msgid "当前第" msgstr "current" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:99 -#: pipeline/blueflow/src/pages/audit/index.vue:168 -#: pipeline/blueflow/src/pages/functor/index.vue:175 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:184 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:232 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:301 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:110 +#: pipeline/blueflow/src/pages/audit/index.vue:121 +#: pipeline/blueflow/src/pages/functor/index.vue:186 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:195 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:243 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:312 msgid "页" msgstr "page" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:204 -#: pipeline/blueflow/src/pages/audit/index.vue:294 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:135 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:392 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:215 +#: pipeline/blueflow/src/pages/audit/index.vue:247 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:146 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:403 msgid "未知" msgstr "Unknown" -#: pipeline/blueflow/src/pages/appmaker/index.vue:84 +#: pipeline/blueflow/src/pages/appmaker/index.vue:95 msgid "请输入轻应用名称" msgstr "Please enter name" -#: pipeline/blueflow/src/pages/appmaker/index.vue:86 +#: pipeline/blueflow/src/pages/appmaker/index.vue:97 msgid "确认删除轻应用?" msgstr "Are you sure to delete this APP?" -#: pipeline/blueflow/src/pages/appmaker/index.vue:95 +#: pipeline/blueflow/src/pages/appmaker/index.vue:106 msgid "未找到相关轻应用" msgstr "No Mini-APP found" -#: pipeline/blueflow/src/pages/appmaker/index.vue:95 +#: pipeline/blueflow/src/pages/appmaker/index.vue:106 msgid "暂未添加轻应用" msgstr "No Mini-APP found in business" -#: pipeline/blueflow/src/pages/audit/index.vue:154 -#: pipeline/blueflow/src/pages/functor/index.vue:157 -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:148 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:281 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:272 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:192 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:197 +#: pipeline/blueflow/src/pages/audit/index.vue:107 +#: pipeline/blueflow/src/pages/functor/index.vue:168 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:159 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:292 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:283 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:203 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:208 msgid "所属业务" msgstr "Business" -#: pipeline/blueflow/src/pages/audit/index.vue:163 -#: pipeline/blueflow/src/pages/functor/index.vue:166 +#: pipeline/blueflow/src/pages/audit/index.vue:116 +#: pipeline/blueflow/src/pages/functor/index.vue:177 msgid "查看" msgstr "View" -#: pipeline/blueflow/src/pages/audit/index.vue:171 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:271 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:220 +#: pipeline/blueflow/src/pages/audit/index.vue:124 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:282 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:231 msgid "任务分类" msgstr "Task Category" -#: pipeline/blueflow/src/pages/audit/index.vue:172 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:194 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:238 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:312 +#: pipeline/blueflow/src/pages/audit/index.vue:125 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:205 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:249 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:323 msgid "搜索" msgstr "Search" -#: pipeline/blueflow/src/pages/audit/index.vue:173 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:195 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:239 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:313 +#: pipeline/blueflow/src/pages/audit/index.vue:126 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:206 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:250 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:324 msgid "清空" msgstr "Empty" -#: pipeline/blueflow/src/pages/audit/index.vue:174 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:234 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:306 +#: pipeline/blueflow/src/pages/audit/index.vue:127 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:245 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:317 msgid "请选择分类" msgstr "Choose category please" -#: pipeline/blueflow/src/pages/audit/index.vue:175 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:186 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:235 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:308 +#: pipeline/blueflow/src/pages/audit/index.vue:128 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:197 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:246 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:319 msgid "请输入创建人" msgstr "Input creator please" -#: pipeline/blueflow/src/pages/audit/index.vue:176 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:236 +#: pipeline/blueflow/src/pages/audit/index.vue:129 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:247 msgid "请输入执行人" msgstr "Input executor please" -#: pipeline/blueflow/src/pages/audit/index.vue:177 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:187 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:191 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:237 +#: pipeline/blueflow/src/pages/audit/index.vue:130 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:198 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:202 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:248 msgid "请选择状态" msgstr "Choose status please" -#: pipeline/blueflow/src/pages/config/index.vue:59 +#: pipeline/blueflow/src/pages/config/index.vue:70 msgid "执行者配置" msgstr "Executor Config" -#: pipeline/blueflow/src/pages/config/index.vue:60 +#: pipeline/blueflow/src/pages/config/index.vue:71 msgid "任务执行者" msgstr "Task Executor" -#: pipeline/blueflow/src/pages/config/index.vue:61 +#: pipeline/blueflow/src/pages/config/index.vue:72 msgid "强制生效" msgstr "Force to take effect" -#: pipeline/blueflow/src/pages/config/index.vue:62 +#: pipeline/blueflow/src/pages/config/index.vue:73 msgid "该字段默认在非运维人员执行任务时生效,为空则从配置平台(CMDB)随机获取运维身份" msgstr "This field takes effect by default when a non-maintainer executes a task" -#: pipeline/blueflow/src/pages/config/index.vue:63 +#: pipeline/blueflow/src/pages/config/index.vue:74 msgid "开启后,所有任务都使用任务执行者身份来执行" msgstr "All tasks will be executed using identity of the task executor if opened" -#: pipeline/blueflow/src/pages/config/index.vue:104 -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:92 +#: pipeline/blueflow/src/pages/config/index.vue:115 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:103 msgid "保存成功" msgstr "Saved successfully" -#: pipeline/blueflow/src/pages/functor/index.vue:158 +#: pipeline/blueflow/src/pages/functor/index.vue:169 msgid "提单时间" msgstr "Date submitted" -#: pipeline/blueflow/src/pages/functor/index.vue:159 +#: pipeline/blueflow/src/pages/functor/index.vue:170 msgid "认领时间" msgstr "Claim ime" -#: pipeline/blueflow/src/pages/functor/index.vue:161 +#: pipeline/blueflow/src/pages/functor/index.vue:172 msgid "提单人" msgstr "Creator" -#: pipeline/blueflow/src/pages/functor/index.vue:162 +#: pipeline/blueflow/src/pages/functor/index.vue:173 msgid "认领人" msgstr "Claimant" -#: pipeline/blueflow/src/pages/functor/index.vue:165 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:98 +#: pipeline/blueflow/src/pages/functor/index.vue:176 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:110 msgid "认领" msgstr "Claim" -#: pipeline/blueflow/src/pages/functor/index.vue:167 -#: pipeline/blueflow/src/pages/task/TaskStep.vue:39 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:287 +#: pipeline/blueflow/src/pages/functor/index.vue:178 +#: pipeline/blueflow/src/pages/task/TaskStep.vue:50 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:298 msgid "新建任务" msgstr "NewTask" -#: pipeline/blueflow/src/pages/functor/index.vue:168 -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:152 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:275 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:277 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:194 +#: pipeline/blueflow/src/pages/functor/index.vue:179 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:163 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:286 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:288 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:205 msgid "选择业务" msgstr "Business" -#: pipeline/blueflow/src/pages/functor/index.vue:169 +#: pipeline/blueflow/src/pages/functor/index.vue:180 msgid "选择模板" msgstr "Flow" -#: pipeline/blueflow/src/pages/functor/index.vue:170 +#: pipeline/blueflow/src/pages/functor/index.vue:181 msgid "如果未找到模板,请联系业务运维在流程模板的权限管理中对你或所有职能化人员授予“新建任务权限”" msgstr "If there is no flow you want, please contact business maintainers to add 'New Task' permission for you or all the functors" -#: pipeline/blueflow/src/pages/functor/index.vue:268 +#: pipeline/blueflow/src/pages/functor/index.vue:279 msgid "未认领" msgstr "Submitted" -#: pipeline/blueflow/src/pages/functor/index.vue:271 +#: pipeline/blueflow/src/pages/functor/index.vue:282 msgid "已驳回" msgstr "Rejected" -#: pipeline/blueflow/src/pages/functor/index.vue:390 +#: pipeline/blueflow/src/pages/functor/index.vue:401 msgid " 无数据 " msgstr " No Data " -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:80 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:91 msgid "进入" msgstr "Enter" -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:81 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:92 msgid "执行任务" msgstr "Execution Task" -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:84 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:95 msgid "次" msgstr " " -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:66 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:77 msgid "快速新建任务" msgstr "New Task Quickly" -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:67 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:78 msgid "取消常用流程" msgstr "cancel commonly used flow" -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:68 -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:118 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:79 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:129 msgid "添加常用流程" msgstr "Add Flows" -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:69 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:80 msgid "业务下无常用流程," msgstr "No commonly used flow found in business. " -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:70 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:81 msgid "立即添加" msgstr "Add now" -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:139 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:150 msgid "业务下无流程模板,为您跳转至新建流程" msgstr "No flow found in business, jump to Flows page for you" -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:117 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:112 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:305 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:128 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:123 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:316 msgid "请输入流程名称" msgstr "Please enter flow name" -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:120 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:114 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:131 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:125 msgid "项" msgstr " " -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:121 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:132 msgid ",最多可选" msgstr " , no more than " -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:122 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:110 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:133 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:121 msgid "搜索结果为空" msgstr "Search result is empty" -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:123 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:134 msgid "该业务下暂无流程," msgstr "No flow found in business. " -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:124 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:135 msgid "立即创建" msgstr "New Flow" -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:175 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:186 msgid "最多只能添加10项" msgstr "Flows selected must not more than 10" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:53 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:64 msgid "业务动态" msgstr "Timeline" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:54 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:65 msgid "查看更多" msgstr "More" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:55 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:66 msgid "查看详情" msgstr "Detail" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:56 -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:149 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:67 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:160 msgid "耗时" msgstr "time-consuming" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:67 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:78 msgid "创建了一个" msgstr "has created a" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:69 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:80 msgid "执行了一个" msgstr "has executed a" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:72 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:83 msgid "任务" msgstr "task" -#: pipeline/blueflow/src/pages/home/TaskPercentChart.vue:24 +#: pipeline/blueflow/src/pages/home/TaskPercentChart.vue:35 msgid "任务分类占比" msgstr "Task Categories" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/DeletePeriodicDialog.vue:26 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:227 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:293 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/DeletePeriodicDialog.vue:37 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:238 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:304 msgid "确认删除" msgstr "Are you sure to delete " -#: pipeline/blueflow/src/pages/periodic/PeriodicList/DeletePeriodicDialog.vue:32 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/DeletePeriodicDialog.vue:43 msgid "?" msgstr "? " -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:66 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:77 msgid "周期信息" msgstr "Periodic Info" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:67 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:78 msgid "修改周期任务" msgstr "Modify Periodic Task" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:68 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:170 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:79 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:181 msgid "周期规则" msgstr "Corntab" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:69 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:132 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:96 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:80 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:143 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:108 msgid "参数信息" msgstr "Parameters" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:70 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:81 msgid "图片出错" msgstr "Rrror with image" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:76 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:157 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:87 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:168 msgid "task-zh" msgstr "task-en" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:106 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:117 msgid "输入周期表达式非法,请校验" msgstr "Invalid contab, check it please" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:148 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:159 msgid "修改周期任务信息成功" msgstr "Modify periodic task success" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:153 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:164 msgid "修改周期任务参数成功,但表达式修改未成功,请重试" msgstr "Can not modify crontab, retry please" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:158 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:169 msgid "修改周期任务表达式成功,但任务参数未修改成功,请重试" msgstr "Can not modify constants, retry please" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:163 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:183 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:174 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:194 msgid "修改周期任务失败,请联系管理员" msgstr "Modify Periodic task failed, contact admin please" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:178 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:189 msgid "修改周期任务表达式成功" msgstr "Modify crontab success" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:169 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:180 msgid "上次运行时间" msgstr "Last run at" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:175 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:208 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:186 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:219 msgid "启动" msgstr "Activate" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:179 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:190 msgid "运行次数" msgstr "Run times" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:185 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:233 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:196 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:244 msgid "请输入任务名称" msgstr "Please enter ID or task name" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:189 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:226 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:145 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:94 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:102 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:178 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:314 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:200 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:237 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:156 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:105 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:113 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:189 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:325 msgid "名称" msgstr "Name" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:190 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:201 msgid "请暂停任务后再执行编辑操作" msgstr "Deactivate task before edit it" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:193 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:210 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:292 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:204 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:221 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:303 msgid "执行历史" msgstr "History" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:329 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:340 msgid "删除周期任务成功" msgstr "Task delete success" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:147 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:158 msgid "轻应用分类" msgstr "Mini-APP Category" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:149 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:160 msgid "轻应用创建时间" msgstr "Creation Date: " -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:150 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:161 msgid "轻应用详情" msgstr "Mini-APP Detail" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:151 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:274 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:276 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:193 -msgid "选择分类" -msgstr "Category" - -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:153 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:162 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:285 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:287 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:204 +msgid "选择分类" +msgstr "Category" + +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:164 msgid "选择时间" msgstr "Time" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:155 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:277 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:291 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:328 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:166 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:288 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:302 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:339 msgid "标准插件" msgstr "Standard Plugins" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:156 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:278 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:281 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:200 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:394 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:167 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:289 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:292 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:211 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:405 msgid "全部分类" msgstr "All Categories" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:157 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:279 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:282 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:201 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:386 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:168 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:290 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:293 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:212 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:397 msgid "全部业务" msgstr "All Businesses" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:158 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:169 msgid "轻应用名称" msgstr "App Name" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:159 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:286 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:284 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:209 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:170 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:297 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:295 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:220 msgid "创建时间" msgstr "Date Created" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:160 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:282 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:283 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:171 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:293 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:294 msgid "更新时间" msgstr "Date Updated" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:161 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:283 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:172 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:294 msgid "更新人" msgstr "Editor" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:162 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:284 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:289 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:204 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:56 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:282 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:173 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:295 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:300 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:215 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:67 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:293 msgid "分类" msgstr "Category" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:163 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:213 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:174 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:224 msgid "创建任务数" msgstr "Number Of Tasks Created" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:268 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:279 msgid "引用次数" msgstr "Reference Number" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:269 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:196 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:280 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:207 msgid "流程详情" msgstr "Flow Detail" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:270 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:274 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:281 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:285 msgid "执行耗时" msgstr "Time-consuming" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:271 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:273 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:282 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:284 msgid "任务详情" msgstr "Task Detail" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:272 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:275 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:195 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:283 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:286 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:206 msgid "时间范围" msgstr "Time Range" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:273 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:284 msgid "任务开始时间" msgstr "Task Execution Date" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:280 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:202 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:141 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:281 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:291 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:213 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:152 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:292 msgid "流程名称" msgstr "Flow Name" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:288 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:286 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:205 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:299 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:297 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:216 msgid "标准插件数" msgstr "Number of StandardPlugins" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:289 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:287 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:206 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:300 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:298 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:217 msgid "子流程数" msgstr "Number of SubProcess" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:290 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:288 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:207 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:301 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:299 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:218 msgid "网关数" msgstr "Number of Gateways" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:292 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:303 msgid "执行次数" msgstr "Number of executions" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:293 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:304 msgid "失败次数" msgstr "Number of failures" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:294 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:305 msgid "平均执行耗时(秒)" msgstr "Avg time-consuming(s)" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:295 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:306 msgid "失败率" msgstr "Failure rate" -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:278 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:289 msgid "时间维度" msgstr "Time Dimension" -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:279 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:290 msgid "天" msgstr "Day" -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:290 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:301 msgid "月" msgstr "Month" -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:291 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:302 msgid "耗时(秒)" msgstr "Time-consuming(s)" -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:191 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:202 msgid "流程分类" msgstr "Flow Category" -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:198 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:209 msgid "流程引用" msgstr "Flow Reference" -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:203 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:214 msgid "业务" msgstr "Business" -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:211 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:222 msgid "创建轻应用数" msgstr "Number Of Mini-APPs Created" -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:212 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:223 msgid "被引用为子流程数" msgstr "Number Of Referred As Subprocess" -#: pipeline/blueflow/src/pages/statistics/index.vue:30 +#: pipeline/blueflow/src/pages/statistics/index.vue:41 msgid "流程统计" msgstr "Flows" -#: pipeline/blueflow/src/pages/statistics/index.vue:35 +#: pipeline/blueflow/src/pages/statistics/index.vue:46 msgid "任务统计" msgstr "Tasks" -#: pipeline/blueflow/src/pages/statistics/index.vue:40 +#: pipeline/blueflow/src/pages/statistics/index.vue:51 msgid "标准插件统计" msgstr "Standard Plugins" -#: pipeline/blueflow/src/pages/statistics/index.vue:45 +#: pipeline/blueflow/src/pages/statistics/index.vue:56 msgid "轻应用统计" msgstr "Mini-APPs" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:127 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:94 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:138 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:106 msgid "任务信息" msgstr "Task Info" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:129 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:140 msgid "流程类型" msgstr "Flow Type" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:130 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:141 msgid "默认任务流程" msgstr "Default Flow" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:131 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:142 msgid "职能化任务流程" msgstr "Functional Flow" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:133 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:144 msgid "上一步" msgstr "Previous" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:134 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:122 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:145 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:133 msgid "下一步" msgstr "Next" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:135 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:146 msgid "立即执行" msgstr "Immediately" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:136 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:147 msgid "周期执行" msgstr "Periodically" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:137 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:148 msgid "周期表达式" msgstr "Crontab" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:138 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:149 msgid "执行计划" msgstr "Execution Plan" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:116 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:127 msgid "执行方案列表" msgstr "Execution Scheme" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:117 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:144 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:93 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:280 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:128 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:155 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:104 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:291 msgid "新建" msgstr "New" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:120 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:131 msgid "取消全选" msgstr "Cancel All" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:123 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:134 msgid "执行方案保存" msgstr "Save Scheme" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:124 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:135 msgid "方案名称" msgstr "Scheme Name" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:125 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:136 msgid "预览模式:" msgstr "Preview Mode:" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:291 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:302 msgid "方案名称已存在" msgstr "Scheme name cannot repeat" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:326 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:337 msgid "方案添加成功" msgstr "Scheme saved successfully" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:401 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:412 msgid "方案删除成功" msgstr "Scheme deleted successfully" -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:37 -#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:37 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:48 +#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:48 msgid "节点选择" msgstr "Node Selection" -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:42 -#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:41 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:53 +#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:52 msgid "参数填写" msgstr "Parameter Filling" -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:47 -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:101 -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:113 -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:118 -#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:45 -#: pipeline/blueflow/src/pages/task/TaskStep.vue:40 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:58 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:112 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:124 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:129 +#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:56 +#: pipeline/blueflow/src/pages/task/TaskStep.vue:51 msgid "任务执行" msgstr "Task Execution" -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:108 -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:132 -#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:87 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:119 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:143 +#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:98 msgid "职能化认领" msgstr "Functional Claiming" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:145 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:156 msgid "执行详情" msgstr "Execution Detail" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:146 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:157 msgid "执行信息" msgstr "Execution Info" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:147 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:158 msgid "开始时间" msgstr "Date Started" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:148 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:159 msgid "结束时间" msgstr "Date Finished" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:150 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:161 msgid "失败后跳过" msgstr "Skipped" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:151 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:162 msgid "失败自动忽略" msgstr "Auto Ignored" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:152 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:224 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:163 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:235 msgid "输入参数" msgstr "Input Parameters" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:153 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:225 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:164 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:236 msgid "输出参数" msgstr "Output Parameters" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:154 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:100 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:165 msgid "参数名" msgstr "Name" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:155 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:159 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:107 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:48 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:48 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:166 +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:59 msgid "参数值" msgstr "Value" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:156 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:167 msgid "异常信息" msgstr "Exceptions" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:157 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:168 msgid "执行记录" msgstr "Execution History" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:158 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:101 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:169 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:112 msgid "序号" msgstr "Index" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:159 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:144 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:302 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:345 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:350 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:170 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:155 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:313 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:356 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:361 msgid "是" msgstr "Yes" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:160 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:145 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:303 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:346 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:351 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:171 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:156 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:314 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:357 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:362 msgid "否" msgstr "No" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:161 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:233 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:172 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:244 msgid "手动重试" msgstr "Manual Retry" -#: pipeline/blueflow/src/pages/task/TaskExecute/GatewaySelectDialog.vue:37 +#: pipeline/blueflow/src/pages/task/TaskExecute/GatewaySelectDialog.vue:48 msgid "请选择执行分支" msgstr "Please select a execution branch" -#: pipeline/blueflow/src/pages/task/TaskExecute/GatewaySelectDialog.vue:38 +#: pipeline/blueflow/src/pages/task/TaskExecute/GatewaySelectDialog.vue:49 msgid "可选执行分支" msgstr "Branches" -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:40 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:51 msgid "修改全局参数" msgstr "Modify Parameters" -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:102 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:113 msgid "参数修改成功" msgstr "Modified successfully" -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:39 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:50 msgid "修改定时时间" msgstr "Reset Timing" -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:40 -#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:40 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:51 +#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:51 msgid "确定" msgstr "OK" -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:129 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:140 msgid "修改成功" msgstr "Updated successfully" -#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:39 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:636 +#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:50 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:647 msgid "重试" msgstr "Retry" -#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:129 +#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:140 msgid "重试成功" msgstr "Retried successfully" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:97 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:109 msgid "预览" msgstr "Preview" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:99 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:111 msgid "任务流程预览" msgstr "Preview Task Flow" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:157 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:183 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:168 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:194 msgid "执行" msgstr "Execution" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:177 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:669 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:681 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:188 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:680 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:692 msgid "继续" msgstr "Continue" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:218 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:229 msgid "查看参数" msgstr "Parameters" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:219 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:230 msgid "修改参数" msgstr "Modify Parameters" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:372 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:383 msgid "任务开始执行" msgstr "Task started" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:400 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:411 msgid "任务暂停成功" msgstr "Task suspended" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:429 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:440 msgid "任务继续成功" msgstr "Task Continued" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:448 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:459 msgid "任务撤销成功" msgstr "Task Revoked" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:471 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:494 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:482 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:505 msgid "跳过成功" msgstr "Skip successfully" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:516 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:527 msgid "继续成功" msgstr "Continued successfully" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:637 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:663 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:648 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:674 msgid "跳过" msgstr "Skip" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:638 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:649 msgid "流程模板中该标准插件节点未配置失败处理方式,不可操作" msgstr "There is not failure process set to this node when editing flow, you can not operate" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:657 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:668 msgid "修改时间" msgstr "Reset Timer" -#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:49 +#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:60 msgid "查看标准插件参数" msgstr "View parameters of Standard Plugins" -#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:75 +#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:86 msgid "请点击标准插件节点查看参数" msgstr "Please click Standard Plugins node to view parameters" -#: pipeline/blueflow/src/pages/task/TaskExecute/revokeDialog.vue:26 +#: pipeline/blueflow/src/pages/task/TaskExecute/revokeDialog.vue:37 msgid "是否撤销该任务?" msgstr "Whether to revoke the task?" -#: pipeline/blueflow/src/pages/task/TaskExecute/revokeDialog.vue:27 +#: pipeline/blueflow/src/pages/task/TaskExecute/revokeDialog.vue:38 msgid "任务撤销" msgstr "Task Revoke" -#: pipeline/blueflow/src/pages/task/TaskList/TaskCloneDialog.vue:48 +#: pipeline/blueflow/src/pages/task/TaskList/TaskCloneDialog.vue:59 msgid "任务克隆" msgstr "Task Clone" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:214 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:225 msgid "全部" msgstr "All" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:215 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:226 msgid "请输入ID或任务名称" msgstr "Please enter ID or task name" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:225 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:289 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:236 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:300 msgid "克隆" msgstr "Clone" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:241 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:252 msgid "创建方式" msgstr "Create Method" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:242 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:253 msgid "应用内" msgstr "APP" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:244 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:255 msgid "请选择创建方式" msgstr "Choose create method please" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:258 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:269 msgid "未完成" msgstr "Unfinished" -#: pipeline/blueflow/src/pages/task/TaskParamEdit.vue:138 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:552 +#: pipeline/blueflow/src/pages/task/TaskParamEdit.vue:149 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:563 msgid "输入值不满足正则校验" msgstr "Input does not match validation" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:218 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:55 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:73 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:229 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:66 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:84 msgid "基础信息" msgstr "Basic Info" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:220 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:231 msgid "节点名称" msgstr "Name" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:221 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:42 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:232 msgid "步骤名称" msgstr "Stage Name" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:222 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:233 msgid "自动忽略" msgstr "Auto Ignore" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:223 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:234 msgid "是否可选" msgstr "Optional" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:227 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:238 msgid "引用" msgstr "Referred" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:230 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:241 msgid "不能为空" msgstr "Cannot be empty" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:231 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:242 msgid "版本更新" msgstr "Update Version" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:232 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:243 msgid "手动跳过" msgstr "Manual Skip" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:234 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:245 msgid "失败处理" msgstr "Failure Processing" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:235 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:246 msgid "说明:" msgstr "Description: " -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:236 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:247 msgid "自动忽略:标准插件节点如果执行失败,会自动忽略错误并把节点状态设置为成功。" msgstr "Auto Ignore: this node will set to success automatically if failed;" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:237 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:248 msgid "手动重试:标准插件节点如果执行失败,可以人工干预,填写参数后重试节点。" msgstr "Manual Skip: you can skip this node if it failed" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:238 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:249 msgid "手动跳过:标准插件节点如果执行失败,可以人工干预,直接跳过节点的执行。" msgstr "Manual Skip: you can skip this node if it failed" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:239 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:250 msgid "未选择失败处理方式,标准插件节点如果执行失败,会导致任务中断后不可继续" msgstr "No failure process set, you won't be able to operate it if this node failed" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:1021 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:1032 msgid "变量KEY已存在" msgstr "KEY cannot repeat" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:74 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:85 msgid "复用变量" msgstr "Reuse Variable" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:75 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:86 msgid "新建变量" msgstr "New" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:76 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:87 msgid "变量名称" msgstr "Variable Name" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:77 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:88 msgid "变量KEY" msgstr "Variable KEY" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:106 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:117 msgid "变量KEY已存在,请创建新变量" msgstr "KEY repeated, please use new variable" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:108 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:119 msgid "是否复用变量" msgstr "Whether To Reuse Variable" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:143 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:72 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:126 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:25 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:154 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:83 +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:36 msgid "全局变量" msgstr "Global Variable" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:146 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:157 msgid "属性" msgstr "Attribute" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:147 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:158 msgid "输入" msgstr "Input" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:148 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:159 msgid "输出" msgstr "Output" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:149 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:160 msgid "属性:" msgstr "Attribute:" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:150 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:161 msgid "\"来源/是否显示\"格式,来源是输入类型表示变量来自用户添加的变量或者标准插件/子流程节点输入参数引用的变量,来源是输出类型表示变量来自标准插件/子流程节点输出参数引用的变量;是否显示表示该变量在新建任务填写参数时是否展示给用户,输出类型的变量一定是隐藏的。" msgstr "Format is like \"Source/Show\".Source type is Input means variables are created by the user or referenced by input parameters of Standard Plugins/SubProcess, Source type is Output means variables are created by referring output parameters of Standard Plugins/SubProcess;Show type means whether the variable is displayed when filling parameters, output type variables are always Hide." -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:151 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:162 msgid "输出:" msgstr "Output: " -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:152 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:163 msgid "表示该变量会作为该流程模板的输出参数,在被其他流程模板当做子流程节点时可以引用。" msgstr "Represent whether the variable will be one of output parameters of the flow, which can by referred by other flows using this flow as a subprocess." -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:153 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:164 msgid "无数据,请手动新增变量或者勾选标准插件参数自动生成" msgstr "No Data" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:154 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:165 msgid "删除变量" msgstr "Delete Variable" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:155 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:166 msgid "确认删除该变量?" msgstr "Are you sure to delete this variable?" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:156 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:167 msgid "已复制" msgstr "Copied" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:157 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:168 msgid "复制" msgstr "Copy" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:158 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:162 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:185 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:169 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:173 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:196 msgid "显示" msgstr "Show" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:159 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:163 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:170 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:174 msgid "隐藏" msgstr "Hide" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:92 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:74 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:103 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:85 msgid "本地缓存" msgstr "Local Caches" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:95 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:106 msgid "替换" msgstr "Replace" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:96 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:107 msgid "保存时间" msgstr "Date Saved" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:98 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:109 msgid "无数据,请手动添加缓存或等待自动保存" msgstr "No data, please manually add a cache or wait for automatic save" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:99 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:110 msgid "替换模板" msgstr "Replacement" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:100 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:111 msgid "是否替换模板?" msgstr "Whether to replace the flow?" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:103 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:114 msgid "简述:" msgstr "Introduction:" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:104 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:115 msgid "本地缓存可以用于记录当前流程所有信息,包括流程的节点编排、全局变量、名称、基础属性等信息。本地缓存支持每个流程最多保存50个最近记录,该数据存储至本地浏览器中,每个用户只能查看和编辑自己的本地缓存。" msgstr "Local Caches can be used to record all information about the current flow, including node arrangement, global variables, the name, and attributes of the flow. The Caches support up to 50 recent records for each flow, which is stored in the localStorage of the local browser, and each user can only view and edit their own caches." -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:107 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:118 msgid "重置模板" msgstr "Reset template" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:57 -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:7 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:68 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:18 msgid "通知方式" msgstr "Notification Method" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:58 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:69 msgid "超时时间(分钟)" msgstr "Timeout(s) " -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:59 -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:37 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:34 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:37 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:44 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:37 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:44 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:70 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:48 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:48 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:55 msgid "通知分组" msgstr "Notification Group" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:144 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:155 msgid "普通变量" msgstr "Common Variables" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:146 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:157 msgid "输入框" msgstr "Input" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:147 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:158 msgid "文本框" msgstr "Textarea" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:148 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:159 msgid "日期时间" msgstr "Datetime" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:149 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:160 msgid "整数" msgstr "Integer" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:150 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:161 msgid "IP选择器(简单版)" msgstr "IP Picker(Simple)" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:151 -#: pipeline_plugins/variables/static/variables/password.js:7 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:162 +#: pipeline_plugins/variables/static/variables/password.js:18 msgid "密码" msgstr "Password" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:155 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:166 msgid "元变量" msgstr "Meta Variables" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:157 -#: pipeline_plugins/variables/static/variables/select.js:44 -#: pipeline_plugins/variables/static/variables/select_meta.js:7 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:168 +#: pipeline_plugins/variables/static/variables/select.js:55 +#: pipeline_plugins/variables/static/variables/select_meta.js:18 msgid "下拉框" msgstr "Select" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:179 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:190 msgid "说明" msgstr "Description" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:180 -#: pipeline_plugins/variables/static/variables/select_meta.js:58 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:191 +#: pipeline_plugins/variables/static/variables/select_meta.js:69 msgid "默认值" msgstr "Default" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:181 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:192 msgid "配置" msgstr "Config" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:182 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:193 msgid "编辑表格" msgstr "Edit Table" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:183 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:194 msgid "正则校验" msgstr "Regular Check" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:184 -#: pipeline_plugins/variables/static/variables/select_meta.js:43 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:195 +#: pipeline_plugins/variables/static/variables/select_meta.js:54 msgid "类型" msgstr "Type" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:260 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:271 msgid "组件" msgstr "Component" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEditDialog.vue:35 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEditDialog.vue:46 msgid "编辑变量" msgstr "Edit" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:89 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:100 msgid "流程编辑" msgstr "Flow Edit" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:90 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:101 msgid "离开页面" msgstr "Leave" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:91 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:102 msgid "系统不会保存您所做的更改,确认离开?" msgstr "System have not saved you change, are you going to leave?" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:93 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:104 msgid "任务节点参数错误,请点击错误节点查看详情" msgstr "Parameters of task nodes raise error, please click error node to see details" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:94 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:105 msgid "删除本地缓存成功" msgstr "Local Caches deleted successfully" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:95 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:106 msgid "该本地缓存不存在,删除失败" msgstr "Local Cache deleted failed because it does not exist" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:96 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:107 msgid "替换流程成功" msgstr "Flow Replaced successfully" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:97 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:108 msgid "新增流程本地缓存成功" msgstr "Local Cache added successfully" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:98 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:109 msgid "替换流程自动保存" msgstr "Replacement saved" -#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:70 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:290 +#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:81 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:301 msgid "权限管理" msgstr "Permissions" -#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:71 +#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:82 msgid "新建任务权限" msgstr "New Task" -#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:72 +#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:83 msgid "认领任务权限" msgstr "Claim Task" -#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:73 +#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:84 msgid "执行任务权限" msgstr "Execution Task" -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:108 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:119 msgid "导出流程" msgstr "Export" -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:109 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:120 msgid "选择流程" msgstr "Flows" -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:111 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:122 msgid "请选择需要导出的流程" msgstr "Please select flows to export" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:136 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:147 msgid "上传文件" msgstr "Upload File" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:138 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:149 msgid "重新上传" msgstr "Re-upload" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:139 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:150 msgid "导入流程" msgstr "Import" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:140 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:151 msgid "导入列表" msgstr "Flows" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:143 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:154 msgid "是否覆盖" msgstr "Overwrite" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:146 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:157 msgid "上传了" msgstr "Uploaded " -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:147 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:158 msgid "条流程" msgstr " flows" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:148 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:159 msgid "只显示冲突项" msgstr "Show only conflicting items" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:149 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:160 msgid "导入的流程会沿用文件中的流程ID,当前业务下具有相同ID的流程将会被覆盖(若任一具有相同ID的流程不在当前业务下,则无法进行覆盖操作)" msgstr "Flows imported inherit the ID in file, and the flow with the same ID in current business will be overwritten(If the flow with the same ID is not in current business, you cannot overwrite)." -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:150 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:161 msgid "导入的流程会使用新的流程ID,不会对现有的流程造成影响" msgstr "Flows imported use new ID, without affecting flows existed" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:151 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:162 msgid "模板文件上传为空" msgstr "The file is empty" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:152 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:163 msgid "模板上传内容不合法,请重新选择文件" msgstr "The content of file is illegal, please select the file again" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:153 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:164 msgid "该文件后缀不为.dat" msgstr "The file suffix is not .dat" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:154 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:165 msgid "其中" msgstr "And " -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:155 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:166 msgid "保留ID,并提交" msgstr "Keep ID and commit" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:156 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:167 msgid "使用新ID, 并提交" msgstr "Use new ID and commit" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:157 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:168 msgid "覆盖冲突项, 并提交" msgstr "Override conflict items and commit" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:158 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:169 msgid "保留两者, 并提交" msgstr "Keep both and commit" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:160 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:171 msgid "条流程与系统已有流程存在冲突" msgstr " conflict with existing flows" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:284 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:295 msgid "子流程更新" msgstr "Subprocess Updated" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:294 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:305 msgid "导入 V1 模板" msgstr "Import From V1" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:295 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:306 msgid "导出" msgstr "Export" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:296 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:307 msgid "导入" msgstr "Import" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:304 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:315 msgid "无数据,若您不是运维人员,请尝试联系运维人员为您添加模板权限" msgstr "No data, please contact business maintainer to add flow permissions for you if you are not a maintainer." -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:307 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:318 msgid "请选择子流程更新" msgstr "Choose subprocess status" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:309 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:320 msgid "来源" msgstr "Source" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:310 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:321 msgid "请选择来源" msgstr "Choose source please" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:316 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:327 msgid "搜索流程名称" msgstr "Search by flow name" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:347 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:358 msgid "无子流程" msgstr "Has No Subprocess" -#: pipeline/blueflow/src/utils/draft.js:5 +#: pipeline/blueflow/src/utils/draft.js:16 msgid "自动保存" msgstr "Automatic saved" -#: pipeline/blueflow/src/utils/errorHandler.js:13 +#: pipeline/blueflow/src/utils/errorHandler.js:24 msgid "当前访问的页面不存在" msgstr "Page not found" -#: pipeline/blueflow/src/utils/errorHandler.js:18 +#: pipeline/blueflow/src/utils/errorHandler.js:29 msgid "sorry,您没有访问权限!" msgstr "sorry, you have no access permissions!" -#: pipeline/blueflow/src/utils/errorHandler.js:23 -#: pipeline/blueflow/src/utils/errorHandler.js:28 +#: pipeline/blueflow/src/utils/errorHandler.js:34 +#: pipeline/blueflow/src/utils/errorHandler.js:39 msgid "Sorry,您的权限不足!" msgstr "Sorry, you have no permissions" -#: pipeline/blueflow/src/utils/tools.js:122 +#: pipeline/blueflow/src/utils/tools.js:133 msgid " 秒" msgstr " Second" -#: pipeline/blueflow/src/utils/tools.js:124 +#: pipeline/blueflow/src/utils/tools.js:135 msgid " 分" msgstr " Minute" -#: pipeline/blueflow/src/utils/tools.js:126 +#: pipeline/blueflow/src/utils/tools.js:137 msgid " 小时" msgstr " Hour" -#: pipeline/blueflow/src/utils/tools.js:128 +#: pipeline/blueflow/src/utils/tools.js:139 msgid " 天" msgstr " Day" -#: pipeline/blueflow/src/utils/validatePipeline.js:86 +#: pipeline/blueflow/src/utils/validatePipeline.js:97 msgid "只能添加输入连线" msgstr " can add input flow only" -#: pipeline/blueflow/src/utils/validatePipeline.js:92 +#: pipeline/blueflow/src/utils/validatePipeline.js:103 msgid "只能添加输出连线" msgstr " can add output flow only" -#: pipeline/blueflow/src/utils/validatePipeline.js:98 +#: pipeline/blueflow/src/utils/validatePipeline.js:109 msgid "不能连接" msgstr " cannot be connected to " -#: pipeline/blueflow/src/utils/validatePipeline.js:118 +#: pipeline/blueflow/src/utils/validatePipeline.js:129 msgid "相同节点不能回连" msgstr "Same node cannot be connected to self" -#: pipeline/blueflow/src/utils/validatePipeline.js:123 +#: pipeline/blueflow/src/utils/validatePipeline.js:134 msgid "重复添加连线" msgstr " cannot add repeated flows" -#: pipeline/blueflow/src/utils/validatePipeline.js:126 +#: pipeline/blueflow/src/utils/validatePipeline.js:137 msgid "已达到" msgstr " has reached " -#: pipeline/blueflow/src/utils/validatePipeline.js:128 +#: pipeline/blueflow/src/utils/validatePipeline.js:139 msgid "最大输出连线条数" msgstr " max number of output flows" -#: pipeline/blueflow/src/utils/validatePipeline.js:133 +#: pipeline/blueflow/src/utils/validatePipeline.js:144 msgid "最大输入连线条数" msgstr " max number of input flows" -#: pipeline/blueflow/src/utils/validatePipeline.js:145 +#: pipeline/blueflow/src/utils/validatePipeline.js:156 msgid "在模板中只能添加一个" msgstr " can add just one in a flow template" -#: pipeline/blueflow/src/utils/validatePipeline.js:184 +#: pipeline/blueflow/src/utils/validatePipeline.js:195 msgid "至少需要" msgstr " need as least " -#: pipeline/blueflow/src/utils/validatePipeline.js:186 +#: pipeline/blueflow/src/utils/validatePipeline.js:197 msgid "条输入连线" msgstr " input flows" -#: pipeline/blueflow/src/utils/validatePipeline.js:191 +#: pipeline/blueflow/src/utils/validatePipeline.js:202 msgid "条输出连线" msgstr " output flows" -#: pipeline/blueflow/src/utils/validatePipeline.js:203 +#: pipeline/blueflow/src/utils/validatePipeline.js:214 msgid "请添加任务节点" msgstr "Please add a task node" -#: pipeline/blueflow/src/utils/validatePipeline.js:208 +#: pipeline/blueflow/src/utils/validatePipeline.js:219 msgid "并行网关、分支网关个数和汇聚网关个数必须一致,并且必须配对使用" msgstr "The sum of Parallel and Exclusive Gateway must be same with sum of Converge Gateway, and must be paired" -#: pipeline_plugins/components/static/components/atoms/bk/http.js:7 +#: pipeline_plugins/components/static/components/atoms/bk/http.js:18 msgid "请求方式" msgstr "Method" -#: pipeline_plugins/components/static/components/atoms/bk/http.js:52 +#: pipeline_plugins/components/static/components/atoms/bk/http.js:63 msgid "请输入正确的 URL" msgstr "Input a valid url please" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:10 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:10 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:10 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:10 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:21 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:21 msgid "微信" msgstr "Wechat" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:11 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:9 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:11 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:11 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:22 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:22 msgid "邮件" msgstr "Email" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:12 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:11 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:12 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:23 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:23 msgid "短信" msgstr "SMS" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:25 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:36 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:36 msgid "请至少选择一种通知方式" msgstr "Please select one notify method at lease" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:36 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:201 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:218 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:236 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:46 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:46 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:51 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:57 msgid "运维人员" msgstr "Maintainer" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:41 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:37 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:202 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:219 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:237 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:47 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:47 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:52 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:58 msgid "产品人员" msgstr "Productor" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:42 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:38 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:203 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:220 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:238 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:48 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:48 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:53 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:59 msgid "开发人员" msgstr "Developer" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:43 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:39 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:204 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:221 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:239 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:49 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:49 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:54 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:60 msgid "测试人员" msgstr "Tester" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:56 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:67 msgid "请至少选择一个通知分组" msgstr "Please select one receiver group ay lease" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:68 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:49 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:214 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:231 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:249 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:71 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:71 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:79 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:82 msgid "附加人员" msgstr "More Receivers" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:69 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:80 msgid "多个用 , 分隔" msgstr "are separated by [,]" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:77 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:61 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:102 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:102 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:88 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:113 msgid "通知主题" msgstr "Title" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:90 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:74 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:115 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:115 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:101 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:126 msgid "通知内容" msgstr "Content" -#: pipeline_plugins/components/static/components/atoms/bk/timer.js:7 +#: pipeline_plugins/components/static/components/atoms/bk/timer.js:18 msgid "定时时间" msgstr "Timing" -#: pipeline_plugins/components/static/components/atoms/bk/timer.js:8 +#: pipeline_plugins/components/static/components/atoms/bk/timer.js:19 msgid "秒(s) 或 时间(%Y-%m-%d %H:%M:%S)" msgstr "Seconds(s) or Datetime(%Y-%m-%d %H:%M:%S)" -#: pipeline_plugins/components/static/components/atoms/bk/timer.js:16 +#: pipeline_plugins/components/static/components/atoms/bk/timer.js:27 msgid "请填写秒(s)且不超过8位数或时间(%Y-%m-%d %H:%M:%S)" msgstr "Fill in seconds(s) or datetime(%Y-%m-%d %H:%M:%S)" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:7 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:18 msgid "脚本来源" msgstr "Script Source" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:10 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:21 msgid "手工录入" msgstr "Manual" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:11 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:22 msgid "业务脚本" msgstr "Business Script" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:12 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:23 msgid "公共脚本" msgstr "Common Script" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:35 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:7 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:46 msgid "脚本类型" msgstr "Script Type" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:59 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:63 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:70 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:74 msgid "请选择脚本类型" msgstr "Choose script Type" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:89 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:28 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:100 msgid "脚本内容" msgstr "Script Content" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:91 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:29 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:102 msgid "填写执行脚本内容" msgstr "Please enter script content" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:106 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:110 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:117 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:121 msgid "请输入脚本内容" msgstr "Please input script content" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:136 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:187 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:147 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:198 msgid "脚本列表" msgstr "Script List" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:157 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:161 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:208 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:212 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:168 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:172 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:219 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:223 msgid "请选择脚本" msgstr "Choose script please" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:238 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:57 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:42 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:249 msgid "脚本参数" msgstr "Script Parameter" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:239 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:184 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:201 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:219 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:43 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:250 msgid "可为空" msgstr "Empty is valid" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:247 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:51 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:258 msgid "超时时间" msgstr "Timeout(s) " -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:248 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:52 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:259 msgid "单位为秒,为空时使用 JOB 默认值" msgstr "The unit is second, empty is valid, defaulted as same with JOB" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:260 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:64 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:271 msgid "请输入数字" msgstr "Please enter a number" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:272 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:67 -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:37 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_uninstall.js:30 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:76 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:37 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:283 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:78 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:48 msgid "目标IP" msgstr "Target IP" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:273 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:68 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:77 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:116 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:156 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:173 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:66 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:66 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:284 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:79 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:77 msgid "IP必须填写【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CMDB)的该业务中是唯一的" msgstr "IP format must be one of [set name|module name|IP], [cloud area ID:IP] or [IP], multiple IP are separated by Line breaks;[IP] format must ensure the input LAN IP are unique in the business on Configuration System" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:286 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:81 -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:46 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:90 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:46 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:297 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:92 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:57 msgid "目标账户" msgstr "Target Account" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:287 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:82 -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:47 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:91 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:47 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:298 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:93 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:58 msgid "请输入在蓝鲸作业平台上注册的账户名" msgstr "Please enter the account name" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:7 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:18 msgid "源文件" msgstr "Source File" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:15 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:93 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:65 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:49 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:68 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:74 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:92 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:98 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:115 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:155 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:172 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:65 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:65 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:26 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:76 msgid "IP" msgstr "IP" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:29 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:40 msgid "文件路径" msgstr "File" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:30 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:41 msgid "多个请用换行分隔" msgstr "use link breaker to separate it" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:44 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:73 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:55 msgid "执行账户" msgstr "Account" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:95 -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:55 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:55 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:106 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:66 msgid "目标路径" msgstr "Target Path" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:96 -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:56 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:56 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:107 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:67 msgid "请输入绝对路径" msgstr "Please enter absolute path" -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:7 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:18 msgid "本地文件" msgstr "Local Files" -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:11 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:11 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:22 msgid "文件名不能包含中文和特殊字符且大小不能超过500M" msgstr "File's name cannot contain chinese character and size cannot be larger than 500M" -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:38 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:38 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:49 msgid "IP必须填写【集群名称|模块名称|IP】、【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CMDB)的该业务中是唯一的" msgstr "IP format must be one of [cloud area ID:IP] or [IP], multiple IP are separated by Line breaks;[IP] format must ensure the input LAN IP are unique in the business on Configuration System" -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_uninstall.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:7 -msgid "云区域ID" -msgstr "Cloud Area ID" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:30 -msgid "proxy内网IP" -msgstr "Proxy inner IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:32 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:41 -msgid "可为空,为空时使用Agent安装APP中业务默认值" -msgstr "Empty is valid, default is the business default value on Agent APP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:39 -msgid "proxy外网IP" -msgstr "Proxy outer IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:48 -msgid "目标主机操作系统" -msgstr "Target host operating system" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:50 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:32 -msgid "linux" -msgstr "linux" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:51 -msgid "windows" -msgstr "windows" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:66 -msgid "目标主机认证方式" -msgstr "Target host verification method" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:68 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:49 -msgid "密码认证" -msgstr "password" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:69 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:50 -msgid "密钥认证" -msgstr "key" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:84 -msgid "目标主机详情" -msgstr "Host Detail" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:94 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:50 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:215 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:232 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:250 -msgid "多个用,分隔" -msgstr "multiple are separated by ," - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:107 -msgid "ssh账号" -msgstr "ssh account" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:120 -msgid "ssh端口" -msgstr "ssh port" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:133 -msgid "ssh密码" -msgstr "ssh password" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:134 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:122 -msgid "密码认证,则必填" -msgstr "Required if it is password authentication" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:142 -msgid "ssh密钥" -msgstr "ssh key" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:143 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:147 -msgid "密钥认证,则必填" -msgstr "Required if it is key authentication" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_uninstall.js:31 -msgid "多个用,或换行符分隔" -msgstr "multiple are separated by , or line break" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:27 -msgid "通知人" -msgstr "Receivers" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:205 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:222 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:240 -msgid "合作商" -msgstr "Cooperation" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:7 -msgid "游戏ID" -msgstr "Game ID" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:20 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:20 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:20 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:20 -msgid "Region" -msgstr "Region" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:23 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:23 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:23 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:23 -msgid "上海" -msgstr "Shanghai" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:24 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:24 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:24 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:24 -msgid "香港" -msgstr "Hong Kong" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:25 -msgid "新加坡" -msgstr "Singapore" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:38 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:39 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:38 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:38 -msgid "访问账号" -msgstr "Access account" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:51 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:52 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:51 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:51 -msgid "访问密码" -msgstr "Access password" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:64 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:65 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:64 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:64 -msgid "大区ID" -msgstr "Set ID" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:77 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:78 -msgid "区服ID(列表)" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:79 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:80 -msgid "整形,多个,或换行符分隔" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:91 -msgid "服务态" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:93 -msgid "自动" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:94 -msgid "繁忙" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:95 -msgid "拥挤" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:96 -msgid "良好" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:97 -msgid "维护" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:93 -msgid "区服标注" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:96 -msgid "热" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:97 -msgid "荐" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:98 -msgid "新" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:99 -msgid "限" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:100 -msgid "体验服" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:7 -msgid "GCS业务名称" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:8 -msgid "为空则使用在配置平台(CC)的业务名" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:16 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:16 -msgid "DB类型" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:34 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:180 -msgid "应用类型" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:54 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:40 -msgid "备份选项" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:73 -msgid "字符集" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:95 -msgid "是否强制执行" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:113 -msgid "IP列表" -msgstr "IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:114 -msgid "IP列表,多个以逗号分隔" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:127 -msgid "变更详情" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:135 -msgid "SQL文件" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:148 -msgid "变更DB名" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:161 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:100 -msgid "忽略DB名" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:183 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:200 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:218 -msgid "变更描述" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:192 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:199 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:209 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:216 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:227 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:234 -msgid "关注人" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:16 -msgid "备份类型配置" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:23 -msgid "备份类型" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:83 -msgid "备份详情" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:92 -msgid "备份DB名" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:108 -msgid "表名称" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:148 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:48 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:172 -msgid "目标参数" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:166 -msgid "IP/服ID" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:167 -msgid "IP/服ID列表,多个以逗号分隔" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_execute_bill.js:7 -msgid "单据ID" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:34 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:158 -msgid "访问发起IP" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:35 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:159 -msgid "IP必须填写【集群名称|模块名称|IP】、【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CC)的该业务中是唯一的" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:66 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:190 -msgid "目标域名/服ID" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:67 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:191 -msgid "必须填写【IP#端口】格式或者直接填DNS与服ID,多个请用逗号分隔" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:80 -msgid "DB名称" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:81 -msgid "支持通配符,多个请用 , 分隔" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:16 -msgid "回收类型配置" -msgstr "Revoke Type Config" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:23 -msgid "回收类型" -msgstr "Revoke Type" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:25 -msgid "账号清理" -msgstr "Account Cleaning" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:26 -msgid "权限清理" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:40 -msgid "回收DB名称" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:41 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:76 -msgid "权限清理时必填,支持通配符,多个请用 , 分隔" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:75 -msgid "回收表名" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:110 -msgid "回收权限" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:204 -msgid "用户名" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:205 -msgid "若填写 all,可以实现清理发起访问IP的所有账号权限" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:7 -msgid "作业模板" -msgstr "Job" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:25 -msgid "步骤参数" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:28 -msgid "没选中作业模板或当前作业模板脚本步骤为空" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:34 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:136 -msgid "ID" -msgstr "ID" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:49 -msgid "步骤类型" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:110 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:74 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:141 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:209 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:236 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:275 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:302 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:166 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:217 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:224 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:166 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:217 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:224 -msgid "请求后台接口异常:" -msgstr "Server API error:" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:130 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:27 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:27 -msgid "没选中作业模板或当前作业模板全局变量为空" -msgstr "No job selected or global variable are empty" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:144 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:33 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:33 -msgid "参数名称" -msgstr "Name" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:151 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:40 -msgid "参数类型" -msgstr "Type" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:7 -msgid "屏蔽开始时间" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:15 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:40 -msgid "请填写时间格式(%Y-%m-%d %H:%M:%S)" -msgstr "Fill in datetime(%Y-%m-%d %H:%M:%S)" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:32 -msgid "屏蔽结束时间" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:57 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:184 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:316 -msgid "集群名称" -msgstr "Set Name" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:76 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:250 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:351 -msgid "模块名称" -msgstr "Module Name" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:30 -msgid "主机操作系统" -msgstr "Host operating system" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:47 -msgid "主机认证方式" -msgstr "Host verification method" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:65 -msgid "内网IP" -msgstr "Inner IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:66 -msgid "请输入内网IP" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:79 -msgid "外网IP" -msgstr "Outer IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:80 -msgid "请输入外网IP" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:93 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:94 -msgid "SSH账号" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:107 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:108 -msgid "SSH端口" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:121 -msgid "SSH密码" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:133 -msgid "请输入密码" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:146 -msgid "SSH密钥" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:160 -msgid "请输入密钥" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:7 -msgid "TCM业务" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:29 -msgid "模板" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:85 -msgid "参数" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:93 -msgid "步骤ID" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:12 -msgid "语音" -msgstr "Voice" - -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:72 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:72 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:83 msgid "填写用户名,多个用户名用 , 分隔" msgstr "Enter username, multiple are separated by [,]" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:87 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:87 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:98 msgid "通知分组与附加人员不可同时为空" msgstr "Notification Group and More Receivers cannot be empty at the same time" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_batch_delete_set.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_empty_set_hosts.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set_service_status.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_batch_delete_set.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_empty_set_hosts.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:7 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_batch_delete_set.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_empty_set_hosts.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:18 msgid "集群" msgstr "Set" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_create_set.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_create_set.js:7 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_create_set.js:18 msgid "父实例" msgstr "Parent Instance" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_create_set.js:26 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_create_set.js:26 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_create_set.js:37 msgid "集群信息" msgstr "Set Instance" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_replace_fault_machine.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:7 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:18 msgid "主机详情" msgstr "Host Detail" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_replace_fault_machine.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:8 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:19 msgid "请至少添加一条数据" msgstr "Please add one at least" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_replace_fault_machine.js:16 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:16 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:27 msgid "故障机IP" msgstr "Fault Host IP" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_replace_fault_machine.js:29 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:29 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:40 msgid "替换机IP" msgstr "Replacement Host IP" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_to_idle.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_to_idle.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:7 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_to_idle.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:18 msgid "主机内网IP" msgstr "Host Inner IP" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_to_idle.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_to_idle.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:8 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:19 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_to_idle.js:19 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:19 msgid "请输入主机内网IP,多个用换行符分隔" msgstr "Please enter host inner IP, multiple are separated by Line breaks" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:21 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_module.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:21 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:7 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:32 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:18 msgid "模块" msgstr "Module" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:40 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:51 msgid "转移方式" msgstr "Transfer Type" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:43 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:43 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:54 msgid "覆盖" msgstr "cover" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:44 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:44 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:55 msgid "追加" msgstr "increment" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:21 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:21 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:32 msgid "主机属性" msgstr "Host Attribute" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:22 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:22 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:33 msgid "请选择需要更新的主机属性" msgstr "Please select a host attribute to update" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_module.js:45 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set.js:45 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:45 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:45 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:51 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:56 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:56 msgid "属性值" msgstr "Attribute Value" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:41 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_module.js:46 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set.js:46 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:41 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:46 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:46 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:52 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:57 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:57 msgid "请输入更新后的属性值" msgstr "Please enter a new attribute value" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_module.js:26 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:26 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:37 msgid "模块属性" msgstr "Module Attribute" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_module.js:27 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:27 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:38 msgid "请选择需要更新的模块属性" msgstr "Please select a module attribute to update" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set.js:26 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:26 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:37 msgid "集群属性" msgstr "Set Attribute" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set.js:27 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:27 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:38 msgid "请选择需要更新的集群属性" msgstr "Please select a set attribute to update" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set_service_status.js:26 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:26 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:37 msgid "服务状态" msgstr "Service Status" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set_service_status.js:29 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:29 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:40 msgid "开放" msgstr "Open" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set_service_status.js:30 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:30 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:41 msgid "关闭" msgstr "Close" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/clb/scan_certificate.js:7 -msgid "扫描域名" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:56 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:56 -msgid "描述" -msgstr "Desc" - -#: pipeline_plugins/components/static/components/atoms/sites/ieod/qyweixin/create_appchat.js:7 -msgid "群聊名称" -msgstr "todo" - -#: pipeline_plugins/components/static/components/atoms/sites/ieod/qyweixin/create_appchat.js:20 -msgid "群聊成员" -msgstr "todo" +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:18 +msgid "作业模板" +msgstr "Job" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/qyweixin/create_appchat.js:22 -msgid "企业微信群成员,多个以逗号分隔" -msgstr "todo" +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:38 +msgid "没选中作业模板或当前作业模板全局变量为空" +msgstr "No job selected or global variable are empty" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/qyweixin/create_appchat.js:34 -msgid "推送消息" -msgstr "todo" +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:44 +msgid "参数名称" +msgstr "Name" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/tof/get_staff_leader.js:7 -msgid "员工英文名" -msgstr "todo" +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:51 +msgid "参数类型" +msgstr "Type" -#: pipeline_plugins/components/static/components/atoms/test/test.js:7 -#: pipeline_plugins/variables/static/variables/sites/open/var_cmdb_ip_selector.js:7 -msgid "选择服务器" -msgstr "IP" +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:67 +msgid "描述" +msgstr "Desc" -#: pipeline_plugins/variables/static/variables/select.js:19 -#: pipeline_plugins/variables/static/variables/select.js:23 +#: pipeline_plugins/variables/static/variables/select.js:30 +#: pipeline_plugins/variables/static/variables/select.js:34 msgid "非法下拉框数据源,请检查您的配置" msgstr "Data source is invalid, please check the config" -#: pipeline_plugins/variables/static/variables/select_meta.js:14 +#: pipeline_plugins/variables/static/variables/select_meta.js:25 msgid "数据源" msgstr "Data source" -#: pipeline_plugins/variables/static/variables/select_meta.js:16 +#: pipeline_plugins/variables/static/variables/select_meta.js:27 msgid "自定义" msgstr "custom" -#: pipeline_plugins/variables/static/variables/select_meta.js:16 +#: pipeline_plugins/variables/static/variables/select_meta.js:27 msgid "远程数据源" msgstr "remote" -#: pipeline_plugins/variables/static/variables/select_meta.js:29 +#: pipeline_plugins/variables/static/variables/select_meta.js:40 msgid "选项" msgstr "Type" -#: pipeline_plugins/variables/static/variables/select_meta.js:31 +#: pipeline_plugins/variables/static/variables/select_meta.js:42 msgid "请输入数据源信息,自定义数据源格式为 [{\"text\": \"\", \"value\": \"\"}...}],若是远程数据源则填写返回该格式数据的 URL" msgstr "Please enter data source, custom data should be like [{\"text\": \"\", \"value\": \"\"}...}], remote data requires a url that returns the format data." -#: pipeline_plugins/variables/static/variables/select_meta.js:45 +#: pipeline_plugins/variables/static/variables/select_meta.js:56 msgid "单选" msgstr "single" -#: pipeline_plugins/variables/static/variables/select_meta.js:45 +#: pipeline_plugins/variables/static/variables/select_meta.js:56 msgid "多选" msgstr "multiple" -#: pipeline_plugins/variables/static/variables/select_meta.js:59 +#: pipeline_plugins/variables/static/variables/select_meta.js:70 msgid "请输入下拉框的默认值,单选为 value 的格式,多选为 value,value,... 的格式" msgstr "Please enter the default value, \"value\" format if single, \"value, value...\" format if multiple" -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:14 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:31 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:31 +#: pipeline_plugins/variables/static/variables/sites/open/var_cmdb_ip_selector.js:18 +msgid "选择服务器" +msgstr "IP" + +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:42 msgid "填参方式" msgstr "Method" -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:16 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:33 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:33 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:44 msgid "自定义输入" msgstr "Custom Enter" -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:17 -msgid "选择集群和模块自动获取" -msgstr "Select Sets and Modules" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:18 -msgid "输入集群名和模块名自动获取" -msgstr "Enter Sets and Modules" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:47 -msgid "值类型" -msgstr "Value Type" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:50 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:69 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:75 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:93 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:99 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:149 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:166 -msgid "DNS" -msgstr "DNS" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:51 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:70 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:94 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:152 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:169 -msgid "服ID" -msgstr "Region ID" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:150 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:167 -msgid "DNS必须填【IP#端口】格式或者直接填DNS,多个请用换行分隔" -msgstr "DNS format must be one of [IP#port] or domain, multiple are separated by line breaks" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:153 -msgid "服ID用于GCS标准插件自动获取域名,多个请用空格分隔" -msgstr "Region ID is used for GCS Standard Plugins getting domain, multiple are separated by space" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:170 -msgid "服ID用于GCS原子自动获取域名,多个请用空格分隔" -msgstr "Region ID is used for GCS Standard Plugins getting domain, multiple are separated by space" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:318 -msgid "多个用,分隔,all代表所有集群" -msgstr "Multiple are separated by [,], 'all' represent all sets" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:353 -msgid "多个用,分隔,all代表所有模块" -msgstr "Multiple are separated by [,], 'all' represent all modules" - -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:34 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:34 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:45 msgid "通过配置平台拓扑获取" msgstr "Select from CMDB topology" -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:99 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:99 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:110 msgid "拓扑树" msgstr "Topology" +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:177 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:228 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:235 +msgid "请求后台接口异常:" +msgstr "Server API error:" + +#~ msgid "Available %s" +#~ msgstr "Available %s" + +#~ msgid "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes." +#~ msgstr "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes." + +#~ msgid "Type into this box to filter down the list of available %s." +#~ msgstr "Type into this box to filter down the list of available %s." + +#~ msgid "Filter" +#~ msgstr "Filter" + +#~ msgid "Choose all" +#~ msgstr "Choose all" + +#~ msgid "Click to choose all %s at once." +#~ msgstr "Click to choose all %s at once." + +#~ msgid "Choose" +#~ msgstr "Choose" + +#~ msgid "Remove" +#~ msgstr "Remove" + +#~ msgid "Chosen %s" +#~ msgstr "Chosen %s" + +#~ msgid "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes." +#~ msgstr "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes." + +#~ msgid "Remove all" +#~ msgstr "Remove all" + +#~ msgid "Click to remove all chosen %s at once." +#~ msgstr "Click to remove all chosen %s at once." + +#~ msgid "%(sel)s of %(cnt)s selected" +#~ msgid_plural "%(sel)s of %(cnt)s selected" +#~ msgstr[0] "%(sel)s of %(cnt)s selected" +#~ msgstr[1] "%(sel)s of %(cnt)s selected" + +#~ msgid "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost." +#~ msgstr "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost." + +#~ msgid "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action." +#~ msgstr "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action." + +#~ msgid "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button." +#~ msgstr "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button." + +#~ msgid "Note: You are %s hour ahead of server time." +#~ msgid_plural "Note: You are %s hours ahead of server time." +#~ msgstr[0] "Note: You are %s hour ahead of server time." +#~ msgstr[1] "Note: You are %s hours ahead of server time." + +#~ msgid "Note: You are %s hour behind server time." +#~ msgid_plural "Note: You are %s hours behind server time." +#~ msgstr[0] "Note: You are %s hour behind server time." +#~ msgstr[1] "Note: You are %s hour behind server time." + +#~ msgid "Now" +#~ msgstr "Now" + +#~ msgid "Choose a Time" +#~ msgstr "Choose a Time" + +#~ msgid "Choose a time" +#~ msgstr "Choose a time" + +#~ msgid "Midnight" +#~ msgstr "Midnight" + +#~ msgid "6 a.m." +#~ msgstr "6 a.m." + +#~ msgid "Noon" +#~ msgstr "Noon" + +#~ msgid "6 p.m." +#~ msgstr "6 p.m" + +#~ msgid "Cancel" +#~ msgstr "Cancel" + +#~ msgid "Today" +#~ msgstr "Today" + +#~ msgid "Choose a Date" +#~ msgstr "Choose a Date" + +#~ msgid "Yesterday" +#~ msgstr "Yesterday" + +#~ msgid "Tomorrow" +#~ msgstr "Tomorrow" + +#~ msgid "January" +#~ msgstr "January" + +#~ msgid "February" +#~ msgstr "February" + +#~ msgid "March" +#~ msgstr "March" + +#~ msgid "April" +#~ msgstr "April" + +#~ msgid "May" +#~ msgstr "May" + +#~ msgid "June" +#~ msgstr "June" + +#~ msgid "July" +#~ msgstr "July" + +#~ msgid "August" +#~ msgstr "August" + +#~ msgid "September" +#~ msgstr "September" + +#~ msgid "October" +#~ msgstr "October" + +#~ msgid "November" +#~ msgstr "November" + +#~ msgid "December" +#~ msgstr "December" + +#~ msgctxt "one letter Sunday" +#~ msgid "S" +#~ msgstr "S" + +#~ msgctxt "one letter Monday" +#~ msgid "M" +#~ msgstr "M" + +#~ msgctxt "one letter Tuesday" +#~ msgid "T" +#~ msgstr "T" + +#~ msgctxt "one letter Wednesday" +#~ msgid "W" +#~ msgstr "W" + +#~ msgctxt "one letter Thursday" +#~ msgid "T" +#~ msgstr "T" + +#~ msgctxt "one letter Friday" +#~ msgid "F" +#~ msgstr "F" + +#~ msgctxt "one letter Saturday" +#~ msgid "S" +#~ msgstr "S" + +#~ msgid "Show" +#~ msgstr "Show" + +#~ msgid "Hide" +#~ msgstr "Hide" + +#~ msgid "'" +#~ msgstr "'" + +#~ msgid "云区域ID" +#~ msgstr "Cloud Area ID" + +#~ msgid "proxy内网IP" +#~ msgstr "Proxy inner IP" + +#~ msgid "可为空,为空时使用Agent安装APP中业务默认值" +#~ msgstr "Empty is valid, default is the business default value on Agent APP" + +#~ msgid "proxy外网IP" +#~ msgstr "Proxy outer IP" + +#~ msgid "目标主机操作系统" +#~ msgstr "Target host operating system" + +#~ msgid "linux" +#~ msgstr "linux" + +#~ msgid "windows" +#~ msgstr "windows" + +#~ msgid "目标主机认证方式" +#~ msgstr "Target host verification method" + +#~ msgid "密码认证" +#~ msgstr "password" + +#~ msgid "密钥认证" +#~ msgstr "key" + +#~ msgid "目标主机详情" +#~ msgstr "Host Detail" + +#~ msgid "多个用,分隔" +#~ msgstr "multiple are separated by ," + +#~ msgid "ssh账号" +#~ msgstr "ssh account" + +#~ msgid "ssh端口" +#~ msgstr "ssh port" + +#~ msgid "ssh密码" +#~ msgstr "ssh password" + +#~ msgid "密码认证,则必填" +#~ msgstr "Required if it is password authentication" + +#~ msgid "ssh密钥" +#~ msgstr "ssh key" + +#~ msgid "密钥认证,则必填" +#~ msgstr "Required if it is key authentication" + +#~ msgid "多个用,或换行符分隔" +#~ msgstr "multiple are separated by , or line break" + +#~ msgid "通知人" +#~ msgstr "Receivers" + +#~ msgid "合作商" +#~ msgstr "Cooperation" + +#~ msgid "游戏ID" +#~ msgstr "Game ID" + +#~ msgid "Region" +#~ msgstr "Region" + +#~ msgid "上海" +#~ msgstr "Shanghai" + +#~ msgid "香港" +#~ msgstr "Hong Kong" + +#~ msgid "新加坡" +#~ msgstr "Singapore" + +#~ msgid "访问账号" +#~ msgstr "Access account" + +#~ msgid "访问密码" +#~ msgstr "Access password" + +#~ msgid "大区ID" +#~ msgstr "Set ID" + +#~ msgid "区服ID(列表)" +#~ msgstr "todo" + +#~ msgid "整形,多个,或换行符分隔" +#~ msgstr "todo" + +#~ msgid "服务态" +#~ msgstr "todo" + +#~ msgid "自动" +#~ msgstr "todo" + +#~ msgid "繁忙" +#~ msgstr "todo" + +#~ msgid "拥挤" +#~ msgstr "todo" + +#~ msgid "良好" +#~ msgstr "todo" + +#~ msgid "维护" +#~ msgstr "todo" + +#~ msgid "区服标注" +#~ msgstr "todo" + +#~ msgid "热" +#~ msgstr "todo" + +#~ msgid "荐" +#~ msgstr "todo" + +#~ msgid "新" +#~ msgstr "todo" + +#~ msgid "限" +#~ msgstr "todo" + +#~ msgid "体验服" +#~ msgstr "todo" + +#~ msgid "GCS业务名称" +#~ msgstr "todo" + +#~ msgid "为空则使用在配置平台(CC)的业务名" +#~ msgstr "todo" + +#~ msgid "DB类型" +#~ msgstr "todo" + +#~ msgid "应用类型" +#~ msgstr "todo" + +#~ msgid "备份选项" +#~ msgstr "todo" + +#~ msgid "字符集" +#~ msgstr "todo" + +#~ msgid "是否强制执行" +#~ msgstr "todo" + +#~ msgid "IP列表" +#~ msgstr "IP" + +#~ msgid "IP列表,多个以逗号分隔" +#~ msgstr "todo" + +#~ msgid "变更详情" +#~ msgstr "todo" + +#~ msgid "SQL文件" +#~ msgstr "todo" + +#~ msgid "变更DB名" +#~ msgstr "todo" + +#~ msgid "忽略DB名" +#~ msgstr "todo" + +#~ msgid "变更描述" +#~ msgstr "todo" + +#~ msgid "关注人" +#~ msgstr "todo" + +#~ msgid "备份类型配置" +#~ msgstr "todo" + +#~ msgid "备份类型" +#~ msgstr "todo" + +#~ msgid "备份详情" +#~ msgstr "todo" + +#~ msgid "备份DB名" +#~ msgstr "todo" + +#~ msgid "表名称" +#~ msgstr "todo" + +#~ msgid "目标参数" +#~ msgstr "todo" + +#~ msgid "IP/服ID" +#~ msgstr "todo" + +#~ msgid "IP/服ID列表,多个以逗号分隔" +#~ msgstr "todo" + +#~ msgid "单据ID" +#~ msgstr "todo" + +#~ msgid "访问发起IP" +#~ msgstr "todo" + +#~ msgid "IP必须填写【集群名称|模块名称|IP】、【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CC)的该业务中是唯一的" +#~ msgstr "todo" + +#~ msgid "目标域名/服ID" +#~ msgstr "todo" + +#~ msgid "必须填写【IP#端口】格式或者直接填DNS与服ID,多个请用逗号分隔" +#~ msgstr "todo" + +#~ msgid "DB名称" +#~ msgstr "todo" + +#~ msgid "支持通配符,多个请用 , 分隔" +#~ msgstr "todo" + +#~ msgid "回收类型配置" +#~ msgstr "Revoke Type Config" + +#~ msgid "回收类型" +#~ msgstr "Revoke Type" + +#~ msgid "账号清理" +#~ msgstr "Account Cleaning" + +#~ msgid "权限清理" +#~ msgstr "todo" + +#~ msgid "回收DB名称" +#~ msgstr "todo" + +#~ msgid "权限清理时必填,支持通配符,多个请用 , 分隔" +#~ msgstr "todo" + +#~ msgid "回收表名" +#~ msgstr "todo" + +#~ msgid "回收权限" +#~ msgstr "todo" + +#~ msgid "用户名" +#~ msgstr "todo" + +#~ msgid "若填写 all,可以实现清理发起访问IP的所有账号权限" +#~ msgstr "todo" + +#~ msgid "步骤参数" +#~ msgstr "todo" + +#~ msgid "没选中作业模板或当前作业模板脚本步骤为空" +#~ msgstr "todo" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "步骤类型" +#~ msgstr "todo" + +#~ msgid "屏蔽开始时间" +#~ msgstr "todo" + +#~ msgid "请填写时间格式(%Y-%m-%d %H:%M:%S)" +#~ msgstr "Fill in datetime(%Y-%m-%d %H:%M:%S)" + +#~ msgid "屏蔽结束时间" +#~ msgstr "todo" + +#~ msgid "集群名称" +#~ msgstr "Set Name" + +#~ msgid "模块名称" +#~ msgstr "Module Name" + +#~ msgid "主机操作系统" +#~ msgstr "Host operating system" + +#~ msgid "主机认证方式" +#~ msgstr "Host verification method" + +#~ msgid "内网IP" +#~ msgstr "Inner IP" + +#~ msgid "请输入内网IP" +#~ msgstr "todo" + +#~ msgid "外网IP" +#~ msgstr "Outer IP" + +#~ msgid "请输入外网IP" +#~ msgstr "todo" + +#~ msgid "SSH账号" +#~ msgstr "todo" + +#~ msgid "SSH端口" +#~ msgstr "todo" + +#~ msgid "SSH密码" +#~ msgstr "todo" + +#~ msgid "请输入密码" +#~ msgstr "todo" + +#~ msgid "SSH密钥" +#~ msgstr "todo" + +#~ msgid "请输入密钥" +#~ msgstr "todo" + +#~ msgid "TCM业务" +#~ msgstr "todo" + +#~ msgid "模板" +#~ msgstr "todo" + +#~ msgid "参数" +#~ msgstr "todo" + +#~ msgid "步骤ID" +#~ msgstr "todo" + +#~ msgid "语音" +#~ msgstr "Voice" + +#~ msgid "扫描域名" +#~ msgstr "todo" + +#~ msgid "群聊名称" +#~ msgstr "todo" + +#~ msgid "群聊成员" +#~ msgstr "todo" + +#~ msgid "企业微信群成员,多个以逗号分隔" +#~ msgstr "todo" + +#~ msgid "推送消息" +#~ msgstr "todo" + +#~ msgid "员工英文名" +#~ msgstr "todo" + +#~ msgid "选择集群和模块自动获取" +#~ msgstr "Select Sets and Modules" + +#~ msgid "输入集群名和模块名自动获取" +#~ msgstr "Enter Sets and Modules" + +#~ msgid "值类型" +#~ msgstr "Value Type" + +#~ msgid "DNS" +#~ msgstr "DNS" + +#~ msgid "服ID" +#~ msgstr "Region ID" + +#~ msgid "DNS必须填【IP#端口】格式或者直接填DNS,多个请用换行分隔" +#~ msgstr "DNS format must be one of [IP#port] or domain, multiple are separated by line breaks" + +#~ msgid "服ID用于GCS标准插件自动获取域名,多个请用空格分隔" +#~ msgstr "Region ID is used for GCS Standard Plugins getting domain, multiple are separated by space" + +#~ msgid "服ID用于GCS原子自动获取域名,多个请用空格分隔" +#~ msgstr "Region ID is used for GCS Standard Plugins getting domain, multiple are separated by space" + +#~ msgid "多个用,分隔,all代表所有集群" +#~ msgstr "Multiple are separated by [,], 'all' represent all sets" + +#~ msgid "多个用,分隔,all代表所有模块" +#~ msgstr "Multiple are separated by [,], 'all' represent all modules" + #~ msgid "模板编辑" #~ msgstr "Flow Editing" diff --git a/locale/zh_hans/LC_MESSAGES/django.mo b/locale/zh_hans/LC_MESSAGES/django.mo index 4dce39c218..0f0d50fdb6 100644 Binary files a/locale/zh_hans/LC_MESSAGES/django.mo and b/locale/zh_hans/LC_MESSAGES/django.mo differ diff --git a/locale/zh_hans/LC_MESSAGES/django.po b/locale/zh_hans/LC_MESSAGES/django.po index 5f17de9e9f..991c3f58d0 100644 --- a/locale/zh_hans/LC_MESSAGES/django.po +++ b/locale/zh_hans/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2019-03-22 12:08+0800\n" +"POT-Creation-Date: 2019-04-10 21:07+0800\n" "PO-Revision-Date: 2019-02-27 23:25+0800\n" "Last-Translator: FULL NAME \n" "Language: zh_Hans\n" @@ -18,2046 +18,1761 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.6.0\n" -#: bk_api/sites/clouds/utils.py:40 bk_api/utils.py:78 -msgid "请求返回数据格式错误!" -msgstr "请求返回数据格式错误!" - -#: bk_api/sites/clouds/utils.py:41 bk_api/utils.py:79 -msgid "调用远程服务失败,Http请求返回数据格式错误!" -msgstr "调用远程服务失败,Http请求返回数据格式错误!" - -#: bk_api/utils.py:81 -#, python-format -msgid "调用远程服务失败,Http请求错误状态码:%(code)s, 请求url:%(url)s" -msgstr "调用远程服务失败,Http请求错误状态码:%(code)s, 请求url:%(url)s" - -#: bk_api/sites/bkopen/app_maker.py:49 bk_api/sites/clouds/app_maker.py:73 -#, python-format -msgid "调用创建app maker接口失败,错误信息:%s" -msgstr "调用创建app maker接口失败,错误信息:%s" - -#: bk_api/sites/bkopen/app_maker.py:50 bk_api/sites/clouds/app_maker.py:74 -msgid "调用创建app maker接口失败" -msgstr "调用创建app maker接口失败" - -#: bk_api/sites/bkopen/app_maker.py:83 bk_api/sites/bkopen/app_maker.py:103 -#: bk_api/sites/clouds/app_maker.py:109 bk_api/sites/clouds/app_maker.py:129 -#, python-format -msgid "调用修改app maker接口失败,错误信息:%s" -msgstr "调用修改app maker接口失败,错误信息:%s" - -#: bk_api/sites/bkopen/app_maker.py:84 bk_api/sites/bkopen/app_maker.py:104 -#: bk_api/sites/clouds/app_maker.py:110 bk_api/sites/clouds/app_maker.py:130 -msgid "调用修改app maker接口失败" -msgstr "调用修改app maker接口失败" - -#: bk_api/sites/clouds/app_maker.py:151 -#, python-format -msgid "调用修改 LOGO 接口失败,错误信息:%s" -msgstr "调用修改 LOGO 接口失败,错误信息:%s" - -#: bk_api/sites/clouds/app_maker.py:152 -msgid "调用修改 LOGO 接口失败" -msgstr "调用修改 LOGO 接口失败" - -#: bk_api/sites/clouds/utils.py:43 -#, python-format -msgid "调用远程服务失败,Http请求错误状态码:%s" -msgstr "调用远程服务失败,Http请求错误状态码:%s" - -#: blueapps/account/admin.py:13 +#: blueapps/account/admin.py:25 msgid "Personal info" msgstr "Personal info" -#: blueapps/account/admin.py:14 +#: blueapps/account/admin.py:26 msgid "Permissions" msgstr "Permissions" -#: blueapps/account/admin.py:16 +#: blueapps/account/admin.py:28 msgid "Important dates" msgstr "Important dates" -#: blueapps/account/apps.py:9 +#: blueapps/account/apps.py:21 msgid "account" msgstr "account" -#: blueapps/account/models.py:53 +#: blueapps/account/models.py:65 msgid "username" msgstr "username" -#: blueapps/account/models.py:56 blueapps/account/models.py:147 +#: blueapps/account/models.py:68 blueapps/account/models.py:159 msgid "Required. 64 characters or fewer. Letters, digits and underlined only." msgstr "Required. 64 characters or fewer. Letters, digits and underlined only." -#: blueapps/account/models.py:60 +#: blueapps/account/models.py:72 msgid "Enter a valid openid. This value may contain only letters, numbers and underlined characters." msgstr "Enter a valid openid. This value may contain only letters, numbers and underlined characters." -#: blueapps/account/models.py:66 +#: blueapps/account/models.py:78 msgid "A user with that openid already exists." msgstr "A user with that openid already exists." -#: blueapps/account/models.py:71 +#: blueapps/account/models.py:83 msgid "nick name" msgstr "nick name" -#: blueapps/account/models.py:74 +#: blueapps/account/models.py:86 msgid "Required. 64 characters or fewer." msgstr "Required. 64 characters or fewer." -#: blueapps/account/models.py:77 +#: blueapps/account/models.py:89 msgid "staff status" msgstr "staff status" -#: blueapps/account/models.py:79 +#: blueapps/account/models.py:91 msgid "Designates whether the user can log into this admin site." msgstr "Designates whether the user can log into this admin site." -#: blueapps/account/models.py:83 +#: blueapps/account/models.py:95 msgid "active" msgstr "active" -#: blueapps/account/models.py:85 +#: blueapps/account/models.py:97 msgid "Designates whether this user should be treated as active. Unselect this instead of deleting accounts." msgstr "Designates whether this user should be treated as active. Unselect this instead of deleting accounts." -#: blueapps/account/models.py:89 +#: blueapps/account/models.py:101 msgid "date joined" msgstr "date joined" -#: blueapps/account/models.py:99 +#: blueapps/account/models.py:111 msgid "user" msgstr "user" -#: blueapps/account/models.py:100 +#: blueapps/account/models.py:112 msgid "users" msgstr "users" -#: blueapps/account/models.py:151 +#: blueapps/account/models.py:163 msgid "Enter a valid key. This value may contain only letters, numbers and underlined characters." msgstr "Enter a valid key. This value may contain only letters, numbers and underlined characters." -#: blueapps/account/models.py:160 +#: blueapps/account/models.py:172 msgid "user property" msgstr "user property" -#: blueapps/account/models.py:161 +#: blueapps/account/models.py:173 msgid "user properties" msgstr "user properties" -#: config/default.py:141 +#: config/default.py:152 msgid "English" msgstr "English" -#: config/default.py:142 +#: config/default.py:153 msgid "简体中文" msgstr "简体中文" -#: django_signal_valve/models.py:36 +#: django_signal_valve/models.py:48 msgid "信号模块名" msgstr "信号模块名" -#: django_signal_valve/models.py:37 +#: django_signal_valve/models.py:49 msgid "信号属性名" msgstr "信号属性名" -#: django_signal_valve/models.py:38 +#: django_signal_valve/models.py:50 msgid "信号参数" msgstr "信号参数" -#: gcloud/exceptions.py:27 +#: gcloud/exceptions.py:39 msgid "请求第三方系统" msgstr "请求第三方系统" -#: gcloud/exceptions.py:29 +#: gcloud/exceptions.py:41 msgid "接口" msgstr "接口" -#: gcloud/exceptions.py:31 +#: gcloud/exceptions.py:43 msgid "异常" msgstr "异常" -#: gcloud/exceptions.py:33 +#: gcloud/exceptions.py:45 msgid "请联系第三方系统负责人处理" msgstr "请联系第三方系统负责人处理" -#: gcloud/commons/message/common.py:6 +#: gcloud/commons/message/common.py:18 msgid "【标准运维APP通知】执行失败" msgstr "【标准运维APP通知】执行失败" -#: gcloud/commons/message/common.py:7 +#: gcloud/commons/message/common.py:19 msgid "您在【{cc_name}】业务中的任务【{task_name}】执行失败,当前失败节点是【{node_name}】,操作员是【{executor}】,请前往标准运维APP( {url} )查看详情!" msgstr "您在【{cc_name}】业务中的任务【{task_name}】执行失败,当前失败节点是【{node_name}】,操作员是【{executor}】,请前往标准运维APP( {url} )查看详情!" -#: gcloud/commons/message/common.py:19 +#: gcloud/commons/message/common.py:31 msgid "【标准运维APP通知】执行完成" msgstr "【标准运维APP通知】执行完成" -#: gcloud/commons/message/common.py:20 +#: gcloud/commons/message/common.py:32 msgid "您在【{cc_name}】业务中的任务【{task_name}】执行成功,操作员是【{executor}】,请前往标准运维APP( {url} )查看详情!" msgstr "您在【{cc_name}】业务中的任务【{task_name}】执行成功,操作员是【{executor}】,请前往标准运维APP( {url} )查看详情!" -#: gcloud/commons/message/common.py:31 +#: gcloud/commons/message/common.py:43 msgid "【标准运维APP通知】周期任务启动失败" msgstr "【标准运维APP通知】周期任务启动失败" -#: gcloud/commons/message/common.py:32 +#: gcloud/commons/message/common.py:44 msgid "您在【{cc_name}】业务中计划于【{start_time}】执行的周期任务【{task_name}】启动失败,错误信息:【{ex_data}】" msgstr "您在【{cc_name}】业务中计划于【{start_time}】执行的周期任务【{task_name}】启动失败,错误信息:【{ex_data}】" -#: gcloud/commons/template/models.py:162 +#: gcloud/commons/template/models.py:174 msgid "模板类型" msgstr "模板类型" -#: gcloud/commons/template/models.py:172 +#: gcloud/commons/template/models.py:184 msgid "收藏模板的人" msgstr "收藏模板的人" -#: gcloud/commons/template/models.py:174 +#: gcloud/commons/template/models.py:186 msgid "流程事件通知方式" msgstr "流程事件通知方式" -#: gcloud/commons/template/models.py:179 +#: gcloud/commons/template/models.py:191 msgid "流程事件通知人" msgstr "流程事件通知人" -#: gcloud/commons/template/models.py:182 +#: gcloud/commons/template/models.py:194 msgid "流程超时时间(分钟)" msgstr "流程超时时间(分钟)" -#: gcloud/commons/template/models.py:185 gcloud/contrib/appmaker/models.py:279 -#: gcloud/taskflow3/models.py:768 pipeline/models.py:272 +#: gcloud/commons/template/models.py:197 gcloud/contrib/appmaker/models.py:292 +#: gcloud/taskflow3/models.py:780 pipeline/models.py:284 msgid "是否删除" msgstr "是否删除" -#: gcloud/commons/template/models.py:330 gcloud/commons/template/models.py:331 +#: gcloud/commons/template/models.py:342 gcloud/commons/template/models.py:343 msgid "公共流程模板 CommonTemplate" msgstr "公共流程模板 CommonTemplate" -#: gcloud/commons/template/models.py:341 gcloud/commons/template/models.py:342 +#: gcloud/commons/template/models.py:353 gcloud/commons/template/models.py:354 msgid "通用流程模板ID" msgstr "通用流程模板ID" -#: gcloud/commons/template/models.py:348 gcloud/commons/template/models.py:349 +#: gcloud/commons/template/models.py:360 gcloud/commons/template/models.py:361 msgid "公共流程模板权限 CommonTmplPerm" msgstr "公共流程模板权限 CommonTmplPerm" -#: gcloud/conf/sites/community/ver_settings.py:29 +#: gcloud/conf/sites/community/ver_settings.py:41 msgid "蓝鲸智云社区版" msgstr "蓝鲸智云社区版" -#: gcloud/conf/sites/enterprise/ver_settings.py:29 -#: gcloud/conf/sites/ieod/ver_settings.py:32 -msgid "蓝鲸智云企业版" -msgstr "蓝鲸智云企业版" - -#: gcloud/contrib/appmaker/api.py:36 +#: gcloud/contrib/appmaker/api.py:48 #, python-format msgid "参数格式错误:%s" msgstr "参数格式错误:%s" -#: gcloud/contrib/appmaker/api.py:44 +#: gcloud/contrib/appmaker/api.py:56 msgid "请上传 jpg 或 png 格式的图片" msgstr "请上传 jpg 或 png 格式的图片" -#: gcloud/contrib/appmaker/api.py:48 +#: gcloud/contrib/appmaker/api.py:60 msgid "LOGO 文件大小必须小于 100K" msgstr "LOGO 文件大小必须小于 100K" -#: gcloud/contrib/appmaker/api.py:53 +#: gcloud/contrib/appmaker/api.py:65 msgid "图片格式非法" msgstr "图片格式非法" -#: gcloud/contrib/appmaker/models.py:58 +#: gcloud/contrib/appmaker/models.py:71 msgid "保存失败,引用的流程模板不存在!" msgstr "保存失败,引用的流程模板不存在!" -#: gcloud/contrib/appmaker/models.py:101 +#: gcloud/contrib/appmaker/models.py:114 #, python-format msgid "创建轻应用失败:%s" msgstr "创建轻应用失败:%s" -#: gcloud/contrib/appmaker/models.py:118 +#: gcloud/contrib/appmaker/models.py:131 msgid "保存失败,当前操作的轻应用不存在或已删除!" msgstr "保存失败,当前操作的轻应用不存在或已删除!" -#: gcloud/contrib/appmaker/models.py:136 +#: gcloud/contrib/appmaker/models.py:149 #, python-format msgid "编辑轻应用失败:%s" msgstr "编辑轻应用失败:%s" -#: gcloud/contrib/appmaker/models.py:172 +#: gcloud/contrib/appmaker/models.py:185 msgid "当前操作的轻应用不存在或已删除!" msgstr "当前操作的轻应用不存在或已删除!" -#: gcloud/contrib/appmaker/models.py:183 gcloud/contrib/appmaker/models.py:189 +#: gcloud/contrib/appmaker/models.py:196 gcloud/contrib/appmaker/models.py:202 #, python-format msgid "删除失败:%s" msgstr "删除失败:%s" -#: gcloud/contrib/appmaker/models.py:266 gcloud/tasktmpl3/models.py:434 +#: gcloud/contrib/appmaker/models.py:279 gcloud/tasktmpl3/models.py:446 msgid "所属业务" msgstr "所属业务" -#: gcloud/contrib/appmaker/models.py:267 +#: gcloud/contrib/appmaker/models.py:280 msgid "APP名称" msgstr "APP名称" -#: gcloud/contrib/appmaker/models.py:268 +#: gcloud/contrib/appmaker/models.py:281 msgid "APP编码" msgstr "APP编码" -#: gcloud/contrib/appmaker/models.py:269 +#: gcloud/contrib/appmaker/models.py:282 msgid "APP基本信息" msgstr "APP基本信息" -#: gcloud/contrib/appmaker/models.py:270 +#: gcloud/contrib/appmaker/models.py:283 msgid "APP描述信息" msgstr "APP描述信息" -#: gcloud/contrib/appmaker/models.py:271 +#: gcloud/contrib/appmaker/models.py:284 msgid "轻应用logo存放地址" msgstr "轻应用logo存放地址" -#: gcloud/contrib/appmaker/models.py:272 +#: gcloud/contrib/appmaker/models.py:285 msgid "gcloud链接" msgstr "gcloud链接" -#: gcloud/contrib/appmaker/models.py:273 +#: gcloud/contrib/appmaker/models.py:286 msgid "创建人" msgstr "创建人" -#: gcloud/contrib/appmaker/models.py:274 pipeline/engine/models/core.py:803 -#: pipeline/models.py:66 pipeline/models.py:264 pipeline/models.py:578 +#: gcloud/contrib/appmaker/models.py:287 pipeline/engine/models/core.py:815 +#: pipeline/models.py:78 pipeline/models.py:276 pipeline/models.py:590 msgid "创建时间" msgstr "创建时间" -#: gcloud/contrib/appmaker/models.py:275 +#: gcloud/contrib/appmaker/models.py:288 msgid "编辑人" msgstr "编辑人" -#: gcloud/contrib/appmaker/models.py:276 +#: gcloud/contrib/appmaker/models.py:289 msgid "编辑时间" msgstr "编辑时间" -#: gcloud/contrib/appmaker/models.py:277 +#: gcloud/contrib/appmaker/models.py:290 msgid "关联模板" msgstr "关联模板" -#: gcloud/contrib/appmaker/models.py:278 +#: gcloud/contrib/appmaker/models.py:291 msgid "执行方案" msgstr "执行方案" -#: gcloud/contrib/appmaker/models.py:303 gcloud/contrib/appmaker/models.py:304 +#: gcloud/contrib/appmaker/models.py:316 gcloud/contrib/appmaker/models.py:317 msgid "轻应用 AppMaker" msgstr "轻应用 AppMaker" -#: gcloud/contrib/function/models.py:11 +#: gcloud/contrib/function/models.py:23 msgid "未认领" msgstr "未认领" -#: gcloud/contrib/function/models.py:12 +#: gcloud/contrib/function/models.py:24 msgid "已认领" msgstr "已认领" -#: gcloud/contrib/function/models.py:13 +#: gcloud/contrib/function/models.py:25 msgid "已驳回" msgstr "已驳回" -#: gcloud/contrib/function/models.py:14 +#: gcloud/contrib/function/models.py:26 msgid "已执行" msgstr "已执行" -#: gcloud/contrib/function/models.py:15 gcloud/taskflow3/models.py:441 -#: gcloud/tasktmpl3/models.py:195 +#: gcloud/contrib/function/models.py:27 gcloud/taskflow3/models.py:453 +#: gcloud/tasktmpl3/models.py:207 msgid "已完成" msgstr "已完成" -#: gcloud/contrib/function/models.py:23 +#: gcloud/contrib/function/models.py:35 msgid "职能化单" msgstr "职能化单" -#: gcloud/contrib/function/models.py:24 +#: gcloud/contrib/function/models.py:36 msgid "提单人" msgstr "提单人" -#: gcloud/contrib/function/models.py:25 +#: gcloud/contrib/function/models.py:37 msgid "提单时间" msgstr "提单时间" -#: gcloud/contrib/function/models.py:26 +#: gcloud/contrib/function/models.py:38 msgid "认领人" msgstr "认领人" -#: gcloud/contrib/function/models.py:27 +#: gcloud/contrib/function/models.py:39 msgid "认领时间" msgstr "认领时间" -#: gcloud/contrib/function/models.py:28 +#: gcloud/contrib/function/models.py:40 msgid "驳回人" msgstr "驳回人" -#: gcloud/contrib/function/models.py:29 +#: gcloud/contrib/function/models.py:41 msgid "驳回时间" msgstr "驳回时间" -#: gcloud/contrib/function/models.py:30 +#: gcloud/contrib/function/models.py:42 msgid "转单人" msgstr "转单人" -#: gcloud/contrib/function/models.py:31 +#: gcloud/contrib/function/models.py:43 msgid "转单时间" msgstr "转单时间" -#: gcloud/contrib/function/models.py:32 +#: gcloud/contrib/function/models.py:44 msgid "单据状态" msgstr "单据状态" -#: gcloud/contrib/function/models.py:38 gcloud/contrib/function/models.py:39 +#: gcloud/contrib/function/models.py:50 gcloud/contrib/function/models.py:51 msgid "职能化认领单 FunctionTask" msgstr "职能化认领单 FunctionTask" -#: gcloud/core/api.py:24 +#: gcloud/core/api.py:36 msgid "用户默认业务切换成功" msgstr "用户默认业务切换成功" -#: gcloud/core/api.py:59 +#: gcloud/core/api.py:71 #, python-format msgid "所有%s" msgstr "所有%s" -#: gcloud/core/constant.py:7 +#: gcloud/core/constant.py:18 msgid "运维工具" msgstr "运维工具" -#: gcloud/core/constant.py:8 +#: gcloud/core/constant.py:19 msgid "监控告警" msgstr "监控告警" -#: gcloud/core/constant.py:9 +#: gcloud/core/constant.py:20 msgid "配置管理" msgstr "配置管理" -#: gcloud/core/constant.py:10 +#: gcloud/core/constant.py:21 msgid "开发工具" msgstr "开发工具" -#: gcloud/core/constant.py:11 +#: gcloud/core/constant.py:22 msgid "企业IT" msgstr "企业IT" -#: gcloud/core/constant.py:12 +#: gcloud/core/constant.py:23 msgid "办公应用" msgstr "办公应用" -#: gcloud/core/constant.py:13 +#: gcloud/core/constant.py:24 msgid "其它" msgstr "其它" -#: gcloud/core/constant.py:18 +#: gcloud/core/constant.py:29 msgid "默认任务流程" msgstr "默认任务流程" -#: gcloud/core/constant.py:19 +#: gcloud/core/constant.py:30 msgid "职能化任务流程" msgstr "职能化任务流程" -#: gcloud/core/constant.py:26 gcloud/core/constant.py:32 +#: gcloud/core/constant.py:37 gcloud/core/constant.py:43 msgid "步骤选择" msgstr "步骤选择" -#: gcloud/core/constant.py:27 +#: gcloud/core/constant.py:38 msgid "参数填写" msgstr "参数填写" -#: gcloud/core/constant.py:28 gcloud/core/constant.py:35 +#: gcloud/core/constant.py:39 gcloud/core/constant.py:46 msgid "任务执行" msgstr "任务执行" -#: gcloud/core/constant.py:29 gcloud/core/constant.py:36 +#: gcloud/core/constant.py:40 gcloud/core/constant.py:47 msgid "完成" msgstr "完成" -#: gcloud/core/constant.py:33 +#: gcloud/core/constant.py:44 msgid "提交需求" msgstr "提交需求" -#: gcloud/core/constant.py:34 +#: gcloud/core/constant.py:45 msgid "职能化认领" msgstr "职能化认领" -#: gcloud/core/constant.py:55 +#: gcloud/core/constant.py:66 msgid "任务准备" msgstr "任务准备" -#: gcloud/core/constant.py:56 +#: gcloud/core/constant.py:67 msgid "操作执行" msgstr "操作执行" -#: gcloud/core/constant.py:57 +#: gcloud/core/constant.py:68 msgid "DB变更" msgstr "DB变更" -#: gcloud/core/constant.py:58 +#: gcloud/core/constant.py:69 msgid "DB备份" msgstr "DB备份" -#: gcloud/core/constant.py:59 +#: gcloud/core/constant.py:70 msgid "现网测试" msgstr "现网测试" -#: gcloud/core/constant.py:60 +#: gcloud/core/constant.py:71 msgid "空闲时间" msgstr "空闲时间" -#: gcloud/core/constant.py:65 +#: gcloud/core/constant.py:76 msgid "微信" msgstr "微信" -#: gcloud/core/constant.py:66 +#: gcloud/core/constant.py:77 msgid "短信" msgstr "短信" -#: gcloud/core/constant.py:67 +#: gcloud/core/constant.py:78 msgid "邮件" msgstr "邮件" -#: gcloud/core/constant.py:68 +#: gcloud/core/constant.py:79 msgid "语音" msgstr "语音" -#: gcloud/core/middlewares.py:64 +#: gcloud/core/middlewares.py:76 msgid "您没有权限进行此操作" msgstr "您没有权限进行此操作" -#: gcloud/core/models.py:25 +#: gcloud/core/models.py:37 msgid "生命周期" msgstr "生命周期" -#: gcloud/core/models.py:26 +#: gcloud/core/models.py:38 msgid "任务执行者" msgstr "任务执行者" -#: gcloud/core/models.py:28 +#: gcloud/core/models.py:40 msgid "业务状态" msgstr "业务状态" -#: gcloud/core/models.py:29 +#: gcloud/core/models.py:41 msgid "是否始终使用任务执行者" msgstr "是否始终使用任务执行者" -#: gcloud/core/models.py:39 gcloud/core/models.py:40 +#: gcloud/core/models.py:51 gcloud/core/models.py:52 msgid "业务 Business" msgstr "业务 Business" -#: gcloud/core/models.py:54 +#: gcloud/core/models.py:66 msgid "用户QQ" msgstr "用户QQ" -#: gcloud/core/models.py:55 +#: gcloud/core/models.py:67 msgid "默认业务" msgstr "默认业务" -#: gcloud/core/models.py:61 gcloud/core/models.py:62 +#: gcloud/core/models.py:73 gcloud/core/models.py:74 msgid "用户默认业务 UserBusiness" msgstr "用户默认业务 UserBusiness" -#: gcloud/core/models.py:72 gcloud/core/models.py:73 +#: gcloud/core/models.py:84 gcloud/core/models.py:85 msgid "业务用户组 BusinessGroupMembership" msgstr "业务用户组 BusinessGroupMembership" -#: gcloud/core/models.py:90 +#: gcloud/core/models.py:102 msgid "变量KEY" msgstr "变量KEY" -#: gcloud/core/models.py:91 +#: gcloud/core/models.py:103 msgid "变量描述" msgstr "变量描述" -#: gcloud/core/models.py:92 +#: gcloud/core/models.py:104 msgid "变量值" msgstr "变量值" -#: gcloud/core/models.py:100 gcloud/core/models.py:101 +#: gcloud/core/models.py:112 gcloud/core/models.py:113 msgid "环境变量 EnvironmentVariables" msgstr "环境变量 EnvironmentVariables" -#: gcloud/core/roles.py:15 gcloud/core/roles/sites/clouds/roles.py:15 -#: gcloud/core/roles/sites/ieod/roles.py:15 -#: gcloud/core/roles/sites/open/roles.py:15 +#: gcloud/core/roles.py:27 gcloud/core/roles/sites/open/roles.py:27 msgid "运维人员" msgstr "运维人员" -#: gcloud/core/roles.py:16 gcloud/core/roles/sites/clouds/roles.py:16 -#: gcloud/core/roles/sites/ieod/roles.py:16 -#: gcloud/core/roles/sites/open/roles.py:16 +#: gcloud/core/roles.py:28 gcloud/core/roles/sites/open/roles.py:28 msgid "产品人员" msgstr "产品人员" -#: gcloud/core/roles.py:17 gcloud/core/roles/sites/clouds/roles.py:17 -#: gcloud/core/roles/sites/ieod/roles.py:17 -#: gcloud/core/roles/sites/open/roles.py:17 +#: gcloud/core/roles.py:29 gcloud/core/roles/sites/open/roles.py:29 msgid "合作商" msgstr "合作商" -#: gcloud/core/roles.py:18 gcloud/core/roles/sites/clouds/roles.py:18 -#: gcloud/core/roles/sites/ieod/roles.py:18 -#: gcloud/core/roles/sites/open/roles.py:18 +#: gcloud/core/roles.py:30 gcloud/core/roles/sites/open/roles.py:30 msgid "业务创建人" msgstr "业务创建人" -#: gcloud/core/roles.py:19 gcloud/core/roles/sites/clouds/roles.py:19 -#: gcloud/core/roles/sites/ieod/roles.py:19 -#: gcloud/core/roles/sites/open/roles.py:19 +#: gcloud/core/roles.py:31 gcloud/core/roles/sites/open/roles.py:31 msgid "超级管理员" msgstr "超级管理员" -#: gcloud/core/roles.py:20 gcloud/core/roles/sites/clouds/roles.py:20 -#: gcloud/core/roles/sites/ieod/roles.py:20 -#: gcloud/core/roles/sites/open/roles.py:20 +#: gcloud/core/roles.py:32 gcloud/core/roles/sites/open/roles.py:32 msgid "职能化人员" msgstr "职能化人员" -#: gcloud/core/roles.py:21 gcloud/core/roles/sites/clouds/roles.py:21 -#: gcloud/core/roles/sites/ieod/roles.py:21 -#: gcloud/core/roles/sites/open/roles.py:21 +#: gcloud/core/roles.py:33 gcloud/core/roles/sites/open/roles.py:33 msgid "测试人员" msgstr "测试人员" -#: gcloud/core/roles.py:22 gcloud/core/roles/sites/clouds/roles.py:22 -#: gcloud/core/roles/sites/ieod/roles.py:22 -#: gcloud/core/roles/sites/open/roles.py:22 +#: gcloud/core/roles.py:34 gcloud/core/roles/sites/open/roles.py:34 msgid "开发人员" msgstr "开发人员" -#: gcloud/core/roles.py:23 gcloud/core/roles/sites/clouds/roles.py:23 -#: gcloud/core/roles/sites/ieod/roles.py:23 -#: gcloud/core/roles/sites/open/roles.py:23 +#: gcloud/core/roles.py:35 gcloud/core/roles/sites/open/roles.py:35 msgid "审计人员" msgstr "审计人员" -#: gcloud/periodictask/models.py:63 gcloud/taskflow3/models.py:743 +#: gcloud/core/api_adapter/utils.py:90 +msgid "请求返回数据格式错误!" +msgstr "请求返回数据格式错误!" + +#: gcloud/core/api_adapter/utils.py:91 +msgid "调用远程服务失败,Http请求返回数据格式错误!" +msgstr "调用远程服务失败,Http请求返回数据格式错误!" + +#: gcloud/core/api_adapter/utils.py:93 +#, python-format +msgid "调用远程服务失败,Http请求错误状态码:%(code)s, 请求url:%(url)s" +msgstr "调用远程服务失败,Http请求错误状态码:%(code)s, 请求url:%(url)s" + +#: gcloud/periodictask/models.py:75 gcloud/taskflow3/models.py:755 msgid "业务" msgstr "业务" -#: gcloud/periodictask/models.py:67 +#: gcloud/periodictask/models.py:79 msgid "pipeline 层周期任务" msgstr "pipeline 层周期任务" -#: gcloud/periodictask/models.py:68 gcloud/taskflow3/models.py:753 +#: gcloud/periodictask/models.py:80 gcloud/taskflow3/models.py:765 msgid "创建任务所用的模板ID" msgstr "创建任务所用的模板ID" -#: gcloud/periodictask/models.py:73 gcloud/periodictask/models.py:74 +#: gcloud/periodictask/models.py:85 gcloud/periodictask/models.py:86 msgid "周期任务 PeriodicTask" msgstr "周期任务 PeriodicTask" -#: gcloud/periodictask/models.py:118 +#: gcloud/periodictask/models.py:130 #, python-format msgid "模板不存在,错误信息:%s" msgstr "模板不存在,错误信息:%s" -#: gcloud/periodictask/models.py:157 +#: gcloud/periodictask/models.py:169 msgid "pipeline 层周期任务历史" msgstr "pipeline 层周期任务历史" -#: gcloud/periodictask/models.py:158 gcloud/taskflow3/constants.py:10 -#: pipeline/contrib/periodic_task/models.py:383 +#: gcloud/periodictask/models.py:170 gcloud/taskflow3/constants.py:22 +#: pipeline/contrib/periodic_task/models.py:395 msgid "周期任务" msgstr "周期任务" -#: gcloud/periodictask/models.py:159 +#: gcloud/periodictask/models.py:171 msgid "流程实例" msgstr "流程实例" -#: gcloud/periodictask/models.py:160 -#: pipeline/contrib/periodic_task/models.py:391 pipeline/log/models.py:35 +#: gcloud/periodictask/models.py:172 +#: pipeline/contrib/periodic_task/models.py:403 pipeline/log/models.py:47 msgid "异常信息" msgstr "异常信息" -#: gcloud/periodictask/models.py:161 -#: pipeline/contrib/periodic_task/models.py:392 -#: pipeline/engine/models/core.py:804 pipeline/engine/models/core.py:895 -#: pipeline/engine/models/loop_activity.py:56 +#: gcloud/periodictask/models.py:173 +#: pipeline/contrib/periodic_task/models.py:404 +#: pipeline/engine/models/core.py:816 pipeline/engine/models/core.py:907 +#: pipeline/engine/models/loop_activity.py:67 msgid "开始时间" msgstr "开始时间" -#: gcloud/periodictask/models.py:162 -#: pipeline/contrib/periodic_task/models.py:393 +#: gcloud/periodictask/models.py:174 +#: pipeline/contrib/periodic_task/models.py:405 msgid "是否启动成功" msgstr "是否启动成功" -#: gcloud/taskflow3/constants.py:7 +#: gcloud/taskflow3/constants.py:19 msgid "手动" msgstr "手动" -#: gcloud/taskflow3/constants.py:8 +#: gcloud/taskflow3/constants.py:20 msgid "API网关" msgstr "API网关" -#: gcloud/taskflow3/constants.py:9 +#: gcloud/taskflow3/constants.py:21 msgid "轻应用" msgstr "轻应用" -#: gcloud/taskflow3/constants.py:15 +#: gcloud/taskflow3/constants.py:27 msgid "业务流程" msgstr "业务流程" -#: gcloud/taskflow3/constants.py:16 +#: gcloud/taskflow3/constants.py:28 msgid "公共流程" msgstr "公共流程" -#: gcloud/taskflow3/models.py:430 gcloud/tasktmpl3/models.py:184 +#: gcloud/taskflow3/models.py:442 gcloud/tasktmpl3/models.py:196 msgid "未执行" msgstr "未执行" -#: gcloud/taskflow3/models.py:435 gcloud/tasktmpl3/models.py:189 +#: gcloud/taskflow3/models.py:447 gcloud/tasktmpl3/models.py:201 msgid "执行中" msgstr "执行中" -#: gcloud/taskflow3/models.py:751 +#: gcloud/taskflow3/models.py:763 msgid "任务类型,继承自模板" msgstr "任务类型,继承自模板" -#: gcloud/taskflow3/models.py:754 +#: gcloud/taskflow3/models.py:766 msgid "流程模板来源" msgstr "流程模板来源" -#: gcloud/taskflow3/models.py:757 +#: gcloud/taskflow3/models.py:769 msgid "创建方式" msgstr "创建方式" -#: gcloud/taskflow3/models.py:761 +#: gcloud/taskflow3/models.py:773 msgid "创建任务额外信息(App maker ID或者APP CODE)" msgstr "创建任务额外信息(App maker ID或者APP CODE)" -#: gcloud/taskflow3/models.py:763 +#: gcloud/taskflow3/models.py:775 msgid "任务流程类型" msgstr "任务流程类型" -#: gcloud/taskflow3/models.py:767 +#: gcloud/taskflow3/models.py:779 msgid "当前任务流程阶段" msgstr "当前任务流程阶段" -#: gcloud/taskflow3/models.py:776 gcloud/taskflow3/models.py:777 +#: gcloud/taskflow3/models.py:788 gcloud/taskflow3/models.py:789 msgid "流程实例 TaskFlowInstance" msgstr "流程实例 TaskFlowInstance" -#: gcloud/tasktmpl3/models.py:34 +#: gcloud/tasktmpl3/models.py:46 msgid "新建任务" msgstr "新建任务" -#: gcloud/tasktmpl3/models.py:35 +#: gcloud/tasktmpl3/models.py:47 msgid "填写参数" msgstr "填写参数" -#: gcloud/tasktmpl3/models.py:36 -#: pipeline_plugins/components/collections/sites/clouds/tcm.py:80 +#: gcloud/tasktmpl3/models.py:48 msgid "执行任务" msgstr "执行任务" -#: gcloud/tasktmpl3/models.py:445 gcloud/tasktmpl3/models.py:446 +#: gcloud/tasktmpl3/models.py:457 gcloud/tasktmpl3/models.py:458 msgid "流程模板 TaskTemplate" msgstr "流程模板 TaskTemplate" -#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:16 +#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:28 msgid "测试" msgstr "测试" -#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:17 +#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:29 msgid "体验" msgstr "体验" -#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:18 +#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:30 msgid "正式" msgstr "正式" -#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:22 +#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:34 msgid "关闭" msgstr "关闭" -#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:23 +#: gcloud/tasktmpl3/sites/open/import_data_2_to_3.py:35 msgid "开放" msgstr "开放" -#: gcloud/utils/forms.py:31 +#: gcloud/utils/forms.py:43 msgid "invalid json string" msgstr "invalid json string" -#: gcloud/utils/forms.py:49 +#: gcloud/utils/forms.py:61 msgid "json.loads result is not instance of list or tuple " msgstr "json.loads result is not instance of list or tuple " -#: gcloud/utils/forms.py:67 +#: gcloud/utils/forms.py:79 msgid "json.loads result is not list" msgstr "json.loads result is not list" -#: gcloud/webservice3/resources.py:308 +#: gcloud/webservice3/resources.py:299 msgid "停运" msgstr "停运" -#: pipeline/models.py:65 +#: pipeline/models.py:77 msgid "快照字符串的md5sum" msgstr "快照字符串的md5sum" -#: pipeline/models.py:72 pipeline/models.py:73 +#: pipeline/models.py:84 pipeline/models.py:85 msgid "模板快照" msgstr "模板快照" -#: pipeline/models.py:146 +#: pipeline/models.py:158 #, python-format msgid "子流程引用链中存在循环引用:%s" msgstr "子流程引用链中存在循环引用:%s" -#: pipeline/contrib/statistics/models.py:8 -#: pipeline/contrib/statistics/models.py:44 pipeline/models.py:262 -#: pipeline/models.py:449 +#: pipeline/contrib/statistics/models.py:20 +#: pipeline/contrib/statistics/models.py:56 pipeline/models.py:274 +#: pipeline/models.py:461 msgid "模板ID" msgstr "模板ID" -#: pipeline/models.py:263 +#: pipeline/models.py:275 msgid "模板名称" msgstr "模板名称" -#: pipeline/contrib/periodic_task/models.py:298 pipeline/models.py:265 -#: pipeline/models.py:577 +#: pipeline/contrib/periodic_task/models.py:310 pipeline/models.py:277 +#: pipeline/models.py:589 msgid "创建者" msgstr "创建者" -#: pipeline/models.py:266 pipeline/models.py:582 +#: pipeline/models.py:278 pipeline/models.py:594 msgid "描述" msgstr "描述" -#: pipeline/models.py:267 +#: pipeline/models.py:279 msgid "修改者" msgstr "修改者" -#: pipeline/models.py:268 pipeline/models.py:492 +#: pipeline/models.py:280 pipeline/models.py:504 msgid "修改时间" msgstr "修改时间" -#: pipeline/models.py:269 +#: pipeline/models.py:281 msgid "模板结构数据" msgstr "模板结构数据" -#: pipeline/models.py:270 +#: pipeline/models.py:282 msgid "是否含有子流程" msgstr "是否含有子流程" -#: pipeline/models.py:274 +#: pipeline/models.py:286 msgid "表示当前模板是否删除" msgstr "表示当前模板是否删除" -#: pipeline/models.py:280 pipeline/models.py:281 pipeline/models.py:574 +#: pipeline/models.py:292 pipeline/models.py:293 pipeline/models.py:586 msgid "Pipeline模板" msgstr "Pipeline模板" -#: pipeline/models.py:423 +#: pipeline/models.py:435 msgid "根模板ID" msgstr "根模板ID" -#: pipeline/models.py:424 +#: pipeline/models.py:436 msgid "子流程模板ID" msgstr "子流程模板ID" -#: pipeline/models.py:425 +#: pipeline/models.py:437 msgid "子流程节点 ID" msgstr "子流程节点 ID" -#: pipeline/models.py:426 pipeline/models.py:450 pipeline/models.py:479 +#: pipeline/models.py:438 pipeline/models.py:462 pipeline/models.py:491 msgid "快照字符串的md5" msgstr "快照字符串的md5" -#: pipeline/models.py:477 +#: pipeline/models.py:489 msgid "模板 ID" msgstr "模板 ID" -#: pipeline/models.py:478 +#: pipeline/models.py:490 msgid "模板数据 ID" msgstr "模板数据 ID" -#: pipeline/models.py:480 +#: pipeline/models.py:492 msgid "添加日期" msgstr "添加日期" -#: pipeline/models.py:489 +#: pipeline/models.py:501 msgid "对应模板 ID" msgstr "对应模板 ID" -#: pipeline/models.py:490 +#: pipeline/models.py:502 msgid "方案唯一ID" msgstr "方案唯一ID" -#: pipeline/models.py:491 +#: pipeline/models.py:503 msgid "方案名称" msgstr "方案名称" -#: pipeline/models.py:493 +#: pipeline/models.py:505 msgid "方案数据" msgstr "方案数据" -#: pipeline/contrib/statistics/models.py:23 -#: pipeline/contrib/statistics/models.py:58 pipeline/models.py:575 +#: pipeline/contrib/statistics/models.py:35 +#: pipeline/contrib/statistics/models.py:70 pipeline/models.py:587 msgid "实例ID" msgstr "实例ID" -#: pipeline/models.py:576 +#: pipeline/models.py:588 msgid "实例名称" msgstr "实例名称" -#: pipeline/models.py:579 +#: pipeline/models.py:591 msgid "执行者" msgstr "执行者" -#: pipeline/models.py:580 +#: pipeline/models.py:592 msgid "启动时间" msgstr "启动时间" -#: pipeline/engine/models/core.py:896 -#: pipeline/engine/models/loop_activity.py:57 pipeline/models.py:581 +#: pipeline/engine/models/core.py:908 +#: pipeline/engine/models/loop_activity.py:68 pipeline/models.py:593 msgid "结束时间" msgstr "结束时间" -#: pipeline/models.py:583 +#: pipeline/models.py:595 msgid "是否已经启动" msgstr "是否已经启动" -#: pipeline/models.py:584 +#: pipeline/models.py:596 msgid "是否已经完成" msgstr "是否已经完成" -#: pipeline/models.py:586 +#: pipeline/models.py:598 msgid "是否已经删除" msgstr "是否已经删除" -#: pipeline/models.py:588 +#: pipeline/models.py:600 msgid "表示当前实例是否删除" msgstr "表示当前实例是否删除" -#: pipeline/models.py:593 +#: pipeline/models.py:605 msgid "实例结构数据,指向实例对应的模板的结构数据" msgstr "实例结构数据,指向实例对应的模板的结构数据" -#: pipeline/models.py:599 +#: pipeline/models.py:611 msgid "用于实例执行的结构数据" msgstr "用于实例执行的结构数据" -#: pipeline/models.py:605 +#: pipeline/models.py:617 msgid "提前计算好的一些流程结构数据" msgstr "提前计算好的一些流程结构数据" -#: pipeline/models.py:611 pipeline/models.py:612 +#: pipeline/models.py:623 pipeline/models.py:624 msgid "Pipeline实例" msgstr "Pipeline实例" -#: pipeline/models.py:772 +#: pipeline/models.py:784 msgid "变量编码" msgstr "变量编码" -#: pipeline/models.py:773 +#: pipeline/models.py:785 msgid "变量是否可用" msgstr "变量是否可用" -#: pipeline/models.py:776 pipeline/models.py:777 +#: pipeline/models.py:788 pipeline/models.py:789 msgid "Variable变量" msgstr "Variable变量" -#: pipeline/component_framework/models.py:28 -#: pipeline/contrib/statistics/models.py:7 -#: pipeline/contrib/statistics/models.py:22 +#: pipeline/component_framework/models.py:40 +#: pipeline/contrib/statistics/models.py:19 +#: pipeline/contrib/statistics/models.py:34 msgid "组件编码" msgstr "组件编码" -#: pipeline/component_framework/models.py:29 +#: pipeline/component_framework/models.py:41 msgid "组件名称" msgstr "组件名称" -#: pipeline/component_framework/models.py:30 +#: pipeline/component_framework/models.py:42 msgid "组件是否可用" msgstr "组件是否可用" -#: pipeline/component_framework/models.py:35 -#: pipeline/component_framework/models.py:36 +#: pipeline/component_framework/models.py:47 +#: pipeline/component_framework/models.py:48 msgid "组件 Component" msgstr "组件 Component" -#: pipeline/contrib/periodic_task/models.py:23 +#: pipeline/contrib/periodic_task/models.py:35 msgid "Days" msgstr "Days" -#: pipeline/contrib/periodic_task/models.py:24 +#: pipeline/contrib/periodic_task/models.py:36 msgid "Hours" msgstr "Hours" -#: pipeline/contrib/periodic_task/models.py:25 +#: pipeline/contrib/periodic_task/models.py:37 msgid "Minutes" msgstr "Minutes" -#: pipeline/contrib/periodic_task/models.py:26 +#: pipeline/contrib/periodic_task/models.py:38 msgid "Seconds" msgstr "Seconds" -#: pipeline/contrib/periodic_task/models.py:27 +#: pipeline/contrib/periodic_task/models.py:39 msgid "Microseconds" msgstr "Microseconds" -#: pipeline/contrib/periodic_task/models.py:32 +#: pipeline/contrib/periodic_task/models.py:44 msgid "every" msgstr "every" -#: pipeline/contrib/periodic_task/models.py:34 +#: pipeline/contrib/periodic_task/models.py:46 msgid "period" msgstr "period" -#: pipeline/contrib/periodic_task/models.py:38 -#: pipeline/contrib/periodic_task/models.py:157 +#: pipeline/contrib/periodic_task/models.py:50 +#: pipeline/contrib/periodic_task/models.py:169 msgid "interval" msgstr "interval" -#: pipeline/contrib/periodic_task/models.py:39 +#: pipeline/contrib/periodic_task/models.py:51 msgid "intervals" msgstr "intervals" -#: pipeline/contrib/periodic_task/models.py:59 +#: pipeline/contrib/periodic_task/models.py:71 msgid "every {0.period_singular}" msgstr "every {0.period_singular}" -#: pipeline/contrib/periodic_task/models.py:60 +#: pipeline/contrib/periodic_task/models.py:72 msgid "every {0.every:d} {0.period}" msgstr "every {0.every:d} {0.period}" -#: pipeline/contrib/periodic_task/models.py:73 +#: pipeline/contrib/periodic_task/models.py:85 msgid "minute" msgstr "minute" -#: pipeline/contrib/periodic_task/models.py:74 +#: pipeline/contrib/periodic_task/models.py:86 msgid "hour" msgstr "hour" -#: pipeline/contrib/periodic_task/models.py:76 +#: pipeline/contrib/periodic_task/models.py:88 msgid "day of week" msgstr "day of week" -#: pipeline/contrib/periodic_task/models.py:79 +#: pipeline/contrib/periodic_task/models.py:91 msgid "day of month" msgstr "day of month" -#: pipeline/contrib/periodic_task/models.py:82 +#: pipeline/contrib/periodic_task/models.py:94 msgid "month of year" msgstr "month of year" -#: pipeline/contrib/periodic_task/models.py:87 -#: pipeline/contrib/periodic_task/models.py:161 +#: pipeline/contrib/periodic_task/models.py:99 +#: pipeline/contrib/periodic_task/models.py:173 msgid "crontab" msgstr "crontab" -#: pipeline/contrib/periodic_task/models.py:88 +#: pipeline/contrib/periodic_task/models.py:100 msgid "crontabs" msgstr "crontabs" -#: pipeline/contrib/periodic_task/models.py:151 +#: pipeline/contrib/periodic_task/models.py:163 msgid "name" msgstr "name" -#: pipeline/contrib/periodic_task/models.py:152 +#: pipeline/contrib/periodic_task/models.py:164 msgid "Useful description" msgstr "Useful description" -#: pipeline/contrib/periodic_task/models.py:154 +#: pipeline/contrib/periodic_task/models.py:166 msgid "task name" msgstr "task name" -#: pipeline/contrib/periodic_task/models.py:163 +#: pipeline/contrib/periodic_task/models.py:175 msgid "Use one of interval/crontab" msgstr "Use one of interval/crontab" -#: pipeline/contrib/periodic_task/models.py:166 +#: pipeline/contrib/periodic_task/models.py:178 msgid "Arguments" msgstr "Arguments" -#: pipeline/contrib/periodic_task/models.py:167 +#: pipeline/contrib/periodic_task/models.py:179 msgid "JSON encoded positional arguments" msgstr "JSON encoded positional arguments" -#: pipeline/contrib/periodic_task/models.py:170 +#: pipeline/contrib/periodic_task/models.py:182 msgid "Keyword arguments" msgstr "Keyword arguments" -#: pipeline/contrib/periodic_task/models.py:171 +#: pipeline/contrib/periodic_task/models.py:183 msgid "JSON encoded keyword arguments" msgstr "JSON encoded keyword arguments" -#: pipeline/contrib/periodic_task/models.py:174 +#: pipeline/contrib/periodic_task/models.py:186 msgid "queue" msgstr "queue" -#: pipeline/contrib/periodic_task/models.py:175 +#: pipeline/contrib/periodic_task/models.py:187 msgid "Queue defined in CELERY_QUEUES" msgstr "Queue defined in CELERY_QUEUES" -#: pipeline/contrib/periodic_task/models.py:178 +#: pipeline/contrib/periodic_task/models.py:190 msgid "exchange" msgstr "exchange" -#: pipeline/contrib/periodic_task/models.py:181 +#: pipeline/contrib/periodic_task/models.py:193 msgid "routing key" msgstr "routing key" -#: pipeline/contrib/periodic_task/models.py:184 +#: pipeline/contrib/periodic_task/models.py:196 msgid "expires" msgstr "expires" -#: pipeline/contrib/periodic_task/models.py:187 +#: pipeline/contrib/periodic_task/models.py:199 msgid "enabled" msgstr "enabled" -#: pipeline/contrib/periodic_task/models.py:197 +#: pipeline/contrib/periodic_task/models.py:209 msgid "description" msgstr "description" -#: pipeline/contrib/periodic_task/models.py:203 +#: pipeline/contrib/periodic_task/models.py:215 msgid "djcelery periodic task" msgstr "djcelery periodic task" -#: pipeline/contrib/periodic_task/models.py:204 +#: pipeline/contrib/periodic_task/models.py:216 msgid "djcelery periodic tasks" msgstr "djcelery periodic tasks" -#: pipeline/contrib/periodic_task/models.py:281 +#: pipeline/contrib/periodic_task/models.py:293 msgid "周期任务名称" msgstr "周期任务名称" -#: pipeline/contrib/periodic_task/models.py:286 +#: pipeline/contrib/periodic_task/models.py:298 msgid "周期任务对应的模板" msgstr "周期任务对应的模板" -#: pipeline/contrib/periodic_task/models.py:289 +#: pipeline/contrib/periodic_task/models.py:301 msgid "调度策略" msgstr "调度策略" -#: pipeline/contrib/periodic_task/models.py:290 +#: pipeline/contrib/periodic_task/models.py:302 msgid "celery 周期任务实例" msgstr "celery 周期任务实例" -#: pipeline/contrib/periodic_task/models.py:294 +#: pipeline/contrib/periodic_task/models.py:306 msgid "用于创建流程实例的结构数据" msgstr "用于创建流程实例的结构数据" -#: pipeline/contrib/periodic_task/models.py:296 +#: pipeline/contrib/periodic_task/models.py:308 msgid "执行次数" msgstr "执行次数" -#: pipeline/contrib/periodic_task/models.py:297 +#: pipeline/contrib/periodic_task/models.py:309 msgid "上次运行时间" msgstr "上次运行时间" -#: pipeline/contrib/periodic_task/models.py:299 +#: pipeline/contrib/periodic_task/models.py:311 msgid "额外信息" msgstr "额外信息" -#: pipeline/contrib/periodic_task/models.py:388 +#: pipeline/contrib/periodic_task/models.py:400 msgid "Pipeline 实例" msgstr "Pipeline 实例" -#: pipeline/contrib/statistics/models.py:9 -#: pipeline/contrib/statistics/models.py:24 +#: pipeline/contrib/statistics/models.py:21 +#: pipeline/contrib/statistics/models.py:36 msgid "节点ID" msgstr "节点ID" -#: pipeline/contrib/statistics/models.py:10 -#: pipeline/contrib/statistics/models.py:25 +#: pipeline/contrib/statistics/models.py:22 +#: pipeline/contrib/statistics/models.py:37 msgid "是否子流程引用" msgstr "是否子流程引用" -#: pipeline/contrib/statistics/models.py:11 -#: pipeline/contrib/statistics/models.py:26 +#: pipeline/contrib/statistics/models.py:23 +#: pipeline/contrib/statistics/models.py:38 msgid "子流程堆栈" msgstr "子流程堆栈" -#: pipeline/contrib/statistics/models.py:11 -#: pipeline/contrib/statistics/models.py:26 +#: pipeline/contrib/statistics/models.py:23 +#: pipeline/contrib/statistics/models.py:38 msgid "JSON 格式的列表" msgstr "JSON 格式的列表" -#: pipeline/contrib/statistics/models.py:14 -#: pipeline/contrib/statistics/models.py:15 +#: pipeline/contrib/statistics/models.py:26 +#: pipeline/contrib/statistics/models.py:27 msgid "Pipeline标准插件被引用数据" msgstr "Pipeline标准插件被引用数据" -#: pipeline/contrib/statistics/models.py:27 +#: pipeline/contrib/statistics/models.py:39 msgid "标准插件执行开始时间" msgstr "标准插件执行开始时间" -#: pipeline/contrib/statistics/models.py:28 +#: pipeline/contrib/statistics/models.py:40 msgid "标准插件执行结束时间" msgstr "标准插件执行结束时间" -#: pipeline/contrib/statistics/models.py:29 +#: pipeline/contrib/statistics/models.py:41 msgid "标准插件执行耗时(s)" msgstr "标准插件执行耗时(s)" -#: pipeline/contrib/statistics/models.py:30 +#: pipeline/contrib/statistics/models.py:42 msgid "是否执行成功" msgstr "是否执行成功" -#: pipeline/contrib/statistics/models.py:31 pipeline/engine/models/core.py:801 -#: pipeline/engine/models/core.py:898 +#: pipeline/contrib/statistics/models.py:43 pipeline/engine/models/core.py:813 +#: pipeline/engine/models/core.py:910 msgid "是否跳过" msgstr "是否跳过" -#: pipeline/contrib/statistics/models.py:32 +#: pipeline/contrib/statistics/models.py:44 msgid "是否重试记录" msgstr "是否重试记录" -#: pipeline/contrib/statistics/models.py:35 -#: pipeline/contrib/statistics/models.py:36 +#: pipeline/contrib/statistics/models.py:47 +#: pipeline/contrib/statistics/models.py:48 msgid "Pipeline标准插件执行数据" msgstr "Pipeline标准插件执行数据" -#: pipeline/contrib/statistics/models.py:45 -#: pipeline/contrib/statistics/models.py:59 +#: pipeline/contrib/statistics/models.py:57 +#: pipeline/contrib/statistics/models.py:71 msgid "标准插件总数" msgstr "标准插件总数" -#: pipeline/contrib/statistics/models.py:46 -#: pipeline/contrib/statistics/models.py:60 +#: pipeline/contrib/statistics/models.py:58 +#: pipeline/contrib/statistics/models.py:72 msgid "子流程总数" msgstr "子流程总数" -#: pipeline/contrib/statistics/models.py:47 -#: pipeline/contrib/statistics/models.py:61 +#: pipeline/contrib/statistics/models.py:59 +#: pipeline/contrib/statistics/models.py:73 msgid "网关总数" msgstr "网关总数" -#: pipeline/contrib/statistics/models.py:50 -#: pipeline/contrib/statistics/models.py:51 +#: pipeline/contrib/statistics/models.py:62 +#: pipeline/contrib/statistics/models.py:63 msgid "Pipeline模板引用数据" msgstr "Pipeline模板引用数据" -#: pipeline/contrib/statistics/models.py:64 -#: pipeline/contrib/statistics/models.py:65 +#: pipeline/contrib/statistics/models.py:76 +#: pipeline/contrib/statistics/models.py:77 msgid "Pipeline实例引用数据" msgstr "Pipeline实例引用数据" -#: pipeline/contrib/web/forms.py:37 +#: pipeline/contrib/web/forms.py:49 msgid "无效的节点 ID" msgstr "无效的节点 ID" -#: pipeline/contrib/web/forms.py:46 +#: pipeline/contrib/web/forms.py:58 msgid "无效的实例 ID" msgstr "无效的实例 ID" -#: pipeline/contrib/web/forms.py:55 +#: pipeline/contrib/web/forms.py:67 msgid "无效的模板 ID" msgstr "无效的模板 ID" -#: pipeline/contrib/web/forms.py:72 +#: pipeline/contrib/web/forms.py:84 msgid "无效的组件代码" msgstr "无效的组件代码" -#: pipeline/contrib/web/forms.py:85 +#: pipeline/contrib/web/forms.py:97 #, python-format msgid "该字段的类型必须为 %s" msgstr "该字段的类型必须为 %s" -#: pipeline/contrib/web/forms.py:87 -#: pipeline/contrib/web/webresource/resource.py:82 -#: pipeline/contrib/web/webresource/resource.py:101 -#: pipeline/contrib/web/webresource/resource.py:208 -#: pipeline/contrib/web/webresource/resource.py:228 +#: pipeline/contrib/web/forms.py:99 +#: pipeline/contrib/web/webresource/resource.py:94 +#: pipeline/contrib/web/webresource/resource.py:113 +#: pipeline/contrib/web/webresource/resource.py:220 +#: pipeline/contrib/web/webresource/resource.py:240 msgid "JSON 格式不合法" msgstr "JSON 格式不合法" -#: pipeline/contrib/web/views_v1.py:347 +#: pipeline/contrib/web/views_v1.py:359 msgid "计时器不存在或已完成,或 pipeline 当前状态不允许重置计时器" msgstr "计时器不存在或已完成,或 pipeline 当前状态不允许重置计时器" -#: pipeline/contrib/web/views_v1.py:352 +#: pipeline/contrib/web/views_v1.py:364 msgid "重试计时器失败,请稍后再次尝试" msgstr "重试计时器失败,请稍后再次尝试" -#: pipeline/contrib/web/webresource/resource.py:201 -#: pipeline/contrib/web/webresource/resource.py:290 +#: pipeline/contrib/web/webresource/resource.py:213 +#: pipeline/contrib/web/webresource/resource.py:302 msgid "模板不存在" msgstr "模板不存在" -#: pipeline/core/flow/activity.py:151 +#: pipeline/core/flow/activity.py:162 msgid "执行结果" msgstr "执行结果" -#: pipeline/engine/admin.py:109 +#: pipeline/engine/admin.py:120 msgid "打开所选的功能" msgstr "打开所选的功能" -#: pipeline/engine/admin.py:110 +#: pipeline/engine/admin.py:121 msgid "关闭所选的功能" msgstr "关闭所选的功能" -#: pipeline/engine/conf/function_switch.py:10 +#: pipeline/engine/conf/function_switch.py:21 msgid "用于冻结引擎, 冻结期间会屏蔽所有内部信号及暂停所有进程,同时拒绝所有流程控制请求" msgstr "用于冻结引擎, 冻结期间会屏蔽所有内部信号及暂停所有进程,同时拒绝所有流程控制请求" -#: pipeline/engine/models/core.py:41 +#: pipeline/engine/models/core.py:53 msgid "pipeline 运行时数据" msgstr "pipeline 运行时数据" -#: pipeline/engine/models/core.py:146 +#: pipeline/engine/models/core.py:158 msgid "Process ID" msgstr "Process ID" -#: pipeline/engine/models/core.py:147 +#: pipeline/engine/models/core.py:159 msgid "根 pipeline 的 ID" msgstr "根 pipeline 的 ID" -#: pipeline/engine/models/core.py:148 +#: pipeline/engine/models/core.py:160 msgid "当前推进到的节点的 ID" msgstr "当前推进到的节点的 ID" -#: pipeline/engine/models/core.py:149 +#: pipeline/engine/models/core.py:161 msgid "遇到该 ID 的节点就停止推进" msgstr "遇到该 ID 的节点就停止推进" -#: pipeline/engine/models/core.py:150 +#: pipeline/engine/models/core.py:162 msgid "父 process 的 ID" msgstr "父 process 的 ID" -#: pipeline/engine/models/core.py:151 +#: pipeline/engine/models/core.py:163 msgid "收到子节点 ACK 的数量" msgstr "收到子节点 ACK 的数量" -#: pipeline/engine/models/core.py:152 +#: pipeline/engine/models/core.py:164 msgid "需要收到的子节点 ACK 的数量" msgstr "需要收到的子节点 ACK 的数量" -#: pipeline/engine/models/core.py:153 +#: pipeline/engine/models/core.py:165 msgid "该 process 是否还有效" msgstr "该 process 是否还有效" -#: pipeline/engine/models/core.py:154 +#: pipeline/engine/models/core.py:166 msgid "该 process 是否正在休眠" msgstr "该 process 是否正在休眠" -#: pipeline/engine/models/core.py:155 +#: pipeline/engine/models/core.py:167 msgid "该 process 是否被冻结" msgstr "该 process 是否被冻结" -#: pipeline/engine/models/core.py:531 +#: pipeline/engine/models/core.py:543 msgid "祖先 ID" msgstr "祖先 ID" -#: pipeline/engine/models/core.py:532 +#: pipeline/engine/models/core.py:544 msgid "后代 ID" msgstr "后代 ID" -#: pipeline/engine/models/core.py:533 +#: pipeline/engine/models/core.py:545 msgid "距离" msgstr "距离" -#: pipeline/engine/models/core.py:796 pipeline/engine/models/core.py:843 -#: pipeline/engine/models/core.py:938 pipeline/engine/models/core.py:1096 -#: pipeline/engine/models/loop_activity.py:25 pipeline/log/models.py:38 +#: pipeline/engine/models/core.py:808 pipeline/engine/models/core.py:855 +#: pipeline/engine/models/core.py:950 pipeline/engine/models/core.py:1108 +#: pipeline/engine/models/loop_activity.py:36 pipeline/log/models.py:50 msgid "节点 ID" msgstr "节点 ID" -#: pipeline/engine/models/core.py:797 +#: pipeline/engine/models/core.py:809 msgid "状态" msgstr "状态" -#: pipeline/engine/models/core.py:798 +#: pipeline/engine/models/core.py:810 msgid "节点名称" msgstr "节点名称" -#: pipeline/engine/models/core.py:799 +#: pipeline/engine/models/core.py:811 msgid "重试次数" msgstr "重试次数" -#: pipeline/engine/models/core.py:800 pipeline/engine/models/core.py:897 +#: pipeline/engine/models/core.py:812 pipeline/engine/models/core.py:909 msgid "循环次数" msgstr "循环次数" -#: pipeline/engine/models/core.py:802 +#: pipeline/engine/models/core.py:814 msgid "是否出错后自动忽略" msgstr "是否出错后自动忽略" -#: pipeline/engine/models/core.py:805 +#: pipeline/engine/models/core.py:817 msgid "归档时间" msgstr "归档时间" -#: pipeline/engine/models/core.py:806 +#: pipeline/engine/models/core.py:818 msgid "版本" msgstr "版本" -#: pipeline/engine/models/core.py:844 pipeline/engine/models/core.py:852 +#: pipeline/engine/models/core.py:856 pipeline/engine/models/core.py:864 msgid "输入数据" msgstr "输入数据" -#: pipeline/engine/models/core.py:845 pipeline/engine/models/core.py:853 +#: pipeline/engine/models/core.py:857 pipeline/engine/models/core.py:865 msgid "输出数据" msgstr "输出数据" -#: pipeline/engine/models/core.py:846 pipeline/engine/models/core.py:854 +#: pipeline/engine/models/core.py:858 pipeline/engine/models/core.py:866 msgid "异常数据" msgstr "异常数据" -#: pipeline/engine/models/core.py:894 -#: pipeline/engine/models/loop_activity.py:54 -#: pipeline/engine/models/loop_activity.py:88 +#: pipeline/engine/models/core.py:906 +#: pipeline/engine/models/loop_activity.py:65 +#: pipeline/engine/models/loop_activity.py:99 msgid "节点 id" msgstr "节点 id" -#: pipeline/engine/models/core.py:937 -#: pipeline/engine/models/loop_activity.py:24 +#: pipeline/engine/models/core.py:949 +#: pipeline/engine/models/loop_activity.py:35 msgid "ID 节点ID+version" msgstr "ID 节点ID+version" -#: pipeline/engine/models/core.py:939 +#: pipeline/engine/models/core.py:951 msgid "Pipeline 进程 ID" msgstr "Pipeline 进程 ID" -#: pipeline/engine/models/core.py:940 -#: pipeline/engine/models/loop_activity.py:26 +#: pipeline/engine/models/core.py:952 +#: pipeline/engine/models/loop_activity.py:37 msgid "被调度次数" msgstr "被调度次数" -#: pipeline/engine/models/core.py:941 -#: pipeline/engine/models/loop_activity.py:27 +#: pipeline/engine/models/core.py:953 +#: pipeline/engine/models/loop_activity.py:38 msgid "是否是回调型调度" msgstr "是否是回调型调度" -#: pipeline/engine/models/core.py:942 -#: pipeline/engine/models/loop_activity.py:28 +#: pipeline/engine/models/core.py:954 +#: pipeline/engine/models/loop_activity.py:39 msgid "回调数据" msgstr "回调数据" -#: pipeline/engine/models/core.py:943 +#: pipeline/engine/models/core.py:955 msgid "待调度服务" msgstr "待调度服务" -#: pipeline/engine/models/core.py:944 +#: pipeline/engine/models/core.py:956 msgid "是否已完成" msgstr "是否已完成" -#: pipeline/engine/models/core.py:945 -#: pipeline/engine/models/loop_activity.py:29 +#: pipeline/engine/models/core.py:957 +#: pipeline/engine/models/loop_activity.py:40 msgid "Activity 的版本" msgstr "Activity 的版本" -#: pipeline/engine/models/core.py:946 +#: pipeline/engine/models/core.py:958 msgid "是否正在被调度" msgstr "是否正在被调度" -#: pipeline/engine/models/core.py:1004 +#: pipeline/engine/models/core.py:1016 msgid "子流程 ID" msgstr "子流程 ID" -#: pipeline/engine/models/core.py:1005 +#: pipeline/engine/models/core.py:1017 msgid "对应的进程 ID" msgstr "对应的进程 ID" -#: pipeline/engine/models/core.py:1037 +#: pipeline/engine/models/core.py:1049 msgid "pipeline 进程 ID" msgstr "pipeline 进程 ID" -#: pipeline/engine/models/core.py:1038 pipeline/engine/models/core.py:1065 -#: pipeline/engine/models/core.py:1097 +#: pipeline/engine/models/core.py:1050 pipeline/engine/models/core.py:1077 +#: pipeline/engine/models/core.py:1109 msgid "celery 任务 ID" msgstr "celery 任务 ID" -#: pipeline/engine/models/core.py:1064 +#: pipeline/engine/models/core.py:1076 msgid "schedule ID" msgstr "schedule ID" -#: pipeline/engine/models/data.py:31 +#: pipeline/engine/models/data.py:43 msgid "对象唯一键" msgstr "对象唯一键" -#: pipeline/engine/models/data.py:32 +#: pipeline/engine/models/data.py:44 msgid "对象存储字段" msgstr "对象存储字段" -#: pipeline/engine/models/function.py:43 +#: pipeline/engine/models/function.py:55 msgid "功能名称" msgstr "功能名称" -#: pipeline/engine/models/function.py:44 +#: pipeline/engine/models/function.py:56 msgid "功能描述" msgstr "功能描述" -#: pipeline/engine/models/function.py:45 +#: pipeline/engine/models/function.py:57 msgid "是否激活" msgstr "是否激活" -#: pipeline/engine/models/loop_activity.py:30 +#: pipeline/engine/models/loop_activity.py:41 msgid "当前调度所处的循环计数" msgstr "当前调度所处的循环计数" -#: pipeline/engine/models/loop_activity.py:55 +#: pipeline/engine/models/loop_activity.py:66 msgid "本次循环计数" msgstr "本次循环计数" -#: pipeline/engine/models/loop_activity.py:59 +#: pipeline/engine/models/loop_activity.py:70 msgid "执行状态" msgstr "执行状态" -#: pipeline/engine/models/loop_activity.py:89 +#: pipeline/engine/models/loop_activity.py:100 msgid "本次循环次数" msgstr "本次循环次数" -#: pipeline/engine/models/loop_activity.py:90 +#: pipeline/engine/models/loop_activity.py:101 msgid "实际循环次数" msgstr "实际循环次数" -#: pipeline/engine/models/loop_activity.py:91 +#: pipeline/engine/models/loop_activity.py:102 msgid "所需循环次数" msgstr "所需循环次数" -#: pipeline/log/models.py:32 +#: pipeline/log/models.py:44 msgid "logger 名称" msgstr "logger 名称" -#: pipeline/log/models.py:33 +#: pipeline/log/models.py:45 msgid "日志等级" msgstr "日志等级" -#: pipeline/log/models.py:34 +#: pipeline/log/models.py:46 msgid "日志内容" msgstr "日志内容" -#: pipeline/log/models.py:36 +#: pipeline/log/models.py:48 msgid "输出时间" msgstr "输出时间" -#: pipeline/log/models.py:39 +#: pipeline/log/models.py:51 msgid "节点执行历史 ID" msgstr "节点执行历史 ID" -#: pipeline/validators/connection.py:30 +#: pipeline/validators/connection.py:41 #, python-format msgid "不能连接%s类型节点\n" msgstr "不能连接%s类型节点\n" -#: pipeline/validators/connection.py:32 +#: pipeline/validators/connection.py:43 #, python-format msgid "节点的入度最大为%s,最小为%s\n" msgstr "节点的入度最大为%s,最小为%s\n" -#: pipeline/validators/connection.py:34 +#: pipeline/validators/connection.py:45 #, python-format msgid "节点的出度最大为%s,最小为%s\n" msgstr "节点的出度最大为%s,最小为%s\n" -#: pipeline/validators/gateway.py:117 pipeline/validators/gateway.py:168 +#: pipeline/validators/gateway.py:128 pipeline/validators/gateway.py:179 msgid "并行网关中的分支网关必须将所有分支汇聚到一个汇聚网关" msgstr "并行网关中的分支网关必须将所有分支汇聚到一个汇聚网关" -#: pipeline/validators/gateway.py:178 +#: pipeline/validators/gateway.py:189 msgid "分支网关的所有分支第一个遇到的汇聚网关必须是同一个" msgstr "分支网关的所有分支第一个遇到的汇聚网关必须是同一个" -#: pipeline/validators/gateway.py:188 +#: pipeline/validators/gateway.py:199 msgid "非法网关,请检查其分支是否符合规则" msgstr "非法网关,请检查其分支是否符合规则" -#: pipeline/validators/gateway.py:205 +#: pipeline/validators/gateway.py:216 msgid "汇聚网关只能汇聚来自同一个并行网关的分支" msgstr "汇聚网关只能汇聚来自同一个并行网关的分支" -#: pipeline/validators/gateway.py:210 +#: pipeline/validators/gateway.py:221 msgid "汇聚网关没有汇聚其对应的并行网关的所有分支" msgstr "汇聚网关没有汇聚其对应的并行网关的所有分支" -#: pipeline/validators/gateway.py:313 +#: pipeline/validators/gateway.py:324 msgid "无法获取该网关距离开始节点的距离" msgstr "无法获取该网关距离开始节点的距离" -#: pipeline_plugins/cmdb_ip_picker/query.py:60 -#: pipeline_plugins/cmdb_ip_picker/query.py:118 -#: pipeline_plugins/cmdb_ip_picker/utils.py:68 -#: pipeline_plugins/cmdb_ip_picker/utils.py:176 -#: pipeline_plugins/cmdb_ip_picker/utils.py:182 -#: pipeline_plugins/components/collections/sites/open/cc.py:16 +#: pipeline_plugins/cmdb_ip_picker/query.py:72 +#: pipeline_plugins/cmdb_ip_picker/query.py:130 +#: pipeline_plugins/cmdb_ip_picker/utils.py:80 +#: pipeline_plugins/cmdb_ip_picker/utils.py:188 +#: pipeline_plugins/cmdb_ip_picker/utils.py:194 +#: pipeline_plugins/components/collections/sites/open/cc.py:28 msgid "配置平台(CMDB)" msgstr "配置平台(CMDB)" -#: pipeline_plugins/cmdb_ip_picker/query.py:86 +#: pipeline_plugins/cmdb_ip_picker/query.py:98 msgid "管控平台(GSE)" msgstr "管控平台(GSE)" -#: pipeline_plugins/cmdb_ip_picker/utils.py:192 +#: pipeline_plugins/cmdb_ip_picker/utils.py:204 msgid "集群" msgstr "集群" -#: pipeline_plugins/cmdb_ip_picker/utils.py:198 +#: pipeline_plugins/cmdb_ip_picker/utils.py:210 msgid "模块" msgstr "模块" -#: pipeline_plugins/components/collections/common.py:13 -#: pipeline_plugins/components/collections/controller.py:16 -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:10 -#: pipeline_plugins/components/collections/sites/ieod/bk.py:14 -#: pipeline_plugins/components/collections/sites/open/bk.py:14 +#: pipeline_plugins/components/collections/common.py:25 +#: pipeline_plugins/components/collections/controller.py:28 +#: pipeline_plugins/components/collections/sites/open/bk.py:26 msgid "蓝鲸服务(BK)" msgstr "蓝鲸服务(BK)" -#: pipeline_plugins/components/collections/common.py:45 +#: pipeline_plugins/components/collections/common.py:57 #, python-format msgid "请求异常,详细信息: %s" msgstr "请求异常,详细信息: %s" -#: pipeline_plugins/components/collections/common.py:56 +#: pipeline_plugins/components/collections/common.py:68 msgid "请求响应数据格式非 JSON" msgstr "请求响应数据格式非 JSON" -#: pipeline_plugins/components/collections/common.py:62 +#: pipeline_plugins/components/collections/common.py:74 #, python-format msgid "请求失败,状态码: %s,响应: %s" msgstr "请求失败,状态码: %s,响应: %s" -#: pipeline_plugins/components/collections/common.py:72 +#: pipeline_plugins/components/collections/common.py:84 msgid "响应内容" msgstr "响应内容" -#: pipeline_plugins/components/collections/common.py:73 +#: pipeline_plugins/components/collections/common.py:85 msgid "状态码" msgstr "状态码" -#: pipeline_plugins/components/collections/common.py:78 +#: pipeline_plugins/components/collections/common.py:90 msgid "HTTP 请求" msgstr "HTTP 请求" -#: pipeline_plugins/components/collections/common.py:79 +#: pipeline_plugins/components/collections/common.py:91 msgid "提示: 1.请求URL需要在当前网络下可以访问,否则会超时失败 2.响应状态码在200-300(不包括300)之间,并且相应内容是 JSON 格式才会执行成功" msgstr "提示: 1.请求URL需要在当前网络下可以访问,否则会超时失败 2.响应状态码在200-300(不包括300)之间,并且相应内容是 JSON 格式才会执行成功" -#: pipeline_plugins/components/collections/controller.py:35 +#: pipeline_plugins/components/collections/controller.py:47 msgid "暂停" msgstr "暂停" -#: pipeline_plugins/components/collections/controller.py:73 +#: pipeline_plugins/components/collections/controller.py:85 #, python-format msgid "输入参数%s不符合【秒(s) 或 时间(%%Y-%%m-%%d %%H:%%M:%%S)】格式" msgstr "输入参数%s不符合【秒(s) 或 时间(%%Y-%%m-%%d %%H:%%M:%%S)】格式" -#: pipeline_plugins/components/collections/controller.py:100 +#: pipeline_plugins/components/collections/controller.py:112 msgid "定时" msgstr "定时" -#: pipeline_plugins/components/collections/test.py:15 -msgid "TEST" -msgstr "TEST" - -#: pipeline_plugins/components/collections/sites/clouds/agent.py:14 -msgid "GseAgent" -msgstr "GseAgent" - -#: pipeline_plugins/components/collections/sites/clouds/agent.py:139 -#: pipeline_plugins/components/collections/sites/clouds/proxy.py:125 -msgid "安装" -msgstr "安装" - -#: pipeline_plugins/components/collections/sites/clouds/agent.py:225 -msgid "卸载" -msgstr "卸载" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:77 -msgid "短信通知结果" -msgstr "短信通知结果" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:78 -msgid "短信通知返回信息" -msgstr "短信通知返回信息" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:79 -msgid "邮件通知结果" -msgstr "邮件通知结果" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:80 -msgid "邮件通知返回信息" -msgstr "邮件通知返回信息" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:81 -msgid "微信通知结果" -msgstr "微信通知结果" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:82 -msgid "微信通知返回信息" -msgstr "微信通知返回信息" - -#: pipeline_plugins/components/collections/sites/clouds/cmsi.py:87 -msgid "消息通知" -msgstr "消息通知" - -#: pipeline_plugins/components/collections/sites/clouds/gcloud.py:10 -msgid "游戏区服管理(GCLOUD)" -msgstr "游戏区服管理(GCLOUD)" - -#: pipeline_plugins/components/collections/sites/clouds/gcloud.py:71 -msgid "批量更新区服标注" -msgstr "批量更新区服标注" - -#: pipeline_plugins/components/collections/sites/clouds/gcloud.py:131 -msgid "批量更新区服状态" -msgstr "批量更新区服状态" - -#: pipeline_plugins/components/collections/sites/clouds/gcloud.py:167 -msgid "预发布大区" -msgstr "预发布大区" - -#: pipeline_plugins/components/collections/sites/clouds/gcloud.py:201 -msgid "发布大区" -msgstr "发布大区" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:13 -msgid "游戏云存储平台(GCS)" -msgstr "游戏云存储平台(GCS)" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:166 -msgid "权限申请" -msgstr "权限申请" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:255 -msgid "权限回收提单" -msgstr "权限回收提单" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:349 -msgid "执行变更单据" -msgstr "执行变更单据" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:442 -msgid "数据库备份" -msgstr "数据库备份" - -#: pipeline_plugins/components/collections/sites/clouds/gcs.py:502 -msgid "变更提单" -msgstr "变更提单" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:36 -#: pipeline_plugins/components/collections/sites/open/job.py:39 -msgid "作业平台(JOB)" -msgstr "作业平台(JOB)" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:85 -#: pipeline_plugins/components/collections/sites/clouds/job.py:386 -msgid "无法从 JOB 读取错误信息" -msgstr "无法从 JOB 读取错误信息" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:89 -#: pipeline_plugins/components/collections/sites/clouds/job.py:390 -#, python-format -msgid "任务执行失败,错误信息: %s 前往作业平台(JOB)查看详情" -msgstr "任务执行失败,错误信息: %s 前往作业平台(JOB)查看详情" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:180 -#: pipeline_plugins/components/collections/sites/open/job.py:163 -msgid "执行作业" -msgstr "执行作业" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:239 -#: pipeline_plugins/components/collections/sites/open/job.py:231 -msgid "快速分发文件" -msgstr "快速分发文件" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:285 -#: pipeline_plugins/components/collections/sites/open/job.py:301 -msgid "快速执行脚本" -msgstr "快速执行脚本" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:424 -msgid "本地文件列表为空,请确认本地文件是否已经上传" -msgstr "本地文件列表为空,请确认本地文件是否已经上传" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:451 -#, python-format -msgid "获取 S3 对象下载链接失败:%s" -msgstr "获取 S3 对象下载链接失败:%s" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:460 -msgid "无法从 CC 获取到 IP 列表,请确认目标 IP 是否在当前业务下" -msgstr "无法从 CC 获取到 IP 列表,请确认目标 IP 是否在当前业务下" - -#: pipeline_plugins/components/collections/sites/clouds/job.py:516 -msgid "分发本地文件" -msgstr "分发本地文件" - -#: pipeline_plugins/components/collections/sites/clouds/monitor.py:16 -msgid "蓝鲸监控(Monitor)" -msgstr "蓝鲸监控(Monitor)" - -#: pipeline_plugins/components/collections/sites/clouds/monitor.py:92 -msgid "告警屏蔽" -msgstr "告警屏蔽" - -#: pipeline_plugins/components/collections/sites/clouds/proxy.py:16 -msgid "GseProxy" -msgstr "GseProxy" - -#: pipeline_plugins/components/collections/sites/clouds/tcm.py:11 -msgid "AutoTCM(TCM)" -msgstr "AutoTCM(TCM)" - -#: pipeline_plugins/components/collections/sites/ieod/bk.py:39 -#: pipeline_plugins/components/collections/sites/open/bk.py:39 +#: pipeline_plugins/components/collections/sites/open/bk.py:51 msgid "从 CMDB 查询到业务不唯一,业务ID:{}, 返回数量: {}" msgstr "从 CMDB 查询到业务不唯一,业务ID:{}, 返回数量: {}" -#: pipeline_plugins/components/collections/sites/ieod/bk.py:107 -#: pipeline_plugins/components/collections/sites/open/bk.py:107 +#: pipeline_plugins/components/collections/sites/open/bk.py:119 msgid "返回码" msgstr "返回码" -#: pipeline_plugins/components/collections/sites/ieod/bk.py:108 -#: pipeline_plugins/components/collections/sites/open/bk.py:108 +#: pipeline_plugins/components/collections/sites/open/bk.py:120 msgid "信息" msgstr "信息" -#: pipeline_plugins/components/collections/sites/ieod/bk.py:147 -#: pipeline_plugins/components/collections/sites/open/bk.py:147 +#: pipeline_plugins/components/collections/sites/open/bk.py:159 msgid "发送通知" msgstr "发送通知" -#: pipeline_plugins/components/collections/sites/ieod/bk.py:151 -msgid "由于 UWork 的限制,标准运维每天发送的语音通知有限,非紧急情况,请尽量避免使用语音通知" -msgstr "由于 UWork 的限制,标准运维每天发送的语音通知有限,非紧急情况,请尽量避免使用语音通知" - -#: pipeline_plugins/components/collections/sites/ieod/clb.py:15 -msgid "负载均衡业务(CLB)" -msgstr "负载均衡业务(CLB)" - -#: pipeline_plugins/components/collections/sites/ieod/clb.py:143 -msgid "扫描域名证书" -msgstr "扫描域名证书" - -#: pipeline_plugins/components/collections/sites/ieod/clb.py:147 -msgid "返回码说明,0: 当前证书可用 -1: 证书60天内过期 -2: 赛门铁克证书,不可信 -3: 查询失败 1: 当期域名无法扫描到证书" -msgstr "返回码说明,0: 当前证书可用 -1: 证书60天内过期 -2: 赛门铁克证书,不可信 -3: 查询失败 1: 当期域名无法扫描到证书" - -#: pipeline_plugins/components/collections/sites/ieod/qyweixin.py:12 -msgid "企业微信(QYWEIXIN)" -msgstr "企业微信(QYWEIXIN)" - -#: pipeline_plugins/components/collections/sites/ieod/qyweixin.py:36 -#, python-format -msgid "企业微信拉群失败,组件返回错误消息:%s" -msgstr "企业微信拉群失败,组件返回错误消息:%s" - -#: pipeline_plugins/components/collections/sites/ieod/qyweixin.py:52 -#, python-format -msgid "企业微信拉群发送消息失败,组件返回错误消息:%s" -msgstr "企业微信拉群发送消息失败,组件返回错误消息:%s" - -#: pipeline_plugins/components/collections/sites/ieod/qyweixin.py:62 -msgid "企业微信拉群" -msgstr "企业微信拉群" - -#: pipeline_plugins/components/collections/sites/ieod/tof.py:15 -msgid "消息通知服务(TOF)" -msgstr "消息通知服务(TOF)" - -#: pipeline_plugins/components/collections/sites/ieod/tof.py:50 -msgid "获取员工直属Leader" -msgstr "获取员工直属Leader" - -#: pipeline_plugins/components/collections/sites/open/bk.py:151 +#: pipeline_plugins/components/collections/sites/open/bk.py:163 msgid "API 网关定义了这些消息通知组件的接口协议,但是,并没有完全实现组件内容,用户可根据接口协议,重写此部分组件。API网关为降低实现消息通知组件的难度,提供了在线更新组件配置,不需编写组件代码的方案。详情请查阅PaaS->API网关->使用指南。" msgstr "API 网关定义了这些消息通知组件的接口协议,但是,并没有完全实现组件内容,用户可根据接口协议,重写此部分组件。API网关为降低实现消息通知组件的难度,提供了在线更新组件配置,不需编写组件代码的方案。详情请查阅PaaS->API网关->使用指南。" -#: pipeline_plugins/components/collections/sites/open/cc.py:69 +#: pipeline_plugins/components/collections/sites/open/cc.py:81 msgid "查询配置平台(CMDB)接口cc.search_host表明,存在不属于当前业务的IP: {ip}" msgstr "查询配置平台(CMDB)接口cc.search_host表明,存在不属于当前业务的IP: {ip}" -#: pipeline_plugins/components/collections/sites/open/cc.py:174 +#: pipeline_plugins/components/collections/sites/open/cc.py:186 msgid "转移主机模块" msgstr "转移主机模块" -#: pipeline_plugins/components/collections/sites/open/cc.py:213 +#: pipeline_plugins/components/collections/sites/open/cc.py:225 msgid "所属运营商校验失败,请重试并修改为正确的所属运营商" msgstr "所属运营商校验失败,请重试并修改为正确的所属运营商" -#: pipeline_plugins/components/collections/sites/open/cc.py:228 +#: pipeline_plugins/components/collections/sites/open/cc.py:240 msgid "所在国家校验失败,请重试并修改为正确的所在国家" msgstr "所在国家校验失败,请重试并修改为正确的所在国家" -#: pipeline_plugins/components/collections/sites/open/cc.py:241 +#: pipeline_plugins/components/collections/sites/open/cc.py:253 msgid "所在省份校验失败,请重试并修改为正确的所在省份" msgstr "所在省份校验失败,请重试并修改为正确的所在省份" -#: pipeline_plugins/components/collections/sites/open/cc.py:266 +#: pipeline_plugins/components/collections/sites/open/cc.py:278 msgid "更新主机属性" msgstr "更新主机属性" -#: pipeline_plugins/components/collections/sites/open/cc.py:360 -#: pipeline_plugins/components/collections/sites/open/cc.py:364 +#: pipeline_plugins/components/collections/sites/open/cc.py:372 +#: pipeline_plugins/components/collections/sites/open/cc.py:376 #, python-format msgid "无法查询到 %s 机器信息,请确认该机器是否在当前业务下" msgstr "无法查询到 %s 机器信息,请确认该机器是否在当前业务下" -#: pipeline_plugins/components/collections/sites/open/cc.py:426 +#: pipeline_plugins/components/collections/sites/open/cc.py:438 #, python-format msgid "成功替换的机器: %s" msgstr "成功替换的机器: %s" -#: pipeline_plugins/components/collections/sites/open/cc.py:436 +#: pipeline_plugins/components/collections/sites/open/cc.py:448 msgid "故障机替换" msgstr "故障机替换" -#: pipeline_plugins/components/collections/sites/open/cc.py:475 +#: pipeline_plugins/components/collections/sites/open/cc.py:487 msgid "清空集群中主机" msgstr "清空集群中主机" -#: pipeline_plugins/components/collections/sites/open/cc.py:516 +#: pipeline_plugins/components/collections/sites/open/cc.py:528 msgid "删除集群" msgstr "删除集群" -#: pipeline_plugins/components/collections/sites/open/cc.py:559 +#: pipeline_plugins/components/collections/sites/open/cc.py:571 msgid "修改集群服务状态" msgstr "修改集群服务状态" -#: pipeline_plugins/components/collections/sites/open/cc.py:602 -#: pipeline_plugins/components/collections/sites/open/cc.py:684 +#: pipeline_plugins/components/collections/sites/open/cc.py:614 +#: pipeline_plugins/components/collections/sites/open/cc.py:696 msgid "环境类型校验失败,请重试并修改为正确的环境类型" msgstr "环境类型校验失败,请重试并修改为正确的环境类型" -#: pipeline_plugins/components/collections/sites/open/cc.py:617 -#: pipeline_plugins/components/collections/sites/open/cc.py:669 +#: pipeline_plugins/components/collections/sites/open/cc.py:629 +#: pipeline_plugins/components/collections/sites/open/cc.py:681 msgid "服务状态校验失败,请重试并修改为正确的服务状态" msgstr "服务状态校验失败,请重试并修改为正确的服务状态" -#: pipeline_plugins/components/collections/sites/open/cc.py:636 +#: pipeline_plugins/components/collections/sites/open/cc.py:648 msgid "创建集群" msgstr "创建集群" -#: pipeline_plugins/components/collections/sites/open/cc.py:713 +#: pipeline_plugins/components/collections/sites/open/cc.py:725 msgid "更新集群属性" msgstr "更新集群属性" -#: pipeline_plugins/components/collections/sites/open/cc.py:757 +#: pipeline_plugins/components/collections/sites/open/cc.py:769 msgid "模块类型校验失败,请重试并填写正确的模块类型" msgstr "模块类型校验失败,请重试并填写正确的模块类型" -#: pipeline_plugins/components/collections/sites/open/cc.py:786 +#: pipeline_plugins/components/collections/sites/open/cc.py:798 msgid "更新模块属性" msgstr "更新模块属性" -#: pipeline_plugins/components/collections/sites/open/cc.py:831 +#: pipeline_plugins/components/collections/sites/open/cc.py:843 msgid "转移主机至空闲机" msgstr "转移主机至空闲机" -#: pipeline_plugins/components/collections/sites/open/job.py:88 +#: pipeline_plugins/components/collections/sites/open/job.py:50 +msgid "作业平台(JOB)" +msgstr "作业平台(JOB)" + +#: pipeline_plugins/components/collections/sites/open/job.py:99 #, python-format msgid "任务执行失败,前往作业平台(JOB)查看详情" msgstr "任务执行失败,前往作业平台(JOB)查看详情" -#: pipeline_plugins/components/collections/sites/open/job.py:99 +#: pipeline_plugins/components/collections/sites/open/job.py:110 msgid "JOB任务ID" msgstr "JOB任务ID" -#: pipeline_plugins/components/collections/sites/open/job.py:100 +#: pipeline_plugins/components/collections/sites/open/job.py:111 msgid "JOB任务链接" msgstr "JOB任务链接" -#: pipeline_plugins/components/query/common_query.py:33 +#: pipeline_plugins/components/collections/sites/open/job.py:174 +msgid "执行作业" +msgstr "执行作业" + +#: pipeline_plugins/components/collections/sites/open/job.py:242 +msgid "快速分发文件" +msgstr "快速分发文件" + +#: pipeline_plugins/components/collections/sites/open/job.py:312 +msgid "快速执行脚本" +msgstr "快速执行脚本" + +#: pipeline_plugins/components/query/common_query.py:45 #, python-format msgid "查询配置平台(CMDB)的业务[app_id=%s]的集群拓扑接口cc.get_topo_tree_by_app_id返回失败: %s" msgstr "查询配置平台(CMDB)的业务[app_id=%s]的集群拓扑接口cc.get_topo_tree_by_app_id返回失败: %s" -#: pipeline_plugins/components/query/common_query.py:45 -#: pipeline_plugins/components/utils/sites/clouds/utils.py:199 +#: pipeline_plugins/components/query/common_query.py:57 msgid "所有集群(all)" msgstr "所有集群(all)" -#: pipeline_plugins/components/query/common_query.py:69 +#: pipeline_plugins/components/query/common_query.py:81 #, python-format msgid "查询配置平台(CMDB)的业务[app_id=%s]的所有模块接口cc.get_modules返回失败: %s" msgstr "查询配置平台(CMDB)的业务[app_id=%s]的所有模块接口cc.get_modules返回失败: %s" -#: pipeline_plugins/components/query/common_query.py:79 -#: pipeline_plugins/components/utils/sites/clouds/utils.py:208 +#: pipeline_plugins/components/query/common_query.py:91 msgid "所有模块(all)" msgstr "所有模块(all)" -#: pipeline_plugins/components/query/common_query.py:93 +#: pipeline_plugins/components/query/common_query.py:105 #, python-format msgid "查询配置平台(CMDB)的云区域列表接口cc.get_plat_id返回失败: %s" msgstr "查询配置平台(CMDB)的云区域列表接口cc.get_plat_id返回失败: %s" -#: pipeline_plugins/components/query/sites/clouds/query.py:32 -#, python-format -msgid "查询配置平台(CC)的业务[biz_id=%s]信息接口cc.get_app_by_id返回失败: %s" -msgstr "查询配置平台(CC)的业务[biz_id=%s]信息接口cc.get_app_by_id返回失败: %s" - -#: pipeline_plugins/components/query/sites/clouds/query.py:42 -#, python-format -msgid "查询配置平台(CC)的业务[id=%s]信息接口cc.get_app_by_id返回为空" -msgstr "查询配置平台(CC)的业务[id=%s]信息接口cc.get_app_by_id返回为空" - -#: pipeline_plugins/components/query/sites/clouds/query.py:54 -#, python-format -msgid "查询AutoTCM的业务接口tcm.get_app_by_user返回失败: %s" -msgstr "查询AutoTCM的业务接口tcm.get_app_by_user返回失败: %s" - -#: pipeline_plugins/components/query/sites/clouds/query.py:77 -#, python-format -msgid "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板接口tcm.get_templates返回失败: %s" -msgstr "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板接口tcm.get_templates返回失败: %s" - -#: pipeline_plugins/components/query/sites/clouds/query.py:104 -#, python-format -msgid "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板[id=%s]详情接口tcm.get_template_info返回失败: %s" -msgstr "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板[id=%s]详情接口tcm.get_template_info返回失败: %s" - -#: pipeline_plugins/components/query/sites/clouds/query.py:198 -msgid "文件上传失败, 文件大小超过2GB" -msgstr "文件上传失败, 文件大小超过2GB" +#: pipeline_plugins/components/query/sites/open/query.py:270 +msgid "文件上传失败, 文件大小超过500M" +msgstr "文件上传失败, 文件大小超过500M" -#: pipeline_plugins/components/query/sites/clouds/query.py:204 -#: pipeline_plugins/components/query/sites/open/query.py:264 +#: pipeline_plugins/components/query/sites/open/query.py:276 msgid "文件上传失败,文件名不能包含中文和\\/:*?\"<>|等特殊字符" msgstr "文件上传失败,文件名不能包含中文和\\/:*?\"<>|等特殊字符" -#: pipeline_plugins/components/query/sites/clouds/query.py:233 -#: pipeline_plugins/components/query/sites/open/query.py:301 +#: pipeline_plugins/components/query/sites/open/query.py:286 +msgid "非法业务 ID" +msgstr "非法业务 ID" + +#: pipeline_plugins/components/query/sites/open/query.py:313 msgid "文件上传失败,路径不合法或者程序异常" msgstr "文件上传失败,路径不合法或者程序异常" -#: pipeline_plugins/components/query/sites/clouds/query.py:243 -#: pipeline_plugins/components/query/sites/open/query.py:311 +#: pipeline_plugins/components/query/sites/open/query.py:323 #, python-format msgid "查询作业平台(JOB)的作业模板[app_id=%s]接口job.get_task返回失败: %s" msgstr "查询作业平台(JOB)的作业模板[app_id=%s]接口job.get_task返回失败: %s" -#: pipeline_plugins/components/query/sites/clouds/query.py:266 -#: pipeline_plugins/components/query/sites/open/query.py:334 +#: pipeline_plugins/components/query/sites/open/query.py:346 #, python-format msgid "查询作业平台(JOB)的作业模板详情[app_id=%s]接口job.get_task_detail返回失败: %s" msgstr "查询作业平台(JOB)的作业模板详情[app_id=%s]接口job.get_task_detail返回失败: %s" -#: pipeline_plugins/components/query/sites/clouds/query.py:277 -#: pipeline_plugins/components/query/sites/open/query.py:345 +#: pipeline_plugins/components/query/sites/open/query.py:357 msgid "脚本" msgstr "脚本" -#: pipeline_plugins/components/query/sites/clouds/query.py:278 -#: pipeline_plugins/components/query/sites/open/query.py:346 +#: pipeline_plugins/components/query/sites/open/query.py:358 msgid "文件" msgstr "文件" -#: pipeline_plugins/components/query/sites/open/query.py:258 -msgid "文件上传失败, 文件大小超过500M" -msgstr "文件上传失败, 文件大小超过500M" - -#: pipeline_plugins/components/query/sites/open/query.py:274 -msgid "非法业务 ID" -msgstr "非法业务 ID" - -#: pipeline_plugins/components/utils/common.py:44 +#: pipeline_plugins/components/utils/common.py:56 msgid "调用{system}接口{api_name}返回失败, params={params}, error={error}" msgstr "调用{system}接口{api_name}返回失败, params={params}, error={error}" -#: pipeline_plugins/components/utils/sites/clouds/utils.py:156 -#, python-format -msgid "查询配置平台(CMDB)的业务[app_id=%s]接口cc.get_app_by_id返回失败: %s" -msgstr "查询配置平台(CMDB)的业务[app_id=%s]接口cc.get_app_by_id返回失败: %s" - #~ msgid "循环测试" #~ msgstr "循环测试" @@ -2079,3 +1794,174 @@ msgstr "查询配置平台(CMDB)的业务[app_id=%s]接口cc.get_app_by_id返回 #~ msgid "单据审核失败,请联系DBA查看详情" #~ msgstr "单据审核失败,请联系DBA查看详情" +#~ msgid "调用创建app maker接口失败,错误信息:%s" +#~ msgstr "调用创建app maker接口失败,错误信息:%s" + +#~ msgid "调用创建app maker接口失败" +#~ msgstr "调用创建app maker接口失败" + +#~ msgid "调用修改app maker接口失败,错误信息:%s" +#~ msgstr "调用修改app maker接口失败,错误信息:%s" + +#~ msgid "调用修改app maker接口失败" +#~ msgstr "调用修改app maker接口失败" + +#~ msgid "调用修改 LOGO 接口失败,错误信息:%s" +#~ msgstr "调用修改 LOGO 接口失败,错误信息:%s" + +#~ msgid "调用修改 LOGO 接口失败" +#~ msgstr "调用修改 LOGO 接口失败" + +#~ msgid "调用远程服务失败,Http请求错误状态码:%s" +#~ msgstr "调用远程服务失败,Http请求错误状态码:%s" + +#~ msgid "蓝鲸智云企业版" +#~ msgstr "蓝鲸智云企业版" + +#~ msgid "TEST" +#~ msgstr "TEST" + +#~ msgid "GseAgent" +#~ msgstr "GseAgent" + +#~ msgid "安装" +#~ msgstr "安装" + +#~ msgid "卸载" +#~ msgstr "卸载" + +#~ msgid "短信通知结果" +#~ msgstr "短信通知结果" + +#~ msgid "短信通知返回信息" +#~ msgstr "短信通知返回信息" + +#~ msgid "邮件通知结果" +#~ msgstr "邮件通知结果" + +#~ msgid "邮件通知返回信息" +#~ msgstr "邮件通知返回信息" + +#~ msgid "微信通知结果" +#~ msgstr "微信通知结果" + +#~ msgid "微信通知返回信息" +#~ msgstr "微信通知返回信息" + +#~ msgid "消息通知" +#~ msgstr "消息通知" + +#~ msgid "游戏区服管理(GCLOUD)" +#~ msgstr "游戏区服管理(GCLOUD)" + +#~ msgid "批量更新区服标注" +#~ msgstr "批量更新区服标注" + +#~ msgid "批量更新区服状态" +#~ msgstr "批量更新区服状态" + +#~ msgid "预发布大区" +#~ msgstr "预发布大区" + +#~ msgid "发布大区" +#~ msgstr "发布大区" + +#~ msgid "游戏云存储平台(GCS)" +#~ msgstr "游戏云存储平台(GCS)" + +#~ msgid "权限申请" +#~ msgstr "权限申请" + +#~ msgid "权限回收提单" +#~ msgstr "权限回收提单" + +#~ msgid "执行变更单据" +#~ msgstr "执行变更单据" + +#~ msgid "数据库备份" +#~ msgstr "数据库备份" + +#~ msgid "变更提单" +#~ msgstr "变更提单" + +#~ msgid "无法从 JOB 读取错误信息" +#~ msgstr "无法从 JOB 读取错误信息" + +#~ msgid "任务执行失败,错误信息: %s 前往作业平台(JOB)查看详情" +#~ msgstr "任务执行失败,错误信息: %s 前往作业平台(JOB)查看详情" + +#~ msgid "本地文件列表为空,请确认本地文件是否已经上传" +#~ msgstr "本地文件列表为空,请确认本地文件是否已经上传" + +#~ msgid "获取 S3 对象下载链接失败:%s" +#~ msgstr "获取 S3 对象下载链接失败:%s" + +#~ msgid "无法从 CC 获取到 IP 列表,请确认目标 IP 是否在当前业务下" +#~ msgstr "无法从 CC 获取到 IP 列表,请确认目标 IP 是否在当前业务下" + +#~ msgid "分发本地文件" +#~ msgstr "分发本地文件" + +#~ msgid "蓝鲸监控(Monitor)" +#~ msgstr "蓝鲸监控(Monitor)" + +#~ msgid "告警屏蔽" +#~ msgstr "告警屏蔽" + +#~ msgid "GseProxy" +#~ msgstr "GseProxy" + +#~ msgid "AutoTCM(TCM)" +#~ msgstr "AutoTCM(TCM)" + +#~ msgid "由于 UWork 的限制,标准运维每天发送的语音通知有限,非紧急情况,请尽量避免使用语音通知" +#~ msgstr "由于 UWork 的限制,标准运维每天发送的语音通知有限,非紧急情况,请尽量避免使用语音通知" + +#~ msgid "负载均衡业务(CLB)" +#~ msgstr "负载均衡业务(CLB)" + +#~ msgid "扫描域名证书" +#~ msgstr "扫描域名证书" + +#~ msgid "返回码说明,0: 当前证书可用 -1: 证书60天内过期 -2: 赛门铁克证书,不可信 -3: 查询失败 1: 当期域名无法扫描到证书" +#~ msgstr "返回码说明,0: 当前证书可用 -1: 证书60天内过期 -2: 赛门铁克证书,不可信 -3: 查询失败 1: 当期域名无法扫描到证书" + +#~ msgid "企业微信(QYWEIXIN)" +#~ msgstr "企业微信(QYWEIXIN)" + +#~ msgid "企业微信拉群失败,组件返回错误消息:%s" +#~ msgstr "企业微信拉群失败,组件返回错误消息:%s" + +#~ msgid "企业微信拉群发送消息失败,组件返回错误消息:%s" +#~ msgstr "企业微信拉群发送消息失败,组件返回错误消息:%s" + +#~ msgid "企业微信拉群" +#~ msgstr "企业微信拉群" + +#~ msgid "消息通知服务(TOF)" +#~ msgstr "消息通知服务(TOF)" + +#~ msgid "获取员工直属Leader" +#~ msgstr "获取员工直属Leader" + +#~ msgid "查询配置平台(CC)的业务[biz_id=%s]信息接口cc.get_app_by_id返回失败: %s" +#~ msgstr "查询配置平台(CC)的业务[biz_id=%s]信息接口cc.get_app_by_id返回失败: %s" + +#~ msgid "查询配置平台(CC)的业务[id=%s]信息接口cc.get_app_by_id返回为空" +#~ msgstr "查询配置平台(CC)的业务[id=%s]信息接口cc.get_app_by_id返回为空" + +#~ msgid "查询AutoTCM的业务接口tcm.get_app_by_user返回失败: %s" +#~ msgstr "查询AutoTCM的业务接口tcm.get_app_by_user返回失败: %s" + +#~ msgid "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板接口tcm.get_templates返回失败: %s" +#~ msgstr "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板接口tcm.get_templates返回失败: %s" + +#~ msgid "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板[id=%s]详情接口tcm.get_template_info返回失败: %s" +#~ msgstr "查询AutoTCM的业务[biz_id=%s, tcm_app_id=%s]模板[id=%s]详情接口tcm.get_template_info返回失败: %s" + +#~ msgid "文件上传失败, 文件大小超过2GB" +#~ msgstr "文件上传失败, 文件大小超过2GB" + +#~ msgid "查询配置平台(CMDB)的业务[app_id=%s]接口cc.get_app_by_id返回失败: %s" +#~ msgstr "查询配置平台(CMDB)的业务[app_id=%s]接口cc.get_app_by_id返回失败: %s" + diff --git a/locale/zh_hans/LC_MESSAGES/djangojs.mo b/locale/zh_hans/LC_MESSAGES/djangojs.mo index 9a71310ee6..b94ddb68d7 100644 Binary files a/locale/zh_hans/LC_MESSAGES/djangojs.mo and b/locale/zh_hans/LC_MESSAGES/djangojs.mo differ diff --git a/locale/zh_hans/LC_MESSAGES/djangojs.po b/locale/zh_hans/LC_MESSAGES/djangojs.po index 90eae98120..ec8bbfb330 100644 --- a/locale/zh_hans/LC_MESSAGES/djangojs.po +++ b/locale/zh_hans/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-22 12:08+0800\n" +"POT-Creation-Date: 2019-04-10 21:07+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,3811 +18,3367 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:47 -#, javascript-format -msgid "Available %s" -msgstr "Available %s" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:53 -#, javascript-format -msgid "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes." -msgstr "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes." - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:69 -#, javascript-format -msgid "Type into this box to filter down the list of available %s." -msgstr "Type into this box to filter down the list of available %s." - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:74 -msgid "Filter" -msgstr "Filter" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:78 -msgid "Choose all" -msgstr "Choose all" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:78 -#, javascript-format -msgid "Click to choose all %s at once." -msgstr "Click to choose all %s at once." - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:84 -msgid "Choose" -msgstr "Choose" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:86 -msgid "Remove" -msgstr "Remove" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:92 -#, javascript-format -msgid "Chosen %s" -msgstr "Chosen %s" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:98 -#, javascript-format -msgid "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes." -msgstr "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes." - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:108 -msgid "Remove all" -msgstr "Remove all" - -#: blueapps/conf/project_template/static/admin/js/SelectFilter2.js:108 -#, javascript-format -msgid "Click to remove all chosen %s at once." -msgstr "Click to remove all chosen %s at once." - -#: blueapps/conf/project_template/static/admin/js/actions.js:48 -#: blueapps/conf/project_template/static/admin/js/actions.min.js:2 -msgid "%(sel)s of %(cnt)s selected" -msgid_plural "%(sel)s of %(cnt)s selected" -msgstr[0] "" - -#: blueapps/conf/project_template/static/admin/js/actions.js:117 -#: blueapps/conf/project_template/static/admin/js/actions.min.js:4 -msgid "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost." -msgstr "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost." - -#: blueapps/conf/project_template/static/admin/js/actions.js:129 -#: blueapps/conf/project_template/static/admin/js/actions.min.js:5 -msgid "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action." -msgstr "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action." - -#: blueapps/conf/project_template/static/admin/js/actions.js:131 -#: blueapps/conf/project_template/static/admin/js/actions.min.js:5 -msgid "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button." -msgstr "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button." - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:74 -#, javascript-format -msgid "Note: You are %s hour ahead of server time." -msgid_plural "Note: You are %s hours ahead of server time." -msgstr[0] "" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:82 -#, javascript-format -msgid "Note: You are %s hour behind server time." -msgid_plural "Note: You are %s hours behind server time." -msgstr[0] "" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:109 -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:160 -msgid "Now" -msgstr "Now" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:127 -msgid "Choose a Time" -msgstr "Choose a Time" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:157 -msgid "Choose a time" -msgstr "Choose a time" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:165 -msgid "Midnight" -msgstr "Midnight" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:170 -msgid "6 a.m." -msgstr "6 a.m." - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:175 -msgid "Noon" -msgstr "Noon" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:180 -msgid "6 p.m." -msgstr "6 p.m." - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:188 -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:348 -msgid "Cancel" -msgstr "Cancel" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:253 -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:333 -msgid "Today" -msgstr "Today" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:270 -msgid "Choose a Date" -msgstr "Choose a Date" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:327 -msgid "Yesterday" -msgstr "Yesterday" - -#: blueapps/conf/project_template/static/admin/js/admin/DateTimeShortcuts.js:339 -msgid "Tomorrow" -msgstr "Tomorrow" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:12 -msgid "January" -msgstr "January" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:13 -msgid "February" -msgstr "February" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:14 -msgid "March" -msgstr "March" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:15 -msgid "April" -msgstr "April" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:16 -msgid "May" -msgstr "May" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:17 -msgid "June" -msgstr "June" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:18 -msgid "July" -msgstr "July" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:19 -msgid "August" -msgstr "August" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:20 -msgid "September" -msgstr "September" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:21 -msgid "October" -msgstr "October" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:22 -msgid "November" -msgstr "November" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:23 -msgid "December" -msgstr "December" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:26 -msgctxt "one letter Sunday" -msgid "S" -msgstr "S" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:27 -msgctxt "one letter Monday" -msgid "M" -msgstr "M" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:28 -msgctxt "one letter Tuesday" -msgid "T" -msgstr "T" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:29 -msgctxt "one letter Wednesday" -msgid "W" -msgstr "W" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:30 -msgctxt "one letter Thursday" -msgid "T" -msgstr "T" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:31 -msgctxt "one letter Friday" -msgid "F" -msgstr "F" - -#: blueapps/conf/project_template/static/admin/js/calendar.js:32 -msgctxt "one letter Saturday" -msgid "S" -msgstr "S" - -#: blueapps/conf/project_template/static/admin/js/collapse.js:10 -#: blueapps/conf/project_template/static/admin/js/collapse.js:21 -#: blueapps/conf/project_template/static/admin/js/collapse.min.js:1 -msgid "Show" -msgstr "Show" - -#: blueapps/conf/project_template/static/admin/js/collapse.js:18 -#: blueapps/conf/project_template/static/admin/js/collapse.min.js:1 -msgid "Hide" -msgstr "Hide" - -#: blueapps/conf/project_template/static/remote/v3/assets/jquery-ui-1.11.0.custom/jquery-ui.min.js:10 -msgid "'" -msgstr "'" - -#: pipeline/blueflow/src/api/interceptors.js:40 +#: pipeline/blueflow/src/api/interceptors.js:51 msgid "接口数据返回为空" msgstr "接口数据返回为空" -#: pipeline/blueflow/src/api/interceptors.js:41 +#: pipeline/blueflow/src/api/interceptors.js:52 msgid "接口异常," msgstr "接口异常," -#: pipeline/blueflow/src/api/interceptors.js:41 +#: pipeline/blueflow/src/api/interceptors.js:52 msgid "HTTP状态码:" msgstr "HTTP状态码:" -#: pipeline/blueflow/src/components/common/Individualization/IpLogContent.vue:50 +#: pipeline/blueflow/src/components/common/Individualization/IpLogContent.vue:61 msgid "错误码" msgstr "错误码" -#: pipeline/blueflow/src/components/common/Individualization/IpLogContent.vue:51 +#: pipeline/blueflow/src/components/common/Individualization/IpLogContent.vue:62 msgid "请输入 IP" msgstr "请输入 IP" -#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:56 -#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:138 +#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:67 +#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:149 msgid "请输入名称" msgstr "请输入名称" -#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:57 -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:82 +#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:68 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:93 msgid "新建流程" msgstr "新建流程" -#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:58 +#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:69 msgid "编辑流程" msgstr "编辑流程" -#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:59 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:137 -#: pipeline/blueflow/src/pages/config/index.vue:64 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:119 -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:41 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:105 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:186 +#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:70 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:148 +#: pipeline/blueflow/src/pages/config/index.vue:75 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:130 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:52 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:116 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:197 msgid "保存" msgstr "保存" -#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:60 +#: pipeline/blueflow/src/components/common/PipelineCanvas/ConfigBar.vue:71 msgid "返回" msgstr "返回" -#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:137 +#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:148 msgid "工具" msgstr "工具" -#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:139 -#: pipeline/blueflow/src/components/common/PipelineCanvas/NodeTemplate.vue:200 +#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:150 +#: pipeline/blueflow/src/components/common/PipelineCanvas/NodeTemplate.vue:211 msgid "开始" msgstr "开始" -#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:140 -#: pipeline/blueflow/src/components/common/PipelineCanvas/NodeTemplate.vue:201 +#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:151 +#: pipeline/blueflow/src/components/common/PipelineCanvas/NodeTemplate.vue:212 msgid "结束" msgstr "结束" -#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:141 -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:85 +#: pipeline/blueflow/src/components/common/PipelineCanvas/MenuBar.vue:152 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:96 msgid "个" msgstr "个" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:192 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:203 msgid "复位" msgstr "复位" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:193 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:204 msgid "放大" msgstr "放大" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:194 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:205 msgid "缩小" msgstr "缩小" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:195 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:206 msgid "节点框选" msgstr "节点框选" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:196 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:207 msgid "排版" msgstr "排版" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:197 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:118 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:115 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:208 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:129 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:126 msgid "全选" msgstr "全选" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:198 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:209 msgid "反选" msgstr "反选" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:199 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:210 msgid "已添加" msgstr "已添加" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:200 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:39 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:211 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:50 msgid "个节点" msgstr "个节点" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:291 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:254 -#: pipeline/blueflow/src/store/modules/template.js:29 -#: pipeline/blueflow/src/store/modules/template.js:56 -#: pipeline/blueflow/src/store/modules/template.js:474 -#: pipeline/blueflow/src/store/modules/template.js:489 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:302 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:265 +#: pipeline/blueflow/src/store/modules/template.js:40 +#: pipeline/blueflow/src/store/modules/template.js:67 +#: pipeline/blueflow/src/store/modules/template.js:485 +#: pipeline/blueflow/src/store/modules/template.js:500 msgid "步骤1" msgstr "步骤1" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:452 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:463 msgid "排版自动保存" msgstr "排版自动保存" -#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:453 +#: pipeline/blueflow/src/components/common/PipelineCanvas/index.vue:464 msgid "排版完成,原内容在本地缓存中" msgstr "排版完成,原内容在本地缓存中" -#: pipeline/blueflow/src/components/common/RenderForm/FormGroup.vue:92 -#: pipeline/blueflow/src/components/common/RenderForm/FormItem.vue:125 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:229 +#: pipeline/blueflow/src/components/common/RenderForm/FormGroup.vue:103 +#: pipeline/blueflow/src/components/common/RenderForm/FormItem.vue:136 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:240 msgid "取消勾选" msgstr "取消勾选" -#: pipeline/blueflow/src/components/common/RenderForm/FormGroup.vue:93 -#: pipeline/blueflow/src/components/common/RenderForm/FormItem.vue:126 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:228 +#: pipeline/blueflow/src/components/common/RenderForm/FormGroup.vue:104 +#: pipeline/blueflow/src/components/common/RenderForm/FormItem.vue:137 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:239 msgid "勾选参数作为全局变量" msgstr "勾选参数作为全局变量" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:34 -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:154 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:276 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:280 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:199 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:311 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:45 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:165 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:287 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:291 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:210 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:322 msgid "请选择" msgstr "请选择" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:35 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:46 msgid "输入筛选条件,多条筛选条件换行隔开" msgstr "输入筛选条件,多条筛选条件换行隔开" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:36 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:42 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:111 -#: pipeline/blueflow/src/components/common/RenderForm/formMixins.js:181 -#: pipeline/blueflow/src/main.js:62 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:60 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/ConditionItem.vue:47 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:53 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:122 +#: pipeline/blueflow/src/components/common/RenderForm/formMixins.js:192 +#: pipeline/blueflow/src/main.js:73 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:71 msgid "必填项" msgstr "必填项" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:38 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:99 -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:119 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:113 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:49 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:110 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:130 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:124 msgid "已选择" msgstr "已选择" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:40 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:51 msgid "搜索节点" msgstr "搜索节点" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:41 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:110 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:70 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:98 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:89 -#: pipeline/blueflow/src/components/common/base/NoData.vue:26 -#: pipeline/blueflow/src/components/common/dataTable/DataTablePagination.vue:197 -#: pipeline/blueflow/src/pages/functor/index.vue:319 -#: pipeline/blueflow/src/pages/functor/index.vue:324 -#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:75 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:142 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/DynamicIp.vue:52 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:121 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:81 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:109 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:100 +#: pipeline/blueflow/src/components/common/base/NoData.vue:37 +#: pipeline/blueflow/src/components/common/dataTable/DataTablePagination.vue:208 +#: pipeline/blueflow/src/pages/functor/index.vue:330 +#: pipeline/blueflow/src/pages/functor/index.vue:335 +#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:86 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:153 msgid "无数据" msgstr "无数据" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/IpSearchInput.vue:16 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/IpSearchInput.vue:27 msgid "搜索IP,多个以逗号隔开" msgstr "搜索IP,多个以逗号分隔" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/SelectCondition.vue:30 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/SelectCondition.vue:41 msgid "(同时满足)" msgstr "(同时满足)" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/SelectCondition.vue:31 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/SelectCondition.vue:42 msgid "增加一条筛选条件" msgstr "增加一条筛选条件" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:93 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:104 msgid "复制IP" msgstr "复制IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:94 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:105 msgid "复制Agent未安装IP" msgstr "复制Agent未安装IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:95 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:106 msgid "清空IP" msgstr "清空IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:96 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:107 msgid "清空Agent未安装IP" msgstr "清空Agent未安装IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:97 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:66 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:142 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:108 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:77 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:153 msgid "添加" msgstr "添加" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:98 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:109 msgid "更多操作" msgstr "更多操作" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:100 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:111 msgid "个静态IP(未安装agent" msgstr "个静态IP(未安装agent" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:101 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:112 msgid "个)" msgstr "个)" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:102 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:67 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:113 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:78 msgid "云区域" msgstr "云区域" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:103 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:68 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:94 -#: pipeline/blueflow/src/pages/audit/index.vue:161 -#: pipeline/blueflow/src/pages/functor/index.vue:163 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:188 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:223 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:240 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:114 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:79 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:105 +#: pipeline/blueflow/src/pages/audit/index.vue:114 +#: pipeline/blueflow/src/pages/functor/index.vue:174 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:199 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:234 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:251 msgid "状态" msgstr "状态" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:104 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:69 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:115 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:80 msgid "异常" msgstr "异常" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:105 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:140 -#: pipeline/blueflow/src/components/common/dataTable/DataTablePagination.vue:196 -#: pipeline/blueflow/src/pages/audit/index.vue:162 -#: pipeline/blueflow/src/pages/functor/index.vue:164 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:174 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:224 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:286 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:116 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:151 +#: pipeline/blueflow/src/components/common/dataTable/DataTablePagination.vue:207 +#: pipeline/blueflow/src/pages/audit/index.vue:115 +#: pipeline/blueflow/src/pages/functor/index.vue:175 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:185 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:235 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:297 msgid "操作" msgstr "操作" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:106 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:117 msgid "移除" msgstr "移除" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:107 -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:71 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:118 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:82 msgid "正常" msgstr "正常" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:108 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:119 msgid "无数据,点击" msgstr "无数据,点击" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:109 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIp.vue:120 msgid "服务器" msgstr "服务器" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:72 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:138 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:121 -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:41 -#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:41 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:106 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:187 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:159 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/StaticIpAddingPanel.vue:83 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:149 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:132 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:52 +#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:52 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:117 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:198 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:170 msgid "取消" msgstr "取消" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:57 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:68 msgid "静态IP" msgstr "静态IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:58 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:69 msgid "动态IP" msgstr "动态IP" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:59 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:70 msgid "筛选条件" msgstr "筛选条件" -#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:60 +#: pipeline/blueflow/src/components/common/RenderForm/IpSelector/index.vue:71 msgid "排除条件" msgstr "排除条件" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:139 -#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:36 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:177 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:288 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:150 +#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:47 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:188 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:299 msgid "编辑" msgstr "编辑" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:141 -#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:37 -#: pipeline/blueflow/src/pages/appmaker/index.vue:85 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:176 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:226 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:97 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:116 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:291 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:152 +#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:48 +#: pipeline/blueflow/src/pages/appmaker/index.vue:96 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:187 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:237 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:108 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:127 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:302 msgid "删除" msgstr "删除" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:276 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatatable.vue:287 msgid "请求表头数据失败,使用预置表头" msgstr "请求表头数据失败,使用预置表头" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatetime.vue:25 -#: pipeline/blueflow/src/components/tags/TagTestDatetime.vue:24 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagDatetime.vue:36 +#: pipeline/blueflow/src/components/tags/TagTestDatetime.vue:35 msgid "请选择日期时间" msgstr "请选择日期时间" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagPassword.vue:38 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagPassword.vue:49 msgid "要修改密码请点击后重新输入密码" msgstr "要修改密码请点击后重新输入密码" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:100 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:111 msgid "加载中" msgstr "加载中" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:195 -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagTree.vue:154 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagSelect.vue:206 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagTree.vue:165 msgid "请求数据失败" msgstr "请求数据失败" -#: pipeline/blueflow/src/components/common/RenderForm/tags/TagUpload.vue:80 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:137 +#: pipeline/blueflow/src/components/common/RenderForm/tags/TagUpload.vue:91 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:148 msgid "点击上传" msgstr "点击上传" -#: pipeline/blueflow/src/components/common/base/BaseSearch.vue:23 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:172 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:245 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:315 +#: pipeline/blueflow/src/components/common/base/BaseSearch.vue:34 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:183 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:256 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:326 msgid "高级搜索" msgstr "高级搜索" -#: pipeline/blueflow/src/components/common/modal/ErrorCode401.vue:14 +#: pipeline/blueflow/src/components/common/modal/ErrorCode401.vue:25 msgid "您需要登录蓝鲸智云" msgstr "您需要登录蓝鲸智云" -#: pipeline/blueflow/src/components/common/modal/ErrorCode401.vue:15 +#: pipeline/blueflow/src/components/common/modal/ErrorCode401.vue:26 msgid "立即登录" msgstr "立即登录" -#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:17 +#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:28 msgid "对不起,您没有当前应用的访问权限" msgstr "对不起,您没有当前应用的访问权限" -#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:18 -#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:18 +#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:29 +#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:29 msgid "请尝试如下操作:" msgstr "请尝试如下操作:" -#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:19 +#: pipeline/blueflow/src/components/common/modal/ErrorCode403.vue:30 msgid "联系应用“管理员”为您添加应用访问白名单或者 IP 白名单" msgstr "联系应用“管理员”为您添加应用访问白名单或者 IP 白名单" -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:26 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:37 msgid "对不起,您没有当前操作需要的的权限" msgstr "对不起,您没有当前操作需要的的权限" -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:27 -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:29 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:38 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:40 msgid "1.联系业务运维为您添加" msgstr "1.联系业务运维为您添加" -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:28 -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:30 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:39 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:41 msgid "配置平台" msgstr "配置平台" -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:29 -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:31 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:40 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:42 msgid "对应业务的角色,如运维人员、开发人员、产品人员、测试人员" msgstr "对应业务的角色,如运维人员、开发人员、产品人员、测试人员" -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:30 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:41 msgid "2.联系业务运维为您添加需要操作的流程模板的权限" msgstr "2.联系业务运维为您添加需要操作的流程模板的权限" -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:31 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:42 msgid "3.或者前往" msgstr "3.或者前往" -#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:32 -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:33 +#: pipeline/blueflow/src/components/common/modal/ErrorCode405.vue:43 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:44 msgid "创建属于自己的业务" msgstr "创建属于自己的业务" -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:28 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:39 msgid "对不起,您没有业务权限" msgstr "对不起,您没有业务权限" -#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:32 +#: pipeline/blueflow/src/components/common/modal/ErrorCode406.vue:43 msgid "2.或者前往" msgstr "2.或者前往" -#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:17 +#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:28 msgid "对不起,您没有当前应用的管理员权限" msgstr "对不起,您没有当前应用的管理员权限" -#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:19 +#: pipeline/blueflow/src/components/common/modal/ErrorCode407.vue:30 msgid "联系“管理员”为您添加管理员权限" msgstr "联系“管理员”为您添加管理员权限" -#: pipeline/blueflow/src/components/common/modal/ErrorCode500.vue:16 +#: pipeline/blueflow/src/components/common/modal/ErrorCode500.vue:27 msgid "应用出现异常" msgstr "应用出现异常" -#: pipeline/blueflow/src/components/common/modal/ErrorCode500.vue:17 -#: pipeline/blueflow/src/utils/errorHandler.js:33 -#: pipeline/blueflow/src/utils/errorHandler.js:38 +#: pipeline/blueflow/src/components/common/modal/ErrorCode500.vue:28 +#: pipeline/blueflow/src/utils/errorHandler.js:44 +#: pipeline/blueflow/src/utils/errorHandler.js:49 msgid "系统出现异常, 请记录下错误场景并与开发人员联系, 谢谢!" msgstr "系统出现异常, 请记录下错误场景并与开发人员联系, 谢谢!" -#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:29 +#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:40 msgid "QQ咨询" msgstr "QQ咨询" -#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:30 +#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:41 msgid "蓝鲸官网" msgstr "蓝鲸官网" -#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:31 +#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:42 msgid "蓝鲸论坛" msgstr "蓝鲸论坛" -#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:32 +#: pipeline/blueflow/src/components/layout/CopyrightFooter.vue:43 msgid "蓝鲸智云 版权所有" msgstr "蓝鲸智云 版权所有" -#: pipeline/blueflow/src/components/layout/Navigator.vue:75 +#: pipeline/blueflow/src/components/layout/Navigator.vue:86 msgid "职能化中心" msgstr "职能化中心" -#: pipeline/blueflow/src/components/layout/Navigator.vue:83 -#: pipeline/blueflow/src/pages/audit/index.vue:152 +#: pipeline/blueflow/src/components/layout/Navigator.vue:94 +#: pipeline/blueflow/src/pages/audit/index.vue:105 msgid "审计中心" msgstr "审计中心" -#: pipeline/blueflow/src/components/layout/Navigator.vue:90 -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:134 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:192 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:219 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:328 +#: pipeline/blueflow/src/components/layout/Navigator.vue:101 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:145 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:203 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:230 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:339 msgid "流程模板" msgstr "流程模板" -#: pipeline/blueflow/src/components/layout/Navigator.vue:94 -#: pipeline/blueflow/src/pages/functor/index.vue:196 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:278 +#: pipeline/blueflow/src/components/layout/Navigator.vue:105 +#: pipeline/blueflow/src/pages/functor/index.vue:207 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:289 msgid "业务流程" msgstr "业务流程" -#: pipeline/blueflow/src/components/layout/Navigator.vue:99 -#: pipeline/blueflow/src/components/layout/Navigator.vue:136 -#: pipeline/blueflow/src/pages/functor/index.vue:200 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:279 +#: pipeline/blueflow/src/components/layout/Navigator.vue:110 +#: pipeline/blueflow/src/components/layout/Navigator.vue:147 +#: pipeline/blueflow/src/pages/functor/index.vue:211 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:290 msgid "公共流程" msgstr "公共流程" -#: pipeline/blueflow/src/components/layout/Navigator.vue:108 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:171 +#: pipeline/blueflow/src/components/layout/Navigator.vue:119 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:182 msgid "周期任务" msgstr "周期任务" -#: pipeline/blueflow/src/components/layout/Navigator.vue:113 -#: pipeline/blueflow/src/components/layout/Navigator.vue:193 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:100 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:216 +#: pipeline/blueflow/src/components/layout/Navigator.vue:124 +#: pipeline/blueflow/src/components/layout/Navigator.vue:204 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:111 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:227 msgid "任务记录" msgstr "任务记录" -#: pipeline/blueflow/src/components/layout/Navigator.vue:118 +#: pipeline/blueflow/src/components/layout/Navigator.vue:129 msgid "业务配置" msgstr "业务配置" -#: pipeline/blueflow/src/components/layout/Navigator.vue:123 -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:83 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:243 +#: pipeline/blueflow/src/components/layout/Navigator.vue:134 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:94 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:254 msgid "轻应用" msgstr "轻应用" -#: pipeline/blueflow/src/components/layout/Navigator.vue:127 +#: pipeline/blueflow/src/components/layout/Navigator.vue:138 msgid "管理员入口" msgstr "管理员入口" -#: pipeline/blueflow/src/components/layout/Navigator.vue:131 -#: pipeline/blueflow/src/pages/statistics/index.vue:56 +#: pipeline/blueflow/src/components/layout/Navigator.vue:142 +#: pipeline/blueflow/src/pages/statistics/index.vue:67 msgid "运营数据" msgstr "运营数据" -#: pipeline/blueflow/src/components/layout/Navigator.vue:155 +#: pipeline/blueflow/src/components/layout/Navigator.vue:166 msgid "logo-zh" msgstr "logo-zh" -#: pipeline/blueflow/src/components/layout/Navigator.vue:157 +#: pipeline/blueflow/src/components/layout/Navigator.vue:168 msgid "帮助文档" msgstr "帮助文档" -#: pipeline/blueflow/src/components/layout/NotFoundComponent.vue:14 +#: pipeline/blueflow/src/components/layout/NotFoundComponent.vue:25 msgid "没找到页面!" msgstr "没找到页面!" -#: pipeline/blueflow/src/config/setting.js:47 +#: pipeline/blueflow/src/config/setting.js:58 msgid "提示" msgstr "提示" -#: pipeline/blueflow/src/constants/index.js:2 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:161 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:231 -#: pipeline/blueflow/src/pages/audit/index.vue:243 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:92 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:257 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:348 +#: pipeline/blueflow/src/constants/index.js:13 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:172 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:242 +#: pipeline/blueflow/src/pages/audit/index.vue:196 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:103 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:268 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:359 msgid "未执行" msgstr "未执行" -#: pipeline/blueflow/src/constants/index.js:3 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:185 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:228 -#: pipeline/blueflow/src/pages/audit/index.vue:169 -#: pipeline/blueflow/src/pages/audit/index.vue:275 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:112 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:246 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:373 +#: pipeline/blueflow/src/constants/index.js:14 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:196 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:239 +#: pipeline/blueflow/src/pages/audit/index.vue:122 +#: pipeline/blueflow/src/pages/audit/index.vue:228 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:123 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:257 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:384 msgid "执行中" msgstr "执行中" -#: pipeline/blueflow/src/constants/index.js:4 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:189 -#: pipeline/blueflow/src/pages/audit/index.vue:170 -#: pipeline/blueflow/src/pages/audit/index.vue:279 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:117 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:178 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:209 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:171 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:189 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:675 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:247 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:377 +#: pipeline/blueflow/src/constants/index.js:15 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:200 +#: pipeline/blueflow/src/pages/audit/index.vue:123 +#: pipeline/blueflow/src/pages/audit/index.vue:232 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:128 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:189 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:220 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:182 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:200 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:686 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:258 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:388 msgid "暂停" msgstr "暂停" -#: pipeline/blueflow/src/constants/index.js:5 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:193 -#: pipeline/blueflow/src/pages/audit/index.vue:283 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:122 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:381 +#: pipeline/blueflow/src/constants/index.js:16 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:204 +#: pipeline/blueflow/src/pages/audit/index.vue:236 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:133 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:392 msgid "节点暂停" msgstr "节点暂停" -#: pipeline/blueflow/src/constants/index.js:6 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:197 -#: pipeline/blueflow/src/pages/audit/index.vue:287 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:127 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:385 +#: pipeline/blueflow/src/constants/index.js:17 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:208 +#: pipeline/blueflow/src/pages/audit/index.vue:240 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:138 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:396 msgid "失败" msgstr "失败" -#: pipeline/blueflow/src/constants/index.js:7 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:155 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:225 -#: pipeline/blueflow/src/pages/audit/index.vue:237 -#: pipeline/blueflow/src/pages/functor/index.vue:265 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:84 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:259 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:342 +#: pipeline/blueflow/src/constants/index.js:18 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:166 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:236 +#: pipeline/blueflow/src/pages/audit/index.vue:190 +#: pipeline/blueflow/src/pages/functor/index.vue:276 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:95 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:270 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:353 msgid "完成" msgstr "完成" -#: pipeline/blueflow/src/constants/index.js:8 -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:201 -#: pipeline/blueflow/src/pages/audit/index.vue:291 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:132 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:163 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:389 +#: pipeline/blueflow/src/constants/index.js:19 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:212 +#: pipeline/blueflow/src/pages/audit/index.vue:244 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:143 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:174 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:400 msgid "撤销" msgstr "撤销" -#: pipeline/blueflow/src/constants/index.js:12 +#: pipeline/blueflow/src/constants/index.js:23 msgid "开始节点" msgstr "开始节点" -#: pipeline/blueflow/src/constants/index.js:13 +#: pipeline/blueflow/src/constants/index.js:24 msgid "结束节点" msgstr "结束节点" -#: pipeline/blueflow/src/constants/index.js:16 +#: pipeline/blueflow/src/constants/index.js:27 msgid "并行网关" msgstr "并行网关" -#: pipeline/blueflow/src/constants/index.js:17 +#: pipeline/blueflow/src/constants/index.js:28 msgid "分支网关" msgstr "分支网关" -#: pipeline/blueflow/src/constants/index.js:18 +#: pipeline/blueflow/src/constants/index.js:29 msgid "汇聚网关" msgstr "汇聚网关" -#: pipeline/blueflow/src/constants/index.js:19 +#: pipeline/blueflow/src/constants/index.js:30 msgid "标准插件节点" msgstr "标准插件节点" -#: pipeline/blueflow/src/constants/index.js:20 +#: pipeline/blueflow/src/constants/index.js:31 msgid "子流程节点" msgstr "子流程节点" -#: pipeline/blueflow/src/main.js:66 +#: pipeline/blueflow/src/main.js:77 msgid "流程名称不能为空" msgstr "流程名称不能为空" -#: pipeline/blueflow/src/main.js:67 +#: pipeline/blueflow/src/main.js:78 msgid "流程名称不能包含" msgstr "流程名称不能包含" -#: pipeline/blueflow/src/main.js:67 pipeline/blueflow/src/main.js:72 -#: pipeline/blueflow/src/main.js:76 pipeline/blueflow/src/main.js:81 -#: pipeline/blueflow/src/main.js:99 pipeline/blueflow/src/main.js:104 -#: pipeline/blueflow/src/main.js:112 pipeline/blueflow/src/main.js:120 -#: pipeline/blueflow/src/main.js:129 +#: pipeline/blueflow/src/main.js:78 pipeline/blueflow/src/main.js:83 +#: pipeline/blueflow/src/main.js:87 pipeline/blueflow/src/main.js:92 +#: pipeline/blueflow/src/main.js:110 pipeline/blueflow/src/main.js:115 +#: pipeline/blueflow/src/main.js:123 pipeline/blueflow/src/main.js:131 +#: pipeline/blueflow/src/main.js:140 msgid "非法字符" msgstr "非法字符" -#: pipeline/blueflow/src/main.js:68 +#: pipeline/blueflow/src/main.js:79 msgid "流程名称长度不能超过" msgstr "流程名称长度不能超过" -#: pipeline/blueflow/src/main.js:68 pipeline/blueflow/src/main.js:73 -#: pipeline/blueflow/src/main.js:77 pipeline/blueflow/src/main.js:82 -#: pipeline/blueflow/src/main.js:87 pipeline/blueflow/src/main.js:100 -#: pipeline/blueflow/src/main.js:105 pipeline/blueflow/src/main.js:113 -#: pipeline/blueflow/src/main.js:116 pipeline/blueflow/src/main.js:121 -#: pipeline/blueflow/src/main.js:130 +#: pipeline/blueflow/src/main.js:79 pipeline/blueflow/src/main.js:84 +#: pipeline/blueflow/src/main.js:88 pipeline/blueflow/src/main.js:93 +#: pipeline/blueflow/src/main.js:98 pipeline/blueflow/src/main.js:111 +#: pipeline/blueflow/src/main.js:116 pipeline/blueflow/src/main.js:124 +#: pipeline/blueflow/src/main.js:127 pipeline/blueflow/src/main.js:132 +#: pipeline/blueflow/src/main.js:141 msgid "个字符" msgstr "个字符" -#: pipeline/blueflow/src/main.js:71 +#: pipeline/blueflow/src/main.js:82 msgid "节点名称不能为空" msgstr "节点名称不能为空" -#: pipeline/blueflow/src/main.js:72 +#: pipeline/blueflow/src/main.js:83 msgid "节点名称不能包含" msgstr "节点名称不能包含" -#: pipeline/blueflow/src/main.js:73 +#: pipeline/blueflow/src/main.js:84 msgid "节点名称长度不能超过" msgstr "节点名称长度不能超过" -#: pipeline/blueflow/src/main.js:76 +#: pipeline/blueflow/src/main.js:87 msgid "步骤名称不能包含" msgstr "步骤名称不能包含" -#: pipeline/blueflow/src/main.js:77 +#: pipeline/blueflow/src/main.js:88 msgid "步骤名称不能超过" msgstr "步骤名称不能超过" -#: pipeline/blueflow/src/main.js:80 +#: pipeline/blueflow/src/main.js:91 msgid "变量名称不能为空" msgstr "变量名称不能为空" -#: pipeline/blueflow/src/main.js:81 +#: pipeline/blueflow/src/main.js:92 msgid "变量名称不能包含" msgstr "变量名称不能包含" -#: pipeline/blueflow/src/main.js:82 +#: pipeline/blueflow/src/main.js:93 msgid "变量名称长度不能超过" msgstr "变量名称长度不能超过" -#: pipeline/blueflow/src/main.js:85 +#: pipeline/blueflow/src/main.js:96 msgid "变量KEY值不能为空" msgstr "变量KEY值不能为空" -#: pipeline/blueflow/src/main.js:86 +#: pipeline/blueflow/src/main.js:97 msgid "变量KEY由英文字母、数字、下划线组成,且不能以数字开头" msgstr "变量KEY由英文字母、数字、下划线组成,且不能以数字开头" -#: pipeline/blueflow/src/main.js:87 +#: pipeline/blueflow/src/main.js:98 msgid "变量KEY值长度不能超过" msgstr "变量KEY值长度不能超过" -#: pipeline/blueflow/src/main.js:88 +#: pipeline/blueflow/src/main.js:99 msgid "变量KEY值已存在" msgstr "变量KEY值已存在" -#: pipeline/blueflow/src/main.js:91 +#: pipeline/blueflow/src/main.js:102 msgid "变量隐藏时默认值不能为空" msgstr "变量隐藏时默认值不能为空" -#: pipeline/blueflow/src/main.js:92 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:399 +#: pipeline/blueflow/src/main.js:103 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:410 msgid "默认值不满足正则校验" msgstr "默认值不满足正则校验" -#: pipeline/blueflow/src/main.js:95 +#: pipeline/blueflow/src/main.js:106 msgid "正则校验不是合法的正则表达式" msgstr "正则校验不是合法的正则表达式" -#: pipeline/blueflow/src/main.js:98 +#: pipeline/blueflow/src/main.js:109 msgid "任务名称不能为空" msgstr "任务名称不能为空" -#: pipeline/blueflow/src/main.js:99 +#: pipeline/blueflow/src/main.js:110 msgid "任务名称不能包含" msgstr "任务名称不能包含" -#: pipeline/blueflow/src/main.js:100 +#: pipeline/blueflow/src/main.js:111 msgid "任务名称不能超过" msgstr "任务名称不能超过" -#: pipeline/blueflow/src/main.js:103 +#: pipeline/blueflow/src/main.js:114 msgid "方案名称不能为空" msgstr "方案名称不能为空" -#: pipeline/blueflow/src/main.js:104 +#: pipeline/blueflow/src/main.js:115 msgid "方案名称不能包含" msgstr "方案名称不能包含" -#: pipeline/blueflow/src/main.js:105 +#: pipeline/blueflow/src/main.js:116 msgid "方案名称不能超过" msgstr "方案名称不能超过" -#: pipeline/blueflow/src/main.js:108 -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:135 +#: pipeline/blueflow/src/main.js:119 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:146 msgid "流程模板不能为空" msgstr "流程模板不能为空" -#: pipeline/blueflow/src/main.js:111 +#: pipeline/blueflow/src/main.js:122 msgid "应用名称不能为空" msgstr "应用名称不能为空" -#: pipeline/blueflow/src/main.js:112 +#: pipeline/blueflow/src/main.js:123 msgid "应用名称不能包含" msgstr "应用名称不能包含" -#: pipeline/blueflow/src/main.js:113 +#: pipeline/blueflow/src/main.js:124 msgid "应用名称不能超过" msgstr "应用名称不能超过" -#: pipeline/blueflow/src/main.js:116 +#: pipeline/blueflow/src/main.js:127 msgid "应用简介不能超过" msgstr "应用简介不能超过" -#: pipeline/blueflow/src/main.js:119 +#: pipeline/blueflow/src/main.js:130 msgid "定时流程名称不能为空" msgstr "定时流程名称不能为空" -#: pipeline/blueflow/src/main.js:120 +#: pipeline/blueflow/src/main.js:131 msgid "定时流程名称包含" msgstr "定时流程名称包含" -#: pipeline/blueflow/src/main.js:121 +#: pipeline/blueflow/src/main.js:132 msgid "定时流程名称不能超过" msgstr "定时流程名称不能超过" -#: pipeline/blueflow/src/main.js:124 +#: pipeline/blueflow/src/main.js:135 msgid "定时表达式不能为空" msgstr "定时表达式不能为空" -#: pipeline/blueflow/src/main.js:125 +#: pipeline/blueflow/src/main.js:136 msgid "输入定时表达式非法,请校验" msgstr "输入定时表达式非法,请校验" -#: pipeline/blueflow/src/main.js:128 +#: pipeline/blueflow/src/main.js:139 msgid "本地缓存名称不能为空" msgstr "本地缓存名称不能为空" -#: pipeline/blueflow/src/main.js:129 +#: pipeline/blueflow/src/main.js:140 msgid "本地缓存名称包含" msgstr "本地缓存名称包含" -#: pipeline/blueflow/src/main.js:130 +#: pipeline/blueflow/src/main.js:141 msgid "本地缓存名称不能超过" msgstr "本地缓存名称不能超过" -#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:38 +#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:49 msgid "流程模板:" msgstr "流程模板:" -#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:39 +#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:50 msgid "应用简介:" msgstr "应用简介:" -#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:56 +#: pipeline/blueflow/src/pages/appmaker/AppCard.vue:67 msgid "外链不支持打开轻应用,请在蓝鲸市场中打开此链接" msgstr "外链不支持打开轻应用,请在蓝鲸市场中打开此链接" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:133 -#: pipeline/blueflow/src/pages/appmaker/index.vue:83 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:144 +#: pipeline/blueflow/src/pages/appmaker/index.vue:94 msgid "新建轻应用" msgstr "新建轻应用" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:133 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:144 msgid "修改轻应用" msgstr "修改轻应用" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:136 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:147 msgid "应用名称" msgstr "应用名称" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:137 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:126 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:148 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:137 msgid "执行方案" msgstr "执行方案" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:138 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:149 msgid "当流程模板包含可选节点时,用户可以在新建任务时添加执行方案。这里选择执行方案后,创建的轻应用只能按照固定执行方案新建任务。" msgstr "当流程模板包含可选节点时,用户可以在新建任务时添加执行方案。这里选择执行方案后,创建的轻应用只能按照固定执行方案新建任务。" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:139 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:150 msgid "应用简介" msgstr "应用简介" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:140 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:151 msgid "应用LOGO" msgstr "应用LOGO" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:141 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:152 msgid "点击更换" msgstr "点击更换" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:142 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:153 msgid "只能上传JPG/PNG类型文件,建议大小为100px*100px,不能超过 100K" msgstr "只能上传JPG/PNG类型文件,建议大小为100px*100px,不能超过 100K" -#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:206 +#: pipeline/blueflow/src/pages/appmaker/AppEditDialog.vue:217 msgid "图片大小不能超过 100K" msgstr "图片大小不能超过 100K" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:87 -#: pipeline/blueflow/src/pages/audit/index.vue:153 -#: pipeline/blueflow/src/pages/functor/index.vue:156 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:277 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:98 +#: pipeline/blueflow/src/pages/audit/index.vue:106 +#: pipeline/blueflow/src/pages/functor/index.vue:167 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:288 msgid "请输入ID或流程名称" msgstr "请输入ID或流程名称" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:88 -#: pipeline/blueflow/src/pages/audit/index.vue:155 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:218 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:99 +#: pipeline/blueflow/src/pages/audit/index.vue:108 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:229 msgid "执行开始" msgstr "执行开始" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:89 -#: pipeline/blueflow/src/pages/audit/index.vue:156 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:219 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:100 +#: pipeline/blueflow/src/pages/audit/index.vue:109 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:230 msgid "执行结束" msgstr "执行结束" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:90 -#: pipeline/blueflow/src/pages/audit/index.vue:157 -#: pipeline/blueflow/src/pages/functor/index.vue:160 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:285 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:283 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:128 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:95 -#: pipeline/blueflow/src/pages/task/TaskList/TaskCloneDialog.vue:49 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:217 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:101 +#: pipeline/blueflow/src/pages/audit/index.vue:110 +#: pipeline/blueflow/src/pages/functor/index.vue:171 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:296 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:294 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:139 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:107 +#: pipeline/blueflow/src/pages/task/TaskList/TaskCloneDialog.vue:60 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:228 msgid "任务名称" msgstr "任务名称" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:91 -#: pipeline/blueflow/src/pages/audit/index.vue:158 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:102 +#: pipeline/blueflow/src/pages/audit/index.vue:111 msgid "任务类型" msgstr "任务类型" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:92 -#: pipeline/blueflow/src/pages/audit/index.vue:159 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:173 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:287 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:285 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:208 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:221 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:285 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:103 +#: pipeline/blueflow/src/pages/audit/index.vue:112 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:184 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:298 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:296 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:219 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:232 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:296 msgid "创建人" msgstr "创建人" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:93 -#: pipeline/blueflow/src/pages/audit/index.vue:160 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:222 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:104 +#: pipeline/blueflow/src/pages/audit/index.vue:113 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:233 msgid "执行人" msgstr "执行人" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:95 -#: pipeline/blueflow/src/pages/audit/index.vue:164 -#: pipeline/blueflow/src/pages/functor/index.vue:171 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:180 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:228 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:297 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:106 +#: pipeline/blueflow/src/pages/audit/index.vue:117 +#: pipeline/blueflow/src/pages/functor/index.vue:182 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:191 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:239 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:308 msgid "共" msgstr "共" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:96 -#: pipeline/blueflow/src/pages/audit/index.vue:165 -#: pipeline/blueflow/src/pages/functor/index.vue:172 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:181 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:229 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:298 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:107 +#: pipeline/blueflow/src/pages/audit/index.vue:118 +#: pipeline/blueflow/src/pages/functor/index.vue:183 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:192 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:240 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:309 msgid "条记录" msgstr "条记录" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:97 -#: pipeline/blueflow/src/pages/audit/index.vue:166 -#: pipeline/blueflow/src/pages/functor/index.vue:173 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:182 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:230 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:299 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:108 +#: pipeline/blueflow/src/pages/audit/index.vue:119 +#: pipeline/blueflow/src/pages/functor/index.vue:184 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:193 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:241 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:310 msgid "," msgstr "," -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:98 -#: pipeline/blueflow/src/pages/audit/index.vue:167 -#: pipeline/blueflow/src/pages/functor/index.vue:174 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:183 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:231 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:300 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:109 +#: pipeline/blueflow/src/pages/audit/index.vue:120 +#: pipeline/blueflow/src/pages/functor/index.vue:185 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:194 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:242 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:311 msgid "当前第" msgstr "当前第" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:99 -#: pipeline/blueflow/src/pages/audit/index.vue:168 -#: pipeline/blueflow/src/pages/functor/index.vue:175 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:184 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:232 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:301 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:110 +#: pipeline/blueflow/src/pages/audit/index.vue:121 +#: pipeline/blueflow/src/pages/functor/index.vue:186 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:195 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:243 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:312 msgid "页" msgstr "页" -#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:204 -#: pipeline/blueflow/src/pages/audit/index.vue:294 -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:135 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:392 +#: pipeline/blueflow/src/pages/appmaker/AppTaskHome/index.vue:215 +#: pipeline/blueflow/src/pages/audit/index.vue:247 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:146 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:403 msgid "未知" msgstr "未知" -#: pipeline/blueflow/src/pages/appmaker/index.vue:84 +#: pipeline/blueflow/src/pages/appmaker/index.vue:95 msgid "请输入轻应用名称" msgstr "请输入轻应用名称" -#: pipeline/blueflow/src/pages/appmaker/index.vue:86 +#: pipeline/blueflow/src/pages/appmaker/index.vue:97 msgid "确认删除轻应用?" msgstr "确认删除轻应用?" -#: pipeline/blueflow/src/pages/appmaker/index.vue:95 +#: pipeline/blueflow/src/pages/appmaker/index.vue:106 msgid "未找到相关轻应用" msgstr "未找到相关轻应用" -#: pipeline/blueflow/src/pages/appmaker/index.vue:95 +#: pipeline/blueflow/src/pages/appmaker/index.vue:106 msgid "暂未添加轻应用" msgstr "暂未添加轻应用" -#: pipeline/blueflow/src/pages/audit/index.vue:154 -#: pipeline/blueflow/src/pages/functor/index.vue:157 -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:148 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:281 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:272 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:192 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:197 +#: pipeline/blueflow/src/pages/audit/index.vue:107 +#: pipeline/blueflow/src/pages/functor/index.vue:168 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:159 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:292 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:283 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:203 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:208 msgid "所属业务" msgstr "所属业务" -#: pipeline/blueflow/src/pages/audit/index.vue:163 -#: pipeline/blueflow/src/pages/functor/index.vue:166 +#: pipeline/blueflow/src/pages/audit/index.vue:116 +#: pipeline/blueflow/src/pages/functor/index.vue:177 msgid "查看" msgstr "查看" -#: pipeline/blueflow/src/pages/audit/index.vue:171 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:271 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:220 +#: pipeline/blueflow/src/pages/audit/index.vue:124 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:282 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:231 msgid "任务分类" msgstr "任务分类" -#: pipeline/blueflow/src/pages/audit/index.vue:172 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:194 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:238 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:312 +#: pipeline/blueflow/src/pages/audit/index.vue:125 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:205 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:249 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:323 msgid "搜索" msgstr "搜索" -#: pipeline/blueflow/src/pages/audit/index.vue:173 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:195 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:239 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:313 +#: pipeline/blueflow/src/pages/audit/index.vue:126 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:206 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:250 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:324 msgid "清空" msgstr "清空" -#: pipeline/blueflow/src/pages/audit/index.vue:174 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:234 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:306 +#: pipeline/blueflow/src/pages/audit/index.vue:127 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:245 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:317 msgid "请选择分类" msgstr "请选择分类" -#: pipeline/blueflow/src/pages/audit/index.vue:175 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:186 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:235 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:308 +#: pipeline/blueflow/src/pages/audit/index.vue:128 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:197 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:246 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:319 msgid "请输入创建人" msgstr "请输入创建人" -#: pipeline/blueflow/src/pages/audit/index.vue:176 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:236 +#: pipeline/blueflow/src/pages/audit/index.vue:129 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:247 msgid "请输入执行人" msgstr "请输入执行人" -#: pipeline/blueflow/src/pages/audit/index.vue:177 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:187 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:191 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:237 +#: pipeline/blueflow/src/pages/audit/index.vue:130 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:198 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:202 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:248 msgid "请选择状态" msgstr "请选择状态" -#: pipeline/blueflow/src/pages/config/index.vue:59 +#: pipeline/blueflow/src/pages/config/index.vue:70 msgid "执行者配置" msgstr "执行者配置" -#: pipeline/blueflow/src/pages/config/index.vue:60 +#: pipeline/blueflow/src/pages/config/index.vue:71 msgid "任务执行者" msgstr "任务执行者" -#: pipeline/blueflow/src/pages/config/index.vue:61 +#: pipeline/blueflow/src/pages/config/index.vue:72 msgid "强制生效" msgstr "强制生效" -#: pipeline/blueflow/src/pages/config/index.vue:62 +#: pipeline/blueflow/src/pages/config/index.vue:73 msgid "该字段默认在非运维人员执行任务时生效,为空则从配置平台(CMDB)随机获取运维身份" msgstr "该字段默认在非运维人员执行任务时生效,为空则从配置平台(CMDB)随机获取运维身份" -#: pipeline/blueflow/src/pages/config/index.vue:63 +#: pipeline/blueflow/src/pages/config/index.vue:74 msgid "开启后,所有任务都使用任务执行者身份来执行" msgstr "开启后,所有任务都使用任务执行者身份来执行" -#: pipeline/blueflow/src/pages/config/index.vue:104 -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:92 +#: pipeline/blueflow/src/pages/config/index.vue:115 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:103 msgid "保存成功" msgstr "保存成功" -#: pipeline/blueflow/src/pages/functor/index.vue:158 +#: pipeline/blueflow/src/pages/functor/index.vue:169 msgid "提单时间" msgstr "提单时间" -#: pipeline/blueflow/src/pages/functor/index.vue:159 +#: pipeline/blueflow/src/pages/functor/index.vue:170 msgid "认领时间" msgstr "认领时间" -#: pipeline/blueflow/src/pages/functor/index.vue:161 +#: pipeline/blueflow/src/pages/functor/index.vue:172 msgid "提单人" msgstr "提单人" -#: pipeline/blueflow/src/pages/functor/index.vue:162 +#: pipeline/blueflow/src/pages/functor/index.vue:173 msgid "认领人" msgstr "认领人" -#: pipeline/blueflow/src/pages/functor/index.vue:165 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:98 +#: pipeline/blueflow/src/pages/functor/index.vue:176 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:110 msgid "认领" msgstr "认领" -#: pipeline/blueflow/src/pages/functor/index.vue:167 -#: pipeline/blueflow/src/pages/task/TaskStep.vue:39 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:287 +#: pipeline/blueflow/src/pages/functor/index.vue:178 +#: pipeline/blueflow/src/pages/task/TaskStep.vue:50 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:298 msgid "新建任务" msgstr "新建任务" -#: pipeline/blueflow/src/pages/functor/index.vue:168 -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:152 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:275 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:277 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:194 +#: pipeline/blueflow/src/pages/functor/index.vue:179 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:163 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:286 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:288 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:205 msgid "选择业务" msgstr "选择业务" -#: pipeline/blueflow/src/pages/functor/index.vue:169 +#: pipeline/blueflow/src/pages/functor/index.vue:180 msgid "选择模板" msgstr "选择模板" -#: pipeline/blueflow/src/pages/functor/index.vue:170 +#: pipeline/blueflow/src/pages/functor/index.vue:181 msgid "如果未找到模板,请联系业务运维在流程模板的权限管理中对你或所有职能化人员授予“新建任务权限”" msgstr "如果未找到模板,请联系业务运维在流程模板的权限管理中对你或所有职能化人员授予“新建任务权限”" -#: pipeline/blueflow/src/pages/functor/index.vue:268 +#: pipeline/blueflow/src/pages/functor/index.vue:279 msgid "未认领" msgstr "未认领" -#: pipeline/blueflow/src/pages/functor/index.vue:271 +#: pipeline/blueflow/src/pages/functor/index.vue:282 msgid "已驳回" msgstr "已驳回" -#: pipeline/blueflow/src/pages/functor/index.vue:390 +#: pipeline/blueflow/src/pages/functor/index.vue:401 msgid " 无数据 " msgstr " 无数据 " -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:80 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:91 msgid "进入" msgstr "进入" -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:81 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:92 msgid "执行任务" msgstr "执行任务" -#: pipeline/blueflow/src/pages/home/HomeSummary.vue:84 +#: pipeline/blueflow/src/pages/home/HomeSummary.vue:95 msgid "次" msgstr "次" -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:66 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:77 msgid "快速新建任务" msgstr "快速新建任务" -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:67 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:78 msgid "取消常用流程" msgstr "取消常用流程" -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:68 -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:118 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:79 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:129 msgid "添加常用流程" msgstr "添加常用流程" -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:69 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:80 msgid "业务下无常用流程," msgstr "业务下无常用流程," -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:70 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:81 msgid "立即添加" msgstr "立即添加" -#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:139 +#: pipeline/blueflow/src/pages/home/QuickCreateTask.vue:150 msgid "业务下无流程模板,为您跳转至新建流程" msgstr "业务下无流程模板,为您跳转至新建流程" -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:117 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:112 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:305 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:128 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:123 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:316 msgid "请输入流程名称" msgstr "请输入流程名称" -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:120 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:114 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:131 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:125 msgid "项" msgstr "项" -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:121 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:132 msgid ",最多可选" msgstr ",最多可选" -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:122 -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:110 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:133 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:121 msgid "搜索结果为空" msgstr "搜索结果为空" -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:123 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:134 msgid "该业务下暂无流程," msgstr "该业务下暂无流程," -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:124 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:135 msgid "立即创建" msgstr "立即创建" -#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:175 +#: pipeline/blueflow/src/pages/home/SelectTemplateDialog.vue:186 msgid "最多只能添加10项" msgstr "最多只能添加10项" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:53 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:64 msgid "业务动态" msgstr "业务动态" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:54 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:65 msgid "查看更多" msgstr "查看更多" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:55 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:66 msgid "查看详情" msgstr "查看详情" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:56 -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:149 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:67 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:160 msgid "耗时" msgstr "耗时" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:67 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:78 msgid "创建了一个" msgstr "创建了一个" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:69 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:80 msgid "执行了一个" msgstr "执行了一个" -#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:72 +#: pipeline/blueflow/src/pages/home/TaskFeeds.vue:83 msgid "任务" msgstr "任务" -#: pipeline/blueflow/src/pages/home/TaskPercentChart.vue:24 +#: pipeline/blueflow/src/pages/home/TaskPercentChart.vue:35 msgid "任务分类占比" msgstr "任务分类占比" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/DeletePeriodicDialog.vue:26 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:227 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:293 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/DeletePeriodicDialog.vue:37 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:238 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:304 msgid "确认删除" msgstr "确认删除" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/DeletePeriodicDialog.vue:32 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/DeletePeriodicDialog.vue:43 msgid "?" msgstr "?" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:66 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:77 msgid "周期信息" msgstr "周期信息" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:67 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:78 msgid "修改周期任务" msgstr "修改周期任务" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:68 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:170 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:79 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:181 msgid "周期规则" msgstr "周期规则" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:69 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:132 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:96 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:80 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:143 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:108 msgid "参数信息" msgstr "参数信息" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:70 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:81 msgid "图片出错" msgstr "图片出错" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:76 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:157 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:87 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:168 msgid "task-zh" msgstr "task-zh" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:106 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:117 msgid "输入周期表达式非法,请校验" msgstr "输入周期表达式非法,请校验" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:148 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:159 msgid "修改周期任务信息成功" msgstr "修改周期任务信息成功" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:153 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:164 msgid "修改周期任务参数成功,但表达式修改未成功,请重试" msgstr "修改周期任务参数成功,但表达式修改未成功,请重试" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:158 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:169 msgid "修改周期任务表达式成功,但任务参数未修改成功,请重试" msgstr "修改周期任务表达式成功,但任务参数未修改成功,请重试" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:163 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:183 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:174 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:194 msgid "修改周期任务失败,请联系管理员" msgstr "修改周期任务失败,请联系管理员" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:178 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/ModifyPeriodicDialog.vue:189 msgid "修改周期任务表达式成功" msgstr "修改周期任务表达式成功" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:169 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:180 msgid "上次运行时间" msgstr "上次运行时间" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:175 -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:208 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:186 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:219 msgid "启动" msgstr "启动" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:179 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:190 msgid "运行次数" msgstr "运行次数" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:185 -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:233 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:196 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:244 msgid "请输入任务名称" msgstr "请输入任务名称" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:189 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:226 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:145 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:94 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:102 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:178 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:314 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:200 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:237 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:156 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:105 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:113 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:189 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:325 msgid "名称" msgstr "名称" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:190 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:201 msgid "请暂停任务后再执行编辑操作" msgstr "请暂停任务后再执行编辑操作" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:193 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:210 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:292 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:204 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:221 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:303 msgid "执行历史" msgstr "执行历史" -#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:329 +#: pipeline/blueflow/src/pages/periodic/PeriodicList/index.vue:340 msgid "删除周期任务成功" msgstr "删除周期任务成功" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:147 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:158 msgid "轻应用分类" msgstr "轻应用分类" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:149 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:160 msgid "轻应用创建时间" msgstr "轻应用创建时间" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:150 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:161 msgid "轻应用详情" msgstr "轻应用详情" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:151 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:274 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:276 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:193 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:162 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:285 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:287 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:204 msgid "选择分类" msgstr "选择分类" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:153 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:164 msgid "选择时间" msgstr "选择时间" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:155 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:277 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:291 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:328 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:166 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:288 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:302 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:339 msgid "标准插件" msgstr "标准插件" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:156 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:278 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:281 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:200 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:394 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:167 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:289 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:292 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:211 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:405 msgid "全部分类" msgstr "全部分类" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:157 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:279 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:282 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:201 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:386 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:168 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:290 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:293 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:212 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:397 msgid "全部业务" msgstr "全部业务" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:158 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:169 msgid "轻应用名称" msgstr "轻应用名称" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:159 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:286 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:284 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:209 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:170 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:297 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:295 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:220 msgid "创建时间" msgstr "创建时间" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:160 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:282 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:283 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:171 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:293 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:294 msgid "更新时间" msgstr "更新时间" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:161 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:283 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:172 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:294 msgid "更新人" msgstr "更新人" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:162 -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:284 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:289 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:204 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:56 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:282 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:173 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:295 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:300 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:215 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:67 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:293 msgid "分类" msgstr "分类" -#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:163 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:213 +#: pipeline/blueflow/src/pages/statistics/Appmaker/index.vue:174 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:224 msgid "创建任务数" msgstr "创建任务数" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:268 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:279 msgid "引用次数" msgstr "引用次数" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:269 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:196 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:280 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:207 msgid "流程详情" msgstr "流程详情" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:270 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:274 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:281 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:285 msgid "执行耗时" msgstr "执行耗时" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:271 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:273 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:282 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:284 msgid "任务详情" msgstr "任务详情" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:272 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:275 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:195 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:283 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:286 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:206 msgid "时间范围" msgstr "时间范围" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:273 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:284 msgid "任务开始时间" msgstr "任务开始时间" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:280 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:202 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:141 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:281 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:291 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:213 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:152 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:292 msgid "流程名称" msgstr "流程名称" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:288 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:286 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:205 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:299 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:297 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:216 msgid "标准插件数" msgstr "标准插件数" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:289 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:287 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:206 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:300 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:298 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:217 msgid "子流程数" msgstr "子流程数" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:290 -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:288 -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:207 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:301 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:299 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:218 msgid "网关数" msgstr "网关数" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:292 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:303 msgid "执行次数" msgstr "执行次数" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:293 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:304 msgid "失败次数" msgstr "失败次数" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:294 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:305 msgid "平均执行耗时(秒)" msgstr "平均执行耗时(秒)" -#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:295 +#: pipeline/blueflow/src/pages/statistics/Atom/index.vue:306 msgid "失败率" msgstr "失败率" -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:278 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:289 msgid "时间维度" msgstr "时间维度" -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:279 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:290 msgid "天" msgstr "天" -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:290 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:301 msgid "月" msgstr "月" -#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:291 +#: pipeline/blueflow/src/pages/statistics/Instance/index.vue:302 msgid "耗时(秒)" msgstr "耗时(秒)" -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:191 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:202 msgid "流程分类" msgstr "流程分类" -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:198 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:209 msgid "流程引用" msgstr "流程引用" -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:203 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:214 msgid "业务" msgstr "业务" -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:211 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:222 msgid "创建轻应用数" msgstr "创建轻应用数" -#: pipeline/blueflow/src/pages/statistics/Template/index.vue:212 +#: pipeline/blueflow/src/pages/statistics/Template/index.vue:223 msgid "被引用为子流程数" msgstr "被引用为子流程数" -#: pipeline/blueflow/src/pages/statistics/index.vue:30 +#: pipeline/blueflow/src/pages/statistics/index.vue:41 msgid "流程统计" msgstr "流程统计" -#: pipeline/blueflow/src/pages/statistics/index.vue:35 +#: pipeline/blueflow/src/pages/statistics/index.vue:46 msgid "任务统计" msgstr "任务统计" -#: pipeline/blueflow/src/pages/statistics/index.vue:40 +#: pipeline/blueflow/src/pages/statistics/index.vue:51 msgid "标准插件统计" msgstr "标准插件统计" -#: pipeline/blueflow/src/pages/statistics/index.vue:45 +#: pipeline/blueflow/src/pages/statistics/index.vue:56 msgid "轻应用统计" msgstr "轻应用统计" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:127 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:94 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:138 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:106 msgid "任务信息" msgstr "任务信息" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:129 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:140 msgid "流程类型" msgstr "流程类型" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:130 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:141 msgid "默认任务流程" msgstr "默认任务流程" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:131 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:142 msgid "职能化任务流程" msgstr "职能化任务流程" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:133 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:144 msgid "上一步" msgstr "上一步" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:134 -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:122 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:145 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:133 msgid "下一步" msgstr "下一步" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:135 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:146 msgid "立即执行" msgstr "立即执行" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:136 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:147 msgid "周期执行" msgstr "周期执行" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:137 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:148 msgid "周期表达式" msgstr "周期表达式" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:138 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskParamFill.vue:149 msgid "执行计划" msgstr "执行计划" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:116 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:127 msgid "执行方案列表" msgstr "执行方案列表" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:117 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:144 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:93 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:280 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:128 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:155 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:104 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:291 msgid "新建" msgstr "新建" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:120 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:131 msgid "取消全选" msgstr "取消全选" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:123 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:134 msgid "执行方案保存" msgstr "执行方案保存" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:124 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:135 msgid "方案名称" msgstr "方案名称" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:125 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:136 msgid "预览模式:" msgstr "预览模式:" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:291 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:302 msgid "方案名称已存在" msgstr "方案名称已存在" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:326 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:337 msgid "方案添加成功" msgstr "方案添加成功" -#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:401 +#: pipeline/blueflow/src/pages/task/TaskCreate/TaskSelectNode.vue:412 msgid "方案删除成功" msgstr "方案删除成功" -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:37 -#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:37 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:48 +#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:48 msgid "节点选择" msgstr "节点选择" -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:42 -#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:41 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:53 +#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:52 msgid "参数填写" msgstr "参数填写" -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:47 -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:101 -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:113 -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:118 -#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:45 -#: pipeline/blueflow/src/pages/task/TaskStep.vue:40 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:58 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:112 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:124 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:129 +#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:56 +#: pipeline/blueflow/src/pages/task/TaskStep.vue:51 msgid "任务执行" msgstr "任务执行" -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:108 -#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:132 -#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:87 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:119 +#: pipeline/blueflow/src/pages/task/TaskCreate/index.vue:143 +#: pipeline/blueflow/src/pages/task/TaskExecute/index.vue:98 msgid "职能化认领" msgstr "职能化认领" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:145 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:156 msgid "执行详情" msgstr "执行详情" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:146 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:157 msgid "执行信息" msgstr "执行信息" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:147 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:158 msgid "开始时间" msgstr "开始时间" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:148 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:159 msgid "结束时间" msgstr "结束时间" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:150 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:161 msgid "失败后跳过" msgstr "失败后跳过" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:151 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:162 msgid "失败自动忽略" msgstr "失败自动忽略" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:152 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:224 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:163 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:235 msgid "输入参数" msgstr "输入参数" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:153 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:225 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:164 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:236 msgid "输出参数" msgstr "输出参数" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:154 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:100 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:165 msgid "参数名" msgstr "参数名" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:155 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:159 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:107 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:48 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:48 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:166 +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:59 msgid "参数值" msgstr "参数值" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:156 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:167 msgid "异常信息" msgstr "异常信息" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:157 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:168 msgid "执行记录" msgstr "执行记录" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:158 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:101 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:169 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:112 msgid "序号" msgstr "序号" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:159 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:144 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:302 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:345 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:350 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:170 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:155 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:313 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:356 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:361 msgid "是" msgstr "是" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:160 -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:145 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:303 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:346 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:351 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:171 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:156 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:314 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:357 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:362 msgid "否" msgstr "否" -#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:161 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:233 +#: pipeline/blueflow/src/pages/task/TaskExecute/ExecuteInfo.vue:172 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:244 msgid "手动重试" msgstr "手动重试" -#: pipeline/blueflow/src/pages/task/TaskExecute/GatewaySelectDialog.vue:37 +#: pipeline/blueflow/src/pages/task/TaskExecute/GatewaySelectDialog.vue:48 msgid "请选择执行分支" msgstr "请选择执行分支" -#: pipeline/blueflow/src/pages/task/TaskExecute/GatewaySelectDialog.vue:38 +#: pipeline/blueflow/src/pages/task/TaskExecute/GatewaySelectDialog.vue:49 msgid "可选执行分支" msgstr "可选执行分支" -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:40 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:51 msgid "修改全局参数" msgstr "修改全局参数" -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:102 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyParams.vue:113 msgid "参数修改成功" msgstr "参数修改成功" -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:39 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:50 msgid "修改定时时间" msgstr "修改定时时间" -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:40 -#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:40 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:51 +#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:51 msgid "确定" msgstr "确定" -#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:129 +#: pipeline/blueflow/src/pages/task/TaskExecute/ModifyTime.vue:140 msgid "修改成功" msgstr "修改成功" -#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:39 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:636 +#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:50 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:647 msgid "重试" msgstr "重试" -#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:129 +#: pipeline/blueflow/src/pages/task/TaskExecute/RetryNode.vue:140 msgid "重试成功" msgstr "重试成功" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:97 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:109 msgid "预览" msgstr "预览" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:99 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskFunctionalization.vue:111 msgid "任务流程预览" msgstr "任务流程预览" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:157 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:183 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:168 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:194 msgid "执行" msgstr "执行" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:177 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:669 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:681 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:188 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:680 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:692 msgid "继续" msgstr "继续" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:218 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:229 msgid "查看参数" msgstr "查看参数" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:219 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:230 msgid "修改参数" msgstr "修改参数" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:372 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:383 msgid "任务开始执行" msgstr "任务开始执行" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:400 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:411 msgid "任务暂停成功" msgstr "任务暂停成功" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:429 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:440 msgid "任务继续成功" msgstr "任务继续成功" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:448 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:459 msgid "任务撤销成功" msgstr "任务撤销成功" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:471 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:494 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:482 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:505 msgid "跳过成功" msgstr "跳过成功" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:516 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:527 msgid "继续成功" msgstr "继续成功" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:637 -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:663 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:648 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:674 msgid "跳过" msgstr "跳过" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:638 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:649 msgid "流程模板中该标准插件节点未配置失败处理方式,不可操作" msgstr "流程模板中该标准插件节点未配置失败处理方式,不可操作" -#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:657 +#: pipeline/blueflow/src/pages/task/TaskExecute/TaskOperation.vue:668 msgid "修改时间" msgstr "修改时间" -#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:49 +#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:60 msgid "查看标准插件参数" msgstr "查看标准插件参数" -#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:75 +#: pipeline/blueflow/src/pages/task/TaskExecute/ViewParams.vue:86 msgid "请点击标准插件节点查看参数" msgstr "请点击标准插件节点查看参数" -#: pipeline/blueflow/src/pages/task/TaskExecute/revokeDialog.vue:26 +#: pipeline/blueflow/src/pages/task/TaskExecute/revokeDialog.vue:37 msgid "是否撤销该任务?" msgstr "是否撤销该任务?" -#: pipeline/blueflow/src/pages/task/TaskExecute/revokeDialog.vue:27 +#: pipeline/blueflow/src/pages/task/TaskExecute/revokeDialog.vue:38 msgid "任务撤销" msgstr "任务撤销" -#: pipeline/blueflow/src/pages/task/TaskList/TaskCloneDialog.vue:48 +#: pipeline/blueflow/src/pages/task/TaskList/TaskCloneDialog.vue:59 msgid "任务克隆" msgstr "任务克隆" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:214 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:225 msgid "全部" msgstr "全部" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:215 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:226 msgid "请输入ID或任务名称" msgstr "请输入ID或任务名称" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:225 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:289 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:236 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:300 msgid "克隆" msgstr "克隆" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:241 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:252 msgid "创建方式" msgstr "创建方式" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:242 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:253 msgid "应用内" msgstr "应用内" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:244 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:255 msgid "请选择创建方式" msgstr "请选择创建方式" -#: pipeline/blueflow/src/pages/task/TaskList/index.vue:258 +#: pipeline/blueflow/src/pages/task/TaskList/index.vue:269 msgid "未完成" msgstr "未完成" -#: pipeline/blueflow/src/pages/task/TaskParamEdit.vue:138 -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:552 +#: pipeline/blueflow/src/pages/task/TaskParamEdit.vue:149 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:563 msgid "输入值不满足正则校验" msgstr "输入值不满足正则校验" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:218 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:55 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:73 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:229 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:66 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:84 msgid "基础信息" msgstr "基础信息" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:220 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:231 msgid "节点名称" msgstr "节点名称" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:221 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:42 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:232 msgid "步骤名称" msgstr "步骤名称" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:222 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:233 msgid "自动忽略" msgstr "自动忽略" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:223 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:234 msgid "是否可选" msgstr "是否可选" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:227 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:238 msgid "引用" msgstr "引用" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:230 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:241 msgid "不能为空" msgstr "不能为空" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:231 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:242 msgid "版本更新" msgstr "版本更新" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:232 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:243 msgid "手动跳过" msgstr "手动跳过" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:234 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:245 msgid "失败处理" msgstr "失败处理" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:235 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:246 msgid "说明:" msgstr "说明:" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:236 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:247 msgid "自动忽略:标准插件节点如果执行失败,会自动忽略错误并把节点状态设置为成功。" msgstr "自动忽略:标准插件节点如果执行失败,会自动忽略错误并把节点状态设置为成功。" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:237 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:248 msgid "手动重试:标准插件节点如果执行失败,可以人工干预,填写参数后重试节点。" msgstr "手动重试:标准插件节点如果执行失败,可以人工干预,填写参数后重试节点。" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:238 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:249 msgid "手动跳过:标准插件节点如果执行失败,可以人工干预,直接跳过节点的执行。" msgstr "手动跳过:标准插件节点如果执行失败,可以人工干预,直接跳过节点的执行。" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:239 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:250 msgid "未选择失败处理方式,标准插件节点如果执行失败,会导致任务中断后不可继续" msgstr "未选择失败处理方式,标准插件节点如果执行失败,会导致任务中断后不可继续" -#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:1021 +#: pipeline/blueflow/src/pages/template/TemplateEdit/NodeConfig.vue:1032 msgid "变量KEY已存在" msgstr "变量KEY已存在" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:74 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:85 msgid "复用变量" msgstr "复用变量" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:75 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:86 msgid "新建变量" msgstr "新建变量" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:76 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:87 msgid "变量名称" msgstr "变量名称" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:77 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:88 msgid "变量KEY" msgstr "变量KEY" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:106 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:117 msgid "变量KEY已存在,请创建新变量" msgstr "变量KEY已存在,请创建新变量" -#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:108 +#: pipeline/blueflow/src/pages/template/TemplateEdit/ReuseVarDialog.vue:119 msgid "是否复用变量" msgstr "是否复用变量" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:143 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:72 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:126 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:25 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:154 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:83 +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:36 msgid "全局变量" msgstr "全局变量" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:146 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:157 msgid "属性" msgstr "属性" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:147 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:158 msgid "输入" msgstr "输入" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:148 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:159 msgid "输出" msgstr "输出" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:149 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:160 msgid "属性:" msgstr "属性:" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:150 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:161 msgid "\"来源/是否显示\"格式,来源是输入类型表示变量来自用户添加的变量或者标准插件/子流程节点输入参数引用的变量,来源是输出类型表示变量来自标准插件/子流程节点输出参数引用的变量;是否显示表示该变量在新建任务填写参数时是否展示给用户,输出类型的变量一定是隐藏的。" msgstr "\"来源/是否显示\"格式,来源是输入类型表示变量来自用户添加的变量或者标准插件/子流程节点输入参数引用的变量,来源是输出类型表示变量来自标准插件/子流程节点输出参数引用的变量;是否显示表示该变量在新建任务填写参数时是否展示给用户,输出类型的变量一定是隐藏的。" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:151 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:162 msgid "输出:" msgstr "输出:" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:152 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:163 msgid "表示该变量会作为该流程模板的输出参数,在被其他流程模板当做子流程节点时可以引用。" msgstr "表示该变量会作为该流程模板的输出参数,在被其他流程模板当做子流程节点时可以引用。" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:153 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:164 msgid "无数据,请手动新增变量或者勾选标准插件参数自动生成" msgstr "无数据,请手动新增变量或者勾选标准插件参数自动生成" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:154 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:165 msgid "删除变量" msgstr "删除变量" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:155 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:166 msgid "确认删除该变量?" msgstr "确认删除该变量?" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:156 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:167 msgid "已复制" msgstr "已复制" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:157 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:168 msgid "复制" msgstr "复制" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:158 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:162 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:185 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:169 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:173 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:196 msgid "显示" msgstr "显示" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:159 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:163 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabGlobalVariables.vue:170 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:174 msgid "隐藏" msgstr "隐藏" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:92 -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:74 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:103 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TemplateSetting.vue:85 msgid "本地缓存" msgstr "本地缓存" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:95 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:106 msgid "替换" msgstr "替换" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:96 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:107 msgid "保存时间" msgstr "保存时间" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:98 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:109 msgid "无数据,请手动添加缓存或等待自动保存" msgstr "无数据,请手动添加缓存或等待自动保存" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:99 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:110 msgid "替换模板" msgstr "替换模板" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:100 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:111 msgid "是否替换模板?" msgstr "是否替换模板?" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:103 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:114 msgid "简述:" msgstr "简述:" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:104 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:115 msgid "本地缓存可以用于记录当前流程所有信息,包括流程的节点编排、全局变量、名称、基础属性等信息。本地缓存支持每个流程最多保存50个最近记录,该数据存储至本地浏览器中,每个用户只能查看和编辑自己的本地缓存。" msgstr "本地缓存可以用于记录当前流程所有信息,包括流程的节点编排、全局变量、名称、基础属性等信息。本地缓存支持每个流程最多保存50个最近记录,该数据存储至本地浏览器中,每个用户只能查看和编辑自己的本地缓存。" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:107 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabLocalDraft.vue:118 msgid "重置模板" msgstr "重置模板" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:57 -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:7 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:68 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:18 msgid "通知方式" msgstr "通知方式" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:58 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:69 msgid "超时时间(分钟)" msgstr "超时时间(分钟)" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:59 -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:37 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:34 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:37 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:44 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:37 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:44 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/TabTemplateConfig.vue:70 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:48 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:48 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:55 msgid "通知分组" msgstr "通知分组" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:144 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:155 msgid "普通变量" msgstr "普通变量" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:146 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:157 msgid "输入框" msgstr "输入框" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:147 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:158 msgid "文本框" msgstr "文本框" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:148 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:159 msgid "日期时间" msgstr "日期时间" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:149 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:160 msgid "整数" msgstr "整数" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:150 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:161 msgid "IP选择器(简单版)" msgstr "IP选择器(简单版)" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:151 -#: pipeline_plugins/variables/static/variables/password.js:7 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:162 +#: pipeline_plugins/variables/static/variables/password.js:18 msgid "密码" msgstr "密码" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:155 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:166 msgid "元变量" msgstr "元变量" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:157 -#: pipeline_plugins/variables/static/variables/select.js:44 -#: pipeline_plugins/variables/static/variables/select_meta.js:7 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:168 +#: pipeline_plugins/variables/static/variables/select.js:55 +#: pipeline_plugins/variables/static/variables/select_meta.js:18 msgid "下拉框" msgstr "下拉框" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:179 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:190 msgid "说明" msgstr "说明" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:180 -#: pipeline_plugins/variables/static/variables/select_meta.js:58 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:191 +#: pipeline_plugins/variables/static/variables/select_meta.js:69 msgid "默认值" msgstr "默认值" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:181 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:192 msgid "配置" msgstr "配置" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:182 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:193 msgid "编辑表格" msgstr "编辑表格" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:183 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:194 msgid "正则校验" msgstr "正则校验" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:184 -#: pipeline_plugins/variables/static/variables/select_meta.js:43 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:195 +#: pipeline_plugins/variables/static/variables/select_meta.js:54 msgid "类型" msgstr "类型" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:260 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEdit.vue:271 msgid "组件" msgstr "组件" -#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEditDialog.vue:35 +#: pipeline/blueflow/src/pages/template/TemplateEdit/TemplateSetting/VariableEditDialog.vue:46 msgid "编辑变量" msgstr "编辑变量" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:89 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:100 msgid "流程编辑" msgstr "流程编辑" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:90 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:101 msgid "离开页面" msgstr "离开页面" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:91 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:102 msgid "系统不会保存您所做的更改,确认离开?" msgstr "系统不会保存您所做的更改,确认离开?" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:93 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:104 msgid "任务节点参数错误,请点击错误节点查看详情" msgstr "任务节点参数错误,请点击错误节点查看详情" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:94 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:105 msgid "删除本地缓存成功" msgstr "删除本地缓存成功" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:95 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:106 msgid "该本地缓存不存在,删除失败" msgstr "该本地缓存不存在,删除失败" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:96 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:107 msgid "替换流程成功" msgstr "替换流程成功" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:97 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:108 msgid "新增流程本地缓存成功" msgstr "新增流程本地缓存成功" -#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:98 +#: pipeline/blueflow/src/pages/template/TemplateEdit/index.vue:109 msgid "替换流程自动保存" msgstr "替换流程自动保存" -#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:70 -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:290 +#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:81 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:301 msgid "权限管理" msgstr "权限管理" -#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:71 +#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:82 msgid "新建任务权限" msgstr "新建任务权限" -#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:72 +#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:83 msgid "认领任务权限" msgstr "认领任务权限" -#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:73 +#: pipeline/blueflow/src/pages/template/TemplateList/AuthorityManageDialog.vue:84 msgid "执行任务权限" msgstr "执行任务权限" -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:108 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:119 msgid "导出流程" msgstr "导出流程" -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:109 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:120 msgid "选择流程" msgstr "选择流程" -#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:111 +#: pipeline/blueflow/src/pages/template/TemplateList/ExportTemplateDialog.vue:122 msgid "请选择需要导出的流程" msgstr "请选择需要导出的流程" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:136 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:147 msgid "上传文件" msgstr "上传文件" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:138 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:149 msgid "重新上传" msgstr "重新上传" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:139 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:150 msgid "导入流程" msgstr "导入流程" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:140 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:151 msgid "导入列表" msgstr "导入列表" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:143 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:154 msgid "是否覆盖" msgstr "是否覆盖" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:146 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:157 msgid "上传了" msgstr "上传了" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:147 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:158 msgid "条流程" msgstr "条流程" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:148 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:159 msgid "只显示冲突项" msgstr "只显示冲突项" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:149 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:160 msgid "导入的流程会沿用文件中的流程ID,当前业务下具有相同ID的流程将会被覆盖(若任一具有相同ID的流程不在当前业务下,则无法进行覆盖操作)" msgstr "导入的流程会沿用文件中的流程ID,当前业务下具有相同ID的流程将会被覆盖(若任一具有相同ID的流程不在当前业务下,则无法进行覆盖操作)" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:150 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:161 msgid "导入的流程会使用新的流程ID,不会对现有的流程造成影响" msgstr "导入的流程会使用新的流程ID,不会对现有的流程造成影响" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:151 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:162 msgid "模板文件上传为空" msgstr "模板文件上传为空" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:152 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:163 msgid "模板上传内容不合法,请重新选择文件" msgstr "模板上传内容不合法,请重新选择文件" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:153 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:164 msgid "该文件后缀不为.dat" msgstr "该文件后缀不为.dat" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:154 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:165 msgid "其中" msgstr "其中" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:155 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:166 msgid "保留ID,并提交" msgstr "保留ID,并提交" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:156 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:167 msgid "使用新ID, 并提交" msgstr "使用新ID, 并提交" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:157 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:168 msgid "覆盖冲突项, 并提交" msgstr "覆盖冲突项, 并提交" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:158 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:169 msgid "保留两者, 并提交" msgstr "保留两者, 并提交" -#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:160 +#: pipeline/blueflow/src/pages/template/TemplateList/ImportTemplateDialog.vue:171 msgid "条流程与系统已有流程存在冲突" msgstr "条流程与系统已有流程存在冲突" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:284 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:295 msgid "子流程更新" msgstr "子流程更新" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:294 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:305 msgid "导入 V1 模板" msgstr "导入 V1 模板" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:295 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:306 msgid "导出" msgstr "导出" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:296 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:307 msgid "导入" msgstr "导入" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:304 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:315 msgid "无数据,若您不是运维人员,请尝试联系运维人员为您添加模板权限" msgstr "无数据,若您不是运维人员,请尝试联系运维人员为您添加模板权限" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:307 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:318 msgid "请选择子流程更新" msgstr "请选择子流程更新" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:309 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:320 msgid "来源" msgstr "来源" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:310 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:321 msgid "请选择来源" msgstr "请选择来源" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:316 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:327 msgid "搜索流程名称" msgstr "搜索流程名称" -#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:347 +#: pipeline/blueflow/src/pages/template/TemplateList/index.vue:358 msgid "无子流程" msgstr "无子流程" -#: pipeline/blueflow/src/utils/draft.js:5 +#: pipeline/blueflow/src/utils/draft.js:16 msgid "自动保存" msgstr "自动保存" -#: pipeline/blueflow/src/utils/errorHandler.js:13 +#: pipeline/blueflow/src/utils/errorHandler.js:24 msgid "当前访问的页面不存在" msgstr "当前访问的页面不存在" -#: pipeline/blueflow/src/utils/errorHandler.js:18 +#: pipeline/blueflow/src/utils/errorHandler.js:29 msgid "sorry,您没有访问权限!" msgstr "sorry,您没有访问权限!" -#: pipeline/blueflow/src/utils/errorHandler.js:23 -#: pipeline/blueflow/src/utils/errorHandler.js:28 +#: pipeline/blueflow/src/utils/errorHandler.js:34 +#: pipeline/blueflow/src/utils/errorHandler.js:39 msgid "Sorry,您的权限不足!" msgstr "Sorry,您的权限不足!" -#: pipeline/blueflow/src/utils/tools.js:122 +#: pipeline/blueflow/src/utils/tools.js:133 msgid " 秒" msgstr " 秒" -#: pipeline/blueflow/src/utils/tools.js:124 +#: pipeline/blueflow/src/utils/tools.js:135 msgid " 分" msgstr " 分" -#: pipeline/blueflow/src/utils/tools.js:126 +#: pipeline/blueflow/src/utils/tools.js:137 msgid " 小时" msgstr " 小时" -#: pipeline/blueflow/src/utils/tools.js:128 +#: pipeline/blueflow/src/utils/tools.js:139 msgid " 天" msgstr " 天" -#: pipeline/blueflow/src/utils/validatePipeline.js:86 +#: pipeline/blueflow/src/utils/validatePipeline.js:97 msgid "只能添加输入连线" msgstr "只能添加输入连线" -#: pipeline/blueflow/src/utils/validatePipeline.js:92 +#: pipeline/blueflow/src/utils/validatePipeline.js:103 msgid "只能添加输出连线" msgstr "只能添加输出连线" -#: pipeline/blueflow/src/utils/validatePipeline.js:98 +#: pipeline/blueflow/src/utils/validatePipeline.js:109 msgid "不能连接" msgstr "不能连接" -#: pipeline/blueflow/src/utils/validatePipeline.js:118 +#: pipeline/blueflow/src/utils/validatePipeline.js:129 msgid "相同节点不能回连" msgstr "相同节点不能回连" -#: pipeline/blueflow/src/utils/validatePipeline.js:123 +#: pipeline/blueflow/src/utils/validatePipeline.js:134 msgid "重复添加连线" msgstr "重复添加连线" -#: pipeline/blueflow/src/utils/validatePipeline.js:126 +#: pipeline/blueflow/src/utils/validatePipeline.js:137 msgid "已达到" msgstr "已达到" -#: pipeline/blueflow/src/utils/validatePipeline.js:128 +#: pipeline/blueflow/src/utils/validatePipeline.js:139 msgid "最大输出连线条数" msgstr "最大输出连线条数" -#: pipeline/blueflow/src/utils/validatePipeline.js:133 +#: pipeline/blueflow/src/utils/validatePipeline.js:144 msgid "最大输入连线条数" msgstr "最大输入连线条数" -#: pipeline/blueflow/src/utils/validatePipeline.js:145 +#: pipeline/blueflow/src/utils/validatePipeline.js:156 msgid "在模板中只能添加一个" msgstr "在模板中只能添加一个" -#: pipeline/blueflow/src/utils/validatePipeline.js:184 +#: pipeline/blueflow/src/utils/validatePipeline.js:195 msgid "至少需要" msgstr "至少需要" -#: pipeline/blueflow/src/utils/validatePipeline.js:186 +#: pipeline/blueflow/src/utils/validatePipeline.js:197 msgid "条输入连线" msgstr "条输入连线" -#: pipeline/blueflow/src/utils/validatePipeline.js:191 +#: pipeline/blueflow/src/utils/validatePipeline.js:202 msgid "条输出连线" msgstr "条输出连线" -#: pipeline/blueflow/src/utils/validatePipeline.js:203 +#: pipeline/blueflow/src/utils/validatePipeline.js:214 msgid "请添加任务节点" msgstr "请添加任务节点" -#: pipeline/blueflow/src/utils/validatePipeline.js:208 +#: pipeline/blueflow/src/utils/validatePipeline.js:219 msgid "并行网关、分支网关个数和汇聚网关个数必须一致,并且必须配对使用" msgstr "并行网关、分支网关个数和汇聚网关个数必须一致,并且必须配对使用" -#: pipeline_plugins/components/static/components/atoms/bk/http.js:7 +#: pipeline_plugins/components/static/components/atoms/bk/http.js:18 msgid "请求方式" msgstr "请求方式" -#: pipeline_plugins/components/static/components/atoms/bk/http.js:52 +#: pipeline_plugins/components/static/components/atoms/bk/http.js:63 msgid "请输入正确的 URL" msgstr "请输入正确的 URL" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:10 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:10 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:10 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:10 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:21 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:21 msgid "微信" msgstr "微信" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:11 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:9 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:11 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:11 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:22 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:22 msgid "邮件" msgstr "邮件" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:12 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:11 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:12 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:23 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:23 msgid "短信" msgstr "短信" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:25 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:36 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:36 msgid "请至少选择一种通知方式" msgstr "请至少选择一种通知方式" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:36 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:201 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:218 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:236 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:46 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:46 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:51 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:57 msgid "运维人员" msgstr "运维人员" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:41 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:37 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:202 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:219 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:237 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:47 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:47 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:52 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:58 msgid "产品人员" msgstr "产品人员" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:42 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:38 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:203 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:220 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:238 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:48 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:48 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:53 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:59 msgid "开发人员" msgstr "开发人员" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:43 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:39 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:204 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:221 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:239 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:49 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:49 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:54 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:60 msgid "测试人员" msgstr "测试人员" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:56 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:67 msgid "请至少选择一个通知分组" msgstr "请至少选择一个通知分组" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:68 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:49 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:214 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:231 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:249 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:71 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:71 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:79 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:82 msgid "附加人员" msgstr "附加人员" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:69 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:80 msgid "多个用 , 分隔" msgstr "多个用 , 分隔" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:77 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:61 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:102 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:102 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:88 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:113 msgid "通知主题" msgstr "通知主题" -#: pipeline_plugins/components/static/components/atoms/bk/notify.js:90 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:74 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:115 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:115 +#: pipeline_plugins/components/static/components/atoms/bk/notify.js:101 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:126 msgid "通知内容" msgstr "通知内容" -#: pipeline_plugins/components/static/components/atoms/bk/timer.js:7 +#: pipeline_plugins/components/static/components/atoms/bk/timer.js:18 msgid "定时时间" msgstr "定时时间" -#: pipeline_plugins/components/static/components/atoms/bk/timer.js:8 +#: pipeline_plugins/components/static/components/atoms/bk/timer.js:19 msgid "秒(s) 或 时间(%Y-%m-%d %H:%M:%S)" msgstr "秒(s) 或 时间(%Y-%m-%d %H:%M:%S)" -#: pipeline_plugins/components/static/components/atoms/bk/timer.js:16 +#: pipeline_plugins/components/static/components/atoms/bk/timer.js:27 msgid "请填写秒(s)且不超过8位数或时间(%Y-%m-%d %H:%M:%S)" msgstr "请填写秒(s)且不超过8位数或时间(%Y-%m-%d %H:%M:%S)" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:7 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:18 msgid "脚本来源" msgstr "脚本来源" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:10 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:21 msgid "手工录入" msgstr "手工录入" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:11 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:22 msgid "业务脚本" msgstr "业务脚本" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:12 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:23 msgid "公共脚本" msgstr "公共脚本" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:35 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:7 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:46 msgid "脚本类型" msgstr "脚本类型" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:59 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:63 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:70 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:74 msgid "请选择脚本类型" msgstr "请选择脚本类型" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:89 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:28 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:100 msgid "脚本内容" msgstr "脚本内容" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:91 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:29 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:102 msgid "填写执行脚本内容" msgstr "填写执行脚本内容" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:106 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:110 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:117 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:121 msgid "请输入脚本内容" msgstr "请输入脚本内容" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:136 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:187 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:147 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:198 msgid "脚本列表" msgstr "脚本列表" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:157 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:161 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:208 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:212 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:168 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:172 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:219 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:223 msgid "请选择脚本" msgstr "请选择脚本" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:238 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:57 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:42 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:249 msgid "脚本参数" msgstr "脚本参数" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:239 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:184 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:201 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:219 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:43 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:250 msgid "可为空" msgstr "可为空" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:247 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:51 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:258 msgid "超时时间" msgstr "超时时间" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:248 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:52 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:259 msgid "单位为秒,为空时使用 JOB 默认值" msgstr "单位为秒,为空时使用 JOB 默认值" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:260 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:64 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:271 msgid "请输入数字" msgstr "请输入数字" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:272 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:67 -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:37 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_uninstall.js:30 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:76 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:37 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:283 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:78 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:48 msgid "目标IP" msgstr "目标IP" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:273 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:68 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:77 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:116 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:156 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:173 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:66 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:66 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:284 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:79 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:77 msgid "IP必须填写【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CMDB)的该业务中是唯一的" msgstr "IP必须填写【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CMDB)的该业务中是唯一的" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:286 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:81 -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:46 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:90 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:46 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:297 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:92 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:57 msgid "目标账户" msgstr "目标账户" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:287 -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:82 -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:47 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_fast_execute_script.js:91 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:47 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_execute_script.js:298 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:93 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:58 msgid "请输入在蓝鲸作业平台上注册的账户名" msgstr "请输入在蓝鲸作业平台上注册的账户名" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:7 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:18 msgid "源文件" msgstr "源文件" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:15 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:93 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:65 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:49 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:68 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:74 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:92 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:98 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:115 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:155 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:172 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:65 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:65 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:26 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:76 msgid "IP" msgstr "IP" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:29 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:40 msgid "文件路径" msgstr "文件路径" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:30 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:41 msgid "多个请用换行分隔" msgstr "多个请用换行分隔" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:44 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:73 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:55 msgid "执行账户" msgstr "执行账户" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:95 -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:55 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:55 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:106 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:66 msgid "目标路径" msgstr "目标路径" -#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:96 -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:56 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:56 +#: pipeline_plugins/components/static/components/atoms/job/job_fast_push_file.js:107 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:67 msgid "请输入绝对路径" msgstr "请输入绝对路径" -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:7 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:18 msgid "本地文件" msgstr "本地文件" -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:11 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:11 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:22 msgid "文件名不能包含中文和特殊字符且大小不能超过500M" msgstr "文件名不能包含中文和特殊字符且大小不能超过500M" -#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:38 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_push_local_files.js:38 +#: pipeline_plugins/components/static/components/atoms/job/job_push_local_files.js:49 msgid "IP必须填写【集群名称|模块名称|IP】、【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CMDB)的该业务中是唯一的" msgstr "IP必须填写【集群名称|模块名称|IP】、【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CMDB)的该业务中是唯一的" -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_uninstall.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:7 -msgid "云区域ID" -msgstr "云区域ID" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:30 -msgid "proxy内网IP" -msgstr "proxy内网IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:32 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:41 -msgid "可为空,为空时使用Agent安装APP中业务默认值" -msgstr "可为空,为空时使用Agent安装APP中业务默认值" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:39 -msgid "proxy外网IP" -msgstr "proxy外网IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:48 -msgid "目标主机操作系统" -msgstr "目标主机操作系统" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:50 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:32 -msgid "linux" -msgstr "linux" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:51 -msgid "windows" -msgstr "windows" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:66 -msgid "目标主机认证方式" -msgstr "目标主机认证方式" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:68 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:49 -msgid "密码认证" -msgstr "密码认证" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:69 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:50 -msgid "密钥认证" -msgstr "密钥认证" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:84 -msgid "目标主机详情" -msgstr "目标主机详情" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:94 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:50 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:215 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:232 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:250 -msgid "多个用,分隔" -msgstr "多个用,分隔" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:107 -msgid "ssh账号" -msgstr "ssh账号" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:120 -msgid "ssh端口" -msgstr "ssh端口" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:133 -msgid "ssh密码" -msgstr "ssh密码" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:134 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:122 -msgid "密码认证,则必填" -msgstr "密码认证,则必填" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:142 -msgid "ssh密钥" -msgstr "ssh密钥" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_install.js:143 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:147 -msgid "密钥认证,则必填" -msgstr "密钥认证,则必填" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/agent/agent_uninstall.js:31 -msgid "多个用,或换行符分隔" -msgstr "多个用,或换行符分隔" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:27 -msgid "通知人" -msgstr "通知人" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/cmsi/cmsi_send_message.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:205 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:222 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:240 -msgid "合作商" -msgstr "合作商" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:7 -msgid "游戏ID" -msgstr "游戏ID" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:20 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:20 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:20 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:20 -msgid "Region" -msgstr "Region" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:23 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:23 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:23 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:23 -msgid "上海" -msgstr "上海" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:24 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:24 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:24 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:24 -msgid "香港" -msgstr "香港" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:25 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:25 -msgid "新加坡" -msgstr "新加坡" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:38 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:39 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:38 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:38 -msgid "访问账号" -msgstr "访问账号" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:51 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:52 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:51 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:51 -msgid "访问密码" -msgstr "访问密码" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:64 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:65 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_pre_publish.js:64 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_publish.js:64 -msgid "大区ID" -msgstr "大区ID" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:77 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:78 -msgid "区服ID(列表)" -msgstr "区服ID(列表)" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:79 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:80 -msgid "整形,多个,或换行符分隔" -msgstr "整形,多个,或换行符分隔" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:91 -msgid "服务态" -msgstr "服务态" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:93 -msgid "自动" -msgstr "自动" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:94 -msgid "繁忙" -msgstr "繁忙" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:95 -msgid "拥挤" -msgstr "拥挤" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:96 -msgid "良好" -msgstr "良好" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_flag.js:97 -msgid "维护" -msgstr "维护" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:93 -msgid "区服标注" -msgstr "区服标注" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:96 -msgid "热" -msgstr "热" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:97 -msgid "荐" -msgstr "荐" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:98 -msgid "新" -msgstr "新" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:99 -msgid "限" -msgstr "限" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcloud/gcloud_batch_update_node_tag.js:100 -msgid "体验服" -msgstr "体验服" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:7 -msgid "GCS业务名称" -msgstr "GCS业务名称" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:8 -msgid "为空则使用在配置平台(CC)的业务名" -msgstr "为空则使用在配置平台(CC)的业务名" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:16 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:16 -msgid "DB类型" -msgstr "DB类型" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:34 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:180 -msgid "应用类型" -msgstr "应用类型" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:54 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:40 -msgid "备份选项" -msgstr "备份选项" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:73 -msgid "字符集" -msgstr "字符集" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:95 -msgid "是否强制执行" -msgstr "是否强制执行" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:113 -msgid "IP列表" -msgstr "IP列表" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:114 -msgid "IP列表,多个以逗号分隔" -msgstr "IP列表,多个以逗号分隔" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:127 -msgid "变更详情" -msgstr "变更详情" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:135 -msgid "SQL文件" -msgstr "SQL文件" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:148 -msgid "变更DB名" -msgstr "变更DB名" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:161 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:100 -msgid "忽略DB名" -msgstr "忽略DB名" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:183 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:200 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:218 -msgid "变更描述" -msgstr "变更描述" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:192 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_alter_bill.js:199 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:209 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:216 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:227 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:234 -msgid "关注人" -msgstr "关注人" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:16 -msgid "备份类型配置" -msgstr "备份类型配置" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:23 -msgid "备份类型" -msgstr "备份类型" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:83 -msgid "备份详情" -msgstr "备份详情" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:92 -msgid "备份DB名" -msgstr "备份DB名" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:108 -msgid "表名称" -msgstr "表名称" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:148 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:48 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:172 -msgid "目标参数" -msgstr "目标参数" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:166 -msgid "IP/服ID" -msgstr "IP/服ID" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_backup.js:167 -msgid "IP/服ID列表,多个以逗号分隔" -msgstr "IP/服ID列表,多个以逗号分隔" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_execute_bill.js:7 -msgid "单据ID" -msgstr "单据ID" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:34 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:158 -msgid "访问发起IP" -msgstr "访问发起IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:35 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:159 -msgid "IP必须填写【集群名称|模块名称|IP】、【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CC)的该业务中是唯一的" -msgstr "IP必须填写【集群名称|模块名称|IP】、【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CC)的该业务中是唯一的" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:66 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:190 -msgid "目标域名/服ID" -msgstr "目标域名/服ID" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:67 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:191 -msgid "必须填写【IP#端口】格式或者直接填DNS与服ID,多个请用逗号分隔" -msgstr "必须填写【IP#端口】格式或者直接填DNS与服ID,多个请用逗号分隔" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:80 -msgid "DB名称" -msgstr "DB名称" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_mysql_privileges.js:81 -msgid "支持通配符,多个请用 , 分隔" -msgstr "支持通配符,多个请用 , 分隔" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:16 -msgid "回收类型配置" -msgstr "回收类型配置" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:23 -msgid "回收类型" -msgstr "回收类型" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:25 -msgid "账号清理" -msgstr "账号清理" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:26 -msgid "权限清理" -msgstr "权限清理" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:40 -msgid "回收DB名称" -msgstr "回收DB名称" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:41 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:76 -msgid "权限清理时必填,支持通配符,多个请用 , 分隔" -msgstr "权限清理时必填,支持通配符,多个请用 , 分隔" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:75 -msgid "回收表名" -msgstr "回收表名" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:110 -msgid "回收权限" -msgstr "回收权限" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:204 -msgid "用户名" -msgstr "用户名" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/gcs/gcs_privileges_revoke.js:205 -msgid "若填写 all,可以实现清理发起访问IP的所有账号权限" -msgstr "若填写 all,可以实现清理发起访问IP的所有账号权限" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:7 -msgid "作业模板" -msgstr "作业模板" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:25 -msgid "步骤参数" -msgstr "步骤参数" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:28 -msgid "没选中作业模板或当前作业模板脚本步骤为空" -msgstr "没选中作业模板或当前作业模板脚本步骤为空" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:34 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:136 -msgid "ID" -msgstr "ID" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:49 -msgid "步骤类型" -msgstr "步骤类型" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:110 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:74 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:141 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:209 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:236 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:275 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:302 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:166 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:217 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:224 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:166 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:217 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:224 -msgid "请求后台接口异常:" -msgstr "请求后台接口异常:" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:130 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:27 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:27 -msgid "没选中作业模板或当前作业模板全局变量为空" -msgstr "没选中作业模板或当前作业模板全局变量为空" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:144 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:33 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:33 -msgid "参数名称" -msgstr "参数名称" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/job/job_execute_task.js:151 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:40 -msgid "参数类型" -msgstr "参数类型" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:7 -msgid "屏蔽开始时间" -msgstr "屏蔽开始时间" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:15 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:40 -msgid "请填写时间格式(%Y-%m-%d %H:%M:%S)" -msgstr "请填写时间格式(%Y-%m-%d %H:%M:%S)" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:32 -msgid "屏蔽结束时间" -msgstr "屏蔽结束时间" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:57 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:184 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:316 -msgid "集群名称" -msgstr "集群名称" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/monitor/monitor_add_shield.js:76 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:250 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:351 -msgid "模块名称" -msgstr "模块名称" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:30 -msgid "主机操作系统" -msgstr "主机操作系统" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:47 -msgid "主机认证方式" -msgstr "主机认证方式" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:65 -msgid "内网IP" -msgstr "内网IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:66 -msgid "请输入内网IP" -msgstr "请输入内网IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:79 -msgid "外网IP" -msgstr "外网IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:80 -msgid "请输入外网IP" -msgstr "请输入外网IP" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:93 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:94 -msgid "SSH账号" -msgstr "SSH账号" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:107 -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:108 -msgid "SSH端口" -msgstr "SSH端口" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:121 -msgid "SSH密码" -msgstr "SSH密码" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:133 -msgid "请输入密码" -msgstr "请输入密码" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:146 -msgid "SSH密钥" -msgstr "SSH密钥" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/proxy/proxy_install.js:160 -msgid "请输入密钥" -msgstr "请输入密钥" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:7 -msgid "TCM业务" -msgstr "TCM业务" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:29 -msgid "模板" -msgstr "模板" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:85 -msgid "参数" -msgstr "参数" - -#: pipeline_plugins/components/static/components/atoms/sites/clouds/tcm/tcm_execute_task.js:93 -msgid "步骤ID" -msgstr "步骤ID" - -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:12 -msgid "语音" -msgstr "语音" - -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:72 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:72 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:83 msgid "填写用户名,多个用户名用 , 分隔" msgstr "填写用户名,多个用户名用 , 分隔" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/bk/notify.js:87 -#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:87 +#: pipeline_plugins/components/static/components/atoms/sites/open/bk/notify.js:98 msgid "通知分组与附加人员不可同时为空" msgstr "通知分组与附加人员不可同时为空" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_batch_delete_set.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_empty_set_hosts.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set_service_status.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_batch_delete_set.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_empty_set_hosts.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:7 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_batch_delete_set.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_empty_set_hosts.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:18 msgid "集群" msgstr "集群" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_create_set.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_create_set.js:7 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_create_set.js:18 msgid "父实例" msgstr "父实例" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_create_set.js:26 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_create_set.js:26 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_create_set.js:37 msgid "集群信息" msgstr "集群信息" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_replace_fault_machine.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:7 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:18 msgid "主机详情" msgstr "主机详情" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_replace_fault_machine.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:8 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:19 msgid "请至少添加一条数据" msgstr "请至少添加一条数据" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_replace_fault_machine.js:16 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:16 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:27 msgid "故障机IP" msgstr "故障机IP" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_replace_fault_machine.js:29 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:29 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_replace_fault_machine.js:40 msgid "替换机IP" msgstr "替换机IP" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_to_idle.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_to_idle.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:7 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_to_idle.js:18 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:18 msgid "主机内网IP" msgstr "主机内网IP" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_to_idle.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_to_idle.js:8 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:8 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:19 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_to_idle.js:19 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:19 msgid "请输入主机内网IP,多个用换行符分隔" msgstr "请输入主机内网IP,多个用换行符分隔" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:21 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_module.js:7 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:21 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:7 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:32 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:18 msgid "模块" msgstr "模块" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:40 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:51 msgid "转移方式" msgstr "转移方式" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:43 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:43 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:54 msgid "覆盖" msgstr "覆盖" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_transfer_host_module.js:44 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:44 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_transfer_host_module.js:55 msgid "追加" msgstr "追加" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:21 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:21 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:32 msgid "主机属性" msgstr "主机属性" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:22 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:22 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:33 msgid "请选择需要更新的主机属性" msgstr "请选择需要更新的主机属性" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_module.js:45 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set.js:45 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:40 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:45 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:45 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:51 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:56 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:56 msgid "属性值" msgstr "属性值" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_host.js:41 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_module.js:46 -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set.js:46 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:41 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:46 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:46 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_host.js:52 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:57 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:57 msgid "请输入更新后的属性值" msgstr "请输入更新后的属性值" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_module.js:26 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:26 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:37 msgid "模块属性" msgstr "模块属性" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_module.js:27 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:27 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_module.js:38 msgid "请选择需要更新的模块属性" msgstr "请选择需要更新的模块属性" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set.js:26 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:26 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:37 msgid "集群属性" msgstr "集群属性" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set.js:27 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:27 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set.js:38 msgid "请选择需要更新的集群属性" msgstr "请选择需要更新的集群属性" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set_service_status.js:26 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:26 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:37 msgid "服务状态" msgstr "服务状态" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set_service_status.js:29 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:29 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:40 msgid "开放" msgstr "开放" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/cc/cc_update_set_service_status.js:30 -#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:30 +#: pipeline_plugins/components/static/components/atoms/sites/open/cc/cc_update_set_service_status.js:41 msgid "关闭" msgstr "关闭" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/clb/scan_certificate.js:7 -msgid "扫描域名" -msgstr "扫描域名" - -#: pipeline_plugins/components/static/components/atoms/sites/ieod/job/job_execute_task.js:56 -#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:56 -msgid "描述" -msgstr "描述" - -#: pipeline_plugins/components/static/components/atoms/sites/ieod/qyweixin/create_appchat.js:7 -msgid "群聊名称" -msgstr "群聊名称" - -#: pipeline_plugins/components/static/components/atoms/sites/ieod/qyweixin/create_appchat.js:20 -msgid "群聊成员" -msgstr "群聊成员" +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:18 +msgid "作业模板" +msgstr "作业模板" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/qyweixin/create_appchat.js:22 -msgid "企业微信群成员,多个以逗号分隔" -msgstr "企业微信群成员,多个以逗号分隔" +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:38 +msgid "没选中作业模板或当前作业模板全局变量为空" +msgstr "没选中作业模板或当前作业模板全局变量为空" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/qyweixin/create_appchat.js:34 -msgid "推送消息" -msgstr "推送消息" +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:44 +msgid "参数名称" +msgstr "参数名称" -#: pipeline_plugins/components/static/components/atoms/sites/ieod/tof/get_staff_leader.js:7 -msgid "员工英文名" -msgstr "员工英文名" +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:51 +msgid "参数类型" +msgstr "参数类型" -#: pipeline_plugins/components/static/components/atoms/test/test.js:7 -#: pipeline_plugins/variables/static/variables/sites/open/var_cmdb_ip_selector.js:7 -msgid "选择服务器" -msgstr "选择服务器" +#: pipeline_plugins/components/static/components/atoms/sites/open/job/job_execute_task.js:67 +msgid "描述" +msgstr "描述" -#: pipeline_plugins/variables/static/variables/select.js:19 -#: pipeline_plugins/variables/static/variables/select.js:23 +#: pipeline_plugins/variables/static/variables/select.js:30 +#: pipeline_plugins/variables/static/variables/select.js:34 msgid "非法下拉框数据源,请检查您的配置" msgstr "非法下拉框数据源,请检查您的配置" -#: pipeline_plugins/variables/static/variables/select_meta.js:14 +#: pipeline_plugins/variables/static/variables/select_meta.js:25 msgid "数据源" msgstr "数据源" -#: pipeline_plugins/variables/static/variables/select_meta.js:16 +#: pipeline_plugins/variables/static/variables/select_meta.js:27 msgid "自定义" msgstr "自定义" -#: pipeline_plugins/variables/static/variables/select_meta.js:16 +#: pipeline_plugins/variables/static/variables/select_meta.js:27 msgid "远程数据源" msgstr "远程数据源" -#: pipeline_plugins/variables/static/variables/select_meta.js:29 +#: pipeline_plugins/variables/static/variables/select_meta.js:40 msgid "选项" msgstr "选项" -#: pipeline_plugins/variables/static/variables/select_meta.js:31 +#: pipeline_plugins/variables/static/variables/select_meta.js:42 msgid "请输入数据源信息,自定义数据源格式为 [{\"text\": \"\", \"value\": \"\"}...}],若是远程数据源则填写返回该格式数据的 URL" msgstr "请输入数据源信息,自定义数据源格式为 [{\"text\": \"\", \"value\": \"\"}...}],若是远程数据源则填写返回该格式数据的 URL" -#: pipeline_plugins/variables/static/variables/select_meta.js:45 +#: pipeline_plugins/variables/static/variables/select_meta.js:56 msgid "单选" msgstr "单选" -#: pipeline_plugins/variables/static/variables/select_meta.js:45 +#: pipeline_plugins/variables/static/variables/select_meta.js:56 msgid "多选" msgstr "多选" -#: pipeline_plugins/variables/static/variables/select_meta.js:59 +#: pipeline_plugins/variables/static/variables/select_meta.js:70 msgid "请输入下拉框的默认值,单选为 value 的格式,多选为 value,value,... 的格式" msgstr "请输入下拉框的默认值,单选为 value 的格式,多选为 value,value,... 的格式" -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:14 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:31 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:31 +#: pipeline_plugins/variables/static/variables/sites/open/var_cmdb_ip_selector.js:18 +msgid "选择服务器" +msgstr "选择服务器" + +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:42 msgid "填参方式" msgstr "填参方式" -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:16 -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:33 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:33 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:44 msgid "自定义输入" msgstr "自定义输入" -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:17 -msgid "选择集群和模块自动获取" -msgstr "选择集群和模块自动获取" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:18 -msgid "输入集群名和模块名自动获取" -msgstr "输入集群名和模块名自动获取" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:47 -msgid "值类型" -msgstr "值类型" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:50 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:69 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:75 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:93 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:99 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:149 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:166 -msgid "DNS" -msgstr "DNS" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:51 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:70 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:94 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:152 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:169 -msgid "服ID" -msgstr "服ID" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:150 -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:167 -msgid "DNS必须填【IP#端口】格式或者直接填DNS,多个请用换行分隔" -msgstr "DNS必须填【IP#端口】格式或者直接填DNS,多个请用换行分隔" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:153 -msgid "服ID用于GCS标准插件自动获取域名,多个请用空格分隔" -msgstr "服ID用于GCS标准插件自动获取域名,多个请用空格分隔" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:170 -msgid "服ID用于GCS原子自动获取域名,多个请用空格分隔" -msgstr "服ID用于GCS原子自动获取域名,多个请用空格分隔" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:318 -msgid "多个用,分隔,all代表所有集群" -msgstr "多个用,分隔,all代表所有集群" - -#: pipeline_plugins/variables/static/variables/sites/clouds/var_ip_picker.js:353 -msgid "多个用,分隔,all代表所有模块" -msgstr "多个用,分隔,all代表所有模块" - -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:34 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:34 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:45 msgid "通过配置平台拓扑获取" msgstr "通过配置平台拓扑获取" -#: pipeline_plugins/variables/static/variables/sites/ieod/var_ip_picker.js:99 -#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:99 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:110 msgid "拓扑树" msgstr "拓扑树" +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:177 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:228 +#: pipeline_plugins/variables/static/variables/sites/open/var_ip_picker.js:235 +msgid "请求后台接口异常:" +msgstr "请求后台接口异常:" + +#~ msgid "Available %s" +#~ msgstr "Available %s" + +#~ msgid "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes." +#~ msgstr "This is the list of available %s. You may choose some by selecting them in the box below and then clicking the \"Choose\" arrow between the two boxes." + +#~ msgid "Type into this box to filter down the list of available %s." +#~ msgstr "Type into this box to filter down the list of available %s." + +#~ msgid "Filter" +#~ msgstr "Filter" + +#~ msgid "Choose all" +#~ msgstr "Choose all" + +#~ msgid "Click to choose all %s at once." +#~ msgstr "Click to choose all %s at once." + +#~ msgid "Choose" +#~ msgstr "Choose" + +#~ msgid "Remove" +#~ msgstr "Remove" + +#~ msgid "Chosen %s" +#~ msgstr "Chosen %s" + +#~ msgid "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes." +#~ msgstr "This is the list of chosen %s. You may remove some by selecting them in the box below and then clicking the \"Remove\" arrow between the two boxes." + +#~ msgid "Remove all" +#~ msgstr "Remove all" + +#~ msgid "Click to remove all chosen %s at once." +#~ msgstr "Click to remove all chosen %s at once." + +#~ msgid "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost." +#~ msgstr "You have unsaved changes on individual editable fields. If you run an action, your unsaved changes will be lost." + +#~ msgid "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action." +#~ msgstr "You have selected an action, but you haven't saved your changes to individual fields yet. Please click OK to save. You'll need to re-run the action." + +#~ msgid "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button." +#~ msgstr "You have selected an action, and you haven't made any changes on individual fields. You're probably looking for the Go button rather than the Save button." + +#~ msgid "Now" +#~ msgstr "Now" + +#~ msgid "Choose a Time" +#~ msgstr "Choose a Time" + +#~ msgid "Choose a time" +#~ msgstr "Choose a time" + +#~ msgid "Midnight" +#~ msgstr "Midnight" + +#~ msgid "6 a.m." +#~ msgstr "6 a.m." + +#~ msgid "Noon" +#~ msgstr "Noon" + +#~ msgid "6 p.m." +#~ msgstr "6 p.m." + +#~ msgid "Cancel" +#~ msgstr "Cancel" + +#~ msgid "Today" +#~ msgstr "Today" + +#~ msgid "Choose a Date" +#~ msgstr "Choose a Date" + +#~ msgid "Yesterday" +#~ msgstr "Yesterday" + +#~ msgid "Tomorrow" +#~ msgstr "Tomorrow" + +#~ msgid "January" +#~ msgstr "January" + +#~ msgid "February" +#~ msgstr "February" + +#~ msgid "March" +#~ msgstr "March" + +#~ msgid "April" +#~ msgstr "April" + +#~ msgid "May" +#~ msgstr "May" + +#~ msgid "June" +#~ msgstr "June" + +#~ msgid "July" +#~ msgstr "July" + +#~ msgid "August" +#~ msgstr "August" + +#~ msgid "September" +#~ msgstr "September" + +#~ msgid "October" +#~ msgstr "October" + +#~ msgid "November" +#~ msgstr "November" + +#~ msgid "December" +#~ msgstr "December" + +#~ msgctxt "one letter Sunday" +#~ msgid "S" +#~ msgstr "S" + +#~ msgctxt "one letter Monday" +#~ msgid "M" +#~ msgstr "M" + +#~ msgctxt "one letter Tuesday" +#~ msgid "T" +#~ msgstr "T" + +#~ msgctxt "one letter Wednesday" +#~ msgid "W" +#~ msgstr "W" + +#~ msgctxt "one letter Thursday" +#~ msgid "T" +#~ msgstr "T" + +#~ msgctxt "one letter Friday" +#~ msgid "F" +#~ msgstr "F" + +#~ msgctxt "one letter Saturday" +#~ msgid "S" +#~ msgstr "S" + +#~ msgid "Show" +#~ msgstr "Show" + +#~ msgid "Hide" +#~ msgstr "Hide" + +#~ msgid "'" +#~ msgstr "'" + +#~ msgid "云区域ID" +#~ msgstr "云区域ID" + +#~ msgid "proxy内网IP" +#~ msgstr "proxy内网IP" + +#~ msgid "可为空,为空时使用Agent安装APP中业务默认值" +#~ msgstr "可为空,为空时使用Agent安装APP中业务默认值" + +#~ msgid "proxy外网IP" +#~ msgstr "proxy外网IP" + +#~ msgid "目标主机操作系统" +#~ msgstr "目标主机操作系统" + +#~ msgid "linux" +#~ msgstr "linux" + +#~ msgid "windows" +#~ msgstr "windows" + +#~ msgid "目标主机认证方式" +#~ msgstr "目标主机认证方式" + +#~ msgid "密码认证" +#~ msgstr "密码认证" + +#~ msgid "密钥认证" +#~ msgstr "密钥认证" + +#~ msgid "目标主机详情" +#~ msgstr "目标主机详情" + +#~ msgid "多个用,分隔" +#~ msgstr "多个用,分隔" + +#~ msgid "ssh账号" +#~ msgstr "ssh账号" + +#~ msgid "ssh端口" +#~ msgstr "ssh端口" + +#~ msgid "ssh密码" +#~ msgstr "ssh密码" + +#~ msgid "密码认证,则必填" +#~ msgstr "密码认证,则必填" + +#~ msgid "ssh密钥" +#~ msgstr "ssh密钥" + +#~ msgid "密钥认证,则必填" +#~ msgstr "密钥认证,则必填" + +#~ msgid "多个用,或换行符分隔" +#~ msgstr "多个用,或换行符分隔" + +#~ msgid "通知人" +#~ msgstr "通知人" + +#~ msgid "合作商" +#~ msgstr "合作商" + +#~ msgid "游戏ID" +#~ msgstr "游戏ID" + +#~ msgid "Region" +#~ msgstr "Region" + +#~ msgid "上海" +#~ msgstr "上海" + +#~ msgid "香港" +#~ msgstr "香港" + +#~ msgid "新加坡" +#~ msgstr "新加坡" + +#~ msgid "访问账号" +#~ msgstr "访问账号" + +#~ msgid "访问密码" +#~ msgstr "访问密码" + +#~ msgid "大区ID" +#~ msgstr "大区ID" + +#~ msgid "区服ID(列表)" +#~ msgstr "区服ID(列表)" + +#~ msgid "整形,多个,或换行符分隔" +#~ msgstr "整形,多个,或换行符分隔" + +#~ msgid "服务态" +#~ msgstr "服务态" + +#~ msgid "自动" +#~ msgstr "自动" + +#~ msgid "繁忙" +#~ msgstr "繁忙" + +#~ msgid "拥挤" +#~ msgstr "拥挤" + +#~ msgid "良好" +#~ msgstr "良好" + +#~ msgid "维护" +#~ msgstr "维护" + +#~ msgid "区服标注" +#~ msgstr "区服标注" + +#~ msgid "热" +#~ msgstr "热" + +#~ msgid "荐" +#~ msgstr "荐" + +#~ msgid "新" +#~ msgstr "新" + +#~ msgid "限" +#~ msgstr "限" + +#~ msgid "体验服" +#~ msgstr "体验服" + +#~ msgid "GCS业务名称" +#~ msgstr "GCS业务名称" + +#~ msgid "为空则使用在配置平台(CC)的业务名" +#~ msgstr "为空则使用在配置平台(CC)的业务名" + +#~ msgid "DB类型" +#~ msgstr "DB类型" + +#~ msgid "应用类型" +#~ msgstr "应用类型" + +#~ msgid "备份选项" +#~ msgstr "备份选项" + +#~ msgid "字符集" +#~ msgstr "字符集" + +#~ msgid "是否强制执行" +#~ msgstr "是否强制执行" + +#~ msgid "IP列表" +#~ msgstr "IP列表" + +#~ msgid "IP列表,多个以逗号分隔" +#~ msgstr "IP列表,多个以逗号分隔" + +#~ msgid "变更详情" +#~ msgstr "变更详情" + +#~ msgid "SQL文件" +#~ msgstr "SQL文件" + +#~ msgid "变更DB名" +#~ msgstr "变更DB名" + +#~ msgid "忽略DB名" +#~ msgstr "忽略DB名" + +#~ msgid "变更描述" +#~ msgstr "变更描述" + +#~ msgid "关注人" +#~ msgstr "关注人" + +#~ msgid "备份类型配置" +#~ msgstr "备份类型配置" + +#~ msgid "备份类型" +#~ msgstr "备份类型" + +#~ msgid "备份详情" +#~ msgstr "备份详情" + +#~ msgid "备份DB名" +#~ msgstr "备份DB名" + +#~ msgid "表名称" +#~ msgstr "表名称" + +#~ msgid "目标参数" +#~ msgstr "目标参数" + +#~ msgid "IP/服ID" +#~ msgstr "IP/服ID" + +#~ msgid "IP/服ID列表,多个以逗号分隔" +#~ msgstr "IP/服ID列表,多个以逗号分隔" + +#~ msgid "单据ID" +#~ msgstr "单据ID" + +#~ msgid "访问发起IP" +#~ msgstr "访问发起IP" + +#~ msgid "IP必须填写【集群名称|模块名称|IP】、【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CC)的该业务中是唯一的" +#~ msgstr "IP必须填写【集群名称|模块名称|IP】、【云区域ID:IP】或者【IP】格式之一,多个用换行符分隔;【IP】格式需要保证所填写的内网IP在配置平台(CC)的该业务中是唯一的" + +#~ msgid "目标域名/服ID" +#~ msgstr "目标域名/服ID" + +#~ msgid "必须填写【IP#端口】格式或者直接填DNS与服ID,多个请用逗号分隔" +#~ msgstr "必须填写【IP#端口】格式或者直接填DNS与服ID,多个请用逗号分隔" + +#~ msgid "DB名称" +#~ msgstr "DB名称" + +#~ msgid "支持通配符,多个请用 , 分隔" +#~ msgstr "支持通配符,多个请用 , 分隔" + +#~ msgid "回收类型配置" +#~ msgstr "回收类型配置" + +#~ msgid "回收类型" +#~ msgstr "回收类型" + +#~ msgid "账号清理" +#~ msgstr "账号清理" + +#~ msgid "权限清理" +#~ msgstr "权限清理" + +#~ msgid "回收DB名称" +#~ msgstr "回收DB名称" + +#~ msgid "权限清理时必填,支持通配符,多个请用 , 分隔" +#~ msgstr "权限清理时必填,支持通配符,多个请用 , 分隔" + +#~ msgid "回收表名" +#~ msgstr "回收表名" + +#~ msgid "回收权限" +#~ msgstr "回收权限" + +#~ msgid "用户名" +#~ msgstr "用户名" + +#~ msgid "若填写 all,可以实现清理发起访问IP的所有账号权限" +#~ msgstr "若填写 all,可以实现清理发起访问IP的所有账号权限" + +#~ msgid "步骤参数" +#~ msgstr "步骤参数" + +#~ msgid "没选中作业模板或当前作业模板脚本步骤为空" +#~ msgstr "没选中作业模板或当前作业模板脚本步骤为空" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "步骤类型" +#~ msgstr "步骤类型" + +#~ msgid "屏蔽开始时间" +#~ msgstr "屏蔽开始时间" + +#~ msgid "请填写时间格式(%Y-%m-%d %H:%M:%S)" +#~ msgstr "请填写时间格式(%Y-%m-%d %H:%M:%S)" + +#~ msgid "屏蔽结束时间" +#~ msgstr "屏蔽结束时间" + +#~ msgid "集群名称" +#~ msgstr "集群名称" + +#~ msgid "模块名称" +#~ msgstr "模块名称" + +#~ msgid "主机操作系统" +#~ msgstr "主机操作系统" + +#~ msgid "主机认证方式" +#~ msgstr "主机认证方式" + +#~ msgid "内网IP" +#~ msgstr "内网IP" + +#~ msgid "请输入内网IP" +#~ msgstr "请输入内网IP" + +#~ msgid "外网IP" +#~ msgstr "外网IP" + +#~ msgid "请输入外网IP" +#~ msgstr "请输入外网IP" + +#~ msgid "SSH账号" +#~ msgstr "SSH账号" + +#~ msgid "SSH端口" +#~ msgstr "SSH端口" + +#~ msgid "SSH密码" +#~ msgstr "SSH密码" + +#~ msgid "请输入密码" +#~ msgstr "请输入密码" + +#~ msgid "SSH密钥" +#~ msgstr "SSH密钥" + +#~ msgid "请输入密钥" +#~ msgstr "请输入密钥" + +#~ msgid "TCM业务" +#~ msgstr "TCM业务" + +#~ msgid "模板" +#~ msgstr "模板" + +#~ msgid "参数" +#~ msgstr "参数" + +#~ msgid "步骤ID" +#~ msgstr "步骤ID" + +#~ msgid "语音" +#~ msgstr "语音" + +#~ msgid "扫描域名" +#~ msgstr "扫描域名" + +#~ msgid "群聊名称" +#~ msgstr "群聊名称" + +#~ msgid "群聊成员" +#~ msgstr "群聊成员" + +#~ msgid "企业微信群成员,多个以逗号分隔" +#~ msgstr "企业微信群成员,多个以逗号分隔" + +#~ msgid "推送消息" +#~ msgstr "推送消息" + +#~ msgid "员工英文名" +#~ msgstr "员工英文名" + +#~ msgid "选择集群和模块自动获取" +#~ msgstr "选择集群和模块自动获取" + +#~ msgid "输入集群名和模块名自动获取" +#~ msgstr "输入集群名和模块名自动获取" + +#~ msgid "值类型" +#~ msgstr "值类型" + +#~ msgid "DNS" +#~ msgstr "DNS" + +#~ msgid "服ID" +#~ msgstr "服ID" + +#~ msgid "DNS必须填【IP#端口】格式或者直接填DNS,多个请用换行分隔" +#~ msgstr "DNS必须填【IP#端口】格式或者直接填DNS,多个请用换行分隔" + +#~ msgid "服ID用于GCS标准插件自动获取域名,多个请用空格分隔" +#~ msgstr "服ID用于GCS标准插件自动获取域名,多个请用空格分隔" + +#~ msgid "服ID用于GCS原子自动获取域名,多个请用空格分隔" +#~ msgstr "服ID用于GCS原子自动获取域名,多个请用空格分隔" + +#~ msgid "多个用,分隔,all代表所有集群" +#~ msgstr "多个用,分隔,all代表所有集群" + +#~ msgid "多个用,分隔,all代表所有模块" +#~ msgstr "多个用,分隔,all代表所有模块" + #~ msgid "模板编辑" #~ msgstr "模板编辑" diff --git a/scripts/i18n/django_i18n.sh b/scripts/i18n/django_i18n.sh index 3209a03421..a75a89c99c 100755 --- a/scripts/i18n/django_i18n.sh +++ b/scripts/i18n/django_i18n.sh @@ -10,7 +10,7 @@ for item in `find $WORK_PATH/pipeline/blueflow/src/ -name "*.vue" ! -path "*IpSe done mkdir -p ~/Temp/gcloud_open/ -mv -f $WORK_PATH/staticfiles/ ~/Temp/gcloud_open/ +mv -f $WORK_PATH/static/ ~/Temp/gcloud_open/ rm -rf $WORK_PATH/pipeline/blueflow/static/ pybabel extract -F babel.cfg --copyright-holder=blueking . -o django.pot || exit 1 @@ -49,4 +49,4 @@ grep -n -e 'fuzzy' $WORK_PATH/locale/zh_hans/LC_MESSAGES/djangojs.po read -rsp $'Press translate django.po and djangojs.po, then press any key to continue...\n' -n1 key django-admin compilemessages -mv -f ~/Temp/gcloud_open/staticfiles/ $WORK_PATH/ +mv -f ~/Temp/gcloud_open/static/ $WORK_PATH/