@xen-orchestra/web-core 0.52.0 → 0.54.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 (45) hide show
  1. package/lib/components/console/VtsRemoteConsole.vue +7 -3
  2. package/lib/components/form/VtsForm.vue +15 -0
  3. package/lib/components/input-wrapper/VtsInputWrapper.vue +2 -1
  4. package/lib/components/status/VtsStatus.vue +1 -7
  5. package/lib/components/table/cells/VtsDoubleLinkCell.vue +1 -1
  6. package/lib/components/table/cells/VtsTagCell.vue +2 -4
  7. package/lib/components/tag/VtsTag.vue +30 -0
  8. package/lib/components/ui/chip/UiChip.vue +52 -29
  9. package/lib/components/ui/info/UiInfo.vue +17 -6
  10. package/lib/components/ui/input/UiInput.vue +7 -3
  11. package/lib/components/ui/link/UiLink.vue +6 -2
  12. package/lib/components/ui/tag/UiTag.vue +10 -17
  13. package/lib/components/ui/tag/UiTertiaryTag.vue +39 -0
  14. package/lib/icons/action-icons.ts +1 -1
  15. package/lib/icons/status-icons.ts +1 -1
  16. package/lib/locales/cs.json +88 -1
  17. package/lib/locales/de.json +150 -23
  18. package/lib/locales/en.json +74 -0
  19. package/lib/locales/es.json +30 -2
  20. package/lib/locales/fr.json +74 -0
  21. package/lib/locales/ko.json +136 -0
  22. package/lib/locales/nl.json +120 -10
  23. package/lib/locales/sk.json +87 -0
  24. package/lib/locales/sv.json +179 -1
  25. package/lib/locales/zh-Hans.json +717 -635
  26. package/lib/packages/form-validation/README.md +273 -0
  27. package/lib/packages/form-validation/custom-rules/ipv4-or-cidr.rule.ts +17 -0
  28. package/lib/packages/form-validation/custom-rules/out-of-range.rule.ts +15 -0
  29. package/lib/packages/form-validation/index.ts +9 -0
  30. package/lib/packages/form-validation/merge-validation-configs.ts +46 -0
  31. package/lib/packages/form-validation/types.ts +104 -0
  32. package/lib/packages/form-validation/use-form-validation.ts +196 -0
  33. package/lib/packages/modal/types.ts +1 -2
  34. package/lib/packages/remote-resource/define-remote-resource.ts +2 -1
  35. package/lib/packages/remote-resource/types.ts +1 -3
  36. package/lib/packages/request/define-request.ts +1 -2
  37. package/lib/packages/validated-form/README.md +389 -0
  38. package/lib/packages/validated-form/index.ts +2 -0
  39. package/lib/packages/validated-form/use-multi-step-validated-form.ts +203 -0
  40. package/lib/packages/validated-form/use-validated-form.ts +180 -0
  41. package/lib/utils/parse-tag.util.ts +22 -0
  42. package/package.json +11 -8
  43. package/tsconfig.json +2 -3
  44. package/lib/components/ui/chip/ChipIcon.vue +0 -21
  45. package/lib/components/ui/chip/ChipRemoveIcon.vue +0 -16
@@ -15,6 +15,8 @@
15
15
  "action:add-network-in-xo-5": "Add network in XO-5",
16
16
  "action:add-sort": "Add sort",
17
17
  "action:add-vifs-in-xo-5": "Add VIF in XO-5",
18
+ "action:attach": "Attach",
19
+ "action:attach-vdi": "@:attach-vdi",
18
20
  "action:boot-vm": "Boot VM",
19
21
  "action:change-state": "Change state",
20
22
  "action:close": "Close",
@@ -32,6 +34,8 @@
32
34
  "action:create-bonded-network": "Create bonded network",
33
35
  "action:create-internal-network": "Create internal network",
34
36
  "action:create-network": "Create network",
37
+ "action:create-traffic-rule": "Create traffic rule",
38
+ "action:create-vdi": "Create VDI",
35
39
  "action:delete": "Delete",
36
40
  "action:delete-filter": "Delete filter",
37
41
  "action:delete-group": "Delete group",
