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 | 
             
            # Junior Alvim <alvin@intechne.com.br>, 2021
         | 
| 8 8 | 
             
            # Valeria S Silva <valeriassilva@live.com>, 2021
         | 
| @@ -12,16 +12,16 @@ | |
| 12 12 | 
             
            # Bryan Kearney <bryan.kearney@gmail.com>, 2021
         | 
| 13 13 | 
             
            # Felipe Nogaroto Gonzalez <felipeng84@gmail.com>, 2021
         | 
| 14 14 | 
             
            # Amit Upadhye <aupadhye@redhat.com>, 2021
         | 
| 15 | 
            -
            #
         | 
| 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 23 | 
             
            "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
         | 
| 23 | 
            -
            "Language-Team: Portuguese (Brazil) (https://www.transifex.com/foreman/teams/ | 
| 24 | 
            -
            "4/pt_BR/)\n"
         | 
| 24 | 
            +
            "Language-Team: Portuguese (Brazil) (https://www.transifex.com/foreman/teams/114/pt_BR/)\n"
         | 
| 25 25 | 
             
            "MIME-Version: 1.0\n"
         | 
| 26 26 | 
             
            "Content-Type: text/plain; charset=UTF-8\n"
         | 
| 27 27 | 
             
            "Content-Transfer-Encoding: 8bit\n"
         | 
| @@ -29,24 +29,43 @@ msgstr "" | |
| 29 29 | 
             
            "Plural-Forms: nplurals=2; plural=(n > 1);\n"
         | 
| 30 30 |  | 
| 31 31 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
         | 
| 32 | 
            -
            msgid " | 
| 33 | 
            -
             | 
| 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"
         | 
| 35 | 
            +
            msgstr ""
         | 
| 36 | 
            +
            "Nomes de ambiente ignorados resultando em booleanos encontrados. Inclua "
         | 
| 37 | 
            +
            "aspas nas strings como verdadeiro/falso e sim/não "
         | 
| 38 | 
            +
            "config/ignored_environments.yml"
         | 
| 34 39 |  | 
| 35 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 | 
| 40 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
         | 
| 41 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
         | 
| 36 42 | 
             
            msgid "No changes to your environments detected"
         | 
| 37 43 | 
             
            msgstr "Nenhuma mudança em seu ambiente foi detectada"
         | 
| 38 44 |  | 
| 39 45 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
         | 
| 40 | 
            -
            msgid " | 
| 41 | 
            -
             | 
| 46 | 
            +
            msgid ""
         | 
| 47 | 
            +
            "Successfully updated environments and Puppet classes from the on-disk Puppet"
         | 
| 48 | 
            +
            " installation"
         | 
| 49 | 
            +
            msgstr ""
         | 
| 50 | 
            +
            "ambientes e classes de Puppet da instalação do Puppet em disco atualizados "
         | 
| 51 | 
            +
            "com sucesso"
         | 
| 42 52 |  | 
| 43 53 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
         | 
| 44 | 
            -
            msgid " | 
| 45 | 
            -
             | 
| 54 | 
            +
            msgid ""
         | 
| 55 | 
            +
            "Failed to update environments and Puppet classes from the on-disk Puppet "
         | 
| 56 | 
            +
            "installation: %s"
         | 
| 57 | 
            +
            msgstr ""
         | 
| 58 | 
            +
            "Falha ao atualizar ambientes e classes Puppet a partir da instalação Puppet "
         | 
| 59 | 
            +
            "no disco: %s"
         | 
| 46 60 |  | 
| 47 61 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
         | 
| 48 | 
            -
            msgid " | 
| 49 | 
            -
             | 
| 62 | 
            +
            msgid ""
         | 
| 63 | 
            +
            "No smart proxy was found to import environments from, ensure that at least "
         | 
| 64 | 
            +
            "one smart proxy is registered with the 'puppet' feature"
         | 
| 65 | 
            +
            msgstr ""
         | 
| 66 | 
            +
            "Nenhum proxy inteligente a partir do qual importar ambientes foi encontrado."
         | 
| 67 | 
            +
            " Certifique-se de que pelo menos um proxy inteligente esteja registrado com "
         | 
| 68 | 
            +
            "o registro 'puppet'."
         | 
| 50 69 |  | 
| 51 70 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
         | 
| 52 71 | 
             
            msgid "Ignored environments: %s"
         | 
| @@ -76,41 +95,56 @@ msgstr "" | |
| 76 95 | 
             
            msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
         | 
| 77 96 | 
             
            msgstr ""
         | 
| 78 97 |  | 
| 79 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 | 
| 98 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
         | 
| 99 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
         | 
| 80 100 | 
             
            msgid "ID of associated puppet Environment"
         | 
| 81 101 | 
             
            msgstr ""
         | 
| 82 102 |  | 
| 83 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 | 
| 103 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
         | 
| 104 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
         | 
| 84 105 | 
             
            msgid "IDs of associated Puppetclasses"
         | 
| 85 106 | 
             
            msgstr ""
         | 
| 86 107 |  | 
| 87 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 | 
| 108 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
         | 
| 109 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
         | 
| 88 110 | 
             
            msgid "IDs of associated ConfigGroups"
         | 
| 89 111 | 
             
            msgstr ""
         | 
| 90 112 |  | 
| 91 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 113 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
         | 
| 92 114 | 
             
            msgid "Import puppet classes from puppet proxy"
         | 
| 93 115 | 
             
            msgstr "Importar classes de puppet a partir do proxy de puppet"
         | 
| 94 116 |  | 
| 95 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 117 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
         | 
| 118 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
         | 
| 96 119 | 
             
            msgid "Import puppet classes from puppet proxy for an environment"
         | 
| 97 120 | 
             
            msgstr "Classes de puppet de importação do proxy do puppet para um ambiente"
         | 
| 98 121 |  | 
| 99 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 100 | 
            -
            msgid " | 
| 122 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
         | 
| 123 | 
            +
            msgid ""
         | 
| 124 | 
            +
            "Optional comma-delimited stringcontaining either 'new', 'updated', or "
         | 
| 125 | 
            +
            "'obsolete'that is used to limit the imported Puppet classes"
         | 
| 101 126 | 
             
            msgstr ""
         | 
| 102 127 |  | 
| 103 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 104 | 
            -
            msgid " | 
