bfg-common 1.6.72 → 1.6.74
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 +22 -282
- package/assets/localization/local_en.json +41 -302
- package/assets/localization/local_hy.json +25 -285
- package/assets/localization/local_kk.json +23 -283
- package/assets/localization/local_ru.json +34 -294
- package/assets/localization/local_zh.json +22 -282
- package/assets/scss/clarity/local_ar.json +12 -12
- package/assets/scss/common/global.scss +0 -11
- package/assets/scss/common/normalize.scss +0 -3
- package/assets/scss/common/theme.scss +2 -2
- package/components/atoms/stack/StackBlock.vue +1 -1
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +2 -2
- package/components/atoms/tooltip/TooltipError.vue +0 -3
- package/components/common/adapterManager/AdapterManagerNew.vue +0 -86
- package/components/common/adapterManager/addAdapterModal/AddAdapterModalNew.vue +1 -1
- package/components/common/adapterManager/addAdapterWarningModal/AddAdapterWarningModalNew.vue +1 -0
- package/components/common/adapterManager/ui/actions/bar/Bar.vue +0 -2
- package/components/common/adapterManager/ui/actions/bar/BarNew.vue +2 -3
- 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 -169
- package/components/common/diagramMain/DiagramMain.vue +10 -40
- 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/{confirmTeamingSettingsModal/ConfirmTeamingSettingsModalOld.vue → ConfirmTeamingSettingsModal.vue} +5 -2
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +102 -104
- package/components/common/diagramMain/modals/editSettings/{modal/EditSettingsModalOld.vue → EditSettingsModal.vue} +51 -12
- package/components/common/diagramMain/modals/editSettings/lib/models/interfaces.ts +0 -6
- package/components/common/diagramMain/modals/editSettings/tabs/{networkProperties/NetworkPropertiesOld.vue → NetworkProperties.vue} +113 -12
- package/components/common/diagramMain/modals/editSettings/tabs/{security/SecurityOld.vue → Security.vue} +48 -25
- package/components/common/diagramMain/modals/editSettings/tabs/{switchProperties/SwitchPropertiesOld.vue → SwitchProperties.vue} +89 -12
- package/components/common/diagramMain/modals/editSettings/tabs/{teamingFailover/TeamingFailoverOld.vue → TeamingFailover.vue} +48 -11
- package/components/common/diagramMain/modals/editSettings/tabs/{trafficShaping/TrafficShapingOld.vue → TrafficShaping.vue} +134 -12
- package/components/common/diagramMain/modals/editSettings/tabs/port/{ipvFourSettings/IpvFourSettingsOld.vue → IpvFourSettings.vue} +152 -11
- package/components/common/diagramMain/modals/editSettings/tabs/port/{portProperties/PortPropertiesOld.vue → PortProperties.vue} +103 -12
- 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/lib/utils/index.ts +4 -34
- 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/modals/Rename.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/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +253 -184
- 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/tools/Actions.vue +3 -7
- package/components/common/tools/lib/models/interfaces.ts +0 -1
- 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/reservation/New.vue +0 -2
- package/components/common/vm/actions/common/select/options/New.vue +12 -14
- package/components/common/vm/actions/common/select/options/Old.vue +15 -16
- 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/actions/rename/Old.vue +0 -1
- 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/_vmfsVersion/lib/config/versionOptions.ts +2 -2
- 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/modals/UnsavedChangesModal.vue +0 -32
- package/components/common/diagramMain/modals/editSettings/EditSettingsNew.vue +0 -285
- package/components/common/diagramMain/modals/editSettings/EditSettingsOld.vue +0 -254
- package/components/common/diagramMain/modals/editSettings/confirmTeamingSettingsModal/ConfirmTeamingSettingsModal.vue +0 -31
- package/components/common/diagramMain/modals/editSettings/confirmTeamingSettingsModal/ConfirmTeamingSettingsModalNew.vue +0 -82
- package/components/common/diagramMain/modals/editSettings/lib/config/config.ts +0 -15
- package/components/common/diagramMain/modals/editSettings/lib/utils/utils.ts +0 -177
- package/components/common/diagramMain/modals/editSettings/modal/EditSettingsModal.vue +0 -137
- package/components/common/diagramMain/modals/editSettings/modal/EditSettingsModalNew.vue +0 -91
- package/components/common/diagramMain/modals/editSettings/tabs/networkProperties/NetworkProperties.vue +0 -158
- package/components/common/diagramMain/modals/editSettings/tabs/networkProperties/NetworkPropertiesNew.vue +0 -262
- package/components/common/diagramMain/modals/editSettings/tabs/port/ipvFourSettings/IpvFourSettings.vue +0 -192
- package/components/common/diagramMain/modals/editSettings/tabs/port/ipvFourSettings/IpvFourSettingsNew.vue +0 -388
- package/components/common/diagramMain/modals/editSettings/tabs/port/portProperties/PortProperties.vue +0 -139
- package/components/common/diagramMain/modals/editSettings/tabs/port/portProperties/PortPropertiesNew.vue +0 -286
- package/components/common/diagramMain/modals/editSettings/tabs/security/Security.vue +0 -209
- package/components/common/diagramMain/modals/editSettings/tabs/security/SecurityNew.vue +0 -233
- package/components/common/diagramMain/modals/editSettings/tabs/switchProperties/SwitchProperties.vue +0 -128
- package/components/common/diagramMain/modals/editSettings/tabs/switchProperties/SwitchPropertiesNew.vue +0 -235
- package/components/common/diagramMain/modals/editSettings/tabs/teamingFailover/TeamingFailover.vue +0 -99
- package/components/common/diagramMain/modals/editSettings/tabs/teamingFailover/TeamingFailoverNew.vue +0 -319
- package/components/common/diagramMain/modals/editSettings/tabs/trafficShaping/TrafficShaping.vue +0 -173
- package/components/common/diagramMain/modals/editSettings/tabs/trafficShaping/TrafficShapingNew.vue +0 -348
- 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
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"accessible": "Accessible",
|
|
43
43
|
"active-backup": "Use explicit failover order",
|
|
44
44
|
"activePolicy": "Active policy",
|
|
45
|
-
"actualSpeedDuplex": "Actual
|
|
46
|
-
"actualSpeed": "Actual
|
|
45
|
+
"actualSpeedDuplex": "Actual speed, Duplex",
|
|
46
|
+
"actualSpeed": "Actual speed",
|
|
47
47
|
"adapter": "Adapter",
|
|
48
48
|
"adapterStatus": "Adapter Status",
|
|
49
49
|
"adapterType": "Adapter Type",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"availableStorage": "Available Storage",
|
|
142
142
|
"average": "Average",
|
|
143
143
|
"averageBandwidth": "Average Bandwidth",
|
|
144
|
-
"averageBandwidthKbit": "Average
|
|
144
|
+
"averageBandwidthKbit": "Average bandwidth (kbit/s)",
|
|
145
145
|
"averageBigInvalidError": "The average bandwidth must not be greater than 9007199254740991.",
|
|
146
146
|
"averageInvalidError": "The average bandwidth must be a positive integer number.",
|
|
147
147
|
"back": "back",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"burstSize": "Burst Size",
|
|
173
173
|
"burstSizeBigInvalidError": "The burst size must not be greater than 9007199254740991.",
|
|
174
174
|
"burstSizeInvalidError": "The burst size must be a positive integer number.",
|
|
175
|
-
"burstSizeKb": "Burst
|
|
175
|
+
"burstSizeKb": "Burst size (KB)",
|
|
176
176
|
"bus": "Bus",
|
|
177
177
|
"busLocation": "Bus Location",
|
|
178
178
|
"cache": "Cache",
|
|
@@ -258,8 +258,8 @@
|
|
|
258
258
|
"configurationNotWorkingNormally": "Configuration is not working normally.",
|
|
259
259
|
"configureActiveDirectory": "Configure Active Directory over LADP/LDAPS connection to allow searching for users and groups.",
|
|
260
260
|
"configureContentLibrary": "Configure content library",
|
|
261
|
-
"configuredSpeedDuplex": "Configured
|
|
262
|
-
"configuredSpeed": "Configured
|
|
261
|
+
"configuredSpeedDuplex": "Configured speed, Duplex",
|
|
262
|
+
"configuredSpeed": "Configured speed",
|
|
263
263
|
"configuredType": "Configured Type",
|
|
264
264
|
"configureMainIdentityProvider": "Configure Main Identity Provider",
|
|
265
265
|
"configureSettings": "Configure settings",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"confirm": "Confirm",
|
|
271
271
|
"confirmDeletion": "Confirm Deletion",
|
|
272
272
|
"confirmDeletionDatastoreBodyFirst": "This operation will permanetly delete all the files associated with the virtual machines on the datastore.",
|
|
273
|
-
"confirmDeletionDatastoreBodySecond": "Force mounted
|
|
273
|
+
"confirmDeletionDatastoreBodySecond": "Force mounted STORMFS datastores will be removed from the inventory, but the data on them will not be deleted.",
|
|
274
274
|
"confirmDeletionDatastoreBodyThird": "Delete the selected datastore(s)?",
|
|
275
275
|
"confirmDeletionDatastoreTitle": "Confirm Delete Datastore",
|
|
276
276
|
"confirmDeletionInput": "To confirm, type \"{title}\" in the box bellow",
|
|
@@ -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",
|
|
@@ -585,12 +583,11 @@
|
|
|
585
583
|
"exposeHardwareAssistedVirtualizationGuestOs": "Expose hardware assisted virtualization to the guest OS",
|
|
586
584
|
"extent": "Extent 0",
|
|
587
585
|
"failback": "Failback",
|
|
588
|
-
"failoverOrder": "Failover
|
|
586
|
+
"failoverOrder": "Failover order",
|
|
589
587
|
"fallbackNtpServers": "Fallback NTP servers",
|
|
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",
|
|
@@ -851,7 +847,7 @@
|
|
|
851
847
|
"localContentLibrary": "Local content library",
|
|
852
848
|
"localDesc": "Create a local storage on a host filesystem",
|
|
853
849
|
"localLibrariesCanBePublishedDesc": "Local libraries can be published externally. Subscribed libraries come from other published libraries.",
|
|
854
|
-
"localVmfs": "Local (
|
|
850
|
+
"localVmfs": "Local (STORMFS)",
|
|
855
851
|
"lockdownMode": "Lockdown Mode",
|
|
856
852
|
"lockdownNormal": "The host is accessible only through the local console or Sphere Zone",
|
|
857
853
|
"lockdownStrict": "The host is accessible only through the Sphere Zone. The direct console UI server is stopped.",
|
|
@@ -1089,14 +1085,14 @@
|
|
|
1089
1085
|
"notInstalled": "not installed",
|
|
1090
1086
|
"notRunning": "Not running",
|
|
1091
1087
|
"notScheduled": "Not scheduled",
|
|
1092
|
-
"notSupported": "Not
|
|
1088
|
+
"notSupported": "Not supported",
|
|
1093
1089
|
"november": "November",
|
|
1094
1090
|
"noVmKernelNetworkAdapterSelectedForMigration": "No VMkernel network adapter selected for migration. Select a VMkernel network adapter from the list to proceed.",
|
|
1095
1091
|
"nsx": "NSX",
|
|
1096
1092
|
"nsxPortGroupId": "NSX Port Group ID",
|
|
1097
1093
|
"nTPServers": "NTP Servers",
|
|
1098
1094
|
"numberDisplays": "Number of Displays",
|
|
1099
|
-
"numberOfPorts": "Number of
|
|
1095
|
+
"numberOfPorts": "Number of ports",
|
|
1100
1096
|
"numericCharacters": "numeric characters",
|
|
1101
1097
|
"nvidiaGridGpuProfile": "NVIDIA GRID vGPU Profile",
|
|
1102
1098
|
"nvmEOverRDMA": "NVMe over RDMA",
|
|
@@ -1163,7 +1159,7 @@
|
|
|
1163
1159
|
"pCIDevices": "PCI Devices",
|
|
1164
1160
|
"pCIPassthrough": "PCI passthrough",
|
|
1165
1161
|
"peakBandwidth": "Peak Bandwidth",
|
|
1166
|
-
"peakBandwidthKbit": "Peak
|
|
1162
|
+
"peakBandwidthKbit": "Peak bandwidth (kbit/s)",
|
|
1167
1163
|
"peakBigInvalidError": "The peak bandwidth must not be greater than 9007199254740991.",
|
|
1168
1164
|
"peakInvalidError": "The peak bandwidth must be a positive integer number.",
|
|
1169
1165
|
"perenniallyReserved": "Perennially Reserved",
|
|
@@ -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",
|
|
@@ -1346,8 +1341,8 @@
|
|
|
1346
1341
|
"save": "Save",
|
|
1347
1342
|
"scanForNewStorage": "Scan for new Storage Devices",
|
|
1348
1343
|
"scanForNewStorageDesc": "Rescan all host bus adapters for new storage devices. Rescanning all adapters can be slow.",
|
|
1349
|
-
"scanForNewVmsVolumes": "Scan for new
|
|
1350
|
-
"scanForNewVmsVolumesDesc": "Rescan all known storage devices for new
|
|
1344
|
+
"scanForNewVmsVolumes": "Scan for new STORMFS Volumes",
|
|
1345
|
+
"scanForNewVmsVolumesDesc": "Rescan all known storage devices for new STORMFS volumes that have been added since the last scan. Rescanning known storage for new file systems is faster than rescanning for new storage.",
|
|
1351
1346
|
"scheduledTasks": "Scheduled Tasks",
|
|
1352
1347
|
"schedulingAffinity": "Scheduling Affinity",
|
|
1353
1348
|
"schedulingAffinityHelpDescription1": "Select physical processor affinity for this virtual machine.",
|
|
@@ -1540,7 +1535,6 @@
|
|
|
1540
1535
|
"sunday": "Sunday",
|
|
1541
1536
|
"support": "Support",
|
|
1542
1537
|
"supportedEvcModes": "Supported EVC Modes",
|
|
1543
|
-
"supported_evc_modes": "Supported CPU Modes",
|
|
1544
1538
|
"suspend": "Suspend",
|
|
1545
1539
|
"suspended": "Suspended",
|
|
1546
1540
|
"suspending": "Suspending",
|
|
@@ -1571,7 +1565,7 @@
|
|
|
1571
1565
|
"tcpConfiguration": "TCP/IP configuration",
|
|
1572
1566
|
"tcpIpStack": "TCP/IP Stack",
|
|
1573
1567
|
"tcpPorts": "TCP ports",
|
|
1574
|
-
"teamingAndFailover": "Teaming and
|
|
1568
|
+
"teamingAndFailover": "Teaming and failover",
|
|
1575
1569
|
"technicalSupport": "Technical support",
|
|
1576
1570
|
"technology": "Technology",
|
|
1577
1571
|
"tellUsWhatYouEnjoyedSo": "Tell us what you enjoyed so that we can keep up the good work",
|
|
@@ -1623,7 +1617,7 @@
|
|
|
1623
1617
|
"totalVideoMemory": "Total video memory",
|
|
1624
1618
|
"totalVideoMemoryMustBetween": "Total video memory must be between {0} and {1}.",
|
|
1625
1619
|
"tpm": "TPM",
|
|
1626
|
-
"trafficShaping": "Traffic
|
|
1620
|
+
"trafficShaping": "Traffic shaping",
|
|
1627
1621
|
"transport": "Transport",
|
|
1628
1622
|
"triggeredAlarms": "Triggered Alarms",
|
|
1629
1623
|
"tuesday": "Tuesday",
|
|
@@ -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.",
|
|
@@ -1751,13 +1744,13 @@
|
|
|
1751
1744
|
"vMCustomizationSpecifications": "VM Customization Specifications",
|
|
1752
1745
|
"vmDrsScore": "VM DRS Score",
|
|
1753
1746
|
"vmFolders": "VM Folders",
|
|
1754
|
-
"vmfs": "
|
|
1755
|
-
"vmfsDesc": "Create a
|
|
1756
|
-
"vmfsDetails": "
|
|
1757
|
-
"vmfsVersion": "
|
|
1758
|
-
"vmfsVersionDesc": "Specify the
|
|
1759
|
-
"vmfsVersionDesc1": "
|
|
1760
|
-
"vmfsVersionDesc2": "
|
|
1747
|
+
"vmfs": "STORMFS",
|
|
1748
|
+
"vmfsDesc": "Create a STORMFS datastore on a disk/LUN.",
|
|
1749
|
+
"vmfsDetails": "STORMFS Details",
|
|
1750
|
+
"vmfsVersion": "STORMFS version",
|
|
1751
|
+
"vmfsVersionDesc": "Specify the STORMFS version for the datastore.",
|
|
1752
|
+
"vmfsVersionDesc1": "STORMFS 6 enables advanced format (512e) and automatic space reclamation support.",
|
|
1753
|
+
"vmfsVersionDesc2": "STORMFS 5 enables 2+TB LUN support.",
|
|
1761
1754
|
"vmHardware": "VM Hardware",
|
|
1762
1755
|
"vMIsSuccessfullyStarted": "VM is successfully started with Deployment Name:",
|
|
1763
1756
|
"vMkernelAdapters": "VMkernel adapters",
|
|
@@ -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",
|
|
@@ -2139,7 +2131,7 @@
|
|
|
2139
2131
|
"ignoreBackupWindowFirstBackup": "Ignore backup window for first backup",
|
|
2140
2132
|
"exportToXml": "Export to xml",
|
|
2141
2133
|
"storageSensorsAlert": "The Small Footprint CIM Broker Daemon (SFCBD) is not running. Storage health data is reported by this daemon. Please see { link } for information on enabling this service.",
|
|
2142
|
-
"thisKbArticle": "this
|
|
2134
|
+
"thisKbArticle": "this article",
|
|
2143
2135
|
"noAlertOrWarningOutOfSensors": "No alerts or warnings out of {sensors} sensors.",
|
|
2144
2136
|
"eventLogEntries": "Event log entries",
|
|
2145
2137
|
"dataLock": "Data Lock",
|
|
@@ -2380,7 +2372,6 @@
|
|
|
2380
2372
|
"allActive": "All active",
|
|
2381
2373
|
"text": "Text",
|
|
2382
2374
|
"vApp": "vApp",
|
|
2383
|
-
"vapp": "Apps",
|
|
2384
2375
|
"contentLibrary": "Content Library",
|
|
2385
2376
|
"libraryItem": "Library Item",
|
|
2386
2377
|
"removeTagDialog": "Are you sure you want to remove tag “{tagName}” from “{selectedItemName}”?",
|
|
@@ -2424,7 +2415,6 @@
|
|
|
2424
2415
|
"rowsPerPage": "Rows per page",
|
|
2425
2416
|
"unsavedChanges": "Unsaved Changes!",
|
|
2426
2417
|
"unsavedChangesDescription": "Are you sure you want to leave this page? Unsaved changes will be lost.",
|
|
2427
|
-
"unsavedChangesModalDescription": "Are you sure you want to close this window? Unsaved changes will be lost.",
|
|
2428
2418
|
"leave": "Leave",
|
|
2429
2419
|
"export": "Export",
|
|
2430
2420
|
"allRowsCount": "All rows ({0})",
|
|
@@ -2470,7 +2460,6 @@
|
|
|
2470
2460
|
"incompleteProcess": "Incomplete Process!",
|
|
2471
2461
|
"incompleteProcessMessage": "Are you sure you want to leave this page? Your progress will be lost, and you’ll need to start over.",
|
|
2472
2462
|
"notAvailable": "Not Available",
|
|
2473
|
-
"not_available": "Not Available",
|
|
2474
2463
|
"strict": "Strict",
|
|
2475
2464
|
"incorrectOrMissingValuesBelow": "There are incorrect or missing values below",
|
|
2476
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\".",
|
|
@@ -2594,9 +2583,9 @@
|
|
|
2594
2583
|
"backupStorageDirectory": "Backup Storage Directory",
|
|
2595
2584
|
"sphereServerSettings": "Sphere Server Settings",
|
|
2596
2585
|
"database": "Database",
|
|
2597
|
-
"eventCleanup": "Event
|
|
2598
|
-
"eventRetentionDays": "Event
|
|
2599
|
-
"editSphereGeneralSettings": "Edit Sphere
|
|
2586
|
+
"eventCleanup": "Event cleanup",
|
|
2587
|
+
"eventRetentionDays": "Event retention (days)",
|
|
2588
|
+
"editSphereGeneralSettings": "Edit Sphere general settings",
|
|
2600
2589
|
"eventRetentionDaysDecreaseAlertText": "Decreasing the retention days will not trigger an immediate cleanup. Events will be removed during the next scheduled cleanup (every 24 hours).",
|
|
2601
2590
|
"enterDatabaseSettingsDesc": "Enter database settings. Use tasks and events retention settings to limit the growth of the database.",
|
|
2602
2591
|
"lettersLengthError": "Enter no more than {0} letters.",
|
|
@@ -2625,47 +2614,7 @@
|
|
|
2625
2614
|
"weekSat": "Sat",
|
|
2626
2615
|
"weekSun": "Sun",
|
|
2627
2616
|
"raidConfiguration": "Raid Configuration",
|
|
2628
|
-
"enterValidNumber": "Enter a valid number."
|
|
2629
|
-
"virtualmachines": "Virtual Machines",
|
|
2630
|
-
"total_vmotion_migrations": "Total VM migrations",
|
|
2631
|
-
"ip_addresses": "IP addresses",
|
|
2632
|
-
"url": "URL",
|
|
2633
|
-
"backup_count": "Backups count",
|
|
2634
|
-
"last_backup": "Last backup",
|
|
2635
|
-
"resource_pools": "Resource Pools",
|
|
2636
|
-
"cluster_service_health": "Cluster Service Health",
|
|
2637
|
-
"healthy": "Healthy",
|
|
2638
|
-
"evc_mode": "VM Compatibility",
|
|
2639
|
-
"cpu_cores": "CPU Cores",
|
|
2640
|
-
"cores_per_socket": "Cores per Socket",
|
|
2641
|
-
"datastore_clusters": "Datastore Clusters",
|
|
2642
|
-
"sphere_ha_state": "Sphere HA State",
|
|
2643
|
-
"ft_logging_nic": "FT Logging NIC",
|
|
2644
|
-
"not_configured": "Not configured",
|
|
2645
|
-
"vmotion_nic": "Migration Adapter",
|
|
2646
|
-
"evc_not_supported": "EVC not supported",
|
|
2647
|
-
"memory_hot_add": "Memory Hot Add",
|
|
2648
|
-
"vmci_device": "VMCI Device",
|
|
2649
|
-
"controllers": "Controllers",
|
|
2650
|
-
"scsi_adapters": "SCSI Adapters",
|
|
2651
|
-
"canceled": "Canceled",
|
|
2652
|
-
"retrying": "Retrying",
|
|
2653
|
-
"timeFormatDesc1": "Select time format",
|
|
2654
|
-
"languageDesc1": "Select display language",
|
|
2655
|
-
"remoteConsoleVmrc1": "Remote Console (VMRC)",
|
|
2656
|
-
"viewDesc1": "Select interface and visual preferences",
|
|
2657
|
-
"thisLdapConnectionNotSecured": "This LDAP connection is not secured. To secure this LDAP connection, upload an SSL certificate.",
|
|
2658
|
-
"ha": "HA",
|
|
2659
|
-
"not_configurable": "Not configurable",
|
|
2660
|
-
"no_label": "No label",
|
|
2661
|
-
"valid": "Valid",
|
|
2662
|
-
"empty_address": "Empty address",
|
|
2663
|
-
"empty_credentials": "Empty credentials",
|
|
2664
|
-
"connection_failed": "Connection failed",
|
|
2665
|
-
"noStorageSelected": "No storage selected",
|
|
2666
|
-
"noActiveAdaptersAssigned": "No Active Adapters Assigned",
|
|
2667
|
-
"noActiveAdaptersAssignedMessage1": "No active adapters are assigned in Teaming and Failover settings.",
|
|
2668
|
-
"noActiveAdaptersAssignedMessage2": "Click Save to proceed without resolving this issue, or Cancel to review your changes."
|
|
2617
|
+
"enterValidNumber": "Enter a valid number."
|
|
2669
2618
|
},
|
|
2670
2619
|
"auth": {
|
|
2671
2620
|
"welcomeTo": "Welcome to",
|
|
@@ -2695,8 +2644,7 @@
|
|
|
2695
2644
|
"recentTask": "Recent Tasks",
|
|
2696
2645
|
"taskName": "Task Name",
|
|
2697
2646
|
"moreTasks": "More Tasks",
|
|
2698
|
-
"vmUpdateSteps": "VM Update Steps"
|
|
2699
|
-
"waitingTime": "Waiting Time"
|
|
2647
|
+
"vmUpdateSteps": "VM Update Steps"
|
|
2700
2648
|
},
|
|
2701
2649
|
"layout": {
|
|
2702
2650
|
"alarms": "Alarms",
|
|
@@ -2934,11 +2882,7 @@
|
|
|
2934
2882
|
"moreOneDestinationSelected": "More than one destination selected.",
|
|
2935
2883
|
"selectedDestinationDifferentNetwork": "The selected destination is on a different network.",
|
|
2936
2884
|
"numberOfVirtualFunctions": "Number of virtual functions",
|
|
2937
|
-
"noSelectedAdaptersMessage": "Please make sure to select a physical network adapter to view its details."
|
|
2938
|
-
"vfNotNegativeMessage": "The number of virtual functions is invalid. Enter a number between 1 and 63.",
|
|
2939
|
-
"vfRequiredMessage": "Specify the number of virtual functions!",
|
|
2940
|
-
"noVirtualSwitchesTitle": "No virtual switches",
|
|
2941
|
-
"noVirtualSwitchesMessage": "Virtual switches will appear here once added."
|
|
2885
|
+
"noSelectedAdaptersMessage": "Please make sure to select a physical network adapter to view its details."
|
|
2942
2886
|
},
|
|
2943
2887
|
"vmOverrides": {
|
|
2944
2888
|
"vmOverrides": "VM Overrides",
|
|
@@ -3030,28 +2974,7 @@
|
|
|
3030
2974
|
"fieldNotContainSpecialCharacters": "The field must not contain special characters",
|
|
3031
2975
|
"noObjectsFound": "No objects found",
|
|
3032
2976
|
"cpuS": "CPU(s)",
|
|
3033
|
-
"vmAutomation": "VM Automation"
|
|
3034
|
-
"connect": "Connection",
|
|
3035
|
-
"image_profile": "Image Profile",
|
|
3036
|
-
"shares": "Shares",
|
|
3037
|
-
"reservation": "Reservation",
|
|
3038
|
-
"limit": "Limit",
|
|
3039
|
-
"capacity": "Capacity",
|
|
3040
|
-
"adapter_type": "Adapter Type",
|
|
3041
|
-
"mac_address": "MAC Address",
|
|
3042
|
-
"video_card": "Video Card",
|
|
3043
|
-
"total_video_memory": "Total Video Memory",
|
|
3044
|
-
"number_of_displays": "Number of Displays",
|
|
3045
|
-
"other_hardware": "Other Hardware",
|
|
3046
|
-
"template": "Templates",
|
|
3047
|
-
"drive_cdrom": "Drive CD-ROM",
|
|
3048
|
-
"drive_disk": "Drive Disk",
|
|
3049
|
-
"network_adapter": "Network Adapter",
|
|
3050
|
-
"week": "week",
|
|
3051
|
-
"days": "days",
|
|
3052
|
-
"hours": "hours",
|
|
3053
|
-
"minutes": "minutes",
|
|
3054
|
-
"datacenter": "Datacenter"
|
|
2977
|
+
"vmAutomation": "VM Automation"
|
|
3055
2978
|
},
|
|
3056
2979
|
"contextMenu": {
|
|
3057
2980
|
"actionsMenuPower": "Power",
|
|
@@ -3530,12 +3453,12 @@
|
|
|
3530
3453
|
"consolidateSnapshots": "Consolidate Snapshots"
|
|
3531
3454
|
},
|
|
3532
3455
|
"importVms": {
|
|
3533
|
-
"selectSourceTooltipDesc": "
|
|
3456
|
+
"selectSourceTooltipDesc": "No Trusted infrastructure Administrator, credits are accepted from esxi and vSphere",
|
|
3534
3457
|
"selectNetworksSubtitle": "Select adapter types and networks in Procurator for the virtual machine migration.",
|
|
3535
3458
|
"reviewImportVmDetails": "Review the details before importing the VM."
|
|
3536
3459
|
},
|
|
3537
3460
|
"migrateVm": {
|
|
3538
|
-
"migrationStrategy": "Migration
|
|
3461
|
+
"migrationStrategy": "Migration strategy",
|
|
3539
3462
|
"liveMigration": "Live Migration (No Downtime)",
|
|
3540
3463
|
"ramSuspendMigration": "RAM Suspend Migration",
|
|
3541
3464
|
"offlineMigration": "Offline Migration",
|
|
@@ -3543,8 +3466,7 @@
|
|
|
3543
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.",
|
|
3544
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.",
|
|
3545
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.",
|
|
3546
|
-
"changeComputeResourceStorageVirtualMachine": "Change the compute resource or storage of the virtual machine."
|
|
3547
|
-
"reviewDetailsBeforeVmMigrated": "Review the details before the virtual machine is migrated."
|
|
3469
|
+
"changeComputeResourceStorageVirtualMachine": "Change the compute resource or storage of the virtual machine."
|
|
3548
3470
|
},
|
|
3549
3471
|
"storageAdapters": {
|
|
3550
3472
|
"none": "None",
|
|
@@ -3886,182 +3808,7 @@
|
|
|
3886
3808
|
"noPrivilegesAdded": "No privileges added. Please add some to view.",
|
|
3887
3809
|
"pleaseMakeSureSelectRoleViewDetails": "Please make sure to select a role to view its details.",
|
|
3888
3810
|
"noRolesCreatedYet": "No roles created yet. Please add a new role to get started.",
|
|
3889
|
-
"deleteRoleDesc": "Are you sure you want to delete the role “{0}”? This action cannot be undone."
|
|
3890
|
-
"showBackup": "Show Backup",
|
|
3891
|
-
"no_access": "No Access",
|
|
3892
|
-
"restrict_access": "Restrict Access",
|
|
3893
|
-
"read_only": "Read Only",
|
|
3894
|
-
"read_only_access": "Read Only Access",
|
|
3895
|
-
"administrator": "Administrator",
|
|
3896
|
-
"full_access_rights": "Full Access Rights",
|
|
3897
|
-
"rbac": "RBAC",
|
|
3898
|
-
"tasks": "Tasks",
|
|
3899
|
-
"event_console": "Event Console",
|
|
3900
|
-
"identity_providers": "Identity Providers",
|
|
3901
|
-
"metadata": "Metadata",
|
|
3902
|
-
"show_backups": "Show Backups",
|
|
3903
|
-
"show_events": "Show Events",
|
|
3904
|
-
"show_identity_providers": "Show Identity Providers",
|
|
3905
|
-
"show_cluster": "Show Cluster",
|
|
3906
|
-
"show_templates": "Show Templates",
|
|
3907
|
-
"show_network": "Show Network",
|
|
3908
|
-
"show_buckets": "Show Buckets",
|
|
3909
|
-
"show_rbac": "Show RBAC",
|
|
3910
|
-
"show_zone": "Show Zone",
|
|
3911
|
-
"show_ghydra": "Show Ghydra",
|
|
3912
|
-
"show_datacenter": "Show Datacenter",
|
|
3913
|
-
"show_tasks": "Show Tasks",
|
|
3914
|
-
"show_vm": "Show Vm",
|
|
3915
|
-
"show_snapshots": "Show Snapshots",
|
|
3916
|
-
"show_scheduled_task": "Show Scheduled Task",
|
|
3917
|
-
"show_datastore": "Show Datastore",
|
|
3918
|
-
"show_datastore_files": "Show Datastore Files",
|
|
3919
|
-
"show_host": "Show Host",
|
|
3920
|
-
"upload_file": "Upload File",
|
|
3921
|
-
"rename_item": "Rename Item",
|
|
3922
|
-
"delete_item": "Delete Item",
|
|
3923
|
-
"enter_maintenance_mode": "Enter Maintenance Mode",
|
|
3924
|
-
"move_datastore": "Move Datastore",
|
|
3925
|
-
"create_datastore": "Create Datastore",
|
|
3926
|
-
"remove_datastore": "Remove Datastore",
|
|
3927
|
-
"new_folder": "New Folder",
|
|
3928
|
-
"make_empty_file": "Make Empty File",
|
|
3929
|
-
"copy_item": "Copy Item",
|
|
3930
|
-
"move_item": "Move Item",
|
|
3931
|
-
"exit_maintenance_mode": "Exit Maintenance Mode",
|
|
3932
|
-
"erase_storage_devices": "Erase Storage Devices",
|
|
3933
|
-
"create_iscsi_adapter": "Create iSCSI Adapter",
|
|
3934
|
-
"connect_host_console": "Connect Host Console",
|
|
3935
|
-
"remove_host": "Remove Host",
|
|
3936
|
-
"move_host": "Move Host",
|
|
3937
|
-
"update_storage_devices": "Update Storage Devices",
|
|
3938
|
-
"update_iscsi_adapter": "Update iSCSI Adapter",
|
|
3939
|
-
"delete_iscsi_adapter": "Delete iSCSI Adapter",
|
|
3940
|
-
"update_storage_adapters": "Update Storage Adapters",
|
|
3941
|
-
"power_on_vm": "Power On Vm",
|
|
3942
|
-
"reset_vm": "Reset Vm",
|
|
3943
|
-
"delete_snapshot": "Delete Snapshot",
|
|
3944
|
-
"migrate_host": "Migrate Host",
|
|
3945
|
-
"create_vm": "Create Vm",
|
|
3946
|
-
"hard_stop_vm": "Hard Stop Vm",
|
|
3947
|
-
"clone_vm": "Clone Vm",
|
|
3948
|
-
"restore_backup": "Restore Backup",
|
|
3949
|
-
"power_off_vm": "Power Off Vm",
|
|
3950
|
-
"restart_guest": "Restart Guest",
|
|
3951
|
-
"unmount_guest_tools": "Unmount Guest Tools",
|
|
3952
|
-
"update_scheduled_task": "Update Scheduled Task",
|
|
3953
|
-
"create_backup": "Create Backup",
|
|
3954
|
-
"delete_backup": "Delete Backup",
|
|
3955
|
-
"register_vm": "Register Vm",
|
|
3956
|
-
"delete_all_snapshots": "Delete All Snapshots",
|
|
3957
|
-
"remove_from_disk": "Remove From Disk",
|
|
3958
|
-
"rename_vm": "Rename Vm",
|
|
3959
|
-
"convert_vm_to_template": "Convert Vm To Template",
|
|
3960
|
-
"delete_backups": "Delete Backups",
|
|
3961
|
-
"mount_guest_tools": "Mount Guest Tools",
|
|
3962
|
-
"revert_snapshot": "Revert Snapshot",
|
|
3963
|
-
"move_vm": "Move Vm",
|
|
3964
|
-
"migrate_datastore": "Migrate Datastore",
|
|
3965
|
-
"migrate_combined": "Migrate Combined",
|
|
3966
|
-
"import_esxi": "Import ESXi",
|
|
3967
|
-
"resume_vm": "Resume Vm",
|
|
3968
|
-
"delete_scheduled_task": "Delete Scheduled Task",
|
|
3969
|
-
"update_vm": "Update Vm",
|
|
3970
|
-
"shutdown_guest": "Shutdown Guest",
|
|
3971
|
-
"update_snapshot": "Update Snapshot",
|
|
3972
|
-
"remove_from_inventory": "Remove From Inventory",
|
|
3973
|
-
"connect_vm_console": "Connect Vm Console",
|
|
3974
|
-
"take_snapshot": "Take Snapshot",
|
|
3975
|
-
"suspend_vm": "Suspend Vm",
|
|
3976
|
-
"create_scheduled_task": "Create Scheduled Task",
|
|
3977
|
-
"show_notebook": "Show Notebook",
|
|
3978
|
-
"update_notebook": "Update Notebook",
|
|
3979
|
-
"show_custom_attributes": "Show Custom Attributes",
|
|
3980
|
-
"create_custom_attribute": "Create Custom Attribute",
|
|
3981
|
-
"update_custom_attribute": "Update Custom Attribute",
|
|
3982
|
-
"delete_custom_attribute": "Delete Custom Attribute",
|
|
3983
|
-
"update_retention_settings": "Update Retention Settings",
|
|
3984
|
-
"remove_identity_provider": "Remove Identity Provider",
|
|
3985
|
-
"set_default_identity_provider": "Set Default Identity Provider",
|
|
3986
|
-
"update_user": "Update User",
|
|
3987
|
-
"kick_user": "Kick User",
|
|
3988
|
-
"confirm_two_factor_setup": "Confirm Two-Factor Setup",
|
|
3989
|
-
"reset_user_two_factor": "Reset User Two-Factor",
|
|
3990
|
-
"create_identity_provider": "Create Identity Provider",
|
|
3991
|
-
"block_user": "Block User",
|
|
3992
|
-
"revoke_user_tokens": "Revoke User Tokens",
|
|
3993
|
-
"remove_user": "Remove User",
|
|
3994
|
-
"unblock_user": "Unblock User",
|
|
3995
|
-
"view_blocked_users": "View Blocked Users",
|
|
3996
|
-
"update_security_policies": "Update Security Policies",
|
|
3997
|
-
"create_user": "Create User",
|
|
3998
|
-
"kick_user_session": "Kick User Session",
|
|
3999
|
-
"change_user_password": "Change User Password",
|
|
4000
|
-
"disable_two_factor": "Disable Two-Factor",
|
|
4001
|
-
"create_group": "Create Group",
|
|
4002
|
-
"remove_role": "Remove Role",
|
|
4003
|
-
"update_group": "Update Group",
|
|
4004
|
-
"create_role": "Create Role",
|
|
4005
|
-
"create_global_permission": "Create Global Permission",
|
|
4006
|
-
"remove_global_permission": "Remove Global Permission",
|
|
4007
|
-
"update_object_permission": "Update Object Permission",
|
|
4008
|
-
"clone_role": "Clone Role",
|
|
4009
|
-
"update_global_permission": "Update Global Permission",
|
|
4010
|
-
"create_object_permission": "Create Object Permission",
|
|
4011
|
-
"remove_object_permission": "Remove Object Permission",
|
|
4012
|
-
"remove_group": "Remove Group",
|
|
4013
|
-
"remove_group_member": "Remove Group Member",
|
|
4014
|
-
"update_role": "Update Role",
|
|
4015
|
-
"remove_ghydra_member": "Remove Ghydra Member",
|
|
4016
|
-
"rename_folder": "Rename Folder",
|
|
4017
|
-
"move_folder": "Move Folder",
|
|
4018
|
-
"add_ghydra_member": "Add Ghydra Member",
|
|
4019
|
-
"change_ghydra_leader": "Change Ghydra Leader",
|
|
4020
|
-
"set_ghydra_standalone": "Set Ghydra Standalone",
|
|
4021
|
-
"create_zone": "Create Zone",
|
|
4022
|
-
"rename_zone": "Rename Zone",
|
|
4023
|
-
"remove_zone": "Remove Zone",
|
|
4024
|
-
"delete_folder": "Delete Folder",
|
|
4025
|
-
"init_ghydra": "Init Ghydra",
|
|
4026
|
-
|
|
4027
|
-
"create_cluster": "Create Cluster",
|
|
4028
|
-
"remove_cluster": "Remove Cluster",
|
|
4029
|
-
"rename_cluster": "Rename Cluster",
|
|
4030
|
-
"add_hosts_to_cluster": "Add Hosts To Cluster",
|
|
4031
|
-
"update_drs_settings": "Update DRS Settings",
|
|
4032
|
-
"schedule_update_drs": "Schedule Update DRS",
|
|
4033
|
-
"move_cluster": "Move Cluster",
|
|
4034
|
-
"update_ha_settings": "Update HA Settings",
|
|
4035
|
-
"delete_template_from_inventory": "Delete Template From Inventory",
|
|
4036
|
-
"delete_template_from_disk": "Delete Template From Disk",
|
|
4037
|
-
"rename_template": "Rename Template",
|
|
4038
|
-
"move_template": "Move Template",
|
|
4039
|
-
"deploy_vm_from_template": "Deploy Vm From Template",
|
|
4040
|
-
"convert_template_to_vm": "Convert Template To Vm",
|
|
4041
|
-
"create_switch": "Create Switch",
|
|
4042
|
-
"update_info_sysx": "Update Info Sysx",
|
|
4043
|
-
"remove_port_group": "Remove Port Group",
|
|
4044
|
-
"update_sysx": "Update Sysx",
|
|
4045
|
-
"move_network": "Move Network",
|
|
4046
|
-
"create_port_group": "Create Port Group",
|
|
4047
|
-
"create_sysx": "Create Sysx",
|
|
4048
|
-
"remove_switch": "Remove Switch",
|
|
4049
|
-
"remove_sysx": "Remove Sysx",
|
|
4050
|
-
"update_port_group": "Update Port Group",
|
|
4051
|
-
"update_switch": "Update Switch",
|
|
4052
|
-
"create_datacenter": "Create Datacenter",
|
|
4053
|
-
"rename_datacenter": "Rename Datacenter",
|
|
4054
|
-
"move_datacenter": "Move Datacenter",
|
|
4055
|
-
"remove_datacenter": "Remove Datacenter",
|
|
4056
|
-
"add_host_to_datacenter": "Add Host To Datacenter",
|
|
4057
|
-
"move_backup_storage": "Move Backup Storage",
|
|
4058
|
-
"create_backup_storage": "Create Backup Storage",
|
|
4059
|
-
"delete_backup_storage": "Delete Backup Storage",
|
|
4060
|
-
"backup_enter_maintenance_mode": "Backup Enter Maintenance Mode",
|
|
4061
|
-
"backup_exit_maintenance_mode": "Backup Exit Maintenance Mode",
|
|
4062
|
-
"datacenters": "Datacenters",
|
|
4063
|
-
"backup": "Backup",
|
|
4064
|
-
"templates": "Templates"
|
|
3811
|
+
"deleteRoleDesc": "Are you sure you want to delete the role “{0}”? This action cannot be undone."
|
|
4065
3812
|
},
|
|
4066
3813
|
"backup": {
|
|
4067
3814
|
"selectName": "Select a Name",
|
|
@@ -4155,7 +3902,7 @@
|
|
|
4155
3902
|
"notAvailable": "not available",
|
|
4156
3903
|
"available": "available",
|
|
4157
3904
|
"sphereHaIs": "Sphere HA is {0}",
|
|
4158
|
-
"runtimeInformationSphereHa": "Runtime information for
|
|
3905
|
+
"runtimeInformationSphereHa": "Runtime information for vSphere HA is reported under",
|
|
4159
3906
|
"sphereHaMonitoring": "Sphere HA Monitoring",
|
|
4160
3907
|
"proactiveHaIs": "Proactive HA is {0}",
|
|
4161
3908
|
"failureConditionsAndResponses": "Failure conditions and responses",
|
|
@@ -4310,10 +4057,6 @@
|
|
|
4310
4057
|
"selectedItems": "Selected items",
|
|
4311
4058
|
"deleting": "Deleting...",
|
|
4312
4059
|
"folders": "Folders",
|
|
4313
|
-
"cancelUploadDescription": "Are you sure you want to cancel the upload for the file “{0}”? Your progress will be lost.",
|
|
4314
|
-
"incorrectFileSelected": "Incorrect File Selected",
|
|
4315
|
-
"incorrectFileSelectedDescription": "The selected file does not match the original. Please re-select the same file to continue the upload.",
|
|
4316
|
-
"reSelect": "Re-select",
|
|
4317
4060
|
"nameContainsInvalidCharacters": "Folder name must be between 1 and 64 characters and cannot contain spaces, '/', '@', '#', control characters, or be '.' / '..'"
|
|
4318
4061
|
},
|
|
4319
4062
|
"myPreferences": {
|
|
@@ -4453,13 +4196,9 @@
|
|
|
4453
4196
|
"logs": {
|
|
4454
4197
|
"logs": "Logs",
|
|
4455
4198
|
"log": "Log",
|
|
4456
|
-
"
|
|
4199
|
+
"description": "Description",
|
|
4457
4200
|
"entries": "{0} / {1} entries",
|
|
4458
4201
|
"filteredBy": "Filtered by:",
|
|
4459
|
-
"noEntriesMatch": "No log entries match your filters"
|
|
4460
|
-
"loading": "Loading…",
|
|
4461
|
-
"more": "More",
|
|
4462
|
-
"generate": "Generate",
|
|
4463
|
-
"archiveDownloaded": "Archive is being downloaded"
|
|
4202
|
+
"noEntriesMatch": "No log entries match your filters"
|
|
4464
4203
|
}
|
|
4465
4204
|
}
|