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 | 
             
            # Lukáš Zapletal, 2021
         | 
| 8 8 | 
             
            # Michael Moll, 2021
         | 
| @@ -21,15 +21,15 @@ | |
| 21 21 | 
             
            # Christina Gurski <Gurski_christina@yahoo.de>, 2021
         | 
| 22 22 | 
             
            # Martin Zimmermann <martin.zimmermann@gmx.com>, 2021
         | 
| 23 23 | 
             
            # Crited <Alexander.Stoll@netways.de>, 2021
         | 
| 24 | 
            -
            #  | 
| 25 | 
            -
             | 
| 24 | 
            +
            # 
         | 
| 25 | 
            +
            #, fuzzy
         | 
| 26 26 | 
             
            msgid ""
         | 
| 27 27 | 
             
            msgstr ""
         | 
| 28 | 
            -
            "Project-Id-Version: foreman_puppet  | 
| 28 | 
            +
            "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
         | 
| 29 29 | 
             
            "Report-Msgid-Bugs-To: \n"
         | 
| 30 | 
            -
            "POT-Creation-Date:  | 
| 30 | 
            +
            "POT-Creation-Date: 2021-11-10 11:17+0000\n"
         | 
| 31 31 | 
             
            "PO-Revision-Date: 2021-02-03 16:30+0000\n"
         | 
| 32 | 
            -
            "Last-Translator:  | 
| 32 | 
            +
            "Last-Translator: Crited <Alexander.Stoll@netways.de>, 2021\n"
         | 
| 33 33 | 
             
            "Language-Team: German (https://www.transifex.com/foreman/teams/114/de/)\n"
         | 
| 34 34 | 
             
            "MIME-Version: 1.0\n"
         | 
| 35 35 | 
             
            "Content-Type: text/plain; charset=UTF-8\n"
         | 
| @@ -38,24 +38,43 @@ msgstr "" | |
| 38 38 | 
             
            "Plural-Forms: nplurals=2; plural=(n != 1);\n"
         | 
| 39 39 |  | 
| 40 40 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
         | 
| 41 | 
            -
            msgid " | 
| 42 | 
            -
             | 
| 41 | 
            +
            msgid ""
         | 
| 42 | 
            +
            "Ignored environment names resulting in booleans found. Please quote strings "
         | 
| 43 | 
            +
            "like true/false and yes/no in config/ignored_environments.yml"
         | 
| 44 | 
            +
            msgstr ""
         | 
| 45 | 
            +
            "Ignorierte Umgebungsnamen, was dazu führt, dass boolesche Werte gefunden "
         | 
| 46 | 
            +
            "werden. Bitte zitieren Sie Strings wie true/false und yes/no in "
         | 
| 47 | 
            +
            "config/ignored_environments.yml"
         | 
| 43 48 |  | 
| 44 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 | 
| 49 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
         | 
| 50 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
         | 
| 45 51 | 
             
            msgid "No changes to your environments detected"
         | 
| 46 52 | 
             
            msgstr "Keine Änderungen an Ihren Umgebungen entdeckt"
         | 
| 47 53 |  | 
| 48 54 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
         | 
| 49 | 
            -
            msgid " | 
| 50 | 
            -
             | 
| 55 | 
            +
            msgid ""
         | 
| 56 | 
            +
            "Successfully updated environments and Puppet classes from the on-disk Puppet"
         | 
| 57 | 
            +
            " installation"
         | 
| 58 | 
            +
            msgstr ""
         | 
| 59 | 
            +
            "Umgebungen und Puppet-Klassen wurden erfolgreich von der Puppet-"
         | 
| 60 | 
            +
            "Festplatteninstallation aktualisiert"
         | 
| 51 61 |  | 
| 52 62 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
         | 
| 53 | 
            -
            msgid " | 
| 54 | 
            -
             | 
| 63 | 
            +
            msgid ""
         | 
| 64 | 
            +
            "Failed to update environments and Puppet classes from the on-disk Puppet "
         | 
| 65 | 
            +
            "installation: %s"
         | 
| 66 | 
            +
            msgstr ""
         | 
| 67 | 
            +
            "Fehler beim Aktualisieren von Umgebungen und Puppet-Klassen von der lokalen "
         | 
| 68 | 
            +
            "Puppet Installation: %s"
         | 
| 55 69 |  | 
| 56 70 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
         | 
| 57 | 
            -
            msgid " | 
| 58 | 
            -
             | 
| 71 | 
            +
            msgid ""
         | 
| 72 | 
            +
            "No smart proxy was found to import environments from, ensure that at least "
         | 
| 73 | 
            +
            "one smart proxy is registered with the 'puppet' feature"
         | 
| 74 | 
            +
            msgstr ""
         | 
| 75 | 
            +
            "Es wurde kein Smart-Proxy gefunden, von dem Umgebungen importiert werden "
         | 
| 76 | 
            +
            "können. Stellen Sie sicher, dass mindestens ein Smart-Proxy, mit dem "
         | 
| 77 | 
            +
            "\"Puppet\" Feature, registriert wurde."
         | 
| 59 78 |  | 
| 60 79 | 
             
            #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
         | 
| 61 80 | 
             
            msgid "Ignored environments: %s"
         | 
| @@ -85,41 +104,59 @@ msgstr "Veraltet zu Gunsten von hostgroup/puppet_attributes/puppetclass_ids" | |
| 85 104 | 
             
            msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
         | 
| 86 105 | 
             
            msgstr "Veraltet zu Gunsten von hostgroup/puppet_attributes/config_group_ids"
         | 
| 87 106 |  | 
| 88 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 | 
| 107 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
         | 
| 108 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
         | 
| 89 109 | 
             
            msgid "ID of associated puppet Environment"
         | 
| 90 110 | 
             
            msgstr "ID der zugehörigen Puppetumgebung"
         | 
| 91 111 |  | 
| 92 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 | 
| 112 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
         | 
| 113 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
         | 
| 93 114 | 
             
            msgid "IDs of associated Puppetclasses"
         | 
| 94 115 | 
             
            msgstr "IDs der zugehörigen Puppetklassen"
         | 
| 95 116 |  | 
| 96 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 | 
| 117 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
         | 
| 118 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
         | 
| 97 119 | 
             
            msgid "IDs of associated ConfigGroups"
         | 
| 98 120 | 
             
            msgstr "IDs der zugehörigen ConfigGrouppen"
         | 
| 99 121 |  | 
| 100 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 122 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
         | 
| 101 123 | 
             
            msgid "Import puppet classes from puppet proxy"
         | 
| 102 124 | 
             
            msgstr "Puppet-Klassen vom Puppet-Proxy importieren"
         | 
| 103 125 |  | 
| 104 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 126 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
         | 
| 127 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
         | 
| 105 128 | 
             
            msgid "Import puppet classes from puppet proxy for an environment"
         | 
| 106 129 | 
             
            msgstr "Puppet-Klassen von Puppet-Proxy für eine Umgebung importieren"
         | 
