foreman_puppet 3.0.5 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/db/migrate/20220421204325_drop_environment_from_host_and_hg.foreman_puppet.rb +8 -0
- data/lib/foreman_puppet/register.rb +4 -4
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/foreman_puppet.edit.po +237 -111
- data/locale/cs_CZ/foreman_puppet.edit.po +213 -105
- data/locale/de/foreman_puppet.edit.po +326 -148
- data/locale/en/foreman_puppet.edit.po +80 -172
- data/locale/en_GB/foreman_puppet.edit.po +200 -100
- data/locale/es/foreman_puppet.edit.po +304 -133
- data/locale/fr/foreman_puppet.edit.po +313 -135
- data/locale/gl/foreman_puppet.edit.po +210 -102
- data/locale/it/foreman_puppet.edit.po +250 -116
- data/locale/ja/foreman_puppet.edit.po +223 -107
- data/locale/ko/foreman_puppet.edit.po +202 -101
- data/locale/messages.mo +0 -0
- data/locale/nl_NL/foreman_puppet.edit.po +243 -115
- data/locale/pl/foreman_puppet.edit.po +260 -121
- data/locale/pt_BR/foreman_puppet.edit.po +317 -139
- data/locale/ru/foreman_puppet.edit.po +258 -122
- data/locale/sv_SE/foreman_puppet.edit.po +209 -103
- data/locale/zh_CN/foreman_puppet.edit.po +209 -105
- data/locale/zh_TW/foreman_puppet.edit.po +202 -103
- data/package.json +7 -7
- data/test/controllers/foreman_puppet/api/v2/override_values_controller_test.rb +6 -2
- data/test/models/foreman_puppet/host_test.rb +6 -0
- data/webpack/global_index.js +11 -0
- data/webpack/index.js +0 -7
- data/webpack/legacy.js +31 -0
- data/webpack/src/Extends/Fills/index.js +26 -0
- data/webpack/src/Extends/Host/PuppetTab/Routes.js +47 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/ENCTab.js +61 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js +53 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/EmptyPage.js +19 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js +71 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/index.js +45 -0
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/styles.scss +7 -0
- data/webpack/src/Extends/Host/PuppetTab/constants.js +8 -0
- data/webpack/src/Extends/Host/PuppetTab/helpers.js +3 -0
- data/webpack/src/Extends/Host/PuppetTab/index.js +51 -0
- metadata +67 -55
- data/app/views/smart_proxies/plugins/_puppet_ca.html.erb +0 -44
- data/webpack/fills_index.js +0 -30
| @@ -2,21 +2,21 @@ | |
| 2 2 | 
             
            # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
         | 
| 3 3 | 
             
            # This file is distributed under the same license as the foreman_puppet package.
         | 
| 4 4 | 
             
            # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
         | 
| 5 | 
            -
            #
         | 
| 5 | 
            +
            # 
         | 
| 6 6 | 
             
            # Translators:
         | 
| 7 7 | 
             
            # ChrisLee <chris_lee@hiiir.com>, 2021
         | 
| 8 8 | 
             
            # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
         | 
| 9 9 | 
             
            # Bryan Kearney <bryan.kearney@gmail.com>, 2021
         | 
| 10 | 
            -
            #
         | 
| 10 | 
            +
            # 
         | 
| 11 | 
            +
            #, fuzzy
         | 
| 11 12 | 
             
            msgid ""
         | 
| 12 13 | 
             
            msgstr ""
         | 
| 13 | 
            -
            "Project-Id-Version: foreman_puppet  | 
| 14 | 
            +
            "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
         | 
| 14 15 | 
             
            "Report-Msgid-Bugs-To: \n"
         | 
| 15 | 
            -
            "POT-Creation-Date:  | 
| 16 | 
            +
            "POT-Creation-Date: 2021-11-10 11:17+0000\n"
         | 
| 16 17 | 
             
            "PO-Revision-Date: 2021-02-03 16:30+0000\n"
         | 
| 17 18 | 
             
            "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
         | 
| 18 | 
            -
            "Language-Team: Chinese (Taiwan) (https://www.transifex.com/foreman/teams/114/ | 
| 19 | 
            -
            "h_TW/)\n"
         | 
| 19 | 
            +
            "Language-Team: Chinese (Taiwan) (https://www.transifex.com/foreman/teams/114/zh_TW/)\n"
         | 
| 20 20 | 
             
            "MIME-Version: 1.0\n"
         | 
| 21 21 | 
             
            "Content-Type: text/plain; charset=UTF-8\n"
         | 
| 22 22 | 
             
            "Content-Transfer-Encoding: 8bit\n"
         | 
| @@ -24,23 +24,32 @@ msgstr "" | |
| 24 24 | 
             
            "Plural-Forms: nplurals=1; plural=0;\n"
         | 
| 25 25 |  | 
| 26 26 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
         | 
| 27 | 
            -
            msgid " | 
| 27 | 
            +
            msgid ""
         | 
| 28 | 
            +
            "Ignored environment names resulting in booleans found. Please quote strings "
         | 
| 29 | 
            +
            "like true/false and yes/no in config/ignored_environments.yml"
         | 
