foreman_discovery 11.0.0 → 12.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/app/controllers/api/v2/discovered_hosts_controller.rb +1 -2
- data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +1 -1
- data/app/controllers/discovered_hosts_controller.rb +21 -11
- data/app/controllers/foreman_discovery/concerns/hosts_controller_extensions.rb +1 -1
- data/app/helpers/discovered_hosts_helper.rb +9 -11
- data/app/models/discovery_rule.rb +3 -0
- data/app/models/host/discovered.rb +59 -19
- data/app/models/setting/discovered.rb +1 -0
- data/app/services/foreman_discovery/fact_parser.rb +6 -2
- data/app/services/foreman_discovery/ui_notifications/new_host.rb +3 -1
- data/app/views/dashboard/_discovery_widget_host_list.html.erb +1 -1
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -3
- data/app/views/discovered_hosts/_selected_hosts.html.erb +1 -1
- data/app/views/discovered_hosts/index.html.erb +0 -2
- data/app/views/discovered_hosts/multiple_auto_provision.html.erb +4 -0
- data/app/views/discovered_hosts/multiple_reboot.html.erb +4 -0
- data/app/views/discovered_hosts/show.html.erb +27 -15
- data/app/views/discovery_rules/_form.html.erb +9 -3
- data/app/views/discovery_rules/edit.html.erb +1 -1
- data/app/views/discovery_rules/index.html.erb +2 -2
- data/app/views/foreman_discovery/debian_kexec.erb +1 -1
- data/app/views/foreman_discovery/redhat_kexec.erb +1 -1
- data/config/as_deprecation_whitelist.yaml +395 -0
- data/config/routes.rb +7 -5
- data/db/migrate/20171222120314_add_constraints_on_discovery_rules_hostgroups.rb +10 -0
- data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +24 -0
- data/extra/discover-host +7 -5
- data/extra/discovery/simple-bond.json +167 -0
- data/lib/foreman_discovery/engine.rb +9 -3
- 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 +148 -221
- data/locale/ca/foreman_discovery.po +25 -19
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +147 -221
- data/locale/de/foreman_discovery.po +26 -20
- data/locale/en/foreman_discovery.edit.po +106 -98
- data/locale/en/foreman_discovery.po +24 -18
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +149 -222
- data/locale/en_GB/foreman_discovery.po +26 -20
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +149 -222
- data/locale/es/foreman_discovery.po +26 -20
- data/locale/foreman_discovery.pot +115 -103
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +147 -221
- data/locale/fr/foreman_discovery.po +26 -20
- data/locale/gl/foreman_discovery.edit.po +147 -220
- data/locale/gl/foreman_discovery.po +24 -18
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +148 -221
- data/locale/it/foreman_discovery.po +25 -19
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +149 -222
- data/locale/ja/foreman_discovery.po +26 -20
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +149 -221
- data/locale/ko/foreman_discovery.po +26 -20
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +149 -222
- data/locale/pt_BR/foreman_discovery.po +26 -20
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +152 -223
- data/locale/ru/foreman_discovery.po +26 -20
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +147 -220
- data/locale/sv_SE/foreman_discovery.po +24 -18
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +155 -224
- data/locale/zh_CN/foreman_discovery.po +26 -20
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +151 -222
- data/locale/zh_TW/foreman_discovery.po +26 -20
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +2 -0
- data/test/functional/api/v2/discovery_rules_controller_test.rb +96 -9
- data/test/functional/api/v2/settings_controller_test.rb +22 -0
- data/test/functional/discovered_hosts_controller_test.rb +20 -21
- data/test/functional/discovery_rules_controller_test.rb +5 -4
- data/test/integration/discovered_hosts_test.rb +20 -10
- data/test/models/setting_test.rb +11 -0
- data/test/test_helper_discovery.rb +1 -0
- data/test/unit/discovered_extensions_test.rb +2 -13
- data/test/unit/discovery_rule_test.rb +87 -1
- data/test/unit/fact_parser_test.rb +2 -2
- data/test/unit/host_discovered_test.rb +60 -28
- data/test/unit/ui_notifications/destroy_host_test.rb +14 -4
- data/test/unit/ui_notifications/new_host_test.rb +8 -1
- metadata +22 -4
@@ -46,9 +46,6 @@ msgstr ""
|
|
46
46
|
msgid "Auto Provision"
|
47
47
|
msgstr "Auto aprovisiona"
|
48
48
|
|
49
|
-
msgid "Auto Provision All"
|
50
|
-
msgstr "Auto aprovisiona-ho tot"
|
51
|
-
|
52
49
|
msgid "Auto provisioning"
|
53
50
|
msgstr ""
|
54
51
|
|
@@ -76,6 +73,9 @@ msgstr ""
|
|
76
73
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
77
74
|
msgstr ""
|
78
75
|
|
76
|
+
msgid "Collapse All"
|
77
|
+
msgstr ""
|
78
|
+
|
79
79
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
80
80
|
msgstr "No s'han pogut obtenir els objectes d'interès del servidor intermediari %{url}: %{error}"
|
81
81
|
|
@@ -97,6 +97,9 @@ msgstr ""
|
|
97
97
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
98
98
|
msgstr ""
|
99
99
|
|
100
|
+
msgid "Delete"
|
101
|
+
msgstr ""
|
102
|
+
|
100
103
|
msgid "Delete %s?"
|
101
104
|
msgstr "Voleu suprimir %s?"
|
102
105
|
|
@@ -106,9 +109,6 @@ msgstr "Suprimeix un amfitrió descobert"
|
|
106
109
|
msgid "Delete a rule"
|
107
110
|
msgstr "Suprimeix una regla"
|
108
111
|
|
109
|
-
msgid "Delete hosts"
|
110
|
-
msgstr "Suprimeix els amfitrions"
|
111
|
-
|
112
112
|
msgid "Delete rule '%s'?"
|
113
113
|
msgstr ""
|
114
114
|
|
@@ -127,6 +127,9 @@ msgstr ""
|
|
127
127
|
msgid "Discovered Hosts"
|
128
128
|
msgstr ""
|
129
129
|
|
130
|
+
msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
131
|
+
msgstr ""
|
132
|
+
|
130
133
|
msgid "Discovered host: %s"
|
131
134
|
msgstr "Amfitrions descoberts: %s"
|
132
135
|
|
@@ -157,6 +160,9 @@ msgstr ""
|
|
157
160
|
msgid "Discovery Rules"
|
158
161
|
msgstr "Regles de descobriment"
|
159
162
|
|
163
|
+
msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
|
164
|
+
msgstr ""
|
165
|
+
|
160
166
|
msgid "Discovery location"
|
161
167
|
msgstr ""
|
162
168
|
|
@@ -190,11 +196,14 @@ msgstr ""
|
|
190
196
|
msgid "Disks size"
|
191
197
|
msgstr "Mida de disc"
|
192
198
|
|
199
|
+
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
200
|
+
msgstr ""
|
201
|
+
|
193
202
|
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
194
203
|
msgstr ""
|
195
204
|
|
196
|
-
msgid "Edit
|
197
|
-
msgstr "
|
205
|
+
msgid "Edit %s"
|
206
|
+
msgstr ""
|
198
207
|
|
199
208
|
msgid "Enable"
|
200
209
|
msgstr "Habilita"
|
@@ -202,6 +211,9 @@ msgstr "Habilita"
|
|
202
211
|
msgid "Enable rule '%s'?"
|
203
212
|
msgstr ""
|
204
213
|
|
214
|
+
msgid "Error on existing NIC"
|
215
|
+
msgstr ""
|
216
|
+
|
205
217
|
msgid "Errors during auto provisioning: %s"
|
206
218
|
msgstr "Erros durant l'auto aprovisionament: %s"
|
207
219
|
|
@@ -214,9 +226,6 @@ msgstr ""
|
|
214
226
|
msgid "Execute rules against all currently discovered hosts"
|
215
227
|
msgstr "Executa les regles contra tots els amfitrions detectats actualment"
|
216
228
|
|
217
|
-
msgid "Expand All"
|
218
|
-
msgstr "Expandeix-ho tot"
|
219
|
-
|
220
229
|
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
221
230
|
msgstr ""
|
222
231
|
|
@@ -509,9 +518,6 @@ msgstr "Aprovisiona un amfitrió descobert"
|
|
509
518
|
msgid "Reboot"
|
510
519
|
msgstr "Reinicia"
|
511
520
|
|
512
|
-
msgid "Reboot All"
|
513
|
-
msgstr "Reinicia-ho tot"
|
514
|
-
|
515
521
|
msgid "Rebooting %s"
|
516
522
|
msgstr "S'està reiniciant %s"
|
517
523
|
|
@@ -644,13 +650,10 @@ msgstr ""
|
|
644
650
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
645
651
|
msgstr ""
|
646
652
|
|
647
|
-
msgid "Unable to
|
648
|
-
msgstr ""
|
649
|
-
|
650
|
-
msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
|
653
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
651
654
|
msgstr ""
|
652
655
|
|
653
|
-
msgid "Unable to find
|
656
|
+
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
654
657
|
msgstr ""
|
655
658
|
|
656
659
|
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
@@ -695,6 +698,9 @@ msgstr "ítems seleccionats. Desmarca per netejar"
|
|
695
698
|
msgid "location ID for provisioned hosts"
|
696
699
|
msgstr ""
|
697
700
|
|
701
|
+
msgid "must be present."
|
702
|
+
msgstr ""
|
703
|
+
|
698
704
|
msgid "must start with a letter or ERB."
|
699
705
|
msgstr "ha de començar amb una lletra o ERB."
|
700
706
|
|
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
|
# Arnold Bechtoldt <mail@arnoldbechtoldt.com>, 2014
|
7
7
|
# Christina Gurski <Gurski_christina@yahoo.de>, 2015
|
@@ -14,7 +14,6 @@ msgid ""
|
|
14
14
|
msgstr ""
|
15
15
|
"Project-Id-Version: foreman_discovery 10.0.0\n"
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
17
|
-
"POT-Creation-Date: 2017-12-11 10:28+0100\n"
|
18
17
|
"PO-Revision-Date: 2018-01-05 19:26+0000\n"
|
19
18
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
20
19
|
"Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
|
@@ -28,23 +27,19 @@ msgstr ""
|
|
28
27
|
msgid "List all discovered hosts"
|
29
28
|
msgstr "Alle entdeckten Hosts auflisten"
|
30
29
|
|
31
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
32
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
30
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
33
31
|
msgid "filter results"
|
34
32
|
msgstr "Ergebnisse filtern"
|
35
33
|
|
36
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
37
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
34
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
38
35
|
msgid "sort results"
|
39
36
|
msgstr "Ergebnisse sortieren"
|
40
37
|
|
41
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
42
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
38
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
43
39
|
msgid "paginate results"
|
44
40
|
msgstr "Ergebnisse nummerieren"
|
45
41
|
|
46
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
47
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
42
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
48
43
|
msgid "number of entries per request"
|
49
44
|
msgstr "Anzahl der Einträge pro Anfrage"
|
50
45
|
|
@@ -52,8 +47,7 @@ msgstr "Anzahl der Einträge pro Anfrage"
|
|
52
47
|
msgid "Show a discovered host"
|
53
48
|
msgstr "Entdeckten Host anzeigen"
|
54
49
|
|
55
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
|
56
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
50
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
57
51
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
58
52
|
msgstr ""
|
59
53
|
|
@@ -74,14 +68,11 @@ msgid "not required if it's a virtual machine"
|
|
74
68
|
msgstr "nicht erforderlich für eine virtuelle Maschine"
|
75
69
|
|
76
70
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
77
|
-
msgid ""
|
78
|
-
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
71
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
79
72
|
msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
|
80
73
|
|
81
74
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
|
82
|
-
msgid ""
|
83
|
-
"required if value is not inherited from host group or default password in "
|
84
|
-
"settings"
|
75
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
85
76
|
msgstr "erforderlich, falls kein Wert von Hostgruppe geerbt wird oder es nicht das Standardpasswort in Einstellungen ist"
|
86
77
|
|
87
78
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
|
@@ -93,62 +84,54 @@ msgid "Upload facts for a host, creating the host if required"
|
|
93
84
|
msgstr "Fakten für einen Host hochladen mit Erstellung des Hosts, wenn erforderlich"
|
94
85
|
|
95
86
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
|
96
|
-
msgid ""
|
97
|
-
"hash containing facts for the host with minimum set of facts: "
|
98
|
-
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
99
|
-
"eth0 (example in case primary interface is named eth0)"
|
87
|
+
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)"
|
100
88
|
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) "
|
101
89
|
|
102
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
90
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
|
103
91
|
msgid "Execute rules against a discovered host"
|
104
92
|
msgstr "Regeln auf einem entdeckten Host anwenden"
|
105
93
|
|
106
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
107
|
-
#: ../app/controllers/discovered_hosts_controller.rb:150
|
94
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
|
108
95
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
109
96
|
msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
|
110
97
|
|
111
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
98
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
|
112
99
|
msgid "Unable to provision %{host}: %{errors}"
|
113
100
|
msgstr "%{host} kann nicht bereitgestellt werden: %{errors} "
|
114
101
|
|
115
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
116
|
-
#: ../app/controllers/discovered_hosts_controller.rb:157
|
102
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
|
117
103
|
msgid "No rule found for host %s"
|
118
104
|
msgstr "Keine Regel gefunden für Host %s"
|
119
105
|
|
120
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
106
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
121
107
|
msgid "Execute rules against all currently discovered hosts"
|
122
108
|
msgstr "Regeln auf allen kürzlich entdeckten Hosts anwenden"
|
123
109
|
|
124
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
125
|
-
#: ../app/controllers/discovered_hosts_controller.rb:163
|
110
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
|
126
111
|
msgid "Errors during auto provisioning: %s"
|
127
112
|
msgstr "Fehler bei automatischer Bereitstellung: %s"
|
128
113
|
|
129
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
130
|
-
#: ../app/controllers/discovered_hosts_controller.rb:166
|
114
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
|
131
115
|
msgid "No discovered hosts to provision"
|
132
116
|
msgstr "Keine entdeckten Hosts zur Bereitstellung"
|
133
117
|
|
134
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
118
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
|
135
119
|
msgid "%s discovered hosts were provisioned"
|
136
120
|
msgstr "%s entdeckte Hosts wurden bereitgestellt"
|
137
121
|
|
138
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
122
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
|
139
123
|
msgid "Refreshing the facts of a discovered host"
|
140
124
|
msgstr "Fakten eines entdeckten Hosts werden aktualisiert"
|
141
125
|
|
142
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
126
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
|
143
127
|
msgid "Rebooting a discovered host"
|
144
128
|
msgstr "Entdeckten Host neu starten"
|
145
129
|
|
146
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
130
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
|
147
131
|
msgid "Rebooting all discovered hosts"
|
148
132
|
msgstr "Alle entdeckten Hosts neu starten"
|
149
133
|
|
150
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
151
|
-
#: ../app/controllers/discovered_hosts_controller.rb:125
|
134
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
|
152
135
|
msgid "Discovered hosts are rebooting now"
|
153
136
|
msgstr "Entdeckte Hosts werden jetzt neu gestartet"
|
154
137
|
|
@@ -173,8 +156,7 @@ msgid "the hostgroup that is used to auto provision a host"
|
|
173
156
|
msgstr "die Hostgruppe, die zur automatischen Bereitstellung eines Hosts verwendet wird"
|
174
157
|
|
175
158
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
176
|
-
msgid ""
|
177
|
-
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
159
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
178
160
|
msgstr "definiert ein Muster, nach dem einfach lesbare Hostnamen zu übereinstimmenden Hosts zugewiesen werden"
|
179
161
|
|
180
162
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
@@ -182,8 +164,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
182
164
|
msgstr "ermöglicht die Begrenzung der maximal bereitgestellten Hosts pro Regel"
|
183
165
|
|
184
166
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
185
|
-
msgid ""
|
186
|
-
"puts the rules in order, low numbers go first. Must be greater then zero"
|
167
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
187
168
|
msgstr "ordnet die Regeln, niedrige Zahlen zuerst. Muss größer als Null sein"
|
188
169
|
|
189
170
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
@@ -230,95 +211,95 @@ msgstr "Fehler bei Neustart: %s"
|
|
230
211
|
msgid "No discovered hosts to reboot"
|
231
212
|
msgstr "Keine entdeckten Hosts zum Neustarten"
|
232
213
|
|
233
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
214
|
+
#: ../app/controllers/discovered_hosts_controller.rb:63
|
234
215
|
msgid "Successfully provisioned %s"
|
235
216
|
msgstr "%s erfolgreich bereitgestellt"
|
236
217
|
|
237
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
218
|
+
#: ../app/controllers/discovered_hosts_controller.rb:96
|
238
219
|
msgid "Facts refreshed for %s"
|
239
220
|
msgstr "Fakten für %s erneuert"
|
240
221
|
|
241
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
222
|
+
#: ../app/controllers/discovered_hosts_controller.rb:98
|
242
223
|
msgid "Failed to refresh facts for %s"
|
243
224
|
msgstr "Fehler beim Aktualisieren von Fakten für %s"
|
244
225
|
|
245
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
226
|
+
#: ../app/controllers/discovered_hosts_controller.rb:101
|
246
227
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
247
228
|
msgstr "Fehler beim Aktualisieren der Fakten für %{hostname} mit Fehlermeldung %{error_message}"
|
248
229
|
|
249
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
230
|
+
#: ../app/controllers/discovered_hosts_controller.rb:108
|
250
231
|
msgid "Host of type %s can not be rebooted"
|
251
232
|
msgstr "Host vom Typ %s kann nicht neu gestartet werden"
|
252
233
|
|
253
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
234
|
+
#: ../app/controllers/discovered_hosts_controller.rb:112
|
254
235
|
msgid "Rebooting host %s"
|
255
236
|
msgstr "Host %s wird neu gestartet"
|
256
237
|
|
257
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
238
|
+
#: ../app/controllers/discovered_hosts_controller.rb:114
|
258
239
|
msgid "Failed to reboot host %s"
|
259
240
|
msgstr "Fehler beim Neustart von Host %s"
|
260
241
|
|
261
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
242
|
+
#: ../app/controllers/discovered_hosts_controller.rb:117
|
262
243
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
263
244
|
msgstr "Fehler beim Neustart von Host %{hostname} mit Fehlermeldung %{error_message}"
|
264
245
|
|
265
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
246
|
+
#: ../app/controllers/discovered_hosts_controller.rb:131
|
266
247
|
msgid "Failed to reboot hosts with error %s"
|
267
248
|
msgstr "Neustart von Hosts fehlgeschlagen mit Fehler %s"
|
268
249
|
|
269
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
250
|
+
#: ../app/controllers/discovered_hosts_controller.rb:149
|
270
251
|
msgid "Destroyed selected hosts"
|
271
252
|
msgstr "Ausgewählte Hosts gelöscht"
|
272
253
|
|
273
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
254
|
+
#: ../app/controllers/discovered_hosts_controller.rb:151
|
274
255
|
msgid "The following hosts were not deleted: %s"
|
275
256
|
msgstr "Die folgenden Hosts wurden nicht gelöscht: %s"
|
276
257
|
|
277
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
258
|
+
#: ../app/controllers/discovered_hosts_controller.rb:163
|
278
259
|
msgid "Failed to auto provision host %s: %s"
|
279
260
|
msgstr "Fehler bei automatischer Bereitstellung von Host %s: %s"
|
280
261
|
|
281
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
262
|
+
#: ../app/controllers/discovered_hosts_controller.rb:191
|
282
263
|
msgid "Discovered hosts are provisioning now"
|
283
264
|
msgstr "Entdeckte Hosts, die jetzt bereitgestellt werden"
|
284
265
|
|
285
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
266
|
+
#: ../app/controllers/discovered_hosts_controller.rb:223
|
286
267
|
msgid "Highlights"
|
287
268
|
msgstr "Hervorhebungen"
|
288
269
|
|
289
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
270
|
+
#: ../app/controllers/discovered_hosts_controller.rb:223
|
290
271
|
msgid "Storage"
|
291
272
|
msgstr "Speicher"
|
292
273
|
|
293
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
274
|
+
#: ../app/controllers/discovered_hosts_controller.rb:223
|
294
275
|
msgid "Hardware"
|
295
276
|
msgstr "Hardware"
|
296
277
|
|
297
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
278
|
+
#: ../app/controllers/discovered_hosts_controller.rb:223
|
298
279
|
msgid "Network"
|
299
280
|
msgstr "Netzwerk"
|
300
281
|
|
301
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
282
|
+
#: ../app/controllers/discovered_hosts_controller.rb:223
|
302
283
|
msgid "Software"
|
303
284
|
msgstr "Software"
|
304
285
|
|
305
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
286
|
+
#: ../app/controllers/discovered_hosts_controller.rb:223
|
306
287
|
msgid "IPMI"
|
307
288
|
msgstr "IPMI"
|
308
289
|
|
309
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
290
|
+
#: ../app/controllers/discovered_hosts_controller.rb:223
|
310
291
|
msgid "Miscellaneous"
|
311
292
|
msgstr "Erweitert"
|
312
293
|
|
313
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
294
|
+
#: ../app/controllers/discovered_hosts_controller.rb:301
|
314
295
|
msgid "No hosts were found with that id or name"
|
315
296
|
msgstr "Keine Systeme mit dieser ID oder diesem Namen gefunden"
|
316
297
|
|
317
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
298
|
+
#: ../app/controllers/discovered_hosts_controller.rb:305
|
318
299
|
msgid "No hosts selected"
|
319
300
|
msgstr "Keine Hosts ausgewählt"
|
320
301
|
|
321
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
302
|
+
#: ../app/controllers/discovered_hosts_controller.rb:311
|
322
303
|
msgid "Something went wrong while selecting hosts - %s"
|
323
304
|
msgstr "Fehler beim Auswählen der Hosts – %s"
|
324
305
|
|
@@ -334,19 +315,15 @@ msgstr "Regel deaktiviert"
|
|
334
315
|
msgid "%s ago"
|
335
316
|
msgstr "vor %s"
|
336
317
|
|
337
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14
|
338
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
|
318
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
|
339
319
|
msgid "Auto Provision"
|
340
320
|
msgstr "Automatisch bereitstellen"
|
341
321
|
|
342
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
343
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
|
322
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
|
344
323
|
msgid "Refresh facts"
|
345
324
|
msgstr "Fakten aktualisieren"
|
346
325
|
|
347
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
348
|
-
#: ../app/models/setting/discovered.rb:23
|
349
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
|
326
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
|
350
327
|
msgid "Reboot"
|
351
328
|
msgstr "Neustart"
|
352
329
|
|
@@ -354,62 +331,51 @@ msgstr "Neustart"
|
|
354
331
|
msgid "Back"
|
355
332
|
msgstr "Zurück"
|
356
333
|
|
357
|
-
#: ../app/helpers/discovered_hosts_helper.rb:21
|
358
|
-
#: ../app/helpers/discovered_hosts_helper.rb:37
|
334
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
359
335
|
msgid "Select Action"
|
360
336
|
msgstr "Aktion auswählen"
|
361
337
|
|
362
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23
|
363
|
-
msgid "Expand All"
|
364
|
-
msgstr "Alle ausklappen"
|
365
|
-
|
366
|
-
#: ../app/helpers/discovered_hosts_helper.rb:27
|
367
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
|
338
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
|
368
339
|
msgid "Delete %s?"
|
369
340
|
msgstr "%s löschen?"
|
370
341
|
|
371
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
372
|
-
msgid "Delete hosts"
|
373
|
-
msgstr "Hosts löschen"
|
374
|
-
|
375
|
-
#: ../app/helpers/discovered_hosts_helper.rb:34
|
342
|
+
#: ../app/helpers/discovered_hosts_helper.rb:31
|
376
343
|
msgid "Assign Organization"
|
377
344
|
msgstr "Organisation zuweisen"
|
378
345
|
|
379
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
346
|
+
#: ../app/helpers/discovered_hosts_helper.rb:32
|
380
347
|
msgid "Assign Location"
|
381
348
|
msgstr "Standort zuweisen"
|
382
349
|
|
383
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
350
|
+
#: ../app/helpers/discovered_hosts_helper.rb:33
|
351
|
+
msgid "Delete"
|
352
|
+
msgstr ""
|
353
|
+
|
354
|
+
#: ../app/helpers/discovered_hosts_helper.rb:37
|
384
355
|
msgid "%s - The following hosts are about to be changed"
|
385
356
|
msgstr "%s - Die folgenden Hosts werden geändert"
|
386
357
|
|
387
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
388
|
-
#: ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
358
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
389
359
|
msgid "N/A"
|
390
360
|
msgstr "N/A"
|
391
361
|
|
392
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
362
|
+
#: ../app/helpers/discovered_hosts_helper.rb:58
|
393
363
|
msgid "New in the last 24 hours"
|
394
364
|
msgstr "Neu in den letzten 24 Stunden"
|
395
365
|
|
396
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
366
|
+
#: ../app/helpers/discovered_hosts_helper.rb:62
|
397
367
|
msgid "Not reported in more than 7 days"
|
398
368
|
msgstr "Nicht berichtet in mehr als 7 Tagen"
|
399
369
|
|
400
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
370
|
+
#: ../app/helpers/discovered_hosts_helper.rb:66
|
401
371
|
msgid "Reported in the last 7 days"
|
402
372
|
msgstr "Berichtet in den letzten 7 Tagen"
|
403
373
|
|
404
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
374
|
+
#: ../app/helpers/discovered_hosts_helper.rb:90
|
405
375
|
msgid "Provision"
|
406
376
|
msgstr "Bereitstellen"
|
407
377
|
|
408
|
-
#: ../app/helpers/discovery_rules_helper.rb:26
|
409
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
410
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:1
|
411
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:6
|
412
|
-
#: ../lib/foreman_discovery/engine.rb:166
|
378
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:173
|
413
379
|
msgid "Discovered Hosts"
|
414
380
|
msgstr "Entdeckte Hosts"
|
415
381
|
|
@@ -445,66 +411,59 @@ msgstr "Muss einen Benutzer mit aktivierter E-Mail angeben"
|
|
445
411
|
msgid "Discovered hosts summary"
|
446
412
|
msgstr "Zusammenfassung entdeckter Hosts"
|
447
413
|
|
448
|
-
#: ../app/models/discovery_rule.rb:
|
414
|
+
#: ../app/models/discovery_rule.rb:10
|
449
415
|
msgid "can't contain white spaces."
|
450
416
|
msgstr "darf keine Leerzeichen enthalten."
|
451
417
|
|
452
|
-
#: ../app/models/discovery_rule.rb:
|
418
|
+
#: ../app/models/discovery_rule.rb:12
|
453
419
|
msgid "must start with a letter or ERB."
|
454
420
|
msgstr "muss mit einem Buchstaben oder ERB beginnen."
|
455
421
|
|
456
|
-
#: ../app/models/discovery_rule.rb:
|
457
|
-
msgid ""
|
458
|
-
|
459
|
-
|
460
|
-
|
422
|
+
#: ../app/models/discovery_rule.rb:15
|
423
|
+
msgid "must be present."
|
424
|
+
msgstr ""
|
425
|
+
|
426
|
+
#: ../app/models/discovery_rule.rb:48
|
427
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
428
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
461
429
|
msgstr[0] ""
|
462
430
|
msgstr[1] ""
|
463
431
|
|
464
|
-
#: ../app/models/discovery_rule.rb:
|
432
|
+
#: ../app/models/discovery_rule.rb:54
|
465
433
|
msgid "Host group location %s must also be associated to the discovery rule"
|
466
|
-
msgid_plural ""
|
467
|
-
"Host group locations %s must also be associated to the discovery rule"
|
434
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
468
435
|
msgstr[0] ""
|
469
436
|
msgstr[1] ""
|
470
437
|
|
471
|
-
#: ../app/models/host/discovered.rb:
|
438
|
+
#: ../app/models/host/discovered.rb:51
|
472
439
|
msgid "Invalid facts, must be a Hash"
|
473
440
|
msgstr "Ungültige Fakten, es muss sich um einen Hash handeln"
|
474
441
|
|
475
|
-
#: ../app/models/host/discovered.rb:
|
476
|
-
msgid ""
|
477
|
-
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
478
|
-
"and set hostname"
|
442
|
+
#: ../app/models/host/discovered.rb:56
|
443
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
479
444
|
msgstr "Erwartetes discovery_fact '%s' fehlt, primäre Schnittstelle kann nicht gefunden und Hostname nicht eingestellt werden"
|
480
445
|
|
481
|
-
#: ../app/models/host/discovered.rb:
|
482
|
-
msgid ""
|
483
|
-
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
484
|
-
"the discovery_hostname setting: %s"
|
446
|
+
#: ../app/models/host/discovered.rb:63
|
447
|
+
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
485
448
|
msgstr ""
|
486
449
|
|
487
|
-
#: ../app/models/host/discovered.rb:
|
450
|
+
#: ../app/models/host/discovered.rb:89
|
488
451
|
msgid "Facts could not be imported"
|
489
452
|
msgstr "Fakten konnten nicht importiert werden"
|
490
453
|
|
491
|
-
#: ../app/models/host/discovered.rb:
|
492
|
-
msgid "Unable to assign subnet, primary interface is missing IP address"
|
493
|
-
msgstr "Subnetz kann nicht zugewiesen werden, IP-Adresse der primären Schnittstelle fehlt"
|
494
|
-
|
495
|
-
#: ../app/models/host/discovered.rb:190
|
454
|
+
#: ../app/models/host/discovered.rb:212
|
496
455
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
497
456
|
msgstr "Fakten konnten nicht vom Proxy %{url} abgerufen werden: %{error}"
|
498
457
|
|
499
|
-
#: ../app/models/host/discovered.rb:
|
458
|
+
#: ../app/models/host/discovered.rb:220
|
500
459
|
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
501
460
|
msgstr "%{name} kann nicht über %{url} neu gestartet werden: %{msg}"
|
502
461
|
|
503
|
-
#: ../app/models/host/discovered.rb:
|
462
|
+
#: ../app/models/host/discovered.rb:228
|
504
463
|
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
505
464
|
msgstr "kexec kann nicht auf %{name} über %{url} ausgeführt werden: %{msg}"
|
506
465
|
|
507
|
-
#: ../app/models/host/discovered.rb:
|
466
|
+
#: ../app/models/host/discovered.rb:247
|
508
467
|
msgid "Invalid hostname: Could not normalize the hostname"
|
509
468
|
msgstr "Ungültiger Hostname: Konnte den Hostnamen nicht normalisieren"
|
510
469
|
|
@@ -557,9 +516,7 @@ msgid "Hostname facts"
|
|
557
516
|
msgstr "Hostnamenfakten"
|
558
517
|
|
559
518
|
#: ../app/models/setting/discovered.rb:22
|
560
|
-
msgid ""
|
561
|
-
"Automatically provision newly discovered hosts, according to the "
|
562
|
-
"provisioning rules"
|
519
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
563
520
|
msgstr "Neu entdeckte Hosts automatisch bereitstellen gemäß Bereitstellungsregeln"
|
564
521
|
|
565
522
|
#: ../app/models/setting/discovered.rb:22
|
@@ -635,9 +592,7 @@ msgid "IPMI facts"
|
|
635
592
|
msgstr "IPMI-Fakten"
|
636
593
|
|
637
594
|
#: ../app/models/setting/discovered.rb:32
|
638
|
-
msgid ""
|
639
|
-
"Automatically generate PXE configuration to pin a newly discovered host to "
|
640
|
-
"discovery"
|
595
|
+
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
641
596
|
msgstr "PXE-Konfiguration automatisch erzeugen, um einen neu entdeckten Host zu einer Entdeckung anzuheften"
|
642
597
|
|
643
598
|
#: ../app/models/setting/discovered.rb:32
|
@@ -676,27 +631,41 @@ msgstr ""
|
|
676
631
|
msgid "Force DNS"
|
677
632
|
msgstr "DNS erzwingen"
|
678
633
|
|
679
|
-
#: ../app/models/setting/discovered.rb:
|
634
|
+
#: ../app/models/setting/discovered.rb:37
|
635
|
+
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
636
|
+
msgstr ""
|
637
|
+
|
638
|
+
#: ../app/models/setting/discovered.rb:37
|
639
|
+
msgid "Error on existing NIC"
|
640
|
+
msgstr ""
|
641
|
+
|
642
|
+
#: ../app/models/setting/discovered.rb:44
|
680
643
|
msgid "The default location to place discovered hosts in"
|
681
644
|
msgstr "Standard-Standort, in den entdeckte Hosts platziert werden"
|
682
645
|
|
683
|
-
#: ../app/models/setting/discovered.rb:
|
646
|
+
#: ../app/models/setting/discovered.rb:44
|
684
647
|
msgid "Discovery location"
|
685
648
|
msgstr "Entdeckungsort"
|
686
649
|
|
687
|
-
#: ../app/models/setting/discovered.rb:
|
650
|
+
#: ../app/models/setting/discovered.rb:52
|
688
651
|
msgid "The default organization to place discovered hosts in"
|
689
652
|
msgstr "Standard-Organisation, in die entdeckte Hosts platziert werden"
|
690
653
|
|
691
|
-
#: ../app/models/setting/discovered.rb:
|
654
|
+
#: ../app/models/setting/discovered.rb:52
|
692
655
|
msgid "Discovery organization"
|
693
656
|
msgstr "Entdeckungsorganisation"
|
694
657
|
|
695
|
-
#: ../app/services/foreman_discovery/fact_parser.rb:
|
696
|
-
msgid ""
|
697
|
-
|
698
|
-
|
699
|
-
|
658
|
+
#: ../app/services/foreman_discovery/fact_parser.rb:4
|
659
|
+
msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
|
660
|
+
msgstr ""
|
661
|
+
|
662
|
+
#: ../app/services/foreman_discovery/fact_parser.rb:6
|
663
|
+
msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
664
|
+
msgstr ""
|
665
|
+
|
666
|
+
#: ../app/services/foreman_discovery/fact_parser.rb:12
|
667
|
+
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
668
|
+
msgstr ""
|
700
669
|
|
701
670
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:75
|
702
671
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
@@ -714,25 +683,15 @@ msgstr "Keine entdeckten Hosts verfügbar"
|
|
714
683
|
msgid "Host"
|
715
684
|
msgstr "Host"
|
716
685
|
|
717
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
718
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
719
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
720
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
721
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
686
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
722
687
|
msgid "Model"
|
723
688
|
msgstr "Modell"
|
724
689
|
|
725
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
726
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
727
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
728
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
690
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
729
691
|
msgid "CPUs"
|
730
692
|
msgstr "Anzahl der CPUs:"
|
731
693
|
|
732
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
733
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
734
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
735
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
694
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
736
695
|
msgid "Memory"
|
737
696
|
msgstr "Speicher"
|
738
697
|
|
@@ -752,16 +711,11 @@ msgstr "Alle Elemente auf dieser Seite auswählen"
|
|
752
711
|
msgid "items selected. Uncheck to Clear"
|
753
712
|
msgstr "Elemente ausgewählt. Zum Leeren abwählen"
|
754
713
|
|
755
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
756
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
757
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
758
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
714
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
759
715
|
msgid "Name"
|
760
716
|
msgstr "Name"
|
761
717
|
|
762
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
763
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
764
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
718
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
765
719
|
msgid "IP Address"
|
766
720
|
msgstr "IP-Adresse"
|
767
721
|
|
@@ -773,13 +727,11 @@ msgstr ""
|
|
773
727
|
msgid "Disks Size"
|
774
728
|
msgstr ""
|
775
729
|
|
776
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
777
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
730
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
778
731
|
msgid "Location"
|
779
732
|
msgstr "Standort"
|
780
733
|
|
781
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
|
782
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
|
734
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
|
783
735
|
msgid "Organization"
|
784
736
|
msgstr "Organisation"
|
785
737
|
|
@@ -807,18 +759,8 @@ msgstr "Absenden"
|
|
807
759
|
msgid "Provision %s"
|
808
760
|
msgstr ""
|
809
761
|
|
810
|
-
#: ../app/views/discovered_hosts/index.html.erb:2
|
811
|
-
msgid "Reboot All"
|
812
|
-
msgstr "Alle neu starten"
|
813
|
-
|
814
|
-
#: ../app/views/discovered_hosts/index.html.erb:3
|
815
|
-
msgid "Auto Provision All"
|
816
|
-
msgstr "Alle automatisch bereitstellen"
|
817
|
-
|
818
762
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
|
819
|
-
msgid ""
|
820
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
821
|
-
"as well"
|
763
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
822
764
|
msgstr "Dieser Vorgang kann eine Weile dauern, da alle Hosts, Fakten und Berichte ebenfalls gelöscht werden"
|
823
765
|
|
824
766
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -833,34 +775,36 @@ msgstr "Organisation auswählen"
|
|
833
775
|
msgid "Discovered host: %s"
|
834
776
|
msgstr "Entdeckter Host: %s"
|
835
777
|
|
836
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
778
|
+
#: ../app/views/discovered_hosts/show.html.erb:37
|
837
779
|
msgid "Interfaces"
|
838
780
|
msgstr "Interfaces"
|
839
781
|
|
840
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
782
|
+
#: ../app/views/discovered_hosts/show.html.erb:44
|
841
783
|
msgid "Type"
|
842
784
|
msgstr "Typ"
|
843
785
|
|
844
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
786
|
+
#: ../app/views/discovered_hosts/show.html.erb:45
|
845
787
|
msgid "Identifier"
|
846
788
|
msgstr "Kennung"
|
847
789
|
|
848
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
790
|
+
#: ../app/views/discovered_hosts/show.html.erb:46
|
849
791
|
msgid "MAC address"
|
850
792
|
msgstr "MAC-Adresse"
|
851
793
|
|
852
|
-
#: ../app/views/discovered_hosts/show.html.erb:
|
794
|
+
#: ../app/views/discovered_hosts/show.html.erb:47
|
853
795
|
msgid "IP address"
|
854
796
|
msgstr "IP-Adresse"
|
855
797
|
|
798
|
+
#: ../app/views/discovered_hosts/show.html.erb:66
|
799
|
+
msgid "Collapse All"
|
800
|
+
msgstr ""
|
801
|
+
|
856
802
|
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
857
803
|
msgid "No discovered hosts found in this context."
|
858
804
|
msgstr ""
|
859
805
|
|
860
806
|
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
861
|
-
msgid ""
|
862
|
-
"This page shows discovered bare-metal or virtual nodes waiting to be "
|
863
|
-
"provisioned."
|
807
|
+
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
864
808
|
msgstr ""
|
865
809
|
|
866
810
|
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
@@ -875,23 +819,19 @@ msgstr "Zusammenfassungsbericht für entdeckte Hosts von Foreman"
|
|
875
819
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
876
820
|
msgstr "<b>Foreman</b> Zusammenfassung entdeckter Hosts"
|
877
821
|
|
878
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
879
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
822
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
880
823
|
msgid "Summary from %{time} ago to %{now}"
|
881
824
|
msgstr "Zusammenfassung von %{time} bis %{now}"
|
882
825
|
|
883
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
884
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
826
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
885
827
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
886
828
|
msgstr "Vom Foreman-Server unter %{foreman_url} entdeckte Hosts"
|
887
829
|
|
888
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
889
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
830
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
890
831
|
msgid "Disk count"
|
891
832
|
msgstr "Festplattenanzahl"
|
892
833
|
|
893
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
894
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
834
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
895
835
|
msgid "Disks size"
|
896
836
|
msgstr "Festplattengröße"
|
897
837
|
|
@@ -940,38 +880,28 @@ msgid "Rule priority (lower integer means higher priority)"
|
|
940
880
|
msgstr "Regelpriorität (niedriger Wert bedeutet hohe Priorität)"
|
941
881
|
|
942
882
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
943
|
-
msgid ""
|
944
|
-
"Specify target hostname template pattern in the same syntax as in "
|
945
|
-
"Provisioning Templates (ERB)."
|
883
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
946
884
|
msgstr "Vorlagenmuster des Ziel-Hostnamens in derselben Syntax angeben wie in Bereitstellungsvorlagen (ERB)."
|
947
885
|
|
948
886
|
#: ../app/views/discovery_rules/_template_inline.erb:4
|
949
|
-
msgid ""
|
950
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
951
|
-
"be used when left blank."
|
887
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
952
888
|
msgstr ""
|
953
889
|
|
954
890
|
#: ../app/views/discovery_rules/_template_inline.erb:5
|
955
|
-
msgid ""
|
956
|
-
"In addition to @host attribute function rand for random integers is "
|
957
|
-
"available. Examples:"
|
891
|
+
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
958
892
|
msgstr ""
|
959
893
|
|
960
894
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
961
|
-
msgid ""
|
962
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
963
|
-
"unique."
|
895
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
964
896
|
msgstr ""
|
965
897
|
|
966
898
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
967
|
-
msgid ""
|
968
|
-
"Hostnames must not start with numbers. A good approach is to use unique "
|
969
|
-
"information provided by facter (MAC address, BIOS or serial ID)."
|
899
|
+
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
970
900
|
msgstr ""
|
971
901
|
|
972
902
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
973
|
-
msgid "Edit
|
974
|
-
msgstr "
|
903
|
+
msgid "Edit %s"
|
904
|
+
msgstr ""
|
975
905
|
|
976
906
|
#: ../app/views/discovery_rules/index.html.erb:1
|
977
907
|
msgid "Discovery Rules"
|
@@ -1025,30 +955,26 @@ msgstr ""
|
|
1025
955
|
msgid "Details"
|
1026
956
|
msgstr "Details"
|
1027
957
|
|
1028
|
-
#: ../lib/foreman_discovery/engine.rb:
|
958
|
+
#: ../lib/foreman_discovery/engine.rb:158
|
1029
959
|
msgid "Discovered hosts"
|
1030
960
|
msgstr "Entdeckte Hosts"
|
1031
961
|
|
1032
|
-
#: ../lib/foreman_discovery/engine.rb:
|
962
|
+
#: ../lib/foreman_discovery/engine.rb:163
|
1033
963
|
msgid "Discovery rules"
|
1034
964
|
msgstr "Entdeckungsregeln"
|
1035
965
|
|
1036
|
-
#: ../lib/foreman_discovery/engine.rb:
|
966
|
+
#: ../lib/foreman_discovery/engine.rb:179
|
1037
967
|
msgid "Discovery Kexec template"
|
1038
968
|
msgstr ""
|
1039
969
|
|
1040
|
-
#: ../lib/foreman_discovery/engine.rb:
|
970
|
+
#: ../lib/foreman_discovery/engine.rb:188
|
1041
971
|
msgid "Discovery Proxy"
|
1042
972
|
msgstr ""
|
1043
973
|
|
1044
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1045
|
-
msgid ""
|
1046
|
-
"Discovery Proxy to use within this subnet for managing connection to "
|
1047
|
-
"discovered hosts"
|
974
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
975
|
+
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1048
976
|
msgstr ""
|
1049
977
|
|
1050
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1051
|
-
msgid ""
|
1052
|
-
"ID of Discovery Proxy to use within this subnet for managing connection to "
|
1053
|
-
"discovered hosts"
|
978
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
979
|
+
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1054
980
|
msgstr ""
|