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,7 +2,7 @@ | |
| 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 | 
             
            # Denis Denis <stereodenis@gmail.com>, 2021
         | 
| 8 8 | 
             
            # Alexander Savchenko, 2021
         | 
| @@ -11,42 +11,54 @@ | |
| 11 11 | 
             
            # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
         | 
| 12 12 | 
             
            # Bryan Kearney <bryan.kearney@gmail.com>, 2021
         | 
| 13 13 | 
             
            # Vladimir Pavlov <v.pavlov@i-teco.ru>, 2021
         | 
| 14 | 
            -
            #  | 
| 15 | 
            -
            #
         | 
| 14 | 
            +
            # Pavel Ershov <yosho1@yandex.ru>, 2021
         | 
| 15 | 
            +
            # 
         | 
| 16 | 
            +
            #, fuzzy
         | 
| 16 17 | 
             
            msgid ""
         | 
| 17 18 | 
             
            msgstr ""
         | 
| 18 | 
            -
            "Project-Id-Version: foreman_puppet  | 
| 19 | 
            +
            "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
         | 
| 19 20 | 
             
            "Report-Msgid-Bugs-To: \n"
         | 
| 20 | 
            -
            "POT-Creation-Date:  | 
| 21 | 
            +
            "POT-Creation-Date: 2021-11-10 11:17+0000\n"
         | 
| 21 22 | 
             
            "PO-Revision-Date: 2021-02-03 16:30+0000\n"
         | 
| 22 | 
            -
            "Last-Translator:  | 
| 23 | 
            +
            "Last-Translator: Pavel Ershov <yosho1@yandex.ru>, 2021\n"
         | 
| 23 24 | 
             
            "Language-Team: Russian (https://www.transifex.com/foreman/teams/114/ru/)\n"
         | 
| 24 25 | 
             
            "MIME-Version: 1.0\n"
         | 
| 25 26 | 
             
            "Content-Type: text/plain; charset=UTF-8\n"
         | 
| 26 27 | 
             
            "Content-Transfer-Encoding: 8bit\n"
         | 
| 27 28 | 
             
            "Language: ru\n"
         | 
| 28 | 
            -
            "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
         | 
| 29 | 
            -
            "4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=1"
         | 
| 30 | 
            -
            "1 && n%100<=14)? 2 : 3);\n"
         | 
| 29 | 
            +
            "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
         | 
| 31 30 |  | 
| 32 31 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
         | 
| 33 | 
            -
            msgid " | 
| 32 | 
            +
            msgid ""
         | 
| 33 | 
            +
            "Ignored environment names resulting in booleans found. Please quote strings "
         | 
| 34 | 
            +
            "like true/false and yes/no in config/ignored_environments.yml"
         | 
| 34 35 | 
             
            msgstr ""
         | 
| 35 36 |  | 
| 36 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 | 
| 37 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
         | 
| 38 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
         | 
| 37 39 | 
             
            msgid "No changes to your environments detected"
         | 
| 38 40 | 
             
            msgstr "Нет изменений в окружениях"
         | 
| 39 41 |  | 
| 40 42 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
         | 
| 41 | 
            -
            msgid " | 
| 42 | 
            -
             | 
| 43 | 
            +
            msgid ""
         | 
| 44 | 
            +
            "Successfully updated environments and Puppet classes from the on-disk Puppet"
         | 
| 45 | 
            +
            " installation"
         | 
| 46 | 
            +
            msgstr ""
         | 
| 47 | 
            +
            "Окружения и классы Puppet обновлены в соответствии с дисковой установкой "
         | 
| 48 | 
            +
            "Puppet"
         | 
| 43 49 |  | 
| 44 50 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
         | 
| 45 | 
            -
            msgid " | 
| 46 | 
            -
             | 
| 51 | 
            +
            msgid ""
         | 
| 52 | 
            +
            "Failed to update environments and Puppet classes from the on-disk Puppet "
         | 
| 53 | 
            +
            "installation: %s"
         | 
| 54 | 
            +
            msgstr ""
         | 
| 55 | 
            +
            "Не удалось обновить окружения и классы Puppet в соответствии с дисковой "
         | 
| 56 | 
            +
            "установкой Puppet: %s"
         | 
| 47 57 |  | 
| 48 58 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
         | 
| 49 | 
            -
            msgid " | 
| 59 | 
            +
            msgid ""
         | 
| 60 | 
            +
            "No smart proxy was found to import environments from, ensure that at least "
         | 
| 61 | 
            +
            "one smart proxy is registered with the 'puppet' feature"
         | 
| 50 62 | 
             
            msgstr ""
         | 
| 51 63 |  | 
| 52 64 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
         | 
| @@ -77,41 +89,56 @@ msgstr "" | |
| 77 89 | 
             
            msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
         | 
| 78 90 | 
             
            msgstr ""
         | 
| 79 91 |  | 
| 80 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 | 
| 92 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
         | 
| 93 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
         | 
| 81 94 | 
             
            msgid "ID of associated puppet Environment"
         | 
| 82 95 | 
             
            msgstr ""
         | 
| 83 96 |  | 
| 84 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 | 
| 97 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
         | 
| 98 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
         | 
| 85 99 | 
             
            msgid "IDs of associated Puppetclasses"
         | 
| 86 100 | 
             
            msgstr ""
         | 
| 87 101 |  | 
| 88 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 | 
| 102 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
         | 
| 103 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
         | 
| 89 104 | 
             
            msgid "IDs of associated ConfigGroups"
         | 
| 90 105 | 
             
            msgstr ""
         | 
