bfg-common 1.6.99 → 1.6.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/assets/localization/local_be.json +20 -353
  2. package/assets/localization/local_en.json +39 -373
  3. package/assets/localization/local_hy.json +22 -355
  4. package/assets/localization/local_kk.json +20 -353
  5. package/assets/localization/local_ru.json +34 -367
  6. package/assets/localization/local_zh.json +21 -354
  7. package/assets/scss/common/global.scss +0 -11
  8. package/assets/scss/common/normalize.scss +0 -3
  9. package/assets/scss/common/theme.scss +2 -2
  10. package/components/atoms/stack/StackBlock.vue +1 -1
  11. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +2 -2
  12. package/components/atoms/tooltip/TooltipError.vue +0 -3
  13. package/components/common/adapterManager/AdapterManagerNew.vue +0 -87
  14. package/components/common/adapterManager/addAdapterModal/AddAdapterModalNew.vue +1 -1
  15. package/components/common/adapterManager/addAdapterWarningModal/AddAdapterWarningModalNew.vue +1 -0
  16. package/components/common/adapterManager/ui/actions/bar/Bar.vue +0 -2
  17. package/components/common/adapterManager/ui/actions/bar/BarNew.vue +2 -3
  18. package/components/common/adapterManager/ui/table/adapters/AdaptersNew.vue +0 -1
  19. package/components/common/configure/physicalAdapters/PhysicalAdapters.vue +0 -6
  20. package/components/common/configure/physicalAdapters/PhysicalAdaptersNew.vue +192 -219
  21. package/components/common/configure/physicalAdapters/PhysicalAdaptersOld.vue +4 -6
  22. package/components/common/configure/physicalAdapters/buttons/Buttons.vue +0 -1
  23. package/components/common/configure/physicalAdapters/modals/edit/Edit.vue +1 -26
  24. package/components/common/configure/physicalAdapters/modals/edit/EditNew.vue +1 -30
  25. package/components/common/configure/physicalAdapters/modals/edit/lib/models/interfaces.ts +0 -5
  26. package/components/common/configure/physicalAdapters/tableView/TableViewNew.vue +1 -12
  27. package/components/common/configure/physicalAdapters/tableView/lib/config/physicalAdaptersTableConfigNew.ts +21 -21
  28. package/components/common/configure/physicalAdapters/tableView/lib/config/settings.ts +32 -39
  29. package/components/common/configure/physicalAdapters/tableView/lib/models/interfaces.ts +1 -4
  30. package/components/common/diagramMain/Diagram.vue +85 -169
  31. package/components/common/diagramMain/DiagramMain.vue +10 -40
  32. package/components/common/diagramMain/{header/HeaderOld.vue → Header.vue} +67 -78
  33. package/components/common/diagramMain/modals/{managePhysicalAdapters/ManagePhysicalAdaptersOld.vue → ManagePhysicalAdaptersModal.vue} +119 -33
  34. package/components/common/diagramMain/modals/Modals.vue +5 -5
  35. package/components/common/diagramMain/modals/editSettings/{confirmTeamingSettingsModal/ConfirmTeamingSettingsModalOld.vue → ConfirmTeamingSettingsModal.vue} +5 -2
  36. package/components/common/diagramMain/modals/editSettings/EditSettings.vue +102 -104
  37. package/components/common/diagramMain/modals/editSettings/{modal/EditSettingsModalOld.vue → EditSettingsModal.vue} +51 -12
  38. package/components/common/diagramMain/modals/editSettings/lib/models/interfaces.ts +0 -6
  39. package/components/common/diagramMain/modals/editSettings/tabs/{networkProperties/NetworkPropertiesOld.vue → NetworkProperties.vue} +113 -12
  40. package/components/common/diagramMain/modals/editSettings/tabs/{security/SecurityOld.vue → Security.vue} +48 -25
  41. package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +164 -0
  42. package/components/common/diagramMain/modals/editSettings/tabs/{teamingFailover/TeamingFailoverOld.vue → TeamingFailover.vue} +48 -11
  43. package/components/common/diagramMain/modals/editSettings/tabs/{trafficShaping/TrafficShapingOld.vue → TrafficShaping.vue} +134 -12
  44. package/components/common/diagramMain/modals/editSettings/tabs/port/{ipvFourSettings/IpvFourSettingsOld.vue → IpvFourSettings.vue} +152 -11
  45. package/components/common/diagramMain/modals/editSettings/tabs/port/{portProperties/PortPropertiesOld.vue → PortProperties.vue} +103 -12
  46. package/components/common/diagramMain/modals/lib/config/adapterModal.ts +9 -9
  47. package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +2 -43
  48. package/components/common/diagramMain/modals/lib/config/index.ts +1 -2
  49. package/components/common/diagramMain/modals/lib/config/networkModal.ts +15 -15
  50. package/components/common/diagramMain/modals/lib/config/portModal.ts +12 -12
  51. package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +2 -2
  52. package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +1 -1
  53. package/components/common/diagramMain/modals/lib/utils/index.ts +4 -34
  54. package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +2 -2
  55. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +1 -1
  56. package/components/common/diagramMain/modals/remove/RemoveModalNew.vue +16 -67
  57. package/components/common/diagramMain/modals/viewSettings/viewSettingsModal/ViewSettingsModalNew.vue +0 -8
  58. package/components/common/layout/theHeader/ThemeSwitch.vue +1 -1
  59. package/components/common/layout/theHeader/modals/reconnect/New.vue +30 -38
  60. package/components/common/layout/theHeader/userMenu/modals/changePassword/New.vue +9 -8
  61. package/components/common/layout/theHeader/userMenu/modals/preferences/New.vue +0 -4
  62. package/components/common/layout/theHeader/userMenu/modals/preferences/Old.vue +2 -9
  63. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +7 -11
  64. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +1 -7
  65. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +5 -8
  66. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +5 -9
  67. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +1 -1
  68. package/components/common/layout/theHeader/userMenu/modals/preferences/view/Old.vue +9 -5
  69. package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +6 -9
  70. package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +1 -3
  71. package/components/common/modals/Rename.vue +1 -3
  72. package/components/common/monitor/advanced/table/tableOld/TableOld.vue +93 -93
  73. package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +1 -1
  74. package/components/common/noDataProvided/NoDataProvidedNew.vue +1 -1
  75. package/components/common/pages/backups/lib/models/interfaces.ts +0 -1
  76. package/components/common/pages/backups/modals/Modals.vue +0 -1
  77. package/components/common/pages/backups/modals/createBackup/datastores/tableView/new/lib/config/table.ts +4 -4
  78. package/components/common/pages/backups/modals/createBackup/datastores/tableView/old/lib/config/table.ts +4 -4
  79. package/components/common/pages/backups/modals/lib/config/restore.ts +0 -1
  80. package/components/common/pages/backups/modals/lib/models/interfaces.ts +0 -1
  81. package/components/common/pages/backups/modals/restore/Restore.vue +2 -4
  82. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +253 -184
  83. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/ActionsNew.vue +1 -1
  84. package/components/common/pages/scheduledTasks/table/lib/models/enums.ts +0 -9
  85. package/components/common/pages/scheduledTasks/table/new/New.vue +10 -12
  86. package/components/common/pages/tasks/Tasks.vue +1 -4
  87. package/components/common/pages/tasks/table/Table.vue +23 -25
  88. package/components/common/readyToComplete/New.vue +0 -1
  89. package/components/common/split/horizontal/New.vue +1 -1
  90. package/components/common/split/horizontal/Old.vue +1 -1
  91. package/components/common/split/vertical/New.vue +8 -42
  92. package/components/common/split/vertical/Old.vue +2 -31
  93. package/components/common/split/vertical/Vertical.vue +0 -4
  94. package/components/common/tools/Actions.vue +3 -7
  95. package/components/common/tools/lib/models/interfaces.ts +0 -1
  96. package/components/common/vm/actions/add/New.vue +6 -21
  97. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +1 -14
  98. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/New.vue +0 -5
  99. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Old.vue +0 -1
  100. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/New.vue +0 -1
  101. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/New.vue +0 -2
  102. package/components/common/vm/actions/common/select/options/New.vue +12 -14
  103. package/components/common/vm/actions/common/select/options/Old.vue +15 -16
  104. package/components/common/vm/actions/common/select/storage/new/lib/config/table.ts +15 -13
  105. package/components/common/vm/actions/confirm/Confirm.vue +0 -3
  106. package/components/common/vm/actions/rename/Old.vue +0 -1
  107. package/components/common/vm/snapshots/DetailView.vue +6 -6
  108. package/components/common/wizards/datastore/add/New.vue +0 -6
  109. package/components/common/wizards/datastore/add/lib/config/steps.ts +1 -1
  110. package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +1 -1
  111. package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/New.vue +1 -1
  112. package/components/common/wizards/network/add/Add.vue +2 -13
  113. package/components/common/wizards/network/add/AddNew.vue +26 -22
  114. package/components/common/wizards/network/add/lib/config/initialData.ts +4 -6
  115. package/components/common/wizards/network/add/lib/config/steps.ts +1 -1
  116. package/components/common/wizards/network/add/lib/models/interfaces.ts +0 -1
  117. package/components/common/wizards/network/add/lib/utils/utils.ts +1 -1
  118. package/components/common/wizards/network/add/steps/connectionSettings/ConnectionSettingsOld.vue +1 -5
  119. package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettingsNew.vue +8 -2
  120. package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettingsOld.vue +0 -3
  121. package/components/common/wizards/network/add/steps/portProperties/PortPropertiesNew.vue +8 -2
  122. package/components/common/wizards/network/add/steps/portProperties/PortPropertiesOld.vue +2 -6
  123. package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceNew.vue +3 -10
  124. package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceOld.vue +0 -4
  125. package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectNetwork.vue +1 -5
  126. package/components/common/wizards/network/add/validations/common.ts +1 -1
  127. package/components/common/wizards/vm/migrate/New.vue +3 -13
  128. package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +0 -5
  129. package/components/common/wizards/vm/migrate/lib/config/steps.ts +2 -3
  130. package/components/common/wizards/vm/migrate/steps/computeResource/New.vue +1 -2
  131. package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/New.vue +21 -40
  132. package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/config/hostTable.ts +14 -44
  133. package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/models/enums.ts +0 -4
  134. package/components/common/wizards/vm/migrate/steps/priority/New.vue +2 -7
  135. package/components/common/wizards/vm/migrate/steps/selectStorage/New.vue +7 -22
  136. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/New.vue +0 -6
  137. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/table/new/New.vue +1 -4
  138. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/table/new/lib/config/datastoreTable.ts +16 -12
  139. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/new/New.vue +5 -10
  140. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/new/lib/config/diskTable.ts +11 -16
  141. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/old/lib/config/diskTable.ts +1 -7
  142. package/components/common/wizards/vm/migrate/steps/selectStorage/selectedPerDisk/New.vue +10 -17
  143. package/components/common/wizards/vm/migrate/steps/type/TypeNew.vue +0 -1
  144. package/components/common/wizards/vm/migrate/vmOrigin/New.vue +15 -35
  145. package/lib/models/interfaces.ts +0 -1
  146. package/lib/models/store/tasks/enums.ts +0 -3
  147. package/lib/models/store/tasks/types.ts +6 -7
  148. package/package.json +2 -2
  149. package/plugins/directives.ts +5 -3
  150. package/public/spice-console/application/agent.js +17 -18
  151. package/store/tasks/actions.ts +8 -26
  152. package/store/tasks/mappers/recentTasks.ts +0 -1
  153. package/components/common/configure/physicalAdapters/modals/edit/lib/validations/validations.ts +0 -19
  154. package/components/common/diagramMain/header/Header.vue +0 -49
  155. package/components/common/diagramMain/header/HeaderNew.vue +0 -155
  156. package/components/common/diagramMain/modals/UnsavedChangesModal.vue +0 -32
  157. package/components/common/diagramMain/modals/editSettings/EditSettingsNew.vue +0 -285
  158. package/components/common/diagramMain/modals/editSettings/EditSettingsOld.vue +0 -254
  159. package/components/common/diagramMain/modals/editSettings/confirmTeamingSettingsModal/ConfirmTeamingSettingsModal.vue +0 -31
  160. package/components/common/diagramMain/modals/editSettings/confirmTeamingSettingsModal/ConfirmTeamingSettingsModalNew.vue +0 -82
  161. package/components/common/diagramMain/modals/editSettings/lib/config/config.ts +0 -15
  162. package/components/common/diagramMain/modals/editSettings/lib/utils/utils.ts +0 -177
  163. package/components/common/diagramMain/modals/editSettings/modal/EditSettingsModal.vue +0 -137
  164. package/components/common/diagramMain/modals/editSettings/modal/EditSettingsModalNew.vue +0 -91
  165. package/components/common/diagramMain/modals/editSettings/tabs/networkProperties/NetworkProperties.vue +0 -158
  166. package/components/common/diagramMain/modals/editSettings/tabs/networkProperties/NetworkPropertiesNew.vue +0 -262
  167. package/components/common/diagramMain/modals/editSettings/tabs/port/ipvFourSettings/IpvFourSettings.vue +0 -192
  168. package/components/common/diagramMain/modals/editSettings/tabs/port/ipvFourSettings/IpvFourSettingsNew.vue +0 -388
  169. package/components/common/diagramMain/modals/editSettings/tabs/port/portProperties/PortProperties.vue +0 -139
  170. package/components/common/diagramMain/modals/editSettings/tabs/port/portProperties/PortPropertiesNew.vue +0 -286
  171. package/components/common/diagramMain/modals/editSettings/tabs/security/Security.vue +0 -209
  172. package/components/common/diagramMain/modals/editSettings/tabs/security/SecurityNew.vue +0 -233
  173. package/components/common/diagramMain/modals/editSettings/tabs/switchProperties/SwitchProperties.vue +0 -128
  174. package/components/common/diagramMain/modals/editSettings/tabs/switchProperties/SwitchPropertiesNew.vue +0 -235
  175. package/components/common/diagramMain/modals/editSettings/tabs/switchProperties/SwitchPropertiesOld.vue +0 -87
  176. package/components/common/diagramMain/modals/editSettings/tabs/teamingFailover/TeamingFailover.vue +0 -99
  177. package/components/common/diagramMain/modals/editSettings/tabs/teamingFailover/TeamingFailoverNew.vue +0 -319
  178. package/components/common/diagramMain/modals/editSettings/tabs/trafficShaping/TrafficShaping.vue +0 -173
  179. package/components/common/diagramMain/modals/editSettings/tabs/trafficShaping/TrafficShapingNew.vue +0 -348
  180. package/components/common/diagramMain/modals/managePhysicalAdapters/ManagePhysicalAdapters.vue +0 -164
  181. package/components/common/diagramMain/modals/managePhysicalAdapters/ManagePhysicalAdaptersNew.vue +0 -306
  182. package/components/common/diagramMain/skeleton/Header.vue +0 -31
  183. package/components/common/diagramMain/skeleton/Switch.vue +0 -75
  184. 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 Speed, Duplex",
