# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the foreman_puppet package. # FIRST AUTHOR , YEAR. # # Translators: # Martin Liu , 2021 # tim123, 2021 # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021 # Bryan Kearney , 2021 # Amit Upadhye , 2021 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-10 11:17+0000\n" "PO-Revision-Date: 2021-02-03 16:30+0000\n" "Last-Translator: Amit Upadhye , 2021\n" "Language-Team: Chinese (China) (https://www.transifex.com/foreman/teams/114/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15 msgid "" "Ignored environment names resulting in booleans found. Please quote strings " "like true/false and yes/no in config/ignored_environments.yml" msgstr "" "已找到被忽略的生成布尔值的环境名称。请用引号刮起 config/ignored_environments.yml 中的 true/false 以及 " "yes/no 之类的字符串" #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82 msgid "No changes to your environments detected" msgstr "未探测到您的环境有任何变化" #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32 msgid "" "Successfully updated environments and Puppet classes from the on-disk Puppet" " installation" msgstr "成功使用磁盘 Puppet 安装更新环境及 Puppet 类别" #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34 msgid "" "Failed to update environments and Puppet classes from the on-disk Puppet " "installation: %s" msgstr "无法使用磁盘 Puppet 安装更新环境及 Puppet 类别:%s" #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46 msgid "" "No smart proxy was found to import environments from, ensure that at least " "one smart proxy is registered with the 'puppet' feature" msgstr "没有找到可用来导入环境的智能代理服务器,请确保至少有一个智能代理服务器注册了 'puppet' 功能" #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53 msgid "Ignored environments: %s" msgstr "忽略的环境:%s" #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:55 msgid "Ignored classes in the environments: %s" msgstr "环境中忽略的类别: %s" #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:10 msgid "List all host groups for a Puppet class" msgstr "列出 Puppet 类别的所有主机组" #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:13 msgid "ID of Puppetclass" msgstr "Puppetclass ID" #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:18 msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id" msgstr "已过时,首选使用 hostgroup/puppet_attributes/environment_id" #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:19 msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids" msgstr "已过时,首选使用 hostgroup/puppet_attributes/puppetclass_ids" #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:20 msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids" msgstr "已过时,首先使用 hostgroup/puppet_attributes/config_group_ids" #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23 msgid "ID of associated puppet Environment" msgstr "与 puppet 环境关联的 ID" #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24 msgid "IDs of associated Puppetclasses" msgstr "与 Puppetclasses 关联的 ID" #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25 msgid "IDs of associated ConfigGroups" msgstr "与 ConfigGroups 关联的 ID" #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14 msgid "Import puppet classes from puppet proxy" msgstr "从 puppet 代理服务器导入 puppet 类" #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15 #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16 msgid "Import puppet classes from puppet proxy for an environment" msgstr "从 puppet 代理服务器为环境导入 puppet 类别" #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21 msgid "" "Optional comma-delimited stringcontaining either 'new', 'updated', or " "'obsolete'that is used to limit the imported Puppet classes" msgstr "自选用逗号分开包含 'new'、'updated' 或 'obsolete' 的字符串,用来限制导入的 Puppet 类别。" #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49 msgid "" "Failed to update the environments and Puppet classes from the on-disk puppet" " installation: %s" msgstr "使用磁盘 Puppet 安装更新环境及 Puppet 类别失败:%s" #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80 msgid "The requested environment cannot be found." msgstr "" #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110 #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123 msgid "" "No proxy found to import classes from, ensure that the smart proxy has the " "Puppet feature enabled." msgstr "没有找到可用来导入类别的代理服务器,请确定至少有一个启用 Puppet 的智能代理服务器。" #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9 msgid "List template combination" msgstr "列出模板组合" #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:12 msgid "Add a template combination" msgstr "添加模板组合" #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:15 msgid "Show template combination" msgstr "显示模板组合" #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:18 msgid "Update template combination" msgstr "更新模板组合" #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:21 msgid "ID of Puppet environment" msgstr "" #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:26 msgid "environment id" msgstr "环境 ID" #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20 #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55 msgid "ID of environment" msgstr "环境的 ID" #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:10 msgid "List hosts per environment" msgstr "列出每个环境的主机" #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:13 msgid "ID of puppet environment" msgstr "puppet 环境的 ID" #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:18 msgid "Deprecated in favor of host/puppet_attributes/environment_id" msgstr "已过时,首选使用 host/puppet_attributes/environment_id" #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:19 msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids" msgstr "已过时,首选使用 host/puppet_attributes/puppetclass_ids" #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:20 msgid "Deprecated in favor of host/puppet_attributes/config_group_ids" msgstr "已过时,首选使用 host/puppet_attributes/config_group_ids" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115 msgid "No environment selected!" msgstr "没有选择环境!" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:76 msgid "Updated hosts: changed environment" msgstr "已更新主机:更改环境" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:105 msgid "Unable to generate output, Check log files" msgstr "无法生成输出结果,检查日志文件" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:145 msgid "No proxy selected!" msgstr "未选择代理服务器!" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:151 msgid "Invalid proxy selected!" msgstr "所选代理服务器无效!" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:168 msgid "Failed to set %{proxy_type} proxy for %{host}." msgstr "无法为 %{host} 设置 %{proxy_type} 代理服务器。" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174 msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}" msgstr "所选主机的 %{proxy_type} 代理服务器被设置为 %{proxy_name}" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191 msgid "The %{proxy_type} proxy of the selected hosts was cleared." msgstr "所选主机的 %{proxy_type} 代理服务器已被清除。" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194 msgid "The %{proxy_type} proxy could not be set for host: %{host_names}." msgid_plural "" "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}" msgstr[0] "无法为主机 %{host_names} 设置 %{proxy_type} 代理服务器。" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189 msgid "" "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}." msgstr "所选主机的 %{proxy_type} 代理服务器被设置为 {proxy_name}。" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204 msgid "Puppet" msgstr "Puppet" #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:211 msgid "Puppet CA" msgstr "Puppet CA" #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:15 msgid "List of config groups" msgstr "配置组列表" #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:23 msgid "Show a config group" msgstr "显示配置组" #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:36 msgid "Create a config group" msgstr "建立配置群組" #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:44 msgid "Update a config group" msgstr "更新配置群組" #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:52 msgid "Delete a config group" msgstr "删除配置组" #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:14 msgid "List all environments" msgstr "列出所有环境" #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:15 msgid "List environments of Puppet class" msgstr "列出 Puppet 类的环境" #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:16 msgid "List environments per location" msgstr "列出各个位置的环境" #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:17 msgid "List environments per organization" msgstr "列出各个机构的环境" #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20 #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29 #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19 #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28 #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56 msgid "ID of Puppet class" msgstr "Puppet 类别 ID" #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:27 msgid "Show an environment" msgstr "显示环境" #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:40 msgid "Create an environment" msgstr "创建环境" #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:48 msgid "Update an environment" msgstr "更新环境" #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:56 msgid "Delete an environment" msgstr "删除环境" #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:12 msgid "List all Puppet class IDs for host" msgstr "列出主机的所有 Puppet 类 ID" #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:18 msgid "Add a Puppet class to host" msgstr "新增 Puppet 類別至主機" #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28 #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18 #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53 msgid "ID of host" msgstr "主機的 ID" #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:27 msgid "Remove a Puppet class from host" msgstr "從主機移除一個 Puppet 類別" #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:11 msgid "List all Puppet class IDs for host group" msgstr "列出主机组的所有 Puppet 类 ID" #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:17 msgid "Add a Puppet class to host group" msgstr "为主机组添加一个 Puppet 类" #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27 #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19 #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54 msgid "ID of host group" msgstr "主机组 ID" #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:26 msgid "Remove a Puppet class from host group" msgstr "从主机组中删除一个 Puppet 类" #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19 msgid "List of override values for a specific smart class parameter" msgstr "具体智能分类参数替代值列表" #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30 #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24 #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36 msgid "Display hidden values" msgstr "显示隐藏值" #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27 msgid "Show an override value for a specific smart class parameter" msgstr "显示具体智能类别参数的替代值" #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:37 msgid "Override match" msgstr "替代匹配" #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:38 msgid "Override value, required if omit is false" msgstr "覆盖值,omit 为 false 时必需" #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:39 msgid "Foreman will not send this parameter in classification output" msgstr "Foreman 不会在分类输出中发送此参数" #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43 msgid "Create an override value for a specific smart class parameter" msgstr "为具体智能类别参数创建替代值" #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53 msgid "Update an override value for a specific smart class parameter" msgstr "更新具体智能类别参数的替代值" #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62 msgid "Delete an override value for a specific smart class parameter" msgstr "删除具体智能类别参数替代值" #: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112 msgid "%{model} with id '%{id}' was not found" msgstr "找不到 ID 为 '%{id}' 的 %{model}" #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:14 msgid "List all Puppet classes" msgstr "列出所有 Puppet 类别" #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:15 msgid "List all Puppet classes for a host" msgstr "列出主机的所有 Puppet 类别" #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:16 msgid "List all Puppet classes for a host group" msgstr "列出主机组的所有 Puppet 类别" #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:17 msgid "List all Puppet classes for an environment" msgstr "列出环境的所有 Puppet 类别" #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:49 msgid "Show a Puppet class" msgstr "显示 Puppet 类别" #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:50 msgid "Show a Puppet class for host" msgstr "显示主机的 Puppet 类别" #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:51 msgid "Show a Puppet class for a host group" msgstr "显示主机组的 Puppet 类别" #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:52 msgid "Show a Puppet class for an environment" msgstr "显示环境的 Puppet 类别" #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:67 msgid "Create a Puppet class" msgstr "创建 Puppet 类别" #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:75 msgid "Update a Puppet class" msgstr "更新 Puppet 类别" #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:84 msgid "Delete a Puppet class" msgstr "删除 Puppet 类别" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:13 msgid "List all smart class parameters" msgstr "列出所有智能类别参数" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:14 msgid "List of smart class parameters for a specific host" msgstr "具体主机的智能类别参数列表" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15 msgid "List of smart class parameters for a specific host group" msgstr "具体主机组的智能类别参数列表" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16 msgid "List of smart class parameters for a specific Puppet class" msgstr "具体 Puppet 类别的智能类别参数列表" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:17 msgid "List of smart class parameters for a specific environment" msgstr "具体环境的智能类别参数列表" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19 msgid "" "List of smart class parameters for a specific environment/Puppet class " "combination" msgstr "具体环境/Puppet 类别组合的智能类别参数列表" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34 msgid "Show a smart class parameter" msgstr "显示智能类别参数" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:41 msgid "Update a smart class parameter" msgstr "更新智能类别参数" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:45 msgid "Whether the smart class parameter value is managed by Foreman" msgstr "是否由 Foreman 管理智能类别参数值" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:46 msgid "Description of smart class" msgstr "智能类别描述" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:47 msgid "Value to use when there is no match" msgstr "未发现匹配时使用的值" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:48 msgid "When enabled the parameter is hidden in the UI" msgstr "何时将启用的参数隐藏到 UI 中" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49 msgid "" "Foreman will not send this parameter in classification output.Puppet will " "use the value defined in the Puppet manifest for this parameter" msgstr "Foreman 不会在分类输出中发送此参数。Puppet 将使用 Puppet 清单中为此参数定义的值" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54 msgid "The order in which values are resolved" msgstr "值解析的順序" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:52 msgid "Types of validation values" msgstr "验证值类型" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:53 msgid "Used to enforce certain values for the parameter values" msgstr "用来在参数中强制使用某些值" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:55 msgid "Types of variable values" msgstr "变量值类型" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56 msgid "" "If true, will raise an error if there is no default value and no matcher " "provide a value" msgstr "如为 true,则会在没有默认值且没有匹配程序提供参数值时出错" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57 msgid "Merge all matching values (only array/hash type)" msgstr "合并所有匹配的值(仅用于阵列/哈希类型)" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58 msgid "Include default value when merging all matching values" msgstr "合并所有匹配值时包括默认值" #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59 msgid "Remove duplicate values (only array type)" msgstr "删除重复值(仅用于数组类型)" #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:61 msgid "Successfully overridden all parameters of Puppet class %s" msgstr "成功覆盖 Puppet 类 %s 的所有参数" #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63 msgid "" "Successfully reset all parameters of Puppet class %s to their default values" msgstr "成功将 Puppet 类 %s 的所有参数重置为默认值" #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66 msgid "No parameters to override for Puppet class %s" msgstr "没有用于 Puppet 类 %s 的覆盖参数" #: ../app/helpers/foreman_puppet/environments_helper.rb:13 #: ../app/views/foreman_puppet/environments/new.html.erb:5 #: ../webpack/src/Components/Environments/Welcome.js:9 msgid "Create Puppet Environment" msgstr "创建 Puppet 环境" #: ../app/helpers/foreman_puppet/hosts_helper.rb:11 msgid "Change Environment" msgstr "改变环境" #: ../app/helpers/foreman_puppet/hosts_helper.rb:13 msgid "Change Puppet Master" msgstr "更改 Puppet 主服务器" #: ../app/helpers/foreman_puppet/hosts_helper.rb:22 msgid "Puppet YAML" msgstr "Puppet YAML" #: ../app/helpers/foreman_puppet/hosts_helper.rb:22 msgid "Puppet external nodes YAML dump" msgstr "Puppet 外部节点 YAML 转储" #: ../app/helpers/foreman_puppet/hosts_helper.rb:34 msgid "Puppet Environment" msgstr "Puppet 环境" #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:32 msgid "Omit from classification output" msgstr "从分类输出中省略" #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:39 msgid "Override this value" msgstr "重设此值" #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:43 msgid "Remove this override" msgstr "删除此覆盖" #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:75 msgid "Default value" msgstr "默认值" #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:93 msgid "Original value info" msgstr "原始值信息" #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:99 msgid "" "Description: %{desc}
\n" " Type: %{type}
\n" " Matcher: %{matcher}
\n" " Inherited value: %{inherited_value}" msgstr "" "描述: %{desc}
\n" " 类型: %{type}
\n" " 匹配器: %{matcher}
\n" " 继承的值: %{inherited_value}" #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113 msgid "Required parameter without value.
Please override!
" msgstr "需要的参数没有值。
请覆盖
" #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116 msgid "" "Optional parameter without value.
Still managed by Foreman, the value" " will be empty.
" msgstr "可选的参数没有值。
仍由 Foreman 管理,该值将为空。
" #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5 msgid "Empty environment" msgstr "空环境" #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:7 msgid "Deleted environment" msgstr "删除环境" #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:9 msgid "Deleted environment %{env} and %{pcs}" msgstr "删除环境 %{env} 和 %{pcs}" #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:11 msgid "Ignored environment" msgstr "忽略的环境" #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:18 msgid "Import" msgstr "导入" #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22 msgid "Import environments from %s" msgstr "从 %s 导入环境" #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22 msgid "Import classes from %s" msgstr "从 %s 导入类" #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:45 msgid "%{name} has %{num_tag} class" msgid_plural "%{name} has %{num_tag} classes" msgstr[0] "%{name} 具有 %{num_tag} 类" #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 #: ../webpack/src/foreman_class_edit.js:55 msgid "Click to remove %s" msgstr "点删除 %s" #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:46 msgid "Click to add %s" msgstr "点添加 %s" #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7 msgid "None" msgstr "没有" #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:14 msgid "" "When editing a template, you must assign a list \\\n" " of operating systems which this template can be used with. Optionally, you can \\\n" " restrict a template to a list of host groups and/or environments." msgstr "" "在编辑模板时,您必须分配可搭配\\\n" "此模板使用的一系列操作系统。您也可\\\n" "选择将模板限制到一系列主机组和/或环境。" #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:18 msgid "" "When a Host requests a template (e.g. during provisioning), Foreman \\\n" " will select the best match from the available templates of that type, in the \\\n" " following order:" msgstr "" "当主机需要一个模板时(比如在置备过程中),Foreman \\\n" "将从该类型的可用模板中选择最匹配的一个,选择\\\n" "顺序如下:" #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:22 msgid "Host group and Environment" msgstr "主机组和环境" #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:23 msgid "Host group only" msgstr "仅主机组" #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:24 msgid "Environment only" msgstr "仅环境" #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:25 msgid "Operating system default" msgstr "作業系統預設值" #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27 msgid "" "The final entry, Operating System default, can be set by editing the %s " "page." msgstr "最终条目,操作系统默认值,可以通过编辑 %s 页设置。" #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28 msgid "Operating System" msgstr "操作系统" #: ../app/models/foreman_puppet/environment.rb:44 msgid "Can't find a valid Foreman Proxy with a Puppet feature" msgstr "无法找到带有 Puppet 功能的有效 Foreman 代理" #: ../app/models/foreman_puppet/host_puppet_facet.rb:61 msgid "%{puppetclass} does not belong to the %{environment} environment" msgstr "%{puppetclass} 不属于 %{environment} 环境" #: ../app/models/foreman_puppet/host_puppet_facet.rb:81 msgid "" "Failed to import %{klass} for %{name}: doesn't exists in our database - " "ignoring" msgstr "为 %{name} 导入 %{klass} 失败:不存在于我们的数据库中 -- 忽略" #: ../app/models/foreman_puppet/host_puppet_facet.rb:123 msgid "" "with id %{object_id} doesn't exist or is not assigned to proper organization" " and/or location" msgstr "id %{object_id} 不存在,或没有被分配到适当的机构/位置" #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51 msgid "must be true to edit the parameter" msgstr "必须为 true 以编辑参数" #: ../app/services/foreman_puppet/input_type/puppet_parameter_input.rb:24 msgid "Puppet parameter" msgstr "Puppet 参数" #: ../app/services/foreman_puppet/puppet_class_importer.rb:16 msgid "Can't find a valid Proxy with a Puppet feature" msgstr "找不到具有 Puppet 功能的有效代理" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:1 msgid "Changed environments" msgstr "修改的环境" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:3 msgid "Select the changes you want to apply to Foreman" msgstr "选择您要应用到 Foreman 的更改" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:5 msgid "Toggle" msgstr "切換" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:6 msgid "New" msgstr "新增" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:8 msgid "Check/Uncheck new" msgstr "選取/反選新項目" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:9 msgid "Updated" msgstr "已更新" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:11 msgid "Check/Uncheck updated" msgstr "选择/取消 更新" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:12 msgid "Obsolete" msgstr "废弃的" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:14 msgid "Check/Uncheck obsolete" msgstr "選取/反選已淘汰項目" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:22 msgid "Check/Uncheck all" msgstr "選取/反選全部" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 #: ../app/views/foreman_puppet/environments/_form.html.erb:4 #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4 #: ../app/views/hosts/select_multiple_environment.html.erb:7 #: ../app/views/provisioning_templates/_combination.html.erb:4 msgid "Environment" msgstr "环境" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:25 msgid "Operation" msgstr "操作" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:26 msgid "Puppet Modules" msgstr "Puppet 模組" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:39 msgid "Check/Uncheck all %s changes" msgstr "选中/取消选中全部%s变化" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46 msgid "Add:" msgstr "添加:" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46 msgid "Remove:" msgstr "删除:" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46 msgid "Update:" msgstr "更新:" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46 msgid "Ignored:" msgstr "已忽略:" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:59 msgid "Cancel" msgstr "取消" #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:60 msgid "Update" msgstr "更新" #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10 msgid "included already from parent" msgstr "已在上级包含" #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14 #: ../app/views/provisioning_templates/_combination.html.erb:4 msgid "Remove" msgstr "移除" #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14 msgid "Add" msgstr "添加" #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26 msgid "%s is not in environment" msgstr "%s 未在环境中" #: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:4 msgid "Included Config Groups" msgstr "包含的配置组" #: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:21 msgid "Available Config Groups" msgstr "可用配置组" #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 #: ../app/views/foreman_puppet/environments/edit.html.erb:1 #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1 msgid "Edit %s" msgstr "编辑 %s" #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1 #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9 #: ../lib/foreman_puppet/register.rb:171 msgid "Config Groups" msgstr "配置组" #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 #: ../app/views/foreman_puppet/config_groups/new.html.erb:1 #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5 msgid "Create Config Group" msgstr "创建配置组" #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1 msgid "Puppet Classes" msgstr "Puppet 类" #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 #: ../app/views/foreman_puppet/environments/index.html.erb:9 #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12 msgid "Hosts" msgstr "主机" #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11 msgid "Host Groups" msgstr "主机组" #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 #: ../app/views/foreman_puppet/environments/index.html.erb:10 #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14 msgid "Actions" msgstr "操作" #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36 msgid "Delete %s?" msgstr "刪除 %s?" #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4 msgid "" "A config group provides a one-step method of associating many Puppet classes" " to either a host or host group. Typically this would be used to add a " "particular application profile or stack in one step." msgstr "配置组提供了将多个 Puppet 类关联到一个主机或主机组的一步方法。此方法一般用于通过一个步骤添加特定的应用配置文件或堆栈。" #: ../app/views/foreman_puppet/environments/_form.html.erb:6 msgid "Locations" msgstr "位置" #: ../app/views/foreman_puppet/environments/_form.html.erb:9 msgid "Organizations" msgstr "机构" #: ../app/views/foreman_puppet/environments/edit.html.erb:5 #: ../app/views/foreman_puppet/environments/index.html.erb:1 #: ../app/views/foreman_puppet/environments/new.html.erb:4 msgid "Puppet Environments" msgstr "Puppet 环境" #: ../app/views/foreman_puppet/environments/index.html.erb:8 msgid "Environment|Name" msgstr "Environment|Name" #: ../app/views/foreman_puppet/environments/index.html.erb:22 #: ../lib/foreman_puppet/register.rb:168 msgid "Classes" msgstr "类" #: ../app/views/foreman_puppet/environments/new.html.erb:1 msgid "Create Environment" msgstr "创建环境" #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14 msgid "Puppet environments" msgstr "Puppet 环境" #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:5 msgid "Number of classes" msgstr "类数" #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:15 msgid "Total" msgstr "總計" #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:25 msgid "No environments found" msgstr "未找到任何环境" #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27 msgid "" "There are no puppet environments set up on this puppet master. Please check " "the puppet master configuration." msgstr "这台 puppet 主服务器中未设置任何 puppet 环境。请检查 puppet 主服务器配置。" #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1 #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8 #: ../lib/foreman_puppet/register.rb:174 msgid "Smart Class Parameters" msgstr "智能类参数" #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:6 msgid "Parameter" msgstr "参数" #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4 #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7 msgid "Puppet Class" msgstr "Puppet 类" #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:8 msgid "Number of Overrides" msgstr "覆盖数" #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4 msgid "" "Parameterized class support permits detecting, importing, and supplying " "parameters directly to classes which support it, via the ENC and depending " "on a set of rules (Smart Matchers)." msgstr "参数化类支持允许根据一组规则(智能匹配器),通过 ENC 对支持它的类直接实施检测、导入和提供参数。" #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8 msgid "Included Classes" msgstr "包含的类" #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10 msgid "Not authorized to edit classes" msgstr "没有授权编辑类" #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:37 msgid "Inherited Classes from %s" msgstr "从 %s 继承的类" #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:56 msgid "Available Classes" msgstr "可用类" #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:59 msgid "Filter classes" msgstr "筛选类" #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 #: ../webpack/src/foreman_class_edit.js:84 msgid "belongs to config group" msgstr "属于配置组" #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:5 msgid "Name" msgstr "名称" #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:6 msgid "Value" msgstr "值" #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:7 msgid "Omit" msgstr "省略" #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4 msgid "" "The class could not be saved because of an error in one of the class " "parameters." msgstr "此类无法保存,因为其中一个类参数含有错误。" #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8 msgid "Smart Class Parameter" msgstr "智能代理参数" #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:15 msgid "Host groups" msgstr "主机组" #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:22 msgid "This Puppet class has no parameters in its signature." msgstr "这个 Puppet 类别在其签名中没有参数。" #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23 msgid "" "To update the class signature, go to the Puppet Classes page and select " "\"Import\"." msgstr "请进入 Puppet 类别页面,选择“导入”就可以更新该类别签名。" #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28 msgid "Filter by name" msgstr "按名称筛选" #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:34 msgid "All environments - (not filtered)" msgstr "所有环境 - (未过滤)" #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:46 msgid "Overridden" msgstr "覆盖" #: ../app/views/foreman_puppet/puppetclasses/edit.html.erb:1 msgid "Edit Puppet Class %s" msgstr "编辑 Puppet 类 %s" #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:9 msgid "Puppetclass|Name" msgstr "Puppetclass|Name" #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4 #: ../lib/foreman_puppet/register.rb:165 #: ../webpack/src/Components/Environments/Welcome.js:21 msgid "Environments" msgstr "环境" #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:13 msgid "Parameters" msgstr "参数" #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37 msgid "Override all parameters" msgstr "覆盖所有参数" #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37 msgid "This will set all parameters of the class %s as overridden. Continue?" msgstr "这会将类 %s 的所有参数设定为覆盖值。继续吗?" #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38 msgid "Set parameters to defaults" msgstr "将参数设定为默认" #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38 msgid "" "This will reset parameters of the class %s to their default values. " "Continue?" msgstr "这会将类 %s 的参数重置为其默认值。继续吗?" #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16 msgid "Notice" msgstr "注意事項" #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17 msgid "Please select an environment first" msgstr "请先选择环境" #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21 msgid "Puppet Class Parameters" msgstr "Puppet 类参数" #: ../app/views/hosts/select_multiple_environment.html.erb:4 msgid "Select environment" msgstr "选择环境" #: ../app/views/hosts/select_multiple_environment.html.erb:5 msgid "*Clear environment*" msgstr "*环境清除*" #: ../app/views/hosts/select_multiple_environment.html.erb:6 msgid "*Inherit from host group*" msgstr "*从主机组继承*" #: ../app/views/provisioning_templates/_combination.html.erb:2 msgid "Hostgroup" msgstr "主机组" #: ../app/views/provisioning_templates/_combination.html.erb:4 msgid "Remove Combination" msgstr "删除组合" #: ../app/views/provisioning_templates/_combinations.html.erb:1 msgid "Valid Host Group and Environment Combinations" msgstr "有效的主机组和环境组合" #: ../app/views/provisioning_templates/_combinations.html.erb:6 msgid "Add Combination" msgstr "添加组合" #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 msgid "General" msgstr "常规" #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 msgid "Hosts managed:" msgstr "管理的主机:" #: ../lib/foreman_puppet/register.rb:7 msgid "Facts" msgstr "事实" #: ../lib/foreman_puppet/register.rb:10 msgid "" "Foreman will default to this puppet environment if it cannot auto detect one" msgstr "如果无法自动探测到环境,Foreman 将默认使用这个 puppet 环境。" #: ../lib/foreman_puppet/register.rb:12 msgid "Default Puppet environment" msgstr "默认 Puppet 环境" #: ../lib/foreman_puppet/register.rb:16 msgid "" "Foreman will explicitly set the puppet environment in the ENC yaml output. " "This will avoid conflicts between the environment in puppet.conf and the " "environment set in Foreman" msgstr "" "Foreman 将在 ENC yaml 输出中明确设置这个 puppet 环境。这样可以避免 puppet.conf 以及 Foreman " "中设置的环境冲突。" #: ../lib/foreman_puppet/register.rb:19 msgid "ENC environment" msgstr "ENC 环境" #: ../lib/foreman_puppet/register.rb:22 msgid "Foreman will update a host's environment from its facts" msgstr "Foreman 将根据其详情更新主机环境" #: ../lib/foreman_puppet/register.rb:24 msgid "Update environment from facts" msgstr "根据系统信息更新环境" #: ../lib/foreman_puppet/register.rb:27 msgid "Config Management" msgstr "配置管理" #: ../lib/foreman_puppet/register.rb:30 msgid "" "Duration in minutes after servers reporting via Puppet are classed as out of" " sync." msgstr "在其时间后(以分钟为单位)经过 Puppet 的服务器报告被认为已不同步。" #: ../lib/foreman_puppet/register.rb:32 msgid "Puppet interval" msgstr "Puppet 间隔" #: ../lib/foreman_puppet/register.rb:35 msgid "" "Disable host configuration status turning to out of sync for %s after report" " does not arrive within configured interval" msgstr "禁用在配置的间隔时间后没有获得报告时把主机(%s)配置状态变为不同步" #: ../lib/foreman_puppet/register.rb:37 msgid "%s out of sync disabled" msgstr "%s 不同步被禁用" #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215 msgid "Puppet ENC" msgstr "Puppet ENC" #: ../webpack/src/foreman_class_edit.js:146 msgid "Click to remove config group" msgstr "点删除配置组" #: ../webpack/src/foreman_class_edit.js:149 msgid " Remove" msgstr " 移除" #: ../webpack/src/foreman_puppet_host_form.js:32 msgid "Loading parameters..." msgstr "正在载入参数..." #: action_names.rb:2 msgid "Action with sub plans" msgstr "有子计划的操作" #: action_names.rb:3 msgid "Import facts" msgstr "导入事实" #: action_names.rb:4 msgid "Import Puppet classes" msgstr "导入 Puppet 类" #: action_names.rb:5 msgid "Remote action:" msgstr "远程操作:" #: gemspec.rb:2 msgid "Allow assigning Puppet environments and classes to the Foreman Hosts." msgstr ""