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,17 +2,18 @@ | |
| 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 | 
             
            # sziolkow <sziolkow@gmail.com>, 2021
         | 
| 9 9 | 
             
            # Michał Foryt <michal.foryt@gmail.com>, 2021
         | 
| 10 | 
            -
            #
         | 
| 10 | 
            +
            # 
         | 
| 11 | 
            +
            #, fuzzy
         | 
| 11 12 | 
             
            msgid ""
         | 
| 12 13 | 
             
            msgstr ""
         | 
| 13 | 
            -
            "Project-Id-Version: foreman_puppet  | 
| 14 | 
            +
            "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
         | 
| 14 15 | 
             
            "Report-Msgid-Bugs-To: \n"
         | 
| 15 | 
            -
            "POT-Creation-Date:  | 
| 16 | 
            +
            "POT-Creation-Date: 2021-11-10 11:17+0000\n"
         | 
| 16 17 | 
             
            "PO-Revision-Date: 2021-02-03 16:30+0000\n"
         | 
| 17 18 | 
             
            "Last-Translator: Michał Foryt <michal.foryt@gmail.com>, 2021\n"
         | 
| 18 19 | 
             
            "Language-Team: Polish (https://www.transifex.com/foreman/teams/114/pl/)\n"
         | 
| @@ -20,28 +21,39 @@ msgstr "" | |
| 20 21 | 
             
            "Content-Type: text/plain; charset=UTF-8\n"
         | 
| 21 22 | 
             
            "Content-Transfer-Encoding: 8bit\n"
         | 
| 22 23 | 
             
            "Language: pl\n"
         | 
| 23 | 
            -
            "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12"
         | 
| 24 | 
            -
            " || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n"
         | 
| 25 | 
            -
            "%100>=12 && n%100<=14) ? 2 : 3);\n"
         | 
| 24 | 
            +
            "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
         | 
| 26 25 |  | 
| 27 26 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
         | 
| 28 | 
            -
            msgid " | 
| 27 | 
            +
            msgid ""
         | 
| 28 | 
            +
            "Ignored environment names resulting in booleans found. Please quote strings "
         | 
| 29 | 
            +
            "like true/false and yes/no in config/ignored_environments.yml"
         | 
| 29 30 | 
             
            msgstr ""
         | 
| 30 31 |  | 
| 31 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 | 
| 32 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
         | 
| 33 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
         | 
| 32 34 | 
             
            msgid "No changes to your environments detected"
         | 
| 33 35 | 
             
            msgstr "Brak zmian dla twojego środowiska."
         | 
| 34 36 |  | 
| 35 37 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
         | 
| 36 | 
            -
            msgid " | 
| 37 | 
            -
             | 
| 38 | 
            +
            msgid ""
         | 
| 39 | 
            +
            "Successfully updated environments and Puppet classes from the on-disk Puppet"
         | 
| 40 | 
            +
            " installation"
         | 
| 41 | 
            +
            msgstr ""
         | 
| 42 | 
            +
            "Pomyślnie zaktualizowano środowisko i klasę puppet z instalacji Puppet na "
         | 
| 43 | 
            +
            "dysku"
         | 
| 38 44 |  | 
| 39 45 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
         | 
| 40 | 
            -
            msgid " | 
| 41 | 
            -
             | 
| 46 | 
            +
            msgid ""
         | 
| 47 | 
            +
            "Failed to update environments and Puppet classes from the on-disk Puppet "
         | 
| 48 | 
            +
            "installation: %s"
         | 
| 49 | 
            +
            msgstr ""
         | 
| 50 | 
            +
            "Nie udało się zaktualizować środowisk i klas puppet z instalacji Puppet na "
         | 
| 51 | 
            +
            "dysku: %s"
         | 
| 42 52 |  | 
| 43 53 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
         | 
| 44 | 
            -
            msgid " | 
| 54 | 
            +
            msgid ""
         | 
| 55 | 
            +
            "No smart proxy was found to import environments from, ensure that at least "
         | 
| 56 | 
            +
            "one smart proxy is registered with the 'puppet' feature"
         | 
| 45 57 | 
             
            msgstr ""
         | 
| 46 58 |  | 
| 47 59 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
         | 
| @@ -72,41 +84,56 @@ msgstr "" | |
| 72 84 | 
             
            msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
         | 
| 73 85 | 
             
            msgstr ""
         | 
| 74 86 |  | 
| 75 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 | 
| 87 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
         | 
| 88 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
         | 
| 76 89 | 
             
            msgid "ID of associated puppet Environment"
         | 
| 77 90 | 
             
            msgstr ""
         | 
| 78 91 |  | 
| 79 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 | 
| 92 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
         | 
| 93 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
         | 
| 80 94 | 
             
            msgid "IDs of associated Puppetclasses"
         | 
| 81 95 | 
             
            msgstr ""
         | 
| 82 96 |  | 
| 83 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 | 
| 97 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
         | 
| 98 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
         | 
| 84 99 | 
             
            msgid "IDs of associated ConfigGroups"
         | 
| 85 100 | 
             
            msgstr ""
         | 
| 86 101 |  | 
| 87 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 102 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
         | 
| 88 103 | 
             
            msgid "Import puppet classes from puppet proxy"
         | 
| 89 104 | 
             
            msgstr ""
         | 
| 90 105 |  | 
| 91 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 106 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
         | 
| 107 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
         | 
| 92 108 | 
             
            msgid "Import puppet classes from puppet proxy for an environment"
         | 
| 93 109 | 
             
            msgstr "Import klas puppet ze środowiska puppet proxy."
         | 
