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,47 +2,56 @@ | |
| 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 | 
             
            # mhulan <mhulan@redhat.com>, 2021
         | 
| 8 8 | 
             
            # Ondřej Ezr <ezrik12@gmail.com>, 2021
         | 
| 9 9 | 
             
            # Lukáš Zapletal, 2021
         | 
| 10 10 | 
             
            # Pavel Borecki <pavel.borecki@gmail.com>, 2021
         | 
| 11 | 
            -
            #
         | 
| 11 | 
            +
            # 
         | 
| 12 | 
            +
            #, fuzzy
         | 
| 12 13 | 
             
            msgid ""
         | 
| 13 14 | 
             
            msgstr ""
         | 
| 14 | 
            -
            "Project-Id-Version: foreman_puppet  | 
| 15 | 
            +
            "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
         | 
| 15 16 | 
             
            "Report-Msgid-Bugs-To: \n"
         | 
| 16 | 
            -
            "POT-Creation-Date:  | 
| 17 | 
            +
            "POT-Creation-Date: 2021-11-10 11:17+0000\n"
         | 
| 17 18 | 
             
            "PO-Revision-Date: 2021-02-03 16:30+0000\n"
         | 
| 18 19 | 
             
            "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2021\n"
         | 
| 19 | 
            -
            "Language-Team: Czech (Czech Republic) (https://www.transifex.com/foreman/teams"
         | 
| 20 | 
            -
            "/114/cs_CZ/)\n"
         | 
| 20 | 
            +
            "Language-Team: Czech (Czech Republic) (https://www.transifex.com/foreman/teams/114/cs_CZ/)\n"
         | 
| 21 21 | 
             
            "MIME-Version: 1.0\n"
         | 
| 22 22 | 
             
            "Content-Type: text/plain; charset=UTF-8\n"
         | 
| 23 23 | 
             
            "Content-Transfer-Encoding: 8bit\n"
         | 
| 24 24 | 
             
            "Language: cs_CZ\n"
         | 
| 25 | 
            -
            "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= "
         | 
| 26 | 
            -
            "4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
         | 
| 25 | 
            +
            "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
         | 
| 27 26 |  | 
| 28 27 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
         | 
| 29 | 
            -
            msgid " | 
| 28 | 
            +
            msgid ""
         | 
| 29 | 
            +
            "Ignored environment names resulting in booleans found. Please quote strings "
         | 
| 30 | 
            +
            "like true/false and yes/no in config/ignored_environments.yml"
         | 
| 30 31 | 
             
            msgstr ""
         | 
| 31 32 |  | 
| 32 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 | 
| 33 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
         | 
| 34 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
         | 
| 33 35 | 
             
            msgid "No changes to your environments detected"
         | 
| 34 36 | 
             
            msgstr "Nezjištěny žádné změny ve vašich prostředích"
         | 
| 35 37 |  | 
| 36 38 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
         | 
| 37 | 
            -
            msgid " | 
| 38 | 
            -
             | 
| 39 | 
            +
            msgid ""
         | 
| 40 | 
            +
            "Successfully updated environments and Puppet classes from the on-disk Puppet"
         | 
| 41 | 
            +
            " installation"
         | 
| 42 | 
            +
            msgstr ""
         | 
| 43 | 
            +
            "Úspěšně aktualizována prostředí a Puppet třídy z instalace Puppet na disku"
         | 
| 39 44 |  | 
| 40 45 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
         | 
| 41 | 
            -
            msgid " | 
| 46 | 
            +
            msgid ""
         | 
| 47 | 
            +
            "Failed to update environments and Puppet classes from the on-disk Puppet "
         | 
| 48 | 
            +
            "installation: %s"
         | 
| 42 49 | 
             
            msgstr ""
         | 
| 43 50 |  | 
| 44 51 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
         | 
| 45 | 
            -
            msgid " | 
| 52 | 
            +
            msgid ""
         | 
| 53 | 
            +
            "No smart proxy was found to import environments from, ensure that at least "
         | 
| 54 | 
            +
            "one smart proxy is registered with the 'puppet' feature"
         | 
| 46 55 | 
             
            msgstr ""
         | 
| 47 56 |  | 
| 48 57 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
         | 
| @@ -73,40 +82,51 @@ msgstr "" | |
| 73 82 | 
             
            msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
         | 
| 74 83 | 
             
            msgstr ""
         | 
| 75 84 |  | 
| 76 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 | 
| 85 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
         | 
| 86 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
         | 
| 77 87 | 
             
            msgid "ID of associated puppet Environment"
         | 
| 78 88 | 
             
            msgstr ""
         | 
| 79 89 |  | 
| 80 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 | 
| 90 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
         | 
| 91 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
         | 
| 81 92 | 
             
            msgid "IDs of associated Puppetclasses"
         | 
