bfg-common 1.5.971 → 1.5.974
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/.idea/inspectionProfiles/Project_Default.xml +3 -1
- package/assets/localization/local_be.json +109 -22
- package/assets/localization/local_en.json +112 -25
- package/assets/localization/local_hy.json +109 -22
- package/assets/localization/local_kk.json +109 -22
- package/assets/localization/local_ru.json +119 -32
- package/assets/localization/local_zh.json +109 -22
- package/components/atoms/datepicker/Datepicker.vue +1 -5
- package/components/atoms/list/dragDropList/DragDropList.vue +14 -10
- package/components/atoms/table/dataGrid/DataGrid.vue +4 -0
- package/components/common/adapterManager/AdapterManagerNew.vue +41 -6
- package/components/common/adapterManager/addAdapterModal/AddAdapterModalNew.vue +64 -31
- package/components/common/adapterManager/addAdapterWarningModal/AddAdapterWarningModalNew.vue +3 -3
- package/components/common/adapterManager/ui/actions/moveDownAdapterButton/MoveDownAdapterButtonNew.vue +1 -0
- package/components/common/adapterManager/ui/actions/moveUpAdapterButton/MoveUpAdapterButtonNew.vue +1 -0
- package/components/common/adapterManager/ui/noSelectedAdapter/NoSelectedAdapterNew.vue +10 -4
- package/components/common/adapterManager/ui/secondTitle/SecondTitleNew.vue +16 -1
- package/components/common/adapterManager/ui/table/TableNew.vue +3 -2
- package/components/common/adapterManager/ui/table/adapters/AdaptersNew.vue +69 -36
- package/components/common/adapterManager/ui/table/header/HeaderNew.vue +5 -1
- package/components/common/configure/physicalAdapters/PhysicalAdapters.vue +184 -0
- package/components/common/configure/physicalAdapters/PhysicalAdaptersNew.vue +365 -0
- package/components/common/configure/physicalAdapters/PhysicalAdaptersOld.vue +305 -0
- package/components/common/configure/physicalAdapters/buttons/Buttons.vue +105 -0
- package/components/common/configure/physicalAdapters/emptyBlock/EmptyBlock.vue +17 -0
- package/components/common/configure/physicalAdapters/emptyBlock/EmptyBlockNew.vue +37 -0
- package/components/common/configure/physicalAdapters/emptyBlock/EmptyBlockOld.vue +26 -0
- package/components/common/configure/physicalAdapters/modals/edit/Edit.vue +99 -0
- package/components/common/configure/physicalAdapters/modals/edit/EditNew.vue +203 -0
- package/components/common/configure/physicalAdapters/modals/edit/EditOld.vue +170 -0
- package/components/common/configure/physicalAdapters/modals/edit/lib/config/config.ts +59 -0
- package/components/common/configure/physicalAdapters/modals/edit/lib/models/interfaces.ts +12 -0
- package/components/common/configure/physicalAdapters/tableView/TableView.vue +43 -0
- package/components/common/configure/physicalAdapters/tableView/TableViewNew.vue +334 -0
- package/components/common/configure/physicalAdapters/tableView/TableViewOld.vue +334 -0
- package/components/common/configure/physicalAdapters/tableView/lib/config/physicalAdaptersTableConfig.ts +177 -0
- package/components/common/configure/physicalAdapters/tableView/lib/config/physicalAdaptersTableConfigNew.ts +191 -0
- package/components/common/configure/physicalAdapters/tableView/lib/config/settings.ts +122 -0
- package/components/common/configure/physicalAdapters/tableView/lib/config/tableKeys.ts +14 -0
- package/components/common/configure/physicalAdapters/tableView/lib/models/interfaces.ts +30 -0
- package/components/common/configure/physicalAdapters/tableView/lib/models/types.ts +11 -0
- package/components/common/configure/physicalAdapters/tableView/mappers/mappers.ts +43 -0
- package/components/common/context/recursion/RecursionNew.vue +1 -2
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +8 -5
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +1 -1
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +2 -2
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +3 -2
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +8 -3
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +2 -2
- package/components/common/diagramMain/modals/viewSettings/info/InfoNew.vue +17 -0
- package/components/common/diagramMain/modals/viewSettings/viewSettings/ViewSettings.vue +3 -0
- package/components/common/diagramMain/modals/viewSettings/viewSettings/ViewSettingsNew.vue +66 -20
- package/components/common/layout/theHeader/Old.vue +1 -5
- package/components/common/layout/theHeader/userMenu/modals/preferences/New.vue +3 -0
- package/components/common/layout/theHeader/userMenu/modals/preferences/Old.vue +1 -0
- package/components/common/layout/theHeader/userMenu/modals/preferences/security/Security.vue +1 -0
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/New.vue +20 -8
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/Old.vue +7 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +3 -0
- package/components/common/modals/newFolder/new/Location.vue +21 -1
- package/components/common/monitor/advanced/Advanced.vue +206 -206
- package/components/common/monitor/advanced/AdvancedNew.vue +193 -193
- package/components/common/monitor/advanced/AdvancedOld.vue +225 -225
- package/components/common/monitor/advanced/tools/Tools.vue +316 -316
- package/components/common/monitor/advanced/tools/ToolsNew.vue +224 -224
- package/components/common/monitor/advanced/tools/ToolsOld.vue +317 -317
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +572 -572
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModalNew.vue +224 -224
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModalOld.vue +196 -196
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +156 -156
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/CountersNew.vue +157 -157
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/CountersOld.vue +121 -121
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +5 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableNew/TableNew.vue +4 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +138 -138
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/TimespanNew.vue +200 -200
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/TimespanOld.vue +95 -95
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +295 -295
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +2 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/MetricsNew.vue +2 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +28 -0
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +179 -179
- package/components/common/noDataProvided/NoDataProvided.vue +17 -0
- package/components/common/noDataProvided/NoDataProvidedNew.vue +66 -0
- package/components/common/noDataProvided/NoDataProvidedOld.vue +18 -0
- package/components/common/pages/backups/modals/createBackup/New.vue +4 -0
- package/components/common/pages/backups/modals/createBackup/Old.vue +1 -1
- package/components/common/pages/backups/modals/createBackup/disks/tableView/new/TableView.vue +0 -1
- package/components/common/pages/backups/modals/createBackup/disks/tableView/new/lib/config/table.ts +1 -1
- package/components/common/pages/backups/modals/createBackup/general/General.vue +1 -0
- package/components/common/pages/backups/modals/createBackup/general/GeneralNew.vue +1 -1
- package/components/common/pages/backups/modals/createBackup/general/GeneralOld.vue +59 -9
- package/components/common/pages/backups/modals/restore/New.vue +40 -35
- package/components/common/pages/backups/modals/restore/Restore.vue +0 -3
- package/components/common/pages/backups/modals/restore/disks/tableView/new/Table.vue +6 -1
- package/components/common/pages/backups/modals/restore/disks/tableView/new/lib/config/table.ts +1 -0
- package/components/common/pages/backups/modals/restore/lib/config/steps.ts +1 -1
- package/components/common/pages/backups/modals/restore/name/NameNew.vue +3 -0
- package/components/common/pages/backups/modals/restore/networks/table/new/Table.vue +7 -0
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +64 -148
- package/components/common/pages/hardwareHealth/HardwareHealthNew.vue +237 -0
- package/components/common/pages/hardwareHealth/HardwareHealthOld.vue +187 -0
- package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +200 -248
- package/components/common/pages/hardwareHealth/historyTestimony/GraphNew.vue +193 -0
- package/components/common/pages/hardwareHealth/historyTestimony/GraphOld.vue +209 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +79 -256
- package/components/common/pages/hardwareHealth/historyTestimony/tools/ToolsNew.vue +234 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/ToolsOld.vue +296 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +91 -106
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModalNew.vue +172 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModalOld.vue +166 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/NotificationNew.vue +22 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +30 -51
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/ActionsNew.vue +121 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/ActionsOld.vue +81 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +70 -49
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/CountersNew.vue +109 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/CountersOld.vue +93 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +25 -78
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +13 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/tableNew/TableNew.vue +57 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/tableNew/lib/config/options.ts +19 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/tableNew/lib/config/tableData.ts +73 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/tableNew/lib/utils/constructTable.ts +31 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/tableOld/TableOld.vue +103 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/{lib → tableOld/lib}/config/tableConfig.ts +3 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +50 -33
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/TimespanNew.vue +169 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/TimespanOld.vue +65 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +15 -9
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/MetricsNew.vue +121 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/MetricsOld.vue +22 -0
- package/components/common/pages/hardwareHealth/indicators/Indicators.vue +96 -0
- package/components/common/pages/hardwareHealth/indicators/lib/models/interfaces.ts +5 -0
- package/components/common/pages/hardwareHealth/lib/config/status.ts +14 -0
- package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +38 -0
- package/components/common/pages/hardwareHealth/lib/models/enums.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/new/New.vue +230 -0
- package/components/common/pages/hardwareHealth/tableView/new/lib/config/alertWarningTable.ts +100 -0
- package/components/common/pages/hardwareHealth/tableView/new/lib/config/historyTestimonyTable.ts +127 -0
- package/components/common/pages/hardwareHealth/tableView/new/lib/config/sensorTable.ts +164 -0
- package/components/common/pages/hardwareHealth/tableView/new/lib/config/storageSensorsTable.ts +88 -0
- package/components/common/pages/hardwareHealth/tableView/new/lib/config/systemLogTable.ts +74 -0
- package/components/common/pages/hardwareHealth/tableView/{TableView.vue → old/Old.vue} +16 -7
- package/components/common/pages/hardwareHealth/tableView/{lib → old/lib}/config/alertWarningTable.ts +2 -2
- package/components/common/pages/hardwareHealth/tableView/{lib → old/lib}/config/historyTestimonyTable.ts +2 -2
- package/components/common/pages/hardwareHealth/tableView/{lib → old/lib}/config/sensorTable.ts +2 -2
- package/components/common/pages/hardwareHealth/tableView/{lib → old/lib}/config/storageSensorTable.ts +2 -2
- package/components/common/pages/hardwareHealth/tableView/{lib → old/lib}/config/systemLogTable.ts +2 -2
- package/components/common/pages/hardwareHealth/tableView/{lib → old/lib}/config/tableKeys.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/{modal → old/modal}/SensorWarning.vue +3 -0
- package/components/common/pages/hardwareHealth/tooltip/Tooltip.vue +73 -0
- package/components/common/pages/licensing/listView/lib/config/list.ts +1 -1
- package/components/common/pages/scheduledTasks/lib/models/interfaces.ts +6 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/Frequency.vue +51 -42
- package/components/common/pages/scheduledTasks/modals/common/frequency/afterStartup/AfterStartup.vue +20 -48
- package/components/common/pages/scheduledTasks/modals/common/frequency/afterStartup/New.vue +73 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/afterStartup/Old.vue +65 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/end/End.vue +18 -69
- package/components/common/pages/scheduledTasks/modals/common/frequency/end/New.vue +104 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/end/Old.vue +112 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/interval/Interval.vue +22 -53
- package/components/common/pages/scheduledTasks/modals/common/frequency/interval/New.vue +79 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/interval/Old.vue +68 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/lib/utils.ts +1 -1
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/New.vue +170 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/Old.vue +234 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/On.vue +30 -168
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/lib/config/options.ts +17 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/selectWeek/New.vue +66 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/selectWeek/Old.vue +44 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/selectWeek/SelectWeek.vue +17 -28
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/selectWeek/lib/config/weekOptions.ts +20 -50
- package/components/common/pages/scheduledTasks/modals/common/frequency/startOn/New.vue +83 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/startOn/Old.vue +77 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/startOn/StartOn.vue +20 -51
- package/components/common/pages/scheduledTasks/modals/common/taskForm/New.vue +338 -0
- package/components/common/pages/scheduledTasks/modals/common/{newTaskForm/NewTaskForm.vue → taskForm/Old.vue} +12 -69
- package/components/common/pages/scheduledTasks/modals/common/taskForm/TaskForm.vue +129 -0
- package/components/common/pages/scheduledTasks/table/Table.vue +27 -81
- package/components/common/pages/scheduledTasks/table/expandDetails/ExpandDetails.vue +2 -2
- package/components/common/pages/scheduledTasks/table/expandDetails/New.vue +47 -17
- package/components/common/pages/scheduledTasks/table/expandDetails/Old.vue +4 -9
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/HistoryRun.vue +16 -54
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/new/New.vue +146 -0
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/new/lib/config/historyRunsTable.ts +161 -0
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/old/Old.vue +68 -0
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/{lib → old/lib}/config/historyRunsTable.ts +4 -4
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/{lib → old/lib}/config/tableKeys.ts +1 -1
- package/components/common/pages/scheduledTasks/table/expandDetails/lib/config/expandDetails.ts +7 -5
- package/components/common/pages/scheduledTasks/table/expandDetails/lib/models/interfaces.ts +8 -0
- package/components/common/pages/scheduledTasks/table/lib/models/enums.ts +4 -0
- package/components/common/pages/scheduledTasks/table/new/New.vue +316 -0
- package/components/common/pages/scheduledTasks/table/new/lib/config/scheduledTasksTable.ts +192 -0
- package/components/common/pages/scheduledTasks/table/new/lib/models/enums.ts +14 -0
- package/components/common/pages/scheduledTasks/table/old/Old.vue +93 -0
- package/components/common/pages/scheduledTasks/table/{lib → old/lib}/config/scheduledTasksTable.ts +13 -9
- package/components/common/pages/scheduledTasks/table/{lib → old/lib}/config/tableKeys.ts +1 -1
- package/components/common/spiceConsole/SpiceConsole.vue +38 -0
- package/components/common/spiceConsole/keyboard/Keyboard.vue +5 -2
- package/components/common/split/horizontal/New.vue +5 -2
- package/components/common/tooltip/Help.vue +28 -28
- package/components/common/vm/actions/clone/Clone.vue +75 -68
- package/components/common/vm/actions/clone/lib/config/steps.ts +8 -8
- package/components/common/vm/actions/clone/new/New.vue +12 -4
- package/components/common/vm/actions/clone/old/Old.vue +10 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/New.vue +2 -0
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Old.vue +2 -0
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +2 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/New.vue +2 -0
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Old.vue +2 -0
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +4 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +9 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +11 -3
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +1 -1
- package/components/common/vm/actions/common/select/options/New.vue +33 -22
- package/components/common/vm/actions/common/select/options/Old.vue +41 -24
- package/components/common/vm/actions/common/select/options/Options.vue +16 -0
- package/components/common/vm/actions/common/select/storage/Old.vue +0 -1
- package/components/common/vm/actions/common/select/storage/Storage.vue +2 -3
- package/components/common/vm/actions/common/select/storage/new/New.vue +13 -10
- package/components/common/vm/snapshots/modals/confirm/New.vue +1 -1
- package/components/common/vm/snapshots/modals/confirm/Old.vue +2 -2
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +60 -42
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/AdvancedOptions.vue +7 -1
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/New.vue +53 -76
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/Old.vue +13 -61
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/lib/config/raidOptions.ts +35 -0
- package/components/common/wizards/network/add/Add.vue +86 -107
- package/components/common/wizards/network/add/AddNew.vue +49 -16
- package/components/common/wizards/network/add/AddOld.vue +2 -2
- package/components/common/wizards/network/add/lib/config/config.ts +1 -1
- package/components/common/wizards/network/add/lib/config/initialData.ts +21 -9
- package/components/common/wizards/network/add/lib/config/selectSwitch.ts +5 -4
- package/components/common/wizards/network/add/lib/config/steps.ts +3 -1
- package/components/common/wizards/network/add/lib/utils/utils.ts +8 -3
- package/components/common/wizards/network/add/mappers/mappers.ts +12 -5
- package/components/common/wizards/network/add/steps/connectionSettings/ConnectionSettings.vue +19 -13
- package/components/common/wizards/network/add/steps/connectionSettings/ConnectionSettingsNew.vue +10 -2
- package/components/common/wizards/network/add/steps/connectionSettings/ConnectionSettingsOld.vue +6 -3
- package/components/common/wizards/network/add/steps/createStandardSwitch/CreateStandardSwitch.vue +8 -26
- package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettings.vue +25 -16
- package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettingsNew.vue +90 -17
- package/components/common/wizards/network/add/steps/portProperties/PortProperties.vue +13 -9
- package/components/common/wizards/network/add/steps/portProperties/PortPropertiesNew.vue +35 -5
- package/components/common/wizards/network/add/steps/portProperties/PortPropertiesOld.vue +3 -2
- package/components/common/wizards/network/add/steps/readyComplete/ReadyComplete.vue +8 -6
- package/components/common/wizards/network/add/steps/readyComplete/ReadyCompleteNew.vue +16 -7
- package/components/common/wizards/network/add/steps/selectConnectionType/SelectConnectionType.vue +7 -8
- package/components/common/wizards/network/add/steps/selectConnectionType/SelectConnectionTypeNew.vue +4 -0
- package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDevice.vue +11 -12
- package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceNew.vue +79 -16
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/SelectNetwork.vue +8 -9
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/SelectStandardSwitch.vue +8 -9
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/SelectSwitch.vue +9 -10
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectNetwork.vue +17 -0
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectStandardSwitch.vue +18 -1
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectSwitch.vue +18 -1
- package/components/common/wizards/network/add/validations/common.ts +8 -3
- package/components/common/wizards/network/add/validations/connectionSettings.ts +2 -2
- package/components/common/wizards/network/add/validations/networkValidation.ts +2 -2
- package/components/common/wizards/network/add/validations/portProperties.ts +2 -2
- package/components/common/wizards/vm/migrate/New.vue +2 -1
- package/components/common/wizards/vm/migrate/Old.vue +1 -1
- package/components/common/wizards/vm/migrate/lib/config/steps.ts +1 -1
- package/components/common/wizards/vm/migrate/steps/computeResource/ComputeResource.vue +30 -9
- package/components/common/wizards/vm/migrate/steps/computeResource/New.vue +0 -1
- package/components/common/wizards/vm/migrate/steps/computeResource/Old.vue +0 -1
- package/composables/useLocalStorage.ts +45 -45
- package/lib/models/interfaces.ts +2 -0
- package/lib/utils/validation.ts +3 -2
- package/package.json +2 -2
- package/public/spice-console/application/application.js +7 -6
- package/public/spice-console/process/mainprocess.js +10 -2
- package/public/spice-console/run.js +7 -0
- package/public/spice-console-minify/run.min.js +1 -1
- package/components/common/pages/scheduledTasks/table/lib/config/schedulerStatus.ts +0 -4
- package/components/common/pages/scheduledTasks/table/lib/models/interfaces.ts +0 -11
- /package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/{Notification.vue → NotificationOld.vue} +0 -0
- /package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/{lib → tableOld/lib}/models/types.ts +0 -0
- /package/components/common/pages/hardwareHealth/tableView/{lib → old/lib}/models/interfaces.ts +0 -0
- /package/components/common/pages/hardwareHealth/tableView/{lib → old/lib}/models/types.ts +0 -0
- /package/components/common/pages/scheduledTasks/modals/common/{newTaskForm → taskForm}/lib/models/interfaces.ts +0 -0
- /package/components/common/pages/scheduledTasks/modals/common/{newTaskForm → taskForm}/lib/utils.ts +0 -0
- /package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/{lib → old/lib}/models/types.ts +0 -0
- /package/components/common/pages/scheduledTasks/table/{lib → old/lib}/models/types.ts +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
|
|
5
5
|
<option name="myValues">
|
|
6
6
|
<value>
|
|
7
|
-
<list size="
|
|
7
|
+
<list size="40">
|
|
8
8
|
<item index="0" class="java.lang.String" itemvalue="nobr" />
|
|
9
9
|
<item index="1" class="java.lang.String" itemvalue="noembed" />
|
|
10
10
|
<item index="2" class="java.lang.String" itemvalue="comment" />
|
|
@@ -43,6 +43,8 @@
|
|
|
43
43
|
<item index="35" class="java.lang.String" itemvalue="common-wizards-vm-migrate-select-network-table-use-at" />
|
|
44
44
|
<item index="36" class="java.lang.String" itemvalue="common-wizards-vm-migrate-select-network-table-network" />
|
|
45
45
|
<item index="37" class="java.lang.String" itemvalue="common-monitor-advanced-tools-chart-options-modal-new" />
|
|
46
|
+
<item index="38" class="java.lang.String" itemvalue="common-pages-scheduled-tasks-table-expand-details-history-run" />
|
|
47
|
+
<item index="39" class="java.lang.String" itemvalue="common-pages-scheduled-tasks-modals-common-task-form" />
|
|
46
48
|
</list>
|
|
47
49
|
</value>
|
|
48
50
|
</option>
|
|
@@ -310,6 +310,7 @@
|
|
|
310
310
|
"convertTemplateVirtualMachine": "Пераўтварыць шаблон у віртуальную машыну",
|
|
311
311
|
"copyPaste": "Копія",
|
|
312
312
|
"copyTo": "Скапіраваць у",
|
|
313
|
+
"copyTo2": "Скапіраваць у",
|
|
313
314
|
"copyUrl": "Скапіраваць URL",
|
|
314
315
|
"coresPerSocket": "Ядра на сокет",
|
|
315
316
|
"counters": "Лічыльнік",
|
|
@@ -848,7 +849,7 @@
|
|
|
848
849
|
"localDesc": "Стварыце лакальнае сховішча ў файлавай сістэме хаста",
|
|
849
850
|
"localLibrariesCanBePublishedDesc": "Мясцовыя бібліятэкі могуць публікавацца звонку. Падпісаныя бібліятэкі паходзяць з іншых апублікаваных бібліятэк.",
|
|
850
851
|
"localVmfs": "Лакальны (VMFS)",
|
|
851
|
-
"lockdownMode": "Рэжым
|
|
852
|
+
"lockdownMode": "Рэжым ізаляцыі",
|
|
852
853
|
"lockdownNormal": "Хост даступны толькі праз лакальную кансоль або сервер {productName}",
|
|
853
854
|
"lockdownStrict": "Хост даступны толькі {productName}. Сервер карыстацкага інтэрфейсу direct console спынены",
|
|
854
855
|
"locked": "Зачынены",
|
|
@@ -968,6 +969,7 @@
|
|
|
968
969
|
"moveDown": "Рухацца ўніз",
|
|
969
970
|
"moveFolder": "Перамясціць у тэчку",
|
|
970
971
|
"moveTo": "Перайсці да",
|
|
972
|
+
"moveTo2": "Перайсці да",
|
|
971
973
|
"moveToWithDots": "Перайсці да...",
|
|
972
974
|
"moveUp": "Рухацца ўверх",
|
|
973
975
|
"ms": "Спадарыня",
|
|
@@ -1059,8 +1061,11 @@
|
|
|
1059
1061
|
"noCertificatesAdded": "Сертыфікаты не дададзены.",
|
|
1060
1062
|
"noConfigurableDeviceIsSelected": "Наладжвальнае прылада не абрана.",
|
|
1061
1063
|
"noDataProvided": "Ніякіх дадзеных не прадастаўлена",
|
|
1064
|
+
"noDataProvidedMessage": "У цяперашні час няма дадзеных для адлюстравання.",
|
|
1062
1065
|
"noDhcpEnabledVmKernelNetAdapters": "Сеткавых адаптараў VMkernel з падтрымкай DHCP не існуе.",
|
|
1063
1066
|
"noFreeNetworkAdaptersAddSwitch": "Бясплатных сеткавых адаптараў для дадання да камутатара няма.",
|
|
1067
|
+
"noAdaptersTitle": "Няма бясплатных сеткавых адаптараў для дадання",
|
|
1068
|
+
"noAdaptersMessage": "У цяперашні час не засталося свабодных фізічных сеткавых адаптараў для дадання да гэтага камутатара.",
|
|
1064
1069
|
"noItemsDisplay": "Няма элементаў для адлюстравання",
|
|
1065
1070
|
"noItemSelected": "Элементы не выбраны",
|
|
1066
1071
|
"none": "Няма",
|
|
@@ -2176,7 +2181,8 @@
|
|
|
2176
2181
|
"zabbix": "Zabbix",
|
|
2177
2182
|
"loginZabbixAccount": "Увайдзіце на Сервер Zabbix",
|
|
2178
2183
|
"newView": "Новы выгляд",
|
|
2179
|
-
"
|
|
2184
|
+
"newInterface": "Новы інтэрфейс",
|
|
2185
|
+
"viewDesc": "Выберыце інтэрфейс і візуальныя настройкі для {trademark} Client.",
|
|
2180
2186
|
"emptyNameValidationDescription": "Імя не павінна быць пустым",
|
|
2181
2187
|
"kindValidationDescription": "Няправільны тып запісу",
|
|
2182
2188
|
"alert": "Трывога",
|
|
@@ -2217,6 +2223,7 @@
|
|
|
2217
2223
|
"sambaHelpDesc": "Samba Storage выкарыстоўвае пратакол SMBCIFS, забяспечвае доступ да платформы, гнуткія правы і інтэграцыю з Active Directory.",
|
|
2218
2224
|
"deviceType": "Тып прылады",
|
|
2219
2225
|
"selectDisksInvolvedBackup": "Выберыце дыскі, якія ўдзельнічаюць у рэзервовым капіраванні.",
|
|
2226
|
+
"selectDisksInvolvedBackupNotRequired": "Выберыце рэзервовыя дыскі для капіявання. Вы можаце прапусціць гэты крок, калі капіраванне не патрабуецца.",
|
|
2220
2227
|
"dateTime": "Дата Час",
|
|
2221
2228
|
"eventTypeDescription": "Апісанне тыпу падзеі",
|
|
2222
2229
|
"possibleCauses": "Магчымыя прычыны",
|
|
@@ -2283,7 +2290,7 @@
|
|
|
2283
2290
|
"lastRunResult": "Вынік апошняга запуску",
|
|
2284
2291
|
"nextRun": "Наступны запуск",
|
|
2285
2292
|
"removeScheduledTask": "Выдаліць запланаванае заданне",
|
|
2286
|
-
"removeScheduledTaskDesc": "
|
|
2293
|
+
"removeScheduledTaskDesc": "Вы ўпэўнены, што хочаце выдаліць гэтае запланаванае заданне?\\nЗапланаванае заданне «{taskName}» для ВМ «{vmName}» будзе назаўсёды выдалена, і ўсе яго будучыя выкананні будуць адменены.",
|
|
2287
2294
|
"neverShowThisMessageAgain": "Больш ніколі не паказваць гэта паведамленне",
|
|
2288
2295
|
"scheduleNewTasks": "Расклад новых задач",
|
|
2289
2296
|
"scheduleTaskEdit": "Рэдагаванне раскладу задач",
|
|
@@ -2585,7 +2592,25 @@
|
|
|
2585
2592
|
"datastoreExistsTheSelectedLocation": "Сховішча з такой жа назвай ужо існуе ў выбраным месцы. Увядзіце новую назву.",
|
|
2586
2593
|
"deleteConfirmation": "Пацвярджэнне выдалення",
|
|
2587
2594
|
"deleteItem": "Выдаліць элемент",
|
|
2588
|
-
"deleteItems": "Выдаліць элементы"
|
|
2595
|
+
"deleteItems": "Выдаліць элементы",
|
|
2596
|
+
"existingNetworkMessage": "Сетка з такой назвай ужо існуе.",
|
|
2597
|
+
"addNetworkingReadyCompleteSubtitle": "Азнаёмцеся з падрабязнасцямі, перш чым ўносіць змены.",
|
|
2598
|
+
"systemEvents": "Сістэмныя падзеі",
|
|
2599
|
+
"noComputeResourceSelected": "Рэсурс вылічэння не выбраны",
|
|
2600
|
+
"noItemsSelected": "Элементы не выбраны",
|
|
2601
|
+
"reconnectToServer": "Зноў падключыцеся да сервера",
|
|
2602
|
+
"connecting": "Злучэнне",
|
|
2603
|
+
"reconnecting": "Паўторнае падключэнне",
|
|
2604
|
+
"combinationIncorrect": "Няправільная камбінацыя імя карыстальніка і пароля.",
|
|
2605
|
+
"weekMon": "Пн",
|
|
2606
|
+
"weekTue": "Аў",
|
|
2607
|
+
"weekWed": "Ср",
|
|
2608
|
+
"weekThu": "Чц",
|
|
2609
|
+
"weekFri": "Пт",
|
|
2610
|
+
"weekSat": "Сб",
|
|
2611
|
+
"weekSun": "Нд",
|
|
2612
|
+
"raidConfiguration": "Канфігурацыя Raid",
|
|
2613
|
+
"enterValidNumber": "Увядзіце карэктны лік."
|
|
2589
2614
|
},
|
|
2590
2615
|
"auth": {
|
|
2591
2616
|
"welcomeTo": "Сардэчна запрашаем у",
|
|
@@ -2851,7 +2876,9 @@
|
|
|
2851
2876
|
"selectedSourcesDifferentNetworks": "Выбраныя крыніцы размешчаны ў розных сетках.",
|
|
2852
2877
|
"thereAreNoSelectedDestinations": "Выбраных пунктаў прызначэння няма.",
|
|
2853
2878
|
"moreOneDestinationSelected": "Абрана больш аднаго пункта прызначэння.",
|
|
2854
|
-
"selectedDestinationDifferentNetwork": "Абраны пункт прызначэння знаходзіцца ў іншай сетцы."
|
|
2879
|
+
"selectedDestinationDifferentNetwork": "Абраны пункт прызначэння знаходзіцца ў іншай сетцы.",
|
|
2880
|
+
"numberOfVirtualFunctions": "Колькасць віртуальных функцый",
|
|
2881
|
+
"noSelectedAdaptersMessage": "Калі ласка, не забудзьцеся выбраць фізічны сеткавы адаптар, каб праглядзець яго падрабязную інфармацыю."
|
|
2855
2882
|
},
|
|
2856
2883
|
"vmOverrides": {
|
|
2857
2884
|
"vmOverrides": "Пераазначэнні ВМ",
|
|
@@ -3426,7 +3453,8 @@
|
|
|
3426
3453
|
"liveMigrationDesc": "Віртуальная машына пераносіцца на новы хост на ляту без спынення сэрвісаў. Карыстальнікі і праграмы амаль не адчуваюць прастою.",
|
|
3427
3454
|
"ramSuspendMigrationDesc": "Віртуальная машына прыпыняецца, змесціва яе RAM захоўваецца і пераносіцца на новы хост. Пасля гэтага яна працягвае працу з таго ж самага стану.",
|
|
3428
3455
|
"offlineMigrationDesc": "Віртуальная машына цалкам выключаецца, пасля чаго яе стан і дадзеныя пераносяцца на новы хост. Сэрвіс застаецца недаступным падчас пераносу.",
|
|
3429
|
-
"strategyMigrationErrorDesc": "Эксплуатацыя не можа быць выканана: віртуальная машына знаходзіцца ў непрацаваным стане. Дазволеныя дзяржавы \"выключаны\" (PowerOff) або \"ўключаны\" (Poweron). Калі ласка, усталюйце VM у адзін з гэтых дзяржаў і паспрабуйце яшчэ раз."
|
|
3456
|
+
"strategyMigrationErrorDesc": "Эксплуатацыя не можа быць выканана: віртуальная машына знаходзіцца ў непрацаваным стане. Дазволеныя дзяржавы \"выключаны\" (PowerOff) або \"ўключаны\" (Poweron). Калі ласка, усталюйце VM у адзін з гэтых дзяржаў і паспрабуйце яшчэ раз.",
|
|
3457
|
+
"changeComputeResourceStorageVirtualMachine": "Змяніць вылічальныя рэсурсы або сховішча віртуальнай машыны."
|
|
3430
3458
|
},
|
|
3431
3459
|
"storageAdapters": {
|
|
3432
3460
|
"none": "Няма",
|
|
@@ -3460,7 +3488,14 @@
|
|
|
3460
3488
|
"second": "Па-другое",
|
|
3461
3489
|
"third": "Трэці",
|
|
3462
3490
|
"fourth": "Па-чацвёртае",
|
|
3463
|
-
"once": "Адзін раз"
|
|
3491
|
+
"once": "Адзін раз",
|
|
3492
|
+
"selectFrequency": "Выберыце частату",
|
|
3493
|
+
"frequency": "Частата",
|
|
3494
|
+
"delayMinutes": "Затрымка (хвілін)",
|
|
3495
|
+
"selectPosition": "Выберыце пазіцыю",
|
|
3496
|
+
"selectDay": "Выберыце дзень",
|
|
3497
|
+
"emails": "Электронныя лісты",
|
|
3498
|
+
"taskDetails": "Падрабязнасці задання"
|
|
3464
3499
|
},
|
|
3465
3500
|
"license": {
|
|
3466
3501
|
"limits": "Мяжа",
|
|
@@ -3623,7 +3658,11 @@
|
|
|
3623
3658
|
"metricsNotFound": "Паказчыкі не знойдзены",
|
|
3624
3659
|
"uploadFolder": "Тэчка загрузкі",
|
|
3625
3660
|
"uploadFiles": "Запампаваць файлы",
|
|
3626
|
-
"clickForUse": "Націсніце для выкарыстання"
|
|
3661
|
+
"clickForUse": "Націсніце для выкарыстання",
|
|
3662
|
+
"tryingToConnect": "ВЫКОНВАЕЦЦА ПАДКЛЮЧЭННЕ ДА ВІРТУАЛЬНАЙ МАШЫНЫ...",
|
|
3663
|
+
"connectionTimedOut": "ЧАС ПАДКЛЮЧЭННЯ СКОНЧЫЎСЯ.",
|
|
3664
|
+
"connectionTimedOutDesc": "ВМ ужо выкарыстоўваецца або адключана",
|
|
3665
|
+
"connectionTimedOutBtn": "Націсніце тут, каб перазагрузіць старонку"
|
|
3627
3666
|
},
|
|
3628
3667
|
"vmWizard": {
|
|
3629
3668
|
"selectCreationType": "Выберыце тып стварэння",
|
|
@@ -3687,7 +3726,8 @@
|
|
|
3687
3726
|
"rangeEndOutOfRange": "Канец дыяпазону {0} па-за дапушчальным дыяпазонам (0-{1})",
|
|
3688
3727
|
"rangeDuplicate": "Працэсар {0} пазначаны больш за адзін раз",
|
|
3689
3728
|
"invalidFormat": "Няправільны фармат: \"{0}\". Выкарыстоўвайце лікі (напрыклад, \"0\") або дыяпазоны (напрыклад, \"0-3\")",
|
|
3690
|
-
"encriptionPolicy": "Палітыка шыфравання"
|
|
3729
|
+
"encriptionPolicy": "Палітыка шыфравання",
|
|
3730
|
+
"maxParallel": "Максімальная паралель"
|
|
3691
3731
|
},
|
|
3692
3732
|
"feedback": {
|
|
3693
3733
|
"additionalDetailsHelp": "Даведка па дадатковых звестках",
|
|
@@ -3778,13 +3818,13 @@
|
|
|
3778
3818
|
"backupCreationReview": "Перад стварэннем рэзервовай копіі праглядзіце падрабязнасці.",
|
|
3779
3819
|
"restoreBackupReviewSubtitle": "Праверце падрабязнасці перад аднаўленнем існуючай віртуальнай машыны з рэзервовай копіі.",
|
|
3780
3820
|
"diskCopyN": "Дыск (Копія) {0}",
|
|
3781
|
-
"createBackupCommonSubtitle": "Укажыце ўнікальную назву і апісанне для рэзервовай
|
|
3821
|
+
"createBackupCommonSubtitle": "Укажыце ўнікальную назву і апісанне для рэзервовай копіі.",
|
|
3782
3822
|
"virtualMachineName": "Імя віртуальнай машыны",
|
|
3783
3823
|
"restoreBackupSelectNameSubtitle": "Укажыце ўнікальную назву для віртуальнай машыны.",
|
|
3784
|
-
"nameValidationDescription": "
|
|
3824
|
+
"nameValidationDescription": "Імя павінна ўтрымліваць лацінскія літары і лічбы, '-', '_', '.' і павінна ўтрымліваць ад 5 да 64 сімвалаў. Калі вы прапусціце гэты крок, сістэма згенеруе імя аўтаматычна.",
|
|
3785
3825
|
"vmNameExistInSelectedLocation": "Віртуальная машына або шаблон з такой назвай ужо існуе. Увядзіце іншую назву.",
|
|
3786
3826
|
"noNetworksAvailable": "Няма даступных сетак",
|
|
3787
|
-
"restoreBackupSelectNetworkSubtitle": "Выберыце тыпы адаптараў і сеткі ў Procurator",
|
|
3827
|
+
"restoreBackupSelectNetworkSubtitle": "Выберыце тыпы адаптараў і сеткі ў Procurator.",
|
|
3788
3828
|
"restoreVirtualMachine": "Аднавіць віртуальную машыну"
|
|
3789
3829
|
},
|
|
3790
3830
|
"ssoUsers": {
|
|
@@ -3860,8 +3900,8 @@
|
|
|
3860
3900
|
"failuresAndResponsesDesc": "Вы можаце наладзіць, як Sphere HA будзе рэагаваць на збоі ў гэтым кластары. Падтрымліваюцца наступныя тыпы збояў: хост, ізаляцыя хоста, абарона кампанентаў ВМ (сховішчы з PDL і APD), ВМ і прыкладанне.",
|
|
3861
3901
|
"admissionControlDesc": "Кантроль допуску — гэта палітыка Sphere HA для забеспячэння рэзерваў у кластары на выпадак збою. Павелічэнне колькасці магчымых збояў павышае патрабаванні да даступнасці і рэзерваў.",
|
|
3862
3902
|
"heartbeatDatastoreDesc": "Sphere выкарыстоўвае сховішчы дадзеных для маніторынгу хастоў і віртуальных машын у выпадку збою сеткі высокай даступнасці. Sphere выбірае 2 сховішчы дадзеных для кожнага хаста, выкарыстоўваючы палітыку і налады сховішча дадзеных, указаныя ніжэй.",
|
|
3863
|
-
"advancedOptionsDesc": "Вы можаце наладзіць пашыраныя параметры, што ўплываюць на паводзіны кластара
|
|
3864
|
-
"sphereHaMonitoringTooltipContent": "Хосты
|
|
3903
|
+
"advancedOptionsDesc": "Вы можаце наладзіць пашыраныя параметры, што ўплываюць на паводзіны кластара Sphere HA.",
|
|
3904
|
+
"sphereHaMonitoringTooltipContent": "Хосты Procurator у гэтым кластары абменьваюцца сеткавымі heartbeat-сігналамі. Адключыце гэтую функцыю падчас сеткавых прац, якія могуць выклікаць ізаляцыю.",
|
|
3865
3905
|
"enableHostMonitoring": "Уключыць маніторынг хостаў",
|
|
3866
3906
|
"hostFailureResponse": "Рэакцыя на збой хоста",
|
|
3867
3907
|
"failureResponse": "Рэакцыя на збой",
|
|
@@ -4017,9 +4057,11 @@
|
|
|
4017
4057
|
"backToLogin": "Вярнуцца да ўваходу",
|
|
4018
4058
|
"qrcodeDescription": "Скануйце гэты QR-код з дапамогай праграмы-аўтэнтыфікатара альбо ўвядзіце адзін з гэтых кодаў уручную. Пасля гэтага пацвердзіце дзеянне, увёўшы аднаразовы код ніжэй.",
|
|
4019
4059
|
"showNotification": "Паказваць апавяшчэнне",
|
|
4020
|
-
"
|
|
4060
|
+
"Notifications": "Апавяшчэнні",
|
|
4061
|
+
"showNotificationDescription": "Паказваць апавяшчэнне, калі нешта ідзе не так.",
|
|
4021
4062
|
"twoFactorMustBeEnabled": "Неабходна падключыць двухфактарную аўтэнтыфікацыю (2FA), інакш ваш акаўнт будзе заблакаваны.",
|
|
4022
|
-
"twoFactorMustWarning": "Вам засталося {0} дзён, каб падключыць двухфактарную аўтэнтыфікацыю (2FA), інакш ваш акаўнт будзе заблакаваны (адключаны)."
|
|
4063
|
+
"twoFactorMustWarning": "Вам засталося {0} дзён, каб падключыць двухфактарную аўтэнтыфікацыю (2FA), інакш ваш акаўнт будзе заблакаваны (адключаны).",
|
|
4064
|
+
"switchInterfaceDescription": "Пераключыцца на новы дызайн інтэрфейсу."
|
|
4023
4065
|
},
|
|
4024
4066
|
"ssoConfiguration": {
|
|
4025
4067
|
"twoFactorPolicy": "Палітыка двухфактарнай аўтэнтыфікацыі",
|
|
@@ -4067,7 +4109,7 @@
|
|
|
4067
4109
|
},
|
|
4068
4110
|
"configureSecurityProfile": {
|
|
4069
4111
|
"lockdownModeDesc": "Пры ўключэнні рэжым блакавання не дазваляе выдаленым карыстальнікам напрамую ўваходзіць у сістэму у гэтага гаспадара. Хост будзе даступны толькі праз лакальную кансоль або аўтарызаванае прыкладанне для цэнтралізаванага кіравання",
|
|
4070
|
-
"exceptionUsers": "
|
|
4112
|
+
"exceptionUsers": "Карыстальнікі-выключэнні",
|
|
4071
4113
|
"specifyHostLockdownMode": "Укажыце рэжым блакіроўкі хаста",
|
|
4072
4114
|
"exceptionUsersDesc": "Спіс уліковых запісаў карыстальнікаў, якія захоўваюць свае правы пры пераходзе хаста ў рэжым блакіроўкі. Гэтыя ўліковыя запісы выкарыстоўваюцца стороннімі рашэннямі і знешнімі праграмамі, якім неабходна працягваць працу ў рэжыме блакіроўкі. Каб не парушыць бяспеку рэжыму блакіроўкі, дадавайце толькі ўліковыя запісы, звязаныя з праграмамі.",
|
|
4073
4115
|
"separateUsersWithCommas": "Раздзяляйце карыстальнікаў коскамі"
|
|
@@ -4093,10 +4135,55 @@
|
|
|
4093
4135
|
"enableAutostart": "Уключыць аўтазапуск",
|
|
4094
4136
|
"disableAutostart": "Адключыць аўтазапуск"
|
|
4095
4137
|
},
|
|
4096
|
-
"
|
|
4097
|
-
"
|
|
4098
|
-
"
|
|
4099
|
-
"
|
|
4100
|
-
"
|
|
4138
|
+
"dhcpServer": {
|
|
4139
|
+
"dhcpServer": "DHCP-сервер",
|
|
4140
|
+
"leftIp": "Выдадзеныя IP",
|
|
4141
|
+
"totalIp": "Агульны IP-адрас",
|
|
4142
|
+
"nameAndNetwork": "Імя і сетка",
|
|
4143
|
+
"dhcpServerNameRequiredAlert": "Імя DHCP-сервера не пазначана. Увядзіце імя сервера DHCP.",
|
|
4144
|
+
"addDhcpServer": "Дадаць DHCP-сервер",
|
|
4145
|
+
"assignNetwork": "Прызначыць сетку",
|
|
4146
|
+
"dhcpServerNetworkRequiredAlert": "Выберыце адну з пералічаных сетак!",
|
|
4147
|
+
"configureIPv4": "Налада IPv4",
|
|
4148
|
+
"subnet": "Падсець",
|
|
4149
|
+
"maskNotInRange": "Сеткавыя біты няслушныя. Пакажыце лік ад 2 да 30.",
|
|
4150
|
+
"maskInvalidCombination": "Камбінацыя адрасы падсеткі і сеткавых бітаў не дазваляе стварыць дапушчальны дыяпазон IP-адрасоў. Зменіце сеткавыя біты.",
|
|
4151
|
+
"subnetIsInvalid": "Не ўдаецца праверыць адрас падсеткі з-за памылкі ў сеткавых бітах.",
|
|
4152
|
+
"subnetMustBeInRange": "Недапушчальны адрас падсеткі. Апошнія біты {zeroNumber} павінны быць роўныя нулю.",
|
|
4153
|
+
"subnetMask": "Маска падсеткі",
|
|
4154
|
+
"addressRange": "Дыяпазон адрасоў",
|
|
4155
|
+
"invalidGateway": "Гэты адрас шлюза не з'яўляецца сапраўдным IP-адрасам.",
|
|
4156
|
+
"invalidGatewayWithinSubnet": "Адрас шлюза '{gateway}' недапушчальны ў межах названай падсеткі '{subnet}'.",
|
|
4157
|
+
"gatewayUnable": "Не ўдаецца праверыць адрас шлюза з-за памылкі ў сеткавых бітах.",
|
|
4158
|
+
"invalidAddressForDns": "Адрас '{address}' не з'яўляецца дапушчальным IP-адрасам для DNS-сервера.",
|
|
4159
|
+
"invalidAddress": "DNS-сервер '{address}' не з'яўляецца дапушчальным IP-адрасам.",
|
|
4160
|
+
"ipPool": "Пул IP-адрасоў",
|
|
4161
|
+
"ipPoolRange": "Дыяпазон IP-адрасоў пула",
|
|
4162
|
+
"invalidIpPool": "Дыяпазон IP-адрасоў пула '{address}' недапушчальны.",
|
|
4163
|
+
"withoutSubnetIpPool": "Увядзіце адрас падсеткі, каб уключыць дыяпазон пула IP-адрасоў.",
|
|
4164
|
+
"ipPoolRangeUnable": "Не ўдаецца праверыць дыяпазон пула IP-адрасоў з-за памылкі ў сеткавых бітах.",
|
|
4165
|
+
"gatewayOutsidePool": "Адрас шлюза '{address}' уключаны ў дыяпазоны пула IP-адрасоў. Увядзіце адрас шлюза, які знаходзіцца за межамі дыяпазону пула IP-адрасоў, або зменіце дыяпазоны пула IP-адрасоў.",
|
|
4166
|
+
"viewRange": "Дыяпазон агляду",
|
|
4167
|
+
"hideRange": "Схаваны дыяпазон",
|
|
4168
|
+
"nameAndNetworkAssignment": "Імя і сеткавае прызначэнне",
|
|
4169
|
+
"ipv4Configuration": "Канфігурацыя IPv4",
|
|
4170
|
+
"networkAssociation": "Сеткавая асацыяцыя",
|
|
4171
|
+
"twoIpMessage": "Вам трэба ўвесці два IP-адрасы.",
|
|
4172
|
+
"subnetIsRequired": "Адрас падсеткі не можа быць пустым. Увядзіце адрас падсеткі.",
|
|
4173
|
+
"gatewayIsRequired": "Адрас шлюза не можа быць пустым. Увядзіце адрас шлюза.",
|
|
4174
|
+
"networkAlreadyExists": "DHCP-сервер у гэтай сеткі ўжо існуе. Выберыце іншую сетку!",
|
|
4175
|
+
"nameWithSpaceMessage": "У імя не павінна быць прабелаў. Увядзіце дапушчальнае імя.",
|
|
4176
|
+
"nameWithNotLatinMessage": "Імя не павінна ўтрымліваць нелацінскіх літар. Увядзіце дапушчальнае імя.",
|
|
4177
|
+
"removeMessageForOne": "Выдаліць DHCP-сервер '{name}'?",
|
|
4178
|
+
"removeMessageForSome": "Выдаліце адзначаныя DHCP-серверы: {names}?",
|
|
4179
|
+
"editDHCPServer": "Рэдагаваць DHCP-сервер"
|
|
4180
|
+
},
|
|
4181
|
+
"logs": {
|
|
4182
|
+
"logs": "Часопісы падзей",
|
|
4183
|
+
"log": "Журнал",
|
|
4184
|
+
"description": "Апісанне",
|
|
4185
|
+
"entries": "{0} / {1} запісаў",
|
|
4186
|
+
"filteredBy": "Адфільтравана па:",
|
|
4187
|
+
"noEntriesMatch": "Няма запісаў журнала, якія адпавядаюць фільтрам"
|
|
4101
4188
|
}
|
|
4102
4189
|
}
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"availableCpu": "Available CPU",
|
|
138
138
|
"availableCpus": "Available CPUs",
|
|
139
139
|
"availableMemory": "Available Memory",
|
|
140
|
-
"availableServices": "Available
|
|
140
|
+
"availableServices": "Available Services",
|
|
141
141
|
"availableStorage": "Available Storage",
|
|
142
142
|
"average": "Average",
|
|
143
143
|
"averageBandwidth": "Average Bandwidth",
|
|
@@ -309,6 +309,7 @@
|
|
|
309
309
|
"convertTemplateVirtualMachine": "Convert template to virtual machine",
|
|
310
310
|
"copyPaste": "Copy & Paste",
|
|
311
311
|
"copyTo": "Copy to",
|
|
312
|
+
"copyTo2": "Copy to",
|
|
312
313
|
"copyUrl": "Copy Url",
|
|
313
314
|
"coresPerSocket": "Cores per Socket",
|
|
314
315
|
"counters": "Counters",
|
|
@@ -502,7 +503,7 @@
|
|
|
502
503
|
"enableBothOptions": "Enable both options",
|
|
503
504
|
"enableCpuHotAdd": "Enable CPU Hot Add",
|
|
504
505
|
"enabled": "Enabled",
|
|
505
|
-
"enabledServices": "Enabled
|
|
506
|
+
"enabledServices": "Enabled Services",
|
|
506
507
|
"enableFallback": "Enable fallback",
|
|
507
508
|
"enableIpv6SupportOnThisHost": "Enable IPv6 support on this host",
|
|
508
509
|
"enableMonitoringEvents": "Enable monitoring events",
|
|
@@ -967,6 +968,7 @@
|
|
|
967
968
|
"moveDown": "Move Down",
|
|
968
969
|
"moveFolder": "Move to Folder",
|
|
969
970
|
"moveTo": "Move to",
|
|
971
|
+
"moveTo2": "Move to",
|
|
970
972
|
"moveToWithDots": "Move To...",
|
|
971
973
|
"moveUp": "Move Up",
|
|
972
974
|
"ms": "ms",
|
|
@@ -1058,8 +1060,11 @@
|
|
|
1058
1060
|
"noCertificatesAdded": "No certificates added.",
|
|
1059
1061
|
"noConfigurableDeviceIsSelected": "No configurable device is selected.",
|
|
1060
1062
|
"noDataProvided": "No Data Provided",
|
|
1063
|
+
"noDataProvidedMessage": "There is currently no data to display.",
|
|
1061
1064
|
"noDhcpEnabledVmKernelNetAdapters": "There are no DHCP-enabled VMkernel network adapters.",
|
|
1062
1065
|
"noFreeNetworkAdaptersAddSwitch": "There are no free network adapters to add to the switch.",
|
|
1066
|
+
"noAdaptersTitle": "No Free Network Adapters to Add",
|
|
1067
|
+
"noAdaptersMessage": "There are currently no free physical network adapters left to add to this switch.",
|
|
1063
1068
|
"noItemsDisplay": "No items to display",
|
|
1064
1069
|
"noItemSelected": "No items selected",
|
|
1065
1070
|
"none": "None",
|
|
@@ -1713,7 +1718,7 @@
|
|
|
1713
1718
|
"virtualFlashHostSwapCache": "Virtual Flash Host Swap Cache",
|
|
1714
1719
|
"virtualFlashResource": "Virtual Flash Resource",
|
|
1715
1720
|
"virtualFlashResourceManagement": "Virtual Flash Resource Management",
|
|
1716
|
-
"virtualFunctions": "Virtual
|
|
1721
|
+
"virtualFunctions": "Virtual Functions",
|
|
1717
1722
|
"virtualFunctionsMustBe": "Virtual functions must be between 1 and 16.",
|
|
1718
1723
|
"virtualHardware": "Virtual Hardware",
|
|
1719
1724
|
"virtualMachine": "Virtual Machine",
|
|
@@ -1751,7 +1756,7 @@
|
|
|
1751
1756
|
"vMkernelAdapters": "VMkernel adapters",
|
|
1752
1757
|
"vmKernelGateway": "VMkernel gateway",
|
|
1753
1758
|
"vmKernelNetworkAdapter": "Internal Virtual Network Adapter",
|
|
1754
|
-
"vmKernelPortSettings": "Kernel
|
|
1759
|
+
"vmKernelPortSettings": "Kernel Port Settings",
|
|
1755
1760
|
"vMKernelTcpIpStackHandlesTraffic": "The TCP/IP stack processes traffic for Procurator platform services such as iSCSI, NFS, FCoE, vSan, host management, etc.",
|
|
1756
1761
|
"vmLocation": "VM Location",
|
|
1757
1762
|
"vmMonitoring": "VM Monitoring",
|
|
@@ -1892,7 +1897,7 @@
|
|
|
1892
1897
|
"browserOutDateDesc2": "You can also use the",
|
|
1893
1898
|
"browserOutDateDesc3": "mobile version of the website",
|
|
1894
1899
|
"theDateOnHostAndBrowserDifferent": "The date on the host and in the web browser is different",
|
|
1895
|
-
"selectMigrationType": "Select a
|
|
1900
|
+
"selectMigrationType": "Select a Migration Type",
|
|
1896
1901
|
"selectMigrationTypeDesc": "Change the virtual machines' compute resource, storage, or both.",
|
|
1897
1902
|
"selectComputeResourceDesc": "Select a cluster, host, or resource pool to run virtual machines.",
|
|
1898
1903
|
"selectNetworks": "Select Networks",
|
|
@@ -2179,7 +2184,8 @@
|
|
|
2179
2184
|
"zabbix": "Zabbix",
|
|
2180
2185
|
"loginZabbixAccount": "Login to Zabbix Server",
|
|
2181
2186
|
"newView": "New view",
|
|
2182
|
-
"
|
|
2187
|
+
"newInterface": "New Interface",
|
|
2188
|
+
"viewDesc": "Select interface and visual preferences for {trademark} Client.",
|
|
2183
2189
|
"emptyNameValidationDescription": "Name should not be empty",
|
|
2184
2190
|
"kindValidationDescription": "Invalid record kind",
|
|
2185
2191
|
"alert": "Alert",
|
|
@@ -2220,6 +2226,7 @@
|
|
|
2220
2226
|
"sambaHelpDesc": "Samba storage uses the SMBCIFS protocol, provides cross -platform access, flexible rights and integration with Active Directory.",
|
|
2221
2227
|
"deviceType": "Device type",
|
|
2222
2228
|
"selectDisksInvolvedBackup": "Select disks involved in the backup.",
|
|
2229
|
+
"selectDisksInvolvedBackupNotRequired": "Select backup disks for copy. You can skip this step if copying is not required.",
|
|
2223
2230
|
"dateTime": "Date Time",
|
|
2224
2231
|
"eventTypeDescription": "Event Type Description",
|
|
2225
2232
|
"possibleCauses": "Possible Causes",
|
|
@@ -2255,7 +2262,7 @@
|
|
|
2255
2262
|
"embedded": "Embedded",
|
|
2256
2263
|
"offUser": "Off User",
|
|
2257
2264
|
"addingStorage": "Adding Storage",
|
|
2258
|
-
"historyTestimony": "History of
|
|
2265
|
+
"historyTestimony": "History of Testimony",
|
|
2259
2266
|
"alarmName": "Alarm Name",
|
|
2260
2267
|
"objectType": "Object type",
|
|
2261
2268
|
"lastModified": "Last modified",
|
|
@@ -2286,7 +2293,7 @@
|
|
|
2286
2293
|
"lastRunResult": "Last run result",
|
|
2287
2294
|
"nextRun": "Next run",
|
|
2288
2295
|
"removeScheduledTask": "Remove Scheduled Task",
|
|
2289
|
-
"removeScheduledTaskDesc": "
|
|
2296
|
+
"removeScheduledTaskDesc": "Are you sure you want to remove this scheduled task?\nThe scheduled task “{taskName}” for VM “{vmName}” will be permanently removed, and all its upcoming executions will be canceled.",
|
|
2290
2297
|
"neverShowThisMessageAgain": "Never show this message again",
|
|
2291
2298
|
"scheduleNewTasks": "Schedule New Tasks",
|
|
2292
2299
|
"scheduleTaskEdit": "Schedule Task Edit",
|
|
@@ -2515,7 +2522,7 @@
|
|
|
2515
2522
|
"existingSwitch": "Existing Switch",
|
|
2516
2523
|
"targetDevice": "Target Device",
|
|
2517
2524
|
"selectASwitch": "Select a switch",
|
|
2518
|
-
"switchEs": "switch(
|
|
2525
|
+
"switchEs": "switch(s)",
|
|
2519
2526
|
"networkS": "network(s)",
|
|
2520
2527
|
"datastoreMountedTheHostsListedBelow": "The datastore is mounted on the hosts listed below. For successful unmount, the selected hosts should not have any virtual machines residing on the datastore.",
|
|
2521
2528
|
"onceUnmountProgressDoNotPerform": "Once the unmount is in progress do not perform any configuration operations that might result in I/O to the datastore.",
|
|
@@ -2589,7 +2596,25 @@
|
|
|
2589
2596
|
"datastoreExistsTheSelectedLocation": "A datastore with the same name exists in the selected location. Enter a new name.",
|
|
2590
2597
|
"deleteConfirmation": "Delete Confirmation",
|
|
2591
2598
|
"deleteItem": "Delete Item",
|
|
2592
|
-
"deleteItems": "Delete Items"
|
|
2599
|
+
"deleteItems": "Delete Items",
|
|
2600
|
+
"existingNetworkMessage": "A network with this name already exists.",
|
|
2601
|
+
"addNetworkingReadyCompleteSubtitle": "Review the details before applying the changes.",
|
|
2602
|
+
"systemEvents": "System Events",
|
|
2603
|
+
"noComputeResourceSelected": "No compute resource selected",
|
|
2604
|
+
"noItemsSelected": "No items selected",
|
|
2605
|
+
"reconnectToServer": "Reconnect to Server",
|
|
2606
|
+
"connecting": "Connecting",
|
|
2607
|
+
"reconnecting": "Reconnecting",
|
|
2608
|
+
"combinationIncorrect": "The username and password combination is incorrect.",
|
|
2609
|
+
"weekMon": "Mon",
|
|
2610
|
+
"weekTue": "Tue",
|
|
2611
|
+
"weekWed": "Wed",
|
|
2612
|
+
"weekThu": "Thu",
|
|
2613
|
+
"weekFri": "Fri",
|
|
2614
|
+
"weekSat": "Sat",
|
|
2615
|
+
"weekSun": "Sun",
|
|
2616
|
+
"raidConfiguration": "Raid Configuration",
|
|
2617
|
+
"enterValidNumber": "Enter a valid number."
|
|
2593
2618
|
},
|
|
2594
2619
|
"auth": {
|
|
2595
2620
|
"welcomeTo": "Welcome to",
|
|
@@ -2855,7 +2880,9 @@
|
|
|
2855
2880
|
"selectedSourcesDifferentNetworks": "The selected sources are located on different networks.",
|
|
2856
2881
|
"thereAreNoSelectedDestinations": "There are no selected destinations.",
|
|
2857
2882
|
"moreOneDestinationSelected": "More than one destination selected.",
|
|
2858
|
-
"selectedDestinationDifferentNetwork": "The selected destination is on a different network."
|
|
2883
|
+
"selectedDestinationDifferentNetwork": "The selected destination is on a different network.",
|
|
2884
|
+
"numberOfVirtualFunctions": "Number of virtual functions",
|
|
2885
|
+
"noSelectedAdaptersMessage": "Please make sure to select a physical network adapter to view its details."
|
|
2859
2886
|
},
|
|
2860
2887
|
"vmOverrides": {
|
|
2861
2888
|
"vmOverrides": "VM Overrides",
|
|
@@ -3430,7 +3457,8 @@
|
|
|
3430
3457
|
"liveMigrationDesc": "The VM is moved to a new host on the fly without stopping services. Users and applications experience virtually no downtime.",
|
|
3431
3458
|
"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.",
|
|
3432
3459
|
"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.",
|
|
3433
|
-
"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."
|
|
3460
|
+
"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.",
|
|
3461
|
+
"changeComputeResourceStorageVirtualMachine": "Change the compute resource or storage of the virtual machine."
|
|
3434
3462
|
},
|
|
3435
3463
|
"storageAdapters": {
|
|
3436
3464
|
"none": "None",
|
|
@@ -3464,7 +3492,14 @@
|
|
|
3464
3492
|
"second": "Second",
|
|
3465
3493
|
"third": "Third",
|
|
3466
3494
|
"fourth": "Fourth",
|
|
3467
|
-
"once": "Once"
|
|
3495
|
+
"once": "Once",
|
|
3496
|
+
"selectFrequency": "Select Frequency",
|
|
3497
|
+
"frequency": "Frequency",
|
|
3498
|
+
"delayMinutes": "Delay (Minutes)",
|
|
3499
|
+
"selectPosition": "Select Position",
|
|
3500
|
+
"selectDay": "Select Day",
|
|
3501
|
+
"emails": "Emails",
|
|
3502
|
+
"taskDetails": "Task Details"
|
|
3468
3503
|
},
|
|
3469
3504
|
"license": {
|
|
3470
3505
|
"limits": "Limits",
|
|
@@ -3627,7 +3662,11 @@
|
|
|
3627
3662
|
"metricsNotFound": "Metrics not found",
|
|
3628
3663
|
"uploadFolder": "Upload folder",
|
|
3629
3664
|
"uploadFiles": "Upload files",
|
|
3630
|
-
"clickForUse": "Click for use"
|
|
3665
|
+
"clickForUse": "Click for use",
|
|
3666
|
+
"tryingToConnect": "TRYING TO CONNECT TO VIRTUAL MACHINE...",
|
|
3667
|
+
"connectionTimedOut": "CONNECTION TIMED OUT.",
|
|
3668
|
+
"connectionTimedOutDesc": "VM is already in use or is down",
|
|
3669
|
+
"connectionTimedOutBtn": "Click here to reload page"
|
|
3631
3670
|
},
|
|
3632
3671
|
"vmWizard": {
|
|
3633
3672
|
"selectCreationType": "Select a Creation Type",
|
|
@@ -3691,7 +3730,8 @@
|
|
|
3691
3730
|
"rangeEndOutOfRange": "Range end {0} is out of valid range (0-{1})",
|
|
3692
3731
|
"rangeDuplicate": "Processor {0} is specified more than once",
|
|
3693
3732
|
"invalidFormat": "Invalid format: \"{0}\". Use numbers (e.g., \"0\") or ranges (e.g., \"0-3\")",
|
|
3694
|
-
"encriptionPolicy": "Encription Policy"
|
|
3733
|
+
"encriptionPolicy": "Encription Policy",
|
|
3734
|
+
"maxParallel": "Max parallel"
|
|
3695
3735
|
},
|
|
3696
3736
|
"feedback": {
|
|
3697
3737
|
"additionalDetailsHelp": "Additional Details Help",
|
|
@@ -3785,7 +3825,7 @@
|
|
|
3785
3825
|
"createBackupCommonSubtitle": "Specify a unique name and a description for the backup.",
|
|
3786
3826
|
"virtualMachineName": "Virtual Machine Name",
|
|
3787
3827
|
"restoreBackupSelectNameSubtitle": "Specify a unique name for the virtual machine.",
|
|
3788
|
-
"nameValidationDescription": "The name must contain Latin letters and numbers, '-', '_', '.' and it must contain from 5 to 64 characters.",
|
|
3828
|
+
"nameValidationDescription": "The name must contain Latin letters and numbers, '-', '_', '.' and it must contain from 5 to 64 characters. If you skip this step, the system will generate the name automatically.",
|
|
3789
3829
|
"vmNameExistInSelectedLocation": "A virtual machine or template with the same name exists. Enter a different name.",
|
|
3790
3830
|
"noNetworksAvailable": "No networks available",
|
|
3791
3831
|
"restoreBackupSelectNetworkSubtitle": "Select adapter types and networks in Procurator.",
|
|
@@ -3864,8 +3904,8 @@
|
|
|
3864
3904
|
"failuresAndResponsesDesc": "You can configure how Sphere HA responds to the failure conditions on\n this cluster. The following failure conditions are supported: host, host\n isolation, VM component protection (datastore with PDL and APD), VM and\n application.",
|
|
3865
3905
|
"admissionControlDesc": "Admission control is a policy used by Sphere HA to ensure failover capacity within a cluster. Raising the number of potential host failures will increase the availability constraints and capacity reserved.",
|
|
3866
3906
|
"heartbeatDatastoreDesc": "Sphere uses datastores to monitor hosts and virtual machines when the HA network has failed. Sphere selects 2 datastores for each host using the policy and datastore preferences specified below.",
|
|
3867
|
-
"advancedOptionsDesc": "You can set advanced options that affect the behavior of your
|
|
3868
|
-
"sphereHaMonitoringTooltipContent": "
|
|
3907
|
+
"advancedOptionsDesc": "You can set advanced options that affect the behavior of your Sphere HA cluster.",
|
|
3908
|
+
"sphereHaMonitoringTooltipContent": "Procurator hosts in this cluster exchange network heartbeats. Disable this feature when performing network maintenance that may cause isolation responses.",
|
|
3869
3909
|
"enableHostMonitoring": "Enable Host Monitoring",
|
|
3870
3910
|
"hostFailureResponse": "Host Failure Response",
|
|
3871
3911
|
"failureResponse": "Failure Response",
|
|
@@ -4021,9 +4061,11 @@
|
|
|
4021
4061
|
"backToLogin": "Back to Login",
|
|
4022
4062
|
"qrcodeDescription": "Scan this QR code with your authenticator app, or enter one of these codes manually. After that, confirm the action by entering the one-time code below.",
|
|
4023
4063
|
"showNotification": "Show a notification",
|
|
4024
|
-
"
|
|
4064
|
+
"notifications": "Notifications",
|
|
4065
|
+
"showNotificationDescription": "Show a notification when something goes wrong.",
|
|
4025
4066
|
"twoFactorMustBeEnabled": "Two-factor authentication (2FA) must be enabled, otherwise your account will be blocked.",
|
|
4026
|
-
"twoFactorMustWarning": "You have {0} days left to enable two-factor authentication (2FA), otherwise your account will be blocked (disabled)."
|
|
4067
|
+
"twoFactorMustWarning": "You have {0} days left to enable two-factor authentication (2FA), otherwise your account will be blocked (disabled).",
|
|
4068
|
+
"switchInterfaceDescription": "Switch to the new interface design."
|
|
4027
4069
|
},
|
|
4028
4070
|
"ssoConfiguration": {
|
|
4029
4071
|
"twoFactorPolicy": "Two-factor policy",
|
|
@@ -4097,10 +4139,55 @@
|
|
|
4097
4139
|
"enableAutostart": "Enable autostart",
|
|
4098
4140
|
"disableAutostart": "Disable autostart"
|
|
4099
4141
|
},
|
|
4100
|
-
"
|
|
4101
|
-
"
|
|
4102
|
-
"
|
|
4103
|
-
"
|
|
4104
|
-
"
|
|
4142
|
+
"dhcpServer": {
|
|
4143
|
+
"dhcpServer": "DHCP Server",
|
|
4144
|
+
"leftIp": "Left IP",
|
|
4145
|
+
"totalIp": "Total IP",
|
|
4146
|
+
"nameAndNetwork": "Name and Network",
|
|
4147
|
+
"dhcpServerNameRequiredAlert": "No DHCP Server name is specified. Enter a DHCP Server name.",
|
|
4148
|
+
"addDhcpServer": "Add DHCP Server",
|
|
4149
|
+
"assignNetwork": "Assign Network",
|
|
4150
|
+
"dhcpServerNetworkRequiredAlert": "Choose one of the listed networks!",
|
|
4151
|
+
"configureIPv4": "Configure IPv4",
|
|
4152
|
+
"subnet": "Subnet",
|
|
4153
|
+
"maskNotInRange": "The network bits are invalid. Specify a number between 2 and 30.",
|
|
4154
|
+
"maskInvalidCombination": "The combination of subnet address and network bits does not create a valid IP range. Change the network bits.",
|
|
4155
|
+
"subnetIsInvalid": "Unable to validate subnet address because there is an error in the network bits.",
|
|
4156
|
+
"subnetMustBeInRange": "Invalid subnet address. The last {zeroNumber} bits must be zero.",
|
|
4157
|
+
"subnetMask": "Subnet mask",
|
|
4158
|
+
"addressRange": "Address range",
|
|
4159
|
+
"invalidGateway": "This gateway address is not a valid IP address.",
|
|
4160
|
+
"invalidGatewayWithinSubnet": "The gateway address '{gateway}' is not valid within the specified subnet '{subnet}'.",
|
|
4161
|
+
"gatewayUnable": "Unable to validate gateway address because there is an error in the network bits.",
|
|
4162
|
+
"invalidAddressForDns": "The address '{address}' is not a valid IP address for a DNS server.",
|
|
4163
|
+
"invalidAddress": "The DNS server '{address}' is not a valid IP address.",
|
|
4164
|
+
"ipPool": "IP pool",
|
|
4165
|
+
"ipPoolRange": "IP pool range",
|
|
4166
|
+
"invalidIpPool": "IP pool range '{address}' is not valid.",
|
|
4167
|
+
"withoutSubnetIpPool": "Enter a subnet address to enable IP pool range.",
|
|
4168
|
+
"ipPoolRangeUnable": "Unable to validate IP pool range because there is an error in the network bits.",
|
|
4169
|
+
"gatewayOutsidePool": "The gateway address '{address}' is included in the IP pool ranges. Enter a gateway address that is outside the IP pool range or change the IP pool ranges.",
|
|
4170
|
+
"viewRange": "View Range",
|
|
4171
|
+
"hideRange": "Hide Range",
|
|
4172
|
+
"nameAndNetworkAssignment": "Name and Network Assignment",
|
|
4173
|
+
"ipv4Configuration": "IPv4 Configuration",
|
|
4174
|
+
"networkAssociation": "Network association",
|
|
4175
|
+
"twoIpMessage": "You need to enter two IP addresses.",
|
|
4176
|
+
"subnetIsRequired": "The subnet address cannot be empty. Enter the subnet address.",
|
|
4177
|
+
"gatewayIsRequired": "The gateway address cannot be empty. Enter the gateway address.",
|
|
4178
|
+
"networkAlreadyExists": "DHCP Server with this network already exists. Choose another network!",
|
|
4179
|
+
"nameWithSpaceMessage": "The name cannot contain spaces. Enter a valid name.",
|
|
4180
|
+
"nameWithNotLatinMessage": "The name cannot contain non-Latin letters. Enter a valid name.",
|
|
4181
|
+
"removeMessageForOne": "Delete the DHCP Server '{name}'?",
|
|
4182
|
+
"removeMessageForSome": "Delete the marked DHCP Servers: {names}?",
|
|
4183
|
+
"editDHCPServer": "Edit DHCP Server"
|
|
4184
|
+
},
|
|
4185
|
+
"logs": {
|
|
4186
|
+
"logs": "Logs",
|
|
4187
|
+
"log": "Log",
|
|
4188
|
+
"description": "Description",
|
|
4189
|
+
"entries": "{0} / {1} entries",
|
|
4190
|
+
"filteredBy": "Filtered by:",
|
|
4191
|
+
"noEntriesMatch": "No log entries match your filters"
|
|
4105
4192
|
}
|
|
4106
4193
|
}
|