| 105 | 
            -
             | 
| 128 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
         | 
| 129 | 
            +
            msgid ""
         | 
| 130 | 
            +
            "Failed to update the environments and Puppet classes from the on-disk puppet"
         | 
| 131 | 
            +
            " installation: %s"
         | 
| 132 | 
            +
            msgstr ""
         | 
| 133 | 
            +
            "Falha ao atualizar os ambientes e classes de Puppet da instalação de disco "
         | 
| 134 | 
            +
            "do Puppet:%s"
         | 
| 106 135 |  | 
| 107 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 136 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
         | 
| 108 137 | 
             
            msgid "The requested environment cannot be found."
         | 
| 109 138 | 
             
            msgstr ""
         | 
| 110 139 |  | 
| 111 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 112 | 
            -
             | 
| 113 | 
            -
             | 
| 140 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
         | 
| 141 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
         | 
| 142 | 
            +
            msgid ""
         | 
| 143 | 
            +
            "No proxy found to import classes from, ensure that the smart proxy has the "
         | 
| 144 | 
            +
            "Puppet feature enabled."
         | 
| 145 | 
            +
            msgstr ""
         | 
| 146 | 
            +
            "Não foi encontrado nenhum proxy para importar classes, certifique-se de que "
         | 
| 147 | 
            +
            "o proxy inteligente tenha o recurso Puppet habilitado. "
         | 
| 114 148 |  | 
| 115 149 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
         | 
| 116 150 | 
             
            msgid "List template combination"
         | 
| @@ -136,7 +170,9 @@ msgstr "" | |
| 136 170 | 
             
            msgid "environment id"
         | 
| 137 171 | 
             
            msgstr "ID de ambiente"
         | 
| 138 172 |  | 
| 139 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 | 
| 173 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
         | 
| 174 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
         | 
| 175 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
         | 
| 140 176 | 
             
            msgid "ID of environment"
         | 
| 141 177 | 
             
            msgstr "ID de ambiente"
         | 
| 142 178 |  | 
| @@ -160,7 +196,8 @@ msgstr "" | |
| 160 196 | 
             
            msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
         | 
| 161 197 | 
             
            msgstr ""
         | 
| 162 198 |  | 
| 163 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 | 
| 199 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
         | 
| 200 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
         | 
| 164 201 | 
             
            msgid "No environment selected!"
         | 
| 165 202 | 
             
            msgstr "Nenhum ambiente selecionado!"
         | 
| 166 203 |  | 
| @@ -186,21 +223,29 @@ msgstr "Falha ao definir proxy %{proxy_type} para %{host}." | |
| 186 223 |  | 
| 187 224 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
         | 
| 188 225 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
         | 
| 189 | 
            -
            msgstr " | 
| 226 | 
            +
            msgstr ""
         | 
| 227 | 
            +
            "O proxy %{proxy_type} dos hosts selecionados foi definido como "
         | 
| 228 | 
            +
            "%{proxy_name}."
         | 
| 190 229 |  | 
| 191 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 | 
| 230 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
         | 
| 231 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
         | 
| 192 232 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was cleared."
         | 
| 193 233 | 
             
            msgstr "O proxy %{proxy_type} dos hosts selecionados foi limpado. "
         | 
| 194 234 |  | 
| 195 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 | 
| 235 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
         | 
| 236 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
         | 
| 196 237 | 
             
            msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
         | 
| 197 | 
            -
            msgid_plural " | 
| 238 | 
            +
            msgid_plural ""
         | 
| 239 | 
            +
            "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
         | 
| 198 240 | 
             
            msgstr[0] ""
         | 
| 199 241 | 
             
            msgstr[1] ""
         | 
| 200 242 |  | 
| 201 243 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
         | 
| 202 | 
            -
            msgid " | 
| 203 | 
            -
             | 
| 244 | 
            +
            msgid ""
         | 
| 245 | 
            +
            "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
         | 
| 246 | 
            +
            msgstr ""
         | 
| 247 | 
            +
            "O proxy %{proxy_type} dos hosts selecionados foi definido como "
         | 
| 248 | 
            +
            "%{proxy_name}."
         | 
| 204 249 |  | 
| 205 250 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
         | 
| 206 251 | 
             
            msgid "Puppet"
         | 
| @@ -246,7 +291,12 @@ msgstr "Listar ambientes por localização" | |
| 246 291 | 
             
            msgid "List environments per organization"
         | 
| 247 292 | 
             
            msgstr "Listar ambientes por organização"
         | 
| 248 293 |  | 
| 249 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 | 
| 294 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
         | 
| 295 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
         | 
| 296 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
         | 
| 297 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
         | 
| 298 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
         | 
| 299 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
         | 
| 250 300 | 
             
            msgid "ID of Puppet class"
         | 
| 251 301 | 
             
            msgstr "ID da classe puppet"
         | 
| 252 302 |  | 
| @@ -274,7 +324,10 @@ msgstr "Listar todos os IDs de classes puppet para host" | |
| 274 324 | 
             
            msgid "Add a Puppet class to host"
         | 
| 275 325 | 
             
            msgstr "Adicionar uma classe Puppet para o host"
         | 
| 276 326 |  | 
| 277 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 | 
| 327 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
         | 
| 328 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
         | 
| 329 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
         | 
| 330 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
         | 
| 278 331 | 
             
            msgid "ID of host"
         | 
| 279 332 | 
             
            msgstr "ID do host"
         | 
| 280 333 |  | 
| @@ -290,7 +343,10 @@ msgstr "Listar todas os Ids de classes Puppet para grupo de host" | |
| 290 343 | 
             
            msgid "Add a Puppet class to host group"
         | 
| 291 344 | 
             
            msgstr "Adicionar uma classe Puppet para o grupo"
         | 
| 292 345 |  | 
| 293 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 | 
| 346 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
         | 
| 347 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
         | 
| 348 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
         | 
| 349 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
         | 
| 294 350 | 
             
            msgid "ID of host group"
         | 
| 295 351 | 
             
            msgstr "ID do grupo de host"
         | 
| 296 352 |  | 
| @@ -300,15 +356,22 @@ msgstr "Remover uma classe Puppet de um grupo de host" | |
| 300 356 |  | 
| 301 357 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
         | 
| 302 358 | 
             
            msgid "List of override values for a specific smart class parameter"
         | 