| 28 30 | 
             
            msgstr ""
         | 
| 29 31 |  | 
| 30 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 | 
| 32 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
         | 
| 33 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
         | 
| 31 34 | 
             
            msgid "No changes to your environments detected"
         | 
| 32 35 | 
             
            msgstr "未偵測到您的環境遭到變更"
         | 
| 33 36 |  | 
| 34 37 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
         | 
| 35 | 
            -
            msgid " | 
| 38 | 
            +
            msgid ""
         | 
| 39 | 
            +
            "Successfully updated environments and Puppet classes from the on-disk Puppet"
         | 
| 40 | 
            +
            " installation"
         | 
| 36 41 | 
             
            msgstr "已成功由磁碟上的 Puppet 安裝程序更新環境和 Puppet 類別"
         | 
| 37 42 |  | 
| 38 43 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
         | 
| 39 | 
            -
            msgid " | 
| 44 | 
            +
            msgid ""
         | 
| 45 | 
            +
            "Failed to update environments and Puppet classes from the on-disk Puppet "
         | 
| 46 | 
            +
            "installation: %s"
         | 
| 40 47 | 
             
            msgstr ""
         | 
| 41 48 |  | 
| 42 49 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
         | 
| 43 | 
            -
            msgid " | 
| 50 | 
            +
            msgid ""
         | 
| 51 | 
            +
            "No smart proxy was found to import environments from, ensure that at least "
         | 
| 52 | 
            +
            "one smart proxy is registered with the 'puppet' feature"
         | 
| 44 53 | 
             
            msgstr ""
         | 
| 45 54 |  | 
| 46 55 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
         | 
| @@ -71,40 +80,51 @@ msgstr "" | |
| 71 80 | 
             
            msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
         | 
| 72 81 | 
             
            msgstr ""
         | 
| 73 82 |  | 
| 74 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 | 
| 83 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
         | 
| 84 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
         | 
| 75 85 | 
             
            msgid "ID of associated puppet Environment"
         | 
| 76 86 | 
             
            msgstr ""
         | 
| 77 87 |  | 
| 78 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 | 
| 88 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
         | 
| 89 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
         | 
| 79 90 | 
             
            msgid "IDs of associated Puppetclasses"
         | 
| 80 91 | 
             
            msgstr ""
         | 
| 81 92 |  | 
| 82 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 | 
| 93 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
         | 
| 94 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
         | 
| 83 95 | 
             
            msgid "IDs of associated ConfigGroups"
         | 
| 84 96 | 
             
            msgstr ""
         | 
| 85 97 |  | 
| 86 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 98 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
         | 
| 87 99 | 
             
            msgid "Import puppet classes from puppet proxy"
         | 
| 88 100 | 
             
            msgstr ""
         | 
| 89 101 |  | 
| 90 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 102 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
         | 
| 103 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
         | 
| 91 104 | 
             
            msgid "Import puppet classes from puppet proxy for an environment"
         | 
| 92 105 | 
             
            msgstr "為環境由 puppet 代理伺服器匯入 puppet 類別"
         | 
| 93 106 |  | 
| 94 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 95 | 
            -
            msgid " | 
| 107 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
         | 
| 108 | 
            +
            msgid ""
         | 
| 109 | 
            +
            "Optional comma-delimited stringcontaining either 'new', 'updated', or "
         | 
| 110 | 
            +
            "'obsolete'that is used to limit the imported Puppet classes"
         | 
| 96 111 | 
             
            msgstr ""
         | 
| 97 112 |  | 
| 98 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 99 | 
            -
            msgid " | 
| 113 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
         | 
| 114 | 
            +
            msgid ""
         | 
| 115 | 
            +
            "Failed to update the environments and Puppet classes from the on-disk puppet"
         | 
| 116 | 
            +
            " installation: %s"
         | 
| 100 117 | 
             
            msgstr "由磁碟上的 puppet 安裝程序更新環境和 Puppet 類別失敗:%s"
         | 
| 101 118 |  | 
| 102 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 119 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
         | 
| 103 120 | 
             
            msgid "The requested environment cannot be found."
         | 
| 104 121 | 
             
            msgstr ""
         | 
| 105 122 |  | 
| 106 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 107 | 
            -
             | 
| 123 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
         | 
| 124 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
         | 
| 125 | 
            +
            msgid ""
         | 
| 126 | 
            +
            "No proxy found to import classes from, ensure that the smart proxy has the "
         | 
| 127 | 
            +
            "Puppet feature enabled."
         | 
| 108 128 | 
             
            msgstr "找不到用來由其匯入類別的代理伺服器,請確認智慧型代理伺服器啟用了 Puppet 功能。"
         | 
| 109 129 |  | 
| 110 130 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
         | 
| @@ -131,7 +151,9 @@ msgstr "" | |
| 131 151 | 
             
            msgid "environment id"
         | 
| 132 152 | 
             
            msgstr "環境 ID"
         | 
| 133 153 |  | 
| 134 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 | 
| 154 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
         | 
| 155 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
         | 
| 156 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
         | 
| 135 157 | 
             
            msgid "ID of environment"
         | 
| 136 158 | 
             
            msgstr "環境的 ID"
         | 