| 91 106 |  | 
| 92 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 107 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
         | 
| 93 108 | 
             
            msgid "Import puppet classes from puppet proxy"
         | 
| 94 109 | 
             
            msgstr "Импорт классов puppet из puppet-прокси "
         | 
| 95 110 |  | 
| 96 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 111 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
         | 
| 112 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
         | 
| 97 113 | 
             
            msgid "Import puppet classes from puppet proxy for an environment"
         | 
| 98 114 | 
             
            msgstr "Импорт классов Puppet из прокси Puppet в окружение"
         | 
| 99 115 |  | 
| 100 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 101 | 
            -
            msgid " | 
| 116 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
         | 
| 117 | 
            +
            msgid ""
         | 
| 118 | 
            +
            "Optional comma-delimited stringcontaining either 'new', 'updated', or "
         | 
| 119 | 
            +
            "'obsolete'that is used to limit the imported Puppet classes"
         | 
| 102 120 | 
             
            msgstr ""
         | 
| 103 121 |  | 
| 104 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 105 | 
            -
            msgid " | 
| 106 | 
            -
             | 
| 122 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
         | 
| 123 | 
            +
            msgid ""
         | 
| 124 | 
            +
            "Failed to update the environments and Puppet classes from the on-disk puppet"
         | 
| 125 | 
            +
            " installation: %s"
         | 
| 126 | 
            +
            msgstr ""
         | 
| 127 | 
            +
            "Не удалось обновить окружения и классы Puppet в соответствии с дисковой "
         | 
| 128 | 
            +
            "установкой Puppet: %s"
         | 
| 107 129 |  | 
| 108 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 130 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
         | 
| 109 131 | 
             
            msgid "The requested environment cannot be found."
         | 
| 110 132 | 
             
            msgstr ""
         | 
| 111 133 |  | 
| 112 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 113 | 
            -
             | 
| 114 | 
            -
             | 
| 134 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
         | 
| 135 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
         | 
| 136 | 
            +
            msgid ""
         | 
| 137 | 
            +
            "No proxy found to import classes from, ensure that the smart proxy has the "
         | 
| 138 | 
            +
            "Puppet feature enabled."
         | 
| 139 | 
            +
            msgstr ""
         | 
| 140 | 
            +
            "Не найден прокси для импорта классов. Убедитесь, что в капсуле включены "
         | 
| 141 | 
            +
            "функции Puppet."
         | 
| 115 142 |  | 
| 116 143 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
         | 
| 117 144 | 
             
            msgid "List template combination"
         | 
| @@ -137,7 +164,9 @@ msgstr "" | |
| 137 164 | 
             
            msgid "environment id"
         | 
| 138 165 | 
             
            msgstr "ID окружения"
         | 
| 139 166 |  | 
| 140 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 | 
| 167 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
         | 
| 168 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
         | 
| 169 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
         | 
| 141 170 | 
             
            msgid "ID of environment"
         | 
| 142 171 | 
             
            msgstr "Код окружения"
         | 
| 143 172 |  | 
| @@ -161,7 +190,8 @@ msgstr "" | |
| 161 190 | 
             
            msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
         | 
| 162 191 | 
             
            msgstr ""
         | 
| 163 192 |  | 
| 164 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 | 
| 193 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
         | 
| 194 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
         | 
| 165 195 | 
             
            msgid "No environment selected!"
         | 
| 166 196 | 
             
            msgstr "Окружение не выбрано."
         | 
| 167 197 |  | 
| @@ -189,18 +219,24 @@ msgstr "Не удалось настроить %{proxy_type} в качестве | |
| 189 219 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
         | 
| 190 220 | 
             
            msgstr ""
         | 
| 191 221 |  | 
| 192 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 | 
| 222 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
         | 
| 223 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
         | 
| 193 224 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was cleared."
         | 
| 194 225 | 
             
            msgstr "Прокси %{proxy_type} был удален для выбранных узлов."
         | 
| 195 226 |  | 
| 196 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 | 
| 227 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
         | 
| 228 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
         | 
| 197 229 | 
             
            msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
         | 
| 198 | 
            -
            msgid_plural " | 
| 230 | 
            +
            msgid_plural ""
         | 
| 231 | 
            +
            "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
         | 
| 199 232 | 
             
            msgstr[0] ""
         | 
| 200 233 | 
             
            msgstr[1] ""
         | 
| 234 | 
            +
            msgstr[2] ""
         | 
| 235 | 
            +
            msgstr[3] ""
         | 
| 201 236 |  | 
| 202 237 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
         | 
| 203 | 
            -
            msgid " | 
| 238 | 
            +
            msgid ""
         | 
| 239 | 
            +
            "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
         | 
| 204 240 | 
             
            msgstr "%{proxy_name} был настроен как %{proxy_type} для выбранных узлов."
         | 
| 205 241 |  | 
| 206 242 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
         | 
| @@ -247,7 +283,12 @@ msgstr "Список окружений по местоположениям" | |
| 247 283 | 
             
            msgid "List environments per organization"
         | 
| 248 284 | 
             
            msgstr "Список окружений по организациям"
         | 
| 249 285 |  | 
| 250 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 | 
| 286 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
         | 
| 287 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
         | 
| 288 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
         | 
| 289 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
         | 
| 290 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
         | 
| 291 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
         | 
| 251 292 | 
             
            msgid "ID of Puppet class"
         | 
| 252 293 | 
             
            msgstr "Код класса Puppet"
         | 