| 82 93 | 
             
            msgstr ""
         | 
| 83 94 |  | 
| 84 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 | 
| 95 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
         | 
| 96 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
         | 
| 85 97 | 
             
            msgid "IDs of associated ConfigGroups"
         | 
| 86 98 | 
             
            msgstr ""
         | 
| 87 99 |  | 
| 88 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 100 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
         | 
| 89 101 | 
             
            msgid "Import puppet classes from puppet proxy"
         | 
| 90 102 | 
             
            msgstr "Importovat puppet třídy z puppet proxy"
         | 
| 91 103 |  | 
| 92 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 104 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
         | 
| 105 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
         | 
| 93 106 | 
             
            msgid "Import puppet classes from puppet proxy for an environment"
         | 
| 94 107 | 
             
            msgstr "Importovat puppet třídy z puppet proxy pro Environment"
         | 
| 95 108 |  | 
| 96 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 97 | 
            -
            msgid " | 
| 109 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
         | 
| 110 | 
            +
            msgid ""
         | 
| 111 | 
            +
            "Optional comma-delimited stringcontaining either 'new', 'updated', or "
         | 
| 112 | 
            +
            "'obsolete'that is used to limit the imported Puppet classes"
         | 
| 98 113 | 
             
            msgstr ""
         | 
| 99 114 |  | 
| 100 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 101 | 
            -
            msgid " | 
| 115 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
         | 
| 116 | 
            +
            msgid ""
         | 
| 117 | 
            +
            "Failed to update the environments and Puppet classes from the on-disk puppet"
         | 
| 118 | 
            +
            " installation: %s"
         | 
| 102 119 | 
             
            msgstr ""
         | 
| 103 120 |  | 
| 104 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 121 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
         | 
| 105 122 | 
             
            msgid "The requested environment cannot be found."
         | 
| 106 123 | 
             
            msgstr ""
         | 
| 107 124 |  | 
| 108 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 109 | 
            -
             | 
| 125 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
         | 
| 126 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
         | 
| 127 | 
            +
            msgid ""
         | 
| 128 | 
            +
            "No proxy found to import classes from, ensure that the smart proxy has the "
         | 
| 129 | 
            +
            "Puppet feature enabled."
         | 
| 110 130 | 
             
            msgstr ""
         | 
| 111 131 |  | 
| 112 132 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
         | 
| @@ -133,7 +153,9 @@ msgstr "" | |
| 133 153 | 
             
            msgid "environment id"
         | 
| 134 154 | 
             
            msgstr "identifikátor prostředí"
         | 
| 135 155 |  | 
| 136 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 | 
| 156 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
         | 
| 157 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
         | 
| 158 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
         | 
| 137 159 | 
             
            msgid "ID of environment"
         | 
| 138 160 | 
             
            msgstr "Identifikátor prostředí"
         | 
| 139 161 |  | 
| @@ -157,7 +179,8 @@ msgstr "" | |
| 157 179 | 
             
            msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
         | 
| 158 180 | 
             
            msgstr ""
         | 
| 159 181 |  | 
| 160 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 | 
| 182 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
         | 
| 183 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
         | 
| 161 184 | 
             
            msgid "No environment selected!"
         | 
| 162 185 | 
             
            msgstr "Nevybráno prostředí!"
         | 
| 163 186 |  | 
| @@ -185,18 +208,24 @@ msgstr "" | |
| 185 208 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
         | 
| 186 209 | 
             
            msgstr ""
         | 
| 187 210 |  | 
| 188 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 | 
| 211 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
         | 
| 212 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
         | 
| 189 213 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was cleared."
         | 
| 190 214 | 
             
            msgstr ""
         | 
| 191 215 |  | 
| 192 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 | 
| 216 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
         | 
| 217 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
         | 
| 193 218 | 
             
            msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
         | 
| 194 | 
            -
            msgid_plural " | 
| 219 | 
            +
            msgid_plural ""
         | 
| 220 | 
            +
            "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
         | 
| 195 221 | 
             
            msgstr[0] ""
         | 
| 196 222 | 
             
            msgstr[1] ""
         | 
| 223 | 
            +
            msgstr[2] ""
         | 
| 224 | 
            +
            msgstr[3] ""
         | 
| 197 225 |  | 
| 198 226 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
         | 
| 199 | 
            -
            msgid " | 
| 227 | 
            +
            msgid ""
         | 
| 228 | 
            +
            "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
         | 
| 200 229 | 
             
            msgstr ""
         | 
| 201 230 |  | 
| 202 231 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
         | 
| @@ -243,7 +272,12 @@ msgstr "" | |
| 243 272 | 
             
            msgid "List environments per organization"
         | 
| 244 273 | 
             
            msgstr ""
         | 
| 245 274 |  | 
| 246 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 | 
| 275 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
         | 
| 276 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
         | 
