foreman_discovery 16.1.0 → 16.2.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/controllers/discovered_hosts_controller.rb +5 -3
- data/app/models/host/discovered.rb +22 -26
- data/app/models/host/managed_extensions.rb +2 -2
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_converter.rb +14 -6
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
- data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
- data/app/views/foreman_discovery/debian_kexec.erb +2 -1
- data/app/views/foreman_discovery/redhat_kexec.erb +2 -1
- data/extra/discover-host +14 -8
- data/lib/foreman_discovery/engine.rb +1 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +146 -216
- data/locale/ca/foreman_discovery.po +4 -1
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +144 -215
- data/locale/de/foreman_discovery.po +4 -1
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +76 -72
- data/locale/en/foreman_discovery.po +4 -1
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +146 -216
- data/locale/en_GB/foreman_discovery.po +4 -1
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +146 -216
- data/locale/es/foreman_discovery.po +4 -1
- data/locale/foreman_discovery.pot +77 -73
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +144 -215
- data/locale/fr/foreman_discovery.po +4 -1
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +146 -216
- data/locale/gl/foreman_discovery.po +4 -1
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +146 -216
- data/locale/it/foreman_discovery.po +4 -1
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +149 -216
- data/locale/ja/foreman_discovery.po +4 -1
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +147 -215
- data/locale/ko/foreman_discovery.po +4 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +146 -216
- data/locale/pt_BR/foreman_discovery.po +4 -1
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +149 -219
- data/locale/ru/foreman_discovery.po +4 -1
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +146 -216
- data/locale/sv_SE/foreman_discovery.po +4 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +149 -216
- data/locale/zh_CN/foreman_discovery.po +4 -1
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +149 -216
- data/locale/zh_TW/foreman_discovery.po +4 -1
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/functional/discovered_hosts_controller_test.rb +17 -8
- data/test/unit/discovered_extensions_test.rb +1 -0
- data/test/unit/host_discovered_test.rb +0 -16
- data/test/unit/managed_extensions_test.rb +1 -0
- metadata +33 -28
@@ -7,7 +7,7 @@
|
|
7
7
|
# Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_discovery 16.0
|
10
|
+
"Project-Id-Version: foreman_discovery 16.1.0\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
12
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
13
13
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -697,6 +697,9 @@ msgstr ""
|
|
697
697
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
698
698
|
msgstr ""
|
699
699
|
|
700
|
+
msgid "Unable to perform %{action} on %{ips}"
|
701
|
+
msgstr ""
|
702
|
+
|
700
703
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
701
704
|
msgstr ""
|
702
705
|
|
Binary file
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_discovery package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
# Crited <Alexander.Stoll@netways.de>, 2019
|
7
7
|
# Arnold Bechtoldt <mail@arnoldbechtoldt.com>, 2014
|
@@ -14,9 +14,8 @@
|
|
14
14
|
# stbenjam <stephen@redhat.com>, 2016
|
15
15
|
msgid ""
|
16
16
|
msgstr ""
|
17
|
-
"Project-Id-Version: foreman_discovery 16.0
|
17
|
+
"Project-Id-Version: foreman_discovery 16.1.0\n"
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
19
|
-
"POT-Creation-Date: 2020-05-11 14:58+0530\n"
|
20
19
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
21
20
|
"Last-Translator: Transifex Bot <>\n"
|
22
21
|
"Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
|
@@ -30,23 +29,19 @@ msgstr ""
|
|
30
29
|
msgid "List all discovered hosts"
|
31
30
|
msgstr "Alle entdeckten Hosts auflisten"
|
32
31
|
|
33
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
34
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
32
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
35
33
|
msgid "filter results"
|
36
34
|
msgstr "Ergebnisse filtern"
|
37
35
|
|
38
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
39
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
36
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
40
37
|
msgid "sort results"
|
41
38
|
msgstr "Ergebnisse sortieren"
|
42
39
|
|
43
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
44
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
40
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
45
41
|
msgid "paginate results"
|
46
42
|
msgstr "Ergebnisse nummerieren"
|
47
43
|
|
48
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
49
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
44
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
50
45
|
msgid "number of entries per request"
|
51
46
|
msgstr "Anzahl der Einträge pro Anfrage"
|
52
47
|
|
@@ -54,8 +49,7 @@ msgstr "Anzahl der Einträge pro Anfrage"
|
|
54
49
|
msgid "Show a discovered host"
|
55
50
|
msgstr "Entdeckten Host anzeigen"
|
56
51
|
|
57
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
|
58
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
52
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
59
53
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
60
54
|
msgstr "DHCP-Dateinamensoption (Standardmäßig Grub2/PXELinux)"
|
61
55
|
|
@@ -76,14 +70,11 @@ msgid "not required if it's a virtual machine"
|
|
76
70
|
msgstr "nicht erforderlich für eine virtuelle Maschine"
|
77
71
|
|
78
72
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
79
|
-
msgid ""
|
80
|
-
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
73
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
81
74
|
msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
|
82
75
|
|
83
76
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
|
84
|
-
msgid ""
|
85
|
-
"required if value is not inherited from host group or default password in "
|
86
|
-
"settings"
|
77
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
87
78
|
msgstr "erforderlich, falls kein Wert von Hostgruppe geerbt wird oder es nicht das Standardpasswort in Einstellungen ist"
|
88
79
|
|
89
80
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
|
@@ -95,18 +86,14 @@ msgid "Upload facts for a host, creating the host if required"
|
|
95
86
|
msgstr "Fakten für einen Host hochladen mit Erstellung des Hosts, wenn erforderlich"
|
96
87
|
|
97
88
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
|
98
|
-
msgid ""
|
99
|
-
"hash containing facts for the host with minimum set of facts: "
|
100
|
-
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
101
|
-
"eth0 (example in case primary interface is named eth0)"
|
89
|
+
msgid "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)"
|
102
90
|
msgstr "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) "
|
103
91
|
|
104
92
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
|
105
93
|
msgid "Execute rules against a discovered host"
|
106
94
|
msgstr "Regeln auf einem entdeckten Host anwenden"
|
107
95
|
|
108
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
|
109
|
-
#: ../app/controllers/discovered_hosts_controller.rb:160
|
96
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
|
110
97
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
111
98
|
msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
|
112
99
|
|
@@ -114,8 +101,7 @@ msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
|
|
114
101
|
msgid "Unable to provision %{host}: %{errors}"
|
115
102
|
msgstr "%{host} kann nicht bereitgestellt werden: %{errors} "
|
116
103
|
|
117
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
|
118
|
-
#: ../app/controllers/discovered_hosts_controller.rb:167
|
104
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
|
119
105
|
msgid "No rule found for host %s"
|
120
106
|
msgstr "Keine Regel gefunden für Host %s"
|
121
107
|
|
@@ -123,13 +109,11 @@ msgstr "Keine Regel gefunden für Host %s"
|
|
123
109
|
msgid "Execute rules against all currently discovered hosts"
|
124
110
|
msgstr "Regeln auf allen kürzlich entdeckten Hosts anwenden"
|
125
111
|
|
126
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
|
127
|
-
#: ../app/controllers/discovered_hosts_controller.rb:173
|
112
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
|
128
113
|
msgid "Errors during auto provisioning: %s"
|
129
114
|
msgstr "Fehler bei automatischer Bereitstellung: %s"
|
130
115
|
|
131
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
|
132
|
-
#: ../app/controllers/discovered_hosts_controller.rb:176
|
116
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
|
133
117
|
msgid "No discovered hosts to provision"
|
134
118
|
msgstr "Keine entdeckten Hosts zur Bereitstellung"
|
135
119
|
|
@@ -149,8 +133,7 @@ msgstr "Entdeckten Host neu starten"
|
|
149
133
|
msgid "Rebooting all discovered hosts"
|
150
134
|
msgstr "Alle entdeckten Hosts neu starten"
|
151
135
|
|
152
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
|
153
|
-
#: ../app/controllers/discovered_hosts_controller.rb:129
|
136
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
|
154
137
|
msgid "Discovered hosts are rebooting now"
|
155
138
|
msgstr "Entdeckte Hosts werden jetzt neu gestartet"
|
156
139
|
|
@@ -175,8 +158,7 @@ msgid "the hostgroup that is used to auto provision a host"
|
|
175
158
|
msgstr "die Hostgruppe, die zur automatischen Bereitstellung eines Hosts verwendet wird"
|
176
159
|
|
177
160
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
178
|
-
msgid ""
|
179
|
-
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
161
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
180
162
|
msgstr "definiert ein Muster, nach dem einfach lesbare Hostnamen zu übereinstimmenden Hosts zugewiesen werden"
|
181
163
|
|
182
164
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
@@ -184,8 +166,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
184
166
|
msgstr "ermöglicht die Begrenzung der maximal bereitgestellten Hosts pro Regel"
|
185
167
|
|
186
168
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
187
|
-
msgid ""
|
188
|
-
"puts the rules in order, low numbers go first. Must be greater then zero"
|
169
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
189
170
|
msgstr "ordnet die Regeln, niedrige Zahlen zuerst. Muss größer als Null sein"
|
190
171
|
|
191
172
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
@@ -284,43 +265,43 @@ msgstr "Fehler bei automatischer Bereitstellung von Host %s: %s"
|
|
284
265
|
msgid "Discovered hosts are provisioning now"
|
285
266
|
msgstr "Entdeckte Hosts, die jetzt bereitgestellt werden"
|
286
267
|
|
287
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
268
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
288
269
|
msgid "Highlights"
|
289
270
|
msgstr "Hervorhebungen"
|
290
271
|
|
291
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
272
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
292
273
|
msgid "Storage"
|
293
274
|
msgstr "Speicher"
|
294
275
|
|
295
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
276
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
296
277
|
msgid "Hardware"
|
297
278
|
msgstr "Hardware"
|
298
279
|
|
299
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
280
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
300
281
|
msgid "Network"
|
301
282
|
msgstr "Netzwerk"
|
302
283
|
|
303
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
284
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
304
285
|
msgid "Software"
|
305
286
|
msgstr "Software"
|
306
287
|
|
307
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
288
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
308
289
|
msgid "IPMI"
|
309
290
|
msgstr "IPMI"
|
310
291
|
|
311
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
292
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
312
293
|
msgid "Miscellaneous"
|
313
294
|
msgstr "Erweitert"
|
314
295
|
|
315
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
296
|
+
#: ../app/controllers/discovered_hosts_controller.rb:304
|
316
297
|
msgid "No hosts were found with that id or name"
|
317
298
|
msgstr "Keine Systeme mit dieser ID oder diesem Namen gefunden"
|
318
299
|
|
319
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
300
|
+
#: ../app/controllers/discovered_hosts_controller.rb:308
|
320
301
|
msgid "No hosts selected"
|
321
302
|
msgstr "Keine Hosts ausgewählt"
|
322
303
|
|
323
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
304
|
+
#: ../app/controllers/discovered_hosts_controller.rb:314
|
324
305
|
msgid "Something went wrong while selecting hosts - %s"
|
325
306
|
msgstr "Fehler beim Auswählen der Hosts – %s"
|
326
307
|
|
@@ -336,21 +317,15 @@ msgstr "Regel deaktiviert"
|
|
336
317
|
msgid "%s ago"
|
337
318
|
msgstr "vor %s"
|
338
319
|
|
339
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14
|
340
|
-
#: ../app/helpers/discovered_hosts_helper.rb:29
|
341
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
320
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
342
321
|
msgid "Auto Provision"
|
343
322
|
msgstr "Automatisch bereitstellen"
|
344
323
|
|
345
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
346
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
324
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
347
325
|
msgid "Refresh facts"
|
348
326
|
msgstr "Fakten aktualisieren"
|
349
327
|
|
350
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
351
|
-
#: ../app/helpers/discovered_hosts_helper.rb:30
|
352
|
-
#: ../app/models/setting/discovered.rb:22
|
353
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
328
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
354
329
|
msgid "Reboot"
|
355
330
|
msgstr "Neustart"
|
356
331
|
|
@@ -358,13 +333,11 @@ msgstr "Neustart"
|
|
358
333
|
msgid "Back"
|
359
334
|
msgstr "Zurück"
|
360
335
|
|
361
|
-
#: ../app/helpers/discovered_hosts_helper.rb:21
|
362
|
-
#: ../app/helpers/discovered_hosts_helper.rb:35
|
336
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
363
337
|
msgid "Select Action"
|
364
338
|
msgstr "Aktion auswählen"
|
365
339
|
|
366
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23
|
367
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
340
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
368
341
|
msgid "Delete %s?"
|
369
342
|
msgstr "%s löschen?"
|
370
343
|
|
@@ -384,8 +357,7 @@ msgstr "Löschen"
|
|
384
357
|
msgid "%s - The following hosts are about to be changed"
|
385
358
|
msgstr "%s - Die folgenden Hosts werden geändert"
|
386
359
|
|
387
|
-
#: ../app/helpers/discovered_hosts_helper.rb:46
|
388
|
-
#: ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
360
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
389
361
|
msgid "N/A"
|
390
362
|
msgstr "N/A"
|
391
363
|
|
@@ -405,12 +377,7 @@ msgstr "Berichtet in den letzten 7 Tagen"
|
|
405
377
|
msgid "Provision"
|
406
378
|
msgstr "Bereitstellen"
|
407
379
|
|
408
|
-
#: ../app/helpers/discovery_rules_helper.rb:26
|
409
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
|
410
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:1
|
411
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:6
|
412
|
-
#: ../lib/foreman_discovery/engine.rb:158
|
413
|
-
#: ../lib/foreman_discovery/engine.rb:173
|
380
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
|
414
381
|
msgid "Discovered Hosts"
|
415
382
|
msgstr "Entdeckte Hosts"
|
416
383
|
|
@@ -459,17 +426,14 @@ msgid "must be present."
|
|
459
426
|
msgstr "muss vorhanden sein."
|
460
427
|
|
461
428
|
#: ../app/models/discovery_rule.rb:52
|
462
|
-
msgid ""
|
463
|
-
"Host group
|
464
|
-
msgid_plural ""
|
465
|
-
"Host group organizations %s must also be associated to the discovery rule"
|
429
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
430
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
466
431
|
msgstr[0] ""
|
467
432
|
msgstr[1] ""
|
468
433
|
|
469
434
|
#: ../app/models/discovery_rule.rb:56
|
470
435
|
msgid "Host group location %s must also be associated to the discovery rule"
|
471
|
-
msgid_plural ""
|
472
|
-
"Host group locations %s must also be associated to the discovery rule"
|
436
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
473
437
|
msgstr[0] ""
|
474
438
|
msgstr[1] ""
|
475
439
|
|
@@ -485,39 +449,39 @@ msgstr "Zufälliger Name"
|
|
485
449
|
msgid "MAC-based name"
|
486
450
|
msgstr "Mac-basierter Name"
|
487
451
|
|
488
|
-
#: ../app/models/host/discovered.rb:
|
452
|
+
#: ../app/models/host/discovered.rb:55
|
489
453
|
msgid "Invalid facts, must be a Hash"
|
490
454
|
msgstr "Ungültige Fakten, es muss sich um einen Hash handeln"
|
491
455
|
|
492
|
-
#: ../app/models/host/discovered.rb:
|
493
|
-
msgid ""
|
494
|
-
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
495
|
-
"and set hostname"
|
456
|
+
#: ../app/models/host/discovered.rb:60
|
457
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
496
458
|
msgstr "Erwartetes discovery_fact '%s' fehlt, primäre Schnittstelle kann nicht gefunden und Hostname nicht eingestellt werden"
|
497
459
|
|
498
|
-
#: ../app/models/host/discovered.rb:
|
499
|
-
msgid ""
|
500
|
-
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
501
|
-
"the discovery_hostname setting: %s"
|
460
|
+
#: ../app/models/host/discovered.rb:73
|
461
|
+
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
502
462
|
msgstr ""
|
503
463
|
|
504
|
-
#: ../app/models/host/discovered.rb:
|
464
|
+
#: ../app/models/host/discovered.rb:100
|
505
465
|
msgid "Facts could not be imported"
|
506
466
|
msgstr "Fakten konnten nicht importiert werden"
|
507
467
|
|
508
|
-
#: ../app/models/host/discovered.rb:
|
468
|
+
#: ../app/models/host/discovered.rb:146
|
509
469
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
510
470
|
msgstr "Fakten konnten nicht vom Proxy %{url} abgerufen werden: %{error}"
|
511
471
|
|
512
|
-
#: ../app/models/host/discovered.rb:
|
472
|
+
#: ../app/models/host/discovered.rb:160
|
513
473
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
514
474
|
msgstr ""
|
515
475
|
|
516
|
-
#: ../app/models/host/discovered.rb:
|
476
|
+
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
477
|
+
msgid "Unable to perform %{action} on %{ips}"
|
478
|
+
msgstr ""
|
479
|
+
|
480
|
+
#: ../app/models/host/discovered.rb:179
|
517
481
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
518
482
|
msgstr ""
|
519
483
|
|
520
|
-
#: ../app/models/host/discovered.rb:
|
484
|
+
#: ../app/models/host/discovered.rb:203
|
521
485
|
msgid "Invalid hostname: Could not normalize the hostname"
|
522
486
|
msgstr "Ungültiger Hostname: Konnte den Hostnamen nicht normalisieren"
|
523
487
|
|
@@ -545,191 +509,183 @@ msgstr "Init RAM kexec URL ist ungültig: '%s'"
|
|
545
509
|
msgid "Rebuild DNS for %s"
|
546
510
|
msgstr "DNS für %s neu bauen"
|
547
511
|
|
548
|
-
#: ../app/models/setting/discovered.rb:
|
512
|
+
#: ../app/models/setting/discovered.rb:17
|
549
513
|
msgid "The default location to place discovered hosts in"
|
550
514
|
msgstr "Standard-Standort, in den entdeckte Hosts platziert werden"
|
551
515
|
|
552
|
-
#: ../app/models/setting/discovered.rb:
|
516
|
+
#: ../app/models/setting/discovered.rb:17
|
553
517
|
msgid "Discovery location"
|
554
518
|
msgstr "Entdeckungsort"
|
555
519
|
|
556
|
-
#: ../app/models/setting/discovered.rb:
|
520
|
+
#: ../app/models/setting/discovered.rb:18
|
557
521
|
msgid "The default organization to place discovered hosts in"
|
558
522
|
msgstr "Standard-Organisation, in die entdeckte Hosts platziert werden"
|
559
523
|
|
560
|
-
#: ../app/models/setting/discovered.rb:
|
524
|
+
#: ../app/models/setting/discovered.rb:18
|
561
525
|
msgid "Discovery organization"
|
562
526
|
msgstr "Entdeckungsorganisation"
|
563
527
|
|
564
|
-
#: ../app/models/setting/discovered.rb:
|
528
|
+
#: ../app/models/setting/discovered.rb:19
|
565
529
|
msgid "Fact name to use for primary interface detection"
|
566
530
|
msgstr "Fakt Name zur Verwendung bei der Erkennung der primären Schnittstelle"
|
567
531
|
|
568
|
-
#: ../app/models/setting/discovered.rb:
|
532
|
+
#: ../app/models/setting/discovered.rb:19
|
569
533
|
msgid "Interface fact"
|
570
534
|
msgstr "Schnittstellenfakt"
|
571
535
|
|
572
|
-
#: ../app/models/setting/discovered.rb:
|
573
|
-
msgid ""
|
574
|
-
"Automatic bond interface (if another interface is detected on the same VLAN "
|
575
|
-
"via LLDP)"
|
536
|
+
#: ../app/models/setting/discovered.rb:20
|
537
|
+
msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
|
576
538
|
msgstr ""
|
577
539
|
|
578
|
-
#: ../app/models/setting/discovered.rb:
|
540
|
+
#: ../app/models/setting/discovered.rb:20
|
579
541
|
msgid "Create bond interfaces"
|
580
542
|
msgstr ""
|
581
543
|
|
582
|
-
#: ../app/models/setting/discovered.rb:
|
544
|
+
#: ../app/models/setting/discovered.rb:21
|
583
545
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
584
546
|
msgstr "Alle berichteten Fakten während der Bereitstellung löschen (ausgenommen Entdeckungsfakten)"
|
585
547
|
|
586
|
-
#: ../app/models/setting/discovered.rb:
|
548
|
+
#: ../app/models/setting/discovered.rb:21
|
587
549
|
msgid "Clean all facts"
|
588
550
|
msgstr "Alle Fakten löschen"
|
589
551
|
|
590
|
-
#: ../app/models/setting/discovered.rb:
|
552
|
+
#: ../app/models/setting/discovered.rb:22
|
591
553
|
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
592
554
|
msgstr "Liste der Fakten zur Bildung des Hostnamens (durch Kommas getrennt, der erste Eintrag gewinnt)"
|
593
555
|
|
594
|
-
#: ../app/models/setting/discovered.rb:
|
556
|
+
#: ../app/models/setting/discovered.rb:22
|
595
557
|
msgid "Hostname facts"
|
596
558
|
msgstr "Hostnamenfakten"
|
597
559
|
|
598
|
-
#: ../app/models/setting/discovered.rb:
|
599
|
-
msgid ""
|
600
|
-
"Automatically provision newly discovered hosts, according to the "
|
601
|
-
"provisioning rules"
|
560
|
+
#: ../app/models/setting/discovered.rb:23
|
561
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
602
562
|
msgstr "Neu entdeckte Hosts automatisch bereitstellen gemäß Bereitstellungsregeln"
|
603
563
|
|
604
|
-
#: ../app/models/setting/discovered.rb:
|
564
|
+
#: ../app/models/setting/discovered.rb:23
|
605
565
|
msgid "Auto provisioning"
|
606
566
|
msgstr "Automatische Bereitstellung"
|
607
567
|
|
608
|
-
#: ../app/models/setting/discovered.rb:
|
568
|
+
#: ../app/models/setting/discovered.rb:24
|
609
569
|
msgid "Automatically reboot or kexec discovered host during provisioning"
|
610
570
|
msgstr "Automatischer Reboot oder kexec endeckter Hosts während der Bereitstellung"
|
611
571
|
|
612
|
-
#: ../app/models/setting/discovered.rb:
|
572
|
+
#: ../app/models/setting/discovered.rb:25
|
613
573
|
msgid "The default prefix to use for the host name, must start with a letter"
|
614
574
|
msgstr "Das Standard-Präfix zum Verwenden für den Hostnamen, muss mit einem Buchstaben beginnen"
|
615
575
|
|
616
|
-
#: ../app/models/setting/discovered.rb:
|
576
|
+
#: ../app/models/setting/discovered.rb:25
|
617
577
|
msgid "Hostname prefix"
|
618
578
|
msgstr "Hostnamenpräfix"
|
619
579
|
|
620
|
-
#: ../app/models/setting/discovered.rb:
|
580
|
+
#: ../app/models/setting/discovered.rb:26
|
621
581
|
msgid "Extra facter columns to show in host lists (separate by comma)"
|
622
582
|
msgstr "Zusätzliche Facter-Spalten zum Anzeigen in Hostlisten (mit Komma getrennt)"
|
623
583
|
|
624
|
-
#: ../app/models/setting/discovered.rb:
|
584
|
+
#: ../app/models/setting/discovered.rb:26
|
625
585
|
msgid "Fact columns"
|
626
586
|
msgstr "Faktspalten"
|
627
587
|
|
628
|
-
#: ../app/models/setting/discovered.rb:
|
588
|
+
#: ../app/models/setting/discovered.rb:27
|
629
589
|
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
630
590
|
msgstr ""
|
631
591
|
|
632
|
-
#: ../app/models/setting/discovered.rb:
|
592
|
+
#: ../app/models/setting/discovered.rb:27
|
633
593
|
msgid "Highlighted facts"
|
634
594
|
msgstr "Hervorgehobene Fakten"
|
635
595
|
|
636
|
-
#: ../app/models/setting/discovered.rb:
|
596
|
+
#: ../app/models/setting/discovered.rb:28
|
637
597
|
msgid "Regex to organize facts for storage section"
|
638
598
|
msgstr "Regex zur Faktensortierung im Speicher-Bereich"
|
639
599
|
|
640
|
-
#: ../app/models/setting/discovered.rb:
|
600
|
+
#: ../app/models/setting/discovered.rb:28
|
641
601
|
msgid "Storage facts"
|
642
602
|
msgstr "Speicherfakten"
|
643
603
|
|
644
|
-
#: ../app/models/setting/discovered.rb:
|
604
|
+
#: ../app/models/setting/discovered.rb:29
|
645
605
|
msgid "Regex to organize facts for software section"
|
646
606
|
msgstr "Regex zur Faktensortierung im Software-Bereich"
|
647
607
|
|
648
|
-
#: ../app/models/setting/discovered.rb:
|
608
|
+
#: ../app/models/setting/discovered.rb:29
|
649
609
|
msgid "Software facts"
|
650
610
|
msgstr "Softwarefakten"
|
651
611
|
|
652
|
-
#: ../app/models/setting/discovered.rb:
|
612
|
+
#: ../app/models/setting/discovered.rb:30
|
653
613
|
msgid "Regex to organize facts for hardware section"
|
654
614
|
msgstr "Regex zur Faktensortierung im Hardware-Bereich"
|
655
615
|
|
656
|
-
#: ../app/models/setting/discovered.rb:
|
616
|
+
#: ../app/models/setting/discovered.rb:30
|
657
617
|
msgid "Hardware facts"
|
658
618
|
msgstr "Hardwarefakten"
|
659
619
|
|
660
|
-
#: ../app/models/setting/discovered.rb:
|
620
|
+
#: ../app/models/setting/discovered.rb:31
|
661
621
|
msgid "Regex to organize facts for network section"
|
662
622
|
msgstr "Regex zur Faktensortierung im Netzwerk-Bereich"
|
663
623
|
|
664
|
-
#: ../app/models/setting/discovered.rb:
|
624
|
+
#: ../app/models/setting/discovered.rb:31
|
665
625
|
msgid "Network facts"
|
666
626
|
msgstr "Netzwerkfakten"
|
667
627
|
|
668
|
-
#: ../app/models/setting/discovered.rb:
|
628
|
+
#: ../app/models/setting/discovered.rb:32
|
669
629
|
msgid "Regex to organize facts for ipmi section"
|
670
630
|
msgstr "Regex zur Faktensortierung im IMPI-Bereich"
|
671
631
|
|
672
|
-
#: ../app/models/setting/discovered.rb:
|
632
|
+
#: ../app/models/setting/discovered.rb:32
|
673
633
|
msgid "IPMI facts"
|
674
634
|
msgstr "IPMI-Fakten"
|
675
635
|
|
676
|
-
#: ../app/models/setting/discovered.rb:
|
677
|
-
msgid ""
|
678
|
-
"Automatically generate PXE configuration to pin a newly discovered host to "
|
679
|
-
"discovery"
|
636
|
+
#: ../app/models/setting/discovered.rb:33
|
637
|
+
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
680
638
|
msgstr "PXE-Konfiguration automatisch erzeugen, um einen neu entdeckten Host zu einer Entdeckung anzuheften"
|
681
639
|
|
682
|
-
#: ../app/models/setting/discovered.rb:
|
640
|
+
#: ../app/models/setting/discovered.rb:33
|
683
641
|
msgid "Lock PXE"
|
684
642
|
msgstr "PXE sperren"
|
685
643
|
|
686
|
-
#: ../app/models/setting/discovered.rb:
|
644
|
+
#: ../app/models/setting/discovered.rb:34
|
687
645
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
688
646
|
msgstr ""
|
689
647
|
|
690
|
-
#: ../app/models/setting/discovered.rb:
|
648
|
+
#: ../app/models/setting/discovered.rb:34
|
691
649
|
msgid "Locked PXELinux template name"
|
692
650
|
msgstr "Gesperrter PXELinux-Vorlagenname"
|
693
651
|
|
694
|
-
#: ../app/models/setting/discovered.rb:
|
652
|
+
#: ../app/models/setting/discovered.rb:35
|
695
653
|
msgid "PXEGrub template to be used when pinning a host to discovery"
|
696
654
|
msgstr ""
|
697
655
|
|
698
|
-
#: ../app/models/setting/discovered.rb:
|
656
|
+
#: ../app/models/setting/discovered.rb:35
|
699
657
|
msgid "Locked PXEGrub template name"
|
700
658
|
msgstr ""
|
701
659
|
|
702
|
-
#: ../app/models/setting/discovered.rb:
|
660
|
+
#: ../app/models/setting/discovered.rb:36
|
703
661
|
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
704
662
|
msgstr ""
|
705
663
|
|
706
|
-
#: ../app/models/setting/discovered.rb:
|
664
|
+
#: ../app/models/setting/discovered.rb:36
|
707
665
|
msgid "Locked PXEGrub2 template name"
|
708
666
|
msgstr "Gesperrter PXEGrub2-Vorlagenname"
|
709
667
|
|
710
|
-
#: ../app/models/setting/discovered.rb:
|
668
|
+
#: ../app/models/setting/discovered.rb:37
|
711
669
|
msgid "Force DNS entries creation when provisioning discovered host"
|
712
670
|
msgstr ""
|
713
671
|
|
714
|
-
#: ../app/models/setting/discovered.rb:
|
672
|
+
#: ../app/models/setting/discovered.rb:37
|
715
673
|
msgid "Force DNS"
|
716
674
|
msgstr "DNS erzwingen"
|
717
675
|
|
718
|
-
#: ../app/models/setting/discovered.rb:
|
719
|
-
msgid ""
|
720
|
-
"Do not allow to discover existing managed host matching MAC of a "
|
721
|
-
"provisioning NIC (errors out early)"
|
676
|
+
#: ../app/models/setting/discovered.rb:38
|
677
|
+
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
722
678
|
msgstr ""
|
723
679
|
|
724
|
-
#: ../app/models/setting/discovered.rb:
|
680
|
+
#: ../app/models/setting/discovered.rb:38
|
725
681
|
msgid "Error on existing NIC"
|
726
682
|
msgstr "Fehler auf existierenden NIC"
|
727
683
|
|
728
|
-
#: ../app/models/setting/discovered.rb:
|
684
|
+
#: ../app/models/setting/discovered.rb:39
|
729
685
|
msgid "Discovery hostname naming pattern"
|
730
686
|
msgstr ""
|
731
687
|
|
732
|
-
#: ../app/models/setting/discovered.rb:
|
688
|
+
#: ../app/models/setting/discovered.rb:39
|
733
689
|
msgid "Type of name generator"
|
734
690
|
msgstr "Typ des Namensgenerators"
|
735
691
|
|
@@ -742,20 +698,18 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
|
742
698
|
msgstr ""
|
743
699
|
|
744
700
|
#: ../app/services/foreman_discovery/fact_parser.rb:12
|
745
|
-
msgid ""
|
746
|
-
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
|
747
|
-
"%{filter}"
|
701
|
+
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
748
702
|
msgstr ""
|
749
703
|
|
750
|
-
#: ../app/services/foreman_discovery/host_converter.rb:
|
704
|
+
#: ../app/services/foreman_discovery/host_converter.rb:47
|
751
705
|
msgid "IPAM must be configured for subnet '%s'"
|
752
706
|
msgstr ""
|
753
707
|
|
754
|
-
#: ../app/services/foreman_discovery/node_api/node_resource.rb:
|
708
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
755
709
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
756
710
|
msgstr "Image API gibt HTTP/%{code} mit '%{body} zurück"
|
757
711
|
|
758
|
-
#: ../app/services/foreman_discovery/node_api/node_resource.rb:
|
712
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:79
|
759
713
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
760
714
|
msgstr "Image API Verarbeitungsfehler: %{msg} (HTTP/%{code}, Text: %{body})"
|
761
715
|
|
@@ -773,33 +727,23 @@ msgstr "Keine entdeckten Hosts verfügbar"
|
|
773
727
|
msgid "Host"
|
774
728
|
msgstr "Host"
|
775
729
|
|
776
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
777
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
778
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
779
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
780
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
730
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
781
731
|
msgid "Model"
|
782
732
|
msgstr "Modell"
|
783
733
|
|
784
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
785
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
786
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
787
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
734
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
788
735
|
msgid "CPUs"
|
789
736
|
msgstr "Anzahl der CPUs:"
|
790
737
|
|
791
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
792
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
793
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
794
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
738
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
795
739
|
msgid "Memory"
|
796
740
|
msgstr "Speicher"
|
797
741
|
|
798
|
-
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:
|
742
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
|
799
743
|
msgid "Customize Host"
|
800
744
|
msgstr "Host anpassen"
|
801
745
|
|
802
|
-
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:
|
746
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
803
747
|
msgid "Create Host"
|
804
748
|
msgstr "Host erstellen"
|
805
749
|
|
@@ -811,16 +755,11 @@ msgstr "Alle Elemente auf dieser Seite auswählen"
|
|
811
755
|
msgid "items selected. Uncheck to Clear"
|
812
756
|
msgstr "Elemente ausgewählt. Zum Leeren abwählen"
|
813
757
|
|
814
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
815
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
816
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
817
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
758
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
818
759
|
msgid "Name"
|
819
760
|
msgstr "Name"
|
820
761
|
|
821
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
822
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
823
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
762
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
824
763
|
msgid "IP Address"
|
825
764
|
msgstr "IP-Adresse"
|
826
765
|
|
@@ -832,13 +771,11 @@ msgstr "Festplattenanzahl"
|
|
832
771
|
msgid "Disks Size"
|
833
772
|
msgstr "Festplattengröße"
|
834
773
|
|
835
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
|
836
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
774
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
837
775
|
msgid "Location"
|
838
776
|
msgstr "Standort"
|
839
777
|
|
840
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
|
841
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
778
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
842
779
|
msgid "Organization"
|
843
780
|
msgstr "Organisation"
|
844
781
|
|
@@ -850,8 +787,7 @@ msgstr "Subnetz"
|
|
850
787
|
msgid "Last Facts Upload"
|
851
788
|
msgstr "Letzter Fakten-Upload"
|
852
789
|
|
853
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
854
|
-
#: ../app/views/discovery_rules/index.html.erb:12
|
790
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
|
855
791
|
msgid "Actions"
|
856
792
|
msgstr "Aktionen"
|
857
793
|
|
@@ -872,9 +808,7 @@ msgid "Provision %s"
|
|
872
808
|
msgstr "Bereitstellung %s"
|
873
809
|
|
874
810
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
|
875
|
-
msgid ""
|
876
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
877
|
-
"as well"
|
811
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
878
812
|
msgstr "Dieser Vorgang kann eine Weile dauern, da alle Hosts, Fakten und Berichte ebenfalls gelöscht werden"
|
879
813
|
|
880
814
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -918,9 +852,7 @@ msgid "No discovered hosts found in this context."
|
|
918
852
|
msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
|
919
853
|
|
920
854
|
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
921
|
-
msgid ""
|
922
|
-
"This page shows discovered bare-metal or virtual nodes waiting to be "
|
923
|
-
"provisioned."
|
855
|
+
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
924
856
|
msgstr ""
|
925
857
|
|
926
858
|
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
@@ -935,23 +867,19 @@ msgstr "Zusammenfassungsbericht für entdeckte Hosts von Foreman"
|
|
935
867
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
936
868
|
msgstr "<b>Foreman</b> Zusammenfassung entdeckter Hosts"
|
937
869
|
|
938
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
939
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
870
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
940
871
|
msgid "Summary from %{time} ago to %{now}"
|
941
872
|
msgstr "Zusammenfassung von %{time} bis %{now}"
|
942
873
|
|
943
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
944
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
874
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
945
875
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
946
876
|
msgstr "Vom Foreman-Server unter %{foreman_url} entdeckte Hosts"
|
947
877
|
|
948
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
949
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
878
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
950
879
|
msgid "Disk count"
|
951
880
|
msgstr "Festplattenanzahl"
|
952
881
|
|
953
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
954
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
882
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
955
883
|
msgid "Disks size"
|
956
884
|
msgstr "Festplattengröße"
|
957
885
|
|
@@ -1000,41 +928,30 @@ msgid "Rule priority (lower integer means higher priority)"
|
|
1000
928
|
msgstr "Regelpriorität (niedriger Wert bedeutet hohe Priorität)"
|
1001
929
|
|
1002
930
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
1003
|
-
msgid ""
|
1004
|
-
"Specify target hostname template pattern in the same syntax as in "
|
1005
|
-
"Provisioning Templates (ERB)."
|
931
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
1006
932
|
msgstr "Vorlagenmuster des Ziel-Hostnamens in derselben Syntax angeben wie in Bereitstellungsvorlagen (ERB)."
|
1007
933
|
|
1008
934
|
#: ../app/views/discovery_rules/_template_inline.erb:4
|
1009
|
-
msgid ""
|
1010
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
1011
|
-
"be used when left blank."
|
935
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
1012
936
|
msgstr "Domäne wird automatisch angehängt. Ein Hostname basierend auf der MAC-Adresse wird genutzt, wenn das Feld leer ist."
|
1013
937
|
|
1014
938
|
#: ../app/views/discovery_rules/_template_inline.erb:5
|
1015
|
-
msgid ""
|
1016
|
-
"In addition to @host attribute function rand for random integers is "
|
1017
|
-
"available. Examples:"
|
939
|
+
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
1018
940
|
msgstr ""
|
1019
941
|
|
1020
942
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
1021
|
-
msgid ""
|
1022
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
1023
|
-
"unique."
|
943
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
1024
944
|
msgstr ""
|
1025
945
|
|
1026
946
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
1027
|
-
msgid ""
|
1028
|
-
"Hostnames must not start with numbers. A good approach is to use unique "
|
1029
|
-
"information provided by facter (MAC address, BIOS or serial ID)."
|
947
|
+
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
1030
948
|
msgstr ""
|
1031
949
|
|
1032
950
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
1033
951
|
msgid "Edit %s"
|
1034
952
|
msgstr "%s bearbeiten"
|
1035
953
|
|
1036
|
-
#: ../app/views/discovery_rules/index.html.erb:1
|
1037
|
-
#: ../lib/foreman_discovery/engine.rb:163
|
954
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
|
1038
955
|
msgid "Discovery Rules"
|
1039
956
|
msgstr "Entdeckungsregeln"
|
1040
957
|
|
@@ -1099,13 +1016,25 @@ msgid "Discovery Proxy"
|
|
1099
1016
|
msgstr "Discovery-Proxy"
|
1100
1017
|
|
1101
1018
|
#: ../lib/foreman_discovery/engine.rb:189
|
1102
|
-
msgid ""
|
1103
|
-
"Discovery Proxy to use within this subnet for managing connection to "
|
1104
|
-
"discovered hosts"
|
1019
|
+
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1105
1020
|
msgstr ""
|
1106
1021
|
|
1107
1022
|
#: ../lib/foreman_discovery/engine.rb:190
|
1108
|
-
msgid ""
|
1109
|
-
|
1110
|
-
|
1023
|
+
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1024
|
+
msgstr ""
|
1025
|
+
|
1026
|
+
#: action_names.rb:2
|
1027
|
+
msgid "Remote action:"
|
1028
|
+
msgstr ""
|
1029
|
+
|
1030
|
+
#: action_names.rb:3
|
1031
|
+
msgid "Import Puppet classes"
|
1032
|
+
msgstr ""
|
1033
|
+
|
1034
|
+
#: action_names.rb:4
|
1035
|
+
msgid "Import facts"
|
1036
|
+
msgstr ""
|
1037
|
+
|
1038
|
+
#: action_names.rb:5
|
1039
|
+
msgid "Action with sub plans"
|
1111
1040
|
msgstr ""
|