foreman_discovery 16.0.0 → 16.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +10 -3
  3. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  4. data/app/controllers/discovered_hosts_controller.rb +5 -3
  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 +39 -17
  8. data/app/models/host/managed_extensions.rb +2 -2
  9. data/app/services/foreman_discovery/host_converter.rb +15 -7
  10. data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
  11. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
  12. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  13. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  14. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  15. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  16. data/extra/discover-host +14 -8
  17. data/lib/foreman_discovery/engine.rb +2 -2
  18. data/lib/foreman_discovery/version.rb +1 -1
  19. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  20. data/locale/ca/foreman_discovery.edit.po +215 -263
  21. data/locale/ca/foreman_discovery.po +16 -8
  22. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/de/foreman_discovery.edit.po +217 -266
  24. data/locale/de/foreman_discovery.po +22 -14
  25. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/en/foreman_discovery.edit.po +175 -133
  27. data/locale/en/foreman_discovery.po +12 -4
  28. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/en_GB/foreman_discovery.edit.po +221 -269
  30. data/locale/en_GB/foreman_discovery.po +18 -10
  31. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/es/foreman_discovery.edit.po +240 -286
  33. data/locale/es/foreman_discovery.po +22 -14
  34. data/locale/foreman_discovery.pot +34 -24
  35. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/fr/foreman_discovery.edit.po +242 -291
  37. data/locale/fr/foreman_discovery.po +20 -12
  38. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/gl/foreman_discovery.edit.po +213 -261
  40. data/locale/gl/foreman_discovery.po +14 -6
  41. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/it/foreman_discovery.edit.po +216 -264
  43. data/locale/it/foreman_discovery.po +17 -9
  44. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/ja/foreman_discovery.edit.po +246 -294
  46. data/locale/ja/foreman_discovery.po +20 -12
  47. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/ko/foreman_discovery.edit.po +216 -263
  49. data/locale/ko/foreman_discovery.po +20 -12
  50. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/pt_BR/foreman_discovery.edit.po +237 -282
  52. data/locale/pt_BR/foreman_discovery.po +20 -12
  53. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/ru/foreman_discovery.edit.po +219 -265
  55. data/locale/ru/foreman_discovery.po +20 -12
  56. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/sv_SE/foreman_discovery.edit.po +213 -261
  58. data/locale/sv_SE/foreman_discovery.po +14 -6
  59. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_CN/foreman_discovery.edit.po +283 -332
  61. data/locale/zh_CN/foreman_discovery.po +20 -12
  62. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/zh_TW/foreman_discovery.edit.po +216 -262
  64. data/locale/zh_TW/foreman_discovery.po +18 -10
  65. data/test/facts/vmware-facter4-nolegacy.json +402 -0
  66. data/test/functional/discovered_hosts_controller_test.rb +15 -6
  67. data/test/unit/discovered_extensions_test.rb +6 -1
  68. data/test/unit/managed_extensions_test.rb +1 -0
  69. metadata +36 -32
@@ -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.1.0\n"
10
+ "Project-Id-Version: foreman_discovery 16.1.3\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2019-10-22 20:43+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"
@@ -139,6 +139,11 @@ msgstr "Inhabilita"
139
139
  msgid "Disable rule '%s'?"
140
140
  msgstr ""
141
141
 
142
+ msgid "Discovered Host"
143
+ msgid_plural "Discovered Hosts"
144
+ msgstr[0] ""
145
+ msgstr[1] ""
146
+
142
147
  msgid "Discovered Hosts"
143
148
  msgstr ""
144
149
 
@@ -692,15 +697,18 @@ msgstr ""
692
697
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
693
698
  msgstr ""
694
699
 
695
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
696
- msgstr "No es pot realitzar kexec a %{name} a través de %{url}: %{msg}"
700
+ msgid "Unable to perform %{action} on %{ips}"
701
+ msgstr ""
702
+
703
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
704
+ msgstr ""
705
+
706
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
707
+ msgstr ""
697
708
 
698
709
  msgid "Unable to provision %{host}: %{errors}"
699
710
  msgstr "No es pot aprovisionar a %{host}: %{errors}"
700
711
 
701
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
702
- msgstr "No es pot reiniciar %{name} a través de %{url}: %{msg}"
703
-
704
712
  msgid "Update a rule"
705
713
  msgstr "Actualitza una regla"
706
714
 
@@ -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
@@ -9,16 +9,15 @@
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.1.0\n"
17
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
- "POT-Creation-Date: 2019-10-22 11:55+0200\n"
20
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
21
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
19
+ "PO-Revision-Date: 2020-10-29 17:16+0000\n"
20
+ "Last-Translator: Crited <Alexander.Stoll@netways.de>\n"
22
21
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
23
22
  "MIME-Version: 1.0\n"
24
23
  "Content-Type: text/plain; charset=UTF-8\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:85
59
53
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
60
54
  msgstr "DHCP-Dateinamensoption (Standardmäßig Grub2/PXELinux)"
61
55
 
@@ -67,6 +61,10 @@ msgstr "Entdeckten Host zum Testen erstellen (verwenden Sie /Fakten zur Erstellu
67
61
  msgid "Provision a discovered host"
68
62
  msgstr "Entdeckten Host bereitstellen"
69
63
 
