foreman_discovery 12.0.2 → 13.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/app/mailers/discovered_mailer.rb +12 -1
  3. data/app/models/host/discovered.rb +20 -7
  4. data/app/models/setting/discovered.rb +2 -0
  5. data/app/services/foreman_discovery/fact_parser.rb +8 -2
  6. data/app/services/foreman_discovery/lldp_neighbors.rb +104 -0
  7. data/app/views/discovery_rules/index.html.erb +1 -1
  8. data/extra/discovery/pxeless-vlan.json +217 -0
  9. data/lib/foreman_discovery/engine.rb +1 -1
  10. data/lib/foreman_discovery/version.rb +1 -1
  11. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  12. data/locale/ca/foreman_discovery.edit.po +143 -58
  13. data/locale/ca/foreman_discovery.po +4 -4
  14. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  15. data/locale/de/foreman_discovery.edit.po +145 -59
  16. data/locale/de/foreman_discovery.po +7 -7
  17. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  18. data/locale/en/foreman_discovery.edit.po +90 -58
  19. data/locale/en/foreman_discovery.po +28 -4
  20. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  21. data/locale/en_GB/foreman_discovery.edit.po +151 -66
  22. data/locale/en_GB/foreman_discovery.po +12 -12
  23. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/es/foreman_discovery.edit.po +155 -70
  25. data/locale/es/foreman_discovery.po +16 -16
  26. data/locale/foreman_discovery.pot +93 -59
  27. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/fr/foreman_discovery.edit.po +287 -200
  29. data/locale/fr/foreman_discovery.po +149 -148
  30. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/gl/foreman_discovery.edit.po +144 -59
  32. data/locale/gl/foreman_discovery.po +5 -5
  33. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/it/foreman_discovery.edit.po +144 -59
  35. data/locale/it/foreman_discovery.po +5 -5
  36. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/ja/foreman_discovery.edit.po +153 -68
  38. data/locale/ja/foreman_discovery.po +16 -14
  39. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/ko/foreman_discovery.edit.po +143 -59
  41. data/locale/ko/foreman_discovery.po +5 -5
  42. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/pt_BR/foreman_discovery.edit.po +155 -70
  44. data/locale/pt_BR/foreman_discovery.po +16 -16
  45. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/ru/foreman_discovery.edit.po +146 -63
  47. data/locale/ru/foreman_discovery.po +6 -6
  48. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/sv_SE/foreman_discovery.edit.po +144 -59
  50. data/locale/sv_SE/foreman_discovery.po +5 -5
  51. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/zh_CN/foreman_discovery.edit.po +150 -69
  53. data/locale/zh_CN/foreman_discovery.po +13 -15
  54. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/zh_TW/foreman_discovery.edit.po +227 -144
  56. data/locale/zh_TW/foreman_discovery.po +88 -88
  57. data/test/functional/api/v2/discovery_rules_controller_test.rb +8 -0
  58. data/test/functional/api/v2/settings_controller_test.rb +2 -0
  59. data/test/test_helper_discovery.rb +2 -0
  60. data/test/unit/discovered_mailer_test.rb +14 -0
  61. data/test/unit/discovery_rule_test.rb +3 -0
  62. data/test/unit/facts_with_lldp.json +107 -0
  63. data/test/unit/facts_with_lldp_bond_candidate.json +107 -0
  64. data/test/unit/host_discovered_test.rb +72 -1
  65. data/test/unit/lldp_neighbors_test.rb +56 -0
  66. metadata +11 -2
@@ -7,9 +7,9 @@
7
7
  # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 10.0.0\n"
10
+ "Project-Id-Version: foreman_discovery 13.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2017-12-12 15:15+0000\n"
12
+ "PO-Revision-Date: 2018-06-15 10:50+0000\n"
13
13
  "Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
14
14
  "Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
15
15
  "\n"
@@ -98,7 +98,7 @@ msgid "DHCP filename option (Grub2 or PXELinux by default)"
98
98
  msgstr ""
