foreman_discovery 15.0.1 → 16.1.0

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