46
- "actualSpeed": "Actual Speed",
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 Bandwidth (kbit/s)",
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 Size (KB)",
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 Speed, Duplex",
262
- "configuredSpeed": "Configured Speed",
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
- "current_evc_mode": "Current CPU Mode",
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 Order",
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 Supported",
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 Ports",
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 Bandwidth (kbit/s)",
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 Failover",
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 Shaping",
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": "SAN",
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": "Virtual disk format",
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",
@@ -2243,7 +2235,7 @@
2243
2235
  "selectSourceVCenterServerDesc": "Import Virtual Machine from the selected source VMware.",
2244
2236
  "importVirtualMachines": "Import Virtual Machines",
2245
2237
  "importVirtualMachinesDesc": "Select which Virtual Machines to be imported.",
2246
- "selectVirtualMachineImport": "Select the virtual machine to import.",
2238
+ "selectVirtualMachineImport": "Select the Virtual Machine to import.",
2247
2239
  "selectFolder": "Select folder",
2248
2240
  "keepVMsSourceVCenterServer": "Keep VMs on the source vCenter Server (performs a VM clone operation).",
2249
2241
  "successfullyConnected": "Successfully connected to {address}",
@@ -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": "Remove Port Group",
2408
- "confirmPortRemoval": "Remove VMkernel Adapter",
2409
- "confirmSwitchRemoval": "Remove Standard Switch",
2410
- "confirmNetworkRemovalMessage": "Are you sure you want to remove the port group \"{networkName}\" from the virtual switch \"{switchName}\"?",
2411
- "confirmPortRemovalMessage1": "Removing a VMkernel adapter makes all services that use it unavailable.",
2412
- "confirmPortRemovalMessage2": "Are you sure you want to remove the VMkernel adapter \"{portName}\" from the virtual switch \"{switchName}\"?",
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 Cleanup",
2599
- "eventRetentionDays": "Event Retention (Days)",
2600
- "editSphereGeneralSettings": "Edit Sphere General Settings",
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,55 +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",
2671
- "authorization": "Authorization",
2672
- "hostFound": "Host found",
2673
- "testConnection": "Test Connection",
2674
- "saveAndStart": "Save and Start",
2675
- "extended": "Extended",
2676
- "deleteConfiguration": "Delete Configuration",
2677
- "editConnection": "Edit Connection"
2617
+ "enterValidNumber": "Enter a valid number."
2678
2618
  },