| 303 | 
            -
            msgstr " | 
| 359 | 
            +
            msgstr ""
         | 
| 360 | 
            +
            "Lista de valores de substituição para um parâmetro de classe inteligente "
         | 
| 361 | 
            +
            "específico "
         | 
| 304 362 |  | 
| 305 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 | 
| 363 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
         | 
| 364 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
         | 
| 365 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
         | 
| 366 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
         | 
| 306 367 | 
             
            msgid "Display hidden values"
         | 
| 307 368 | 
             
            msgstr "Exibir valores ocultos"
         | 
| 308 369 |  | 
| 309 370 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27
         | 
| 310 371 | 
             
            msgid "Show an override value for a specific smart class parameter"
         | 
| 311 | 
            -
            msgstr " | 
| 372 | 
            +
            msgstr ""
         | 
| 373 | 
            +
            "Exibir um valor de substituição para um parâmetro de classe inteligente "
         | 
| 374 | 
            +
            "específico"
         | 
| 312 375 |  | 
| 313 376 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:37
         | 
| 314 377 | 
             
            msgid "Override match"
         | 
| @@ -324,15 +387,21 @@ msgstr "O Foreman não enviará este parâmetro na saída de classificação" | |
| 324 387 |  | 
| 325 388 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43
         | 
| 326 389 | 
             
            msgid "Create an override value for a specific smart class parameter"
         | 
| 327 | 
            -
            msgstr " | 
| 390 | 
            +
            msgstr ""
         | 
| 391 | 
            +
            "Criar um valor de substituição para um parâmetro de classe inteligente "
         | 
| 392 | 
            +
            "específico"
         | 
| 328 393 |  | 
| 329 394 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
         | 
| 330 395 | 
             
            msgid "Update an override value for a specific smart class parameter"
         | 
| 331 | 
            -
            msgstr " | 
| 396 | 
            +
            msgstr ""
         | 
| 397 | 
            +
            "Atualizar um valor de substituição para um parametro de classe inteligente "
         | 
| 398 | 
            +
            "específico"
         | 
| 332 399 |  | 
| 333 400 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
         | 
| 334 401 | 
             
            msgid "Delete an override value for a specific smart class parameter"
         | 
| 335 | 
            -
            msgstr " | 
| 402 | 
            +
            msgstr ""
         | 
| 403 | 
            +
            "Remover um valor de substituição para um parâmetro de classe inteligente "
         | 
| 404 | 
            +
            "específico "
         | 
| 336 405 |  | 
| 337 406 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
         | 
| 338 407 | 
             
            msgid "%{model} with id '%{id}' was not found"
         | 
| @@ -392,7 +461,8 @@ msgstr "Lista de parâmetros de classe inteligentes para um host específico" | |
| 392 461 |  | 
| 393 462 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
         | 
| 394 463 | 
             
            msgid "List of smart class parameters for a specific host group"
         | 
| 395 | 
            -
            msgstr " | 
| 464 | 
            +
            msgstr ""
         | 
| 465 | 
            +
            "Lista de parâmetros de classe inteligentes para um grupo de host específico"
         | 
| 396 466 |  | 
| 397 467 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
         | 
| 398 468 | 
             
            msgid "List of smart class parameters for a specific Puppet class"
         | 
| @@ -400,11 +470,16 @@ msgstr "Lista de parâmetros de classe inteligentes para uma classe de Puppet" | |
| 400 470 |  | 
| 401 471 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:17
         | 
| 402 472 | 
             
            msgid "List of smart class parameters for a specific environment"
         | 
| 403 | 
            -
            msgstr " | 
| 473 | 
            +
            msgstr ""
         | 
| 474 | 
            +
            "Lista de parâmetros de classe inteligentes para um ambiente específico"
         | 
| 404 475 |  | 
| 405 476 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
         | 
| 406 | 
            -
            msgid " | 
| 407 | 
            -
             | 
| 477 | 
            +
            msgid ""
         | 
| 478 | 
            +
            "List of smart class parameters for a specific environment/Puppet class "
         | 
| 479 | 
            +
            "combination"
         | 
| 480 | 
            +
            msgstr ""
         | 
| 481 | 
            +
            "Lista de parâmetros de classe inteligentes para uma combinação de classe de "
         | 
| 482 | 
            +
            "Puppet/ambiente específico"
         | 
| 408 483 |  | 
| 409 484 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
         | 
| 410 485 | 
             
            msgid "Show a smart class parameter"
         | 
| @@ -416,7 +491,9 @@ msgstr "Atualizar um parâmetro de classe inteligente" | |
| 416 491 |  | 
| 417 492 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:45
         | 
| 418 493 | 
             
            msgid "Whether the smart class parameter value is managed by Foreman"
         | 
| 419 | 
            -
            msgstr " | 
| 494 | 
            +
            msgstr ""
         | 
| 495 | 
            +
            "Se o valor do parâmetro da classe inteligente é gerenciado ou não pelo "
         | 
| 496 | 
            +
            "Foreman."
         | 
| 420 497 |  | 
| 421 498 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:46
         | 
| 422 499 | 
             
            msgid "Description of smart class"
         | 
| @@ -431,10 +508,13 @@ msgid "When enabled the parameter is hidden in the UI" | |
| 431 508 | 
             
            msgstr "Quando habilitado, o parâmetro fica oculto na IU "
         | 
| 432 509 |  | 
| 433 510 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
         | 
| 434 | 
            -
            msgid " | 
| 511 | 
            +
            msgid ""
         | 
| 512 | 
            +
            "Foreman will not send this parameter in classification output.Puppet will "
         | 
| 513 | 
            +
            "use the value defined in the Puppet manifest for this parameter"
         | 
| 435 514 | 
             
            msgstr ""
         | 
| 436 515 |  | 
| 437 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 | 
| 516 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
         | 
| 517 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
         | 
| 438 518 | 
             
            msgid "The order in which values are resolved"
         | 
| 439 519 | 
             
            msgstr "A ordem na qual os valores são resolvidos"
         | 
| 440 520 |  | 
| @@ -451,16 +531,22 @@ msgid "Types of variable values" | |
| 451 531 | 
             
            msgstr "Tipos de valores de validação"
         | 
| 452 532 |  | 
| 453 533 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
         | 
| 454 | 
            -
            msgid " | 
