foreman_discovery 25.0.0 → 25.1.0
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/app/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +440 -452
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +397 -409
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +537 -549
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +280 -291
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +541 -553
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +339 -351
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +468 -480
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +536 -548
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +525 -537
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +493 -505
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +538 -550
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +510 -522
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +361 -373
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +540 -552
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +400 -412
- data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -0
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +41 -35
- data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +18 -12
- data/app/controllers/discovered_hosts_controller.rb +0 -13
- data/app/controllers/discovered_hosts_controller.rb.orig +354 -0
- data/app/models/host/discovered.rb +1 -0
- data/app/services/foreman_discovery/fact_to_category_resolver.rb +11 -6
- data/app/services/foreman_discovery/lldp_neighbors.rb +6 -2
- data/app/views/api/v2/discovered_hosts/main.json.rabl +2 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -0
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -1
- data/app/views/discovered_hosts/show.html.erb +3 -1
- data/app/views/discovered_mailer/_discovered_host.html.erb +5 -0
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.po +2 -14
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.po +128 -138
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.po +4 -16
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.po +13 -20
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.po +39 -51
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.po +47 -59
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.po +18 -30
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.po +2 -14
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.po +2 -14
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.po +27 -38
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.po +19 -31
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.po +98 -108
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.po +2 -14
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.po +2 -14
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.po +2 -14
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.po +20 -32
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.po +2 -14
- data/test/facts/facts_with_lldp_bond_candidate.json +7 -0
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +35 -0
- data/test/integration/discovered_hosts_test.rb +3 -1
- data/test/test_helper_discovery.rb +21 -7
- data/test/unit/lldp_neighbors_test.rb +34 -0
- metadata +4 -3
@@ -3,11 +3,11 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_discovery": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_discovery
|
6
|
+
"Project-Id-Version": "foreman_discovery 25.0.0",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2013-11-15 17:25+0000",
|
9
|
-
"Last-Translator": "
|
10
|
-
"Language-Team": "German (http://
|
9
|
+
"Last-Translator": "pdolinic, 2021",
|
10
|
+
"Language-Team": "German (http://app.transifex.com/foreman/foreman/language/de/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
13
13
|
"Content-Transfer-Encoding": "8bit",
|
@@ -17,830 +17,818 @@
|
|
17
17
|
"domain": "foreman_discovery",
|
18
18
|
"plural_forms": "nplurals=2; plural=(n != 1);"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
"
|
20
|
+
"%s - The following hosts are about to be changed": [
|
21
|
+
"%s - Die folgenden Hosts werden geändert"
|
22
22
|
],
|
23
|
-
"
|
24
|
-
"
|
23
|
+
"%s discovered hosts were provisioned": [
|
24
|
+
"%s entdeckte Hosts wurden bereitgestellt"
|
25
25
|
],
|
26
|
-
"
|
27
|
-
"
|
26
|
+
"<b>Foreman</b> Discovered hosts summary": [
|
27
|
+
"<b>Foreman</b> Zusammenfassung entdeckter Hosts"
|
28
28
|
],
|
29
|
-
"
|
30
|
-
"
|
29
|
+
"A summary of discovered hosts": [
|
30
|
+
"Eine Zusammenfassung der entdeckten Hosts"
|
31
31
|
],
|
32
|
-
"
|
33
|
-
"
|
32
|
+
"Actions": [
|
33
|
+
"Aktionen"
|
34
34
|
],
|
35
|
-
"
|
36
|
-
"
|
35
|
+
"Assign Location": [
|
36
|
+
"Standort zuweisen"
|
37
37
|
],
|
38
|
-
"
|
39
|
-
"
|
38
|
+
"Assign Organization": [
|
39
|
+
"Organisation zuweisen"
|
40
40
|
],
|
41
|
-
"
|
42
|
-
"
|
41
|
+
"Associated Hosts": [
|
42
|
+
"Zugewiesene Hosts"
|
43
43
|
],
|
44
|
-
"Provision
|
45
|
-
"
|
44
|
+
"Auto Provision": [
|
45
|
+
"Automatisch bereitstellen"
|
46
46
|
],
|
47
|
-
"
|
48
|
-
"
|
47
|
+
"Auto provisioning": [
|
48
|
+
"Automatische Bereitstellung"
|
49
49
|
],
|
50
|
-
"
|
51
|
-
"
|
50
|
+
"Automatic bond interface (if another interface is detected on the same VLAN via LLDP)": [
|
51
|
+
"Automatische Bond-Schnittstelle (wenn eine andere Schnittstelle im selben VLAN über LLDP erkannt wird)"
|
52
52
|
],
|
53
|
-
"
|
54
|
-
"
|
53
|
+
"Automatically generate PXE configuration to pin a newly discovered host to discovery": [
|
54
|
+
"PXE-Konfiguration automatisch erzeugen, um einen neu entdeckten Host zu einer Entdeckung anzuheften"
|
55
55
|
],
|
56
|
-
"
|
57
|
-
"
|
56
|
+
"Automatically provision newly discovered hosts, according to the provisioning rules": [
|
57
|
+
"Neu entdeckte Hosts automatisch bereitstellen gemäß Bereitstellungsregeln"
|
58
58
|
],
|
59
|
-
"
|
60
|
-
"
|
59
|
+
"Automatically reboot or kexec discovered host during provisioning": [
|
60
|
+
"Automatischer Reboot oder kexec endeckter Hosts während der Bereitstellung"
|
61
61
|
],
|
62
|
-
"
|
63
|
-
"
|
62
|
+
"Back": [
|
63
|
+
"Zurück"
|
64
64
|
],
|
65
|
-
"
|
66
|
-
"
|
65
|
+
"CPUs": [
|
66
|
+
"Anzahl der CPUs:"
|
67
67
|
],
|
68
|
-
"
|
69
|
-
"
|
68
|
+
"Cancel": [
|
69
|
+
"Abbrechen"
|
70
70
|
],
|
71
|
-
"
|
72
|
-
"
|
71
|
+
"Clean all facts": [
|
72
|
+
"Alle Fakten löschen"
|
73
73
|
],
|
74
|
-
"
|
75
|
-
"
|
74
|
+
"Clean all reported facts during provisioning (except discovery facts)": [
|
75
|
+
"Alle berichteten Fakten während der Bereitstellung löschen (ausgenommen Entdeckungsfakten)"
|
76
76
|
],
|
77
|
-
"
|
78
|
-
"
|
77
|
+
"Clone": [
|
78
|
+
"Klonen"
|
79
79
|
],
|
80
|
-
"
|
81
|
-
"
|
80
|
+
"Clone %s": [
|
81
|
+
"%s klonen"
|
82
82
|
],
|
83
|
-
"
|
84
|
-
"
|
83
|
+
"Collapse All": [
|
84
|
+
"Alle einklappen"
|
85
85
|
],
|
86
|
-
"
|
87
|
-
"Fakten
|
86
|
+
"Could not get facts from proxy %{url}: %{error}": [
|
87
|
+
"Fakten konnten nicht vom Proxy %{url} abgerufen werden: %{error}"
|
88
88
|
],
|
89
|
-
"
|
90
|
-
"
|
89
|
+
"Create Host": [
|
90
|
+
"Host erstellen"
|
91
91
|
],
|
92
|
-
"
|
93
|
-
"
|
92
|
+
"Create Rule": [
|
93
|
+
"Regel erstellen"
|
94
94
|
],
|
95
|
-
"
|
96
|
-
"Host
|
95
|
+
"Create a discovered host for testing (use /facts to create new hosts)": [
|
96
|
+
"Entdeckten Host zum Testen erstellen (verwenden Sie /Fakten zur Erstellung neuer Hosts)"
|
97
97
|
],
|
98
|
-
"
|
99
|
-
"
|
98
|
+
"Create a discovery rule": [
|
99
|
+
"Entdeckungsregel erstellen"
|
100
100
|
],
|
101
|
-
"
|
102
|
-
"
|
101
|
+
"Create bond interfaces": [
|
102
|
+
"Bondschnittstellen erstellen"
|
103
103
|
],
|
104
|
-
"
|
105
|
-
"
|
104
|
+
"Customize Host": [
|
105
|
+
"Host anpassen"
|
106
106
|
],
|
107
|
-
"
|
108
|
-
"
|
107
|
+
"DHCP filename option (Grub2 or PXELinux by default)": [
|
108
|
+
"DHCP-Dateinamensoption (Standardmäßig Grub2/PXELinux)"
|
109
109
|
],
|
110
|
-
"
|
111
|
-
"
|
110
|
+
"Delete": [
|
111
|
+
"Löschen"
|
112
112
|
],
|
113
|
-
"%s
|
114
|
-
"%s
|
113
|
+
"Delete %s?": [
|
114
|
+
"%s löschen?"
|
115
115
|
],
|
116
|
-
"
|
117
|
-
"
|
116
|
+
"Delete a discovered host": [
|
117
|
+
"Entdeckten Host löschen"
|
118
118
|
],
|
119
|
-
"
|
120
|
-
"
|
119
|
+
"Delete a rule": [
|
120
|
+
"Regel löschen"
|
121
121
|
],
|
122
|
-
"
|
123
|
-
"
|
122
|
+
"Delete rule '%s'?": [
|
123
|
+
"Regel '%s' löschen?"
|
124
124
|
],
|
125
|
-
"
|
126
|
-
"
|
125
|
+
"Destroyed selected hosts": [
|
126
|
+
"Ausgewählte Hosts gelöscht"
|
127
127
|
],
|
128
|
-
"
|
129
|
-
"
|
128
|
+
"Details": [
|
129
|
+
"Details"
|
130
130
|
],
|
131
|
-
"
|
132
|
-
"
|
131
|
+
"Disable": [
|
132
|
+
"Deaktivieren"
|
133
133
|
],
|
134
|
-
"
|
135
|
-
"
|
134
|
+
"Disable rule '%s'?": [
|
135
|
+
"Regel '%s' deaktivieren?"
|
136
136
|
],
|
137
|
-
"
|
138
|
-
"
|
137
|
+
"Discovered Host": [
|
138
|
+
"",
|
139
|
+
""
|
139
140
|
],
|
140
|
-
"
|
141
|
-
"
|
141
|
+
"Discovered Hosts": [
|
142
|
+
"Entdeckte Hosts"
|
142
143
|
],
|
143
|
-
"
|
144
|
-
"
|
144
|
+
"Discovered Rules": [
|
145
|
+
"Entdeckte Regeln"
|
145
146
|
],
|
146
|
-
"
|
147
|
-
"
|
147
|
+
"Discovered host '%{host}' has all NICs filtered out, filter: %{filter}": [
|
148
|
+
"Beim erkannten Host '%{host}' wurden alle NICs herausgefiltert, Filter: %{filter}"
|
148
149
|
],
|
149
|
-
"
|
150
|
-
"
|
150
|
+
"Discovered host reported from unknown subnet, communication will not be proxied.": [
|
151
|
+
"Der erkannte Host wurde von einem unbekannten Subnetz gemeldet, die Kommunikation wird nicht über einen Proxy geleitet."
|
151
152
|
],
|
152
|
-
"
|
153
|
-
"
|
153
|
+
"Discovered host: %s": [
|
154
|
+
"Entdeckter Host: %s"
|
154
155
|
],
|
155
|
-
"
|
156
|
-
"
|
156
|
+
"Discovered hosts are provisioning now": [
|
157
|
+
"Entdeckte Hosts, die jetzt bereitgestellt werden"
|
157
158
|
],
|
158
|
-
"
|
159
|
-
"
|
159
|
+
"Discovered hosts are rebooting now": [
|
160
|
+
"Entdeckte Hosts werden jetzt neu gestartet"
|
160
161
|
],
|
161
|
-
"
|
162
|
-
"
|
162
|
+
"Discovered hosts from Foreman server at %{foreman_url}": [
|
163
|
+
"Vom Foreman-Server unter %{foreman_url} entdeckte Hosts"
|
163
164
|
],
|
164
|
-
"
|
165
|
-
"
|
165
|
+
"Discovered hosts reported from unknown subnet are %s, communication will not be proxied.": [
|
166
|
+
"Erkannte Hosts, die von einem unbekannten Subnetz gemeldet wurden %s sind , die Kommunikation wird nicht über einen Proxy geleitet."
|
166
167
|
],
|
167
|
-
"
|
168
|
-
"
|
168
|
+
"Discovered hosts summary": [
|
169
|
+
"Zusammenfassung entdeckter Hosts"
|
169
170
|
],
|
170
|
-
"
|
171
|
-
"
|
171
|
+
"Discovery": [
|
172
|
+
"Entdecken"
|
172
173
|
],
|
173
|
-
"
|
174
|
-
"
|
174
|
+
"Discovery Proxy": [
|
175
|
+
"Discovery-Proxy"
|
175
176
|
],
|
176
|
-
"
|
177
|
-
"
|
177
|
+
"Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
178
|
+
"Discovery Proxy zur Verwendung innerhalb dieses Subnetzes zum Verwalten der Verbindung zu erkannten Hosts"
|
178
179
|
],
|
179
|
-
"
|
180
|
-
"
|
180
|
+
"Discovery Rules": [
|
181
|
+
"Entdeckungsregeln"
|
181
182
|
],
|
182
|
-
"
|
183
|
-
"
|
183
|
+
"Discovery fact parser does not work with non-discovery host '%{host}'": [
|
184
|
+
"Der Discovery-Faktenparser funktioniert nicht mit dem Nicht-Discovery-Host '%{host}'"
|
184
185
|
],
|
185
|
-
"
|
186
|
-
"
|
186
|
+
"Discovery hostname naming pattern": [
|
187
|
+
"Benennungsmuster für Discovery-Hostnamen"
|
187
188
|
],
|
188
|
-
"
|
189
|
-
"
|
189
|
+
"Discovery location": [
|
190
|
+
"Entdeckungsort"
|
190
191
|
],
|
191
|
-
"
|
192
|
-
"
|
192
|
+
"Discovery organization": [
|
193
|
+
"Entdeckungsorganisation"
|
193
194
|
],
|
194
|
-
"
|
195
|
-
"
|
195
|
+
"DiscoveryRule|Enabled": [
|
196
|
+
"Aktiviert"
|
196
197
|
],
|
197
|
-
"
|
198
|
-
"
|
198
|
+
"DiscoveryRule|Name": [
|
199
|
+
"Name"
|
199
200
|
],
|
200
|
-
"
|
201
|
-
"
|
201
|
+
"DiscoveryRule|Priority": [
|
202
|
+
"Priorität"
|
202
203
|
],
|
203
|
-
"
|
204
|
-
"
|
204
|
+
"DiscoveryRule|Query": [
|
205
|
+
"Abfrage"
|
205
206
|
],
|
206
|
-
"
|
207
|
-
"
|
207
|
+
"Disk Count": [
|
208
|
+
"Festplattenanzahl"
|
208
209
|
],
|
209
|
-
"
|
210
|
-
"
|
210
|
+
"Disk count": [
|
211
|
+
"Festplattenanzahl"
|
211
212
|
],
|
212
|
-
"
|
213
|
-
"
|
213
|
+
"Disks Size": [
|
214
|
+
"Festplattengröße"
|
214
215
|
],
|
215
|
-
"
|
216
|
-
"
|
216
|
+
"Disks size": [
|
217
|
+
"Festplattengröße"
|
217
218
|
],
|
218
|
-
"
|
219
|
-
"
|
219
|
+
"Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)": [
|
220
|
+
"Nicht zulassen, dass vorhandene verwaltete Hosts gefunden werden, die dem MAC einer Provisioning-NIC entsprechen (Fehler werden frühzeitig behoben)"
|
220
221
|
],
|
221
|
-
"
|
222
|
-
"
|
222
|
+
"Domain will be appended automatically. A hostname based on MAC address will be used when left blank.": [
|
223
|
+
"Domäne wird automatisch angehängt. Ein Hostname basierend auf der MAC-Adresse wird genutzt, wenn das Feld leer ist."
|
223
224
|
],
|
224
|
-
"
|
225
|
-
"
|
225
|
+
"Edit %s": [
|
226
|
+
"%s bearbeiten"
|
226
227
|
],
|
227
|
-
"
|
228
|
-
"
|
228
|
+
"Enable": [
|
229
|
+
"Aktivieren"
|
229
230
|
],
|
230
|
-
"
|
231
|
-
"
|
231
|
+
"Enable rule '%s'?": [
|
232
|
+
"Regel '%s' aktivieren?"
|
232
233
|
],
|
233
|
-
"
|
234
|
-
"
|
234
|
+
"Error message goes here": [
|
235
|
+
"Fehlermeldung kommt hier"
|
235
236
|
],
|
236
|
-
"
|
237
|
-
"Fehler
|
237
|
+
"Error on existing NIC": [
|
238
|
+
"Fehler auf existierenden NIC"
|
238
239
|
],
|
239
|
-
"
|
240
|
-
"
|
240
|
+
"Errors during auto provisioning: %s": [
|
241
|
+
"Fehler bei automatischer Bereitstellung: %s"
|
241
242
|
],
|
242
|
-
"
|
243
|
-
"
|
243
|
+
"Errors during reboot: %s": [
|
244
|
+
"Fehler bei Neustart: %s"
|
244
245
|
],
|
245
|
-
"
|
246
|
-
"
|
246
|
+
"Execute rules against a discovered host": [
|
247
|
+
"Regeln auf einem entdeckten Host anwenden"
|
247
248
|
],
|
248
|
-
"
|
249
|
-
"
|
249
|
+
"Execute rules against all currently discovered hosts": [
|
250
|
+
"Regeln auf allen kürzlich entdeckten Hosts anwenden"
|
250
251
|
],
|
251
|
-
"
|
252
|
-
"
|
252
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
|
253
|
+
"Erwartetes discovery_fact '%s' fehlt, primäre Schnittstelle kann nicht gefunden und Hostname nicht eingestellt werden"
|
253
254
|
],
|
254
|
-
"
|
255
|
-
"
|
255
|
+
"Extra facter columns to show in host lists": [
|
256
|
+
""
|
256
257
|
],
|
257
|
-
"
|
258
|
-
"
|
258
|
+
"Fact + prefix": [
|
259
|
+
"Fakt + Prefix"
|
259
260
|
],
|
260
|
-
"
|
261
|
-
"
|
261
|
+
"Fact columns": [
|
262
|
+
"Faktspalten"
|
262
263
|
],
|
263
|
-
"
|
264
|
-
"
|
264
|
+
"Fact name to use for primary interface detection": [
|
265
|
+
"Fakt Name zur Verwendung bei der Erkennung der primären Schnittstelle"
|
265
266
|
],
|
266
|
-
"
|
267
|
-
"
|
267
|
+
"Facts could not be imported": [
|
268
|
+
"Fakten konnten nicht importiert werden"
|
268
269
|
],
|
269
|
-
"
|
270
|
-
"
|
270
|
+
"Facts refreshed for %s": [
|
271
|
+
"Fakten für %s erneuert"
|
271
272
|
],
|
272
|
-
"
|
273
|
-
"
|
273
|
+
"Failed to auto provision host %s: %s": [
|
274
|
+
"Fehler bei automatischer Bereitstellung von Host %s: %s"
|
274
275
|
],
|
275
|
-
"
|
276
|
-
"
|
276
|
+
"Failed to reboot host %s": [
|
277
|
+
"Fehler beim Neustart von Host %s"
|
277
278
|
],
|
278
|
-
"
|
279
|
-
"
|
279
|
+
"Failed to reboot host %{hostname} with error %{error_message}": [
|
280
|
+
"Fehler beim Neustart von Host %{hostname} mit Fehlermeldung %{error_message}"
|
280
281
|
],
|
281
|
-
"
|
282
|
-
"
|
282
|
+
"Failed to reboot hosts with error %s": [
|
283
|
+
"Neustart von Hosts fehlgeschlagen mit Fehler %s"
|
283
284
|
],
|
284
|
-
"
|
285
|
-
"
|
285
|
+
"Failed to refresh facts for %s": [
|
286
|
+
"Fehler beim Aktualisieren von Fakten für %s"
|
286
287
|
],
|
287
|
-
"
|
288
|
-
"
|
288
|
+
"Failed to refresh facts for %{hostname} with error %{error_message}": [
|
289
|
+
"Fehler beim Aktualisieren der Fakten für %{hostname} mit Fehlermeldung %{error_message}"
|
289
290
|
],
|
290
|
-
"
|
291
|
-
"
|
291
|
+
"For more information please see ": [
|
292
|
+
"Weitere Informationen finden Sie unter"
|
292
293
|
],
|
293
|
-
"
|
294
|
-
"
|
294
|
+
"Force DNS": [
|
295
|
+
"DNS erzwingen"
|
295
296
|
],
|
296
|
-
"
|
297
|
-
"
|
297
|
+
"Force DNS entries creation when provisioning discovered host": [
|
298
|
+
"Erzwingen Sie die Erstellung von DNS-Einträgen bei der Bereitstellung des erkannten Hosts"
|
298
299
|
],
|
299
|
-
"
|
300
|
-
"
|
300
|
+
"Foreman Discovery": [
|
301
|
+
""
|
301
302
|
],
|
302
|
-
"
|
303
|
-
"
|
303
|
+
"Foreman discovered hosts summary": [
|
304
|
+
"Foreman Zusammenfassung entdeckter Hosts"
|
304
305
|
],
|
305
|
-
"
|
306
|
-
"
|
306
|
+
"Hardware": [
|
307
|
+
"Hardware"
|
307
308
|
],
|
308
|
-
"
|
309
|
-
"
|
309
|
+
"Hardware facts": [
|
310
|
+
"Hardwarefakten"
|
310
311
|
],
|
311
|
-
"
|
312
|
-
"
|
312
|
+
"Highlighted facts": [
|
313
|
+
"Hervorgehobene Fakten"
|
313
314
|
],
|
314
|
-
"
|
315
|
-
"
|
315
|
+
"Highlights": [
|
316
|
+
"Hervorhebungen"
|
316
317
|
],
|
317
|
-
"
|
318
|
-
"
|
318
|
+
"Host": [
|
319
|
+
"Host"
|
319
320
|
],
|
320
|
-
"
|
321
|
-
"
|
321
|
+
"Host %s has been dicovered": [
|
322
|
+
"Host %s wurde entdeckt"
|
322
323
|
],
|
323
|
-
"
|
324
|
-
"
|
324
|
+
"Host %{host} was provisioned with rule %{rule}": [
|
325
|
+
"Host %{host} wurde bereitgestellt mit Regel %{rule}"
|
325
326
|
],
|
326
|
-
"
|
327
|
-
"
|
327
|
+
"Host Group": [
|
328
|
+
"Hostgruppe"
|
328
329
|
],
|
329
|
-
"Host group
|
330
|
+
"Host group location %s must also be associated to the discovery rule": [
|
330
331
|
"",
|
331
332
|
""
|
332
333
|
],
|
333
|
-
"Host group
|
334
|
+
"Host group organization %s must also be associated to the discovery rule": [
|
334
335
|
"",
|
335
336
|
""
|
336
337
|
],
|
337
|
-
"
|
338
|
-
"
|
339
|
-
],
|
340
|
-
"Random name": [
|
341
|
-
"Zufälliger Name"
|
338
|
+
"Host of type %s can not be rebooted": [
|
339
|
+
"Host vom Typ %s kann nicht neu gestartet werden"
|
342
340
|
],
|
343
|
-
"
|
344
|
-
"
|
341
|
+
"Host's owner type": [
|
342
|
+
"Eigentümertyp des Hosts"
|
345
343
|
],
|
346
|
-
"
|
347
|
-
"
|
344
|
+
"Host's parameters (array or indexed hash)": [
|
345
|
+
"Hostparameter (Array oder indizierter Hash)"
|
348
346
|
],
|
349
|
-
"
|
350
|
-
"
|
347
|
+
"Hostname facts": [
|
348
|
+
"Hostnamenfakten"
|
351
349
|
],
|
352
|
-
"
|
353
|
-
"
|
350
|
+
"Hostname for provisioned hosts": [
|
351
|
+
"Hostname für bereitgestellte Hosts"
|
354
352
|
],
|
355
|
-
"
|
356
|
-
"
|
353
|
+
"Hostname prefix": [
|
354
|
+
"Hostnamenpräfix"
|
357
355
|
],
|
358
|
-
"
|
359
|
-
"
|
356
|
+
"Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID).": [
|
357
|
+
"Hostnamen dürfen nicht mit Zahlen beginnen. Ein guter Ansatz besteht darin, eindeutige Informationen zu verwenden, die von facter bereitgestellt werden (MAC-Adresse, BIOS oder serielle ID)."
|
360
358
|
],
|
361
|
-
"
|
362
|
-
"
|
359
|
+
"Hosts": [
|
360
|
+
"Hosts"
|
363
361
|
],
|
364
|
-
"
|
365
|
-
"
|
362
|
+
"Hosts Limit": [
|
363
|
+
"Hosts-Limit"
|
366
364
|
],
|
367
|
-
"
|
368
|
-
"
|
365
|
+
"Hosts/Limit": [
|
366
|
+
"Hosts/Limit"
|
369
367
|
],
|
370
|
-
"
|
371
|
-
"
|
368
|
+
"ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
369
|
+
"ID des Discovery-Proxys, der in diesem Subnetz zum Verwalten der Verbindung zu erkannten Hosts verwendet werden soll"
|
372
370
|
],
|
373
|
-
"
|
374
|
-
"
|
371
|
+
"IP Address": [
|
372
|
+
"IP-Adresse"
|
375
373
|
],
|
376
|
-
"
|
377
|
-
"
|
374
|
+
"IP address": [
|
375
|
+
"IP-Adresse"
|
378
376
|
],
|
379
|
-
"
|
380
|
-
"
|
377
|
+
"IPAM must be configured for subnet '%s'": [
|
378
|
+
"IPAM muss für Subnetz '%s' konfiguriert sein"
|
381
379
|
],
|
382
|
-
"
|
383
|
-
"
|
380
|
+
"IPMI": [
|
381
|
+
"IPMI"
|
384
382
|
],
|
385
|
-
"
|
386
|
-
"
|
383
|
+
"IPMI facts": [
|
384
|
+
"IPMI-Fakten"
|
387
385
|
],
|
388
|
-
"
|
389
|
-
"
|
386
|
+
"Identifier": [
|
387
|
+
"Kennung"
|
390
388
|
],
|
391
|
-
"
|
392
|
-
"
|
389
|
+
"Image API processing error: %{msg} (HTTP/%{code}, body: %{body})": [
|
390
|
+
"Image API Verarbeitungsfehler: %{msg} (HTTP/%{code}, Text: %{body})"
|
393
391
|
],
|
394
|
-
"
|
395
|
-
"
|
392
|
+
"Image API returned HTTP/%{code} with '%{body}": [
|
393
|
+
"Image API gibt HTTP/%{code} mit '%{body} zurück"
|
396
394
|
],
|
397
|
-
"
|
398
|
-
"
|
395
|
+
"In addition to @host attribute function rand for random integers is available. Examples:": [
|
396
|
+
"Zusätzlich zum @host-Attribut steht die Funktion rand für zufällige ganze Zahlen zur Verfügung. Beispiele:"
|
399
397
|
],
|
400
|
-
"
|
401
|
-
"
|
398
|
+
"Init RAM kexec URL is invalid: '%s'": [
|
399
|
+
"Init RAM kexec URL ist ungültig: '%s'"
|
402
400
|
],
|
403
|
-
"
|
404
|
-
"
|
401
|
+
"Interface fact": [
|
402
|
+
"Schnittstellenfakt"
|
405
403
|
],
|
406
|
-
"
|
407
|
-
"
|
404
|
+
"Interfaces": [
|
405
|
+
"Interfaces"
|
408
406
|
],
|
409
|
-
"
|
410
|
-
"
|
407
|
+
"Invalid facts, must be a Hash": [
|
408
|
+
"Ungültige Fakten, es muss sich um einen Hash handeln"
|
411
409
|
],
|
412
|
-
"
|
413
|
-
"
|
410
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
|
411
|
+
"Ungültige Fakten: Hash enthält keinen gültigen Wert für einen der Fakten in der Einstellung Discovery_Hostname: %s"
|
414
412
|
],
|
415
|
-
"
|
416
|
-
"
|
413
|
+
"Invalid hostname: Could not normalize the hostname": [
|
414
|
+
"Ungültiger Hostname: Konnte den Hostnamen nicht normalisieren"
|
417
415
|
],
|
418
|
-
"
|
419
|
-
"
|
416
|
+
"Invalid user type of %s was provided": [
|
417
|
+
"Ungültiger Benutzertyp %s von wurde angegeben"
|
420
418
|
],
|
421
|
-
"
|
422
|
-
"
|
419
|
+
"Kernel kexec URL is invalid: '%s'": [
|
420
|
+
"Kernel kexec URL ist ist ungültig: '%s'"
|
423
421
|
],
|
424
|
-
"
|
425
|
-
""
|
422
|
+
"Kexec template not associated with operating system": [
|
423
|
+
"Kexec Vorlage ist nicht dem Betriebssystem zugeordnet"
|
426
424
|
],
|
427
|
-
"
|
428
|
-
""
|
425
|
+
"Last Facts Upload": [
|
426
|
+
"Letzter Fakten-Upload"
|
429
427
|
],
|
430
|
-
"
|
431
|
-
""
|
428
|
+
"List all discovered hosts": [
|
429
|
+
"Alle entdeckten Hosts auflisten"
|
432
430
|
],
|
433
|
-
"
|
434
|
-
"
|
431
|
+
"List all discovery rules": [
|
432
|
+
"Alle Entdeckungsregeln auflisten"
|
435
433
|
],
|
436
|
-
"
|
437
|
-
"
|
434
|
+
"List all fact values of a given discovered host": [
|
435
|
+
"Alle Faktwerte eines angegebenen entdeckten Hosts auflisten"
|
438
436
|
],
|
439
|
-
"
|
437
|
+
"List of facts to use for the hostname (first wins)": [
|
440
438
|
""
|
441
439
|
],
|
442
|
-
"
|
443
|
-
"
|
440
|
+
"Location": [
|
441
|
+
"Standort"
|
442
|
+
],
|
443
|
+
"Locations": [
|
444
|
+
"Standorte"
|
445
|
+
],
|
446
|
+
"Lock PXE": [
|
447
|
+
"PXE sperren"
|
444
448
|
],
|
445
|
-
"
|
446
|
-
""
|
447
|
-
""
|
449
|
+
"Locked PXEGrub template name": [
|
450
|
+
"Gesperrter PXEGrub-Vorlagenname"
|
448
451
|
],
|
449
|
-
"
|
450
|
-
"
|
452
|
+
"Locked PXEGrub2 template name": [
|
453
|
+
"Gesperrter PXEGrub2-Vorlagenname"
|
451
454
|
],
|
452
|
-
"
|
453
|
-
"
|
455
|
+
"Locked PXELinux template name": [
|
456
|
+
"Gesperrter PXELinux-Vorlagenname"
|
454
457
|
],
|
455
|
-
"
|
456
|
-
"
|
458
|
+
"MAC address": [
|
459
|
+
"MAC-Adresse"
|
457
460
|
],
|
458
|
-
"
|
459
|
-
"
|
461
|
+
"MAC-based name": [
|
462
|
+
"Mac-basierter Name"
|
463
|
+
],
|
464
|
+
"Maximum hosts provisioned with this rule (0 = unlimited)": [
|
465
|
+
"Höchstanzahl von Hosts, die mit dieser Regel bereitgestellt werden (0 = unbegrenzt)"
|
460
466
|
],
|
461
467
|
"Memory": [
|
462
468
|
"Speicher"
|
463
469
|
],
|
464
|
-
"
|
465
|
-
"
|
466
|
-
],
|
467
|
-
"Create Host": [
|
468
|
-
"Host erstellen"
|
470
|
+
"Miscellaneous": [
|
471
|
+
"Erweitert"
|
469
472
|
],
|
470
|
-
"
|
471
|
-
"
|
473
|
+
"Model": [
|
474
|
+
"Modell"
|
472
475
|
],
|
473
|
-
"
|
474
|
-
"
|
476
|
+
"N/A": [
|
477
|
+
"N/A"
|
475
478
|
],
|
476
479
|
"Name": [
|
477
480
|
"Name"
|
478
481
|
],
|
479
|
-
"
|
480
|
-
"
|
482
|
+
"Name of the parameter": [
|
483
|
+
"Name des Parameters"
|
481
484
|
],
|
482
|
-
"
|
483
|
-
"
|
485
|
+
"Network": [
|
486
|
+
"Netzwerk"
|
484
487
|
],
|
485
|
-
"
|
486
|
-
"
|
488
|
+
"Network facts": [
|
489
|
+
"Netzwerkfakten"
|
487
490
|
],
|
488
|
-
"
|
489
|
-
"
|
491
|
+
"New Discovery Rule": [
|
492
|
+
"Neue Entdeckungsregel"
|
490
493
|
],
|
491
|
-
"
|
492
|
-
"
|
494
|
+
"New hosts": [
|
495
|
+
"Neue Hosts"
|
493
496
|
],
|
494
|
-
"
|
495
|
-
"
|
497
|
+
"New in the last 24 hours": [
|
498
|
+
"Neu in den letzten 24 Stunden"
|
496
499
|
],
|
497
|
-
"
|
498
|
-
"
|
500
|
+
"No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts": [
|
501
|
+
""
|
499
502
|
],
|
500
|
-
"
|
501
|
-
"
|
503
|
+
"No discovered hosts available": [
|
504
|
+
"Keine entdeckten Hosts verfügbar"
|
502
505
|
],
|
503
|
-
"
|
504
|
-
"
|
506
|
+
"No discovered hosts for the selected period": [
|
507
|
+
"Keine entdeckten Hosts für den ausgewählten Zeitraum"
|
505
508
|
],
|
506
|
-
"
|
507
|
-
"
|
509
|
+
"No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned.": [
|
510
|
+
""
|
508
511
|
],
|
509
|
-
"
|
510
|
-
"
|
512
|
+
"No discovered hosts to provision": [
|
513
|
+
"Keine entdeckten Hosts zur Bereitstellung"
|
511
514
|
],
|
512
|
-
"
|
513
|
-
"
|
515
|
+
"No discovered hosts to reboot": [
|
516
|
+
"Keine entdeckten Hosts zum Neustarten"
|
514
517
|
],
|
515
|
-
"
|
516
|
-
"
|
518
|
+
"No hostgroup associated with rule '%s'": [
|
519
|
+
" Der Regel '%s' ist keine Hostgruppe zugewiesen"
|
517
520
|
],
|
518
|
-
"
|
519
|
-
"
|
521
|
+
"No hosts selected": [
|
522
|
+
"Keine Hosts ausgewählt"
|
520
523
|
],
|
521
|
-
"
|
522
|
-
"
|
524
|
+
"No hosts were found with that id or name": [
|
525
|
+
"Keine Systeme mit dieser ID oder diesem Namen gefunden"
|
523
526
|
],
|
524
|
-
"
|
525
|
-
"
|
527
|
+
"No new discovered hosts for this period": [
|
528
|
+
"Keine neu entdeckten Hosts für diesen Zeitraum"
|
526
529
|
],
|
527
|
-
"
|
528
|
-
"
|
530
|
+
"No rule found for host %s": [
|
531
|
+
"Keine Regel gefunden für Host %s"
|
529
532
|
],
|
530
|
-
"
|
531
|
-
"
|
533
|
+
"Not reported in more than 7 days": [
|
534
|
+
"Nicht berichtet in mehr als 7 Tagen"
|
532
535
|
],
|
533
|
-
"
|
534
|
-
"
|
536
|
+
"One or more hosts have been discovered": [
|
537
|
+
"Einer oder mehrere Hosts wurden entdeckt"
|
535
538
|
],
|
536
|
-
"
|
537
|
-
"
|
539
|
+
"One or more hosts with failed discovery due to error: %s": [
|
540
|
+
""
|
538
541
|
],
|
539
|
-
"
|
540
|
-
"
|
542
|
+
"Option 'url' must be provided": [
|
543
|
+
""
|
541
544
|
],
|
542
|
-
"
|
543
|
-
"
|
545
|
+
"Option 'url' must be valid URI: %s": [
|
546
|
+
""
|
544
547
|
],
|
545
|
-
"
|
546
|
-
"
|
548
|
+
"Options must be hash": [
|
549
|
+
""
|
547
550
|
],
|
548
|
-
"
|
549
|
-
"
|
551
|
+
"Organization": [
|
552
|
+
"Organisation"
|
550
553
|
],
|
551
|
-
"
|
552
|
-
"
|
554
|
+
"Organizations": [
|
555
|
+
"Organisationen"
|
553
556
|
],
|
554
|
-
"
|
555
|
-
"
|
557
|
+
"PXEGrub template to be used when pinning a host to discovery": [
|
558
|
+
"PXEGrub-Vorlage, die beim Anheften eines Hosts an die Erkennung verwendet werden soll"
|
556
559
|
],
|
557
|
-
"
|
558
|
-
"
|
560
|
+
"PXEGrub2 template to be used when pinning a host to discovery": [
|
561
|
+
"PXEGrub2-Vorlage, die beim Anheften eines Hosts an Discovery verwendet werden soll"
|
559
562
|
],
|
560
|
-
"
|
561
|
-
"
|
563
|
+
"PXELinux template to be used when pinning a host to discovery": [
|
564
|
+
"PXELinux-Vorlage, die beim Anheften eines Hosts an die Erkennung verwendet werden soll"
|
562
565
|
],
|
563
|
-
"
|
564
|
-
"
|
566
|
+
"Parameter value": [
|
567
|
+
"Parameterwert"
|
565
568
|
],
|
566
|
-
"
|
567
|
-
"
|
569
|
+
"Please Confirm": [
|
570
|
+
"Bitte bestätigen"
|
568
571
|
],
|
569
|
-
"
|
570
|
-
"
|
572
|
+
"Prefer IPv6": [
|
573
|
+
"IPv6 bevorzugen"
|
574
|
+
],
|
575
|
+
"Prefer IPv6 to IPv4 when calling discovered nodes": [
|
576
|
+
"Bevorzugen Sie IPv6 gegenüber IPv4, wenn Sie erkannte Knoten aufrufen"
|
571
577
|
],
|
572
578
|
"Primary": [
|
573
579
|
"Primär"
|
574
580
|
],
|
575
|
-
"
|
576
|
-
"
|
577
|
-
],
|
578
|
-
"Organizations": [
|
579
|
-
"Organisationen"
|
580
|
-
],
|
581
|
-
"Target host group for this rule with all properties set": [
|
582
|
-
"Ziel-Hostgruppe für diese Regel mit allen Eigenschaften gesetzt"
|
583
|
-
],
|
584
|
-
"Hostname for provisioned hosts": [
|
585
|
-
"Hostname für bereitgestellte Hosts"
|
586
|
-
],
|
587
|
-
"Hosts Limit": [
|
588
|
-
"Hosts-Limit"
|
581
|
+
"Provision": [
|
582
|
+
"Bereitstellen"
|
589
583
|
],
|
590
|
-
"
|
591
|
-
"
|
584
|
+
"Provision %s": [
|
585
|
+
"Bereitstellung %s"
|
592
586
|
],
|
593
|
-
"
|
594
|
-
"
|
587
|
+
"Provision a discovered host": [
|
588
|
+
"Entdeckten Host bereitstellen"
|
595
589
|
],
|
596
|
-
"
|
597
|
-
"
|
590
|
+
"Random name": [
|
591
|
+
"Zufälliger Name"
|
598
592
|
],
|
599
|
-
"
|
600
|
-
"
|
593
|
+
"Reboot": [
|
594
|
+
"Neustart"
|
601
595
|
],
|
602
|
-
"
|
603
|
-
"
|
596
|
+
"Rebooting %s": [
|
597
|
+
"%s wird neu gestartet"
|
604
598
|
],
|
605
|
-
"
|
606
|
-
"
|
599
|
+
"Rebooting a discovered host": [
|
600
|
+
"Entdeckten Host neu starten"
|
607
601
|
],
|
608
|
-
"
|
609
|
-
"
|
602
|
+
"Rebooting all discovered hosts": [
|
603
|
+
"Alle entdeckten Hosts neu starten"
|
610
604
|
],
|
611
|
-
"
|
612
|
-
"%s
|
605
|
+
"Rebooting host %s": [
|
606
|
+
"Host %s wird neu gestartet"
|
613
607
|
],
|
614
|
-
"
|
615
|
-
"%s
|
608
|
+
"Rebuild DNS for %s": [
|
609
|
+
"DNS für %s neu bauen"
|
616
610
|
],
|
617
|
-
"
|
618
|
-
"
|
611
|
+
"Refresh facts": [
|
612
|
+
"Fakten aktualisieren"
|
619
613
|
],
|
620
|
-
"
|
621
|
-
"
|
614
|
+
"Refreshing the facts of a discovered host": [
|
615
|
+
"Fakten eines entdeckten Hosts werden aktualisiert"
|
622
616
|
],
|
623
|
-
"
|
624
|
-
"
|
617
|
+
"Regex to organize facts for hardware section": [
|
618
|
+
"Regex zur Faktensortierung im Hardware-Bereich"
|
625
619
|
],
|
626
|
-
"
|
627
|
-
"
|
620
|
+
"Regex to organize facts for highlights section - e.g. ^(abc|cde)$": [
|
621
|
+
"Regex zum Organisieren von Fakten für den Abschnitt Highlights - z.B. ^(abc|cde)$"
|
628
622
|
],
|
629
|
-
"
|
630
|
-
"
|
623
|
+
"Regex to organize facts for ipmi section": [
|
624
|
+
"Regex zur Faktensortierung im IMPI-Bereich"
|
631
625
|
],
|
632
|
-
"
|
633
|
-
"
|
626
|
+
"Regex to organize facts for network section": [
|
627
|
+
"Regex zur Faktensortierung im Netzwerk-Bereich"
|
634
628
|
],
|
635
|
-
"
|
636
|
-
"
|
629
|
+
"Regex to organize facts for software section": [
|
630
|
+
"Regex zur Faktensortierung im Software-Bereich"
|
637
631
|
],
|
638
|
-
"
|
639
|
-
"
|
632
|
+
"Regex to organize facts for storage section": [
|
633
|
+
"Regex zur Faktensortierung im Speicher-Bereich"
|
640
634
|
],
|
641
|
-
"
|
642
|
-
"
|
635
|
+
"Reloading kernel on %s": [
|
636
|
+
"Kernel auf %s wird neu geladen"
|
643
637
|
],
|
644
|
-
"
|
645
|
-
"
|
638
|
+
"Reported in the last 7 days": [
|
639
|
+
"Berichtet in den letzten 7 Tagen"
|
646
640
|
],
|
647
|
-
"
|
648
|
-
"
|
641
|
+
"Rule disabled": [
|
642
|
+
"Regel deaktiviert"
|
649
643
|
],
|
650
|
-
"
|
651
|
-
"
|
644
|
+
"Rule enabled": [
|
645
|
+
"Regel aktiviert"
|
652
646
|
],
|
653
|
-
"
|
654
|
-
"
|
647
|
+
"Rule priority (lower integer means higher priority)": [
|
648
|
+
"Regelpriorität (niedriger Wert bedeutet hohe Priorität)"
|
655
649
|
],
|
656
|
-
"
|
657
|
-
"
|
650
|
+
"Select Action": [
|
651
|
+
"Aktion auswählen"
|
658
652
|
],
|
659
|
-
"
|
660
|
-
"
|
653
|
+
"Select all items in this page": [
|
654
|
+
"Alle Elemente auf dieser Seite auswählen"
|
661
655
|
],
|
662
|
-
"
|
663
|
-
"
|
656
|
+
"Select location": [
|
657
|
+
"Standort auswählen"
|
664
658
|
],
|
665
|
-
"
|
666
|
-
"
|
659
|
+
"Select organization": [
|
660
|
+
"Organisation auswählen"
|
667
661
|
],
|
668
|
-
"
|
669
|
-
"
|
662
|
+
"Show a discovered host": [
|
663
|
+
"Entdeckten Host anzeigen"
|
670
664
|
],
|
671
|
-
"
|
672
|
-
"
|
665
|
+
"Show a discovery rule": [
|
666
|
+
"Entdeckungsregel anzeigen"
|
673
667
|
],
|
674
|
-
"
|
675
|
-
"
|
668
|
+
"Software": [
|
669
|
+
"Software"
|
676
670
|
],
|
677
|
-
"
|
678
|
-
"
|
671
|
+
"Software facts": [
|
672
|
+
"Softwarefakten"
|
679
673
|
],
|
680
|
-
"
|
681
|
-
"
|
674
|
+
"Something went wrong while selecting hosts - %s": [
|
675
|
+
"Fehler beim Auswählen der Hosts – %s"
|
682
676
|
],
|
683
|
-
"
|
684
|
-
"
|
677
|
+
"Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB).": [
|
678
|
+
"Vorlagenmuster des Ziel-Hostnamens in derselben Syntax angeben wie in Bereitstellungsvorlagen (ERB)."
|
685
679
|
],
|
686
|
-
"
|
687
|
-
"
|
680
|
+
"Storage": [
|
681
|
+
"Speicher"
|
688
682
|
],
|
689
|
-
"
|
690
|
-
"
|
683
|
+
"Storage facts": [
|
684
|
+
"Speicherfakten"
|
691
685
|
],
|
692
|
-
"
|
693
|
-
"
|
686
|
+
"Submit": [
|
687
|
+
"Absenden"
|
694
688
|
],
|
695
|
-
"
|
696
|
-
"
|
689
|
+
"Subnet": [
|
690
|
+
"Subnetz"
|
697
691
|
],
|
698
|
-
"
|
699
|
-
"
|
692
|
+
"Successfully provisioned %s": [
|
693
|
+
"%s erfolgreich bereitgestellt"
|
700
694
|
],
|
701
|
-
"
|
702
|
-
""
|
695
|
+
"Summary from %{time} ago to %{now}": [
|
696
|
+
"Zusammenfassung von %{time} bis %{now}"
|
703
697
|
],
|
704
|
-
"
|
705
|
-
"
|
698
|
+
"Summary report for discovered hosts from Foreman": [
|
699
|
+
"Zusammenfassungsbericht für entdeckte Hosts von Foreman"
|
706
700
|
],
|
707
|
-
"
|
708
|
-
"
|
701
|
+
"Target host group for this rule with all properties set": [
|
702
|
+
"Ziel-Hostgruppe für diese Regel mit allen Eigenschaften gesetzt"
|
709
703
|
],
|
710
|
-
"
|
711
|
-
"
|
704
|
+
"The default location to place discovered hosts in": [
|
705
|
+
"Standard-Standort, in den entdeckte Hosts platziert werden"
|
712
706
|
],
|
713
|
-
"
|
714
|
-
"
|
707
|
+
"The default organization to place discovered hosts in": [
|
708
|
+
"Standard-Organisation, in die entdeckte Hosts platziert werden"
|
715
709
|
],
|
716
710
|
"The default prefix to use for the host name, must start with a letter": [
|
717
711
|
"Das Standard-Präfix zum Verwenden für den Hostnamen, muss mit einem Buchstaben beginnen"
|
718
712
|
],
|
719
|
-
"
|
720
|
-
"
|
721
|
-
],
|
722
|
-
"Extra facter columns to show in host lists": [
|
723
|
-
""
|
724
|
-
],
|
725
|
-
"Highlighted facts": [
|
726
|
-
"Hervorgehobene Fakten"
|
713
|
+
"The following hosts were not deleted: %s": [
|
714
|
+
"Die folgenden Hosts wurden nicht gelöscht: %s"
|
727
715
|
],
|
728
|
-
"
|
729
|
-
"
|
716
|
+
"This might take a while, as all hosts, facts and reports will be destroyed as well": [
|
717
|
+
"Dieser Vorgang kann eine Weile dauern, da alle Hosts, Fakten und Berichte ebenfalls gelöscht werden"
|
730
718
|
],
|
731
|
-
"
|
732
|
-
"
|
719
|
+
"Type": [
|
720
|
+
"Typ"
|
733
721
|
],
|
734
|
-
"
|
735
|
-
"
|
722
|
+
"Type of name generator": [
|
723
|
+
"Typ des Namensgenerators"
|
736
724
|
],
|
737
|
-
"
|
738
|
-
"
|
725
|
+
"Type of value": [
|
726
|
+
"Typ des Wertes"
|
739
727
|
],
|
740
|
-
"
|
741
|
-
"
|
728
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks": [
|
729
|
+
"UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
|
742
730
|
],
|
743
|
-
"
|
744
|
-
"
|
731
|
+
"Unable to find a discovery rule, no host provided (check permissions)": [
|
732
|
+
"Keine Entdeckungsregel gefunden, kein Host bereitgestellt (Berechtigungen prüfen)"
|
745
733
|
],
|
746
|
-
"
|
747
|
-
"
|
734
|
+
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}": [
|
735
|
+
"Kann primäre NIC mit %{mac} über '%{fact}' angegeben nicht finden, NIC-Filter: %{filter}"
|
748
736
|
],
|
749
|
-
"
|
750
|
-
"
|
737
|
+
"Unable to perform %{action} on %{ips}": [
|
738
|
+
"%{action} auf %{ips} kann nicht ausgeführt werden"
|
751
739
|
],
|
752
|
-
"
|
753
|
-
"
|
740
|
+
"Unable to perform kexec on %{name} (%{url}): %{msg}": [
|
741
|
+
"Kexec kann auf %{name} (%{url}) nicht ausgeführt werden: %{msg}"
|
754
742
|
],
|
755
|
-
"
|
756
|
-
"
|
743
|
+
"Unable to perform reboot on %{name} (%{url}): %{msg}": [
|
744
|
+
"Neustart auf %{name} (%{url}) nicht möglich: %{msg}"
|
757
745
|
],
|
758
|
-
"
|
759
|
-
"
|
746
|
+
"Unable to provision %{host}: %{errors}": [
|
747
|
+
"%{host} kann nicht bereitgestellt werden: %{errors} "
|
760
748
|
],
|
761
|
-
"
|
762
|
-
"
|
749
|
+
"Update a rule": [
|
750
|
+
"Regel aktualisieren"
|
763
751
|
],
|
764
|
-
"
|
765
|
-
"
|
752
|
+
"Upload facts for a host, creating the host if required": [
|
753
|
+
"Fakten für einen Host hochladen mit Erstellung des Hosts, wenn erforderlich"
|
766
754
|
],
|
767
|
-
"
|
768
|
-
"
|
755
|
+
"When creating hostname patterns, make sure the resulting host names are unique.": [
|
756
|
+
"Stellen Sie beim Erstellen von Hostnamenmustern sicher, dass die resultierenden Hostnamen eindeutig sind."
|
769
757
|
],
|
770
|
-
"
|
771
|
-
"
|
758
|
+
"can't contain white spaces.": [
|
759
|
+
"darf keine Leerzeichen enthalten."
|
772
760
|
],
|
773
|
-
"
|
774
|
-
"
|
761
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts": [
|
762
|
+
"definiert ein Muster, nach dem einfach lesbare Hostnamen zu übereinstimmenden Hosts zugewiesen werden"
|
775
763
|
],
|
776
|
-
"
|
777
|
-
"
|
764
|
+
"documentation": [
|
765
|
+
"Dokumentation"
|
778
766
|
],
|
779
|
-
"
|
780
|
-
"
|
767
|
+
"enables to limit maximum amount of provisioned hosts per rule": [
|
768
|
+
"ermöglicht die Begrenzung der maximal bereitgestellten Hosts pro Regel"
|
781
769
|
],
|
782
|
-
"
|
783
|
-
"
|
770
|
+
"filter results": [
|
771
|
+
"Ergebnisse filtern"
|
784
772
|
],
|
785
|
-
"
|
786
|
-
"
|
773
|
+
"flag is used for temporary shutdown of rules": [
|
774
|
+
"Flag zur vorübergehenden Deaktivierung von Regeln"
|
787
775
|
],
|
788
|
-
"
|
789
|
-
"
|
776
|
+
"hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)": [
|
777
|
+
"Hash, der Fakten für den Host mit minimaler Anzahl an Fakten enthält: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (Beispiel für primäre Schnittstelle mit dem Namen eth0) "
|
790
778
|
],
|
791
|
-
"
|
792
|
-
"
|
779
|
+
"items selected. Uncheck to Clear": [
|
780
|
+
"Elemente ausgewählt. Zum Leeren abwählen"
|
793
781
|
],
|
794
|
-
"
|
795
|
-
"
|
782
|
+
"location ID for provisioned hosts": [
|
783
|
+
"Standort Kennung für bereitgestellte Hosts"
|
796
784
|
],
|
797
|
-
"
|
798
|
-
"
|
785
|
+
"must be present.": [
|
786
|
+
"muss vorhanden sein."
|
799
787
|
],
|
800
|
-
"
|
801
|
-
"
|
788
|
+
"must start with a letter or ERB.": [
|
789
|
+
"muss mit einem Buchstaben oder ERB beginnen."
|
802
790
|
],
|
803
|
-
"
|
804
|
-
"
|
791
|
+
"not required if it's a virtual machine": [
|
792
|
+
"nicht erforderlich für eine virtuelle Maschine"
|
805
793
|
],
|
806
|
-
"
|
807
|
-
"
|
794
|
+
"not required if using a subnet with DHCP proxy": [
|
795
|
+
"nicht erforderlich, wenn ein Subnetz mit DHCP-Proxy verwendet wird"
|
808
796
|
],
|
809
|
-
"
|
810
|
-
"
|
797
|
+
"number of entries per request": [
|
798
|
+
"Anzahl der Einträge pro Anfrage"
|
811
799
|
],
|
812
|
-
"
|
813
|
-
"
|
800
|
+
"organization ID for provisioned hosts": [
|
801
|
+
"Organisations-Kennung für bereitgestellte Hosts"
|
814
802
|
],
|
815
|
-
"
|
816
|
-
"
|
803
|
+
"paginate results": [
|
804
|
+
"Ergebnisse nummerieren"
|
817
805
|
],
|
818
|
-
"
|
819
|
-
"
|
806
|
+
"puts the rules in order, low numbers go first. Must be greater then zero": [
|
807
|
+
"ordnet die Regeln, niedrige Zahlen zuerst. Muss größer als Null sein"
|
820
808
|
],
|
821
|
-
"
|
822
|
-
"
|
809
|
+
"query to match discovered hosts for the particular rule": [
|
810
|
+
"Abfrage zur Übereinstimmung mit entdeckten Hosts für die angegebene Regel"
|
823
811
|
],
|
824
|
-
"
|
825
|
-
""
|
812
|
+
"represents rule name shown to the users": [
|
813
|
+
"repräsentiert den Regelnamen, der Benutzern angezeigt wird"
|
826
814
|
],
|
827
|
-
"
|
828
|
-
""
|
815
|
+
"required if host is managed and custom partition has not been defined": [
|
816
|
+
"erforderlich, wenn der Host gemanagt und keine spezifische Partition definiert ist"
|
829
817
|
],
|
830
|
-
"
|
831
|
-
""
|
818
|
+
"required if host is managed and value is not inherited from host group": [
|
819
|
+
"erforderlich, wenn der Host gemanagt und der Wert nicht von einer Hostgruppe vererbt ist"
|
832
820
|
],
|
833
|
-
"
|
834
|
-
"
|
821
|
+
"required if not imaged based provisioning and host is managed and value is not inherited from host group": [
|
822
|
+
"erforderlich, wenn die Bereitstellung nicht image-basiert, der Host gemanagt und der Wert nicht von einer Hostgruppe vererbt ist"
|
835
823
|
],
|
836
|
-
"
|
837
|
-
"
|
824
|
+
"required if value is not inherited from host group or default password in settings": [
|
825
|
+
"erforderlich, falls kein Wert von Hostgruppe geerbt wird oder es nicht das Standardpasswort in Einstellungen ist"
|
838
826
|
],
|
839
|
-
"
|
840
|
-
"
|
827
|
+
"sort results": [
|
828
|
+
"Ergebnisse sortieren"
|
841
829
|
],
|
842
|
-
"
|
843
|
-
"
|
830
|
+
"the hostgroup that is used to auto provision a host": [
|
831
|
+
"die Hostgruppe, die zur automatischen Bereitstellung eines Hosts verwendet wird"
|
844
832
|
]
|
845
833
|
}
|
846
834
|
}
|