foreman_puppet 1.0.3 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb +14 -16
- data/app/controllers/concerns/foreman_puppet/{api/import_puppetclasses_common_controller.rb → extensions/api_smart_proxies_controller.rb} +9 -3
- data/app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb +23 -1
- data/app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb +15 -17
- data/app/controllers/concerns/foreman_puppet/extensions/hostgroups_controller_extensions.rb +3 -1
- data/app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb +0 -1
- data/app/controllers/concerns/foreman_puppet/extensions/parameters_host.rb +41 -32
- data/app/controllers/concerns/foreman_puppet/extensions/parameters_hostgroup.rb +37 -34
- data/app/controllers/foreman_puppet/api/v2/environments_controller.rb +0 -1
- data/app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb +1 -1
- data/app/controllers/foreman_puppet/puppetclasses_controller.rb +1 -1
- data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
- data/app/helpers/foreman_puppet/hosts_and_hostgroups_helper.rb +0 -5
- data/app/helpers/foreman_puppet/hosts_helper.rb +6 -10
- data/app/models/concerns/foreman_puppet/extensions/host.rb +2 -16
- data/app/models/concerns/foreman_puppet/extensions/hostgroup.rb +2 -7
- data/app/models/concerns/foreman_puppet/extensions/provisioning_template.rb +7 -12
- data/app/models/concerns/foreman_puppet/extensions/template_combination.rb +5 -10
- data/app/models/foreman_puppet/host_puppet_facet.rb +1 -1
- data/app/models/foreman_puppet/hostgroup_puppet_facet.rb +2 -0
- data/app/services/concerns/foreman_puppet/extensions/host_counter.rb +17 -0
- data/app/services/foreman_puppet/puppet_class_importer.rb +0 -6
- data/app/views/foreman_puppet/api/v2/host_puppet_facets/host_list.json.rabl +3 -0
- data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/base.json.rabl +2 -0
- data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/hostgroup_list.json.rabl +3 -0
- data/app/views/foreman_puppet/config_groups/index.html.erb +1 -1
- data/config/api_routes.rb +1 -9
- data/config/initializers/api_reroute.rb +73 -5
- data/db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb +1 -1
- data/db/migrate/20200803113803_migrate_environment_to_puppet_facet.foreman_puppet.rb +2 -0
- data/db/migrate/20200803113903_migrate_host_type_in_host_config_groups.foreman_puppet.rb +36 -20
- data/db/migrate/20201125113903_migrate_puppetclasses_to_facets.foreman_puppet.rb +0 -8
- data/db/migrate/20210924103241_remove_katello_id_from_environments.foreman_puppet.rb +5 -0
- data/db/migrate/20211111125003_drop_puppetclasses_direct_references.foreman_puppet.rb +11 -0
- data/db/migrate/20211112130803_cleanup_environment_from_core_tables.foreman_puppet.rb +10 -0
- data/db/migrate_foreman/{20090722141107_create_environments.rb → 20090722141107_create_environments.foreman_puppet.rb} +3 -3
- data/db/migrate_foreman/20090802062223_create_puppetclasses.foreman_puppet.rb +29 -0
- data/db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb +12 -0
- data/db/migrate_foreman/20110412103238_remove_unused_fields_from_puppet_classes.foreman_puppet.rb +9 -0
- data/db/migrate_foreman/20110712070522_create_host_class.foreman_puppet.rb +11 -0
- data/db/migrate_foreman/20120824142048_add_some_indexes.foreman_puppet.rb +21 -0
- data/db/migrate_foreman/{20120905095532_create_environment_classes.rb → 20120905095532_create_environment_classes.foreman_puppet.rb} +2 -2
- data/db/migrate_foreman/20121018152459_create_hostgroup_classes.foreman_puppet.rb +11 -0
- data/db/migrate_foreman/{20140407161817_create_config_groups.rb → 20140407161817_create_config_groups.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/{20140407162007_create_config_group_classes.rb → 20140407162007_create_config_group_classes.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/{20140407162059_create_host_config_groups.rb → 20140407162059_create_host_config_groups.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/{20161205142618_delete_orphaned_smart_class_parameters.rb → 20161205142618_delete_orphaned_smart_class_parameters.foreman_puppet.rb} +1 -1
- data/db/migrate_foreman/{20170109115157_fix_lookup_key_auditable_type.rb → 20170109115157_fix_lookup_key_auditable_type.foreman_puppet.rb} +0 -0
- data/db/migrate_foreman/20180816134832_cast_lookup_key_values.foreman_puppet.rb +5 -0
- data/db/migrate_foreman/20180831115634_add_uniqueness_to_puppetclass_name.foreman_puppet.rb +24 -0
- data/db/migrate_foreman/{20181023112532_add_environment_puppetclass_id.rb → 20181023112532_add_environment_puppetclass_id.foreman_puppet.rb} +1 -1
- data/db/migrate_foreman/{20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.rb → 20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.foreman_puppet.rb} +0 -0
- data/lib/foreman_puppet/engine.rb +6 -36
- data/lib/foreman_puppet/register.rb +49 -45
- data/lib/foreman_puppet/version.rb +1 -1
- data/lib/foreman_puppet.rb +1 -6
- data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ca/foreman_puppet.po +760 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/cs_CZ/foreman_puppet.edit.po +1085 -0
- data/locale/cs_CZ/foreman_puppet.po +823 -0
- data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/de/foreman_puppet.po +844 -0
- data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en/foreman_puppet.edit.po +317 -162
- data/locale/en/foreman_puppet.po +119 -8
- data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en_GB/foreman_puppet.po +820 -0
- data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/es/foreman_puppet.po +827 -0
- data/locale/foreman_puppet.pot +376 -205
- data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/fr/foreman_puppet.po +835 -0
- data/locale/gemspec.rb +1 -1
- data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/gl/foreman_puppet.po +818 -0
- data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/it/foreman_puppet.po +822 -0
- data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ja/foreman_puppet.po +830 -0
- data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ko/foreman_puppet.po +819 -0
- data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/nl_NL/foreman_puppet.po +823 -0
- data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pl/foreman_puppet.po +822 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pt_BR/foreman_puppet.po +826 -0
- data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ru/foreman_puppet.po +827 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/sv_SE/foreman_puppet.po +822 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_CN/foreman_puppet.po +831 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_TW/foreman_puppet.po +821 -0
- data/package.json +8 -11
- data/test/controllers/foreman_puppet/api/v2/environments_controller_test.rb +0 -231
- data/test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb +255 -0
- data/test/controllers/foreman_puppet/environments_controller_test.rb +2 -2
- data/test/controllers/foreman_puppet/hosts_controller_test.rb +0 -1
- data/test/factories/foreman_puppet_factories.rb +0 -2
- data/test/helpers/foreman_puppet/hosts_and_hostgroups_helper_test.rb +70 -31
- data/test/integration/foreman_puppet/dashboard_js_test.rb +31 -0
- data/test/integration/foreman_puppet/host_js_test.rb +0 -1
- data/test/integration/foreman_puppet/puppetclass_js_test.rb +1 -1
- data/test/models/foreman_puppet/host_puppet_facet_test.rb +7 -1
- data/test/models/foreman_puppet/host_test.rb +26 -0
- data/test/models/foreman_puppet/user_test.rb +1 -5
- data/test/services/foreman_puppet/host_counter_test.rb +17 -0
- data/test/unit/foreman_puppet/puppet_class_importer_test.rb +1 -1
- data/webpack/src/Components/Environments/Welcome.js +2 -2
- metadata +73 -18
- data/db/migrate_foreman/20180816134832_cast_lookup_key_values.rb +0 -35
@@ -0,0 +1,844 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the foreman_puppet package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
# Translators:
|
7
|
+
# Lukáš Zapletal, 2021
|
8
|
+
# Michael Moll, 2021
|
9
|
+
# Bernhard Suttner <bernhard.suttner@atix.de>, 2021
|
10
|
+
# Lukas Kallies <github.com@luke-web.de>, 2021
|
11
|
+
# Wiederoder <stefanwiederoder@googlemail.com>, 2021
|
12
|
+
# abf90805572190d649c59f7a021d76cb, 2021
|
13
|
+
# 47388d0d0847859fcc07f8955b27d2a7_d1cb104 <93875580def0fcc1a566b016c3948752_122921>, 2021
|
14
|
+
# Arnold Bechtoldt <mail@arnoldbechtoldt.com>, 2021
|
15
|
+
# simon11 <transifex@stieger.co>, 2021
|
16
|
+
# Patrick Dolinic, 2021
|
17
|
+
# Ettore Atalan <atalanttore@googlemail.com>, 2021
|
18
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
|
19
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2021
|
20
|
+
# stbenjam <stephen@redhat.com>, 2021
|
21
|
+
# Christina Gurski <Gurski_christina@yahoo.de>, 2021
|
22
|
+
# Martin Zimmermann <martin.zimmermann@gmx.com>, 2021
|
23
|
+
# Crited <Alexander.Stoll@netways.de>, 2021
|
24
|
+
#
|
25
|
+
#, fuzzy
|
26
|
+
msgid ""
|
27
|
+
msgstr ""
|
28
|
+
"Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
|
29
|
+
"Report-Msgid-Bugs-To: \n"
|
30
|
+
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
31
|
+
"Last-Translator: Crited <Alexander.Stoll@netways.de>, 2021\n"
|
32
|
+
"Language-Team: German (https://www.transifex.com/foreman/teams/114/de/)\n"
|
33
|
+
"MIME-Version: 1.0\n"
|
34
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
35
|
+
"Content-Transfer-Encoding: 8bit\n"
|
36
|
+
"Language: de\n"
|
37
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
38
|
+
|
39
|
+
msgid " Remove"
|
40
|
+
msgstr "Entfernen"
|
41
|
+
|
42
|
+
msgid "%s is not in environment"
|
43
|
+
msgstr "%s befindet sich nicht in der Umgebung"
|
44
|
+
|
45
|
+
msgid "%s out of sync disabled"
|
46
|
+
msgstr "%s \"nicht-synchronisiert\" deaktiviert"
|
47
|
+
|
48
|
+
msgid "%{model} with id '%{id}' was not found"
|
49
|
+
msgstr "%{model} mit ID '%{id}' nicht gefunden"
|
50
|
+
|
51
|
+
msgid "%{name} has %{num_tag} class"
|
52
|
+
msgid_plural "%{name} has %{num_tag} classes"
|
53
|
+
msgstr[0] ""
|
54
|
+
msgstr[1] ""
|
55
|
+
|
56
|
+
msgid "%{puppetclass} does not belong to the %{environment} environment"
|
57
|
+
msgstr "%{puppetclass} gehört nicht zur %{environment}-Umgebung"
|
58
|
+
|
59
|
+
msgid "*Clear environment*"
|
60
|
+
msgstr "*Lösche Umgebung*"
|
61
|
+
|
62
|
+
msgid "*Inherit from host group*"
|
63
|
+
msgstr "*Vererbe von Hostgruppe*"
|
64
|
+
|
65
|
+
msgid ""
|
66
|
+
"<b>Description:</b> %{desc}<br/>\n"
|
67
|
+
" <b>Type:</b> %{type}<br/>\n"
|
68
|
+
" <b>Matcher:</b> %{matcher}<br/>\n"
|
69
|
+
" <b>Inherited value:</b> %{inherited_value}"
|
70
|
+
msgstr ""
|
71
|
+
"<b>Beschreibung</b>: %{desc}<br/>\n"
|
72
|
+
"<b>Typ</b>: %{Typ} <br/>\n"
|
73
|
+
"<b> Matcher</b>: %{matcher}<br/>\n"
|
74
|
+
"<b>Geerbter Wert:</b> %{inherited_value}"
|
75
|
+
|
76
|
+
msgid "A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step."
|
77
|
+
msgstr "Eine Konfigurationsgruppe bietet eine Methode, mit der viele Puppet Klassen einem Host oder einer Hostgruppe zugewiesen werden können. Dadurch kann man typischerweise ein bestimmtes Applikationsprofil oder Stack in einem Schritt zuweisen."
|
78
|
+
|
79
|
+
msgid "Action with sub plans"
|
80
|
+
msgstr "Aktion mit Unterplänen"
|
81
|
+
|
82
|
+
msgid "Actions"
|
83
|
+
msgstr "Aktionen"
|
84
|
+
|
85
|
+
msgid "Add"
|
86
|
+
msgstr "Hinzufügen"
|
87
|
+
|
88
|
+
msgid "Add Combination"
|
89
|
+
msgstr "Kombination hinzufügen"
|
90
|
+
|
91
|
+
msgid "Add a Puppet class to host"
|
92
|
+
msgstr "Puppet-Klasse dem Host zuweisen"
|
93
|
+
|
94
|
+
msgid "Add a Puppet class to host group"
|
95
|
+
msgstr "Puppet-Klasse der Hostgruppe zuweisen"
|
96
|
+
|
97
|
+
msgid "Add a template combination"
|
98
|
+
msgstr "Vorlage-Kombination hinzufügen"
|
99
|
+
|
100
|
+
msgid "Add:"
|
101
|
+
msgstr "Hinzufügen:"
|
102
|
+
|
103
|
+
msgid "All environments - (not filtered)"
|
104
|
+
msgstr "Alle Umgebungen - (nicht gefiltert)"
|
105
|
+
|
106
|
+
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
107
|
+
msgstr "Erlauben Sie es Puppet-Umgebungen und -Klassenzu Foreman-Hosts zuzuweisen"
|
108
|
+
|
109
|
+
msgid "Available Classes"
|
110
|
+
msgstr "Verfügbare Klassen"
|
111
|
+
|
112
|
+
msgid "Available Config Groups"
|
113
|
+
msgstr "Verfügbare Konfigurationsgruppen"
|
114
|
+
|
115
|
+
msgid "Can't find a valid Foreman Proxy with a Puppet feature"
|
116
|
+
msgstr "Kann keinen gültigen Foreman-Proxy mit Puppet-Unterstützung finden"
|
117
|
+
|
118
|
+
msgid "Can't find a valid Proxy with a Puppet feature"
|
119
|
+
msgstr "Kann keinen gültigen Proxy mit einer Puppet-Funktion finden"
|
120
|
+
|
121
|
+
msgid "Cancel"
|
122
|
+
msgstr "Abbrechen"
|
123
|
+
|
124
|
+
msgid "Change Environment"
|
125
|
+
msgstr "Umgebung ändern"
|
126
|
+
|
127
|
+
msgid "Change Puppet Master"
|
128
|
+
msgstr "Puppet-Master ändern"
|
129
|
+
|
130
|
+
msgid "Changed environments"
|
131
|
+
msgstr "Geänderte Umgebungen"
|
132
|
+
|
133
|
+
msgid "Check/Uncheck all"
|
134
|
+
msgstr "Alle auswählen/abwählen"
|
135
|
+
|
136
|
+
msgid "Check/Uncheck all %s changes"
|
137
|
+
msgstr "Alle %s Änderungen auswählen/abwählen"
|
138
|
+
|
139
|
+
msgid "Check/Uncheck new"
|
140
|
+
msgstr "Neue auswählen/abwählen"
|
141
|
+
|
142
|
+
msgid "Check/Uncheck obsolete"
|
143
|
+
msgstr "Veraltete auswählen/abwählen"
|
144
|
+
|
145
|
+
msgid "Check/Uncheck updated"
|
146
|
+
msgstr "Aktualisierte auswählen/abwählen"
|
147
|
+
|
148
|
+
msgid "Classes"
|
149
|
+
msgstr "Klassen"
|
150
|
+
|
151
|
+
msgid "Click to add %s"
|
152
|
+
msgstr "Klicken, um %s hinzuzufügen"
|
153
|
+
|
154
|
+
msgid "Click to remove %s"
|
155
|
+
msgstr "Klicken um %s zu entfernen"
|
156
|
+
|
157
|
+
msgid "Click to remove config group"
|
158
|
+
msgstr "Klicken um Konfigurationsgruppe zu entfernen"
|
159
|
+
|
160
|
+
msgid "Config Groups"
|
161
|
+
msgstr "Konfigurationsgruppen"
|
162
|
+
|
163
|
+
msgid "Config Management"
|
164
|
+
msgstr "Konfigurationsmanagement"
|
165
|
+
|
166
|
+
msgid "Create Config Group"
|
167
|
+
msgstr "Konfigurationsgruppe erstellen"
|
168
|
+
|
169
|
+
msgid "Create Environment"
|
170
|
+
msgstr "Umgebung erstellen"
|
171
|
+
|
172
|
+
msgid "Create Puppet Environment"
|
173
|
+
msgstr "Puppet-Umgebung erstellen"
|
174
|
+
|
175
|
+
msgid "Create a Puppet class"
|
176
|
+
msgstr "Erstelle eine Puppet-Klasse"
|
177
|
+
|
178
|
+
msgid "Create a config group"
|
179
|
+
msgstr "Konfigurationsgruppe erstellen"
|
180
|
+
|
181
|
+
msgid "Create an environment"
|
182
|
+
msgstr "Umgebung erstellen"
|
183
|
+
|
184
|
+
msgid "Create an override value for a specific smart class parameter"
|
185
|
+
msgstr "Überschreibungswert für einen bestimmten Smart-Klassenparameter erzeugen"
|
186
|
+
|
187
|
+
msgid "Default Puppet environment"
|
188
|
+
msgstr "Standardmäßige Puppet-Umgebung"
|
189
|
+
|
190
|
+
msgid "Default value"
|
191
|
+
msgstr "Standardwert"
|
192
|
+
|
193
|
+
msgid "Delete %s?"
|
194
|
+
msgstr "%s löschen?"
|
195
|
+
|
196
|
+
msgid "Delete a Puppet class"
|
197
|
+
msgstr "Puppet-Klasse löschen"
|
198
|
+
|
199
|
+
msgid "Delete a config group"
|
200
|
+
msgstr "Konfigurationsgruppe löschen"
|
201
|
+
|
202
|
+
msgid "Delete an environment"
|
203
|
+
msgstr "Umgebung löschen"
|
204
|
+
|
205
|
+
msgid "Delete an override value for a specific smart class parameter"
|
206
|
+
msgstr "Überschreibungswert für einen bestimmten Smart-Klassenparameter löschen"
|
207
|
+
|
208
|
+
msgid "Deleted environment"
|
209
|
+
msgstr "Gelöschte Umgebung"
|
210
|
+
|
211
|
+
msgid "Deleted environment %{env} and %{pcs}"
|
212
|
+
msgstr "Gelöschte Umgebung %{env} und %{pcs}"
|
213
|
+
|
214
|
+
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
215
|
+
msgstr "Veraltet zu Gunsten von host/puppet_attributes/config_group_ids"
|
216
|
+
|
217
|
+
msgid "Deprecated in favor of host/puppet_attributes/environment_id"
|
218
|
+
msgstr "Veraltet zu Gunsten von host/puppet_attributes/environment_id"
|
219
|
+
|
220
|
+
msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
|
221
|
+
msgstr "Veraltet zu Gunsten von host/puppet_attributes/puppetclass_ids"
|
222
|
+
|
223
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
224
|
+
msgstr "Veraltet zu Gunsten von hostgroup/puppet_attributes/config_group_ids"
|
225
|
+
|
226
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
|
227
|
+
msgstr "Veraltet zu Gunsten von hostgroup/puppet_attributes/environment_id"
|
228
|
+
|
229
|
+
msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
|
230
|
+
msgstr "Veraltet zu Gunsten von hostgroup/puppet_attributes/puppetclass_ids"
|
231
|
+
|
232
|
+
msgid "Description of smart class"
|
233
|
+
msgstr "Beschreibung der Smart-Klasse"
|
234
|
+
|
235
|
+
msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
|
236
|
+
msgstr "Deaktiviere Host Konfigurations Status Änderung zu \"nicht-snychronisiert\" für %s falls der Bericht nicht im konfigurierten Intervall ankommt"
|
237
|
+
|
238
|
+
msgid "Display hidden values"
|
239
|
+
msgstr "Versteckte Werte anzeigen"
|
240
|
+
|
241
|
+
msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
|
242
|
+
msgstr "Zeitraum in Minuten, nachdem Server, welche über Puppet Rückmeldung geben, als \"nicht-synchronisiert\" klassifiziert werden."
|
243
|
+
|
244
|
+
msgid "ENC environment"
|
245
|
+
msgstr "ENC-Umgebung"
|
246
|
+
|
247
|
+
msgid "Edit %s"
|
248
|
+
msgstr "%s bearbeiten"
|
249
|
+
|
250
|
+
msgid "Edit Puppet Class %s"
|
251
|
+
msgstr "Puppet-Klasse %s bearbeiten"
|
252
|
+
|
253
|
+
msgid "Empty environment"
|
254
|
+
msgstr "Umgebung leeren"
|
255
|
+
|
256
|
+
msgid "Environment"
|
257
|
+
msgstr "Umgebung"
|
258
|
+
|
259
|
+
msgid "Environment only"
|
260
|
+
msgstr "Nur für Umgebung"
|
261
|
+
|
262
|
+
msgid "Environments"
|
263
|
+
msgstr "Umgebungen"
|
264
|
+
|
265
|
+
msgid "Environment|Name"
|
266
|
+
msgstr "Name"
|
267
|
+
|
268
|
+
msgid "Facts"
|
269
|
+
msgstr "Fakten"
|
270
|
+
|
271
|
+
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
272
|
+
msgstr "Fehler beim Importieren der Klasse %{class} for %{name}: existiert nicht in der Datenbank - wird ignoriert"
|
273
|
+
|
274
|
+
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
275
|
+
msgstr "Einstellung von %{proxy_type} Proxy für %{host} fehlgeschlagen."
|
276
|
+
|
277
|
+
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
278
|
+
msgstr "Fehler beim Aktualisieren von Umgebungen und Puppet-Klassen von der lokalen Puppet Installation: %s"
|
279
|
+
|
280
|
+
msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
|
281
|
+
msgstr "Fehler beim Aktualisieren von Umgebungen und Puppet-Klassen von der Puppet-Festplatteninstallation: %s"
|
282
|
+
|
283
|
+
msgid "Filter by name"
|
284
|
+
msgstr "Nach Name filtern"
|
285
|
+
|
286
|
+
msgid "Filter classes"
|
287
|
+
msgstr "Filterklassen"
|
288
|
+
|
289
|
+
msgid "Foreman will default to this puppet environment if it cannot auto detect one"
|
290
|
+
msgstr "Foreman nutzt standardmäßig diese Puppet-Umgebung, falls automatisch keine Umgebung gefunden werden kann"
|
291
|
+
|
292
|
+
msgid "Foreman will explicitly set the puppet environment in the ENC yaml output. This will avoid conflicts between the environment in puppet.conf and the environment set in Foreman"
|
293
|
+
msgstr "Foreman legt ausdrücklich die Puppet-Umgebung in der ENC-yaml-Ausgabe fest. Dies vermeidet Konflikte zwischen der Umgebung in der puppet.conf und der in Foreman festgelegten Umgebung"
|
294
|
+
|
295
|
+
msgid "Foreman will not send this parameter in classification output"
|
296
|
+
msgstr "Foreman sendet diesen Parameter nicht in die Klassifikationsausgabe"
|
297
|
+
|
298
|
+
msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
|
299
|
+
msgstr "Foreman sendet diesen Parameter nicht in der Klassifizierungsausgabe. Puppet verwendet den Wert, der im Puppet-Manifest für diesen Parameter definiert ist"
|
300
|
+
|
301
|
+
msgid "Foreman will update a host's environment from its facts"
|
302
|
+
msgstr "Foreman aktualisiert die Umgebung eines Hosts basierend auf dessen Fakten"
|
303
|
+
|
304
|
+
msgid "General"
|
305
|
+
msgstr "Allgemein"
|
306
|
+
|
307
|
+
msgid "Host Groups"
|
308
|
+
msgstr "Hostgruppen"
|
309
|
+
|
310
|
+
msgid "Host group and Environment"
|
311
|
+
msgstr "Hostgruppe und Umgebung"
|
312
|
+
|
313
|
+
msgid "Host group only"
|
314
|
+
msgstr "nur Hostgruppen"
|
315
|
+
|
316
|
+
msgid "Host groups"
|
317
|
+
msgstr "Hostgruppen"
|
318
|
+
|
319
|
+
msgid "Hostgroup"
|
320
|
+
msgstr "Hostgruppe"
|
321
|
+
|
322
|
+
msgid "Hosts"
|
323
|
+
msgstr "Hosts"
|
324
|
+
|
325
|
+
msgid "Hosts managed:"
|
326
|
+
msgstr "Verwaltete Hosts:"
|
327
|
+
|
328
|
+
msgid "ID of Puppet class"
|
329
|
+
msgstr "Kennung der Puppet-Klasse"
|
330
|
+
|
331
|
+
msgid "ID of Puppet environment"
|
332
|
+
msgstr ""
|
333
|
+
|
334
|
+
msgid "ID of Puppetclass"
|
335
|
+
msgstr "Kennung der Puppet-Klasse"
|
336
|
+
|
337
|
+
msgid "ID of associated puppet Environment"
|
338
|
+
msgstr "ID der zugehörigen Puppetumgebung"
|
339
|
+
|
340
|
+
msgid "ID of environment"
|
341
|
+
msgstr "Umgebungskennung"
|
342
|
+
|
343
|
+
msgid "ID of host"
|
344
|
+
msgstr "Hostkennung"
|
345
|
+
|
346
|
+
msgid "ID of host group"
|
347
|
+
msgstr "Kennung der Hostgruppe"
|
348
|
+
|
349
|
+
msgid "ID of puppet environment"
|
350
|
+
msgstr "Kennung der Puppet-Umgebung"
|
351
|
+
|
352
|
+
msgid "IDs of associated ConfigGroups"
|
353
|
+
msgstr "IDs der zugehörigen ConfigGrouppen"
|
354
|
+
|
355
|
+
msgid "IDs of associated Puppetclasses"
|
356
|
+
msgstr "IDs der zugehörigen Puppetklassen"
|
357
|
+
|
358
|
+
msgid "If true, will raise an error if there is no default value and no matcher provide a value"
|
359
|
+
msgstr "Falls \"True\", wird dies einen Fehler erzeugen, wenn es keinen Standardwert gibt und kein Treffer einen Wert liefert"
|
360
|
+
|
361
|
+
msgid "Ignored classes in the environments: %s"
|
362
|
+
msgstr "Ignorierte Klassen in den Umgebungen: %s"
|
363
|
+
|
364
|
+
msgid "Ignored environment"
|
365
|
+
msgstr "Ignorierte Umgebung"
|
366
|
+
|
367
|
+
msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
|
368
|
+
msgstr "Ignorierte Umgebungsnamen, was dazu führt, dass boolesche Werte gefunden werden. Bitte zitieren Sie Strings wie true/false und yes/no in config/ignored_environments.yml"
|
369
|
+
|
370
|
+
msgid "Ignored environments: %s"
|
371
|
+
msgstr "Ignorierte Umgebungen: %s"
|
372
|
+
|
373
|
+
msgid "Ignored:"
|
374
|
+
msgstr "Ignoriert:"
|
375
|
+
|
376
|
+
msgid "Import"
|
377
|
+
msgstr "Import"
|
378
|
+
|
379
|
+
msgid "Import Puppet classes"
|
380
|
+
msgstr "Puppet-Klassen importieren"
|
381
|
+
|
382
|
+
msgid "Import classes from %s"
|
383
|
+
msgstr "Importiere Klassen von %s"
|
384
|
+
|
385
|
+
msgid "Import environments from %s"
|
386
|
+
msgstr "Importiere Umgebung von %s"
|
387
|
+
|
388
|
+
msgid "Import facts"
|
389
|
+
msgstr "Fakten importieren"
|
390
|
+
|
391
|
+
msgid "Import puppet classes from puppet proxy"
|
392
|
+
msgstr "Puppet-Klassen vom Puppet-Proxy importieren"
|
393
|
+
|
394
|
+
msgid "Import puppet classes from puppet proxy for an environment"
|
395
|
+
msgstr "Puppet-Klassen von Puppet-Proxy für eine Umgebung importieren"
|
396
|
+
|
397
|
+
msgid "Include default value when merging all matching values"
|
398
|
+
msgstr "Standardwert einschließen, wenn alle übereinstimmenden Werte zusammengeführt werden"
|
399
|
+
|
400
|
+
msgid "Included Classes"
|
401
|
+
msgstr "Einbezogene Klassen"
|
402
|
+
|
403
|
+
msgid "Included Config Groups"
|
404
|
+
msgstr "Einbezogene Konfigurationsklassen"
|
405
|
+
|
406
|
+
msgid "Inherited Classes from %s"
|
407
|
+
msgstr "Vererbte Klassen von %s"
|
408
|
+
|
409
|
+
msgid "Invalid proxy selected!"
|
410
|
+
msgstr "Ungültiger Proxy ausgewählt!"
|
411
|
+
|
412
|
+
msgid "List all Puppet class IDs for host"
|
413
|
+
msgstr "Alle Puppet-Klassen-Kennungen für den Host auflisten"
|
414
|
+
|
415
|
+
msgid "List all Puppet class IDs for host group"
|
416
|
+
msgstr "Alle Puppet-Klassen-Kennungen für die Hostgruppe auflisten"
|
417
|
+
|
418
|
+
msgid "List all Puppet classes"
|
419
|
+
msgstr "Alle Puppet-Klassen auflisten"
|
420
|
+
|
421
|
+
msgid "List all Puppet classes for a host"
|
422
|
+
msgstr "Alle Puppet-Klassen für einen Host auflisten"
|
423
|
+
|
424
|
+
msgid "List all Puppet classes for a host group"
|
425
|
+
msgstr "Alle Puppet-Klassen für eine Hostgruppe auflisten"
|
426
|
+
|
427
|
+
msgid "List all Puppet classes for an environment"
|
428
|
+
msgstr "Alle Puppet-Klassen für eine Umgebung auflisten"
|
429
|
+
|
430
|
+
msgid "List all environments"
|
431
|
+
msgstr "Alle Umgebungen auflisten"
|
432
|
+
|
433
|
+
msgid "List all host groups for a Puppet class"
|
434
|
+
msgstr "Alle Hostgruppen für eine Puppet-Klasse auflisten"
|
435
|
+
|
436
|
+
msgid "List all smart class parameters"
|
437
|
+
msgstr "Alle Smart-Klassenparameter auflisten"
|
438
|
+
|
439
|
+
msgid "List environments of Puppet class"
|
440
|
+
msgstr "Umgebungen der Puppet-Klasse auflisten"
|
441
|
+
|
442
|
+
msgid "List environments per location"
|
443
|
+
msgstr "Umgebungen pro Standort auflisten"
|
444
|
+
|
445
|
+
msgid "List environments per organization"
|
446
|
+
msgstr "Umgebungen pro Organisation auflisten"
|
447
|
+
|
448
|
+
msgid "List hosts per environment"
|
449
|
+
msgstr "Hosts pro Umgebung auflisten"
|
450
|
+
|
451
|
+
msgid "List of config groups"
|
452
|
+
msgstr "Alle Konfigurationsgruppen auflisten"
|
453
|
+
|
454
|
+
msgid "List of override values for a specific smart class parameter"
|
455
|
+
msgstr "Liste der Überschreibungswerte für einen bestimmten Smart-Klassenparameter"
|
456
|
+
|
457
|
+
msgid "List of smart class parameters for a specific Puppet class"
|
458
|
+
msgstr "Liste der Smart-Klassenparameter für eine bestimmte Puppetklasse"
|
459
|
+
|
460
|
+
msgid "List of smart class parameters for a specific environment"
|
461
|
+
msgstr "Liste der Smart-Klassenparameter für eine bestimmte Umgebung"
|
462
|
+
|
463
|
+
msgid "List of smart class parameters for a specific environment/Puppet class combination"
|
464
|
+
msgstr "Liste der Smart-Klassenparameter für eine bestimmte Umgebung/Puppet-Klasse-Kombination"
|
465
|
+
|
466
|
+
msgid "List of smart class parameters for a specific host"
|
467
|
+
msgstr "Liste der Smart-Klassenparameter für einen bestimmten Host"
|
468
|
+
|
469
|
+
msgid "List of smart class parameters for a specific host group"
|
470
|
+
msgstr "Liste der Smart-Klassenparameter für eine bestimmte Hostgruppe"
|
471
|
+
|
472
|
+
msgid "List template combination"
|
473
|
+
msgstr "Vorlagenkombination auflisten"
|
474
|
+
|
475
|
+
msgid "Loading parameters..."
|
476
|
+
msgstr "Lade Parameter..."
|
477
|
+
|
478
|
+
msgid "Locations"
|
479
|
+
msgstr "Standorte"
|
480
|
+
|
481
|
+
msgid "Merge all matching values (only array/hash type)"
|
482
|
+
msgstr "Alle übereinstimmenden Werte (nur vom Typ Array/Hash) zusammenführen"
|
483
|
+
|
484
|
+
msgid "Name"
|
485
|
+
msgstr "Name"
|
486
|
+
|
487
|
+
msgid "New"
|
488
|
+
msgstr "Neu"
|
489
|
+
|
490
|
+
msgid "No changes to your environments detected"
|
491
|
+
msgstr "Keine Änderungen an Ihren Umgebungen entdeckt"
|
492
|
+
|
493
|
+
msgid "No environment selected!"
|
494
|
+
msgstr "Es wurde keine Umgebung ausgewählt!"
|
495
|
+
|
496
|
+
msgid "No environments found"
|
497
|
+
msgstr "Keine Umgebungen gefunden"
|
498
|
+
|
499
|
+
msgid "No parameters to override for Puppet class %s"
|
500
|
+
msgstr "Keine Parameter für Puppet-Klasse %s zu überschreiben"
|
501
|
+
|
502
|
+
msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
|
503
|
+
msgstr "Kein Proxy für den Import von Klassen gefunden. Bitte stellen Sie sicher, dass die Puppet-Funktion für den Smart-Proxy aktiviert ist."
|
504
|
+
|
505
|
+
msgid "No proxy selected!"
|
506
|
+
msgstr "Kein Proxy ausgewählt!"
|
507
|
+
|
508
|
+
msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
|
509
|
+
msgstr "Es wurde kein Smart-Proxy gefunden, von dem Umgebungen importiert werden können. Stellen Sie sicher, dass mindestens ein Smart-Proxy, mit dem \"Puppet\" Feature, registriert wurde."
|
510
|
+
|
511
|
+
msgid "None"
|
512
|
+
msgstr "Keine"
|
513
|
+
|
514
|
+
msgid "Not authorized to edit classes"
|
515
|
+
msgstr "Nicht autorisiert Klassen zu bearbeiten"
|
516
|
+
|
517
|
+
msgid "Notice"
|
518
|
+
msgstr "Hinweis"
|
519
|
+
|
520
|
+
msgid "Number of Overrides"
|
521
|
+
msgstr "Anzahl der Überschreibungen"
|
522
|
+
|
523
|
+
msgid "Number of classes"
|
524
|
+
msgstr "Anzahl der Klassen"
|
525
|
+
|
526
|
+
msgid "Obsolete"
|
527
|
+
msgstr "Veraltet"
|
528
|
+
|
529
|
+
msgid "Omit"
|
530
|
+
msgstr "Übergehen"
|
531
|
+
|
532
|
+
msgid "Omit from classification output"
|
533
|
+
msgstr "Übergehen in der Klassifizierungsausgabe"
|
534
|
+
|
535
|
+
msgid "Operating System"
|
536
|
+
msgstr "Betriebssystem"
|
537
|
+
|
538
|
+
msgid "Operating system default"
|
539
|
+
msgstr "Betriebssystemvorgabe"
|
540
|
+
|
541
|
+
msgid "Operation"
|
542
|
+
msgstr "Vorgang"
|
543
|
+
|
544
|
+
msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
|
545
|
+
msgstr "Optionale durch Kommas getrennte Zeichenfolge, die entweder 'neu', 'aktualisiert' oder 'veraltet' enthält, die verwendet wird, um die importierten Puppet-Klassen einzuschränken"
|
546
|
+
|
547
|
+
msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
|
548
|
+
msgstr "Optionaler Parameter ohne Wert. <br/><i>Wird weiterhin von Foreman verwaltet, der Wert ist leer. </i><br/>"
|
549
|
+
|
550
|
+
msgid "Organizations"
|
551
|
+
msgstr "Organisationen"
|
552
|
+
|
553
|
+
msgid "Original value info"
|
554
|
+
msgstr "Information zum Originalwert"
|
555
|
+
|
556
|
+
msgid "Overridden"
|
557
|
+
msgstr "Überschreiben"
|
558
|
+
|
559
|
+
msgid "Override all parameters"
|
560
|
+
msgstr "Alle Parameter überschreiben"
|
561
|
+
|
562
|
+
msgid "Override match"
|
563
|
+
msgstr "Übereinstimmung überschreiben"
|
564
|
+
|
565
|
+
msgid "Override this value"
|
566
|
+
msgstr "Diesen Wert außer Kraft setzen"
|
567
|
+
|
568
|
+
msgid "Override value, required if omit is false"
|
569
|
+
msgstr "Überschreibungswert, wird benötigt falls der Parameter \"Übergehen\" den Wert \"false\" hat"
|
570
|
+
|
571
|
+
msgid "Parameter"
|
572
|
+
msgstr "Parameter"
|
573
|
+
|
574
|
+
msgid "Parameterized class support permits detecting, importing, and supplying parameters directly to classes which support it, via the ENC and depending on a set of rules (Smart Matchers)."
|
575
|
+
msgstr "Die parametrisierte Klassenunterstützung ermöglicht das Erkennen, Importieren und Übergeben von Parametern direkt an Klassen, die sie unterstützen, über die ENC und in Abhängigkeit von einem Regelwerk (Smart Matchers)."
|
576
|
+
|
577
|
+
msgid "Parameters"
|
578
|
+
msgstr "Parameter"
|
579
|
+
|
580
|
+
msgid "Please select an environment first"
|
581
|
+
msgstr "Bitte zuerst eine Umgebung auswählen"
|
582
|
+
|
583
|
+
msgid "Puppet"
|
584
|
+
msgstr "Puppet"
|
585
|
+
|
586
|
+
msgid "Puppet CA"
|
587
|
+
msgstr "Puppet-CA"
|
588
|
+
|
589
|
+
msgid "Puppet Class"
|
590
|
+
msgstr "Puppet-Klasse"
|
591
|
+
|
592
|
+
msgid "Puppet Class Parameters"
|
593
|
+
msgstr "Puppet-Klassen Parameter"
|
594
|
+
|
595
|
+
msgid "Puppet Classes"
|
596
|
+
msgstr "Puppet-Klassen"
|
597
|
+
|
598
|
+
msgid "Puppet ENC"
|
599
|
+
msgstr "Puppet ENC"
|
600
|
+
|
601
|
+
msgid "Puppet Environment"
|
602
|
+
msgstr "Puppet-Umgebung"
|
603
|
+
|
604
|
+
msgid "Puppet Environments"
|
605
|
+
msgstr "Puppet-Umgebungen"
|
606
|
+
|
607
|
+
msgid "Puppet Modules"
|
608
|
+
msgstr "Puppet-Module"
|
609
|
+
|
610
|
+
msgid "Puppet YAML"
|
611
|
+
msgstr "Puppet YAML"
|
612
|
+
|
613
|
+
msgid "Puppet environments"
|
614
|
+
msgstr "Puppet Umgebungen"
|
615
|
+
|
616
|
+
msgid "Puppet external nodes YAML dump"
|
617
|
+
msgstr "YAML-Ausgabe des externen Puppet-Knotens"
|
618
|
+
|
619
|
+
msgid "Puppet interval"
|
620
|
+
msgstr "Puppet-Intervall"
|
621
|
+
|
622
|
+
msgid "Puppet parameter"
|
623
|
+
msgstr "Puppet-Parameter"
|
624
|
+
|
625
|
+
msgid "Puppetclass|Name"
|
626
|
+
msgstr "Name"
|
627
|
+
|
628
|
+
msgid "Remote action:"
|
629
|
+
msgstr "Entfernte Aktion:"
|
630
|
+
|
631
|
+
msgid "Remove"
|
632
|
+
msgstr "Entfernen"
|
633
|
+
|
634
|
+
msgid "Remove Combination"
|
635
|
+
msgstr "Kombination entfernen"
|
636
|
+
|
637
|
+
msgid "Remove a Puppet class from host"
|
638
|
+
msgstr "Puppet-Klasse vom Host entfernen"
|
639
|
+
|
640
|
+
msgid "Remove a Puppet class from host group"
|
641
|
+
msgstr "Puppet-Klasse von Hostgruppe entfernen"
|
642
|
+
|
643
|
+
msgid "Remove duplicate values (only array type)"
|
644
|
+
msgstr "Duplikate (nur vom Typ Array) entfernen"
|
645
|
+
|
646
|
+
msgid "Remove this override"
|
647
|
+
msgstr "Diese Außerkraftsetzung entfernen"
|
648
|
+
|
649
|
+
msgid "Remove:"
|
650
|
+
msgstr "Entferne:"
|
651
|
+
|
652
|
+
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
653
|
+
msgstr "Erforderlicher Parameter ohne Wert.<br/><b>Bitte überschreiben!</b><br/>"
|
654
|
+
|
655
|
+
msgid "Select environment"
|
656
|
+
msgstr "Umgebung auswählen"
|
657
|
+
|
658
|
+
msgid "Select the changes you want to apply to Foreman"
|
659
|
+
msgstr "Wählen Sie die Änderungen, die Sie in Foreman anwenden möchten"
|
660
|
+
|
661
|
+
msgid "Set parameters to defaults"
|
662
|
+
msgstr "Parameter auf Standardeinstellungen festlegen"
|
663
|
+
|
664
|
+
msgid "Show a Puppet class"
|
665
|
+
msgstr "Puppet-Klasse anzeigen"
|
666
|
+
|
667
|
+
msgid "Show a Puppet class for a host group"
|
668
|
+
msgstr "Puppet-Klasse für eine Hostgruppe anzeigen"
|
669
|
+
|
670
|
+
msgid "Show a Puppet class for an environment"
|
671
|
+
msgstr "Puppet-Klasse für eine Umgebung anzeigen"
|
672
|
+
|
673
|
+
msgid "Show a Puppet class for host"
|
674
|
+
msgstr "Puppet-Klasse für Host anzeigen"
|
675
|
+
|
676
|
+
msgid "Show a config group"
|
677
|
+
msgstr "Konfigurationsgruppe anzeigen"
|
678
|
+
|
679
|
+
msgid "Show a smart class parameter"
|
680
|
+
msgstr "Smart-Klassenparameter anzeigen"
|
681
|
+
|
682
|
+
msgid "Show an environment"
|
683
|
+
msgstr "Umgebung anzeigen"
|
684
|
+
|
685
|
+
msgid "Show an override value for a specific smart class parameter"
|
686
|
+
msgstr "Überschreibungswert für einen bestimmten Smart-Klassenparameter anzeigen"
|
687
|
+
|
688
|
+
msgid "Show template combination"
|
689
|
+
msgstr "Vorlagenkombination anzeigen"
|
690
|
+
|
691
|
+
msgid "Smart Class Parameter"
|
692
|
+
msgstr "Smart-Class-Parameter"
|
693
|
+
|
694
|
+
msgid "Smart Class Parameters"
|
695
|
+
msgstr "Smart-Class-Parameter"
|
696
|
+
|
697
|
+
msgid "Successfully overridden all parameters of Puppet class %s"
|
698
|
+
msgstr "Alle Parameter von Puppet-Klasse %s erfolgreich überschrieben"
|
699
|
+
|
700
|
+
msgid "Successfully reset all parameters of Puppet class %s to their default values"
|
701
|
+
msgstr "Alle Parameter von Puppet-Klasse %s erfolgreich auf ihre Standardwerte zurückgesetzt"
|
702
|
+
|
703
|
+
msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
|
704
|
+
msgstr "Umgebungen und Puppet-Klassen wurden erfolgreich von der Puppet-Festplatteninstallation aktualisiert"
|
705
|
+
|
706
|
+
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
707
|
+
msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
708
|
+
msgstr[0] ""
|
709
|
+
msgstr[1] ""
|
710
|
+
|
711
|
+
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
712
|
+
msgstr "Der %{proxy_type} Proxy der ausgewählten Hosts wurde gelöscht."
|
713
|
+
|
714
|
+
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
715
|
+
msgstr "Der %{proxy_type} Proxy der ausgewählten Hosts wurde gesetzt auf %{proxy_name}"
|
716
|
+
|
717
|
+
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
718
|
+
msgstr "Der %{proxy_type} Proxy der ausgewählten Hosts wurde auf %{proxy_name} gesetzt."
|
719
|
+
|
720
|
+
msgid "The class could not be saved because of an error in one of the class parameters."
|
721
|
+
msgstr "Die Klasse konnte aufgrund eines Fehlers in einem Klassenparameter nicht gespeichert werden."
|
722
|
+
|
723
|
+
msgid "The final entry, Operating System default, can be set by editing the %s page."
|
724
|
+
msgstr "Der letzte Eintrag, Betriebssystemvorgabe, kann durch die Seite %s geändert werden."
|
725
|
+
|
726
|
+
msgid "The order in which values are resolved"
|
727
|
+
msgstr "Reihenfolge, in der Werte aufgelöst werden"
|
728
|
+
|
729
|
+
msgid "The requested environment cannot be found."
|
730
|
+
msgstr ""
|
731
|
+
|
732
|
+
msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
|
733
|
+
msgstr "Auf diesem Puppet-Master sind keine Puppet-Umgebungen eingerichtet. Bitte überprüfen Sie die Konfiguration des Puppet-Master."
|
734
|
+
|
735
|
+
msgid "This Puppet class has no parameters in its signature."
|
736
|
+
msgstr "Diese puppet Klasse hat keine Parameter in ihrer Signatur."
|
737
|
+
|
738
|
+
msgid "This will reset parameters of the class %s to their default values. Continue?"
|
739
|
+
msgstr "Hiermit werden alle Parameter der Klasse %s auf ihre Standardwerte zurückgesetzt. Fortfahren?"
|
740
|
+
|
741
|
+
msgid "This will set all parameters of the class %s as overridden. Continue?"
|
742
|
+
msgstr "Hiermit werden alle Parameter der Klasse %s als \"überschrieben\" gesetzt. Fortfahren?"
|
743
|
+
|
744
|
+
msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
|
745
|
+
msgstr "Gehe zu der Puppet Klassen Seite und wähle \"Import\" aus um die Klassensignatur zu aktualisieren."
|
746
|
+
|
747
|
+
msgid "Toggle"
|
748
|
+
msgstr "Umschalten"
|
749
|
+
|
750
|
+
msgid "Total"
|
751
|
+
msgstr "Gesamt"
|
752
|
+
|
753
|
+
msgid "Types of validation values"
|
754
|
+
msgstr "Typen von Validierungswerten"
|
755
|
+
|
756
|
+
msgid "Types of variable values"
|
757
|
+
msgstr "Typen von Variablenwerten"
|
758
|
+
|
759
|
+
msgid "Unable to generate output, Check log files"
|
760
|
+
msgstr "Kann keine Ausgabe erzeugen. Bitte Logdateien prüfen"
|
761
|
+
|
762
|
+
msgid "Update"
|
763
|
+
msgstr "Aktualisieren"
|
764
|
+
|
765
|
+
msgid "Update a Puppet class"
|
766
|
+
msgstr "Puppet-Klasse aktualisieren"
|
767
|
+
|
768
|
+
msgid "Update a config group"
|
769
|
+
msgstr "Konfigurationsgruppe Aktualisieren"
|
770
|
+
|
771
|
+
msgid "Update a smart class parameter"
|
772
|
+
msgstr "Smart-Klassenparameter aktualisieren"
|
773
|
+
|
774
|
+
msgid "Update an environment"
|
775
|
+
msgstr "Umgebung aktualisieren"
|
776
|
+
|
777
|
+
msgid "Update an override value for a specific smart class parameter"
|
778
|
+
msgstr "Überschreibungswert für einen bestimmten Smart-Klassenparameter aktualisieren"
|
779
|
+
|
780
|
+
msgid "Update environment from facts"
|
781
|
+
msgstr "Umgebung nach Fakten aktualisieren"
|
782
|
+
|
783
|
+
msgid "Update template combination"
|
784
|
+
msgstr "Vorlagen-Kombination aktualisieren"
|
785
|
+
|
786
|
+
msgid "Update:"
|
787
|
+
msgstr "Aktualisierung:"
|
788
|
+
|
789
|
+
msgid "Updated"
|
790
|
+
msgstr "Aktualisiert"
|
791
|
+
|
792
|
+
msgid "Updated hosts: changed environment"
|
793
|
+
msgstr "Hosts aktualisiert: Umgebung geändert"
|
794
|
+
|
795
|
+
msgid "Used to enforce certain values for the parameter values"
|
796
|
+
msgstr "Verwendet, um bestimmte Werte für die Parameterwerte umzusetzen"
|
797
|
+
|
798
|
+
msgid "Valid Host Group and Environment Combinations"
|
799
|
+
msgstr "Valide Hostgruppen- und Umgebungskombinationen"
|
800
|
+
|
801
|
+
msgid "Value"
|
802
|
+
msgstr "Wert"
|
803
|
+
|
804
|
+
msgid "Value to use when there is no match"
|
805
|
+
msgstr "Zu verwendender Wert, falls es keine Übereinstimmung gibt"
|
806
|
+
|
807
|
+
msgid ""
|
808
|
+
"When a Host requests a template (e.g. during provisioning), Foreman \\\n"
|
809
|
+
" will select the best match from the available templates of that type, in the \\\n"
|
810
|
+
" following order:"
|
811
|
+
msgstr ""
|
812
|
+
"Wenn ein Host eine Vorlage anfordert (z. B. während der Bereitstellung), wird Foreman \\\n"
|
813
|
+
"wählt die beste Übereinstimmung aus den verfügbaren Vorlagen dieses Typs in \\\n"
|
814
|
+
"der folgende Reihenfolge:"
|
815
|
+
|
816
|
+
msgid ""
|
817
|
+
"When editing a template, you must assign a list \\\n"
|
818
|
+
" of operating systems which this template can be used with. Optionally, you can \\\n"
|
819
|
+
" restrict a template to a list of host groups and/or environments."
|
820
|
+
msgstr ""
|
821
|
+
"Beim Bearbeiten einer Vorlage müssen Sie eine Liste \\\n"
|
822
|
+
"von Betriebssystemen, mit denen diese Vorlage verwendet werden kann zuweisen. Optional können Sie \\\n"
|
823
|
+
"eine Vorlage beschränken auf eine Liste von Hostgruppen und/oder Umgebungen."
|
824
|
+
|
825
|
+
msgid "When enabled the parameter is hidden in the UI"
|
826
|
+
msgstr "Wenn aktiviert, so ist der Parameter im UI verborgen "
|
827
|
+
|
828
|
+
msgid "Whether the smart class parameter value is managed by Foreman"
|
829
|
+
msgstr "Ob der Smart-Klassenparameter von Foreman gemanagt wird"
|
830
|
+
|
831
|
+
msgid "belongs to config group"
|
832
|
+
msgstr "gehört zur Konfigurationsgruppe"
|
833
|
+
|
834
|
+
msgid "environment id"
|
835
|
+
msgstr "Umgebungs-ID"
|
836
|
+
|
837
|
+
msgid "included already from parent"
|
838
|
+
msgstr "bereits in der Hostgruppe einbegriffen"
|
839
|
+
|
840
|
+
msgid "must be true to edit the parameter"
|
841
|
+
msgstr "muss wahr sein um Parameter zu bearbeiten"
|
842
|
+
|
843
|
+
msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
|
844
|
+
msgstr "mit der ID %{object_id} existiert nicht oder ist nicht der richtigen Organisation und/oder dem richtigen Standort zugeordnet"
|