| 94 110 |  | 
| 95 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 96 | 
            -
            msgid " | 
| 111 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
         | 
| 112 | 
            +
            msgid ""
         | 
| 113 | 
            +
            "Optional comma-delimited stringcontaining either 'new', 'updated', or "
         | 
| 114 | 
            +
            "'obsolete'that is used to limit the imported Puppet classes"
         | 
| 97 115 | 
             
            msgstr ""
         | 
| 98 116 |  | 
| 99 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 100 | 
            -
            msgid " | 
| 101 | 
            -
             | 
| 117 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
         | 
| 118 | 
            +
            msgid ""
         | 
| 119 | 
            +
            "Failed to update the environments and Puppet classes from the on-disk puppet"
         | 
| 120 | 
            +
            " installation: %s"
         | 
| 121 | 
            +
            msgstr ""
         | 
| 122 | 
            +
            "Nie udało się zaktualizować środowisk i klas puppet z instalacji puppet na "
         | 
| 123 | 
            +
            "dysku: %s"
         | 
| 102 124 |  | 
| 103 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 125 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
         | 
| 104 126 | 
             
            msgid "The requested environment cannot be found."
         | 
| 105 127 | 
             
            msgstr ""
         | 
| 106 128 |  | 
| 107 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 108 | 
            -
             | 
| 109 | 
            -
             | 
| 129 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
         | 
| 130 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
         | 
| 131 | 
            +
            msgid ""
         | 
| 132 | 
            +
            "No proxy found to import classes from, ensure that the smart proxy has the "
         | 
| 133 | 
            +
            "Puppet feature enabled."
         | 
| 134 | 
            +
            msgstr ""
         | 
| 135 | 
            +
            "Nie znaleziono proxy do importowania klas, upewnij się, że inteligentne "
         | 
| 136 | 
            +
            "proxy ma włączoną funkcję puppet."
         | 
| 110 137 |  | 
| 111 138 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
         | 
| 112 139 | 
             
            msgid "List template combination"
         | 
| @@ -132,7 +159,9 @@ msgstr "" | |
| 132 159 | 
             
            msgid "environment id"
         | 
| 133 160 | 
             
            msgstr "id środowiska"
         | 
| 134 161 |  | 
| 135 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 | 
| 162 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
         | 
| 163 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
         | 
| 164 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
         | 
| 136 165 | 
             
            msgid "ID of environment"
         | 
| 137 166 | 
             
            msgstr "ID środowiska"
         | 
| 138 167 |  | 
| @@ -156,7 +185,8 @@ msgstr "" | |
| 156 185 | 
             
            msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
         | 
| 157 186 | 
             
            msgstr ""
         | 
| 158 187 |  | 
| 159 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 | 
| 188 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
         | 
| 189 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
         | 
| 160 190 | 
             
            msgid "No environment selected!"
         | 
| 161 191 | 
             
            msgstr "Nie wybrano środowiska!"
         | 
| 162 192 |  | 
| @@ -184,19 +214,26 @@ msgstr "Nie udało się ustawić %{proxy_type} proxy dla %{host}." | |
| 184 214 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
         | 
| 185 215 | 
             
            msgstr ""
         | 
| 186 216 |  | 
| 187 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 | 
| 217 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
         | 
| 218 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
         | 
| 188 219 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was cleared."
         | 
| 189 220 | 
             
            msgstr "Wyczyszczono %{proxy_type} proxy wybranego hostu."
         | 
| 190 221 |  | 
| 191 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 | 
| 222 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
         | 
| 223 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
         | 
| 192 224 | 
             
            msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
         | 
| 193 | 
            -
            msgid_plural " | 
| 225 | 
            +
            msgid_plural ""
         | 
| 226 | 
            +
            "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
         | 
| 194 227 | 
             
            msgstr[0] ""
         | 
| 195 228 | 
             
            msgstr[1] ""
         | 
| 229 | 
            +
            msgstr[2] ""
         | 
| 230 | 
            +
            msgstr[3] ""
         | 
| 196 231 |  | 
| 197 232 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
         | 
| 198 | 
            -
            msgid " | 
| 199 | 
            -
             | 
| 233 | 
            +
            msgid ""
         | 
| 234 | 
            +
            "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
         | 
| 235 | 
            +
            msgstr ""
         | 
| 236 | 
            +
            "%{proxy_type} proxy wybranego hostu zostało ustawione na %{proxy_name}."
         | 
| 200 237 |  | 
| 201 238 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
         | 
| 202 239 | 
             
            msgid "Puppet"
         | 
| @@ -242,7 +279,12 @@ msgstr "Lista środowisk na lokalizację" | |
| 242 279 | 
             
            msgid "List environments per organization"
         | 
| 243 280 | 
             
            msgstr "Lista środowisk na organizację"
         | 
| 244 281 |  | 
| 245 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 | 
| 282 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
         | 
| 283 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
         | 
| 284 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
         | 
| 285 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
         | 
| 286 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
         | 
| 287 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
         | 
| 246 288 | 
             
            msgid "ID of Puppet class"
         | 
| 247 289 | 
             
            msgstr "ID klasy Puppet"
         | 
| 248 290 |  | 
| @@ -270,7 +312,10 @@ msgstr "Lista wszystkich ID klasy Puppet dla hostów" | |
| 270 312 | 
             
            msgid "Add a Puppet class to host"
         | 
| 271 313 | 
             
            msgstr "Dodaj klasę Puppet do hostu"
         | 
| 272 314 |  | 
| 273 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 | 
| 315 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
         | 
| 316 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
         | 