99
99
 
100
100
  msgid "Delete"
101
- msgstr ""
101
+ msgstr "Suprimeix"
102
102
 
103
103
  msgid "Delete %s?"
104
104
  msgstr "Voleu suprimir %s?"
@@ -203,7 +203,7 @@ msgid "Domain will be appended automatically. A hostname based on MAC address wi
203
203
  msgstr ""
204
204
 
205
205
  msgid "Edit %s"
206
- msgstr ""
206
+ msgstr "Edita %s"
207
207
 
208
208
  msgid "Enable"
209
209
  msgstr "Habilita"
@@ -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
  # Arnold Bechtoldt <mail@arnoldbechtoldt.com>, 2014
7
7
  # Christina Gurski <Gurski_christina@yahoo.de>, 2015
@@ -12,10 +12,11 @@
12
12
  # stbenjam <stephen@redhat.com>, 2016
13
13
  msgid ""
14
14
  msgstr ""
15
- "Project-Id-Version: foreman_discovery 10.0.0\n"
15
+ "Project-Id-Version: foreman_discovery 13.0.0\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
- "PO-Revision-Date: 2018-01-05 19:26+0000\n"
18
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
17
+ "POT-Creation-Date: 2018-06-15 11:25+0200\n"
18
+ "PO-Revision-Date: 2018-07-20 20:46+0000\n"
19
+ "Last-Translator: Martin Zimmermann <martin.zimmermann@gmx.com>\n"
19
20
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
20
21
  "MIME-Version: 1.0\n"
21
22
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -27,19 +28,23 @@ msgstr ""
27
28
  msgid "List all discovered hosts"
28
29
  msgstr "Alle entdeckten Hosts auflisten"
29
30
 
30
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
31
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
32
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
31
33
  msgid "filter results"
32
34
  msgstr "Ergebnisse filtern"
33
35
 
34
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
36
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
37
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
35
38
  msgid "sort results"
36
39
  msgstr "Ergebnisse sortieren"
37
40
 
38
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
41
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
42
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
39
43
  msgid "paginate results"
40
44
  msgstr "Ergebnisse nummerieren"
41
45
 
42
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
46
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
47
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
43
48
  msgid "number of entries per request"
44
49
  msgstr "Anzahl der Einträge pro Anfrage"
45
50
 
@@ -47,7 +52,8 @@ msgstr "Anzahl der Einträge pro Anfrage"
47
52
  msgid "Show a discovered host"
48
53
  msgstr "Entdeckten Host anzeigen"
49
54
 
50
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
55
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
56
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
51
57
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
52
58
  msgstr ""
53
59
 
@@ -68,11 +74,14 @@ msgid "not required if it's a virtual machine"
68
74
  msgstr "nicht erforderlich für eine virtuelle Maschine"
69
75
 
70
76
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
71
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
77
+ msgid ""
78
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
72
79
  msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
73
80
 
74
81
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
75
- msgid "required if value is not inherited from host group or default password in settings"
82
+ msgid ""
83
+ "required if value is not inherited from host group or default password in "
84
+ "settings"
76
85
  msgstr "erforderlich, falls kein Wert von Hostgruppe geerbt wird oder es nicht das Standardpasswort in Einstellungen ist"
77
86
 
78
87
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -84,14 +93,18 @@ msgid "Upload facts for a host, creating the host if required"
84
93
  msgstr "Fakten für einen Host hochladen mit Erstellung des Hosts, wenn erforderlich"
85
94
 
86
95
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
87
- 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)"
96
+ msgid ""
97
+ "hash containing facts for the host with minimum set of facts: "
98
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
99
+ "eth0 (example in case primary interface is named eth0)"
88
100
  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) "
89
101
 
90
102
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
91
103
  msgid "Execute rules against a discovered host"
92
104
  msgstr "Regeln auf einem entdeckten Host anwenden"
