@xen-orchestra/web-core 0.53.0 → 0.55.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 (80) hide show
  1. package/lib/components/button-group/VtsButtonGroup.vue +11 -1
  2. package/lib/components/drawer/VtsDrawer.vue +85 -0
  3. package/lib/components/drawer/VtsDrawerButton.vue +21 -0
  4. package/lib/components/drawer/VtsDrawerCancelButton.vue +33 -0
  5. package/lib/components/drawer/VtsDrawerConfirmButton.vue +30 -0
  6. package/lib/components/drawer/VtsDrawerList.vue +34 -0
  7. package/lib/components/input-wrapper/VtsInputWrapper.vue +2 -1
  8. package/lib/components/layout/VtsLayoutSidebar.vue +5 -2
  9. package/lib/components/modal/VtsModalButton.vue +0 -1
  10. package/lib/components/query-builder/VtsQueryBuilderModal.vue +0 -1
  11. package/lib/components/state-hero/VtsStateHero.vue +17 -7
  12. package/lib/components/table/cells/VtsDoubleLinkCell.vue +1 -1
  13. package/lib/components/table/cells/VtsHeaderCell.vue +1 -17
  14. package/lib/components/table/cells/VtsTagCell.vue +4 -2
  15. package/lib/components/ui/drawer/UiDrawer.vue +123 -0
  16. package/lib/components/ui/input/UiInput.vue +7 -3
  17. package/lib/components/ui/modal/UiModal.vue +10 -18
  18. package/lib/composables/default-tab.composable.ts +4 -0
  19. package/lib/icons/action-icons.ts +6 -2
  20. package/lib/icons/custom-icons.ts +16 -0
  21. package/lib/icons/object-icons.ts +33 -18
  22. package/lib/icons/status-icons.ts +1 -1
  23. package/lib/locales/cs.json +135 -4
  24. package/lib/locales/da.json +1 -3
  25. package/lib/locales/de.json +141 -26
  26. package/lib/locales/en.json +124 -10
  27. package/lib/locales/es.json +32 -5
  28. package/lib/locales/fr.json +124 -10
  29. package/lib/locales/ko.json +132 -0
  30. package/lib/locales/nb-NO.json +18 -20
  31. package/lib/locales/nl.json +111 -13
  32. package/lib/locales/pt-BR.json +0 -3
  33. package/lib/locales/pt.json +0 -3
  34. package/lib/locales/sk.json +134 -3
  35. package/lib/locales/sv.json +171 -5
  36. package/lib/locales/zh-Hans.json +705 -635
  37. package/lib/packages/drawer/DrawerProvider.vue +17 -0
  38. package/lib/packages/drawer/README.md +189 -0
  39. package/lib/packages/drawer/create-drawer-opener.ts +119 -0
  40. package/lib/packages/drawer/drawer.store.ts +22 -0
  41. package/lib/packages/drawer/types.ts +93 -0
  42. package/lib/packages/drawer/use-drawer.ts +53 -0
  43. package/lib/packages/form-validation/custom-rules/ipv4-or-cidr.rule.ts +17 -0
  44. package/lib/packages/form-validation/index.ts +1 -0
  45. package/lib/packages/modal/create-modal-opener.ts +12 -10
  46. package/lib/tables/column-definitions/action-column.ts +1 -1
  47. package/lib/tables/column-definitions/address-column.ts +1 -1
  48. package/lib/tables/column-definitions/button-column.ts +1 -1
  49. package/lib/tables/column-definitions/button-icon-column.ts +1 -1
  50. package/lib/tables/column-definitions/collapsed-list-column.ts +1 -1
  51. package/lib/tables/column-definitions/date-column.ts +1 -1
  52. package/lib/tables/column-definitions/double-link-column.ts +1 -1
  53. package/lib/tables/column-definitions/info-column.ts +1 -1
  54. package/lib/tables/column-definitions/input-column.ts +1 -5
  55. package/lib/tables/column-definitions/link-column.ts +1 -1
  56. package/lib/tables/column-definitions/link-or-text-column.ts +1 -1
  57. package/lib/tables/column-definitions/literal-column.ts +1 -1
  58. package/lib/tables/column-definitions/number-column.ts +1 -1
  59. package/lib/tables/column-definitions/percent-column.ts +1 -1
  60. package/lib/tables/column-definitions/progress-bar-column.ts +1 -1
  61. package/lib/tables/column-definitions/select-column.ts +1 -1
  62. package/lib/tables/column-definitions/status-column.ts +2 -2
  63. package/lib/tables/column-definitions/tag-column.ts +3 -2
  64. package/lib/tables/column-definitions/text-column.ts +1 -1
  65. package/lib/tables/column-definitions/truncated-text-column.ts +1 -1
  66. package/lib/tables/column-sets/backup-job-schedule-columns.ts +2 -2
  67. package/lib/tables/column-sets/backup-log-columns.ts +1 -1
  68. package/lib/tables/column-sets/new-vm-network-columns.ts +0 -2
  69. package/lib/tables/column-sets/new-vm-sr-columns.ts +0 -1
  70. package/lib/tables/column-sets/server-columns.ts +1 -1
  71. package/lib/tables/column-sets/snapshot-columns.ts +1 -1
  72. package/lib/tables/column-sets/sr-columns.ts +2 -2
  73. package/lib/tables/column-sets/traffic-rules-columns.ts +5 -7
  74. package/lib/tables/column-sets/vif-network-columns.ts +24 -0
  75. package/lib/tables/helpers/render-head-cell.ts +2 -4
  76. package/lib/tables/types.ts +0 -2
  77. package/lib/types/connection.ts +14 -0
  78. package/lib/types/storage-repository.type.ts +14 -0
  79. package/lib/utils/sr.utils.ts +34 -0
  80. package/package.json +4 -4
