@xen-orchestra/web-core 0.31.1 → 0.33.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.
Files changed (75) hide show
  1. package/lib/assets/css/_colors.pcss +8 -0
  2. package/lib/components/button-group/VtsButtonGroup.vue +5 -1
  3. package/lib/components/menu/MenuList.vue +1 -2
  4. package/lib/components/menu/MenuTrigger.vue +5 -11
  5. package/lib/components/modal/VtsModal.vue +82 -0
  6. package/lib/components/modal/VtsModalButton.vue +36 -0
  7. package/lib/components/modal/VtsModalCancelButton.vue +37 -0
  8. package/lib/components/modal/VtsModalConfirmButton.vue +21 -0
  9. package/lib/components/modal/VtsModalList.vue +34 -0
  10. package/lib/components/object-icon/VtsObjectIcon.vue +3 -8
  11. package/lib/components/status/VtsStatus.vue +66 -0
  12. package/lib/components/task/VtsQuickTaskList.vue +17 -5
  13. package/lib/components/tree/VtsTreeItem.vue +2 -2
  14. package/lib/components/ui/breadcrumb/UiBreadcrumb.vue +79 -0
  15. package/lib/components/ui/button/UiButton.vue +13 -67
  16. package/lib/components/ui/modal/UiModal.vue +164 -0
  17. package/lib/components/ui/quick-task-item/UiQuickTaskItem.vue +2 -2
  18. package/lib/composables/context.composable.ts +3 -5
  19. package/lib/composables/link-component.composable.ts +3 -2
  20. package/lib/composables/pagination.composable.ts +3 -2
  21. package/lib/composables/tree-filter.composable.ts +5 -3
  22. package/lib/icons/fa-icons.ts +13 -1
  23. package/lib/icons/index.ts +17 -0
  24. package/lib/locales/cs.json +60 -2
  25. package/lib/locales/de.json +40 -2
  26. package/lib/locales/en.json +27 -1
  27. package/lib/locales/es.json +51 -5
  28. package/lib/locales/fa.json +10 -10
  29. package/lib/locales/fr.json +28 -2
  30. package/lib/locales/it.json +4 -0
  31. package/lib/locales/nl.json +64 -14
  32. package/lib/locales/pt_BR.json +3 -3
  33. package/lib/locales/ru.json +41 -2
  34. package/lib/locales/sv.json +55 -1
  35. package/lib/locales/uk.json +4 -4
  36. package/lib/packages/collection/use-collection.ts +3 -2
  37. package/lib/packages/form-select/use-form-option-controller.ts +3 -2
  38. package/lib/packages/form-select/use-form-select.ts +8 -7
  39. package/lib/packages/menu/action.ts +4 -3
  40. package/lib/packages/menu/link.ts +5 -4
  41. package/lib/packages/menu/router-link.ts +3 -2
  42. package/lib/packages/menu/toggle-target.ts +3 -2
  43. package/lib/packages/modal/ModalProvider.vue +17 -0
  44. package/lib/packages/modal/README.md +253 -0
  45. package/lib/packages/modal/create-modal-opener.ts +103 -0
  46. package/lib/packages/modal/modal.store.ts +22 -0
  47. package/lib/packages/modal/types.ts +92 -0
  48. package/lib/packages/modal/use-modal.ts +53 -0
  49. package/lib/packages/progress/use-progress.ts +4 -3
  50. package/lib/packages/table/README.md +336 -0
  51. package/lib/packages/table/apply-extensions.ts +26 -0
  52. package/lib/packages/table/define-columns.ts +62 -0
  53. package/lib/packages/table/define-renderer/define-table-cell-renderer.ts +27 -0
  54. package/lib/packages/table/define-renderer/define-table-renderer.ts +47 -0
  55. package/lib/packages/table/define-renderer/define-table-row-renderer.ts +29 -0
  56. package/lib/packages/table/define-renderer/define-table-section-renderer.ts +29 -0
  57. package/lib/packages/table/define-table/define-multi-source-table.ts +39 -0
  58. package/lib/packages/table/define-table/define-table.ts +13 -0
  59. package/lib/packages/table/define-table/define-typed-table.ts +18 -0
  60. package/lib/packages/table/index.ts +11 -0
  61. package/lib/packages/table/transform-sources.ts +13 -0
  62. package/lib/packages/table/types/extensions.ts +16 -0
  63. package/lib/packages/table/types/index.ts +47 -0
  64. package/lib/packages/table/types/table-cell.ts +18 -0
  65. package/lib/packages/table/types/table-row.ts +20 -0
  66. package/lib/packages/table/types/table-section.ts +19 -0
  67. package/lib/packages/table/types/table.ts +28 -0
  68. package/lib/packages/threshold/use-threshold.ts +4 -3
  69. package/lib/types/vue-virtual-scroller.d.ts +101 -0
  70. package/lib/utils/injection-keys.util.ts +3 -0
  71. package/lib/utils/progress.util.ts +2 -1
  72. package/lib/utils/to-computed.util.ts +15 -0
  73. package/package.json +3 -2
  74. package/lib/components/backup-state/VtsBackupState.vue +0 -37
  75. package/lib/components/connection-status/VtsConnectionStatus.vue +0 -36