@@ -82,6 +86,8 @@
82
86
  "action:reboot": "Reboot",
83
87
  "action:reformat": "Reformat",
84
88
  "action:resume": "Resume",
89
+ "action:revert-to-snapshot": "Revert to snapshot",
90
+ "action:revert-vm-here": "Revert VM here",
85
91
  "action:save": "Save",
86
92
  "action:search": "Search",
87
93
  "action:search-treeview": "Search in treeview",
@@ -134,6 +140,7 @@
134
140
  "all-done!": "All done!",
135
141
  "all-good!": "All good!",
136
142
  "all-quiet-launchpad": "All quiet on the launchpad",
143
+ "allocated-space": "Allocated space",
137
144
  "allow": "Allow",
138
145
  "allow-self-signed-ssl": "You may need to allow self-signed SSL certificates in your browser",
139
146
  "and": "And",
@@ -144,6 +151,9 @@
144
151
  "appearance": "Appearance",
145
152
  "aria:breadcrumb:label": "Breadcrumb",
146
153
  "ascending": "ascending",
154
+ "attach-vdi": "Attach existing VDI",
155
+ "attach-vdi:error-message": "An error occurred while attaching the VDI. Please review your configuration settings (SR, VDI, mode), verify the VM state, and try again.",
156
+ "attaching-vdi": "Attaching VDI",
147
157
  "auto-generated": "Automatically generated",
148
158
  "auto-power": "Auto power",
149
159
  "available": "Available",
@@ -198,6 +208,7 @@
198
208
  "bond-mode": "Bond mode",
199
209
  "bond-status": "Bond status",
200
210
  "boot-firmware": "Boot firmware",
211
+ "bootable": "Bootable",
201
212
  "build-number": "Build number",
202
213
  "by": "By",
203
214
  "bytes:gi": "GiB",
@@ -210,6 +221,8 @@
210
221
  "check-errors:": "Check out the errors:",
211
222
  "check-summing": "TX checksumming",
212
223
  "checkpoint-snapshot": "Checkpoint snapshot",
224
+ "choose-network": "Choose a network",
225
+ "choose-vif": "Choose a VIF",
213
226
  "click-to-display-alarms:": "Click to display alarms:",
214
227
  "click-to-return-default-pool": "Click here to return to the default pool",
215
228
  "cloud-config": "Cloud config",
@@ -225,6 +238,7 @@
225
238
  "configure-in-xo-5": "Configure in XO 5",
226
239
  "confirm-cancel?": "Are you sure you want to cancel?",
227
240
  "confirm-delete": "You're about to delete {0}",
241
+ "confirm-vm-revert": "Confirm VM revert",
228
242
  "connect": "Connect",
229
243
  "connected": "Connected",
230
244
  "connected-to-ip": "Connected to {ip}",
@@ -254,9 +268,12 @@
254
268
  "cpu-weight": "CPU weight",
255
269
  "cpus": "CPUs",
256
270
  "crash-dump-storage-repository": "Crash dump storage repository",
271
+ "create-new-vdi": "Create new VDI",
257
272
  "created-by": "Created by",
258
273
  "created-on": "Created on",
259
274
  "creating-new-network": "Creating new network",
275
+ "creating-new-traffic-rule": "Creating new traffic rule",
276
+ "creating-new-vdi": "Creating new VDI",
260
277
  "creation-date": "Creation date",
261
278
  "cron-pattern": "Cron pattern",
262
279
  "current": "Current",
@@ -285,6 +302,13 @@
285
302
  "device-config": "Device config",
286
303
  "dhcp": "DHCP",
287
304
  "direction": "Direction",
305
+ "direction-and": "and",
306
+ "direction-between": "between",
307
+ "direction-from": "from",
308
+ "direction-from-and-to": "from and to",
309
+ "direction-from-to": "from/to",
310
+ "direction-on": "on",
311
+ "direction-to": "to",
288
312
  "disabled": "Disabled",
289
313
  "disconnect-vifs-in-xo-5-to-delete-network": "To delete a network, you must first disconnect all VIFs attached to it. You can manage your VMs' VIFs in {xo-5}.",
290
314
  "disconnected": "Disconnected",