93
105
 
94
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
106
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
107
+ #: ../app/controllers/discovered_hosts_controller.rb:159
95
108
  msgid "Host %{host} was provisioned with rule %{rule}"
96
109
  msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
97
110
 
@@ -99,7 +112,8 @@ msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
99
112
  msgid "Unable to provision %{host}: %{errors}"
100
113
  msgstr "%{host} kann nicht bereitgestellt werden: %{errors} "
101
114
 
102
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
115
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
116
+ #: ../app/controllers/discovered_hosts_controller.rb:166
103
117
  msgid "No rule found for host %s"
104
118
  msgstr "Keine Regel gefunden für Host %s"
105
119
 
@@ -107,11 +121,13 @@ msgstr "Keine Regel gefunden für Host %s"
107
121
  msgid "Execute rules against all currently discovered hosts"
108
122
  msgstr "Regeln auf allen kürzlich entdeckten Hosts anwenden"
109
123
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
125
+ #: ../app/controllers/discovered_hosts_controller.rb:172
111
126
  msgid "Errors during auto provisioning: %s"
112
127
  msgstr "Fehler bei automatischer Bereitstellung: %s"
113
128
 
114
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
129
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
130
+ #: ../app/controllers/discovered_hosts_controller.rb:175
115
131
  msgid "No discovered hosts to provision"
116
132
  msgstr "Keine entdeckten Hosts zur Bereitstellung"
117
133
 
@@ -131,7 +147,8 @@ msgstr "Entdeckten Host neu starten"
131
147
  msgid "Rebooting all discovered hosts"
132
148
  msgstr "Alle entdeckten Hosts neu starten"
133
149
 
134
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
150
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
151
+ #: ../app/controllers/discovered_hosts_controller.rb:128
135
152
  msgid "Discovered hosts are rebooting now"
136
153
  msgstr "Entdeckte Hosts werden jetzt neu gestartet"
137
154
 
@@ -156,7 +173,8 @@ msgid "the hostgroup that is used to auto provision a host"
156
173
  msgstr "die Hostgruppe, die zur automatischen Bereitstellung eines Hosts verwendet wird"
157
174
 
158
175
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
159
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
176
+ msgid ""
177
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
160
178
  msgstr "definiert ein Muster, nach dem einfach lesbare Hostnamen zu übereinstimmenden Hosts zugewiesen werden"
161
179
 
162
180
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -164,7 +182,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
164
182
  msgstr "ermöglicht die Begrenzung der maximal bereitgestellten Hosts pro Regel"
165
183
 
166
184
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
167
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
185
+ msgid ""
186
+ "puts the rules in order, low numbers go first. Must be greater then zero"
168
187
  msgstr "ordnet die Regeln, niedrige Zahlen zuerst. Muss größer als Null sein"
169
188
 
170
189
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -315,15 +334,21 @@ msgstr "Regel deaktiviert"
315
334
  msgid "%s ago"
316
335
  msgstr "vor %s"
317
336
 
318
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
337
+ #: ../app/helpers/discovered_hosts_helper.rb:14
338
+ #: ../app/helpers/discovered_hosts_helper.rb:29
339
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
319
340
  msgid "Auto Provision"
320
341
  msgstr "Automatisch bereitstellen"
321
342
 
322
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
343
+ #: ../app/helpers/discovered_hosts_helper.rb:15
344
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
323
345
  msgid "Refresh facts"
324
346
  msgstr "Fakten aktualisieren"
325
347
 
326
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
348
+ #: ../app/helpers/discovered_hosts_helper.rb:16
349
+ #: ../app/helpers/discovered_hosts_helper.rb:30
350
+ #: ../app/models/setting/discovered.rb:23
351
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
327
352
  msgid "Reboot"
328
353
  msgstr "Neustart"
329
354
 
@@ -331,11 +356,13 @@ msgstr "Neustart"
331
356
  msgid "Back"