@@ -25,11 +25,13 @@
25
25
  "alarm-type.sr_io_throughput_total_per_host": "El uso total de Entrada/Salida SR por servidor físico sobrepasa el @:n-percent",
26
26
  "alarm-type.unknown": "Tipo de alarma desconocida",
27
27
  "alarms": "Alarmas",
28
- "all-done": "Todo hecho!",
28
+ "all-done": "¡Todo listo!",
29
29
  "all-good": "¡Todo bien!",
30
30
  "all-quiet-launchpad": "Calma total en el plataforma de lanzamiento",
31
31
  "allow-self-signed-ssl": "Es posible que tenga que permitir certificados SSL autofirmados en su navegador",
32
32
  "api-error-details": "Detalles de errores de la API",
33
+ "api-info-details": "Detalles del API",
34
+ "api-warning-details": "Detalles del aviso API",
33
35
  "appearance": "Apariencia",
34
36
  "ascending": "ascendente",
35
37
  "auto-generated": "Generado automáticamente",
@@ -38,11 +40,13 @@
38
40
  "available-properties-for-advanced-filter": "Propriedades disponibles para filtros avanzados:",
39
41
  "back-pool-dashboard": "Regresa al panel de estado del conjunto de servidores",
40
42
  "back-site-dashboard": "Regresar al panel del sitio",
43
+ "backed-up-pools": "Pools salvaguardadas",
41
44
  "backed-up-vms": "VMs salvaguardadas",
42
45
  "backup": "Copia de seguridad",
43
46
  "backup-issues": "Problemas de la copia de seguridad",
44
47
  "backup-jobs": "Trabajos de salvaguarda",
45
48
  "backup-network": "Red de reserva",
49
+ "backup-repositories": "Repositorios de salvaguardas",
46
50
  "backup-repository": "Repositorio de copia de seguridad (local, NFS, SMB)",
47
51
  "backup-targets": "Objetos de salvaguarda",
48
52
  "backup.continuous-replication": "Replicación contínua",
@@ -81,15 +85,19 @@
81
85
  "bytes.ki": "KB",
82
86
  "bytes.mi": "MB",
83
87
  "cancel": "Anular",
88
+ "cbt-destroy-snapshot-data": "Borrar los datos del instantáneo cuando se utiliza CBT",
84
89
  "change-state": "Cambiar estado",
85
90
  "check-errors": "Revisar los errores :",
86
91
  "check-summing": "Suma de comprobación TX",
92
+ "checkpoint-snapshot": "Instantáneo de punto de control",
87
93
  "click-to-display-alarms": "Haga clic para mostrar las alarmas :",
88
94
  "click-to-return-default-pool": "Haga clic para regresar al conjunto de servidores predeterminado",
89
95
  "close": "Cerrar",
90
96
  "coming-soon": "¡Pronto disponible!",
91
97
  "community": "Comunidad",
92
98
  "community-name": "Comunidad {name}",
99
+ "compression": "Compresión",
100
+ "concurrency": "Concurrencia",
93
101
  "configuration": "Configuración",
94
102
  "configure-in-xo-5": "Configurar en XO 5",
95
103
  "confirm-cancel": "¿Estás seguro que deseas cancelar?",
@@ -193,15 +201,18 @@
193
201
  "do-you-have-needs": "¿Tiene necesidades o expectativas? Háganoslo saber",
194
202
  "documentation": "Documentación",
195
203
  "documentation-name": "Documentación {name}",
204
+ "duration": "Duración",
196
205
  "edit": "Editar",
197
206
  "edit-config": "Modificar configuración",
198
207
  "enabled": "Activado",
208
+ "end-date": "Fecha final",
199
209
  "end-of-life": "Fin de vida (EOL)",
