@xen-orchestra/web-core 0.24.0 → 0.25.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/menu/MenuList.vue +0 -1
- package/lib/components/stacked-bar-with-legend/VtsStackedBarWithLegend.vue +1 -1
- package/lib/components/ui/alarm-item/UiAlarmItem.vue +132 -0
- package/lib/components/ui/alarm-list/UiAlarmList.vue +20 -0
- package/lib/components/ui/data-ruler/UiDataRuler.vue +24 -0
- package/lib/components/ui/input/UiInput.vue +1 -0
- package/lib/components/ui/legend/UiLegend.vue +5 -5
- package/lib/components/ui/progress-bar/UiProgressBar.vue +30 -9
- package/lib/components/ui/query-search-bar/UiQuerySearchBar.vue +25 -11
- package/lib/components/ui/table-actions/UiTableActions.vue +7 -0
- package/lib/locales/cs.json +16 -8
- package/lib/locales/de.json +12 -10
- package/lib/locales/en.json +11 -10
- package/lib/locales/es.json +77 -11
- package/lib/locales/fa.json +1 -1
- package/lib/locales/fr.json +11 -10
- package/lib/locales/it.json +12 -9
- package/lib/locales/nl.json +47 -9
- package/lib/locales/ru.json +38 -9
- package/lib/locales/sv.json +10 -9
- package/lib/stores/panel.store.ts +1 -1
- package/lib/stores/sidebar.store.ts +9 -6
- package/lib/stores/ui.store.ts +7 -3
- package/package.json +1 -1
- package/lib/composables/local-time-ago.composable.ts +0 -53
package/lib/locales/es.json
CHANGED
|
@@ -13,20 +13,21 @@
|
|
|
13
13
|
"admin-password": "Contraseña del administrador",
|
|
14
14
|
"admin-password-confirm": "Confirmar la contraseña del administrador",
|
|
15
15
|
"affinity-host": "Servidor preferido",
|
|
16
|
-
"alarm-type.cpu_usage": "El uso del CPU sobrepasa el
|
|
17
|
-
"alarm-type.disk_usage": "El uso del disco sobrepasa el
|
|
18
|
-
"alarm-type.fs_usage": "El uso del sistema de ficheros sobrepasa el
|
|
19
|
-
"alarm-type.log_fs_usage": "El uso de la bitácora del sistema de ficheros sobrepasa el
|
|
20
|
-
"alarm-type.mem_usage": "El uso de la memoria sobrepasa el
|
|
21
|
-
"alarm-type.memory_free_kib": "La memoria libre está por debajo del
|
|
22
|
-
"alarm-type.network_usage": "El uso de la red sobrepasa el
|
|
23
|
-
"alarm-type.physical_utilisation": "El uso físico sobrepasa el
|
|
24
|
-
"alarm-type.sr_io_throughput_total_per_host": "El uso total de Entrada/Salida SR por servidor físico sobrepasa el
|
|
16
|
+
"alarm-type.cpu_usage": "El uso del CPU sobrepasa el @:n-percent",
|
|
17
|
+
"alarm-type.disk_usage": "El uso del disco sobrepasa el @:n-percent",
|
|
18
|
+
"alarm-type.fs_usage": "El uso del sistema de ficheros sobrepasa el @:n-percent",
|
|
19
|
+
"alarm-type.log_fs_usage": "El uso de la bitácora del sistema de ficheros sobrepasa el @:n-percent",
|
|
20
|
+
"alarm-type.mem_usage": "El uso de la memoria sobrepasa el @:n-percent",
|
|
21
|
+
"alarm-type.memory_free_kib": "La memoria libre está por debajo del @:n-percent",
|
|
22
|
+
"alarm-type.network_usage": "El uso de la red sobrepasa el @:n-percent",
|
|
23
|
+
"alarm-type.physical_utilisation": "El uso físico sobrepasa el @:n-percent",
|
|
24
|
+
"alarm-type.sr_io_throughput_total_per_host": "El uso total de Entrada/Salida SR por servidor físico sobrepasa el @:n-percent",
|
|
25
25
|
"alarm-type.unknown": "Tipo de alarma desconocida",
|
|
26
26
|
"alarms": "Alarmas",
|
|
27
27
|
"all-done": "Todo hecho!",
|
|
28
28
|
"all-good": "¡Todo bien!",
|
|
29
29
|
"allow-self-signed-ssl": "Es posible que tenga que permitir certificados SSL autofirmados en su navegador",
|
|
30
|
+
"api-error-details": "Detalles de errores de la API",
|
|
30
31
|
"appearance": "Apariencia",
|
|
31
32
|
"ascending": "ascendente",
|
|
32
33
|
"auto-generated": "Generado automáticamente",
|
|
@@ -79,6 +80,9 @@
|
|
|
79
80
|
"confirm-cancel": "¿Estás seguro que deseas cancelar?",
|
|
80
81
|
"confirm-delete": "Estás a punto de eliminar {0}",
|
|
81
82
|
"connected": "Conectado",
|
|
83
|
+
"connecting": "Conexión en curso",
|
|
84
|
+
"connection": "Conexión",
|
|
85
|
+
"connection-failed": "Conexión fallida",
|
|
82
86
|
"connections": "Conexiones",
|
|
83
87
|
"console": "Consola",
|
|
84
88
|
"console-actions": "Acciones de la consola",
|
|
@@ -126,6 +130,7 @@
|
|
|
126
130
|
"cpu-provisioning": "Aprovisionamiento de CPU",
|
|
127
131
|
"cpu-provisioning-warning": "La cantidad de vCPU asignadas excede la cantidad de CPU físicas disponibles. El rendimiento del sistema puede verse afectado",
|
|
128
132
|
"cpu-usage": "Uso de CPU",
|
|
133
|
+
"cpu-weight": "Ponderación CPU",
|
|
129
134
|
"cpus": "CPUs",
|
|
130
135
|
"crash-dump-storage-repository": "Repositorio de almacenamiento del volcado de memoria",
|
|
131
136
|
"create": "Crear",
|
|
@@ -168,6 +173,7 @@
|
|
|
168
173
|
"enabled": "Activado",
|
|
169
174
|
"end-of-life": "Fin de vida (EOL)",
|
|
170
175
|
"eol": "EOL",
|
|
176
|
+
"error": "Error",
|
|
171
177
|
"error-no-data": "Error, imposible recopilar datos.",
|
|
172
178
|
"error-occurred": "Hubo un error",
|
|
173
179
|
"exit-fullscreen": "Salir de pantalla completa",
|
|
@@ -201,6 +207,7 @@
|
|
|
201
207
|
"for-replication": "Para replicación",
|
|
202
208
|
"force-reboot": "Forzar un reinicio",
|
|
203
209
|
"force-shutdown": "Forzar un apagado",
|
|
210
|
+
"forget": "Olvidar",
|
|
204
211
|
"fullscreen": "Pantalla completa",
|
|
205
212
|
"fullscreen-leave": "Abandonar pantalla completa",
|
|
206
213
|
"gateway": "Puerta de enlace",
|
|
@@ -307,23 +314,36 @@
|
|
|
307
314
|
"login-only-on-master": "Sólo es posible conectarse al servidor principal",
|
|
308
315
|
"mac-address": "Dirección MAC",
|
|
309
316
|
"mac-addresses": "Direcciones MAC",
|
|
317
|
+
"manage-citrix-pv-drivers-via-windows-update": "Administrar los drivers Citrix PV mediante Windows Update",
|
|
310
318
|
"management": "Gestión",
|
|
319
|
+
"management-agent-version": "Versión del agente de administración",
|
|
320
|
+
"manufacturer-info": "Información del fabricante",
|
|
311
321
|
"master": "Servidor principal",
|
|
322
|
+
"maximum-cpu-limit": "Límite máximo de CPU",
|
|
323
|
+
"maximum-dynamic-memory": "Máxima memoria dinámica",
|
|
324
|
+
"maximum-static-memory": "Máxima memoria estática",
|
|
312
325
|
"memory": "Memoria",
|
|
313
326
|
"memory-usage": "Utilización de la memoria",
|
|
314
327
|
"migrate": "Migrar",
|
|
315
328
|
"migrate-n-vms": "Migrar una máquina virtual | Migrar {n} máquinas virtuales",
|
|
329
|
+
"migration-compression": "Compresión de la migración",
|
|
330
|
+
"minimum-cpu-limit": "Límite mínimo de CPU",
|
|
331
|
+
"minimum-dynamic-memory": "Mínima memoria dinámica",
|
|
332
|
+
"minimum-static-memory": "Mínima memoria estática",
|
|
316
333
|
"missing-patches": "Parches faltantes",
|
|
317
334
|
"more-actions": "Acciones adicionales",
|
|
318
335
|
"mtu": "MTU",
|
|
319
336
|
"multi-creation": "Creación múltiple",
|
|
337
|
+
"multi-pathing": "Múltiples rutas",
|
|
320
338
|
"n-gb-left": "{n} Go libres",
|
|
321
339
|
"n-gb-required": "{n} Go requeridos",
|
|
322
340
|
"n-hosts": "1 servidor| {n} servidores",
|
|
323
341
|
"n-hosts-awaiting-patch": "{n} servidor falta este parche | {n} servidores faltan este parche",
|
|
324
342
|
"n-missing": "Falta {n}",
|
|
343
|
+
"n-percent": "{n}%",
|
|
325
344
|
"n-vms": "1 MV | {n} MVs",
|
|
326
345
|
"name": "Nombre",
|
|
346
|
+
"nested-virtualization": "Vitualización anidada",
|
|
327
347
|
"netmask": "Máscara de red",
|
|
328
348
|
"network": "Red",
|
|
329
349
|
"network-block-device": "Dispositivo de bloques de red",
|
|
@@ -332,6 +352,7 @@
|
|
|
332
352
|
"network-information": "Información de Red",
|
|
333
353
|
"network-throughput": "Rendimiento de red",
|
|
334
354
|
"network-upload": "Rendimiento de carga de red",
|
|
355
|
+
"networking": "Redes",
|
|
335
356
|
"networks": "Redes",
|
|
336
357
|
"new": "Nuevo",
|
|
337
358
|
"new-features-are-coming": "Próximamente nuevas funciones!",
|
|
@@ -342,6 +363,7 @@
|
|
|
342
363
|
"new-vm.name": "Nombre de la VM",
|
|
343
364
|
"news": "Actualidades",
|
|
344
365
|
"news-name": "Actualidades {name}",
|
|
366
|
+
"nic-type": "Tipo de tarjeta de red",
|
|
345
367
|
"no-alarm-triggered": "No hay alarma",
|
|
346
368
|
"no-config": "Sin configuración",
|
|
347
369
|
"no-data": "No hay datos",
|
|
@@ -351,18 +373,24 @@
|
|
|
351
373
|
"no-results": "No hay resultados",
|
|
352
374
|
"no-selected-vm-can-be-exported": "Ninguna máquina virtual selectionada puede exportarse",
|
|
353
375
|
"no-selected-vm-can-be-migrated": "Ninguna máquina virtual selectionada puede migrarse",
|
|
376
|
+
"no-server-detected": "Ningún servidor detectado",
|
|
354
377
|
"no-tasks": "No hay tareas",
|
|
355
378
|
"no-vif-detected": "No se detecta VIF",
|
|
356
379
|
"none": "Ninguno",
|
|
357
380
|
"not-found": "No encontrado",
|
|
381
|
+
"not-running": "No ejecutándose",
|
|
382
|
+
"not-yet-available": "Información todavía no disponible",
|
|
358
383
|
"object": "Objeto",
|
|
359
384
|
"object-not-found": "No se encuentra el objecto {id}…",
|
|
360
385
|
"off": "Apagado",
|
|
386
|
+
"offline": "Fuera de línea",
|
|
361
387
|
"ok": "OK",
|
|
362
388
|
"on": "Encendido",
|
|
363
389
|
"on-object": "sobre {object}",
|
|
364
390
|
"open-console-in-new-tab": "Abrir la cónsola en una nueva pestaña",
|
|
365
391
|
"or": "o/u",
|
|
392
|
+
"os-kernel": "Núcleo del SO",
|
|
393
|
+
"os-name": "Nombre del SO",
|
|
366
394
|
"other": "Otro",
|
|
367
395
|
"page-not-found": "No se encuentra esta página…",
|
|
368
396
|
"partially-connected": "Parcialmente connectado",
|
|
@@ -377,7 +405,9 @@
|
|
|
377
405
|
"pifs": "PIFs",
|
|
378
406
|
"pifs-status": "Estado de los PIFs",
|
|
379
407
|
"please-confirm": "Confirme, por favor",
|
|
408
|
+
"pool": "Pool",
|
|
380
409
|
"pool-cpu-usage": "Uso CPU del conjunto de servidores",
|
|
410
|
+
"pool-management": "Gestión del Pool",
|
|
381
411
|
"pool-ram-usage": "Uso RAM del conjunto de servidores",
|
|
382
412
|
"pools": "Conjuntos de servidores",
|
|
383
413
|
"pools-status": "Estatus conjuntos",
|
|
@@ -385,18 +415,24 @@
|
|
|
385
415
|
"pools-status.unknown": "Desconocido",
|
|
386
416
|
"pools-status.unknown.tooltip": "Servidores en estado desconocido",
|
|
387
417
|
"pools-status.unreachable": "Inaccesible",
|
|
388
|
-
"pools-status.unreachable.tooltip": "Servidores conocidos que no se
|
|
418
|
+
"pools-status.unreachable.tooltip": "Servidores conocidos que no se pueden acceder",
|
|
389
419
|
"power-on-host-for-console": "Poner en marcha el servidor para acceder a su cónsola",
|
|
420
|
+
"power-on-mode": "Modo de alimentación",
|
|
390
421
|
"power-on-vm-for-console": "Poner la MV en marcha para acceder a su cónsola",
|
|
391
422
|
"power-state": "Estado alimentación electrica",
|
|
392
423
|
"professional-support": "Soporte profesional",
|
|
393
424
|
"properties": "Propiedades",
|
|
394
425
|
"property": "Propriedad",
|
|
426
|
+
"protect-from-accidental-deletion": "Proteger contra borrado accidental",
|
|
427
|
+
"protect-from-accidental-shutdown": "Proteger contra apagado accidental",
|
|
428
|
+
"proxy-url": "URL del proxy",
|
|
395
429
|
"pxe": "PXE",
|
|
396
430
|
"quick-info": "Informaciones rápidas",
|
|
397
431
|
"ram": "RAM",
|
|
398
432
|
"ram-provisioning": "Aprovisionamiento de RAM",
|
|
399
433
|
"ram-usage": "Uso de RAM",
|
|
434
|
+
"read": "Lectura",
|
|
435
|
+
"read-only": "Solo lectura",
|
|
400
436
|
"reboot": "Reiniciar",
|
|
401
437
|
"receive": "Recibir",
|
|
402
438
|
"reformat": "Reformatear",
|
|
@@ -409,12 +445,16 @@
|
|
|
409
445
|
"relative-time.past": "Hace {str}",
|
|
410
446
|
"relative-time.second": "Un secundo | {n} secundos",
|
|
411
447
|
"relative-time.year": "1 año | {n} años",
|
|
448
|
+
"remote-syslog": "Syslog remoto",
|
|
449
|
+
"resource-management": "Gestión de recursos",
|
|
412
450
|
"resources-overview": "Mirador recursos",
|
|
413
451
|
"resume": "Reanudar",
|
|
414
452
|
"running-vm": "MV en marcha | MVs en marcha",
|
|
415
453
|
"s3-backup-repository": "Repositorio S3 de salvaguardas",
|
|
416
454
|
"save": "Guardar",
|
|
417
455
|
"scan-pifs": "Escanear PIFs",
|
|
456
|
+
"scheduler-granularity": "Granularidad de la planificación",
|
|
457
|
+
"secure-boot": "Arranque seguro",
|
|
418
458
|
"see-all": "Ver todos",
|
|
419
459
|
"select-compression": "Elige modo de compression",
|
|
420
460
|
"select-destination-host": "Elige servidor destino",
|
|
@@ -423,6 +463,7 @@
|
|
|
423
463
|
"select.network": "Elige una red",
|
|
424
464
|
"select.storage": "Elige un SR",
|
|
425
465
|
"selected-vms-in-execution": "Algunas de las máquinas virtuales selectionadas están en marcha",
|
|
466
|
+
"self-signed-certificates": "Certificados autofirmados",
|
|
426
467
|
"send": "Enviar",
|
|
427
468
|
"send-ctrl-alt-del": "Enviar Ctrl+Alt+Supr",
|
|
428
469
|
"send-us-feedback": "Envíenos sus comentarios",
|
|
@@ -431,8 +472,10 @@
|
|
|
431
472
|
"sidebar.search-tree-view": "Buscar en la vista de árbol",
|
|
432
473
|
"sidebar.vms-treeview": "Vista de árbol de las máquinas virtuales",
|
|
433
474
|
"size": "Tamaño",
|
|
475
|
+
"skipped": "Omitido",
|
|
434
476
|
"snapshot": "Instantanear",
|
|
435
477
|
"sockets-with-cores-per-socket": "{nSockets} sockets × {nCores} cores/socket",
|
|
478
|
+
"software-tooling": "Software y herramientas",
|
|
436
479
|
"sort-by": "Ordenar por",
|
|
437
480
|
"speed": "Velocidad",
|
|
438
481
|
"sr": "SR",
|
|
@@ -444,6 +487,7 @@
|
|
|
444
487
|
"stacked-cpu-usage": "Uso CPU apilado",
|
|
445
488
|
"stacked-ram-usage": "Uso RAM apilado",
|
|
446
489
|
"start": "Iniciar",
|
|
490
|
+
"start-delay": "Arranque diferido",
|
|
447
491
|
"start-on-host": "Iniciar en un servidor específico",
|
|
448
492
|
"started": "Arrancado",
|
|
449
493
|
"state": "Estado",
|
|
@@ -452,14 +496,18 @@
|
|
|
452
496
|
"stats": "Stats",
|
|
453
497
|
"status": "Estatus",
|
|
454
498
|
"storage": "Amacenamiento",
|
|
499
|
+
"storage-configuration": "Configuración de almacenamiento",
|
|
455
500
|
"storage-repositories": "Repositorios de almacenamiento",
|
|
456
501
|
"storage-repository": "Repositorio de almacenamiento",
|
|
457
502
|
"storage-usage": "Uso de almacenamiento",
|
|
503
|
+
"success": "Éxito",
|
|
458
504
|
"summary": "Sumario",
|
|
459
505
|
"support": "Apoyo",
|
|
460
506
|
"suspend": "Suspender",
|
|
507
|
+
"suspend-storage-repository": "Suspender repositorio de almacenamiento",
|
|
461
508
|
"switch-theme": "Cambiar el tema",
|
|
462
509
|
"system": "Sistema",
|
|
510
|
+
"system-disks-health": "Salud de los discos de sistema",
|
|
463
511
|
"table-actions": "Tabla de acciones",
|
|
464
512
|
"tags": "Etiquetas",
|
|
465
513
|
"task.estimated-end": "Fin estimado",
|
|
@@ -479,6 +527,7 @@
|
|
|
479
527
|
"theme-light": "Claro",
|
|
480
528
|
"this-host": "Este servidor",
|
|
481
529
|
"this-vm-cant-be-migrated": "Esta máquina virtual no se puede migrar",
|
|
530
|
+
"toolstack-uptime": "Tiempo de actividad de Toolstack",
|
|
482
531
|
"top-#": "{n} principales",
|
|
483
532
|
"topology": "Topologia",
|
|
484
533
|
"total": "Total",
|
|
@@ -490,6 +539,7 @@
|
|
|
490
539
|
"total-storage-repository": "Total reposito de almacenamiento",
|
|
491
540
|
"total-used": "Total usado",
|
|
492
541
|
"total-used:": "Total usado :",
|
|
542
|
+
"unable-to-connect-to-the-pool": "No se puede conectar al pool",
|
|
493
543
|
"unknown": "Desconocido",
|
|
494
544
|
"unlocked": "Desbloqueado",
|
|
495
545
|
"unreachable-hosts": "Servidores no accesibles",
|
|
@@ -497,23 +547,38 @@
|
|
|
497
547
|
"up-to-date": "Actualizado",
|
|
498
548
|
"used": "Usado",
|
|
499
549
|
"user-config": "Configuración de usuario",
|
|
550
|
+
"username": "Nombre de usuario",
|
|
500
551
|
"uuid": "UUID",
|
|
501
552
|
"vcpus": "vCPU|vCPU|vCPUs",
|
|
502
553
|
"vcpus-assigned": "vCPUs asignados",
|
|
503
554
|
"vcpus-used": "vCPUs usados",
|
|
555
|
+
"vdi-throughput": "Rendimiento de VDI",
|
|
504
556
|
"vdis": "VDI|VDI|VDIs",
|
|
505
557
|
"version": "Versión",
|
|
558
|
+
"vga": "VGA",
|
|
559
|
+
"video-ram": "Memoria de video",
|
|
506
560
|
"vif": "VIF",
|
|
507
561
|
"vif-device": "VIF #{device}",
|
|
508
562
|
"vif-status": "Estado VIF",
|
|
509
563
|
"vifs": "VIFs",
|
|
564
|
+
"viridian": "Viridian",
|
|
565
|
+
"virtual-tpm": "TPM virtual (VTPM)",
|
|
566
|
+
"virtualization-boot-settings": "Virtualización y ajustes de arranque",
|
|
567
|
+
"virtualization-mode": "Modo de virtualización",
|
|
568
|
+
"virtualization-type": "Tipo de virtualización",
|
|
510
569
|
"vlan": "VLAN",
|
|
511
570
|
"vm": "máquina virtual",
|
|
512
571
|
"vm-description": "descripción máquina virtual",
|
|
513
572
|
"vm-is-running": "La máquina virtual está en marcha",
|
|
573
|
+
"vm-limit-topology": "Límite de topologia de máquina virtual",
|
|
574
|
+
"vm-management": "Gestión de la máquina virtual",
|
|
575
|
+
"vm-status.halted": "Detenida",
|
|
576
|
+
"vm-status.paused": "Pausada",
|
|
577
|
+
"vm-status.running": "En marcha",
|
|
578
|
+
"vm-status.suspended": "Suspendida",
|
|
514
579
|
"vm.active": "Activo | Activo | Activos",
|
|
515
580
|
"vm.inactive": "No activo | No activo | No activos",
|
|
516
|
-
"vms": "VM | VMs",
|
|
581
|
+
"vms": "VM | VM | VMs",
|
|
517
582
|
"vms-status": "Estatus máquinas virtuales",
|
|
518
583
|
"vms-status.halted": "Detenido",
|
|
519
584
|
"vms-status.inactive": "Inactivas",
|
|
@@ -523,6 +588,7 @@
|
|
|
523
588
|
"vms-status.suspended": "Suspendido",
|
|
524
589
|
"vms-status.unknown": "Desconocido",
|
|
525
590
|
"vms-status.unknown.tooltip": "XO ha perdido su conección al conjunto de servidores",
|
|
591
|
+
"write": "Escribir",
|
|
526
592
|
"xo-backups": "Backups de XO",
|
|
527
593
|
"xo-lite-under-construction": "XOLite está en desarroyo",
|
|
528
594
|
"xo-replications": "Replicaciones de XO",
|
package/lib/locales/fa.json
CHANGED
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
"vm-is-running": "ماشین مجازی در حال اجراست",
|
|
476
476
|
"vm.active": "فعال",
|
|
477
477
|
"vm.inactive": "غیرفعال",
|
|
478
|
-
"vms": "ماشین مجازی | ماشین های مجازی",
|
|
478
|
+
"vms": "ماشین مجازی | ماشین های مجازی | ماشین های مجازی",
|
|
479
479
|
"vms-status": "وضعیت ماشینهای مجازی",
|
|
480
480
|
"vms-status.halted": "معلق شده",
|
|
481
481
|
"vms-status.inactive": "غیرفعال",
|
package/lib/locales/fr.json
CHANGED
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
"admin-password": "Mot de passe administrateur",
|
|
14
14
|
"admin-password-confirm": "Confirmer le mot de passe administrateur",
|
|
15
15
|
"affinity-host": "Hôte de préférence",
|
|
16
|
-
"alarm-type.cpu_usage": "L'utilisation du CPU dépasse
|
|
17
|
-
"alarm-type.disk_usage": "L'utilisation du disque dépasse
|
|
18
|
-
"alarm-type.fs_usage": "L'utilisation de FS dépasse
|
|
19
|
-
"alarm-type.log_fs_usage": "L'utilisation de Log FS dépasse
|
|
20
|
-
"alarm-type.mem_usage": "L'utilisation de la mémoire dépasse
|
|
21
|
-
"alarm-type.memory_free_kib": "La mémoire libre est inférieure à
|
|
22
|
-
"alarm-type.network_usage": "L'utilisation du réseau dépasse
|
|
23
|
-
"alarm-type.physical_utilisation": "L'utilisation physique dépasse
|
|
24
|
-
"alarm-type.sr_io_throughput_total_per_host": "Le débit total de l'IO SR par hôte dépasse
|
|
16
|
+
"alarm-type.cpu_usage": "L'utilisation du CPU dépasse @:n-percent",
|
|
17
|
+
"alarm-type.disk_usage": "L'utilisation du disque dépasse @:n-percent",
|
|
18
|
+
"alarm-type.fs_usage": "L'utilisation de FS dépasse @:n-percent",
|
|
19
|
+
"alarm-type.log_fs_usage": "L'utilisation de Log FS dépasse @:n-percent",
|
|
20
|
+
"alarm-type.mem_usage": "L'utilisation de la mémoire dépasse @:n-percent",
|
|
21
|
+
"alarm-type.memory_free_kib": "La mémoire libre est inférieure à @:n-percent",
|
|
22
|
+
"alarm-type.network_usage": "L'utilisation du réseau dépasse @:n-percent",
|
|
23
|
+
"alarm-type.physical_utilisation": "L'utilisation physique dépasse @:n-percent",
|
|
24
|
+
"alarm-type.sr_io_throughput_total_per_host": "Le débit total de l'IO SR par hôte dépasse @:n-percent",
|
|
25
25
|
"alarm-type.unknown": "Type d'alarme inconnu",
|
|
26
26
|
"alarms": "Alarmes",
|
|
27
27
|
"all-done": "Tout est terminé !",
|
|
@@ -340,6 +340,7 @@
|
|
|
340
340
|
"n-hosts": "1 hôte | {n} hôtes",
|
|
341
341
|
"n-hosts-awaiting-patch": "{n} hôte attend ce patch | {n} hôtes attendent ce patch",
|
|
342
342
|
"n-missing": "{n} manquant | {n} manquants",
|
|
343
|
+
"n-percent": "{n} %",
|
|
343
344
|
"n-vms": "1 VM | {n} VMs",
|
|
344
345
|
"name": "Nom",
|
|
345
346
|
"nested-virtualization": "Virtualisation imbriquée",
|
|
@@ -577,7 +578,7 @@
|
|
|
577
578
|
"vm-status.suspended": "Suspendue",
|
|
578
579
|
"vm.active": "Active | Active | Actives",
|
|
579
580
|
"vm.inactive": "Inactive | Inactive | Inactives",
|
|
580
|
-
"vms": "VM | VMs",
|
|
581
|
+
"vms": "VM | VM | VMs",
|
|
581
582
|
"vms-status": "Statut des VMs",
|
|
582
583
|
"vms-status.halted": "Éteintes",
|
|
583
584
|
"vms-status.inactive": "Inactives",
|
package/lib/locales/it.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
+
"2nd-last": "Penultimo",
|
|
3
|
+
"3rd-last": "Terzultimo",
|
|
2
4
|
"about": "Riguardo a",
|
|
3
5
|
"access-forum": "Accedi al forum",
|
|
4
6
|
"access-xoa": "Accedi a XOA",
|
|
@@ -10,15 +12,15 @@
|
|
|
10
12
|
"admin-login": "Login amministratore",
|
|
11
13
|
"admin-password": "Password amministratore",
|
|
12
14
|
"admin-password-confirm": "Conferma la password amministratore",
|
|
13
|
-
"alarm-type.cpu_usage": "L'utilizzo della CPU eccede del
|
|
14
|
-
"alarm-type.disk_usage": "L'utilizzo del disco eccede del
|
|
15
|
-
"alarm-type.fs_usage": "L'utilizzo di FS eccede del
|
|
16
|
-
"alarm-type.log_fs_usage": "L'utilizzo del Log FS eccede del
|
|
17
|
-
"alarm-type.mem_usage": "L'utilizzo della memoria eccede del
|
|
18
|
-
"alarm-type.memory_free_kib": "La memoria libera è scesa sotto il
|
|
19
|
-
"alarm-type.network_usage": "L'utilizzo della rete eccede del
|
|
20
|
-
"alarm-type.physical_utilisation": "Utilizzo fisico supera il
|
|
21
|
-
"alarm-type.sr_io_throughput_total_per_host": "L'IO SR totale per server fisico eccede del
|
|
15
|
+
"alarm-type.cpu_usage": "L'utilizzo della CPU eccede del @:n-percent",
|
|
16
|
+
"alarm-type.disk_usage": "L'utilizzo del disco eccede del @:n-percent",
|
|
17
|
+
"alarm-type.fs_usage": "L'utilizzo di FS eccede del @:n-percent",
|
|
18
|
+
"alarm-type.log_fs_usage": "L'utilizzo del Log FS eccede del @:n-percent",
|
|
19
|
+
"alarm-type.mem_usage": "L'utilizzo della memoria eccede del @:n-percent",
|
|
20
|
+
"alarm-type.memory_free_kib": "La memoria libera è scesa sotto il @:n-percent",
|
|
21
|
+
"alarm-type.network_usage": "L'utilizzo della rete eccede del @:n-percent",
|
|
22
|
+
"alarm-type.physical_utilisation": "Utilizzo fisico supera il @:n-percent",
|
|
23
|
+
"alarm-type.sr_io_throughput_total_per_host": "L'IO SR totale per server fisico eccede del @:n-percent",
|
|
22
24
|
"alarm-type.unknown": "Tipo di allarme sconosciuto",
|
|
23
25
|
"alarms": "Allarmi",
|
|
24
26
|
"all-good": "Tutto a posto!",
|
|
@@ -264,6 +266,7 @@
|
|
|
264
266
|
"n-gb-left": "{n} GB rimanenti",
|
|
265
267
|
"n-gb-required": "{n} GB richiesti",
|
|
266
268
|
"n-hosts": "1 host | {n} host",
|
|
269
|
+
"n-percent": "{n}%",
|
|
267
270
|
"n-vms": "1 VM | {n} VM",
|
|
268
271
|
"name": "Nome",
|
|
269
272
|
"netmask": "Netmask",
|
package/lib/locales/nl.json
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
+
"2nd-last": "2e laatste",
|
|
3
|
+
"3rd-last": "3e laatste",
|
|
2
4
|
"about": "Over",
|
|
3
5
|
"access-forum": "Open forum",
|
|
4
6
|
"access-xoa": "Open XOA",
|
|
@@ -12,19 +14,20 @@
|
|
|
12
14
|
"admin-password-confirm": "Bevestig beheerder wachtwoord",
|
|
13
15
|
"affinity-host": "Voorkeur host",
|
|
14
16
|
"alarm-type.cpu_usage": "CPU gebruik overschrijdt {n}",
|
|
15
|
-
"alarm-type.disk_usage": "Schijfgebruik overschrijdt
|
|
16
|
-
"alarm-type.fs_usage": "Bestandssysteem gebruik overschrijdt
|
|
17
|
-
"alarm-type.log_fs_usage": "Logbestandssysteem gebruik overschrijdt
|
|
18
|
-
"alarm-type.mem_usage": "Geheugengebruik overschrijdt
|
|
19
|
-
"alarm-type.memory_free_kib": "Het vrije geheugen is minder dan
|
|
20
|
-
"alarm-type.network_usage": "Netwerkgebruik overschrijdt
|
|
21
|
-
"alarm-type.physical_utilisation": "Fysiek gebruik overschrijdt
|
|
22
|
-
"alarm-type.sr_io_throughput_total_per_host": "SR IO doorvoer totaal per host overschrijdt
|
|
17
|
+
"alarm-type.disk_usage": "Schijfgebruik overschrijdt @:n-percent",
|
|
18
|
+
"alarm-type.fs_usage": "Bestandssysteem gebruik overschrijdt @:n-percent",
|
|
19
|
+
"alarm-type.log_fs_usage": "Logbestandssysteem gebruik overschrijdt @:n-percent",
|
|
20
|
+
"alarm-type.mem_usage": "Geheugengebruik overschrijdt @:n-percent",
|
|
21
|
+
"alarm-type.memory_free_kib": "Het vrije geheugen is minder dan @:n-percent",
|
|
22
|
+
"alarm-type.network_usage": "Netwerkgebruik overschrijdt @:n-percent",
|
|
23
|
+
"alarm-type.physical_utilisation": "Fysiek gebruik overschrijdt @:n-percent",
|
|
24
|
+
"alarm-type.sr_io_throughput_total_per_host": "SR IO doorvoer totaal per host overschrijdt @:n-percent",
|
|
23
25
|
"alarm-type.unknown": "Onbekend alarmtype",
|
|
24
26
|
"alarms": "Alarmen",
|
|
25
27
|
"all-done": "Helemaal klaar!",
|
|
26
28
|
"all-good": "Alles goed!",
|
|
27
29
|
"allow-self-signed-ssl": "Mogelijk moet je zelf ondertekende SSL-certificaten toestaan in je browser",
|
|
30
|
+
"api-error-details": "API foutdetails",
|
|
28
31
|
"appearance": "Uiterlijk",
|
|
29
32
|
"ascending": "oplopend",
|
|
30
33
|
"auto-generated": "Automatisch gegenereerd",
|
|
@@ -35,6 +38,7 @@
|
|
|
35
38
|
"back-site-dashboard": "Ga terug naar je omgeving dashboard",
|
|
36
39
|
"backup": "Back-up",
|
|
37
40
|
"backup-issues": "Back-up problemen",
|
|
41
|
+
"backup-network": "Back-up netwerk",
|
|
38
42
|
"backup-repository": "Back-upopslag (lokaal, NFS, SMB)",
|
|
39
43
|
"backups": "Back-ups",
|
|
40
44
|
"backups.jobs": "Opdrachten",
|
|
@@ -76,6 +80,10 @@
|
|
|
76
80
|
"confirm-cancel": "Weet je zeker dat je wilt annuleren?",
|
|
77
81
|
"confirm-delete": "Je staat op het punt om {0} te verwijderen",
|
|
78
82
|
"connected": "Verbonden",
|
|
83
|
+
"connecting": "Verbinden",
|
|
84
|
+
"connection": "Verbinding",
|
|
85
|
+
"connection-failed": "Verbinding mislukt",
|
|
86
|
+
"connections": "Verbindingen",
|
|
79
87
|
"console": "Console",
|
|
80
88
|
"console-actions": "Console acties",
|
|
81
89
|
"console-clipboard": "Console klembord",
|
|
@@ -124,7 +132,9 @@
|
|
|
124
132
|
"cpu-usage": "Processorgebruik",
|
|
125
133
|
"cpu-weight": "CPU-gewicht",
|
|
126
134
|
"cpus": "CPU's",
|
|
135
|
+
"crash-dump-storage-repository": "Crashdump opslagplaats",
|
|
127
136
|
"create": "Aanmaken",
|
|
137
|
+
"created-on": "Gemaakt op",
|
|
128
138
|
"custom-config": "Aangepaste configuratie",
|
|
129
139
|
"dark-mode.auto": "Automatische donkere modus",
|
|
130
140
|
"dark-mode.disable": "Donkere modus uitschakelen",
|
|
@@ -132,6 +142,7 @@
|
|
|
132
142
|
"dashboard": "Dashboard",
|
|
133
143
|
"default-behavior": "Standaard gedrag",
|
|
134
144
|
"default-locking-mode": "Standaard vergrendelingsmodus",
|
|
145
|
+
"default-storage-repository": "Standaard opslagplaats",
|
|
135
146
|
"delete": "Verwijderen",
|
|
136
147
|
"delete-vms": "Verwijder 1 VM | Verwijder {n} VMs",
|
|
137
148
|
"deploy": "Uitrollen",
|
|
@@ -162,6 +173,7 @@
|
|
|
162
173
|
"enabled": "Ingeschakeld",
|
|
163
174
|
"end-of-life": "Einde van het leven",
|
|
164
175
|
"eol": "EOL",
|
|
176
|
+
"error": "Fout",
|
|
165
177
|
"error-no-data": "Fout, kan geen gegevens verzamelen.",
|
|
166
178
|
"error-occurred": "Er heeft zich een fout voorgedaan",
|
|
167
179
|
"exit-fullscreen": "Volledig scherm afsluiten",
|
|
@@ -173,6 +185,7 @@
|
|
|
173
185
|
"export-vm": "VM exporteren",
|
|
174
186
|
"export-vms": "VMs exporteren",
|
|
175
187
|
"export-vms-manually-information": "Sommige VM-exports konden niet automatisch starten, waarschijnlijk door je browserinstellingen. Om ze te exporteren, moet je op elke VM klikken. (Je kunt ook de link kopiëren.)",
|
|
188
|
+
"failure": "Storing",
|
|
176
189
|
"fast-clone": "Snel klonen",
|
|
177
190
|
"fetching-fresh-data": "Nieuwe gegevens ophalen",
|
|
178
191
|
"filter.comparison.contains": "Bevat",
|
|
@@ -194,6 +207,7 @@
|
|
|
194
207
|
"for-replication": "Voor replicatie",
|
|
195
208
|
"force-reboot": "Opnieuw opstarten forceren",
|
|
196
209
|
"force-shutdown": "Afsluiten forceren",
|
|
210
|
+
"forget": "Vergeten",
|
|
197
211
|
"fullscreen": "Volledig scherm",
|
|
198
212
|
"fullscreen-leave": "Volledig scherm verlaten",
|
|
199
213
|
"gateway": "Gateway",
|
|
@@ -204,6 +218,7 @@
|
|
|
204
218
|
"gzip": "gzip",
|
|
205
219
|
"hardware": "Hardware",
|
|
206
220
|
"hardware-specifications": "Hardwarespecificaties",
|
|
221
|
+
"heartbeat-storage-repository": "Hartslag opslagplaats",
|
|
207
222
|
"here": "Hier",
|
|
208
223
|
"high-availability": "Hoge beschikbaarheid (HA)",
|
|
209
224
|
"host": "Host",
|
|
@@ -226,6 +241,7 @@
|
|
|
226
241
|
"in-last-three-jobs": "Tijdens hun laatste drie opdrachten",
|
|
227
242
|
"install-settings": "Installatie instellingen",
|
|
228
243
|
"interfaces": "Interface | Interface | Interfaces",
|
|
244
|
+
"interrupted": "Onderbroken",
|
|
229
245
|
"invalid-field": "Ongeldig veld",
|
|
230
246
|
"ip-address": "IP-adres",
|
|
231
247
|
"ip-addresses": "IP-adressen",
|
|
@@ -233,6 +249,7 @@
|
|
|
233
249
|
"is-primary-host": "{name} is primaire host",
|
|
234
250
|
"iscsi-iqn": "iSCSI IQN",
|
|
235
251
|
"iso-dvd": "ISO/DVD",
|
|
252
|
+
"job-name": "Taak naam",
|
|
236
253
|
"job.vm-copy.bad-power-state": "VM moet worden stopgezet",
|
|
237
254
|
"job.vm-copy.in-progress": "Bezig met kopiëren…",
|
|
238
255
|
"job.vm-copy.missing-vms": "Geen VM om te kopiëren",
|
|
@@ -280,6 +297,7 @@
|
|
|
280
297
|
"keep-me-logged": "Houd me ingelogd",
|
|
281
298
|
"keep-page-open": "Vernieuw of verlaat de tab niet voor het einde van de implementatie.",
|
|
282
299
|
"language": "Taal",
|
|
300
|
+
"last": "Laatste",
|
|
283
301
|
"last-week": "Vorige week",
|
|
284
302
|
"learn-more": "Meer informatie",
|
|
285
303
|
"license-socket": "Licentie socket",
|
|
@@ -308,6 +326,7 @@
|
|
|
308
326
|
"memory-usage": "Geheugengebruik",
|
|
309
327
|
"migrate": "Migreren",
|
|
310
328
|
"migrate-n-vms": "1 VM migreren | {n} VM's migreren",
|
|
329
|
+
"migration-compression": "Migratiecompressie",
|
|
311
330
|
"minimum-cpu-limit": "Minimale CPU-limiet",
|
|
312
331
|
"minimum-dynamic-memory": "Minimaal dynamisch geheugen",
|
|
313
332
|
"minimum-static-memory": "Minimaal statisch geheugen",
|
|
@@ -321,6 +340,7 @@
|
|
|
321
340
|
"n-hosts": "1 host | {n} hosts",
|
|
322
341
|
"n-hosts-awaiting-patch": "{n} host wacht op deze patch {n} hosts wachten op deze patch",
|
|
323
342
|
"n-missing": "{n} ontbreekt",
|
|
343
|
+
"n-percent": "{n} %",
|
|
324
344
|
"n-vms": "1 VM | {n} VMs",
|
|
325
345
|
"name": "Naam",
|
|
326
346
|
"nested-virtualization": "Geneste virtualisatie",
|
|
@@ -353,10 +373,12 @@
|
|
|
353
373
|
"no-results": "Geen resultaten",
|
|
354
374
|
"no-selected-vm-can-be-exported": "Geen van de geselecteerde VM's kan worden geëxporteerd",
|
|
355
375
|
"no-selected-vm-can-be-migrated": "Geen van de geselecteerde VM's kan worden gemigreerd",
|
|
376
|
+
"no-server-detected": "Geen server gedetecteerd",
|
|
356
377
|
"no-tasks": "Geen taken",
|
|
357
378
|
"no-vif-detected": "Geen VIF gedetecteerd",
|
|
358
379
|
"none": "Geen",
|
|
359
380
|
"not-found": "Niet gevonden",
|
|
381
|
+
"not-running": "Wordt niet uitgevoerd",
|
|
360
382
|
"not-yet-available": "Informatie is nog niet beschikbaar",
|
|
361
383
|
"object": "Object",
|
|
362
384
|
"object-not-found": "Object {id} kan niet worden gevonden…",
|
|
@@ -385,6 +407,7 @@
|
|
|
385
407
|
"please-confirm": "Graag bevestigen",
|
|
386
408
|
"pool": "Pool",
|
|
387
409
|
"pool-cpu-usage": "Pool processor gebruik",
|
|
410
|
+
"pool-management": "Pool beheer",
|
|
388
411
|
"pool-ram-usage": "Pool geheugen gebruik",
|
|
389
412
|
"pools": "Pools",
|
|
390
413
|
"pools-status": "Pools status",
|
|
@@ -402,11 +425,14 @@
|
|
|
402
425
|
"property": "Eigenschap",
|
|
403
426
|
"protect-from-accidental-deletion": "Bescherm tegen per ongeluk verwijderen",
|
|
404
427
|
"protect-from-accidental-shutdown": "Beschermen tegen per ongeluk afsluiten",
|
|
428
|
+
"proxy-url": "Proxy URL",
|
|
405
429
|
"pxe": "PXE",
|
|
406
430
|
"quick-info": "Snelle informatie",
|
|
407
431
|
"ram": "RAM",
|
|
408
432
|
"ram-provisioning": "RAM reservering",
|
|
409
433
|
"ram-usage": "RAM gebruik",
|
|
434
|
+
"read": "Lezen",
|
|
435
|
+
"read-only": "Alleen-lezen",
|
|
410
436
|
"reboot": "Opnieuw opstarten",
|
|
411
437
|
"receive": "Ontvangen",
|
|
412
438
|
"reformat": "Formatteren",
|
|
@@ -437,6 +463,7 @@
|
|
|
437
463
|
"select.network": "Selecteer een netwerk",
|
|
438
464
|
"select.storage": "Selecteer een opslag",
|
|
439
465
|
"selected-vms-in-execution": "Enkele geselecteerde VM's draaien",
|
|
466
|
+
"self-signed-certificates": "Zelf ondertekende certificaten",
|
|
440
467
|
"send": "Verstuur",
|
|
441
468
|
"send-ctrl-alt-del": "Verstuur Ctrl+Alt+Del",
|
|
442
469
|
"send-us-feedback": "Stuur ons feedback",
|
|
@@ -445,6 +472,7 @@
|
|
|
445
472
|
"sidebar.search-tree-view": "Zoeken in boomstructuur",
|
|
446
473
|
"sidebar.vms-treeview": "VM's boomstructuur",
|
|
447
474
|
"size": "Grootte",
|
|
475
|
+
"skipped": "Overgeslagen",
|
|
448
476
|
"snapshot": "Snapshot",
|
|
449
477
|
"sockets-with-cores-per-socket": "{nSockets} socket(s) × {nCores} kern(en)/socket(s)",
|
|
450
478
|
"software-tooling": "Software & hulpmiddelen",
|
|
@@ -472,6 +500,7 @@
|
|
|
472
500
|
"storage-repositories": "Opslagplaatsen",
|
|
473
501
|
"storage-repository": "Opslagplaats",
|
|
474
502
|
"storage-usage": "Opslaggebruik",
|
|
503
|
+
"success": "Succes",
|
|
475
504
|
"summary": "Overzicht",
|
|
476
505
|
"support": "Ondersteuning",
|
|
477
506
|
"suspend": "Opschorten",
|
|
@@ -510,6 +539,7 @@
|
|
|
510
539
|
"total-storage-repository": "Totale opslagplaats",
|
|
511
540
|
"total-used": "Totaal gebruikt",
|
|
512
541
|
"total-used:": "Totaal gebruikt:",
|
|
542
|
+
"unable-to-connect-to-the-pool": "Kan geen verbinding maken met de pool",
|
|
513
543
|
"unknown": "Onbekend",
|
|
514
544
|
"unlocked": "Ontgrendeld",
|
|
515
545
|
"unreachable-hosts": "Onbereikbare hosts",
|
|
@@ -517,10 +547,12 @@
|
|
|
517
547
|
"up-to-date": "Actueel",
|
|
518
548
|
"used": "Gebruikt",
|
|
519
549
|
"user-config": "Gebruikersconfiguratie",
|
|
550
|
+
"username": "Gebruikersnaam",
|
|
520
551
|
"uuid": "UUID",
|
|
521
552
|
"vcpus": "vCPU | vCPU | vCPU's",
|
|
522
553
|
"vcpus-assigned": "Toegewezen vCPU's",
|
|
523
554
|
"vcpus-used": "Gebruikte vCPU's",
|
|
555
|
+
"vdi-throughput": "VDI-doorvoer",
|
|
524
556
|
"vdis": "VDI | VDI | VDI's",
|
|
525
557
|
"version": "Versie",
|
|
526
558
|
"vga": "VGA",
|
|
@@ -533,15 +565,20 @@
|
|
|
533
565
|
"virtual-tpm": "Virtuele TPM (VTPM)",
|
|
534
566
|
"virtualization-boot-settings": "Virtualisatie & opstartinstellingen",
|
|
535
567
|
"virtualization-mode": "Virtualisatiemodus",
|
|
568
|
+
"virtualization-type": "Virtualisatietype",
|
|
536
569
|
"vlan": "VLAN",
|
|
537
570
|
"vm": "VM",
|
|
538
571
|
"vm-description": "VM beschrijving",
|
|
539
572
|
"vm-is-running": "De VM draait",
|
|
540
573
|
"vm-limit-topology": "VM-limiettopologie",
|
|
541
574
|
"vm-management": "VM-beheer",
|
|
575
|
+
"vm-status.halted": "Gestopt",
|
|
576
|
+
"vm-status.paused": "Gepauzeerd",
|
|
577
|
+
"vm-status.running": "Draait",
|
|
578
|
+
"vm-status.suspended": "Geschorst",
|
|
542
579
|
"vm.active": "Actief",
|
|
543
580
|
"vm.inactive": "Inactief",
|
|
544
|
-
"vms": "VM | VM's",
|
|
581
|
+
"vms": "VM | VM | VM's",
|
|
545
582
|
"vms-status": "VM's status",
|
|
546
583
|
"vms-status.halted": "Gestopt",
|
|
547
584
|
"vms-status.inactive": "Inactief",
|
|
@@ -551,6 +588,7 @@
|
|
|
551
588
|
"vms-status.suspended": "Geschorst",
|
|
552
589
|
"vms-status.unknown": "Onbekend",
|
|
553
590
|
"vms-status.unknown.tooltip": "XO heeft de verbinding met de pool verloren",
|
|
591
|
+
"write": "Schrijven",
|
|
554
592
|
"xo-backups": "XO back-ups",
|
|
555
593
|
"xo-lite-under-construction": "XOLite is in ontwikkeling",
|
|
556
594
|
"xo-replications": "XO replicaties",
|