332
357
  msgstr "Zurück"
333
358
 
334
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
359
+ #: ../app/helpers/discovered_hosts_helper.rb:21
360
+ #: ../app/helpers/discovered_hosts_helper.rb:35
335
361
  msgid "Select Action"
336
362
  msgstr "Aktion auswählen"
337
363
 
338
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
364
+ #: ../app/helpers/discovered_hosts_helper.rb:23
365
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
339
366
  msgid "Delete %s?"
340
367
  msgstr "%s löschen?"
341
368
 
@@ -349,13 +376,14 @@ msgstr "Standort zuweisen"
349
376
 
350
377
  #: ../app/helpers/discovered_hosts_helper.rb:33
351
378
  msgid "Delete"
352
- msgstr ""
379
+ msgstr "Löschen"
353
380
 
354
381
  #: ../app/helpers/discovered_hosts_helper.rb:37
355
382
  msgid "%s - The following hosts are about to be changed"
356
383
  msgstr "%s - Die folgenden Hosts werden geändert"
357
384
 
358
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
385
+ #: ../app/helpers/discovered_hosts_helper.rb:46
386
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
359
387
  msgid "N/A"
360
388
  msgstr "N/A"
361
389
 
@@ -375,7 +403,11 @@ msgstr "Berichtet in den letzten 7 Tagen"
375
403
  msgid "Provision"
376
404
  msgstr "Bereitstellen"
377
405
 
378
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:173
406
+ #: ../app/helpers/discovery_rules_helper.rb:26
407
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
408
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
409
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
410
+ #: ../lib/foreman_discovery/engine.rb:173
379
411
  msgid "Discovered Hosts"
380
412
  msgstr "Entdeckte Hosts"
381
413
 
@@ -424,14 +456,17 @@ msgid "must be present."
424
456
  msgstr ""
425
457
 
426
458
  #: ../app/models/discovery_rule.rb:48
427
- msgid "Host group organization %s must also be associated to the discovery rule"
428
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
459
+ msgid ""
460
+ "Host group organization %s must also be associated to the discovery rule"
461
+ msgid_plural ""
462
+ "Host group organizations %s must also be associated to the discovery rule"
429
463
  msgstr[0] ""
430
464
  msgstr[1] ""
431
465
 
432
466
  #: ../app/models/discovery_rule.rb:54
433
467
  msgid "Host group location %s must also be associated to the discovery rule"
434
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
468
+ msgid_plural ""
469
+ "Host group locations %s must also be associated to the discovery rule"
435
470
  msgstr[0] ""
436
471
  msgstr[1] ""
437
472
 
@@ -440,11 +475,15 @@ msgid "Invalid facts, must be a Hash"
440
475
  msgstr "Ungültige Fakten, es muss sich um einen Hash handeln"
441
476
 
442
477
  #: ../app/models/host/discovered.rb:56
443
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
478
+ msgid ""
479
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
480
+ "and set hostname"
444
481
  msgstr "Erwartetes discovery_fact '%s' fehlt, primäre Schnittstelle kann nicht gefunden und Hostname nicht eingestellt werden"
445
482
 
446
483
  #: ../app/models/host/discovered.rb:63
447
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
484
+ msgid ""
485
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
486
+ "the discovery_hostname setting: %s"
448
487
  msgstr ""
449
488
 
450
489
  #: ../app/models/host/discovered.rb:89
@@ -516,7 +555,9 @@ msgid "Hostname facts"
516
555
  msgstr "Hostnamenfakten"
517
556
 
518
557
  #: ../app/models/setting/discovered.rb:22
519
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
558
+ msgid ""
559
+ "Automatically provision newly discovered hosts, according to the "
560
+ "provisioning rules"
520
561
  msgstr "Neu entdeckte Hosts automatisch bereitstellen gemäß Bereitstellungsregeln"
521
562
 
522
563
  #: ../app/models/setting/discovered.rb:22
