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,16 +2,17 @@ | |
| 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 | 
             
            # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
         | 
| 8 8 | 
             
            # Bryan Kearney <bryan.kearney@gmail.com>, 2021
         | 
| 9 | 
            -
            #
         | 
| 9 | 
            +
            # 
         | 
| 10 | 
            +
            #, fuzzy
         | 
| 10 11 | 
             
            msgid ""
         | 
| 11 12 | 
             
            msgstr ""
         | 
| 12 | 
            -
            "Project-Id-Version: foreman_puppet  | 
| 13 | 
            +
            "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
         | 
| 13 14 | 
             
            "Report-Msgid-Bugs-To: \n"
         | 
| 14 | 
            -
            "POT-Creation-Date:  | 
| 15 | 
            +
            "POT-Creation-Date: 2021-11-10 11:17+0000\n"
         | 
| 15 16 | 
             
            "PO-Revision-Date: 2021-02-03 16:30+0000\n"
         | 
| 16 17 | 
             
            "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
         | 
| 17 18 | 
             
            "Language-Team: Korean (https://www.transifex.com/foreman/teams/114/ko/)\n"
         | 
| @@ -22,23 +23,32 @@ msgstr "" | |
| 22 23 | 
             
            "Plural-Forms: nplurals=1; plural=0;\n"
         | 
| 23 24 |  | 
| 24 25 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
         | 
| 25 | 
            -
            msgid " | 
| 26 | 
            +
            msgid ""
         | 
| 27 | 
            +
            "Ignored environment names resulting in booleans found. Please quote strings "
         | 
| 28 | 
            +
            "like true/false and yes/no in config/ignored_environments.yml"
         | 
| 26 29 | 
             
            msgstr ""
         | 
| 27 30 |  | 
| 28 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 | 
| 31 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
         | 
| 32 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
         | 
| 29 33 | 
             
            msgid "No changes to your environments detected"
         | 
| 30 34 | 
             
            msgstr "환경에서 변경 사항을 감지할 수 없음 "
         | 
| 31 35 |  | 
| 32 36 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
         | 
| 33 | 
            -
            msgid " | 
| 37 | 
            +
            msgid ""
         | 
| 38 | 
            +
            "Successfully updated environments and Puppet classes from the on-disk Puppet"
         | 
| 39 | 
            +
            " installation"
         | 
| 34 40 | 
             
            msgstr "온디스크 Puppet 설치에서 환경 및 Puppet 클래스를 성공적으로 업데이트했습니다 "
         | 
| 35 41 |  | 
| 36 42 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
         | 
| 37 | 
            -
            msgid " | 
| 43 | 
            +
            msgid ""
         | 
| 44 | 
            +
            "Failed to update environments and Puppet classes from the on-disk Puppet "
         | 
| 45 | 
            +
            "installation: %s"
         | 
| 38 46 | 
             
            msgstr "온디스크 Puppet 설치에서 환경 및 Puppet 클래스 업데이트에 실패했습니다: %s"
         | 
| 39 47 |  | 
| 40 48 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
         | 
| 41 | 
            -
            msgid " | 
| 49 | 
            +
            msgid ""
         | 
| 50 | 
            +
            "No smart proxy was found to import environments from, ensure that at least "
         | 
| 51 | 
            +
            "one smart proxy is registered with the 'puppet' feature"
         | 
| 42 52 | 
             
            msgstr ""
         | 
| 43 53 |  | 
| 44 54 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
         | 
| @@ -69,40 +79,51 @@ msgstr "" | |
| 69 79 | 
             
            msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
         | 
| 70 80 | 
             
            msgstr ""
         | 
| 71 81 |  | 
| 72 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 | 
| 82 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
         | 
| 83 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
         | 
| 73 84 | 
             
            msgid "ID of associated puppet Environment"
         | 
| 74 85 | 
             
            msgstr ""
         | 
| 75 86 |  | 
| 76 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 | 
| 87 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
         | 
| 88 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
         | 
| 77 89 | 
             
            msgid "IDs of associated Puppetclasses"
         | 
| 78 90 | 
             
            msgstr ""
         | 
| 79 91 |  | 
| 80 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 | 
| 92 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
         | 
| 93 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
         | 
| 81 94 | 
             
            msgid "IDs of associated ConfigGroups"
         | 
| 82 95 | 
             
            msgstr ""
         | 
| 83 96 |  | 
| 84 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 97 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
         | 
| 85 98 | 
             
            msgid "Import puppet classes from puppet proxy"
         | 
| 86 99 | 
             
            msgstr ""
         | 
| 87 100 |  | 
| 88 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 101 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
         | 
| 102 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
         | 
| 89 103 | 
             
            msgid "Import puppet classes from puppet proxy for an environment"
         | 
| 90 104 | 
             
            msgstr "환경에 대한 Puppet 프록시에서 Puppet 클래스를 가져옵니다"
         | 