200
210
  "engines-off": "Motores apagados, órbita estable",
201
211
  "eol": "EOL",
202
- "error": "Error",
212
+ "error": "Error | Errores",
203
213
  "error-no-data": "Error, imposible recopilar datos.",
204
214
  "error-occurred": "Hubo un error",
215
+ "excluded-vms-tags": "Tags de VMs excluidas",
205
216
  "exit-fullscreen": "Salir de pantalla completa",
206
217
  "expiration-date": "Fecha de expiración",
207
218
  "export": "Exportar",
@@ -247,12 +258,13 @@
247
258
  "hardware-specifications": "Especificaciones de hardware",
248
259
  "heartbeat-storage-repository": "Repositorio de almacenamiento de heartbeat",
249
260
  "here": "Aquí",
261
+ "hide-successful-items": "Ocultar elementos exitosos en informes de fallas",
250
262
  "high-availability": "Alta disponibilidad (HA)",
251
263
  "host": "Servidor",
252
264
  "host-currently-shutdown": "De momento no podemos recuperar datos, el servidor está apagado.",
253
265
  "host-description": "Descripción del servidor",
254
266
  "host-internal-networks": "Redes internas del host",
255
- "host-not-running": "Servidor no está en marcha",
267
+ "host-not-running": "Servidor apagada",
256
268
  "host-off": "El servidor está apagado",
257
269
  "host-status.halted": "Parado",
258
270
  "host-status.running": "En marcha",
@@ -270,6 +282,7 @@
270
282
  "id": "ID",
271
283
  "in-last-three-jobs": "En las últimas tres tareas",
272
284
  "in-progress": "En progreso",
285
+ "info": "Info | Infos",
273
286
  "install-settings": "Parámetros de instalación",
274
287
  "interfaces": "Interfaz | Interfaz | Interfaces",
275
288
  "interrupted": "Interrumpido",
@@ -330,8 +343,8 @@
330
343
  "keep-page-open": "No refresque ni cierre esta página hasta que termine el despliegue.",
331
344
  "language": "Idioma",
332
345
  "last": "Último",
333
- "last-n-runs": "Últimas {n} pasos",
334
- "last-run-number": "Última execución {n}",
346
+ "last-n-runs": "Últimas {n} ejecuciones",
347
+ "last-run-number": "Última ejecución {n}",
335
348
  "last-week": "Semana pasada",
336
349
  "learn-more": "Saber más",
337
350
  "license-socket": "Licencia de zócalo",
@@ -358,6 +371,8 @@
358
371
  "maximum-static-memory": "Máxima memoria estática",
359
372
  "memory": "Memoria",
360
373
  "memory-usage": "Utilización de la memoria",
374
+ "merge-backups-synchronously": "Fusionar copias de seguridad de forma sincrónica",
375
+ "message": "Mensaje",
361
376
  "migrate": "Migrar",
362
377
  "migrate-n-vms": "Migrar una máquina virtual | Migrar {n} máquinas virtuales",
363
378
  "migration-compression": "Compresión de la migración",
@@ -378,6 +393,7 @@
378
393
  "n-percent": "{n}%",
379
394
  "n-vms": "1 MV | {n} MVs",
380
395
  "name": "Nombre",
396
+ "nbd-concurrency": "Concurrencia NBD",
381
397
  "nested-virtualization": "Virtualización anidada",
382
398
  "netmask": "Máscara de red",
383
399
  "network": "Red",
@@ -402,6 +418,7 @@
402
418
  "no-alarm-triggered": "No hay alarma",
403
419
  "no-alarms-detected": "No se detectan alarmas",
404
420
  "no-backup-available": "No hay salvaguarda disponible",
421
+ "no-backup-run-available": "No existe salvaguarda disponible",
405
422
  "no-config": "Sin configuración",
406
423
  "no-data": "No hay datos",
407
424
  "no-data-to-calculate": "No hay datos a calcular",
@@ -418,12 +435,15 @@
418
435
  "no-vm-detected": "No hay ningúna VM",
419
436
  "none": "Ninguno",
420
437
  "not-found": "No encontrado",
438
+ "not-resident-on": "No residente en",
421
439
  "not-running": "No ejecutándose",
422
440
  "not-yet-available": "Información todavía no disponible",
423
441
  "object": "Objeto",
424
442
  "object-not-found": "No se encuentra el objecto {id}…",
425
443
  "off": "Apagado",
426
444
  "offline": "Fuera de línea",