| 137 159 |  | 
| @@ -155,7 +177,8 @@ msgstr "" | |
| 155 177 | 
             
            msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
         | 
| 156 178 | 
             
            msgstr ""
         | 
| 157 179 |  | 
| 158 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 | 
| 180 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
         | 
| 181 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
         | 
| 159 182 | 
             
            msgid "No environment selected!"
         | 
| 160 183 | 
             
            msgstr "未選擇環境!"
         | 
| 161 184 |  | 
| @@ -183,18 +206,21 @@ msgstr "設定 %{proxy_type} 代理給 %{host} 時失敗。" | |
| 183 206 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
         | 
| 184 207 | 
             
            msgstr ""
         | 
| 185 208 |  | 
| 186 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 | 
| 209 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
         | 
| 210 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
         | 
| 187 211 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was cleared."
         | 
| 188 212 | 
             
            msgstr "所選主機的 %{proxy_type} 代理已清除。"
         | 
| 189 213 |  | 
| 190 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 | 
| 214 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
         | 
| 215 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
         | 
| 191 216 | 
             
            msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
         | 
| 192 | 
            -
            msgid_plural " | 
| 217 | 
            +
            msgid_plural ""
         | 
| 218 | 
            +
            "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
         | 
| 193 219 | 
             
            msgstr[0] ""
         | 
| 194 | 
            -
            msgstr[1] ""
         | 
| 195 220 |  | 
| 196 221 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
         | 
| 197 | 
            -
            msgid " | 
| 222 | 
            +
            msgid ""
         | 
| 223 | 
            +
            "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
         | 
| 198 224 | 
             
            msgstr "所選主機的 %{proxy_type} 代理已設為 %{proxy_name}。"
         | 
| 199 225 |  | 
| 200 226 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
         | 
| @@ -241,7 +267,12 @@ msgstr "列出各個位置的環境" | |
| 241 267 | 
             
            msgid "List environments per organization"
         | 
| 242 268 | 
             
            msgstr "列出各個組織的環境"
         | 
| 243 269 |  | 
| 244 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 | 
| 270 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
         | 
| 271 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
         | 
| 272 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
         | 
| 273 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
         | 
| 274 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
         | 
| 275 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
         | 
| 245 276 | 
             
            msgid "ID of Puppet class"
         | 
| 246 277 | 
             
            msgstr "Puppet 類別的 ID"
         | 
| 247 278 |  | 
| @@ -269,7 +300,10 @@ msgstr "列出主機的所有 Puppet 類別 ID" | |
| 269 300 | 
             
            msgid "Add a Puppet class to host"
         | 
| 270 301 | 
             
            msgstr "新增 Puppet 類別至主機"
         | 
| 271 302 |  | 
| 272 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 | 
| 303 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
         | 
| 304 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
         | 
| 305 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
         | 
| 306 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
         | 
| 273 307 | 
             
            msgid "ID of host"
         | 
| 274 308 | 
             
            msgstr "主機的 ID"
         | 
| 275 309 |  | 
| @@ -285,7 +319,10 @@ msgstr "列出主機群組的所有 Puppet 類別 ID" | |
| 285 319 | 
             
            msgid "Add a Puppet class to host group"
         | 
| 286 320 | 
             
            msgstr "新增 Puppet 類別至主機群組"
         | 
| 287 321 |  | 
| 288 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 | 
| 322 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
         | 
| 323 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
         | 
| 324 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
         | 
| 325 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
         | 
| 289 326 | 
             
            msgid "ID of host group"
         | 
| 290 327 | 
             
            msgstr "主機群組的 ID"
         | 
| 291 328 |  | 
| @@ -297,7 +334,10 @@ msgstr "從主機群組移除一個 Puppet 類別" | |
| 297 334 | 
             
            msgid "List of override values for a specific smart class parameter"
         | 
| 298 335 | 
             
            msgstr "特定智慧型類別參數的置換值之清單"
         | 
| 299 336 |  | 
| 300 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 | 
| 337 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
         | 
| 338 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
         | 
| 339 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
         | 
| 340 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
         | 
| 301 341 | 
             
            msgid "Display hidden values"
         | 
| 302 342 | 
             
            msgstr ""
         | 
| 303 343 |  | 
| @@ -398,7 +438,9 @@ msgid "List of smart class parameters for a specific environment" | |
| 398 438 | 
             
            msgstr "特定環境的智慧型類別參數之清單"
         | 
| 399 439 |  | 
| 400 440 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
         | 
| 401 | 
            -
            msgid " | 
| 441 | 
            +
            msgid ""
         | 
| 442 | 
            +
            "List of smart class parameters for a specific environment/Puppet class "
         | 
| 443 | 
            +
            "combination"
         | 
| 402 444 | 
             
            msgstr "特定環境/Puppet 類別組合的智慧型類別參數之清單"
         | 
| 403 445 |  | 
| 404 446 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
         | 
| @@ -426,10 +468,13 @@ msgid "When enabled the parameter is hidden in the UI" | |
| 426 468 | 
             
            msgstr "啟用時,參數會隱藏在 UI 裡"
         | 
