foreman_discovery 25.0.0 → 25.0.1

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