2679
2619
  "auth": {
2680
2620
  "welcomeTo": "Welcome to",
@@ -2704,8 +2644,7 @@
2704
2644
  "recentTask": "Recent Tasks",
2705
2645
  "taskName": "Task Name",
2706
2646
  "moreTasks": "More Tasks",
2707
- "vmUpdateSteps": "VM Update Steps",
2708
- "waitingTime": "Waiting Time"
2647
+ "vmUpdateSteps": "VM Update Steps"
2709
2648
  },
2710
2649
  "layout": {
2711
2650
  "alarms": "Alarms",
@@ -2825,7 +2764,7 @@
2825
2764
  "actionsSameInfoDesc": "Actions are same as Alarm Rule 1 due to same severity level",
2826
2765
  "systemStack": "System stack",
2827
2766
  "localSubnet": "Local Subnet",
2828
- "renewCertificateConfirm": "Renew Certificate",
2767
+ "renewCertificateConfirm": "Renew Certificate Confirmation",
2829
2768
  "elapsed": "Elapsed",
2830
2769
  "expiring": "Expiring",
2831
2770
  "expiringSoon": "Expiring soon",
@@ -2956,14 +2895,7 @@
2956
2895
  "moreOneDestinationSelected": "More than one destination selected.",
2957
2896
  "selectedDestinationDifferentNetwork": "The selected destination is on a different network.",
2958
2897
  "numberOfVirtualFunctions": "Number of virtual functions",
2959
- "noSelectedAdaptersMessage": "Please make sure to select a physical network adapter to view its details.",
2960
- "vfNotNegativeMessage": "The number of virtual functions is invalid. Enter a number between 1 and 63.",
2961
- "vfRequiredMessage": "Specify the number of virtual functions!",
2962
- "noVirtualSwitchesTitle": "No virtual switches",
2963
- "noVirtualSwitchesMessage": "Virtual switches will appear here once added.",
2964
- "versionRaw": "Version Raw",
2965
- "configSupported": "Config Supported",
2966
- "configApplied": "Config Applied"
2898
+ "noSelectedAdaptersMessage": "Please make sure to select a physical network adapter to view its details."
2967
2899
  },