64
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
65
+ msgid "required if host is managed and value is not inherited from host group"
66
+ msgstr "erforderlich, wenn der Host gemanagt und der Wert nicht von einer Hostgruppe vererbt ist"
67
+
70
68
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
71
69
  msgid "not required if using a subnet with DHCP proxy"
72
70
  msgstr "nicht erforderlich, wenn ein Subnetz mit DHCP-Proxy verwendet wird"
@@ -75,82 +73,99 @@ msgstr "nicht erforderlich, wenn ein Subnetz mit DHCP-Proxy verwendet wird"
75
73
  msgid "not required if it's a virtual machine"
76
74
  msgstr "nicht erforderlich für eine virtuelle Maschine"
77
75
 
78
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
79
- msgid ""
80
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
76
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
77
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
78
+ msgstr "erforderlich, wenn die Bereitstellung nicht image-basiert, der Host gemanagt und der Wert nicht von einer Hostgruppe vererbt ist"
79
+
80
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
81
+ msgid "required if host is managed and custom partition has not been defined"
82
+ msgstr "erforderlich, wenn der Host gemanagt und keine spezifische Partition definiert ist"
83
+
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
85
+ msgid "Host's owner type"
86
+ msgstr "Eigentümertyp des Hosts"
87
+
88
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
89
+ msgid "Host's parameters (array or indexed hash)"
90
+ msgstr "Hostparameter (Array oder indizierter Hash)"
91
+
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
93
+ msgid "Name of the parameter"
94
+ msgstr "Name des Parameters"
95
+
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
97
+ msgid "Parameter value"
98
+ msgstr "Parameterwert"
99
+
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
101
+ msgid "Type of value"
102
+ msgstr "Typ des Wertes"
103
+
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
105
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
81
106
  msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
82
107
 
83
- #: ../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"
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
109
+ msgid "required if value is not inherited from host group or default password in settings"
87
110
  msgstr "erforderlich, falls kein Wert von Hostgruppe geerbt wird oder es nicht das Standardpasswort in Einstellungen ist"
88
111
 
89
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
90
113
  msgid "Delete a discovered host"
91
114
  msgstr "Entdeckten Host löschen"
92
115
 
93
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
94
117
  msgid "Upload facts for a host, creating the host if required"
95
118
  msgstr "Fakten für einen Host hochladen mit Erstellung des Hosts, wenn erforderlich"
96
119
 
97
- #: ../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)"
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
121
+ 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
122
  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
123
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
105
125
  msgid "Execute rules against a discovered host"
106
126
  msgstr "Regeln auf einem entdeckten Host anwenden"
107
127
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
109
- #: ../app/controllers/discovered_hosts_controller.rb:160
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
110
129
  msgid "Host %{host} was provisioned with rule %{rule}"
111
130
  msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
112
131
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
114
133
  msgid "Unable to provision %{host}: %{errors}"
115
134
  msgstr "%{host} kann nicht bereitgestellt werden: %{errors} "
116
135
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
118
- #: ../app/controllers/discovered_hosts_controller.rb:167
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
119
137
  msgid "No rule found for host %s"
120
138
  msgstr "Keine Regel gefunden für Host %s"
121
139
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
123
141
  msgid "Execute rules against all currently discovered hosts"
124
142
  msgstr "Regeln auf allen kürzlich entdeckten Hosts anwenden"
125
143
 
126
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
127
- #: ../app/controllers/discovered_hosts_controller.rb:173
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
128
145
  msgid "Errors during auto provisioning: %s"
129
146
  msgstr "Fehler bei automatischer Bereitstellung: %s"
130
147
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
132
- #: ../app/controllers/discovered_hosts_controller.rb:176
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
133
149
  msgid "No discovered hosts to provision"
134
150
  msgstr "Keine entdeckten Hosts zur Bereitstellung"
135
151
 
136
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
137
153
  msgid "%s discovered hosts were provisioned"
138
154
  msgstr "%s entdeckte Hosts wurden bereitgestellt"
139
155
 
140
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
141
157
  msgid "Refreshing the facts of a discovered host"
142
158
  msgstr "Fakten eines entdeckten Hosts werden aktualisiert"
143
159
 
144
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
145
161
  msgid "Rebooting a discovered host"
146
162
  msgstr "Entdeckten Host neu starten"
147
163
 
148
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
164
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
149
165
  msgid "Rebooting all discovered hosts"
150
166
  msgstr "Alle entdeckten Hosts neu starten"
151
167
 
152
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
153
- #: ../app/controllers/discovered_hosts_controller.rb:129
168
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
154
169
  msgid "Discovered hosts are rebooting now"
155
170
  msgstr "Entdeckte Hosts werden jetzt neu gestartet"
156
171
 
@@ -175,8 +190,7 @@ msgid "the hostgroup that is used to auto provision a host"
175
190
  msgstr "die Hostgruppe, die zur automatischen Bereitstellung eines Hosts verwendet wird"
176
191
 
177
192
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
178
- msgid ""
179
- "defines a pattern to assign human-readable hostnames to the matching hosts"
193
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
180
194
  msgstr "definiert ein Muster, nach dem einfach lesbare Hostnamen zu übereinstimmenden Hosts zugewiesen werden"
181
195
 
182
196
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -184,8 +198,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
184
198
  msgstr "ermöglicht die Begrenzung der maximal bereitgestellten Hosts pro Regel"
185
199
 