| 317 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
         | 
| 318 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
         | 
| 274 319 | 
             
            msgid "ID of host"
         | 
| 275 320 | 
             
            msgstr "ID hostu"
         | 
| 276 321 |  | 
| @@ -286,7 +331,10 @@ msgstr "Lista wszystkich ID klasy Puppet dla grupy hostów" | |
| 286 331 | 
             
            msgid "Add a Puppet class to host group"
         | 
| 287 332 | 
             
            msgstr "Dodaj klasę Puppeta do grupy hostów"
         | 
| 288 333 |  | 
| 289 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 | 
| 334 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
         | 
| 335 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
         | 
| 336 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
         | 
| 337 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
         | 
| 290 338 | 
             
            msgid "ID of host group"
         | 
| 291 339 | 
             
            msgstr "ID grupy hostów"
         | 
| 292 340 |  | 
| @@ -298,7 +346,10 @@ msgstr "Usuń klasę Puppet z grupy hostów" | |
| 298 346 | 
             
            msgid "List of override values for a specific smart class parameter"
         | 
| 299 347 | 
             
            msgstr "Lista nadpisanych wartości dla konkretnego parametru smart class"
         | 
| 300 348 |  | 
| 301 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 | 
| 349 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
         | 
| 350 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
         | 
| 351 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
         | 
| 352 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
         | 
| 302 353 | 
             
            msgid "Display hidden values"
         | 
| 303 354 | 
             
            msgstr ""
         | 
| 304 355 |  | 
| @@ -320,11 +371,13 @@ msgstr "" | |
| 320 371 |  | 
| 321 372 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43
         | 
| 322 373 | 
             
            msgid "Create an override value for a specific smart class parameter"
         | 
| 323 | 
            -
            msgstr " | 
| 374 | 
            +
            msgstr ""
         | 
| 375 | 
            +
            "Utwórz wartość nadpisaną dla konkretnego parametru inteligentnej klasy"
         | 
| 324 376 |  | 
| 325 377 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
         | 
| 326 378 | 
             
            msgid "Update an override value for a specific smart class parameter"
         | 
| 327 | 
            -
            msgstr " | 
| 379 | 
            +
            msgstr ""
         | 
| 380 | 
            +
            "Aktualizuj wartość nadpisaną dla konkretnego parametru inteligentnej klasy"
         | 
| 328 381 |  | 
| 329 382 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
         | 
| 330 383 | 
             
            msgid "Delete an override value for a specific smart class parameter"
         | 
| @@ -399,8 +452,12 @@ msgid "List of smart class parameters for a specific environment" | |
| 399 452 | 
             
            msgstr "Lista parametrów inteligentnych klasy dla konkretnego środowiska"
         | 
| 400 453 |  | 
| 401 454 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
         | 
| 402 | 
            -
            msgid " | 
| 403 | 
            -
             | 
| 455 | 
            +
            msgid ""
         | 
| 456 | 
            +
            "List of smart class parameters for a specific environment/Puppet class "
         | 
| 457 | 
            +
            "combination"
         | 
| 458 | 
            +
            msgstr ""
         | 
| 459 | 
            +
            "Lista parametrów inteligentnych klasy dla określonego środowiska / "
         | 
| 460 | 
            +
            "Połączenie klasy Puppet"
         | 
| 404 461 |  | 
| 405 462 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
         | 
| 406 463 | 
             
            msgid "Show a smart class parameter"
         | 
| @@ -412,7 +469,8 @@ msgstr "Aktualizacja parametru inteligentnej klasy" | |
| 412 469 |  | 
| 413 470 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:45
         | 
| 414 471 | 
             
            msgid "Whether the smart class parameter value is managed by Foreman"
         | 
| 415 | 
            -
            msgstr " | 
| 472 | 
            +
            msgstr ""
         | 
| 473 | 
            +
            "Czy inteligentna wartość parametru klasy jest zarządzana przez Foreman"
         | 
| 416 474 |  | 
| 417 475 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:46
         | 
| 418 476 | 
             
            msgid "Description of smart class"
         | 
| @@ -427,10 +485,13 @@ msgid "When enabled the parameter is hidden in the UI" | |
| 427 485 | 
             
            msgstr "Gdy upoważniony parametr jest ukryty e UI"
         | 
| 428 486 |  | 
| 429 487 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
         | 
| 430 | 
            -
            msgid " | 
| 488 | 
            +
            msgid ""
         | 
| 489 | 
            +
            "Foreman will not send this parameter in classification output.Puppet will "
         | 
| 490 | 
            +
            "use the value defined in the Puppet manifest for this parameter"
         | 
| 431 491 | 
             
            msgstr ""
         | 
| 432 492 |  | 
| 433 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 | 
| 493 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
         | 
| 494 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
         | 
| 434 495 | 
             
            msgid "The order in which values are resolved"
         | 
| 435 496 | 
             
            msgstr "Kolejność, w jakiej wartości są rozwiązane"
         | 
| 436 497 |  | 
| @@ -447,8 +508,12 @@ msgid "Types of variable values" | |
| 447 508 | 
             
            msgstr "Rodzaje wartości zmiennych"
         | 
| 448 509 |  | 
| 449 510 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
         | 
| 450 | 
            -
            msgid " | 
| 451 | 
            -
             | 
| 511 | 
            +
            msgid ""
         | 
| 512 | 
            +
            "If true, will raise an error if there is no default value and no matcher "
         | 
| 513 | 
            +
            "provide a value"
         | 
| 514 | 
            +
            msgstr ""
         | 