| 427 469 |  | 
| 428 470 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
         | 
| 429 | 
            -
            msgid " | 
| 471 | 
            +
            msgid ""
         | 
| 472 | 
            +
            "Foreman will not send this parameter in classification output.Puppet will "
         | 
| 473 | 
            +
            "use the value defined in the Puppet manifest for this parameter"
         | 
| 430 474 | 
             
            msgstr ""
         | 
| 431 475 |  | 
| 432 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 | 
| 476 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
         | 
| 477 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
         | 
| 433 478 | 
             
            msgid "The order in which values are resolved"
         | 
| 434 479 | 
             
            msgstr "值解析的順序"
         | 
| 435 480 |  | 
| @@ -446,7 +491,9 @@ msgid "Types of variable values" | |
| 446 491 | 
             
            msgstr "變數值的類型"
         | 
| 447 492 |  | 
| 448 493 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
         | 
| 449 | 
            -
            msgid " | 
| 494 | 
            +
            msgid ""
         | 
| 495 | 
            +
            "If true, will raise an error if there is no default value and no matcher "
         | 
| 496 | 
            +
            "provide a value"
         | 
| 450 497 | 
             
            msgstr "若為真而沒有預設值並且比對器未提供值的話,將會造成錯誤發生。"
         | 
| 451 498 |  | 
| 452 499 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
         | 
| @@ -466,14 +513,17 @@ msgid "Successfully overridden all parameters of Puppet class %s" | |
| 466 513 | 
             
            msgstr "已成功置換 Puppet 類別 %s 的所有參數"
         | 
| 467 514 |  | 
| 468 515 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
         | 
| 469 | 
            -
            msgid " | 
| 516 | 
            +
            msgid ""
         | 
| 517 | 
            +
            "Successfully reset all parameters of Puppet class %s to their default values"
         | 
| 470 518 | 
             
            msgstr "已成功將 Puppet 類別 %s 的所有參數重設成其預設值"
         | 
| 471 519 |  | 
| 472 520 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
         | 
| 473 521 | 
             
            msgid "No parameters to override for Puppet class %s"
         | 
| 474 522 | 
             
            msgstr "沒有用來置換 Puppet 類別 %s 的參數"
         | 
| 475 523 |  | 
| 476 | 
            -
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13 | 
| 524 | 
            +
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13
         | 
| 525 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:5
         | 
| 526 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:9
         | 
| 477 527 | 
             
            msgid "Create Puppet Environment"
         | 
| 478 528 | 
             
            msgstr ""
         | 
| 479 529 |  | 
| @@ -530,7 +580,9 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>" | |
| 530 580 | 
             
            msgstr "必要的參數未提供值。<br/><b>請覆寫!</b> <br/>"
         | 
| 531 581 |  | 
| 532 582 | 
             
            #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
         | 
| 533 | 
            -
            msgid " | 
| 583 | 
            +
            msgid ""
         | 
| 584 | 
            +
            "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
         | 
| 585 | 
            +
            " will be empty.</i><br/>"
         | 
| 534 586 | 
             
            msgstr ""
         | 
| 535 587 |  | 
| 536 588 | 
             
            #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
         | 
| @@ -565,9 +617,9 @@ msgstr "" | |
| 565 617 | 
             
            msgid "%{name} has %{num_tag} class"
         | 
| 566 618 | 
             
            msgid_plural "%{name} has %{num_tag} classes"
         | 
| 567 619 | 
             
            msgstr[0] ""
         | 
| 568 | 
            -
            msgstr[1] ""
         | 
| 569 620 |  | 
| 570 | 
            -
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 | 
| 621 | 
            +
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
         | 
| 622 | 
            +
            #: ../webpack/src/foreman_class_edit.js:55
         | 
| 571 623 | 
             
            msgid "Click to remove %s"
         | 
| 572 624 | 
             
            msgstr "點選以移除 %s"
         | 
| 573 625 |  | 
| @@ -575,7 +627,8 @@ msgstr "點選以移除 %s" | |
| 575 627 | 
             
            msgid "Click to add %s"
         | 
| 576 628 | 
             
            msgstr "點選以新增 %s"
         | 
| 577 629 |  | 
| 578 | 
            -
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 | 
| 630 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
         | 
| 631 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
         | 
| 579 632 | 
             
            msgid "None"
         | 
| 580 633 | 
             
            msgstr "無"
         | 
| 581 634 |  | 
| @@ -610,7 +663,9 @@ msgid "Operating system default" | |
| 610 663 | 
             
            msgstr "作業系統預設值"
         | 
| 611 664 |  | 
| 612 665 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
         | 
| 613 | 
            -
            msgid " | 
| 666 | 
            +
            msgid ""
         | 
| 667 | 
            +
            "The final entry, Operating System default, can be set by editing the %s "
         | 
| 668 | 
            +
            "page."
         | 
| 614 669 | 
             
            msgstr "最後的項目「作業系統預設值」可透過編輯 %s 頁面來設置。"
         | 
| 615 670 |  | 
| 616 671 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
         | 
| @@ -626,11 +681,15 @@ msgid "%{puppetclass} does not belong to the %{environment} environment" | |
| 626 681 | 
             
            msgstr ""
         | 