@@ -15,12 +15,17 @@
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",
21
23
  "action:connect": "Connect",
22
24
  "action:connect-another-pool": "Connect another pool",
25
+ "action:connect-n": "Connect {n}",
26
+ "action:connect-n-srs": "Connect 1 SR | Connect {n} SRs",
23
27
  "action:connect-n-vbds": "Connect 1 VBD | Connect {n} VBDs",
28
+ "action:connect-n-vdis": "Connect 1 VDI | Connect {n} VDIs",
24
29
  "action:connect-n-vifs": "Connect 1 VIF | Connect {n} VIFs",
25
30
  "action:connect-pool": "Connect pool",
26
31
  "action:copy": "Copy",
@@ -32,20 +37,27 @@
32
37
  "action:create-bonded-network": "Create bonded network",
33
38
  "action:create-internal-network": "Create internal network",
34
39
  "action:create-network": "Create network",
40
+ "action:create-traffic-rule": "Create traffic rule",
41
+ "action:create-vdi": "Create VDI",
35
42
  "action:delete": "Delete",
36
43
  "action:delete-filter": "Delete filter",
37
44
  "action:delete-group": "Delete group",
38
45
  "action:delete-n-networks": "Delete 1 network | Delete {n} networks",
39
46
  "action:delete-n-snapshots": "Delete 1 snapshot | Delete {n} snapshots",
40
- "action:delete-n-vbds": "Delete 1 VBD | Delete {n} VBDs",
47
+ "action:delete-n-srs": "Delete 1 SR | Delete {n} SRs",
48
+ "action:delete-n-traffic-rules": "Delete 1 traffic rule | Delete {n} traffic rules",
41
49
  "action:delete-n-vdis": "Delete 1 VDI | Delete {n} VDIs",
42
50
  "action:delete-n-vifs": "Delete 1 VIF | Delete {n} VIFs",
43
51
  "action:delete-n-vms": "Delete 1 VM | Delete {n} VMs",
44
- "action:delete-vbd": "Delete VBD",
45
52
  "action:deploy": "Deploy",
46
53
  "action:deploy-xoa": "Deploy XOA",
54
+ "action:detach-n-vdis": "Detach 1 VDI | Detach {n} VDIs",
55
+ "action:detach-vdi": "Detach VDI",
47
56
  "action:disconnect": "Disconnect",
57
+ "action:disconnect-n": "Disconnect {n}",
58
+ "action:disconnect-n-srs": "Disconnect 1 SR | Disconnect {n} SRs",
48
59
  "action:disconnect-n-vbds": "Disconnect 1 VBD | Disconnect {n} VBDs",
60
+ "action:disconnect-n-vdis": "Disconnect 1 VDI | Disconnect {n} VDIs",
49
61
  "action:disconnect-n-vifs": "Disconnect 1 VIF | Disconnect {n} VIFs",
50
62
  "action:download-bugtools-archive": "Download bugtools archive",
51
63
  "action:duplicate": "Duplicate",
@@ -82,6 +94,8 @@
82
94
  "action:reboot": "Reboot",
83
95
  "action:reformat": "Reformat",
84
96
  "action:resume": "Resume",
97
+ "action:revert-to-snapshot": "Revert to snapshot",
98
+ "action:revert-vm-here": "Revert VM here",
85
99
  "action:save": "Save",
86
100
  "action:search": "Search",
87
101
  "action:search-treeview": "Search in treeview",
@@ -117,6 +131,7 @@
117
131
  "admin-login": "Admin login",
118
132
  "admin-password": "Admin password",
119
133
  "admin-password-confirm": "Confirm admin password",
134
+ "administration": "Administration",
120
135
  "affinity-host": "Affinity host",
121
136
  "alarm": "Alarm",
122
137
  "alarm-type:cpu_usage": "CPU usage exceeds @:n-percent",
@@ -134,6 +149,7 @@
134
149
  "all-done!": "All done!",
135
150
  "all-good!": "All good!",
136
151
  "all-quiet-launchpad": "All quiet on the launchpad",
152
+ "allocated-space": "Allocated space",
137
153
  "allow": "Allow",
138
154
  "allow-self-signed-ssl": "You may need to allow self-signed SSL certificates in your browser",
139
155
  "and": "And",
@@ -144,6 +160,9 @@
144
160
  "appearance": "Appearance",
145
161
  "aria:breadcrumb:label": "Breadcrumb",
146
162
  "ascending": "ascending",
163
+ "attach-vdi": "Attach existing VDI",
164
+ "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.",
165
+ "attaching-vdi": "Attaching VDI",
147
166
  "auto-generated": "Automatically generated",