| 91 105 |  | 
| 92 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 93 | 
            -
            msgid " | 
| 106 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
         | 
| 107 | 
            +
            msgid ""
         | 
| 108 | 
            +
            "Optional comma-delimited stringcontaining either 'new', 'updated', or "
         | 
| 109 | 
            +
            "'obsolete'that is used to limit the imported Puppet classes"
         | 
| 94 110 | 
             
            msgstr ""
         | 
| 95 111 |  | 
| 96 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 97 | 
            -
            msgid " | 
| 112 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
         | 
| 113 | 
            +
            msgid ""
         | 
| 114 | 
            +
            "Failed to update the environments and Puppet classes from the on-disk puppet"
         | 
| 115 | 
            +
            " installation: %s"
         | 
| 98 116 | 
             
            msgstr "온디스크 Puppet 설치에서 환경 및 Puppet 클래스 업데이트에 실패했습니다: %s"
         | 
| 99 117 |  | 
| 100 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 118 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
         | 
| 101 119 | 
             
            msgid "The requested environment cannot be found."
         | 
| 102 120 | 
             
            msgstr ""
         | 
| 103 121 |  | 
| 104 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 105 | 
            -
             | 
| 122 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
         | 
| 123 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
         | 
| 124 | 
            +
            msgid ""
         | 
| 125 | 
            +
            "No proxy found to import classes from, ensure that the smart proxy has the "
         | 
| 126 | 
            +
            "Puppet feature enabled."
         | 
| 106 127 | 
             
            msgstr "클래스를 가져오기할 프록시를 찾을 수 없습니다. 스마트 프록시에서 Puppet 기능이 활성화되어 있는지 확인합니다. "
         | 
| 107 128 |  | 
| 108 129 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
         | 
| @@ -129,7 +150,9 @@ msgstr "" | |
| 129 150 | 
             
            msgid "environment id"
         | 
| 130 151 | 
             
            msgstr "환경 ID "
         | 
| 131 152 |  | 
| 132 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 | 
| 153 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
         | 
| 154 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
         | 
| 155 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
         | 
| 133 156 | 
             
            msgid "ID of environment"
         | 
| 134 157 | 
             
            msgstr "환경 ID "
         | 
| 135 158 |  | 
| @@ -153,7 +176,8 @@ msgstr "" | |
| 153 176 | 
             
            msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
         | 
| 154 177 | 
             
            msgstr ""
         | 
| 155 178 |  | 
| 156 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 | 
| 179 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
         | 
| 180 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
         | 
| 157 181 | 
             
            msgid "No environment selected!"
         | 
| 158 182 | 
             
            msgstr "선택된 환경이 없습니다!"
         | 
| 159 183 |  | 
| @@ -181,18 +205,21 @@ msgstr "%{host}의 %{proxy_type} 프록시를 설정하지 못했습니다." | |
| 181 205 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
         | 
| 182 206 | 
             
            msgstr ""
         | 
| 183 207 |  | 
| 184 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 | 
| 208 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
         | 
| 209 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
         | 
| 185 210 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was cleared."
         | 
| 186 211 | 
             
            msgstr "선택한 호스트의 %{proxy_type} 프록시를 삭제했습니다."
         | 
| 187 212 |  | 
| 188 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 | 
| 213 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
         | 
| 214 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
         | 
| 189 215 | 
             
            msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
         | 
| 190 | 
            -
            msgid_plural " | 
| 216 | 
            +
            msgid_plural ""
         | 
| 217 | 
            +
            "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
         | 
| 191 218 | 
             
            msgstr[0] ""
         | 
| 192 | 
            -
            msgstr[1] ""
         | 
| 193 219 |  | 
| 194 220 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
         | 
| 195 | 
            -
            msgid " | 
| 221 | 
            +
            msgid ""
         | 
| 222 | 
            +
            "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
         | 
| 196 223 | 
             
            msgstr "선택한 호스트의 %{proxy_type} 프록시가 %{proxy_name}(으)로 설정되었습니다."
         | 
| 197 224 |  | 
| 198 225 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
         | 
| @@ -239,7 +266,12 @@ msgstr "위치 별 환경 나열 " | |
| 239 266 | 
             
            msgid "List environments per organization"
         | 
| 240 267 | 
             
            msgstr "조직 별 환경 나열 "
         | 
| 241 268 |  | 
| 242 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 | 
| 269 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
         | 
| 270 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
         | 
| 271 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
         | 
| 272 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
         | 
| 273 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
         | 
| 274 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
         | 
| 243 275 | 
             
            msgid "ID of Puppet class"
         | 
| 244 276 | 
             
            msgstr "Puppet 클래스 ID "
         | 
| 245 277 |  | 
| @@ -267,7 +299,10 @@ msgstr "호스트의 모든 Puppet 클래스 ID 나열 " | |
| 267 299 | 
             
            msgid "Add a Puppet class to host"
         | 
