@xen-orchestra/web-core 0.49.0 → 0.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/delete-button/VtsDeleteButton.vue +27 -0
- package/lib/components/menu/MenuTrigger.vue +1 -0
- package/lib/components/menu/VtsActionsMenu.vue +53 -0
- package/lib/components/modal/VtsErrorModal.vue +36 -0
- package/lib/components/modal/VtsModalList.vue +1 -1
- package/lib/components/status/VtsStatus.vue +4 -0
- package/lib/components/table/cells/VtsActionCell.vue +44 -0
- package/lib/components/table/cells/VtsDoubleLinkCell.vue +53 -0
- package/lib/composables/default-tab.composable.md +17 -11
- package/lib/composables/default-tab.composable.ts +10 -4
- package/lib/icons/fa-icons.ts +2 -0
- package/lib/icons/object-icons.ts +2 -0
- package/lib/locales/cs.json +75 -35
- package/lib/locales/da.json +3 -3
- package/lib/locales/de.json +4 -4
- package/lib/locales/en.json +61 -3
- package/lib/locales/es.json +279 -196
- package/lib/locales/fa.json +4 -4
- package/lib/locales/fi.json +1 -1
- package/lib/locales/fr.json +60 -2
- package/lib/locales/it.json +5 -4
- package/lib/locales/ko.json +3 -1
- package/lib/locales/nb-NO.json +2 -2
- package/lib/locales/nl.json +22 -5
- package/lib/locales/pl.json +2 -2
- package/lib/locales/pt-BR.json +6 -6
- package/lib/locales/pt.json +4 -4
- package/lib/locales/ru.json +60 -13
- package/lib/locales/sk.json +509 -18
- package/lib/locales/sv.json +4 -4
- package/lib/locales/uk.json +1 -1
- package/lib/locales/zh-Hans.json +31 -4
- package/lib/packages/job/define-job.ts +1 -1
- package/lib/packages/table/define-columns.ts +4 -3
- package/lib/tables/column-definitions/action-column.ts +21 -0
- package/lib/tables/column-definitions/button-icon-column.ts +2 -2
- package/lib/tables/column-definitions/double-link-column.ts +14 -0
- package/lib/tables/column-definitions/text-column.ts +1 -1
- package/lib/tables/column-sets/host-columns.ts +1 -1
- package/lib/tables/column-sets/network-columns.ts +3 -1
- package/lib/tables/column-sets/snapshot-columns.ts +2 -2
- package/lib/tables/column-sets/traffic-rules-columns.ts +29 -0
- package/lib/tables/column-sets/vdi-columns.ts +2 -2
- package/lib/tables/column-sets/vif-columns.ts +2 -2
- package/package.json +3 -3
package/lib/locales/en.json
CHANGED
|
@@ -18,7 +18,9 @@
|
|
|
18
18
|
"action:boot-vm": "Boot VM",
|
|
19
19
|
"action:change-state": "Change state",
|
|
20
20
|
"action:close": "Close",
|
|
21
|
+
"action:connect": "Connect",
|
|
21
22
|
"action:connect-another-pool": "Connect another pool",
|
|
23
|
+
"action:connect-n-vifs": "Connect 1 VIF | Connect {n} VIFs",
|
|
22
24
|
"action:connect-pool": "Connect pool",
|
|
23
25
|
"action:copy": "Copy",
|
|
24
26
|
"action:copy-all": "Copy all",
|
|
@@ -32,9 +34,17 @@
|
|
|
32
34
|
"action:delete": "Delete",
|
|
33
35
|
"action:delete-filter": "Delete filter",
|
|
34
36
|
"action:delete-group": "Delete group",
|
|
35
|
-
"action:delete-
|
|
37
|
+
"action:delete-n-networks": "Delete 1 network | Delete {n} networks",
|
|
38
|
+
"action:delete-n-snapshots": "Delete 1 snapshot | Delete {n} snapshots",
|
|
39
|
+
"action:delete-n-vbds": "Delete 1 VBD | Delete {n} VBDs",
|
|
40
|
+
"action:delete-n-vdis": "Delete 1 VDI | Delete {n} VDIs",
|
|
41
|
+
"action:delete-n-vifs": "Delete 1 VIF | Delete {n} VIFs",
|
|
42
|
+
"action:delete-n-vms": "Delete 1 VM | Delete {n} VMs",
|
|
43
|
+
"action:delete-vbd": "Delete VBD",
|
|
36
44
|
"action:deploy": "Deploy",
|
|
37
45
|
"action:deploy-xoa": "Deploy XOA",
|
|
46
|
+
"action:disconnect": "Disconnect",
|
|
47
|
+
"action:disconnect-n-vifs": "Disconnect 1 VIF | Disconnect {n} VIFs",
|
|
38
48
|
"action:download-bugtools-archive": "Download bugtools archive",
|
|
39
49
|
"action:duplicate": "Duplicate",
|
|
40
50
|
"action:edit": "Edit",
|
|
@@ -122,6 +132,7 @@
|
|
|
122
132
|
"all-done!": "All done!",
|
|
123
133
|
"all-good!": "All good!",
|
|
124
134
|
"all-quiet-launchpad": "All quiet on the launchpad",
|
|
135
|
+
"allow": "Allow",
|
|
125
136
|
"allow-self-signed-ssl": "You may need to allow self-signed SSL certificates in your browser",
|
|
126
137
|
"and": "And",
|
|
127
138
|
"any-property": "Any property",
|
|
@@ -271,7 +282,9 @@
|
|
|
271
282
|
"device": "Device",
|
|
272
283
|
"device-config": "Device config",
|
|
273
284
|
"dhcp": "DHCP",
|
|
285
|
+
"direction": "Direction",
|
|
274
286
|
"disabled": "Disabled",
|
|
287
|
+
"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}.",
|
|
275
288
|
"disconnected": "Disconnected",
|
|
276
289
|
"disconnected-from-physical-device": "Disconnected from physical device",
|
|
277
290
|
"disconnected-pbd-number": "Disconnected PBD #{n}",
|
|
@@ -283,6 +296,7 @@
|
|
|
283
296
|
"documentation": "Documentation",
|
|
284
297
|
"documentation-name": "{name} documentation",
|
|
285
298
|
"done": "Done",
|
|
299
|
+
"drop": "Drop",
|
|
286
300
|
"duration": "Duration",
|
|
287
301
|
"enabled": "Enabled",
|
|
288
302
|
"end-date": "End date",
|
|
@@ -340,6 +354,7 @@
|
|
|
340
354
|
"hosts-status": "Hosts status",
|
|
341
355
|
"hyper-threading": "Hyper threading (SMT)",
|
|
342
356
|
"id": "ID",
|
|
357
|
+
"in": "in",
|
|
343
358
|
"in-last-three-runs": "In their last 3 runs",
|
|
344
359
|
"in-progress": "In progress",
|
|
345
360
|
"included": "Included",
|
|
@@ -377,14 +392,29 @@
|
|
|
377
392
|
"job:arg:template-uuid-required": "Template UUID is required",
|
|
378
393
|
"job:arg:username-required": "Username is required",
|
|
379
394
|
"job:arg:vlan-required": "VLAN is required",
|
|
395
|
+
"job:connect:in-progress": "Connect in progress…",
|
|
380
396
|
"job:create:in-progress": "Create in progress…",
|
|
397
|
+
"job:delete:in-progress": "Delete in progress…",
|
|
398
|
+
"job:disconnect:in-progress": "Disconnect in progress…",
|
|
399
|
+
"job:network-delete:has-n-physical-pif-connected": "The network has one physical PIF connected | The network has {n} physical PIFs connected",
|
|
400
|
+
"job:network-delete:has-n-vif-attached": "The network has one VIF attached | The network has {n} VIFs attached",
|
|
401
|
+
"job:snapshot-delete:missing-snapshot": "No snapshots to delete",
|
|
402
|
+
"job:vbd-delete:missing-vbd": "No VBDs to delete",
|
|
403
|
+
"job:vbd-delete:vbd-attached": "Cannot delete a VBD that is currently attached",
|
|
404
|
+
"job:vdi-delete:missing-vdi": "No VDIs to delete",
|
|
405
|
+
"job:vdi-delete:vbd-attached": "Cannot delete a VDI with VBD attached",
|
|
406
|
+
"job:vif-connect:missing-vif": "No VIFs to connect",
|
|
407
|
+
"job:vif-connect:vif-already-connected": "VIF is already connected",
|
|
408
|
+
"job:vif-delete:blocked-operation": "VIF deletion is blocked",
|
|
409
|
+
"job:vif-delete:missing-vif": "No VIFs to delete",
|
|
410
|
+
"job:vif-disconnect:missing-vif": "No VIFs to disconnect",
|
|
411
|
+
"job:vif-disconnect:vif-disconnected": "VIF is disconnected",
|
|
381
412
|
"job:vm-copy:bad-power-state": "VM must be halted",
|
|
382
413
|
"job:vm-copy:in-progress": "Copy in progress…",
|
|
383
414
|
"job:vm-copy:missing-vm": "No VMs to copy",
|
|
384
415
|
"job:vm-create:incomplete-install-mode": "Install mode is incomplete",
|
|
385
416
|
"job:vm-delete:bad-power-state": "VM must be halted",
|
|
386
417
|
"job:vm-delete:blocked-operation": "VM deletion is blocked",
|
|
387
|
-
"job:vm-delete:in-progress": "Delete in progress…",
|
|
388
418
|
"job:vm-delete:missing-vm": "No VMs to delete",
|
|
389
419
|
"job:vm-export:in-progress": "Export in progress…",
|
|
390
420
|
"job:vm-export:missing-compression": "Compression must be provided",
|
|
@@ -402,6 +432,7 @@
|
|
|
402
432
|
"job:vm-migrate:in-progress": "Migrate in progress…",
|
|
403
433
|
"job:vm-migrate:missing-host": "Destination host must be provided",
|
|
404
434
|
"job:vm-migrate:missing-vm": "No VMs to migrate",
|
|
435
|
+
"job:vm-not-running": "VM must be running",
|
|
405
436
|
"job:vm-pause:bad-power-state": "VM must be running",
|
|
406
437
|
"job:vm-pause:blocked-operation": "VM pause is blocked",
|
|
407
438
|
"job:vm-pause:in-progress": "Pause in progress…",
|
|
@@ -491,7 +522,7 @@
|
|
|
491
522
|
"modal:confirm-vm-force-shutdown": "Confirm VM force shutdown",
|
|
492
523
|
"modal:confirm-vm-reboot": "Confirm VM reboot",
|
|
493
524
|
"modal:confirm-vm-shutdown": "Confirm VM shutdown",
|
|
494
|
-
"modal:vm-force-reboot-message": "This will immediately
|
|
525
|
+
"modal:vm-force-reboot-message": "This will immediately reboot the virtual machine without a clean shutdown. Data loss may occur and ongoing processes will be interrupted.",
|
|
495
526
|
"modal:vm-force-shutdown-message": "This will immediately power off the virtual machine without a clean shutdown. Data loss may occur and ongoing processes will be interrupted.",
|
|
496
527
|
"modal:vm-reboot-message": "Restarts the virtual machine gracefully by shutting it down and starting it again. Running processes will be closed properly.",
|
|
497
528
|
"modal:vm-shutdown-message": "This will gracefully shut down the virtual machine. All running processes will stop, and users may be disconnected. You can restart the VM later from the interface.",
|
|
@@ -502,16 +533,22 @@
|
|
|
502
533
|
"mtu-default-value-message": "1500 by default",
|
|
503
534
|
"multi-creation": "Multi creation",
|
|
504
535
|
"multi-pathing": "Multi-pathing",
|
|
536
|
+
"n-bonded-networks": "1 bonded network | {n} bonded networks",
|
|
505
537
|
"n-cpus": "1 CPU | {n} CPUs",
|
|
506
538
|
"n-gb": "{n} GB",
|
|
507
539
|
"n-gb-left": "{n} GB left",
|
|
508
540
|
"n-gb-required": "{n} GB required",
|
|
509
541
|
"n-hosts": "1 host | {n} hosts",
|
|
510
542
|
"n-hosts-awaiting-patch": "{n} host is awaiting this patch | {n} hosts are awaiting this patch",
|
|
543
|
+
"n-internal-networks": "1 internal network | {n} internal networks",
|
|
511
544
|
"n-missing": "{n} missing",
|
|
545
|
+
"n-networks": "1 network | {n} networks",
|
|
512
546
|
"n-percent": "{n}%",
|
|
513
547
|
"n-selected-of": "{count} selected of {total} objects",
|
|
548
|
+
"n-snapshots": "1 snapshot | {n} snapshots",
|
|
514
549
|
"n-subtasks": "1 subtask | {n} subtasks",
|
|
550
|
+
"n-vdis": "1 VDI | {n} VDIs",
|
|
551
|
+
"n-vifs": "1 VIF | {n} VIFs",
|
|
515
552
|
"n-vms": "1 VM | {n} VMs",
|
|
516
553
|
"name": "Name",
|
|
517
554
|
"nbd-concurrency": "NBD concurrency",
|
|
@@ -642,6 +679,7 @@
|
|
|
642
679
|
"pifs-status": "PIFs status",
|
|
643
680
|
"please-confirm-to-continue": "This action cannot be undone. Are you sure you want to continue?",
|
|
644
681
|
"please-wait": "Please wait",
|
|
682
|
+
"policy": "Policy",
|
|
645
683
|
"pool": "Pool",
|
|
646
684
|
"pool-connection-error-auth-failed": "An error occurred while connecting to the pool. The username or password appears to be incorrect.",
|
|
647
685
|
"pool-connection-error-duplicate": "An error occurred while connecting to the pool. This pool seems to be already connected.",
|
|
@@ -665,6 +703,7 @@
|
|
|
665
703
|
"popup-first-connection-follow-this-guide": "follow this guide",
|
|
666
704
|
"popup-first-connection-introduction": "We’re excited to introduce the first official release of Xen Orchestra 6.",
|
|
667
705
|
"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!",
|
|
706
|
+
"port": "Port",
|
|
668
707
|
"power-on-host-for-console": "Power on your host to access its console",
|
|
669
708
|
"power-on-mode": "Power on mode",
|
|
670
709
|
"power-on-vm-for-console": "Power on your VM to access its console",
|
|
@@ -677,6 +716,8 @@
|
|
|
677
716
|
"protect-from-accidental-deletion": "Protect from accidental deletion",
|
|
678
717
|
"protect-from-accidental-shutdown": "Protect from accidental shutdown",
|
|
679
718
|
"protection-status": "Protection status",
|
|
719
|
+
"protocol": "Protocol",
|
|
720
|
+
"protocol:port": "@:{'protocol'}:@:{'port'}",
|
|
680
721
|
"provider-solutions": "{provider} solutions",
|
|
681
722
|
"provisioning": "Provisioning",
|
|
682
723
|
"proxy": "Proxy",
|
|
@@ -751,6 +792,7 @@
|
|
|
751
792
|
"schedule": "Schedule",
|
|
752
793
|
"schedules": "Schedules",
|
|
753
794
|
"secure-boot": "Secure boot",
|
|
795
|
+
"security": "Security",
|
|
754
796
|
"see-details": "See details",
|
|
755
797
|
"select-compression": "Select a compression",
|
|
756
798
|
"select-destination-host": "Select a destination host",
|
|
@@ -770,6 +812,7 @@
|
|
|
770
812
|
"smart-mode": "Smart mode",
|
|
771
813
|
"snapshot": "Snapshot",
|
|
772
814
|
"snapshot-created-on": "Snapshot created on",
|
|
815
|
+
"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.",
|
|
773
816
|
"snapshot-mode": "Snapshot mode",
|
|
774
817
|
"snapshots": "Snapshots",
|
|
775
818
|
"sockets-with-cores-per-socket": "{nSockets} sockets × {nCores} cores/socket",
|
|
@@ -825,6 +868,7 @@
|
|
|
825
868
|
"system": "System",
|
|
826
869
|
"table-actions": "Table actions",
|
|
827
870
|
"tags": "Tags",
|
|
871
|
+
"target": "Target",
|
|
828
872
|
"task": "Task",
|
|
829
873
|
"task-type": "Task type",
|
|
830
874
|
"task:ended": "@:ended",
|
|
@@ -871,15 +915,21 @@
|
|
|
871
915
|
"total-storage-repository": "Total storage repository",
|
|
872
916
|
"total-used": "Total used",
|
|
873
917
|
"total-used:": "Total used:",
|
|
918
|
+
"traffic-rule": "Traffic rule",
|
|
919
|
+
"traffic-rules": "Traffic rules",
|
|
920
|
+
"traffic-rules:info-message": "Traffic rules order is being implemented. Behaviour may be hazardous.",
|
|
921
|
+
"traffic-rules:no-traffic-rules-detected": "No traffic rules detected",
|
|
874
922
|
"transfer-size": "Transfer size",
|
|
875
923
|
"translation-tool": "Translation tool",
|
|
876
924
|
"trigger": "Trigger",
|
|
925
|
+
"type": "Type",
|
|
877
926
|
"unable-to-connect-to": "Unable to connect to {ip}",
|
|
878
927
|
"unable-to-connect-to-the-pool": "Unable to connect to the pool",
|
|
879
928
|
"unable-to-connect-to-xo-server": "Unable to connect to XO server.",
|
|
880
929
|
"unable-to-create-new-bonded-network": "Unable to create new bonded network",
|
|
881
930
|
"unable-to-create-new-internal-network": "Unable to create new internal network",
|
|
882
931
|
"unable-to-create-new-network": "Unable to create new network",
|
|
932
|
+
"unable-to-delete-network": "Unable to delete network",
|
|
883
933
|
"unknown": "Unknown",
|
|
884
934
|
"unlocked": "Unlocked",
|
|
885
935
|
"unnamed": "Unnamed",
|
|
@@ -895,17 +945,25 @@
|
|
|
895
945
|
"user-config": "User config",
|
|
896
946
|
"username": "Username",
|
|
897
947
|
"uuid": "UUID",
|
|
948
|
+
"vbd-delete-info": "This will detach the selected VDI from the VM. The disk will not be deleted and can be reattached later.",
|
|
949
|
+
"vbd-delete-title": "You are about to delete 1 VBD | You are about to delete {n} VBDs",
|
|
898
950
|
"vcpu": "vCPU",
|
|
899
951
|
"vcpus": "vCPUs",
|
|
900
952
|
"vcpus-assigned": "vCPUs assigned",
|
|
901
953
|
"vdi": "VDI",
|
|
954
|
+
"vdi-delete-warning": "This will permanently delete the selected VDI and all data stored on it. This action cannot be undone.",
|
|
902
955
|
"vdi-throughput": "VDI throughput",
|
|
903
956
|
"vdis": "VDIs",
|
|
904
957
|
"version": "Version",
|
|
905
958
|
"vga": "VGA",
|
|
906
959
|
"video-ram": "Video RAM",
|
|
907
960
|
"vif": "VIF",
|
|
961
|
+
"vif-connect-title": "You are about to connect 1 VIF | You are about to connect {n} VIFs",
|
|
962
|
+
"vif-connected": "VIF is connected",
|
|
908
963
|
"vif-device": "VIF #{device}",
|
|
964
|
+
"vif-disconnect-info": "The VM will no longer have access to the network. The VIF remains attached and you can reconnect it later.",
|
|
965
|
+
"vif-disconnect-title": "You are about to disconnect 1 VIF | You are about to disconnect {n} VIFs",
|
|
966
|
+
"vif-network-info": "VIF network info",
|
|
909
967
|
"vif-status": "VIF status",
|
|
910
968
|
"vifs": "VIFs",
|
|
911
969
|
"viridian": "Viridian",
|