| 627 682 |  | 
| 628 683 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
         | 
| 629 | 
            -
            msgid " | 
| 684 | 
            +
            msgid ""
         | 
| 685 | 
            +
            "Failed to import %{klass} for %{name}: doesn't exists in our database - "
         | 
| 686 | 
            +
            "ignoring"
         | 
| 630 687 | 
             
            msgstr "為 %{name} 匯入 %{klass} 失敗:不存在我們的資料庫中 - 將被忽略"
         | 
| 631 688 |  | 
| 632 689 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
         | 
| 633 | 
            -
            msgid " | 
| 690 | 
            +
            msgid ""
         | 
| 691 | 
            +
            "with id %{object_id} doesn't exist or is not assigned to proper organization"
         | 
| 692 | 
            +
            " and/or location"
         | 
| 634 693 | 
             
            msgstr ""
         | 
| 635 694 |  | 
| 636 695 | 
             
            #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
         | 
| @@ -685,7 +744,11 @@ msgstr "選取/反選已淘汰項目" | |
| 685 744 | 
             
            msgid "Check/Uncheck all"
         | 
| 686 745 | 
             
            msgstr "選取/反選全部"
         | 
| 687 746 |  | 
| 688 | 
            -
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 | 
| 747 | 
            +
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
         | 
| 748 | 
            +
            #: ../app/views/foreman_puppet/environments/_form.html.erb:4
         | 
| 749 | 
            +
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
         | 
| 750 | 
            +
            #: ../app/views/hosts/select_multiple_environment.html.erb:7
         | 
| 751 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 689 752 | 
             
            msgid "Environment"
         | 
| 690 753 | 
             
            msgstr "環境"
         | 
| 691 754 |  | 
| @@ -725,19 +788,20 @@ msgstr "取消" | |
| 725 788 | 
             
            msgid "Update"
         | 
| 726 789 | 
             
            msgstr "更新"
         | 
| 727 790 |  | 
| 728 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 791 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
         | 
| 729 792 | 
             
            msgid "included already from parent"
         | 
| 730 793 | 
             
            msgstr "已從父項包含"
         | 
| 731 794 |  | 
| 732 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 795 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 796 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 733 797 | 
             
            msgid "Remove"
         | 
| 734 798 | 
             
            msgstr "移除"
         | 
| 735 799 |  | 
| 736 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 800 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 737 801 | 
             
            msgid "Add"
         | 
| 738 802 | 
             
            msgstr "新增"
         | 
| 739 803 |  | 
| 740 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 804 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
         | 
| 741 805 | 
             
            msgid "%s is not in environment"
         | 
| 742 806 | 
             
            msgstr "%s 不在環境中"
         | 
| 743 807 |  | 
| @@ -749,40 +813,57 @@ msgstr "包含的配置群組" | |
| 749 813 | 
             
            msgid "Available Config Groups"
         | 
| 750 814 | 
             
            msgstr "可用的配置群組"
         | 
| 751 815 |  | 
| 752 | 
            -
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 | 
| 816 | 
            +
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
         | 
| 817 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:1
         | 
| 818 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
         | 
| 753 819 | 
             
            msgid "Edit %s"
         | 
| 754 820 | 
             
            msgstr "編輯 %s"
         | 
| 755 821 |  | 
| 756 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 | 
| 822 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
         | 
| 823 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
         | 
| 824 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
         | 
| 825 | 
            +
            #: ../lib/foreman_puppet/register.rb:171
         | 
| 757 826 | 
             
            msgid "Config Groups"
         | 
| 758 827 | 
             
            msgstr ""
         | 
| 759 828 |  | 
| 760 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 | 
| 829 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
         | 
| 830 | 
            +
            #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
         | 
| 831 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
         | 
| 761 832 | 
             
            msgid "Create Config Group"
         | 
| 762 833 | 
             
            msgstr ""
         | 
| 763 834 |  | 
| 764 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 | 
| 835 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
         | 
| 836 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
         | 
| 765 837 | 
             
            msgid "Puppet Classes"
         | 
| 766 838 | 
             
            msgstr "Puppet 類別"
         | 
| 767 839 |  | 
| 768 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 | 
| 840 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
         | 
| 841 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:9
         | 
| 842 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
         | 
| 769 843 | 
             
            msgid "Hosts"
         | 
| 770 844 | 
             
            msgstr "主機"
         | 
| 771 845 |  | 
| 772 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 | 
| 846 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
         | 
| 847 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
         | 
| 773 848 | 
             
            msgid "Host Groups"
         | 
| 774 849 | 
             
            msgstr "主機群組"
         | 
| 775 850 |  | 
| 776 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 | 
| 851 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
         | 
| 852 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:10
         | 
| 853 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
         | 
| 777 854 | 
             
            msgid "Actions"
         | 
| 778 855 | 
             
            msgstr "動作"
         | 
| 779 856 |  | 
| 780 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 | 
| 857 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
         | 
| 858 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
         | 
| 781 859 | 
             
            msgid "Delete %s?"
         | 
| 782 860 | 
             
            msgstr "刪除 %s?"
         | 
| 783 861 |  | 
| 784 862 | 
             
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
         | 