148
167
  "auto-power": "Auto power",
149
168
  "available": "Available",
@@ -198,6 +217,7 @@
198
217
  "bond-mode": "Bond mode",
199
218
  "bond-status": "Bond status",
200
219
  "boot-firmware": "Boot firmware",
220
+ "bootable": "Bootable",
201
221
  "build-number": "Build number",
202
222
  "by": "By",
203
223
  "bytes:gi": "GiB",
@@ -210,6 +230,8 @@
210
230
  "check-errors:": "Check out the errors:",
211
231
  "check-summing": "TX checksumming",
212
232
  "checkpoint-snapshot": "Checkpoint snapshot",
233
+ "choose-network": "Choose a network",
234
+ "choose-vif": "Choose a VIF",
213
235
  "click-to-display-alarms:": "Click to display alarms:",
214
236
  "click-to-return-default-pool": "Click here to return to the default pool",
215
237
  "cloud-config": "Cloud config",
@@ -225,6 +247,7 @@
225
247
  "configure-in-xo-5": "Configure in XO 5",
226
248
  "confirm-cancel?": "Are you sure you want to cancel?",
227
249
  "confirm-delete": "You're about to delete {0}",
250
+ "confirm-vm-revert": "Confirm VM revert",
228
251
  "connect": "Connect",
229
252
  "connected": "Connected",
230
253
  "connected-to-ip": "Connected to {ip}",
@@ -254,9 +277,12 @@
254
277
  "cpu-weight": "CPU weight",
255
278
  "cpus": "CPUs",
256
279
  "crash-dump-storage-repository": "Crash dump storage repository",
280
+ "create-new-vdi": "Create new VDI",
257
281
  "created-by": "Created by",
258
282
  "created-on": "Created on",
259
283
  "creating-new-network": "Creating new network",
284
+ "creating-new-traffic-rule": "Creating new traffic rule",
285
+ "creating-new-vdi": "Creating new VDI",
260
286
  "creation-date": "Creation date",
261
287
  "cron-pattern": "Cron pattern",
262
288
  "current": "Current",
@@ -285,6 +311,13 @@
285
311
  "device-config": "Device config",
286
312
  "dhcp": "DHCP",
287
313
  "direction": "Direction",
314
+ "direction-and": "and",
315
+ "direction-between": "between",
316
+ "direction-from": "from",
317
+ "direction-from-and-to": "from and to",
318
+ "direction-from-to": "from/to",
319
+ "direction-on": "on",
320
+ "direction-to": "to",
288
321
  "disabled": "Disabled",
289
322
  "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
323
  "disconnected": "Disconnected",
@@ -295,11 +328,13 @@
295
328
  "disk-space": "Disk space",
296
329
  "dns": "DNS",
297
330
  "do-you-have-needs": "You have needs and/or expectations? Let us know",
331
+ "do-you-really-want-to-leave-this-page?": "Some changes are still being deployed. Do you really want to leave this page?",
298
332
  "documentation": "Documentation",
299
333
  "documentation-name": "{name} documentation",
300
334
  "done": "Done",
301
335
  "drop": "Drop",
302
336
  "duration": "Duration",
337
+ "empty": "Empty",
303
338
  "enabled": "Enabled",
304
339
  "end-date": "End date",
305
340
  "end-of-life": "End of life",
@@ -320,6 +355,7 @@
320
355
  "fast-clone": "Fast clone",
321
356
  "fetching-fresh-data": "Fetching fresh data",
322
357
  "field:exceeds-max-characters": "Field value must be {max} characters or less.",
358
+ "file": "File",
323
359
  "filter-actions": "Filter actions",
324
360
  "following-hosts-unreachable": "The following hosts are unreachable",
325
361
  "for-backup": "For backup",
@@ -332,12 +368,16 @@
332
368
  "form:warning:out-of-range": "Should be between {min} and {max}",
333
369
  "format": "Format",
334
370
  "free-space": "Free space",
371
+ "free-space-on-sr": "Free space on SR",
372
+ "from-vm": "From VM",
335
373
  "fullscreen": "Fullscreen",
336
374
  "gateway": "Gateway",
375
+ "general": "General",
337
376
  "general-information": "General information",
338
377
  "gpu": "GPU",
339
378
  "gpus": "GPUs",
340
379
  "graphics-display": "Graphics & Display",
380
+ "groups": "Groups",
341
381
  "guest-tools": "Guest tools",
342
382
  "hardware": "Hardware",
343
383
  "hardware-specifications": "Hardware specifications",
@@ -365,6 +405,7 @@
365
405
  "in-progress": "In progress",
366
406
  "included": "Included",
367
407
  "info": "Info",
408
+ "info:vdi-attached-rw": "This VDI is already attached in read-write mode to another VM.",
368
409
  "infos": "Infos",
369
410
  "install-settings": "Install settings",
370
411
  "installed": "Installed",
@@ -373,6 +414,9 @@
373
414
  "interrupted": "Interrupted",
374
415
  "invalid-field": "Invalid field",
375
416
  "ip-address": "IP address",
417
+ "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",
418
+ "ip-address-invalid": "IP address format is invalid.",
419
+ "ip-address-required": "IP address is required.",
376
420
  "ip-addresses": "IP addresses",
