bfg-common 1.5.970 → 1.5.971
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 +1 -3
- package/assets/localization/local_be.json +22 -109
- package/assets/localization/local_en.json +25 -112
- package/assets/localization/local_hy.json +22 -109
- package/assets/localization/local_kk.json +22 -109
- package/assets/localization/local_ru.json +32 -119
- package/assets/localization/local_zh.json +22 -109
- package/components/atoms/datepicker/Datepicker.vue +5 -1
- package/components/atoms/list/dragDropList/DragDropList.vue +10 -14
- package/components/atoms/table/dataGrid/DataGrid.vue +0 -4
- package/components/common/adapterManager/AdapterManagerNew.vue +5 -39
- package/components/common/adapterManager/addAdapterModal/AddAdapterModalNew.vue +2 -3
- package/components/common/adapterManager/addAdapterWarningModal/AddAdapterWarningModalNew.vue +3 -3
- package/components/common/adapterManager/ui/actions/moveDownAdapterButton/MoveDownAdapterButtonNew.vue +0 -1
- package/components/common/adapterManager/ui/actions/moveUpAdapterButton/MoveUpAdapterButtonNew.vue +0 -1
- package/components/common/adapterManager/ui/noSelectedAdapter/NoSelectedAdapterNew.vue +4 -10
- package/components/common/adapterManager/ui/secondTitle/SecondTitleNew.vue +0 -15
- package/components/common/adapterManager/ui/table/TableNew.vue +2 -3
- package/components/common/adapterManager/ui/table/adapters/AdaptersNew.vue +36 -69
- package/components/common/adapterManager/ui/table/header/HeaderNew.vue +1 -5
- package/components/common/context/recursion/RecursionNew.vue +2 -1
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +5 -8
- 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 +2 -3
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +3 -8
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +2 -2
- package/components/common/diagramMain/modals/viewSettings/info/InfoNew.vue +0 -17
- package/components/common/diagramMain/modals/viewSettings/viewSettings/ViewSettings.vue +0 -3
- package/components/common/diagramMain/modals/viewSettings/viewSettings/ViewSettingsNew.vue +15 -50
- package/components/common/layout/theHeader/Old.vue +5 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/New.vue +0 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/Old.vue +0 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/security/Security.vue +0 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/New.vue +8 -20
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/Old.vue +3 -7
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +0 -3
- package/components/common/modals/newFolder/new/Location.vue +1 -21
- 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 +0 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableNew/TableNew.vue +0 -4
- 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 +0 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/MetricsNew.vue +0 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +0 -28
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +179 -179
- package/components/common/pages/backups/modals/createBackup/New.vue +0 -4
- package/components/common/pages/backups/modals/createBackup/Old.vue +1 -1
- package/components/common/pages/backups/modals/createBackup/disks/tableView/new/TableView.vue +1 -0
- 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 +0 -1
- package/components/common/pages/backups/modals/createBackup/general/GeneralNew.vue +1 -1
- package/components/common/pages/backups/modals/createBackup/general/GeneralOld.vue +9 -59
- package/components/common/pages/backups/modals/restore/New.vue +35 -40
- package/components/common/pages/backups/modals/restore/Restore.vue +3 -0
- package/components/common/pages/backups/modals/restore/disks/tableView/new/Table.vue +1 -6
- package/components/common/pages/backups/modals/restore/disks/tableView/new/lib/config/table.ts +0 -1
- package/components/common/pages/backups/modals/restore/lib/config/steps.ts +1 -1
- package/components/common/pages/backups/modals/restore/name/NameNew.vue +0 -3
- package/components/common/pages/backups/modals/restore/networks/table/new/Table.vue +0 -7
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +148 -64
- package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +248 -200
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +256 -79
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +106 -91
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +51 -30
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +49 -70
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +78 -25
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/{tableOld/lib → lib}/config/tableConfig.ts +1 -3
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +33 -50
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +9 -15
- package/components/common/pages/hardwareHealth/lib/config/status.ts +0 -14
- package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +0 -38
- package/components/common/pages/hardwareHealth/lib/models/enums.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/{old/Old.vue → TableView.vue} +7 -16
- package/components/common/pages/hardwareHealth/tableView/{old/lib → lib}/config/alertWarningTable.ts +2 -2
- package/components/common/pages/hardwareHealth/tableView/{old/lib → lib}/config/historyTestimonyTable.ts +2 -2
- package/components/common/pages/hardwareHealth/tableView/{old/lib → lib}/config/sensorTable.ts +2 -2
- package/components/common/pages/hardwareHealth/tableView/{old/lib → lib}/config/storageSensorTable.ts +2 -2
- package/components/common/pages/hardwareHealth/tableView/{old/lib → lib}/config/systemLogTable.ts +2 -2
- package/components/common/pages/hardwareHealth/tableView/{old/lib → lib}/config/tableKeys.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/{old/modal → modal}/SensorWarning.vue +0 -3
- package/components/common/pages/licensing/listView/lib/config/list.ts +1 -1
- package/components/common/pages/scheduledTasks/lib/models/interfaces.ts +0 -6
- package/components/common/pages/scheduledTasks/modals/common/frequency/Frequency.vue +42 -51
- package/components/common/pages/scheduledTasks/modals/common/frequency/afterStartup/AfterStartup.vue +48 -20
- package/components/common/pages/scheduledTasks/modals/common/frequency/end/End.vue +69 -18
- package/components/common/pages/scheduledTasks/modals/common/frequency/interval/Interval.vue +53 -22
- package/components/common/pages/scheduledTasks/modals/common/frequency/lib/utils.ts +1 -1
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/On.vue +168 -30
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/lib/config/options.ts +0 -17
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/selectWeek/SelectWeek.vue +28 -17
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/selectWeek/lib/config/weekOptions.ts +50 -20
- package/components/common/pages/scheduledTasks/modals/common/frequency/startOn/StartOn.vue +51 -20
- package/components/common/pages/scheduledTasks/modals/common/{taskForm/Old.vue → newTaskForm/NewTaskForm.vue} +69 -12
- package/components/common/pages/scheduledTasks/table/Table.vue +81 -27
- package/components/common/pages/scheduledTasks/table/expandDetails/ExpandDetails.vue +2 -2
- package/components/common/pages/scheduledTasks/table/expandDetails/New.vue +17 -47
- package/components/common/pages/scheduledTasks/table/expandDetails/Old.vue +9 -4
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/HistoryRun.vue +54 -16
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/{old/lib → lib}/config/historyRunsTable.ts +4 -4
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/{old/lib → lib}/config/tableKeys.ts +1 -1
- package/components/common/pages/scheduledTasks/table/expandDetails/lib/config/expandDetails.ts +5 -7
- package/components/common/pages/scheduledTasks/table/{old/lib → lib}/config/scheduledTasksTable.ts +9 -13
- package/components/common/pages/scheduledTasks/table/lib/config/schedulerStatus.ts +4 -0
- package/components/common/pages/scheduledTasks/table/{old/lib → lib}/config/tableKeys.ts +1 -1
- package/components/common/pages/scheduledTasks/table/lib/models/interfaces.ts +11 -0
- package/components/common/spiceConsole/SpiceConsole.vue +0 -38
- package/components/common/spiceConsole/keyboard/Keyboard.vue +2 -5
- package/components/common/split/horizontal/New.vue +2 -5
- package/components/common/tooltip/Help.vue +28 -28
- package/components/common/vm/actions/clone/Clone.vue +68 -75
- package/components/common/vm/actions/clone/lib/config/steps.ts +8 -8
- package/components/common/vm/actions/clone/new/New.vue +4 -12
- package/components/common/vm/actions/clone/old/Old.vue +4 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/New.vue +0 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Old.vue +0 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +1 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/New.vue +0 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Old.vue +0 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +3 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +12 -9
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +3 -11
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +1 -1
- package/components/common/vm/actions/common/select/options/New.vue +22 -33
- package/components/common/vm/actions/common/select/options/Old.vue +24 -41
- package/components/common/vm/actions/common/select/options/Options.vue +0 -16
- package/components/common/vm/actions/common/select/storage/Old.vue +1 -0
- package/components/common/vm/actions/common/select/storage/Storage.vue +3 -2
- package/components/common/vm/actions/common/select/storage/new/New.vue +10 -13
- 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 +42 -60
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/AdvancedOptions.vue +1 -7
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/New.vue +76 -53
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/Old.vue +61 -13
- package/components/common/wizards/network/add/Add.vue +107 -86
- package/components/common/wizards/network/add/AddNew.vue +16 -49
- 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 +9 -21
- package/components/common/wizards/network/add/lib/config/selectSwitch.ts +4 -5
- package/components/common/wizards/network/add/lib/config/steps.ts +1 -3
- package/components/common/wizards/network/add/lib/utils/utils.ts +3 -8
- package/components/common/wizards/network/add/mappers/mappers.ts +5 -12
- package/components/common/wizards/network/add/steps/connectionSettings/ConnectionSettings.vue +13 -19
- package/components/common/wizards/network/add/steps/connectionSettings/ConnectionSettingsNew.vue +2 -10
- package/components/common/wizards/network/add/steps/connectionSettings/ConnectionSettingsOld.vue +3 -6
- package/components/common/wizards/network/add/steps/createStandardSwitch/CreateStandardSwitch.vue +26 -8
- package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettings.vue +16 -25
- package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettingsNew.vue +17 -90
- package/components/common/wizards/network/add/steps/portProperties/PortProperties.vue +9 -13
- package/components/common/wizards/network/add/steps/portProperties/PortPropertiesNew.vue +5 -35
- package/components/common/wizards/network/add/steps/portProperties/PortPropertiesOld.vue +2 -3
- package/components/common/wizards/network/add/steps/readyComplete/ReadyComplete.vue +6 -8
- package/components/common/wizards/network/add/steps/readyComplete/ReadyCompleteNew.vue +7 -16
- package/components/common/wizards/network/add/steps/selectConnectionType/SelectConnectionType.vue +8 -7
- package/components/common/wizards/network/add/steps/selectConnectionType/SelectConnectionTypeNew.vue +0 -4
- package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDevice.vue +12 -11
- package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceNew.vue +16 -79
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/SelectNetwork.vue +9 -8
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/SelectStandardSwitch.vue +9 -8
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/SelectSwitch.vue +10 -9
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectNetwork.vue +0 -17
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectStandardSwitch.vue +1 -18
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectSwitch.vue +1 -18
- package/components/common/wizards/network/add/validations/common.ts +3 -8
- 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 +1 -2
- 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 +9 -30
- package/components/common/wizards/vm/migrate/steps/computeResource/New.vue +1 -0
- package/components/common/wizards/vm/migrate/steps/computeResource/Old.vue +1 -0
- package/composables/useLocalStorage.ts +45 -45
- package/lib/models/interfaces.ts +0 -2
- package/lib/utils/validation.ts +2 -3
- package/package.json +2 -2
- package/public/spice-console/application/application.js +6 -7
- package/public/spice-console/process/mainprocess.js +2 -10
- package/public/spice-console/run.js +0 -7
- package/public/spice-console-minify/run.min.js +1 -1
- package/components/common/configure/physicalAdapters/PhysicalAdapters.vue +0 -184
- package/components/common/configure/physicalAdapters/PhysicalAdaptersNew.vue +0 -365
- package/components/common/configure/physicalAdapters/PhysicalAdaptersOld.vue +0 -305
- package/components/common/configure/physicalAdapters/buttons/Buttons.vue +0 -105
- package/components/common/configure/physicalAdapters/emptyBlock/EmptyBlock.vue +0 -17
- package/components/common/configure/physicalAdapters/emptyBlock/EmptyBlockNew.vue +0 -37
- package/components/common/configure/physicalAdapters/emptyBlock/EmptyBlockOld.vue +0 -26
- package/components/common/configure/physicalAdapters/modals/edit/Edit.vue +0 -99
- package/components/common/configure/physicalAdapters/modals/edit/EditNew.vue +0 -203
- package/components/common/configure/physicalAdapters/modals/edit/EditOld.vue +0 -170
- package/components/common/configure/physicalAdapters/modals/edit/lib/config/config.ts +0 -59
- package/components/common/configure/physicalAdapters/modals/edit/lib/models/interfaces.ts +0 -12
- package/components/common/configure/physicalAdapters/tableView/TableView.vue +0 -43
- package/components/common/configure/physicalAdapters/tableView/TableViewNew.vue +0 -334
- package/components/common/configure/physicalAdapters/tableView/TableViewOld.vue +0 -334
- package/components/common/configure/physicalAdapters/tableView/lib/config/physicalAdaptersTableConfig.ts +0 -177
- package/components/common/configure/physicalAdapters/tableView/lib/config/physicalAdaptersTableConfigNew.ts +0 -191
- package/components/common/configure/physicalAdapters/tableView/lib/config/settings.ts +0 -122
- package/components/common/configure/physicalAdapters/tableView/lib/config/tableKeys.ts +0 -14
- package/components/common/configure/physicalAdapters/tableView/lib/models/interfaces.ts +0 -30
- package/components/common/configure/physicalAdapters/tableView/lib/models/types.ts +0 -11
- package/components/common/configure/physicalAdapters/tableView/mappers/mappers.ts +0 -43
- package/components/common/noDataProvided/NoDataProvided.vue +0 -17
- package/components/common/noDataProvided/NoDataProvidedNew.vue +0 -66
- package/components/common/noDataProvided/NoDataProvidedOld.vue +0 -18
- package/components/common/pages/hardwareHealth/HardwareHealthNew.vue +0 -237
- package/components/common/pages/hardwareHealth/HardwareHealthOld.vue +0 -187
- package/components/common/pages/hardwareHealth/historyTestimony/GraphNew.vue +0 -193
- package/components/common/pages/hardwareHealth/historyTestimony/GraphOld.vue +0 -209
- package/components/common/pages/hardwareHealth/historyTestimony/tools/ToolsNew.vue +0 -234
- package/components/common/pages/hardwareHealth/historyTestimony/tools/ToolsOld.vue +0 -296
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModalNew.vue +0 -172
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModalOld.vue +0 -166
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/NotificationNew.vue +0 -22
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/ActionsNew.vue +0 -121
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/ActionsOld.vue +0 -81
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/CountersNew.vue +0 -109
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/CountersOld.vue +0 -93
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +0 -13
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/tableNew/TableNew.vue +0 -57
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/tableNew/lib/config/options.ts +0 -19
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/tableNew/lib/config/tableData.ts +0 -73
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/tableNew/lib/utils/constructTable.ts +0 -31
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/tableOld/TableOld.vue +0 -103
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/TimespanNew.vue +0 -169
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/TimespanOld.vue +0 -65
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/MetricsNew.vue +0 -121
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/MetricsOld.vue +0 -22
- package/components/common/pages/hardwareHealth/indicators/Indicators.vue +0 -96
- package/components/common/pages/hardwareHealth/indicators/lib/models/interfaces.ts +0 -5
- package/components/common/pages/hardwareHealth/tableView/new/New.vue +0 -230
- package/components/common/pages/hardwareHealth/tableView/new/lib/config/alertWarningTable.ts +0 -100
- package/components/common/pages/hardwareHealth/tableView/new/lib/config/historyTestimonyTable.ts +0 -127
- package/components/common/pages/hardwareHealth/tableView/new/lib/config/sensorTable.ts +0 -164
- package/components/common/pages/hardwareHealth/tableView/new/lib/config/storageSensorsTable.ts +0 -88
- package/components/common/pages/hardwareHealth/tableView/new/lib/config/systemLogTable.ts +0 -74
- package/components/common/pages/hardwareHealth/tooltip/Tooltip.vue +0 -73
- package/components/common/pages/scheduledTasks/modals/common/frequency/afterStartup/New.vue +0 -73
- package/components/common/pages/scheduledTasks/modals/common/frequency/afterStartup/Old.vue +0 -65
- package/components/common/pages/scheduledTasks/modals/common/frequency/end/New.vue +0 -104
- package/components/common/pages/scheduledTasks/modals/common/frequency/end/Old.vue +0 -112
- package/components/common/pages/scheduledTasks/modals/common/frequency/interval/New.vue +0 -79
- package/components/common/pages/scheduledTasks/modals/common/frequency/interval/Old.vue +0 -68
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/New.vue +0 -170
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/Old.vue +0 -234
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/selectWeek/New.vue +0 -66
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/selectWeek/Old.vue +0 -44
- package/components/common/pages/scheduledTasks/modals/common/frequency/startOn/New.vue +0 -83
- package/components/common/pages/scheduledTasks/modals/common/frequency/startOn/Old.vue +0 -77
- package/components/common/pages/scheduledTasks/modals/common/taskForm/New.vue +0 -338
- package/components/common/pages/scheduledTasks/modals/common/taskForm/TaskForm.vue +0 -129
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/new/New.vue +0 -146
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/new/lib/config/historyRunsTable.ts +0 -161
- package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/old/Old.vue +0 -68
- package/components/common/pages/scheduledTasks/table/expandDetails/lib/models/interfaces.ts +0 -8
- package/components/common/pages/scheduledTasks/table/lib/models/enums.ts +0 -4
- package/components/common/pages/scheduledTasks/table/new/New.vue +0 -316
- package/components/common/pages/scheduledTasks/table/new/lib/config/scheduledTasksTable.ts +0 -192
- package/components/common/pages/scheduledTasks/table/new/lib/models/enums.ts +0 -14
- package/components/common/pages/scheduledTasks/table/old/Old.vue +0 -93
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/lib/config/raidOptions.ts +0 -35
- /package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/{NotificationOld.vue → Notification.vue} +0 -0
- /package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/{tableOld/lib → lib}/models/types.ts +0 -0
- /package/components/common/pages/hardwareHealth/tableView/{old/lib → lib}/models/interfaces.ts +0 -0
- /package/components/common/pages/hardwareHealth/tableView/{old/lib → lib}/models/types.ts +0 -0
- /package/components/common/pages/scheduledTasks/modals/common/{taskForm → newTaskForm}/lib/models/interfaces.ts +0 -0
- /package/components/common/pages/scheduledTasks/modals/common/{taskForm → newTaskForm}/lib/utils.ts +0 -0
- /package/components/common/pages/scheduledTasks/table/expandDetails/historyRun/{old/lib → lib}/models/types.ts +0 -0
- /package/components/common/pages/scheduledTasks/table/{old/lib → 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="38">
|
|
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,8 +43,6 @@
|
|
|
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" />
|
|
48
46
|
</list>
|
|
49
47
|
</value>
|
|
50
48
|
</option>
|
|
@@ -310,7 +310,6 @@
|
|
|
310
310
|
"convertTemplateVirtualMachine": "Пераўтварыць шаблон у віртуальную машыну",
|
|
311
311
|
"copyPaste": "Копія",
|
|
312
312
|
"copyTo": "Скапіраваць у",
|
|
313
|
-
"copyTo2": "Скапіраваць у",
|
|
314
313
|
"copyUrl": "Скапіраваць URL",
|
|
315
314
|
"coresPerSocket": "Ядра на сокет",
|
|
316
315
|
"counters": "Лічыльнік",
|
|
@@ -849,7 +848,7 @@
|
|
|
849
848
|
"localDesc": "Стварыце лакальнае сховішча ў файлавай сістэме хаста",
|
|
850
849
|
"localLibrariesCanBePublishedDesc": "Мясцовыя бібліятэкі могуць публікавацца звонку. Падпісаныя бібліятэкі паходзяць з іншых апублікаваных бібліятэк.",
|
|
851
850
|
"localVmfs": "Лакальны (VMFS)",
|
|
852
|
-
"lockdownMode": "Рэжым
|
|
851
|
+
"lockdownMode": "Рэжым блакіроўкі",
|
|
853
852
|
"lockdownNormal": "Хост даступны толькі праз лакальную кансоль або сервер {productName}",
|
|
854
853
|
"lockdownStrict": "Хост даступны толькі {productName}. Сервер карыстацкага інтэрфейсу direct console спынены",
|
|
855
854
|
"locked": "Зачынены",
|
|
@@ -969,7 +968,6 @@
|
|
|
969
968
|
"moveDown": "Рухацца ўніз",
|
|
970
969
|
"moveFolder": "Перамясціць у тэчку",
|
|
971
970
|
"moveTo": "Перайсці да",
|
|
972
|
-
"moveTo2": "Перайсці да",
|
|
973
971
|
"moveToWithDots": "Перайсці да...",
|
|
974
972
|
"moveUp": "Рухацца ўверх",
|
|
975
973
|
"ms": "Спадарыня",
|
|
@@ -1061,11 +1059,8 @@
|
|
|
1061
1059
|
"noCertificatesAdded": "Сертыфікаты не дададзены.",
|
|
1062
1060
|
"noConfigurableDeviceIsSelected": "Наладжвальнае прылада не абрана.",
|
|
1063
1061
|
"noDataProvided": "Ніякіх дадзеных не прадастаўлена",
|
|
1064
|
-
"noDataProvidedMessage": "У цяперашні час няма дадзеных для адлюстравання.",
|
|
1065
1062
|
"noDhcpEnabledVmKernelNetAdapters": "Сеткавых адаптараў VMkernel з падтрымкай DHCP не існуе.",
|
|
1066
1063
|
"noFreeNetworkAdaptersAddSwitch": "Бясплатных сеткавых адаптараў для дадання да камутатара няма.",
|
|
1067
|
-
"noAdaptersTitle": "Няма бясплатных сеткавых адаптараў для дадання",
|
|
1068
|
-
"noAdaptersMessage": "У цяперашні час не засталося свабодных фізічных сеткавых адаптараў для дадання да гэтага камутатара.",
|
|
1069
1064
|
"noItemsDisplay": "Няма элементаў для адлюстравання",
|
|
1070
1065
|
"noItemSelected": "Элементы не выбраны",
|
|
1071
1066
|
"none": "Няма",
|
|
@@ -2181,8 +2176,7 @@
|
|
|
2181
2176
|
"zabbix": "Zabbix",
|
|
2182
2177
|
"loginZabbixAccount": "Увайдзіце на Сервер Zabbix",
|
|
2183
2178
|
"newView": "Новы выгляд",
|
|
2184
|
-
"
|
|
2185
|
-
"viewDesc": "Выберыце інтэрфейс і візуальныя настройкі для {trademark} Client.",
|
|
2179
|
+
"viewDesc": "Выберыце прагляд, які будзе выкарыстоўвацца кліентам {trademark}",
|
|
2186
2180
|
"emptyNameValidationDescription": "Імя не павінна быць пустым",
|
|
2187
2181
|
"kindValidationDescription": "Няправільны тып запісу",
|
|
2188
2182
|
"alert": "Трывога",
|
|
@@ -2223,7 +2217,6 @@
|
|
|
2223
2217
|
"sambaHelpDesc": "Samba Storage выкарыстоўвае пратакол SMBCIFS, забяспечвае доступ да платформы, гнуткія правы і інтэграцыю з Active Directory.",
|
|
2224
2218
|
"deviceType": "Тып прылады",
|
|
2225
2219
|
"selectDisksInvolvedBackup": "Выберыце дыскі, якія ўдзельнічаюць у рэзервовым капіраванні.",
|
|
2226
|
-
"selectDisksInvolvedBackupNotRequired": "Выберыце рэзервовыя дыскі для капіявання. Вы можаце прапусціць гэты крок, калі капіраванне не патрабуецца.",
|
|
2227
2220
|
"dateTime": "Дата Час",
|
|
2228
2221
|
"eventTypeDescription": "Апісанне тыпу падзеі",
|
|
2229
2222
|
"possibleCauses": "Магчымыя прычыны",
|
|
@@ -2290,7 +2283,7 @@
|
|
|
2290
2283
|
"lastRunResult": "Вынік апошняга запуску",
|
|
2291
2284
|
"nextRun": "Наступны запуск",
|
|
2292
2285
|
"removeScheduledTask": "Выдаліць запланаванае заданне",
|
|
2293
|
-
"removeScheduledTaskDesc": "Вы ўпэўнены, што хочаце выдаліць
|
|
2286
|
+
"removeScheduledTaskDesc": "Калі запланаванае заданне будзе выдалена, усе бліжэйшыя заданні ў ім будуць адменены. Вы ўпэўнены, што хочаце выдаліць запланаванае заданне ({taskName}) для {vmName}?",
|
|
2294
2287
|
"neverShowThisMessageAgain": "Больш ніколі не паказваць гэта паведамленне",
|
|
2295
2288
|
"scheduleNewTasks": "Расклад новых задач",
|
|
2296
2289
|
"scheduleTaskEdit": "Рэдагаванне раскладу задач",
|
|
@@ -2592,25 +2585,7 @@
|
|
|
2592
2585
|
"datastoreExistsTheSelectedLocation": "Сховішча з такой жа назвай ужо існуе ў выбраным месцы. Увядзіце новую назву.",
|
|
2593
2586
|
"deleteConfirmation": "Пацвярджэнне выдалення",
|
|
2594
2587
|
"deleteItem": "Выдаліць элемент",
|
|
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": "Увядзіце карэктны лік."
|
|
2588
|
+
"deleteItems": "Выдаліць элементы"
|
|
2614
2589
|
},
|
|
2615
2590
|
"auth": {
|
|
2616
2591
|
"welcomeTo": "Сардэчна запрашаем у",
|
|
@@ -2876,9 +2851,7 @@
|
|
|
2876
2851
|
"selectedSourcesDifferentNetworks": "Выбраныя крыніцы размешчаны ў розных сетках.",
|
|
2877
2852
|
"thereAreNoSelectedDestinations": "Выбраных пунктаў прызначэння няма.",
|
|
2878
2853
|
"moreOneDestinationSelected": "Абрана больш аднаго пункта прызначэння.",
|
|
2879
|
-
"selectedDestinationDifferentNetwork": "Абраны пункт прызначэння знаходзіцца ў іншай сетцы."
|
|
2880
|
-
"numberOfVirtualFunctions": "Колькасць віртуальных функцый",
|
|
2881
|
-
"noSelectedAdaptersMessage": "Калі ласка, не забудзьцеся выбраць фізічны сеткавы адаптар, каб праглядзець яго падрабязную інфармацыю."
|
|
2854
|
+
"selectedDestinationDifferentNetwork": "Абраны пункт прызначэння знаходзіцца ў іншай сетцы."
|
|
2882
2855
|
},
|
|
2883
2856
|
"vmOverrides": {
|
|
2884
2857
|
"vmOverrides": "Пераазначэнні ВМ",
|
|
@@ -3453,8 +3426,7 @@
|
|
|
3453
3426
|
"liveMigrationDesc": "Віртуальная машына пераносіцца на новы хост на ляту без спынення сэрвісаў. Карыстальнікі і праграмы амаль не адчуваюць прастою.",
|
|
3454
3427
|
"ramSuspendMigrationDesc": "Віртуальная машына прыпыняецца, змесціва яе RAM захоўваецца і пераносіцца на новы хост. Пасля гэтага яна працягвае працу з таго ж самага стану.",
|
|
3455
3428
|
"offlineMigrationDesc": "Віртуальная машына цалкам выключаецца, пасля чаго яе стан і дадзеныя пераносяцца на новы хост. Сэрвіс застаецца недаступным падчас пераносу.",
|
|
3456
|
-
"strategyMigrationErrorDesc": "Эксплуатацыя не можа быць выканана: віртуальная машына знаходзіцца ў непрацаваным стане. Дазволеныя дзяржавы \"выключаны\" (PowerOff) або \"ўключаны\" (Poweron). Калі ласка, усталюйце VM у адзін з гэтых дзяржаў і паспрабуйце яшчэ раз."
|
|
3457
|
-
"changeComputeResourceStorageVirtualMachine": "Змяніць вылічальныя рэсурсы або сховішча віртуальнай машыны."
|
|
3429
|
+
"strategyMigrationErrorDesc": "Эксплуатацыя не можа быць выканана: віртуальная машына знаходзіцца ў непрацаваным стане. Дазволеныя дзяржавы \"выключаны\" (PowerOff) або \"ўключаны\" (Poweron). Калі ласка, усталюйце VM у адзін з гэтых дзяржаў і паспрабуйце яшчэ раз."
|
|
3458
3430
|
},
|
|
3459
3431
|
"storageAdapters": {
|
|
3460
3432
|
"none": "Няма",
|
|
@@ -3488,14 +3460,7 @@
|
|
|
3488
3460
|
"second": "Па-другое",
|
|
3489
3461
|
"third": "Трэці",
|
|
3490
3462
|
"fourth": "Па-чацвёртае",
|
|
3491
|
-
"once": "Адзін раз"
|
|
3492
|
-
"selectFrequency": "Выберыце частату",
|
|
3493
|
-
"frequency": "Частата",
|
|
3494
|
-
"delayMinutes": "Затрымка (хвілін)",
|
|
3495
|
-
"selectPosition": "Выберыце пазіцыю",
|
|
3496
|
-
"selectDay": "Выберыце дзень",
|
|
3497
|
-
"emails": "Электронныя лісты",
|
|
3498
|
-
"taskDetails": "Падрабязнасці задання"
|
|
3463
|
+
"once": "Адзін раз"
|
|
3499
3464
|
},
|
|
3500
3465
|
"license": {
|
|
3501
3466
|
"limits": "Мяжа",
|
|
@@ -3658,11 +3623,7 @@
|
|
|
3658
3623
|
"metricsNotFound": "Паказчыкі не знойдзены",
|
|
3659
3624
|
"uploadFolder": "Тэчка загрузкі",
|
|
3660
3625
|
"uploadFiles": "Запампаваць файлы",
|
|
3661
|
-
"clickForUse": "Націсніце для выкарыстання"
|
|
3662
|
-
"tryingToConnect": "ВЫКОНВАЕЦЦА ПАДКЛЮЧЭННЕ ДА ВІРТУАЛЬНАЙ МАШЫНЫ...",
|
|
3663
|
-
"connectionTimedOut": "ЧАС ПАДКЛЮЧЭННЯ СКОНЧЫЎСЯ.",
|
|
3664
|
-
"connectionTimedOutDesc": "ВМ ужо выкарыстоўваецца або адключана",
|
|
3665
|
-
"connectionTimedOutBtn": "Націсніце тут, каб перазагрузіць старонку"
|
|
3626
|
+
"clickForUse": "Націсніце для выкарыстання"
|
|
3666
3627
|
},
|
|
3667
3628
|
"vmWizard": {
|
|
3668
3629
|
"selectCreationType": "Выберыце тып стварэння",
|
|
@@ -3726,8 +3687,7 @@
|
|
|
3726
3687
|
"rangeEndOutOfRange": "Канец дыяпазону {0} па-за дапушчальным дыяпазонам (0-{1})",
|
|
3727
3688
|
"rangeDuplicate": "Працэсар {0} пазначаны больш за адзін раз",
|
|
3728
3689
|
"invalidFormat": "Няправільны фармат: \"{0}\". Выкарыстоўвайце лікі (напрыклад, \"0\") або дыяпазоны (напрыклад, \"0-3\")",
|
|
3729
|
-
"encriptionPolicy": "Палітыка шыфравання"
|
|
3730
|
-
"maxParallel": "Максімальная паралель"
|
|
3690
|
+
"encriptionPolicy": "Палітыка шыфравання"
|
|
3731
3691
|
},
|
|
3732
3692
|
"feedback": {
|
|
3733
3693
|
"additionalDetailsHelp": "Даведка па дадатковых звестках",
|
|
@@ -3818,13 +3778,13 @@
|
|
|
3818
3778
|
"backupCreationReview": "Перад стварэннем рэзервовай копіі праглядзіце падрабязнасці.",
|
|
3819
3779
|
"restoreBackupReviewSubtitle": "Праверце падрабязнасці перад аднаўленнем існуючай віртуальнай машыны з рэзервовай копіі.",
|
|
3820
3780
|
"diskCopyN": "Дыск (Копія) {0}",
|
|
3821
|
-
"createBackupCommonSubtitle": "Укажыце ўнікальную назву і апісанне для рэзервовай
|
|
3781
|
+
"createBackupCommonSubtitle": "Укажыце ўнікальную назву і апісанне для рэзервовай копіі",
|
|
3822
3782
|
"virtualMachineName": "Імя віртуальнай машыны",
|
|
3823
3783
|
"restoreBackupSelectNameSubtitle": "Укажыце ўнікальную назву для віртуальнай машыны.",
|
|
3824
|
-
"nameValidationDescription": "
|
|
3784
|
+
"nameValidationDescription": "Назва павінна ўтрымліваць лацінскія літары і лічбы, сімвалы «-», «_», «.», і складацца з 5–64 сімвалаў.",
|
|
3825
3785
|
"vmNameExistInSelectedLocation": "Віртуальная машына або шаблон з такой назвай ужо існуе. Увядзіце іншую назву.",
|
|
3826
3786
|
"noNetworksAvailable": "Няма даступных сетак",
|
|
3827
|
-
"restoreBackupSelectNetworkSubtitle": "Выберыце тыпы адаптараў і сеткі ў Procurator
|
|
3787
|
+
"restoreBackupSelectNetworkSubtitle": "Выберыце тыпы адаптараў і сеткі ў Procurator",
|
|
3828
3788
|
"restoreVirtualMachine": "Аднавіць віртуальную машыну"
|
|
3829
3789
|
},
|
|
3830
3790
|
"ssoUsers": {
|
|
@@ -3900,8 +3860,8 @@
|
|
|
3900
3860
|
"failuresAndResponsesDesc": "Вы можаце наладзіць, як Sphere HA будзе рэагаваць на збоі ў гэтым кластары. Падтрымліваюцца наступныя тыпы збояў: хост, ізаляцыя хоста, абарона кампанентаў ВМ (сховішчы з PDL і APD), ВМ і прыкладанне.",
|
|
3901
3861
|
"admissionControlDesc": "Кантроль допуску — гэта палітыка Sphere HA для забеспячэння рэзерваў у кластары на выпадак збою. Павелічэнне колькасці магчымых збояў павышае патрабаванні да даступнасці і рэзерваў.",
|
|
3902
3862
|
"heartbeatDatastoreDesc": "Sphere выкарыстоўвае сховішчы дадзеных для маніторынгу хастоў і віртуальных машын у выпадку збою сеткі высокай даступнасці. Sphere выбірае 2 сховішчы дадзеных для кожнага хаста, выкарыстоўваючы палітыку і налады сховішча дадзеных, указаныя ніжэй.",
|
|
3903
|
-
"advancedOptionsDesc": "Вы можаце наладзіць пашыраныя параметры, што ўплываюць на паводзіны кластара
|
|
3904
|
-
"sphereHaMonitoringTooltipContent": "Хосты
|
|
3863
|
+
"advancedOptionsDesc": "Вы можаце наладзіць пашыраныя параметры, што ўплываюць на паводзіны кластара vSphere HA.",
|
|
3864
|
+
"sphereHaMonitoringTooltipContent": "Хосты ESX/ESXi у гэтым кластары абменьваюцца сеткавымі heartbeat-сігналамі. Адключыце гэтую функцыю падчас сеткавых прац, якія могуць выклікаць ізаляцыю.",
|
|
3905
3865
|
"enableHostMonitoring": "Уключыць маніторынг хостаў",
|
|
3906
3866
|
"hostFailureResponse": "Рэакцыя на збой хоста",
|
|
3907
3867
|
"failureResponse": "Рэакцыя на збой",
|
|
@@ -4057,11 +4017,9 @@
|
|
|
4057
4017
|
"backToLogin": "Вярнуцца да ўваходу",
|
|
4058
4018
|
"qrcodeDescription": "Скануйце гэты QR-код з дапамогай праграмы-аўтэнтыфікатара альбо ўвядзіце адзін з гэтых кодаў уручную. Пасля гэтага пацвердзіце дзеянне, увёўшы аднаразовы код ніжэй.",
|
|
4059
4019
|
"showNotification": "Паказваць апавяшчэнне",
|
|
4060
|
-
"
|
|
4061
|
-
"showNotificationDescription": "Паказваць апавяшчэнне, калі нешта ідзе не так.",
|
|
4020
|
+
"showNotificationDescription": "Паказваць апавяшчэнне, калі нешта ідзе не так",
|
|
4062
4021
|
"twoFactorMustBeEnabled": "Неабходна падключыць двухфактарную аўтэнтыфікацыю (2FA), інакш ваш акаўнт будзе заблакаваны.",
|
|
4063
|
-
"twoFactorMustWarning": "Вам засталося {0} дзён, каб падключыць двухфактарную аўтэнтыфікацыю (2FA), інакш ваш акаўнт будзе заблакаваны (адключаны)."
|
|
4064
|
-
"switchInterfaceDescription": "Пераключыцца на новы дызайн інтэрфейсу."
|
|
4022
|
+
"twoFactorMustWarning": "Вам засталося {0} дзён, каб падключыць двухфактарную аўтэнтыфікацыю (2FA), інакш ваш акаўнт будзе заблакаваны (адключаны)."
|
|
4065
4023
|
},
|
|
4066
4024
|
"ssoConfiguration": {
|
|
4067
4025
|
"twoFactorPolicy": "Палітыка двухфактарнай аўтэнтыфікацыі",
|
|
@@ -4109,7 +4067,7 @@
|
|
|
4109
4067
|
},
|
|
4110
4068
|
"configureSecurityProfile": {
|
|
4111
4069
|
"lockdownModeDesc": "Пры ўключэнні рэжым блакавання не дазваляе выдаленым карыстальнікам напрамую ўваходзіць у сістэму у гэтага гаспадара. Хост будзе даступны толькі праз лакальную кансоль або аўтарызаванае прыкладанне для цэнтралізаванага кіравання",
|
|
4112
|
-
"exceptionUsers": "
|
|
4070
|
+
"exceptionUsers": "Сума можа быць занадта вялікай",
|
|
4113
4071
|
"specifyHostLockdownMode": "Укажыце рэжым блакіроўкі хаста",
|
|
4114
4072
|
"exceptionUsersDesc": "Спіс уліковых запісаў карыстальнікаў, якія захоўваюць свае правы пры пераходзе хаста ў рэжым блакіроўкі. Гэтыя ўліковыя запісы выкарыстоўваюцца стороннімі рашэннямі і знешнімі праграмамі, якім неабходна працягваць працу ў рэжыме блакіроўкі. Каб не парушыць бяспеку рэжыму блакіроўкі, дадавайце толькі ўліковыя запісы, звязаныя з праграмамі.",
|
|
4115
4073
|
"separateUsersWithCommas": "Раздзяляйце карыстальнікаў коскамі"
|
|
@@ -4135,55 +4093,10 @@
|
|
|
4135
4093
|
"enableAutostart": "Уключыць аўтазапуск",
|
|
4136
4094
|
"disableAutostart": "Адключыць аўтазапуск"
|
|
4137
4095
|
},
|
|
4138
|
-
"
|
|
4139
|
-
"
|
|
4140
|
-
"
|
|
4141
|
-
"
|
|
4142
|
-
"
|
|
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": "Няма запісаў журнала, якія адпавядаюць фільтрам"
|
|
4096
|
+
"temp": {
|
|
4097
|
+
"title": "Віртуальны metro storage кластар",
|
|
4098
|
+
"stepTitle": "Выберыце зыходны хост",
|
|
4099
|
+
"serverAddress": "Адрас сервера",
|
|
4100
|
+
"fqdnOrIpAddress": "FQDN або IP-адрас"
|
|
4188
4101
|
}
|
|
4189
4102
|
}
|
|
@@ -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,7 +309,6 @@
|
|
|
309
309
|
"convertTemplateVirtualMachine": "Convert template to virtual machine",
|
|
310
310
|
"copyPaste": "Copy & Paste",
|
|
311
311
|
"copyTo": "Copy to",
|
|
312
|
-
"copyTo2": "Copy to",
|
|
313
312
|
"copyUrl": "Copy Url",
|
|
314
313
|
"coresPerSocket": "Cores per Socket",
|
|
315
314
|
"counters": "Counters",
|
|
@@ -503,7 +502,7 @@
|
|
|
503
502
|
"enableBothOptions": "Enable both options",
|
|
504
503
|
"enableCpuHotAdd": "Enable CPU Hot Add",
|
|
505
504
|
"enabled": "Enabled",
|
|
506
|
-
"enabledServices": "Enabled
|
|
505
|
+
"enabledServices": "Enabled services",
|
|
507
506
|
"enableFallback": "Enable fallback",
|
|
508
507
|
"enableIpv6SupportOnThisHost": "Enable IPv6 support on this host",
|
|
509
508
|
"enableMonitoringEvents": "Enable monitoring events",
|
|
@@ -968,7 +967,6 @@
|
|
|
968
967
|
"moveDown": "Move Down",
|
|
969
968
|
"moveFolder": "Move to Folder",
|
|
970
969
|
"moveTo": "Move to",
|
|
971
|
-
"moveTo2": "Move to",
|
|
972
970
|
"moveToWithDots": "Move To...",
|
|
973
971
|
"moveUp": "Move Up",
|
|
974
972
|
"ms": "ms",
|
|
@@ -1060,11 +1058,8 @@
|
|
|
1060
1058
|
"noCertificatesAdded": "No certificates added.",
|
|
1061
1059
|
"noConfigurableDeviceIsSelected": "No configurable device is selected.",
|
|
1062
1060
|
"noDataProvided": "No Data Provided",
|
|
1063
|
-
"noDataProvidedMessage": "There is currently no data to display.",
|
|
1064
1061
|
"noDhcpEnabledVmKernelNetAdapters": "There are no DHCP-enabled VMkernel network adapters.",
|
|
1065
1062
|
"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.",
|
|
1068
1063
|
"noItemsDisplay": "No items to display",
|
|
1069
1064
|
"noItemSelected": "No items selected",
|
|
1070
1065
|
"none": "None",
|
|
@@ -1718,7 +1713,7 @@
|
|
|
1718
1713
|
"virtualFlashHostSwapCache": "Virtual Flash Host Swap Cache",
|
|
1719
1714
|
"virtualFlashResource": "Virtual Flash Resource",
|
|
1720
1715
|
"virtualFlashResourceManagement": "Virtual Flash Resource Management",
|
|
1721
|
-
"virtualFunctions": "Virtual
|
|
1716
|
+
"virtualFunctions": "Virtual functions",
|
|
1722
1717
|
"virtualFunctionsMustBe": "Virtual functions must be between 1 and 16.",
|
|
1723
1718
|
"virtualHardware": "Virtual Hardware",
|
|
1724
1719
|
"virtualMachine": "Virtual Machine",
|
|
@@ -1756,7 +1751,7 @@
|
|
|
1756
1751
|
"vMkernelAdapters": "VMkernel adapters",
|
|
1757
1752
|
"vmKernelGateway": "VMkernel gateway",
|
|
1758
1753
|
"vmKernelNetworkAdapter": "Internal Virtual Network Adapter",
|
|
1759
|
-
"vmKernelPortSettings": "Kernel
|
|
1754
|
+
"vmKernelPortSettings": "Kernel port settings",
|
|
1760
1755
|
"vMKernelTcpIpStackHandlesTraffic": "The TCP/IP stack processes traffic for Procurator platform services such as iSCSI, NFS, FCoE, vSan, host management, etc.",
|
|
1761
1756
|
"vmLocation": "VM Location",
|
|
1762
1757
|
"vmMonitoring": "VM Monitoring",
|
|
@@ -1897,7 +1892,7 @@
|
|
|
1897
1892
|
"browserOutDateDesc2": "You can also use the",
|
|
1898
1893
|
"browserOutDateDesc3": "mobile version of the website",
|
|
1899
1894
|
"theDateOnHostAndBrowserDifferent": "The date on the host and in the web browser is different",
|
|
1900
|
-
"selectMigrationType": "Select a
|
|
1895
|
+
"selectMigrationType": "Select a migration type",
|
|
1901
1896
|
"selectMigrationTypeDesc": "Change the virtual machines' compute resource, storage, or both.",
|
|
1902
1897
|
"selectComputeResourceDesc": "Select a cluster, host, or resource pool to run virtual machines.",
|
|
1903
1898
|
"selectNetworks": "Select Networks",
|
|
@@ -2184,8 +2179,7 @@
|
|
|
2184
2179
|
"zabbix": "Zabbix",
|
|
2185
2180
|
"loginZabbixAccount": "Login to Zabbix Server",
|
|
2186
2181
|
"newView": "New view",
|
|
2187
|
-
"
|
|
2188
|
-
"viewDesc": "Select interface and visual preferences for {trademark} Client.",
|
|
2182
|
+
"viewDesc": "Select view to be used by {trademark} Client",
|
|
2189
2183
|
"emptyNameValidationDescription": "Name should not be empty",
|
|
2190
2184
|
"kindValidationDescription": "Invalid record kind",
|
|
2191
2185
|
"alert": "Alert",
|
|
@@ -2226,7 +2220,6 @@
|
|
|
2226
2220
|
"sambaHelpDesc": "Samba storage uses the SMBCIFS protocol, provides cross -platform access, flexible rights and integration with Active Directory.",
|
|
2227
2221
|
"deviceType": "Device type",
|
|
2228
2222
|
"selectDisksInvolvedBackup": "Select disks involved in the backup.",
|
|
2229
|
-
"selectDisksInvolvedBackupNotRequired": "Select backup disks for copy. You can skip this step if copying is not required.",
|
|
2230
2223
|
"dateTime": "Date Time",
|
|
2231
2224
|
"eventTypeDescription": "Event Type Description",
|
|
2232
2225
|
"possibleCauses": "Possible Causes",
|
|
@@ -2262,7 +2255,7 @@
|
|
|
2262
2255
|
"embedded": "Embedded",
|
|
2263
2256
|
"offUser": "Off User",
|
|
2264
2257
|
"addingStorage": "Adding Storage",
|
|
2265
|
-
"historyTestimony": "History of
|
|
2258
|
+
"historyTestimony": "History of testimony",
|
|
2266
2259
|
"alarmName": "Alarm Name",
|
|
2267
2260
|
"objectType": "Object type",
|
|
2268
2261
|
"lastModified": "Last modified",
|
|
@@ -2293,7 +2286,7 @@
|
|
|
2293
2286
|
"lastRunResult": "Last run result",
|
|
2294
2287
|
"nextRun": "Next run",
|
|
2295
2288
|
"removeScheduledTask": "Remove Scheduled Task",
|
|
2296
|
-
"removeScheduledTaskDesc": "Are you sure you want to remove
|
|
2289
|
+
"removeScheduledTaskDesc": "If a scheduled task is removed, all upcoming tasks in it will be cancelled.Are you sure you want to remove the scheduled task ({taskName}) for {vmName}?",
|
|
2297
2290
|
"neverShowThisMessageAgain": "Never show this message again",
|
|
2298
2291
|
"scheduleNewTasks": "Schedule New Tasks",
|
|
2299
2292
|
"scheduleTaskEdit": "Schedule Task Edit",
|
|
@@ -2522,7 +2515,7 @@
|
|
|
2522
2515
|
"existingSwitch": "Existing Switch",
|
|
2523
2516
|
"targetDevice": "Target Device",
|
|
2524
2517
|
"selectASwitch": "Select a switch",
|
|
2525
|
-
"switchEs": "switch(
|
|
2518
|
+
"switchEs": "switch(es)",
|
|
2526
2519
|
"networkS": "network(s)",
|
|
2527
2520
|
"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.",
|
|
2528
2521
|
"onceUnmountProgressDoNotPerform": "Once the unmount is in progress do not perform any configuration operations that might result in I/O to the datastore.",
|
|
@@ -2596,25 +2589,7 @@
|
|
|
2596
2589
|
"datastoreExistsTheSelectedLocation": "A datastore with the same name exists in the selected location. Enter a new name.",
|
|
2597
2590
|
"deleteConfirmation": "Delete Confirmation",
|
|
2598
2591
|
"deleteItem": "Delete Item",
|
|
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."
|
|
2592
|
+
"deleteItems": "Delete Items"
|
|
2618
2593
|
},
|
|
2619
2594
|
"auth": {
|
|
2620
2595
|
"welcomeTo": "Welcome to",
|
|
@@ -2880,9 +2855,7 @@
|
|
|
2880
2855
|
"selectedSourcesDifferentNetworks": "The selected sources are located on different networks.",
|
|
2881
2856
|
"thereAreNoSelectedDestinations": "There are no selected destinations.",
|
|
2882
2857
|
"moreOneDestinationSelected": "More than one destination selected.",
|
|
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."
|
|
2858
|
+
"selectedDestinationDifferentNetwork": "The selected destination is on a different network."
|
|
2886
2859
|
},
|
|
2887
2860
|
"vmOverrides": {
|
|
2888
2861
|
"vmOverrides": "VM Overrides",
|
|
@@ -3457,8 +3430,7 @@
|
|
|
3457
3430
|
"liveMigrationDesc": "The VM is moved to a new host on the fly without stopping services. Users and applications experience virtually no downtime.",
|
|
3458
3431
|
"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.",
|
|
3459
3432
|
"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.",
|
|
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."
|
|
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."
|
|
3462
3434
|
},
|
|
3463
3435
|
"storageAdapters": {
|
|
3464
3436
|
"none": "None",
|
|
@@ -3492,14 +3464,7 @@
|
|
|
3492
3464
|
"second": "Second",
|
|
3493
3465
|
"third": "Third",
|
|
3494
3466
|
"fourth": "Fourth",
|
|
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"
|
|
3467
|
+
"once": "Once"
|
|
3503
3468
|
},
|
|
3504
3469
|
"license": {
|
|
3505
3470
|
"limits": "Limits",
|
|
@@ -3662,11 +3627,7 @@
|
|
|
3662
3627
|
"metricsNotFound": "Metrics not found",
|
|
3663
3628
|
"uploadFolder": "Upload folder",
|
|
3664
3629
|
"uploadFiles": "Upload files",
|
|
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"
|
|
3630
|
+
"clickForUse": "Click for use"
|
|
3670
3631
|
},
|
|
3671
3632
|
"vmWizard": {
|
|
3672
3633
|
"selectCreationType": "Select a Creation Type",
|
|
@@ -3730,8 +3691,7 @@
|
|
|
3730
3691
|
"rangeEndOutOfRange": "Range end {0} is out of valid range (0-{1})",
|
|
3731
3692
|
"rangeDuplicate": "Processor {0} is specified more than once",
|
|
3732
3693
|
"invalidFormat": "Invalid format: \"{0}\". Use numbers (e.g., \"0\") or ranges (e.g., \"0-3\")",
|
|
3733
|
-
"encriptionPolicy": "Encription Policy"
|
|
3734
|
-
"maxParallel": "Max parallel"
|
|
3694
|
+
"encriptionPolicy": "Encription Policy"
|
|
3735
3695
|
},
|
|
3736
3696
|
"feedback": {
|
|
3737
3697
|
"additionalDetailsHelp": "Additional Details Help",
|
|
@@ -3825,7 +3785,7 @@
|
|
|
3825
3785
|
"createBackupCommonSubtitle": "Specify a unique name and a description for the backup.",
|
|
3826
3786
|
"virtualMachineName": "Virtual Machine Name",
|
|
3827
3787
|
"restoreBackupSelectNameSubtitle": "Specify a unique name for the virtual machine.",
|
|
3828
|
-
"nameValidationDescription": "The name must contain Latin letters and numbers, '-', '_', '.' and it must contain from 5 to 64 characters.
|
|
3788
|
+
"nameValidationDescription": "The name must contain Latin letters and numbers, '-', '_', '.' and it must contain from 5 to 64 characters.",
|
|
3829
3789
|
"vmNameExistInSelectedLocation": "A virtual machine or template with the same name exists. Enter a different name.",
|
|
3830
3790
|
"noNetworksAvailable": "No networks available",
|
|
3831
3791
|
"restoreBackupSelectNetworkSubtitle": "Select adapter types and networks in Procurator.",
|
|
@@ -3904,8 +3864,8 @@
|
|
|
3904
3864
|
"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.",
|
|
3905
3865
|
"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.",
|
|
3906
3866
|
"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.",
|
|
3907
|
-
"advancedOptionsDesc": "You can set advanced options that affect the behavior of your
|
|
3908
|
-
"sphereHaMonitoringTooltipContent": "
|
|
3867
|
+
"advancedOptionsDesc": "You can set advanced options that affect the behavior of your vSphere HA cluster.",
|
|
3868
|
+
"sphereHaMonitoringTooltipContent": "ESX/ESXi hosts in this cluster exchange network heartbeats. Disable this feature when performing network maintenance that may cause isolation responses.",
|
|
3909
3869
|
"enableHostMonitoring": "Enable Host Monitoring",
|
|
3910
3870
|
"hostFailureResponse": "Host Failure Response",
|
|
3911
3871
|
"failureResponse": "Failure Response",
|
|
@@ -4061,11 +4021,9 @@
|
|
|
4061
4021
|
"backToLogin": "Back to Login",
|
|
4062
4022
|
"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.",
|
|
4063
4023
|
"showNotification": "Show a notification",
|
|
4064
|
-
"
|
|
4065
|
-
"showNotificationDescription": "Show a notification when something goes wrong.",
|
|
4024
|
+
"showNotificationDescription": "Show a notification when something goes wrong",
|
|
4066
4025
|
"twoFactorMustBeEnabled": "Two-factor authentication (2FA) must be enabled, otherwise your account will be blocked.",
|
|
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."
|
|
4026
|
+
"twoFactorMustWarning": "You have {0} days left to enable two-factor authentication (2FA), otherwise your account will be blocked (disabled)."
|
|
4069
4027
|
},
|
|
4070
4028
|
"ssoConfiguration": {
|
|
4071
4029
|
"twoFactorPolicy": "Two-factor policy",
|
|
@@ -4139,55 +4097,10 @@
|
|
|
4139
4097
|
"enableAutostart": "Enable autostart",
|
|
4140
4098
|
"disableAutostart": "Disable autostart"
|
|
4141
4099
|
},
|
|
4142
|
-
"
|
|
4143
|
-
"
|
|
4144
|
-
"
|
|
4145
|
-
"
|
|
4146
|
-
"
|
|
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"
|
|
4100
|
+
"temp": {
|
|
4101
|
+
"title": "Virtual metro storage cluster",
|
|
4102
|
+
"stepTitle": "Select source host",
|
|
4103
|
+
"serverAddress": "Server Address",
|
|
4104
|
+
"fqdnOrIpAddress": "FQDN or IP address"
|
|
4192
4105
|
}
|
|
4193
4106
|
}
|