186
200
  #: ../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"
201
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
189
202
  msgstr "ordnet die Regeln, niedrige Zahlen zuerst. Muss größer als Null sein"
190
203
 
191
204
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -284,51 +297,51 @@ msgstr "Fehler bei automatischer Bereitstellung von Host %s: %s"
284
297
  msgid "Discovered hosts are provisioning now"
285
298
  msgstr "Entdeckte Hosts, die jetzt bereitgestellt werden"
286
299
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:224
300
+ #: ../app/controllers/discovered_hosts_controller.rb:226
288
301
  msgid "Highlights"
289
302
  msgstr "Hervorhebungen"
290
303
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:224
304
+ #: ../app/controllers/discovered_hosts_controller.rb:226
292
305
  msgid "Storage"
293
306
  msgstr "Speicher"
294
307
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:224
308
+ #: ../app/controllers/discovered_hosts_controller.rb:226
296
309
  msgid "Hardware"
297
310
  msgstr "Hardware"
298
311
 
299
- #: ../app/controllers/discovered_hosts_controller.rb:224
312
+ #: ../app/controllers/discovered_hosts_controller.rb:226
300
313
  msgid "Network"
301
314
  msgstr "Netzwerk"
302
315
 
303
- #: ../app/controllers/discovered_hosts_controller.rb:224
316
+ #: ../app/controllers/discovered_hosts_controller.rb:226
304
317
  msgid "Software"
305
318
  msgstr "Software"
306
319
 
307
- #: ../app/controllers/discovered_hosts_controller.rb:224
320
+ #: ../app/controllers/discovered_hosts_controller.rb:226
308
321
  msgid "IPMI"
309
322
  msgstr "IPMI"
310
323
 
311
- #: ../app/controllers/discovered_hosts_controller.rb:224
324
+ #: ../app/controllers/discovered_hosts_controller.rb:226
312
325
  msgid "Miscellaneous"
313
326
  msgstr "Erweitert"
314
327
 
315
- #: ../app/controllers/discovered_hosts_controller.rb:302
328
+ #: ../app/controllers/discovered_hosts_controller.rb:304
316
329
  msgid "No hosts were found with that id or name"
317
330
  msgstr "Keine Systeme mit dieser ID oder diesem Namen gefunden"
318
331
 
319
- #: ../app/controllers/discovered_hosts_controller.rb:306
332
+ #: ../app/controllers/discovered_hosts_controller.rb:308
320
333
  msgid "No hosts selected"
321
334
  msgstr "Keine Hosts ausgewählt"
322
335
 
323
- #: ../app/controllers/discovered_hosts_controller.rb:312
336
+ #: ../app/controllers/discovered_hosts_controller.rb:314
324
337
  msgid "Something went wrong while selecting hosts - %s"
325
338
  msgstr "Fehler beim Auswählen der Hosts – %s"
326
339
 
327
- #: ../app/controllers/discovery_rules_controller.rb:68
340
+ #: ../app/controllers/discovery_rules_controller.rb:72
328
341
  msgid "Rule enabled"
329
342
  msgstr "Regel aktiviert"
330
343
 
331
- #: ../app/controllers/discovery_rules_controller.rb:68
344
+ #: ../app/controllers/discovery_rules_controller.rb:72
332
345
  msgid "Rule disabled"
333
346
  msgstr "Regel deaktiviert"
334
347
 
@@ -336,21 +349,15 @@ msgstr "Regel deaktiviert"
336
349
  msgid "%s ago"
337
350
  msgstr "vor %s"
338
351
 
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
352
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
342
353
  msgid "Auto Provision"
343
354
  msgstr "Automatisch bereitstellen"
344
355
 
345
- #: ../app/helpers/discovered_hosts_helper.rb:15
346
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
356
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
347
357
  msgid "Refresh facts"
348
358
  msgstr "Fakten aktualisieren"
349
359
 
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
360
+ #: ../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:42
354
361
  msgid "Reboot"
355
362
  msgstr "Neustart"
356
363
 
@@ -358,13 +365,11 @@ msgstr "Neustart"
358
365
  msgid "Back"
359
366
  msgstr "Zurück"
360
367
 
361
- #: ../app/helpers/discovered_hosts_helper.rb:21
362
- #: ../app/helpers/discovered_hosts_helper.rb:35
368
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
363
369
  msgid "Select Action"
364
370
  msgstr "Aktion auswählen"
365
371
 
366
- #: ../app/helpers/discovered_hosts_helper.rb:23
367
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
372
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
368
373
  msgid "Delete %s?"
369
374
  msgstr "%s löschen?"
370
375
 
@@ -384,8 +389,7 @@ msgstr "Löschen"
384
389
  msgid "%s - The following hosts are about to be changed"
385
390
  msgstr "%s - Die folgenden Hosts werden geändert"
386
391
 
387
- #: ../app/helpers/discovered_hosts_helper.rb:46
388
- #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
392
+ #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
389
393
  msgid "N/A"
390
394
  msgstr "N/A"
391
395
 
@@ -405,12 +409,7 @@ msgstr "Berichtet in den letzten 7 Tagen"
405
409
  msgid "Provision"
406
410
  msgstr "Bereitstellen"
407
411
 
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
412
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
414
413
  msgid "Discovered Hosts"
415
414
  msgstr "Entdeckte Hosts"
416
415
 