2968
2900
  "vmOverrides": {
2969
2901
  "vmOverrides": "VM Overrides",
@@ -3055,28 +2987,7 @@
3055
2987
  "fieldNotContainSpecialCharacters": "The field must not contain special characters",
3056
2988
  "noObjectsFound": "No objects found",
3057
2989
  "cpuS": "CPU(s)",
3058
- "vmAutomation": "VM Automation",
3059
- "connect": "Connection",
3060
- "image_profile": "Image Profile",
3061
- "shares": "Shares",
3062
- "reservation": "Reservation",
3063
- "limit": "Limit",
3064
- "capacity": "Capacity",
3065
- "adapter_type": "Adapter Type",
3066
- "mac_address": "MAC Address",
3067
- "video_card": "Video Card",
3068
- "total_video_memory": "Total Video Memory",
3069
- "number_of_displays": "Number of Displays",
3070
- "other_hardware": "Other Hardware",
3071
- "template": "Templates",
3072
- "drive_cdrom": "Drive CD-ROM",
3073
- "drive_disk": "Drive Disk",
3074
- "network_adapter": "Network Adapter",
3075
- "week": "week",
3076
- "days": "days",
3077
- "hours": "hours",
3078
- "minutes": "minutes",
3079
- "datacenter": "Datacenter"
2990
+ "vmAutomation": "VM Automation"
3080
2991
  },