| 253 294 |  | 
| @@ -275,7 +316,10 @@ msgstr "Список всех кодов классов Puppet для узла" | |
| 275 316 | 
             
            msgid "Add a Puppet class to host"
         | 
| 276 317 | 
             
            msgstr "Добавить класс Puppet к узлу"
         | 
| 277 318 |  | 
| 278 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 | 
| 319 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
         | 
| 320 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
         | 
| 321 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
         | 
| 322 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
         | 
| 279 323 | 
             
            msgid "ID of host"
         | 
| 280 324 | 
             
            msgstr "Код узла"
         | 
| 281 325 |  | 
| @@ -291,7 +335,10 @@ msgstr "Список всех кодов классов Puppet для групп | |
| 291 335 | 
             
            msgid "Add a Puppet class to host group"
         | 
| 292 336 | 
             
            msgstr "Добавить класс Puppet к группе узлов"
         | 
| 293 337 |  | 
| 294 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 | 
| 338 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
         | 
| 339 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
         | 
| 340 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
         | 
| 341 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
         | 
| 295 342 | 
             
            msgid "ID of host group"
         | 
| 296 343 | 
             
            msgstr "Код группы узлов"
         | 
| 297 344 |  | 
| @@ -303,7 +350,10 @@ msgstr "Удалить класс Puppet из группы узлов" | |
| 303 350 | 
             
            msgid "List of override values for a specific smart class parameter"
         | 
| 304 351 | 
             
            msgstr "Список заменяемых значений для определенного смарт-параметра"
         | 
| 305 352 |  | 
| 306 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 | 
| 353 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
         | 
| 354 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
         | 
| 355 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
         | 
| 356 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
         | 
| 307 357 | 
             
            msgid "Display hidden values"
         | 
| 308 358 | 
             
            msgstr "Показать скрытые значения"
         | 
| 309 359 |  | 
| @@ -389,11 +439,14 @@ msgstr "Список всех переопределяемых классов п | |
| 389 439 |  | 
| 390 440 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:14
         | 
| 391 441 | 
             
            msgid "List of smart class parameters for a specific host"
         | 
| 392 | 
            -
            msgstr " | 
| 442 | 
            +
            msgstr ""
         | 
| 443 | 
            +
            "Список всех переопределяемых классов параметров для определенного узла"
         | 
| 393 444 |  | 
| 394 445 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
         | 
| 395 446 | 
             
            msgid "List of smart class parameters for a specific host group"
         | 
| 396 | 
            -
            msgstr " | 
| 447 | 
            +
            msgstr ""
         | 
| 448 | 
            +
            "Список всех переопределяемых классов параметров для определенной группы "
         | 
| 449 | 
            +
            "узлов"
         | 
| 397 450 |  | 
| 398 451 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
         | 
| 399 452 | 
             
            msgid "List of smart class parameters for a specific Puppet class"
         | 
| @@ -404,8 +457,11 @@ msgid "List of smart class parameters for a specific environment" | |
| 404 457 | 
             
            msgstr "Список смарт-параметров для определенного окружения"
         | 
| 405 458 |  | 
| 406 459 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
         | 
| 407 | 
            -
            msgid " | 
| 408 | 
            -
             | 
| 460 | 
            +
            msgid ""
         | 
| 461 | 
            +
            "List of smart class parameters for a specific environment/Puppet class "
         | 
| 462 | 
            +
            "combination"
         | 
| 463 | 
            +
            msgstr ""
         | 
| 464 | 
            +
            "Список смарт-параметров для определенной комбинации окружение/класс Puppet"
         | 
| 409 465 |  | 
| 410 466 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
         | 
| 411 467 | 
             
            msgid "Show a smart class parameter"
         | 
| @@ -432,10 +488,13 @@ msgid "When enabled the parameter is hidden in the UI" | |
| 432 488 | 
             
            msgstr "Если включено, параметр будет скрыт"
         | 
| 433 489 |  | 
| 434 490 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
         | 
| 435 | 
            -
            msgid " | 
| 491 | 
            +
            msgid ""
         | 
| 492 | 
            +
            "Foreman will not send this parameter in classification output.Puppet will "
         | 
| 493 | 
            +
            "use the value defined in the Puppet manifest for this parameter"
         | 
| 436 494 | 
             
            msgstr ""
         | 
| 437 495 |  | 
| 438 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 | 
| 496 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
         | 
| 497 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
         | 
| 439 498 | 
             
            msgid "The order in which values are resolved"
         | 
| 440 499 | 
             
            msgstr "Порядок обработки значений"
         | 
| 441 500 |  | 
| @@ -445,15 +504,20 @@ msgstr "Типы значений проверок" | |
| 445 504 |  | 
| 446 505 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:53
         | 
| 447 506 | 
             
            msgid "Used to enforce certain values for the parameter values"
         | 
| 448 | 
            -
            msgstr " | 
| 507 | 
            +
            msgstr ""
         | 
| 508 | 
            +
            "Используется для обеспечения определенных значений для значений параметров"
         | 
| 449 509 |  | 
| 450 510 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:55
         | 
| 451 511 | 
             
            msgid "Types of variable values"
         | 
| 452 512 | 
             
            msgstr "Типы значений переменных"
         | 
| 453 513 |  | 
| 454 514 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
         | 
| 455 | 
            -
            msgid " | 
| 456 | 
            -
             | 
| 515 | 
            +
            msgid ""
         | 
| 516 | 
            +
            "If true, will raise an error if there is no default value and no matcher "
         | 
| 517 | 
            +
            "provide a value"
         | 
| 518 | 
            +
            msgstr ""
         | 