@@ -592,7 +633,9 @@ msgid "IPMI facts"
592
633
  msgstr "IPMI-Fakten"
593
634
 
594
635
  #: ../app/models/setting/discovered.rb:32
595
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
636
+ msgid ""
637
+ "Automatically generate PXE configuration to pin a newly discovered host to "
638
+ "discovery"
596
639
  msgstr "PXE-Konfiguration automatisch erzeugen, um einen neu entdeckten Host zu einer Entdeckung anzuheften"
597
640
 
598
641
  #: ../app/models/setting/discovered.rb:32
@@ -632,7 +675,9 @@ msgid "Force DNS"
632
675
  msgstr "DNS erzwingen"
633
676
 
634
677
  #: ../app/models/setting/discovered.rb:37
635
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
678
+ msgid ""
679
+ "Do not allow to discover existing managed host matching MAC of a "
680
+ "provisioning NIC (errors out early)"
636
681
  msgstr ""
637
682
 
638
683
  #: ../app/models/setting/discovered.rb:37
@@ -664,7 +709,9 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
664
709
  msgstr ""
665
710
 
666
711
  #: ../app/services/foreman_discovery/fact_parser.rb:12
667
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
712
+ msgid ""
713
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
714
+ "%{filter}"
668
715
  msgstr ""
669
716
 
670
717
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -683,15 +730,25 @@ msgstr "Keine entdeckten Hosts verfügbar"
683
730
  msgid "Host"
684
731
  msgstr "Host"
685
732
 
686
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../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
733
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
734
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
735
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
736
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
737
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
687
738
  msgid "Model"
688
739
  msgstr "Modell"
689
740
 
690
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
741
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
742
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
743
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
744
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
691
745
  msgid "CPUs"
692
746
  msgstr "Anzahl der CPUs:"
693
747
 
694
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
748
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
749
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
750
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
751
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
695
752
  msgid "Memory"
696
753
  msgstr "Speicher"
697
754
 
@@ -701,7 +758,7 @@ msgstr ""
701
758
 
702
759
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
703
760
  msgid "Create Host"
704
- msgstr ""
761
+ msgstr "Host erstellen"
705
762
 
706
763
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
707
764
  msgid "Select all items in this page"
@@ -711,11 +768,16 @@ msgstr "Alle Elemente auf dieser Seite auswählen"
711
768
  msgid "items selected. Uncheck to Clear"
712
769
  msgstr "Elemente ausgewählt. Zum Leeren abwählen"
713
770
 
714
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
771
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
772
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
773
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
774
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
715
775
  msgid "Name"
716
776
  msgstr "Name"
717
777
 
718
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
778
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
779
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
780
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
719
781
  msgid "IP Address"
720
782
  msgstr "IP-Adresse"
721
783
 
@@ -727,11 +789,13 @@ msgstr ""
727
789
  msgid "Disks Size"
728
790
  msgstr ""
729
791
 
730
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
792
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
793
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
731
794
  msgid "Location"
732
795
  msgstr "Standort"
733
796
 
734
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
797
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
798
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
735
799
  msgid "Organization"
736
800
  msgstr "Organisation"
737
801
 
@@ -760,7 +824,9 @@ msgid "Provision %s"
760
824
  msgstr ""
761
825
 
762
826
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
763
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
827
+ msgid ""
828
+ "This might take a while, as all hosts, facts and reports will be destroyed "
829
+ "as well"
764
830
  msgstr "Dieser Vorgang kann eine Weile dauern, da alle Hosts, Fakten und Berichte ebenfalls gelöscht werden"
765
831
 
766
832
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -797,14 +863,16 @@ msgstr "IP-Adresse"
797
863
 
798
864
  #: ../app/views/discovered_hosts/show.html.erb:66
799
865
  msgid "Collapse All"
800
- msgstr ""
866
+ msgstr "Alle einklappen"
801
867
 