| 455 | 
            -
             | 
| 534 | 
            +
            msgid ""
         | 
| 535 | 
            +
            "If true, will raise an error if there is no default value and no matcher "
         | 
| 536 | 
            +
            "provide a value"
         | 
| 537 | 
            +
            msgstr ""
         | 
| 538 | 
            +
            "Se verdadeiro, gerará um erro caso não exista nenhum valor padrão e nenhuma "
         | 
| 539 | 
            +
            "correspondência forneça um valor "
         | 
| 456 540 |  | 
| 457 541 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
         | 
| 458 542 | 
             
            msgid "Merge all matching values (only array/hash type)"
         | 
| 459 | 
            -
            msgstr " | 
| 543 | 
            +
            msgstr ""
         | 
| 544 | 
            +
            "Mesclar todos os valores correspondentes (somente tipo de hash/ matriz)"
         | 
| 460 545 |  | 
| 461 546 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
         | 
| 462 547 | 
             
            msgid "Include default value when merging all matching values"
         | 
| 463 | 
            -
            msgstr " | 
| 548 | 
            +
            msgstr ""
         | 
| 549 | 
            +
            "Incluir valor padrão quando mesclando todos os valores correspondentes "
         | 
| 464 550 |  | 
| 465 551 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
         | 
| 466 552 | 
             
            msgid "Remove duplicate values (only array type)"
         | 
| @@ -468,17 +554,23 @@ msgstr "Remover valores duplicados (somente tipo de matriz)" | |
| 468 554 |  | 
| 469 555 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:61
         | 
| 470 556 | 
             
            msgid "Successfully overridden all parameters of Puppet class %s"
         | 
| 471 | 
            -
            msgstr " | 
| 557 | 
            +
            msgstr ""
         | 
| 558 | 
            +
            "Todos os parâmetros da Classe Puppet foram sobrescritos com sucesso %s"
         | 
| 472 559 |  | 
| 473 560 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
         | 
| 474 | 
            -
            msgid " | 
| 475 | 
            -
             | 
| 561 | 
            +
            msgid ""
         | 
| 562 | 
            +
            "Successfully reset all parameters of Puppet class %s to their default values"
         | 
| 563 | 
            +
            msgstr ""
         | 
| 564 | 
            +
            "Todos os parâmetros da Classe Puppet %s  foram redefinidos com sucesso aos "
         | 
| 565 | 
            +
            "seus valores padrão"
         | 
| 476 566 |  | 
| 477 567 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
         | 
| 478 568 | 
             
            msgid "No parameters to override for Puppet class %s"
         | 
| 479 569 | 
             
            msgstr "Nenhum parâmetro para sobrescrever para classe Puppet %s"
         | 
| 480 570 |  | 
| 481 | 
            -
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13 | 
| 571 | 
            +
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13
         | 
| 572 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:5
         | 
| 573 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:9
         | 
| 482 574 | 
             
            msgid "Create Puppet Environment"
         | 
| 483 575 | 
             
            msgstr "Criar ambiente Puppet"
         | 
| 484 576 |  | 
| @@ -532,11 +624,16 @@ msgstr "" | |
| 532 624 |  | 
| 533 625 | 
             
            #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113
         | 
| 534 626 | 
             
            msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
         | 
| 535 | 
            -
            msgstr " | 
| 627 | 
            +
            msgstr ""
         | 
| 628 | 
            +
            "Parâmetro necessário sem valor. <br/><b>Por favor, substitua-o!</b><br/>"
         | 
| 536 629 |  | 
| 537 630 | 
             
            #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
         | 
| 538 | 
            -
            msgid " | 
| 539 | 
            -
             | 
| 631 | 
            +
            msgid ""
         | 
| 632 | 
            +
            "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
         | 
| 633 | 
            +
            " will be empty.</i><br/>"
         | 
| 634 | 
            +
            msgstr ""
         | 
| 635 | 
            +
            "Parâmetro opcional sem valor.<br/><i>Ainda gerenciado pelo Foreman, o valor "
         | 
| 636 | 
            +
            "estará em branco.</i><br/>"
         | 
| 540 637 |  | 
| 541 638 | 
             
            #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
         | 
| 542 639 | 
             
            msgid "Empty environment"
         | 
| @@ -572,7 +669,8 @@ msgid_plural "%{name} has %{num_tag} classes" | |
| 572 669 | 
             
            msgstr[0] ""
         | 
| 573 670 | 
             
            msgstr[1] ""
         | 
| 574 671 |  | 
| 575 | 
            -
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 | 
| 672 | 
            +
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
         | 
| 673 | 
            +
            #: ../webpack/src/foreman_class_edit.js:55
         | 
| 576 674 | 
             
            msgid "Click to remove %s"
         | 
| 577 675 | 
             
            msgstr "Clique para remover %s"
         | 
| 578 676 |  | 
| @@ -580,7 +678,8 @@ msgstr "Clique para remover %s" | |
| 580 678 | 
             
            msgid "Click to add %s"
         | 
| 581 679 | 
             
            msgstr "Clique para adicionar %s"
         | 
| 582 680 |  | 
| 583 | 
            -
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 | 
| 681 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
         | 
| 682 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
         | 
| 584 683 | 
             
            msgid "None"
         | 
| 585 684 | 
             
            msgstr "Nenhum"
         | 
| 586 685 |  | 
| @@ -615,8 +714,12 @@ msgid "Operating system default" | |
| 615 714 | 
             
            msgstr "Sistema operacional padrão"
         | 
| 616 715 |  | 
| 617 716 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
         | 
| 618 | 
            -
            msgid " | 
| 619 | 
            -
             | 
| 717 | 
            +
            msgid ""
         | 
| 718 | 
            +
            "The final entry, Operating System default, can be set by editing the %s "
         | 
| 719 | 
            +
            "page."
         | 
| 720 | 
            +
            msgstr ""
         | 
| 721 | 
            +
            "A entrada final, padrão do Sistema Operacional, pode ser definida editando a"
         | 
| 722 | 
            +
            " página %s. "
         | 
| 620 723 |  | 
| 621 724 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
         | 
| 622 725 | 
             
            msgid "Operating System"
         | 
| @@ -624,19 +727,28 @@ msgstr "Sistema Operacional" | |
| 624 727 |  | 
| 625 728 | 
             
            #: ../app/models/foreman_puppet/environment.rb:44
         | 