377
421
  "ip-mode": "IP mode",
378
422
  "ip-port-placeholder": "address[:port]",
@@ -386,25 +430,43 @@
386
430
  "iso-dvd": "ISO/DVD",
387
431
  "job": "Job",
388
432
  "job-name": "Job name",
433
+ "job:arg:allocated-space-required": "Allocated space is required",
389
434
  "job:arg:bond-mode-required": "Bond mode is required",
435
+ "job:arg:direction-required": "Direction is required",
436
+ "job:arg:file-required": "File is required",
390
437
  "job:arg:host-required": "Host is required",
438
+ "job:arg:ip-range-required": "IP range is required",
391
439
  "job:arg:missing-payload": "Payload is missing",
392
440
  "job:arg:name-required": "Name is required",
393
441
  "job:arg:password-required": "Password is required",
394
442
  "job:arg:pif-id-required": "PIF ID is required",
395
443
  "job:arg:pif-ids-required": "At least one PIF ID is required",
396
444
  "job:arg:pool-id-required": "Pool ID is required",
445
+ "job:arg:port-required-for-tcp-udp": "Port is required for TCP and UDP",
446
+ "job:arg:protocol-required": "Protocol is required",
447
+ "job:arg:sr-id-required": "SR ID is required",
397
448
  "job:arg:sr-vdi-required": "SR VDI is required",
449
+ "job:arg:target-id-required": "Target ID is required",
398
450
  "job:arg:template-uuid-required": "Template UUID is required",
399
451
  "job:arg:username-required": "Username is required",
452
+ "job:arg:vdi-id-required": "VDI ID is required",
400
453
  "job:arg:vlan-required": "VLAN is required",
454
+ "job:arg:vm-id-required": "VM ID is required",
401
455
  "job:connect:in-progress": "Connect in progress…",
402
456
  "job:create:in-progress": "Create in progress…",
403
457
  "job:delete:in-progress": "Delete in progress…",
404
458
  "job:disconnect:in-progress": "Disconnect in progress…",
405
459
  "job:network-delete:has-n-physical-pif-connected": "The network has one physical PIF connected | The network has {n} physical PIFs connected",
406
460
  "job:network-delete:has-n-vif-attached": "The network has one VIF attached | The network has {n} VIFs attached",
461
+ "job:pbd-plug:missing-pbd": "No PBDs to connect",
462
+ "job:pbd-plug:pbd-connected": "One or several PBDs are already connected",
463
+ "job:pbd-unplug:missing-pbd": "No PBDs to disconnect",
464
+ "job:pbd-unplug:pbd-disconnected": "One or several PBDs are already disconnected",
407
465
  "job:snapshot-delete:missing-snapshot": "No snapshots to delete",
466
+ "job:sr-connect:missing-sr": "No SRs to connect",
467
+ "job:sr-delete:missing-sr": "No SRs to delete",
468
+ "job:sr-disconnect:missing-sr": "No SRs to disconnect",
469
+ "job:traffic-rule-delete:missing-rule": "No traffic rule selected",
408
470
  "job:vbd-connect:missing-vbd": "No VBDs to connect",
409
471
  "job:vbd-connect:vbd-already-connected": "VBD is already connected",
410
472
  "job:vbd-delete:missing-vbd": "No VBDs to delete",
@@ -458,6 +520,8 @@
458
520
  "job:vm-shutdown:blocked-operation": "VM shutdown is blocked",
459
521
  "job:vm-shutdown:in-progress": "Shutdown in progress…",
460
522
  "job:vm-shutdown:missing-vm": "No VMs to shutdown",
523
+ "job:vm-snapshot-revert:in-progress": "Revert in progress…",
524
+ "job:vm-snapshot-revert:missing-snapshot": "No snapshot to revert to",
461
525
  "job:vm-snapshot:in-progress": "Snapshot in progress…",
462
526
  "job:vm-snapshot:missing-vm": "No VMs to snapshot",
463
527
  "job:vm-start-on:bad-power-state": "VM must be halted",
@@ -484,6 +548,7 @@
484
548
  "last-run-number": "Last run #{n}",
485
549
  "last-snapshot": "Last snapshot",
486
550
  "last-week": "Last week",
551
+ "ldap-auth-providers": "LDAP/Auth providers",
487
552
  "learn-more": "Learn more",
488
553
  "leave-page-safely": "You can safely leave this page.",
489
554
  "lets-go!": "Let's go!",
@@ -511,15 +576,14 @@
511
576
  "manual": "Manual",
512
577
  "manufacturer-info": "Manufacturer info",
513
578
  "master": "Primary host",
514
- "maximum-cpu-limit": "Maximum CPU limit",
515
579
  "maximum-dynamic-memory": "Maximum dynamic memory",
516
580
  "maximum-static-memory": "Maximum static memory",
581
+ "maximum-vcpu": "Maximum vCPUs",
517
582
  "memory": "Memory",
518
583
  "memory-usage": "Memory usage",
519
584
  "merge-backups-synchronously": "Merge backups synchronously",
520
585
  "message": "Message",
521
586
  "migration-compression": "Migration compression",
522
- "minimum-cpu-limit": "Minimum CPU limit",
523
587
  "minimum-dynamic-memory": "Minimum dynamic memory",