| 785 | 
            -
            msgid " | 
| 863 | 
            +
            msgid ""
         | 
| 864 | 
            +
            "A config group provides a one-step method of associating many Puppet classes"
         | 
| 865 | 
            +
            " to either a host or host group. Typically this would be used to add a "
         | 
| 866 | 
            +
            "particular application profile or stack in one step."
         | 
| 786 867 | 
             
            msgstr ""
         | 
| 787 868 |  | 
| 788 869 | 
             
            #: ../app/views/foreman_puppet/environments/_form.html.erb:6
         | 
| @@ -793,7 +874,9 @@ msgstr "位置" | |
| 793 874 | 
             
            msgid "Organizations"
         | 
| 794 875 | 
             
            msgstr "組織"
         | 
| 795 876 |  | 
| 796 | 
            -
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5 | 
| 877 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5
         | 
| 878 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:1
         | 
| 879 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:4
         | 
| 797 880 | 
             
            msgid "Puppet Environments"
         | 
| 798 881 | 
             
            msgstr "Puppet 環境"
         | 
| 799 882 |  | 
| @@ -801,7 +884,8 @@ msgstr "Puppet 環境" | |
| 801 884 | 
             
            msgid "Environment|Name"
         | 
| 802 885 | 
             
            msgstr "名稱"
         | 
| 803 886 |  | 
| 804 | 
            -
            #: ../app/views/foreman_puppet/environments/index.html.erb:22 | 
| 887 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:22
         | 
| 888 | 
            +
            #: ../lib/foreman_puppet/register.rb:168
         | 
| 805 889 | 
             
            msgid "Classes"
         | 
| 806 890 | 
             
            msgstr "類別"
         | 
| 807 891 |  | 
| @@ -809,7 +893,8 @@ msgstr "類別" | |
| 809 893 | 
             
            msgid "Create Environment"
         | 
| 810 894 | 
             
            msgstr ""
         | 
| 811 895 |  | 
| 812 | 
            -
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 | 
| 896 | 
            +
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
         | 
| 897 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
         | 
| 813 898 | 
             
            msgid "Puppet environments"
         | 
| 814 899 | 
             
            msgstr "Puppet 環境"
         | 
| 815 900 |  | 
| @@ -826,10 +911,15 @@ msgid "No environments found" | |
| 826 911 | 
             
            msgstr "找不到環境"
         | 
| 827 912 |  | 
| 828 913 | 
             
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
         | 
| 829 | 
            -
            msgid " | 
| 914 | 
            +
            msgid ""
         | 
| 915 | 
            +
            "There are no puppet environments set up on this puppet master. Please check "
         | 
| 916 | 
            +
            "the puppet master configuration."
         | 
| 830 917 | 
             
            msgstr "此 puppet master 上並未設定 puppet 環境。請檢查 puppet master 的配置。"
         | 
| 831 918 |  | 
| 832 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 | 
| 919 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
         | 
| 920 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
         | 
| 921 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
         | 
| 922 | 
            +
            #: ../lib/foreman_puppet/register.rb:174
         | 
| 833 923 | 
             
            msgid "Smart Class Parameters"
         | 
| 834 924 | 
             
            msgstr ""
         | 
| 835 925 |  | 
| @@ -837,7 +927,9 @@ msgstr "" | |
| 837 927 | 
             
            msgid "Parameter"
         | 
| 838 928 | 
             
            msgstr "參數"
         | 
| 839 929 |  | 
| 840 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 | 
| 930 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
         | 
| 931 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
         | 
| 932 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
         | 
| 841 933 | 
             
            msgid "Puppet Class"
         | 
| 842 934 | 
             
            msgstr "Puppet 類別"
         | 
| 843 935 |  | 
| @@ -846,14 +938,18 @@ msgid "Number of Overrides" | |
| 846 938 | 
             
            msgstr ""
         | 
| 847 939 |  | 
| 848 940 | 
             
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
         | 
| 849 | 
            -
            msgid " | 
| 941 | 
            +
            msgid ""
         | 
| 942 | 
            +
            "Parameterized class support permits detecting, importing, and supplying "
         | 
| 943 | 
            +
            "parameters directly to classes which support it, via the ENC and depending "
         | 
| 944 | 
            +
            "on a set of rules (Smart Matchers)."
         | 
| 850 945 | 
             
            msgstr ""
         | 
| 851 946 |  | 
| 852 947 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
         | 
| 853 948 | 
             
            msgid "Included Classes"
         | 
| 854 949 | 
             
            msgstr "包含的類別"
         | 
| 855 950 |  | 
| 856 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 | 
| 951 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
         | 
| 952 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
         | 
| 857 953 | 
             
            msgid "Not authorized to edit classes"
         | 
| 858 954 | 
             
            msgstr "未經允許編輯類別"
         | 
| 859 955 |  | 
| @@ -869,7 +965,8 @@ msgstr "可用類別" | |
| 869 965 | 
             
            msgid "Filter classes"
         | 
| 870 966 | 
             
            msgstr "篩選器類別"
         | 
| 871 967 |  | 
| 872 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 | 
| 968 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
         | 