| 626 729 | 
             
            msgid "Can't find a valid Foreman Proxy with a Puppet feature"
         | 
| 627 | 
            -
            msgstr " | 
| 730 | 
            +
            msgstr ""
         | 
| 731 | 
            +
            "Não foi possível localizar um Foreman Proxy com um recurso Puppet válido."
         | 
| 628 732 |  | 
| 629 733 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:61
         | 
| 630 734 | 
             
            msgid "%{puppetclass} does not belong to the %{environment} environment"
         | 
| 631 735 | 
             
            msgstr ""
         | 
| 632 736 |  | 
| 633 737 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
         | 
| 634 | 
            -
            msgid " | 
| 635 | 
            -
             | 
| 738 | 
            +
            msgid ""
         | 
| 739 | 
            +
            "Failed to import %{klass} for %{name}: doesn't exists in our database - "
         | 
| 740 | 
            +
            "ignoring"
         | 
| 741 | 
            +
            msgstr ""
         | 
| 742 | 
            +
            "Falha ao importar %{klass} for %{name}: não existe no nosso database - "
         | 
| 743 | 
            +
            "ignorando"
         | 
| 636 744 |  | 
| 637 745 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
         | 
| 638 | 
            -
            msgid " | 
| 639 | 
            -
             | 
| 746 | 
            +
            msgid ""
         | 
| 747 | 
            +
            "with id %{object_id} doesn't exist or is not assigned to proper organization"
         | 
| 748 | 
            +
            " and/or location"
         | 
| 749 | 
            +
            msgstr ""
         | 
| 750 | 
            +
            "com ID %{object_id} não existe ou não está atribuído à organização e/ou ao "
         | 
| 751 | 
            +
            "local adequado"
         | 
| 640 752 |  | 
| 641 753 | 
             
            #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
         | 
| 642 754 | 
             
            msgid "must be true to edit the parameter"
         | 
| @@ -690,7 +802,11 @@ msgstr "Marcar/Desmarcar obsoleto" | |
| 690 802 | 
             
            msgid "Check/Uncheck all"
         | 
| 691 803 | 
             
            msgstr "Marcar/Desmarcar tudo"
         | 
| 692 804 |  | 
| 693 | 
            -
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 | 
| 805 | 
            +
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
         | 
| 806 | 
            +
            #: ../app/views/foreman_puppet/environments/_form.html.erb:4
         | 
| 807 | 
            +
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
         | 
| 808 | 
            +
            #: ../app/views/hosts/select_multiple_environment.html.erb:7
         | 
| 809 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 694 810 | 
             
            msgid "Environment"
         | 
| 695 811 | 
             
            msgstr "Ambiente"
         | 
| 696 812 |  | 
| @@ -730,19 +846,20 @@ msgstr "Cancelar" | |
| 730 846 | 
             
            msgid "Update"
         | 
| 731 847 | 
             
            msgstr "Atualizar"
         | 
| 732 848 |  | 
| 733 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 849 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
         | 
| 734 850 | 
             
            msgid "included already from parent"
         | 
| 735 851 | 
             
            msgstr "já incluso do pai"
         | 
| 736 852 |  | 
| 737 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 853 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 854 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 738 855 | 
             
            msgid "Remove"
         | 
| 739 856 | 
             
            msgstr "Remover"
         | 
| 740 857 |  | 
| 741 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 858 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 742 859 | 
             
            msgid "Add"
         | 
| 743 860 | 
             
            msgstr "Adicionar"
         | 
| 744 861 |  | 
| 745 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 862 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
         | 
| 746 863 | 
             
            msgid "%s is not in environment"
         | 
| 747 864 | 
             
            msgstr "%s não é um environment"
         | 
| 748 865 |  | 
| @@ -754,41 +871,62 @@ msgstr "Grupos Config incluídos" | |
| 754 871 | 
             
            msgid "Available Config Groups"
         | 
| 755 872 | 
             
            msgstr "Grupos de Configuração Disponíveis"
         | 
| 756 873 |  | 
| 757 | 
            -
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 | 
| 874 | 
            +
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
         | 
| 875 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:1
         | 
| 876 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
         | 
| 758 877 | 
             
            msgid "Edit %s"
         | 
| 759 878 | 
             
            msgstr "Editar %s"
         | 
| 760 879 |  | 
| 761 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 | 
| 880 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
         | 
| 881 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
         | 
| 882 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
         | 
| 883 | 
            +
            #: ../lib/foreman_puppet/register.rb:171
         | 
| 762 884 | 
             
            msgid "Config Groups"
         | 
| 763 885 | 
             
            msgstr "Grupos de configuração"
         | 
| 764 886 |  | 
| 765 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 | 
| 887 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
         | 
| 888 | 
            +
            #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
         | 
| 889 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
         | 
| 766 890 | 
             
            msgid "Create Config Group"
         | 
| 767 891 | 
             
            msgstr "Criar grupo de configuração"
         | 
| 768 892 |  | 
| 769 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 | 
| 893 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
         | 
| 894 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
         | 
| 770 895 | 
             
            msgid "Puppet Classes"
         | 
| 771 896 | 
             
            msgstr "Classes Puppet"
         | 
| 772 897 |  | 
| 773 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 | 
| 898 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
         | 
| 899 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:9
         | 
| 900 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
         | 
| 774 901 | 
             
            msgid "Hosts"
         | 
| 775 902 | 
             
            msgstr "Hosts"
         | 
| 776 903 |  | 
| 777 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 | 
| 904 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
         | 
| 905 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
         | 
| 778 906 | 
             
            msgid "Host Groups"
         | 
| 779 907 | 
             
            msgstr "Grupos de host"
         | 
| 780 908 |  | 
| 781 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 | 
| 909 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
         | 
| 910 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:10
         | 
| 911 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
         | 
| 782 912 | 
             
            msgid "Actions"
         | 
| 783 913 | 
             
            msgstr "Ações"
         | 
| 784 914 |  | 
| 785 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 | 
| 915 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
         | 
| 916 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
         | 
| 786 917 | 
             
            msgid "Delete %s?"
         | 
| 787 918 | 
             
            msgstr "Remover %s"
         | 
| 788 919 |  | 
| 789 920 | 
             
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
         | 