@@ -459,17 +458,14 @@ msgid "must be present."
459
458
  msgstr "muss vorhanden sein."
460
459
 
461
460
  #: ../app/models/discovery_rule.rb:52
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"
461
+ msgid "Host group organization %s must also be associated to the discovery rule"
462
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
466
463
  msgstr[0] ""
467
464
  msgstr[1] ""
468
465
 
469
466
  #: ../app/models/discovery_rule.rb:56
470
467
  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"
468
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
473
469
  msgstr[0] ""
474
470
  msgstr[1] ""
475
471
 
@@ -485,39 +481,39 @@ msgstr "Zufälliger Name"
485
481
  msgid "MAC-based name"
486
482
  msgstr "Mac-basierter Name"
487
483
 
488
- #: ../app/models/host/discovered.rb:51
484
+ #: ../app/models/host/discovered.rb:55
489
485
  msgid "Invalid facts, must be a Hash"
490
486
  msgstr "Ungültige Fakten, es muss sich um einen Hash handeln"
491
487
 
492
- #: ../app/models/host/discovered.rb:56
493
- msgid ""
494
- "Expected discovery_fact '%s' is missing, unable to detect primary interface "
495
- "and set hostname"
488
+ #: ../app/models/host/discovered.rb:60
489
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
496
490
  msgstr "Erwartetes discovery_fact '%s' fehlt, primäre Schnittstelle kann nicht gefunden und Hostname nicht eingestellt werden"
497
491
 
498
- #: ../app/models/host/discovered.rb:69
499
- msgid ""
500
- "Invalid facts: hash does not contain a valid value for any of the facts in "
501
- "the discovery_hostname setting: %s"
492
+ #: ../app/models/host/discovered.rb:73
493
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
502
494
  msgstr ""
503
495
 
504
- #: ../app/models/host/discovered.rb:95
496
+ #: ../app/models/host/discovered.rb:100
505
497
  msgid "Facts could not be imported"
506
498
  msgstr "Fakten konnten nicht importiert werden"
507
499
 
508
- #: ../app/models/host/discovered.rb:150
500
+ #: ../app/models/host/discovered.rb:146
509
501
  msgid "Could not get facts from proxy %{url}: %{error}"
510
502
  msgstr "Fakten konnten nicht vom Proxy %{url} abgerufen werden: %{error}"
511
503
 
512
- #: ../app/models/host/discovered.rb:158
513
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
514
- msgstr "%{name} kann nicht über %{url} neu gestartet werden: %{msg}"
504
+ #: ../app/models/host/discovered.rb:160
505
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
506
+ msgstr ""
515
507
 
516
- #: ../app/models/host/discovered.rb:166
517
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
518
- msgstr "kexec kann nicht auf %{name} über %{url} ausgeführt werden: %{msg}"
508
+ #: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
509
+ msgid "Unable to perform %{action} on %{ips}"
510
+ msgstr ""
511
+
512
+ #: ../app/models/host/discovered.rb:179
513
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
514
+ msgstr ""
519
515
 
520
- #: ../app/models/host/discovered.rb:185
516
+ #: ../app/models/host/discovered.rb:203
521
517
  msgid "Invalid hostname: Could not normalize the hostname"
522
518
  msgstr "Ungültiger Hostname: Konnte den Hostnamen nicht normalisieren"
523
519
 
@@ -545,191 +541,183 @@ msgstr "Init RAM kexec URL ist ungültig: '%s'"
545
541
  msgid "Rebuild DNS for %s"
546
542
  msgstr "DNS für %s neu bauen"
547
543
 
548
- #: ../app/models/setting/discovered.rb:15
544
+ #: ../app/models/setting/discovered.rb:17
549
545
  msgid "The default location to place discovered hosts in"
550
546
  msgstr "Standard-Standort, in den entdeckte Hosts platziert werden"
551
547
 
552
- #: ../app/models/setting/discovered.rb:15
548
+ #: ../app/models/setting/discovered.rb:17
553
549
  msgid "Discovery location"
554
550
  msgstr "Entdeckungsort"
555
551
 
556
- #: ../app/models/setting/discovered.rb:16
552
+ #: ../app/models/setting/discovered.rb:18
557
553
  msgid "The default organization to place discovered hosts in"
558
554
  msgstr "Standard-Organisation, in die entdeckte Hosts platziert werden"
559
555
 
560
- #: ../app/models/setting/discovered.rb:16
556
+ #: ../app/models/setting/discovered.rb:18
561
557
  msgid "Discovery organization"
562
558
  msgstr "Entdeckungsorganisation"
563
559
 
564
- #: ../app/models/setting/discovered.rb:17
560
+ #: ../app/models/setting/discovered.rb:19
565
561
  msgid "Fact name to use for primary interface detection"
566
562
  msgstr "Fakt Name zur Verwendung bei der Erkennung der primären Schnittstelle"
567
563
 
568
- #: ../app/models/setting/discovered.rb:17
564
+ #: ../app/models/setting/discovered.rb:19
569
565
  msgid "Interface fact"
570
566
  msgstr "Schnittstellenfakt"
571
567
 
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)"
568
+ #: ../app/models/setting/discovered.rb:20
569
+ msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
576
570
  msgstr ""
577
571
 
578
- #: ../app/models/setting/discovered.rb:18
572
+ #: ../app/models/setting/discovered.rb:20
579
573
  msgid "Create bond interfaces"