| 268 300 | 
             
            msgstr "호스트에 Puppet 클래스 추가 "
         | 
| 269 301 |  | 
| 270 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 | 
| 302 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
         | 
| 303 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
         | 
| 304 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
         | 
| 305 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
         | 
| 271 306 | 
             
            msgid "ID of host"
         | 
| 272 307 | 
             
            msgstr "호스트 ID "
         | 
| 273 308 |  | 
| @@ -283,7 +318,10 @@ msgstr "호스트 그룹의 모든 Puppet 클래스 ID 나열 " | |
| 283 318 | 
             
            msgid "Add a Puppet class to host group"
         | 
| 284 319 | 
             
            msgstr "호스트 그룹에 Puppet 클래스 추가 "
         | 
| 285 320 |  | 
| 286 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 | 
| 321 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
         | 
| 322 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
         | 
| 323 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
         | 
| 324 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
         | 
| 287 325 | 
             
            msgid "ID of host group"
         | 
| 288 326 | 
             
            msgstr "호스트 그룹 ID "
         | 
| 289 327 |  | 
| @@ -295,7 +333,10 @@ msgstr "호스트 그룹에서 Puppet 클래스 삭제 " | |
| 295 333 | 
             
            msgid "List of override values for a specific smart class parameter"
         | 
| 296 334 | 
             
            msgstr "특정 스마트 클래스 매개 변수의 덮어쓰기 값 목록 "
         | 
| 297 335 |  | 
| 298 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 | 
| 336 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
         | 
| 337 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
         | 
| 338 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
         | 
| 339 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
         | 
| 299 340 | 
             
            msgid "Display hidden values"
         | 
| 300 341 | 
             
            msgstr ""
         | 
| 301 342 |  | 
| @@ -396,7 +437,9 @@ msgid "List of smart class parameters for a specific environment" | |
| 396 437 | 
             
            msgstr "특정 환경의 스마트 클래스 매개 변수 목록 "
         | 
| 397 438 |  | 
| 398 439 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
         | 
| 399 | 
            -
            msgid " | 
| 440 | 
            +
            msgid ""
         | 
| 441 | 
            +
            "List of smart class parameters for a specific environment/Puppet class "
         | 
| 442 | 
            +
            "combination"
         | 
| 400 443 | 
             
            msgstr "특정 환경/Puppet 클래스 조합의 스마트 클래스 매개 변수 목록 "
         | 
| 401 444 |  | 
| 402 445 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
         | 
| @@ -424,10 +467,13 @@ msgid "When enabled the parameter is hidden in the UI" | |
| 424 467 | 
             
            msgstr "활성화된 경우 매개 변수가 UI에서 숨겨집니다."
         | 
| 425 468 |  | 
| 426 469 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
         | 
| 427 | 
            -
            msgid " | 
| 470 | 
            +
            msgid ""
         | 
| 471 | 
            +
            "Foreman will not send this parameter in classification output.Puppet will "
         | 
| 472 | 
            +
            "use the value defined in the Puppet manifest for this parameter"
         | 
| 428 473 | 
             
            msgstr ""
         | 
| 429 474 |  | 
| 430 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 | 
| 475 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
         | 
| 476 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
         | 
| 431 477 | 
             
            msgid "The order in which values are resolved"
         | 
| 432 478 | 
             
            msgstr "값이 해결되는 순서 "
         | 
| 433 479 |  | 
| @@ -444,7 +490,9 @@ msgid "Types of variable values" | |
| 444 490 | 
             
            msgstr "변수 값의 유형"
         | 
| 445 491 |  | 
| 446 492 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
         | 
| 447 | 
            -
            msgid " | 
| 493 | 
            +
            msgid ""
         | 
| 494 | 
            +
            "If true, will raise an error if there is no default value and no matcher "
         | 
| 495 | 
            +
            "provide a value"
         | 
| 448 496 | 
             
            msgstr "true인 경우, 기본값이 없고 matcher에서 값이 제공되지 않으면 오류가 발생합니다."
         | 
| 449 497 |  | 
| 450 498 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
         | 
| @@ -464,14 +512,17 @@ msgid "Successfully overridden all parameters of Puppet class %s" | |
| 464 512 | 
             
            msgstr "Puppet 클래스 %s의 모든 매개 변수를 성공적으로 덮어쓰기했습니다  "
         | 
| 465 513 |  | 
| 466 514 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
         | 
| 467 | 
            -
            msgid " | 
| 515 | 
            +
            msgid ""
         | 
| 516 | 
            +
            "Successfully reset all parameters of Puppet class %s to their default values"
         | 
| 468 517 | 
             
            msgstr "Puppet 클래스 %s의 모든 매개 변수를 기본값으로 성공적으로 덮어쓰기했습니다 "
         | 
| 469 518 |  | 
| 470 519 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
         | 
| 471 520 | 
             
            msgid "No parameters to override for Puppet class %s"
         | 