@@ -300,6 +324,7 @@
300
324
  "done": "Done",
301
325
  "drop": "Drop",
302
326
  "duration": "Duration",
327
+ "empty": "Empty",
303
328
  "enabled": "Enabled",
304
329
  "end-date": "End date",
305
330
  "end-of-life": "End of life",
@@ -320,16 +345,23 @@
320
345
  "fast-clone": "Fast clone",
321
346
  "fetching-fresh-data": "Fetching fresh data",
322
347
  "field:exceeds-max-characters": "Field value must be {max} characters or less.",
348
+ "file": "File",
323
349
  "filter-actions": "Filter actions",
324
350
  "following-hosts-unreachable": "The following hosts are unreachable",
325
351
  "for-backup": "For backup",
326
352
  "for-replication": "For replication",
327
353
  "force-reboot-blocked": "Force reboot Blocked",
328
354
  "force-shutdown-blocked": "Force shutdown Blocked",
355
+ "form:error:field-required": "{field} is required",
356
+ "form:error:integer": "Must be an integer",
357
+ "form:error:required": "This field is required",
358
+ "form:warning:out-of-range": "Should be between {min} and {max}",
329
359
  "format": "Format",
330
360
  "free-space": "Free space",
361
+ "from-vm": "From VM",
331
362
  "fullscreen": "Fullscreen",
332
363
  "gateway": "Gateway",
364
+ "general": "General",
333
365
  "general-information": "General information",
334
366
  "gpu": "GPU",
335
367
  "gpus": "GPUs",
@@ -361,6 +393,7 @@
361
393
  "in-progress": "In progress",
362
394
  "included": "Included",
363
395
  "info": "Info",
396
+ "info:vdi-attached-rw": "This VDI is already attached in read-write mode to another VM.",
364
397
  "infos": "Infos",
365
398
  "install-settings": "Install settings",
366
399
  "installed": "Installed",
@@ -369,6 +402,9 @@
369
402
  "interrupted": "Interrupted",
370
403
  "invalid-field": "Invalid field",
371
404
  "ip-address": "IP address",
405
+ "ip-address-info": "You can apply a rule to a single IP address or a subnet in CIDR format. Examples: 192.168.1.10, or 10.20.0.0/16",
406
+ "ip-address-invalid": "IP address format is invalid.",
407
+ "ip-address-required": "IP address is required.",
372
408
  "ip-addresses": "IP addresses",
373
409
  "ip-mode": "IP mode",
374
410
  "ip-port-placeholder": "address[:port]",
@@ -382,18 +418,28 @@
382
418
  "iso-dvd": "ISO/DVD",
383
419
  "job": "Job",
384
420
  "job-name": "Job name",
421
+ "job:arg:allocated-space-required": "Allocated space is required",
385
422
  "job:arg:bond-mode-required": "Bond mode is required",
423
+ "job:arg:direction-required": "Direction is required",
424
+ "job:arg:file-required": "File is required",
386
425
  "job:arg:host-required": "Host is required",
426
+ "job:arg:ip-range-required": "IP range is required",
387
427
  "job:arg:missing-payload": "Payload is missing",
388
428
  "job:arg:name-required": "Name is required",
389
429
  "job:arg:password-required": "Password is required",
390
430
  "job:arg:pif-id-required": "PIF ID is required",
391
431
  "job:arg:pif-ids-required": "At least one PIF ID is required",
392
432
  "job:arg:pool-id-required": "Pool ID is required",
433
+ "job:arg:port-required-for-tcp-udp": "Port is required for TCP and UDP",
434
+ "job:arg:protocol-required": "Protocol is required",
435
+ "job:arg:sr-id-required": "SR ID is required",
393
436
  "job:arg:sr-vdi-required": "SR VDI is required",
437
+ "job:arg:target-id-required": "Target ID is required",
394
438
  "job:arg:template-uuid-required": "Template UUID is required",
395
439
  "job:arg:username-required": "Username is required",
440
+ "job:arg:vdi-id-required": "VDI ID is required",
396
441
  "job:arg:vlan-required": "VLAN is required",
442
+ "job:arg:vm-id-required": "VM ID is required",
397
443
  "job:connect:in-progress": "Connect in progress…",