580
574
  msgstr ""
581
575
 
582
- #: ../app/models/setting/discovered.rb:19
576
+ #: ../app/models/setting/discovered.rb:21
583
577
  msgid "Clean all reported facts during provisioning (except discovery facts)"
584
578
  msgstr "Alle berichteten Fakten während der Bereitstellung löschen (ausgenommen Entdeckungsfakten)"
585
579
 
586
- #: ../app/models/setting/discovered.rb:19
580
+ #: ../app/models/setting/discovered.rb:21
587
581
  msgid "Clean all facts"
588
582
  msgstr "Alle Fakten löschen"
589
583
 
590
- #: ../app/models/setting/discovered.rb:20
584
+ #: ../app/models/setting/discovered.rb:22
591
585
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
592
586
  msgstr "Liste der Fakten zur Bildung des Hostnamens (durch Kommas getrennt, der erste Eintrag gewinnt)"
593
587
 
594
- #: ../app/models/setting/discovered.rb:20
588
+ #: ../app/models/setting/discovered.rb:22
595
589
  msgid "Hostname facts"
596
590
  msgstr "Hostnamenfakten"
597
591
 
598
- #: ../app/models/setting/discovered.rb:21
599
- msgid ""
600
- "Automatically provision newly discovered hosts, according to the "
601
- "provisioning rules"
592
+ #: ../app/models/setting/discovered.rb:23
593
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
602
594
  msgstr "Neu entdeckte Hosts automatisch bereitstellen gemäß Bereitstellungsregeln"
603
595
 
604
- #: ../app/models/setting/discovered.rb:21
596
+ #: ../app/models/setting/discovered.rb:23
605
597
  msgid "Auto provisioning"
606
598
  msgstr "Automatische Bereitstellung"
607
599
 
608
- #: ../app/models/setting/discovered.rb:22
600
+ #: ../app/models/setting/discovered.rb:24
609
601
  msgid "Automatically reboot or kexec discovered host during provisioning"
610
602
  msgstr "Automatischer Reboot oder kexec endeckter Hosts während der Bereitstellung"
611
603
 
612
- #: ../app/models/setting/discovered.rb:23
604
+ #: ../app/models/setting/discovered.rb:25
613
605
  msgid "The default prefix to use for the host name, must start with a letter"
614
606
  msgstr "Das Standard-Präfix zum Verwenden für den Hostnamen, muss mit einem Buchstaben beginnen"
615
607
 
616
- #: ../app/models/setting/discovered.rb:23
608
+ #: ../app/models/setting/discovered.rb:25
617
609
  msgid "Hostname prefix"
618
610
  msgstr "Hostnamenpräfix"
619
611
 
620
- #: ../app/models/setting/discovered.rb:24
612
+ #: ../app/models/setting/discovered.rb:26
621
613
  msgid "Extra facter columns to show in host lists (separate by comma)"
622
614
  msgstr "Zusätzliche Facter-Spalten zum Anzeigen in Hostlisten (mit Komma getrennt)"
623
615
 
624
- #: ../app/models/setting/discovered.rb:24
616
+ #: ../app/models/setting/discovered.rb:26
625
617
  msgid "Fact columns"
626
618
  msgstr "Faktspalten"
627
619
 
628
- #: ../app/models/setting/discovered.rb:25
620
+ #: ../app/models/setting/discovered.rb:27
629
621
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
630
622
  msgstr ""
631
623
 
632
- #: ../app/models/setting/discovered.rb:25
624
+ #: ../app/models/setting/discovered.rb:27
633
625
  msgid "Highlighted facts"
634
626
  msgstr "Hervorgehobene Fakten"
635
627
 
636
- #: ../app/models/setting/discovered.rb:26
628
+ #: ../app/models/setting/discovered.rb:28
637
629
  msgid "Regex to organize facts for storage section"
638
630
  msgstr "Regex zur Faktensortierung im Speicher-Bereich"
639
631
 
640
- #: ../app/models/setting/discovered.rb:26
632
+ #: ../app/models/setting/discovered.rb:28
641
633
  msgid "Storage facts"
642
634
  msgstr "Speicherfakten"
643
635
 
644
- #: ../app/models/setting/discovered.rb:27
636
+ #: ../app/models/setting/discovered.rb:29
645
637
  msgid "Regex to organize facts for software section"
646
638
  msgstr "Regex zur Faktensortierung im Software-Bereich"
647
639
 
648
- #: ../app/models/setting/discovered.rb:27
640
+ #: ../app/models/setting/discovered.rb:29
649
641
  msgid "Software facts"
650
642
  msgstr "Softwarefakten"
651
643
 
652
- #: ../app/models/setting/discovered.rb:28
644
+ #: ../app/models/setting/discovered.rb:30
653
645
  msgid "Regex to organize facts for hardware section"
654
646
  msgstr "Regex zur Faktensortierung im Hardware-Bereich"
655
647
 
656
- #: ../app/models/setting/discovered.rb:28
648
+ #: ../app/models/setting/discovered.rb:30
657
649
  msgid "Hardware facts"
658
650
  msgstr "Hardwarefakten"
659
651
 
660
- #: ../app/models/setting/discovered.rb:29
652
+ #: ../app/models/setting/discovered.rb:31
661
653
  msgid "Regex to organize facts for network section"
