foreman_remote_execution 11.1.0 → 12.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/.packit.yaml +1 -1
  3. data/.rubocop.yml +1 -1
  4. data/.rubocop_todo.yml +0 -8
  5. data/.tx/config +2 -2
  6. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1587 -1
  7. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1578 -1
  8. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +1587 -1
  9. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1588 -1
  10. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1589 -1
  11. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1585 -1
  12. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1587 -0
  13. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +1586 -1
  14. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1588 -1
  15. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +1589 -1
  16. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1585 -1
  17. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +1587 -1
  18. data/app/helpers/remote_execution_helper.rb +5 -0
  19. data/app/lib/actions/remote_execution/event_helpers.rb +42 -0
  20. data/app/lib/actions/remote_execution/run_host_job.rb +3 -16
  21. data/app/lib/actions/remote_execution/run_hosts_job.rb +7 -5
  22. data/app/models/concerns/api/v2/hosts_controller_extensions.rb +12 -0
  23. data/app/views/api/v2/job_invocations/base.json.rabl +14 -0
  24. data/app/views/templates/script/convert2rhel_analyze.erb +1 -6
  25. data/config/routes.rb +2 -0
  26. data/db/migrate/20151215114631_add_host_id_to_template_invocation.rb +1 -1
  27. data/db/migrate/20151217092555_migrate_to_task_groups.rb +1 -1
  28. data/db/migrate/20160113162007_expand_all_template_invocations.rb +2 -2
  29. data/db/migrate/20160114125628_rename_job_name_to_job_category.rb +2 -2
  30. data/db/migrate/20200623073022_rename_sudo_password_to_effective_user_password.rb +2 -2
  31. data/db/migrate/20220321101835_rename_ssh_provider_to_script.rb +1 -1
  32. data/extra/cockpit/foreman-cockpit-session +1 -1
  33. data/foreman_remote_execution.gemspec +3 -1
  34. data/lib/foreman_remote_execution/engine.rb +12 -3
  35. data/lib/foreman_remote_execution/version.rb +1 -1
  36. data/locale/Makefile +3 -4
  37. data/locale/action_names.rb +0 -3
  38. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  39. data/locale/de/foreman_remote_execution.po +71 -23
  40. data/locale/en/foreman_remote_execution.po +71 -23
  41. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  42. data/locale/en_GB/foreman_remote_execution.po +71 -23
  43. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  44. data/locale/es/foreman_remote_execution.po +72 -24
  45. data/locale/foreman_remote_execution.pot +239 -176
  46. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  47. data/locale/fr/foreman_remote_execution.po +72 -24
  48. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  49. data/locale/ja/foreman_remote_execution.po +72 -24
  50. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  51. data/locale/ka/foreman_remote_execution.po +1576 -0
  52. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  53. data/locale/ko/foreman_remote_execution.po +71 -23
  54. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  55. data/locale/pt_BR/foreman_remote_execution.po +72 -24
  56. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  57. data/locale/ru/foreman_remote_execution.po +71 -23
  58. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  59. data/locale/zh_CN/foreman_remote_execution.po +72 -24
  60. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  61. data/locale/zh_TW/foreman_remote_execution.po +71 -23
  62. data/test/unit/actions/run_hosts_job_test.rb +1 -1
  63. data/test/unit/api_params_test.rb +2 -10
  64. data/webpack/JobInvocationDetail/JobInvocationActions.js +22 -0
  65. data/webpack/JobInvocationDetail/JobInvocationConstants.js +7 -0
  66. data/webpack/JobInvocationDetail/JobInvocationOverview.js +104 -0
  67. data/webpack/JobInvocationDetail/JobInvocationSelectors.js +5 -0
  68. data/webpack/JobInvocationDetail/index.js +77 -0
  69. data/webpack/JobWizard/JobWizardPageRerun.js +10 -25
  70. data/webpack/JobWizard/index.js +9 -18
  71. data/webpack/JobWizard/steps/HostsAndInputs/hostgroups.gql +1 -1
  72. data/webpack/Routes/routes.js +6 -0
  73. data/webpack/react_app/components/FeaturesDropdown/actions.js +4 -2
  74. data/webpack/react_app/components/FeaturesDropdown/constants.js +5 -0
  75. data/webpack/react_app/components/FeaturesDropdown/index.js +53 -14
  76. data/webpack/react_app/components/FeaturesDropdown/index.scss +11 -0
  77. data/webpack/react_app/extend/Fills.js +6 -0
  78. metadata +24 -10
  79. data/webpack/react_app/components/FeaturesDropdown/constant.js +0 -3
  80. /data/test/graphql/mutations/job_invocations/{create.rb → create_test.rb} +0 -0
  81. /data/test/unit/{renderer_scope_input.rb → renderer_scope_input_test.rb} +0 -0