| 515 | 
            +
            "Jeśli to prawda, zgłosi błąd, jeśli nie ma wartości domyślnej ani podanej "
         | 
| 516 | 
            +
            "dopasowanej wartości"
         | 
| 452 517 |  | 
| 453 518 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
         | 
| 454 519 | 
             
            msgid "Merge all matching values (only array/hash type)"
         | 
| @@ -456,7 +521,8 @@ msgstr "Scalanie wszystkie pasujących wartości (tylko tablica / typ hash)" | |
| 456 521 |  | 
| 457 522 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
         | 
| 458 523 | 
             
            msgid "Include default value when merging all matching values"
         | 
| 459 | 
            -
            msgstr " | 
| 524 | 
            +
            msgstr ""
         | 
| 525 | 
            +
            "Dołącz wartość domyślną podczas łączenia wszystkich pasujących wartości"
         | 
| 460 526 |  | 
| 461 527 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
         | 
| 462 528 | 
             
            msgid "Remove duplicate values (only array type)"
         | 
| @@ -467,14 +533,19 @@ msgid "Successfully overridden all parameters of Puppet class %s" | |
| 467 533 | 
             
            msgstr "Pomyślnie nadpisano wszystkie parametry klasy Puppet %s"
         | 
| 468 534 |  | 
| 469 535 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
         | 
| 470 | 
            -
            msgid " | 
| 471 | 
            -
             | 
| 536 | 
            +
            msgid ""
         | 
| 537 | 
            +
            "Successfully reset all parameters of Puppet class %s to their default values"
         | 
| 538 | 
            +
            msgstr ""
         | 
| 539 | 
            +
            "Pomyślnie zresetowano wszystkie parametry klasy Puppet %s do wartości "
         | 
| 540 | 
            +
            "domyślnych."
         | 
| 472 541 |  | 
| 473 542 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
         | 
| 474 543 | 
             
            msgid "No parameters to override for Puppet class %s"
         | 
| 475 544 | 
             
            msgstr "Brak parametrów przesłaniających dla klasy Puppet %s"
         | 
| 476 545 |  | 
| 477 | 
            -
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13 | 
| 546 | 
            +
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13
         | 
| 547 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:5
         | 
| 548 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:9
         | 
| 478 549 | 
             
            msgid "Create Puppet Environment"
         | 
| 479 550 | 
             
            msgstr ""
         | 
| 480 551 |  | 
| @@ -531,7 +602,9 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>" | |
| 531 602 | 
             
            msgstr "Wymagany parametr nie ma wartości.<br/><b>Proszę nadpisać!</b><br/>"
         | 
| 532 603 |  | 
| 533 604 | 
             
            #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
         | 
| 534 | 
            -
            msgid " | 
| 605 | 
            +
            msgid ""
         | 
| 606 | 
            +
            "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
         | 
| 607 | 
            +
            " will be empty.</i><br/>"
         | 
| 535 608 | 
             
            msgstr ""
         | 
| 536 609 |  | 
| 537 610 | 
             
            #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
         | 
| @@ -567,8 +640,11 @@ msgid "%{name} has %{num_tag} class" | |
| 567 640 | 
             
            msgid_plural "%{name} has %{num_tag} classes"
         | 
| 568 641 | 
             
            msgstr[0] ""
         | 
| 569 642 | 
             
            msgstr[1] ""
         | 
| 643 | 
            +
            msgstr[2] ""
         | 
| 644 | 
            +
            msgstr[3] ""
         | 
| 570 645 |  | 
| 571 | 
            -
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 | 
| 646 | 
            +
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
         | 
| 647 | 
            +
            #: ../webpack/src/foreman_class_edit.js:55
         | 
| 572 648 | 
             
            msgid "Click to remove %s"
         | 
| 573 649 | 
             
            msgstr "Kliknij, aby usunąć %s"
         | 
| 574 650 |  | 
| @@ -576,7 +652,8 @@ msgstr "Kliknij, aby usunąć %s" | |
| 576 652 | 
             
            msgid "Click to add %s"
         | 
| 577 653 | 
             
            msgstr "Kliknij, aby dodać %s"
         | 
| 578 654 |  | 
| 579 | 
            -
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 | 
| 655 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
         | 
| 656 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
         | 
| 580 657 | 
             
            msgid "None"
         | 
| 581 658 | 
             
            msgstr "Brak"
         | 
| 582 659 |  | 
| @@ -611,8 +688,12 @@ msgid "Operating system default" | |
| 611 688 | 
             
            msgstr "Domyślny system operacyjny"
         | 
| 612 689 |  | 
| 613 690 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
         | 
| 614 | 
            -
            msgid " | 
| 615 | 
            -
             | 
| 691 | 
            +
            msgid ""
         | 
| 692 | 
            +
            "The final entry, Operating System default, can be set by editing the %s "
         | 
| 693 | 
            +
            "page."
         | 
| 694 | 
            +
            msgstr ""
         | 
| 695 | 
            +
            "Końcowa pozycja, domyślny system operacyjny, można ustawić poprzez edycję %s"
         | 
| 696 | 
            +
            " strony."
         | 
| 616 697 |  | 
| 617 698 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
         | 
| 618 699 | 
             
            msgid "Operating System"
         | 
| @@ -627,11 +708,17 @@ msgid "%{puppetclass} does not belong to the %{environment} environment" | |
| 627 708 | 
             
            msgstr ""
         | 
| 628 709 |  | 
| 629 710 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
         | 
| 630 | 
            -
            msgid " | 
| 631 | 
            -
             | 
| 711 | 
            +
            msgid ""
         | 
