foreman_discovery 22.0.2 → 23.0.0
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/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +846 -0
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +844 -0
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +851 -0
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +844 -0
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +847 -0
- data/app/controllers/discovered_hosts_controller.rb +5 -1
- data/app/helpers/discovered_hosts_helper.rb +9 -2
- data/app/models/host/discovered.rb +3 -3
- data/app/services/foreman_discovery/import_hooks/lock_templates.rb +1 -1
- data/app/services/foreman_discovery/node_api/node_resource.rb +5 -5
- data/app/services/foreman_discovery/ui_notifications/failed_discovery.rb +1 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -1
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
- data/db/migrate/20221102065954_fix_discovery_settings_category_to_dsl.rb +1 -1
- data/db/migrate/20221102075151_migrate_discovery_hostname_and_fact_column_to_array.rb +13 -0
- data/extra/discover-host +1 -1
- data/lib/foreman_discovery/engine.rb +8 -20
- 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 +1122 -0
- data/locale/ca/foreman_discovery.po +22 -10
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.edit.po +1120 -0
- data/locale/cs_CZ/foreman_discovery.po +846 -0
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +1129 -0
- data/locale/de/foreman_discovery.po +22 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +1115 -0
- data/locale/en/foreman_discovery.po +19 -7
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +1125 -0
- data/locale/en_GB/foreman_discovery.po +22 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +1130 -0
- data/locale/es/foreman_discovery.po +81 -65
- data/locale/foreman_discovery.pot +231 -211
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +1126 -0
- data/locale/fr/foreman_discovery.po +35 -19
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +1120 -0
- data/locale/gl/foreman_discovery.po +19 -7
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +1123 -0
- data/locale/it/foreman_discovery.po +21 -8
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +1119 -0
- data/locale/ja/foreman_discovery.po +34 -22
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.edit.po +1120 -0
- data/locale/ka/foreman_discovery.po +846 -0
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +1119 -0
- data/locale/ko/foreman_discovery.po +20 -8
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +1132 -0
- data/locale/pt_BR/foreman_discovery.po +61 -45
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +1131 -0
- data/locale/ru/foreman_discovery.po +21 -9
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +1123 -0
- data/locale/sv_SE/foreman_discovery.po +19 -7
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +1117 -0
- data/locale/zh_CN/foreman_discovery.po +31 -19
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +1120 -0
- data/locale/zh_TW/foreman_discovery.po +19 -7
- data/package.json +0 -1
- data/test/functional/api/v2/fact_value_extensions_test.rb +1 -1
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb +75 -0
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb.orig +81 -0
- data/test/test_helper_discovery.rb +1 -1
- data/test/unit/discovery_attribute_set_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +3 -3
- data/webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js +1 -1
- metadata +50 -8
- data/app/models/setting/discovered.rb +0 -22
@@ -0,0 +1,1115 @@
|
|
1
|
+
# Copyright (C) Foreman developers
|
2
|
+
# This file is distributed under the same license as the foreman_discovery package.
|
3
|
+
msgid ""
|
4
|
+
msgstr ""
|
5
|
+
"Project-Id-Version: foreman_discovery v22.0.4\n"
|
6
|
+
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
7
|
+
"PO-Revision-Date: 2015-12-27 01:18+0000\n"
|
8
|
+
"Last-Translator: \n"
|
9
|
+
"Language-Team: EnglishMIME-Version: 1.0\n"
|
10
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11
|
+
"Content-Transfer-Encoding: 8bit\n"
|
12
|
+
"Language: en\n"
|
13
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14
|
+
|
15
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
16
|
+
msgid "List all discovered hosts"
|
17
|
+
msgstr ""
|
18
|
+
|
19
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
20
|
+
msgid "filter results"
|
21
|
+
msgstr ""
|
22
|
+
|
23
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
24
|
+
msgid "sort results"
|
25
|
+
msgstr ""
|
26
|
+
|
27
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
28
|
+
msgid "paginate results"
|
29
|
+
msgstr ""
|
30
|
+
|
31
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
32
|
+
msgid "number of entries per request"
|
33
|
+
msgstr ""
|
34
|
+
|
35
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:26
|
36
|
+
msgid "Show a discovered host"
|
37
|
+
msgstr ""
|
38
|
+
|
39
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
40
|
+
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
41
|
+
msgstr ""
|
42
|
+
|
43
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:41
|
44
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
45
|
+
msgstr ""
|
46
|
+
|
47
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:50
|
48
|
+
msgid "Provision a discovered host"
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
#: ../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
|
52
|
+
msgid "required if host is managed and value is not inherited from host group"
|
53
|
+
msgstr ""
|
54
|
+
|
55
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
56
|
+
msgid "not required if using a subnet with DHCP proxy"
|
57
|
+
msgstr ""
|
58
|
+
|
59
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:56
|
60
|
+
msgid "not required if it's a virtual machine"
|
61
|
+
msgstr ""
|
62
|
+
|
63
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
64
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
68
|
+
msgid "required if host is managed and custom partition has not been defined"
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
72
|
+
msgid "Host's owner type"
|
73
|
+
msgstr ""
|
74
|
+
|
75
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
76
|
+
msgid "Host's parameters (array or indexed hash)"
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
80
|
+
msgid "Name of the parameter"
|
81
|
+
msgstr ""
|
82
|
+
|
83
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
84
|
+
msgid "Parameter value"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
88
|
+
msgid "Type of value"
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
92
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
93
|
+
msgstr ""
|
94
|
+
|
95
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
|
96
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
97
|
+
msgstr ""
|
98
|
+
|
99
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
|
100
|
+
msgid "Delete a discovered host"
|
101
|
+
msgstr ""
|
102
|
+
|
103
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
|
104
|
+
msgid "Upload facts for a host, creating the host if required"
|
105
|
+
msgstr ""
|
106
|
+
|
107
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
|
108
|
+
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)"
|
109
|
+
msgstr ""
|
110
|
+
|
111
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
|
112
|
+
msgid "Execute rules against a discovered host"
|
113
|
+
msgstr ""
|
114
|
+
|
115
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:163
|
116
|
+
msgid "Host %{host} was provisioned with rule %{rule}"
|
117
|
+
msgstr ""
|
118
|
+
|
119
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
|
120
|
+
msgid "Unable to provision %{host}: %{errors}"
|
121
|
+
msgstr ""
|
122
|
+
|
123
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:170
|
124
|
+
msgid "No rule found for host %s"
|
125
|
+
msgstr ""
|
126
|
+
|
127
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
|
128
|
+
msgid "Execute rules against all currently discovered hosts"
|
129
|
+
msgstr ""
|
130
|
+
|
131
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:176
|
132
|
+
msgid "Errors during auto provisioning: %s"
|
133
|
+
msgstr ""
|
134
|
+
|
135
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:179
|
136
|
+
msgid "No discovered hosts to provision"
|
137
|
+
msgstr ""
|
138
|
+
|
139
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
|
140
|
+
msgid "%s discovered hosts were provisioned"
|
141
|
+
msgstr ""
|
142
|
+
|
143
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
|
144
|
+
msgid "Refreshing the facts of a discovered host"
|
145
|
+
msgstr ""
|
146
|
+
|
147
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
|
148
|
+
msgid "Rebooting a discovered host"
|
149
|
+
msgstr ""
|
150
|
+
|
151
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
|
152
|
+
msgid "Rebooting all discovered hosts"
|
153
|
+
msgstr ""
|
154
|
+
|
155
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:132
|
156
|
+
msgid "Discovered hosts are rebooting now"
|
157
|
+
msgstr ""
|
158
|
+
|
159
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:14
|
160
|
+
msgid "List all discovery rules"
|
161
|
+
msgstr ""
|
162
|
+
|
163
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:24
|
164
|
+
msgid "Show a discovery rule"
|
165
|
+
msgstr ""
|
166
|
+
|
167
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:32
|
168
|
+
msgid "represents rule name shown to the users"
|
169
|
+
msgstr ""
|
170
|
+
|
171
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:33
|
172
|
+
msgid "query to match discovered hosts for the particular rule"
|
173
|
+
msgstr ""
|
174
|
+
|
175
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:34
|
176
|
+
msgid "the hostgroup that is used to auto provision a host"
|
177
|
+
msgstr ""
|
178
|
+
|
179
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
180
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
181
|
+
msgstr ""
|
182
|
+
|
183
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
184
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
188
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
189
|
+
msgstr ""
|
190
|
+
|
191
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
192
|
+
msgid "flag is used for temporary shutdown of rules"
|
193
|
+
msgstr ""
|
194
|
+
|
195
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:39
|
196
|
+
msgid "location ID for provisioned hosts"
|
197
|
+
msgstr ""
|
198
|
+
|
199
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:40
|
200
|
+
msgid "organization ID for provisioned hosts"
|
201
|
+
msgstr ""
|
202
|
+
|
203
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:44
|
204
|
+
msgid "Create a discovery rule"
|
205
|
+
msgstr ""
|
206
|
+
|
207
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:53
|
208
|
+
msgid "Update a rule"
|
209
|
+
msgstr ""
|
210
|
+
|
211
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:61
|
212
|
+
msgid "Delete a rule"
|
213
|
+
msgstr ""
|
214
|
+
|
215
|
+
#: ../app/controllers/api/v2/fact_values_controller_extensions.rb:7
|
216
|
+
msgid "List all fact values of a given discovered host"
|
217
|
+
msgstr ""
|
218
|
+
|
219
|
+
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
|
220
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
221
|
+
msgstr ""
|
222
|
+
|
223
|
+
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:43
|
224
|
+
msgid "No hostgroup associated with rule '%s'"
|
225
|
+
msgstr ""
|
226
|
+
|
227
|
+
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
|
228
|
+
msgid "Errors during reboot: %s"
|
229
|
+
msgstr ""
|
230
|
+
|
231
|
+
#: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
|
232
|
+
msgid "No discovered hosts to reboot"
|
233
|
+
msgstr ""
|
234
|
+
|
235
|
+
#: ../app/controllers/discovered_hosts_controller.rb:66
|
236
|
+
msgid "Successfully provisioned %s"
|
237
|
+
msgstr ""
|
238
|
+
|
239
|
+
#: ../app/controllers/discovered_hosts_controller.rb:100
|
240
|
+
msgid "Facts refreshed for %s"
|
241
|
+
msgstr ""
|
242
|
+
|
243
|
+
#: ../app/controllers/discovered_hosts_controller.rb:102
|
244
|
+
msgid "Failed to refresh facts for %s"
|
245
|
+
msgstr ""
|
246
|
+
|
247
|
+
#: ../app/controllers/discovered_hosts_controller.rb:105
|
248
|
+
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
249
|
+
msgstr ""
|
250
|
+
|
251
|
+
#: ../app/controllers/discovered_hosts_controller.rb:112
|
252
|
+
msgid "Host of type %s can not be rebooted"
|
253
|
+
msgstr ""
|
254
|
+
|
255
|
+
#: ../app/controllers/discovered_hosts_controller.rb:116
|
256
|
+
msgid "Rebooting host %s"
|
257
|
+
msgstr ""
|
258
|
+
|
259
|
+
#: ../app/controllers/discovered_hosts_controller.rb:118
|
260
|
+
msgid "Failed to reboot host %s"
|
261
|
+
msgstr ""
|
262
|
+
|
263
|
+
#: ../app/controllers/discovered_hosts_controller.rb:121
|
264
|
+
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
265
|
+
msgstr ""
|
266
|
+
|
267
|
+
#: ../app/controllers/discovered_hosts_controller.rb:135
|
268
|
+
msgid "Failed to reboot hosts with error %s"
|
269
|
+
msgstr ""
|
270
|
+
|
271
|
+
#: ../app/controllers/discovered_hosts_controller.rb:153
|
272
|
+
msgid "Destroyed selected hosts"
|
273
|
+
msgstr ""
|
274
|
+
|
275
|
+
#: ../app/controllers/discovered_hosts_controller.rb:155
|
276
|
+
msgid "The following hosts were not deleted: %s"
|
277
|
+
msgstr ""
|
278
|
+
|
279
|
+
#: ../app/controllers/discovered_hosts_controller.rb:167
|
280
|
+
msgid "Failed to auto provision host %s: %s"
|
281
|
+
msgstr ""
|
282
|
+
|
283
|
+
#: ../app/controllers/discovered_hosts_controller.rb:195
|
284
|
+
msgid "Discovered hosts are provisioning now"
|
285
|
+
msgstr ""
|
286
|
+
|
287
|
+
#: ../app/controllers/discovered_hosts_controller.rb:280
|
288
|
+
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
289
|
+
msgstr ""
|
290
|
+
|
291
|
+
#: ../app/controllers/discovered_hosts_controller.rb:285
|
292
|
+
msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
293
|
+
msgstr ""
|
294
|
+
|
295
|
+
#: ../app/controllers/discovered_hosts_controller.rb:299
|
296
|
+
msgid "No hosts were found with that id or name"
|
297
|
+
msgstr ""
|
298
|
+
|
299
|
+
#: ../app/controllers/discovered_hosts_controller.rb:303
|
300
|
+
msgid "No hosts selected"
|
301
|
+
msgstr ""
|
302
|
+
|
303
|
+
#: ../app/controllers/discovered_hosts_controller.rb:309
|
304
|
+
msgid "Something went wrong while selecting hosts - %s"
|
305
|
+
msgstr ""
|
306
|
+
|
307
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
308
|
+
msgid "Rule enabled"
|
309
|
+
msgstr ""
|
310
|
+
|
311
|
+
#: ../app/controllers/discovery_rules_controller.rb:79
|
312
|
+
msgid "Rule disabled"
|
313
|
+
msgstr ""
|
314
|
+
|
315
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
316
|
+
msgid "Auto Provision"
|
317
|
+
msgstr ""
|
318
|
+
|
319
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
|
320
|
+
msgid "Refresh facts"
|
321
|
+
msgstr ""
|
322
|
+
|
323
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42 ../lib/foreman_discovery/engine.rb:92
|
324
|
+
msgid "Reboot"
|
325
|
+
msgstr ""
|
326
|
+
|
327
|
+
#: ../app/helpers/discovered_hosts_helper.rb:19
|
328
|
+
msgid "Back"
|
329
|
+
msgstr ""
|
330
|
+
|
331
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
332
|
+
msgid "Select Action"
|
333
|
+
msgstr ""
|
334
|
+
|
335
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
336
|
+
msgid "Delete %s?"
|
337
|
+
msgstr ""
|
338
|
+
|
339
|
+
#: ../app/helpers/discovered_hosts_helper.rb:31
|
340
|
+
msgid "Assign Organization"
|
341
|
+
msgstr ""
|
342
|
+
|
343
|
+
#: ../app/helpers/discovered_hosts_helper.rb:32
|
344
|
+
msgid "Assign Location"
|
345
|
+
msgstr ""
|
346
|
+
|
347
|
+
#: ../app/helpers/discovered_hosts_helper.rb:33
|
348
|
+
msgid "Delete"
|
349
|
+
msgstr ""
|
350
|
+
|
351
|
+
#: ../app/helpers/discovered_hosts_helper.rb:37
|
352
|
+
msgid "%s - The following hosts are about to be changed"
|
353
|
+
msgstr ""
|
354
|
+
|
355
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
356
|
+
msgid "N/A"
|
357
|
+
msgstr ""
|
358
|
+
|
359
|
+
#: ../app/helpers/discovered_hosts_helper.rb:58
|
360
|
+
msgid "New in the last 24 hours"
|
361
|
+
msgstr ""
|
362
|
+
|
363
|
+
#: ../app/helpers/discovered_hosts_helper.rb:62
|
364
|
+
msgid "Not reported in more than 7 days"
|
365
|
+
msgstr ""
|
366
|
+
|
367
|
+
#: ../app/helpers/discovered_hosts_helper.rb:66
|
368
|
+
msgid "Reported in the last 7 days"
|
369
|
+
msgstr ""
|
370
|
+
|
371
|
+
#: ../app/helpers/discovered_hosts_helper.rb:90
|
372
|
+
msgid "Provision"
|
373
|
+
msgstr ""
|
374
|
+
|
375
|
+
#: ../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:311 ../lib/foreman_discovery/engine.rb:326
|
376
|
+
msgid "Discovered Hosts"
|
377
|
+
msgstr ""
|
378
|
+
|
379
|
+
#: ../app/helpers/discovery_rules_helper.rb:27
|
380
|
+
msgid "Associated Hosts"
|
381
|
+
msgstr ""
|
382
|
+
|
383
|
+
#: ../app/helpers/discovery_rules_helper.rb:29
|
384
|
+
msgid "Disable"
|
385
|
+
msgstr ""
|
386
|
+
|
387
|
+
#: ../app/helpers/discovery_rules_helper.rb:29
|
388
|
+
msgid "Disable rule '%s'?"
|
389
|
+
msgstr ""
|
390
|
+
|
391
|
+
#: ../app/helpers/discovery_rules_helper.rb:31
|
392
|
+
msgid "Enable"
|
393
|
+
msgstr ""
|
394
|
+
|
395
|
+
#: ../app/helpers/discovery_rules_helper.rb:31
|
396
|
+
msgid "Enable rule '%s'?"
|
397
|
+
msgstr ""
|
398
|
+
|
399
|
+
#: ../app/helpers/discovery_rules_helper.rb:33
|
400
|
+
msgid "Clone"
|
401
|
+
msgstr ""
|
402
|
+
|
403
|
+
#: ../app/helpers/discovery_rules_helper.rb:34
|
404
|
+
msgid "Delete rule '%s'?"
|
405
|
+
msgstr ""
|
406
|
+
|
407
|
+
#: ../app/mailers/discovered_mailer.rb:9
|
408
|
+
msgid "Invalid user type of %s was provided"
|
409
|
+
msgstr ""
|
410
|
+
|
411
|
+
#: ../app/mailers/discovered_mailer.rb:26
|
412
|
+
msgid "Discovered hosts summary"
|
413
|
+
msgstr ""
|
414
|
+
|
415
|
+
#: ../app/models/discovery_rule.rb:11
|
416
|
+
msgid "can't contain white spaces."
|
417
|
+
msgstr ""
|
418
|
+
|
419
|
+
#: ../app/models/discovery_rule.rb:13
|
420
|
+
msgid "must start with a letter or ERB."
|
421
|
+
msgstr ""
|
422
|
+
|
423
|
+
#: ../app/models/discovery_rule.rb:16
|
424
|
+
msgid "must be present."
|
425
|
+
msgstr ""
|
426
|
+
|
427
|
+
#: ../app/models/discovery_rule.rb:57
|
428
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
429
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
430
|
+
msgstr[0] ""
|
431
|
+
msgstr[1] ""
|
432
|
+
|
433
|
+
#: ../app/models/discovery_rule.rb:61
|
434
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
435
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
436
|
+
msgstr[0] ""
|
437
|
+
msgstr[1] ""
|
438
|
+
|
439
|
+
#: ../app/models/host/discovered.rb:40
|
440
|
+
msgid "Fact + prefix"
|
441
|
+
msgstr ""
|
442
|
+
|
443
|
+
#: ../app/models/host/discovered.rb:41
|
444
|
+
msgid "Random name"
|
445
|
+
msgstr ""
|
446
|
+
|
447
|
+
#: ../app/models/host/discovered.rb:42
|
448
|
+
msgid "MAC-based name"
|
449
|
+
msgstr ""
|
450
|
+
|
451
|
+
#: ../app/models/host/discovered.rb:55
|
452
|
+
msgid "Invalid facts, must be a Hash"
|
453
|
+
msgstr ""
|
454
|
+
|
455
|
+
#: ../app/models/host/discovered.rb:60
|
456
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
457
|
+
msgstr ""
|
458
|
+
|
459
|
+
#: ../app/models/host/discovered.rb:74
|
460
|
+
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
461
|
+
msgstr ""
|
462
|
+
|
463
|
+
#: ../app/models/host/discovered.rb:103
|
464
|
+
msgid "Facts could not be imported"
|
465
|
+
msgstr ""
|
466
|
+
|
467
|
+
#: ../app/models/host/discovered.rb:161
|
468
|
+
msgid "Could not get facts from proxy %{url}: %{error}"
|
469
|
+
msgstr ""
|
470
|
+
|
471
|
+
#: ../app/models/host/discovered.rb:179
|
472
|
+
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
473
|
+
msgstr ""
|
474
|
+
|
475
|
+
#: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
|
476
|
+
msgid "Unable to perform %{action} on %{ips}"
|
477
|
+
msgstr ""
|
478
|
+
|
479
|
+
#: ../app/models/host/discovered.rb:202
|
480
|
+
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
481
|
+
msgstr ""
|
482
|
+
|
483
|
+
#: ../app/models/host/discovered.rb:226
|
484
|
+
msgid "Invalid hostname: Could not normalize the hostname"
|
485
|
+
msgstr ""
|
486
|
+
|
487
|
+
#: ../app/models/host/managed_extensions.rb:23
|
488
|
+
msgid "Reloading kernel on %s"
|
489
|
+
msgstr ""
|
490
|
+
|
491
|
+
#: ../app/models/host/managed_extensions.rb:25
|
492
|
+
msgid "Rebooting %s"
|
493
|
+
msgstr ""
|
494
|
+
|
495
|
+
#: ../app/models/host/managed_extensions.rb:46
|
496
|
+
msgid "Kexec template not associated with operating system"
|
497
|
+
msgstr ""
|
498
|
+
|
499
|
+
#: ../app/models/host/managed_extensions.rb:49
|
500
|
+
msgid "Kernel kexec URL is invalid: '%s'"
|
501
|
+
msgstr ""
|
502
|
+
|
503
|
+
#: ../app/models/host/managed_extensions.rb:50
|
504
|
+
msgid "Init RAM kexec URL is invalid: '%s'"
|
505
|
+
msgstr ""
|
506
|
+
|
507
|
+
#: ../app/models/nic/managed_extensions.rb:14
|
508
|
+
msgid "Rebuild DNS for %s"
|
509
|
+
msgstr ""
|
510
|
+
|
511
|
+
#: ../app/services/foreman_discovery/fact_parser.rb:4
|
512
|
+
msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
|
513
|
+
msgstr ""
|
514
|
+
|
515
|
+
#: ../app/services/foreman_discovery/fact_parser.rb:6
|
516
|
+
msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
517
|
+
msgstr ""
|
518
|
+
|
519
|
+
#: ../app/services/foreman_discovery/fact_parser.rb:12
|
520
|
+
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
521
|
+
msgstr ""
|
522
|
+
|
523
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
|
524
|
+
msgid "Highlights"
|
525
|
+
msgstr ""
|
526
|
+
|
527
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
|
528
|
+
msgid "Storage"
|
529
|
+
msgstr ""
|
530
|
+
|
531
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
|
532
|
+
msgid "Hardware"
|
533
|
+
msgstr ""
|
534
|
+
|
535
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
|
536
|
+
msgid "Network"
|
537
|
+
msgstr ""
|
538
|
+
|
539
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
|
540
|
+
msgid "Software"
|
541
|
+
msgstr ""
|
542
|
+
|
543
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
|
544
|
+
msgid "IPMI"
|
545
|
+
msgstr ""
|
546
|
+
|
547
|
+
#: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
|
548
|
+
msgid "Miscellaneous"
|
549
|
+
msgstr ""
|
550
|
+
|
551
|
+
#: ../app/services/foreman_discovery/host_converter.rb:47
|
552
|
+
msgid "IPAM must be configured for subnet '%s'"
|
553
|
+
msgstr ""
|
554
|
+
|
555
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:4
|
556
|
+
msgid "Options must be hash"
|
557
|
+
msgstr ""
|
558
|
+
|
559
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:5
|
560
|
+
msgid "Option 'url' must be provided"
|
561
|
+
msgstr ""
|
562
|
+
|
563
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:41 ../app/services/foreman_discovery/node_api/node_resource.rb:47 ../app/services/foreman_discovery/node_api/node_resource.rb:53
|
564
|
+
msgid "Option 'url' must be valid URI: %s"
|
565
|
+
msgstr ""
|
566
|
+
|
567
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
568
|
+
msgid "Image API returned HTTP/%{code} with '%{body}"
|
569
|
+
msgstr ""
|
570
|
+
|
571
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:79
|
572
|
+
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
573
|
+
msgstr ""
|
574
|
+
|
575
|
+
#: ../app/services/foreman_discovery/ui_notifications/failed_discovery.rb:24
|
576
|
+
msgid "One or more hosts with failed discovery due to error: %s"
|
577
|
+
msgstr ""
|
578
|
+
|
579
|
+
#: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
|
580
|
+
msgid "Host %s has been dicovered"
|
581
|
+
msgstr ""
|
582
|
+
|
583
|
+
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
584
|
+
msgid "Discovered Host"
|
585
|
+
msgid_plural "Discovered Hosts"
|
586
|
+
msgstr[0] ""
|
587
|
+
msgstr[1] ""
|
588
|
+
|
589
|
+
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
590
|
+
msgid "No discovered hosts available"
|
591
|
+
msgstr ""
|
592
|
+
|
593
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
|
594
|
+
msgid "Host"
|
595
|
+
msgstr ""
|
596
|
+
|
597
|
+
#: ../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
|
598
|
+
msgid "Model"
|
599
|
+
msgstr ""
|
600
|
+
|
601
|
+
#: ../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
|
602
|
+
msgid "CPUs"
|
603
|
+
msgstr ""
|
604
|
+
|
605
|
+
#: ../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
|
606
|
+
msgid "Memory"
|
607
|
+
msgstr ""
|
608
|
+
|
609
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
|
610
|
+
msgid "Customize Host"
|
611
|
+
msgstr ""
|
612
|
+
|
613
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
614
|
+
msgid "Create Host"
|
615
|
+
msgstr ""
|
616
|
+
|
617
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
618
|
+
msgid "Select all items in this page"
|
619
|
+
msgstr ""
|
620
|
+
|
621
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
622
|
+
msgid "items selected. Uncheck to Clear"
|
623
|
+
msgstr ""
|
624
|
+
|
625
|
+
#: ../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
|
626
|
+
msgid "Name"
|
627
|
+
msgstr ""
|
628
|
+
|
629
|
+
#: ../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
|
630
|
+
msgid "IP Address"
|
631
|
+
msgstr ""
|
632
|
+
|
633
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
634
|
+
msgid "Disk Count"
|
635
|
+
msgstr ""
|
636
|
+
|
637
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
638
|
+
msgid "Disks Size"
|
639
|
+
msgstr ""
|
640
|
+
|
641
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
|
642
|
+
msgid "Location"
|
643
|
+
msgstr ""
|
644
|
+
|
645
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
|
646
|
+
msgid "Organization"
|
647
|
+
msgstr ""
|
648
|
+
|
649
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
650
|
+
msgid "Subnet"
|
651
|
+
msgstr ""
|
652
|
+
|
653
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
654
|
+
msgid "Last Facts Upload"
|
655
|
+
msgstr ""
|
656
|
+
|
657
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
|
658
|
+
msgid "Actions"
|
659
|
+
msgstr ""
|
660
|
+
|
661
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
|
662
|
+
msgid "Please Confirm"
|
663
|
+
msgstr ""
|
664
|
+
|
665
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
|
666
|
+
msgid "Cancel"
|
667
|
+
msgstr ""
|
668
|
+
|
669
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
|
670
|
+
msgid "Submit"
|
671
|
+
msgstr ""
|
672
|
+
|
673
|
+
#: ../app/views/discovered_hosts/edit.html.erb:1
|
674
|
+
msgid "Provision %s"
|
675
|
+
msgstr ""
|
676
|
+
|
677
|
+
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
|
678
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
679
|
+
msgstr ""
|
680
|
+
|
681
|
+
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
682
|
+
msgid "Select location"
|
683
|
+
msgstr ""
|
684
|
+
|
685
|
+
#: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5
|
686
|
+
msgid "Select organization"
|
687
|
+
msgstr ""
|
688
|
+
|
689
|
+
#: ../app/views/discovered_hosts/show.html.erb:1
|
690
|
+
msgid "Discovered host: %s"
|
691
|
+
msgstr ""
|
692
|
+
|
693
|
+
#: ../app/views/discovered_hosts/show.html.erb:37
|
694
|
+
msgid "Interfaces"
|
695
|
+
msgstr ""
|
696
|
+
|
697
|
+
#: ../app/views/discovered_hosts/show.html.erb:44
|
698
|
+
msgid "Type"
|
699
|
+
msgstr ""
|
700
|
+
|
701
|
+
#: ../app/views/discovered_hosts/show.html.erb:45
|
702
|
+
msgid "Identifier"
|
703
|
+
msgstr ""
|
704
|
+
|
705
|
+
#: ../app/views/discovered_hosts/show.html.erb:46
|
706
|
+
msgid "MAC address"
|
707
|
+
msgstr ""
|
708
|
+
|
709
|
+
#: ../app/views/discovered_hosts/show.html.erb:47
|
710
|
+
msgid "IP address"
|
711
|
+
msgstr ""
|
712
|
+
|
713
|
+
#: ../app/views/discovered_hosts/show.html.erb:66
|
714
|
+
msgid "Collapse All"
|
715
|
+
msgstr ""
|
716
|
+
|
717
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
718
|
+
msgid "Summary report for discovered hosts from Foreman"
|
719
|
+
msgstr ""
|
720
|
+
|
721
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:9
|
722
|
+
msgid "<b>Foreman</b> Discovered hosts summary"
|
723
|
+
msgstr ""
|
724
|
+
|
725
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
726
|
+
msgid "Summary from %{time} ago to %{now}"
|
727
|
+
msgstr ""
|
728
|
+
|
729
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
730
|
+
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
731
|
+
msgstr ""
|
732
|
+
|
733
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
734
|
+
msgid "Disk count"
|
735
|
+
msgstr ""
|
736
|
+
|
737
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
738
|
+
msgid "Disks size"
|
739
|
+
msgstr ""
|
740
|
+
|
741
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:31
|
742
|
+
msgid "No discovered hosts for the selected period"
|
743
|
+
msgstr ""
|
744
|
+
|
745
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:1
|
746
|
+
msgid "Foreman discovered hosts summary"
|
747
|
+
msgstr ""
|
748
|
+
|
749
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:21
|
750
|
+
msgid "No new discovered hosts for this period"
|
751
|
+
msgstr ""
|
752
|
+
|
753
|
+
#: ../app/views/discovery_rules/_form.html.erb:5
|
754
|
+
msgid "Primary"
|
755
|
+
msgstr ""
|
756
|
+
|
757
|
+
#: ../app/views/discovery_rules/_form.html.erb:7
|
758
|
+
msgid "Locations"
|
759
|
+
msgstr ""
|
760
|
+
|
761
|
+
#: ../app/views/discovery_rules/_form.html.erb:10
|
762
|
+
msgid "Organizations"
|
763
|
+
msgstr ""
|
764
|
+
|
765
|
+
#: ../app/views/discovery_rules/_form.html.erb:22
|
766
|
+
msgid "Target host group for this rule with all properties set"
|
767
|
+
msgstr ""
|
768
|
+
|
769
|
+
#: ../app/views/discovery_rules/_form.html.erb:25
|
770
|
+
msgid "Hostname for provisioned hosts"
|
771
|
+
msgstr ""
|
772
|
+
|
773
|
+
#: ../app/views/discovery_rules/_form.html.erb:26
|
774
|
+
msgid "Hosts Limit"
|
775
|
+
msgstr ""
|
776
|
+
|
777
|
+
#: ../app/views/discovery_rules/_form.html.erb:26
|
778
|
+
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
779
|
+
msgstr ""
|
780
|
+
|
781
|
+
#: ../app/views/discovery_rules/_form.html.erb:27
|
782
|
+
msgid "Rule priority (lower integer means higher priority)"
|
783
|
+
msgstr ""
|
784
|
+
|
785
|
+
#: ../app/views/discovery_rules/_template_inline.erb:2
|
786
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
787
|
+
msgstr ""
|
788
|
+
|
789
|
+
#: ../app/views/discovery_rules/_template_inline.erb:4
|
790
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
791
|
+
msgstr ""
|
792
|
+
|
793
|
+
#: ../app/views/discovery_rules/_template_inline.erb:5
|
794
|
+
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
795
|
+
msgstr ""
|
796
|
+
|
797
|
+
#: ../app/views/discovery_rules/_template_inline.erb:8
|
798
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
799
|
+
msgstr ""
|
800
|
+
|
801
|
+
#: ../app/views/discovery_rules/_template_inline.erb:9
|
802
|
+
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
803
|
+
msgstr ""
|
804
|
+
|
805
|
+
#: ../app/views/discovery_rules/clone.erb:1
|
806
|
+
msgid "Clone %s"
|
807
|
+
msgstr ""
|
808
|
+
|
809
|
+
#: ../app/views/discovery_rules/edit.html.erb:1
|
810
|
+
msgid "Edit %s"
|
811
|
+
msgstr ""
|
812
|
+
|
813
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:316 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:20
|
814
|
+
msgid "Discovery Rules"
|
815
|
+
msgstr ""
|
816
|
+
|
817
|
+
#: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
|
818
|
+
msgid "Create Rule"
|
819
|
+
msgstr ""
|
820
|
+
|
821
|
+
#: ../app/views/discovery_rules/index.html.erb:6
|
822
|
+
msgid "DiscoveryRule|Name"
|
823
|
+
msgstr ""
|
824
|
+
|
825
|
+
#: ../app/views/discovery_rules/index.html.erb:7
|
826
|
+
msgid "DiscoveryRule|Priority"
|
827
|
+
msgstr ""
|
828
|
+
|
829
|
+
#: ../app/views/discovery_rules/index.html.erb:8
|
830
|
+
msgid "DiscoveryRule|Query"
|
831
|
+
msgstr ""
|
832
|
+
|
833
|
+
#: ../app/views/discovery_rules/index.html.erb:9
|
834
|
+
msgid "Host Group"
|
835
|
+
msgstr ""
|
836
|
+
|
837
|
+
#: ../app/views/discovery_rules/index.html.erb:10
|
838
|
+
msgid "Hosts/Limit"
|
839
|
+
msgstr ""
|
840
|
+
|
841
|
+
#: ../app/views/discovery_rules/index.html.erb:13
|
842
|
+
msgid "DiscoveryRule|Enabled"
|
843
|
+
msgstr ""
|
844
|
+
|
845
|
+
#: ../app/views/discovery_rules/new.html.erb:1
|
846
|
+
msgid "New Discovery Rule"
|
847
|
+
msgstr ""
|
848
|
+
|
849
|
+
#: ../app/views/discovery_rules/welcome.html.erb:8
|
850
|
+
msgid "Discovered Rules"
|
851
|
+
msgstr ""
|
852
|
+
|
853
|
+
#: ../db/seeds.d/70_discovery_mail_notification.rb:3
|
854
|
+
msgid "A summary of discovered hosts"
|
855
|
+
msgstr ""
|
856
|
+
|
857
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:4
|
858
|
+
msgid "New hosts"
|
859
|
+
msgstr ""
|
860
|
+
|
861
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:6
|
862
|
+
msgid "One or more hosts have been discovered"
|
863
|
+
msgstr ""
|
864
|
+
|
865
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:13
|
866
|
+
msgid "Details"
|
867
|
+
msgstr ""
|
868
|
+
|
869
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:18
|
870
|
+
msgid "Hosts"
|
871
|
+
msgstr ""
|
872
|
+
|
873
|
+
#: ../db/seeds.d/80_discovery_ui_notification.rb:20
|
874
|
+
msgid "Error message goes here"
|
875
|
+
msgstr ""
|
876
|
+
|
877
|
+
#: ../lib/foreman_discovery/engine.rb:38
|
878
|
+
msgid "Discovery"
|
879
|
+
msgstr ""
|
880
|
+
|
881
|
+
#: ../lib/foreman_discovery/engine.rb:47
|
882
|
+
msgid "Discovery location"
|
883
|
+
msgstr ""
|
884
|
+
|
885
|
+
#: ../lib/foreman_discovery/engine.rb:48
|
886
|
+
msgid "The default location to place discovered hosts in"
|
887
|
+
msgstr ""
|
888
|
+
|
889
|
+
#: ../lib/foreman_discovery/engine.rb:54
|
890
|
+
msgid "Discovery organization"
|
891
|
+
msgstr ""
|
892
|
+
|
893
|
+
#: ../lib/foreman_discovery/engine.rb:55
|
894
|
+
msgid "The default organization to place discovered hosts in"
|
895
|
+
msgstr ""
|
896
|
+
|
897
|
+
#: ../lib/foreman_discovery/engine.rb:60
|
898
|
+
msgid "Interface fact"
|
899
|
+
msgstr ""
|
900
|
+
|
901
|
+
#: ../lib/foreman_discovery/engine.rb:61
|
902
|
+
msgid "Fact name to use for primary interface detection"
|
903
|
+
msgstr ""
|
904
|
+
|
905
|
+
#: ../lib/foreman_discovery/engine.rb:66
|
906
|
+
msgid "Create bond interfaces"
|
907
|
+
msgstr ""
|
908
|
+
|
909
|
+
#: ../lib/foreman_discovery/engine.rb:67
|
910
|
+
msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
|
911
|
+
msgstr ""
|
912
|
+
|
913
|
+
#: ../lib/foreman_discovery/engine.rb:72
|
914
|
+
msgid "Clean all facts"
|
915
|
+
msgstr ""
|
916
|
+
|
917
|
+
#: ../lib/foreman_discovery/engine.rb:73
|
918
|
+
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
919
|
+
msgstr ""
|
920
|
+
|
921
|
+
#: ../lib/foreman_discovery/engine.rb:78
|
922
|
+
msgid "Hostname facts"
|
923
|
+
msgstr ""
|
924
|
+
|
925
|
+
#: ../lib/foreman_discovery/engine.rb:79
|
926
|
+
msgid "List of facts to use for the hostname (first wins)"
|
927
|
+
msgstr ""
|
928
|
+
|
929
|
+
#: ../lib/foreman_discovery/engine.rb:86
|
930
|
+
msgid "Auto provisioning"
|
931
|
+
msgstr ""
|
932
|
+
|
933
|
+
#: ../lib/foreman_discovery/engine.rb:87
|
934
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
935
|
+
msgstr ""
|
936
|
+
|
937
|
+
#: ../lib/foreman_discovery/engine.rb:93
|
938
|
+
msgid "Automatically reboot or kexec discovered host during provisioning"
|
939
|
+
msgstr ""
|
940
|
+
|
941
|
+
#: ../lib/foreman_discovery/engine.rb:98
|
942
|
+
msgid "Hostname prefix"
|
943
|
+
msgstr ""
|
944
|
+
|
945
|
+
#: ../lib/foreman_discovery/engine.rb:99
|
946
|
+
msgid "The default prefix to use for the host name, must start with a letter"
|
947
|
+
msgstr ""
|
948
|
+
|
949
|
+
#: ../lib/foreman_discovery/engine.rb:106
|
950
|
+
msgid "Fact columns"
|
951
|
+
msgstr ""
|
952
|
+
|
953
|
+
#: ../lib/foreman_discovery/engine.rb:107
|
954
|
+
msgid "Extra facter columns to show in host lists"
|
955
|
+
msgstr ""
|
956
|
+
|
957
|
+
#: ../lib/foreman_discovery/engine.rb:112
|
958
|
+
msgid "Highlighted facts"
|
959
|
+
msgstr ""
|
960
|
+
|
961
|
+
#: ../lib/foreman_discovery/engine.rb:113
|
962
|
+
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
963
|
+
msgstr ""
|
964
|
+
|
965
|
+
#: ../lib/foreman_discovery/engine.rb:118
|
966
|
+
msgid "Storage facts"
|
967
|
+
msgstr ""
|
968
|
+
|
969
|
+
#: ../lib/foreman_discovery/engine.rb:119
|
970
|
+
msgid "Regex to organize facts for storage section"
|
971
|
+
msgstr ""
|
972
|
+
|
973
|
+
#: ../lib/foreman_discovery/engine.rb:124
|
974
|
+
msgid "Software facts"
|
975
|
+
msgstr ""
|
976
|
+
|
977
|
+
#: ../lib/foreman_discovery/engine.rb:125
|
978
|
+
msgid "Regex to organize facts for software section"
|
979
|
+
msgstr ""
|
980
|
+
|
981
|
+
#: ../lib/foreman_discovery/engine.rb:130
|
982
|
+
msgid "Hardware facts"
|
983
|
+
msgstr ""
|
984
|
+
|
985
|
+
#: ../lib/foreman_discovery/engine.rb:131
|
986
|
+
msgid "Regex to organize facts for hardware section"
|
987
|
+
msgstr ""
|
988
|
+
|
989
|
+
#: ../lib/foreman_discovery/engine.rb:136
|
990
|
+
msgid "Network facts"
|
991
|
+
msgstr ""
|
992
|
+
|
993
|
+
#: ../lib/foreman_discovery/engine.rb:137
|
994
|
+
msgid "Regex to organize facts for network section"
|
995
|
+
msgstr ""
|
996
|
+
|
997
|
+
#: ../lib/foreman_discovery/engine.rb:142
|
998
|
+
msgid "IPMI facts"
|
999
|
+
msgstr ""
|
1000
|
+
|
1001
|
+
#: ../lib/foreman_discovery/engine.rb:143
|
1002
|
+
msgid "Regex to organize facts for ipmi section"
|
1003
|
+
msgstr ""
|
1004
|
+
|
1005
|
+
#: ../lib/foreman_discovery/engine.rb:148
|
1006
|
+
msgid "Lock PXE"
|
1007
|
+
msgstr ""
|
1008
|
+
|
1009
|
+
#: ../lib/foreman_discovery/engine.rb:149
|
1010
|
+
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
1011
|
+
msgstr ""
|
1012
|
+
|
1013
|
+
#: ../lib/foreman_discovery/engine.rb:155
|
1014
|
+
msgid "Locked PXELinux template name"
|
1015
|
+
msgstr ""
|
1016
|
+
|
1017
|
+
#: ../lib/foreman_discovery/engine.rb:156
|
1018
|
+
msgid "PXELinux template to be used when pinning a host to discovery"
|
1019
|
+
msgstr ""
|
1020
|
+
|
1021
|
+
#: ../lib/foreman_discovery/engine.rb:162
|
1022
|
+
msgid "Locked PXEGrub template name"
|
1023
|
+
msgstr ""
|
1024
|
+
|
1025
|
+
#: ../lib/foreman_discovery/engine.rb:163
|
1026
|
+
msgid "PXEGrub template to be used when pinning a host to discovery"
|
1027
|
+
msgstr ""
|
1028
|
+
|
1029
|
+
#: ../lib/foreman_discovery/engine.rb:169
|
1030
|
+
msgid "Locked PXEGrub2 template name"
|
1031
|
+
msgstr ""
|
1032
|
+
|
1033
|
+
#: ../lib/foreman_discovery/engine.rb:170
|
1034
|
+
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
1035
|
+
msgstr ""
|
1036
|
+
|
1037
|
+
#: ../lib/foreman_discovery/engine.rb:175
|
1038
|
+
msgid "Force DNS"
|
1039
|
+
msgstr ""
|
1040
|
+
|
1041
|
+
#: ../lib/foreman_discovery/engine.rb:176
|
1042
|
+
msgid "Force DNS entries creation when provisioning discovered host"
|
1043
|
+
msgstr ""
|
1044
|
+
|
1045
|
+
#: ../lib/foreman_discovery/engine.rb:181
|
1046
|
+
msgid "Error on existing NIC"
|
1047
|
+
msgstr ""
|
1048
|
+
|
1049
|
+
#: ../lib/foreman_discovery/engine.rb:182
|
1050
|
+
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
1051
|
+
msgstr ""
|
1052
|
+
|
1053
|
+
#: ../lib/foreman_discovery/engine.rb:188
|
1054
|
+
msgid "Type of name generator"
|
1055
|
+
msgstr ""
|
1056
|
+
|
1057
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1058
|
+
msgid "Discovery hostname naming pattern"
|
1059
|
+
msgstr ""
|
1060
|
+
|
1061
|
+
#: ../lib/foreman_discovery/engine.rb:194
|
1062
|
+
msgid "Prefer IPv6"
|
1063
|
+
msgstr ""
|
1064
|
+
|
1065
|
+
#: ../lib/foreman_discovery/engine.rb:195
|
1066
|
+
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
1067
|
+
msgstr ""
|
1068
|
+
|
1069
|
+
#: ../lib/foreman_discovery/engine.rb:335
|
1070
|
+
msgid "Discovery Proxy"
|
1071
|
+
msgstr ""
|
1072
|
+
|
1073
|
+
#: ../lib/foreman_discovery/engine.rb:336
|
1074
|
+
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1075
|
+
msgstr ""
|
1076
|
+
|
1077
|
+
#: ../lib/foreman_discovery/engine.rb:337
|
1078
|
+
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1079
|
+
msgstr ""
|
1080
|
+
|
1081
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1082
|
+
msgid "For more information please see "
|
1083
|
+
msgstr ""
|
1084
|
+
|
1085
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1086
|
+
msgid "documentation"
|
1087
|
+
msgstr ""
|
1088
|
+
|
1089
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
|
1090
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
1091
|
+
msgstr ""
|
1092
|
+
|
1093
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:15
|
1094
|
+
msgid "Foreman Discovery"
|
1095
|
+
msgstr ""
|
1096
|
+
|
1097
|
+
#: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
|
1098
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
1099
|
+
msgstr ""
|
1100
|
+
|
1101
|
+
#: action_names.rb:2
|
1102
|
+
msgid "Remote action:"
|
1103
|
+
msgstr ""
|
1104
|
+
|
1105
|
+
#: action_names.rb:3
|
1106
|
+
msgid "Import Puppet classes"
|
1107
|
+
msgstr ""
|
1108
|
+
|
1109
|
+
#: action_names.rb:4
|
1110
|
+
msgid "Import facts"
|
1111
|
+
msgstr ""
|
1112
|
+
|
1113
|
+
#: action_names.rb:5
|
1114
|
+
msgid "Action with sub plans"
|
1115
|
+
msgstr ""
|