@@ -1 +1,1585 @@
1
- locales['foreman_remote_execution'] = locales['foreman_remote_execution'] || {}; locales['foreman_remote_execution']['zh_CN'] = {"domain":"foreman_remote_execution","locale_data":{"foreman_remote_execution":{"":{"Project-Id-Version":"foreman_remote_execution 9.0.1","Report-Msgid-Bugs-To":"","PO-Revision-Date":"2016-02-15 13:54+0000","Last-Translator":"FULL NAME <EMAIL@ADDRESS>","Language-Team":"Chinese (China) (http://www.transifex.com/foreman/foreman/language/zh_CN/)","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Language":"zh_CN","Plural-Forms":"nplurals=1; plural=0;","lang":"zh_CN","domain":"foreman_remote_execution","plural_forms":"nplurals=1; plural=0;"},"Another interface is already set as execution. Are you sure you want to use this one instead?":["已经将另一个接口设置为执行。您确定要改用这个吗?"],"There was an error while updating the status, try refreshing the page.":["更新状态时出错,请尝试刷新页面。"],"List foreign input sets":["列出外部输入集"],"Show foreign input set details":["显示外部输入集详细信息"],"Target template ID":["目标模板 ID"],"Include all inputs from the foreign template":["在外部模板中包含所有输入格式"],"A comma separated list of input names to be included from the foreign template.":["要从外部模板中包含的输入名称的列表,以逗号分隔。"],"Input set description":["输入集描述"],"Create a foreign input set":["建立外部输入集"],"Delete a foreign input set":["删除外部输入集"],"Update a foreign input set":["更新外部输入集"],"List job invocations":["列出作业调用"],"Show job invocation":["显示作业调用"],"Show Job status for the hosts":["显示主机的作业状态"],"The job template to use, parameter is required unless feature was specified":["要使用的任务模板,除非已指定功能,否则参数是必需的"],"Invocation type, one of %s":["调用类型,%s 其中之一"],"Execute the jobs on hosts in randomized order":["以随机顺序在主机上执行作业"],"Inputs to use":["要使用的輸入"],"SSH provider specific options":["SSH 供应商特定的选项"],"What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.":["应该使用什么用户来运行脚本(使用类似于 sudo 的机制)。默认为模板参数或全局设置。"],"Set password for effective user (using sudo-like mechanisms)":["为有效用户设置密码(使用类似 sudo 的机制)"],"Set SSH user":[""],"Set SSH password":["设置 SSH 密码"],"Set SSH key passphrase":["设置 SSH 密钥口令"],"Create a recurring job":["创建一个重复运行的作业"],"How often the job should occur, in the cron format":["作业运行的频率,使用 cron 格式"],"Repeat a maximum of N times":["最多重复 N 次"],"Perform no more executions after this time":["在此时间后不再执行"],"Designation of a special purpose":["设计特殊目的"],"Schedule the job to start at a later time":["把作业调度在一个以后的时间开始"],"Schedule the job for a future time":["把作业调度到一个以后的时间"],"Indicates that the action should be cancelled if it cannot be started before this time.":["这代表,如果操作无法在这个时间前开始则操作应该被取消。"],"Control concurrency level and distribution over time":["控制并发级别和时间分布"],"Distribute tasks over N seconds":["在 N 秒内分配任务"],"Run at most N tasks at a time":["一次最多运行 N 个任务"],"Override the description format from the template for this invocation only":["只为此调用覆盖来自模板的描述格式"],"Override the timeout interval from the template for this invocation only":["只为此调用使用该模板覆盖超时间隔"],"Remote execution feature label that should be triggered, job template assigned to this feature will be used":["应触发的远程执行功能标签,将使用分配给此功能的任务模板"],"Override the global time to pickup interval for this invocation only":[""],"Create a job invocation":["创建一个作业调用"],"Get output for a host":["获取主机的输出"],"Get raw output for a host":["获取主机的原始输出"],"Cancel job invocation":["取消作业调用"],"The job could not be cancelled.":["此作业无法取消。"],"Rerun job on failed hosts":["在失败的主机上重新运行作业"],"Could not rerun job %{id} because its template could not be found":["无法重新运行作业 %{id},因为它的模板没有找到"],"Get outputs of hosts in a job":["获取作业中主机的输出"],"Host with id '%{id}' was not found":["找不到 id 为 '%{id}' 的主机"],"Only one of feature or job_template_id can be specified":["只能指定一个功能或 job_template_id"],"List job templates":["列出作业模板"],"List job templates per location":["列出各個位置上的工作範本"],"List job templates per organization":["列出每个机构的作业模板"],"Import a job template from ERB":["从 ERB 导入作业模版"],"Template ERB":["模版 ERB"],"Overwrite template if it already exists":["如果已存在则覆盖模版"],"Export a job template to ERB":["把作业模板导出到 ERB"],"Show job template details":["显示作业模板详情"],"Template name":["模板名称"],"Job category":["作业类别"],"This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}.":["这个模块用来生成描述。输入值可以使用语法 %{package}。您可以使用 %{job_category} 和 %{template_name} 来包括作业类型和模板名称。"],"Provider type":["供应商类型"],"Whether or not the template is locked for editing":["此模板是否被锁定用于编辑"],"Effective user options":["有效的用户选项"],"What user should be used to run the script (using sudo-like mechanisms)":["应该使用什么用户来运行脚本(使用类似于 sudo 的机制)"],"Whether it should be allowed to override the effective user from the invocation form.":["是否应允许从调用表单中覆盖有效用户。"],"Whether the current user login should be used as the effective user":["当前用户登录名是否应用作有效用户"],"Create a job template":["创建作业模板"],"Update a job template":["更新作业模板"],"Template version":["模板版本"],"Delete a job template":["删除作业模板"],"Clone a provision template":["克隆置备模板"],"List remote execution features":["列出远程执行功能"],"Show remote execution feature":["显示远程执行功能"],"Job template ID to be used for the feature":["用于功能的作业模板 ID"],"List template invocations belonging to job invocation":["列出属于作业调用的模板调用"],"Identifier of the Host interface for Remote execution":["主机接口的标识符,用于远程执行"],"Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host":[""],"List of proxy IDs to be used for remote execution":["用于远程执行的代理 ID 列表"],"Trying to abort the job":["尝试中止作业"],"Trying to cancel the job":["尝试取消作业"],"The job cannot be aborted at the moment.":["目前无法终止作业。"],"The job cannot be cancelled at the moment.":["目前无法取消作业。"],"Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.":["预览模板有问题:%{error}。请注意,在预览前需要保存模板输入的改变。"],"Job template imported successfully.":["成功导入作业模版。"],"Unable to save template. Correct highlighted errors":["无法保存模版。纠正高亮显示的错误。"],"Run":["运行"],"Schedule Remote Job":["调度远程作业"],"Jobs":["工作"],"Job invocations":["作业调用"],"%s":["%s"],"Web Console":["Web 控制台"],"Success":["成功"],"Failed":["失败"],"Pending":["待处理"],"Cancelled":["已取消"],"queued to start executing in %{time}":["已排队,在 %{time} 开始实施"],"queued":["已排队"],"running %{percent}%%":["运行 %{percent}%%"],"succeeded":["已成功"],"cancelled":["已取消"],"failed":["失败"],"unknown status":["未知的状态"],"Any Organization":["任意机构"],"Any Location":["任意位置"],"error":["错误"],"Host detail":["主机详情"],"Rerun on %s":["在 %s 重新运行"],"Host task":["主机任务"],"N/A":["不适用"],"Run Job":["运行作业"],"Create Report":["创建报告"],"Create report for this job":["为这个作业创建报告"],"Rerun":["重新运行"],"Rerun the job":["重新运行作业"],"Rerun failed":["重新运行失败"],"Rerun on failed hosts":["在失败的主机上重新运行"],"Job Task":["作业任务"],"See the last task details":["查看最后的任务详情"],"Cancel Job":["取消作业"],"Try to cancel the job":["尝试取消作业"],"Abort Job":["终止作业"],"Try to abort the job without waiting for the results from the remote hosts":["尝试在不等待远程主机的结果情况下终止作业"],"Task Details":["任务详情"],"See the task details":["查看任务详情"],"Try to cancel the job on a host":["尝试取消主机上的作业"],"Try to abort the job on a host without waiting for its result":["尝试在不等待结果的情况下终止主机中的作业"],"Could not render the preview because no host matches the search query.":["由于没有主机匹配搜索查询,因此无法呈现预览。"],"in %s":["在 %s"],"%s ago":["%s 前"],"Use default description template":["使用默认描述模板"],"Description template":["描述模板"],"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.":["这个模块用来生成描述。<br/>输入值可以使用语法%{package}。<br/>您可以使用 {job_category} 和 {template_name} 来<br/>包括作业类型和模板名称。"],"Could not use any template used in the job invocation":["无法使用作业调用中使用的任何模板"],"Failed rendering template: %s":["呈现模板失败:%s"],"Task cancelled":["任务被取消"],"Job execution failed":["作业执行失败"],"%{description} on %{host}":["%{host} 的 %{description}"],"Remote action:":["远程操作:"],"Job cancelled by user":["作业被用户取消"],"Exit status: %s":["退出状态:%s"],"Job finished with error":["作业完成但带有错误"],"Error loading data from proxy":["从代理加载数据时出错"],"User can not execute job on host %s":["用户不能在主机 %s 上执行作业"],"User can not execute this job template":["用户无法执行这个作业模板"],"User can not execute job on infrastructure host %s":["用户无法在基础架构主机 %s 上执行作业"],"User can not execute this job template on %s":["用户不能在 %s 上执行这个作业模板"],"The only applicable proxy %{proxy_names} is down":["唯一可用的代理 %{proxy_names} 已停机"],"Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings":["无法为 %%{provider} 作业使用任何代理。考虑在设置中配置 %{global_proxy} 和 %{fallback_proxy}"],"REX job has succeeded - %s":["REX 作业已成功 - %s"],"REX job has failed - %s":["REX 作业已失败 - %s"],"included template '%s' not found":["没有找到包括的模板 '%s'"],"input macro with name '%s' used, but no input with such name defined for this template":["使用名称为 '%s' 的输入宏,当没有为这个模板定义使用这个名称的输入"],"Unable to fetch public key":["无法获取公共密钥"],"Unable to remove host from known hosts":["无法从已知主机中删除主机"],"REX job has finished - %s":["REX 作业已完成 - %s"],"Should this interface be used for remote execution?":["该接口应该用于远程执行吗?"],"Interface with the '%s' identifier was specified as a remote execution interface, however the interface was not found on the host. If the interface exists, it needs to be created in Foreman during the registration.":["带有'%s'标识符的接口被指定为远程执行接口,但是在主机上找不到该接口。如果该接口存在,则需要在注册过程中在 Foreman 中创建该接口。"],"host already has an execution interface":["主机已有一个执行接口"],"This template is locked. Please clone it to a new template to customize.":["此模板已锁定。请将它克隆到一个新的模板进行定制。"],"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}":["在外部输入设置中发现了循环的依赖关系 '%{template}' -> '%{target_template}'。模板堆栈:%{templates_stack}"],"Execution":["执行"],"Last execution succeeded":["最后成功的执行"],"No execution finished yet":["尚未执行完毕"],"Last execution cancelled":["最后的执行已取消"],"Last execution failed":["最后的执行失败"],"Unknown execution status":["未知的执行状态"],"Recursive rendering of templates detected":["检测到递归的模板呈现"],"error during rendering: %s":["呈现时出错:%s"],"template":["模板"],"Cannot specify both bookmark_id and search_query":["无法同时指定 bookmark_id 和 search_query"],"Unknown input %{input_name} for template %{template_name}":["未知输入%{input_name}模板用于模板%{template_name}"],"Template with id '%{id}' was not found":["找不到 id 为 '%{id}' 的模板"],"Feature input %{input_name} not defined in template %{template_name}":["功能输入%{input_name} 未在模板%{template_name} 中定义"],"No template mapped to feature %{feature_name}":["没有映射到功能 %{feature_name} 的模板"],"The template %{template_name} mapped to feature %{feature_name} is not accessible by the user":["用户无法访问映射到功能 %{feature_name} 的模板 %{template_name}"],"Job Invocation":["作业调用"],"Duplicated inputs detected: %{duplicated_inputs}":["检测到重复的输入:%{duplicated_inputs}"],"Unknown remote execution feature %s":["未知的远程执行功能 %s"],"Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}":["有效的用户方法 \\\"%{current_value}\\\" 不是 %{valid_methods} 之一"],"Could not find any suitable interface for execution":["无法找到适合执行的接口"],"Subscribe to my failed jobs":["订阅到我失败的作业"],"Subscribe to my succeeded jobs":["订阅到我成功的作业"],"Subscribe to all my jobs":["订阅到所有主机"],"Script":["脚本"],"Static Query":["静态查询"],"Dynamic Query":["动态查询"],"Alphabetical":["按字母"],"Randomized":["随机化"],"Cannot resolve hosts without a user":["无法解析没有用户的主机"],"Cannot resolve hosts without a bookmark or search query":["无法解析没有书签或搜索查询的主机"],"Must select a bookmark or enter a search query":["必须选择一个书签或输入一个搜索查询"],"Input":["输入"],"Not all required inputs have values. Missing inputs: %s":["並不是所有需要的輸入都有值。缺少的输入:%s"],"Internal proxy selector can only be used if Katello is enabled":["如果启用了Katello,则只能使用内部代理选择器"],"default_capsule method missing from SmartProxy":["SmartProxy 中缺少 default_capsule 方法"],"Can't find Job Invocation for an id %s":["无法为 ID %s 找到作业调用"],"Latest Jobs":["最新的作业"],"Name":["名称"],"State":["状态"],"Started":["已启动"],"No jobs available":["没有可用的作业"],"Results":["结果"],"Schedule":["调度"],"Concurrency level limited to":["对...的并发等级限制"],"tasks at a time":["在一个时间点的任务"],"Set to distribute over":["设置为通过...分配"],"seconds":["秒"],"Scheduled to start before":["调度在这个时间前开始"],"Scheduled to start at":["调度开始于"],"Timeout to kill after":["超时至终止时间"],"Target hosts":["目标主机"],"Bookmark":["书签"],"Manual selection":["手动选择"],"using ":["使用 "],"Execution order":["执行顺序"],"Organization":["机构"],"Location":["位置"],"SSH User":["SSH 用户"],"Evaluated at:":["评估于:"],"User Inputs":["用户输入"],"Description":["描述"],"Job template":["作业模板"],"Resolves to":["解析到"],"hosts":["主机"],"Refresh":["刷新"],"Preview":["预览"],"Display advanced fields":["显示高级字段"],"Hide advanced fields":["隐藏高级字段"],"SSH user":[""],"A user to be used for SSH.":[""],"Effective user":["有效的用户"],"A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.":["要使用執行這 script 的使用者。如果使用者與 SSH 使用者不同,會用 su 或 sudo 來切換使用者。"],"Timeout to kill":["超时至结束"],"Time in seconds from the start on the remote host after which the job should be killed.":["在远程主机上开始后,以秒计算时间,之后结束作业。"],"Time to pickup":[""],"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.":[""],"Password":["密码"],"Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":["在作业完成之前,密码都会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后被删除。"],"Private key passphrase":["私钥密码口令"],"Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":["密钥口令只适用于 SSH 提供商。其他提供商会忽略此字段。<br>在任务完成之前,都会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后被删除。"],"Effective user password":["有效用户密码"],"Effective user password is only applicable for SSH provider. Other providers ignore this field. <br> Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":["有效用户密码只适用于 SSH 提供商。其他提供商会忽略此字段。<br>在任务完成之前,密码会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后删除。"],"Concurrency level":["并发等級"],"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.":["一次最多运行 N 个任务。如果设置了此选项并启用了代理批处理触发,则将在智能代理上以大小为 1 的批处理触发任务。"],"Time span":["时间跨度"],"Distribute execution over N seconds. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.":["在 N 秒内分配执行。如果设置了此选项并启用了代理批处理触发,则将在智能代理上以大小为 1 的批处理触发任务。"],"Execution ordering":["执行顺序"],"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>":["执行顺序确定了应按字母顺序还是随机顺序在主机上执行作业。<br><ul><li><b>Ordered</b> - 以字母顺序在主机上执行作业</li><li><b>Randomized</b> - 以随机顺序在主机上执行作业</li></ul>"],"Type of query":["查询类型"],"Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>":[""],"The final host list may change because the selected query is dynamic. It will be rerun during execution.":["由于所选查询是动态的,因此最终主机列表可能会更改。将在执行期间重新运行。"],"...and %{count} more":["...和 %{count} 个更多"],"No hosts found.":["找不到主机。"],"Close":["关闭"],"Current organization %{org_c} is different from job's organization %{org_j}.":["当前机构 %{org_c} 与作业机构 %{org_j} 不同。"],"Current location %{loc_c} is different from job's location %{loc_j}.":["当前位置 %{loc_c} 与作业位置 %{loc_j} 不同。"],"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.":["动态查询 '%{query}' 还没有解析。现在应该解析的主机列表可在 %{here} 查看。"],"here":["这里"],"effective user":["有效用户"],"Total hosts":["主机总数"],"Hosts gone missing":["主机丢失"],"This can happen if the host is removed or moved to another organization or location after the job was started":["如果在作业开始后将主机删除或移动到其他机构或位置,则可能会发生这种情况"],"Providers and templates":["供应商和模板"],"User input":["用户输入"],"Value":["值"],"Search Query":["搜索查询"],"Status":["状态"],"Succeeded":["已成功"],"Start":["开始"],"Job invocation":["工作调用"],"Use new job wizard":[""],"Overview":["概况"],"Preview templates":["预览模板"],"Recurring logic":["重复逻辑"],"Job Invocations":["作业调用"],"Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.":["Foreman 可以在远程主机上使用不同的方法(如 SSH 或 Ansible)运行命令。网络交流会通过智能代理进行,因此 Foreman 不需要直接访问目标主机,并可以扩展来控制多个主机。"],"Learn more about this in the documentation.":["如需了解更多信息,请参阅文档。"],"Job":["任务"],"Type":["类型"],"Add Foreign Input Set":["添加外部输入集"],"add an input set for this template to reference a different template inputs":["为此模板添加一个输入集,以引用其他模板输入"],"Snippet":["程序代码片段"],"Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.":["选择要上传的 ERB 文件来导入任务模版。这个模版必须包含第一个 ERB 注释里的元数据。"],"Overwrite":["覆盖"],"Whether to overwrite the template if it already exists":["如果已存在是否覆盖模版"],"Job Templates":["作业模板"],"Edit %s":["编辑 %s"],"Edit Job Template":["编辑作业模板"],"Import":["导入"],"New Job Template":["新作业模板"],"JobTemplate|Name":["JobTemplate|Name"],"JobTemplate|Snippet":["JobTemplate|Snippet"],"JobTemplate|Locked":["JobTemplate|Locked"],"Actions":["操作"],"This template is locked for editing.":["该模板被锁定进行编辑。"],"The execution interface is used for remote execution":["用于远程执行的执行接口"],"Remote execution":["远程执行"],"Remote Execution":["远程执行"],"Proxies":["代理服务器"],"Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them.":["选择适用于该子网的尽可能多的远程执行代理。当添加具有相同提供者的多个代理时,将在它们之间平衡操作。"],"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.":["您没有权限查看当前分配的模板。现在保存表单将取消分配模板。"],"Remote Execution Features":["远程执行功能"],"Label":["标签"],"Edit Remote Execution Feature":["编辑远程执行功能"],"A job '%{job_name}' has %{status} at %{time}":["作业 '%{job_name}' 的 %%{status}(在 %%{time})"],"Job result":["作业结果"],"Failed hosts":["失败的主机"],"See more details at %s":["在 %s 参阅更多细节"],"Foreign input set":["外来输入集"],"remove template input set":["删除模板输入集"],"A comma separated list of input names to be excluded from the foreign template.":["以逗号分隔的输入名称列表,将从外部模板中排除。"],"Template Invocation for %s":["%s 的模板调用"],"Back to Job":["回到作业"],"Toggle command":["切换命令"],"Toggle STDERR":["切换 STDERR"],"Toggle STDOUT":["切换 STDOUT"],"Toggle DEBUG":["切换 DEBUG"],"Target: ":["目标:"],"using Smart Proxy":["使用智能代理"],"Scroll to bottom":["滚动到底部"],"Scroll to top":["滚动到顶部"],"Could not display data for job invocation.":["无法显示用于作业调用的数据。"],"Unsupported or no operating system found for this host.":["该主机不支持或找不到操作系统。"],"A job '%{subject}' has finished successfully":["作业 '%{subject}' 已成功完成"],"Job Details":["作业详情"],"A job '%{subject}' has failed":["作业 '%%{subject}' 已失败"],"Remote execution job":["远程执行作业"],"A notification when a job finishes":["作业完成后的通知"],"Unable to create mail notification: %s":["无法创建邮件通知:%s"],"Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy":["在主机上搜索具有远程执行功能的任何代理,当主机没有子网或子网没有执行代理时,此命令很有用"],"Fallback to Any Proxy":["退回至任何代理服务器"],"Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.":["在分配给主机的代理之外搜索远程执行代理。搜索将会限制在主机的机构和位置内。"],"Enable Global Proxy":["启用全局代理服务器"],"Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.":["SSH 默认使用的用户。可通过设置名为 remote_execution_ssh_user 的参数来按主机覆盖"],"Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user.":["用于执行脚本的默认用户。如果用户与 SSH 用户不同,则使用 su 或 sudo 切换用户。"],"Effective User":["有效用户"],"What command should be used to switch to the effective user. One of %s":["应该使用什么命令切换到有效用户。%s 之一"],"Effective User Method":["有效用户方法"],"Whether we should sync templates from disk when running db:seed.":["运行 db:seed 时是否应该从磁盘同步模板。"],"Sync Job Templates":["同步作业模板"],"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.":["要用于 SSH 通信的端口。默认端口 22。您可以通过设置名为 remote_execution_ssh_port 的参数来按主机进行覆盖。"],"SSH Port":["SSH 端口"],"Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting":["相比 fqdn,是否应优先使用主机接口上的 ip 地址?当 DNS 未能成功解析 fqdns 时,它很有用。您可以通过设置参数 remote_execution_connect_by_ip 来覆盖每个主机的这个地址。对于多堆栈的主机,您应该考虑 remote_execution_connect_by_ip_prefer_ipv6 设置"],"Connect by IP":["按 IP 连接"],"When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default":["使用 ip 地址进行连接时,是否应该首选 IPv6 地址?如果没有设置 IPv6 地址,它会自动回退到使用 IPv4。您可以通过设置名为remote_execution_connect_by_ip_prefer_prefer_ipv6 的参数来针对单个主机进行覆盖。默认情况下,为了实现兼容的目的,IPv4 将优先于 IPv6。"],"Prefer IPv6 over IPv4":["首选 IPv6 而不是 IPv4 "],"Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password":["SSH 默认使用的密码。可通过设置名为 remote_execution_ssh_password 的参数来按主机覆盖"],"Default SSH password":["默认 SSH 密码"],"Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase":["SSH 默认使用的密钥口令。可通过设置名为 remote_execution_ssh_key_passphrase 的参数来按主机覆盖"],"Default SSH key passphrase":["默认的 SSH 密钥口令"],"Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.":["在池中用来处理远程执行任务的工作节点的数量。需要重启 dynflowd/foreman-tasks 服务。"],"Workers pool size":["工作节点池的大小"],"When enabled, working directories will be removed after task completion. You may override this per host by setting a parameter called remote_execution_cleanup_working_dirs.":["如果启用,工作目录会在任务完成后被删除。使用名为 remote_execution_cleanup_working_dirs 的参数可以在相关主机上覆盖这个设置。"],"Cleanup working directories":["清理工作目录"],"Where to find the Cockpit instance for the Web Console button. By default, no button is shown.":["在哪里可以找到 Web Console 按钮的 Cockpit 实例。默认情况下,不显示任何按钮。"],"Cockpit URL":["Cockpit URL"],"Choose a job template that is pre-selected in job invocation form":["选择在作业调用表单中预先选择的作业模板"],"Form Job Template":["来自作业模板"],"Select a report template used for generating a report for a particular remote execution job":["选择用于生成特定远程执行作业的报告模板"],"Job Invocation Report Template":["作业调用报告模板"],"Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day.":[""],"Job templates":["作业模板"],"Run Puppet Once":["运行 Puppet 一次"],"Perform a single Puppet run":["执行一个单独 Puppet 运行"],"Run Script":[""],"Run a script":[""],"Does not repeat":["没有创建"],"Cronline":["Cronline"],"Monthly":["每月"],"Weekly":["每周"],"Daily":["每日"],"Hourly":["每小时"],"Immediate execution":[""],"Future execution":[""],"Recurring execution":[""],"Category and template":[""],"Target hosts and inputs":["目标主机和输入"],"Advanced fields":["高级项"],"Review details":["审阅详情"],"Type of execution":[""],"Hosts":["主机"],"Host collections":["主机集合"],"Host groups":["主机组"],"Search query":["搜索查询"],"Run job":["运行作业"],"Use old form":[""],"Current organization %s is different from job's organization %s. This job may run on different hosts than before.":[""],"Current location %s is different from job's location %s. This job may run on different hosts than before.":[""],"'Starts before' date must in the future":[""],"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error":[""],"Use legacy form":[""],"Edit job description template":["编辑作业描述模板"],"Preview job description":["预览作业描述"],"For example: 1, 2, 3, 4, 5...":["例如:1, 2, 3, 4, 5..."],"Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":["密钥口令只适用于 SSH 提供商。其他提供商会忽略此字段。在任务完成之前,都会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后被删除。"],"Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.":["有效用户密码只适用于 SSH 提供商。其他提供商会忽略此字段。在任务完成之前,密码会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后删除。"],"All fields are required.":["各个项都需要。"],"Error":["错误"],"Errors:":["错误:"],"Categories list failed with:":["类别列表失败并带有:"],"Templates list failed with:":["模板列表失败并带有:"],"Template failed with:":["模板失败并带有:"],"Preview Hosts":["预览主机"],"...and %s more":["...和 %s 个更多"],"%s more":[""],"Clear all filters":[""],"There are no available input fields for the selected template.":["所选模板没有可用的输入字段。"],"Please select at least one host":[""],"Please enter a search query":[""],"Please select at least one host collection":[""],"Please select at least one host group":[""],"Filter by hosts":["按主机过滤"],"Filter by host collections":["按主机集过滤"],"Filter by host groups":["按主机组过滤"],"Apply to":["应用到"],"Never":["决不"],"After %s occurences":[""],"Every hour at minute %s":[""],"Every day at %s":[""],"Every week on %s at %s":[""],"Every month on %s at %s":[""],"Cron line":["Cron 行"],"No Target Hosts":["没有目标主机"],"view host names":[""],"Hide all advanced fields":["隐藏所有高级字段"],"Show all advanced fields":["现实所有高级字段"],"Schedule type":["调度类型"],"Recurrence":["重复发生"],"Starts at":["开始于"],"Starts Before":[""],"Starts":["开始"],"Now":[""],"Repeats":["重复"],"Ends":["结束"],"Purpose":["目的"],"Static query":["静态查询"],"Dynamic query":["动态查询"],"Description Template":["描述模板"],"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.":["用于跟踪周期性作业的特殊标签。一次只能有一个具有给定目的的活跃作业。"],"Query type":["查询类型"],"Type has impact on when is the query evaluated to hosts.":["类型会影响到什么时候会评估到主机。"],"evaluates just after you submit this form":["提交此表单后评估"],"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it":[""],"Cron line format 'a b c d e', where:":["Cron 行格式 'a b c d e', 其中:"],"is minute (range: 0-59)":["分钟(范围:0-59)"],"is hour (range: 0-23)":["小时(范围:0-23)"],"is day of month (range: 1-31)":["日期(范围:1-31)"],"is month (range: 1-12)":["月份(范围:1-12)"],"is day of week (range: 0-6)":["星期几(范围:0-6)"],"At":["位于"],"Invalid time format":["无效的时间格式"],"At minute":["于分钟"],"range: 0-59":[""],"Create":["创建"],"Minute can only be a number between 0-59":[""],"Days":["天"],"Days of week":["星期几"],"For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.":[""],"'Starts before' date must be after 'Starts at' date":[""],"Clear input":[""],"Starts before":["开始前"],"End time needs to be after start time":["结束时间需要在开始时间后"],"On":["上"],"After":[""],"Repeat amount can only be a positive number":["重复数量只能是一个正数"],"occurences":[""],"Select the type of execution":[""],"Execute the job now.":[""],"Execute the job later, at a scheduled time.":[""],"Execute the job on a repeating schedule.":[""],"Invalid date":["无效的日期"],"open-help-tooltip-button":["open-help-tooltip-button"],"Reset to default":["重置为默认"],"Has to be a positive number":["必须为一个正数"],"Please refine your search.":["请重新调整您的搜索。"],"You have %s results to display. Showing first %s results":["您有 %s 个结果现实。显示前 %s 个结果"],"Opening job invocation form":[""],"%s job has been invoked":["%s 任务已被调用"],"Schedule a job":["调度一个作业"],"Recent jobs":["最近的作业"],"View all jobs":["查看所有作业"],"View finished jobs":["查看完成的作业"],"View running jobs":["查看运行的作业"],"View scheduled jobs":["查看调度的作业"],"Finished":["完成"],"Running":["執行中"],"Scheduled":["调度的"],"No results found":["没有找到结果"],"Remote Execution Interface":["远程执行接口"],"yes":["是"],"no":["否"],"Inherit from host parameter":["从主机参数继承"],"Yes (override)":["是(覆盖)"],"No (override)":["否(覆盖)"],"REX pull mode":[""],"Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level.":[""],"Host":["主机"],"Active Filters:":[""],"Action with sub plans":["有子计划的操作"],"Import Puppet classes":["导入 Puppet 类"],"Import facts":["导入事实"],"A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.":["一个将远程执行带到 Foreman 的插件,通过远程管理功能来完成配置管理功能。"],", and %s more":[", 和 %s 个更多"],"Category and Template":["类别和模板"],"Clear filters":["清除过滤器"],"#~ \"Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static<\"#~ \"/b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evalu\"#~ \"ates just before the execution is started, so if it's planed in future, target\"#~ \"ed hosts set may change before it</li></ul>\"":["#~ \"类型会对何时评估主机查询产生影响。<br><ul><li><b>静态</b> - 提交此表格后立即评估</li><li><b>动态</b> - 开始执行前进\"#~ \"行评估,因此,如果以后计划,则目标主机集可能会在它之前发生变化</li></ul>\""],"#~ \"evaluates just before the execution is started, so if it's planed in future, t\"#~ \"argeted hosts set may change before it\"":["在执行启动前进行评估,因此如果将来需要它,则目标主机设置可能会在它之前改变。"]}}};
1
+ locales['foreman_remote_execution'] = locales['foreman_remote_execution'] || {}; locales['foreman_remote_execution']['zh_CN'] = {
2
+ "domain": "foreman_remote_execution",
3
+ "locale_data": {
4
+ "foreman_remote_execution": {
5
+ "": {
6
+ "Project-Id-Version": "foreman_remote_execution 9.0.1",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2016-02-15 13:54+0000",
9
+ "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
10
+ "Language-Team": "Chinese (China) (http://www.transifex.com/foreman/foreman/language/zh_CN/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "zh_CN",
15
+ "Plural-Forms": "nplurals=1; plural=0;",
16
+ "lang": "zh_CN",
17
+ "domain": "foreman_remote_execution",
18
+ "plural_forms": "nplurals=1; plural=0;"
19
+ },
20
+ "Another interface is already set as execution. Are you sure you want to use this one instead?": [
21
+ "已经将另一个接口设置为执行。您确定要改用这个吗?"
22
+ ],
23
+ "There was an error while updating the status, try refreshing the page.": [
24
+ "更新状态时出错,请尝试刷新页面。"
25
+ ],
26
+ "List foreign input sets": [
27
+ "列出外部输入集"
28
+ ],
29
+ "Show foreign input set details": [
30
+ "显示外部输入集详细信息"
31
+ ],
32
+ "Target template ID": [
33
+ "目标模板 ID"
34
+ ],
35
+ "Include all inputs from the foreign template": [
36
+ "在外部模板中包含所有输入格式"
37
+ ],
38
+ "A comma separated list of input names to be included from the foreign template.": [
39
+ "要从外部模板中包含的输入名称的列表,以逗号分隔。"
40
+ ],
41
+ "Input set description": [
42
+ "输入集描述"
43
+ ],
44
+ "Create a foreign input set": [
45
+ "建立外部输入集"
46
+ ],
47
+ "Delete a foreign input set": [
48
+ "删除外部输入集"
49
+ ],
50
+ "Update a foreign input set": [
51
+ "更新外部输入集"
52
+ ],
53
+ "List job invocations": [
54
+ "列出作业调用"
55
+ ],
56
+ "Show job invocation": [
57
+ "显示作业调用"
58
+ ],
59
+ "Show Job status for the hosts": [
60
+ "显示主机的作业状态"
61
+ ],
62
+ "The job template to use, parameter is required unless feature was specified": [
63
+ "要使用的任务模板,除非已指定功能,否则参数是必需的"
64
+ ],
65
+ "Invocation type, one of %s": [
66
+ "调用类型,%s 其中之一"
67
+ ],
68
+ "Execute the jobs on hosts in randomized order": [
69
+ "以随机顺序在主机上执行作业"
70
+ ],
71
+ "Inputs to use": [
72
+ "要使用的輸入"
73
+ ],
74
+ "SSH provider specific options": [
75
+ "SSH 供应商特定的选项"
76
+ ],
77
+ "What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.": [
78
+ "应该使用什么用户来运行脚本(使用类似于 sudo 的机制)。默认为模板参数或全局设置。"
79
+ ],
80
+ "Set password for effective user (using sudo-like mechanisms)": [
81
+ "为有效用户设置密码(使用类似 sudo 的机制)"
82
+ ],
83
+ "Set SSH user": [
84
+ ""
85
+ ],
86
+ "Set SSH password": [
87
+ "设置 SSH 密码"
88
+ ],
89
+ "Set SSH key passphrase": [
90
+ "设置 SSH 密钥口令"
91
+ ],
92
+ "Create a recurring job": [
93
+ "创建一个重复运行的作业"
94
+ ],
95
+ "How often the job should occur, in the cron format": [
96
+ "作业运行的频率,使用 cron 格式"
97
+ ],
98
+ "Repeat a maximum of N times": [
99
+ "最多重复 N 次"
100
+ ],
101
+ "Perform no more executions after this time": [
102
+ "在此时间后不再执行"
103
+ ],
104
+ "Designation of a special purpose": [
105
+ "设计特殊目的"
106
+ ],
107
+ "Schedule the job to start at a later time": [
108
+ "把作业调度在一个以后的时间开始"
109
+ ],
110
+ "Schedule the job for a future time": [
111
+ "把作业调度到一个以后的时间"
112
+ ],
113
+ "Indicates that the action should be cancelled if it cannot be started before this time.": [
114
+ "这代表,如果操作无法在这个时间前开始则操作应该被取消。"
115
+ ],
116
+ "Control concurrency level and distribution over time": [
117
+ "控制并发级别和时间分布"
118
+ ],
119
+ "Run at most N tasks at a time": [
120
+ "一次最多运行 N 个任务"
121
+ ],
122
+ "Override the description format from the template for this invocation only": [
123
+ "只为此调用覆盖来自模板的描述格式"
124
+ ],
125
+ "Override the timeout interval from the template for this invocation only": [
126
+ "只为此调用使用该模板覆盖超时间隔"
127
+ ],
128
+ "Remote execution feature label that should be triggered, job template assigned to this feature will be used": [
129
+ "应触发的远程执行功能标签,将使用分配给此功能的任务模板"
130
+ ],
131
+ "Override the global time to pickup interval for this invocation only": [
132
+ ""
133
+ ],
134
+ "Create a job invocation": [
135
+ "创建一个作业调用"
136
+ ],
137
+ "Get output for a host": [
138
+ "获取主机的输出"
139
+ ],
140
+ "Get raw output for a host": [
141
+ "获取主机的原始输出"
142
+ ],
143
+ "Cancel job invocation": [
144
+ "取消作业调用"
145
+ ],
146
+ "The job could not be cancelled.": [
147
+ "此作业无法取消。"
148
+ ],
149
+ "Rerun job on failed hosts": [
150
+ "在失败的主机上重新运行作业"
151
+ ],
152
+ "Could not rerun job %{id} because its template could not be found": [
153
+ "无法重新运行作业 %{id},因为它的模板没有找到"
154
+ ],
155
+ "Get outputs of hosts in a job": [
156
+ "获取作业中主机的输出"
157
+ ],
158
+ "Host with id '%{id}' was not found": [
159
+ "找不到 id 为 '%{id}' 的主机"
160
+ ],
161
+ "Only one of feature or job_template_id can be specified": [
162
+ "只能指定一个功能或 job_template_id"
163
+ ],
164
+ "List job templates": [
165
+ "列出作业模板"
166
+ ],
167
+ "List job templates per location": [
168
+ "列出各個位置上的工作範本"
169
+ ],
170
+ "List job templates per organization": [
171
+ "列出每个机构的作业模板"
172
+ ],
173
+ "Import a job template from ERB": [
174
+ "从 ERB 导入作业模版"
175
+ ],
176
+ "Template ERB": [
177
+ "模版 ERB"
178
+ ],
179
+ "Overwrite template if it already exists": [
180
+ "如果已存在则覆盖模版"
181
+ ],
182
+ "Export a job template to ERB": [
183
+ "把作业模板导出到 ERB"
184
+ ],
185
+ "Show job template details": [
186
+ "显示作业模板详情"
187
+ ],
188
+ "Template name": [
189
+ "模板名称"
190
+ ],
191
+ "Job category": [
192
+ "作业类别"
193
+ ],
194
+ "This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}.": [
195
+ "这个模块用来生成描述。输入值可以使用语法 %{package}。您可以使用 %{job_category} 和 %{template_name} 来包括作业类型和模板名称。"
196
+ ],
197
+ "Provider type": [
198
+ "供应商类型"
199
+ ],
200
+ "Whether or not the template is locked for editing": [
201
+ "此模板是否被锁定用于编辑"
202
+ ],
203
+ "Effective user options": [
204
+ "有效的用户选项"
205
+ ],
206
+ "What user should be used to run the script (using sudo-like mechanisms)": [
207
+ "应该使用什么用户来运行脚本(使用类似于 sudo 的机制)"
208
+ ],
209
+ "Whether it should be allowed to override the effective user from the invocation form.": [
210
+ "是否应允许从调用表单中覆盖有效用户。"
211
+ ],
212
+ "Whether the current user login should be used as the effective user": [
213
+ "当前用户登录名是否应用作有效用户"
214
+ ],
215
+ "Create a job template": [
216
+ "创建作业模板"
217
+ ],
218
+ "Update a job template": [
219
+ "更新作业模板"
220
+ ],
221
+ "Template version": [
222
+ "模板版本"
223
+ ],
224
+ "Delete a job template": [
225
+ "删除作业模板"
226
+ ],
227
+ "Clone a provision template": [
228
+ "克隆置备模板"
229
+ ],
230
+ "List remote execution features": [
231
+ "列出远程执行功能"
232
+ ],
233
+ "Show remote execution feature": [
234
+ "显示远程执行功能"
235
+ ],
236
+ "Job template ID to be used for the feature": [
237
+ "用于功能的作业模板 ID"
238
+ ],
239
+ "List available remote execution features for a host": [
240
+ ""
241
+ ],
242
+ "List template invocations belonging to job invocation": [
243
+ "列出属于作业调用的模板调用"
244
+ ],
245
+ "Identifier of the Host interface for Remote execution": [
246
+ "主机接口的标识符,用于远程执行"
247
+ ],
248
+ "Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host": [
249
+ ""
250
+ ],
251
+ "List of proxy IDs to be used for remote execution": [
252
+ "用于远程执行的代理 ID 列表"
253
+ ],
254
+ "Trying to abort the job": [
255
+ "尝试中止作业"
256
+ ],
257
+ "Trying to cancel the job": [
258
+ "尝试取消作业"
259
+ ],
260
+ "The job cannot be aborted at the moment.": [
261
+ "目前无法终止作业。"
262
+ ],
263
+ "The job cannot be cancelled at the moment.": [
264
+ "目前无法取消作业。"
265
+ ],
266
+ "Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
267
+ "预览模板有问题:%{error}。请注意,在预览前需要保存模板输入的改变。"
268
+ ],
269
+ "Job template imported successfully.": [
270
+ "成功导入作业模版。"
271
+ ],
272
+ "Unable to save template. Correct highlighted errors": [
273
+ "无法保存模版。纠正高亮显示的错误。"
274
+ ],
275
+ "Run": [
276
+ "运行"
277
+ ],
278
+ "Schedule Remote Job": [
279
+ "调度远程作业"
280
+ ],
281
+ "Jobs": [
282
+ "工作"
283
+ ],
284
+ "Job invocations": [
285
+ "作业调用"
286
+ ],
287
+ "%s": [
288
+ "%s"
289
+ ],
290
+ "Web Console": [
291
+ "Web 控制台"
292
+ ],
293
+ "Success": [
294
+ "成功"
295
+ ],
296
+ "Failed": [
297
+ "失败"
298
+ ],
299
+ "Pending": [
300
+ "待处理"
301
+ ],
302
+ "Cancelled": [
303
+ "已取消"
304
+ ],
305
+ "queued to start executing in %{time}": [
306
+ "已排队,在 %{time} 开始实施"
307
+ ],
308
+ "queued": [
309
+ "已排队"
310
+ ],
311
+ "running %{percent}%%": [
312
+ "运行 %{percent}%%"
313
+ ],
314
+ "succeeded": [
315
+ "已成功"
316
+ ],
317
+ "cancelled": [
318
+ "已取消"
319
+ ],
320
+ "failed": [
321
+ "失败"
322
+ ],
323
+ "unknown status": [
324
+ "未知的状态"
325
+ ],
326
+ "Any Organization": [
327
+ "任意机构"
328
+ ],
329
+ "Any Location": [
330
+ "任意位置"
331
+ ],
332
+ "error": [
333
+ "错误"
334
+ ],
335
+ "Host detail": [
336
+ "主机详情"
337
+ ],
338
+ "Rerun on %s": [
339
+ "在 %s 重新运行"
340
+ ],
341
+ "Host task": [
342
+ "主机任务"
343
+ ],
344
+ "N/A": [
345
+ "不适用"
346
+ ],
347
+ "Run Job": [
348
+ "运行作业"
349
+ ],
350
+ "Create Report": [
351
+ "创建报告"
352
+ ],
353
+ "Create report for this job": [
354
+ "为这个作业创建报告"
355
+ ],
356
+ "Rerun": [
357
+ "重新运行"
358
+ ],
359
+ "Rerun the job": [
360
+ "重新运行作业"
361
+ ],
362
+ "Rerun failed": [
363
+ "重新运行失败"
364
+ ],
365
+ "Rerun on failed hosts": [
366
+ "在失败的主机上重新运行"
367
+ ],
368
+ "Job Task": [
369
+ "作业任务"
370
+ ],
371
+ "See the last task details": [
372
+ "查看最后的任务详情"
373
+ ],
374
+ "Cancel Job": [
375
+ "取消作业"
376
+ ],
377
+ "Try to cancel the job": [
378
+ "尝试取消作业"
379
+ ],
380
+ "Abort Job": [
381
+ "终止作业"
382
+ ],
383
+ "Try to abort the job without waiting for the results from the remote hosts": [
384
+ "尝试在不等待远程主机的结果情况下终止作业"
385
+ ],
386
+ "New UI": [
387
+ ""
388
+ ],
389
+ "Switch to the new job invocation detail UI": [
390
+ ""
391
+ ],
392
+ "Task Details": [
393
+ "任务详情"
394
+ ],
395
+ "See the task details": [
396
+ "查看任务详情"
397
+ ],
398
+ "Try to cancel the job on a host": [
399
+ "尝试取消主机上的作业"
400
+ ],
401
+ "Try to abort the job on a host without waiting for its result": [
402
+ "尝试在不等待结果的情况下终止主机中的作业"
403
+ ],
404
+ "Could not render the preview because no host matches the search query.": [
405
+ "由于没有主机匹配搜索查询,因此无法呈现预览。"
406
+ ],
407
+ "in %s": [
408
+ "在 %s"
409
+ ],
410
+ "%s ago": [
411
+ "%s 前"
412
+ ],
413
+ "Use default description template": [
414
+ "使用默认描述模板"
415
+ ],
416
+ "Description template": [
417
+ "描述模板"
418
+ ],
419
+ "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
420
+ "这个模块用来生成描述。<br/>输入值可以使用语法%{package}。<br/>您可以使用 {job_category} 和 {template_name} 来<br/>包括作业类型和模板名称。"
421
+ ],
422
+ "Could not use any template used in the job invocation": [
423
+ "无法使用作业调用中使用的任何模板"
424
+ ],
425
+ "Failed rendering template: %s": [
426
+ "呈现模板失败:%s"
427
+ ],
428
+ "Task cancelled": [
429
+ "任务被取消"
430
+ ],
431
+ "Job execution failed": [
432
+ "作业执行失败"
433
+ ],
434
+ "%{description} on %{host}": [
435
+ "%{host} 的 %{description}"
436
+ ],
437
+ "Remote action:": [
438
+ "远程操作:"
439
+ ],
440
+ "Job cancelled by user": [
441
+ "作业被用户取消"
442
+ ],
443
+ "Exit status: %s": [
444
+ "退出状态:%s"
445
+ ],
446
+ "Job finished with error": [
447
+ "作业完成但带有错误"
448
+ ],
449
+ "Error loading data from proxy": [
450
+ "从代理加载数据时出错"
451
+ ],
452
+ "User can not execute job on host %s": [
453
+ "用户不能在主机 %s 上执行作业"
454
+ ],
455
+ "User can not execute this job template": [
456
+ "用户无法执行这个作业模板"
457
+ ],
458
+ "User can not execute job on infrastructure host %s": [
459
+ "用户无法在基础架构主机 %s 上执行作业"
460
+ ],
461
+ "User can not execute this job template on %s": [
462
+ "用户不能在 %s 上执行这个作业模板"
463
+ ],
464
+ "The only applicable proxy %{proxy_names} is down": [
465
+ "唯一可用的代理 %{proxy_names} 已停机"
466
+ ],
467
+ "Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
468
+ "无法为 %%{provider} 作业使用任何代理。考虑在设置中配置 %{global_proxy} 和 %{fallback_proxy}"
469
+ ],
470
+ "REX job has succeeded - %s": [
471
+ "REX 作业已成功 - %s"
472
+ ],
473
+ "REX job has failed - %s": [
474
+ "REX 作业已失败 - %s"
475
+ ],
476
+ "included template '%s' not found": [
477
+ "没有找到包括的模板 '%s'"
478
+ ],
479
+ "input macro with name '%s' used, but no input with such name defined for this template": [
480
+ "使用名称为 '%s' 的输入宏,当没有为这个模板定义使用这个名称的输入"
481
+ ],
482
+ "Unable to fetch public key": [
483
+ "无法获取公共密钥"
484
+ ],
485
+ "Unable to remove host from known hosts": [
486
+ "无法从已知主机中删除主机"
487
+ ],
488
+ "REX job has finished - %s": [
489
+ "REX 作业已完成 - %s"
490
+ ],
491
+ "Should this interface be used for remote execution?": [
492
+ "该接口应该用于远程执行吗?"
493
+ ],
494
+ "Interface with the '%s' identifier was specified as a remote execution interface, however the interface was not found on the host. If the interface exists, it needs to be created in Foreman during the registration.": [
495
+ "带有'%s'标识符的接口被指定为远程执行接口,但是在主机上找不到该接口。如果该接口存在,则需要在注册过程中在 Foreman 中创建该接口。"
496
+ ],
497
+ "host already has an execution interface": [
498
+ "主机已有一个执行接口"
499
+ ],
500
+ "This template is locked. Please clone it to a new template to customize.": [
501
+ "此模板已锁定。请将它克隆到一个新的模板进行定制。"
502
+ ],
503
+ "Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
504
+ "在外部输入设置中发现了循环的依赖关系 '%{template}' -> '%{target_template}'。模板堆栈:%{templates_stack}"
505
+ ],
506
+ "Execution": [
507
+ "执行"
508
+ ],
509
+ "Last execution succeeded": [
510
+ "最后成功的执行"
511
+ ],
512
+ "No execution finished yet": [
513
+ "尚未执行完毕"
514
+ ],
515
+ "Last execution cancelled": [
516
+ "最后的执行已取消"
517
+ ],
518
+ "Last execution failed": [
519
+ "最后的执行失败"
520
+ ],
521
+ "Unknown execution status": [
522
+ "未知的执行状态"
523
+ ],
524
+ "Recursive rendering of templates detected": [
525
+ "检测到递归的模板呈现"
526
+ ],
527
+ "error during rendering: %s": [
528
+ "呈现时出错:%s"
529
+ ],
530
+ "template": [
531
+ "模板"
532
+ ],
533
+ "Cannot specify both bookmark_id and search_query": [
534
+ "无法同时指定 bookmark_id 和 search_query"
535
+ ],
536
+ "Unknown input %{input_name} for template %{template_name}": [
537
+ "未知输入%{input_name}模板用于模板%{template_name}"
538
+ ],
539
+ "Template with id '%{id}' was not found": [
540
+ "找不到 id 为 '%{id}' 的模板"
541
+ ],
542
+ "Feature input %{input_name} not defined in template %{template_name}": [
543
+ "功能输入%{input_name} 未在模板%{template_name} 中定义"
544
+ ],
545
+ "No template mapped to feature %{feature_name}": [
546
+ "没有映射到功能 %{feature_name} 的模板"
547
+ ],
548
+ "The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
549
+ "用户无法访问映射到功能 %{feature_name} 的模板 %{template_name}"
550
+ ],
551
+ "Job Invocation": [
552
+ "作业调用"
553
+ ],
554
+ "Duplicated inputs detected: %{duplicated_inputs}": [
555
+ "检测到重复的输入:%{duplicated_inputs}"
556
+ ],
557
+ "Unknown remote execution feature %s": [
558
+ "未知的远程执行功能 %s"
559
+ ],
560
+ "Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
561
+ "有效的用户方法 \\\"%{current_value}\\\" 不是 %{valid_methods} 之一"
562
+ ],
563
+ "Could not find any suitable interface for execution": [
564
+ "无法找到适合执行的接口"
565
+ ],
566
+ "Subscribe to my failed jobs": [
567
+ "订阅到我失败的作业"
568
+ ],
569
+ "Subscribe to my succeeded jobs": [
570
+ "订阅到我成功的作业"
571
+ ],
572
+ "Subscribe to all my jobs": [
573
+ "订阅到所有主机"
574
+ ],
575
+ "Script": [
576
+ "脚本"
577
+ ],
578
+ "Static Query": [
579
+ "静态查询"
580
+ ],
581
+ "Dynamic Query": [
582
+ "动态查询"
583
+ ],
584
+ "Alphabetical": [
585
+ "按字母"
586
+ ],
587
+ "Randomized": [
588
+ "随机化"
589
+ ],
590
+ "Cannot resolve hosts without a user": [
591
+ "无法解析没有用户的主机"
592
+ ],
593
+ "Cannot resolve hosts without a bookmark or search query": [
594
+ "无法解析没有书签或搜索查询的主机"
595
+ ],
596
+ "Must select a bookmark or enter a search query": [
597
+ "必须选择一个书签或输入一个搜索查询"
598
+ ],
599
+ "Input": [
600
+ "输入"
601
+ ],
602
+ "Not all required inputs have values. Missing inputs: %s": [
603
+ "並不是所有需要的輸入都有值。缺少的输入:%s"
604
+ ],
605
+ "Internal proxy selector can only be used if Katello is enabled": [
606
+ "如果启用了Katello,则只能使用内部代理选择器"
607
+ ],
608
+ "default_capsule method missing from SmartProxy": [
609
+ "SmartProxy 中缺少 default_capsule 方法"
610
+ ],
611
+ "Can't find Job Invocation for an id %s": [
612
+ "无法为 ID %s 找到作业调用"
613
+ ],
614
+ "Latest Jobs": [
615
+ "最新的作业"
616
+ ],
617
+ "Name": [
618
+ "名称"
619
+ ],
620
+ "State": [
621
+ "状态"
622
+ ],
623
+ "Started": [
624
+ "已启动"
625
+ ],
626
+ "No jobs available": [
627
+ "没有可用的作业"
628
+ ],
629
+ "Results": [
630
+ "结果"
631
+ ],
632
+ "Schedule": [
633
+ "调度"
634
+ ],
635
+ "Concurrency level limited to": [
636
+ "对...的并发等级限制"
637
+ ],
638
+ "tasks at a time": [
639
+ "在一个时间点的任务"
640
+ ],
641
+ "Scheduled to start before": [
642
+ "调度在这个时间前开始"
643
+ ],
644
+ "Scheduled to start at": [
645
+ "调度开始于"
646
+ ],
647
+ "Timeout to kill after": [
648
+ "超时至终止时间"
649
+ ],
650
+ "seconds": [
651
+ "秒"
652
+ ],
653
+ "Time to pickup": [
654
+ ""
655
+ ],
656
+ "Target hosts": [
657
+ "目标主机"
658
+ ],
659
+ "Bookmark": [
660
+ "书签"
661
+ ],
662
+ "Manual selection": [
663
+ "手动选择"
664
+ ],
665
+ "using ": [
666
+ "使用 "
667
+ ],
668
+ "Execution order": [
669
+ "执行顺序"
670
+ ],
671
+ "Organization": [
672
+ "机构"
673
+ ],
674
+ "Location": [
675
+ "位置"
676
+ ],
677
+ "SSH User": [
678
+ "SSH 用户"
679
+ ],
680
+ "Evaluated at:": [
681
+ "评估于:"
682
+ ],
683
+ "User Inputs": [
684
+ "用户输入"
685
+ ],
686
+ "Description": [
687
+ "描述"
688
+ ],
689
+ "Job template": [
690
+ "作业模板"
691
+ ],
692
+ "Resolves to": [
693
+ "解析到"
694
+ ],
695
+ "hosts": [
696
+ "主机"
697
+ ],
698
+ "Refresh": [
699
+ "刷新"
700
+ ],
701
+ "Preview": [
702
+ "预览"
703
+ ],
704
+ "Display advanced fields": [
705
+ "显示高级字段"
706
+ ],
707
+ "Hide advanced fields": [
708
+ "隐藏高级字段"
709
+ ],
710
+ "SSH user": [
711
+ ""
712
+ ],
713
+ "A user to be used for SSH.": [
714
+ ""
715
+ ],
716
+ "Effective user": [
717
+ "有效的用户"
718
+ ],
719
+ "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
720
+ "要使用執行這 script 的使用者。如果使用者與 SSH 使用者不同,會用 su 或 sudo 來切換使用者。"
721
+ ],
722
+ "Timeout to kill": [
723
+ "超时至结束"
724
+ ],
725
+ "Time in seconds from the start on the remote host after which the job should be killed.": [
726
+ "在远程主机上开始后,以秒计算时间,之后结束作业。"
727
+ ],
728
+ "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
729
+ ""
730
+ ],
731
+ "Password": [
732
+ "密码"
733
+ ],
734
+ "Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
735
+ "在作业完成之前,密码都会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后被删除。"
736
+ ],
737
+ "Private key passphrase": [
738
+ "私钥密码口令"
739
+ ],
740
+ "Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
741
+ "密钥口令只适用于 SSH 提供商。其他提供商会忽略此字段。<br>在任务完成之前,都会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后被删除。"
742
+ ],
743
+ "Effective user password": [
744
+ "有效用户密码"
745
+ ],
746
+ "Effective user password is only applicable for SSH provider. Other providers ignore this field. <br> Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
747
+ "有效用户密码只适用于 SSH 提供商。其他提供商会忽略此字段。<br>在任务完成之前,密码会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后删除。"
748
+ ],
749
+ "Concurrency level": [
750
+ "并发等級"
751
+ ],
752
+ "Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
753
+ "一次最多运行 N 个任务。如果设置了此选项并启用了代理批处理触发,则将在智能代理上以大小为 1 的批处理触发任务。"
754
+ ],
755
+ "Execution ordering": [
756
+ "执行顺序"
757
+ ],
758
+ "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>": [
759
+ "执行顺序确定了应按字母顺序还是随机顺序在主机上执行作业。<br><ul><li><b>Ordered</b> - 以字母顺序在主机上执行作业</li><li><b>Randomized</b> - 以随机顺序在主机上执行作业</li></ul>"
760
+ ],
761
+ "Type of query": [
762
+ "查询类型"
763
+ ],
764
+ "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>": [
765
+ ""
766
+ ],
767
+ "The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
768
+ "由于所选查询是动态的,因此最终主机列表可能会更改。将在执行期间重新运行。"
769
+ ],
770
+ "...and %{count} more": [
771
+ "...和 %{count} 个更多"
772
+ ],
773
+ "No hosts found.": [
774
+ "找不到主机。"
775
+ ],
776
+ "Close": [
777
+ "关闭"
778
+ ],
779
+ "Current organization %{org_c} is different from job's organization %{org_j}.": [
780
+ "当前机构 %{org_c} 与作业机构 %{org_j} 不同。"
781
+ ],
782
+ "Current location %{loc_c} is different from job's location %{loc_j}.": [
783
+ "当前位置 %{loc_c} 与作业位置 %{loc_j} 不同。"
784
+ ],
785
+ "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
786
+ "动态查询 '%{query}' 还没有解析。现在应该解析的主机列表可在 %{here} 查看。"
787
+ ],
788
+ "here": [
789
+ "这里"
790
+ ],
791
+ "effective user": [
792
+ "有效用户"
793
+ ],
794
+ "Total hosts": [
795
+ "主机总数"
796
+ ],
797
+ "Hosts gone missing": [
798
+ "主机丢失"
799
+ ],
800
+ "This can happen if the host is removed or moved to another organization or location after the job was started": [
801
+ "如果在作业开始后将主机删除或移动到其他机构或位置,则可能会发生这种情况"
802
+ ],
803
+ "Providers and templates": [
804
+ "供应商和模板"
805
+ ],
806
+ "User input": [
807
+ "用户输入"
808
+ ],
809
+ "Value": [
810
+ "值"
811
+ ],
812
+ "Search Query": [
813
+ "搜索查询"
814
+ ],
815
+ "Status": [
816
+ "状态"
817
+ ],
818
+ "Succeeded": [
819
+ "已成功"
820
+ ],
821
+ "Start": [
822
+ "开始"
823
+ ],
824
+ "Job invocation": [
825
+ "工作调用"
826
+ ],
827
+ "Use new job wizard": [
828
+ ""
829
+ ],
830
+ "Overview": [
831
+ "概况"
832
+ ],
833
+ "Preview templates": [
834
+ "预览模板"
835
+ ],
836
+ "Recurring logic": [
837
+ "重复逻辑"
838
+ ],
839
+ "Job Invocations": [
840
+ "作业调用"
841
+ ],
842
+ "Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.": [
843
+ "Foreman 可以在远程主机上使用不同的方法(如 SSH 或 Ansible)运行命令。网络交流会通过智能代理进行,因此 Foreman 不需要直接访问目标主机,并可以扩展来控制多个主机。"
844
+ ],
845
+ "Learn more about this in the documentation.": [
846
+ "如需了解更多信息,请参阅文档。"
847
+ ],
848
+ "Job": [
849
+ "任务"
850
+ ],
851
+ "Type": [
852
+ "类型"
853
+ ],
854
+ "Add Foreign Input Set": [
855
+ "添加外部输入集"
856
+ ],
857
+ "add an input set for this template to reference a different template inputs": [
858
+ "为此模板添加一个输入集,以引用其他模板输入"
859
+ ],
860
+ "Snippet": [
861
+ "程序代码片段"
862
+ ],
863
+ "Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
864
+ "选择要上传的 ERB 文件来导入任务模版。这个模版必须包含第一个 ERB 注释里的元数据。"
865
+ ],
866
+ "Overwrite": [
867
+ "覆盖"
868
+ ],
869
+ "Whether to overwrite the template if it already exists": [
870
+ "如果已存在是否覆盖模版"
871
+ ],
872
+ "Job Templates": [
873
+ "作业模板"
874
+ ],
875
+ "Edit %s": [
876
+ "编辑 %s"
877
+ ],
878
+ "Edit Job Template": [
879
+ "编辑作业模板"
880
+ ],
881
+ "Import": [
882
+ "导入"
883
+ ],
884
+ "New Job Template": [
885
+ "新作业模板"
886
+ ],
887
+ "JobTemplate|Name": [
888
+ "JobTemplate|Name"
889
+ ],
890
+ "JobTemplate|Snippet": [
891
+ "JobTemplate|Snippet"
892
+ ],
893
+ "JobTemplate|Locked": [
894
+ "JobTemplate|Locked"
895
+ ],
896
+ "Actions": [
897
+ "操作"
898
+ ],
899
+ "This template is locked for editing.": [
900
+ "该模板被锁定进行编辑。"
901
+ ],
902
+ "The execution interface is used for remote execution": [
903
+ "用于远程执行的执行接口"
904
+ ],
905
+ "Remote execution": [
906
+ "远程执行"
907
+ ],
908
+ "Remote Execution": [
909
+ "远程执行"
910
+ ],
911
+ "Proxies": [
912
+ "代理服务器"
913
+ ],
914
+ "Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them.": [
915
+ "选择适用于该子网的尽可能多的远程执行代理。当添加具有相同提供者的多个代理时,将在它们之间平衡操作。"
916
+ ],
917
+ "You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
918
+ "您没有权限查看当前分配的模板。现在保存表单将取消分配模板。"
919
+ ],
920
+ "Remote Execution Features": [
921
+ "远程执行功能"
922
+ ],
923
+ "Label": [
924
+ "标签"
925
+ ],
926
+ "Edit Remote Execution Feature": [
927
+ "编辑远程执行功能"
928
+ ],
929
+ "A job '%{job_name}' has %{status} at %{time}": [
930
+ "作业 '%{job_name}' 的 %%{status}(在 %%{time})"
931
+ ],
932
+ "Job result": [
933
+ "作业结果"
934
+ ],
935
+ "Failed hosts": [
936
+ "失败的主机"
937
+ ],
938
+ "See more details at %s": [
939
+ "在 %s 参阅更多细节"
940
+ ],
941
+ "Foreign input set": [
942
+ "外来输入集"
943
+ ],
944
+ "remove template input set": [
945
+ "删除模板输入集"
946
+ ],
947
+ "A comma separated list of input names to be excluded from the foreign template.": [
948
+ "以逗号分隔的输入名称列表,将从外部模板中排除。"
949
+ ],
950
+ "Template Invocation for %s": [
951
+ "%s 的模板调用"
952
+ ],
953
+ "Back to Job": [
954
+ "回到作业"
955
+ ],
956
+ "Toggle command": [
957
+ "切换命令"
958
+ ],
959
+ "Toggle STDERR": [
960
+ "切换 STDERR"
961
+ ],
962
+ "Toggle STDOUT": [
963
+ "切换 STDOUT"
964
+ ],
965
+ "Toggle DEBUG": [
966
+ "切换 DEBUG"
967
+ ],
968
+ "Target: ": [
969
+ "目标:"
970
+ ],
971
+ "using Smart Proxy": [
972
+ "使用智能代理"
973
+ ],
974
+ "Scroll to bottom": [
975
+ "滚动到底部"
976
+ ],
977
+ "Scroll to top": [
978
+ "滚动到顶部"
979
+ ],
980
+ "Could not display data for job invocation.": [
981
+ "无法显示用于作业调用的数据。"
982
+ ],
983
+ "Unsupported or no operating system found for this host.": [
984
+ "该主机不支持或找不到操作系统。"
985
+ ],
986
+ "A job '%{subject}' has finished successfully": [
987
+ "作业 '%{subject}' 已成功完成"
988
+ ],
989
+ "Job Details": [
990
+ "作业详情"
991
+ ],
992
+ "A job '%{subject}' has failed": [
993
+ "作业 '%%{subject}' 已失败"
994
+ ],
995
+ "Remote execution job": [
996
+ "远程执行作业"
997
+ ],
998
+ "A notification when a job finishes": [
999
+ "作业完成后的通知"
1000
+ ],
1001
+ "Unable to create mail notification: %s": [
1002
+ "无法创建邮件通知:%s"
1003
+ ],
1004
+ "Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy": [
1005
+ "在主机上搜索具有远程执行功能的任何代理,当主机没有子网或子网没有执行代理时,此命令很有用"
1006
+ ],
1007
+ "Fallback to Any Proxy": [
1008
+ "退回至任何代理服务器"
1009
+ ],
1010
+ "Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.": [
1011
+ "在分配给主机的代理之外搜索远程执行代理。搜索将会限制在主机的机构和位置内。"
1012
+ ],
1013
+ "Enable Global Proxy": [
1014
+ "启用全局代理服务器"
1015
+ ],
1016
+ "Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.": [
1017
+ "SSH 默认使用的用户。可通过设置名为 remote_execution_ssh_user 的参数来按主机覆盖"
1018
+ ],
1019
+ "Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user.": [
1020
+ "用于执行脚本的默认用户。如果用户与 SSH 用户不同,则使用 su 或 sudo 切换用户。"
1021
+ ],
1022
+ "Effective User": [
1023
+ "有效用户"
1024
+ ],
1025
+ "What command should be used to switch to the effective user. One of %s": [
1026
+ "应该使用什么命令切换到有效用户。%s 之一"
1027
+ ],
1028
+ "Effective User Method": [
1029
+ "有效用户方法"
1030
+ ],
1031
+ "Whether we should sync templates from disk when running db:seed.": [
1032
+ "运行 db:seed 时是否应该从磁盘同步模板。"
1033
+ ],
1034
+ "Sync Job Templates": [
1035
+ "同步作业模板"
1036
+ ],
1037
+ "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
1038
+ "要用于 SSH 通信的端口。默认端口 22。您可以通过设置名为 remote_execution_ssh_port 的参数来按主机进行覆盖。"
1039
+ ],
1040
+ "SSH Port": [
1041
+ "SSH 端口"
1042
+ ],
1043
+ "Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting": [
1044
+ "相比 fqdn,是否应优先使用主机接口上的 ip 地址?当 DNS 未能成功解析 fqdns 时,它很有用。您可以通过设置参数 remote_execution_connect_by_ip 来覆盖每个主机的这个地址。对于多堆栈的主机,您应该考虑 remote_execution_connect_by_ip_prefer_ipv6 设置"
1045
+ ],
1046
+ "Connect by IP": [
1047
+ "按 IP 连接"
1048
+ ],
1049
+ "When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default": [
1050
+ "使用 ip 地址进行连接时,是否应该首选 IPv6 地址?如果没有设置 IPv6 地址,它会自动回退到使用 IPv4。您可以通过设置名为remote_execution_connect_by_ip_prefer_prefer_ipv6 的参数来针对单个主机进行覆盖。默认情况下,为了实现兼容的目的,IPv4 将优先于 IPv6。"
1051
+ ],
1052
+ "Prefer IPv6 over IPv4": [
1053
+ "首选 IPv6 而不是 IPv4 "
1054
+ ],
1055
+ "Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
1056
+ "SSH 默认使用的密码。可通过设置名为 remote_execution_ssh_password 的参数来按主机覆盖"
1057
+ ],
1058
+ "Default SSH password": [
1059
+ "默认 SSH 密码"
1060
+ ],
1061
+ "Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
1062
+ "SSH 默认使用的密钥口令。可通过设置名为 remote_execution_ssh_key_passphrase 的参数来按主机覆盖"
1063
+ ],
1064
+ "Default SSH key passphrase": [
1065
+ "默认的 SSH 密钥口令"
1066
+ ],
1067
+ "Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
1068
+ "在池中用来处理远程执行任务的工作节点的数量。需要重启 dynflowd/foreman-tasks 服务。"
1069
+ ],
1070
+ "Workers pool size": [
1071
+ "工作节点池的大小"
1072
+ ],
1073
+ "When enabled, working directories will be removed after task completion. You may override this per host by setting a parameter called remote_execution_cleanup_working_dirs.": [
1074
+ "如果启用,工作目录会在任务完成后被删除。使用名为 remote_execution_cleanup_working_dirs 的参数可以在相关主机上覆盖这个设置。"
1075
+ ],
1076
+ "Cleanup working directories": [
1077
+ "清理工作目录"
1078
+ ],
1079
+ "Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
1080
+ "在哪里可以找到 Web Console 按钮的 Cockpit 实例。默认情况下,不显示任何按钮。"
1081
+ ],
1082
+ "Cockpit URL": [
1083
+ "Cockpit URL"
1084
+ ],
1085
+ "Choose a job template that is pre-selected in job invocation form": [
1086
+ "选择在作业调用表单中预先选择的作业模板"
1087
+ ],
1088
+ "Form Job Template": [
1089
+ "来自作业模板"
1090
+ ],
1091
+ "Select a report template used for generating a report for a particular remote execution job": [
1092
+ "选择用于生成特定远程执行作业的报告模板"
1093
+ ],
1094
+ "Job Invocation Report Template": [
1095
+ "作业调用报告模板"
1096
+ ],
1097
+ "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs.": [
1098
+ ""
1099
+ ],
1100
+ "Job templates": [
1101
+ "作业模板"
1102
+ ],
1103
+ "Job invocations detail": [
1104
+ ""
1105
+ ],
1106
+ "Run Puppet Once": [
1107
+ "运行 Puppet 一次"
1108
+ ],
1109
+ "Perform a single Puppet run": [
1110
+ "执行一个单独 Puppet 运行"
1111
+ ],
1112
+ "Run Script": [
1113
+ ""
1114
+ ],
1115
+ "Run a script": [
1116
+ ""
1117
+ ],
1118
+ "Not yet": [
1119
+ ""
1120
+ ],
1121
+ "Effective user:": [
1122
+ ""
1123
+ ],
1124
+ "Started at:": [
1125
+ ""
1126
+ ],
1127
+ "SSH user:": [
1128
+ ""
1129
+ ],
1130
+ "Template:": [
1131
+ ""
1132
+ ],
1133
+ "Submit": [
1134
+ ""
1135
+ ],
1136
+ "Next": [
1137
+ ""
1138
+ ],
1139
+ "Back": [
1140
+ ""
1141
+ ],
1142
+ "Start job": [
1143
+ ""
1144
+ ],
1145
+ "Fill all required fields in all the steps": [
1146
+ ""
1147
+ ],
1148
+ "Run on selected hosts": [
1149
+ ""
1150
+ ],
1151
+ "Skip to review step": [
1152
+ ""
1153
+ ],
1154
+ "Fill all required fields in all the steps to start the job": [
1155
+ ""
1156
+ ],
1157
+ "Skip to review": [
1158
+ ""
1159
+ ],
1160
+ "Cancel": [
1161
+ ""
1162
+ ],
1163
+ "Does not repeat": [
1164
+ "没有创建"
1165
+ ],
1166
+ "Cronline": [
1167
+ "Cronline"
1168
+ ],
1169
+ "Monthly": [
1170
+ "每月"
1171
+ ],
1172
+ "Weekly": [
1173
+ "每周"
1174
+ ],
1175
+ "Daily": [
1176
+ "每日"
1177
+ ],
1178
+ "Hourly": [
1179
+ "每小时"
1180
+ ],
1181
+ "Immediate execution": [
1182
+ ""
1183
+ ],
1184
+ "Future execution": [
1185
+ ""
1186
+ ],
1187
+ "Recurring execution": [
1188
+ ""
1189
+ ],
1190
+ "Category and template": [
1191
+ ""
1192
+ ],
1193
+ "Target hosts and inputs": [
1194
+ "目标主机和输入"
1195
+ ],
1196
+ "Advanced fields": [
1197
+ "高级项"
1198
+ ],
1199
+ "Review details": [
1200
+ "审阅详情"
1201
+ ],
1202
+ "Type of execution": [
1203
+ ""
1204
+ ],
1205
+ "Hosts": [
1206
+ "主机"
1207
+ ],
1208
+ "Host collections": [
1209
+ "主机集合"
1210
+ ],
1211
+ "Host groups": [
1212
+ "主机组"
1213
+ ],
1214
+ "Search query": [
1215
+ "搜索查询"
1216
+ ],
1217
+ "Run job": [
1218
+ "运行作业"
1219
+ ],
1220
+ "Use old form": [
1221
+ ""
1222
+ ],
1223
+ "Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
1224
+ ""
1225
+ ],
1226
+ "Current location %s is different from job's location %s. This job may run on different hosts than before.": [
1227
+ ""
1228
+ ],
1229
+ "'Starts before' date must in the future": [
1230
+ ""
1231
+ ],
1232
+ "Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
1233
+ ""
1234
+ ],
1235
+ "Use legacy form": [
1236
+ ""
1237
+ ],
1238
+ "Edit job description template": [
1239
+ "编辑作业描述模板"
1240
+ ],
1241
+ "Preview job description": [
1242
+ "预览作业描述"
1243
+ ],
1244
+ "For example: 1, 2, 3, 4, 5...": [
1245
+ "例如:1, 2, 3, 4, 5..."
1246
+ ],
1247
+ "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs": [
1248
+ ""
1249
+ ],
1250
+ "Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
1251
+ "密钥口令只适用于 SSH 提供商。其他提供商会忽略此字段。在任务完成之前,都会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后被删除。"
1252
+ ],
1253
+ "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
1254
+ "有效用户密码只适用于 SSH 提供商。其他提供商会忽略此字段。在任务完成之前,密码会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后删除。"
1255
+ ],
1256
+ "All fields are required.": [
1257
+ "各个项都需要。"
1258
+ ],
1259
+ "Error": [
1260
+ "错误"
1261
+ ],
1262
+ "Errors:": [
1263
+ "错误:"
1264
+ ],
1265
+ "Categories list failed with:": [
1266
+ "类别列表失败并带有:"
1267
+ ],
1268
+ "Templates list failed with:": [
1269
+ "模板列表失败并带有:"
1270
+ ],
1271
+ "Template failed with:": [
1272
+ "模板失败并带有:"
1273
+ ],
1274
+ "Preview Hosts": [
1275
+ "预览主机"
1276
+ ],
1277
+ "...and %s more": [
1278
+ "...和 %s 个更多"
1279
+ ],
1280
+ "%s more": [
1281
+ ""
1282
+ ],
1283
+ "Clear all filters": [
1284
+ ""
1285
+ ],
1286
+ "There are no available input fields for the selected template.": [
1287
+ "所选模板没有可用的输入字段。"
1288
+ ],
1289
+ "Please select at least one host": [
1290
+ ""
1291
+ ],
1292
+ "Please enter a search query": [
1293
+ ""
1294
+ ],
1295
+ "Please select at least one host collection": [
1296
+ ""
1297
+ ],
1298
+ "Please select at least one host group": [
1299
+ ""
1300
+ ],
1301
+ "Filter by hosts": [
1302
+ "按主机过滤"
1303
+ ],
1304
+ "Filter by host collections": [
1305
+ "按主机集过滤"
1306
+ ],
1307
+ "Filter by host groups": [
1308
+ "按主机组过滤"
1309
+ ],
1310
+ "Apply to": [
1311
+ "应用到"
1312
+ ],
1313
+ "Never": [
1314
+ "决不"
1315
+ ],
1316
+ "After %s occurences": [
1317
+ ""
1318
+ ],
1319
+ "Every hour at minute %s": [
1320
+ ""
1321
+ ],
1322
+ "Every day at %s": [
1323
+ ""
1324
+ ],
1325
+ "Every week on %s at %s": [
1326
+ ""
1327
+ ],
1328
+ "Every month on %s at %s": [
1329
+ ""
1330
+ ],
1331
+ "Cron line": [
1332
+ "Cron 行"
1333
+ ],
1334
+ "No Target Hosts": [
1335
+ "没有目标主机"
1336
+ ],
1337
+ "view host names": [
1338
+ ""
1339
+ ],
1340
+ "Hide all advanced fields": [
1341
+ "隐藏所有高级字段"
1342
+ ],
1343
+ "Show all advanced fields": [
1344
+ "现实所有高级字段"
1345
+ ],
1346
+ "Schedule type": [
1347
+ "调度类型"
1348
+ ],
1349
+ "Recurrence": [
1350
+ "重复发生"
1351
+ ],
1352
+ "Starts at": [
1353
+ "开始于"
1354
+ ],
1355
+ "Starts Before": [
1356
+ ""
1357
+ ],
1358
+ "Starts": [
1359
+ "开始"
1360
+ ],
1361
+ "Now": [
1362
+ ""
1363
+ ],
1364
+ "Repeats": [
1365
+ "重复"
1366
+ ],
1367
+ "Ends": [
1368
+ "结束"
1369
+ ],
1370
+ "Purpose": [
1371
+ "目的"
1372
+ ],
1373
+ "Static query": [
1374
+ "静态查询"
1375
+ ],
1376
+ "Dynamic query": [
1377
+ "动态查询"
1378
+ ],
1379
+ "Description Template": [
1380
+ "描述模板"
1381
+ ],
1382
+ "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
1383
+ "用于跟踪周期性作业的特殊标签。一次只能有一个具有给定目的的活跃作业。"
1384
+ ],
1385
+ "Query type": [
1386
+ "查询类型"
1387
+ ],
1388
+ "Type has impact on when is the query evaluated to hosts.": [
1389
+ "类型会影响到什么时候会评估到主机。"
1390
+ ],
1391
+ "evaluates just after you submit this form": [
1392
+ "提交此表单后评估"
1393
+ ],
1394
+ "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
1395
+ ""
1396
+ ],
1397
+ "Cron line (extended)": [
1398
+ ""
1399
+ ],
1400
+ "Cron line format '1 2 3 4 5', where:": [
1401
+ ""
1402
+ ],
1403
+ "is minute (range: 0-59)": [
1404
+ "分钟(范围:0-59)"
1405
+ ],
1406
+ "is hour (range: 0-23)": [
1407
+ "小时(范围:0-23)"
1408
+ ],
1409
+ "is day of month (range: 1-31)": [
1410
+ "日期(范围:1-31)"
1411
+ ],
1412
+ "is month (range: 1-12)": [
1413
+ "月份(范围:1-12)"
1414
+ ],
1415
+ "is day of week (range: 0-6)": [
1416
+ "星期几(范围:0-6)"
1417
+ ],
1418
+ "The cron line supports extended cron line syntax. For details please refer to the ": [
1419
+ ""
1420
+ ],
1421
+ "documentation": [
1422
+ ""
1423
+ ],
1424
+ "At": [
1425
+ "位于"
1426
+ ],
1427
+ "Invalid time format": [
1428
+ "无效的时间格式"
1429
+ ],
1430
+ "At minute": [
1431
+ "于分钟"
1432
+ ],
1433
+ "range: 0-59": [
1434
+ ""
1435
+ ],
1436
+ "Create": [
1437
+ "创建"
1438
+ ],
1439
+ "Minute can only be a number between 0-59": [
1440
+ ""
1441
+ ],
1442
+ "Days": [
1443
+ "天"
1444
+ ],
1445
+ "Days of week": [
1446
+ "星期几"
1447
+ ],
1448
+ "For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
1449
+ ""
1450
+ ],
1451
+ "'Starts before' date must be after 'Starts at' date": [
1452
+ ""
1453
+ ],
1454
+ "Clear input": [
1455
+ ""
1456
+ ],
1457
+ "Starts before": [
1458
+ "开始前"
1459
+ ],
1460
+ "End time needs to be after start time": [
1461
+ "结束时间需要在开始时间后"
1462
+ ],
1463
+ "On": [
1464
+ "上"
1465
+ ],
1466
+ "After": [
1467
+ ""
1468
+ ],
1469
+ "Repeat amount can only be a positive number": [
1470
+ "重复数量只能是一个正数"
1471
+ ],
1472
+ "occurences": [
1473
+ ""
1474
+ ],
1475
+ "Select the type of execution": [
1476
+ ""
1477
+ ],
1478
+ "Execute the job now.": [
1479
+ ""
1480
+ ],
1481
+ "Execute the job later, at a scheduled time.": [
1482
+ ""
1483
+ ],
1484
+ "Execute the job on a repeating schedule.": [
1485
+ ""
1486
+ ],
1487
+ "Invalid date": [
1488
+ "无效的日期"
1489
+ ],
1490
+ "open-help-tooltip-button": [
1491
+ "open-help-tooltip-button"
1492
+ ],
1493
+ "Reset to default": [
1494
+ "重置为默认"
1495
+ ],
1496
+ "Has to be a positive number": [
1497
+ "必须为一个正数"
1498
+ ],
1499
+ "Please refine your search.": [
1500
+ "请重新调整您的搜索。"
1501
+ ],
1502
+ "You have %s results to display. Showing first %s results": [
1503
+ "您有 %s 个结果现实。显示前 %s 个结果"
1504
+ ],
1505
+ "Opening job invocation form": [
1506
+ ""
1507
+ ],
1508
+ "%s job has been invoked": [
1509
+ "%s 任务已被调用"
1510
+ ],
1511
+ "Schedule a job": [
1512
+ "调度一个作业"
1513
+ ],
1514
+ "Recent jobs": [
1515
+ "最近的作业"
1516
+ ],
1517
+ "View all jobs": [
1518
+ "查看所有作业"
1519
+ ],
1520
+ "View finished jobs": [
1521
+ "查看完成的作业"
1522
+ ],
1523
+ "View running jobs": [
1524
+ "查看运行的作业"
1525
+ ],
1526
+ "View scheduled jobs": [
1527
+ "查看调度的作业"
1528
+ ],
1529
+ "Finished": [
1530
+ "完成"
1531
+ ],
1532
+ "Running": [
1533
+ "執行中"
1534
+ ],
1535
+ "Scheduled": [
1536
+ "调度的"
1537
+ ],
1538
+ "No results found": [
1539
+ "没有找到结果"
1540
+ ],
1541
+ "Remote Execution Interface": [
1542
+ "远程执行接口"
1543
+ ],
1544
+ "yes": [
1545
+ "是"
1546
+ ],
1547
+ "no": [
1548
+ "否"
1549
+ ],
1550
+ "Inherit from host parameter": [
1551
+ "从主机参数继承"
1552
+ ],
1553
+ "Yes (override)": [
1554
+ "是(覆盖)"
1555
+ ],
1556
+ "No (override)": [
1557
+ "否(覆盖)"
1558
+ ],
1559
+ "REX pull mode": [
1560
+ ""
1561
+ ],
1562
+ "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level.": [
1563
+ ""
1564
+ ],
1565
+ "Host": [
1566
+ "主机"
1567
+ ],
1568
+ "Active Filters:": [
1569
+ ""
1570
+ ],
1571
+ "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.": [
1572
+ "一个将远程执行带到 Foreman 的插件,通过远程管理功能来完成配置管理功能。"
1573
+ ],
1574
+ "Action with sub plans": [
1575
+ "有子计划的操作"
1576
+ ],
1577
+ "Import Puppet classes": [
1578
+ "导入 Puppet 类"
1579
+ ],
1580
+ "Import facts": [
1581
+ "导入事实"
1582
+ ]
1583
+ }
1584
+ }
1585
+ };