| 712 | 
            +
            "Failed to import %{klass} for %{name}: doesn't exists in our database - "
         | 
| 713 | 
            +
            "ignoring"
         | 
| 714 | 
            +
            msgstr ""
         | 
| 715 | 
            +
            "Nie udało się zaimportować %{klass} dla %{name}: nie istnieje w naszej bazie"
         | 
| 716 | 
            +
            " danych - ignoruj"
         | 
| 632 717 |  | 
| 633 718 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
         | 
| 634 | 
            -
            msgid " | 
| 719 | 
            +
            msgid ""
         | 
| 720 | 
            +
            "with id %{object_id} doesn't exist or is not assigned to proper organization"
         | 
| 721 | 
            +
            " and/or location"
         | 
| 635 722 | 
             
            msgstr ""
         | 
| 636 723 |  | 
| 637 724 | 
             
            #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
         | 
| @@ -686,7 +773,11 @@ msgstr "Zaznacz/ Odznacz nieaktualny " | |
| 686 773 | 
             
            msgid "Check/Uncheck all"
         | 
| 687 774 | 
             
            msgstr "Zaznacz/ Odznacz wszystko"
         | 
| 688 775 |  | 
| 689 | 
            -
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 | 
| 776 | 
            +
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
         | 
| 777 | 
            +
            #: ../app/views/foreman_puppet/environments/_form.html.erb:4
         | 
| 778 | 
            +
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
         | 
| 779 | 
            +
            #: ../app/views/hosts/select_multiple_environment.html.erb:7
         | 
| 780 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 690 781 | 
             
            msgid "Environment"
         | 
| 691 782 | 
             
            msgstr "Środowisko"
         | 
| 692 783 |  | 
| @@ -726,19 +817,20 @@ msgstr "Anuluj" | |
| 726 817 | 
             
            msgid "Update"
         | 
| 727 818 | 
             
            msgstr "Aktualizacja:"
         | 
| 728 819 |  | 
| 729 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 820 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
         | 
| 730 821 | 
             
            msgid "included already from parent"
         | 
| 731 822 | 
             
            msgstr "zawarte już od rodzica"
         | 
| 732 823 |  | 
| 733 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 824 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 825 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 734 826 | 
             
            msgid "Remove"
         | 
| 735 827 | 
             
            msgstr ""
         | 
| 736 828 |  | 
| 737 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 829 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 738 830 | 
             
            msgid "Add"
         | 
| 739 831 | 
             
            msgstr ""
         | 
| 740 832 |  | 
| 741 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 833 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
         | 
| 742 834 | 
             
            msgid "%s is not in environment"
         | 
| 743 835 | 
             
            msgstr "%s nie ma w środowisku"
         | 
| 744 836 |  | 
| @@ -750,40 +842,57 @@ msgstr "Zawiera grupy konfiguracji" | |
| 750 842 | 
             
            msgid "Available Config Groups"
         | 
| 751 843 | 
             
            msgstr "Dostępne grupy konfiguracji"
         | 
| 752 844 |  | 
| 753 | 
            -
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 | 
| 845 | 
            +
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
         | 
| 846 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:1
         | 
| 847 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
         | 
| 754 848 | 
             
            msgid "Edit %s"
         | 
| 755 849 | 
             
            msgstr "Edytuj %s"
         | 
| 756 850 |  | 
| 757 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 | 
| 851 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
         | 
| 852 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
         | 
| 853 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
         | 
| 854 | 
            +
            #: ../lib/foreman_puppet/register.rb:171
         | 
| 758 855 | 
             
            msgid "Config Groups"
         | 
| 759 856 | 
             
            msgstr ""
         | 
| 760 857 |  | 
| 761 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 | 
| 858 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
         | 
| 859 | 
            +
            #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
         | 
| 860 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
         | 
| 762 861 | 
             
            msgid "Create Config Group"
         | 
| 763 862 | 
             
            msgstr ""
         | 
| 764 863 |  | 
| 765 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 | 
| 864 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
         | 
| 865 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
         | 
| 766 866 | 
             
            msgid "Puppet Classes"
         | 
| 767 867 | 
             
            msgstr "Klasy Puppet"
         | 
| 768 868 |  | 
| 769 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 | 
| 869 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
         | 
| 870 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:9
         | 
| 871 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
         | 
| 770 872 | 
             
            msgid "Hosts"
         | 
| 771 873 | 
             
            msgstr "Hosty"
         | 
| 772 874 |  | 
| 773 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 | 
| 875 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
         | 
| 876 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
         | 
| 774 877 | 
             
            msgid "Host Groups"
         | 
| 775 878 | 
             
            msgstr "Grupy hostów"
         | 
| 776 879 |  | 
| 777 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 | 
| 880 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
         | 
| 881 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:10
         | 
| 882 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
         | 
| 778 883 | 
             
            msgid "Actions"
         | 
| 779 884 | 
             
            msgstr "Akcja"
         | 
| 780 885 |  | 
| 781 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 | 
| 886 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
         | 
| 887 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
         | 
| 782 888 | 
             
            msgid "Delete %s?"
         | 
| 783 889 | 
             
            msgstr "Usunąć %s?"
         | 
| 784 890 |  | 
| 785 891 | 
             
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
         | 
| 786 | 
            -
            msgid " | 
| 892 | 
            +
            msgid ""
         | 
| 893 | 
            +
            "A config group provides a one-step method of associating many Puppet classes"
         | 
| 894 | 
            +
            " to either a host or host group. Typically this would be used to add a "
         | 
| 895 | 
            +
            "particular application profile or stack in one step."
         | 