524
588
  "minimum-static-memory": "Minimum static memory",
525
589
  "missing-patches": "Missing patches",
@@ -544,7 +608,6 @@
544
608
  "multi-creation": "Multi creation",
545
609
  "multi-pathing": "Multi-pathing",
546
610
  "n-bonded-networks": "1 bonded network | {n} bonded networks",
547
- "n-cpus": "1 CPU | {n} CPUs",
548
611
  "n-gb": "{n} GB",
549
612
  "n-gb-left": "{n} GB left",
550
613
  "n-gb-required": "{n} GB required",
@@ -556,8 +619,11 @@
556
619
  "n-percent": "{n}%",
557
620
  "n-selected-of": "{count} selected of {total} objects",
558
621
  "n-snapshots": "1 snapshot | {n} snapshots",
622
+ "n-srs": "1 SR | {n} SRs",
559
623
  "n-subtasks": "1 subtask | {n} subtasks",
624
+ "n-traffic-rules": "1 traffic rule | {n} traffic rules",
560
625
  "n-vbds": "1 VBD | {n} VBDs",
626
+ "n-vcpus": "1 vCPU | {n} vCPUs",
561
627
  "n-vdis": "1 VDI | {n} VDIs",
562
628
  "n-vifs": "1 VIF | {n} VIFs",
563
629
  "n-vms": "1 VM | {n} VMs",
@@ -570,8 +636,10 @@
570
636
  "network-config": "Network config",
571
637
  "network-create:warning:mtu-out-of-range": "MTU should be between {min} and {max}",
572
638
  "network-create:warning:vlan-out-of-range": "VLAN should be between 0 and {max}",
639
+ "network-default": "Network default",
573
640
  "network-download": "Download",
574
641
  "network-information": "Network information",
642
+ "network-required": "Network is required.",
575
643
  "network-throughput": "Network throughput",
576
644
  "network-upload": "Upload",
577
645
  "networking": "Networking",
@@ -584,6 +652,11 @@
584
652
  "new-network:creation-in-progress-message": "The task triggered by the new network form will still run and can be tracked from the {tasksPageLink}.",
585
653
  "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.",
586
654
  "new-network:select-interface": "Select an interface",
655
+ "new-traffic-rule:add": "Add new traffic rule",
656
+ "new-traffic-rule:error-message": "An error occurred while creating the traffic rule. Please review your configuration settings and try again.",
657
+ "new-vdi:accepted-formats": "Accepted formats: {formats}",
658
+ "new-vdi:add": "Add new VDI",
659
+ "new-vdi:error-message": "An error occurred while creating the VDI. Please review your configuration settings (name, storage repository, allocated space) and try again.",
587
660
  "new-vif": "New VIF",
588
661
  "new-vm": "New VM",
589
662
  "new-vm:add": "Add a new VM",
@@ -714,6 +787,8 @@
714
787
  "popup-first-connection-introduction": "We’re excited to introduce the first official release of Xen Orchestra 6.",
715
788
  "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!",
716
789
  "port": "Port",
790
+ "port-invalid": "Port format is invalid.",
791
+ "port-required": "Port is required.",
717
792
  "power-on-host-for-console": "Power on your host to access its console",
718
793
  "power-on-mode": "Power on mode",
719
794
  "power-on-vm-for-console": "Power on your VM to access its console",
@@ -735,6 +810,7 @@
735
810
  "public-key": "Public key",
736
811
  "public-key-already-exists": "Public key already exists",
737
812
  "public-key-mandatory": "Public key is mandatory",
813
+ "pv-vms-only": "Available only for PV VMs.",
738
814
  "pxe": "PXE",
739
815
  "query-builder": "Query Builder",
740
816
  "query-builder:label": "Search Engine",
@@ -765,9 +841,11 @@
765
841
  "ram": "RAM",
766
842
  "ram-provisioning": "RAM provisioning",
767
843
  "ram-usage": "RAM usage",
844
+ "rate-limit": "Rate limit",
768
845
  "read": "Read",
769
846
  "read-only": "Read-only",
770
847
  "reboot-blocked": "Reboot Blocked",
848
+ "reboot-vm-internal-shutdown": "Reboot VM on internal shutdown",
771
849
  "receive": "Receive",
772
850
  "relative-time:day": "1 day | {n} days",
773
851
  "relative-time:future": "In {str}",
@@ -792,7 +870,9 @@
792
870
  "resources-overview": "Resources overview",
793
871
  "rest-api": "REST API",
794
872
  "retry": "Retry",
873
+ "roles": "Roles",
795
874
  "root-by-default": "\"root\" by default.",
875
+ "rule-type": "Rule type",
796
876
  "run": "Run",
797
877
  "running-vm": "Running VM | Running VMs",
798
878
  "runs": "Runs",
@@ -824,15 +904,30 @@
824
904
  "snapshot-created-on": "Snapshot created on",
825
905
  "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.",
826
906
  "snapshot-mode": "Snapshot mode",
907
+ "snapshot-revert-snapshot-before": "Take a snapshot of the VM before reverting",
908
+ "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.",
909
+ "snapshot-vdis": "Snapshot VDIs",
827
910
  "snapshots": "Snapshots",