398
444
  "job:create:in-progress": "Create in progress…",
399
445
  "job:delete:in-progress": "Delete in progress…",
@@ -454,6 +500,8 @@
454
500
  "job:vm-shutdown:blocked-operation": "VM shutdown is blocked",
455
501
  "job:vm-shutdown:in-progress": "Shutdown in progress…",
456
502
  "job:vm-shutdown:missing-vm": "No VMs to shutdown",
503
+ "job:vm-snapshot-revert:in-progress": "Revert in progress…",
504
+ "job:vm-snapshot-revert:missing-snapshot": "No snapshot to revert to",
457
505
  "job:vm-snapshot:in-progress": "Snapshot in progress…",
458
506
  "job:vm-snapshot:missing-vm": "No VMs to snapshot",
459
507
  "job:vm-start-on:bad-power-state": "VM must be halted",
@@ -566,8 +614,10 @@
566
614
  "network-config": "Network config",
567
615
  "network-create:warning:mtu-out-of-range": "MTU should be between {min} and {max}",
568
616
  "network-create:warning:vlan-out-of-range": "VLAN should be between 0 and {max}",
617
+ "network-default": "Network default",
569
618
  "network-download": "Download",
570
619
  "network-information": "Network information",
620
+ "network-required": "Network is required.",
571
621
  "network-throughput": "Network throughput",
572
622
  "network-upload": "Upload",
573
623
  "networking": "Networking",
@@ -580,6 +630,11 @@
580
630
  "new-network:creation-in-progress-message": "The task triggered by the new network form will still run and can be tracked from the {tasksPageLink}.",
581
631
  "new-network:error-message": "An error occurred while creating the network. Please review your configuration settings (name, type, VLAN), verify host availability, and try again.",
582
632
  "new-network:select-interface": "Select an interface",
633
+ "new-traffic-rule:add": "Add new traffic rule",
634
+ "new-traffic-rule:error-message": "An error occurred while creating the traffic rule. Please review your configuration settings and try again.",
635
+ "new-vdi:accepted-formats": "Accepted formats: {formats}",
636
+ "new-vdi:add": "Add new VDI",
637
+ "new-vdi:error-message": "An error occurred while creating the VDI. Please review your configuration settings (name, storage repository, allocated space) and try again.",
583
638
  "new-vif": "New VIF",
584
639
  "new-vm": "New VM",
585
640
  "new-vm:add": "Add a new VM",
@@ -710,6 +765,8 @@
710
765
  "popup-first-connection-introduction": "We’re excited to introduce the first official release of Xen Orchestra 6.",
711
766
  "popup-first-connection-upcoming-release": "In the upcoming releases, we’ll be adding actions on all objects, user management, backup features, and much more. We hope you’ll enjoy exploring this brand-new interface!",
712
767
  "port": "Port",
768
+ "port-invalid": "Port format is invalid.",
769
+ "port-required": "Port is required.",
713
770
  "power-on-host-for-console": "Power on your host to access its console",
714
771
  "power-on-mode": "Power on mode",
715
772
  "power-on-vm-for-console": "Power on your VM to access its console",
@@ -731,6 +788,7 @@
731
788
  "public-key": "Public key",
732
789
  "public-key-already-exists": "Public key already exists",
733
790
  "public-key-mandatory": "Public key is mandatory",
791
+ "pv-vms-only": "Available only for PV VMs.",
734
792
  "pxe": "PXE",
735
793
  "query-builder": "Query Builder",
736
794
  "query-builder:label": "Search Engine",
@@ -761,6 +819,7 @@
761
819
  "ram": "RAM",
762
820
  "ram-provisioning": "RAM provisioning",
763
821
  "ram-usage": "RAM usage",
822
+ "rate-limit": "Rate limit",
764
823
  "read": "Read",
765
824
  "read-only": "Read-only",
766
825
  "reboot-blocked": "Reboot Blocked",
@@ -789,6 +848,7 @@
789
848
  "rest-api": "REST API",
790
849
  "retry": "Retry",
791
850
  "root-by-default": "\"root\" by default.",
851
+ "rule-type": "Rule type",
792
852
  "run": "Run",