| 519 | 
            +
            "Если установлено, вызовет ошибку, если не установлено значение по умолчанию "
         | 
| 520 | 
            +
            "и не найдет поставщик значения"
         | 
| 457 521 |  | 
| 458 522 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
         | 
| 459 523 | 
             
            msgid "Merge all matching values (only array/hash type)"
         | 
| @@ -461,7 +525,9 @@ msgstr "Слить все совпадающие значения (только | |
| 461 525 |  | 
| 462 526 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
         | 
| 463 527 | 
             
            msgid "Include default value when merging all matching values"
         | 
| 464 | 
            -
            msgstr " | 
| 528 | 
            +
            msgstr ""
         | 
| 529 | 
            +
            "При объединении совпадающих значений также включить значение, используемое "
         | 
| 530 | 
            +
            "по умолчанию"
         | 
| 465 531 |  | 
| 466 532 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
         | 
| 467 533 | 
             
            msgid "Remove duplicate values (only array type)"
         | 
| @@ -472,14 +538,17 @@ msgid "Successfully overridden all parameters of Puppet class %s" | |
| 472 538 | 
             
            msgstr "Успешно перезаписаны все параметры в классе Puppet %s"
         | 
| 473 539 |  | 
| 474 540 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
         | 
| 475 | 
            -
            msgid " | 
| 541 | 
            +
            msgid ""
         | 
| 542 | 
            +
            "Successfully reset all parameters of Puppet class %s to their default values"
         | 
| 476 543 | 
             
            msgstr "Исходные значения параметров класса Puppet %s восстановлены."
         | 
| 477 544 |  | 
| 478 545 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
         | 
| 479 546 | 
             
            msgid "No parameters to override for Puppet class %s"
         | 
| 480 547 | 
             
            msgstr "Нет параметров для перезаписи в классе Puppet %s"
         | 
| 481 548 |  | 
| 482 | 
            -
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13 | 
| 549 | 
            +
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13
         | 
| 550 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:5
         | 
| 551 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:9
         | 
| 483 552 | 
             
            msgid "Create Puppet Environment"
         | 
| 484 553 | 
             
            msgstr ""
         | 
| 485 554 |  | 
| @@ -533,10 +602,14 @@ msgstr "" | |
| 533 602 |  | 
| 534 603 | 
             
            #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113
         | 
| 535 604 | 
             
            msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
         | 
| 536 | 
            -
            msgstr " | 
| 605 | 
            +
            msgstr ""
         | 
| 606 | 
            +
            "Обязательный параметр без значения.<br/><b>Необходимо "
         | 
| 607 | 
            +
            "переопределить.</b><br/>"
         | 
| 537 608 |  | 
| 538 609 | 
             
            #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
         | 
| 539 | 
            -
            msgid " | 
| 610 | 
            +
            msgid ""
         | 
| 611 | 
            +
            "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
         | 
| 612 | 
            +
            " will be empty.</i><br/>"
         | 
| 540 613 | 
             
            msgstr ""
         | 
| 541 614 |  | 
| 542 615 | 
             
            #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
         | 
| @@ -572,8 +645,11 @@ msgid "%{name} has %{num_tag} class" | |
| 572 645 | 
             
            msgid_plural "%{name} has %{num_tag} classes"
         | 
| 573 646 | 
             
            msgstr[0] ""
         | 
| 574 647 | 
             
            msgstr[1] ""
         | 
| 648 | 
            +
            msgstr[2] ""
         | 
| 649 | 
            +
            msgstr[3] ""
         | 
| 575 650 |  | 
| 576 | 
            -
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 | 
| 651 | 
            +
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
         | 
| 652 | 
            +
            #: ../webpack/src/foreman_class_edit.js:55
         | 
| 577 653 | 
             
            msgid "Click to remove %s"
         | 
| 578 654 | 
             
            msgstr "Нажмите, чтобы удалить %s"
         | 
| 579 655 |  | 
| @@ -581,7 +657,8 @@ msgstr "Нажмите, чтобы удалить %s" | |
| 581 657 | 
             
            msgid "Click to add %s"
         | 
| 582 658 | 
             
            msgstr "Нажмите, чтобы добавить %s"
         | 
| 583 659 |  | 
| 584 | 
            -
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 | 
| 660 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
         | 
| 661 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
         | 
| 585 662 | 
             
            msgid "None"
         | 
| 586 663 | 
             
            msgstr "Нет"
         | 
| 587 664 |  | 
| @@ -616,8 +693,11 @@ msgid "Operating system default" | |
| 616 693 | 
             
            msgstr "Стандартный для операционной системы"
         | 
| 617 694 |  | 
| 618 695 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
         | 
| 619 | 
            -
            msgid " | 
| 620 | 
            -
             | 
| 696 | 
            +
            msgid ""
         | 
| 697 | 
            +
            "The final entry, Operating System default, can be set by editing the %s "
         | 
| 698 | 
            +
            "page."
         | 
| 699 | 
            +
            msgstr ""
         | 
| 700 | 
            +
            "Стандартный шаблон для операционной системы можно настроить на странице %s."
         | 
| 621 701 |  | 
| 622 702 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
         | 
| 623 703 | 
             
            msgid "Operating System"
         | 
| @@ -632,11 +712,17 @@ msgid "%{puppetclass} does not belong to the %{environment} environment" | |
| 632 712 | 
             
            msgstr ""
         | 
| 633 713 |  | 
| 634 714 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
         | 
| 635 | 
            -
            msgid " | 
| 636 | 
            -
             | 