| 277 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
         | 
| 278 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
         | 
| 279 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
         | 
| 280 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
         | 
| 247 281 | 
             
            msgid "ID of Puppet class"
         | 
| 248 282 | 
             
            msgstr "Identifikátor puppet třídy"
         | 
| 249 283 |  | 
| @@ -271,7 +305,10 @@ msgstr "Vypsat všechny identifikátory Puppet tříd pro hostitele" | |
| 271 305 | 
             
            msgid "Add a Puppet class to host"
         | 
| 272 306 | 
             
            msgstr "Přidat hostiteli Puppet třídu"
         | 
| 273 307 |  | 
| 274 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 | 
| 308 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
         | 
| 309 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
         | 
| 310 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
         | 
| 311 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
         | 
| 275 312 | 
             
            msgid "ID of host"
         | 
| 276 313 | 
             
            msgstr "Identifikátor stroje"
         | 
| 277 314 |  | 
| @@ -287,7 +324,10 @@ msgstr "" | |
| 287 324 | 
             
            msgid "Add a Puppet class to host group"
         | 
| 288 325 | 
             
            msgstr "Přidat skupině hostitelů puppet třídu"
         | 
| 289 326 |  | 
| 290 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 | 
| 327 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
         | 
| 328 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
         | 
| 329 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
         | 
| 330 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
         | 
| 291 331 | 
             
            msgid "ID of host group"
         | 
| 292 332 | 
             
            msgstr "Identifikátor skupiny strojů"
         | 
| 293 333 |  | 
| @@ -299,7 +339,10 @@ msgstr "" | |
| 299 339 | 
             
            msgid "List of override values for a specific smart class parameter"
         | 
| 300 340 | 
             
            msgstr ""
         | 
| 301 341 |  | 
| 302 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 | 
| 342 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
         | 
| 343 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
         | 
| 344 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
         | 
| 345 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
         | 
| 303 346 | 
             
            msgid "Display hidden values"
         | 
| 304 347 | 
             
            msgstr "Zobrazit skryté hodnoty"
         | 
| 305 348 |  | 
| @@ -400,7 +443,9 @@ msgid "List of smart class parameters for a specific environment" | |
| 400 443 | 
             
            msgstr ""
         | 
| 401 444 |  | 
| 402 445 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
         | 
| 403 | 
            -
            msgid " | 
| 446 | 
            +
            msgid ""
         | 
| 447 | 
            +
            "List of smart class parameters for a specific environment/Puppet class "
         | 
| 448 | 
            +
            "combination"
         | 
| 404 449 | 
             
            msgstr ""
         | 
| 405 450 |  | 
| 406 451 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
         | 
| @@ -428,10 +473,13 @@ msgid "When enabled the parameter is hidden in the UI" | |
| 428 473 | 
             
            msgstr ""
         | 
| 429 474 |  | 
| 430 475 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
         | 
| 431 | 
            -
            msgid " | 
| 476 | 
            +
            msgid ""
         | 
| 477 | 
            +
            "Foreman will not send this parameter in classification output.Puppet will "
         | 
| 478 | 
            +
            "use the value defined in the Puppet manifest for this parameter"
         | 
| 432 479 | 
             
            msgstr ""
         | 
| 433 480 |  | 
| 434 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 | 
| 481 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
         | 
| 482 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
         | 
| 435 483 | 
             
            msgid "The order in which values are resolved"
         | 
| 436 484 | 
             
            msgstr "Pořadí ve kterém jsou hodnoty řešeny"
         | 
| 437 485 |  | 
| @@ -448,7 +496,9 @@ msgid "Types of variable values" | |
| 448 496 | 
             
            msgstr "Typy hodnot proměnné"
         | 
| 449 497 |  | 
| 450 498 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
         | 
| 451 | 
            -
            msgid " | 
| 499 | 
            +
            msgid ""
         | 
| 500 | 
            +
            "If true, will raise an error if there is no default value and no matcher "
         | 
| 501 | 
            +
            "provide a value"
         | 
| 452 502 | 
             
            msgstr ""
         | 
| 453 503 |  | 
| 454 504 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
         | 
| @@ -468,14 +518,17 @@ msgid "Successfully overridden all parameters of Puppet class %s" | |
| 468 518 | 
             
            msgstr ""
         | 
| 469 519 |  | 
| 470 520 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
         | 
| 471 | 
            -
            msgid " | 
| 521 | 
            +
            msgid ""
         | 
| 522 | 
            +
            "Successfully reset all parameters of Puppet class %s to their default values"
         | 
| 472 523 | 
             
            msgstr ""
         | 
| 473 524 |  | 
| 474 525 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
         | 
| 475 526 | 
             
            msgid "No parameters to override for Puppet class %s"
         | 
| 476 527 | 
             
            msgstr ""
         | 
