foreman_discovery 22.0.2 → 23.0.0
Sign up to get free protection for your applications and to get access to all the features.
- 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,846 @@
|
|
1
|
+
# Czech translations for foreman_discovery package.
|
2
|
+
# Copyright (C) 2023 THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the foreman_discovery package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
|
5
|
+
#
|
6
|
+
msgid ""
|
7
|
+
msgstr ""
|
8
|
+
"Project-Id-Version: foreman_discovery v22.0.4\n"
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
10
|
+
"PO-Revision-Date: 2023-05-15 15:01+0200\n"
|
11
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
12
|
+
"Language-Team: Czech\n"
|
13
|
+
"Language: cs_CZ\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Plural-Forms: nplurals=; plural=;\n"
|
18
|
+
"\n"
|
19
|
+
|
20
|
+
msgid "%s - The following hosts are about to be changed"
|
21
|
+
msgstr ""
|
22
|
+
|
23
|
+
msgid "%s discovered hosts were provisioned"
|
24
|
+
msgstr ""
|
25
|
+
|
26
|
+
msgid "<b>Foreman</b> Discovered hosts summary"
|
27
|
+
msgstr ""
|
28
|
+
|
29
|
+
msgid "A summary of discovered hosts"
|
30
|
+
msgstr ""
|
31
|
+
|
32
|
+
msgid "Action with sub plans"
|
33
|
+
msgstr ""
|
34
|
+
|
35
|
+
msgid "Actions"
|
36
|
+
msgstr ""
|
37
|
+
|
38
|
+
msgid "Assign Location"
|
39
|
+
msgstr ""
|
40
|
+
|
41
|
+
msgid "Assign Organization"
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
msgid "Associated Hosts"
|
45
|
+
msgstr ""
|
46
|
+
|
47
|
+
msgid "Auto Provision"
|
48
|
+
msgstr ""
|
49
|
+
|
50
|
+
msgid "Auto provisioning"
|
51
|
+
msgstr ""
|
52
|
+
|
53
|
+
msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
|
54
|
+
msgstr ""
|
55
|
+
|
56
|
+
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
57
|
+
msgstr ""
|
58
|
+
|
59
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
60
|
+
msgstr ""
|
61
|
+
|
62
|
+
msgid "Automatically reboot or kexec discovered host during provisioning"
|
63
|
+
msgstr ""
|
64
|
+
|
65
|
+
msgid "Back"
|
66
|
+
msgstr ""
|
67
|
+
|
68
|
+
msgid "CPUs"
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
msgid "Cancel"
|
72
|
+
msgstr ""
|
73
|
+
|
74
|
+
msgid "Clean all facts"
|
75
|
+
msgstr ""
|
76
|
+
|
77
|
+
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
78
|
+
msgstr ""
|
79
|
+
|
80
|
+
msgid "Clone"
|
81
|
+
msgstr ""
|
82
|
+
|
83
|
+
msgid "Clone %s"
|
84
|
+
msgstr ""
|
85
|
+
|
86
|
+
msgid "Collapse All"
|
87
|
+
msgstr ""
|
88
|
+
|
89
|
+
msgid "Could not get facts from proxy %{url}: %{error}"
|
90
|
+
msgstr ""
|
91
|
+
|
92
|
+
msgid "Create Host"
|
93
|
+
msgstr ""
|
94
|
+
|
95
|
+
msgid "Create Rule"
|
96
|
+
msgstr ""
|
97
|
+
|
98
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
99
|
+
msgstr ""
|
100
|
+
|
101
|
+
msgid "Create a discovery rule"
|
102
|
+
msgstr ""
|
103
|
+
|
104
|
+
msgid "Create bond interfaces"
|
105
|
+
msgstr ""
|
106
|
+
|
107
|
+
msgid "Customize Host"
|
108
|
+
msgstr ""
|
109
|
+
|
110
|
+
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
111
|
+
msgstr ""
|
112
|
+
|
113
|
+
msgid "Delete"
|
114
|
+
msgstr ""
|
115
|
+
|
116
|
+
msgid "Delete %s?"
|
117
|
+
msgstr ""
|
118
|
+
|
119
|
+
msgid "Delete a discovered host"
|
120
|
+
msgstr ""
|
121
|
+
|
122
|
+
msgid "Delete a rule"
|
123
|
+
msgstr ""
|
124
|
+
|
125
|
+
msgid "Delete rule '%s'?"
|
126
|
+
msgstr ""
|
127
|
+
|
128
|
+
msgid "Destroyed selected hosts"
|
129
|
+
msgstr ""
|
130
|
+
|
131
|
+
msgid "Details"
|
132
|
+
msgstr ""
|
133
|
+
|
134
|
+
msgid "Disable"
|
135
|
+
msgstr ""
|
136
|
+
|
137
|
+
msgid "Disable rule '%s'?"
|
138
|
+
msgstr ""
|
139
|
+
|
140
|
+
msgid "Discovered Host"
|
141
|
+
msgid_plural "Discovered Hosts"
|
142
|
+
msgstr[0] ""
|
143
|
+
msgstr[1] ""
|
144
|
+
|
145
|
+
msgid "Discovered Hosts"
|
146
|
+
msgstr ""
|
147
|
+
|
148
|
+
msgid "Discovered Rules"
|
149
|
+
msgstr ""
|
150
|
+
|
151
|
+
msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
152
|
+
msgstr ""
|
153
|
+
|
154
|
+
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
155
|
+
msgstr ""
|
156
|
+
|
157
|
+
msgid "Discovered host: %s"
|
158
|
+
msgstr ""
|
159
|
+
|
160
|
+
msgid "Discovered hosts are provisioning now"
|
161
|
+
msgstr ""
|
162
|
+
|
163
|
+
msgid "Discovered hosts are rebooting now"
|
164
|
+
msgstr ""
|
165
|
+
|
166
|
+
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
167
|
+
msgstr ""
|
168
|
+
|
169
|
+
msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
170
|
+
msgstr ""
|
171
|
+
|
172
|
+
msgid "Discovered hosts summary"
|
173
|
+
msgstr ""
|
174
|
+
|
175
|
+
msgid "Discovery"
|
176
|
+
msgstr ""
|
177
|
+
|
178
|
+
msgid "Discovery Proxy"
|
179
|
+
msgstr ""
|
180
|
+
|
181
|
+
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
182
|
+
msgstr ""
|
183
|
+
|
184
|
+
msgid "Discovery Rules"
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
|
188
|
+
msgstr ""
|
189
|
+
|
190
|
+
msgid "Discovery hostname naming pattern"
|
191
|
+
msgstr ""
|
192
|
+
|
193
|
+
msgid "Discovery location"
|
194
|
+
msgstr ""
|
195
|
+
|
196
|
+
msgid "Discovery organization"
|
197
|
+
msgstr ""
|
198
|
+
|
199
|
+
msgid "DiscoveryRule|Enabled"
|
200
|
+
msgstr ""
|
201
|
+
|
202
|
+
msgid "DiscoveryRule|Name"
|
203
|
+
msgstr ""
|
204
|
+
|
205
|
+
msgid "DiscoveryRule|Priority"
|
206
|
+
msgstr ""
|
207
|
+
|
208
|
+
msgid "DiscoveryRule|Query"
|
209
|
+
msgstr ""
|
210
|
+
|
211
|
+
msgid "Disk Count"
|
212
|
+
msgstr ""
|
213
|
+
|
214
|
+
msgid "Disk count"
|
215
|
+
msgstr ""
|
216
|
+
|
217
|
+
msgid "Disks Size"
|
218
|
+
msgstr ""
|
219
|
+
|
220
|
+
msgid "Disks size"
|
221
|
+
msgstr ""
|
222
|
+
|
223
|
+
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
224
|
+
msgstr ""
|
225
|
+
|
226
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
227
|
+
msgstr ""
|
228
|
+
|
229
|
+
msgid "Edit %s"
|
230
|
+
msgstr ""
|
231
|
+
|
232
|
+
msgid "Enable"
|
233
|
+
msgstr ""
|
234
|
+
|
235
|
+
msgid "Enable rule '%s'?"
|
236
|
+
msgstr ""
|
237
|
+
|
238
|
+
msgid "Error message goes here"
|
239
|
+
msgstr ""
|
240
|
+
|
241
|
+
msgid "Error on existing NIC"
|
242
|
+
msgstr ""
|
243
|
+
|
244
|
+
msgid "Errors during auto provisioning: %s"
|
245
|
+
msgstr ""
|
246
|
+
|
247
|
+
msgid "Errors during reboot: %s"
|
248
|
+
msgstr ""
|
249
|
+
|
250
|
+
msgid "Execute rules against a discovered host"
|
251
|
+
msgstr ""
|
252
|
+
|
253
|
+
msgid "Execute rules against all currently discovered hosts"
|
254
|
+
msgstr ""
|
255
|
+
|
256
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
257
|
+
msgstr ""
|
258
|
+
|
259
|
+
msgid "Extra facter columns to show in host lists"
|
260
|
+
msgstr ""
|
261
|
+
|
262
|
+
msgid "Fact + prefix"
|
263
|
+
msgstr ""
|
264
|
+
|
265
|
+
msgid "Fact columns"
|
266
|
+
msgstr ""
|
267
|
+
|
268
|
+
msgid "Fact name to use for primary interface detection"
|
269
|
+
msgstr ""
|
270
|
+
|
271
|
+
msgid "Facts could not be imported"
|
272
|
+
msgstr ""
|
273
|
+
|
274
|
+
msgid "Facts refreshed for %s"
|
275
|
+
msgstr ""
|
276
|
+
|
277
|
+
msgid "Failed to auto provision host %s: %s"
|
278
|
+
msgstr ""
|
279
|
+
|
280
|
+
msgid "Failed to reboot host %s"
|
281
|
+
msgstr ""
|
282
|
+
|
283
|
+
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
284
|
+
msgstr ""
|
285
|
+
|
286
|
+
msgid "Failed to reboot hosts with error %s"
|
287
|
+
msgstr ""
|
288
|
+
|
289
|
+
msgid "Failed to refresh facts for %s"
|
290
|
+
msgstr ""
|
291
|
+
|
292
|
+
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
293
|
+
msgstr ""
|
294
|
+
|
295
|
+
msgid "For more information please see "
|
296
|
+
msgstr ""
|
297
|
+
|
298
|
+
msgid "Force DNS"
|
299
|
+
msgstr ""
|
300
|
+
|
301
|
+
msgid "Force DNS entries creation when provisioning discovered host"
|
302
|
+
msgstr ""
|
303
|
+
|
304
|
+
msgid "Foreman Discovery"
|
305
|
+
msgstr ""
|
306
|
+
|
307
|
+
msgid "Foreman discovered hosts summary"
|
308
|
+
msgstr ""
|
309
|
+
|
310
|
+
msgid "Hardware"
|
311
|
+
msgstr ""
|
312
|
+
|
313
|
+
msgid "Hardware facts"
|
314
|
+
msgstr ""
|
315
|
+
|
316
|
+
msgid "Highlighted facts"
|
317
|
+
msgstr ""
|
318
|
+
|
319
|
+
msgid "Highlights"
|
320
|
+
msgstr ""
|
321
|
+
|
322
|
+
msgid "Host"
|
323
|
+
msgstr ""
|
324
|
+
|
325
|
+
msgid "Host %s has been dicovered"
|
326
|
+
msgstr ""
|
327
|
+
|
328
|
+
msgid "Host %{host} was provisioned with rule %{rule}"
|
329
|
+
msgstr ""
|
330
|
+
|
331
|
+
msgid "Host Group"
|
332
|
+
msgstr ""
|
333
|
+
|
334
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
335
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
336
|
+
msgstr[0] ""
|
337
|
+
msgstr[1] ""
|
338
|
+
|
339
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
340
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
341
|
+
msgstr[0] ""
|
342
|
+
msgstr[1] ""
|
343
|
+
|
344
|
+
msgid "Host of type %s can not be rebooted"
|
345
|
+
msgstr ""
|
346
|
+
|
347
|
+
msgid "Host's owner type"
|
348
|
+
msgstr ""
|
349
|
+
|
350
|
+
msgid "Host's parameters (array or indexed hash)"
|
351
|
+
msgstr ""
|
352
|
+
|
353
|
+
msgid "Hostname facts"
|
354
|
+
msgstr ""
|
355
|
+
|
356
|
+
msgid "Hostname for provisioned hosts"
|
357
|
+
msgstr ""
|
358
|
+
|
359
|
+
msgid "Hostname prefix"
|
360
|
+
msgstr ""
|
361
|
+
|
362
|
+
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
363
|
+
msgstr ""
|
364
|
+
|
365
|
+
msgid "Hosts"
|
366
|
+
msgstr ""
|
367
|
+
|
368
|
+
msgid "Hosts Limit"
|
369
|
+
msgstr ""
|
370
|
+
|
371
|
+
msgid "Hosts/Limit"
|
372
|
+
msgstr ""
|
373
|
+
|
374
|
+
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
375
|
+
msgstr ""
|
376
|
+
|
377
|
+
msgid "IP Address"
|
378
|
+
msgstr ""
|
379
|
+
|
380
|
+
msgid "IP address"
|
381
|
+
msgstr ""
|
382
|
+
|
383
|
+
msgid "IPAM must be configured for subnet '%s'"
|
384
|
+
msgstr ""
|
385
|
+
|
386
|
+
msgid "IPMI"
|
387
|
+
msgstr ""
|
388
|
+
|
389
|
+
msgid "IPMI facts"
|
390
|
+
msgstr ""
|
391
|
+
|
392
|
+
msgid "Identifier"
|
393
|
+
msgstr ""
|
394
|
+
|
395
|
+
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
396
|
+
msgstr ""
|
397
|
+
|
398
|
+
msgid "Image API returned HTTP/%{code} with '%{body}"
|
399
|
+
msgstr ""
|
400
|
+
|
401
|
+
msgid "Import Puppet classes"
|
402
|
+
msgstr ""
|
403
|
+
|
404
|
+
msgid "Import facts"
|
405
|
+
msgstr ""
|
406
|
+
|
407
|
+
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
408
|
+
msgstr ""
|
409
|
+
|
410
|
+
msgid "Init RAM kexec URL is invalid: '%s'"
|
411
|
+
msgstr ""
|
412
|
+
|
413
|
+
msgid "Interface fact"
|
414
|
+
msgstr ""
|
415
|
+
|
416
|
+
msgid "Interfaces"
|
417
|
+
msgstr ""
|
418
|
+
|
419
|
+
msgid "Invalid facts, must be a Hash"
|
420
|
+
msgstr ""
|
421
|
+
|
422
|
+
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
423
|
+
msgstr ""
|
424
|
+
|
425
|
+
msgid "Invalid hostname: Could not normalize the hostname"
|
426
|
+
msgstr ""
|
427
|
+
|
428
|
+
msgid "Invalid user type of %s was provided"
|
429
|
+
msgstr ""
|
430
|
+
|
431
|
+
msgid "Kernel kexec URL is invalid: '%s'"
|
432
|
+
msgstr ""
|
433
|
+
|
434
|
+
msgid "Kexec template not associated with operating system"
|
435
|
+
msgstr ""
|
436
|
+
|
437
|
+
msgid "Last Facts Upload"
|
438
|
+
msgstr ""
|
439
|
+
|
440
|
+
msgid "List all discovered hosts"
|
441
|
+
msgstr ""
|
442
|
+
|
443
|
+
msgid "List all discovery rules"
|
444
|
+
msgstr ""
|
445
|
+
|
446
|
+
msgid "List all fact values of a given discovered host"
|
447
|
+
msgstr ""
|
448
|
+
|
449
|
+
msgid "List of facts to use for the hostname (first wins)"
|
450
|
+
msgstr ""
|
451
|
+
|
452
|
+
msgid "Location"
|
453
|
+
msgstr ""
|
454
|
+
|
455
|
+
msgid "Locations"
|
456
|
+
msgstr ""
|
457
|
+
|
458
|
+
msgid "Lock PXE"
|
459
|
+
msgstr ""
|
460
|
+
|
461
|
+
msgid "Locked PXEGrub template name"
|
462
|
+
msgstr ""
|
463
|
+
|
464
|
+
msgid "Locked PXEGrub2 template name"
|
465
|
+
msgstr ""
|
466
|
+
|
467
|
+
msgid "Locked PXELinux template name"
|
468
|
+
msgstr ""
|
469
|
+
|
470
|
+
msgid "MAC address"
|
471
|
+
msgstr ""
|
472
|
+
|
473
|
+
msgid "MAC-based name"
|
474
|
+
msgstr ""
|
475
|
+
|
476
|
+
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
477
|
+
msgstr ""
|
478
|
+
|
479
|
+
msgid "Memory"
|
480
|
+
msgstr ""
|
481
|
+
|
482
|
+
msgid "Miscellaneous"
|
483
|
+
msgstr ""
|
484
|
+
|
485
|
+
msgid "Model"
|
486
|
+
msgstr ""
|
487
|
+
|
488
|
+
msgid "N/A"
|
489
|
+
msgstr ""
|
490
|
+
|
491
|
+
msgid "Name"
|
492
|
+
msgstr ""
|
493
|
+
|
494
|
+
msgid "Name of the parameter"
|
495
|
+
msgstr ""
|
496
|
+
|
497
|
+
msgid "Network"
|
498
|
+
msgstr ""
|
499
|
+
|
500
|
+
msgid "Network facts"
|
501
|
+
msgstr ""
|
502
|
+
|
503
|
+
msgid "New Discovery Rule"
|
504
|
+
msgstr ""
|
505
|
+
|
506
|
+
msgid "New hosts"
|
507
|
+
msgstr ""
|
508
|
+
|
509
|
+
msgid "New in the last 24 hours"
|
510
|
+
msgstr ""
|
511
|
+
|
512
|
+
msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
|
513
|
+
msgstr ""
|
514
|
+
|
515
|
+
msgid "No discovered hosts available"
|
516
|
+
msgstr ""
|
517
|
+
|
518
|
+
msgid "No discovered hosts for the selected period"
|
519
|
+
msgstr ""
|
520
|
+
|
521
|
+
msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
522
|
+
msgstr ""
|
523
|
+
|
524
|
+
msgid "No discovered hosts to provision"
|
525
|
+
msgstr ""
|
526
|
+
|
527
|
+
msgid "No discovered hosts to reboot"
|
528
|
+
msgstr ""
|
529
|
+
|
530
|
+
msgid "No hostgroup associated with rule '%s'"
|
531
|
+
msgstr ""
|
532
|
+
|
533
|
+
msgid "No hosts selected"
|
534
|
+
msgstr ""
|
535
|
+
|
536
|
+
msgid "No hosts were found with that id or name"
|
537
|
+
msgstr ""
|
538
|
+
|
539
|
+
msgid "No new discovered hosts for this period"
|
540
|
+
msgstr ""
|
541
|
+
|
542
|
+
msgid "No rule found for host %s"
|
543
|
+
msgstr ""
|
544
|
+
|
545
|
+
msgid "Not reported in more than 7 days"
|
546
|
+
msgstr ""
|
547
|
+
|
548
|
+
msgid "One or more hosts have been discovered"
|
549
|
+
msgstr ""
|
550
|
+
|
551
|
+
msgid "One or more hosts with failed discovery due to error: %s"
|
552
|
+
msgstr ""
|
553
|
+
|
554
|
+
msgid "Option 'url' must be provided"
|
555
|
+
msgstr ""
|
556
|
+
|
557
|
+
msgid "Option 'url' must be valid URI: %s"
|
558
|
+
msgstr ""
|
559
|
+
|
560
|
+
msgid "Options must be hash"
|
561
|
+
msgstr ""
|
562
|
+
|
563
|
+
msgid "Organization"
|
564
|
+
msgstr ""
|
565
|
+
|
566
|
+
msgid "Organizations"
|
567
|
+
msgstr ""
|
568
|
+
|
569
|
+
msgid "PXEGrub template to be used when pinning a host to discovery"
|
570
|
+
msgstr ""
|
571
|
+
|
572
|
+
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
573
|
+
msgstr ""
|
574
|
+
|
575
|
+
msgid "PXELinux template to be used when pinning a host to discovery"
|
576
|
+
msgstr ""
|
577
|
+
|
578
|
+
msgid "Parameter value"
|
579
|
+
msgstr ""
|
580
|
+
|
581
|
+
msgid "Please Confirm"
|
582
|
+
msgstr ""
|
583
|
+
|
584
|
+
msgid "Prefer IPv6"
|
585
|
+
msgstr ""
|
586
|
+
|
587
|
+
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
588
|
+
msgstr ""
|
589
|
+
|
590
|
+
msgid "Primary"
|
591
|
+
msgstr ""
|
592
|
+
|
593
|
+
msgid "Provision"
|
594
|
+
msgstr ""
|
595
|
+
|
596
|
+
msgid "Provision %s"
|
597
|
+
msgstr ""
|
598
|
+
|
599
|
+
msgid "Provision a discovered host"
|
600
|
+
msgstr ""
|
601
|
+
|
602
|
+
msgid "Random name"
|
603
|
+
msgstr ""
|
604
|
+
|
605
|
+
msgid "Reboot"
|
606
|
+
msgstr ""
|
607
|
+
|
608
|
+
msgid "Rebooting %s"
|
609
|
+
msgstr ""
|
610
|
+
|
611
|
+
msgid "Rebooting a discovered host"
|
612
|
+
msgstr ""
|
613
|
+
|
614
|
+
msgid "Rebooting all discovered hosts"
|
615
|
+
msgstr ""
|
616
|
+
|
617
|
+
msgid "Rebooting host %s"
|
618
|
+
msgstr ""
|
619
|
+
|
620
|
+
msgid "Rebuild DNS for %s"
|
621
|
+
msgstr ""
|
622
|
+
|
623
|
+
msgid "Refresh facts"
|
624
|
+
msgstr ""
|
625
|
+
|
626
|
+
msgid "Refreshing the facts of a discovered host"
|
627
|
+
msgstr ""
|
628
|
+
|
629
|
+
msgid "Regex to organize facts for hardware section"
|
630
|
+
msgstr ""
|
631
|
+
|
632
|
+
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
633
|
+
msgstr ""
|
634
|
+
|
635
|
+
msgid "Regex to organize facts for ipmi section"
|
636
|
+
msgstr ""
|
637
|
+
|
638
|
+
msgid "Regex to organize facts for network section"
|
639
|
+
msgstr ""
|
640
|
+
|
641
|
+
msgid "Regex to organize facts for software section"
|
642
|
+
msgstr ""
|
643
|
+
|
644
|
+
msgid "Regex to organize facts for storage section"
|
645
|
+
msgstr ""
|
646
|
+
|
647
|
+
msgid "Reloading kernel on %s"
|
648
|
+
msgstr ""
|
649
|
+
|
650
|
+
msgid "Remote action:"
|
651
|
+
msgstr ""
|
652
|
+
|
653
|
+
msgid "Reported in the last 7 days"
|
654
|
+
msgstr ""
|
655
|
+
|
656
|
+
msgid "Rule disabled"
|
657
|
+
msgstr ""
|
658
|
+
|
659
|
+
msgid "Rule enabled"
|
660
|
+
msgstr ""
|
661
|
+
|
662
|
+
msgid "Rule priority (lower integer means higher priority)"
|
663
|
+
msgstr ""
|
664
|
+
|
665
|
+
msgid "Select Action"
|
666
|
+
msgstr ""
|
667
|
+
|
668
|
+
msgid "Select all items in this page"
|
669
|
+
msgstr ""
|
670
|
+
|
671
|
+
msgid "Select location"
|
672
|
+
msgstr ""
|
673
|
+
|
674
|
+
msgid "Select organization"
|
675
|
+
msgstr ""
|
676
|
+
|
677
|
+
msgid "Show a discovered host"
|
678
|
+
msgstr ""
|
679
|
+
|
680
|
+
msgid "Show a discovery rule"
|
681
|
+
msgstr ""
|
682
|
+
|
683
|
+
msgid "Software"
|
684
|
+
msgstr ""
|
685
|
+
|
686
|
+
msgid "Software facts"
|
687
|
+
msgstr ""
|
688
|
+
|
689
|
+
msgid "Something went wrong while selecting hosts - %s"
|
690
|
+
msgstr ""
|
691
|
+
|
692
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
693
|
+
msgstr ""
|
694
|
+
|
695
|
+
msgid "Storage"
|
696
|
+
msgstr ""
|
697
|
+
|
698
|
+
msgid "Storage facts"
|
699
|
+
msgstr ""
|
700
|
+
|
701
|
+
msgid "Submit"
|
702
|
+
msgstr ""
|
703
|
+
|
704
|
+
msgid "Subnet"
|
705
|
+
msgstr ""
|
706
|
+
|
707
|
+
msgid "Successfully provisioned %s"
|
708
|
+
msgstr ""
|
709
|
+
|
710
|
+
msgid "Summary from %{time} ago to %{now}"
|
711
|
+
msgstr ""
|
712
|
+
|
713
|
+
msgid "Summary report for discovered hosts from Foreman"
|
714
|
+
msgstr ""
|
715
|
+
|
716
|
+
msgid "Target host group for this rule with all properties set"
|
717
|
+
msgstr ""
|
718
|
+
|
719
|
+
msgid "The default location to place discovered hosts in"
|
720
|
+
msgstr ""
|
721
|
+
|
722
|
+
msgid "The default organization to place discovered hosts in"
|
723
|
+
msgstr ""
|
724
|
+
|
725
|
+
msgid "The default prefix to use for the host name, must start with a letter"
|
726
|
+
msgstr ""
|
727
|
+
|
728
|
+
msgid "The following hosts were not deleted: %s"
|
729
|
+
msgstr ""
|
730
|
+
|
731
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
732
|
+
msgstr ""
|
733
|
+
|
734
|
+
msgid "Type"
|
735
|
+
msgstr ""
|
736
|
+
|
737
|
+
msgid "Type of name generator"
|
738
|
+
msgstr ""
|
739
|
+
|
740
|
+
msgid "Type of value"
|
741
|
+
msgstr ""
|
742
|
+
|
743
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
744
|
+
msgstr ""
|
745
|
+
|
746
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
747
|
+
msgstr ""
|
748
|
+
|
749
|
+
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
750
|
+
msgstr ""
|
751
|
+
|
752
|
+
msgid "Unable to perform %{action} on %{ips}"
|
753
|
+
msgstr ""
|
754
|
+
|
755
|
+
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
756
|
+
msgstr ""
|
757
|
+
|
758
|
+
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
759
|
+
msgstr ""
|
760
|
+
|
761
|
+
msgid "Unable to provision %{host}: %{errors}"
|
762
|
+
msgstr ""
|
763
|
+
|
764
|
+
msgid "Update a rule"
|
765
|
+
msgstr ""
|
766
|
+
|
767
|
+
msgid "Upload facts for a host, creating the host if required"
|
768
|
+
msgstr ""
|
769
|
+
|
770
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
771
|
+
msgstr ""
|
772
|
+
|
773
|
+
msgid "can't contain white spaces."
|
774
|
+
msgstr ""
|
775
|
+
|
776
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
777
|
+
msgstr ""
|
778
|
+
|
779
|
+
msgid "documentation"
|
780
|
+
msgstr ""
|
781
|
+
|
782
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
783
|
+
msgstr ""
|
784
|
+
|
785
|
+
msgid "filter results"
|
786
|
+
msgstr ""
|
787
|
+
|
788
|
+
msgid "flag is used for temporary shutdown of rules"
|
789
|
+
msgstr ""
|
790
|
+
|
791
|
+
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)"
|
792
|
+
msgstr ""
|
793
|
+
|
794
|
+
msgid "items selected. Uncheck to Clear"
|
795
|
+
msgstr ""
|
796
|
+
|
797
|
+
msgid "location ID for provisioned hosts"
|
798
|
+
msgstr ""
|
799
|
+
|
800
|
+
msgid "must be present."
|
801
|
+
msgstr ""
|
802
|
+
|
803
|
+
msgid "must start with a letter or ERB."
|
804
|
+
msgstr ""
|
805
|
+
|
806
|
+
msgid "not required if it's a virtual machine"
|
807
|
+
msgstr ""
|
808
|
+
|
809
|
+
msgid "not required if using a subnet with DHCP proxy"
|
810
|
+
msgstr ""
|
811
|
+
|
812
|
+
msgid "number of entries per request"
|
813
|
+
msgstr ""
|
814
|
+
|
815
|
+
msgid "organization ID for provisioned hosts"
|
816
|
+
msgstr ""
|
817
|
+
|
818
|
+
msgid "paginate results"
|
819
|
+
msgstr ""
|
820
|
+
|
821
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
822
|
+
msgstr ""
|
823
|
+
|
824
|
+
msgid "query to match discovered hosts for the particular rule"
|
825
|
+
msgstr ""
|
826
|
+
|
827
|
+
msgid "represents rule name shown to the users"
|
828
|
+
msgstr ""
|
829
|
+
|
830
|
+
msgid "required if host is managed and custom partition has not been defined"
|
831
|
+
msgstr ""
|
832
|
+
|
833
|
+
msgid "required if host is managed and value is not inherited from host group"
|
834
|
+
msgstr ""
|
835
|
+
|
836
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
837
|
+
msgstr ""
|
838
|
+
|
839
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
840
|
+
msgstr ""
|
841
|
+
|
842
|
+
msgid "sort results"
|
843
|
+
msgstr ""
|
844
|
+
|
845
|
+
msgid "the hostgroup that is used to auto provision a host"
|
846
|
+
msgstr ""
|