| 715 | 
            +
            msgid ""
         | 
| 716 | 
            +
            "Failed to import %{klass} for %{name}: doesn't exists in our database - "
         | 
| 717 | 
            +
            "ignoring"
         | 
| 718 | 
            +
            msgstr ""
         | 
| 719 | 
            +
            "Не удалось импортировать %{klass} для %{name}: не найден в нашей базе "
         | 
| 720 | 
            +
            "данных. Игнорируется..."
         | 
| 637 721 |  | 
| 638 722 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
         | 
| 639 | 
            -
            msgid " | 
| 723 | 
            +
            msgid ""
         | 
| 724 | 
            +
            "with id %{object_id} doesn't exist or is not assigned to proper organization"
         | 
| 725 | 
            +
            " and/or location"
         | 
| 640 726 | 
             
            msgstr ""
         | 
| 641 727 |  | 
| 642 728 | 
             
            #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
         | 
| @@ -691,7 +777,11 @@ msgstr "Выбрать устаревшие/Отменить выбор" | |
| 691 777 | 
             
            msgid "Check/Uncheck all"
         | 
| 692 778 | 
             
            msgstr "Выбрать все/Отменить выбор"
         | 
| 693 779 |  | 
| 694 | 
            -
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 | 
| 780 | 
            +
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
         | 
| 781 | 
            +
            #: ../app/views/foreman_puppet/environments/_form.html.erb:4
         | 
| 782 | 
            +
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
         | 
| 783 | 
            +
            #: ../app/views/hosts/select_multiple_environment.html.erb:7
         | 
| 784 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 695 785 | 
             
            msgid "Environment"
         | 
| 696 786 | 
             
            msgstr "Окружение"
         | 
| 697 787 |  | 
| @@ -731,19 +821,20 @@ msgstr "Отмена" | |
| 731 821 | 
             
            msgid "Update"
         | 
| 732 822 | 
             
            msgstr "Обновить"
         | 
| 733 823 |  | 
| 734 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 824 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
         | 
| 735 825 | 
             
            msgid "included already from parent"
         | 
| 736 826 | 
             
            msgstr "унаследована от родителя"
         | 
| 737 827 |  | 
| 738 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 828 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 829 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 739 830 | 
             
            msgid "Remove"
         | 
| 740 831 | 
             
            msgstr "Удалить"
         | 
| 741 832 |  | 
| 742 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 833 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 743 834 | 
             
            msgid "Add"
         | 
| 744 835 | 
             
            msgstr "Добавить"
         | 
| 745 836 |  | 
| 746 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 837 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
         | 
| 747 838 | 
             
            msgid "%s is not in environment"
         | 
| 748 839 | 
             
            msgstr "%s не является окружением"
         | 
| 749 840 |  | 
| @@ -755,40 +846,57 @@ msgstr "Включенные группы конфигурации" | |
| 755 846 | 
             
            msgid "Available Config Groups"
         | 
| 756 847 | 
             
            msgstr "Доступные группы конфигурации"
         | 
| 757 848 |  | 
| 758 | 
            -
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 | 
| 849 | 
            +
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
         | 
| 850 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:1
         | 
| 851 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
         | 
| 759 852 | 
             
            msgid "Edit %s"
         | 
| 760 853 | 
             
            msgstr "Изменить %s"
         | 
| 761 854 |  | 
| 762 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 | 
| 855 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
         | 
| 856 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
         | 
| 857 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
         | 
| 858 | 
            +
            #: ../lib/foreman_puppet/register.rb:171
         | 
| 763 859 | 
             
            msgid "Config Groups"
         | 
| 764 860 | 
             
            msgstr ""
         | 
| 765 861 |  | 
| 766 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 | 
| 862 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
         | 
| 863 | 
            +
            #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
         | 
| 864 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
         | 
| 767 865 | 
             
            msgid "Create Config Group"
         | 
| 768 866 | 
             
            msgstr ""
         | 
| 769 867 |  | 
| 770 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 | 
| 868 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
         | 
| 869 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
         | 
| 771 870 | 
             
            msgid "Puppet Classes"
         | 
| 772 871 | 
             
            msgstr "Классы Puppet"
         | 
| 773 872 |  | 
| 774 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 | 
| 873 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
         | 
| 874 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:9
         | 
| 875 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
         | 
| 775 876 | 
             
            msgid "Hosts"
         | 
| 776 877 | 
             
            msgstr "Узлы"
         | 
| 777 878 |  | 
| 778 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 | 
| 879 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
         | 
| 880 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
         | 
| 779 881 | 
             
            msgid "Host Groups"
         | 
| 780 882 | 
             
            msgstr "Группы узлов"
         | 
| 781 883 |  | 
| 782 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 | 
| 884 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
         | 
| 885 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:10
         | 
| 886 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
         | 
| 783 887 | 
             
            msgid "Actions"
         | 
| 784 888 | 
             
            msgstr "Действия"
         | 
| 785 889 |  | 
| 786 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 | 
| 890 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
         | 
| 891 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
         | 
| 787 892 | 
             
            msgid "Delete %s?"
         | 
| 788 893 | 
             
            msgstr "Удалить %s?"
         | 
| 789 894 |  | 
| 790 895 | 
             
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
         | 
| 791 | 
            -
            msgid " | 
| 896 | 
            +
            msgid ""
         | 
| 897 | 
            +
            "A config group provides a one-step method of associating many Puppet classes"
         | 
| 898 | 
            +
            " to either a host or host group. Typically this would be used to add a "
         | 