662
654
  msgstr "Regex zur Faktensortierung im Netzwerk-Bereich"
663
655
 
664
- #: ../app/models/setting/discovered.rb:29
656
+ #: ../app/models/setting/discovered.rb:31
665
657
  msgid "Network facts"
666
658
  msgstr "Netzwerkfakten"
667
659
 
668
- #: ../app/models/setting/discovered.rb:30
660
+ #: ../app/models/setting/discovered.rb:32
669
661
  msgid "Regex to organize facts for ipmi section"
670
662
  msgstr "Regex zur Faktensortierung im IMPI-Bereich"
671
663
 
672
- #: ../app/models/setting/discovered.rb:30
664
+ #: ../app/models/setting/discovered.rb:32
673
665
  msgid "IPMI facts"
674
666
  msgstr "IPMI-Fakten"
675
667
 
676
- #: ../app/models/setting/discovered.rb:31
677
- msgid ""
678
- "Automatically generate PXE configuration to pin a newly discovered host to "
679
- "discovery"
668
+ #: ../app/models/setting/discovered.rb:33
669
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
680
670
  msgstr "PXE-Konfiguration automatisch erzeugen, um einen neu entdeckten Host zu einer Entdeckung anzuheften"
681
671
 
682
- #: ../app/models/setting/discovered.rb:31
672
+ #: ../app/models/setting/discovered.rb:33
683
673
  msgid "Lock PXE"
684
674
  msgstr "PXE sperren"
685
675
 
686
- #: ../app/models/setting/discovered.rb:32
676
+ #: ../app/models/setting/discovered.rb:34
687
677
  msgid "PXELinux template to be used when pinning a host to discovery"
688
678
  msgstr ""
689
679
 
690
- #: ../app/models/setting/discovered.rb:32
680
+ #: ../app/models/setting/discovered.rb:34
691
681
  msgid "Locked PXELinux template name"
692
682
  msgstr "Gesperrter PXELinux-Vorlagenname"
693
683
 
694
- #: ../app/models/setting/discovered.rb:33
684
+ #: ../app/models/setting/discovered.rb:35
695
685
  msgid "PXEGrub template to be used when pinning a host to discovery"
696
686
  msgstr ""
697
687
 
698
- #: ../app/models/setting/discovered.rb:33
688
+ #: ../app/models/setting/discovered.rb:35
699
689
  msgid "Locked PXEGrub template name"
700
690
  msgstr ""
701
691
 
702
- #: ../app/models/setting/discovered.rb:34
692
+ #: ../app/models/setting/discovered.rb:36
703
693
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
704
694
  msgstr ""
705
695
 
706
- #: ../app/models/setting/discovered.rb:34
696
+ #: ../app/models/setting/discovered.rb:36
707
697
  msgid "Locked PXEGrub2 template name"
708
698
  msgstr "Gesperrter PXEGrub2-Vorlagenname"
709
699
 
710
- #: ../app/models/setting/discovered.rb:35
700
+ #: ../app/models/setting/discovered.rb:37
711
701
  msgid "Force DNS entries creation when provisioning discovered host"
712
702
  msgstr ""
713
703
 
714
- #: ../app/models/setting/discovered.rb:35
704
+ #: ../app/models/setting/discovered.rb:37
715
705
  msgid "Force DNS"
716
706
  msgstr "DNS erzwingen"
717
707
 
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)"
708
+ #: ../app/models/setting/discovered.rb:38
709
+ msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
722
710
  msgstr ""
723
711
 
724
- #: ../app/models/setting/discovered.rb:36
712
+ #: ../app/models/setting/discovered.rb:38
725
713
  msgid "Error on existing NIC"
726
714
  msgstr "Fehler auf existierenden NIC"
727
715
 
728
- #: ../app/models/setting/discovered.rb:37
716
+ #: ../app/models/setting/discovered.rb:39
729
717
  msgid "Discovery hostname naming pattern"
730
718
  msgstr ""
731
719
 
732
- #: ../app/models/setting/discovered.rb:37
720
+ #: ../app/models/setting/discovered.rb:39
733
721
  msgid "Type of name generator"
734
722
  msgstr "Typ des Namensgenerators"
735
723
 
@@ -742,23 +730,27 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
742
730
  msgstr ""
743
731
 
744
732
  #: ../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}"
733
+ msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
748
734
  msgstr ""
749
735
 
750
- #: ../app/services/foreman_discovery/host_converter.rb:39
736
+ #: ../app/services/foreman_discovery/host_converter.rb:47
751
737
  msgid "IPAM must be configured for subnet '%s'"
752
738
  msgstr ""
753
739
 
754
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
740
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
755
741
  msgid "Image API returned HTTP/%{code} with '%{body}"
756
742
  msgstr "Image API gibt HTTP/%{code} mit '%{body} zurück"
757
743
 
758
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
744
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
759
745
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
760
746
  msgstr "Image API Verarbeitungsfehler: %{msg} (HTTP/%{code}, Text: %{body})"
761
747
 
748
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
749
+ msgid "Discovered Host"
750
+ msgid_plural "Discovered Hosts"
751
+ msgstr[0] ""
752
+ msgstr[1] ""
753
+
762
754
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
763
755
  msgid "No discovered hosts available"
764
756
  msgstr "Keine entdeckten Hosts verfügbar"