| 472 521 | 
             
            msgstr "Puppet 클래스 %s에 덮어쓰기할 매개 변수가 없음 "
         | 
| 473 522 |  | 
| 474 | 
            -
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13 | 
| 523 | 
            +
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13
         | 
| 524 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:5
         | 
| 525 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:9
         | 
| 475 526 | 
             
            msgid "Create Puppet Environment"
         | 
| 476 527 | 
             
            msgstr ""
         | 
| 477 528 |  | 
| @@ -528,7 +579,9 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>" | |
| 528 579 | 
             
            msgstr "필수 매개 변수에 값이 없습니다.<br/><b>덮어쓰십시오.</b><br/>"
         | 
| 529 580 |  | 
| 530 581 | 
             
            #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
         | 
| 531 | 
            -
            msgid " | 
| 582 | 
            +
            msgid ""
         | 
| 583 | 
            +
            "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
         | 
| 584 | 
            +
            " will be empty.</i><br/>"
         | 
| 532 585 | 
             
            msgstr ""
         | 
| 533 586 |  | 
| 534 587 | 
             
            #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
         | 
| @@ -563,9 +616,9 @@ msgstr "" | |
| 563 616 | 
             
            msgid "%{name} has %{num_tag} class"
         | 
| 564 617 | 
             
            msgid_plural "%{name} has %{num_tag} classes"
         | 
| 565 618 | 
             
            msgstr[0] ""
         | 
| 566 | 
            -
            msgstr[1] ""
         | 
| 567 619 |  | 
| 568 | 
            -
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 | 
| 620 | 
            +
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
         | 
| 621 | 
            +
            #: ../webpack/src/foreman_class_edit.js:55
         | 
| 569 622 | 
             
            msgid "Click to remove %s"
         | 
| 570 623 | 
             
            msgstr "클릭하여 %s 삭제 "
         | 
| 571 624 |  | 
| @@ -573,7 +626,8 @@ msgstr "클릭하여 %s 삭제 " | |
| 573 626 | 
             
            msgid "Click to add %s"
         | 
| 574 627 | 
             
            msgstr "클릭하여 %s 추가 "
         | 
| 575 628 |  | 
| 576 | 
            -
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 | 
| 629 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
         | 
| 630 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
         | 
| 577 631 | 
             
            msgid "None"
         | 
| 578 632 | 
             
            msgstr "없음 "
         | 
| 579 633 |  | 
| @@ -608,7 +662,9 @@ msgid "Operating system default" | |
| 608 662 | 
             
            msgstr "기본값 운영 체제 "
         | 
| 609 663 |  | 
| 610 664 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
         | 
| 611 | 
            -
            msgid " | 
| 665 | 
            +
            msgid ""
         | 
| 666 | 
            +
            "The final entry, Operating System default, can be set by editing the %s "
         | 
| 667 | 
            +
            "page."
         | 
| 612 668 | 
             
            msgstr "최종 엔트리, 운영 체제 기본값은 %s 페이지를 편집하여 설정할 수 있습니다. "
         | 
| 613 669 |  | 
| 614 670 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
         | 
| @@ -624,11 +680,15 @@ msgid "%{puppetclass} does not belong to the %{environment} environment" | |
| 624 680 | 
             
            msgstr ""
         | 
| 625 681 |  | 
| 626 682 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
         | 
| 627 | 
            -
            msgid " | 
| 683 | 
            +
            msgid ""
         | 
| 684 | 
            +
            "Failed to import %{klass} for %{name}: doesn't exists in our database - "
         | 
| 685 | 
            +
            "ignoring"
         | 
| 628 686 | 
             
            msgstr "%{name}의 %{klass} 가져오기에 실패했습니다: 데이터베이스에 존재하지 않습니다 - 무시합니다 "
         | 
| 629 687 |  | 
| 630 688 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
         | 
| 631 | 
            -
            msgid " | 
| 689 | 
            +
            msgid ""
         | 
| 690 | 
            +
            "with id %{object_id} doesn't exist or is not assigned to proper organization"
         | 
| 691 | 
            +
            " and/or location"
         | 
| 632 692 | 
             
            msgstr ""
         | 
| 633 693 |  | 
| 634 694 | 
             
            #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
         | 
| @@ -683,7 +743,11 @@ msgstr "이전 버전 선택/ 선택 해제 " | |
| 683 743 | 
             
            msgid "Check/Uncheck all"
         | 
| 684 744 | 
             
            msgstr "모두 선택/선택 해제 "
         | 
| 685 745 |  | 
| 686 | 
            -
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 | 
| 746 | 
            +
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
         | 
| 747 | 
            +
            #: ../app/views/foreman_puppet/environments/_form.html.erb:4
         | 
| 748 | 
            +
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
         | 
| 749 | 
            +
            #: ../app/views/hosts/select_multiple_environment.html.erb:7
         | 
| 750 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 687 751 | 
             
            msgid "Environment"
         | 