| 477 528 |  | 
| 478 | 
            -
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13 | 
| 529 | 
            +
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13
         | 
| 530 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:5
         | 
| 531 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:9
         | 
| 479 532 | 
             
            msgid "Create Puppet Environment"
         | 
| 480 533 | 
             
            msgstr "Vytvořit puppet prostředí"
         | 
| 481 534 |  | 
| @@ -532,7 +585,9 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>" | |
| 532 585 | 
             
            msgstr ""
         | 
| 533 586 |  | 
| 534 587 | 
             
            #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
         | 
| 535 | 
            -
            msgid " | 
| 588 | 
            +
            msgid ""
         | 
| 589 | 
            +
            "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
         | 
| 590 | 
            +
            " will be empty.</i><br/>"
         | 
| 536 591 | 
             
            msgstr ""
         | 
| 537 592 |  | 
| 538 593 | 
             
            #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
         | 
| @@ -568,8 +623,11 @@ msgid "%{name} has %{num_tag} class" | |
| 568 623 | 
             
            msgid_plural "%{name} has %{num_tag} classes"
         | 
| 569 624 | 
             
            msgstr[0] ""
         | 
| 570 625 | 
             
            msgstr[1] ""
         | 
| 626 | 
            +
            msgstr[2] ""
         | 
| 627 | 
            +
            msgstr[3] ""
         | 
| 571 628 |  | 
| 572 | 
            -
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 | 
| 629 | 
            +
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
         | 
| 630 | 
            +
            #: ../webpack/src/foreman_class_edit.js:55
         | 
| 573 631 | 
             
            msgid "Click to remove %s"
         | 
| 574 632 | 
             
            msgstr "%s odeberete kliknutím"
         | 
| 575 633 |  | 
| @@ -577,7 +635,8 @@ msgstr "%s odeberete kliknutím" | |
| 577 635 | 
             
            msgid "Click to add %s"
         | 
| 578 636 | 
             
            msgstr "%s přidáte kliknutím"
         | 
| 579 637 |  | 
| 580 | 
            -
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 | 
| 638 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
         | 
| 639 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
         | 
| 581 640 | 
             
            msgid "None"
         | 
| 582 641 | 
             
            msgstr "Žádné"
         | 
| 583 642 |  | 
| @@ -612,7 +671,9 @@ msgid "Operating system default" | |
| 612 671 | 
             
            msgstr "Výchozí operačnímu systému"
         | 
| 613 672 |  | 
| 614 673 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
         | 
| 615 | 
            -
            msgid " | 
| 674 | 
            +
            msgid ""
         | 
| 675 | 
            +
            "The final entry, Operating System default, can be set by editing the %s "
         | 
| 676 | 
            +
            "page."
         | 
| 616 677 | 
             
            msgstr ""
         | 
| 617 678 |  | 
| 618 679 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
         | 
| @@ -628,16 +689,24 @@ msgid "%{puppetclass} does not belong to the %{environment} environment" | |
| 628 689 | 
             
            msgstr ""
         | 
| 629 690 |  | 
| 630 691 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
         | 
| 631 | 
            -
            msgid " | 
| 632 | 
            -
             | 
| 692 | 
            +
            msgid ""
         | 
| 693 | 
            +
            "Failed to import %{klass} for %{name}: doesn't exists in our database - "
         | 
| 694 | 
            +
            "ignoring"
         | 
| 695 | 
            +
            msgstr ""
         | 
| 696 | 
            +
            "Nepodařilo se importovat %{klass} pro %{name}: neexistuje v databázi – bude "
         | 
| 697 | 
            +
            "ignorováno"
         | 
| 633 698 |  | 
| 634 699 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
         | 
| 635 | 
            -
            msgid " | 
| 700 | 
            +
            msgid ""
         | 
| 701 | 
            +
            "with id %{object_id} doesn't exist or is not assigned to proper organization"
         | 
| 702 | 
            +
            " and/or location"
         | 
| 636 703 | 
             
            msgstr ""
         | 
| 637 704 |  | 
| 638 705 | 
             
            #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
         | 
| 639 706 | 
             
            msgid "must be true to edit the parameter"
         | 
| 640 | 
            -
            msgstr " | 
| 707 | 
            +
            msgstr ""
         | 
| 708 | 
            +
            "aby bylo možné parametr upravovat, je třeba, aby bylo nastaveno na true "
         | 
| 709 | 
            +
            "(pravda)"
         | 
| 641 710 |  | 
| 642 711 | 
             
            #: ../app/services/foreman_puppet/input_type/puppet_parameter_input.rb:24
         | 
| 643 712 | 
             
            msgid "Puppet parameter"
         | 
| @@ -687,7 +756,11 @@ msgstr "Zaškrtnout / zrušit zaškrtnutí zastaralých" | |
| 687 756 | 
             
            msgid "Check/Uncheck all"
         | 