3081
2992
  "contextMenu": {
3082
2993
  "actionsMenuPower": "Power",
@@ -3508,7 +3419,6 @@
3508
3419
  "chartColor": "Chart color",
3509
3420
  "metricName": "Metric name",
3510
3421
  "metricDescription": "Metric description",
3511
- "unitOfMeasurement": "Unit of measurement",
3512
3422
  "cpuUsage": "CPU Usage",
3513
3423
  "vCpus": "vCPUs",
3514
3424
  "cpuUsed": "CPU Used",
@@ -3659,6 +3569,7 @@
3659
3569
  "chartOptionsVmNetworkDescription11": "Broadcast packets received",
3660
3570
  "chartOptionsVmNetworkDescription12": "Multicast packets transmitted",
3661
3571
  "chartOptionsVmNetworkDescription13": "Multicast packets received",
3572
+ "unitOfMeasurement": "Unit of measurement",
3662
3573
  "virtualMachineCpu": "Virtual Machine CPU",
3663
3574
  "virtualMachineMemory": "Virtual Machine Memory"
3664
3575
  },
@@ -3707,12 +3618,12 @@
3707
3618
  "consolidateSnapshots": "Consolidate Snapshots"
3708
3619
  },
3709
3620
  "importVms": {
3710
- "selectSourceTooltipDesc": "VMware user credentials must have Administrator privileges. Credentials for ESXi and vCenter Server are supported",
3621
+ "selectSourceTooltipDesc": "No Trusted infrastructure Administrator, credits are accepted from esxi and vSphere",
3711
3622
  "selectNetworksSubtitle": "Select adapter types and networks in Procurator for the virtual machine migration.",
3712
3623
  "reviewImportVmDetails": "Review the details before importing the VM."
3713
3624
  },
3714
3625
  "migrateVm": {
3715
- "migrationStrategy": "Migration Strategy",
3626
+ "migrationStrategy": "Migration strategy",
3716
3627
  "liveMigration": "Live Migration (No Downtime)",
3717
3628
  "ramSuspendMigration": "RAM Suspend Migration",
3718
3629
  "offlineMigration": "Offline Migration",
@@ -3720,8 +3631,7 @@
3720
3631
  "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.",
3721
3632
  "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.",
3722
3633
  "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.",
3723
- "changeComputeResourceStorageVirtualMachine": "Change the compute resource or storage of the virtual machine.",
3724
- "reviewDetailsBeforeVmMigrated": "Review the details before the virtual machine is migrated."
3634
+ "changeComputeResourceStorageVirtualMachine": "Change the compute resource or storage of the virtual machine."
3725
3635
  },