| 790 | 
            -
            msgid " | 
| 791 | 
            -
             | 
| 921 | 
            +
            msgid ""
         | 
| 922 | 
            +
            "A config group provides a one-step method of associating many Puppet classes"
         | 
| 923 | 
            +
            " to either a host or host group. Typically this would be used to add a "
         | 
| 924 | 
            +
            "particular application profile or stack in one step."
         | 
| 925 | 
            +
            msgstr ""
         | 
| 926 | 
            +
            "Um grupo de configuração fornece um método de uma etapa de associando muitas"
         | 
| 927 | 
            +
            " classes Puppet para um host ou grupo de hosts. Normalmente, isso seria "
         | 
| 928 | 
            +
            "usado para adicionar um perfil de aplicativo particular ou empilhar em uma "
         | 
| 929 | 
            +
            "etapa."
         | 
| 792 930 |  | 
| 793 931 | 
             
            #: ../app/views/foreman_puppet/environments/_form.html.erb:6
         | 
| 794 932 | 
             
            msgid "Locations"
         | 
| @@ -798,7 +936,9 @@ msgstr "Locais" | |
| 798 936 | 
             
            msgid "Organizations"
         | 
| 799 937 | 
             
            msgstr "Organizações"
         | 
| 800 938 |  | 
| 801 | 
            -
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5 | 
| 939 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5
         | 
| 940 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:1
         | 
| 941 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:4
         | 
| 802 942 | 
             
            msgid "Puppet Environments"
         | 
| 803 943 | 
             
            msgstr "Ambientes Puppet"
         | 
| 804 944 |  | 
| @@ -806,7 +946,8 @@ msgstr "Ambientes Puppet" | |
| 806 946 | 
             
            msgid "Environment|Name"
         | 
| 807 947 | 
             
            msgstr "Nome"
         | 
| 808 948 |  | 
| 809 | 
            -
            #: ../app/views/foreman_puppet/environments/index.html.erb:22 | 
| 949 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:22
         | 
| 950 | 
            +
            #: ../lib/foreman_puppet/register.rb:168
         | 
| 810 951 | 
             
            msgid "Classes"
         | 
| 811 952 | 
             
            msgstr "Classes"
         | 
| 812 953 |  | 
| @@ -814,7 +955,8 @@ msgstr "Classes" | |
| 814 955 | 
             
            msgid "Create Environment"
         | 
| 815 956 | 
             
            msgstr "Criar ambiente"
         | 
| 816 957 |  | 
| 817 | 
            -
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 | 
| 958 | 
            +
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
         | 
| 959 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
         | 
| 818 960 | 
             
            msgid "Puppet environments"
         | 
| 819 961 | 
             
            msgstr "Ambientes Puppet"
         | 
| 820 962 |  | 
| @@ -831,10 +973,17 @@ msgid "No environments found" | |
| 831 973 | 
             
            msgstr "Nenhum ambiente localizado"
         | 
| 832 974 |  | 
| 833 975 | 
             
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
         | 
| 834 | 
            -
            msgid " | 
| 835 | 
            -
             | 
| 976 | 
            +
            msgid ""
         | 
| 977 | 
            +
            "There are no puppet environments set up on this puppet master. Please check "
         | 
| 978 | 
            +
            "the puppet master configuration."
         | 
| 979 | 
            +
            msgstr ""
         | 
| 980 | 
            +
            "Não há nenhum ambiente puppet configurado neste puppet master. Por favor, "
         | 
| 981 | 
            +
            "verifique a configuração do puppet master. "
         | 
| 836 982 |  | 
| 837 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 | 
| 983 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
         | 
| 984 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
         | 
| 985 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
         | 
| 986 | 
            +
            #: ../lib/foreman_puppet/register.rb:174
         | 
| 838 987 | 
             
            msgid "Smart Class Parameters"
         | 
| 839 988 | 
             
            msgstr "Parâmetros de classe inteligentes"
         | 
| 840 989 |  | 
| @@ -842,7 +991,9 @@ msgstr "Parâmetros de classe inteligentes" | |
| 842 991 | 
             
            msgid "Parameter"
         | 
| 843 992 | 
             
            msgstr "Parâmetro"
         | 
| 844 993 |  | 
| 845 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 | 
| 994 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
         | 
| 995 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
         | 
| 996 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
         | 
| 846 997 | 
             
            msgid "Puppet Class"
         | 
| 847 998 | 
             
            msgstr "Classe Puppet "
         | 
| 848 999 |  | 
| @@ -851,14 +1002,21 @@ msgid "Number of Overrides" | |
| 851 1002 | 
             
            msgstr "Número de substituições "
         | 
| 852 1003 |  | 
| 853 1004 | 
             
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
         | 
| 854 | 
            -
            msgid " | 
| 855 | 
            -
             | 
| 1005 | 
            +
            msgid ""
         | 
| 1006 | 
            +
            "Parameterized class support permits detecting, importing, and supplying "
         | 
| 1007 | 
            +
            "parameters directly to classes which support it, via the ENC and depending "
         | 
| 1008 | 
            +
            "on a set of rules (Smart Matchers)."
         | 
| 1009 | 
            +
            msgstr ""
         | 
| 1010 | 
            +
            "O suporte de classe com parâmetros permite detectar, importar e fornecer "
         | 
| 1011 | 
            +
            "parâmetros diretamente às classes que os suportam por meio de ENC e "
         | 
| 1012 | 
            +
            "dependendo de um conjunto de funções (correspondências inteligentes)."
         | 
| 856 1013 |  | 
| 857 1014 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
         | 
| 858 1015 | 
             
            msgid "Included Classes"
         | 
| 859 1016 | 
             
            msgstr "Classes incluídas "
         | 
| 860 1017 |  | 
| 861 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 | 
| 1018 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
         | 
| 1019 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
         | 
| 862 1020 | 
             
            msgid "Not authorized to edit classes"
         | 
| 863 1021 | 
             
            msgstr "Não autorizado editar classes"
         | 
| 864 1022 |  | 
| @@ -874,7 +1032,8 @@ msgstr "Classes disponíveis" | |
| 874 1032 | 
             
            msgid "Filter classes"
         | 
| 875 1033 | 
             
            msgstr "Filtrar classes"
         | 
| 876 1034 |  | 
| 877 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 | 
| 1035 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
         | 