| 688 757 | 
             
            msgstr "Zaškrtnout / zrušit zaškrtnutí všeho"
         | 
| 689 758 |  | 
| 690 | 
            -
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 | 
| 759 | 
            +
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
         | 
| 760 | 
            +
            #: ../app/views/foreman_puppet/environments/_form.html.erb:4
         | 
| 761 | 
            +
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
         | 
| 762 | 
            +
            #: ../app/views/hosts/select_multiple_environment.html.erb:7
         | 
| 763 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 691 764 | 
             
            msgid "Environment"
         | 
| 692 765 | 
             
            msgstr "Prostředí"
         | 
| 693 766 |  | 
| @@ -727,19 +800,20 @@ msgstr "Storno" | |
| 727 800 | 
             
            msgid "Update"
         | 
| 728 801 | 
             
            msgstr "Aktualizovat"
         | 
| 729 802 |  | 
| 730 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 803 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
         | 
| 731 804 | 
             
            msgid "included already from parent"
         | 
| 732 805 | 
             
            msgstr "už zahrnuto od nadřazeného"
         | 
| 733 806 |  | 
| 734 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 807 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 808 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 735 809 | 
             
            msgid "Remove"
         | 
| 736 810 | 
             
            msgstr "Odebrat"
         | 
| 737 811 |  | 
| 738 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 812 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 739 813 | 
             
            msgid "Add"
         | 
| 740 814 | 
             
            msgstr "Přidat"
         | 
| 741 815 |  | 
| 742 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 816 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
         | 
| 743 817 | 
             
            msgid "%s is not in environment"
         | 
| 744 818 | 
             
            msgstr "%s není prostředí"
         | 
| 745 819 |  | 
| @@ -751,40 +825,57 @@ msgstr "Včetně skupin nastavení" | |
| 751 825 | 
             
            msgid "Available Config Groups"
         | 
| 752 826 | 
             
            msgstr "Skupiny nastavení k dispozici"
         | 
| 753 827 |  | 
| 754 | 
            -
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 | 
| 828 | 
            +
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
         | 
| 829 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:1
         | 
| 830 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
         | 
| 755 831 | 
             
            msgid "Edit %s"
         | 
| 756 832 | 
             
            msgstr "Upravit %s"
         | 
| 757 833 |  | 
| 758 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 | 
| 834 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
         | 
| 835 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
         | 
| 836 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
         | 
| 837 | 
            +
            #: ../lib/foreman_puppet/register.rb:171
         | 
| 759 838 | 
             
            msgid "Config Groups"
         | 
| 760 839 | 
             
            msgstr ""
         | 
| 761 840 |  | 
| 762 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 | 
| 841 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
         | 
| 842 | 
            +
            #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
         | 
| 843 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
         | 
| 763 844 | 
             
            msgid "Create Config Group"
         | 
| 764 845 | 
             
            msgstr ""
         | 
| 765 846 |  | 
| 766 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 | 
| 847 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
         | 
| 848 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
         | 
| 767 849 | 
             
            msgid "Puppet Classes"
         | 
| 768 850 | 
             
            msgstr "Puppet třídy"
         | 
| 769 851 |  | 
| 770 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 | 
| 852 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
         | 
| 853 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:9
         | 
| 854 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
         | 
| 771 855 | 
             
            msgid "Hosts"
         | 
| 772 856 | 
             
            msgstr "Stroje"
         | 
| 773 857 |  | 
| 774 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 | 
| 858 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
         | 
| 859 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
         | 
| 775 860 | 
             
            msgid "Host Groups"
         | 
| 776 861 | 
             
            msgstr "Skupiny hostitelů"
         | 
| 777 862 |  | 
| 778 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 | 
| 863 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
         | 
| 864 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:10
         | 
| 865 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
         | 
| 779 866 | 
             
            msgid "Actions"
         | 
| 780 867 | 
             
            msgstr "Akce"
         | 
| 781 868 |  | 
| 782 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 | 
| 869 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
         | 
| 870 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
         | 
| 783 871 | 
             
            msgid "Delete %s?"
         | 
| 784 872 | 
             
            msgstr "Smazat %s?"
         | 
| 785 873 |  | 
| 786 874 | 
             
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
         | 
| 787 | 
            -
            msgid " | 
| 875 | 
            +
            msgid ""
         | 
| 876 | 
            +
            "A config group provides a one-step method of associating many Puppet classes"
         | 
| 877 | 
            +
            " to either a host or host group. Typically this would be used to add a "
         | 
| 878 | 
            +
            "particular application profile or stack in one step."
         | 
| 788 879 | 
             
            msgstr ""
         | 
| 789 880 |  | 
| 790 881 | 
             
            #: ../app/views/foreman_puppet/environments/_form.html.erb:6
         | 