445
+ "offline-backup": "Salvaguarda fuera de línea",
446
+ "offline-snapshot": "Instantáneo fuera de línea",
427
447
  "ok": "OK",
428
448
  "on": "Encendido",
429
449
  "on-object": "sobre {object}",
@@ -433,6 +453,7 @@
433
453
  "os-kernel": "Núcleo del SO",
434
454
  "os-name": "Nombre del SO",
435
455
  "other": "Otro",
456
+ "other-settings": "Otros parámetros",
436
457
  "page-not-found": "No se encuentra esta página…",
437
458
  "partially-connected": "Parcialmente connectado",
438
459
  "password": "Contraseña",
@@ -440,6 +461,7 @@
440
461
  "patches": "Parches",
441
462
  "patches-up-to-date": "Parches actualizados",
442
463
  "pause": "Pausar",
464
+ "pending": "Pendiente",
443
465
  "physical-interface-status": "Estado de la interfaz física",
444
466
  "pick-template": "Escoge plantilla",
445
467
  "pif": "PIF",
@@ -473,6 +495,7 @@
473
495
  "property": "Propriedad",
474
496
  "protect-from-accidental-deletion": "Proteger contra borrado accidental",
475
497
  "protect-from-accidental-shutdown": "Proteger contra apagado accidental",
498
+ "proxy": "Proxy",
476
499
  "proxy-url": "URL del proxy",
477
500
  "pxe": "PXE",
478
501
  "quick-info": "Informaciones rápidas",
@@ -494,14 +517,24 @@
494
517
  "relative-time.second": "Un secundo | {n} secundos",
495
518
  "relative-time.year": "1 año | {n} años",
496
519
  "remote-syslog": "Syslog remoto",
520
+ "report-recipients": "Recipientes del informe",
521
+ "report-when": "Cúando informar",
522
+ "report-when.always": "Siempre",
523
+ "report-when.error": "Error",
524
+ "report-when.never": "Jamás",
525
+ "report-when.skipped-and-failure": "Saltados y fallados",
526
+ "resident-on": "Residente en",
497
527
  "resource-management": "Gestión de recursos",
498
528
  "resources-overview": "Mirador recursos",
499
529
  "resume": "Reanudar",
500
530
  "root-by-default": "\"root\" por defecto.",
531
+ "run": "Ejecución",
501
532
  "running-vm": "MV en marcha | MVs en marcha",
533
+ "runs": "Ejecuciones",
502
534
  "s3-backup-repository": "Repositorio S3 de salvaguardas",
503
535
  "save": "Guardar",
504
536
  "scan-pifs": "Escanear PIFs",
537
+ "schedule": "Planificación",
505
538
  "schedule-name": "Nombre del horario",
506
539
  "scheduler-granularity": "Granularidad de la planificación",
507
540
  "schedules": "Horarios",
@@ -522,16 +555,20 @@
522
555
  "send-us-feedback": "Envíenos sus comentarios",
523
556
  "settings": "Parámetros",
524
557
  "settings.missing-translations": "¿Traducciones incorrectas o faltantes?",
558
+ "shorter-backup-reports": "Informes de salvaguarda más breves",
525
559
  "shutdown": "Apagar",
526
560
  "sidebar.search-tree-view": "Buscar en la vista de árbol",
527
561
  "sidebar.vms-treeview": "Vista de árbol de las máquinas virtuales",
528
562
  "size": "Tamaño",
529
563
  "skipped": "Omitido",
564
+ "smart-mode": "Modo intelegente",
530
565
  "snapshot": "Instantanear",
531
566
  "sockets-with-cores-per-socket": "{nSockets} zócalos × {nCores} núcleos/zócalo",
532
567
  "software-tooling": "Software y herramientas",
533
568
  "sort-by": "Ordenar por",
569
+ "source-backup-repository": "Repositorio fuente de salvaguardas",
534
570
  "speed": "Velocidad",
571
+ "speed-limit": "Límite de velocidad",
535
572
  "sr": "SR",
536
573
  "ssh-account": "Cuenta SSH",
537
574
  "ssh-key": "Clave SSH",
@@ -542,6 +579,7 @@
542
579
  "stacked-ram-usage": "Uso RAM apilado",
543
580
  "start": "Iniciar",
544
581
  "start-console": "¡Activar el {type} para acceder a la cónsola y continuar las operaciones!",
582
+ "start-date": "Fecha inicial",
545
583
  "start-delay": "Arranque diferido",