3726
3636
  "storageAdapters": {
3727
3637
  "none": "None",
@@ -3881,63 +3791,7 @@
3881
3791
  "vmCpuMetrics": "VM CPU Metrics",
3882
3792
  "vmMemoryMetrics": "VM Memory Metrics",
3883
3793
  "vmNetworkMetrics": "VM Network Metrics",
3884
- "vmDiskMetrics": "VM Disk Metrics",
3885
- "hostAndStart": "Host & Start",
3886
- "isNotAvailable": "is not available",
3887
- "hostNotExist": "Host does not exist",
3888
- "zabbixServerDetails": "Zabbix Server Details",
3889
- "zabbixServerDetailsText": "Provide the connection parameters to connect to your Zabbix server.",
3890
- "zabbixServer": "Zabbix Server",
3891
- "portTrapper": "Port (trapper)",
3892
- "apiUrl": "API URL (auto if empty)",
3893
- "connectionStatus": "Connection Status",
3894
- "connectionStatusText": "Please test the connection before proceeding to the next step.",
3895
- "trapper": "Trapper",
3896
- "hostSettingsAndStart": "Host Settings & Start",
3897
- "hostSettingsAndStartText": "Zabbix hostname, group, templates, adapter start",
3898
- "hypervisorHostNameInZabbix": "Hypervisor Hostname in Zabbix",
3899
- "hypervisorHostNameInZabbixText": "The host will appear in Zabbix under this name. Usually the hypervisor IP address.",
3900
- "zabbixHostGroup": "Zabbix Host Group",
3901
- "zabbixHostGroupText": "Zabbix requires a host group for each host. Loaded during connection validation.",
3902
- "configurationSavedStartAdapter": "Configuration saved. Starting adapter",
3903
- "monitoringProfile": "Monitoring Profile",
3904
- "monitoringProfileText": "Which metrics to collect and send to Zabbix",
3905
- "hostMetrics": "Host Metrics",
3906
- "metricsSelected": "metrics selected",
3907
- "vmMetrics": "VM Metrics",
3908
- "minimal": "Minimal",
3909
- "virtualMachineCpu": "Virtual machine CPU",
3910
- "virtualMachineMemory": "Virtual machine memory",
3911
- "virtualMachineNetwork": "Virtual machine network",
3912
- "virtualMachineDisk": "Virtual machine disk",
3913
- "systemStatus": "System Status",
3914
- "systemStatusText": "Monitor adapter performance and verify connections to Zabbix",
3915
- "autoRefresh": "Auto-refresh (5s)",
3916
- "statusChecks": "Status Checks",
3917
- "errorsDetectedLogs": "Errors detected in logs ({0} in last 5 min)",
3918
- "deliveryCounters": "Delivery Counters",
3919
- "enqueued": "Enqueued",
3920
- "sent": "Sent",
3921
- "dropped": "Dropped",
3922
- "queue": "Queue",
3923
- "retries": "Retries",
3924
- "editMetricsProfile": "Edit Metrics Profile",
3925
- "deleteZabbixConfigurationText": "Are you sure you want to delete the Zabbix integration configuration?",
3926
- "adapterIsRunning": "Adapter is running",
3927
- "adapterIsRunningDescription": "Adapter is running, metrics are being sent",
3928
- "issuesDetected": "Issues detected",
3929
- "issuesDetectedDescription": "The adapter is operational, but issues were detected",
3930
- "adapterIsStopped": "Adapter is stopped",
3931
- "adapterIsStoppedDescription": "Adapter is stopped, metrics are not being sent",
3932
- "adapterIsRunningAndOperational": "Adapter is running and operational",
3933
- "metricsSentSuccessfully": "Metrics sent successfully",
3934
- "zabbixApiAvailableAuthOk": "Zabbix API available, authorization OK",
3935
- "zabbixApiNotAvailable": "Zabbix API Not available",
3936
- "trapperPortAccessible": "Trapper port: {0} accessible",
3937
- "trapperPortNotAccessible": "Trapper port: {0} not accessible",
3938
- "successful": "Successful",
3939
- "issue": "Issue",
3940
- "metricsSent": "Metrics Sent"
3794
+ "vmDiskMetrics": "VM Disk Metrics"
3941
3795
  },
