foreman_discovery 16.3.5 → 16.3.6
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/views/foreman_discovery/debian_kexec.erb +1 -1
- data/app/views/foreman_discovery/redhat_kexec.erb +1 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/foreman_discovery.edit.po +104 -75
- data/locale/de/foreman_discovery.edit.po +111 -82
- data/locale/en/foreman_discovery.edit.po +97 -73
- data/locale/en_GB/foreman_discovery.edit.po +110 -81
- data/locale/es/foreman_discovery.edit.po +112 -83
- data/locale/fr/foreman_discovery.edit.po +112 -83
- data/locale/gl/foreman_discovery.edit.po +103 -74
- data/locale/it/foreman_discovery.edit.po +110 -81
- data/locale/ja/foreman_discovery.edit.po +112 -83
- data/locale/ko/foreman_discovery.edit.po +110 -81
- data/locale/pt_BR/foreman_discovery.edit.po +112 -83
- data/locale/ru/foreman_discovery.edit.po +111 -82
- data/locale/sv_SE/foreman_discovery.edit.po +104 -75
- data/locale/zh_CN/foreman_discovery.edit.po +112 -83
- data/locale/zh_TW/foreman_discovery.edit.po +110 -81
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5404d1b999eff25f29e39cf14d77a7e85473e29a50a677ac3254aadfd1bc53a4
|
|
4
|
+
data.tar.gz: 803b2278dd981b8123cd88593f7fb00fd974b69711e848da60f31fd85dabbb90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4d290ab7aeb3cd8ed2254159ccead4c2ad69138b68e3758c9724e9eac5e99cfefcc654af9a12dda964201cca307f87f161682000f878a70dbcb1241996a57ad
|
|
7
|
+
data.tar.gz: 6398fa38e8625aee40bc6bc4ea387cced9ee50eba1e06fcdd711256e587f96c3d4d782738fd3efaf5b3bc0a3c2330f0f733088fdc5f8eafa8e3360a8bdeaea09
|
|
@@ -19,7 +19,7 @@ Extra options like --reset-vga can be set via "extra" array.
|
|
|
19
19
|
-%>
|
|
20
20
|
<%
|
|
21
21
|
mac = @host.facts['discovery_bootif']
|
|
22
|
-
bootif = host_param("hardware_type", "01") + mac.gsub(':', '-') if mac
|
|
22
|
+
bootif = host_param("hardware_type", "01") + '-' + mac.gsub(':', '-') if mac
|
|
23
23
|
ip_cidr = @host.facts['discovery_ip_cidr']
|
|
24
24
|
ip = @host.facts['discovery_ip']
|
|
25
25
|
mask = @host.facts['discovery_netmask']
|
|
@@ -29,7 +29,7 @@ Extra options like --reset-vga can be set via "extra" array.
|
|
|
29
29
|
-%>
|
|
30
30
|
<%
|
|
31
31
|
mac = @host.facts['discovery_bootif']
|
|
32
|
-
bootif = host_param("hardware_type", "01") + mac.gsub(':', '-') if mac
|
|
32
|
+
bootif = host_param("hardware_type", "01") + '-' + mac.gsub(':', '-') if mac
|
|
33
33
|
ip_cidr = @host.facts['discovery_ip_cidr']
|
|
34
34
|
ip = @host.facts['discovery_ip']
|
|
35
35
|
mask = @host.facts['discovery_netmask']
|
|
@@ -9,8 +9,9 @@ msgid ""
|
|
|
9
9
|
msgstr ""
|
|
10
10
|
"Project-Id-Version: foreman_discovery 16.3.4\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
12
|
+
"POT-Creation-Date: 2021-05-03 08:46+0200\n"
|
|
13
|
+
"PO-Revision-Date: 2021-01-25 08:35+0000\n"
|
|
14
|
+
"Last-Translator: Transifex Bot <>\n"
|
|
14
15
|
"Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
|
|
15
16
|
"\n"
|
|
16
17
|
"MIME-Version: 1.0\n"
|
|
@@ -115,51 +116,51 @@ msgstr "Puja els objectes d'interès per a un amfitrió, creant el nou amfitrió
|
|
|
115
116
|
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)"
|
|
116
117
|
msgstr ""
|
|
117
118
|
|
|
118
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
119
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
|
|
119
120
|
msgid "Execute rules against a discovered host"
|
|
120
121
|
msgstr ""
|
|
121
122
|
|
|
122
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
123
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:157
|
|
123
124
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
|
124
125
|
msgstr "L'amfitrió %{host} va ser aprovisionat amb la regla %{rule}"
|
|
125
126
|
|
|
126
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
127
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
|
|
127
128
|
msgid "Unable to provision %{host}: %{errors}"
|
|
128
129
|
msgstr "No es pot aprovisionar a %{host}: %{errors}"
|
|
129
130
|
|
|
130
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
131
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:164
|
|
131
132
|
msgid "No rule found for host %s"
|
|
132
133
|
msgstr "No s'ha trobat cap regla per a l'amfitrió %s"
|
|
133
134
|
|
|
134
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
135
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
|
|
135
136
|
msgid "Execute rules against all currently discovered hosts"
|
|
136
137
|
msgstr "Executa les regles contra tots els amfitrions detectats actualment"
|
|
137
138
|
|
|
138
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
139
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:170
|
|
139
140
|
msgid "Errors during auto provisioning: %s"
|
|
140
141
|
msgstr "Erros durant l'auto aprovisionament: %s"
|
|
141
142
|
|
|
142
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
143
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:173
|
|
143
144
|
msgid "No discovered hosts to provision"
|
|
144
145
|
msgstr "Sense amfitrions descoberts per aprovisionar"
|
|
145
146
|
|
|
146
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
147
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
|
|
147
148
|
msgid "%s discovered hosts were provisioned"
|
|
148
149
|
msgstr "%s amfitrions descoberts van ser aprovisionats"
|
|
149
150
|
|
|
150
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
151
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
|
|
151
152
|
msgid "Refreshing the facts of a discovered host"
|
|
152
153
|
msgstr "S'estan refrescant els objectes d'interès d'un amfitrió descobert"
|
|
153
154
|
|
|
154
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
155
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
|
|
155
156
|
msgid "Rebooting a discovered host"
|
|
156
157
|
msgstr "S'està reiniciant un amfitrió descobert"
|
|
157
158
|
|
|
158
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
159
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
|
|
159
160
|
msgid "Rebooting all discovered hosts"
|
|
160
161
|
msgstr "S'estan reiniciant tots els amfitrions descoberts"
|
|
161
162
|
|
|
162
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
163
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:126
|
|
163
164
|
msgid "Discovered hosts are rebooting now"
|
|
164
165
|
msgstr "Ara s'estan reiniciant els amfitrions descoberts"
|
|
165
166
|
|
|
@@ -239,110 +240,86 @@ msgstr "Errors durant el reinici: %s"
|
|
|
239
240
|
msgid "No discovered hosts to reboot"
|
|
240
241
|
msgstr ""
|
|
241
242
|
|
|
242
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
243
|
+
#: ../app/controllers/discovered_hosts_controller.rb:60
|
|
243
244
|
msgid "Successfully provisioned %s"
|
|
244
245
|
msgstr ""
|
|
245
246
|
|
|
246
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
247
|
+
#: ../app/controllers/discovered_hosts_controller.rb:94
|
|
247
248
|
msgid "Facts refreshed for %s"
|
|
248
249
|
msgstr "Els objectes d'interès que s'han refrescat per a %s"
|
|
249
250
|
|
|
250
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
251
|
+
#: ../app/controllers/discovered_hosts_controller.rb:96
|
|
251
252
|
msgid "Failed to refresh facts for %s"
|
|
252
253
|
msgstr "No s'ha pogut refrescar els objectes d'interès per a %s"
|
|
253
254
|
|
|
254
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
255
|
+
#: ../app/controllers/discovered_hosts_controller.rb:99
|
|
255
256
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
|
256
257
|
msgstr ""
|
|
257
258
|
|
|
258
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
259
|
+
#: ../app/controllers/discovered_hosts_controller.rb:106
|
|
259
260
|
msgid "Host of type %s can not be rebooted"
|
|
260
261
|
msgstr ""
|
|
261
262
|
|
|
262
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
263
|
+
#: ../app/controllers/discovered_hosts_controller.rb:110
|
|
263
264
|
msgid "Rebooting host %s"
|
|
264
265
|
msgstr "S'està reiniciant l'amfitrió %s"
|
|
265
266
|
|
|
266
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
267
|
+
#: ../app/controllers/discovered_hosts_controller.rb:112
|
|
267
268
|
msgid "Failed to reboot host %s"
|
|
268
269
|
msgstr "No s'ha pogut reiniciar l'amfitrió %s."
|
|
269
270
|
|
|
270
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
271
|
+
#: ../app/controllers/discovered_hosts_controller.rb:115
|
|
271
272
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
|
272
273
|
msgstr ""
|
|
273
274
|
|
|
274
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
275
|
+
#: ../app/controllers/discovered_hosts_controller.rb:129
|
|
275
276
|
msgid "Failed to reboot hosts with error %s"
|
|
276
277
|
msgstr ""
|
|
277
278
|
|
|
278
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
279
|
+
#: ../app/controllers/discovered_hosts_controller.rb:147
|
|
279
280
|
msgid "Destroyed selected hosts"
|
|
280
281
|
msgstr "S'han destruït els amfitrions seleccionats"
|
|
281
282
|
|
|
282
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
283
|
+
#: ../app/controllers/discovered_hosts_controller.rb:149
|
|
283
284
|
msgid "The following hosts were not deleted: %s"
|
|
284
285
|
msgstr ""
|
|
285
286
|
|
|
286
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
287
|
+
#: ../app/controllers/discovered_hosts_controller.rb:161
|
|
287
288
|
msgid "Failed to auto provision host %s: %s"
|
|
288
289
|
msgstr "No s'ha pogut auto aprovisionar l'amfitrió %s: %s"
|
|
289
290
|
|
|
290
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
291
|
+
#: ../app/controllers/discovered_hosts_controller.rb:189
|
|
291
292
|
msgid "Discovered hosts are provisioning now"
|
|
292
293
|
msgstr "Els amfitrions descoberts ara tenen aprovisionament"
|
|
293
294
|
|
|
294
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
295
|
-
msgid "
|
|
295
|
+
#: ../app/controllers/discovered_hosts_controller.rb:270
|
|
296
|
+
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
|
296
297
|
msgstr ""
|
|
297
298
|
|
|
298
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
299
|
-
msgid "
|
|
300
|
-
msgstr ""
|
|
301
|
-
|
|
302
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
|
303
|
-
msgid "Hardware"
|
|
299
|
+
#: ../app/controllers/discovered_hosts_controller.rb:275
|
|
300
|
+
msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
|
304
301
|
msgstr ""
|
|
305
302
|
|
|
306
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
307
|
-
msgid "Network"
|
|
308
|
-
msgstr ""
|
|
309
|
-
|
|
310
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
|
311
|
-
msgid "Software"
|
|
312
|
-
msgstr ""
|
|
313
|
-
|
|
314
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
|
315
|
-
msgid "IPMI"
|
|
316
|
-
msgstr ""
|
|
317
|
-
|
|
318
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
|
319
|
-
msgid "Miscellaneous"
|
|
320
|
-
msgstr ""
|
|
321
|
-
|
|
322
|
-
#: ../app/controllers/discovered_hosts_controller.rb:304
|
|
303
|
+
#: ../app/controllers/discovered_hosts_controller.rb:289
|
|
323
304
|
msgid "No hosts were found with that id or name"
|
|
324
305
|
msgstr "No s'ha trobat cap amfitrió amb aquest ID o nom"
|
|
325
306
|
|
|
326
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
307
|
+
#: ../app/controllers/discovered_hosts_controller.rb:293
|
|
327
308
|
msgid "No hosts selected"
|
|
328
309
|
msgstr "Cap amfitrió seleccionat"
|
|
329
310
|
|
|
330
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
311
|
+
#: ../app/controllers/discovered_hosts_controller.rb:299
|
|
331
312
|
msgid "Something went wrong while selecting hosts - %s"
|
|
332
313
|
msgstr "Alguna cosa va anar malament mentre se seleccionaven els amfitrions - %s"
|
|
333
314
|
|
|
334
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
|
315
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
|
335
316
|
msgid "Rule enabled"
|
|
336
317
|
msgstr "Regla habilitada"
|
|
337
318
|
|
|
338
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
|
319
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
|
339
320
|
msgid "Rule disabled"
|
|
340
321
|
msgstr "Regla inhabilitada"
|
|
341
322
|
|
|
342
|
-
#: ../app/helpers/discovered_hosts_helper.rb:10
|
|
343
|
-
msgid "%s ago"
|
|
344
|
-
msgstr "fa %s"
|
|
345
|
-
|
|
346
323
|
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
|
347
324
|
msgid "Auto Provision"
|
|
348
325
|
msgstr "Auto aprovisiona"
|
|
@@ -428,6 +405,10 @@ msgid "Enable rule '%s'?"
|
|
|
428
405
|
msgstr ""
|
|
429
406
|
|
|
430
407
|
#: ../app/helpers/discovery_rules_helper.rb:33
|
|
408
|
+
msgid "Clone"
|
|
409
|
+
msgstr ""
|
|
410
|
+
|
|
411
|
+
#: ../app/helpers/discovery_rules_helper.rb:34
|
|
431
412
|
msgid "Delete rule '%s'?"
|
|
432
413
|
msgstr ""
|
|
433
414
|
|
|
@@ -451,13 +432,13 @@ msgstr "ha de començar amb una lletra o ERB."
|
|
|
451
432
|
msgid "must be present."
|
|
452
433
|
msgstr ""
|
|
453
434
|
|
|
454
|
-
#: ../app/models/discovery_rule.rb:
|
|
435
|
+
#: ../app/models/discovery_rule.rb:57
|
|
455
436
|
msgid "Host group organization %s must also be associated to the discovery rule"
|
|
456
437
|
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
|
457
438
|
msgstr[0] ""
|
|
458
439
|
msgstr[1] ""
|
|
459
440
|
|
|
460
|
-
#: ../app/models/discovery_rule.rb:
|
|
441
|
+
#: ../app/models/discovery_rule.rb:61
|
|
461
442
|
msgid "Host group location %s must also be associated to the discovery rule"
|
|
462
443
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
|
463
444
|
msgstr[0] ""
|
|
@@ -727,6 +708,34 @@ msgstr ""
|
|
|
727
708
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
|
728
709
|
msgstr ""
|
|
729
710
|
|
|
711
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
|
|
712
|
+
msgid "Highlights"
|
|
713
|
+
msgstr ""
|
|
714
|
+
|
|
715
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
|
|
716
|
+
msgid "Storage"
|
|
717
|
+
msgstr ""
|
|
718
|
+
|
|
719
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
|
|
720
|
+
msgid "Hardware"
|
|
721
|
+
msgstr ""
|
|
722
|
+
|
|
723
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
|
|
724
|
+
msgid "Network"
|
|
725
|
+
msgstr ""
|
|
726
|
+
|
|
727
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
|
|
728
|
+
msgid "Software"
|
|
729
|
+
msgstr ""
|
|
730
|
+
|
|
731
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
|
|
732
|
+
msgid "IPMI"
|
|
733
|
+
msgstr ""
|
|
734
|
+
|
|
735
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
|
|
736
|
+
msgid "Miscellaneous"
|
|
737
|
+
msgstr ""
|
|
738
|
+
|
|
730
739
|
#: ../app/services/foreman_discovery/host_converter.rb:47
|
|
731
740
|
msgid "IPAM must be configured for subnet '%s'"
|
|
732
741
|
msgstr ""
|
|
@@ -739,6 +748,10 @@ msgstr ""
|
|
|
739
748
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
|
740
749
|
msgstr ""
|
|
741
750
|
|
|
751
|
+
#: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
|
|
752
|
+
msgid "Host %s has been dicovered"
|
|
753
|
+
msgstr ""
|
|
754
|
+
|
|
742
755
|
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
|
743
756
|
msgid "Discovered Host"
|
|
744
757
|
msgid_plural "Discovered Hosts"
|
|
@@ -797,11 +810,11 @@ msgstr ""
|
|
|
797
810
|
msgid "Disks Size"
|
|
798
811
|
msgstr ""
|
|
799
812
|
|
|
800
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
|
813
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
|
|
801
814
|
msgid "Location"
|
|
802
815
|
msgstr "Ubicació"
|
|
803
816
|
|
|
804
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
|
817
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
|
|
805
818
|
msgid "Organization"
|
|
806
819
|
msgstr "Organització"
|
|
807
820
|
|
|
@@ -813,7 +826,7 @@ msgstr "Subxarxa"
|
|
|
813
826
|
msgid "Last Facts Upload"
|
|
814
827
|
msgstr ""
|
|
815
828
|
|
|
816
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:
|
|
829
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
|
|
817
830
|
msgid "Actions"
|
|
818
831
|
msgstr "Accions"
|
|
819
832
|
|
|
@@ -961,6 +974,10 @@ msgstr ""
|
|
|
961
974
|
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
|
962
975
|
msgstr ""
|
|
963
976
|
|
|
977
|
+
#: ../app/views/discovery_rules/clone.erb:1
|
|
978
|
+
msgid "Clone %s"
|
|
979
|
+
msgstr ""
|
|
980
|
+
|
|
964
981
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
|
965
982
|
msgid "Edit %s"
|
|
966
983
|
msgstr "Edita %s"
|
|
@@ -993,7 +1010,7 @@ msgstr ""
|
|
|
993
1010
|
msgid "Hosts/Limit"
|
|
994
1011
|
msgstr ""
|
|
995
1012
|
|
|
996
|
-
#: ../app/views/discovery_rules/index.html.erb:
|
|
1013
|
+
#: ../app/views/discovery_rules/index.html.erb:13
|
|
997
1014
|
msgid "DiscoveryRule|Enabled"
|
|
998
1015
|
msgstr "Habilitada"
|
|
999
1016
|
|
|
@@ -1014,7 +1031,7 @@ msgid "A summary of discovered hosts"
|
|
|
1014
1031
|
msgstr ""
|
|
1015
1032
|
|
|
1016
1033
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:4
|
|
1017
|
-
msgid "
|
|
1034
|
+
msgid "New hosts"
|
|
1018
1035
|
msgstr ""
|
|
1019
1036
|
|
|
1020
1037
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:6
|
|
@@ -1025,19 +1042,27 @@ msgstr ""
|
|
|
1025
1042
|
msgid "Details"
|
|
1026
1043
|
msgstr ""
|
|
1027
1044
|
|
|
1028
|
-
#: ../
|
|
1045
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:18
|
|
1046
|
+
msgid "Hosts"
|
|
1047
|
+
msgstr ""
|
|
1048
|
+
|
|
1049
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:20
|
|
1050
|
+
msgid "Error message goes here"
|
|
1051
|
+
msgstr ""
|
|
1052
|
+
|
|
1053
|
+
#: ../lib/foreman_discovery/engine.rb:176
|
|
1029
1054
|
msgid "Discovery Kexec template"
|
|
1030
1055
|
msgstr ""
|
|
1031
1056
|
|
|
1032
|
-
#: ../lib/foreman_discovery/engine.rb:
|
|
1057
|
+
#: ../lib/foreman_discovery/engine.rb:185
|
|
1033
1058
|
msgid "Discovery Proxy"
|
|
1034
1059
|
msgstr ""
|
|
1035
1060
|
|
|
1036
|
-
#: ../lib/foreman_discovery/engine.rb:
|
|
1061
|
+
#: ../lib/foreman_discovery/engine.rb:186
|
|
1037
1062
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
|
1038
1063
|
msgstr ""
|
|
1039
1064
|
|
|
1040
|
-
#: ../lib/foreman_discovery/engine.rb:
|
|
1065
|
+
#: ../lib/foreman_discovery/engine.rb:187
|
|
1041
1066
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
|
1042
1067
|
msgstr ""
|
|
1043
1068
|
|
|
@@ -1050,17 +1075,21 @@ msgid "documentation"
|
|
|
1050
1075
|
msgstr ""
|
|
1051
1076
|
|
|
1052
1077
|
#: action_names.rb:2
|
|
1053
|
-
msgid "
|
|
1078
|
+
msgid "Remote action:"
|
|
1054
1079
|
msgstr ""
|
|
1055
1080
|
|
|
1056
1081
|
#: action_names.rb:3
|
|
1057
|
-
msgid "Import
|
|
1082
|
+
msgid "Import Puppet classes"
|
|
1058
1083
|
msgstr ""
|
|
1059
1084
|
|
|
1060
1085
|
#: action_names.rb:4
|
|
1061
|
-
msgid "Import
|
|
1086
|
+
msgid "Import facts"
|
|
1062
1087
|
msgstr ""
|
|
1063
1088
|
|
|
1064
1089
|
#: action_names.rb:5
|
|
1065
|
-
msgid "
|
|
1090
|
+
msgid "Action with sub plans"
|
|
1066
1091
|
msgstr ""
|
|
1092
|
+
|
|
1093
|
+
#: ../app/helpers/discovered_hosts_helper.rb:10
|
|
1094
|
+
#~ msgid "%s ago"
|
|
1095
|
+
#~ msgstr "fa %s"
|
|
@@ -16,7 +16,8 @@ msgid ""
|
|
|
16
16
|
msgstr ""
|
|
17
17
|
"Project-Id-Version: foreman_discovery 16.3.4\n"
|
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
|
19
|
-
"
|
|
19
|
+
"POT-Creation-Date: 2021-05-03 08:46+0200\n"
|
|
20
|
+
"PO-Revision-Date: 2021-01-25 08:35+0000\n"
|
|
20
21
|
"Last-Translator: Crited <Alexander.Stoll@netways.de>\n"
|
|
21
22
|
"Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
|
|
22
23
|
"MIME-Version: 1.0\n"
|
|
@@ -121,51 +122,51 @@ msgstr "Fakten für einen Host hochladen mit Erstellung des Hosts, wenn erforder
|
|
|
121
122
|
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)"
|
|
122
123
|
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) "
|
|
123
124
|
|
|
124
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
125
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
|
|
125
126
|
msgid "Execute rules against a discovered host"
|
|
126
127
|
msgstr "Regeln auf einem entdeckten Host anwenden"
|
|
127
128
|
|
|
128
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
129
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:157
|
|
129
130
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
|
130
131
|
msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
|
|
131
132
|
|
|
132
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
133
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
|
|
133
134
|
msgid "Unable to provision %{host}: %{errors}"
|
|
134
135
|
msgstr "%{host} kann nicht bereitgestellt werden: %{errors} "
|
|
135
136
|
|
|
136
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
137
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:164
|
|
137
138
|
msgid "No rule found for host %s"
|
|
138
139
|
msgstr "Keine Regel gefunden für Host %s"
|
|
139
140
|
|
|
140
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
141
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
|
|
141
142
|
msgid "Execute rules against all currently discovered hosts"
|
|
142
143
|
msgstr "Regeln auf allen kürzlich entdeckten Hosts anwenden"
|
|
143
144
|
|
|
144
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
145
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:170
|
|
145
146
|
msgid "Errors during auto provisioning: %s"
|
|
146
147
|
msgstr "Fehler bei automatischer Bereitstellung: %s"
|
|
147
148
|
|
|
148
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
149
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:173
|
|
149
150
|
msgid "No discovered hosts to provision"
|
|
150
151
|
msgstr "Keine entdeckten Hosts zur Bereitstellung"
|
|
151
152
|
|
|
152
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
153
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
|
|
153
154
|
msgid "%s discovered hosts were provisioned"
|
|
154
155
|
msgstr "%s entdeckte Hosts wurden bereitgestellt"
|
|
155
156
|
|
|
156
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
157
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
|
|
157
158
|
msgid "Refreshing the facts of a discovered host"
|
|
158
159
|
msgstr "Fakten eines entdeckten Hosts werden aktualisiert"
|
|
159
160
|
|
|
160
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
161
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
|
|
161
162
|
msgid "Rebooting a discovered host"
|
|
162
163
|
msgstr "Entdeckten Host neu starten"
|
|
163
164
|
|
|
164
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
165
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
|
|
165
166
|
msgid "Rebooting all discovered hosts"
|
|
166
167
|
msgstr "Alle entdeckten Hosts neu starten"
|
|
167
168
|
|
|
168
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
|
169
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:126
|
|
169
170
|
msgid "Discovered hosts are rebooting now"
|
|
170
171
|
msgstr "Entdeckte Hosts werden jetzt neu gestartet"
|
|
171
172
|
|
|
@@ -245,110 +246,86 @@ msgstr "Fehler bei Neustart: %s"
|
|
|
245
246
|
msgid "No discovered hosts to reboot"
|
|
246
247
|
msgstr "Keine entdeckten Hosts zum Neustarten"
|
|
247
248
|
|
|
248
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
249
|
+
#: ../app/controllers/discovered_hosts_controller.rb:60
|
|
249
250
|
msgid "Successfully provisioned %s"
|
|
250
251
|
msgstr "%s erfolgreich bereitgestellt"
|
|
251
252
|
|
|
252
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
253
|
+
#: ../app/controllers/discovered_hosts_controller.rb:94
|
|
253
254
|
msgid "Facts refreshed for %s"
|
|
254
255
|
msgstr "Fakten für %s erneuert"
|
|
255
256
|
|
|
256
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
257
|
+
#: ../app/controllers/discovered_hosts_controller.rb:96
|
|
257
258
|
msgid "Failed to refresh facts for %s"
|
|
258
259
|
msgstr "Fehler beim Aktualisieren von Fakten für %s"
|
|
259
260
|
|
|
260
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
261
|
+
#: ../app/controllers/discovered_hosts_controller.rb:99
|
|
261
262
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
|
262
263
|
msgstr "Fehler beim Aktualisieren der Fakten für %{hostname} mit Fehlermeldung %{error_message}"
|
|
263
264
|
|
|
264
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
265
|
+
#: ../app/controllers/discovered_hosts_controller.rb:106
|
|
265
266
|
msgid "Host of type %s can not be rebooted"
|
|
266
267
|
msgstr "Host vom Typ %s kann nicht neu gestartet werden"
|
|
267
268
|
|
|
268
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
269
|
+
#: ../app/controllers/discovered_hosts_controller.rb:110
|
|
269
270
|
msgid "Rebooting host %s"
|
|
270
271
|
msgstr "Host %s wird neu gestartet"
|
|
271
272
|
|
|
272
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
273
|
+
#: ../app/controllers/discovered_hosts_controller.rb:112
|
|
273
274
|
msgid "Failed to reboot host %s"
|
|
274
275
|
msgstr "Fehler beim Neustart von Host %s"
|
|
275
276
|
|
|
276
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
277
|
+
#: ../app/controllers/discovered_hosts_controller.rb:115
|
|
277
278
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
|
278
279
|
msgstr "Fehler beim Neustart von Host %{hostname} mit Fehlermeldung %{error_message}"
|
|
279
280
|
|
|
280
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
281
|
+
#: ../app/controllers/discovered_hosts_controller.rb:129
|
|
281
282
|
msgid "Failed to reboot hosts with error %s"
|
|
282
283
|
msgstr "Neustart von Hosts fehlgeschlagen mit Fehler %s"
|
|
283
284
|
|
|
284
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
285
|
+
#: ../app/controllers/discovered_hosts_controller.rb:147
|
|
285
286
|
msgid "Destroyed selected hosts"
|
|
286
287
|
msgstr "Ausgewählte Hosts gelöscht"
|
|
287
288
|
|
|
288
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
289
|
+
#: ../app/controllers/discovered_hosts_controller.rb:149
|
|
289
290
|
msgid "The following hosts were not deleted: %s"
|
|
290
291
|
msgstr "Die folgenden Hosts wurden nicht gelöscht: %s"
|
|
291
292
|
|
|
292
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
293
|
+
#: ../app/controllers/discovered_hosts_controller.rb:161
|
|
293
294
|
msgid "Failed to auto provision host %s: %s"
|
|
294
295
|
msgstr "Fehler bei automatischer Bereitstellung von Host %s: %s"
|
|
295
296
|
|
|
296
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
297
|
+
#: ../app/controllers/discovered_hosts_controller.rb:189
|
|
297
298
|
msgid "Discovered hosts are provisioning now"
|
|
298
299
|
msgstr "Entdeckte Hosts, die jetzt bereitgestellt werden"
|
|
299
300
|
|
|
300
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
301
|
-
msgid "
|
|
302
|
-
msgstr "
|
|
303
|
-
|
|
304
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
|
305
|
-
msgid "Storage"
|
|
306
|
-
msgstr "Speicher"
|
|
307
|
-
|
|
308
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
|
309
|
-
msgid "Hardware"
|
|
310
|
-
msgstr "Hardware"
|
|
311
|
-
|
|
312
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
|
313
|
-
msgid "Network"
|
|
314
|
-
msgstr "Netzwerk"
|
|
315
|
-
|
|
316
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
|
317
|
-
msgid "Software"
|
|
318
|
-
msgstr "Software"
|
|
319
|
-
|
|
320
|
-
#: ../app/controllers/discovered_hosts_controller.rb:226
|
|
321
|
-
msgid "IPMI"
|
|
322
|
-
msgstr "IPMI"
|
|
301
|
+
#: ../app/controllers/discovered_hosts_controller.rb:270
|
|
302
|
+
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
|
303
|
+
msgstr ""
|
|
323
304
|
|
|
324
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
325
|
-
msgid "
|
|
326
|
-
msgstr "
|
|
305
|
+
#: ../app/controllers/discovered_hosts_controller.rb:275
|
|
306
|
+
msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
|
307
|
+
msgstr ""
|
|
327
308
|
|
|
328
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
309
|
+
#: ../app/controllers/discovered_hosts_controller.rb:289
|
|
329
310
|
msgid "No hosts were found with that id or name"
|
|
330
311
|
msgstr "Keine Systeme mit dieser ID oder diesem Namen gefunden"
|
|
331
312
|
|
|
332
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
313
|
+
#: ../app/controllers/discovered_hosts_controller.rb:293
|
|
333
314
|
msgid "No hosts selected"
|
|
334
315
|
msgstr "Keine Hosts ausgewählt"
|
|
335
316
|
|
|
336
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
|
317
|
+
#: ../app/controllers/discovered_hosts_controller.rb:299
|
|
337
318
|
msgid "Something went wrong while selecting hosts - %s"
|
|
338
319
|
msgstr "Fehler beim Auswählen der Hosts – %s"
|
|
339
320
|
|
|
340
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
|
321
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
|
341
322
|
msgid "Rule enabled"
|
|
342
323
|
msgstr "Regel aktiviert"
|
|
343
324
|
|
|
344
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
|
325
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
|
345
326
|
msgid "Rule disabled"
|
|
346
327
|
msgstr "Regel deaktiviert"
|
|
347
328
|
|
|
348
|
-
#: ../app/helpers/discovered_hosts_helper.rb:10
|
|
349
|
-
msgid "%s ago"
|
|
350
|
-
msgstr "vor %s"
|
|
351
|
-
|
|
352
329
|
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
|
353
330
|
msgid "Auto Provision"
|
|
354
331
|
msgstr "Automatisch bereitstellen"
|
|
@@ -434,6 +411,10 @@ msgid "Enable rule '%s'?"
|
|
|
434
411
|
msgstr "Regel '%s' aktivieren?"
|
|
435
412
|
|
|
436
413
|
#: ../app/helpers/discovery_rules_helper.rb:33
|
|
414
|
+
msgid "Clone"
|
|
415
|
+
msgstr ""
|
|
416
|
+
|
|
417
|
+
#: ../app/helpers/discovery_rules_helper.rb:34
|
|
437
418
|
msgid "Delete rule '%s'?"
|
|
438
419
|
msgstr "Regel '%s' löschen?"
|
|
439
420
|
|
|
@@ -457,13 +438,13 @@ msgstr "muss mit einem Buchstaben oder ERB beginnen."
|
|
|
457
438
|
msgid "must be present."
|
|
458
439
|
msgstr "muss vorhanden sein."
|
|
459
440
|
|
|
460
|
-
#: ../app/models/discovery_rule.rb:
|
|
441
|
+
#: ../app/models/discovery_rule.rb:57
|
|
461
442
|
msgid "Host group organization %s must also be associated to the discovery rule"
|
|
462
443
|
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
|
463
444
|
msgstr[0] ""
|
|
464
445
|
msgstr[1] ""
|
|
465
446
|
|
|
466
|
-
#: ../app/models/discovery_rule.rb:
|
|
447
|
+
#: ../app/models/discovery_rule.rb:61
|
|
467
448
|
msgid "Host group location %s must also be associated to the discovery rule"
|
|
468
449
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
|
469
450
|
msgstr[0] ""
|
|
@@ -733,6 +714,34 @@ msgstr ""
|
|
|
733
714
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
|
734
715
|
msgstr ""
|
|
735
716
|
|
|
717
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
|
|
718
|
+
msgid "Highlights"
|
|
719
|
+
msgstr "Hervorhebungen"
|
|
720
|
+
|
|
721
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
|
|
722
|
+
msgid "Storage"
|
|
723
|
+
msgstr "Speicher"
|
|
724
|
+
|
|
725
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
|
|
726
|
+
msgid "Hardware"
|
|
727
|
+
msgstr "Hardware"
|
|
728
|
+
|
|
729
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
|
|
730
|
+
msgid "Network"
|
|
731
|
+
msgstr "Netzwerk"
|
|
732
|
+
|
|
733
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
|
|
734
|
+
msgid "Software"
|
|
735
|
+
msgstr "Software"
|
|
736
|
+
|
|
737
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
|
|
738
|
+
msgid "IPMI"
|
|
739
|
+
msgstr "IPMI"
|
|
740
|
+
|
|
741
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
|
|
742
|
+
msgid "Miscellaneous"
|
|
743
|
+
msgstr "Erweitert"
|
|
744
|
+
|
|
736
745
|
#: ../app/services/foreman_discovery/host_converter.rb:47
|
|
737
746
|
msgid "IPAM must be configured for subnet '%s'"
|
|
738
747
|
msgstr ""
|
|
@@ -745,6 +754,10 @@ msgstr "Image API gibt HTTP/%{code} mit '%{body} zurück"
|
|
|
745
754
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
|
746
755
|
msgstr "Image API Verarbeitungsfehler: %{msg} (HTTP/%{code}, Text: %{body})"
|
|
747
756
|
|
|
757
|
+
#: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
|
|
758
|
+
msgid "Host %s has been dicovered"
|
|
759
|
+
msgstr ""
|
|
760
|
+
|
|
748
761
|
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
|
749
762
|
msgid "Discovered Host"
|
|
750
763
|
msgid_plural "Discovered Hosts"
|
|
@@ -803,11 +816,11 @@ msgstr "Festplattenanzahl"
|
|
|
803
816
|
msgid "Disks Size"
|
|
804
817
|
msgstr "Festplattengröße"
|
|
805
818
|
|
|
806
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
|
819
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
|
|
807
820
|
msgid "Location"
|
|
808
821
|
msgstr "Standort"
|
|
809
822
|
|
|
810
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
|
823
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
|
|
811
824
|
msgid "Organization"
|
|
812
825
|
msgstr "Organisation"
|
|
813
826
|
|
|
@@ -819,7 +832,7 @@ msgstr "Subnetz"
|
|
|
819
832
|
msgid "Last Facts Upload"
|
|
820
833
|
msgstr "Letzter Fakten-Upload"
|
|
821
834
|
|
|
822
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:
|
|
835
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
|
|
823
836
|
msgid "Actions"
|
|
824
837
|
msgstr "Aktionen"
|
|
825
838
|
|
|
@@ -967,6 +980,10 @@ msgstr ""
|
|
|
967
980
|
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
|
968
981
|
msgstr ""
|
|
969
982
|
|
|
983
|
+
#: ../app/views/discovery_rules/clone.erb:1
|
|
984
|
+
msgid "Clone %s"
|
|
985
|
+
msgstr ""
|
|
986
|
+
|
|
970
987
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
|
971
988
|
msgid "Edit %s"
|
|
972
989
|
msgstr "%s bearbeiten"
|
|
@@ -999,7 +1016,7 @@ msgstr "Hostgruppe"
|
|
|
999
1016
|
msgid "Hosts/Limit"
|
|
1000
1017
|
msgstr "Hosts/Limit"
|
|
1001
1018
|
|
|
1002
|
-
#: ../app/views/discovery_rules/index.html.erb:
|
|
1019
|
+
#: ../app/views/discovery_rules/index.html.erb:13
|
|
1003
1020
|
msgid "DiscoveryRule|Enabled"
|
|
1004
1021
|
msgstr "Aktiviert"
|
|
1005
1022
|
|
|
@@ -1020,8 +1037,8 @@ msgid "A summary of discovered hosts"
|
|
|
1020
1037
|
msgstr "Eine Zusammenfassung der entdeckten Hosts"
|
|
1021
1038
|
|
|
1022
1039
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:4
|
|
1023
|
-
msgid "
|
|
1024
|
-
msgstr "
|
|
1040
|
+
msgid "New hosts"
|
|
1041
|
+
msgstr ""
|
|
1025
1042
|
|
|
1026
1043
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:6
|
|
1027
1044
|
msgid "One or more hosts have been discovered"
|
|
@@ -1031,19 +1048,27 @@ msgstr "Einer oder mehrere Hosts wurden entdeckt"
|
|
|
1031
1048
|
msgid "Details"
|
|
1032
1049
|
msgstr "Details"
|
|
1033
1050
|
|
|
1034
|
-
#: ../
|
|
1051
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:18
|
|
1052
|
+
msgid "Hosts"
|
|
1053
|
+
msgstr "Hosts"
|
|
1054
|
+
|
|
1055
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:20
|
|
1056
|
+
msgid "Error message goes here"
|
|
1057
|
+
msgstr ""
|
|
1058
|
+
|
|
1059
|
+
#: ../lib/foreman_discovery/engine.rb:176
|
|
1035
1060
|
msgid "Discovery Kexec template"
|
|
1036
1061
|
msgstr ""
|
|
1037
1062
|
|
|
1038
|
-
#: ../lib/foreman_discovery/engine.rb:
|
|
1063
|
+
#: ../lib/foreman_discovery/engine.rb:185
|
|
1039
1064
|
msgid "Discovery Proxy"
|
|
1040
1065
|
msgstr "Discovery-Proxy"
|
|
1041
1066
|
|
|
1042
|
-
#: ../lib/foreman_discovery/engine.rb:
|
|
1067
|
+
#: ../lib/foreman_discovery/engine.rb:186
|
|
1043
1068
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
|
1044
1069
|
msgstr ""
|
|
1045
1070
|
|
|
1046
|
-
#: ../lib/foreman_discovery/engine.rb:
|
|
1071
|
+
#: ../lib/foreman_discovery/engine.rb:187
|
|
1047
1072
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
|
1048
1073
|
msgstr ""
|
|
1049
1074
|
|
|
@@ -1053,20 +1078,24 @@ msgstr ""
|
|
|
1053
1078
|
|
|
1054
1079
|
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
|
1055
1080
|
msgid "documentation"
|
|
1056
|
-
msgstr ""
|
|
1081
|
+
msgstr "Dokumentation"
|
|
1057
1082
|
|
|
1058
1083
|
#: action_names.rb:2
|
|
1059
|
-
msgid "
|
|
1060
|
-
msgstr "Aktion
|
|
1084
|
+
msgid "Remote action:"
|
|
1085
|
+
msgstr "Entfernte Aktion:"
|
|
1061
1086
|
|
|
1062
1087
|
#: action_names.rb:3
|
|
1063
|
-
msgid "Import facts"
|
|
1064
|
-
msgstr "Fakten importieren"
|
|
1065
|
-
|
|
1066
|
-
#: action_names.rb:4
|
|
1067
1088
|
msgid "Import Puppet classes"
|
|
1068
1089
|
msgstr "Puppet-Klassen importieren"
|
|
1069
1090
|
|
|
1091
|
+
#: action_names.rb:4
|
|
1092
|
+
msgid "Import facts"
|
|
1093
|
+
msgstr "Fakten importieren"
|
|
1094
|
+
|
|
1070
1095
|
#: action_names.rb:5
|
|
1071
|
-
msgid "
|
|
1072
|
-
msgstr "
|
|
1096
|
+
msgid "Action with sub plans"
|
|
1097
|
+
msgstr "Aktion mit Unterplänen"
|
|
1098
|
+
|
|
1099
|
+
#: ../app/helpers/discovered_hosts_helper.rb:10
|
|
1100
|
+
#~ msgid "%s ago"
|
|
1101
|
+
#~ msgstr "vor %s"
|