| 787 896 | 
             
            msgstr ""
         | 
| 788 897 |  | 
| 789 898 | 
             
            #: ../app/views/foreman_puppet/environments/_form.html.erb:6
         | 
| @@ -794,7 +903,9 @@ msgstr "Lokalizacje" | |
| 794 903 | 
             
            msgid "Organizations"
         | 
| 795 904 | 
             
            msgstr "Organizacje"
         | 
| 796 905 |  | 
| 797 | 
            -
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5 | 
| 906 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5
         | 
| 907 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:1
         | 
| 908 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:4
         | 
| 798 909 | 
             
            msgid "Puppet Environments"
         | 
| 799 910 | 
             
            msgstr "Środowiska Puppet"
         | 
| 800 911 |  | 
| @@ -802,7 +913,8 @@ msgstr "Środowiska Puppet" | |
| 802 913 | 
             
            msgid "Environment|Name"
         | 
| 803 914 | 
             
            msgstr "Środowisko|Nazwa"
         | 
| 804 915 |  | 
| 805 | 
            -
            #: ../app/views/foreman_puppet/environments/index.html.erb:22 | 
| 916 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:22
         | 
| 917 | 
            +
            #: ../lib/foreman_puppet/register.rb:168
         | 
| 806 918 | 
             
            msgid "Classes"
         | 
| 807 919 | 
             
            msgstr "Klasy"
         | 
| 808 920 |  | 
| @@ -810,7 +922,8 @@ msgstr "Klasy" | |
| 810 922 | 
             
            msgid "Create Environment"
         | 
| 811 923 | 
             
            msgstr ""
         | 
| 812 924 |  | 
| 813 | 
            -
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 | 
| 925 | 
            +
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
         | 
| 926 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
         | 
| 814 927 | 
             
            msgid "Puppet environments"
         | 
| 815 928 | 
             
            msgstr "środowisko Puppet"
         | 
| 816 929 |  | 
| @@ -827,10 +940,17 @@ msgid "No environments found" | |
| 827 940 | 
             
            msgstr "Nie znaleziono środowisk"
         | 
| 828 941 |  | 
| 829 942 | 
             
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
         | 
| 830 | 
            -
            msgid " | 
| 831 | 
            -
             | 
| 943 | 
            +
            msgid ""
         | 
| 944 | 
            +
            "There are no puppet environments set up on this puppet master. Please check "
         | 
| 945 | 
            +
            "the puppet master configuration."
         | 
| 946 | 
            +
            msgstr ""
         | 
| 947 | 
            +
            "Nie ma konfiguracji środowisk Puppet w tym Puppet Master. Proszę sprawdzić "
         | 
| 948 | 
            +
            "konfigurację Puppet Mastera."
         | 
| 832 949 |  | 
| 833 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 | 
| 950 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
         | 
| 951 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
         | 
| 952 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
         | 
| 953 | 
            +
            #: ../lib/foreman_puppet/register.rb:174
         | 
| 834 954 | 
             
            msgid "Smart Class Parameters"
         | 
| 835 955 | 
             
            msgstr ""
         | 
| 836 956 |  | 
| @@ -838,7 +958,9 @@ msgstr "" | |
| 838 958 | 
             
            msgid "Parameter"
         | 
| 839 959 | 
             
            msgstr "Parametr"
         | 
| 840 960 |  | 
| 841 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 | 
| 961 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
         | 
| 962 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
         | 
| 963 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
         | 
| 842 964 | 
             
            msgid "Puppet Class"
         | 
| 843 965 | 
             
            msgstr "Klasa Puppet"
         | 
| 844 966 |  | 
| @@ -847,14 +969,18 @@ msgid "Number of Overrides" | |
| 847 969 | 
             
            msgstr ""
         | 
| 848 970 |  | 
| 849 971 | 
             
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
         | 
| 850 | 
            -
            msgid " | 
| 972 | 
            +
            msgid ""
         | 
| 973 | 
            +
            "Parameterized class support permits detecting, importing, and supplying "
         | 
| 974 | 
            +
            "parameters directly to classes which support it, via the ENC and depending "
         | 
| 975 | 
            +
            "on a set of rules (Smart Matchers)."
         | 
| 851 976 | 
             
            msgstr ""
         | 
| 852 977 |  | 
| 853 978 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
         | 
| 854 979 | 
             
            msgid "Included Classes"
         | 
| 855 980 | 
             
            msgstr "Dołączone klasy"
         | 
| 856 981 |  | 
| 857 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 | 
| 982 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
         | 
| 983 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
         | 
| 858 984 | 
             
            msgid "Not authorized to edit classes"
         | 
| 859 985 | 
             
            msgstr "Brak autoryzacji do edytowania klasy"
         | 
| 860 986 |  | 
| @@ -870,7 +996,8 @@ msgstr "Dostępne klasy" | |
| 870 996 | 
             
            msgid "Filter classes"
         | 
| 871 997 | 
             
            msgstr "Filtruj klasy"
         | 
| 872 998 |  | 
| 873 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 | 
| 999 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
         | 
| 1000 | 
            +
            #: ../webpack/src/foreman_class_edit.js:84
         | 
| 874 1001 | 
             
            msgid "belongs to config group"
         | 
| 875 1002 | 
             
            msgstr "należy do grupy konfiguracji"
         | 
| 876 1003 |  | 
| @@ -887,7 +1014,9 @@ msgid "Omit" | |
| 887 1014 | 
             
            msgstr ""
         | 
| 888 1015 |  | 
| 889 1016 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
         | 
| 890 | 
            -
            msgid " | 
| 1017 | 
            +
            msgid ""
         | 
