@xen-orchestra/web-core 0.17.0 → 0.19.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.
- package/lib/components/icon/VtsIcon.vue +9 -1
- package/lib/components/input-wrapper/VtsInputWrapper.vue +1 -0
- package/lib/components/{charts/LinearChart.md → linear-chart/VtsLinearChart.md} +3 -3
- package/lib/components/{charts/LinearChart.vue → linear-chart/VtsLinearChart.vue} +12 -11
- package/lib/components/quick-info-card/VtsQuickInfoCard.vue +29 -0
- package/lib/components/quick-info-column/VtsQuickInfoColumn.vue +13 -0
- package/lib/components/quick-info-row/VtsQuickInfoRow.vue +40 -0
- package/lib/components/ui/alert/UiAlert.vue +105 -0
- package/lib/components/ui/card/UiCard.vue +12 -0
- package/lib/components/ui/circle-progress-bar/UiCircleProgressBar.vue +212 -0
- package/lib/components/ui/info/UiInfo.vue +5 -3
- package/lib/components/ui/input/UiInput.vue +126 -109
- package/lib/components/ui/radio-button/UiRadioButton.vue +1 -1
- package/lib/components/ui/toaster/UiToaster.vue +6 -2
- package/lib/composables/chart-theme.composable.ts +5 -5
- package/lib/composables/relative-time.composable.md +18 -0
- package/lib/composables/relative-time.composable.ts +66 -0
- package/lib/i18n.ts +16 -0
- package/lib/locales/cs.json +98 -18
- package/lib/locales/de.json +233 -24
- package/lib/locales/en.json +58 -2
- package/lib/locales/es.json +94 -14
- package/lib/locales/fa.json +259 -9
- package/lib/locales/fr.json +58 -2
- package/lib/locales/it.json +316 -0
- package/lib/locales/nl.json +503 -0
- package/lib/locales/ru.json +181 -0
- package/lib/locales/sv.json +92 -10
- package/lib/locales/uk.json +1 -0
- package/lib/packages/collection/README.md +167 -0
- package/lib/packages/collection/build-item.ts +45 -0
- package/lib/packages/collection/create-collection.ts +60 -0
- package/lib/packages/collection/index.ts +5 -0
- package/lib/packages/collection/types.ts +29 -0
- package/lib/packages/collection/use-collection.ts +15 -0
- package/lib/packages/collection/use-flag-registry.ts +47 -0
- package/lib/utils/time.util.ts +18 -0
- package/package.json +1 -1
package/lib/locales/en.json
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"admin-login": "Admin login",
|
|
11
11
|
"admin-password": "Admin password",
|
|
12
12
|
"admin-password-confirm": "Confirm admin password",
|
|
13
|
+
"affinity-host": "Affinity host",
|
|
13
14
|
"alarm-type.cpu_usage": "CPU usage exceeds {n}%",
|
|
14
15
|
"alarm-type.disk_usage": "Disk usage exceeds {n}%",
|
|
15
16
|
"alarm-type.fs_usage": "FS usage exceeds {n}%",
|
|
@@ -25,6 +26,8 @@
|
|
|
25
26
|
"allow-self-signed-ssl": "You may need to allow self-signed SSL certificates in your browser",
|
|
26
27
|
"appearance": "Appearance",
|
|
27
28
|
"ascending": "ascending",
|
|
29
|
+
"auto-generated": "Automatically generated",
|
|
30
|
+
"auto-power": "Auto power",
|
|
28
31
|
"available": "Available",
|
|
29
32
|
"available-properties-for-advanced-filter": "Available properties for advanced filter:",
|
|
30
33
|
"back-pool-dashboard": "Go back to your Pool dashboard",
|
|
@@ -44,9 +47,14 @@
|
|
|
44
47
|
"backups.vms-protection.protected": "In at least 1 job & protected",
|
|
45
48
|
"backups.vms-protection.tooltip": "A VM is protected if it's in a backup job, with an enabled schedule, and the last run succeeded",
|
|
46
49
|
"backups.vms-protection.unprotected": "In at least 1 job but unprotected",
|
|
50
|
+
"bios-default": "bios (default)",
|
|
47
51
|
"bond": "Bond",
|
|
48
52
|
"bond-devices": "Bond devices",
|
|
49
53
|
"bond-status": "Bond status",
|
|
54
|
+
"boot-firmware": "Boot firmware",
|
|
55
|
+
"boot-firmware-bios": "The template already contains the BIOS strings",
|
|
56
|
+
"boot-firmware-uefi": "The boot firmware is UEFI",
|
|
57
|
+
"boot-vm": "Boot VM",
|
|
50
58
|
"bytes.gi": "GiB",
|
|
51
59
|
"bytes.ki": "KiB",
|
|
52
60
|
"bytes.mi": "MiB",
|
|
@@ -70,6 +78,7 @@
|
|
|
70
78
|
"console-unavailable": "Console unavailable",
|
|
71
79
|
"copy": "Copy",
|
|
72
80
|
"copy-all": "Copy all",
|
|
81
|
+
"copy-host": "Copy host",
|
|
73
82
|
"copy-info-json": "Copy information into JSON",
|
|
74
83
|
"core.character-limit": "{count}/{max} character | {count}/{max} characters",
|
|
75
84
|
"core.close": "Close",
|
|
@@ -100,9 +109,12 @@
|
|
|
100
109
|
"core.sort.ascending": "Sort ascending",
|
|
101
110
|
"core.sort.descending": "Sort descending",
|
|
102
111
|
"core.textarea.exceeds-max-characters": "Field value must be {max} characters or less.",
|
|
112
|
+
"cores-with-sockets": "Cores (sockets)",
|
|
103
113
|
"cpu-provisioning": "CPU provisioning",
|
|
104
114
|
"cpu-provisioning-warning": "The number of vCPUs allocated exceeds the number of physical CPUs available. System performance could be affected",
|
|
105
115
|
"cpu-usage": "CPU usage",
|
|
116
|
+
"create": "Create",
|
|
117
|
+
"custom-config": "Custom config",
|
|
106
118
|
"dark-mode.auto": "Auto dark mode",
|
|
107
119
|
"dark-mode.disable": "Disable dark mode",
|
|
108
120
|
"dark-mode.enable": "Enable dark mode",
|
|
@@ -127,6 +139,7 @@
|
|
|
127
139
|
"disabled": "Disabled",
|
|
128
140
|
"disconnected": "Disconnected",
|
|
129
141
|
"disconnected-from-physical-device": "Disconnected from physical device",
|
|
142
|
+
"disk-name": "Disk name",
|
|
130
143
|
"display": "Display",
|
|
131
144
|
"dns": "DNS",
|
|
132
145
|
"do-you-have-needs": "You have needs and/or expectations? Let us know",
|
|
@@ -147,6 +160,7 @@
|
|
|
147
160
|
"export-vm": "Export VM",
|
|
148
161
|
"export-vms": "Export VMs",
|
|
149
162
|
"export-vms-manually-information": "Some VM exports were not able to start automatically, probably due to your browser settings. To export them, you should click on each one. (Alternatively, copy the link as well.)",
|
|
163
|
+
"fast-clone": "Fast clone",
|
|
150
164
|
"fetching-fresh-data": "Fetching fresh data",
|
|
151
165
|
"filter.comparison.contains": "Contains",
|
|
152
166
|
"filter.comparison.ends-with": "Ends with",
|
|
@@ -172,10 +186,14 @@
|
|
|
172
186
|
"gateway": "Gateway",
|
|
173
187
|
"go-back": "Go back",
|
|
174
188
|
"gzip": "gzip",
|
|
189
|
+
"hardware": "Hardware",
|
|
175
190
|
"here": "Here",
|
|
176
191
|
"host": "Host",
|
|
177
192
|
"host-description": "Host description",
|
|
178
193
|
"host-internal-networks": "Host internal networks",
|
|
194
|
+
"host-status.halted": "Stopped",
|
|
195
|
+
"host-status.running": "Running",
|
|
196
|
+
"host-status.unknown": "Unknown",
|
|
179
197
|
"host-unknown": "Host unknown",
|
|
180
198
|
"host.active": "Active",
|
|
181
199
|
"host.inactive": "Inactive",
|
|
@@ -187,9 +205,14 @@
|
|
|
187
205
|
"hosts-status.unknown.tooltip": "Hosts metrics are unavailable",
|
|
188
206
|
"id": "Id",
|
|
189
207
|
"in-last-three-jobs": "In their last three jobs",
|
|
208
|
+
"install-settings": "Install settings",
|
|
209
|
+
"interfaces": "Interface | Interface | Interfaces",
|
|
190
210
|
"invalid-field": "Invalid field",
|
|
211
|
+
"ip-address": "IP address",
|
|
191
212
|
"ip-addresses": "IP addresses",
|
|
192
213
|
"ip-mode": "IP mode",
|
|
214
|
+
"is-primary-host": "{name} is primary host",
|
|
215
|
+
"iso-dvd": "ISO/DVD",
|
|
193
216
|
"job.vm-copy.bad-power-state": "VM must be halted",
|
|
194
217
|
"job.vm-copy.in-progress": "Copy in progress…",
|
|
195
218
|
"job.vm-copy.missing-vms": "No VM to copy",
|
|
@@ -239,6 +262,7 @@
|
|
|
239
262
|
"language": "Language",
|
|
240
263
|
"last-week": "Last week",
|
|
241
264
|
"learn-more": "Learn more",
|
|
265
|
+
"load-average": "Load average",
|
|
242
266
|
"load-now": "Load now",
|
|
243
267
|
"loading-hosts": "Loading hosts…",
|
|
244
268
|
"loading-in-progress": "Loading in progress…",
|
|
@@ -251,11 +275,14 @@
|
|
|
251
275
|
"mac-addresses": "MAC addresses",
|
|
252
276
|
"management": "Management",
|
|
253
277
|
"master": "Primary host",
|
|
278
|
+
"memory": "Memory",
|
|
279
|
+
"memory-usage": "Memory usage",
|
|
254
280
|
"migrate": "Migrate",
|
|
255
281
|
"migrate-n-vms": "Migrate 1 VM | Migrate {n} VMs",
|
|
256
282
|
"missing-patches": "Missing patches",
|
|
257
283
|
"more-actions": "More actions",
|
|
258
284
|
"mtu": "MTU",
|
|
285
|
+
"multi-creation": "Multi creation",
|
|
259
286
|
"n-gb-left": "{n} GB left",
|
|
260
287
|
"n-gb-required": "{n} GB required",
|
|
261
288
|
"n-hosts": "1 host | {n} hosts",
|
|
@@ -266,6 +293,7 @@
|
|
|
266
293
|
"netmask": "Netmask",
|
|
267
294
|
"network": "Network",
|
|
268
295
|
"network-block-device": "Network block device",
|
|
296
|
+
"network-config": "Network config",
|
|
269
297
|
"network-download": "Download",
|
|
270
298
|
"network-information": "Network information",
|
|
271
299
|
"network-throughput": "Network throughput",
|
|
@@ -274,9 +302,14 @@
|
|
|
274
302
|
"new": "New",
|
|
275
303
|
"new-features-are-coming": "New features are coming soon!",
|
|
276
304
|
"new-vif": "New VIF",
|
|
305
|
+
"new-vm": "New VM",
|
|
306
|
+
"new-vm.add": "Add a new VM",
|
|
307
|
+
"new-vm.description": "VM description",
|
|
308
|
+
"new-vm.name": "VM name",
|
|
277
309
|
"news": "News",
|
|
278
310
|
"news-name": "{name} news",
|
|
279
311
|
"no-alarm-triggered": "No alarm triggered",
|
|
312
|
+
"no-config": "No configuration",
|
|
280
313
|
"no-data": "No data",
|
|
281
314
|
"no-network-detected": "No network detected",
|
|
282
315
|
"no-pif-detected": "No PIF detected",
|
|
@@ -304,6 +337,7 @@
|
|
|
304
337
|
"patches": "Patches",
|
|
305
338
|
"pause": "Pause",
|
|
306
339
|
"physical-interface-status": "Physical interface status",
|
|
340
|
+
"pick-template": "Pick template",
|
|
307
341
|
"pif": "PIF",
|
|
308
342
|
"pif-status": "PIF status",
|
|
309
343
|
"pifs": "PIFs",
|
|
@@ -324,6 +358,9 @@
|
|
|
324
358
|
"professional-support": "Professional support",
|
|
325
359
|
"properties": "Properties",
|
|
326
360
|
"property": "Property",
|
|
361
|
+
"pxe": "PXE",
|
|
362
|
+
"quick-info": "Quick info",
|
|
363
|
+
"ram": "RAM",
|
|
327
364
|
"ram-usage": "RAM usage",
|
|
328
365
|
"reboot": "Reboot",
|
|
329
366
|
"receive": "Receive",
|
|
@@ -346,6 +383,7 @@
|
|
|
346
383
|
"see-all": "See all",
|
|
347
384
|
"select-compression": "Select a compression",
|
|
348
385
|
"select-destination-host": "Select a destination host",
|
|
386
|
+
"select-host": "Select host",
|
|
349
387
|
"select-to-see-details": "Select an element to see details",
|
|
350
388
|
"select.network": "Select a network",
|
|
351
389
|
"select.storage": "Select a storage",
|
|
@@ -357,10 +395,14 @@
|
|
|
357
395
|
"shutdown": "Shutdown",
|
|
358
396
|
"sidebar.search-tree-view": "Search in treeview",
|
|
359
397
|
"sidebar.vms-treeview": "VMs treeview",
|
|
398
|
+
"size": "Size",
|
|
360
399
|
"snapshot": "Snapshot",
|
|
400
|
+
"sockets-with-cores-per-socket": "{nSockets} sockets × {nCores} cores/socket",
|
|
361
401
|
"sort-by": "Sort by",
|
|
362
402
|
"speed": "Speed",
|
|
403
|
+
"sr": "SR",
|
|
363
404
|
"ssh-account": "SSH account",
|
|
405
|
+
"ssh-key": "SSH key",
|
|
364
406
|
"ssh-login": "SSH login",
|
|
365
407
|
"ssh-password": "SSH password",
|
|
366
408
|
"ssh-password-confirm": "Confirm SSH password",
|
|
@@ -368,13 +410,17 @@
|
|
|
368
410
|
"stacked-ram-usage": "Stacked RAM usage",
|
|
369
411
|
"start": "Start",
|
|
370
412
|
"start-on-host": "Start on specific host",
|
|
413
|
+
"started": "Started",
|
|
414
|
+
"state": "State",
|
|
371
415
|
"static": "Static",
|
|
372
416
|
"static-ip": "Static IP",
|
|
373
417
|
"stats": "Stats",
|
|
374
418
|
"status": "Status",
|
|
375
419
|
"storage": "Storage",
|
|
420
|
+
"storage-repositories": "Storage repositories",
|
|
376
421
|
"storage-repository": "Storage repository",
|
|
377
422
|
"storage-usage": "Storage usage",
|
|
423
|
+
"summary": "Summary",
|
|
378
424
|
"support": "Support",
|
|
379
425
|
"suspend": "Suspend",
|
|
380
426
|
"switch-theme": "Switch theme",
|
|
@@ -392,16 +438,20 @@
|
|
|
392
438
|
"tasks.quick-view.done": "Done",
|
|
393
439
|
"tasks.quick-view.failed": "Failed",
|
|
394
440
|
"tasks.quick-view.in-progress": "In progress",
|
|
441
|
+
"template": "Template",
|
|
395
442
|
"theme-auto": "Auto",
|
|
396
443
|
"theme-dark": "Dark",
|
|
397
444
|
"theme-light": "Light",
|
|
398
445
|
"this-vm-cant-be-migrated": "This VM can't be migrated",
|
|
399
446
|
"top-#": "Top {n}",
|
|
447
|
+
"topology": "Topology",
|
|
400
448
|
"total": "Total",
|
|
401
449
|
"total-cpus": "Total CPUs",
|
|
450
|
+
"total-free": "Total free",
|
|
402
451
|
"total-free:": "Total free:",
|
|
403
452
|
"total-memory": "Total memory",
|
|
404
453
|
"total-storage-repository": "Total storage repository",
|
|
454
|
+
"total-used": "Total used",
|
|
405
455
|
"total-used:": "Total used:",
|
|
406
456
|
"unknown": "Unknown",
|
|
407
457
|
"unlocked": "Unlocked",
|
|
@@ -409,9 +459,11 @@
|
|
|
409
459
|
"unreachable-hosts-reload-page": "Done, reload the page",
|
|
410
460
|
"up-to-date": "Up-to-date",
|
|
411
461
|
"used": "Used",
|
|
462
|
+
"user-config": "User config",
|
|
412
463
|
"uuid": "UUID",
|
|
413
|
-
"vcpus": "vCPUs",
|
|
464
|
+
"vcpus": "vCPU | vCPU | vCPUs",
|
|
414
465
|
"vcpus-used": "vCPUs used",
|
|
466
|
+
"vdis": "VDI | VDI | VDIs",
|
|
415
467
|
"version": "Version",
|
|
416
468
|
"vif": "VIF",
|
|
417
469
|
"vif-device": "VIF #{device}",
|
|
@@ -423,11 +475,15 @@
|
|
|
423
475
|
"vm-is-running": "The VM is running",
|
|
424
476
|
"vm.active": "Active",
|
|
425
477
|
"vm.inactive": "Inactive",
|
|
426
|
-
"
|
|
478
|
+
"vmSocketsWithCoresPerSocket": "{nSockets} sockets × {nCores} cores/socket",
|
|
479
|
+
"vms": "VM | VMs",
|
|
427
480
|
"vms-status": "VMs status",
|
|
481
|
+
"vms-status.halted": "Halted",
|
|
428
482
|
"vms-status.inactive": "Inactive",
|
|
429
483
|
"vms-status.inactive.tooltip": "Halted or suspended",
|
|
484
|
+
"vms-status.paused": "Paused",
|
|
430
485
|
"vms-status.running": "Running",
|
|
486
|
+
"vms-status.suspended": "Suspended",
|
|
431
487
|
"vms-status.unknown": "Unknown",
|
|
432
488
|
"vms-status.unknown.tooltip": "For which XO has lost connection to the pool",
|
|
433
489
|
"xo-backups": "XO backups",
|
package/lib/locales/es.json
CHANGED
|
@@ -10,33 +10,36 @@
|
|
|
10
10
|
"admin-login": "Nombre del usuario administrador",
|
|
11
11
|
"admin-password": "Contraseña del administrador",
|
|
12
12
|
"admin-password-confirm": "Confirmar la contraseña del administrador",
|
|
13
|
+
"affinity-host": "Servidor preferido",
|
|
13
14
|
"alarm-type.cpu_usage": "El uso del CPU sobrepasa el {n}%",
|
|
14
15
|
"alarm-type.disk_usage": "El uso del disco sobrepasa el {n}%",
|
|
15
16
|
"alarm-type.fs_usage": "El uso del sistema de ficheros sobrepasa el {n}%",
|
|
16
|
-
"alarm-type.log_fs_usage": "El uso de la
|
|
17
|
+
"alarm-type.log_fs_usage": "El uso de la bitácora del sistema de ficheros sobrepasa el {n}%",
|
|
17
18
|
"alarm-type.mem_usage": "El uso de la memoria sobrepasa el {n}%",
|
|
18
19
|
"alarm-type.memory_free_kib": "La memoria libre está debajo del {n}%",
|
|
19
20
|
"alarm-type.network_usage": "El uso de la red sobrepasa el {n}%",
|
|
20
21
|
"alarm-type.physical_utilisation": "El uso físico sobrepasa el {n}%",
|
|
21
|
-
"alarm-type.sr_io_throughput_total_per_host": "El uso total de Entrada/Salida SR por
|
|
22
|
+
"alarm-type.sr_io_throughput_total_per_host": "El uso total de Entrada/Salida SR por servidor físico sobrepasa el {n}%",
|
|
22
23
|
"alarm-type.unknown": "Alarma desconocida",
|
|
23
24
|
"alarms": "Alarmas",
|
|
24
|
-
"all-good": "Todo bien!",
|
|
25
|
+
"all-good": "¡Todo bien!",
|
|
25
26
|
"allow-self-signed-ssl": "Es posible que tendrá que permitir certificados SSL autofirmados dentro de su navegador",
|
|
26
27
|
"appearance": "Aparencia",
|
|
27
28
|
"ascending": "ascendente",
|
|
29
|
+
"auto-generated": "Generado automaticamente",
|
|
30
|
+
"auto-power": "Arranque automático",
|
|
28
31
|
"available": "Disponible",
|
|
29
32
|
"available-properties-for-advanced-filter": "Propriedades disponibles para filtros avanzados:",
|
|
30
33
|
"back-pool-dashboard": "Regresa al panel de estado del conjunto de servidores",
|
|
31
34
|
"back-site-dashboard": "Regresar al panel del sitio",
|
|
32
35
|
"backup": "Salvaguarda",
|
|
33
|
-
"backup-issues": "Problemas de
|
|
34
|
-
"backup-repository": "Repositorio de
|
|
35
|
-
"backups": "
|
|
36
|
-
"backups.jobs": "
|
|
37
|
-
"backups.jobs.at-least-one-skipped": "
|
|
36
|
+
"backup-issues": "Problemas de salvaguarda",
|
|
37
|
+
"backup-repository": "Repositorio de salvaguarda (local, NFS, SMB)",
|
|
38
|
+
"backups": "Salvaguardas",
|
|
39
|
+
"backups.jobs": "Tareos",
|
|
40
|
+
"backups.jobs.at-least-one-skipped": "Se omitió al menos una tarea",
|
|
38
41
|
"backups.jobs.based-on-last-three": "Basado en las últimas tres tareas",
|
|
39
|
-
"backups.jobs.disabled": "
|
|
42
|
+
"backups.jobs.disabled": "Desactivados",
|
|
40
43
|
"backups.jobs.looks-like-issue": "Parece que hay un problema",
|
|
41
44
|
"backups.jobs.running-good": "Todo bien",
|
|
42
45
|
"backups.vms-protection": "Protección de máquinas virtuales",
|
|
@@ -44,12 +47,21 @@
|
|
|
44
47
|
"backups.vms-protection.protected": "Listada en al menos una tarea y protejida",
|
|
45
48
|
"backups.vms-protection.tooltip": "Una máquina virtual está «protejida» si está en una tarea de salvaguarda, con un horario activado, y la última ejecución tuvo éxito",
|
|
46
49
|
"backups.vms-protection.unprotected": "En al menos una tarea pero no está protejida",
|
|
50
|
+
"bios-default": "bios (por defecto)",
|
|
51
|
+
"bond": "Bond",
|
|
52
|
+
"bond-devices": "Dispositivos enlazados",
|
|
53
|
+
"bond-status": "Estado del bond",
|
|
54
|
+
"boot-firmware": "Firmware de arranque",
|
|
55
|
+
"boot-firmware-bios": "La plantilla ya contiene las cadenas de la BIOS",
|
|
56
|
+
"boot-firmware-uefi": "El firmware de arranque es UEFI",
|
|
57
|
+
"boot-vm": "Arranca la VM",
|
|
47
58
|
"bytes.gi": "Gio",
|
|
48
59
|
"bytes.ki": "Kio",
|
|
49
60
|
"bytes.mi": "Mio",
|
|
50
61
|
"cancel": "Anular",
|
|
51
62
|
"change-state": "Cambiar estado",
|
|
52
63
|
"check-errors": "Revisar los errores :",
|
|
64
|
+
"check-summing": "TX checksumming",
|
|
53
65
|
"click-to-display-alarms": "Haga clic para mostra alarmas :",
|
|
54
66
|
"click-to-return-default-pool": "Haga clic para regresar al conjunto de servidores predeterminado",
|
|
55
67
|
"close": "Cerrar",
|
|
@@ -65,7 +77,10 @@
|
|
|
65
77
|
"console-clipboard": "Portapales de la cónsola",
|
|
66
78
|
"console-unavailable": "Cónsola no disponible",
|
|
67
79
|
"copy": "Copiar",
|
|
80
|
+
"copy-all": "Copiar todo",
|
|
81
|
+
"copy-host": "Copia host",
|
|
68
82
|
"copy-info-json": "Copiar información en JSON",
|
|
83
|
+
"core.character-limit": "{count}/{max} caracter | {count}/{max} caracteres",
|
|
69
84
|
"core.close": "Cerrar",
|
|
70
85
|
"core.copied": "Copiado",
|
|
71
86
|
"core.copy-id": "Copiar la ID",
|
|
@@ -74,6 +89,8 @@
|
|
|
74
89
|
"core.group": "Grupar",
|
|
75
90
|
"core.hide": "Ocultar",
|
|
76
91
|
"core.open": "Abrir",
|
|
92
|
+
"core.pagination.all": "Todos",
|
|
93
|
+
"core.pagination.show-by": "Ver por",
|
|
77
94
|
"core.query-search-bar.label": "Buscador",
|
|
78
95
|
"core.query-search-bar.placeholder": "Entre su búsqueda…",
|
|
79
96
|
"core.query-search-bar.use-query-builder": "Utilizar la constructora de búsquedas",
|
|
@@ -91,9 +108,13 @@
|
|
|
91
108
|
"core.sidebar.unlock": "Desbloquear la barra lateral",
|
|
92
109
|
"core.sort.ascending": "Ordenar",
|
|
93
110
|
"core.sort.descending": "Ordenar descendentemente",
|
|
111
|
+
"core.textarea.exceeds-max-characters": "El valor del campo debe tener {max} carácteres o menos.",
|
|
112
|
+
"cores-with-sockets": "Núcleos (zócalos)",
|
|
94
113
|
"cpu-provisioning": "Aprovisionamiento de CPU",
|
|
95
114
|
"cpu-provisioning-warning": "La cantidad de vCPU asignadas excede la cantidad de CPU físicas disponibles. El rendimiento del sistema puede verse afectado",
|
|
96
115
|
"cpu-usage": "Uso del CPU",
|
|
116
|
+
"create": "Crear",
|
|
117
|
+
"custom-config": "Configuración personalizada",
|
|
97
118
|
"dark-mode.auto": "Modo oscuro automática",
|
|
98
119
|
"dark-mode.disable": "Desactivar modo oscuro",
|
|
99
120
|
"dark-mode.enable": "Activar modo oscuro",
|
|
@@ -118,6 +139,7 @@
|
|
|
118
139
|
"disabled": "Desactivado",
|
|
119
140
|
"disconnected": "Disconectado",
|
|
120
141
|
"disconnected-from-physical-device": "Disconectado del aparato físico",
|
|
142
|
+
"disk-name": "Nombre del disco",
|
|
121
143
|
"display": "Mostrar",
|
|
122
144
|
"dns": "DNS",
|
|
123
145
|
"do-you-have-needs": "¿Falta algo? Háganos saber",
|
|
@@ -138,6 +160,7 @@
|
|
|
138
160
|
"export-vm": "Exportar una máquina virtual",
|
|
139
161
|
"export-vms": "Exportar unas máquinas virtuales",
|
|
140
162
|
"export-vms-manually-information": "Algunas exportaciones de MV no pudieron iniciarse automáticamente, posiblemente debido a la configuración de su navegador. Para exportarlos, tendrá que hacer clic en cada uno de ellos. (Alternativamente, copie el enlace también.)",
|
|
163
|
+
"fast-clone": "Clonaje rápido",
|
|
141
164
|
"fetching-fresh-data": "Refrescando datos",
|
|
142
165
|
"filter.comparison.contains": "Contiene",
|
|
143
166
|
"filter.comparison.ends-with": "Termina con",
|
|
@@ -163,10 +186,15 @@
|
|
|
163
186
|
"gateway": "Puerta de enlace",
|
|
164
187
|
"go-back": "Regresa",
|
|
165
188
|
"gzip": "gzip",
|
|
189
|
+
"hardware": "Hardware",
|
|
166
190
|
"here": "Aquí",
|
|
167
191
|
"host": "Servidor",
|
|
168
192
|
"host-description": "Descripción servidor",
|
|
169
193
|
"host-internal-networks": "Redes internas del host",
|
|
194
|
+
"host-status.halted": "Parado",
|
|
195
|
+
"host-status.running": "En marcha",
|
|
196
|
+
"host-status.unknown": "Desconocido",
|
|
197
|
+
"host-unknown": "Host desconocido",
|
|
170
198
|
"host.active": "Activo | Activo | Activos",
|
|
171
199
|
"host.inactive": "Inactivo | Inactivo | Inactivos",
|
|
172
200
|
"hosts": "Servidores",
|
|
@@ -177,9 +205,14 @@
|
|
|
177
205
|
"hosts-status.unknown.tooltip": "Métricas de servidores no son disponibles",
|
|
178
206
|
"id": "Id",
|
|
179
207
|
"in-last-three-jobs": "En las últimas tres tareas",
|
|
208
|
+
"install-settings": "Parámetros de instalación",
|
|
209
|
+
"interfaces": "Interfaz | Interfaz | Interfaces",
|
|
180
210
|
"invalid-field": "Campo inválido",
|
|
211
|
+
"ip-address": "Dirección IP",
|
|
181
212
|
"ip-addresses": "Dirección IP",
|
|
182
213
|
"ip-mode": "modo IP",
|
|
214
|
+
"is-primary-host": "{name} es el servidor principal",
|
|
215
|
+
"iso-dvd": "ISO/DVD",
|
|
183
216
|
"job.vm-copy.bad-power-state": "La máquina virtual debe estar apagada",
|
|
184
217
|
"job.vm-copy.in-progress": "Copiando…",
|
|
185
218
|
"job.vm-copy.missing-vms": "No hay máquinas virtuales para copiar",
|
|
@@ -229,6 +262,7 @@
|
|
|
229
262
|
"language": "Idioma",
|
|
230
263
|
"last-week": "Semana pasada",
|
|
231
264
|
"learn-more": "Saber más",
|
|
265
|
+
"load-average": "Carga del sistema",
|
|
232
266
|
"load-now": "Cargar ahora",
|
|
233
267
|
"loading-hosts": "Cargando servidores…",
|
|
234
268
|
"loading-in-progress": "Cargando…",
|
|
@@ -237,14 +271,18 @@
|
|
|
237
271
|
"log-out": "Desconectarse",
|
|
238
272
|
"login": "Conectarse",
|
|
239
273
|
"login-only-on-master": "Sólo es posible conectarse al servidor principal",
|
|
240
|
-
"mac-
|
|
241
|
-
"
|
|
274
|
+
"mac-address": "Dirección MAC",
|
|
275
|
+
"mac-addresses": "Direcciones MAC",
|
|
276
|
+
"management": "Gestión",
|
|
242
277
|
"master": "Servidor principal",
|
|
278
|
+
"memory": "Memoria",
|
|
279
|
+
"memory-usage": "Utilización de la memoria",
|
|
243
280
|
"migrate": "Migrar",
|
|
244
281
|
"migrate-n-vms": "Migrar una máquina virtual | Migrar {n} máquinas virtuales",
|
|
245
282
|
"missing-patches": "Parches faltantes",
|
|
246
283
|
"more-actions": "Acciones adicionales",
|
|
247
284
|
"mtu": "MTU",
|
|
285
|
+
"multi-creation": "Creación múltiple",
|
|
248
286
|
"n-gb-left": "{n} Go libres",
|
|
249
287
|
"n-gb-required": "{n} Go requeridos",
|
|
250
288
|
"n-hosts": "1 servidor| {n} servidores",
|
|
@@ -255,23 +293,32 @@
|
|
|
255
293
|
"netmask": "Máscara de red",
|
|
256
294
|
"network": "Red",
|
|
257
295
|
"network-block-device": "Dispositivo de bloques de red",
|
|
296
|
+
"network-config": "Configuración de red",
|
|
258
297
|
"network-download": "Rendimiento de descarga de red",
|
|
298
|
+
"network-information": "Información de Red",
|
|
259
299
|
"network-throughput": "Rendimiento de red",
|
|
260
300
|
"network-upload": "Rendimiento de carga de red",
|
|
261
301
|
"networks": "Redes",
|
|
262
302
|
"new": "Nuevo",
|
|
263
303
|
"new-features-are-coming": "Próximamente nuevas funciones!",
|
|
304
|
+
"new-vif": "Nuevo VIF",
|
|
305
|
+
"new-vm": "Nueva VM",
|
|
306
|
+
"new-vm.add": "Añadir nueva VM",
|
|
307
|
+
"new-vm.description": "Descripción de la VM",
|
|
308
|
+
"new-vm.name": "Nombre de la VM",
|
|
264
309
|
"news": "Actualidades",
|
|
265
310
|
"news-name": "Actualidades {name}",
|
|
266
311
|
"no-alarm-triggered": "No hay alarma",
|
|
312
|
+
"no-config": "Sin configuración",
|
|
267
313
|
"no-data": "No hay datos",
|
|
268
314
|
"no-network-detected": "No se detectó ninguna red",
|
|
269
|
-
"no-pif-detected": "No se detectó
|
|
315
|
+
"no-pif-detected": "No se detectó ningún PIF",
|
|
270
316
|
"no-result": "Sin resultado",
|
|
271
317
|
"no-results": "No hay resultados",
|
|
272
318
|
"no-selected-vm-can-be-exported": "Ninguna máquina virtual selectionada puede exportarse",
|
|
273
319
|
"no-selected-vm-can-be-migrated": "Ninguna máquina virtual selectionada puede migrarse",
|
|
274
320
|
"no-tasks": "No hay tareas",
|
|
321
|
+
"no-vif-detected": "No se detecta VIF",
|
|
275
322
|
"none": "Ninguno",
|
|
276
323
|
"not-found": "No encontrado",
|
|
277
324
|
"object": "Objeto",
|
|
@@ -289,6 +336,10 @@
|
|
|
289
336
|
"password-invalid": "La contraseña no es válido",
|
|
290
337
|
"patches": "Parches",
|
|
291
338
|
"pause": "Pausar",
|
|
339
|
+
"physical-interface-status": "Estado de la interfaz física",
|
|
340
|
+
"pick-template": "Escoge plantilla",
|
|
341
|
+
"pif": "PIF",
|
|
342
|
+
"pif-status": "Estado del PIF",
|
|
292
343
|
"pifs": "PIFs",
|
|
293
344
|
"pifs-status": "Estado de los PIFs",
|
|
294
345
|
"please-confirm": "Confirme, por favor",
|
|
@@ -305,7 +356,11 @@
|
|
|
305
356
|
"power-on-vm-for-console": "Poner la MV en marcha para acceder a su cónsola",
|
|
306
357
|
"power-state": "Estado alimentación electrica",
|
|
307
358
|
"professional-support": "Soporte profesional",
|
|
359
|
+
"properties": "Propiedades",
|
|
308
360
|
"property": "Propriedad",
|
|
361
|
+
"pxe": "PXE",
|
|
362
|
+
"quick-info": "Informaciones rápidas",
|
|
363
|
+
"ram": "RAM",
|
|
309
364
|
"ram-usage": "Uso RAM",
|
|
310
365
|
"reboot": "Reiniciar",
|
|
311
366
|
"receive": "Recibir",
|
|
@@ -328,6 +383,7 @@
|
|
|
328
383
|
"see-all": "Ver todos",
|
|
329
384
|
"select-compression": "Elige modo de compression",
|
|
330
385
|
"select-destination-host": "Elige servidor destino",
|
|
386
|
+
"select-host": "Seleccione host",
|
|
331
387
|
"select-to-see-details": "Elegir un elemento para ver las detalles",
|
|
332
388
|
"select.network": "Elige una red",
|
|
333
389
|
"select.storage": "Elige un SR",
|
|
@@ -339,10 +395,14 @@
|
|
|
339
395
|
"shutdown": "Apagar",
|
|
340
396
|
"sidebar.search-tree-view": "Buscar en la vista de árbol",
|
|
341
397
|
"sidebar.vms-treeview": "Vista de árbol de las máquinas virtuales",
|
|
398
|
+
"size": "Tamaño",
|
|
342
399
|
"snapshot": "Instantanear",
|
|
400
|
+
"sockets-with-cores-per-socket": "{nSockets} sockets × {nCores} cores/socket",
|
|
343
401
|
"sort-by": "Ordenar por",
|
|
344
402
|
"speed": "Velocidad",
|
|
403
|
+
"sr": "SR",
|
|
345
404
|
"ssh-account": "Cuenta SSH",
|
|
405
|
+
"ssh-key": "Clave SSH",
|
|
346
406
|
"ssh-login": "Nombre de usuario SSH",
|
|
347
407
|
"ssh-password": "Contraseña SSH",
|
|
348
408
|
"ssh-password-confirm": "Confirmar la contraseña SSH",
|
|
@@ -350,18 +410,23 @@
|
|
|
350
410
|
"stacked-ram-usage": "Uso RAM apilado",
|
|
351
411
|
"start": "Iniciar",
|
|
352
412
|
"start-on-host": "Iniciar en un servidor específico",
|
|
413
|
+
"started": "Arrancado",
|
|
414
|
+
"state": "Estado",
|
|
353
415
|
"static": "Estatico",
|
|
354
416
|
"static-ip": "IP estático",
|
|
355
417
|
"stats": "Stats",
|
|
356
418
|
"status": "Estatus",
|
|
357
419
|
"storage": "Amacenamiento",
|
|
420
|
+
"storage-repositories": "Repositorios de almacenamiento",
|
|
358
421
|
"storage-repository": "Repositorio de almacenamiento",
|
|
359
422
|
"storage-usage": "Uso de almacenamiento",
|
|
423
|
+
"summary": "Sumario",
|
|
360
424
|
"support": "Apoyo",
|
|
361
425
|
"suspend": "Suspender",
|
|
362
426
|
"switch-theme": "Cambiar el tema",
|
|
363
427
|
"system": "Sistema",
|
|
364
428
|
"table-actions": "Tabla de acciones",
|
|
429
|
+
"tags": "Etiquetas",
|
|
365
430
|
"task.estimated-end": "Fin estimado",
|
|
366
431
|
"task.progress": "Progreso",
|
|
367
432
|
"task.started": "Iniciado",
|
|
@@ -373,16 +438,20 @@
|
|
|
373
438
|
"tasks.quick-view.done": "Terminadas",
|
|
374
439
|
"tasks.quick-view.failed": "Falladas",
|
|
375
440
|
"tasks.quick-view.in-progress": "En progreso",
|
|
441
|
+
"template": "Plantilla",
|
|
376
442
|
"theme-auto": "Auto",
|
|
377
443
|
"theme-dark": "Oscuro",
|
|
378
444
|
"theme-light": "Claro",
|
|
379
445
|
"this-vm-cant-be-migrated": "Esta máquina virtual no se puede migrar",
|
|
380
446
|
"top-#": "{n} principales",
|
|
447
|
+
"topology": "Topologia",
|
|
381
448
|
"total": "Total",
|
|
382
449
|
"total-cpus": "CPUs Totales",
|
|
450
|
+
"total-free": "Total libre",
|
|
383
451
|
"total-free:": "Total libre :",
|
|
384
452
|
"total-memory": "Memoria total",
|
|
385
453
|
"total-storage-repository": "Total reposito de almacenamiento",
|
|
454
|
+
"total-used": "Total usado",
|
|
386
455
|
"total-used:": "Total usado :",
|
|
387
456
|
"unknown": "Desconocido",
|
|
388
457
|
"unlocked": "Desbloqueado",
|
|
@@ -390,20 +459,31 @@
|
|
|
390
459
|
"unreachable-hosts-reload-page": "Acabado. Refresca la página",
|
|
391
460
|
"up-to-date": "Actualizado",
|
|
392
461
|
"used": "Usado",
|
|
393
|
-
"
|
|
462
|
+
"user-config": "Configuración de usuario",
|
|
463
|
+
"uuid": "UUID",
|
|
464
|
+
"vcpus": "vCPU|vCPU|vCPUs",
|
|
394
465
|
"vcpus-used": "vCPUs usados",
|
|
466
|
+
"vdis": "VDI|VDI|VDIs",
|
|
395
467
|
"version": "Versión",
|
|
468
|
+
"vif": "VIF",
|
|
469
|
+
"vif-device": "VIF #{device}",
|
|
470
|
+
"vif-status": "Estado VIF",
|
|
471
|
+
"vifs": "VIFs",
|
|
396
472
|
"vlan": "VLAN",
|
|
397
473
|
"vm": "máquina virtual",
|
|
398
474
|
"vm-description": "descripción máquina virtual",
|
|
399
475
|
"vm-is-running": "La máquina virtual está en marcha",
|
|
400
476
|
"vm.active": "Activo | Activo | Activos",
|
|
401
477
|
"vm.inactive": "No activo | No activo | No activos",
|
|
402
|
-
"
|
|
478
|
+
"vmSocketsWithCoresPerSocket": "{nSockets} sockets x {nCores} cores/socket",
|
|
479
|
+
"vms": "VM | VMs",
|
|
403
480
|
"vms-status": "Estatus máquinas virtuales",
|
|
481
|
+
"vms-status.halted": "Detenido",
|
|
404
482
|
"vms-status.inactive": "Inactivas",
|
|
405
483
|
"vms-status.inactive.tooltip": "Paradas o suspendidas",
|
|
484
|
+
"vms-status.paused": "En pausa",
|
|
406
485
|
"vms-status.running": "En marcha",
|
|
486
|
+
"vms-status.suspended": "Suspendido",
|
|
407
487
|
"vms-status.unknown": "Desconocido",
|
|
408
488
|
"vms-status.unknown.tooltip": "XO ha perdido su conección al conjunto de servidores",
|
|
409
489
|
"xo-backups": "Backups de XO",
|