| 688 752 | 
             
            msgstr "환경 "
         | 
| 689 753 |  | 
| @@ -723,19 +787,20 @@ msgstr "취소 " | |
| 723 787 | 
             
            msgid "Update"
         | 
| 724 788 | 
             
            msgstr "업데이트 "
         | 
| 725 789 |  | 
| 726 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 790 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
         | 
| 727 791 | 
             
            msgid "included already from parent"
         | 
| 728 792 | 
             
            msgstr "이미 부모에게서 포함되어 있습니다 "
         | 
| 729 793 |  | 
| 730 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 794 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 795 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 731 796 | 
             
            msgid "Remove"
         | 
| 732 797 | 
             
            msgstr "삭제 "
         | 
| 733 798 |  | 
| 734 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 799 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 735 800 | 
             
            msgid "Add"
         | 
| 736 801 | 
             
            msgstr "추가 "
         | 
| 737 802 |  | 
| 738 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 803 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
         | 
| 739 804 | 
             
            msgid "%s is not in environment"
         | 
| 740 805 | 
             
            msgstr "%s은(는) 환경에 없습니다 "
         | 
| 741 806 |  | 
| @@ -747,40 +812,57 @@ msgstr "내장된 설정 그룹 " | |
| 747 812 | 
             
            msgid "Available Config Groups"
         | 
| 748 813 | 
             
            msgstr "사용 가능한 설정 그룹 "
         | 
| 749 814 |  | 
| 750 | 
            -
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 | 
| 815 | 
            +
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
         | 
| 816 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:1
         | 
| 817 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
         | 
| 751 818 | 
             
            msgid "Edit %s"
         | 
| 752 819 | 
             
            msgstr "%s 편집 "
         | 
| 753 820 |  | 
| 754 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 | 
| 821 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
         | 
| 822 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
         | 
| 823 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
         | 
| 824 | 
            +
            #: ../lib/foreman_puppet/register.rb:171
         | 
| 755 825 | 
             
            msgid "Config Groups"
         | 
| 756 826 | 
             
            msgstr ""
         | 
| 757 827 |  | 
| 758 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 | 
| 828 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
         | 
| 829 | 
            +
            #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
         | 
| 830 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
         | 
| 759 831 | 
             
            msgid "Create Config Group"
         | 
| 760 832 | 
             
            msgstr ""
         | 
| 761 833 |  | 
| 762 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 | 
| 834 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
         | 
| 835 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
         | 
| 763 836 | 
             
            msgid "Puppet Classes"
         | 
| 764 837 | 
             
            msgstr "Puppet 클래스 "
         | 
| 765 838 |  | 
| 766 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 | 
| 839 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
         | 
| 840 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:9
         | 
| 841 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
         | 
| 767 842 | 
             
            msgid "Hosts"
         | 
| 768 843 | 
             
            msgstr "호스트"
         | 
| 769 844 |  | 
| 770 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 | 
| 845 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
         | 
| 846 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
         | 
| 771 847 | 
             
            msgid "Host Groups"
         | 
| 772 848 | 
             
            msgstr "호스트 그룹 "
         | 
| 773 849 |  | 
| 774 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 | 
| 850 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
         | 
| 851 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:10
         | 
| 852 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
         | 
| 775 853 | 
             
            msgid "Actions"
         | 
| 776 854 | 
             
            msgstr "동작 "
         | 
| 777 855 |  | 
| 778 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 | 
| 856 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
         | 
| 857 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
         | 
| 779 858 | 
             
            msgid "Delete %s?"
         | 
| 780 859 | 
             
            msgstr "%s 을(를) 삭제하시겠습니까?"
         | 
| 781 860 |  | 
| 782 861 | 
             
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
         | 
| 783 | 
            -
            msgid " | 
| 862 | 
            +
            msgid ""
         | 
| 863 | 
            +
            "A config group provides a one-step method of associating many Puppet classes"
         | 
| 864 | 
            +
            " to either a host or host group. Typically this would be used to add a "
         | 
| 865 | 
            +
            "particular application profile or stack in one step."
         | 
| 784 866 | 
             
            msgstr ""
         | 
| 785 867 |  | 
| 786 868 | 
             
            #: ../app/views/foreman_puppet/environments/_form.html.erb:6
         | 
| @@ -791,7 +873,9 @@ msgstr "위치 " | |
| 791 873 | 
             
            msgid "Organizations"
         | 
| 792 874 | 
             
            msgstr "조직"
         | 
| 793 875 |  | 
| 794 | 
            -
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5 | 
| 876 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5
         | 
| 877 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:1
         | 
| 878 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:4
         | 
| 795 879 | 
             
            msgid "Puppet Environments"
         | 
| 796 880 | 
             
            msgstr "Puppet 환경"
         | 
| 797 881 |  | 
| @@ -799,7 +883,8 @@ msgstr "Puppet 환경" | |
| 799 883 | 
             
            msgid "Environment|Name"
         | 