@@ -767,97 +759,79 @@ msgstr "Keine entdeckten Hosts verfügbar"
767
759
  msgid "Host"
768
760
  msgstr "Host"
769
761
 
770
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
771
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
772
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
773
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
774
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
762
+ #: ../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
775
763
  msgid "Model"
776
764
  msgstr "Modell"
777
765
 
778
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
779
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
780
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
781
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
766
+ #: ../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
782
767
  msgid "CPUs"
783
768
  msgstr "Anzahl der CPUs:"
784
769
 
785
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
786
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
787
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
788
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
770
+ #: ../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
789
771
  msgid "Memory"
790
772
  msgstr "Speicher"
791
773
 
792
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
774
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
793
775
  msgid "Customize Host"
794
776
  msgstr "Host anpassen"
795
777
 
796
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
778
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
797
779
  msgid "Create Host"
798
780
  msgstr "Host erstellen"
799
781
 
800
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
782
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
801
783
  msgid "Select all items in this page"
802
784
  msgstr "Alle Elemente auf dieser Seite auswählen"
803
785
 
804
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
786
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
805
787
  msgid "items selected. Uncheck to Clear"
806
788
  msgstr "Elemente ausgewählt. Zum Leeren abwählen"
807
789
 
808
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
809
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
810
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
811
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
790
+ #: ../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
812
791
  msgid "Name"
813
792
  msgstr "Name"
814
793
 
815
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
816
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
817
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
794
+ #: ../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
818
795
  msgid "IP Address"
819
796
  msgstr "IP-Adresse"
820
797
 
821
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
798
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
822
799
  msgid "Disk Count"
823
800
  msgstr "Festplattenanzahl"
824
801
 
825
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
802
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
826
803
  msgid "Disks Size"
827
804
  msgstr "Festplattengröße"
828
805
 
829
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
830
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
806
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
831
807
  msgid "Location"
832
808
  msgstr "Standort"
833
809
 
834
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
835
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
836
811
  msgid "Organization"
837
812
  msgstr "Organisation"
838
813
 
839
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
814
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
840
815
  msgid "Subnet"
841
816
  msgstr "Subnetz"
842
817
 
843
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
818
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
844
819
  msgid "Last Facts Upload"
845
820
  msgstr "Letzter Fakten-Upload"
846
821
 
847
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
848
- #: ../app/views/discovery_rules/index.html.erb:12
822
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
849
823
  msgid "Actions"
850
824
  msgstr "Aktionen"
851
825
 
852
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
826
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
853
827
  msgid "Please Confirm"
854
828
  msgstr "Bitte bestätigen"
855
829
 
856
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
830
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
857
831
  msgid "Cancel"
858
832
  msgstr "Abbrechen"
859
833
 
860
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
834
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
861
835
  msgid "Submit"
862
836
  msgstr "Absenden"
863
837
 
@@ -866,9 +840,7 @@ msgid "Provision %s"
866
840
  msgstr "Bereitstellung %s"
867
841
 
868
842
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
869
- msgid ""
870
- "This might take a while, as all hosts, facts and reports will be destroyed "
871
- "as well"
843
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
872
844
  msgstr "Dieser Vorgang kann eine Weile dauern, da alle Hosts, Fakten und Berichte ebenfalls gelöscht werden"
873
845
 
874
846
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -907,20 +879,6 @@ msgstr "IP-Adresse"
907
879
  msgid "Collapse All"
908
880
  msgstr "Alle einklappen"
909
881
 
910
- #: ../app/views/discovered_hosts/welcome.html.erb:7
911
- msgid "No discovered hosts found in this context."
912
- msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
913
-
914
- #: ../app/views/discovered_hosts/welcome.html.erb:8
915
- msgid ""
916
- "This page shows discovered bare-metal or virtual nodes waiting to be "
917
- "provisioned."
918
- msgstr ""
919
-
920
- #: ../app/views/discovered_hosts/welcome.html.erb:9
921
- msgid "Learn more about this in the documentation."
922
- msgstr "Mehr dazu in der Dokumentation."
923
-
924
882
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
925
883
  msgid "Summary report for discovered hosts from Foreman"
926
884
  msgstr "Zusammenfassungsbericht für entdeckte Hosts von Foreman"
@@ -929,23 +887,19 @@ msgstr "Zusammenfassungsbericht für entdeckte Hosts von Foreman"
929
887
  msgid "<b>Foreman</b> Discovered hosts summary"
930
888
  msgstr "<b>Foreman</b> Zusammenfassung entdeckter Hosts"
931
889
 
932
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
933
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
890
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
934
891
  msgid "Summary from %{time} ago to %{now}"
935
892
  msgstr "Zusammenfassung von %{time} bis %{now}"
936
893
 
937
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
938
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
894
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
939
895
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
940
896
  msgstr "Vom Foreman-Server unter %{foreman_url} entdeckte Hosts"
941
897
 
942
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
943
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
898
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
944
899
  msgid "Disk count"
945
900
  msgstr "Festplattenanzahl"
946
901
 
947
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
948
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
902
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
949
903
  msgid "Disks size"
950
904
  msgstr "Festplattengröße"
951
905
 
@@ -994,45 +948,34 @@ msgid "Rule priority (lower integer means higher priority)"
994
948
  msgstr "Regelpriorität (niedriger Wert bedeutet hohe Priorität)"