546
584
  "start-host": "Arrancar el servidor para continuar las operaciones, o vuelve más tarde una vez que se termina el arranque.",
547
585
  "start-on-host": "Iniciar en un servidor específico",
@@ -567,6 +605,7 @@
567
605
  "system-disks-health": "Salud de los discos de sistema",
568
606
  "table-actions": "Tabla de acciones",
569
607
  "tags": "Etiquetas",
608
+ "task": "Tarea",
570
609
  "task.estimated-end": "Fin estimado",
571
610
  "task.progress": "Progreso",
572
611
  "task.started": "Iniciado",
@@ -584,6 +623,8 @@
584
623
  "theme-light": "Claro",
585
624
  "this-host": "Este servidor",
586
625
  "this-vm-cant-be-migrated": "Esta máquina virtual no se puede migrar",
626
+ "timeout": "Tiempo límite",
627
+ "timezone": "Zona horaria",
587
628
  "toolstack-uptime": "Tiempo de actividad de Toolstack",
588
629
  "top-#": "{n} principales",
589
630
  "topology": "Topologia",
@@ -597,12 +638,14 @@
597
638
  "total-storage-repository": "Total reposito de almacenamiento",
598
639
  "total-used": "Total usado",
599
640
  "total-used:": "Total usado :",
641
+ "transfer-size": "Tamaño de transferencia",
600
642
  "unable-to-connect-to": "Imposible conectarse al {ip}",
601
643
  "unable-to-connect-to-the-pool": "No se puede conectar al pool",
602
644
  "unknown": "Desconocido",
603
645
  "unlocked": "Desbloqueado",
604
646
  "unreachable-hosts": "Servidores no accesibles",
605
647
  "unreachable-hosts-reload-page": "Acabado. Refresca la página",
648
+ "untranslated-text-helper": "Por defecto, los textos sin traducción se presentarán en inglés.",
606
649
  "up-to-date": "Actualizado",
607
650
  "update": "Actualizar",
608
651
  "used": "Usado",
@@ -628,6 +671,7 @@
628
671
  "visit-pool-dashboard": "Visitar el panel de estado del conjunto de servidores",
629
672
  "vlan": "VLAN",
630
673
  "vm": "máquina virtual",
674
+ "vm-backup-failure-number-of-retries": "Número de reintentos al fallar la salvaguarda de la VM",
631
675
  "vm-description": "descripción máquina virtual",
632
676
  "vm-is-running": "La máquina virtual está en marcha",
633
677
  "vm-limit-topology": "Límite de topologia de máquina virtual",
@@ -651,6 +695,8 @@
651
695
  "vms-status.suspended": "Suspendido",
652
696
  "vms-status.unknown": "Desconocido",
653
697
  "vms-status.unknown.tooltip": "XO ha perdido su conección al conjunto de servidores",
698
+ "vms-tags": "Tags de las VMs",
699
+ "warning": "Advertencia | Advertencias",
654
700
  "write": "Escribir",
655
701
  "xo-backups": "Backups de XO",
656
702
  "xo-lite-under-construction": "XOLite está en desarroyo",
@@ -11,15 +11,15 @@
11
11
  "admin-password": "کلمه عبور ادمین",
12
12
  "admin-password-confirm": "تائید کلمه عبور ادمین",
13
13
  "affinity-host": "آفینیتی هاست",
14
- "alarm-type.cpu_usage": "استفاده از CPU بیش از {n}% است",
15
- "alarm-type.disk_usage": "استفاده از دیسک بیش از {n}% است",
16
- "alarm-type.fs_usage": "استفاده از فایل سیستم بیش از {n}% است",
17
- "alarm-type.log_fs_usage": "گزارش های مربوط به استفاده از فایل سیستم بیش از {n}% است",
18
- "alarm-type.mem_usage": "استفاده از حافظه بیش از {n}% است",
19
- "alarm-type.memory_free_kib": "حافظه آزاد کمتر از {n}% است",
20
- "alarm-type.network_usage": "استفاده از شبکه بیش از {n}% است",
21
- "alarm-type.physical_utilisation": "استفاده فیزیکی بیش از {n}% است",
22
- "alarm-type.sr_io_throughput_total_per_host": "کل توان عملیاتی مربوط به ورودی و خروجی SR برای هر میزبان بیش از {n}% است",
14
+ "alarm-type.cpu_usage": "استفاده از CPU بیش از @:n-percent است",
15
+ "alarm-type.disk_usage": "استفاده از دیسک بیش از @:n-percent است",
16
+ "alarm-type.fs_usage": "استفاده از فایل سیستم بیش از @:n-percent است",
17
+ "alarm-type.log_fs_usage": "گزارش های مربوط به استفاده از فایل سیستم بیش از @:n-percent است",
18
+ "alarm-type.mem_usage": "استفاده از حافظه بیش از @:n-percent است",
19
+ "alarm-type.memory_free_kib": "حافظه آزاد کمتر از @:n-percent است",
20
+ "alarm-type.network_usage": "استفاده از شبکه بیش از @:n-percent است",
21
+ "alarm-type.physical_utilisation": "استفاده فیزیکی بیش از @:n-percent است",
22
+ "alarm-type.sr_io_throughput_total_per_host": "کل توان عملیاتی مربوط به ورودی و خروجی SR برای هر میزبان بیش از @:n-percent است",
23
23
  "alarm-type.unknown": "هشدار از نوع ناشناخته",