802
868
  #: ../app/views/discovered_hosts/welcome.html.erb:7
803
869
  msgid "No discovered hosts found in this context."
804
870
  msgstr ""
805
871
 
806
872
  #: ../app/views/discovered_hosts/welcome.html.erb:8
807
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
873
+ msgid ""
874
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
875
+ "provisioned."
808
876
  msgstr ""
809
877
 
810
878
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -819,19 +887,23 @@ msgstr "Zusammenfassungsbericht für entdeckte Hosts von Foreman"
819
887
  msgid "<b>Foreman</b> Discovered hosts summary"
820
888
  msgstr "<b>Foreman</b> Zusammenfassung entdeckter Hosts"
821
889
 
822
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
890
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
891
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
823
892
  msgid "Summary from %{time} ago to %{now}"
824
893
  msgstr "Zusammenfassung von %{time} bis %{now}"
825
894
 
826
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
895
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
896
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
827
897
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
828
898
  msgstr "Vom Foreman-Server unter %{foreman_url} entdeckte Hosts"
829
899
 
830
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
900
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
901
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
831
902
  msgid "Disk count"
832
903
  msgstr "Festplattenanzahl"
833
904
 
834
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
905
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
906
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
835
907
  msgid "Disks size"
836
908
  msgstr "Festplattengröße"
837
909
 
@@ -880,28 +952,38 @@ msgid "Rule priority (lower integer means higher priority)"
880
952
  msgstr "Regelpriorität (niedriger Wert bedeutet hohe Priorität)"
881
953
 
882
954
  #: ../app/views/discovery_rules/_template_inline.erb:2
883
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
955
+ msgid ""
956
+ "Specify target hostname template pattern in the same syntax as in "
957
+ "Provisioning Templates (ERB)."
884
958
  msgstr "Vorlagenmuster des Ziel-Hostnamens in derselben Syntax angeben wie in Bereitstellungsvorlagen (ERB)."
885
959
 
886
960
  #: ../app/views/discovery_rules/_template_inline.erb:4
887
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
961
+ msgid ""
962
+ "Domain will be appended automatically. A hostname based on MAC address will "
963
+ "be used when left blank."
888
964
  msgstr ""
889
965
 
890
966
  #: ../app/views/discovery_rules/_template_inline.erb:5
891
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
967
+ msgid ""
968
+ "In addition to @host attribute function rand for random integers is "
969
+ "available. Examples:"
892
970
  msgstr ""
893
971
 
894
972
  #: ../app/views/discovery_rules/_template_inline.erb:8
895
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
973
+ msgid ""
974
+ "When creating hostname patterns, make sure the resulting host names are "
975
+ "unique."
896
976
  msgstr ""
897
977
 
898
978
  #: ../app/views/discovery_rules/_template_inline.erb:9
899
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
979
+ msgid ""
980
+ "Hostnames must not start with numbers. A good approach is to use unique "
981
+ "information provided by facter (MAC address, BIOS or serial ID)."
900
982
  msgstr ""
901
983
 
902
984
  #: ../app/views/discovery_rules/edit.html.erb:1
903
985
  msgid "Edit %s"
904
- msgstr ""
986
+ msgstr "%s bearbeiten"
905
987
 
906
988
  #: ../app/views/discovery_rules/index.html.erb:1
907
989
  msgid "Discovery Rules"
@@ -972,9 +1054,13 @@ msgid "Discovery Proxy"
972
1054
  msgstr ""
973
1055
 
974
1056
  #: ../lib/foreman_discovery/engine.rb:189
975
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1057
+ msgid ""
1058
+ "Discovery Proxy to use within this subnet for managing connection to "
1059
+ "discovered hosts"
976
1060
  msgstr ""
977
1061
 
978
1062
  #: ../lib/foreman_discovery/engine.rb:190
979
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1063
+ msgid ""
1064
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1065
+ "discovered hosts"
980
1066
  msgstr ""