| 1036 | 
            +
            #: ../webpack/src/foreman_class_edit.js:84
         | 
| 878 1037 | 
             
            msgid "belongs to config group"
         | 
| 879 1038 | 
             
            msgstr "pertence ao grupo de configuração"
         | 
| 880 1039 |  | 
| @@ -891,8 +1050,12 @@ msgid "Omit" | |
| 891 1050 | 
             
            msgstr "Omitir"
         | 
| 892 1051 |  | 
| 893 1052 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
         | 
| 894 | 
            -
            msgid " | 
| 895 | 
            -
             | 
| 1053 | 
            +
            msgid ""
         | 
| 1054 | 
            +
            "The class could not be saved because of an error in one of the class "
         | 
| 1055 | 
            +
            "parameters."
         | 
| 1056 | 
            +
            msgstr ""
         | 
| 1057 | 
            +
            "Não foi possível salvar a classe devido a um erro em um dos parâmetros de "
         | 
| 1058 | 
            +
            "classe."
         | 
| 896 1059 |  | 
| 897 1060 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
         | 
| 898 1061 | 
             
            msgid "Smart Class Parameter"
         | 
| @@ -907,8 +1070,12 @@ msgid "This Puppet class has no parameters in its signature." | |
| 907 1070 | 
             
            msgstr "Esta Classe de puppet não possui parâmetros em sua assinatura."
         | 
| 908 1071 |  | 
| 909 1072 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
         | 
| 910 | 
            -
            msgid " | 
| 911 | 
            -
             | 
| 1073 | 
            +
            msgid ""
         | 
| 1074 | 
            +
            "To update the class signature, go to the Puppet Classes page and select "
         | 
| 1075 | 
            +
            "\"Import\"."
         | 
| 1076 | 
            +
            msgstr ""
         | 
| 1077 | 
            +
            "Para atualizar a assinatura da classe, vá para a página do Puppet Classes e "
         | 
| 1078 | 
            +
            "selecione 'import'."
         | 
| 912 1079 |  | 
| 913 1080 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
         | 
| 914 1081 | 
             
            msgid "Filter by name"
         | 
| @@ -930,7 +1097,10 @@ msgstr "Editar classe Puppet %s" | |
| 930 1097 | 
             
            msgid "Puppetclass|Name"
         | 
| 931 1098 | 
             
            msgstr "Nome"
         | 
| 932 1099 |  | 
| 933 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 | 
| 1100 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
         | 
| 1101 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
         | 
| 1102 | 
            +
            #: ../lib/foreman_puppet/register.rb:165
         | 
| 1103 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:21
         | 
| 934 1104 | 
             
            msgid "Environments"
         | 
| 935 1105 | 
             
            msgstr "Ambientes"
         | 
| 936 1106 |  | 
| @@ -944,28 +1114,34 @@ msgstr "Sobrescrever todos os parâmetros" | |
| 944 1114 |  | 
| 945 1115 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
         | 
| 946 1116 | 
             
            msgid "This will set all parameters of the class %s as overridden. Continue?"
         | 
| 947 | 
            -
            msgstr " | 
| 1117 | 
            +
            msgstr ""
         | 
| 1118 | 
            +
            "Isto irá definir todos os parâmetros de classe %s como sobrescritos. "
         | 
| 1119 | 
            +
            "Continuar?"
         | 
| 948 1120 |  | 
| 949 1121 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 950 1122 | 
             
            msgid "Set parameters to defaults"
         | 
| 951 1123 | 
             
            msgstr "Definir parâmetros para padrão"
         | 
| 952 1124 |  | 
| 953 1125 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 954 | 
            -
            msgid " | 
| 955 | 
            -
             | 
| 1126 | 
            +
            msgid ""
         | 
| 1127 | 
            +
            "This will reset parameters of the class %s to their default values. "
         | 
| 1128 | 
            +
            "Continue?"
         | 
| 1129 | 
            +
            msgstr ""
         | 
| 1130 | 
            +
            "Isto irá redefinir parâmetros de classe %s aos seus valores padrão. "
         | 
| 1131 | 
            +
            "Continuar?"
         | 
| 956 1132 |  | 
| 957 1133 | 
             
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
         | 
| 958 | 
            -
            msgid "Puppet Class Parameters"
         | 
| 959 | 
            -
            msgstr "Parâmetros de classe puppet"
         | 
| 960 | 
            -
             | 
| 961 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 962 1134 | 
             
            msgid "Notice"
         | 
| 963 1135 | 
             
            msgstr "Comunicado"
         | 
| 964 1136 |  | 
| 965 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb: | 
| 1137 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
         | 
| 966 1138 | 
             
            msgid "Please select an environment first"
         | 
| 967 1139 | 
             
            msgstr "Por favor selecione um ambiente primeiro"
         | 
| 968 1140 |  | 
| 1141 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 1142 | 
            +
            msgid "Puppet Class Parameters"
         | 
| 1143 | 
            +
            msgstr "Parâmetros de classe puppet"
         | 
| 1144 | 
            +
             | 
| 969 1145 | 
             
            #: ../app/views/hosts/select_multiple_environment.html.erb:4
         | 
| 970 1146 | 
             
            msgid "Select environment"
         | 
| 971 1147 | 
             
            msgstr "Selecionar ambiente"
         | 
| @@ -994,37 +1170,38 @@ msgstr "Grupo de hosts e combinações de ambientes válidos" | |
| 994 1170 | 
             
            msgid "Add Combination"
         | 
| 995 1171 | 
             
            msgstr "Adicionar combinação"
         | 
| 996 1172 |  | 
| 997 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 | 
| 1173 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
         | 
| 998 1174 | 
             
            msgid "General"
         | 
| 999 1175 | 
             
            msgstr "Geral"
         | 
| 1000 1176 |  | 
| 1001 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 | 
| 1177 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
         | 
| 1002 1178 | 
             
            msgid "Hosts managed:"
         | 
| 1003 1179 | 
             
            msgstr "Hosts gerenciados:"
         | 
| 1004 1180 |  | 
| 1005 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
         | 
| 1006 | 
            -
            msgid "Certificates"
         | 
| 1007 | 
            -
            msgstr ""
         | 
| 1008 | 
            -
             | 
| 1009 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
         | 
| 1010 | 
            -
            msgid "Autosign entries"
         | 
