foreman_discovery 16.0.0 → 16.3.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/api/v2/discovered_hosts_controller.rb +24 -11
- data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
- data/app/controllers/discovered_hosts_controller.rb +5 -3
- data/app/controllers/discovery_rules_controller.rb +1 -1
- data/app/models/discovery_rule.rb +1 -1
- data/app/models/host/discovered.rb +52 -34
- data/app/models/host/managed_extensions.rb +2 -2
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_converter.rb +15 -7
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
- data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
- data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
- data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
- data/app/views/discovered_hosts/welcome.html.erb +15 -9
- data/app/views/discovery_rules/index.html.erb +1 -1
- data/app/views/foreman_discovery/debian_kexec.erb +3 -2
- data/app/views/foreman_discovery/redhat_kexec.erb +2 -1
- data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
- data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
- data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
- data/extra/discover-host +14 -8
- data/lib/foreman_discovery/engine.rb +5 -4
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +195 -252
- data/locale/ca/foreman_discovery.po +40 -17
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +201 -257
- data/locale/de/foreman_discovery.po +46 -23
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +141 -111
- data/locale/en/foreman_discovery.po +36 -13
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +205 -254
- data/locale/en_GB/foreman_discovery.po +42 -19
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +209 -258
- data/locale/es/foreman_discovery.po +46 -23
- data/locale/foreman_discovery.pot +150 -117
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +203 -255
- data/locale/fr/foreman_discovery.po +44 -21
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +190 -250
- data/locale/gl/foreman_discovery.po +38 -15
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +193 -253
- data/locale/it/foreman_discovery.po +41 -18
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +207 -256
- data/locale/ja/foreman_discovery.po +44 -21
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +196 -255
- data/locale/ko/foreman_discovery.po +44 -21
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +205 -256
- data/locale/pt_BR/foreman_discovery.po +44 -21
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +199 -257
- data/locale/ru/foreman_discovery.po +44 -21
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +190 -250
- data/locale/sv_SE/foreman_discovery.po +38 -15
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +207 -256
- data/locale/zh_CN/foreman_discovery.po +44 -21
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +196 -254
- data/locale/zh_TW/foreman_discovery.po +42 -19
- data/package.json +39 -0
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/functional/discovered_hosts_controller_test.rb +16 -7
- data/test/functional/discovery_rules_controller_test.rb +1 -1
- data/test/unit/discovered_extensions_test.rb +6 -1
- data/test/unit/host_discovered_test.rb +0 -16
- data/test/unit/managed_extensions_test.rb +1 -0
- data/webpack/index.js +18 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
- data/webpack/src/reducers.js +7 -0
- metadata +42 -28
@@ -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
|
10
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
|
-
"PO-Revision-Date:
|
13
|
-
"Last-Translator:
|
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
|
|
@@ -320,6 +325,12 @@ msgstr[1] ""
|
|
320
325
|
msgid "Host of type %s can not be rebooted"
|
321
326
|
msgstr ""
|
322
327
|
|
328
|
+
msgid "Host's owner type"
|
329
|
+
msgstr ""
|
330
|
+
|
331
|
+
msgid "Host's parameters (array or indexed hash)"
|
332
|
+
msgstr ""
|
333
|
+
|
323
334
|
msgid "Hostname facts"
|
324
335
|
msgstr ""
|
325
336
|
|
@@ -407,9 +418,6 @@ msgstr ""
|
|
407
418
|
msgid "Last Facts Upload"
|
408
419
|
msgstr ""
|
409
420
|
|
410
|
-
msgid "Learn more about this in the documentation."
|
411
|
-
msgstr "Obteniu més informació sobre això a la documentació."
|
412
|
-
|
413
421
|
msgid "List all discovered hosts"
|
414
422
|
msgstr "Llista tots els amfitrions descoberts"
|
415
423
|
|
@@ -464,6 +472,9 @@ msgstr "N/D"
|
|
464
472
|
msgid "Name"
|
465
473
|
msgstr "Nom"
|
466
474
|
|
475
|
+
msgid "Name of the parameter"
|
476
|
+
msgstr ""
|
477
|
+
|
467
478
|
msgid "Network"
|
468
479
|
msgstr ""
|
469
480
|
|
@@ -482,9 +493,6 @@ msgstr ""
|
|
482
493
|
msgid "No discovered hosts for the selected period"
|
483
494
|
msgstr ""
|
484
495
|
|
485
|
-
msgid "No discovered hosts found in this context."
|
486
|
-
msgstr ""
|
487
|
-
|
488
496
|
msgid "No discovered hosts to provision"
|
489
497
|
msgstr "Sense amfitrions descoberts per aprovisionar"
|
490
498
|
|
@@ -527,6 +535,9 @@ msgstr ""
|
|
527
535
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
528
536
|
msgstr ""
|
529
537
|
|
538
|
+
msgid "Parameter value"
|
539
|
+
msgstr ""
|
540
|
+
|
530
541
|
msgid "Please Confirm"
|
531
542
|
msgstr "Si us plau, confirmeu"
|
532
543
|
|
@@ -674,15 +685,15 @@ msgstr ""
|
|
674
685
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
675
686
|
msgstr ""
|
676
687
|
|
677
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
678
|
-
msgstr ""
|
679
|
-
|
680
688
|
msgid "Type"
|
681
689
|
msgstr ""
|
682
690
|
|
683
691
|
msgid "Type of name generator"
|
684
692
|
msgstr ""
|
685
693
|
|
694
|
+
msgid "Type of value"
|
695
|
+
msgstr ""
|
696
|
+
|
686
697
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
687
698
|
msgstr ""
|
688
699
|
|
@@ -692,15 +703,18 @@ msgstr ""
|
|
692
703
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
693
704
|
msgstr ""
|
694
705
|
|
695
|
-
msgid "Unable to perform
|
696
|
-
msgstr "
|
706
|
+
msgid "Unable to perform %{action} on %{ips}"
|
707
|
+
msgstr ""
|
708
|
+
|
709
|
+
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
710
|
+
msgstr ""
|
711
|
+
|
712
|
+
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
713
|
+
msgstr ""
|
697
714
|
|
698
715
|
msgid "Unable to provision %{host}: %{errors}"
|
699
716
|
msgstr "No es pot aprovisionar a %{host}: %{errors}"
|
700
717
|
|
701
|
-
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
702
|
-
msgstr "No es pot reiniciar %{name} a través de %{url}: %{msg}"
|
703
|
-
|
704
718
|
msgid "Update a rule"
|
705
719
|
msgstr "Actualitza una regla"
|
706
720
|
|
@@ -764,6 +778,15 @@ msgstr ""
|
|
764
778
|
msgid "represents rule name shown to the users"
|
765
779
|
msgstr "representa el nom de la regla que es mostra als usuaris"
|
766
780
|
|
781
|
+
msgid "required if host is managed and custom partition has not been defined"
|
782
|
+
msgstr ""
|
783
|
+
|
784
|
+
msgid "required if host is managed and value is not inherited from host group"
|
785
|
+
msgstr ""
|
786
|
+
|
787
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
788
|
+
msgstr ""
|
789
|
+
|
767
790
|
msgid "required if value is not inherited from host group or default password in settings"
|
768
791
|
msgstr ""
|
769
792
|
|
Binary file
|
@@ -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 <
|
13
|
-
# simon11 <
|
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
|
17
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
19
|
+
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
20
|
+
"Last-Translator: Transifex Bot <>\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 ""
|
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:
|
79
|
-
msgid ""
|
80
|
-
|
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 ""
|
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 ""
|
83
|
+
|
84
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
85
|
+
msgid "Host's owner type"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
89
|
+
msgid "Host's parameters (array or indexed hash)"
|
90
|
+
msgstr ""
|
91
|
+
|
92
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
93
|
+
msgid "Name of the parameter"
|
94
|
+
msgstr ""
|
95
|
+
|
96
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
97
|
+
msgid "Parameter value"
|
98
|
+
msgstr ""
|
99
|
+
|
100
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
101
|
+
msgid "Type of value"
|
102
|
+
msgstr ""
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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,43 +297,43 @@ 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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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
|
|
@@ -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:37
|
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:38
|
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:39
|
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:40
|
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
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
513
|
-
msgid "Unable to reboot %{name}
|
514
|
-
msgstr "
|
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:
|
517
|
-
msgid "Unable to perform
|
518
|
-
msgstr "
|
508
|
+
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
509
|
+
msgid "Unable to perform %{action} on %{ips}"
|
510
|
+
msgstr ""
|
519
511
|
|
520
|
-
#: ../app/models/host/discovered.rb:
|
512
|
+
#: ../app/models/host/discovered.rb:179
|
513
|
+
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
514
|
+
msgstr ""
|
515
|
+
|
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:
|
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:
|
548
|
+
#: ../app/models/setting/discovered.rb:17
|
553
549
|
msgid "Discovery location"
|
554
550
|
msgstr "Entdeckungsort"
|
555
551
|
|
556
|
-
#: ../app/models/setting/discovered.rb:
|
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:
|
556
|
+
#: ../app/models/setting/discovered.rb:18
|
561
557
|
msgid "Discovery organization"
|
562
558
|
msgstr "Entdeckungsorganisation"
|
563
559
|
|
564
|
-
#: ../app/models/setting/discovered.rb:
|
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:
|
564
|
+
#: ../app/models/setting/discovered.rb:19
|
569
565
|
msgid "Interface fact"
|
570
566
|
msgstr "Schnittstellenfakt"
|
571
567
|
|
572
|
-
#: ../app/models/setting/discovered.rb:
|
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:
|
572
|
+
#: ../app/models/setting/discovered.rb:20
|
579
573
|
msgid "Create bond interfaces"
|
580
574
|
msgstr ""
|
581
575
|
|
582
|
-
#: ../app/models/setting/discovered.rb:
|
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:
|
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:
|
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:
|
588
|
+
#: ../app/models/setting/discovered.rb:22
|
595
589
|
msgid "Hostname facts"
|
596
590
|
msgstr "Hostnamenfakten"
|
597
591
|
|
598
|
-
#: ../app/models/setting/discovered.rb:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
616
|
+
#: ../app/models/setting/discovered.rb:26
|
625
617
|
msgid "Fact columns"
|
626
618
|
msgstr "Faktspalten"
|
627
619
|
|
628
|
-
#: ../app/models/setting/discovered.rb:
|
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:
|
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:
|
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:
|
632
|
+
#: ../app/models/setting/discovered.rb:28
|
641
633
|
msgid "Storage facts"
|
642
634
|
msgstr "Speicherfakten"
|
643
635
|
|
644
|
-
#: ../app/models/setting/discovered.rb:
|
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:
|
640
|
+
#: ../app/models/setting/discovered.rb:29
|
649
641
|
msgid "Software facts"
|
650
642
|
msgstr "Softwarefakten"
|
651
643
|
|
652
|
-
#: ../app/models/setting/discovered.rb:
|
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:
|
648
|
+
#: ../app/models/setting/discovered.rb:30
|
657
649
|
msgid "Hardware facts"
|
658
650
|
msgstr "Hardwarefakten"
|
659
651
|
|
660
|
-
#: ../app/models/setting/discovered.rb:
|
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:
|
656
|
+
#: ../app/models/setting/discovered.rb:31
|
665
657
|
msgid "Network facts"
|
666
658
|
msgstr "Netzwerkfakten"
|
667
659
|
|
668
|
-
#: ../app/models/setting/discovered.rb:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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,33 +759,23 @@ 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:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
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:8 ../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:9 ../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:
|
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:
|
778
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
797
779
|
msgid "Create Host"
|
798
780
|
msgstr "Host erstellen"
|
799
781
|
|
@@ -805,16 +787,11 @@ msgstr "Alle Elemente auf dieser Seite auswählen"
|
|
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:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
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:7 ../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
|
|
@@ -826,13 +803,11 @@ msgstr "Festplattenanzahl"
|
|
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:15 ../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:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
836
811
|
msgid "Organization"
|
837
812
|
msgstr "Organisation"
|
838
813
|
|
@@ -844,8 +819,7 @@ msgstr "Subnetz"
|
|
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:19 ../app/views/discovery_rules/index.html.erb:12
|
849
823
|
msgid "Actions"
|
850
824
|
msgstr "Aktionen"
|
851
825
|
|
@@ -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,41 +948,30 @@ 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
|
|
@@ -1084,38 +1027,39 @@ msgstr "Einer oder mehrere Hosts wurden entdeckt"
|
|
1084
1027
|
msgid "Details"
|
1085
1028
|
msgstr "Details"
|
1086
1029
|
|
1087
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1030
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
1088
1031
|
msgid "Discovery Kexec template"
|
1089
1032
|
msgstr ""
|
1090
1033
|
|
1091
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1034
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1092
1035
|
msgid "Discovery Proxy"
|
1093
1036
|
msgstr "Discovery-Proxy"
|
1094
1037
|
|
1095
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1096
|
-
msgid ""
|
1097
|
-
"Discovery Proxy to use within this subnet for managing connection to "
|
1098
|
-
"discovered hosts"
|
1038
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1039
|
+
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1099
1040
|
msgstr ""
|
1100
1041
|
|
1101
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1102
|
-
msgid ""
|
1103
|
-
"ID of Discovery Proxy to use within this subnet for managing connection to "
|
1104
|
-
"discovered hosts"
|
1042
|
+
#: ../lib/foreman_discovery/engine.rb:191
|
1043
|
+
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1105
1044
|
msgstr ""
|
1106
1045
|
|
1107
1046
|
#: action_names.rb:2
|
1108
|
-
msgid "
|
1109
|
-
msgstr "
|
1047
|
+
msgid "Remote action:"
|
1048
|
+
msgstr ""
|
1110
1049
|
|
1111
1050
|
#: action_names.rb:3
|
1112
|
-
msgid "Import
|
1113
|
-
msgstr "
|
1051
|
+
msgid "Import Puppet classes"
|
1052
|
+
msgstr ""
|
1114
1053
|
|
1115
1054
|
#: action_names.rb:4
|
1116
1055
|
msgid "Action with sub plans"
|
1117
|
-
msgstr "
|
1056
|
+
msgstr ""
|
1118
1057
|
|
1119
1058
|
#: action_names.rb:5
|
1120
|
-
msgid "
|
1121
|
-
msgstr "
|
1059
|
+
msgid "Import facts"
|
1060
|
+
msgstr ""
|
1061
|
+
|
1062
|
+
#~ msgid "Learn more about this in the documentation."
|
1063
|
+
#~ msgstr "Mehr dazu in der Dokumentation."
|
1064
|
+
#~ msgid "No discovered hosts found in this context."
|
1065
|
+
#~ msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
|