| 1018 | 
            +
            "The class could not be saved because of an error in one of the class "
         | 
| 1019 | 
            +
            "parameters."
         | 
| 891 1020 | 
             
            msgstr ""
         | 
| 892 1021 |  | 
| 893 1022 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
         | 
| @@ -903,8 +1032,12 @@ msgid "This Puppet class has no parameters in its signature." | |
| 903 1032 | 
             
            msgstr "Ta klasa Puppet nie ma parametrów w jej podpisie."
         | 
| 904 1033 |  | 
| 905 1034 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
         | 
| 906 | 
            -
            msgid " | 
| 907 | 
            -
             | 
| 1035 | 
            +
            msgid ""
         | 
| 1036 | 
            +
            "To update the class signature, go to the Puppet Classes page and select "
         | 
| 1037 | 
            +
            "\"Import\"."
         | 
| 1038 | 
            +
            msgstr ""
         | 
| 1039 | 
            +
            "Aby zaktualizować sygnaturę klasy, przejdź do strony klas Puppet i wybierz "
         | 
| 1040 | 
            +
            "\"Importuj\"."
         | 
| 908 1041 |  | 
| 909 1042 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
         | 
| 910 1043 | 
             
            msgid "Filter by name"
         | 
| @@ -926,7 +1059,10 @@ msgstr "Edytuj klasę Puppet %s" | |
| 926 1059 | 
             
            msgid "Puppetclass|Name"
         | 
| 927 1060 | 
             
            msgstr "KlasaPuppet|Nazwa"
         | 
| 928 1061 |  | 
| 929 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 | 
| 1062 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
         | 
| 1063 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
         | 
| 1064 | 
            +
            #: ../lib/foreman_puppet/register.rb:165
         | 
| 1065 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:21
         | 
| 930 1066 | 
             
            msgid "Environments"
         | 
| 931 1067 | 
             
            msgstr "Środowiska"
         | 
| 932 1068 |  | 
| @@ -940,28 +1076,34 @@ msgstr "Zastąp wszystkie parametry" | |
| 940 1076 |  | 
| 941 1077 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
         | 
| 942 1078 | 
             
            msgid "This will set all parameters of the class %s as overridden. Continue?"
         | 
| 943 | 
            -
            msgstr " | 
| 1079 | 
            +
            msgstr ""
         | 
| 1080 | 
            +
            "Spowoduje to ustawienie wszystkich parametrów klasy %s jako nadpisane. "
         | 
| 1081 | 
            +
            "Kontynuować?"
         | 
| 944 1082 |  | 
| 945 1083 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 946 1084 | 
             
            msgid "Set parameters to defaults"
         | 
| 947 1085 | 
             
            msgstr "Ustaw domyślne wartości parametrów"
         | 
| 948 1086 |  | 
| 949 1087 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 950 | 
            -
            msgid " | 
| 951 | 
            -
             | 
| 952 | 
            -
             | 
| 953 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
         | 
| 954 | 
            -
            msgid "Puppet Class Parameters"
         | 
| 1088 | 
            +
            msgid ""
         | 
| 1089 | 
            +
            "This will reset parameters of the class %s to their default values. "
         | 
| 1090 | 
            +
            "Continue?"
         | 
| 955 1091 | 
             
            msgstr ""
         | 
| 1092 | 
            +
            "Spowoduje to przywrócenie parametrów klasy %s do wartości domyślnych. "
         | 
| 1093 | 
            +
            "Kontynuować?"
         | 
| 956 1094 |  | 
| 957 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb: | 
| 1095 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
         | 
| 958 1096 | 
             
            msgid "Notice"
         | 
| 959 1097 | 
             
            msgstr "Uwaga"
         | 
| 960 1098 |  | 
| 961 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb: | 
| 1099 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
         | 
| 962 1100 | 
             
            msgid "Please select an environment first"
         | 
| 963 1101 | 
             
            msgstr "Proszę najpierw utworzyć środowisko"
         | 
| 964 1102 |  | 
| 1103 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 1104 | 
            +
            msgid "Puppet Class Parameters"
         | 
| 1105 | 
            +
            msgstr ""
         | 
| 1106 | 
            +
             | 
| 965 1107 | 
             
            #: ../app/views/hosts/select_multiple_environment.html.erb:4
         | 
| 966 1108 | 
             
            msgid "Select environment"
         | 
| 967 1109 | 
             
            msgstr "Wybierz środowisko"
         | 
| @@ -990,37 +1132,38 @@ msgstr "" | |
| 990 1132 | 
             
            msgid "Add Combination"
         | 
| 991 1133 | 
             
            msgstr ""
         | 
| 992 1134 |  | 
| 993 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 | 
| 1135 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
         | 
| 994 1136 | 
             
            msgid "General"
         | 
| 995 1137 | 
             
            msgstr "Generalnie"
         | 
| 996 1138 |  | 
| 997 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 | 
| 1139 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
         | 
| 998 1140 | 
             
            msgid "Hosts managed:"
         | 
| 999 1141 | 
             
            msgstr "Zarządzane hosty:"
         | 
| 1000 1142 |  | 
| 1001 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
         | 
| 1002 | 
            -
            msgid "Certificates"
         | 
| 1003 | 
            -
            msgstr ""
         | 
| 1004 | 
            -
             | 
| 1005 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
         | 
| 1006 | 
            -
            msgid "Autosign entries"
         | 
| 1007 | 
            -
            msgstr ""
         | 
| 1008 | 
            -
             | 
| 1009 1143 | 
             
            #: ../lib/foreman_puppet/register.rb:7
         | 