| @@ -795,7 +886,9 @@ msgstr "Umístění" | |
| 795 886 | 
             
            msgid "Organizations"
         | 
| 796 887 | 
             
            msgstr "Organizace"
         | 
| 797 888 |  | 
| 798 | 
            -
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5 | 
| 889 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5
         | 
| 890 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:1
         | 
| 891 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:4
         | 
| 799 892 | 
             
            msgid "Puppet Environments"
         | 
| 800 893 | 
             
            msgstr "Puppet prostředí"
         | 
| 801 894 |  | 
| @@ -803,7 +896,8 @@ msgstr "Puppet prostředí" | |
| 803 896 | 
             
            msgid "Environment|Name"
         | 
| 804 897 | 
             
            msgstr "Environment|Název"
         | 
| 805 898 |  | 
| 806 | 
            -
            #: ../app/views/foreman_puppet/environments/index.html.erb:22 | 
| 899 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:22
         | 
| 900 | 
            +
            #: ../lib/foreman_puppet/register.rb:168
         | 
| 807 901 | 
             
            msgid "Classes"
         | 
| 808 902 | 
             
            msgstr "Třídy"
         | 
| 809 903 |  | 
| @@ -811,7 +905,8 @@ msgstr "Třídy" | |
| 811 905 | 
             
            msgid "Create Environment"
         | 
| 812 906 | 
             
            msgstr "Vytvořit prostředí"
         | 
| 813 907 |  | 
| 814 | 
            -
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 | 
| 908 | 
            +
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
         | 
| 909 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
         | 
| 815 910 | 
             
            msgid "Puppet environments"
         | 
| 816 911 | 
             
            msgstr "Puppet prostředí"
         | 
| 817 912 |  | 
| @@ -828,10 +923,15 @@ msgid "No environments found" | |
| 828 923 | 
             
            msgstr "Nebylo nalezeno žádné prostředí"
         | 
| 829 924 |  | 
| 830 925 | 
             
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
         | 
| 831 | 
            -
            msgid " | 
| 926 | 
            +
            msgid ""
         | 
| 927 | 
            +
            "There are no puppet environments set up on this puppet master. Please check "
         | 
| 928 | 
            +
            "the puppet master configuration."
         | 
| 832 929 | 
             
            msgstr ""
         | 
| 833 930 |  | 
| 834 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 | 
| 931 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
         | 
| 932 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
         | 
| 933 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
         | 
| 934 | 
            +
            #: ../lib/foreman_puppet/register.rb:174
         | 
| 835 935 | 
             
            msgid "Smart Class Parameters"
         | 
| 836 936 | 
             
            msgstr ""
         | 
| 837 937 |  | 
| @@ -839,7 +939,9 @@ msgstr "" | |
| 839 939 | 
             
            msgid "Parameter"
         | 
| 840 940 | 
             
            msgstr "Parametr"
         | 
| 841 941 |  | 
| 842 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 | 
| 942 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
         | 
| 943 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
         | 
| 944 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
         | 
| 843 945 | 
             
            msgid "Puppet Class"
         | 
| 844 946 | 
             
            msgstr "Puppet třída"
         | 
| 845 947 |  | 
| @@ -848,14 +950,18 @@ msgid "Number of Overrides" | |
| 848 950 | 
             
            msgstr ""
         | 
| 849 951 |  | 
| 850 952 | 
             
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
         | 
| 851 | 
            -
            msgid " | 
| 953 | 
            +
            msgid ""
         | 
| 954 | 
            +
            "Parameterized class support permits detecting, importing, and supplying "
         | 
| 955 | 
            +
            "parameters directly to classes which support it, via the ENC and depending "
         | 
| 956 | 
            +
            "on a set of rules (Smart Matchers)."
         | 
| 852 957 | 
             
            msgstr ""
         | 
| 853 958 |  | 
| 854 959 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
         | 
| 855 960 | 
             
            msgid "Included Classes"
         | 
| 856 961 | 
             
            msgstr "Obsažené třídy"
         | 
| 857 962 |  | 
| 858 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 | 
| 963 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
         | 
| 964 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
         | 
| 859 965 | 
             
            msgid "Not authorized to edit classes"
         | 
| 860 966 | 
             
            msgstr "Neoprávněni upravovat třídy"
         | 
| 861 967 |  | 
| @@ -871,7 +977,8 @@ msgstr "Třídy k dispozici" | |
| 871 977 | 
             
            msgid "Filter classes"
         | 
| 872 978 | 
             
            msgstr "Filtrovat třídy"
         | 
| 873 979 |  | 
| 874 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 | 
| 980 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
         | 
| 981 | 
            +
            #: ../webpack/src/foreman_class_edit.js:84
         | 
| 875 982 | 
             
            msgid "belongs to config group"
         | 
| 876 983 | 
             
            msgstr "náleží do skupiny nastavení"
         | 