| 800 884 | 
             
            msgstr "이름 "
         | 
| 801 885 |  | 
| 802 | 
            -
            #: ../app/views/foreman_puppet/environments/index.html.erb:22 | 
| 886 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:22
         | 
| 887 | 
            +
            #: ../lib/foreman_puppet/register.rb:168
         | 
| 803 888 | 
             
            msgid "Classes"
         | 
| 804 889 | 
             
            msgstr "클래스 "
         | 
| 805 890 |  | 
| @@ -807,7 +892,8 @@ msgstr "클래스 " | |
| 807 892 | 
             
            msgid "Create Environment"
         | 
| 808 893 | 
             
            msgstr ""
         | 
| 809 894 |  | 
| 810 | 
            -
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 | 
| 895 | 
            +
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
         | 
| 896 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
         | 
| 811 897 | 
             
            msgid "Puppet environments"
         | 
| 812 898 | 
             
            msgstr "Puppet 환경"
         | 
| 813 899 |  | 
| @@ -824,10 +910,15 @@ msgid "No environments found" | |
| 824 910 | 
             
            msgstr "환경을 찾을 수 없음"
         | 
| 825 911 |  | 
| 826 912 | 
             
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
         | 
| 827 | 
            -
            msgid " | 
| 913 | 
            +
            msgid ""
         | 
| 914 | 
            +
            "There are no puppet environments set up on this puppet master. Please check "
         | 
| 915 | 
            +
            "the puppet master configuration."
         | 
| 828 916 | 
             
            msgstr "이 Puppet 마스터에 설정된 Puppet 환경이 없습니다. Puppet 마스터 구성을 확인하십시오."
         | 
| 829 917 |  | 
| 830 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 | 
| 918 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
         | 
| 919 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
         | 
| 920 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
         | 
| 921 | 
            +
            #: ../lib/foreman_puppet/register.rb:174
         | 
| 831 922 | 
             
            msgid "Smart Class Parameters"
         | 
| 832 923 | 
             
            msgstr ""
         | 
| 833 924 |  | 
| @@ -835,7 +926,9 @@ msgstr "" | |
| 835 926 | 
             
            msgid "Parameter"
         | 
| 836 927 | 
             
            msgstr "매개 변수 "
         | 
| 837 928 |  | 
| 838 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 | 
| 929 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
         | 
| 930 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
         | 
| 931 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
         | 
| 839 932 | 
             
            msgid "Puppet Class"
         | 
| 840 933 | 
             
            msgstr "Puppet 클래스 "
         | 
| 841 934 |  | 
| @@ -844,14 +937,18 @@ msgid "Number of Overrides" | |
| 844 937 | 
             
            msgstr ""
         | 
| 845 938 |  | 
| 846 939 | 
             
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
         | 
| 847 | 
            -
            msgid " | 
| 940 | 
            +
            msgid ""
         | 
| 941 | 
            +
            "Parameterized class support permits detecting, importing, and supplying "
         | 
| 942 | 
            +
            "parameters directly to classes which support it, via the ENC and depending "
         | 
| 943 | 
            +
            "on a set of rules (Smart Matchers)."
         | 
| 848 944 | 
             
            msgstr ""
         | 
| 849 945 |  | 
| 850 946 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
         | 
| 851 947 | 
             
            msgid "Included Classes"
         | 
| 852 948 | 
             
            msgstr "내장된 클래스 "
         | 
| 853 949 |  | 
| 854 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 | 
| 950 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
         | 
| 951 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
         | 
| 855 952 | 
             
            msgid "Not authorized to edit classes"
         | 
| 856 953 | 
             
            msgstr "클래스를 편집할 권한이 없습니다 "
         | 
| 857 954 |  | 
| @@ -867,7 +964,8 @@ msgstr "사용 가능한 클래스 " | |
| 867 964 | 
             
            msgid "Filter classes"
         | 
| 868 965 | 
             
            msgstr "필터 클래스 "
         | 
| 869 966 |  | 
| 870 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 | 
| 967 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
         | 
| 968 | 
            +
            #: ../webpack/src/foreman_class_edit.js:84
         | 
| 871 969 | 
             
            msgid "belongs to config group"
         | 
| 872 970 | 
             
            msgstr "설정 그룹에 속합니다 "
         | 
| 873 971 |  | 
| @@ -884,7 +982,9 @@ msgid "Omit" | |
| 884 982 | 
             
            msgstr ""
         | 
| 885 983 |  | 
| 886 984 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
         | 
| 887 | 
            -
            msgid " | 
| 985 | 
            +
            msgid ""
         | 
| 986 | 
            +
            "The class could not be saved because of an error in one of the class "
         | 
| 987 | 
            +
            "parameters."
         | 
| 888 988 | 
             
            msgstr ""
         | 
| 889 989 |  | 
| 890 990 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
         | 