| 969 | 
            +
            #: ../webpack/src/foreman_class_edit.js:84
         | 
| 873 970 | 
             
            msgid "belongs to config group"
         | 
| 874 971 | 
             
            msgstr "屬於配置群組"
         | 
| 875 972 |  | 
| @@ -886,7 +983,9 @@ msgid "Omit" | |
| 886 983 | 
             
            msgstr ""
         | 
| 887 984 |  | 
| 888 985 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
         | 
| 889 | 
            -
            msgid " | 
| 986 | 
            +
            msgid ""
         | 
| 987 | 
            +
            "The class could not be saved because of an error in one of the class "
         | 
| 988 | 
            +
            "parameters."
         | 
| 890 989 | 
             
            msgstr ""
         | 
| 891 990 |  | 
| 892 991 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
         | 
| @@ -902,7 +1001,9 @@ msgid "This Puppet class has no parameters in its signature." | |
| 902 1001 | 
             
            msgstr "此 puppet 類別的簽章中沒有參數。"
         | 
| 903 1002 |  | 
| 904 1003 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
         | 
| 905 | 
            -
            msgid " | 
| 1004 | 
            +
            msgid ""
         | 
| 1005 | 
            +
            "To update the class signature, go to the Puppet Classes page and select "
         | 
| 1006 | 
            +
            "\"Import\"."
         | 
| 906 1007 | 
             
            msgstr "若要更新類別簽章,請至 Puppet 類別網頁並選擇「匯入」。"
         | 
| 907 1008 |  | 
| 908 1009 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
         | 
| @@ -925,7 +1026,10 @@ msgstr "編輯 Puppet 類別 %s" | |
| 925 1026 | 
             
            msgid "Puppetclass|Name"
         | 
| 926 1027 | 
             
            msgstr "名稱"
         | 
| 927 1028 |  | 
| 928 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 | 
| 1029 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
         | 
| 1030 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
         | 
| 1031 | 
            +
            #: ../lib/foreman_puppet/register.rb:165
         | 
| 1032 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:21
         | 
| 929 1033 | 
             
            msgid "Environments"
         | 
| 930 1034 | 
             
            msgstr "環境"
         | 
| 931 1035 |  | 
| @@ -946,21 +1050,23 @@ msgid "Set parameters to defaults" | |
| 946 1050 | 
             
            msgstr "將參數設為預設值"
         | 
| 947 1051 |  | 
| 948 1052 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 949 | 
            -
            msgid " | 
| 1053 | 
            +
            msgid ""
         | 
| 1054 | 
            +
            "This will reset parameters of the class %s to their default values. "
         | 
| 1055 | 
            +
            "Continue?"
         | 
| 950 1056 | 
             
            msgstr "這會將類別 %s 的參數重設為其預設值。是否要繼續進行?"
         | 
| 951 1057 |  | 
| 952 1058 | 
             
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
         | 
| 953 | 
            -
            msgid "Puppet Class Parameters"
         | 
| 954 | 
            -
            msgstr ""
         | 
| 955 | 
            -
             | 
| 956 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 957 1059 | 
             
            msgid "Notice"
         | 
| 958 1060 | 
             
            msgstr "注意事項"
         | 
| 959 1061 |  | 
| 960 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb: | 
| 1062 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
         | 
| 961 1063 | 
             
            msgid "Please select an environment first"
         | 
| 962 1064 | 
             
            msgstr "請先選擇一個環境"
         | 
| 963 1065 |  | 
| 1066 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 1067 | 
            +
            msgid "Puppet Class Parameters"
         | 
| 1068 | 
            +
            msgstr ""
         | 
| 1069 | 
            +
             | 
| 964 1070 | 
             
            #: ../app/views/hosts/select_multiple_environment.html.erb:4
         | 
| 965 1071 | 
             
            msgid "Select environment"
         | 
| 966 1072 | 
             
            msgstr "選擇環境"
         | 
| @@ -989,28 +1095,21 @@ msgstr "" | |
| 989 1095 | 
             
            msgid "Add Combination"
         | 
| 990 1096 | 
             
            msgstr ""
         | 
| 991 1097 |  | 
| 992 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 | 
| 1098 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
         | 
| 993 1099 | 
             
            msgid "General"
         | 
| 994 1100 | 
             
            msgstr "一般"
         | 
| 995 1101 |  | 
| 996 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 | 
| 1102 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
         | 
| 997 1103 | 
             
            msgid "Hosts managed:"
         | 
| 998 1104 | 
             
            msgstr "受管理的主機:"
         | 
| 999 1105 |  | 
| 1000 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
         | 
| 1001 | 
            -
            msgid "Certificates"
         | 
| 1002 | 
            -
            msgstr ""
         | 
| 1003 | 
            -
             | 
| 1004 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
         | 
| 1005 | 
            -
            msgid "Autosign entries"
         | 
| 1006 | 
            -
            msgstr ""
         | 
| 1007 | 
            -
             | 
| 1008 1106 | 
             
            #: ../lib/foreman_puppet/register.rb:7
         | 
| 1009 1107 | 
             
            msgid "Facts"
         | 
| 1010 1108 | 
             
            msgstr "詳情"
         | 
