foreman_discovery 7.0.0 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +0 -2
- data/app/controllers/foreman_discovery/concerns/hosts_controller_extensions.rb +18 -0
- data/app/models/nic/managed_extensions.rb +1 -1
- data/db/migrate/20160719124942_add_missing_view_permissions.rb +2 -11
- data/db/migrate/20160818091421_add_permissions_from_default_roles.rb +15 -0
- data/lib/foreman_discovery/engine.rb +2 -0
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/foreman_discovery.edit.po +152 -145
- data/locale/de/foreman_discovery.edit.po +154 -147
- data/locale/en_GB/foreman_discovery.edit.po +154 -147
- data/locale/es/foreman_discovery.edit.po +154 -147
- data/locale/fr/foreman_discovery.edit.po +154 -147
- data/locale/gl/foreman_discovery.edit.po +151 -144
- data/locale/it/foreman_discovery.edit.po +153 -146
- data/locale/ja/foreman_discovery.edit.po +154 -147
- data/locale/ko/foreman_discovery.edit.po +154 -147
- data/locale/pt_BR/foreman_discovery.edit.po +156 -149
- data/locale/ru/foreman_discovery.edit.po +154 -147
- data/locale/sv_SE/foreman_discovery.edit.po +152 -145
- data/locale/zh_CN/foreman_discovery.edit.po +154 -147
- data/locale/zh_TW/foreman_discovery.edit.po +154 -147
- data/test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb +25 -0
- metadata +6 -2
@@ -14,9 +14,9 @@ msgid ""
|
|
14
14
|
msgstr ""
|
15
15
|
"Project-Id-Version: foreman_discovery 7.0.0\n"
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
17
|
-
"POT-Creation-Date: 2016-
|
18
|
-
"PO-Revision-Date: 2016-
|
19
|
-
"Last-Translator:
|
17
|
+
"POT-Creation-Date: 2016-08-30 16:48+0200\n"
|
18
|
+
"PO-Revision-Date: 2016-09-02 14:40+0000\n"
|
19
|
+
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\n"
|
20
20
|
"Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
|
21
21
|
"MIME-Version: 1.0\n"
|
22
22
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -24,176 +24,176 @@ msgstr ""
|
|
24
24
|
"Language: de\n"
|
25
25
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
26
26
|
|
27
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
27
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
28
28
|
msgid "List all discovered hosts"
|
29
29
|
msgstr "Alle entdeckten Hosts auflisten"
|
30
30
|
|
31
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
32
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
31
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
32
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
33
33
|
msgid "filter results"
|
34
34
|
msgstr "Ergebnisse filtern"
|
35
35
|
|
36
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
37
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
36
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
37
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
38
38
|
msgid "sort results"
|
39
39
|
msgstr "Ergebnisse sortieren"
|
40
40
|
|
41
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
42
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
41
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
42
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
43
43
|
msgid "paginate results"
|
44
44
|
msgstr "Ergebnisse auf mehreren Seiten anzeigen"
|
45
45
|
|
46
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
47
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
46
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
47
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
48
48
|
msgid "number of entries per request"
|
49
49
|
msgstr "Anzahl der Einträge pro Anfrage"
|
50
50
|
|
51
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
51
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:26
|
52
52
|
msgid "Show a discovered host"
|
53
53
|
msgstr "Entdeckten Host anzeigen"
|
54
54
|
|
55
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
55
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:40
|
56
56
|
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
57
57
|
msgstr "Entdeckten Host zum Testen erstellen (verwenden Sie /Fakten zur Erstellung neuer Hosts)"
|
58
58
|
|
59
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
59
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:48
|
60
60
|
msgid "Provision a discovered host"
|
61
61
|
msgstr "Entdeckten Host bereitstellen"
|
62
62
|
|
63
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
63
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:53
|
64
64
|
msgid "not required if using a subnet with DHCP proxy"
|
65
65
|
msgstr "nicht erforderlich, falls ein Subnetz mit DHCP-Proxy verwendet wird"
|
66
66
|
|
67
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
67
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54
|
68
68
|
msgid "not required if it's a virtual machine"
|
69
69
|
msgstr "nicht erforderlich für eine virtuelle Maschine"
|
70
70
|
|
71
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
71
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
72
72
|
msgid ""
|
73
73
|
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
74
74
|
msgstr "UUID zur Nachverfolgung des Status von Orchestrierungs-Tasks, GET /api/orchestration/:UUID/tasks"
|
75
75
|
|
76
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
76
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
77
77
|
msgid ""
|
78
78
|
"required if value is not inherited from host group or default password in "
|
79
79
|
"settings"
|
80
80
|
msgstr "erforderlich, falls kein Wert von Hostgruppe geerbt wird oder es nicht das Standardpasswort in Einstellungen ist"
|
81
81
|
|
82
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
82
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
|
83
83
|
msgid "Delete a discovered host"
|
84
84
|
msgstr "Entdeckten Host löschen"
|
85
85
|
|
86
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
86
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
|
87
87
|
msgid "Upload facts for a host, creating the host if required"
|
88
88
|
msgstr "Fakten für Host aktualisiert, Host wird erstellt falls erforderlich"
|
89
89
|
|
90
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
90
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
|
91
91
|
msgid ""
|
92
92
|
"hash containing facts for the host with minimum set of facts: "
|
93
93
|
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
94
94
|
"eth0 (example in case primary interface is named eth0)"
|
95
95
|
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) "
|
96
96
|
|
97
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
97
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
|
98
98
|
msgid "Execute rules against a discovered host"
|
99
99
|
msgstr "Regeln auf einem entdeckten Host anwenden"
|
100
100
|
|
101
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
102
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
101
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
|
102
|
+
#: ../app/controllers/discovered_hosts_controller.rb:165
|
103
103
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
104
104
|
msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
|
105
105
|
|
106
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
106
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:120
|
107
107
|
msgid "Unable to provision %{host}: %{errors}"
|
108
108
|
msgstr "%{host} kann nicht bereitgestellt werden: %{errors} "
|
109
109
|
|
110
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
111
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
110
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
|
111
|
+
#: ../app/controllers/discovered_hosts_controller.rb:172
|
112
112
|
msgid "No rule found for host %s"
|
113
113
|
msgstr "Keine Regel gefunden für Host %s"
|
114
114
|
|
115
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
115
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:133
|
116
116
|
msgid "Execute rules against all currently discovered hosts"
|
117
117
|
msgstr "Regeln auf allen kürzlich entdeckten Hosts anwenden"
|
118
118
|
|
119
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
120
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
119
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
|
120
|
+
#: ../app/controllers/discovered_hosts_controller.rb:178
|
121
121
|
msgid "Errors during auto provisioning: %s"
|
122
122
|
msgstr "Fehler bei automatischer Bereitstellung: %s"
|
123
123
|
|
124
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
125
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
124
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
|
125
|
+
#: ../app/controllers/discovered_hosts_controller.rb:181
|
126
126
|
msgid "No discovered hosts to provision"
|
127
127
|
msgstr "Keine entdeckten Hosts zur Bereitstellung"
|
128
128
|
|
129
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
129
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:162
|
130
130
|
msgid "%s discovered hosts were provisioned"
|
131
131
|
msgstr "%s entdeckte Hosts wurden bereitgestellt"
|
132
132
|
|
133
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
133
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:173
|
134
134
|
msgid "Refreshing the facts of a discovered host"
|
135
135
|
msgstr "Fakten eines entdeckten Hosts werden aktualisiert"
|
136
136
|
|
137
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
137
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:182
|
138
138
|
msgid "Rebooting a discovered host"
|
139
139
|
msgstr "Entdeckten Host neu starten"
|
140
140
|
|
141
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
141
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
142
142
|
msgid "Rebooting all discovered hosts"
|
143
143
|
msgstr "Alle entdeckten Hosts neu starten"
|
144
144
|
|
145
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
146
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
145
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
|
146
|
+
#: ../app/controllers/discovered_hosts_controller.rb:123
|
147
147
|
msgid "Discovered hosts are rebooting now"
|
148
148
|
msgstr "Entdeckte Hosts werden jetzt neu gestartet"
|
149
149
|
|
150
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
150
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:14
|
151
151
|
msgid "List all discovery rules"
|
152
152
|
msgstr "Alle Entdeckungsregeln auflisten"
|
153
153
|
|
154
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
154
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:24
|
155
155
|
msgid "Show a discovery rule"
|
156
156
|
msgstr "Entdeckungsregel anzeigen"
|
157
157
|
|
158
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
158
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:32
|
159
159
|
msgid "represents rule name shown to the users"
|
160
160
|
msgstr "repräsentiert den Regelnamen, der Benutzern angezeigt wird"
|
161
161
|
|
162
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
162
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:33
|
163
163
|
msgid "query to match discovered hosts for the particular rule"
|
164
164
|
msgstr "Abfrage zur Übereinstimmung mit entdeckten Hosts für die angegebene Regel"
|
165
165
|
|
166
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
166
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:34
|
167
167
|
msgid "the hostgroup that is used to auto provision a host"
|
168
168
|
msgstr "die Hostgruppe, die zur automatischen Bereitstellung eines Hosts verwendet wird"
|
169
169
|
|
170
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
170
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
171
171
|
msgid ""
|
172
172
|
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
173
173
|
msgstr "definiert ein Muster, nach dem einfach lesbare Hostnamen zu übereinstimmenden Hosts zugewiesen werden"
|
174
174
|
|
175
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
175
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
176
176
|
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
177
177
|
msgstr "ermöglicht die Begrenzung der maximal bereitgestellten Hosts pro Regel"
|
178
178
|
|
179
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
179
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
180
180
|
msgid ""
|
181
181
|
"puts the rules in order, low numbers go first. Must be greater then zero"
|
182
182
|
msgstr "ordnet die Regeln, niedrige Zahlen zuerst. Muss größer als Null sein"
|
183
183
|
|
184
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
184
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
185
185
|
msgid "flag is used for temporary shutdown of rules"
|
186
186
|
msgstr "Flag zur vorübergehenden Deaktivierung von Regeln"
|
187
187
|
|
188
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
188
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:43
|
189
189
|
msgid "Create a discovery rule"
|
190
190
|
msgstr "Entdeckungsregel erstellen"
|
191
191
|
|
192
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
192
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:51
|
193
193
|
msgid "Update a rule"
|
194
194
|
msgstr "Regel aktualisieren"
|
195
195
|
|
196
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
196
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:59
|
197
197
|
msgid "Delete a rule"
|
198
198
|
msgstr "Regel löschen"
|
199
199
|
|
@@ -217,103 +217,103 @@ msgstr "Fehler bei Neustart: %s"
|
|
217
217
|
msgid "No discovered hosts to reboot"
|
218
218
|
msgstr "Keine entdeckten Hosts zum Neustarten"
|
219
219
|
|
220
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
220
|
+
#: ../app/controllers/discovered_hosts_controller.rb:59
|
221
221
|
msgid "Successfully provisioned %s"
|
222
222
|
msgstr "%s erfolgreich bereitgestellt"
|
223
223
|
|
224
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
224
|
+
#: ../app/controllers/discovered_hosts_controller.rb:91
|
225
225
|
msgid "Facts refreshed for %s"
|
226
226
|
msgstr "Fakten für %s erneuert"
|
227
227
|
|
228
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
228
|
+
#: ../app/controllers/discovered_hosts_controller.rb:93
|
229
229
|
msgid "Failed to refresh facts for %s"
|
230
230
|
msgstr "Fehler beim Aktualisieren von Fakten für %s"
|
231
231
|
|
232
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
232
|
+
#: ../app/controllers/discovered_hosts_controller.rb:96
|
233
233
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
234
234
|
msgstr "Fehler beim Aktualisieren der Fakten für %{hostname} mit Fehlermeldung %{error_message}"
|
235
235
|
|
236
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
236
|
+
#: ../app/controllers/discovered_hosts_controller.rb:103
|
237
237
|
msgid "Host of type %s can not be rebooted"
|
238
238
|
msgstr "Host vom Typ %s kann nicht neu gestartet werden"
|
239
239
|
|
240
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
240
|
+
#: ../app/controllers/discovered_hosts_controller.rb:107
|
241
241
|
msgid "Rebooting host %s"
|
242
242
|
msgstr "Host %s wird neu gestartet"
|
243
243
|
|
244
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
244
|
+
#: ../app/controllers/discovered_hosts_controller.rb:109
|
245
245
|
msgid "Failed to reboot host %s"
|
246
246
|
msgstr "Fehler beim Neustart von Host %s"
|
247
247
|
|
248
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
248
|
+
#: ../app/controllers/discovered_hosts_controller.rb:112
|
249
249
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
250
250
|
msgstr "Fehler beim Neustart von Host %{hostname} mit Fehlermeldung %{error_message}"
|
251
251
|
|
252
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
252
|
+
#: ../app/controllers/discovered_hosts_controller.rb:126
|
253
253
|
msgid "Failed to reboot hosts with error %s"
|
254
254
|
msgstr "Neustart von Hosts fehlgeschlagen mit Fehler %s"
|
255
255
|
|
256
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
256
|
+
#: ../app/controllers/discovered_hosts_controller.rb:140
|
257
257
|
msgid "Destroyed selected hosts"
|
258
258
|
msgstr "Ausgewählte Hosts gelöscht"
|
259
259
|
|
260
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
260
|
+
#: ../app/controllers/discovered_hosts_controller.rb:142
|
261
261
|
msgid "The following hosts were not deleted: %s"
|
262
262
|
msgstr "Die folgenden Hosts wurden nicht gelöscht: %s"
|
263
263
|
|
264
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
264
|
+
#: ../app/controllers/discovered_hosts_controller.rb:169
|
265
265
|
msgid "Failed to auto provision host %s: %s"
|
266
266
|
msgstr "Fehler bei automatischer Bereitstellung von Host %s: %s"
|
267
267
|
|
268
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
268
|
+
#: ../app/controllers/discovered_hosts_controller.rb:197
|
269
269
|
msgid "Discovered hosts are provisioning now"
|
270
270
|
msgstr "Entdeckte Hosts, die jetzt bereitgestellt werden"
|
271
271
|
|
272
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
272
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
273
273
|
msgid "Highlights"
|
274
274
|
msgstr "Hervorhebungen"
|
275
275
|
|
276
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
276
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
277
277
|
msgid "Storage"
|
278
278
|
msgstr "Speicher"
|
279
279
|
|
280
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
280
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
281
281
|
msgid "Hardware"
|
282
282
|
msgstr "Hardware"
|
283
283
|
|
284
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
284
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
285
285
|
msgid "Network"
|
286
286
|
msgstr "Netzwerk"
|
287
287
|
|
288
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
288
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
289
289
|
msgid "Software"
|
290
290
|
msgstr "Software"
|
291
291
|
|
292
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
292
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
293
293
|
msgid "IPMI"
|
294
294
|
msgstr "IPMI"
|
295
295
|
|
296
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
296
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
297
297
|
msgid "Miscellaneous"
|
298
298
|
msgstr "Verschiedenes"
|
299
299
|
|
300
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
300
|
+
#: ../app/controllers/discovered_hosts_controller.rb:303
|
301
301
|
msgid "No hosts were found with that id or name"
|
302
302
|
msgstr "Keine Systeme mit dieser ID oder diesem Namen gefunden"
|
303
303
|
|
304
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
304
|
+
#: ../app/controllers/discovered_hosts_controller.rb:307
|
305
305
|
msgid "No hosts selected"
|
306
306
|
msgstr "Keine Hosts ausgewählt"
|
307
307
|
|
308
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
308
|
+
#: ../app/controllers/discovered_hosts_controller.rb:313
|
309
309
|
msgid "Something went wrong while selecting hosts - %s"
|
310
310
|
msgstr "Fehler beim Auswählen der Hosts – %s"
|
311
311
|
|
312
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
312
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
313
313
|
msgid "Rule enabled"
|
314
314
|
msgstr "Regel aktiviert"
|
315
315
|
|
316
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
316
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
317
317
|
msgid "Rule disabled"
|
318
318
|
msgstr "Regel deaktiviert"
|
319
319
|
|
@@ -322,76 +322,75 @@ msgid "%s ago"
|
|
322
322
|
msgstr "vor %s"
|
323
323
|
|
324
324
|
#: ../app/helpers/discovered_hosts_helper.rb:14
|
325
|
-
#: ../app/
|
326
|
-
msgid "Provision"
|
327
|
-
msgstr "Bereitstellen"
|
328
|
-
|
329
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
330
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:74
|
325
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
|
331
326
|
msgid "Auto Provision"
|
332
327
|
msgstr "Automatisch bereitstellen"
|
333
328
|
|
334
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
335
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
329
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15
|
330
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
|
336
331
|
msgid "Refresh facts"
|
337
332
|
msgstr "Fakten aktualisieren"
|
338
333
|
|
339
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
334
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16
|
340
335
|
#: ../app/models/setting/discovered.rb:23
|
341
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
336
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
|
342
337
|
msgid "Reboot"
|
343
338
|
msgstr "Neustart"
|
344
339
|
|
345
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
340
|
+
#: ../app/helpers/discovered_hosts_helper.rb:19
|
346
341
|
msgid "Back"
|
347
342
|
msgstr "Zurück"
|
348
343
|
|
349
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
350
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
344
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21
|
345
|
+
#: ../app/helpers/discovered_hosts_helper.rb:38
|
351
346
|
msgid "Select Action"
|
352
347
|
msgstr "Aktion auswählen"
|
353
348
|
|
354
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
349
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23
|
355
350
|
msgid "Expand All"
|
356
351
|
msgstr "Alle ausklappen"
|
357
352
|
|
358
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
359
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
353
|
+
#: ../app/helpers/discovered_hosts_helper.rb:28
|
354
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
|
360
355
|
msgid "Delete %s?"
|
361
356
|
msgstr "%s löschen?"
|
362
357
|
|
363
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
358
|
+
#: ../app/helpers/discovered_hosts_helper.rb:34
|
364
359
|
msgid "Delete hosts"
|
365
360
|
msgstr "Hosts löschen"
|
366
361
|
|
367
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
362
|
+
#: ../app/helpers/discovered_hosts_helper.rb:35
|
368
363
|
msgid "Assign Organization"
|
369
364
|
msgstr "Organisation zuweisen"
|
370
365
|
|
371
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
366
|
+
#: ../app/helpers/discovered_hosts_helper.rb:36
|
372
367
|
msgid "Assign Location"
|
373
368
|
msgstr "Standort zuweisen"
|
374
369
|
|
375
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
370
|
+
#: ../app/helpers/discovered_hosts_helper.rb:40
|
376
371
|
msgid "%s - The following hosts are about to be changed"
|
377
372
|
msgstr "%s - Die folgenden Hosts werden geändert"
|
378
373
|
|
379
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
374
|
+
#: ../app/helpers/discovered_hosts_helper.rb:49
|
380
375
|
msgid "N/A"
|
381
376
|
msgstr "Nicht verfügbar"
|
382
377
|
|
383
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
378
|
+
#: ../app/helpers/discovered_hosts_helper.rb:61
|
384
379
|
msgid "New in the last 24 hours"
|
385
380
|
msgstr "Neu in den letzten 24 Stunden"
|
386
381
|
|
387
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
382
|
+
#: ../app/helpers/discovered_hosts_helper.rb:65
|
388
383
|
msgid "Not reported in more than 7 days"
|
389
384
|
msgstr "Nicht berichtet in mehr als 7 Tagen"
|
390
385
|
|
391
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
386
|
+
#: ../app/helpers/discovered_hosts_helper.rb:69
|
392
387
|
msgid "Reported in the last 7 days"
|
393
388
|
msgstr "Berichtet in den letzten 7 Tagen"
|
394
389
|
|
390
|
+
#: ../app/helpers/discovered_hosts_helper.rb:93
|
391
|
+
msgid "Provision"
|
392
|
+
msgstr "Bereitstellen"
|
393
|
+
|
395
394
|
#: ../app/helpers/discovery_rules_helper.rb:26
|
396
395
|
msgid "Discovered Hosts"
|
397
396
|
msgstr "Entdeckte Hosts"
|
@@ -428,15 +427,15 @@ msgstr "Muss einen Benutzer mit aktivierter E-Mail angeben"
|
|
428
427
|
msgid "Discovered hosts summary"
|
429
428
|
msgstr "Zusammenfassung entdeckter Hosts"
|
430
429
|
|
431
|
-
#: ../app/models/discovery_rule.rb:
|
430
|
+
#: ../app/models/discovery_rule.rb:9
|
432
431
|
msgid "can't contain white spaces."
|
433
432
|
msgstr "darf keine Leerzeichen enthalten."
|
434
433
|
|
435
|
-
#: ../app/models/discovery_rule.rb:
|
434
|
+
#: ../app/models/discovery_rule.rb:11
|
436
435
|
msgid "must start with a letter or ERB."
|
437
436
|
msgstr "muss mit einem Buchstaben oder ERB beginnen."
|
438
437
|
|
439
|
-
#: ../app/models/discovery_rule.rb:
|
438
|
+
#: ../app/models/discovery_rule.rb:45
|
440
439
|
msgid ""
|
441
440
|
"Host group organization %s must also be associated to the discovery rule"
|
442
441
|
msgid_plural ""
|
@@ -444,73 +443,69 @@ msgid_plural ""
|
|
444
443
|
msgstr[0] ""
|
445
444
|
msgstr[1] ""
|
446
445
|
|
447
|
-
#: ../app/models/discovery_rule.rb:
|
446
|
+
#: ../app/models/discovery_rule.rb:51
|
448
447
|
msgid "Host group location %s must also be associated to the discovery rule"
|
449
448
|
msgid_plural ""
|
450
449
|
"Host group locations %s must also be associated to the discovery rule"
|
451
450
|
msgstr[0] ""
|
452
451
|
msgstr[1] ""
|
453
452
|
|
454
|
-
#: ../app/models/host/discovered.rb:
|
453
|
+
#: ../app/models/host/discovered.rb:33
|
455
454
|
msgid "Invalid facts, must be a Hash"
|
456
455
|
msgstr "Ungültige Fakten, es muss sich um einen Hash handeln"
|
457
456
|
|
458
|
-
#: ../app/models/host/discovered.rb:
|
457
|
+
#: ../app/models/host/discovered.rb:38
|
459
458
|
msgid ""
|
460
459
|
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
461
460
|
"and set hostname"
|
462
461
|
msgstr "Erwartetes discovery_fact '%s' fehlt, primäre Schnittstelle kann nicht gefunden und Hostname nicht eingestellt werden"
|
463
462
|
|
464
|
-
#: ../app/models/host/discovered.rb:
|
463
|
+
#: ../app/models/host/discovered.rb:45
|
465
464
|
msgid ""
|
466
465
|
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
467
466
|
"the discovery_hostname setting: %s"
|
468
467
|
msgstr ""
|
469
468
|
|
470
|
-
#: ../app/models/host/discovered.rb:
|
469
|
+
#: ../app/models/host/discovered.rb:62
|
471
470
|
msgid "Facts could not be imported"
|
472
471
|
msgstr "Fakten konnten nicht importiert werden"
|
473
472
|
|
474
|
-
#: ../app/models/host/discovered.rb:
|
473
|
+
#: ../app/models/host/discovered.rb:112
|
475
474
|
msgid "Unable to assign subnet, primary interface is missing IP address"
|
476
475
|
msgstr "Subnetz kann nicht zugewiesen werden, IP-Adresse der primären Schnittstelle fehlt"
|
477
476
|
|
478
|
-
#: ../app/models/host/discovered.rb:
|
477
|
+
#: ../app/models/host/discovered.rb:166
|
479
478
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
480
479
|
msgstr "Fakten konnten nicht vom Proxy %{url} abgerufen werden: %{error}"
|
481
480
|
|
482
|
-
#: ../app/models/host/discovered.rb:
|
481
|
+
#: ../app/models/host/discovered.rb:182
|
483
482
|
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
484
483
|
msgstr "%{name} kann nicht über %{url} neu gestartet werden: %{msg}"
|
485
484
|
|
486
|
-
#: ../app/models/host/discovered.rb:
|
485
|
+
#: ../app/models/host/discovered.rb:190
|
487
486
|
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
488
487
|
msgstr "kexec kann nicht auf %{name} über %{url} ausgeführt werden: %{msg}"
|
489
488
|
|
490
|
-
#: ../app/models/host/discovered.rb:
|
489
|
+
#: ../app/models/host/discovered.rb:209
|
491
490
|
msgid "Invalid hostname: Could not normalize the hostname"
|
492
491
|
msgstr "Ungültiger Hostname: Konnte den Hostnamen nicht normalisieren"
|
493
492
|
|
494
|
-
#: ../app/models/host/managed_extensions.rb:
|
493
|
+
#: ../app/models/host/managed_extensions.rb:23
|
495
494
|
msgid "Reloading kernel on %s"
|
496
495
|
msgstr "Kernel auf %s wird neu geladen"
|
497
496
|
|
498
|
-
#: ../app/models/host/managed_extensions.rb:
|
497
|
+
#: ../app/models/host/managed_extensions.rb:25
|
499
498
|
msgid "Rebooting %s"
|
500
499
|
msgstr "%s wird neu gestartet"
|
501
500
|
|
502
501
|
#: ../app/models/host/managed_extensions.rb:45
|
503
|
-
msgid "Operating system not set for host/hostgroup"
|
504
|
-
msgstr "Betriebssystem für Host/Hostgruppe nicht eingestellt"
|
505
|
-
|
506
|
-
#: ../app/models/host/managed_extensions.rb:47
|
507
|
-
msgid "Medium not set for host/hostgroup"
|
508
|
-
msgstr "Medium für Host/Hostgruppe nicht eingestellt"
|
509
|
-
|
510
|
-
#: ../app/models/host/managed_extensions.rb:54
|
511
502
|
msgid "Kexec template not associated with operating system"
|
512
503
|
msgstr "Kexec Vorlage ist nicht dem Betriebssystem zugeordnet"
|
513
504
|
|
505
|
+
#: ../app/models/nic/managed_extensions.rb:14
|
506
|
+
msgid "Rebuild DNS for %s"
|
507
|
+
msgstr "DNS für %s neu bauen"
|
508
|
+
|
514
509
|
#: ../app/models/setting/discovered.rb:19
|
515
510
|
msgid "Fact name to use for primary interface detection"
|
516
511
|
msgstr ""
|
@@ -631,19 +626,27 @@ msgstr ""
|
|
631
626
|
msgid "Locked template name"
|
632
627
|
msgstr "Gesperrter Vorlagenname"
|
633
628
|
|
634
|
-
#: ../app/models/setting/discovered.rb:
|
629
|
+
#: ../app/models/setting/discovered.rb:34
|
630
|
+
msgid "Force DNS entries creation when provisioning discovered host"
|
631
|
+
msgstr ""
|
632
|
+
|
633
|
+
#: ../app/models/setting/discovered.rb:34
|
634
|
+
msgid "Force DNS"
|
635
|
+
msgstr "DNS erzwingen"
|
636
|
+
|
637
|
+
#: ../app/models/setting/discovered.rb:41
|
635
638
|
msgid "The default location to place discovered hosts in"
|
636
639
|
msgstr "Standard-Standort, in den entdeckte Hosts platziert werden"
|
637
640
|
|
638
|
-
#: ../app/models/setting/discovered.rb:
|
641
|
+
#: ../app/models/setting/discovered.rb:41
|
639
642
|
msgid "Discovery location"
|
640
643
|
msgstr "Entdeckungsort"
|
641
644
|
|
642
|
-
#: ../app/models/setting/discovered.rb:
|
645
|
+
#: ../app/models/setting/discovered.rb:49
|
643
646
|
msgid "The default organization to place discovered hosts in"
|
644
647
|
msgstr "Standard-Organisation, in die entdeckte Hosts platziert werden"
|
645
648
|
|
646
|
-
#: ../app/models/setting/discovered.rb:
|
649
|
+
#: ../app/models/setting/discovered.rb:49
|
647
650
|
msgid "Discovery organization"
|
648
651
|
msgstr "Entdeckungsorganisation"
|
649
652
|
|
@@ -691,6 +694,18 @@ msgstr "CPUs"
|
|
691
694
|
msgid "Memory"
|
692
695
|
msgstr "Speicher"
|
693
696
|
|
697
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:7
|
698
|
+
msgid "Select initial host properties"
|
699
|
+
msgstr "Initiale Hosteigenschaften auswählen"
|
700
|
+
|
701
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
702
|
+
msgid "Quick create"
|
703
|
+
msgstr "Schnell erstellen"
|
704
|
+
|
705
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
|
706
|
+
msgid "Create host"
|
707
|
+
msgstr "Host erstellen"
|
708
|
+
|
694
709
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
695
710
|
#: ../lib/foreman_discovery/engine.rb:147
|
696
711
|
msgid "Discovered hosts"
|
@@ -747,27 +762,15 @@ msgstr "Subnetz"
|
|
747
762
|
msgid "Last facts upload"
|
748
763
|
msgstr "Letzter Fakten-Upload"
|
749
764
|
|
750
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
751
|
-
msgid "Select initial host properties"
|
752
|
-
msgstr "Initiale Hosteigenschaften auswählen"
|
753
|
-
|
754
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:65
|
755
|
-
msgid "Quick create"
|
756
|
-
msgstr "Schnell erstellen"
|
757
|
-
|
758
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:66
|
759
|
-
msgid "Create host"
|
760
|
-
msgstr "Host erstellen"
|
761
|
-
|
762
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:88
|
765
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
|
763
766
|
msgid "Please Confirm"
|
764
767
|
msgstr "Bitte bestätigen"
|
765
768
|
|
766
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
769
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:66
|
767
770
|
msgid "Cancel"
|
768
771
|
msgstr "Abbrechen"
|
769
772
|
|
770
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
773
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:67
|
771
774
|
msgid "Submit"
|
772
775
|
msgstr "Absenden"
|
773
776
|
|
@@ -801,19 +804,23 @@ msgstr "Organisation auswählen"
|
|
801
804
|
msgid "Discovered host: %s"
|
802
805
|
msgstr "Entdeckter Host: %s"
|
803
806
|
|
804
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
807
|
+
#: ../app/views/discovered_hosts/show.html.erb:34
|
805
808
|
msgid "Interfaces"
|
806
809
|
msgstr "Schnittstellen"
|
807
810
|
|
808
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
811
|
+
#: ../app/views/discovered_hosts/show.html.erb:41
|
812
|
+
msgid "Type"
|
813
|
+
msgstr "Typ"
|
814
|
+
|
815
|
+
#: ../app/views/discovered_hosts/show.html.erb:42
|
809
816
|
msgid "Identifier"
|
810
817
|
msgstr "Bezeichner"
|
811
818
|
|
812
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
819
|
+
#: ../app/views/discovered_hosts/show.html.erb:43
|
813
820
|
msgid "MAC address"
|
814
821
|
msgstr "MAC-Adresse"
|
815
822
|
|
816
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
823
|
+
#: ../app/views/discovered_hosts/show.html.erb:44
|
817
824
|
msgid "IP address"
|
818
825
|
msgstr "IP-Adresse"
|
819
826
|
|
@@ -961,6 +968,6 @@ msgstr "Eine Zusammenfassung der entdeckten Hosts"
|
|
961
968
|
msgid "Discovery rules"
|
962
969
|
msgstr "Entdeckungsregeln"
|
963
970
|
|
964
|
-
#: ../lib/foreman_discovery/engine.rb:
|
971
|
+
#: ../lib/foreman_discovery/engine.rb:162
|
965
972
|
msgid "Discovery widget"
|
966
973
|
msgstr "Entdeckungs-Widget"
|