| @@ -900,7 +1000,9 @@ msgid "This Puppet class has no parameters in its signature." | |
| 900 1000 | 
             
            msgstr "Puppet 클래스 서명에는 매개 변수가 없습니다."
         | 
| 901 1001 |  | 
| 902 1002 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
         | 
| 903 | 
            -
            msgid " | 
| 1003 | 
            +
            msgid ""
         | 
| 1004 | 
            +
            "To update the class signature, go to the Puppet Classes page and select "
         | 
| 1005 | 
            +
            "\"Import\"."
         | 
| 904 1006 | 
             
            msgstr "클래스 서명을 업데이트하려면 Puppet 클래스 페이지로 가서 \"가져오기\"를 선택합니다. "
         | 
| 905 1007 |  | 
| 906 1008 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
         | 
| @@ -923,7 +1025,10 @@ msgstr "Puppet 클래스 %s 편집 " | |
| 923 1025 | 
             
            msgid "Puppetclass|Name"
         | 
| 924 1026 | 
             
            msgstr "이름 "
         | 
| 925 1027 |  | 
| 926 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 | 
| 1028 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
         | 
| 1029 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
         | 
| 1030 | 
            +
            #: ../lib/foreman_puppet/register.rb:165
         | 
| 1031 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:21
         | 
| 927 1032 | 
             
            msgid "Environments"
         | 
| 928 1033 | 
             
            msgstr "환경 "
         | 
| 929 1034 |  | 
| @@ -944,21 +1049,23 @@ msgid "Set parameters to defaults" | |
| 944 1049 | 
             
            msgstr "매개 변수를 기본값으로 설정 "
         | 
| 945 1050 |  | 
| 946 1051 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 947 | 
            -
            msgid " | 
| 1052 | 
            +
            msgid ""
         | 
| 1053 | 
            +
            "This will reset parameters of the class %s to their default values. "
         | 
| 1054 | 
            +
            "Continue?"
         | 
| 948 1055 | 
             
            msgstr "이는 클래스 %s의 매개 변수를 기본값으로 재설정합니다. 계속 진행하시겠습니까? "
         | 
| 949 1056 |  | 
| 950 1057 | 
             
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
         | 
| 951 | 
            -
            msgid "Puppet Class Parameters"
         | 
| 952 | 
            -
            msgstr ""
         | 
| 953 | 
            -
             | 
| 954 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 955 1058 | 
             
            msgid "Notice"
         | 
| 956 1059 | 
             
            msgstr "주의 "
         | 
| 957 1060 |  | 
| 958 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb: | 
| 1061 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
         | 
| 959 1062 | 
             
            msgid "Please select an environment first"
         | 
| 960 1063 | 
             
            msgstr "먼저 환경을 선택하십시오 "
         | 
| 961 1064 |  | 
| 1065 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 1066 | 
            +
            msgid "Puppet Class Parameters"
         | 
| 1067 | 
            +
            msgstr ""
         | 
| 1068 | 
            +
             | 
| 962 1069 | 
             
            #: ../app/views/hosts/select_multiple_environment.html.erb:4
         | 
| 963 1070 | 
             
            msgid "Select environment"
         | 
| 964 1071 | 
             
            msgstr "환경 선택 "
         | 
| @@ -987,28 +1094,21 @@ msgstr "" | |
| 987 1094 | 
             
            msgid "Add Combination"
         | 
| 988 1095 | 
             
            msgstr ""
         | 
| 989 1096 |  | 
| 990 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 | 
| 1097 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
         | 
| 991 1098 | 
             
            msgid "General"
         | 
| 992 1099 | 
             
            msgstr "일반"
         | 
| 993 1100 |  | 
| 994 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 | 
| 1101 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
         | 
| 995 1102 | 
             
            msgid "Hosts managed:"
         | 
| 996 1103 | 
             
            msgstr "관리되는 호스트:"
         | 
| 997 1104 |  | 
| 998 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
         | 
| 999 | 
            -
            msgid "Certificates"
         | 
| 1000 | 
            -
            msgstr ""
         | 
| 1001 | 
            -
             | 
| 1002 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
         | 
| 1003 | 
            -
            msgid "Autosign entries"
         | 
| 1004 | 
            -
            msgstr ""
         | 
| 1005 | 
            -
             | 
| 1006 1105 | 
             
            #: ../lib/foreman_puppet/register.rb:7
         | 
| 1007 1106 | 
             
            msgid "Facts"
         | 
| 1008 1107 | 
             
            msgstr "팩트 "
         | 
| 1009 1108 |  | 
| 1010 1109 | 
             
            #: ../lib/foreman_puppet/register.rb:10
         | 
| 1011 | 
            -
            msgid " | 
| 1110 | 
            +
            msgid ""
         | 
| 1111 | 
            +
            "Foreman will default to this puppet environment if it cannot auto detect one"
         | 