| 1011 | 
            -
            msgstr ""
         | 
| 1012 | 
            -
             | 
| 1013 1181 | 
             
            #: ../lib/foreman_puppet/register.rb:7
         | 
| 1014 1182 | 
             
            msgid "Facts"
         | 
| 1015 1183 | 
             
            msgstr "Fatos"
         | 
| 1016 1184 |  | 
| 1017 1185 | 
             
            #: ../lib/foreman_puppet/register.rb:10
         | 
| 1018 | 
            -
            msgid " | 
| 1019 | 
            -
             | 
| 1186 | 
            +
            msgid ""
         | 
| 1187 | 
            +
            "Foreman will default to this puppet environment if it cannot auto detect one"
         | 
| 1188 | 
            +
            msgstr ""
         | 
| 1189 | 
            +
            "O Foreman usará este ambiente puppet como padrão se não conseguir detectar "
         | 
| 1190 | 
            +
            "um automaticamente."
         | 
| 1020 1191 |  | 
| 1021 1192 | 
             
            #: ../lib/foreman_puppet/register.rb:12
         | 
| 1022 1193 | 
             
            msgid "Default Puppet environment"
         | 
| 1023 1194 | 
             
            msgstr "Ambiente Puppet padrão "
         | 
| 1024 1195 |  | 
| 1025 1196 | 
             
            #: ../lib/foreman_puppet/register.rb:16
         | 
| 1026 | 
            -
            msgid " | 
| 1027 | 
            -
             | 
| 1197 | 
            +
            msgid ""
         | 
| 1198 | 
            +
            "Foreman will explicitly set the puppet environment in the ENC yaml output. "
         | 
| 1199 | 
            +
            "This will avoid conflicts between the environment in puppet.conf and the "
         | 
| 1200 | 
            +
            "environment set in Foreman"
         | 
| 1201 | 
            +
            msgstr ""
         | 
| 1202 | 
            +
            "O Foreman definirá explicitamente o ambiente puppet na saída yaml ENC. Isto "
         | 
| 1203 | 
            +
            "evitará conflitos entre o ambiente no puppet.conf e o ambiente definido no "
         | 
| 1204 | 
            +
            "Foreman"
         | 
| 1028 1205 |  | 
| 1029 1206 | 
             
            #: ../lib/foreman_puppet/register.rb:19
         | 
| 1030 1207 | 
             
            msgid "ENC environment"
         | 
| @@ -1043,29 +1220,34 @@ msgid "Config Management" | |
| 1043 1220 | 
             
            msgstr "Gerenciamento de configuração"
         | 
| 1044 1221 |  | 
| 1045 1222 | 
             
            #: ../lib/foreman_puppet/register.rb:30
         | 
| 1046 | 
            -
            msgid " | 
| 1047 | 
            -
             | 
| 1223 | 
            +
            msgid ""
         | 
| 1224 | 
            +
            "Duration in minutes after servers reporting via Puppet are classed as out of"
         | 
| 1225 | 
            +
            " sync."
         | 
| 1226 | 
            +
            msgstr ""
         | 
| 1227 | 
            +
            "Duração em minutos depois que os servidores que geram relatórios via Puppet "
         | 
| 1228 | 
            +
            "são classificado como fora de sincronização."
         | 
| 1048 1229 |  | 
| 1049 1230 | 
             
            #: ../lib/foreman_puppet/register.rb:32
         | 
| 1050 1231 | 
             
            msgid "Puppet interval"
         | 
| 1051 1232 | 
             
            msgstr "Intervalo de Puppet"
         | 
| 1052 1233 |  | 
| 1053 1234 | 
             
            #: ../lib/foreman_puppet/register.rb:35
         | 
| 1054 | 
            -
            msgid " | 
| 1055 | 
            -
             | 
| 1235 | 
            +
            msgid ""
         | 
| 1236 | 
            +
            "Disable host configuration status turning to out of sync for %s after report"
         | 
| 1237 | 
            +
            " does not arrive within configured interval"
         | 
| 1238 | 
            +
            msgstr ""
         | 
| 1239 | 
            +
            "Desabilitar o status de configuração do host para que fique fora de "
         | 
| 1240 | 
            +
            "sincronização para %s depois que o relatório não chegar no intervalo "
         | 
| 1241 | 
            +
            "configurado"
         | 
| 1056 1242 |  | 
| 1057 1243 | 
             
            #: ../lib/foreman_puppet/register.rb:37
         | 
| 1058 1244 | 
             
            msgid "%s out of sync disabled"
         | 
| 1059 1245 | 
             
            msgstr "%s fora de sincronização desabilitado"
         | 
| 1060 1246 |  | 
| 1061 | 
            -
            #: ../lib/foreman_puppet/register.rb: | 
| 1247 | 
            +
            #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
         | 
| 1062 1248 | 
             
            msgid "Puppet ENC"
         | 
| 1063 1249 | 
             
            msgstr ""
         | 
| 1064 1250 |  | 
| 1065 | 
            -
            #: ../webpack/src/Components/Environments/Welcome.js:13
         | 
| 1066 | 
            -
            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>"
         | 
| 1067 | 
            -
            msgstr ""
         | 
| 1068 | 
            -
             | 
| 1069 1251 | 
             
            #: ../webpack/src/foreman_class_edit.js:146
         | 
| 1070 1252 | 
             
            msgid "Click to remove config group"
         | 
| 1071 1253 | 
             
            msgstr "Clique para remover o grupo de configuração"
         | 
| @@ -1078,10 +1260,6 @@ msgstr "Remover" | |
| 1078 1260 | 
             
            msgid "Loading parameters..."
         | 
| 1079 1261 | 
             
            msgstr "Carregando parâmetros..."
         | 
| 1080 1262 |  | 
| 1081 | 
            -
            #: ../webpack/src/foreman_puppet_host_form.js:102
         | 
| 1082 | 
            -
            msgid "Some Puppet Classes are unavailable in the selected environment"
         | 
| 1083 | 
            -
            msgstr ""
         | 
| 1084 | 
            -
             | 
| 1085 1263 | 
             
            #: action_names.rb:2
         | 
| 1086 1264 | 
             
            msgid "Action with sub plans"
         | 
| 1087 1265 | 
             
            msgstr "Ação com subplanos "
         |