| 1011 1109 |  | 
| 1012 1110 | 
             
            #: ../lib/foreman_puppet/register.rb:10
         | 
| 1013 | 
            -
            msgid " | 
| 1111 | 
            +
            msgid ""
         | 
| 1112 | 
            +
            "Foreman will default to this puppet environment if it cannot auto detect one"
         | 
| 1014 1113 | 
             
            msgstr "若 Foreman 無法自動偵測 puppet 環境,就預設值它將會使用此 puppet 環境"
         | 
| 1015 1114 |  | 
| 1016 1115 | 
             
            #: ../lib/foreman_puppet/register.rb:12
         | 
| @@ -1018,8 +1117,12 @@ msgid "Default Puppet environment" | |
| 1018 1117 | 
             
            msgstr "預設 Puppet 環境"
         | 
| 1019 1118 |  | 
| 1020 1119 | 
             
            #: ../lib/foreman_puppet/register.rb:16
         | 
| 1021 | 
            -
            msgid " | 
| 1022 | 
            -
             | 
| 1120 | 
            +
            msgid ""
         | 
| 1121 | 
            +
            "Foreman will explicitly set the puppet environment in the ENC yaml output. "
         | 
| 1122 | 
            +
            "This will avoid conflicts between the environment in puppet.conf and the "
         | 
| 1123 | 
            +
            "environment set in Foreman"
         | 
| 1124 | 
            +
            msgstr ""
         | 
| 1125 | 
            +
            "Foreman 將會明確設置 puppet 環境於 ENC yaml 輸出中。這將避免 puppet.conf 和 Foreman 中,環境之間的衝突。"
         | 
| 1023 1126 |  | 
| 1024 1127 | 
             
            #: ../lib/foreman_puppet/register.rb:19
         | 
| 1025 1128 | 
             
            msgid "ENC environment"
         | 
| @@ -1038,7 +1141,9 @@ msgid "Config Management" | |
| 1038 1141 | 
             
            msgstr ""
         | 
| 1039 1142 |  | 
| 1040 1143 | 
             
            #: ../lib/foreman_puppet/register.rb:30
         | 
| 1041 | 
            -
            msgid " | 
| 1144 | 
            +
            msgid ""
         | 
| 1145 | 
            +
            "Duration in minutes after servers reporting via Puppet are classed as out of"
         | 
| 1146 | 
            +
            " sync."
         | 
| 1042 1147 | 
             
            msgstr ""
         | 
| 1043 1148 |  | 
| 1044 1149 | 
             
            #: ../lib/foreman_puppet/register.rb:32
         | 
| @@ -1046,21 +1151,19 @@ msgid "Puppet interval" | |
| 1046 1151 | 
             
            msgstr "Puppet 間隔"
         | 
| 1047 1152 |  | 
| 1048 1153 | 
             
            #: ../lib/foreman_puppet/register.rb:35
         | 
| 1049 | 
            -
            msgid " | 
| 1154 | 
            +
            msgid ""
         | 
| 1155 | 
            +
            "Disable host configuration status turning to out of sync for %s after report"
         | 
| 1156 | 
            +
            " does not arrive within configured interval"
         | 
| 1050 1157 | 
             
            msgstr ""
         | 
| 1051 1158 |  | 
| 1052 1159 | 
             
            #: ../lib/foreman_puppet/register.rb:37
         | 
| 1053 1160 | 
             
            msgid "%s out of sync disabled"
         | 
| 1054 1161 | 
             
            msgstr ""
         | 
| 1055 1162 |  | 
| 1056 | 
            -
            #: ../lib/foreman_puppet/register.rb: | 
| 1163 | 
            +
            #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
         | 
| 1057 1164 | 
             
            msgid "Puppet ENC"
         | 
| 1058 1165 | 
             
            msgstr ""
         | 
| 1059 1166 |  | 
| 1060 | 
            -
            #: ../webpack/src/Components/Environments/Welcome.js:13
         | 
| 1061 | 
            -
            msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
         | 
| 1062 | 
            -
            msgstr ""
         | 
| 1063 | 
            -
             | 
| 1064 1167 | 
             
            #: ../webpack/src/foreman_class_edit.js:146
         | 
| 1065 1168 | 
             
            msgid "Click to remove config group"
         | 
| 1066 1169 | 
             
            msgstr "點選以移除配置群組"
         | 
| @@ -1073,10 +1176,6 @@ msgstr "移除" | |
| 1073 1176 | 
             
            msgid "Loading parameters..."
         | 
| 1074 1177 | 
             
            msgstr "正在載入參數..."
         | 
| 1075 1178 |  | 
| 1076 | 
            -
            #: ../webpack/src/foreman_puppet_host_form.js:102
         | 
| 1077 | 
            -
            msgid "Some Puppet Classes are unavailable in the selected environment"
         | 
| 1078 | 
            -
            msgstr ""
         | 
| 1079 | 
            -
             | 
| 1080 1179 | 
             
            #: action_names.rb:2
         | 
| 1081 1180 | 
             
            msgid "Action with sub plans"
         | 
| 1082 1181 | 
             
            msgstr "有子計畫的動作"
         |