793
853
  "running-vm": "Running VM | Running VMs",
794
854
  "runs": "Runs",
@@ -820,10 +880,13 @@
820
880
  "snapshot-created-on": "Snapshot created on",
821
881
  "snapshot-delete-warning": "Deleting 1 snapshot may lead to irreversible data loss. This action is permanent and cannot be undone. | Deleting {n} snapshots at once may lead to irreversible data loss. This action is permanent and cannot be undone.",
822
882
  "snapshot-mode": "Snapshot mode",
883
+ "snapshot-revert-snapshot-before": "Take a snapshot of the VM before reverting",
884
+ "snapshot-revert-warning": "This will restore the VM to the selected snapshot state. Any changes made since then (data, configuration, and disk state) will be lost. This action cannot be undone.",
823
885
  "snapshots": "Snapshots",
824
886
  "sockets-with-cores-per-socket": "{nSockets} sockets × {nCores} cores/socket",
825
887
  "software": "Software",
826
888
  "software-tooling": "Software & tooling",
889
+ "source": "Source",
827
890
  "source-backup-repository": "Source backup repository",
828
891
  "space": "Space",
829
892
  "speed": "Speed",
@@ -929,12 +992,15 @@
929
992
  "translation-tool": "Translation tool",
930
993
  "trigger": "Trigger",
931
994
  "type": "Type",
995
+ "unable-to-attach-vdi": "Unable to attach VDI",
932
996
  "unable-to-connect-to": "Unable to connect to {ip}",
933
997
  "unable-to-connect-to-the-pool": "Unable to connect to the pool",
934
998
  "unable-to-connect-to-xo-server": "Unable to connect to XO server.",
935
999
  "unable-to-create-new-bonded-network": "Unable to create new bonded network",
936
1000
  "unable-to-create-new-internal-network": "Unable to create new internal network",
937
1001
  "unable-to-create-new-network": "Unable to create new network",
1002
+ "unable-to-create-new-traffic-rule": "Unable to create new traffic rule",
1003
+ "unable-to-create-new-vdi": "Unable to create new VDI",
938
1004
  "unable-to-delete-network": "Unable to delete network",
939
1005
  "unknown": "Unknown",
940
1006
  "unlocked": "Unlocked",
@@ -944,6 +1010,7 @@
944
1010
  "untitled": "Untitled",
945
1011
  "untranslated-text-helper": "By default, untranslated texts will be presented in english.",
946
1012
  "up-to-date": "Up-to-date",
1013
+ "url": "URL",
947
1014
  "used": "Used",
948
1015
  "used-for-backup": "Used for backup",
949
1016
  "used-space": "Used space",
@@ -961,6 +1028,9 @@
961
1028
  "vcpus-assigned": "vCPUs assigned",
962
1029
  "vdi": "VDI",
963
1030
  "vdi-delete-warning": "This will permanently delete the selected VDI and all data stored on it. This action cannot be undone.",
1031
+ "vdi-description": "VDI description",
1032
+ "vdi-in-use": "VDI in use",
1033
+ "vdi-name": "VDI name",
964
1034
  "vdi-throughput": "VDI throughput",
965
1035
  "vdis": "VDIs",
966
1036
  "version": "Version",
@@ -973,6 +1043,7 @@
973
1043
  "vif-disconnect-info": "The VM will no longer have access to the network. The VIF remains attached and you can reconnect it later.",
974
1044
  "vif-disconnect-title": "You are about to disconnect 1 VIF | You are about to disconnect {n} VIFs",
975
1045
  "vif-network-info": "VIF network info",
1046
+ "vif-required": "VIF is required.",
976
1047
  "vif-status": "VIF status",
977
1048
  "vifs": "VIFs",
978
1049
  "viridian": "Viridian",
@@ -997,6 +1068,7 @@
997
1068
  "vm-protected-reboot": "This VM is protected against reboot.",
998
1069
  "vm-protected-shutdown": "This VM is protected against shutdown.",
999
1070
  "vm-protected-suspend": "This VM is protected against suspend.",
1071
+ "vm-required": "VM is required.",
1000
1072
  "vm-running": "VM is running",
1001
1073
  "vm-shutdown": "VM is currently shut down",