| 1012 1112 | 
             
            msgstr "Foreman은 자동으로 검색하지 못 할 경우 puppet 환경에 기본값 설정됩니다 "
         | 
| 1013 1113 |  | 
| 1014 1114 | 
             
            #: ../lib/foreman_puppet/register.rb:12
         | 
| @@ -1016,8 +1116,13 @@ msgid "Default Puppet environment" | |
| 1016 1116 | 
             
            msgstr "기본 Puppet 환경"
         | 
| 1017 1117 |  | 
| 1018 1118 | 
             
            #: ../lib/foreman_puppet/register.rb:16
         | 
| 1019 | 
            -
            msgid " | 
| 1020 | 
            -
             | 
| 1119 | 
            +
            msgid ""
         | 
| 1120 | 
            +
            "Foreman will explicitly set the puppet environment in the ENC yaml output. "
         | 
| 1121 | 
            +
            "This will avoid conflicts between the environment in puppet.conf and the "
         | 
| 1122 | 
            +
            "environment set in Foreman"
         | 
| 1123 | 
            +
            msgstr ""
         | 
| 1124 | 
            +
            "Foreman은 ENC yaml 출력에서 puppet 환경을 명시적으로 설정합니다. 이로 인해 puppet.conf의 환경과 "
         | 
| 1125 | 
            +
            "Foreman으로 설정되는 환경 간의 충돌을 방지할 수 있습니다  "
         | 
| 1021 1126 |  | 
| 1022 1127 | 
             
            #: ../lib/foreman_puppet/register.rb:19
         | 
| 1023 1128 | 
             
            msgid "ENC environment"
         | 
| @@ -1036,7 +1141,9 @@ msgid "Config Management" | |
| 1036 1141 | 
             
            msgstr ""
         | 
| 1037 1142 |  | 
| 1038 1143 | 
             
            #: ../lib/foreman_puppet/register.rb:30
         | 
| 1039 | 
            -
            msgid " | 
| 1144 | 
            +
            msgid ""
         | 
| 1145 | 
            +
            "Duration in minutes after servers reporting via Puppet are classed as out of"
         | 
| 1146 | 
            +
            " sync."
         | 
| 1040 1147 | 
             
            msgstr ""
         | 
| 1041 1148 |  | 
| 1042 1149 | 
             
            #: ../lib/foreman_puppet/register.rb:32
         | 
| @@ -1044,21 +1151,19 @@ msgid "Puppet interval" | |
| 1044 1151 | 
             
            msgstr "Puppet 간격"
         | 
| 1045 1152 |  | 
| 1046 1153 | 
             
            #: ../lib/foreman_puppet/register.rb:35
         | 
| 1047 | 
            -
            msgid " | 
| 1154 | 
            +
            msgid ""
         | 
| 1155 | 
            +
            "Disable host configuration status turning to out of sync for %s after report"
         | 
| 1156 | 
            +
            " does not arrive within configured interval"
         | 
| 1048 1157 | 
             
            msgstr ""
         | 
| 1049 1158 |  | 
| 1050 1159 | 
             
            #: ../lib/foreman_puppet/register.rb:37
         | 
| 1051 1160 | 
             
            msgid "%s out of sync disabled"
         | 
| 1052 1161 | 
             
            msgstr ""
         | 
| 1053 1162 |  | 
| 1054 | 
            -
            #: ../lib/foreman_puppet/register.rb: | 
| 1163 | 
            +
            #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
         | 
| 1055 1164 | 
             
            msgid "Puppet ENC"
         | 
| 1056 1165 | 
             
            msgstr ""
         | 
| 1057 1166 |  | 
| 1058 | 
            -
            #: ../webpack/src/Components/Environments/Welcome.js:13
         | 
| 1059 | 
            -
            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>"
         | 
| 1060 | 
            -
            msgstr ""
         | 
| 1061 | 
            -
             | 
| 1062 1167 | 
             
            #: ../webpack/src/foreman_class_edit.js:146
         | 
| 1063 1168 | 
             
            msgid "Click to remove config group"
         | 
| 1064 1169 | 
             
            msgstr "클릭하여 설정 그룹 삭제 "
         | 
| @@ -1071,10 +1176,6 @@ msgstr "삭제 " | |
| 1071 1176 | 
             
            msgid "Loading parameters..."
         | 
| 1072 1177 | 
             
            msgstr "매개 변수 로딩 중..."
         | 
| 1073 1178 |  | 
| 1074 | 
            -
            #: ../webpack/src/foreman_puppet_host_form.js:102
         | 
| 1075 | 
            -
            msgid "Some Puppet Classes are unavailable in the selected environment"
         | 
| 1076 | 
            -
            msgstr ""
         | 
| 1077 | 
            -
             | 
| 1078 1179 | 
             
            #: action_names.rb:2
         | 
| 1079 1180 | 
             
            msgid "Action with sub plans"
         | 
| 1080 1181 | 
             
            msgstr "하위 계획이 있는 작업"
         |