828
911
  "sockets-with-cores-per-socket": "{nSockets} sockets × {nCores} cores/socket",
829
912
  "software": "Software",
830
913
  "software-tooling": "Software & tooling",
914
+ "source": "Source",
831
915
  "source-backup-repository": "Source backup repository",
832
916
  "space": "Space",
833
917
  "speed": "Speed",
834
918
  "speed-limit": "Speed limit",
835
919
  "sr": "SR",
920
+ "sr-connect-info-host": "The SR will be connected to this host. | The selected SRs will be connected to this host.",
921
+ "sr-connect-info-pool-local": "The SR will be connected to its host. | Each SR will be connected to its own host.",
922
+ "sr-connect-info-pool-mixed": "Local SRs will be connected to their respective hosts. Shared SRs will be connected to all hosts in this pool.",
923
+ "sr-connect-info-pool-shared": "The SR will be connected to {hostsCount} hosts in this pool. | Each shared SR will be connected to all hosts in this pool.",
924
+ "sr-connect-title": "You are about to connect 1 SR | You are about to connect {n} SRs",
925
+ "sr-delete-info": "This action will permanently delete the storage repository and all data stored on it. This cannot be undone. | All selected storage repositories and the data they contain will be permanently deleted. This action is irreversible—proceed with caution.",
926
+ "sr-disconnect-info-host": "The SR will be disconnected from this host. | The selected SRs will be disconnected from this host.",
927
+ "sr-disconnect-info-pool-local": "The SR will be disconnected from its host. | Each SR will be disconnected from its own host.",
928
+ "sr-disconnect-info-pool-mixed": "Local SRs will be disconnected from their respective hosts. Shared SRs will be disconnected from all hosts in this pool.",
929
+ "sr-disconnect-info-pool-shared": "The SR will be disconnected from {hostsCount} hosts in this pool. | Each shared SR will be disconnected from all hosts in this pool.",
930
+ "sr-disconnect-title": "You are about to disconnect 1 SR | You are about to disconnect {n} SRs",
836
931
  "ssh-account": "SSH account",
837
932
  "ssh-key": "SSH key",
838
933
  "ssh-login": "SSH login",
@@ -926,19 +1021,24 @@
926
1021
  "total-used": "Total used",
927
1022
  "total-used:": "Total used:",
928
1023
  "traffic-rule": "Traffic rule",
1024
+ "traffic-rule-delete-warning": "This action is irreversible. The selected traffic rule will be permanently deleted.",
929
1025
  "traffic-rules": "Traffic rules",
930
1026
  "traffic-rules:info-message": "Traffic rules order is being implemented. Behaviour may be hazardous.",
931
1027
  "traffic-rules:no-traffic-rules-detected": "No traffic rules detected",
932
1028
  "transfer-size": "Transfer size",
933
1029
  "translation-tool": "Translation tool",
1030
+ "treeview": "Treeview",
934
1031
  "trigger": "Trigger",
935
1032
  "type": "Type",
1033
+ "unable-to-attach-vdi": "Unable to attach VDI",
936
1034
  "unable-to-connect-to": "Unable to connect to {ip}",
937
1035
  "unable-to-connect-to-the-pool": "Unable to connect to the pool",
938
1036
  "unable-to-connect-to-xo-server": "Unable to connect to XO server.",
939
1037
  "unable-to-create-new-bonded-network": "Unable to create new bonded network",
940
1038
  "unable-to-create-new-internal-network": "Unable to create new internal network",
941
1039
  "unable-to-create-new-network": "Unable to create new network",
1040
+ "unable-to-create-new-traffic-rule": "Unable to create new traffic rule",
1041
+ "unable-to-create-new-vdi": "Unable to create new VDI",
942
1042
  "unable-to-delete-network": "Unable to delete network",
943
1043
  "unknown": "Unknown",
944
1044
  "unlocked": "Unlocked",
@@ -948,23 +1048,33 @@
948
1048
  "untitled": "Untitled",
949
1049
  "untranslated-text-helper": "By default, untranslated texts will be presented in english.",
950
1050
  "up-to-date": "Up-to-date",
1051
+ "url": "URL",
951
1052
  "used": "Used",
952
1053
  "used-for-backup": "Used for backup",
953
1054
  "used-space": "Used space",
954
1055
  "used-space-on-sr": "Used space on SR",
955
1056
  "user-config": "User config",
1057
+ "user-management": "User management",
956
1058
  "username": "Username",
1059
+ "users": "Users",
957
1060
  "uuid": "UUID",
958
- "vbd-connect-title": "You are about to connect 1 VBD | You are about to connect {n} VBDs",
959
- "vbd-delete-info": "This will detach the selected VDI from the VM. The disk will not be deleted and can be reattached later.",
960
- "vbd-delete-title": "You are about to delete 1 VBD | You are about to delete {n} VBDs",
961
- "vbd-disconnect-info": "The VM will no longer have access to the VDI. The disk remains attached and you can reconnect later.",
962
- "vbd-disconnect-title": "You are about to disconnect 1 VBD | You are about to disconnect {n} VBDs",
963
1061
  "vcpu": "vCPU",
1062
+ "vcpu-at-startup": "vCPU at startup",
964
1063
  "vcpus": "vCPUs",