| 877 984 |  | 
| @@ -888,7 +995,9 @@ msgid "Omit" | |
| 888 995 | 
             
            msgstr "Vynechat"
         | 
| 889 996 |  | 
| 890 997 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
         | 
| 891 | 
            -
            msgid " | 
| 998 | 
            +
            msgid ""
         | 
| 999 | 
            +
            "The class could not be saved because of an error in one of the class "
         | 
| 1000 | 
            +
            "parameters."
         | 
| 892 1001 | 
             
            msgstr ""
         | 
| 893 1002 |  | 
| 894 1003 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
         | 
| @@ -904,7 +1013,9 @@ msgid "This Puppet class has no parameters in its signature." | |
| 904 1013 | 
             
            msgstr "Tato Puppet třída nemá žádné parametry ve svém podpisu."
         | 
| 905 1014 |  | 
| 906 1015 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
         | 
| 907 | 
            -
            msgid " | 
| 1016 | 
            +
            msgid ""
         | 
| 1017 | 
            +
            "To update the class signature, go to the Puppet Classes page and select "
         | 
| 1018 | 
            +
            "\"Import\"."
         | 
| 908 1019 | 
             
            msgstr ""
         | 
| 909 1020 |  | 
| 910 1021 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
         | 
| @@ -927,7 +1038,10 @@ msgstr "Upravit puppet třídu %s" | |
| 927 1038 | 
             
            msgid "Puppetclass|Name"
         | 
| 928 1039 | 
             
            msgstr "Puppetclass|Název"
         | 
| 929 1040 |  | 
| 930 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 | 
| 1041 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
         | 
| 1042 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
         | 
| 1043 | 
            +
            #: ../lib/foreman_puppet/register.rb:165
         | 
| 1044 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:21
         | 
| 931 1045 | 
             
            msgid "Environments"
         | 
| 932 1046 | 
             
            msgstr "Prostředí"
         | 
| 933 1047 |  | 
| @@ -948,21 +1062,23 @@ msgid "Set parameters to defaults" | |
| 948 1062 | 
             
            msgstr ""
         | 
| 949 1063 |  | 
| 950 1064 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 951 | 
            -
            msgid " | 
| 1065 | 
            +
            msgid ""
         | 
| 1066 | 
            +
            "This will reset parameters of the class %s to their default values. "
         | 
| 1067 | 
            +
            "Continue?"
         | 
| 952 1068 | 
             
            msgstr ""
         | 
| 953 1069 |  | 
| 954 1070 | 
             
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
         | 
| 955 | 
            -
            msgid "Puppet Class Parameters"
         | 
| 956 | 
            -
            msgstr ""
         | 
| 957 | 
            -
             | 
| 958 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 959 1071 | 
             
            msgid "Notice"
         | 
| 960 1072 | 
             
            msgstr "Upozornění"
         | 
| 961 1073 |  | 
| 962 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb: | 
| 1074 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
         | 
| 963 1075 | 
             
            msgid "Please select an environment first"
         | 
| 964 1076 | 
             
            msgstr "Nejprve vyberte prostředí"
         | 
| 965 1077 |  | 
| 1078 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 1079 | 
            +
            msgid "Puppet Class Parameters"
         | 
| 1080 | 
            +
            msgstr ""
         | 
| 1081 | 
            +
             | 
| 966 1082 | 
             
            #: ../app/views/hosts/select_multiple_environment.html.erb:4
         | 
| 967 1083 | 
             
            msgid "Select environment"
         | 
| 968 1084 | 
             
            msgstr "Vybrat prostředí"
         | 
| @@ -991,28 +1107,21 @@ msgstr "" | |
| 991 1107 | 
             
            msgid "Add Combination"
         | 
| 992 1108 | 
             
            msgstr "Přidat kombinaci"
         | 
| 993 1109 |  | 
| 994 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 | 
| 1110 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
         | 
| 995 1111 | 
             
            msgid "General"
         | 
| 996 1112 | 
             
            msgstr "Obecné"
         | 
| 997 1113 |  | 
| 998 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 | 
| 1114 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
         | 
| 999 1115 | 
             
            msgid "Hosts managed:"
         | 
| 1000 1116 | 
             
            msgstr "Spravované stroje:"
         | 
| 1001 1117 |  | 
| 1002 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
         | 
| 1003 | 
            -
            msgid "Certificates"
         | 
| 1004 | 
            -
            msgstr ""
         | 
| 1005 | 
            -
             | 
| 1006 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
         | 
| 1007 | 
            -
            msgid "Autosign entries"
         | 
| 1008 | 
            -
            msgstr ""
         | 
| 1009 | 
            -
             | 
| 1010 1118 | 
             
            #: ../lib/foreman_puppet/register.rb:7
         | 
| 1011 1119 | 
             
            msgid "Facts"
         | 