| 899 | 
            +
            "particular application profile or stack in one step."
         | 
| 792 900 | 
             
            msgstr ""
         | 
| 793 901 |  | 
| 794 902 | 
             
            #: ../app/views/foreman_puppet/environments/_form.html.erb:6
         | 
| @@ -799,7 +907,9 @@ msgstr "Местоположения" | |
| 799 907 | 
             
            msgid "Organizations"
         | 
| 800 908 | 
             
            msgstr "Организации"
         | 
| 801 909 |  | 
| 802 | 
            -
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5 | 
| 910 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5
         | 
| 911 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:1
         | 
| 912 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:4
         | 
| 803 913 | 
             
            msgid "Puppet Environments"
         | 
| 804 914 | 
             
            msgstr "Окружения Puppet"
         | 
| 805 915 |  | 
| @@ -807,7 +917,8 @@ msgstr "Окружения Puppet" | |
| 807 917 | 
             
            msgid "Environment|Name"
         | 
| 808 918 | 
             
            msgstr "Имя"
         | 
| 809 919 |  | 
| 810 | 
            -
            #: ../app/views/foreman_puppet/environments/index.html.erb:22 | 
| 920 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:22
         | 
| 921 | 
            +
            #: ../lib/foreman_puppet/register.rb:168
         | 
| 811 922 | 
             
            msgid "Classes"
         | 
| 812 923 | 
             
            msgstr "Классы"
         | 
| 813 924 |  | 
| @@ -815,7 +926,8 @@ msgstr "Классы" | |
| 815 926 | 
             
            msgid "Create Environment"
         | 
| 816 927 | 
             
            msgstr ""
         | 
| 817 928 |  | 
| 818 | 
            -
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 | 
| 929 | 
            +
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
         | 
| 930 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
         | 
| 819 931 | 
             
            msgid "Puppet environments"
         | 
| 820 932 | 
             
            msgstr "Окружения Puppet"
         | 
| 821 933 |  | 
| @@ -832,10 +944,17 @@ msgid "No environments found" | |
| 832 944 | 
             
            msgstr "Окружений не найдено."
         | 
| 833 945 |  | 
| 834 946 | 
             
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
         | 
| 835 | 
            -
            msgid " | 
| 836 | 
            -
             | 
| 947 | 
            +
            msgid ""
         | 
| 948 | 
            +
            "There are no puppet environments set up on this puppet master. Please check "
         | 
| 949 | 
            +
            "the puppet master configuration."
         | 
| 950 | 
            +
            msgstr ""
         | 
| 951 | 
            +
            "На этом мастер-сервере Puppet не настроено ни одного окружения Puppet. "
         | 
| 952 | 
            +
            "Проверьте настройки мастер-сервера."
         | 
| 837 953 |  | 
| 838 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 | 
| 954 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
         | 
| 955 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
         | 
| 956 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
         | 
| 957 | 
            +
            #: ../lib/foreman_puppet/register.rb:174
         | 
| 839 958 | 
             
            msgid "Smart Class Parameters"
         | 
| 840 959 | 
             
            msgstr ""
         | 
| 841 960 |  | 
| @@ -843,7 +962,9 @@ msgstr "" | |
| 843 962 | 
             
            msgid "Parameter"
         | 
| 844 963 | 
             
            msgstr "Параметр"
         | 
| 845 964 |  | 
| 846 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 | 
| 965 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
         | 
| 966 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
         | 
| 967 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
         | 
| 847 968 | 
             
            msgid "Puppet Class"
         | 
| 848 969 | 
             
            msgstr "Класс Puppet"
         | 
| 849 970 |  | 
| @@ -852,14 +973,18 @@ msgid "Number of Overrides" | |
| 852 973 | 
             
            msgstr ""
         | 
| 853 974 |  | 
| 854 975 | 
             
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
         | 
| 855 | 
            -
            msgid " | 
| 976 | 
            +
            msgid ""
         | 
| 977 | 
            +
            "Parameterized class support permits detecting, importing, and supplying "
         | 
| 978 | 
            +
            "parameters directly to classes which support it, via the ENC and depending "
         | 
| 979 | 
            +
            "on a set of rules (Smart Matchers)."
         | 
| 856 980 | 
             
            msgstr ""
         | 
| 857 981 |  | 
| 858 982 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
         | 
| 859 983 | 
             
            msgid "Included Classes"
         | 
| 860 984 | 
             
            msgstr "Включенные классы"
         | 
| 861 985 |  | 
| 862 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 | 
| 986 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
         | 
| 987 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
         | 
| 863 988 | 
             
            msgid "Not authorized to edit classes"
         | 
| 864 989 | 
             
            msgstr "Недостаточно разрешений для изменения классов"
         | 
| 865 990 |  | 
| @@ -875,7 +1000,8 @@ msgstr "Доступные классы" | |
| 875 1000 | 
             
            msgid "Filter classes"
         | 
| 876 1001 | 
             
            msgstr "Фильтр классов"
         | 
| 877 1002 |  | 
| 878 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 | 
| 1003 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
         | 
| 1004 | 
            +
            #: ../webpack/src/foreman_class_edit.js:84
         | 
| 879 1005 | 
             
            msgid "belongs to config group"
         | 
| 880 1006 | 
             
            msgstr "принадлежит группе конфигурации"
         | 
| 881 1007 |  | 
| @@ -892,7 +1018,9 @@ msgid "Omit" | |
| 892 1018 | 
             
            msgstr "Пропустить"
         | 
| 893 1019 |  | 
| 894 1020 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
         | 
| 895 | 
            -
            msgid " | 
