bfg-common 1.6.81 → 1.6.82
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 +18 -280
- package/assets/localization/local_en.json +36 -299
- package/assets/localization/local_hy.json +20 -282
- package/assets/localization/local_kk.json +18 -280
- package/assets/localization/local_ru.json +32 -294
- package/assets/localization/local_zh.json +19 -281
- 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 -87
- 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/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 +32 -39
- 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/{managePhysicalAdapters/ManagePhysicalAdaptersOld.vue → ManagePhysicalAdaptersModal.vue} +119 -33
- package/components/common/diagramMain/modals/Modals.vue +5 -5
- 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/adapterModal.ts +9 -9
- 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/networkModal.ts +15 -15
- package/components/common/diagramMain/modals/lib/config/portModal.ts +12 -12
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +2 -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/diagramMain/modals/remove/RemoveModalNew.vue +16 -67
- package/components/common/diagramMain/modals/viewSettings/viewSettingsModal/ViewSettingsModalNew.vue +0 -8
- 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/horizontal/New.vue +1 -1
- package/components/common/split/horizontal/Old.vue +1 -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/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 +1 -1
- 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/modals/managePhysicalAdapters/ManagePhysicalAdapters.vue +0 -164
- package/components/common/diagramMain/modals/managePhysicalAdapters/ManagePhysicalAdaptersNew.vue +0 -306
- 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",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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.",
|
|
@@ -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": "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}”?",
|
|
@@ -2404,13 +2395,12 @@
|
|
|
2404
2395
|
"viewObject": "View Object",
|
|
2405
2396
|
"eventDetails": "Event Details",
|
|
2406
2397
|
"noResultsFound": "No results found",
|
|
2407
|
-
"confirmNetworkRemoval": "
|
|
2408
|
-
"confirmPortRemoval": "
|
|
2409
|
-
"confirmSwitchRemoval": "
|
|
2410
|
-
"confirmNetworkRemovalMessage": "Are you sure you want to remove the
|
|
2411
|
-
"
|
|
2412
|
-
"
|
|
2413
|
-
"confirmSwitchRemovalMessage": "Are you sure you want to remove the switch \"{switchName}\" from the host \"{hostName}\"?",
|
|
2398
|
+
"confirmNetworkRemoval": "Confirm Network Removal",
|
|
2399
|
+
"confirmPortRemoval": "Confirm Port Removal",
|
|
2400
|
+
"confirmSwitchRemoval": "Confirm Switch Removal",
|
|
2401
|
+
"confirmNetworkRemovalMessage": "Are you sure you want to remove the \"{networkName}\" network from virtual switch \"{switchName}\"?",
|
|
2402
|
+
"confirmPortRemovalMessage": "Are you sure you want to remove the \"{portName}\" port from virtual switch \"{switchName}\"?",
|
|
2403
|
+
"confirmSwitchRemovalMessage": "Are you sure you want to remove the \"{switchName}\" virtual switch from host \"{hostName}\"?",
|
|
2414
2404
|
"dnsDomainNameIsInvalid": "DNS domain name is invalid",
|
|
2415
2405
|
"fieldCannotContainSpaces": "This field cannot contain only spaces",
|
|
2416
2406
|
"fieldMustBeBetweenCharacters": "This field must be between 5 and 64 characters long",
|
|
@@ -2425,7 +2415,6 @@
|
|
|
2425
2415
|
"rowsPerPage": "Rows per page",
|
|
2426
2416
|
"unsavedChanges": "Unsaved Changes!",
|
|
2427
2417
|
"unsavedChangesDescription": "Are you sure you want to leave this page? Unsaved changes will be lost.",
|
|
2428
|
-
"unsavedChangesModalDescription": "Are you sure you want to close this window? Unsaved changes will be lost.",
|
|
2429
2418
|
"leave": "Leave",
|
|
2430
2419
|
"export": "Export",
|
|
2431
2420
|
"allRowsCount": "All rows ({0})",
|
|
@@ -2471,7 +2460,6 @@
|
|
|
2471
2460
|
"incompleteProcess": "Incomplete Process!",
|
|
2472
2461
|
"incompleteProcessMessage": "Are you sure you want to leave this page? Your progress will be lost, and you’ll need to start over.",
|
|
2473
2462
|
"notAvailable": "Not Available",
|
|
2474
|
-
"not_available": "Not Available",
|
|
2475
2463
|
"strict": "Strict",
|
|
2476
2464
|
"incorrectOrMissingValuesBelow": "There are incorrect or missing values below",
|
|
2477
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\".",
|
|
@@ -2595,9 +2583,9 @@
|
|
|
2595
2583
|
"backupStorageDirectory": "Backup Storage Directory",
|
|
2596
2584
|
"sphereServerSettings": "Sphere Server Settings",
|
|
2597
2585
|
"database": "Database",
|
|
2598
|
-
"eventCleanup": "Event
|
|
2599
|
-
"eventRetentionDays": "Event
|
|
2600
|
-
"editSphereGeneralSettings": "Edit Sphere
|
|
2586
|
+
"eventCleanup": "Event cleanup",
|
|
2587
|
+
"eventRetentionDays": "Event retention (days)",
|
|
2588
|
+
"editSphereGeneralSettings": "Edit Sphere general settings",
|
|
2601
2589
|
"eventRetentionDaysDecreaseAlertText": "Decreasing the retention days will not trigger an immediate cleanup. Events will be removed during the next scheduled cleanup (every 24 hours).",
|
|
2602
2590
|
"enterDatabaseSettingsDesc": "Enter database settings. Use tasks and events retention settings to limit the growth of the database.",
|
|
2603
2591
|
"lettersLengthError": "Enter no more than {0} letters.",
|
|
@@ -2626,48 +2614,7 @@
|
|
|
2626
2614
|
"weekSat": "Sat",
|
|
2627
2615
|
"weekSun": "Sun",
|
|
2628
2616
|
"raidConfiguration": "Raid Configuration",
|
|
2629
|
-
"enterValidNumber": "Enter a valid number."
|
|
2630
|
-
"virtualmachines": "Virtual Machines",
|
|
2631
|
-
"total_vmotion_migrations": "Total VM migrations",
|
|
2632
|
-
"ip_addresses": "IP addresses",
|
|
2633
|
-
"url": "URL",
|
|
2634
|
-
"backup_count": "Backups count",
|
|
2635
|
-
"last_backup": "Last backup",
|
|
2636
|
-
"resource_pools": "Resource Pools",
|
|
2637
|
-
"cluster_service_health": "Cluster Service Health",
|
|
2638
|
-
"healthy": "Healthy",
|
|
2639
|
-
"evc_mode": "VM Compatibility",
|
|
2640
|
-
"cpu_cores": "CPU Cores",
|
|
2641
|
-
"cores_per_socket": "Cores per Socket",
|
|
2642
|
-
"datastore_clusters": "Datastore Clusters",
|
|
2643
|
-
"sphere_ha_state": "Sphere HA State",
|
|
2644
|
-
"ft_logging_nic": "FT Logging NIC",
|
|
2645
|
-
"not_configured": "Not configured",
|
|
2646
|
-
"vmotion_nic": "Migration Adapter",
|
|
2647
|
-
"evc_not_supported": "EVC not supported",
|
|
2648
|
-
"memory_hot_add": "Memory Hot Add",
|
|
2649
|
-
"vmci_device": "VMCI Device",
|
|
2650
|
-
"controllers": "Controllers",
|
|
2651
|
-
"scsi_adapters": "SCSI Adapters",
|
|
2652
|
-
"canceled": "Canceled",
|
|
2653
|
-
"retrying": "Retrying",
|
|
2654
|
-
"timeFormatDesc1": "Select time format",
|
|
2655
|
-
"languageDesc1": "Select display language",
|
|
2656
|
-
"remoteConsoleVmrc1": "Remote Console (VMRC)",
|
|
2657
|
-
"viewDesc1": "Select interface and visual preferences",
|
|
2658
|
-
"thisLdapConnectionNotSecured": "This LDAP connection is not secured. To secure this LDAP connection, upload an SSL certificate.",
|
|
2659
|
-
"ha": "HA",
|
|
2660
|
-
"not_configurable": "Not configurable",
|
|
2661
|
-
"no_label": "No label",
|
|
2662
|
-
"valid": "Valid",
|
|
2663
|
-
"empty_address": "Empty address",
|
|
2664
|
-
"empty_credentials": "Empty credentials",
|
|
2665
|
-
"connection_failed": "Connection failed",
|
|
2666
|
-
"noStorageSelected": "No storage selected",
|
|
2667
|
-
"noActiveAdaptersAssigned": "No Active Adapters Assigned",
|
|
2668
|
-
"noActiveAdaptersAssignedMessage1": "No active adapters are assigned in Teaming and Failover settings.",
|
|
2669
|
-
"noActiveAdaptersAssignedMessage2": "Click Save to proceed without resolving this issue, or Cancel to review your changes.",
|
|
2670
|
-
"action": "Action"
|
|
2617
|
+
"enterValidNumber": "Enter a valid number."
|
|
2671
2618
|
},
|
|
2672
2619
|
"auth": {
|
|
2673
2620
|
"welcomeTo": "Welcome to",
|
|
@@ -2697,8 +2644,7 @@
|
|
|
2697
2644
|
"recentTask": "Recent Tasks",
|
|
2698
2645
|
"taskName": "Task Name",
|
|
2699
2646
|
"moreTasks": "More Tasks",
|
|
2700
|
-
"vmUpdateSteps": "VM Update Steps"
|
|
2701
|
-
"waitingTime": "Waiting Time"
|
|
2647
|
+
"vmUpdateSteps": "VM Update Steps"
|
|
2702
2648
|
},
|
|
2703
2649
|
"layout": {
|
|
2704
2650
|
"alarms": "Alarms",
|
|
@@ -2818,7 +2764,7 @@
|
|
|
2818
2764
|
"actionsSameInfoDesc": "Actions are same as Alarm Rule 1 due to same severity level",
|
|
2819
2765
|
"systemStack": "System stack",
|
|
2820
2766
|
"localSubnet": "Local Subnet",
|
|
2821
|
-
"renewCertificateConfirm": "Renew Certificate",
|
|
2767
|
+
"renewCertificateConfirm": "Renew Certificate Confirmation",
|
|
2822
2768
|
"elapsed": "Elapsed",
|
|
2823
2769
|
"expiring": "Expiring",
|
|
2824
2770
|
"expiringSoon": "Expiring soon",
|
|
@@ -2949,11 +2895,7 @@
|
|
|
2949
2895
|
"moreOneDestinationSelected": "More than one destination selected.",
|
|
2950
2896
|
"selectedDestinationDifferentNetwork": "The selected destination is on a different network.",
|
|
2951
2897
|
"numberOfVirtualFunctions": "Number of virtual functions",
|
|
2952
|
-
"noSelectedAdaptersMessage": "Please make sure to select a physical network adapter to view its details."
|
|
2953
|
-
"vfNotNegativeMessage": "The number of virtual functions is invalid. Enter a number between 1 and 63.",
|
|
2954
|
-
"vfRequiredMessage": "Specify the number of virtual functions!",
|
|
2955
|
-
"noVirtualSwitchesTitle": "No virtual switches",
|
|
2956
|
-
"noVirtualSwitchesMessage": "Virtual switches will appear here once added."
|
|
2898
|
+
"noSelectedAdaptersMessage": "Please make sure to select a physical network adapter to view its details."
|
|
2957
2899
|
},
|
|
2958
2900
|
"vmOverrides": {
|
|
2959
2901
|
"vmOverrides": "VM Overrides",
|
|
@@ -3045,28 +2987,7 @@
|
|
|
3045
2987
|
"fieldNotContainSpecialCharacters": "The field must not contain special characters",
|
|
3046
2988
|
"noObjectsFound": "No objects found",
|
|
3047
2989
|
"cpuS": "CPU(s)",
|
|
3048
|
-
"vmAutomation": "VM Automation"
|
|
3049
|
-
"connect": "Connection",
|
|
3050
|
-
"image_profile": "Image Profile",
|
|
3051
|
-
"shares": "Shares",
|
|
3052
|
-
"reservation": "Reservation",
|
|
3053
|
-
"limit": "Limit",
|
|
3054
|
-
"capacity": "Capacity",
|
|
3055
|
-
"adapter_type": "Adapter Type",
|
|
3056
|
-
"mac_address": "MAC Address",
|
|
3057
|
-
"video_card": "Video Card",
|
|
3058
|
-
"total_video_memory": "Total Video Memory",
|
|
3059
|
-
"number_of_displays": "Number of Displays",
|
|
3060
|
-
"other_hardware": "Other Hardware",
|
|
3061
|
-
"template": "Templates",
|
|
3062
|
-
"drive_cdrom": "Drive CD-ROM",
|
|
3063
|
-
"drive_disk": "Drive Disk",
|
|
3064
|
-
"network_adapter": "Network Adapter",
|
|
3065
|
-
"week": "week",
|
|
3066
|
-
"days": "days",
|
|
3067
|
-
"hours": "hours",
|
|
3068
|
-
"minutes": "minutes",
|
|
3069
|
-
"datacenter": "Datacenter"
|
|
2990
|
+
"vmAutomation": "VM Automation"
|
|
3070
2991
|
},
|
|
3071
2992
|
"contextMenu": {
|
|
3072
2993
|
"actionsMenuPower": "Power",
|
|
@@ -3545,12 +3466,12 @@
|
|
|
3545
3466
|
"consolidateSnapshots": "Consolidate Snapshots"
|
|
3546
3467
|
},
|
|
3547
3468
|
"importVms": {
|
|
3548
|
-
"selectSourceTooltipDesc": "
|
|
3469
|
+
"selectSourceTooltipDesc": "No Trusted infrastructure Administrator, credits are accepted from esxi and vSphere",
|
|
3549
3470
|
"selectNetworksSubtitle": "Select adapter types and networks in Procurator for the virtual machine migration.",
|
|
3550
3471
|
"reviewImportVmDetails": "Review the details before importing the VM."
|
|
3551
3472
|
},
|
|
3552
3473
|
"migrateVm": {
|
|
3553
|
-
"migrationStrategy": "Migration
|
|
3474
|
+
"migrationStrategy": "Migration strategy",
|
|
3554
3475
|
"liveMigration": "Live Migration (No Downtime)",
|
|
3555
3476
|
"ramSuspendMigration": "RAM Suspend Migration",
|
|
3556
3477
|
"offlineMigration": "Offline Migration",
|
|
@@ -3558,8 +3479,7 @@
|
|
|
3558
3479
|
"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.",
|
|
3559
3480
|
"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.",
|
|
3560
3481
|
"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.",
|
|
3561
|
-
"changeComputeResourceStorageVirtualMachine": "Change the compute resource or storage of the virtual machine."
|
|
3562
|
-
"reviewDetailsBeforeVmMigrated": "Review the details before the virtual machine is migrated."
|
|
3482
|
+
"changeComputeResourceStorageVirtualMachine": "Change the compute resource or storage of the virtual machine."
|
|
3563
3483
|
},
|
|
3564
3484
|
"storageAdapters": {
|
|
3565
3485
|
"none": "None",
|
|
@@ -3901,182 +3821,7 @@
|
|
|
3901
3821
|
"noPrivilegesAdded": "No privileges added. Please add some to view.",
|
|
3902
3822
|
"pleaseMakeSureSelectRoleViewDetails": "Please make sure to select a role to view its details.",
|
|
3903
3823
|
"noRolesCreatedYet": "No roles created yet. Please add a new role to get started.",
|
|
3904
|
-
"deleteRoleDesc": "Are you sure you want to delete the role “{0}”? This action cannot be undone."
|
|
3905
|
-
"showBackup": "Show Backup",
|
|
3906
|
-
"no_access": "No Access",
|
|
3907
|
-
"restrict_access": "Restrict Access",
|
|
3908
|
-
"read_only": "Read Only",
|
|
3909
|
-
"read_only_access": "Read Only Access",
|
|
3910
|
-
"administrator": "Administrator",
|
|
3911
|
-
"full_access_rights": "Full Access Rights",
|
|
3912
|
-
"rbac": "RBAC",
|
|
3913
|
-
"tasks": "Tasks",
|
|
3914
|
-
"event_console": "Event Console",
|
|
3915
|
-
"identity_providers": "Identity Providers",
|
|
3916
|
-
"metadata": "Metadata",
|
|
3917
|
-
"show_backups": "Show Backups",
|
|
3918
|
-
"show_events": "Show Events",
|
|
3919
|
-
"show_identity_providers": "Show Identity Providers",
|
|
3920
|
-
"show_cluster": "Show Cluster",
|
|
3921
|
-
"show_templates": "Show Templates",
|
|
3922
|
-
"show_network": "Show Network",
|
|
3923
|
-
"show_buckets": "Show Buckets",
|
|
3924
|
-
"show_rbac": "Show RBAC",
|
|
3925
|
-
"show_zone": "Show Zone",
|
|
3926
|
-
"show_ghydra": "Show Ghydra",
|
|
3927
|
-
"show_datacenter": "Show Datacenter",
|
|
3928
|
-
"show_tasks": "Show Tasks",
|
|
3929
|
-
"show_vm": "Show Vm",
|
|
3930
|
-
"show_snapshots": "Show Snapshots",
|
|
3931
|
-
"show_scheduled_task": "Show Scheduled Task",
|
|
3932
|
-
"show_datastore": "Show Datastore",
|
|
3933
|
-
"show_datastore_files": "Show Datastore Files",
|
|
3934
|
-
"show_host": "Show Host",
|
|
3935
|
-
"upload_file": "Upload File",
|
|
3936
|
-
"rename_item": "Rename Item",
|
|
3937
|
-
"delete_item": "Delete Item",
|
|
3938
|
-
"enter_maintenance_mode": "Enter Maintenance Mode",
|
|
3939
|
-
"move_datastore": "Move Datastore",
|
|
3940
|
-
"create_datastore": "Create Datastore",
|
|
3941
|
-
"remove_datastore": "Remove Datastore",
|
|
3942
|
-
"new_folder": "New Folder",
|
|
3943
|
-
"make_empty_file": "Make Empty File",
|
|
3944
|
-
"copy_item": "Copy Item",
|
|
3945
|
-
"move_item": "Move Item",
|
|
3946
|
-
"exit_maintenance_mode": "Exit Maintenance Mode",
|
|
3947
|
-
"erase_storage_devices": "Erase Storage Devices",
|
|
3948
|
-
"create_iscsi_adapter": "Create iSCSI Adapter",
|
|
3949
|
-
"connect_host_console": "Connect Host Console",
|
|
3950
|
-
"remove_host": "Remove Host",
|
|
3951
|
-
"move_host": "Move Host",
|
|
3952
|
-
"update_storage_devices": "Update Storage Devices",
|
|
3953
|
-
"update_iscsi_adapter": "Update iSCSI Adapter",
|
|
3954
|
-
"delete_iscsi_adapter": "Delete iSCSI Adapter",
|
|
3955
|
-
"update_storage_adapters": "Update Storage Adapters",
|
|
3956
|
-
"power_on_vm": "Power On Vm",
|
|
3957
|
-
"reset_vm": "Reset Vm",
|
|
3958
|
-
"delete_snapshot": "Delete Snapshot",
|
|
3959
|
-
"migrate_host": "Migrate Host",
|
|
3960
|
-
"create_vm": "Create Vm",
|
|
3961
|
-
"hard_stop_vm": "Hard Stop Vm",
|
|
3962
|
-
"clone_vm": "Clone Vm",
|
|
3963
|
-
"restore_backup": "Restore Backup",
|
|
3964
|
-
"power_off_vm": "Power Off Vm",
|
|
3965
|
-
"restart_guest": "Restart Guest",
|
|
3966
|
-
"unmount_guest_tools": "Unmount Guest Tools",
|
|
3967
|
-
"update_scheduled_task": "Update Scheduled Task",
|
|
3968
|
-
"create_backup": "Create Backup",
|
|
3969
|
-
"delete_backup": "Delete Backup",
|
|
3970
|
-
"register_vm": "Register Vm",
|
|
3971
|
-
"delete_all_snapshots": "Delete All Snapshots",
|
|
3972
|
-
"remove_from_disk": "Remove From Disk",
|
|
3973
|
-
"rename_vm": "Rename Vm",
|
|
3974
|
-
"convert_vm_to_template": "Convert Vm To Template",
|
|
3975
|
-
"delete_backups": "Delete Backups",
|
|
3976
|
-
"mount_guest_tools": "Mount Guest Tools",
|
|
3977
|
-
"revert_snapshot": "Revert Snapshot",
|
|
3978
|
-
"move_vm": "Move Vm",
|
|
3979
|
-
"migrate_datastore": "Migrate Datastore",
|
|
3980
|
-
"migrate_combined": "Migrate Combined",
|
|
3981
|
-
"import_esxi": "Import ESXi",
|
|
3982
|
-
"resume_vm": "Resume Vm",
|
|
3983
|
-
"delete_scheduled_task": "Delete Scheduled Task",
|
|
3984
|
-
"update_vm": "Update Vm",
|
|
3985
|
-
"shutdown_guest": "Shutdown Guest",
|
|
3986
|
-
"update_snapshot": "Update Snapshot",
|
|
3987
|
-
"remove_from_inventory": "Remove From Inventory",
|
|
3988
|
-
"connect_vm_console": "Connect Vm Console",
|
|
3989
|
-
"take_snapshot": "Take Snapshot",
|
|
3990
|
-
"suspend_vm": "Suspend Vm",
|
|
3991
|
-
"create_scheduled_task": "Create Scheduled Task",
|
|
3992
|
-
"show_notebook": "Show Notebook",
|
|
3993
|
-
"update_notebook": "Update Notebook",
|
|
3994
|
-
"show_custom_attributes": "Show Custom Attributes",
|
|
3995
|
-
"create_custom_attribute": "Create Custom Attribute",
|
|
3996
|
-
"update_custom_attribute": "Update Custom Attribute",
|
|
3997
|
-
"delete_custom_attribute": "Delete Custom Attribute",
|
|
3998
|
-
"update_retention_settings": "Update Retention Settings",
|
|
3999
|
-
"remove_identity_provider": "Remove Identity Provider",
|
|
4000
|
-
"set_default_identity_provider": "Set Default Identity Provider",
|
|
4001
|
-
"update_user": "Update User",
|
|
4002
|
-
"kick_user": "Kick User",
|
|
4003
|
-
"confirm_two_factor_setup": "Confirm Two-Factor Setup",
|
|
4004
|
-
"reset_user_two_factor": "Reset User Two-Factor",
|
|
4005
|
-
"create_identity_provider": "Create Identity Provider",
|
|
4006
|
-
"block_user": "Block User",
|
|
4007
|
-
"revoke_user_tokens": "Revoke User Tokens",
|
|
4008
|
-
"remove_user": "Remove User",
|
|
4009
|
-
"unblock_user": "Unblock User",
|
|
4010
|
-
"view_blocked_users": "View Blocked Users",
|
|
4011
|
-
"update_security_policies": "Update Security Policies",
|
|
4012
|
-
"create_user": "Create User",
|
|
4013
|
-
"kick_user_session": "Kick User Session",
|
|
4014
|
-
"change_user_password": "Change User Password",
|
|
4015
|
-
"disable_two_factor": "Disable Two-Factor",
|
|
4016
|
-
"create_group": "Create Group",
|
|
4017
|
-
"remove_role": "Remove Role",
|
|
4018
|
-
"update_group": "Update Group",
|
|
4019
|
-
"create_role": "Create Role",
|
|
4020
|
-
"create_global_permission": "Create Global Permission",
|
|
4021
|
-
"remove_global_permission": "Remove Global Permission",
|
|
4022
|
-
"update_object_permission": "Update Object Permission",
|
|
4023
|
-
"clone_role": "Clone Role",
|
|
4024
|
-
"update_global_permission": "Update Global Permission",
|
|
4025
|
-
"create_object_permission": "Create Object Permission",
|
|
4026
|
-
"remove_object_permission": "Remove Object Permission",
|
|
4027
|
-
"remove_group": "Remove Group",
|
|
4028
|
-
"remove_group_member": "Remove Group Member",
|
|
4029
|
-
"update_role": "Update Role",
|
|
4030
|
-
"remove_ghydra_member": "Remove Ghydra Member",
|
|
4031
|
-
"rename_folder": "Rename Folder",
|
|
4032
|
-
"move_folder": "Move Folder",
|
|
4033
|
-
"add_ghydra_member": "Add Ghydra Member",
|
|
4034
|
-
"change_ghydra_leader": "Change Ghydra Leader",
|
|
4035
|
-
"set_ghydra_standalone": "Set Ghydra Standalone",
|
|
4036
|
-
"create_zone": "Create Zone",
|
|
4037
|
-
"rename_zone": "Rename Zone",
|
|
4038
|
-
"remove_zone": "Remove Zone",
|
|
4039
|
-
"delete_folder": "Delete Folder",
|
|
4040
|
-
"init_ghydra": "Init Ghydra",
|
|
4041
|
-
|
|
4042
|
-
"create_cluster": "Create Cluster",
|
|
4043
|
-
"remove_cluster": "Remove Cluster",
|
|
4044
|
-
"rename_cluster": "Rename Cluster",
|
|
4045
|
-
"add_hosts_to_cluster": "Add Hosts To Cluster",
|
|
4046
|
-
"update_drs_settings": "Update DRS Settings",
|
|
4047
|
-
"schedule_update_drs": "Schedule Update DRS",
|
|
4048
|
-
"move_cluster": "Move Cluster",
|
|
4049
|
-
"update_ha_settings": "Update HA Settings",
|
|
4050
|
-
"delete_template_from_inventory": "Delete Template From Inventory",
|
|
4051
|
-
"delete_template_from_disk": "Delete Template From Disk",
|
|
4052
|
-
"rename_template": "Rename Template",
|
|
4053
|
-
"move_template": "Move Template",
|
|
4054
|
-
"deploy_vm_from_template": "Deploy Vm From Template",
|
|
4055
|
-
"convert_template_to_vm": "Convert Template To Vm",
|
|
4056
|
-
"create_switch": "Create Switch",
|
|
4057
|
-
"update_info_sysx": "Update Info Sysx",
|
|
4058
|
-
"remove_port_group": "Remove Port Group",
|
|
4059
|
-
"update_sysx": "Update Sysx",
|
|
4060
|
-
"move_network": "Move Network",
|
|
4061
|
-
"create_port_group": "Create Port Group",
|
|
4062
|
-
"create_sysx": "Create Sysx",
|
|
4063
|
-
"remove_switch": "Remove Switch",
|
|
4064
|
-
"remove_sysx": "Remove Sysx",
|
|
4065
|
-
"update_port_group": "Update Port Group",
|
|
4066
|
-
"update_switch": "Update Switch",
|
|
4067
|
-
"create_datacenter": "Create Datacenter",
|
|
4068
|
-
"rename_datacenter": "Rename Datacenter",
|
|
4069
|
-
"move_datacenter": "Move Datacenter",
|
|
4070
|
-
"remove_datacenter": "Remove Datacenter",
|
|
4071
|
-
"add_host_to_datacenter": "Add Host To Datacenter",
|
|
4072
|
-
"move_backup_storage": "Move Backup Storage",
|
|
4073
|
-
"create_backup_storage": "Create Backup Storage",
|
|
4074
|
-
"delete_backup_storage": "Delete Backup Storage",
|
|
4075
|
-
"backup_enter_maintenance_mode": "Backup Enter Maintenance Mode",
|
|
4076
|
-
"backup_exit_maintenance_mode": "Backup Exit Maintenance Mode",
|
|
4077
|
-
"datacenters": "Datacenters",
|
|
4078
|
-
"backup": "Backup",
|
|
4079
|
-
"templates": "Templates"
|
|
3824
|
+
"deleteRoleDesc": "Are you sure you want to delete the role “{0}”? This action cannot be undone."
|
|
4080
3825
|
},
|
|
4081
3826
|
"backup": {
|
|
4082
3827
|
"selectName": "Select a Name",
|
|
@@ -4170,7 +3915,7 @@
|
|
|
4170
3915
|
"notAvailable": "not available",
|
|
4171
3916
|
"available": "available",
|
|
4172
3917
|
"sphereHaIs": "Sphere HA is {0}",
|
|
4173
|
-
"runtimeInformationSphereHa": "Runtime information for
|
|
3918
|
+
"runtimeInformationSphereHa": "Runtime information for vSphere HA is reported under",
|
|
4174
3919
|
"sphereHaMonitoring": "Sphere HA Monitoring",
|
|
4175
3920
|
"proactiveHaIs": "Proactive HA is {0}",
|
|
4176
3921
|
"failureConditionsAndResponses": "Failure conditions and responses",
|
|
@@ -4325,10 +4070,6 @@
|
|
|
4325
4070
|
"selectedItems": "Selected items",
|
|
4326
4071
|
"deleting": "Deleting...",
|
|
4327
4072
|
"folders": "Folders",
|
|
4328
|
-
"cancelUploadDescription": "Are you sure you want to cancel the upload for the file “{0}”? Your progress will be lost.",
|
|
4329
|
-
"incorrectFileSelected": "Incorrect File Selected",
|
|
4330
|
-
"incorrectFileSelectedDescription": "The selected file does not match the original. Please re-select the same file to continue the upload.",
|
|
4331
|
-
"reSelect": "Re-select",
|
|
4332
4073
|
"nameContainsInvalidCharacters": "Folder name must be between 1 and 64 characters and cannot contain spaces, '/', '@', '#', control characters, or be '.' / '..'",
|
|
4333
4074
|
"fileAlreadyExists": "File Already Exists",
|
|
4334
4075
|
"fileNameAlreadyExists": "A file named “{0}” already exists."
|
|
@@ -4470,13 +4211,9 @@
|
|
|
4470
4211
|
"logs": {
|
|
4471
4212
|
"logs": "Logs",
|
|
4472
4213
|
"log": "Log",
|
|
4473
|
-
"
|
|
4214
|
+
"description": "Description",
|
|
4474
4215
|
"entries": "{0} / {1} entries",
|
|
4475
4216
|
"filteredBy": "Filtered by:",
|
|
4476
|
-
"noEntriesMatch": "No log entries match your filters"
|
|
4477
|
-
"loading": "Loading…",
|
|
4478
|
-
"more": "More",
|
|
4479
|
-
"generate": "Generate",
|
|
4480
|
-
"archiveDownloaded": "Archive is being downloaded"
|
|
4217
|
+
"noEntriesMatch": "No log entries match your filters"
|
|
4481
4218
|
}
|
|
4482
4219
|
}
|