24
24
  "alarms": "هشدارها",
25
25
  "all-good": "همه چیز خوب است!",
@@ -264,8 +264,8 @@
264
264
  "learn-more": "بیشتر بدانید",
265
265
  "load-average": "میانگین مصرف",
266
266
  "load-now": "اکنون بارگذاری کنید",
267
- "loading-hosts": "در حال بارگذاری میزبان ها…",
268
267
  "loading": "بارگیری در حال انجام است…",
268
+ "loading-hosts": "در حال بارگذاری میزبان ها…",
269
269
  "locking-mode": "حالت قفل کردن",
270
270
  "locking-mode-default": "حالت قفل کردن پیش‌فرض",
271
271
  "log-out": "خروج",
@@ -5,6 +5,7 @@
5
5
  "accept-self-signed-certificates": "Accepter les certificats auto-signés",
6
6
  "access-forum": "Accès au forum",
7
7
  "access-xoa": "Accéder à la XOA",
8
+ "account": "Compte",
8
9
  "account-organization-more": "Compte, organisation et plus…",
9
10
  "add": "Ajouter",
10
11
  "add-filter": "Ajouter un filtre",
@@ -30,7 +31,10 @@
30
31
  "all-quiet-launchpad": "Tout est calme sur la rampe de lancement",
31
32
  "allow-self-signed-ssl": "Vous devrez peut-être autoriser les certificats SSL auto-signés depuis votre navigateur",
32
33
  "api-error-details": "Details de l'erreur API",
34
+ "api-info-details": "Details de l'information API",
35
+ "api-warning-details": "Details de l'avertissement API",
33
36
  "appearance": "Apparence",
37
+ "aria.breadcrumb.label": "Fil d'Ariane",
34
38
  "ascending": "ascendant",
35
39
  "auto-generated": "Généré automatiquement",
36
40
  "auto-power": "Démarrage automatique",
@@ -194,18 +198,21 @@
194
198
  "disconnected": "Déconnecté",
195
199
  "disconnected-from-physical-device": "Déconnecté de l'appareil physique",
196
200
  "disk-name": "Nom du disque",
201
+ "disk-size": "Taille du disque",
197
202
  "display": "Affichage",
198
203
  "dns": "DNS",
199
204
  "do-you-have-needs": "Vous avez des besoins et/ou des attentes ? Faites le nous savoir",
200
205
  "documentation": "Documentation",
201
206
  "documentation-name": "Documentation {name}",
207
+ "duration": "Durée",
202
208
  "edit": "Modifier",
203
209
  "edit-config": "Modifier config",
204
210
  "enabled": "Activé",
211
+ "end-date": "Date de fin",
205
212
  "end-of-life": "Fin de vie",
206
213
  "engines-off": "Moteurs arrêtés, orbite stable",
207
214
  "eol": "EOL",
208
- "error": "Erreur",
215
+ "error": "Erreur | Erreurs",
209
216
  "error-no-data": "Erreur, impossible de collecter les données.",
210
217
  "error-occurred": "Une erreur est survenue",
211
218
  "excluded-vms-tags": "Tags des VMs exclus",
@@ -278,6 +285,7 @@
278
285
  "id": "ID",
279
286
  "in-last-three-jobs": "Dans leurs trois derniers jobs",
280
287
  "in-progress": "En cours",
288
+ "info": "Info | Infos",
281
289
  "install-settings": "Paramètres d'installation",
282
290
  "interfaces": "Interface | Interface | Interfaces",
