bfg-common 1.6.47 → 1.6.49
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/assets/localization/local_be.json +9 -255
- package/assets/localization/local_en.json +17 -264
- package/assets/localization/local_hy.json +11 -257
- package/assets/localization/local_kk.json +9 -255
- package/assets/localization/local_ru.json +18 -264
- package/assets/localization/local_zh.json +9 -255
- package/assets/scss/common/global.scss +0 -11
- package/assets/scss/common/theme.scss +2 -2
- package/components/atoms/stack/StackBlock.vue +1 -1
- package/components/atoms/tooltip/TooltipError.vue +0 -3
- package/components/common/adapterManager/addAdapterModal/AddAdapterModalNew.vue +1 -1
- package/components/common/adapterManager/addAdapterWarningModal/AddAdapterWarningModalNew.vue +1 -0
- package/components/common/adapterManager/ui/table/adapters/AdaptersNew.vue +0 -1
- package/components/common/certificate/CertificateInfo.vue +1 -7
- package/components/common/configure/physicalAdapters/PhysicalAdapters.vue +0 -6
- package/components/common/configure/physicalAdapters/PhysicalAdaptersNew.vue +192 -219
- package/components/common/configure/physicalAdapters/PhysicalAdaptersOld.vue +4 -6
- package/components/common/configure/physicalAdapters/buttons/Buttons.vue +0 -1
- package/components/common/configure/physicalAdapters/modals/edit/Edit.vue +1 -26
- package/components/common/configure/physicalAdapters/modals/edit/EditNew.vue +1 -30
- package/components/common/configure/physicalAdapters/modals/edit/lib/models/interfaces.ts +0 -5
- package/components/common/configure/physicalAdapters/tableView/TableViewNew.vue +1 -12
- package/components/common/configure/physicalAdapters/tableView/lib/config/physicalAdaptersTableConfigNew.ts +21 -21
- package/components/common/configure/physicalAdapters/tableView/lib/config/settings.ts +5 -12
- package/components/common/configure/physicalAdapters/tableView/lib/models/interfaces.ts +1 -4
- package/components/common/diagramMain/Diagram.vue +85 -167
- package/components/common/diagramMain/DiagramMain.vue +10 -34
- package/components/common/diagramMain/{header/HeaderOld.vue → Header.vue} +67 -78
- package/components/common/diagramMain/modals/Modals.vue +0 -4
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +2 -2
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +2 -43
- package/components/common/diagramMain/modals/lib/config/index.ts +1 -2
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +1 -1
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +2 -2
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +1 -1
- package/components/common/layout/theHeader/ThemeSwitch.vue +1 -1
- package/components/common/layout/theHeader/modals/reconnect/New.vue +30 -38
- package/components/common/layout/theHeader/userMenu/modals/changePassword/New.vue +9 -8
- package/components/common/layout/theHeader/userMenu/modals/preferences/New.vue +0 -4
- package/components/common/layout/theHeader/userMenu/modals/preferences/Old.vue +2 -9
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +7 -11
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +1 -7
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +5 -8
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +5 -9
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/Old.vue +9 -5
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +6 -9
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +1 -3
- package/components/common/noDataProvided/NoDataProvidedNew.vue +1 -1
- package/components/common/pages/backups/modals/createBackup/datastores/tableView/new/lib/config/table.ts +4 -4
- package/components/common/pages/backups/modals/createBackup/datastores/tableView/old/lib/config/table.ts +4 -4
- package/components/common/pages/hardwareHealth/HardwareHealthNew.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/GraphNew.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/ActionsNew.vue +1 -1
- package/components/common/pages/scheduledTasks/table/lib/models/enums.ts +0 -9
- package/components/common/pages/scheduledTasks/table/new/New.vue +10 -12
- package/components/common/pages/tasks/Tasks.vue +1 -4
- package/components/common/pages/tasks/table/Table.vue +23 -25
- package/components/common/readyToComplete/New.vue +0 -1
- package/components/common/split/vertical/New.vue +8 -42
- package/components/common/split/vertical/Old.vue +2 -31
- package/components/common/split/vertical/Vertical.vue +0 -4
- package/components/common/vm/actions/add/New.vue +6 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +1 -14
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/New.vue +0 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Old.vue +0 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/New.vue +0 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +2 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/New.vue +0 -2
- package/components/common/vm/actions/common/select/storage/new/lib/config/table.ts +15 -13
- package/components/common/vm/actions/confirm/Confirm.vue +0 -3
- package/components/common/vm/snapshots/DetailView.vue +6 -6
- package/components/common/wizards/datastore/add/New.vue +0 -6
- package/components/common/wizards/datastore/add/lib/config/steps.ts +1 -1
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +1 -1
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/New.vue +1 -1
- package/components/common/wizards/network/add/Add.vue +2 -13
- package/components/common/wizards/network/add/AddNew.vue +26 -22
- package/components/common/wizards/network/add/lib/config/initialData.ts +4 -6
- package/components/common/wizards/network/add/lib/config/steps.ts +1 -1
- package/components/common/wizards/network/add/lib/models/interfaces.ts +0 -1
- package/components/common/wizards/network/add/lib/utils/utils.ts +1 -1
- package/components/common/wizards/network/add/steps/connectionSettings/ConnectionSettingsOld.vue +1 -5
- package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettingsNew.vue +8 -2
- package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettingsOld.vue +0 -3
- package/components/common/wizards/network/add/steps/portProperties/PortPropertiesNew.vue +8 -2
- package/components/common/wizards/network/add/steps/portProperties/PortPropertiesOld.vue +2 -6
- package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceNew.vue +3 -10
- package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceOld.vue +0 -4
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectNetwork.vue +1 -5
- package/components/common/wizards/network/add/validations/common.ts +1 -1
- package/components/common/wizards/vm/migrate/New.vue +3 -13
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +0 -5
- package/components/common/wizards/vm/migrate/lib/config/steps.ts +2 -3
- package/components/common/wizards/vm/migrate/steps/computeResource/New.vue +1 -2
- package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/New.vue +21 -40
- package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/config/hostTable.ts +14 -44
- package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/models/enums.ts +0 -4
- package/components/common/wizards/vm/migrate/steps/priority/New.vue +2 -7
- package/components/common/wizards/vm/migrate/steps/selectStorage/New.vue +7 -22
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/New.vue +0 -6
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/table/new/New.vue +1 -4
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/table/new/lib/config/datastoreTable.ts +16 -12
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/new/New.vue +5 -10
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/new/lib/config/diskTable.ts +11 -16
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/old/lib/config/diskTable.ts +1 -7
- package/components/common/wizards/vm/migrate/steps/selectStorage/selectedPerDisk/New.vue +10 -17
- package/components/common/wizards/vm/migrate/steps/type/TypeNew.vue +0 -1
- package/components/common/wizards/vm/migrate/vmOrigin/New.vue +15 -35
- package/lib/models/store/tasks/enums.ts +0 -3
- package/lib/models/store/tasks/types.ts +6 -7
- package/package.json +2 -2
- package/plugins/directives.ts +5 -3
- package/public/spice-console/application/agent.js +17 -18
- package/store/tasks/actions.ts +8 -26
- package/store/tasks/mappers/recentTasks.ts +0 -1
- package/components/common/configure/physicalAdapters/modals/edit/lib/validations/validations.ts +0 -19
- package/components/common/diagramMain/header/Header.vue +0 -49
- package/components/common/diagramMain/header/HeaderNew.vue +0 -155
- package/components/common/diagramMain/skeleton/Header.vue +0 -31
- package/components/common/diagramMain/skeleton/Switch.vue +0 -75
- package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/config/clusterTable.ts +0 -340
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"active-backup": "Use explicit failover order",
|
|
44
44
|
"activePolicy": "Active policy",
|
|
45
45
|
"actualSpeedDuplex": "Actual speed, Duplex",
|
|
46
|
-
"actualSpeed": "Actual
|
|
46
|
+
"actualSpeed": "Actual speed",
|
|
47
47
|
"adapter": "Adapter",
|
|
48
48
|
"adapterStatus": "Adapter Status",
|
|
49
49
|
"adapterType": "Adapter Type",
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"configureActiveDirectory": "Configure Active Directory over LADP/LDAPS connection to allow searching for users and groups.",
|
|
260
260
|
"configureContentLibrary": "Configure content library",
|
|
261
261
|
"configuredSpeedDuplex": "Configured speed, Duplex",
|
|
262
|
-
"configuredSpeed": "Configured
|
|
262
|
+
"configuredSpeed": "Configured speed",
|
|
263
263
|
"configuredType": "Configured Type",
|
|
264
264
|
"configureMainIdentityProvider": "Configure Main Identity Provider",
|
|
265
265
|
"configureSettings": "Configure settings",
|
|
@@ -331,8 +331,7 @@
|
|
|
331
331
|
"creationDate": "Creation date",
|
|
332
332
|
"currentDisplayLimited": "Current settings limit the display to no more than {0} entries.",
|
|
333
333
|
"currentEvcMode": "Current EVC Mode",
|
|
334
|
-
"
|
|
335
|
-
"currentPassword": "Current Password",
|
|
334
|
+
"currentPassword": "Current password",
|
|
336
335
|
"currentSettings": "Current settings",
|
|
337
336
|
"custom": "Custom",
|
|
338
337
|
"customAttributes": "Custom Attributes",
|
|
@@ -372,7 +371,6 @@
|
|
|
372
371
|
"deleteClusterText": "Deleting a cluster also removes all the cluster's hosts and virtual machines from the inventory. If the cluster has been enabled with Workload Management, it will also remove namespaces and all the Kubernetes workloads.",
|
|
373
372
|
"deleteClusterText2": "Are you sure you want to delete the cluster “{0}”? This action will also remove all its hosts and virtual machines from the inventory. If Workload Management is enabled, all namespaces and Kubernetes workloads will also be removed.",
|
|
374
373
|
"deleteCustomAttribute": "Delete Custom Attribute",
|
|
375
|
-
"deleteCustomAttributes": "Delete Custom Attributes",
|
|
376
374
|
"deleteDatacenter": "Delete Datacenter",
|
|
377
375
|
"deleteDatacenterText": "Deleting a datacenter also deletes all the datacenter's alarms and removes all the datacenter's hosts and virtual machines from the inventory. Delete this datacenter?",
|
|
378
376
|
"deleteDatastore": "Delete Datastore",
|
|
@@ -590,7 +588,6 @@
|
|
|
590
588
|
"faultDomain": "Fault Domain",
|
|
591
589
|
"faults": "Faults",
|
|
592
590
|
"faultTolerance": "Fault Tolerance",
|
|
593
|
-
"fault_tolerance": "Fault Tolerance",
|
|
594
591
|
"faultToleranceLogging": "Fault Tolerance logging",
|
|
595
592
|
"february": "February",
|
|
596
593
|
"feedbackHelp": "Feedback Help",
|
|
@@ -748,7 +745,6 @@
|
|
|
748
745
|
"init": "Initialization",
|
|
749
746
|
"inputContainsInvalidCharacters": "The input contains invalid characters",
|
|
750
747
|
"inputDevices": "Input Devices",
|
|
751
|
-
"input_devices": "Input Devices",
|
|
752
748
|
"installDate": "Install Date",
|
|
753
749
|
"installed": "Installed",
|
|
754
750
|
"installedOn": "Installed on",
|
|
@@ -1176,7 +1172,6 @@
|
|
|
1176
1172
|
"persistent": "Persistent",
|
|
1177
1173
|
"persistentMemory": "Persistent Memory",
|
|
1178
1174
|
"physicalAdapters": "Physical Adapters",
|
|
1179
|
-
"physical_adapters": "Physical Adapters",
|
|
1180
1175
|
"physicalCpus": "physical CPUs",
|
|
1181
1176
|
"physicalLocation": "Physical Location",
|
|
1182
1177
|
"physicalNetworkAdapter": "Physical Network Adapter",
|
|
@@ -1540,7 +1535,6 @@
|
|
|
1540
1535
|
"sunday": "Sunday",
|
|
1541
1536
|
"support": "Support",
|
|
1542
1537
|
"supportedEvcModes": "Supported EVC Modes",
|
|
1543
|
-
"supported_evc_modes": "Supported EVC Modes",
|
|
1544
1538
|
"suspend": "Suspend",
|
|
1545
1539
|
"suspended": "Suspended",
|
|
1546
1540
|
"suspending": "Suspending",
|
|
@@ -1723,7 +1717,6 @@
|
|
|
1723
1717
|
"virtualFlash": "Virtual Flash",
|
|
1724
1718
|
"virtualFlashHostSwapCache": "Virtual Flash Host Swap Cache",
|
|
1725
1719
|
"virtualFlashResource": "Virtual Flash Resource",
|
|
1726
|
-
"virtual_flash_resourcevirtual_flash_resource": "Virtual Flash Resource",
|
|
1727
1720
|
"virtualFlashResourceManagement": "Virtual Flash Resource Management",
|
|
1728
1721
|
"virtualFunctions": "Virtual Functions",
|
|
1729
1722
|
"virtualFunctionsMustBe": "Virtual functions must be between 1 and 16.",
|
|
@@ -1783,9 +1776,8 @@
|
|
|
1783
1776
|
"vmTemplates": "VM Templates",
|
|
1784
1777
|
"inodeVmTemplates": "InodeVm Templates",
|
|
1785
1778
|
"vmVersion": "VM version",
|
|
1786
|
-
"vm_version": "VM version",
|
|
1787
1779
|
"vMwareSharedVirtualGraphics": "{trademark} shared virtual graphics",
|
|
1788
|
-
"vSAN": "
|
|
1780
|
+
"vSAN": "vSAN",
|
|
1789
1781
|
"vSphere_DRS": "Procurator DRS",
|
|
1790
1782
|
"vSphere_HA": "Procurator HA",
|
|
1791
1783
|
"vSphereBackupNFC": "NFC Procurator Backup",
|
|
@@ -1925,7 +1917,7 @@
|
|
|
1925
1917
|
"diskFormat": "Disk Format",
|
|
1926
1918
|
"replicationGroup": "Replication Group",
|
|
1927
1919
|
"allSelectedObjects": "All Selected Objects",
|
|
1928
|
-
"selectVirtualDiskFormat": "
|
|
1920
|
+
"selectVirtualDiskFormat": "Select virtual disk format",
|
|
1929
1921
|
"migrateCompleteStepDesc": "Verify that the information is correct and click Finish to start the migration.",
|
|
1930
1922
|
"migrationType": "Migration Type",
|
|
1931
1923
|
"changeComputeResourceOriginalStorage": "Change compute resource. Leave VM on the original storage",
|
|
@@ -2380,7 +2372,6 @@
|
|
|
2380
2372
|
"allActive": "All active",
|
|
2381
2373
|
"text": "Text",
|
|
2382
2374
|
"vApp": "vApp",
|
|
2383
|
-
"vapp": "vApp",
|
|
2384
2375
|
"contentLibrary": "Content Library",
|
|
2385
2376
|
"libraryItem": "Library Item",
|
|
2386
2377
|
"removeTagDialog": "Are you sure you want to remove tag “{tagName}” from “{selectedItemName}”?",
|
|
@@ -2469,7 +2460,6 @@
|
|
|
2469
2460
|
"incompleteProcess": "Incomplete Process!",
|
|
2470
2461
|
"incompleteProcessMessage": "Are you sure you want to leave this page? Your progress will be lost, and you’ll need to start over.",
|
|
2471
2462
|
"notAvailable": "Not Available",
|
|
2472
|
-
"not_available": "Not Available",
|
|
2473
2463
|
"strict": "Strict",
|
|
2474
2464
|
"incorrectOrMissingValuesBelow": "There are incorrect or missing values below",
|
|
2475
2465
|
"vmtVersioningDesc": "Versioning information is only available for templates in a Published or Local Content Library. To add a template to an existing content library, select a VM and select \"Clone as Template to Library\".",
|
|
@@ -2593,9 +2583,9 @@
|
|
|
2593
2583
|
"backupStorageDirectory": "Backup Storage Directory",
|
|
2594
2584
|
"sphereServerSettings": "Sphere Server Settings",
|
|
2595
2585
|
"database": "Database",
|
|
2596
|
-
"eventCleanup": "Event
|
|
2597
|
-
"eventRetentionDays": "Event
|
|
2598
|
-
"editSphereGeneralSettings": "Edit Sphere
|
|
2586
|
+
"eventCleanup": "Event cleanup",
|
|
2587
|
+
"eventRetentionDays": "Event retention (days)",
|
|
2588
|
+
"editSphereGeneralSettings": "Edit Sphere general settings",
|
|
2599
2589
|
"eventRetentionDaysDecreaseAlertText": "Decreasing the retention days will not trigger an immediate cleanup. Events will be removed during the next scheduled cleanup (every 24 hours).",
|
|
2600
2590
|
"enterDatabaseSettingsDesc": "Enter database settings. Use tasks and events retention settings to limit the growth of the database.",
|
|
2601
2591
|
"lettersLengthError": "Enter no more than {0} letters.",
|
|
@@ -2624,44 +2614,7 @@
|
|
|
2624
2614
|
"weekSat": "Sat",
|
|
2625
2615
|
"weekSun": "Sun",
|
|
2626
2616
|
"raidConfiguration": "Raid Configuration",
|
|
2627
|
-
"enterValidNumber": "Enter a valid number."
|
|
2628
|
-
"virtualmachines": "Virtual Machines",
|
|
2629
|
-
"total_vmotion_migrations": "Total VM migrations",
|
|
2630
|
-
"ip_addresses": "IP addresses",
|
|
2631
|
-
"url": "URL",
|
|
2632
|
-
"backup_count": "Backups count",
|
|
2633
|
-
"last_backup": "Last backup",
|
|
2634
|
-
"resource_pools": "Resource Pools",
|
|
2635
|
-
"cluster_service_health": "Cluster Service Health",
|
|
2636
|
-
"healthy": "Healthy",
|
|
2637
|
-
"evc_mode": "EVC mode",
|
|
2638
|
-
"cpu_cores": "CPU Cores",
|
|
2639
|
-
"cores_per_socket": "Cores per Socket",
|
|
2640
|
-
"datastore_clusters": "Datastore Clusters",
|
|
2641
|
-
"sphere_ha_state": "Sphere HA State",
|
|
2642
|
-
"ft_logging_nic": "FT Logging NIC",
|
|
2643
|
-
"not_configured": "Not configured",
|
|
2644
|
-
"vmotion_nic": "vMotion NIC",
|
|
2645
|
-
"evc_not_supported": "EVC not supported",
|
|
2646
|
-
"memory_hot_add": "Memory Hot Add",
|
|
2647
|
-
"vmci_device": "VMCI Device",
|
|
2648
|
-
"controllers": "Controllers",
|
|
2649
|
-
"scsi_adapters": "SCSI Adapters",
|
|
2650
|
-
"canceled": "Canceled",
|
|
2651
|
-
"retrying": "Retrying",
|
|
2652
|
-
"timeFormatDesc1": "Select time format",
|
|
2653
|
-
"languageDesc1": "Select display language",
|
|
2654
|
-
"remoteConsoleVmrc1": "Remote Console (VMRC)",
|
|
2655
|
-
"viewDesc1": "Select interface and visual preferences",
|
|
2656
|
-
"thisLdapConnectionNotSecured": "This LDAP connection is not secured. To secure this LDAP connection, upload an SSL certificate.",
|
|
2657
|
-
"ha": "HA",
|
|
2658
|
-
"not_configurable": "Not configurable",
|
|
2659
|
-
"no_label": "No label",
|
|
2660
|
-
"valid": "Valid",
|
|
2661
|
-
"empty_address": "Empty address",
|
|
2662
|
-
"empty_credentials": "Empty credentials",
|
|
2663
|
-
"connection_failed": "Connection failed",
|
|
2664
|
-
"noStorageSelected": "No storage selected"
|
|
2617
|
+
"enterValidNumber": "Enter a valid number."
|
|
2665
2618
|
},
|
|
2666
2619
|
"auth": {
|
|
2667
2620
|
"welcomeTo": "Welcome to",
|
|
@@ -2691,8 +2644,7 @@
|
|
|
2691
2644
|
"recentTask": "Recent Tasks",
|
|
2692
2645
|
"taskName": "Task Name",
|
|
2693
2646
|
"moreTasks": "More Tasks",
|
|
2694
|
-
"vmUpdateSteps": "VM Update Steps"
|
|
2695
|
-
"waitingTime": "Waiting Time"
|
|
2647
|
+
"vmUpdateSteps": "VM Update Steps"
|
|
2696
2648
|
},
|
|
2697
2649
|
"layout": {
|
|
2698
2650
|
"alarms": "Alarms",
|
|
@@ -2930,9 +2882,7 @@
|
|
|
2930
2882
|
"moreOneDestinationSelected": "More than one destination selected.",
|
|
2931
2883
|
"selectedDestinationDifferentNetwork": "The selected destination is on a different network.",
|
|
2932
2884
|
"numberOfVirtualFunctions": "Number of virtual functions",
|
|
2933
|
-
"noSelectedAdaptersMessage": "Please make sure to select a physical network adapter to view its details."
|
|
2934
|
-
"vfNotNegativeMessage": "The number of virtual functions is invalid. Enter a number between 1 and 63.",
|
|
2935
|
-
"vfRequiredMessage": "Specify the number of virtual functions!"
|
|
2885
|
+
"noSelectedAdaptersMessage": "Please make sure to select a physical network adapter to view its details."
|
|
2936
2886
|
},
|
|
2937
2887
|
"vmOverrides": {
|
|
2938
2888
|
"vmOverrides": "VM Overrides",
|
|
@@ -3024,28 +2974,7 @@
|
|
|
3024
2974
|
"fieldNotContainSpecialCharacters": "The field must not contain special characters",
|
|
3025
2975
|
"noObjectsFound": "No objects found",
|
|
3026
2976
|
"cpuS": "CPU(s)",
|
|
3027
|
-
"vmAutomation": "VM Automation"
|
|
3028
|
-
"connect": "Connection",
|
|
3029
|
-
"image_profile": "Image Profile",
|
|
3030
|
-
"shares": "Shares",
|
|
3031
|
-
"reservation": "Reservation",
|
|
3032
|
-
"limit": "Limit",
|
|
3033
|
-
"capacity": "Capacity",
|
|
3034
|
-
"adapter_type": "Adapter Type",
|
|
3035
|
-
"mac_address": "MAC Address",
|
|
3036
|
-
"video_card": "Video Card",
|
|
3037
|
-
"total_video_memory": "Total Video Memory",
|
|
3038
|
-
"number_of_displays": "Number of Displays",
|
|
3039
|
-
"other_hardware": "Other Hardware",
|
|
3040
|
-
"template": "Templates",
|
|
3041
|
-
"drive_cdrom": "Drive CD-ROM",
|
|
3042
|
-
"drive_disk": "Drive Disk",
|
|
3043
|
-
"network_adapter": "Network Adapter",
|
|
3044
|
-
"week": "week",
|
|
3045
|
-
"days": "days",
|
|
3046
|
-
"hours": "hours",
|
|
3047
|
-
"minutes": "minutes",
|
|
3048
|
-
"datacenter": "Datacenter"
|
|
2977
|
+
"vmAutomation": "VM Automation"
|
|
3049
2978
|
},
|
|
3050
2979
|
"contextMenu": {
|
|
3051
2980
|
"actionsMenuPower": "Power",
|
|
@@ -3524,12 +3453,12 @@
|
|
|
3524
3453
|
"consolidateSnapshots": "Consolidate Snapshots"
|
|
3525
3454
|
},
|
|
3526
3455
|
"importVms": {
|
|
3527
|
-
"selectSourceTooltipDesc": "
|
|
3456
|
+
"selectSourceTooltipDesc": "No Trusted infrastructure Administrator, credits are accepted from esxi and vSphere",
|
|
3528
3457
|
"selectNetworksSubtitle": "Select adapter types and networks in Procurator for the virtual machine migration.",
|
|
3529
3458
|
"reviewImportVmDetails": "Review the details before importing the VM."
|
|
3530
3459
|
},
|
|
3531
3460
|
"migrateVm": {
|
|
3532
|
-
"migrationStrategy": "Migration
|
|
3461
|
+
"migrationStrategy": "Migration strategy",
|
|
3533
3462
|
"liveMigration": "Live Migration (No Downtime)",
|
|
3534
3463
|
"ramSuspendMigration": "RAM Suspend Migration",
|
|
3535
3464
|
"offlineMigration": "Offline Migration",
|
|
@@ -3537,8 +3466,7 @@
|
|
|
3537
3466
|
"ramSuspendMigrationDesc": "The VM is suspended, its RAM contents are saved and transferred to a new host. It is then resumed, continuing execution from the exact previous state.",
|
|
3538
3467
|
"offlineMigrationDesc": "The VM is completely powered off, then its state and data are transferred to a new host. The service remains unavailable during the transfer.",
|
|
3539
3468
|
"strategyMigrationErrorDesc": "Operation cannot be performed: the virtual machine is in an unsupported state. Allowed states are “Powered Off” (PowerOff) or “Powered On” (PowerOn). Please set the VM to one of these states and try again.",
|
|
3540
|
-
"changeComputeResourceStorageVirtualMachine": "Change the compute resource or storage of the virtual machine."
|
|
3541
|
-
"reviewDetailsBeforeVmMigrated": "Review the details before the virtual machine is migrated."
|
|
3469
|
+
"changeComputeResourceStorageVirtualMachine": "Change the compute resource or storage of the virtual machine."
|
|
3542
3470
|
},
|
|
3543
3471
|
"storageAdapters": {
|
|
3544
3472
|
"none": "None",
|
|
@@ -3879,182 +3807,7 @@
|
|
|
3879
3807
|
"noPrivilegesAdded": "No privileges added. Please add some to view.",
|
|
3880
3808
|
"pleaseMakeSureSelectRoleViewDetails": "Please make sure to select a role to view its details.",
|
|
3881
3809
|
"noRolesCreatedYet": "No roles created yet. Please add a new role to get started.",
|
|
3882
|
-
"deleteRoleDesc": "Are you sure you want to delete the role “{0}”? This action cannot be undone."
|
|
3883
|
-
"showBackup": "Show Backup",
|
|
3884
|
-
"no_access": "No Access",
|
|
3885
|
-
"restrict_access": "Restrict Access",
|
|
3886
|
-
"read_only": "Read Only",
|
|
3887
|
-
"read_only_access": "Read Only Access",
|
|
3888
|
-
"administrator": "Administrator",
|
|
3889
|
-
"full_access_rights": "Full Access Rights",
|
|
3890
|
-
"rbac": "RBAC",
|
|
3891
|
-
"tasks": "Tasks",
|
|
3892
|
-
"event_console": "Event Console",
|
|
3893
|
-
"identity_providers": "Identity Providers",
|
|
3894
|
-
"metadata": "Metadata",
|
|
3895
|
-
"show_backups": "Show Backups",
|
|
3896
|
-
"show_events": "Show Events",
|
|
3897
|
-
"show_identity_providers": "Show Identity Providers",
|
|
3898
|
-
"show_cluster": "Show Cluster",
|
|
3899
|
-
"show_templates": "Show Templates",
|
|
3900
|
-
"show_network": "Show Network",
|
|
3901
|
-
"show_buckets": "Show Buckets",
|
|
3902
|
-
"show_rbac": "Show RBAC",
|
|
3903
|
-
"show_zone": "Show Zone",
|
|
3904
|
-
"show_ghydra": "Show Ghydra",
|
|
3905
|
-
"show_datacenter": "Show Datacenter",
|
|
3906
|
-
"show_tasks": "Show Tasks",
|
|
3907
|
-
"show_vm": "Show Vm",
|
|
3908
|
-
"show_snapshots": "Show Snapshots",
|
|
3909
|
-
"show_scheduled_task": "Show Scheduled Task",
|
|
3910
|
-
"show_datastore": "Show Datastore",
|
|
3911
|
-
"show_datastore_files": "Show Datastore Files",
|
|
3912
|
-
"show_host": "Show Host",
|
|
3913
|
-
"upload_file": "Upload File",
|
|
3914
|
-
"rename_item": "Rename Item",
|
|
3915
|
-
"delete_item": "Delete Item",
|
|
3916
|
-
"enter_maintenance_mode": "Enter Maintenance Mode",
|
|
3917
|
-
"move_datastore": "Move Datastore",
|
|
3918
|
-
"create_datastore": "Create Datastore",
|
|
3919
|
-
"remove_datastore": "Remove Datastore",
|
|
3920
|
-
"new_folder": "New Folder",
|
|
3921
|
-
"make_empty_file": "Make Empty File",
|
|
3922
|
-
"copy_item": "Copy Item",
|
|
3923
|
-
"move_item": "Move Item",
|
|
3924
|
-
"exit_maintenance_mode": "Exit Maintenance Mode",
|
|
3925
|
-
"erase_storage_devices": "Erase Storage Devices",
|
|
3926
|
-
"create_iscsi_adapter": "Create iSCSI Adapter",
|
|
3927
|
-
"connect_host_console": "Connect Host Console",
|
|
3928
|
-
"remove_host": "Remove Host",
|
|
3929
|
-
"move_host": "Move Host",
|
|
3930
|
-
"update_storage_devices": "Update Storage Devices",
|
|
3931
|
-
"update_iscsi_adapter": "Update iSCSI Adapter",
|
|
3932
|
-
"delete_iscsi_adapter": "Delete iSCSI Adapter",
|
|
3933
|
-
"update_storage_adapters": "Update Storage Adapters",
|
|
3934
|
-
"power_on_vm": "Power On Vm",
|
|
3935
|
-
"reset_vm": "Reset Vm",
|
|
3936
|
-
"delete_snapshot": "Delete Snapshot",
|
|
3937
|
-
"migrate_host": "Migrate Host",
|
|
3938
|
-
"create_vm": "Create Vm",
|
|
3939
|
-
"hard_stop_vm": "Hard Stop Vm",
|
|
3940
|
-
"clone_vm": "Clone Vm",
|
|
3941
|
-
"restore_backup": "Restore Backup",
|
|
3942
|
-
"power_off_vm": "Power Off Vm",
|
|
3943
|
-
"restart_guest": "Restart Guest",
|
|
3944
|
-
"unmount_guest_tools": "Unmount Guest Tools",
|
|
3945
|
-
"update_scheduled_task": "Update Scheduled Task",
|
|
3946
|
-
"create_backup": "Create Backup",
|
|
3947
|
-
"delete_backup": "Delete Backup",
|
|
3948
|
-
"register_vm": "Register Vm",
|
|
3949
|
-
"delete_all_snapshots": "Delete All Snapshots",
|
|
3950
|
-
"remove_from_disk": "Remove From Disk",
|
|
3951
|
-
"rename_vm": "Rename Vm",
|
|
3952
|
-
"convert_vm_to_template": "Convert Vm To Template",
|
|
3953
|
-
"delete_backups": "Delete Backups",
|
|
3954
|
-
"mount_guest_tools": "Mount Guest Tools",
|
|
3955
|
-
"revert_snapshot": "Revert Snapshot",
|
|
3956
|
-
"move_vm": "Move Vm",
|
|
3957
|
-
"migrate_datastore": "Migrate Datastore",
|
|
3958
|
-
"migrate_combined": "Migrate Combined",
|
|
3959
|
-
"import_esxi": "Import ESXi",
|
|
3960
|
-
"resume_vm": "Resume Vm",
|
|
3961
|
-
"delete_scheduled_task": "Delete Scheduled Task",
|
|
3962
|
-
"update_vm": "Update Vm",
|
|
3963
|
-
"shutdown_guest": "Shutdown Guest",
|
|
3964
|
-
"update_snapshot": "Update Snapshot",
|
|
3965
|
-
"remove_from_inventory": "Remove From Inventory",
|
|
3966
|
-
"connect_vm_console": "Connect Vm Console",
|
|
3967
|
-
"take_snapshot": "Take Snapshot",
|
|
3968
|
-
"suspend_vm": "Suspend Vm",
|
|
3969
|
-
"create_scheduled_task": "Create Scheduled Task",
|
|
3970
|
-
"show_notebook": "Show Notebook",
|
|
3971
|
-
"update_notebook": "Update Notebook",
|
|
3972
|
-
"show_custom_attributes": "Show Custom Attributes",
|
|
3973
|
-
"create_custom_attribute": "Create Custom Attribute",
|
|
3974
|
-
"update_custom_attribute": "Update Custom Attribute",
|
|
3975
|
-
"delete_custom_attribute": "Delete Custom Attribute",
|
|
3976
|
-
"update_retention_settings": "Update Retention Settings",
|
|
3977
|
-
"remove_identity_provider": "Remove Identity Provider",
|
|
3978
|
-
"set_default_identity_provider": "Set Default Identity Provider",
|
|
3979
|
-
"update_user": "Update User",
|
|
3980
|
-
"kick_user": "Kick User",
|
|
3981
|
-
"confirm_two_factor_setup": "Confirm Two-Factor Setup",
|
|
3982
|
-
"reset_user_two_factor": "Reset User Two-Factor",
|
|
3983
|
-
"create_identity_provider": "Create Identity Provider",
|
|
3984
|
-
"block_user": "Block User",
|
|
3985
|
-
"revoke_user_tokens": "Revoke User Tokens",
|
|
3986
|
-
"remove_user": "Remove User",
|
|
3987
|
-
"unblock_user": "Unblock User",
|
|
3988
|
-
"view_blocked_users": "View Blocked Users",
|
|
3989
|
-
"update_security_policies": "Update Security Policies",
|
|
3990
|
-
"create_user": "Create User",
|
|
3991
|
-
"kick_user_session": "Kick User Session",
|
|
3992
|
-
"change_user_password": "Change User Password",
|
|
3993
|
-
"disable_two_factor": "Disable Two-Factor",
|
|
3994
|
-
"create_group": "Create Group",
|
|
3995
|
-
"remove_role": "Remove Role",
|
|
3996
|
-
"update_group": "Update Group",
|
|
3997
|
-
"create_role": "Create Role",
|
|
3998
|
-
"create_global_permission": "Create Global Permission",
|
|
3999
|
-
"remove_global_permission": "Remove Global Permission",
|
|
4000
|
-
"update_object_permission": "Update Object Permission",
|
|
4001
|
-
"clone_role": "Clone Role",
|
|
4002
|
-
"update_global_permission": "Update Global Permission",
|
|
4003
|
-
"create_object_permission": "Create Object Permission",
|
|
4004
|
-
"remove_object_permission": "Remove Object Permission",
|
|
4005
|
-
"remove_group": "Remove Group",
|
|
4006
|
-
"remove_group_member": "Remove Group Member",
|
|
4007
|
-
"update_role": "Update Role",
|
|
4008
|
-
"remove_ghydra_member": "Remove Ghydra Member",
|
|
4009
|
-
"rename_folder": "Rename Folder",
|
|
4010
|
-
"move_folder": "Move Folder",
|
|
4011
|
-
"add_ghydra_member": "Add Ghydra Member",
|
|
4012
|
-
"change_ghydra_leader": "Change Ghydra Leader",
|
|
4013
|
-
"set_ghydra_standalone": "Set Ghydra Standalone",
|
|
4014
|
-
"create_zone": "Create Zone",
|
|
4015
|
-
"rename_zone": "Rename Zone",
|
|
4016
|
-
"remove_zone": "Remove Zone",
|
|
4017
|
-
"delete_folder": "Delete Folder",
|
|
4018
|
-
"init_ghydra": "Init Ghydra",
|
|
4019
|
-
|
|
4020
|
-
"create_cluster": "Create Cluster",
|
|
4021
|
-
"remove_cluster": "Remove Cluster",
|
|
4022
|
-
"rename_cluster": "Rename Cluster",
|
|
4023
|
-
"add_hosts_to_cluster": "Add Hosts To Cluster",
|
|
4024
|
-
"update_drs_settings": "Update DRS Settings",
|
|
4025
|
-
"schedule_update_drs": "Schedule Update DRS",
|
|
4026
|
-
"move_cluster": "Move Cluster",
|
|
4027
|
-
"update_ha_settings": "Update HA Settings",
|
|
4028
|
-
"delete_template_from_inventory": "Delete Template From Inventory",
|
|
4029
|
-
"delete_template_from_disk": "Delete Template From Disk",
|
|
4030
|
-
"rename_template": "Rename Template",
|
|
4031
|
-
"move_template": "Move Template",
|
|
4032
|
-
"deploy_vm_from_template": "Deploy Vm From Template",
|
|
4033
|
-
"convert_template_to_vm": "Convert Template To Vm",
|
|
4034
|
-
"create_switch": "Create Switch",
|
|
4035
|
-
"update_info_sysx": "Update Info Sysx",
|
|
4036
|
-
"remove_port_group": "Remove Port Group",
|
|
4037
|
-
"update_sysx": "Update Sysx",
|
|
4038
|
-
"move_network": "Move Network",
|
|
4039
|
-
"create_port_group": "Create Port Group",
|
|
4040
|
-
"create_sysx": "Create Sysx",
|
|
4041
|
-
"remove_switch": "Remove Switch",
|
|
4042
|
-
"remove_sysx": "Remove Sysx",
|
|
4043
|
-
"update_port_group": "Update Port Group",
|
|
4044
|
-
"update_switch": "Update Switch",
|
|
4045
|
-
"create_datacenter": "Create Datacenter",
|
|
4046
|
-
"rename_datacenter": "Rename Datacenter",
|
|
4047
|
-
"move_datacenter": "Move Datacenter",
|
|
4048
|
-
"remove_datacenter": "Remove Datacenter",
|
|
4049
|
-
"add_host_to_datacenter": "Add Host To Datacenter",
|
|
4050
|
-
"move_backup_storage": "Move Backup Storage",
|
|
4051
|
-
"create_backup_storage": "Create Backup Storage",
|
|
4052
|
-
"delete_backup_storage": "Delete Backup Storage",
|
|
4053
|
-
"backup_enter_maintenance_mode": "Backup Enter Maintenance Mode",
|
|
4054
|
-
"backup_exit_maintenance_mode": "Backup Exit Maintenance Mode",
|
|
4055
|
-
"datacenters": "Datacenters",
|
|
4056
|
-
"backup": "Backup",
|
|
4057
|
-
"templates": "Templates"
|
|
3810
|
+
"deleteRoleDesc": "Are you sure you want to delete the role “{0}”? This action cannot be undone."
|
|
4058
3811
|
},
|
|
4059
3812
|
"backup": {
|
|
4060
3813
|
"selectName": "Select a Name",
|
|
@@ -4148,7 +3901,7 @@
|
|
|
4148
3901
|
"notAvailable": "not available",
|
|
4149
3902
|
"available": "available",
|
|
4150
3903
|
"sphereHaIs": "Sphere HA is {0}",
|
|
4151
|
-
"runtimeInformationSphereHa": "Runtime information for
|
|
3904
|
+
"runtimeInformationSphereHa": "Runtime information for vSphere HA is reported under",
|
|
4152
3905
|
"sphereHaMonitoring": "Sphere HA Monitoring",
|
|
4153
3906
|
"proactiveHaIs": "Proactive HA is {0}",
|
|
4154
3907
|
"failureConditionsAndResponses": "Failure conditions and responses",
|