| 107 130 |  | 
| 108 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 109 | 
            -
            msgid " | 
| 110 | 
            -
             | 
| 131 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
         | 
| 132 | 
            +
            msgid ""
         | 
| 133 | 
            +
            "Optional comma-delimited stringcontaining either 'new', 'updated', or "
         | 
| 134 | 
            +
            "'obsolete'that is used to limit the imported Puppet classes"
         | 
| 135 | 
            +
            msgstr ""
         | 
| 136 | 
            +
            "Optionale durch Kommas getrennte Zeichenfolge, die entweder 'neu', "
         | 
| 137 | 
            +
            "'aktualisiert' oder 'veraltet' enthält, die verwendet wird, um die "
         | 
| 138 | 
            +
            "importierten Puppet-Klassen einzuschränken"
         | 
| 111 139 |  | 
| 112 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 113 | 
            -
            msgid " | 
| 114 | 
            -
             | 
| 140 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
         | 
| 141 | 
            +
            msgid ""
         | 
| 142 | 
            +
            "Failed to update the environments and Puppet classes from the on-disk puppet"
         | 
| 143 | 
            +
            " installation: %s"
         | 
| 144 | 
            +
            msgstr ""
         | 
| 145 | 
            +
            "Fehler beim Aktualisieren von Umgebungen und Puppet-Klassen von der Puppet-"
         | 
| 146 | 
            +
            "Festplatteninstallation: %s"
         | 
| 115 147 |  | 
| 116 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 148 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
         | 
| 117 149 | 
             
            msgid "The requested environment cannot be found."
         | 
| 118 | 
            -
            msgstr " | 
| 150 | 
            +
            msgstr ""
         | 
| 119 151 |  | 
| 120 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb: | 
| 121 | 
            -
             | 
| 122 | 
            -
             | 
| 152 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
         | 
| 153 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
         | 
| 154 | 
            +
            msgid ""
         | 
| 155 | 
            +
            "No proxy found to import classes from, ensure that the smart proxy has the "
         | 
| 156 | 
            +
            "Puppet feature enabled."
         | 
| 157 | 
            +
            msgstr ""
         | 
| 158 | 
            +
            "Kein Proxy für den Import von Klassen gefunden. Bitte stellen Sie sicher, "
         | 
| 159 | 
            +
            "dass die Puppet-Funktion für den Smart-Proxy aktiviert ist."
         | 
| 123 160 |  | 
| 124 161 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
         | 
| 125 162 | 
             
            msgid "List template combination"
         | 
| @@ -139,13 +176,15 @@ msgstr "Vorlagen-Kombination aktualisieren" | |
| 139 176 |  | 
| 140 177 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:21
         | 
| 141 178 | 
             
            msgid "ID of Puppet environment"
         | 
| 142 | 
            -
            msgstr " | 
| 179 | 
            +
            msgstr ""
         | 
| 143 180 |  | 
| 144 181 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:26
         | 
| 145 182 | 
             
            msgid "environment id"
         | 
| 146 183 | 
             
            msgstr "Umgebungs-ID"
         | 
| 147 184 |  | 
| 148 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 | 
| 185 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
         | 
| 186 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
         | 
| 187 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
         | 
| 149 188 | 
             
            msgid "ID of environment"
         | 
| 150 189 | 
             
            msgstr "Umgebungskennung"
         | 
| 151 190 |  | 
| @@ -169,7 +208,8 @@ msgstr "Veraltet zu Gunsten von host/puppet_attributes/puppetclass_ids" | |
| 169 208 | 
             
            msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
         | 
| 170 209 | 
             
            msgstr "Veraltet zu Gunsten von host/puppet_attributes/config_group_ids"
         | 
| 171 210 |  | 
| 172 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 | 
| 211 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
         | 
| 212 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
         | 
| 173 213 | 
             
            msgid "No environment selected!"
         | 
| 174 214 | 
             
            msgstr "Es wurde keine Umgebung ausgewählt!"
         | 
| 175 215 |  | 
| @@ -195,21 +235,29 @@ msgstr "Einstellung von %{proxy_type} Proxy für %{host} fehlgeschlagen." | |
| 195 235 |  | 
| 196 236 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
         | 
| 197 237 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
         | 
| 198 | 
            -
            msgstr " | 
| 238 | 
            +
            msgstr ""
         | 
| 239 | 
            +
            "Der %{proxy_type} Proxy der ausgewählten Hosts wurde gesetzt auf "
         | 
| 240 | 
            +
            "%{proxy_name}"
         | 
| 199 241 |  | 
| 200 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 | 
| 242 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
         | 
| 243 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
         | 
| 201 244 | 
             
            msgid "The %{proxy_type} proxy of the selected hosts was cleared."
         | 
| 202 245 | 
             
            msgstr "Der %{proxy_type} Proxy der ausgewählten Hosts wurde gelöscht."
         | 
| 203 246 |  | 
| 204 | 
            -
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 | 
| 247 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
         | 
| 248 | 
            +
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
         | 
| 205 249 | 
             
            msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
         | 
| 206 | 
            -
            msgid_plural " | 
| 207 | 
            -
             | 