283
291
  "interrupted": "Interrompu",
@@ -342,6 +350,7 @@
342
350
  "last-run-number": "Dernière exécution #{n}",
343
351
  "last-week": "Semaine dernière",
344
352
  "learn-more": "En savoir plus",
353
+ "license-name": "Licence {name}",
345
354
  "license-socket": "Licence socket",
346
355
  "license-type": "Type de licence",
347
356
  "licensing": "Licences",
@@ -367,6 +376,7 @@
367
376
  "memory": "Mémoire",
368
377
  "memory-usage": "Utilisation de la mémoire",
369
378
  "merge-backups-synchronously": "Fusionner les sauvegardes de manière synchrone",
379
+ "message": "Message",
370
380
  "migrate": "Migrer",
371
381
  "migrate-n-vms": "Migrer 1 VM | Migrer {n} VMs",
372
382
  "migration-compression": "Compression des migrations",
@@ -411,7 +421,10 @@
411
421
  "nic-type": "Type de carte réseau (NIC)",
412
422
  "no-alarm-triggered": "Aucune alarme déclenchée",
413
423
  "no-alarms-detected": "Aucune alarme détectée",
424
+ "no-backed-up-vms-detected": "Aucune VM sauvegardée détectée",
414
425
  "no-backup-available": "Aucune sauvegarde disponible",
426
+ "no-backup-run-available": "Aucune exécution de sauvegarde disponible",
427
+ "no-backup-repositories-detected": "Aucun dépôt de sauvegarde détecté",
415
428
  "no-config": "Aucune configuration",
416
429
  "no-data": "Aucune donnée",
417
430
  "no-data-to-calculate": "Aucune donnée à calculer",
@@ -423,10 +436,12 @@
423
436
  "no-selected-vm-can-be-exported": "Aucune VM sélectionnée ne peut être exportée",
424
437
  "no-selected-vm-can-be-migrated": "Aucune VM sélectionnée ne peut être migrée",
425
438
  "no-server-detected": "Aucun serveur détecté",
439
+ "no-storage-repositories-detected": "Aucun dépôt de stockage détecté",
426
440
  "no-tasks": "Aucune tâche",
427
441
  "no-vif-detected": "Aucun VIF détecté",
428
442
  "no-vm-detected": "Aucune VM détectée",
429
443
  "none": "Aucun",
444
+ "normal": "Normal",
430
445
  "not-found": "Non trouvé",
431
446
  "not-resident-on": "Non résident sur",
432
447
  "not-running": "Pas en cours d'exécution",
@@ -509,6 +524,7 @@
509
524
  "relative-time.past": "Il y a {str}",
510
525
  "relative-time.second": "1 seconde | {n} secondes",
511
526
  "relative-time.year": "1 an | {n} ans",
527
+ "remaining-space": "Espace restant",
512
528
  "remote-syslog": "Syslog distant",
513
529
  "report-recipients": "Destinataires du rapport",
514
530
  "report-when": "Rapporter quand",
@@ -523,6 +539,7 @@
523
539
  "root-by-default": "\"root\" par défaut.",
524
540
  "run": "Run",
525
541
  "running-vm": "VM en cours d'exécution | VMs en cours d'exécution",
542
+ "runs": "Runs",
526
543
  "s3-backup-repository": "Dépot de sauvegarde S3",
527
544
  "save": "Enregistrer",
528
545
  "scan-pifs": "Scan PIFs",
@@ -555,6 +572,7 @@
555
572
  "skipped": "Ignoré",
556
573
  "smart-mode": "Mode intelligent",
557
574
  "snapshot": "Instantané",
575
+ "snapshot-mode": "Mode de sauvegarde",
558
576
  "sockets-with-cores-per-socket": "{nSockets} sockets × {nCores} cœurs/socket",
559
577
  "software-tooling": "Logiciels et outils",
560
578
  "sort-by": "Trier par",
@@ -571,10 +589,11 @@
571
589
  "stacked-ram-usage": "Utilisation RAM empilée",
572
590
  "start": "Démarrer",
573
591
  "start-console": "Démarrez votre {type} pour accéder à la console et reprendre les opérations !",
592
+ "start-date": "Date de début",
574
593
  "start-delay": "Départ différé",
575
594
  "start-host": "Démarrez l’hôte pour reprendre les opérations, ou revenez plus tard une fois qu’il sera allumé.",
576
595
  "start-on-host": "Démarrer sur un hôte spécifique",