| 1012 1120 | 
             
            msgstr "Fakta"
         | 
| 1013 1121 |  | 
| 1014 1122 | 
             
            #: ../lib/foreman_puppet/register.rb:10
         | 
| 1015 | 
            -
            msgid " | 
| 1123 | 
            +
            msgid ""
         | 
| 1124 | 
            +
            "Foreman will default to this puppet environment if it cannot auto detect one"
         | 
| 1016 1125 | 
             
            msgstr ""
         | 
| 1017 1126 |  | 
| 1018 1127 | 
             
            #: ../lib/foreman_puppet/register.rb:12
         | 
| @@ -1020,7 +1129,10 @@ msgid "Default Puppet environment" | |
| 1020 1129 | 
             
            msgstr ""
         | 
| 1021 1130 |  | 
| 1022 1131 | 
             
            #: ../lib/foreman_puppet/register.rb:16
         | 
| 1023 | 
            -
            msgid " | 
| 1132 | 
            +
            msgid ""
         | 
| 1133 | 
            +
            "Foreman will explicitly set the puppet environment in the ENC yaml output. "
         | 
| 1134 | 
            +
            "This will avoid conflicts between the environment in puppet.conf and the "
         | 
| 1135 | 
            +
            "environment set in Foreman"
         | 
| 1024 1136 | 
             
            msgstr ""
         | 
| 1025 1137 |  | 
| 1026 1138 | 
             
            #: ../lib/foreman_puppet/register.rb:19
         | 
| @@ -1040,7 +1152,9 @@ msgid "Config Management" | |
| 1040 1152 | 
             
            msgstr "Správa nastavení"
         | 
| 1041 1153 |  | 
| 1042 1154 | 
             
            #: ../lib/foreman_puppet/register.rb:30
         | 
| 1043 | 
            -
            msgid " | 
| 1155 | 
            +
            msgid ""
         | 
| 1156 | 
            +
            "Duration in minutes after servers reporting via Puppet are classed as out of"
         | 
| 1157 | 
            +
            " sync."
         | 
| 1044 1158 | 
             
            msgstr ""
         | 
| 1045 1159 |  | 
| 1046 1160 | 
             
            #: ../lib/foreman_puppet/register.rb:32
         | 
| @@ -1048,21 +1162,19 @@ msgid "Puppet interval" | |
| 1048 1162 | 
             
            msgstr ""
         | 
| 1049 1163 |  | 
| 1050 1164 | 
             
            #: ../lib/foreman_puppet/register.rb:35
         | 
| 1051 | 
            -
            msgid " | 
| 1165 | 
            +
            msgid ""
         | 
| 1166 | 
            +
            "Disable host configuration status turning to out of sync for %s after report"
         | 
| 1167 | 
            +
            " does not arrive within configured interval"
         | 
| 1052 1168 | 
             
            msgstr ""
         | 
| 1053 1169 |  | 
| 1054 1170 | 
             
            #: ../lib/foreman_puppet/register.rb:37
         | 
| 1055 1171 | 
             
            msgid "%s out of sync disabled"
         | 
| 1056 1172 | 
             
            msgstr ""
         | 
| 1057 1173 |  | 
| 1058 | 
            -
            #: ../lib/foreman_puppet/register.rb: | 
| 1174 | 
            +
            #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
         | 
| 1059 1175 | 
             
            msgid "Puppet ENC"
         | 
| 1060 1176 | 
             
            msgstr ""
         | 
| 1061 1177 |  | 
| 1062 | 
            -
            #: ../webpack/src/Components/Environments/Welcome.js:13
         | 
| 1063 | 
            -
            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>"
         | 
| 1064 | 
            -
            msgstr ""
         | 
| 1065 | 
            -
             | 
| 1066 1178 | 
             
            #: ../webpack/src/foreman_class_edit.js:146
         | 
| 1067 1179 | 
             
            msgid "Click to remove config group"
         | 
| 1068 1180 | 
             
            msgstr "Kliknutím skupinu nastavení odeberete"
         | 
| @@ -1075,10 +1187,6 @@ msgstr "Odebrat" | |
| 1075 1187 | 
             
            msgid "Loading parameters..."
         | 
| 1076 1188 | 
             
            msgstr "Načítání parametrů…"
         | 
| 1077 1189 |  | 
| 1078 | 
            -
            #: ../webpack/src/foreman_puppet_host_form.js:102
         | 
| 1079 | 
            -
            msgid "Some Puppet Classes are unavailable in the selected environment"
         | 
| 1080 | 
            -
            msgstr ""
         | 
| 1081 | 
            -
             | 
| 1082 1190 | 
             
            #: action_names.rb:2
         | 
| 1083 1191 | 
             
            msgid "Action with sub plans"
         | 
| 1084 1192 | 
             
            msgstr "Akce s dílčími plány"
         |