965
1064
  "vcpus-assigned": "vCPUs assigned",
966
1065
  "vdi": "VDI",
1066
+ "vdi-connect-title": "You are about to connect 1 VDI | You are about to connect {n} VDIs",
967
1067
  "vdi-delete-warning": "This will permanently delete the selected VDI and all data stored on it. This action cannot be undone.",
1068
+ "vdi-description": "VDI description",
1069
+ "vdi-detach-info": "This will detach the selected VDI from the VM. The disk will not be deleted and can be reattached later.",
1070
+ "vdi-detach-title": "You are about to detach 1 VDI | You are about to detach {n} VDIs",
1071
+ "vdi-disconnect-info": "The VM will no longer have access to the VDI. The disk remains attached and you can reconnect later.",
1072
+ "vdi-disconnect-title": "You are about to disconnect 1 VDI | You are about to disconnect {n} VDIs",
1073
+ "vdi-in-use": "VDI in use",
1074
+ "vdi-name": "VDI name",
1075
+ "vdi-not-attached-to-vm": "No VM attached",
1076
+ "vdi-snapshot-source": "VDI source",
1077
+ "vdi-snpashot-time": "Snapshot date",
968
1078
  "vdi-throughput": "VDI throughput",
969
1079
  "vdis": "VDIs",
970
1080
  "version": "Version",
@@ -977,6 +1087,7 @@
977
1087
  "vif-disconnect-info": "The VM will no longer have access to the network. The VIF remains attached and you can reconnect it later.",
978
1088
  "vif-disconnect-title": "You are about to disconnect 1 VIF | You are about to disconnect {n} VIFs",
979
1089
  "vif-network-info": "VIF network info",
1090
+ "vif-required": "VIF is required.",
980
1091
  "vif-status": "VIF status",
981
1092
  "vifs": "VIFs",
982
1093
  "viridian": "Viridian",
@@ -1001,6 +1112,7 @@
1001
1112
  "vm-protected-reboot": "This VM is protected against reboot.",
1002
1113
  "vm-protected-shutdown": "This VM is protected against shutdown.",
1003
1114
  "vm-protected-suspend": "This VM is protected against suspend.",
1115
+ "vm-required": "VM is required.",
1004
1116
  "vm-running": "VM is running",
1005
1117
  "vm-shutdown": "VM is currently shut down",
1006
1118
  "vm-tools-missing": "VM tools missing",
@@ -1017,6 +1129,8 @@
1017
1129
  "vms-treeview": "VMs treeview",
1018
1130
  "vtpm": "VTPM",
1019
1131
  "warning": "Warning",
1132
+ "warning:vdi-already-attached": "The selected VDI is already attached to this VM.",
1133
+ "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.",
1020
1134
  "warnings": "Warnings",
1021
1135
  "weblate": "Weblate",
1022
1136
  "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",
19
+ "action:attach-vdi": "@:attach-vdi",
18
20
  "action:boot-vm": "Arrancar VM",
19
21
  "action:change-state": "Cambiar estado",
20
22
  "action:close": "Cerrar",
23
+ "action:connect": "Conectar",
21
24
  "action:connect-another-pool": "Conectar a otro pool",
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-bonded-network": "Crear red enlazada",
34
+ "action:create-internal-network": "Crear red interna",
35
+ "action:create-network": "Crear red",
36
+ "action:create-traffic-rule": "Crear regla de tráfico",
37
+ "action:create-vdi": "Crear VDI",
29
38
  "action:delete": "Eliminar",
30
39
  "action:delete-filter": "Borrar filtro",
31
40
  "action:delete-group": "Borrar grupo",
32
- "action:delete-n-vms": "Borrar 1 VM | Borrar {n} VMs",
41
+ "action:delete-n-networks": "Eliminar 1 red | Eliminar {n} redes",
42
+ "action:delete-n-snapshots": "Eliminar 1 instantánea | Eliminar {n} instantáneas",
43
+ "action:delete-n-vdis": "Eliminar 1 VDI | Eliminar {n} VDIs",
44
+ "action:delete-n-vifs": "Eliminar 1 VIF | Eliminar {n} VIFs",
45
+ "action:delete-n-vms": "Eliminar 1 VM | Eliminar {n} VMs",
33
46
  "action:deploy": "Desplegar",
34
47
  "action:deploy-xoa": "Desplegar XOA",
48
+ "action:disconnect": "Desconectar",
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",
@@ -67,6 +82,8 @@
67
82
  "action:reboot": "Reiniciar",
68
83
  "action:reformat": "Reformatear",
69
84
  "action:resume": "Reanudar",
85
+ "action:revert-to-snapshot": "Revertir a la instantánea",
86
+ "action:revert-vm-here": "Revertir la VM aquí",
70
87
  "action:save": "Guardar",
71
88
  "action:search": "Buscar",
72
89
  "action:search-treeview": "Buscar en vista de árbol",
@@ -119,6 +136,7 @@
119
136
  "all-done!": "¡Todo listo!",
120
137
  "all-good!": "¡Todo bien!",
121
138
  "all-quiet-launchpad": "Calma total en el plataforma de lanzamiento",
139
+ "allow": "Permitir",
122
140
  "allow-self-signed-ssl": "Es posible que tenga que permitir certificados SSL autofirmados en su navegador",