1002
1074
  "vm-tools-missing": "VM tools missing",
@@ -1013,6 +1085,8 @@
1013
1085
  "vms-treeview": "VMs treeview",
1014
1086
  "vtpm": "VTPM",
1015
1087
  "warning": "Warning",
1088
+ "warning:vdi-already-attached": "The selected VDI is already attached to this VM.",
1089
+ "warning:vdi-sr": "This SR is not compatible with other VDIs' SRs. The SR needs to be shared or on the same host as the other VDIs' SRs.",
1016
1090
  "warnings": "Warnings",
1017
1091
  "weblate": "Weblate",
1018
1092
  "welcome-to-xo6!": "Welcome to XO 6!",
@@ -15,10 +15,14 @@
15
15
  "action:add-network-in-xo-5": "Agregar red en XO-5",
16
16
  "action:add-sort": "Agregar orden",
17
17
  "action:add-vifs-in-xo-5": "Agregar VIF en XO-5",
18
+ "action:attach": "Adjuntar",
18
19
  "action:boot-vm": "Arrancar VM",
19
20
  "action:change-state": "Cambiar estado",
20
21
  "action:close": "Cerrar",
22
+ "action:connect": "Conectar",
21
23
  "action:connect-another-pool": "Conectar a otro pool",
24
+ "action:connect-n-vbds": "Conectar 1 VBD | Conectar {n} VBDs",
25
+ "action:connect-n-vifs": "Conectar 1 VIF | Conectar {n} VIFs",
22
26
  "action:connect-pool": "Conectar pool",
23
27
  "action:copy": "Copiar",
24
28
  "action:copy-all": "Copiar todo",
@@ -26,12 +30,23 @@
26
30
  "action:copy-id": "Copiar ID",
27
31
  "action:copy-info-json": "Copiar información en JSON",
28
32
  "action:create": "Crear",
33
+ "action:create-internal-network": "Crear red interna",
34
+ "action:create-network": "Crear red",
29
35
  "action:delete": "Eliminar",
30
36
  "action:delete-filter": "Borrar filtro",
31
37
  "action:delete-group": "Borrar grupo",
32
- "action:delete-n-vms": "Borrar 1 VM | Borrar {n} VMs",
38
+ "action:delete-n-networks": "Eliminar 1 red | Eliminar {n} redes",
39
+ "action:delete-n-snapshots": "Eliminar 1 instantánea | Eliminar {n} instantáneas",
40
+ "action:delete-n-vbds": "Eliminar 1 VBD | Eliminar {n} VBDs",
41
+ "action:delete-n-vdis": "Eliminar 1 VDI | Eliminar {n} VDIs",
42
+ "action:delete-n-vifs": "Eliminar 1 VIF | Eliminar {n} VIFs",
43
+ "action:delete-n-vms": "Eliminar 1 VM | Eliminar {n} VMs",
44
+ "action:delete-vbd": "Eliminar VBD",
33
45
  "action:deploy": "Desplegar",
34
46
  "action:deploy-xoa": "Desplegar XOA",
47
+ "action:disconnect": "Desconectar",
48
+ "action:disconnect-n-vbds": "Desconectar 1 VBD | Desconectar {n} VBDs",
49
+ "action:disconnect-n-vifs": "Desconectar 1 VIF | Desconectar {n} VIFs",
35
50
  "action:download-bugtools-archive": "Descargar el archivo de bugtools",
36
51
  "action:duplicate": "Duplicar",
37
52
  "action:edit": "Editar",
@@ -119,6 +134,7 @@
119
134
  "all-done!": "¡Todo listo!",
120
135
  "all-good!": "¡Todo bien!",
121
136
  "all-quiet-launchpad": "Calma total en el plataforma de lanzamiento",
137
+ "allow": "Permitir",
122
138
  "allow-self-signed-ssl": "Es posible que tenga que permitir certificados SSL autofirmados en su navegador",
123
139
  "and": "Y",
124
140
  "any-property": "Cualquier propiedad",
@@ -128,6 +144,9 @@
128
144
  "appearance": "Apariencia",
129
145
  "aria:breadcrumb:label": "Rastro de migas",
130
146
  "ascending": "ascendente",