577
- "start-vm": "Démarrez-la pour accéder à sa console et à ses paramètres de configuration.",
596
+ "start-vm": "Démarrez-la pour accéder à sa console et à ses paramètres de configuration.",
578
597
  "started": "Démarré",
579
598
  "state": "État",
580
599
  "static": "Statique",
@@ -596,6 +615,7 @@
596
615
  "system-disks-health": "Santé des disques système",
597
616
  "table-actions": "Actions du tableau",
598
617
  "tags": "Tags",
618
+ "task": "Tâche",
599
619
  "task.estimated-end": "Fin estimée",
600
620
  "task.progress": "Progression",
601
621
  "task.started": "Démarré",
@@ -620,6 +640,7 @@
620
640
  "topology": "Topologie",
621
641
  "total": "Total",
622
642
  "total-assigned": "Total assigné",
643
+ "total-capacity": "Espace total",
623
644
  "total-cpus": "Total CPUs",
624
645
  "total-free": "Total libre",
625
646
  "total-free:": "Total libre :",
@@ -628,15 +649,18 @@
628
649
  "total-storage-repository": "Total dépot de stockage",
629
650
  "total-used": "Total utilisé",
630
651
  "total-used:": "Total utilisé :",
652
+ "transfer-size": "Taille transférée",
631
653
  "unable-to-connect-to": "Impossible de se connecter à {ip}",
632
654
  "unable-to-connect-to-the-pool": "Impossible de se connecter au Pool",
633
655
  "unknown": "Inconnu",
634
656
  "unlocked": "Débloqué",
635
657
  "unreachable-hosts": "Hôtes inaccessibles",
636
658
  "unreachable-hosts-reload-page": "C'est fait. Rafraîchir la page",
659
+ "untranslated-text-helper": "Par défaut, les textes non traduits seront affichés en anglais.",
637
660
  "up-to-date": "À jour",
638
661
  "update": "Mettre à jour",
639
662
  "used": "Utilisé",
663
+ "used-space": "Espace utilisé",
640
664
  "user-config": "Configuration utilisateur",
641
665
  "username": "Nom d'utilisateur",
642
666
  "uuid": "UUID",
@@ -684,6 +708,8 @@
684
708
  "vms-status.unknown": "Inconnu",
685
709
  "vms-status.unknown.tooltip": "Dont XO a perdu la connexion avec le pool",
686
710
  "vms-tags": "Tags des VMs",
711
+ "warning": "Avertissement | Avertissements",
712
+ "with-memory": "Avec mémoire",
687
713
  "write": "Écriture",
688
714
  "xo-backups": "Sauvegardes XO",
689
715
  "xo-lite-under-construction": "XOLite est en construction",
@@ -24,8 +24,10 @@
24
24
  "alarm-type.sr_io_throughput_total_per_host": "L'IO SR totale per server fisico eccede del @:n-percent",
25
25
  "alarm-type.unknown": "Tipo di allarme sconosciuto",
26
26
  "alarms": "Allarmi",
27
+ "all-done": "Completato!",
27
28
  "all-good": "Tutto a posto!",
28
29
  "allow-self-signed-ssl": "Potrebbe essere necessario permettere certificati SSL auto-firmati nel tuo browser",
30
+ "api-error-details": "Dettagli degli errori API",
29
31
  "appearance": "Aspetto",
30
32
  "ascending": "crescente",
31
33
  "auto-generated": "Generate automaticamente",
@@ -37,6 +39,7 @@
37
39
  "backup": "Salvataggio",
38
40
  "backup-issues": "Problemi di salvataggio",
39
41
  "backup-repository": "Repository dei salvataggi (locale, NFS, SMB)",
42
+ "backup.xo-config": "Configurazioni XO",
40
43
  "backups": "Salvataggi",
41
44
  "backups.jobs": "Lavori",
42
45
  "backups.jobs.at-least-one-skipped": "Almeno uno saltato",
@@ -50,6 +53,7 @@
50
53
  "backups.vms-protection.tooltip": "Una VM è protetta se è in un lavoro di backup, con salvataggi pianificati, e l'ultima esecuzione è stata completata correttamente",
51
54
  "backups.vms-protection.unprotected": "In almeno 1 lavoro, ma non protetto",
52
55
  "bios-default": "bios (default)",
56
+ "bios-info": "Info bios",
53
57
  "bond": "Legame",
54
58
  "bond-devices": "Dispositivi legati",
55
59
  "bond-status": "Stato del legame",