3942
3796
  "glpi": {
3943
3797
  "connectToGlpi": "Connect to GLPI",
@@ -4119,182 +3973,7 @@
4119
3973
  "noPrivilegesAdded": "No privileges added. Please add some to view.",
4120
3974
  "pleaseMakeSureSelectRoleViewDetails": "Please make sure to select a role to view its details.",
4121
3975
  "noRolesCreatedYet": "No roles created yet. Please add a new role to get started.",
4122
- "deleteRoleDesc": "Are you sure you want to delete the role “{0}”? This action cannot be undone.",
4123
- "showBackup": "Show Backup",
4124
- "no_access": "No Access",
4125
- "restrict_access": "Restrict Access",
4126
- "read_only": "Read Only",
4127
- "read_only_access": "Read Only Access",
4128
- "administrator": "Administrator",
4129
- "full_access_rights": "Full Access Rights",
4130
- "rbac": "RBAC",
4131
- "tasks": "Tasks",
4132
- "event_console": "Event Console",
4133
- "identity_providers": "Identity Providers",
4134
- "metadata": "Metadata",
4135
- "show_backups": "Show Backups",
4136
- "show_events": "Show Events",
4137
- "show_identity_providers": "Show Identity Providers",
4138
- "show_cluster": "Show Cluster",
4139
- "show_templates": "Show Templates",
4140
- "show_network": "Show Network",
4141
- "show_buckets": "Show Buckets",
4142
- "show_rbac": "Show RBAC",
4143
- "show_zone": "Show Zone",
4144
- "show_ghydra": "Show Ghydra",
4145
- "show_datacenter": "Show Datacenter",
4146
- "show_tasks": "Show Tasks",
4147
- "show_vm": "Show Vm",
4148
- "show_snapshots": "Show Snapshots",
4149
- "show_scheduled_task": "Show Scheduled Task",
4150
- "show_datastore": "Show Datastore",
4151
- "show_datastore_files": "Show Datastore Files",
4152
- "show_host": "Show Host",
4153
- "upload_file": "Upload File",
4154
- "rename_item": "Rename Item",
4155
- "delete_item": "Delete Item",
4156
- "enter_maintenance_mode": "Enter Maintenance Mode",
4157
- "move_datastore": "Move Datastore",
4158
- "create_datastore": "Create Datastore",
4159
- "remove_datastore": "Remove Datastore",
4160
- "new_folder": "New Folder",
4161
- "make_empty_file": "Make Empty File",
4162
- "copy_item": "Copy Item",
4163
- "move_item": "Move Item",
4164
- "exit_maintenance_mode": "Exit Maintenance Mode",
4165
- "erase_storage_devices": "Erase Storage Devices",
4166
- "create_iscsi_adapter": "Create iSCSI Adapter",
4167
- "connect_host_console": "Connect Host Console",
4168
- "remove_host": "Remove Host",
4169
- "move_host": "Move Host",
4170
- "update_storage_devices": "Update Storage Devices",
4171
- "update_iscsi_adapter": "Update iSCSI Adapter",
4172
- "delete_iscsi_adapter": "Delete iSCSI Adapter",
4173
- "update_storage_adapters": "Update Storage Adapters",
4174
- "power_on_vm": "Power On Vm",
4175
- "reset_vm": "Reset Vm",
4176
- "delete_snapshot": "Delete Snapshot",
4177
- "migrate_host": "Migrate Host",
4178
- "create_vm": "Create Vm",
4179
- "hard_stop_vm": "Hard Stop Vm",
4180
- "clone_vm": "Clone Vm",
4181
- "restore_backup": "Restore Backup",
4182
- "power_off_vm": "Power Off Vm",
4183
- "restart_guest": "Restart Guest",
4184
- "unmount_guest_tools": "Unmount Guest Tools",
4185
- "update_scheduled_task": "Update Scheduled Task",
4186
- "create_backup": "Create Backup",
4187
- "delete_backup": "Delete Backup",
4188
- "register_vm": "Register Vm",
4189
- "delete_all_snapshots": "Delete All Snapshots",
4190
- "remove_from_disk": "Remove From Disk",
4191
- "rename_vm": "Rename Vm",
4192
- "convert_vm_to_template": "Convert Vm To Template",
4193
- "delete_backups": "Delete Backups",
4194
- "mount_guest_tools": "Mount Guest Tools",
4195
- "revert_snapshot": "Revert Snapshot",
4196
- "move_vm": "Move Vm",
4197
- "migrate_datastore": "Migrate Datastore",
4198
- "migrate_combined": "Migrate Combined",
4199
- "import_esxi": "Import ESXi",
4200
- "resume_vm": "Resume Vm",
4201
- "delete_scheduled_task": "Delete Scheduled Task",
4202
- "update_vm": "Update Vm",
4203
- "shutdown_guest": "Shutdown Guest",
4204
- "update_snapshot": "Update Snapshot",
4205
- "remove_from_inventory": "Remove From Inventory",
4206
- "connect_vm_console": "Connect Vm Console",
4207
- "take_snapshot": "Take Snapshot",
4208
- "suspend_vm": "Suspend Vm",
4209
- "create_scheduled_task": "Create Scheduled Task",
4210
- "show_notebook": "Show Notebook",
4211
- "update_notebook": "Update Notebook",
4212
- "show_custom_attributes": "Show Custom Attributes",
4213
- "create_custom_attribute": "Create Custom Attribute",
4214
- "update_custom_attribute": "Update Custom Attribute",
4215
- "delete_custom_attribute": "Delete Custom Attribute",
4216
- "update_retention_settings": "Update Retention Settings",
4217
- "remove_identity_provider": "Remove Identity Provider",
4218
- "set_default_identity_provider": "Set Default Identity Provider",
4219
- "update_user": "Update User",
4220
- "kick_user": "Kick User",
4221
- "confirm_two_factor_setup": "Confirm Two-Factor Setup",
4222
- "reset_user_two_factor": "Reset User Two-Factor",
4223
- "create_identity_provider": "Create Identity Provider",
4224
- "block_user": "Block User",
4225
- "revoke_user_tokens": "Revoke User Tokens",
4226
- "remove_user": "Remove User",
4227
- "unblock_user": "Unblock User",
4228
- "view_blocked_users": "View Blocked Users",
4229
- "update_security_policies": "Update Security Policies",
4230
- "create_user": "Create User",
4231
- "kick_user_session": "Kick User Session",
4232
- "change_user_password": "Change User Password",
4233
- "disable_two_factor": "Disable Two-Factor",
4234
- "create_group": "Create Group",
4235
- "remove_role": "Remove Role",
4236
- "update_group": "Update Group",
4237
- "create_role": "Create Role",
4238
- "create_global_permission": "Create Global Permission",
4239
- "remove_global_permission": "Remove Global Permission",
4240
- "update_object_permission": "Update Object Permission",
4241
- "clone_role": "Clone Role",
4242
- "update_global_permission": "Update Global Permission",
4243
- "create_object_permission": "Create Object Permission",
4244
- "remove_object_permission": "Remove Object Permission",
4245
- "remove_group": "Remove Group",
4246
- "remove_group_member": "Remove Group Member",
4247
- "update_role": "Update Role",
4248
- "remove_ghydra_member": "Remove Ghydra Member",
4249
- "rename_folder": "Rename Folder",
4250
- "move_folder": "Move Folder",
4251
- "add_ghydra_member": "Add Ghydra Member",
4252
- "change_ghydra_leader": "Change Ghydra Leader",
4253
- "set_ghydra_standalone": "Set Ghydra Standalone",
4254
- "create_zone": "Create Zone",
4255
- "rename_zone": "Rename Zone",
4256
- "remove_zone": "Remove Zone",
4257
- "delete_folder": "Delete Folder",
4258
- "init_ghydra": "Init Ghydra",
4259
-
4260
- "create_cluster": "Create Cluster",
4261
- "remove_cluster": "Remove Cluster",
4262
- "rename_cluster": "Rename Cluster",
4263
- "add_hosts_to_cluster": "Add Hosts To Cluster",
4264
- "update_drs_settings": "Update DRS Settings",
4265
- "schedule_update_drs": "Schedule Update DRS",
4266
- "move_cluster": "Move Cluster",
4267
- "update_ha_settings": "Update HA Settings",
4268
- "delete_template_from_inventory": "Delete Template From Inventory",
4269
- "delete_template_from_disk": "Delete Template From Disk",
4270
- "rename_template": "Rename Template",
4271
- "move_template": "Move Template",
4272
- "deploy_vm_from_template": "Deploy Vm From Template",
4273
- "convert_template_to_vm": "Convert Template To Vm",
4274
- "create_switch": "Create Switch",
4275
- "update_info_sysx": "Update Info Sysx",
4276
- "remove_port_group": "Remove Port Group",
4277
- "update_sysx": "Update Sysx",
4278
- "move_network": "Move Network",
4279
- "create_port_group": "Create Port Group",
4280
- "create_sysx": "Create Sysx",
4281
- "remove_switch": "Remove Switch",
4282
- "remove_sysx": "Remove Sysx",
4283
- "update_port_group": "Update Port Group",
4284
- "update_switch": "Update Switch",
4285
- "create_datacenter": "Create Datacenter",
4286
- "rename_datacenter": "Rename Datacenter",
4287
- "move_datacenter": "Move Datacenter",
4288
- "remove_datacenter": "Remove Datacenter",
4289
- "add_host_to_datacenter": "Add Host To Datacenter",
4290
- "move_backup_storage": "Move Backup Storage",
4291
- "create_backup_storage": "Create Backup Storage",
4292
- "delete_backup_storage": "Delete Backup Storage",
4293
- "backup_enter_maintenance_mode": "Backup Enter Maintenance Mode",
4294
- "backup_exit_maintenance_mode": "Backup Exit Maintenance Mode",
4295
- "datacenters": "Datacenters",
4296
- "backup": "Backup",
4297
- "templates": "Templates"
3976
+ "deleteRoleDesc": "Are you sure you want to delete the role “{0}”? This action cannot be undone."
4298
3977
  },