| 1021 | 
            +
            msgid ""
         | 
| 1022 | 
            +
            "The class could not be saved because of an error in one of the class "
         | 
| 1023 | 
            +
            "parameters."
         | 
| 896 1024 | 
             
            msgstr ""
         | 
| 897 1025 |  | 
| 898 1026 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
         | 
| @@ -908,8 +1036,12 @@ msgid "This Puppet class has no parameters in its signature." | |
| 908 1036 | 
             
            msgstr "Подпись класса Puppet не содержит параметров."
         | 
| 909 1037 |  | 
| 910 1038 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
         | 
| 911 | 
            -
            msgid " | 
| 912 | 
            -
             | 
| 1039 | 
            +
            msgid ""
         | 
| 1040 | 
            +
            "To update the class signature, go to the Puppet Classes page and select "
         | 
| 1041 | 
            +
            "\"Import\"."
         | 
| 1042 | 
            +
            msgstr ""
         | 
| 1043 | 
            +
            "Чтобы обновить подпись, перейдите на страницу классов Puppet и нажмите "
         | 
| 1044 | 
            +
            "«Импорт»."
         | 
| 913 1045 |  | 
| 914 1046 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
         | 
| 915 1047 | 
             
            msgid "Filter by name"
         | 
| @@ -931,7 +1063,10 @@ msgstr "Изменение класса Puppet %s" | |
| 931 1063 | 
             
            msgid "Puppetclass|Name"
         | 
| 932 1064 | 
             
            msgstr "Имя"
         | 
| 933 1065 |  | 
| 934 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 | 
| 1066 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
         | 
| 1067 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
         | 
| 1068 | 
            +
            #: ../lib/foreman_puppet/register.rb:165
         | 
| 1069 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:21
         | 
| 935 1070 | 
             
            msgid "Environments"
         | 
| 936 1071 | 
             
            msgstr "Окружения"
         | 
| 937 1072 |  | 
| @@ -945,28 +1080,31 @@ msgstr "Перезаписать все параметры" | |
| 945 1080 |  | 
| 946 1081 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
         | 
| 947 1082 | 
             
            msgid "This will set all parameters of the class %s as overridden. Continue?"
         | 
| 948 | 
            -
            msgstr " | 
| 1083 | 
            +
            msgstr ""
         | 
| 1084 | 
            +
            "Это установит все параметры класса %s как перезаписываемые. Продолжить?"
         | 
| 949 1085 |  | 
| 950 1086 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 951 1087 | 
             
            msgid "Set parameters to defaults"
         | 
| 952 1088 | 
             
            msgstr "Параметры по умолчанию"
         | 
| 953 1089 |  | 
| 954 1090 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 955 | 
            -
            msgid " | 
| 1091 | 
            +
            msgid ""
         | 
| 1092 | 
            +
            "This will reset parameters of the class %s to their default values. "
         | 
| 1093 | 
            +
            "Continue?"
         | 
| 956 1094 | 
             
            msgstr "Будут восстановлены исходные параметры класса %s. Продолжить?"
         | 
| 957 1095 |  | 
| 958 1096 | 
             
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
         | 
| 959 | 
            -
            msgid "Puppet Class Parameters"
         | 
| 960 | 
            -
            msgstr ""
         | 
| 961 | 
            -
             | 
| 962 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 963 1097 | 
             
            msgid "Notice"
         | 
| 964 1098 | 
             
            msgstr "Примечание"
         | 
| 965 1099 |  | 
| 966 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb: | 
| 1100 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
         | 
| 967 1101 | 
             
            msgid "Please select an environment first"
         | 
| 968 1102 | 
             
            msgstr "Выберите окружение"
         | 
| 969 1103 |  | 
| 1104 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 1105 | 
            +
            msgid "Puppet Class Parameters"
         | 
| 1106 | 
            +
            msgstr ""
         | 
| 1107 | 
            +
             | 
| 970 1108 | 
             
            #: ../app/views/hosts/select_multiple_environment.html.erb:4
         | 
| 971 1109 | 
             
            msgid "Select environment"
         | 
| 972 1110 | 
             
            msgstr "Выберите окружение"
         | 
| @@ -995,37 +1133,37 @@ msgstr "" | |
| 995 1133 | 
             
            msgid "Add Combination"
         | 
| 996 1134 | 
             
            msgstr "Добавить комбинацию"
         | 
| 997 1135 |  | 
| 998 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 | 
| 1136 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
         | 
| 999 1137 | 
             
            msgid "General"
         | 
| 1000 1138 | 
             
            msgstr "Общие"
         | 
| 1001 1139 |  | 
| 1002 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 | 
| 1140 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
         | 
| 1003 1141 | 
             
            msgid "Hosts managed:"
         | 
| 1004 1142 | 
             
            msgstr "Контролируемые узлы:"
         | 
| 1005 1143 |  | 
| 1006 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
         | 
| 1007 | 
            -
            msgid "Certificates"
         | 
| 1008 | 
            -
            msgstr ""
         | 
| 1009 | 
            -
             | 
| 1010 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
         | 
| 1011 | 
            -
            msgid "Autosign entries"
         | 
| 1012 | 
            -
            msgstr ""
         | 
| 1013 | 
            -
             | 
| 1014 1144 | 
             
            #: ../lib/foreman_puppet/register.rb:7
         | 
| 1015 1145 | 
             
            msgid "Facts"
         | 
| 1016 1146 | 
             
            msgstr "Факты"
         | 