| 208 | 
            -
            msgstr[ | 
| 250 | 
            +
            msgid_plural ""
         | 
| 251 | 
            +
            "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
         | 
| 252 | 
            +
            msgstr[0] ""
         | 
| 253 | 
            +
            msgstr[1] ""
         | 
| 209 254 |  | 
| 210 255 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
         | 
| 211 | 
            -
            msgid " | 
| 212 | 
            -
             | 
| 256 | 
            +
            msgid ""
         | 
| 257 | 
            +
            "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
         | 
| 258 | 
            +
            msgstr ""
         | 
| 259 | 
            +
            "Der %{proxy_type} Proxy der ausgewählten Hosts wurde auf %{proxy_name} "
         | 
| 260 | 
            +
            "gesetzt."
         | 
| 213 261 |  | 
| 214 262 | 
             
            #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
         | 
| 215 263 | 
             
            msgid "Puppet"
         | 
| @@ -255,7 +303,12 @@ msgstr "Umgebungen pro Standort auflisten" | |
| 255 303 | 
             
            msgid "List environments per organization"
         | 
| 256 304 | 
             
            msgstr "Umgebungen pro Organisation auflisten"
         | 
| 257 305 |  | 
| 258 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 | 
| 306 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
         | 
| 307 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
         | 
| 308 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
         | 
| 309 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
         | 
| 310 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
         | 
| 311 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
         | 
| 259 312 | 
             
            msgid "ID of Puppet class"
         | 
| 260 313 | 
             
            msgstr "Kennung der Puppet-Klasse"
         | 
| 261 314 |  | 
| @@ -283,7 +336,10 @@ msgstr "Alle Puppet-Klassen-Kennungen für den Host auflisten" | |
| 283 336 | 
             
            msgid "Add a Puppet class to host"
         | 
| 284 337 | 
             
            msgstr "Puppet-Klasse dem Host zuweisen"
         | 
| 285 338 |  | 
| 286 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 | 
| 339 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
         | 
| 340 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
         | 
| 341 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
         | 
| 342 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
         | 
| 287 343 | 
             
            msgid "ID of host"
         | 
| 288 344 | 
             
            msgstr "Hostkennung"
         | 
| 289 345 |  | 
| @@ -299,7 +355,10 @@ msgstr "Alle Puppet-Klassen-Kennungen für die Hostgruppe auflisten" | |
| 299 355 | 
             
            msgid "Add a Puppet class to host group"
         | 
| 300 356 | 
             
            msgstr "Puppet-Klasse der Hostgruppe zuweisen"
         | 
| 301 357 |  | 
| 302 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 | 
| 358 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
         | 
| 359 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
         | 
| 360 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
         | 
| 361 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
         | 
| 303 362 | 
             
            msgid "ID of host group"
         | 
| 304 363 | 
             
            msgstr "Kennung der Hostgruppe"
         | 
| 305 364 |  | 
| @@ -309,15 +368,20 @@ msgstr "Puppet-Klasse von Hostgruppe entfernen" | |
| 309 368 |  | 
| 310 369 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
         | 
| 311 370 | 
             
            msgid "List of override values for a specific smart class parameter"
         | 
| 312 | 
            -
            msgstr " | 
| 371 | 
            +
            msgstr ""
         | 
| 372 | 
            +
            "Liste der Überschreibungswerte für einen bestimmten Smart-Klassenparameter"
         | 
| 313 373 |  | 
| 314 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 | 
| 374 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
         | 
| 375 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
         | 
| 376 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
         | 
| 377 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
         | 
| 315 378 | 
             
            msgid "Display hidden values"
         | 
| 316 379 | 
             
            msgstr "Versteckte Werte anzeigen"
         | 
| 317 380 |  | 
| 318 381 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27
         | 
| 319 382 | 
             
            msgid "Show an override value for a specific smart class parameter"
         | 
| 320 | 
            -
            msgstr " | 
| 383 | 
            +
            msgstr ""
         | 
| 384 | 
            +
            "Überschreibungswert für einen bestimmten Smart-Klassenparameter anzeigen"
         | 
| 321 385 |  | 
| 322 386 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:37
         | 
| 323 387 | 
             
            msgid "Override match"
         | 
| @@ -325,7 +389,9 @@ msgstr "Übereinstimmung überschreiben" | |
| 325 389 |  | 
| 326 390 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:38
         | 
| 327 391 | 
             
            msgid "Override value, required if omit is false"
         | 
| 328 | 
            -
            msgstr " | 
| 392 | 
            +
            msgstr ""
         | 
| 393 | 
            +
            "Überschreibungswert, wird benötigt falls der Parameter \"Übergehen\" den "
         | 
| 394 | 
            +
            "Wert \"false\" hat"
         | 
| 329 395 |  | 
| 330 396 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:39
         | 
| 331 397 | 
             
            msgid "Foreman will not send this parameter in classification output"
         | 
| @@ -333,15 +399,19 @@ msgstr "Foreman sendet diesen Parameter nicht in die Klassifikationsausgabe" | |
| 333 399 |  | 
| 334 400 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43
         | 
| 335 401 | 
             
            msgid "Create an override value for a specific smart class parameter"
         | 
| 336 | 
            -
            msgstr " | 
| 402 | 
            +
            msgstr ""
         | 
| 403 | 
            +
            "Überschreibungswert für einen bestimmten Smart-Klassenparameter erzeugen"
         | 
| 337 404 |  | 
| 338 405 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
         | 
| 339 406 | 
             
            msgid "Update an override value for a specific smart class parameter"
         | 
| 340 | 
            -
            msgstr " | 
| 407 | 
            +
            msgstr ""
         | 
| 408 | 
            +
            "Überschreibungswert für einen bestimmten Smart-Klassenparameter "
         | 
| 409 | 
            +
            "aktualisieren"
         | 
| 341 410 |  | 
| 342 411 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
         | 
| 343 412 | 
             
            msgid "Delete an override value for a specific smart class parameter"
         | 
| 344 | 
            -
            msgstr " | 
| 413 | 
            +
            msgstr ""
         | 
| 414 | 
            +
            "Überschreibungswert für einen bestimmten Smart-Klassenparameter löschen"
         | 
| 345 415 |  | 
| 346 416 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
         | 
| 347 417 | 
             
            msgid "%{model} with id '%{id}' was not found"
         | 
| @@ -412,8 +482,12 @@ msgid "List of smart class parameters for a specific environment" | |
| 412 482 | 
             
            msgstr "Liste der Smart-Klassenparameter für eine bestimmte Umgebung"
         | 
| 413 483 |  | 
| 414 484 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
         | 
| 415 | 
            -
            msgid " | 
| 416 | 
            -
             | 
| 485 | 
            +
            msgid ""
         | 
| 486 | 
            +
            "List of smart class parameters for a specific environment/Puppet class "
         | 
| 487 | 
            +
            "combination"
         | 
| 488 | 
            +
            msgstr ""
         | 
| 489 | 
            +
            "Liste der Smart-Klassenparameter für eine bestimmte Umgebung/Puppet-Klasse-"
         | 
| 490 | 
            +
            "Kombination"
         | 
| 417 491 |  | 
| 418 492 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
         | 
| 419 493 | 
             
            msgid "Show a smart class parameter"
         | 
| @@ -440,10 +514,16 @@ msgid "When enabled the parameter is hidden in the UI" | |
| 440 514 | 
             
            msgstr "Wenn aktiviert, so ist der Parameter im UI verborgen "
         | 
| 441 515 |  | 
| 442 516 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
         | 
| 443 | 
            -
            msgid " | 
| 444 | 
            -
             | 
| 517 | 
            +
            msgid ""
         | 
| 518 | 
            +
            "Foreman will not send this parameter in classification output.Puppet will "
         | 
| 519 | 
            +
            "use the value defined in the Puppet manifest for this parameter"
         | 
| 520 | 
            +
            msgstr ""
         | 
| 521 | 
            +
            "Foreman sendet diesen Parameter nicht in der Klassifizierungsausgabe. Puppet"
         | 
| 522 | 
            +
            " verwendet den Wert, der im Puppet-Manifest für diesen Parameter definiert "
         | 
| 523 | 
            +
            "ist"
         | 
| 445 524 |  | 
| 446 | 
            -
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 | 
| 525 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
         | 
| 526 | 
            +
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
         | 
| 447 527 | 
             
            msgid "The order in which values are resolved"
         | 
| 448 528 | 
             
            msgstr "Reihenfolge, in der Werte aufgelöst werden"
         | 
| 449 529 |  | 
| @@ -460,8 +540,12 @@ msgid "Types of variable values" | |
| 460 540 | 
             
            msgstr "Typen von Variablenwerten"
         | 
| 461 541 |  | 
| 462 542 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
         | 
| 463 | 
            -
            msgid " | 
| 464 | 
            -
             | 
| 543 | 
            +
            msgid ""
         | 
| 544 | 
            +
            "If true, will raise an error if there is no default value and no matcher "
         | 
| 545 | 
            +
            "provide a value"
         | 
| 546 | 
            +
            msgstr ""
         | 
| 547 | 
            +
            "Falls \"True\", wird dies einen Fehler erzeugen, wenn es keinen Standardwert"
         | 
| 548 | 
            +
            " gibt und kein Treffer einen Wert liefert"
         | 
| 465 549 |  | 
| 466 550 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
         | 
| 467 551 | 
             
            msgid "Merge all matching values (only array/hash type)"
         | 
| @@ -469,7 +553,9 @@ msgstr "Alle übereinstimmenden Werte (nur vom Typ Array/Hash) zusammenführen" | |
| 469 553 |  | 
| 470 554 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
         | 
| 471 555 | 
             
            msgid "Include default value when merging all matching values"
         | 
| 472 | 
            -
            msgstr " | 
| 556 | 
            +
            msgstr ""
         | 
| 557 | 
            +
            "Standardwert einschließen, wenn alle übereinstimmenden Werte zusammengeführt"
         | 
| 558 | 
            +
            " werden"
         | 
| 473 559 |  | 
| 474 560 | 
             
            #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
         | 
| 475 561 | 
             
            msgid "Remove duplicate values (only array type)"
         | 
| @@ -480,14 +566,19 @@ msgid "Successfully overridden all parameters of Puppet class %s" | |
| 480 566 | 
             
            msgstr "Alle Parameter von Puppet-Klasse %s erfolgreich überschrieben"
         | 
| 481 567 |  | 
| 482 568 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
         | 
| 483 | 
            -
            msgid " | 
| 484 | 
            -
             | 
| 569 | 
            +
            msgid ""
         | 
| 570 | 
            +
            "Successfully reset all parameters of Puppet class %s to their default values"
         | 
| 571 | 
            +
            msgstr ""
         | 
| 572 | 
            +
            "Alle Parameter von Puppet-Klasse %s erfolgreich auf ihre Standardwerte "
         | 
| 573 | 
            +
            "zurückgesetzt"
         | 
| 485 574 |  | 
| 486 575 | 
             
            #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
         | 
| 487 576 | 
             
            msgid "No parameters to override for Puppet class %s"
         | 
| 488 577 | 
             
            msgstr "Keine Parameter für Puppet-Klasse %s zu überschreiben"
         | 
| 489 578 |  | 
| 490 | 
            -
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13 | 
| 579 | 
            +
            #: ../app/helpers/foreman_puppet/environments_helper.rb:13
         | 
| 580 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:5
         | 
| 581 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:9
         | 
| 491 582 | 
             
            msgid "Create Puppet Environment"
         | 
| 492 583 | 
             
            msgstr "Puppet-Umgebung erstellen"
         | 
| 493 584 |  | 
| @@ -538,18 +629,23 @@ msgid "" | |
| 538 629 | 
             
            "        <b>Matcher:</b> %{matcher}<br/>\n"
         | 
| 539 630 | 
             
            "        <b>Inherited value:</b> %{inherited_value}"
         | 
| 540 631 | 
             
            msgstr ""
         | 
| 541 | 
            -
            "<b>Beschreibung | 
| 542 | 
            -
            " | 
| 543 | 
            -
            " | 
| 544 | 
            -
            " | 
| 632 | 
            +
            "<b>Beschreibung</b>: %{desc}<br/>\n"
         | 
| 633 | 
            +
            "<b>Typ</b>: %{Typ} <br/>\n"
         | 
| 634 | 
            +
            "<b> Matcher</b>: %{matcher}<br/>\n"
         | 
| 635 | 
            +
            "<b>Geerbter Wert:</b> %{inherited_value}"
         | 
| 545 636 |  | 
| 546 637 | 
             
            #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113
         | 
| 547 638 | 
             
            msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
         | 
| 548 | 
            -
            msgstr " | 
| 639 | 
            +
            msgstr ""
         | 
| 640 | 
            +
            "Erforderlicher Parameter ohne Wert.<br/><b>Bitte überschreiben!</b><br/>"
         | 
| 549 641 |  | 
| 550 642 | 
             
            #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
         | 
| 551 | 
            -
            msgid " | 
| 552 | 
            -
             | 
| 643 | 
            +
            msgid ""
         | 
| 644 | 
            +
            "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
         | 
| 645 | 
            +
            " will be empty.</i><br/>"
         | 
| 646 | 
            +
            msgstr ""
         | 
| 647 | 
            +
            "Optionaler Parameter ohne Wert. <br/><i>Wird weiterhin von Foreman "
         | 
| 648 | 
            +
            "verwaltet, der Wert ist leer. </i><br/>"
         | 
| 553 649 |  | 
| 554 650 | 
             
            #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
         | 
| 555 651 | 
             
            msgid "Empty environment"
         | 
| @@ -582,10 +678,11 @@ msgstr "Importiere Klassen von %s" | |
| 582 678 | 
             
            #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:45
         | 
| 583 679 | 
             
            msgid "%{name} has %{num_tag} class"
         | 
| 584 680 | 
             
            msgid_plural "%{name} has %{num_tag} classes"
         | 
| 585 | 
            -
            msgstr[0] " | 
| 586 | 
            -
            msgstr[1] " | 
| 681 | 
            +
            msgstr[0] ""
         | 
| 682 | 
            +
            msgstr[1] ""
         | 
| 587 683 |  | 
| 588 | 
            -
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 | 
| 684 | 
            +
            #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
         | 
| 685 | 
            +
            #: ../webpack/src/foreman_class_edit.js:55
         | 
| 589 686 | 
             
            msgid "Click to remove %s"
         | 
| 590 687 | 
             
            msgstr "Klicken um %s zu entfernen"
         | 
| 591 688 |  | 
| @@ -593,7 +690,8 @@ msgstr "Klicken um %s zu entfernen" | |
| 593 690 | 
             
            msgid "Click to add %s"
         | 
| 594 691 | 
             
            msgstr "Klicken, um %s hinzuzufügen"
         | 
| 595 692 |  | 
| 596 | 
            -
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 | 
| 693 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
         | 
| 694 | 
            +
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
         | 
| 597 695 | 
             
            msgid "None"
         | 
| 598 696 | 
             
            msgstr "Keine"
         | 
| 599 697 |  | 
| @@ -634,8 +732,12 @@ msgid "Operating system default" | |
| 634 732 | 
             
            msgstr "Betriebssystemvorgabe"
         | 
| 635 733 |  | 
| 636 734 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
         | 
| 637 | 
            -
            msgid " | 
| 638 | 
            -
             | 
| 735 | 
            +
            msgid ""
         | 
| 736 | 
            +
            "The final entry, Operating System default, can be set by editing the %s "
         | 
| 737 | 
            +
            "page."
         | 
| 738 | 
            +
            msgstr ""
         | 
| 739 | 
            +
            "Der letzte Eintrag, Betriebssystemvorgabe, kann durch die Seite %s geändert "
         | 
| 740 | 
            +
            "werden."
         | 
| 639 741 |  | 
| 640 742 | 
             
            #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
         | 
| 641 743 | 
             
            msgid "Operating System"
         | 
| @@ -650,12 +752,20 @@ msgid "%{puppetclass} does not belong to the %{environment} environment" | |
| 650 752 | 
             
            msgstr "%{puppetclass} gehört nicht zur %{environment}-Umgebung"
         | 
| 651 753 |  | 
| 652 754 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
         | 
| 653 | 
            -
            msgid " | 
| 654 | 
            -
             | 
| 755 | 
            +
            msgid ""
         | 
| 756 | 
            +
            "Failed to import %{klass} for %{name}: doesn't exists in our database - "
         | 
| 757 | 
            +
            "ignoring"
         | 
| 758 | 
            +
            msgstr ""
         | 
| 759 | 
            +
            "Fehler beim Importieren der Klasse %{class} for %{name}: existiert nicht in "
         | 
| 760 | 
            +
            "der Datenbank - wird ignoriert"
         | 
| 655 761 |  | 
| 656 762 | 
             
            #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
         | 
| 657 | 
            -
            msgid " | 
| 658 | 
            -
             | 
| 763 | 
            +
            msgid ""
         | 
| 764 | 
            +
            "with id %{object_id} doesn't exist or is not assigned to proper organization"
         | 
| 765 | 
            +
            " and/or location"
         | 
| 766 | 
            +
            msgstr ""
         | 
| 767 | 
            +
            "mit der ID %{object_id} existiert nicht oder ist nicht der richtigen "
         | 
| 768 | 
            +
            "Organisation und/oder dem richtigen Standort zugeordnet"
         | 
| 659 769 |  | 
| 660 770 | 
             
            #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
         | 
| 661 771 | 
             
            msgid "must be true to edit the parameter"
         | 
| @@ -709,7 +819,11 @@ msgstr "Veraltete auswählen/abwählen" | |
| 709 819 | 
             
            msgid "Check/Uncheck all"
         | 
| 710 820 | 
             
            msgstr "Alle auswählen/abwählen"
         | 
| 711 821 |  | 
| 712 | 
            -
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 | 
| 822 | 
            +
            #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
         | 
| 823 | 
            +
            #: ../app/views/foreman_puppet/environments/_form.html.erb:4
         | 
| 824 | 
            +
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
         | 
| 825 | 
            +
            #: ../app/views/hosts/select_multiple_environment.html.erb:7
         | 
| 826 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 713 827 | 
             
            msgid "Environment"
         | 
| 714 828 | 
             
            msgstr "Umgebung"
         | 
| 715 829 |  | 
| @@ -749,19 +863,20 @@ msgstr "Abbrechen" | |
| 749 863 | 
             
            msgid "Update"
         | 
| 750 864 | 
             
            msgstr "Aktualisieren"
         | 
| 751 865 |  | 
| 752 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 866 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
         | 
| 753 867 | 
             
            msgid "included already from parent"
         | 
| 754 868 | 
             
            msgstr "bereits in der Hostgruppe einbegriffen"
         | 
| 755 869 |  | 
| 756 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 870 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 871 | 
            +
            #: ../app/views/provisioning_templates/_combination.html.erb:4
         | 
| 757 872 | 
             
            msgid "Remove"
         | 
| 758 873 | 
             
            msgstr "Entfernen"
         | 
| 759 874 |  | 
| 760 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 875 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
         | 
| 761 876 | 
             
            msgid "Add"
         | 
| 762 877 | 
             
            msgstr "Hinzufügen"
         | 
| 763 878 |  | 
| 764 | 
            -
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb: | 
| 879 | 
            +
            #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
         | 
| 765 880 | 
             
            msgid "%s is not in environment"
         | 
| 766 881 | 
             
            msgstr "%s befindet sich nicht in der Umgebung"
         | 
| 767 882 |  | 
| @@ -773,41 +888,62 @@ msgstr "Einbezogene Konfigurationsklassen" | |
| 773 888 | 
             
            msgid "Available Config Groups"
         | 
| 774 889 | 
             
            msgstr "Verfügbare Konfigurationsgruppen"
         | 
| 775 890 |  | 
| 776 | 
            -
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 | 
| 891 | 
            +
            #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
         | 
| 892 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:1
         | 
| 893 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
         | 
| 777 894 | 
             
            msgid "Edit %s"
         | 
| 778 895 | 
             
            msgstr "%s bearbeiten"
         | 
| 779 896 |  | 
| 780 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 | 
| 897 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
         | 
| 898 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
         | 
| 899 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
         | 
| 900 | 
            +
            #: ../lib/foreman_puppet/register.rb:171
         | 
| 781 901 | 
             
            msgid "Config Groups"
         | 
| 782 902 | 
             
            msgstr "Konfigurationsgruppen"
         | 
| 783 903 |  | 
| 784 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5 | 
| 904 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
         | 
| 905 | 
            +
            #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
         | 
| 906 | 
            +
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
         | 
| 785 907 | 
             
            msgid "Create Config Group"
         | 
| 786 908 | 
             
            msgstr "Konfigurationsgruppe erstellen"
         | 
| 787 909 |  | 
| 788 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11 | 
| 910 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
         | 
| 911 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
         | 
| 789 912 | 
             
            msgid "Puppet Classes"
         | 
| 790 913 | 
             
            msgstr "Puppet-Klassen"
         | 
| 791 914 |  | 
| 792 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12 | 
| 915 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
         | 
| 916 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:9
         | 
| 917 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
         | 
| 793 918 | 
             
            msgid "Hosts"
         | 
| 794 919 | 
             
            msgstr "Hosts"
         | 
| 795 920 |  | 
| 796 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 | 
| 921 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
         | 
| 922 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
         | 
| 797 923 | 
             
            msgid "Host Groups"
         | 
| 798 924 | 
             
            msgstr "Hostgruppen"
         | 
| 799 925 |  | 
| 800 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 | 
| 926 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
         | 
| 927 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:10
         | 
| 928 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
         | 
| 801 929 | 
             
            msgid "Actions"
         | 
| 802 930 | 
             
            msgstr "Aktionen"
         | 
| 803 931 |  | 
| 804 | 
            -
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25 | 
| 932 | 
            +
            #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
         | 
| 933 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
         | 
| 805 934 | 
             
            msgid "Delete %s?"
         | 
| 806 935 | 
             
            msgstr "%s löschen?"
         | 
| 807 936 |  | 
| 808 937 | 
             
            #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
         | 
| 809 | 
            -
            msgid " | 
| 810 | 
            -
             | 
| 938 | 
            +
            msgid ""
         | 
| 939 | 
            +
            "A config group provides a one-step method of associating many Puppet classes"
         | 
| 940 | 
            +
            " to either a host or host group. Typically this would be used to add a "
         | 
| 941 | 
            +
            "particular application profile or stack in one step."
         | 
| 942 | 
            +
            msgstr ""
         | 
| 943 | 
            +
            "Eine Konfigurationsgruppe bietet eine Methode, mit der viele Puppet Klassen "
         | 
| 944 | 
            +
            "einem Host oder einer Hostgruppe zugewiesen werden können. Dadurch kann man "
         | 
| 945 | 
            +
            "typischerweise ein bestimmtes Applikationsprofil oder Stack in einem Schritt"
         | 
| 946 | 
            +
            " zuweisen."
         | 
| 811 947 |  | 
| 812 948 | 
             
            #: ../app/views/foreman_puppet/environments/_form.html.erb:6
         | 
| 813 949 | 
             
            msgid "Locations"
         | 
| @@ -817,7 +953,9 @@ msgstr "Standorte" | |
| 817 953 | 
             
            msgid "Organizations"
         | 
| 818 954 | 
             
            msgstr "Organisationen"
         | 
| 819 955 |  | 
| 820 | 
            -
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5 | 
| 956 | 
            +
            #: ../app/views/foreman_puppet/environments/edit.html.erb:5
         | 
| 957 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:1
         | 
| 958 | 
            +
            #: ../app/views/foreman_puppet/environments/new.html.erb:4
         | 
| 821 959 | 
             
            msgid "Puppet Environments"
         | 
| 822 960 | 
             
            msgstr "Puppet-Umgebungen"
         | 
| 823 961 |  | 
| @@ -825,7 +963,8 @@ msgstr "Puppet-Umgebungen" | |
| 825 963 | 
             
            msgid "Environment|Name"
         | 
| 826 964 | 
             
            msgstr "Name"
         | 
| 827 965 |  | 
| 828 | 
            -
            #: ../app/views/foreman_puppet/environments/index.html.erb:22 | 
| 966 | 
            +
            #: ../app/views/foreman_puppet/environments/index.html.erb:22
         | 
| 967 | 
            +
            #: ../lib/foreman_puppet/register.rb:168
         | 
| 829 968 | 
             
            msgid "Classes"
         | 
| 830 969 | 
             
            msgstr "Klassen"
         | 
| 831 970 |  | 
| @@ -833,7 +972,8 @@ msgstr "Klassen" | |
| 833 972 | 
             
            msgid "Create Environment"
         | 
| 834 973 | 
             
            msgstr "Umgebung erstellen"
         | 
| 835 974 |  | 
| 836 | 
            -
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 | 
| 975 | 
            +
            #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
         | 
| 976 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
         | 
| 837 977 | 
             
            msgid "Puppet environments"
         | 
| 838 978 | 
             
            msgstr "Puppet Umgebungen"
         | 
| 839 979 |  | 
| @@ -850,10 +990,17 @@ msgid "No environments found" | |
| 850 990 | 
             
            msgstr "Keine Umgebungen gefunden"
         | 
| 851 991 |  | 
| 852 992 | 
             
            #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
         | 
| 853 | 
            -
            msgid " | 
| 854 | 
            -
             | 
| 993 | 
            +
            msgid ""
         | 
| 994 | 
            +
            "There are no puppet environments set up on this puppet master. Please check "
         | 
| 995 | 
            +
            "the puppet master configuration."
         | 
| 996 | 
            +
            msgstr ""
         | 
| 997 | 
            +
            "Auf diesem Puppet-Master sind keine Puppet-Umgebungen eingerichtet. Bitte "
         | 
| 998 | 
            +
            "überprüfen Sie die Konfiguration des Puppet-Master."
         | 
| 855 999 |  | 
| 856 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 | 
| 1000 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
         | 
| 1001 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
         | 
| 1002 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
         | 
| 1003 | 
            +
            #: ../lib/foreman_puppet/register.rb:174
         | 
| 857 1004 | 
             
            msgid "Smart Class Parameters"
         | 
| 858 1005 | 
             
            msgstr "Smart-Class-Parameter"
         | 
| 859 1006 |  | 
| @@ -861,7 +1008,9 @@ msgstr "Smart-Class-Parameter" | |
| 861 1008 | 
             
            msgid "Parameter"
         | 
| 862 1009 | 
             
            msgstr "Parameter"
         | 
| 863 1010 |  | 
| 864 | 
            -
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 | 
| 1011 | 
            +
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
         | 
| 1012 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
         | 
| 1013 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
         | 
| 865 1014 | 
             
            msgid "Puppet Class"
         | 
| 866 1015 | 
             
            msgstr "Puppet-Klasse"
         | 
| 867 1016 |  | 
| @@ -870,14 +1019,22 @@ msgid "Number of Overrides" | |
| 870 1019 | 
             
            msgstr "Anzahl der Überschreibungen"
         | 
| 871 1020 |  | 
| 872 1021 | 
             
            #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
         | 
| 873 | 
            -
            msgid " | 
| 874 | 
            -
             | 
| 1022 | 
            +
            msgid ""
         | 
| 1023 | 
            +
            "Parameterized class support permits detecting, importing, and supplying "
         | 
| 1024 | 
            +
            "parameters directly to classes which support it, via the ENC and depending "
         | 
| 1025 | 
            +
            "on a set of rules (Smart Matchers)."
         | 
| 1026 | 
            +
            msgstr ""
         | 
| 1027 | 
            +
            "Die parametrisierte Klassenunterstützung ermöglicht das Erkennen, "
         | 
| 1028 | 
            +
            "Importieren und Übergeben von Parametern direkt an Klassen, die sie "
         | 
| 1029 | 
            +
            "unterstützen, über die ENC und in Abhängigkeit von einem Regelwerk (Smart "
         | 
| 1030 | 
            +
            "Matchers)."
         | 
| 875 1031 |  | 
| 876 1032 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
         | 
| 877 1033 | 
             
            msgid "Included Classes"
         | 
| 878 1034 | 
             
            msgstr "Einbezogene Klassen"
         | 
| 879 1035 |  | 
| 880 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 | 
| 1036 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
         | 
| 1037 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
         | 
| 881 1038 | 
             
            msgid "Not authorized to edit classes"
         | 
| 882 1039 | 
             
            msgstr "Nicht autorisiert Klassen zu bearbeiten"
         | 
| 883 1040 |  | 
| @@ -893,7 +1050,8 @@ msgstr "Verfügbare Klassen" | |
| 893 1050 | 
             
            msgid "Filter classes"
         | 
| 894 1051 | 
             
            msgstr "Filterklassen"
         | 
| 895 1052 |  | 
| 896 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 | 
| 1053 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
         | 
| 1054 | 
            +
            #: ../webpack/src/foreman_class_edit.js:84
         | 
| 897 1055 | 
             
            msgid "belongs to config group"
         | 
| 898 1056 | 
             
            msgstr "gehört zur Konfigurationsgruppe"
         | 
| 899 1057 |  | 
| @@ -910,8 +1068,12 @@ msgid "Omit" | |
| 910 1068 | 
             
            msgstr "Übergehen"
         | 
| 911 1069 |  | 
| 912 1070 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
         | 
| 913 | 
            -
            msgid " | 
| 914 | 
            -
             | 
| 1071 | 
            +
            msgid ""
         | 
| 1072 | 
            +
            "The class could not be saved because of an error in one of the class "
         | 
| 1073 | 
            +
            "parameters."
         | 
| 1074 | 
            +
            msgstr ""
         | 
| 1075 | 
            +
            "Die Klasse konnte aufgrund eines Fehlers in einem Klassenparameter nicht "
         | 
| 1076 | 
            +
            "gespeichert werden."
         | 
| 915 1077 |  | 
| 916 1078 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
         | 
| 917 1079 | 
             
            msgid "Smart Class Parameter"
         | 
| @@ -926,8 +1088,12 @@ msgid "This Puppet class has no parameters in its signature." | |
| 926 1088 | 
             
            msgstr "Diese puppet Klasse hat keine Parameter in ihrer Signatur."
         | 
| 927 1089 |  | 
| 928 1090 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
         | 
| 929 | 
            -
            msgid " | 
| 930 | 
            -
             | 
| 1091 | 
            +
            msgid ""
         | 
| 1092 | 
            +
            "To update the class signature, go to the Puppet Classes page and select "
         | 
| 1093 | 
            +
            "\"Import\"."
         | 
| 1094 | 
            +
            msgstr ""
         | 
| 1095 | 
            +
            "Gehe zu der Puppet Klassen Seite und wähle \"Import\" aus um die "
         | 
| 1096 | 
            +
            "Klassensignatur zu aktualisieren."
         | 
| 931 1097 |  | 
| 932 1098 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
         | 
| 933 1099 | 
             
            msgid "Filter by name"
         | 
| @@ -949,7 +1115,10 @@ msgstr "Puppet-Klasse %s bearbeiten" | |
| 949 1115 | 
             
            msgid "Puppetclass|Name"
         | 
| 950 1116 | 
             
            msgstr "Name"
         | 
| 951 1117 |  | 
| 952 | 
            -
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 | 
| 1118 | 
            +
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
         | 
| 1119 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
         | 
| 1120 | 
            +
            #: ../lib/foreman_puppet/register.rb:165
         | 
| 1121 | 
            +
            #: ../webpack/src/Components/Environments/Welcome.js:21
         | 
| 953 1122 | 
             
            msgid "Environments"
         | 
| 954 1123 | 
             
            msgstr "Umgebungen"
         | 
| 955 1124 |  | 
| @@ -963,28 +1132,34 @@ msgstr "Alle Parameter überschreiben" | |
| 963 1132 |  | 
| 964 1133 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
         | 
| 965 1134 | 
             
            msgid "This will set all parameters of the class %s as overridden. Continue?"
         | 
| 966 | 
            -
            msgstr " | 
| 1135 | 
            +
            msgstr ""
         | 
| 1136 | 
            +
            "Hiermit werden alle Parameter der Klasse %s als \"überschrieben\" gesetzt. "
         | 
| 1137 | 
            +
            "Fortfahren?"
         | 
| 967 1138 |  | 
| 968 1139 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 969 1140 | 
             
            msgid "Set parameters to defaults"
         | 
| 970 1141 | 
             
            msgstr "Parameter auf Standardeinstellungen festlegen"
         | 
| 971 1142 |  | 
| 972 1143 | 
             
            #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
         | 
| 973 | 
            -
            msgid " | 
| 974 | 
            -
             | 
| 1144 | 
            +
            msgid ""
         | 
| 1145 | 
            +
            "This will reset parameters of the class %s to their default values. "
         | 
| 1146 | 
            +
            "Continue?"
         | 
| 1147 | 
            +
            msgstr ""
         | 
| 1148 | 
            +
            "Hiermit werden alle Parameter der Klasse %s auf ihre Standardwerte "
         | 
| 1149 | 
            +
            "zurückgesetzt. Fortfahren?"
         | 
| 975 1150 |  | 
| 976 1151 | 
             
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
         | 
| 977 | 
            -
            msgid "Puppet Class Parameters"
         | 
| 978 | 
            -
            msgstr "Puppet-Klassen Parameter"
         | 
| 979 | 
            -
             | 
| 980 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 981 1152 | 
             
            msgid "Notice"
         | 
| 982 1153 | 
             
            msgstr "Hinweis"
         | 
| 983 1154 |  | 
| 984 | 
            -
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb: | 
| 1155 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
         | 
| 985 1156 | 
             
            msgid "Please select an environment first"
         | 
| 986 1157 | 
             
            msgstr "Bitte zuerst eine Umgebung auswählen"
         | 
| 987 1158 |  | 
| 1159 | 
            +
            #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
         | 
| 1160 | 
            +
            msgid "Puppet Class Parameters"
         | 
| 1161 | 
            +
            msgstr "Puppet-Klassen Parameter"
         | 
| 1162 | 
            +
             | 
| 988 1163 | 
             
            #: ../app/views/hosts/select_multiple_environment.html.erb:4
         | 
| 989 1164 | 
             
            msgid "Select environment"
         | 
| 990 1165 | 
             
            msgstr "Umgebung auswählen"
         | 
| @@ -1013,37 +1188,38 @@ msgstr "Valide Hostgruppen- und Umgebungskombinationen" | |
| 1013 1188 | 
             
            msgid "Add Combination"
         | 
| 1014 1189 | 
             
            msgstr "Kombination hinzufügen"
         | 
| 1015 1190 |  | 
| 1016 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3 | 
| 1191 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
         | 
| 1017 1192 | 
             
            msgid "General"
         | 
| 1018 1193 | 
             
            msgstr "Allgemein"
         | 
| 1019 1194 |  | 
| 1020 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12 | 
| 1195 | 
            +
            #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
         | 
| 1021 1196 | 
             
            msgid "Hosts managed:"
         | 
| 1022 1197 | 
             
            msgstr "Verwaltete Hosts:"
         | 
| 1023 1198 |  | 
| 1024 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:4
         | 
| 1025 | 
            -
            msgid "Certificates"
         | 
| 1026 | 
            -
            msgstr ""
         | 
| 1027 | 
            -
             | 
| 1028 | 
            -
            #: ../app/views/smart_proxies/plugins/_puppet_ca.html.erb:7
         | 
| 1029 | 
            -
            msgid "Autosign entries"
         | 
| 1030 | 
            -
            msgstr ""
         | 
| 1031 | 
            -
             | 
| 1032 1199 | 
             
            #: ../lib/foreman_puppet/register.rb:7
         | 
| 1033 1200 | 
             
            msgid "Facts"
         | 
| 1034 1201 | 
             
            msgstr "Fakten"
         | 
| 1035 1202 |  | 
| 1036 1203 | 
             
            #: ../lib/foreman_puppet/register.rb:10
         | 
| 1037 | 
            -
            msgid " | 
| 1038 | 
            -
             | 
| 1204 | 
            +
            msgid ""
         | 
| 1205 | 
            +
            "Foreman will default to this puppet environment if it cannot auto detect one"
         | 
| 1206 | 
            +
            msgstr ""
         | 
| 1207 | 
            +
            "Foreman nutzt standardmäßig diese Puppet-Umgebung, falls automatisch keine "
         | 
| 1208 | 
            +
            "Umgebung gefunden werden kann"
         | 
| 1039 1209 |  | 
| 1040 1210 | 
             
            #: ../lib/foreman_puppet/register.rb:12
         | 
| 1041 1211 | 
             
            msgid "Default Puppet environment"
         | 
| 1042 1212 | 
             
            msgstr "Standardmäßige Puppet-Umgebung"
         | 
| 1043 1213 |  | 
| 1044 1214 | 
             
            #: ../lib/foreman_puppet/register.rb:16
         | 
| 1045 | 
            -
            msgid " | 
| 1046 | 
            -
             | 
| 1215 | 
            +
            msgid ""
         | 
| 1216 | 
            +
            "Foreman will explicitly set the puppet environment in the ENC yaml output. "
         | 
| 1217 | 
            +
            "This will avoid conflicts between the environment in puppet.conf and the "
         | 
| 1218 | 
            +
            "environment set in Foreman"
         | 
| 1219 | 
            +
            msgstr ""
         | 
| 1220 | 
            +
            "Foreman legt ausdrücklich die Puppet-Umgebung in der ENC-yaml-Ausgabe fest. "
         | 
| 1221 | 
            +
            "Dies vermeidet Konflikte zwischen der Umgebung in der puppet.conf und der in"
         | 
| 1222 | 
            +
            " Foreman festgelegten Umgebung"
         | 
| 1047 1223 |  | 
| 1048 1224 | 
             
            #: ../lib/foreman_puppet/register.rb:19
         | 
| 1049 1225 | 
             
            msgid "ENC environment"
         | 
| @@ -1051,7 +1227,8 @@ msgstr "ENC-Umgebung" | |
| 1051 1227 |  | 
| 1052 1228 | 
             
            #: ../lib/foreman_puppet/register.rb:22
         | 
| 1053 1229 | 
             
            msgid "Foreman will update a host's environment from its facts"
         | 
| 1054 | 
            -
            msgstr " | 
| 1230 | 
            +
            msgstr ""
         | 
| 1231 | 
            +
            "Foreman aktualisiert die Umgebung eines Hosts basierend auf dessen Fakten"
         | 
| 1055 1232 |  | 
| 1056 1233 | 
             
            #: ../lib/foreman_puppet/register.rb:24
         | 
| 1057 1234 | 
             
            msgid "Update environment from facts"
         | 
| @@ -1062,29 +1239,33 @@ msgid "Config Management" | |
| 1062 1239 | 
             
            msgstr "Konfigurationsmanagement"
         | 
| 1063 1240 |  | 
| 1064 1241 | 
             
            #: ../lib/foreman_puppet/register.rb:30
         | 
| 1065 | 
            -
            msgid " | 
| 1066 | 
            -
             | 
| 1242 | 
            +
            msgid ""
         | 
| 1243 | 
            +
            "Duration in minutes after servers reporting via Puppet are classed as out of"
         | 
| 1244 | 
            +
            " sync."
         | 
| 1245 | 
            +
            msgstr ""
         | 
| 1246 | 
            +
            "Zeitraum in Minuten, nachdem Server, welche über Puppet Rückmeldung geben, "
         | 
| 1247 | 
            +
            "als \"nicht-synchronisiert\" klassifiziert werden."
         | 
| 1067 1248 |  | 
| 1068 1249 | 
             
            #: ../lib/foreman_puppet/register.rb:32
         | 
| 1069 1250 | 
             
            msgid "Puppet interval"
         | 
| 1070 1251 | 
             
            msgstr "Puppet-Intervall"
         | 
| 1071 1252 |  | 
| 1072 1253 | 
             
            #: ../lib/foreman_puppet/register.rb:35
         | 
| 1073 | 
            -
            msgid " | 
| 1074 | 
            -
             | 
| 1254 | 
            +
            msgid ""
         | 
| 1255 | 
            +
            "Disable host configuration status turning to out of sync for %s after report"
         | 
| 1256 | 
            +
            " does not arrive within configured interval"
         | 
| 1257 | 
            +
            msgstr ""
         | 
| 1258 | 
            +
            "Deaktiviere Host Konfigurations Status Änderung zu \"nicht-snychronisiert\" "
         | 
| 1259 | 
            +
            "für %s falls der Bericht nicht im konfigurierten Intervall ankommt"
         | 
| 1075 1260 |  | 
| 1076 1261 | 
             
            #: ../lib/foreman_puppet/register.rb:37
         | 
| 1077 1262 | 
             
            msgid "%s out of sync disabled"
         | 
| 1078 1263 | 
             
            msgstr "%s \"nicht-synchronisiert\" deaktiviert"
         | 
| 1079 1264 |  | 
| 1080 | 
            -
            #: ../lib/foreman_puppet/register.rb: | 
| 1265 | 
            +
            #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
         | 
| 1081 1266 | 
             
            msgid "Puppet ENC"
         | 
| 1082 1267 | 
             
            msgstr "Puppet ENC"
         | 
| 1083 1268 |  | 
| 1084 | 
            -
            #: ../webpack/src/Components/Environments/Welcome.js:13
         | 
| 1085 | 
            -
            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>"
         | 
| 1086 | 
            -
            msgstr ""
         | 
| 1087 | 
            -
             | 
| 1088 1269 | 
             
            #: ../webpack/src/foreman_class_edit.js:146
         | 
| 1089 1270 | 
             
            msgid "Click to remove config group"
         | 
| 1090 1271 | 
             
            msgstr "Klicken um Konfigurationsgruppe zu entfernen"
         | 
| @@ -1097,10 +1278,6 @@ msgstr "Entfernen" | |
| 1097 1278 | 
             
            msgid "Loading parameters..."
         | 
| 1098 1279 | 
             
            msgstr "Lade Parameter..."
         | 
| 1099 1280 |  | 
| 1100 | 
            -
            #: ../webpack/src/foreman_puppet_host_form.js:102
         | 
| 1101 | 
            -
            msgid "Some Puppet Classes are unavailable in the selected environment"
         | 
| 1102 | 
            -
            msgstr ""
         | 
| 1103 | 
            -
             | 
| 1104 1281 | 
             
            #: action_names.rb:2
         | 
| 1105 1282 | 
             
            msgid "Action with sub plans"
         | 
| 1106 1283 | 
             
            msgstr "Aktion mit Unterplänen"
         | 
| @@ -1119,4 +1296,5 @@ msgstr "Entfernte Aktion:" | |
| 1119 1296 |  | 
| 1120 1297 | 
             
            #: gemspec.rb:2
         | 
| 1121 1298 | 
             
            msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
         | 
| 1122 | 
            -
            msgstr " | 
| 1299 | 
            +
            msgstr ""
         | 
| 1300 | 
            +
            "Erlauben Sie es Puppet-Umgebungen und -Klassenzu Foreman-Hosts zuzuweisen"
         |