123
141
  "and": "Y",
124
142
  "any-property": "Cualquier propiedad",
@@ -128,6 +146,9 @@
128
146
  "appearance": "Apariencia",
129
147
  "aria:breadcrumb:label": "Rastro de migas",
130
148
  "ascending": "ascendente",
149
+ "attach-vdi": "Adjuntar VDI existente",
150
+ "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.",
151
+ "attaching-vdi": "Adjuntando VDI",
131
152
  "auto-generated": "Generado automáticamente",
132
153
  "auto-power": "Auto arranque",
133
154
  "available": "Disponible",
@@ -181,6 +202,7 @@
181
202
  "bond-devices": "Dispositivos vinculados",
182
203
  "bond-status": "Estado del vínculo",
183
204
  "boot-firmware": "Firmware de arranque",
205
+ "bootable": "Arrancable",
184
206
  "build-number": "Número de Build",
185
207
  "by": "Por",
186
208
  "bytes:gi": "GiB",
@@ -239,6 +261,7 @@
239
261
  "crash-dump-storage-repository": "Repositorio de almacenamiento del volcado de memoria",
240
262
  "created-by": "Creado por",
241
263
  "created-on": "Creado el",
264
+ "creating-new-network": "Crear red nueva",
242
265
  "creation-date": "Fecha de creación",
243
266
  "cron-pattern": "Patrón de Cron",
244
267
  "current": "Actual",
@@ -266,6 +289,7 @@
266
289
  "device": "Dispositivo",
267
290
  "device-config": "Configuración del aparato",
268
291
  "dhcp": "DHCP",
292
+ "direction": "Dirección",
269
293
  "disabled": "Desactivado",
270
294
  "disconnected": "Desconectado",
271
295
  "disconnected-from-physical-device": "Desconectado del dispositivo físico",
@@ -305,6 +329,9 @@
305
329
  "for-replication": "Para replicación",
306
330
  "force-reboot-blocked": "Forzar reinicio bloqueado",
307
331
  "force-shutdown-blocked": "Forzar apagado bloqueado",
332
+ "form:error:integer": "Debe ser un entero",
333
+ "form:error:required": "El campo es obligatorio",
334
+ "form:warning:out-of-range": "Debe estar entre {min} y {max}",
308
335
  "format": "Formato",
309
336
  "free-space": "Espacio libre",
310
337
  "fullscreen": "Pantalla completa",
@@ -335,10 +362,12 @@
335
362
  "hosts-status": "Estado servidores",
336
363
  "hyper-threading": "Hyper threading (SMT)",
337
364
  "id": "ID",
365
+ "in": "en",
338
366
  "in-last-three-runs": "En las 3 últimas ejecuciones",
339
367
  "in-progress": "En progreso",
340
368
  "included": "Incluido",
341
369
  "info": "Información",
370
+ "info:vdi-attached-rw": "El VDI ya esta adjuntado en modo lectura-escritura a otra VM.",
342
371
  "infos": "Infos",
343
372
  "install-settings": "Ajustes de instalación",
344
373
  "installed": "Instalado",
@@ -460,7 +489,6 @@
460
489
  "manual": "Manual",
461
490
  "manufacturer-info": "Información del fabricante",
462
491
  "master": "Servidor principal",
463
- "maximum-cpu-limit": "Límite máximo de CPU",
464
492
  "maximum-dynamic-memory": "Máxima memoria dinámica",
465
493
  "maximum-static-memory": "Máxima memoria estática",
466
494
  "memory": "Memoria",
@@ -468,7 +496,6 @@
468
496
  "merge-backups-synchronously": "Fusionar copias de seguridad de forma sincrónica",
469
497
  "message": "Mensaje",
470
498
  "migration-compression": "Compresión de la migración",
471
- "minimum-cpu-limit": "Límite mínimo de CPU",
472
499
  "minimum-dynamic-memory": "Mínima memoria dinámica",
473
500
  "minimum-static-memory": "Mínima memoria estática",
474
501
  "missing-patches": "Parches faltantes",
@@ -491,7 +518,6 @@
491
518
  "mtu": "MTU",
492
519
  "multi-creation": "Creación múltiple",
493
520
  "multi-pathing": "Múltiples rutas",
494
- "n-cpus": "1 CPU | {n} CPUs",
495
521
  "n-gb": "{n} GB",
496
522
  "n-gb-left": "{n} GB libres",
497
523
  "n-gb-required": "{n} GB requeridos",
@@ -922,12 +948,13 @@
922
948
  "vms-treeview": "Vista de árbol de las VMs",
923
949
  "vtpm": "VTPM",
924
950
  "warning": "Advertencia",
951
+ "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
952
  "warnings": "Advertencias",
926
953
  "weblate": "Weblate",
927
954
  "welcome-to-xo6!": "¡Bienvenido a XO 6!",
928
955
  "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
956
  "what-does-protected-mean?": "¿Qué significa protegido?",
930
- "with-memory": "Con memória",
957
+ "with-memory": "Con memoria",
931
958
  "write": "Escribir",
932
959
  "xcp-ng": "XCP-ng",
933
960
  "xen-orchestra": "Xen Orchestra",