| 1017 1147 |  | 
| 1018 1148 | 
             
            #: ../lib/foreman_puppet/register.rb:10
         | 
| 1019 | 
            -
            msgid " | 
| 1020 | 
            -
             | 
| 1149 | 
            +
            msgid ""
         | 
| 1150 | 
            +
            "Foreman will default to this puppet environment if it cannot auto detect one"
         | 
| 1151 | 
            +
            msgstr ""
         | 
| 1152 | 
            +
            "Окружение Puppet, которое будет выбрано, если Foreman не сможет "
         | 
| 1153 | 
            +
            "автоматически определить окружение"
         | 
| 1021 1154 |  | 
| 1022 1155 | 
             
            #: ../lib/foreman_puppet/register.rb:12
         | 
| 1023 1156 | 
             
            msgid "Default Puppet environment"
         | 
| 1024 1157 | 
             
            msgstr "Окружение Puppet по умолчанию"
         | 
| 1025 1158 |  | 
| 1026 1159 | 
             
            #: ../lib/foreman_puppet/register.rb:16
         | 
| 1027 | 
            -
            msgid " | 
| 1028 | 
            -
             | 
| 1160 | 
            +
            msgid ""
         | 
| 1161 | 
            +
            "Foreman will explicitly set the puppet environment in the ENC yaml output. "
         | 
| 1162 | 
            +
            "This will avoid conflicts between the environment in puppet.conf and the "
         | 
| 1163 | 
            +
            "environment set in Foreman"
         | 
| 1164 | 
            +
            msgstr ""
         | 
| 1165 | 
            +
            "Foreman передаст информацию об окружении Puppet в YAML-выводе ENC в явном "
         | 
| 1166 | 
            +
            "виде — это позволит избежать конфликтов с окружением, заданным в puppet.conf"
         | 
| 1029 1167 |  | 
| 1030 1168 | 
             
            #: ../lib/foreman_puppet/register.rb:19
         | 
| 1031 1169 | 
             
            msgid "ENC environment"
         | 
| @@ -1044,7 +1182,9 @@ msgid "Config Management" | |
| 1044 1182 | 
             
            msgstr ""
         | 
| 1045 1183 |  | 
| 1046 1184 | 
             
            #: ../lib/foreman_puppet/register.rb:30
         | 
| 1047 | 
            -
            msgid " | 
| 1185 | 
            +
            msgid ""
         | 
| 1186 | 
            +
            "Duration in minutes after servers reporting via Puppet are classed as out of"
         | 
| 1187 | 
            +
            " sync."
         | 
| 1048 1188 | 
             
            msgstr ""
         | 
| 1049 1189 |  | 
| 1050 1190 | 
             
            #: ../lib/foreman_puppet/register.rb:32
         | 
| @@ -1052,21 +1192,21 @@ msgid "Puppet interval" | |
| 1052 1192 | 
             
            msgstr "Интервал Puppet"
         | 
| 1053 1193 |  | 
| 1054 1194 | 
             
            #: ../lib/foreman_puppet/register.rb:35
         | 
| 1055 | 
            -
            msgid " | 
| 1056 | 
            -
             | 
| 1195 | 
            +
            msgid ""
         | 
| 1196 | 
            +
            "Disable host configuration status turning to out of sync for %s after report"
         | 
| 1197 | 
            +
            " does not arrive within configured interval"
         | 
| 1198 | 
            +
            msgstr ""
         | 
| 1199 | 
            +
            "Запретить переход состояния конфигурации узла в \"несинхронизированно\" в "
         | 
| 1200 | 
            +
            "течение %s после того, как отчёт не поступил в течение заданного интервала"
         | 
| 1057 1201 |  | 
| 1058 1202 | 
             
            #: ../lib/foreman_puppet/register.rb:37
         | 
| 1059 1203 | 
             
            msgid "%s out of sync disabled"
         | 
| 1060 1204 | 
             
            msgstr ""
         | 
| 1061 1205 |  | 
| 1062 | 
            -
            #: ../lib/foreman_puppet/register.rb: | 
| 1206 | 
            +
            #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
         | 
| 1063 1207 | 
             
            msgid "Puppet ENC"
         | 
| 1064 1208 | 
             
            msgstr ""
         | 
| 1065 1209 |  | 
| 1066 | 
            -
            #: ../webpack/src/Components/Environments/Welcome.js:13
         | 
| 1067 | 
            -
            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>"
         | 
| 1068 | 
            -
            msgstr ""
         | 
| 1069 | 
            -
             | 
| 1070 1210 | 
             
            #: ../webpack/src/foreman_class_edit.js:146
         | 
| 1071 1211 | 
             
            msgid "Click to remove config group"
         | 
| 1072 1212 | 
             
            msgstr "Нажмите, чтобы удалить группу конфигурации"
         | 
| @@ -1079,10 +1219,6 @@ msgstr "Удалить" | |
| 1079 1219 | 
             
            msgid "Loading parameters..."
         | 
| 1080 1220 | 
             
            msgstr "Загрузка параметров..."
         | 
| 1081 1221 |  | 
| 1082 | 
            -
            #: ../webpack/src/foreman_puppet_host_form.js:102
         | 
| 1083 | 
            -
            msgid "Some Puppet Classes are unavailable in the selected environment"
         | 
| 1084 | 
            -
            msgstr ""
         | 
| 1085 | 
            -
             | 
| 1086 1222 | 
             
            #: action_names.rb:2
         | 
| 1087 1223 | 
             
            msgid "Action with sub plans"
         | 
| 1088 1224 | 
             
            msgstr "Действия с подпланами"
         |