147
+ "attach-vdi": "Adjuntar VDI existente",
148
+ "attach-vdi:error-message": "Ocurrió un error mientras se adjuntaba el VDI. Por favor, verise sus opciones de configuración (SR, VDI, modo), verifique el estado de la VM, y vuelva a intentarlo.",
149
+ "attaching-vdi": "Adjuntando VDI",
131
150
  "auto-generated": "Generado automáticamente",
132
151
  "auto-power": "Auto arranque",
133
152
  "available": "Disponible",
@@ -181,6 +200,7 @@
181
200
  "bond-devices": "Dispositivos vinculados",
182
201
  "bond-status": "Estado del vínculo",
183
202
  "boot-firmware": "Firmware de arranque",
203
+ "bootable": "Arrancable",
184
204
  "build-number": "Número de Build",
185
205
  "by": "Por",
186
206
  "bytes:gi": "GiB",
@@ -239,6 +259,7 @@
239
259
  "crash-dump-storage-repository": "Repositorio de almacenamiento del volcado de memoria",
240
260
  "created-by": "Creado por",
241
261
  "created-on": "Creado el",
262
+ "creating-new-network": "Crear red nueva",
242
263
  "creation-date": "Fecha de creación",
243
264
  "cron-pattern": "Patrón de Cron",
244
265
  "current": "Actual",
@@ -266,6 +287,7 @@
266
287
  "device": "Dispositivo",
267
288
  "device-config": "Configuración del aparato",
268
289
  "dhcp": "DHCP",
290
+ "direction": "Dirección",
269
291
  "disabled": "Desactivado",
270
292
  "disconnected": "Desconectado",
271
293
  "disconnected-from-physical-device": "Desconectado del dispositivo físico",
@@ -305,6 +327,9 @@
305
327
  "for-replication": "Para replicación",
306
328
  "force-reboot-blocked": "Forzar reinicio bloqueado",
307
329
  "force-shutdown-blocked": "Forzar apagado bloqueado",
330
+ "form:error:integer": "Debe ser un entero",
331
+ "form:error:required": "El campo es obligatorio",
332
+ "form:warning:out-of-range": "Debe estar entre {min} y {max}",
308
333
  "format": "Formato",
309
334
  "free-space": "Espacio libre",
310
335
  "fullscreen": "Pantalla completa",
@@ -335,10 +360,12 @@
335
360
  "hosts-status": "Estado servidores",
336
361
  "hyper-threading": "Hyper threading (SMT)",
337
362
  "id": "ID",
363
+ "in": "en",
338
364
  "in-last-three-runs": "En las 3 últimas ejecuciones",
339
365
  "in-progress": "En progreso",
340
366
  "included": "Incluido",
341
367
  "info": "Información",
368
+ "info:vdi-attached-rw": "El VDI ya esta adjuntado en modo lectura-escritura a otra VM.",
342
369
  "infos": "Infos",
343
370
  "install-settings": "Ajustes de instalación",
344
371
  "installed": "Instalado",
@@ -922,12 +949,13 @@
922
949
  "vms-treeview": "Vista de árbol de las VMs",
923
950
  "vtpm": "VTPM",
924
951
  "warning": "Advertencia",
952
+ "warning:vdi-sr": "Este SR no es compatible con otras SR del VDI. Este SR debe estar compartida o en el mismo huesped que las otras SR del VDI.",
925
953
  "warnings": "Advertencias",
926
954
  "weblate": "Weblate",
927
955
  "welcome-to-xo6!": "¡Bienvenido a XO 6!",
928
956
  "what-does-protected-mean-content": "Una VM se considera protegida cuando está incluida en al menos un trabajo de copia de seguridad programado y las tres últimas ejecuciones de ese trabajo se completaron con éxito. Esto ayuda a garantizar que la VM tenga puntos de recuperación recientes y fiables.",
929
957
  "what-does-protected-mean?": "¿Qué significa protegido?",
930
- "with-memory": "Con memória",
958
+ "with-memory": "Con memoria",
931
959
  "write": "Escribir",
932
960
  "xcp-ng": "XCP-ng",
933
961
  "xen-orchestra": "Xen Orchestra",