995
949
 
996
950
  #: ../app/views/discovery_rules/_template_inline.erb:2
997
- msgid ""
998
- "Specify target hostname template pattern in the same syntax as in "
999
- "Provisioning Templates (ERB)."
951
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
1000
952
  msgstr "Vorlagenmuster des Ziel-Hostnamens in derselben Syntax angeben wie in Bereitstellungsvorlagen (ERB)."
1001
953
 
1002
954
  #: ../app/views/discovery_rules/_template_inline.erb:4
1003
- msgid ""
1004
- "Domain will be appended automatically. A hostname based on MAC address will "
1005
- "be used when left blank."
955
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
1006
956
  msgstr "Domäne wird automatisch angehängt. Ein Hostname basierend auf der MAC-Adresse wird genutzt, wenn das Feld leer ist."
1007
957
 
1008
958
  #: ../app/views/discovery_rules/_template_inline.erb:5
1009
- msgid ""
1010
- "In addition to @host attribute function rand for random integers is "
1011
- "available. Examples:"
959
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1012
960
  msgstr ""
1013
961
 
1014
962
  #: ../app/views/discovery_rules/_template_inline.erb:8
1015
- msgid ""
1016
- "When creating hostname patterns, make sure the resulting host names are "
1017
- "unique."
963
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
1018
964
  msgstr ""
1019
965
 
1020
966
  #: ../app/views/discovery_rules/_template_inline.erb:9
1021
- msgid ""
1022
- "Hostnames must not start with numbers. A good approach is to use unique "
1023
- "information provided by facter (MAC address, BIOS or serial ID)."
967
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1024
968
  msgstr ""
1025
969
 
1026
970
  #: ../app/views/discovery_rules/edit.html.erb:1
1027
971
  msgid "Edit %s"
1028
972
  msgstr "%s bearbeiten"
1029
973
 
1030
- #: ../app/views/discovery_rules/index.html.erb:1
1031
- #: ../lib/foreman_discovery/engine.rb:163
974
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
1032
975
  msgid "Discovery Rules"
1033
976
  msgstr "Entdeckungsregeln"
1034
977
 
1035
- #: ../app/views/discovery_rules/index.html.erb:2
978
+ #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
1036
979
  msgid "Create Rule"
1037
980
  msgstr "Regel erstellen"
1038
981
 
@@ -1064,6 +1007,10 @@ msgstr "Aktiviert"
1064
1007
  msgid "New Discovery Rule"
1065
1008
  msgstr "Neue Entdeckungsregel"
1066
1009
 
1010
+ #: ../app/views/discovery_rules/welcome.html.erb:8
1011
+ msgid "Discovered Rules"
1012
+ msgstr ""
1013
+
1067
1014
  #: ../db/seeds.d/50_discovery_templates.rb:5
1068
1015
  msgid "Command line options for kexec during PXE-less provisioning."
1069
1016
  msgstr "Kommandozeilenoptionen für kexec während PXE-loser Bereitstellung"
@@ -1084,37 +1031,41 @@ msgstr "Einer oder mehrere Hosts wurden entdeckt"
1084
1031
  msgid "Details"
1085
1032
  msgstr "Details"
1086
1033
 
1087
- #: ../lib/foreman_discovery/engine.rb:179
1034
+ #: ../lib/foreman_discovery/engine.rb:180
1088
1035
  msgid "Discovery Kexec template"
1089
1036
  msgstr ""
1090
1037
 
1091
- #: ../lib/foreman_discovery/engine.rb:188
1038
+ #: ../lib/foreman_discovery/engine.rb:189
1092
1039
  msgid "Discovery Proxy"
1093
1040
  msgstr "Discovery-Proxy"
1094
1041
 
1095
- #: ../lib/foreman_discovery/engine.rb:189
1096
- msgid ""
1097
- "Discovery Proxy to use within this subnet for managing connection to "
1098
- "discovered hosts"
1042
+ #: ../lib/foreman_discovery/engine.rb:190
1043
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1099
1044
  msgstr ""
1100
1045
 
1101
- #: ../lib/foreman_discovery/engine.rb:190
1102
- msgid ""
1103
- "ID of Discovery Proxy to use within this subnet for managing connection to "
1104
- "discovered hosts"
1046
+ #: ../lib/foreman_discovery/engine.rb:191
1047
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1048
+ msgstr ""
1049
+
1050
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1051
+ msgid "For more information please see "
1052
+ msgstr ""
1053
+
1054
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1055
+ msgid "documentation"
1105
1056
  msgstr ""
1106
1057
 
1107
1058
  #: action_names.rb:2
1108
- msgid "Import Puppet classes"
1109
- msgstr "Puppet-Klassen importieren"
1059
+ msgid "Action with sub plans"
1060
+ msgstr "Aktion mit Unterplänen"
1110
1061
 
1111
1062
  #: action_names.rb:3
1112
1063
  msgid "Import facts"
1113
1064
  msgstr "Fakten importieren"
1114
1065
 
1115
1066
  #: action_names.rb:4
1116
- msgid "Action with sub plans"
1117
- msgstr "Aktion mit Unterplänen"
1067
+ msgid "Import Puppet classes"
1068
+ msgstr "Puppet-Klassen importieren"
1118
1069
 
1119
1070
  #: action_names.rb:5
1120
1071
  msgid "Remote action:"