4299
3978
  "backup": {
4300
3979
  "selectName": "Select a Name",
@@ -4388,7 +4067,7 @@
4388
4067
  "notAvailable": "not available",
4389
4068
  "available": "available",
4390
4069
  "sphereHaIs": "Sphere HA is {0}",
4391
- "runtimeInformationSphereHa": "Runtime information for Sphere HA is reported under",
4070
+ "runtimeInformationSphereHa": "Runtime information for vSphere HA is reported under",
4392
4071
  "sphereHaMonitoring": "Sphere HA Monitoring",
4393
4072
  "proactiveHaIs": "Proactive HA is {0}",
4394
4073
  "failureConditionsAndResponses": "Failure conditions and responses",
@@ -4543,10 +4222,6 @@
4543
4222
  "selectedItems": "Selected items",
4544
4223
  "deleting": "Deleting...",
4545
4224
  "folders": "Folders",
4546
- "cancelUploadDescription": "Are you sure you want to cancel the upload for the file “{0}”? Your progress will be lost.",
4547
- "incorrectFileSelected": "Incorrect File Selected",
4548
- "incorrectFileSelectedDescription": "The selected file does not match the original. Please re-select the same file to continue the upload.",
4549
- "reSelect": "Re-select",
4550
4225
  "nameContainsInvalidCharacters": "Folder name must be between 1 and 64 characters and cannot contain spaces, '/', '@', '#', control characters, or be '.' / '..'",
4551
4226
  "fileAlreadyExists": "File Already Exists",
4552
4227
  "fileNameAlreadyExists": "A file named “{0}” already exists."
@@ -4688,18 +4363,9 @@
4688
4363
  "logs": {
4689
4364
  "logs": "Logs",
4690
4365
  "log": "Log",
4691
- "size": "Size",
4366
+ "description": "Description",
4692
4367
  "entries": "{0} / {1} entries",
4693
4368
  "filteredBy": "Filtered by:",
4694
- "noEntriesMatch": "No log entries match your filters",
4695
- "loading": "Loading…",
4696
- "more": "More",
4697
- "generate": "Generate",
4698
- "archiveDownloaded": "Archive is being downloaded"
4699
- },
4700
- "timeConfiguration": {
4701
- "policyLabel": "NTP service startup policy",
4702
- "policyValue1": "Start and stop with host",
4703
- "policyValue2": "Start and stop manually"
4369
+ "noEntriesMatch": "No log entries match your filters"
4704
4370
  }
4705
4371
  }