| 1010 1144 | 
             
            msgid "Facts"
         | 
| 1011 1145 | 
             
            msgstr "Fakty"
         | 
| 1012 1146 |  | 
| 1013 1147 | 
             
            #: ../lib/foreman_puppet/register.rb:10
         | 
| 1014 | 
            -
            msgid " | 
| 1015 | 
            -
             | 
| 1148 | 
            +
            msgid ""
         | 
| 1149 | 
            +
            "Foreman will default to this puppet environment if it cannot auto detect one"
         | 
| 1150 | 
            +
            msgstr ""
         | 
| 1151 | 
            +
            "Foreman będzie domyślny do tego środowiska puppet jeśli nie wykryje niczego "
         | 
| 1152 | 
            +
            "innego"
         | 
| 1016 1153 |  | 
| 1017 1154 | 
             
            #: ../lib/foreman_puppet/register.rb:12
         | 
| 1018 1155 | 
             
            msgid "Default Puppet environment"
         | 
| 1019 1156 | 
             
            msgstr "Domyślne środowisko Puppet"
         | 
| 1020 1157 |  | 
| 1021 1158 | 
             
            #: ../lib/foreman_puppet/register.rb:16
         | 
| 1022 | 
            -
            msgid " | 
| 1023 | 
            -
             | 
| 1159 | 
            +
            msgid ""
         | 
| 1160 | 
            +
            "Foreman will explicitly set the puppet environment in the ENC yaml output. "
         | 
| 1161 | 
            +
            "This will avoid conflicts between the environment in puppet.conf and the "
         | 
| 1162 | 
            +
            "environment set in Foreman"
         | 
| 1163 | 
            +
            msgstr ""
         | 
| 1164 | 
            +
            "Foreman będzie jawnie ustawiać środowisko puppet na wyjściu END YAML. "
         | 
| 1165 | 
            +
            "Pozwoli to uniknąć konfliktów między środowiskiem w puppet.conf i "
         | 
| 1166 | 
            +
            "środowiskiem określonym w Foreman"
         | 
| 1024 1167 |  | 
| 1025 1168 | 
             
            #: ../lib/foreman_puppet/register.rb:19
         | 
| 1026 1169 | 
             
            msgid "ENC environment"
         | 
| @@ -1039,7 +1182,9 @@ msgid "Config Management" | |
| 1039 1182 | 
             
            msgstr ""
         | 
| 1040 1183 |  | 
| 1041 1184 | 
             
            #: ../lib/foreman_puppet/register.rb:30
         | 
| 1042 | 
            -
            msgid " | 
| 1185 | 
            +
            msgid ""
         | 
| 1186 | 
            +
            "Duration in minutes after servers reporting via Puppet are classed as out of"
         | 
| 1187 | 
            +
            " sync."
         | 
| 1043 1188 | 
             
            msgstr ""
         | 
| 1044 1189 |  | 
| 1045 1190 | 
             
            #: ../lib/foreman_puppet/register.rb:32
         | 
| @@ -1047,21 +1192,19 @@ msgid "Puppet interval" | |
| 1047 1192 | 
             
            msgstr "interwał Puppet"
         | 
| 1048 1193 |  | 
| 1049 1194 | 
             
            #: ../lib/foreman_puppet/register.rb:35
         | 
| 1050 | 
            -
            msgid " | 
| 1195 | 
            +
            msgid ""
         | 
| 1196 | 
            +
            "Disable host configuration status turning to out of sync for %s after report"
         | 
| 1197 | 
            +
            " does not arrive within configured interval"
         | 
| 1051 1198 | 
             
            msgstr ""
         | 
| 1052 1199 |  | 
| 1053 1200 | 
             
            #: ../lib/foreman_puppet/register.rb:37
         | 
| 1054 1201 | 
             
            msgid "%s out of sync disabled"
         | 
| 1055 1202 | 
             
            msgstr ""
         | 
| 1056 1203 |  | 
| 1057 | 
            -
            #: ../lib/foreman_puppet/register.rb: | 
| 1204 | 
            +
            #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
         | 
| 1058 1205 | 
             
            msgid "Puppet ENC"
         | 
| 1059 1206 | 
             
            msgstr ""
         | 
| 1060 1207 |  | 
| 1061 | 
            -
            #: ../webpack/src/Components/Environments/Welcome.js:13
         | 
| 1062 | 
            -
            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>"
         | 
| 1063 | 
            -
            msgstr ""
         | 
| 1064 | 
            -
             | 
| 1065 1208 | 
             
            #: ../webpack/src/foreman_class_edit.js:146
         | 
| 1066 1209 | 
             
            msgid "Click to remove config group"
         | 
| 1067 1210 | 
             
            msgstr "Kliknij by usunąć grupę konfiguracji"
         | 
| @@ -1074,10 +1217,6 @@ msgstr "Usuń" | |
| 1074 1217 | 
             
            msgid "Loading parameters..."
         | 
| 1075 1218 | 
             
            msgstr "Ładowanie parametrów ..."
         | 
| 1076 1219 |  | 
| 1077 | 
            -
            #: ../webpack/src/foreman_puppet_host_form.js:102
         | 
| 1078 | 
            -
            msgid "Some Puppet Classes are unavailable in the selected environment"
         | 
| 1079 | 
            -
            msgstr ""
         | 
| 1080 | 
            -
             | 
| 1081 1220 | 
             
            #: action_names.rb:2
         | 
| 1082 1221 | 
             
            msgid "Action with sub plans"
         | 
| 1083 1222 | 
             
            msgstr ""
         |