bfg-common 1.5.774 → 1.5.775
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/img/icons/icons-sprite-dark-1.svg +3 -2
- package/assets/img/icons/icons-sprite-light-1.svg +4 -3
- package/assets/localization/local_be.json +27 -165
- package/assets/localization/local_en.json +27 -165
- package/assets/localization/local_hy.json +26 -164
- package/assets/localization/local_kk.json +26 -164
- package/assets/localization/local_ru.json +33 -171
- package/assets/localization/local_zh.json +26 -164
- package/assets/scss/common/global.scss +5 -5
- package/assets/scss/common/icons/icons-1.scss +1 -1
- package/assets/scss/common/icons/icons-2.scss +0 -18
- package/assets/scss/common/theme.scss +0 -2
- package/assets/scss/components/auth.scss +5 -32
- package/components/atoms/dropdown/tree/Tree.vue +0 -2
- package/components/atoms/nav/NavBar.vue +0 -1
- package/components/atoms/switch/Switch.vue +1 -7
- package/components/atoms/table/dataGrid/DataGrid.vue +20 -36
- package/components/atoms/wizard/Wizard.vue +1 -1
- package/components/common/backup/storage/actions/add/Old.vue +1 -22
- package/components/common/backup/storage/actions/add/lib/config/createDatastore.ts +1 -1
- package/components/common/backup/storage/actions/add/steps/typeMode/TypeModeOld.vue +48 -1
- package/components/common/backup/storage/actions/add/steps/typeMode/lib/config/typeOptions.ts +20 -20
- package/components/common/backup/storage/actions/delete/Delete.vue +15 -37
- package/components/common/diagramMain/Header.vue +0 -4
- package/components/common/diagramMain/lib/models/interfaces.ts +0 -2
- package/components/common/diagramMain/modals/viewSettings/info/Info.vue +1 -5
- package/components/common/diagramMain/modals/viewSettings/info/InfoOld.vue +0 -16
- package/components/common/graph/graphNew/EmptyBlock.vue +1 -2
- package/components/common/help/navbar/left/lib/utils/constructAccordion.ts +1 -2
- package/components/common/help/navbar/right/Right.vue +23 -86
- package/components/common/layout/theHeader/TheHeader.vue +81 -44
- package/components/common/layout/theHeader/{New.vue → TheHeaderNew.vue} +26 -14
- package/components/common/layout/theHeader/{Old.vue → TheHeaderOld.vue} +21 -13
- package/components/common/layout/theHeader/ThemeSwitch.vue +18 -8
- package/components/common/layout/theHeader/feedback/new/email/Email.vue +2 -2
- package/components/common/layout/theHeader/helpMenu/{about/About.vue → About.vue} +22 -12
- package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +8 -6
- package/components/common/layout/theHeader/helpMenu/{about/New.vue → aboutNew/AboutNew.vue} +4 -5
- package/components/common/layout/theHeader/helpMenu/aboutOld/AboutOld.vue +79 -0
- package/components/common/layout/theHeader/helpMenu/{new/New.vue → helpMenuNew/HelpMenuNew.vue} +1 -1
- package/components/common/layout/theHeader/helpMenu/{new → helpMenuNew}/lib/config/dropMenu.ts +1 -1
- package/components/common/layout/theHeader/helpMenu/{old/Old.vue → helpMenuOld/HelpMenuOld.vue} +2 -2
- package/components/common/layout/theHeader/helpMenu/{old → helpMenuOld}/lib/config/dropMenu.ts +1 -1
- package/components/common/layout/theHeader/modals/reconnect/Reconnect.vue +11 -11
- package/components/common/layout/theHeader/modals/reconnect/{New.vue → ReconnectNew.vue} +1 -1
- package/components/common/layout/theHeader/modals/reconnect/{Old.vue → ReconnectOld.vue} +0 -2
- package/components/common/layout/theHeader/userMenu/UserMenu.vue +28 -21
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +21 -12
- package/components/common/layout/theHeader/userMenu/modals/changePassword/New.vue +43 -36
- package/components/common/layout/theHeader/userMenu/modals/changePassword/Old.vue +2 -0
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/utils.ts +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/Preferences.vue +44 -19
- package/components/common/layout/theHeader/userMenu/modals/preferences/{New.vue → PreferencesNew.vue} +16 -24
- package/components/common/layout/theHeader/userMenu/modals/preferences/{Old.vue → PreferencesOld.vue} +18 -10
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +18 -17
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/{New.vue → ChangeLanguageNew.vue} +30 -6
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/{Old.vue → ChangeLanguageOld.vue} +30 -5
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +20 -8
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/{New.vue → DefaultConsoleNew.vue} +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/{Old.vue → DefaultConsoleOld.vue} +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +21 -7
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/{New.vue → InventoryNew.vue} +2 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/{Old.vue → InventoryOld.vue} +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/security/New.vue +12 -277
- package/components/common/layout/theHeader/userMenu/modals/preferences/security/Old.vue +56 -30
- package/components/common/layout/theHeader/userMenu/modals/preferences/security/Security.vue +6 -65
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +22 -9
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/{New.vue → TimeFormatNew.vue} +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/{Old.vue → TimeFormatOld.vue} +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +22 -13
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/{New.vue → ViewNew.vue} +38 -64
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/{Old.vue → ViewOld.vue} +2 -21
- package/components/common/layout/theHeader/userMenu/{new/New.vue → userMenuNew/UserMenuNew.vue} +1 -1
- package/components/common/layout/theHeader/userMenu/{old/Old.vue → userMenuOld/UserMenuOld.vue} +2 -2
- package/components/common/layout/theHeader/userMenu/{old → userMenuOld}/lib/config/dropMenu.ts +1 -1
- package/components/common/monitor/advanced/graphView/GraphView.vue +0 -8
- package/components/common/monitor/advanced/tools/Tools.vue +1 -5
- package/components/common/monitor/overview/OverviewNew.vue +1 -1
- package/components/common/pages/backups/backupsNew/BackupsNew.vue +19 -107
- package/components/common/pages/backups/backupsNew/contextMenuView/ContextMenuView.vue +10 -16
- package/components/common/pages/backups/modals/createBackup/CreateBackup.vue +10 -6
- package/components/common/pages/backups/modals/createBackup/New.vue +9 -22
- package/components/common/pages/backups/modals/createBackup/Old.vue +10 -8
- package/components/common/pages/backups/modals/createBackup/configuration/ConfigurationNew.vue +3 -17
- package/components/common/pages/backups/modals/createBackup/datastores/Datastores.vue +0 -6
- package/components/common/pages/backups/modals/createBackup/datastores/DatastoresOld.vue +2 -22
- package/components/common/pages/backups/modals/createBackup/datastores/tableView/new/lib/config/table.ts +8 -8
- package/components/common/pages/backups/modals/createBackup/disks/Disks.vue +0 -6
- package/components/common/pages/backups/modals/createBackup/disks/DisksOld.vue +1 -22
- package/components/common/pages/backups/modals/createBackup/disks/tableView/new/TableView.vue +1 -1
- package/components/common/pages/backups/modals/createBackup/disks/tableView/new/lib/config/table.ts +7 -7
- package/components/common/pages/backups/modals/createBackup/general/General.vue +1 -7
- package/components/common/pages/backups/modals/createBackup/general/GeneralNew.vue +1 -1
- package/components/common/pages/backups/modals/createBackup/general/GeneralOld.vue +0 -17
- package/components/common/pages/backups/modals/createBackup/lib/config/readyToCompleteOptions.ts +5 -5
- package/components/common/pages/backups/modals/createBackup/lib/config/steps.ts +1 -1
- package/components/common/pages/backups/modals/createBackup/lib/config/strategyOptions.ts +2 -11
- package/components/common/pages/backups/modals/createBackup/lib/validation/validations.ts +14 -6
- package/components/common/pages/backups/modals/deleteBackup/DeleteBackup.vue +0 -1
- package/components/common/pages/backups/modals/lib/config/restore.ts +115 -116
- package/components/common/pages/backups/modals/lib/models/interfaces.ts +186 -187
- package/components/common/pages/backups/modals/restore/Restore.vue +303 -302
- package/components/common/pages/backups/modals/restore/{Old.vue → RestoreOld.vue} +0 -5
- package/components/common/pages/backups/modals/restore/disks/Disks.vue +32 -50
- package/components/common/pages/backups/modals/restore/disks/DisksNew.vue +2 -2
- package/components/common/pages/backups/modals/restore/disks/DisksOld.vue +2 -2
- package/components/common/pages/backups/modals/restore/lib/config/readyToCompleteOptions.ts +62 -94
- package/components/common/pages/backups/modals/restore/lib/config/restoreCodes.ts +1 -1
- package/components/common/pages/backups/modals/restore/lib/config/steps.ts +108 -130
- package/components/common/pages/backups/modals/restore/types/Types.vue +19 -31
- package/components/common/pages/backups/modals/restore/types/{New.vue → TypesNew.vue} +95 -95
- package/components/common/pages/backups/modals/restore/types/{Old.vue → TypesOld.vue} +61 -62
- package/components/common/pages/backups/modals/restore/types/lib/config/descriptions.ts +0 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +2 -7
- package/components/common/pages/hardwareHealth/tableView/TableView.vue +0 -8
- package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +1 -13
- package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +4 -4
- package/components/common/pages/home/widgets/warnings/lib/config/config.ts +2 -2
- package/components/common/pages/home/widgets/warnings/table/lib/config/config.ts +2 -2
- package/components/common/pages/home/widgets/warnings/table/lib/models/enums.ts +12 -0
- package/components/common/pages/scheduledTasks/table/Table.vue +11 -3
- package/components/common/pages/scheduledTasks/table/{expandDetails/Old.vue → detailsList/DetailsList.vue} +4 -7
- package/components/common/pages/scheduledTasks/table/{expandDetails/historyRun/HistoryRun.vue → detailsList/Table.vue} +5 -9
- package/components/common/pages/scheduledTasks/table/{expandDetails/historyRun → detailsList}/lib/config/historyRunsTable.ts +2 -4
- package/components/common/pages/scheduledTasks/table/{expandDetails/historyRun → detailsList}/lib/config/tableKeys.ts +1 -1
- package/components/common/pages/scheduledTasks/table/{expandDetails/lib/config/expandDetails.ts → detailsList/lib/config/tasksRowDetails.ts} +1 -3
- package/components/common/pages/scheduledTasks/table/lib/config/scheduledTasksTable.ts +0 -3
- package/components/common/pages/tasks/Tasks.vue +122 -125
- package/components/common/pages/tasks/table/Table.vue +370 -373
- package/components/common/pages/tasks/table/expandDetails/ExpandDetails.vue +1 -1
- package/components/common/pages/tasks/table/lib/config/config.ts +270 -279
- package/components/common/qrcode/Qrcode.vue +56 -0
- package/components/common/selectLanguage/SelectLanguage.vue +5 -5
- package/components/common/split/horizontal/New.vue +2 -0
- package/components/common/split/vertical/New.vue +1 -2
- package/components/common/vm/actions/add/New.vue +11 -13
- package/components/common/vm/actions/add/Old.vue +1 -1
- package/components/common/vm/actions/clone/old/Old.vue +0 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/New.vue +36 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/Old.vue +37 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/coresPerSocket/CoresPerSocket.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces.ts +1 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +7 -13
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/New.vue +4 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +45 -52
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/Old.vue +8 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +3 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/New.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/Old.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/New.vue +2 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/Old.vue +2 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/New.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/Old.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/New.vue +2 -2
- package/components/common/vm/actions/common/select/compatibility/New.vue +1 -0
- package/components/common/vm/actions/common/select/options/Old.vue +2 -1
- package/components/common/vm/actions/common/select/storage/new/New.vue +1 -1
- package/components/common/wizards/common/compatibility/New.vue +1 -1
- package/components/common/wizards/common/compatibility/Old.vue +1 -1
- package/components/common/wizards/common/steps/computeResource/New.vue +1 -9
- package/components/common/wizards/datastore/add/Add.vue +228 -227
- package/components/common/wizards/datastore/add/Old.vue +0 -16
- package/components/common/wizards/datastore/add/lib/config/createDatastore.ts +0 -1
- package/components/common/wizards/datastore/add/lib/models/interfaces.ts +0 -1
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +0 -5
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceOld.vue +0 -5
- package/components/common/wizards/datastore/add/steps/nameAndDevice/table/old/Old.vue +3 -2
- package/components/common/wizards/datastore/add/steps/readyComplete/lib/config/propertiesDetails.ts +1 -8
- package/components/common/wizards/datastore/add/steps/typeMode/TypeModeOld.vue +48 -1
- package/components/common/wizards/network/add/Add.vue +5 -28
- package/components/common/wizards/network/add/lib/config/config.ts +1 -1
- package/components/common/wizards/network/add/lib/config/initialData.ts +3 -6
- package/components/common/wizards/network/add/lib/config/selectConnectionTypeStep.ts +0 -1
- package/components/common/wizards/network/add/steps/portProperties/PortProperties.vue +192 -192
- package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceNew.vue +1 -2
- package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceOld.vue +6 -18
- package/components/common/wizards/vm/migrate/lib/models/enums.ts +2 -2
- package/components/common/wizards/vm/migrate/steps/computeResource/tableView/old/lib/config/hostTable.ts +1 -1
- package/components/common/wizards/vm/migrate/steps/selectStorage/SelectStorage.vue +4 -4
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/new/lib/config/diskTable.ts +2 -6
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/old/lib/config/diskTable.ts +13 -29
- package/composables/deepCopy.ts +21 -0
- package/composables/useEnvLanguage.ts +8 -7
- package/composables/useUniqueId.ts +5 -0
- package/lib/config/regExp.ts +1 -1
- package/lib/models/enums.ts +0 -28
- package/lib/models/interfaces.ts +0 -2
- package/lib/models/types.ts +60 -59
- package/lib/utils/localizationMapper.ts +2 -1
- package/package.json +4 -3
- package/plugins/date.ts +37 -14
- package/plugins/validation.ts +6 -6
- package/store/main/getters.ts +2 -2
- package/store/tasks/actions.ts +1 -1
- package/store/tasks/mappers/tasks.ts +1 -8
- package/components/common/backup/storage/actions/add/steps/typeMode/tooltip/Tooltip.vue +0 -33
- package/components/common/certificate/Certificate.vue +0 -27
- package/components/common/certificate/CertificateInfo.vue +0 -139
- package/components/common/certificate/Tools.vue +0 -59
- package/components/common/certificate/lib/config/tabsPannel.ts +0 -22
- package/components/common/certificate/lib/models/interfaces.ts +0 -9
- package/components/common/certificate/lib/models/types.ts +0 -1
- package/components/common/certificate/modals/renew/New.vue +0 -64
- package/components/common/certificate/modals/renew/Old.vue +0 -122
- package/components/common/certificate/modals/renew/Renew.vue +0 -67
- package/components/common/configure/advancedSystemSettings/AdvancedSystemSettings.vue +0 -49
- package/components/common/configure/advancedSystemSettings/modals/edit/Edit.vue +0 -55
- package/components/common/configure/advancedSystemSettings/modals/edit/New.vue +0 -37
- package/components/common/configure/advancedSystemSettings/modals/edit/Old.vue +0 -46
- package/components/common/configure/advancedSystemSettings/tableView/TableView.vue +0 -30
- package/components/common/configure/advancedSystemSettings/tableView/new/New.vue +0 -193
- package/components/common/configure/advancedSystemSettings/tableView/new/lib/config/hostTable.ts +0 -308
- package/components/common/configure/advancedSystemSettings/tableView/old/Old.vue +0 -128
- package/components/common/configure/advancedSystemSettings/tableView/old/lib/config/table.ts +0 -93
- package/components/common/configure/advancedSystemSettings/tableView/old/lib/config/tableKeys.ts +0 -9
- package/components/common/configure/advancedSystemSettings/tableView/old/lib/models/types.ts +0 -5
- package/components/common/configure/advancedSystemSettings/tools/New.vue +0 -5
- package/components/common/configure/advancedSystemSettings/tools/Old.vue +0 -28
- package/components/common/configure/advancedSystemSettings/tools/Tools.vue +0 -28
- package/components/common/configure/securityProfile/SecurityProfile.vue +0 -28
- package/components/common/configure/securityProfile/lockdownMode/LockdownMode.vue +0 -112
- package/components/common/configure/securityProfile/lockdownMode/lib/utils/constructData.ts +0 -27
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/LockdownModeEdit.vue +0 -61
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/New.vue +0 -5
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/Old.vue +0 -109
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/ExceptionUsers.vue +0 -28
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/New.vue +0 -5
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/old/Old.vue +0 -180
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/old/lib/config/table.ts +0 -64
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/old/lib/config/tableKeys.ts +0 -6
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/exceptionUsers/old/lib/models/types.ts +0 -1
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/lib/config/tabs.ts +0 -19
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/lockdownMode/LockdownMode.vue +0 -22
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/lockdownMode/New.vue +0 -5
- package/components/common/configure/securityProfile/lockdownMode/modals/lockdownModeEdit/lockdownMode/Old.vue +0 -76
- package/components/common/configure/securityProfile/lockdownMode/tools/New.vue +0 -5
- package/components/common/configure/securityProfile/lockdownMode/tools/Old.vue +0 -30
- package/components/common/configure/securityProfile/lockdownMode/tools/Tools.vue +0 -29
- package/components/common/layout/console/Console.vue +0 -70
- package/components/common/layout/console/lib/models/interfaces.ts +0 -10
- package/components/common/layout/theHeader/helpMenu/about/Old.vue +0 -78
- package/components/common/pages/auth/TheFooter.vue +0 -104
- package/components/common/pages/backups/backupsNew/Skeleton.vue +0 -136
- package/components/common/pages/files/lib/models/enums.ts +0 -36
- package/components/common/pages/scheduledTasks/table/expandDetails/ExpandDetails.vue +0 -30
- package/components/common/pages/scheduledTasks/table/expandDetails/New.vue +0 -61
- package/components/common/pages/tasks/table/lib/models/interfaces.ts +0 -9
- package/components/common/qr/Qr.vue +0 -69
- package/components/common/vm/snapshots/DetailView.vue +0 -90
- package/components/common/vm/snapshots/Old.vue +0 -71
- package/components/common/vm/snapshots/Snapshots.vue +0 -82
- package/components/common/vm/snapshots/lib/models/interfaces.ts +0 -5
- package/components/common/vm/snapshots/lib/models/types.ts +0 -11
- package/components/common/vm/snapshots/modals/confirm/Confirm.vue +0 -48
- package/components/common/vm/snapshots/modals/confirm/New.vue +0 -128
- package/components/common/vm/snapshots/modals/confirm/Old.vue +0 -140
- package/components/common/vm/snapshots/modals/confirm/lib/models/enums.ts +0 -19
- package/components/common/vm/snapshots/modals/lib/config/modalTexts.ts +0 -30
- package/components/common/vm/snapshots/modals/takeOrEdit/Old.vue +0 -220
- package/components/common/vm/snapshots/modals/takeOrEdit/TakeOrEdit.vue +0 -51
- package/components/common/vm/snapshots/modals/takeOrEdit/new/New.vue +0 -184
- package/components/common/vm/snapshots/modals/takeOrEdit/new/lib/utils/getSnapshotsName.ts +0 -15
- package/components/common/vm/snapshots/new/New.vue +0 -471
- package/components/common/vm/snapshots/new/Skeleton.vue +0 -136
- package/components/common/vm/snapshots/new/contextMenuView/ContextMenuView.vue +0 -103
- package/components/common/vm/snapshots/new/contextMenuView/lib/config/contextMenuItems.ts +0 -34
- package/components/common/vm/snapshots/new/lib/models/interfaces.ts +0 -12
- package/components/common/vm/snapshots/new/lib/utils/contextMenu.ts +0 -29
- package/components/common/vm/snapshots/new/lib/utils/details.ts +0 -48
- package/components/common/vm/snapshots/tools/Tools.vue +0 -56
- package/components/common/vm/snapshots/tools/lib/config/tabsPannel.ts +0 -39
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/AdvancedOptions.vue +0 -43
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/New.vue +0 -114
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/Old.vue +0 -114
- package/components/common/wizards/datastore/add/steps/typeMode/tooltip/Tooltip.vue +0 -33
- package/composables/useBrowse.ts +0 -24
- package/lib/models/composables/useBrowse/interfaces.ts +0 -4
- package/store/inventory/modules/configure/advancedSystemSettings/actions.ts +0 -122
- package/store/inventory/modules/configure/advancedSystemSettings/getters.ts +0 -9
- package/store/inventory/modules/configure/advancedSystemSettings/lib/models/interfaces.ts +0 -11
- package/store/inventory/modules/configure/advancedSystemSettings/mutations.ts +0 -12
- package/store/inventory/modules/configure/advancedSystemSettings/state.ts +0 -9
- package/store/inventory/modules/configure/advancedSystemSettings/store.ts +0 -12
- package/store/inventory/modules/configure/securityProfile/actions.ts +0 -58
- package/store/inventory/modules/configure/securityProfile/getters.ts +0 -10
- package/store/inventory/modules/configure/securityProfile/lib/models/interfaces.ts +0 -16
- package/store/inventory/modules/configure/securityProfile/mutations.ts +0 -13
- package/store/inventory/modules/configure/securityProfile/state.ts +0 -7
- package/store/inventory/modules/configure/securityProfile/store.ts +0 -12
- package/store/inventory/modules/snapshots/lib/models/interfaces.ts +0 -45
- /package/components/common/layout/theHeader/helpMenu/{old → helpMenuOld}/lib/models/types.ts +0 -0
- /package/components/common/layout/theHeader/userMenu/{new → userMenuNew}/lib/config/dropMenu.ts +0 -0
- /package/components/common/layout/theHeader/userMenu/{old → userMenuOld}/lib/models/types.ts +0 -0
- /package/components/common/pages/backups/modals/restore/{New.vue → RestoreNew.vue} +0 -0
- /package/components/common/pages/scheduledTasks/table/{expandDetails/historyRun → detailsList}/lib/models/types.ts +0 -0
|
@@ -201,7 +201,6 @@
|
|
|
201
201
|
"changeComputeResourceOnly": "仅编辑计算资源",
|
|
202
202
|
"changeIdentityProvider": "更改身份提供商",
|
|
203
203
|
"changePassword": "更改密码",
|
|
204
|
-
"setYourPassword": "设置您的密码",
|
|
205
204
|
"changePasswordError": "密码错误!",
|
|
206
205
|
"changeProviderTooltipContent": "Sphere Zoneは、ユーザーとグループを管理するための外部idプロバイダをサポートしています。 組み込みのSphere Zone idプロバイダを使用してから外部idプロバイダに移行できます。 詳細については、vSphereのドキュメントを参照してください。",
|
|
207
206
|
"changeRole": "改变角色",
|
|
@@ -654,7 +653,6 @@
|
|
|
654
653
|
"haProtection": "高可用性保护",
|
|
655
654
|
"hardDisk": "硬盘",
|
|
656
655
|
"hardStop": "急停",
|
|
657
|
-
"hardStop1": "急停",
|
|
658
656
|
"hardware": "硬件",
|
|
659
657
|
"hardwareAcceleration": "硬件加速",
|
|
660
658
|
"hardwareHealth": "硬件健康",
|
|
@@ -1143,7 +1141,7 @@
|
|
|
1143
1141
|
"passwordsDoNotMatch": "密码不匹配。",
|
|
1144
1142
|
"passwordSessionAuthentication": "密码和 Windows 会话身份验证",
|
|
1145
1143
|
"passwordsMustLeast8CharactersLongContainUpperAndLowerCaseLetterNumberAndSpecialCharacter": "密码长度必须至少为 8 个字符,包含大小写字母、数字和特殊字符。",
|
|
1146
|
-
"passwordTooltipValidText": "
|
|
1144
|
+
"passwordTooltipValidText": "密码长度必须为 8 - 20 个字符。它必须包含 1 个特殊字符、1 个大写字符、1 个小写字符、2 个字母字符、1 个数字字符、",
|
|
1147
1145
|
"path": "小路",
|
|
1148
1146
|
"paths": "路径",
|
|
1149
1147
|
"pathSelectionPolicy": "路径选择策略",
|
|
@@ -1402,8 +1400,6 @@
|
|
|
1402
1400
|
"selectStorage": "选择存储",
|
|
1403
1401
|
"selectStorageConfigurationDiskFiles": "为配置文件和磁盘选择存储。",
|
|
1404
1402
|
"selectStorageConfigurationDiskFiles2": "为配置文件和磁盘选择存储。",
|
|
1405
|
-
"selectBackupStorageConfigurationDiskFiles": "为配置文件和磁盘文件选择一个备份存储位置。",
|
|
1406
|
-
"selectBackupStorageToProceed": "选择备份存储位置继续。",
|
|
1407
1403
|
"selectSwitch": "选择开关",
|
|
1408
1404
|
"selectTargetDevice": "选择目标设备",
|
|
1409
1405
|
"selectTargetDeviceForNewConnection": "为新连接选择目标设备。",
|
|
@@ -2048,7 +2044,6 @@
|
|
|
2048
2044
|
"cPUUsageMHzDuringInterval": "时间间隔内的 CPU 使用情况(以 MHz 为单位)",
|
|
2049
2045
|
"usageCoreCount": "核心 {0} 的用法",
|
|
2050
2046
|
"hardStopConfirmation": "硬停止确认",
|
|
2051
|
-
"hardStopVm": "硬停止虚拟机",
|
|
2052
2047
|
"confirmHardStopVmOperation": "确认强制停止虚拟机。",
|
|
2053
2048
|
"confirmGroupHardStopVmOperation": "请确认强制停止 {0} 台虚拟机的运行。",
|
|
2054
2049
|
"confirmHardStopVmOperationFirstDescription": "强制停止操作会终止所有当前正在运行的进程并立即关闭虚拟机。继续执行此操作可能会导致未保存的数据丢失或意外停机。",
|
|
@@ -2262,17 +2257,14 @@
|
|
|
2262
2257
|
"backupRules": "备份规则",
|
|
2263
2258
|
"restoreExisting": "恢复现有",
|
|
2264
2259
|
"restoreAsNew": "恢复为新状态",
|
|
2265
|
-
"restoreAsNewAndCopy": "恢复为新磁盘并复制其他磁盘",
|
|
2266
2260
|
"restoreDiskOnly": "仅恢复磁盘",
|
|
2267
2261
|
"restoreDiskOnly2": "仅恢复磁盘",
|
|
2268
2262
|
"selectDisks": "选择磁盘",
|
|
2269
|
-
"selectDisksForCopy": "选择要复制的磁盘",
|
|
2270
2263
|
"clickFinishRestore": "单击“完成”进行恢复",
|
|
2271
2264
|
"backup": "备份",
|
|
2272
2265
|
"backupBuckets": "备份存储桶",
|
|
2273
2266
|
"restoreExistingDescription": "从先前创建的备份恢复现有虚拟机。能够在发生故障或数据损坏时快速将系统恢复到工作状态。恢复过程包括返回虚拟机的所有设置和配置,以及网络适配器和磁盘设备的状态。警告:恢复将覆盖当前虚拟机,所有未保存的数据都将丢失。",
|
|
2274
2267
|
"restoreAsNewDescription": "从之前创建的备份副本恢复虚拟机并创建新的虚拟机。此过程允许您将系统恢复到新实例,而保持原始虚拟机不变。在恢复期间,所有设置、配置以及网络适配器和磁盘设备的状态都将传输到新虚拟机。这可以避免覆盖当前虚拟机并保留所有数据。",
|
|
2275
|
-
"restoreAsNewAndCopyDescription": "通过创建新的虚拟机并复制其他磁盘,从预先创建的备份中恢复虚拟机。此过程允许使用从备份中选择的磁盘将系统恢复到新实例中。未选择从备份中恢复的磁盘将自动从当前(实际)虚拟机复制到新的虚拟机中。因此,新虚拟机将拥有来自两个来源的完整磁盘集。所有设置、配置以及网络适配器的状态都将从备份中传输,从而避免覆盖原始虚拟机并保留所有数据。",
|
|
2276
2268
|
"restoreDiskOnlyDescription": "仅从先前创建的备份中恢复虚拟机磁盘。此过程会恢复选定磁盘设备上的数据,而不会影响虚拟机的其他组件,例如设置和配置。用于需要将数据返回到磁盘而不更改虚拟机当前状态的情况。警告:恢复将覆盖所选驱动器上的数据,并且这些驱动器上任何未保存的更改都将丢失。",
|
|
2277
2269
|
"newScheduledTasks": "新计划任务",
|
|
2278
2270
|
"run": "跑步",
|
|
@@ -2567,19 +2559,7 @@
|
|
|
2567
2559
|
"networkDirectory": "网络目录",
|
|
2568
2560
|
"hostAndClusterDirectory": "主机和群集目录",
|
|
2569
2561
|
"vmAndTemplateDirectory": "VM和模板目录",
|
|
2570
|
-
"backupStorageDirectory": "备份存储目录"
|
|
2571
|
-
"sphereServerSettings": "Sphere 服务器设置",
|
|
2572
|
-
"database": "数据库",
|
|
2573
|
-
"eventCleanup": "事件清理",
|
|
2574
|
-
"eventRetentionDays": "事件保留期限(天)",
|
|
2575
|
-
"editSphereGeneralSettings": "编辑 Sphere 常规设置",
|
|
2576
|
-
"eventRetentionDaysDecreaseAlertText": "减少保留天数不会触发立即清理。事件将在下一次计划的清理期间被删除(每 24 小时)。",
|
|
2577
|
-
"enterDatabaseSettingsDesc": "输入数据库设置。使用任务和事件的保留设置来限制数据库增长。",
|
|
2578
|
-
"lettersLengthError": "请输入不超过 {0} 个字母",
|
|
2579
|
-
"usbDevices": "USB 设备",
|
|
2580
|
-
"migration": "迁移",
|
|
2581
|
-
"mirror": "镜像",
|
|
2582
|
-
"confirmDeleteBackupStorageDesc": "您确定要删除备份位置“{0}”吗?此操作将永久删除存储在此位置的所有备份文件和数据。"
|
|
2562
|
+
"backupStorageDirectory": "备份存储目录"
|
|
2583
2563
|
},
|
|
2584
2564
|
"auth": {
|
|
2585
2565
|
"welcomeTo": "欢迎来到",
|
|
@@ -2697,7 +2677,6 @@
|
|
|
2697
2677
|
"selectAdvancedAction": "选择高级操作",
|
|
2698
2678
|
"migrateVm": "迁移虚拟机",
|
|
2699
2679
|
"powerOffVm": "关闭虚拟机",
|
|
2700
|
-
"powerOffVirtualMachine": "关闭虚拟机",
|
|
2701
2680
|
"powerOffConfirmation": "断电确认",
|
|
2702
2681
|
"powerOffConfirmationDesc": "您确定要关闭 “{0}” 虚拟机吗?",
|
|
2703
2682
|
"powerOnVm": "启动虚拟机",
|
|
@@ -2769,67 +2748,7 @@
|
|
|
2769
2748
|
"vMDrsScoreDescription": "指示此虚拟机的执行效率。 接近0%的值表示严重的资源争用,而接近100%的值表示最小或没有争用。 DRS旨在最大限度地提高群集中每个虚拟机的执行效率,同时在所有虚拟机之间保持公平的资源分配。",
|
|
2770
2749
|
"drsParameters": "DRS参数",
|
|
2771
2750
|
"sphereDrsIsTurnedOn": "Sphere DRS已打开",
|
|
2772
|
-
"sphereDrsIsTurnedOff": "Sphere DRS已关闭"
|
|
2773
|
-
"portMirroring": "端口镜像",
|
|
2774
|
-
"newWithDots": "新的。..",
|
|
2775
|
-
"sessionName": "会话名称",
|
|
2776
|
-
"portMirroringSession": "端口镜像会话",
|
|
2777
|
-
"sources": "资料来源",
|
|
2778
|
-
"destinations": "目的地",
|
|
2779
|
-
"sessionType": "会话类型",
|
|
2780
|
-
"normalIOonDestinationPorts": "目标端口上的正常I/O",
|
|
2781
|
-
"mirroredPacketLength": "镜像数据包长度",
|
|
2782
|
-
"samplingRate": "采样率",
|
|
2783
|
-
"portID": "端口ID",
|
|
2784
|
-
"connectee": "连接人",
|
|
2785
|
-
"trafficDirection": "交通方向",
|
|
2786
|
-
"selectSessionType": "选择会话类型",
|
|
2787
|
-
"editProperties": "编辑属性",
|
|
2788
|
-
"selectSources": "选择来源",
|
|
2789
|
-
"selectDestinations": "选择目的地",
|
|
2790
|
-
"selectSessionTypeDesc": "选择端口镜像会话的类型。",
|
|
2791
|
-
"editPropertiesDesc": "指定端口镜像会话的名称和属性。",
|
|
2792
|
-
"selectSourcesDesc": "选择端口镜像会话的源端口。",
|
|
2793
|
-
"selectDestinationsDesc": "选择端口镜像会话的目标端口和上行链路。",
|
|
2794
|
-
"addPortMirroringSession": "添加端口镜像会话",
|
|
2795
|
-
"distributedPortMirroring": "分布式端口镜像",
|
|
2796
|
-
"remoteMirroringSource": "远程镜像源",
|
|
2797
|
-
"remoteMirroringDestination": "远程镜像目标",
|
|
2798
|
-
"encapsulatedRemoteMirroringSource": "封装远程镜像(L3)源",
|
|
2799
|
-
"disallowed": "不允许",
|
|
2800
|
-
"allowed": "允许",
|
|
2801
|
-
"advancedProperties": "高级属性",
|
|
2802
|
-
"portMirroringSessionType": "端口镜像会话类型",
|
|
2803
|
-
"distributedPortMirroringHelp": "将网络流量从一组分布式端口镜像到其他分布式端口。",
|
|
2804
|
-
"remoteMirroringSourceHelp": "将网络流量从一组分布式端口镜像到特定的上行链路端口。",
|
|
2805
|
-
"remoteMirroringDestinationHelp": "将网络流量从一组Vlan镜像到分布式端口。",
|
|
2806
|
-
"encapsulatedRemoteMirroringSourceHelp": "将网络流量从一组分布式端口镜像到远程代理的IP地址。",
|
|
2807
|
-
"descriptionsPerSessionType": "每个会话类型的描述",
|
|
2808
|
-
"allPorts": "所有港口",
|
|
2809
|
-
"selectedPorts": "选定端口",
|
|
2810
|
-
"clearSelection": "清除选择",
|
|
2811
|
-
"ingress": "入口处",
|
|
2812
|
-
"egress": "出口",
|
|
2813
|
-
"ingressEgress": "入口/出口",
|
|
2814
|
-
"portName": "港口名称",
|
|
2815
|
-
"connectedEntity": "连接实体",
|
|
2816
|
-
"runtimeMacAddress": "运行时MAC地址",
|
|
2817
|
-
"portGroupName": "端口组名称",
|
|
2818
|
-
"portState": "港口国",
|
|
2819
|
-
"numberOfSourcePorts": "源端口数",
|
|
2820
|
-
"numberOfDestinationPorts": "目标端口数",
|
|
2821
|
-
"mirrorOfPackets": "{num2}数据包的镜像{num1}",
|
|
2822
|
-
"thereAreErrorsOnThisPageContinue": "此页面上有错误。 解决他们继续。",
|
|
2823
|
-
"emptySessionName": "会话名称不能为空。 输入有效的会话名称。",
|
|
2824
|
-
"shortSessionName": "会话名称必须包含五个以上的字符。 输入有效的会话名称。",
|
|
2825
|
-
"invalidSessionName": "会话名称无效。 输入包含字母、数字、_和空格的有效会话名称。",
|
|
2826
|
-
"invalidSamplingRate": "您输入了无效的采样率。 输入介于1和9000之间的值。",
|
|
2827
|
-
"invalidMirroredPacketLength": "您输入了无效的镜像数据包长度。 输入介于14和65535之间的值。",
|
|
2828
|
-
"existsSessionName": "具有此名称的会话已存在。 输入唯一的会话名称。",
|
|
2829
|
-
"removePortMirroringSession": "删除端口镜像会话{name}?",
|
|
2830
|
-
"editPortMirroringSession": "编辑端口镜像会话",
|
|
2831
|
-
"reno": "New Reno",
|
|
2832
|
-
"cubic": "CUBIC"
|
|
2751
|
+
"sphereDrsIsTurnedOff": "Sphere DRS已关闭"
|
|
2833
2752
|
},
|
|
2834
2753
|
"vmOverrides": {
|
|
2835
2754
|
"vmOverrides": "虚拟机覆盖设置",
|
|
@@ -3214,8 +3133,6 @@
|
|
|
3214
3133
|
"networkPackets": "网络数据包",
|
|
3215
3134
|
"diskRate": "磁盘速率",
|
|
3216
3135
|
"diskRequests": "磁盘请求",
|
|
3217
|
-
"nfsRate": "NFS 速率",
|
|
3218
|
-
"nfsRequests": "NFS 请求",
|
|
3219
3136
|
"priority": "优先次序",
|
|
3220
3137
|
"recommendation": "建议书",
|
|
3221
3138
|
"recommendationId": "建议ID",
|
|
@@ -3255,10 +3172,11 @@
|
|
|
3255
3172
|
"deleteLastSnapshotsDescription": "警告!删除最后一个快照将导致虚拟机自动关闭。",
|
|
3256
3173
|
"deleteAllSnapshotsDescription": "警告!当虚拟机的所有快照被删除后,该机器将自动关闭。",
|
|
3257
3174
|
"revertToSelectedSnapshot": "恢复到选定的快照",
|
|
3258
|
-
"
|
|
3175
|
+
"revertToSnapshotConfirmation": "恢复快照确认",
|
|
3259
3176
|
"revertToSnapshotDescription": "确定要将虚拟机的当前状态恢复到快照“{0}”吗?除非将其保存在快照中,否则当前状态将会丢失。",
|
|
3260
|
-
"deleteSnapshotDescription": "此操作是永久性的,无法恢复。",
|
|
3261
3177
|
"deleteSnapshot": "删除快照",
|
|
3178
|
+
"deleteSnapshotDescription": "此操作是永久性的,无法恢复。",
|
|
3179
|
+
"deleteSnapshotConfirmation": "删除快照确认",
|
|
3262
3180
|
"deleteSnapshotConfirmationDescription": "确定要删除快照“{0}”吗?此操作是永久性的,无法恢复。",
|
|
3263
3181
|
"timestamp": "时间戳",
|
|
3264
3182
|
"snapshotListEmpty": "快照列表为空",
|
|
@@ -3268,10 +3186,7 @@
|
|
|
3268
3186
|
"snapshotDetails": "快照详情",
|
|
3269
3187
|
"snapshotVMMemory": "为虚拟机内存创建快照",
|
|
3270
3188
|
"quiesceGuestFileSystem": "使来宾文件系统静止",
|
|
3271
|
-
"snapshotHasNoDescriptionYet": "此快照尚无描述。"
|
|
3272
|
-
"takeSnapshot": "快照",
|
|
3273
|
-
"newSnapshot": "新快照",
|
|
3274
|
-
"editSnapshot": "编辑快照"
|
|
3189
|
+
"snapshotHasNoDescriptionYet": "此快照尚无描述。"
|
|
3275
3190
|
},
|
|
3276
3191
|
"importVms": {
|
|
3277
3192
|
"selectSourceTooltipDesc": "Esxi用户权限必须对应于管理员角色. esxi和vSphere接受积分",
|
|
@@ -3376,16 +3291,11 @@
|
|
|
3376
3291
|
"filterEvents": "筛选事件",
|
|
3377
3292
|
"fromDate": "起始日期",
|
|
3378
3293
|
"toDate": "结束日期",
|
|
3379
|
-
"addAtLeastOneInitiator": "请至少添加一个发起者。"
|
|
3380
|
-
"exportEvent": "导出事件",
|
|
3381
|
-
"timeRange": "时间范围",
|
|
3382
|
-
"appliedFilters": "已应用的筛选条件",
|
|
3383
|
-
"invalidDateEntry": "日期输入无效",
|
|
3384
|
-
"invalidTimeEntry": "时间输入无效"
|
|
3294
|
+
"addAtLeastOneInitiator": "请至少添加一个发起者。"
|
|
3385
3295
|
},
|
|
3386
3296
|
"zabbix": {
|
|
3387
3297
|
"zabbixVersions": "Zabbix 版本",
|
|
3388
|
-
"zabbixVersionsDesc": "请选择您要登录的Zabbix服务器版本:5.x
|
|
3298
|
+
"zabbixVersionsDesc": "请选择您要登录的Zabbix服务器版本:5.x或6.x。",
|
|
3389
3299
|
"logoutConfirmation": "退出确认",
|
|
3390
3300
|
"logoutDescription": "您确定要从 Zabbix Server 注销吗?",
|
|
3391
3301
|
"vmDisk": "虚拟机磁盘",
|
|
@@ -3546,7 +3456,6 @@
|
|
|
3546
3456
|
},
|
|
3547
3457
|
"vsphereHa": {
|
|
3548
3458
|
"sphereHA": "球",
|
|
3549
|
-
"sphereGhydra": "Sphere Ghydra",
|
|
3550
3459
|
"setUpSphereNa": "设置球体HA",
|
|
3551
3460
|
"setUpvSphereNaDesc": "为了确保最大程度的保护,请将节点放在单独的主机和数据存储上。",
|
|
3552
3461
|
"spherePackageFile": "Sphere软件包文件",
|
|
@@ -3617,14 +3526,12 @@
|
|
|
3617
3526
|
"serverPlaceholder": "例如:nas、nas.it.com 或 192.168.0.1",
|
|
3618
3527
|
"storageReview": "在创建备份存储之前,请查看详细信息。",
|
|
3619
3528
|
"backupStorageName": "备份存储名称",
|
|
3620
|
-
"
|
|
3621
|
-
"deleteBackupConfirmation": "删除备份",
|
|
3529
|
+
"deleteBackupConfirmation": "删除备份确认",
|
|
3622
3530
|
"deleteBackupConfirmationDesc": "您确定要删除备份“{0}”吗?",
|
|
3623
|
-
"deleteAllBackupsConfirmation": "
|
|
3531
|
+
"deleteAllBackupsConfirmation": "删除所有备份确认",
|
|
3624
3532
|
"deleteAllBackupsConfirmationDesc": "您确定要删除所有备份吗?",
|
|
3625
|
-
"backupCreationReview": "
|
|
3626
|
-
"restoreBackupReviewSubtitle": "在从备份恢复现有虚拟机之前,请查看详细信息。"
|
|
3627
|
-
"diskCopyN": "磁盘(副本){0}"
|
|
3533
|
+
"backupCreationReview": "在创建备份存储之前检查详细信息。",
|
|
3534
|
+
"restoreBackupReviewSubtitle": "在从备份恢复现有虚拟机之前,请查看详细信息。"
|
|
3628
3535
|
},
|
|
3629
3536
|
"ssoUsers": {
|
|
3630
3537
|
"passwordRequirements": "密码要求",
|
|
@@ -3637,10 +3544,7 @@
|
|
|
3637
3544
|
"noUsersSelectedYet": "尚未选择任何用户。",
|
|
3638
3545
|
"thisGroupHasNoDescriptionYet": "该组尚无描述。",
|
|
3639
3546
|
"members": "成员",
|
|
3640
|
-
"noNewUsersSelected": "未选择新用户。"
|
|
3641
|
-
"isActive": "活跃",
|
|
3642
|
-
"createdAt": "创建日期",
|
|
3643
|
-
"expiresAt": "到期日期"
|
|
3547
|
+
"noNewUsersSelected": "未选择新用户。"
|
|
3644
3548
|
},
|
|
3645
3549
|
"vmt": {
|
|
3646
3550
|
"newTemplate": "New Template",
|
|
@@ -3654,18 +3558,16 @@
|
|
|
3654
3558
|
"wizardSubTitle2": "请选择用于配置和磁盘文件的存储位置。",
|
|
3655
3559
|
"wizardSubTitle3": "选择将安装在模板上的客户操作系统,以及用于创建模板的计算机类型。",
|
|
3656
3560
|
"wizardSubTitleLast": "在创建模板之前请检查详细信息。",
|
|
3657
|
-
"selectLocationTemplate": "选择模板的位置。"
|
|
3658
|
-
"convertToTemplate": "转换为模板",
|
|
3659
|
-
"convertVmToTemplate": "您确定要将虚拟机“{0}”转换为模板吗?"
|
|
3561
|
+
"selectLocationTemplate": "选择模板的位置。"
|
|
3660
3562
|
},
|
|
3661
3563
|
"passwordRule": {
|
|
3662
|
-
"lengthCharacter": "
|
|
3663
|
-
"uppercaseCharacter": "至少
|
|
3664
|
-
"lowercaseCharacter": "至少
|
|
3665
|
-
"numericCharacter": "至少
|
|
3666
|
-
"specialCharacter": "至少
|
|
3667
|
-
"alphabeticCharacter": "至少
|
|
3668
|
-
"noRepeatCharacter": "不超过
|
|
3564
|
+
"lengthCharacter": "8 到 20 个字符",
|
|
3565
|
+
"uppercaseCharacter": "至少 1 个大写字母",
|
|
3566
|
+
"lowercaseCharacter": "至少 1 个小写字母",
|
|
3567
|
+
"numericCharacter": "至少 1 个数字",
|
|
3568
|
+
"specialCharacter": "至少 1 个特殊字符",
|
|
3569
|
+
"alphabeticCharacter": "至少 2 个字母字符",
|
|
3570
|
+
"noRepeatCharacter": "不超过 3 个连续相同字符"
|
|
3669
3571
|
},
|
|
3670
3572
|
"identityProvider": {
|
|
3671
3573
|
"setAsDefaultConfirmation": "设为默认确认",
|
|
@@ -3698,7 +3600,7 @@
|
|
|
3698
3600
|
"heartbeatDatastore": "Heartbeat 数据存储",
|
|
3699
3601
|
"failuresAndResponsesDesc": "您可以配置 Sphere HA 如何响应此集群中的故障情况。支持的故障类型包括:主机、主机隔离、VM 组件保护(具有 PDL 和 APD 的数据存储)、虚拟机和应用程序。",
|
|
3700
3602
|
"admissionControlDesc": "准入控制是 Sphere HA 用于确保集群内故障转移能力的策略。提高可能的主机故障数量将增加可用性限制和预留容量。",
|
|
3701
|
-
"heartbeatDatastoreDesc": "
|
|
3603
|
+
"heartbeatDatastoreDesc": "当 HA 网络发生故障时,Sphere HA 使用数据存储来监控主机和虚拟机。vCenter Server 会根据下方指定的策略和偏好,为每个主机选择 2 个数据存储。",
|
|
3702
3604
|
"advancedOptionsDesc": "您可以设置高级选项来影响 vSphere HA 集群的行为。",
|
|
3703
3605
|
"sphereHaMonitoringTooltipContent": "此集群中的 ESX/ESXi 主机之间会交换网络 heartbeat。执行可能导致隔离响应的网络维护时,请禁用此功能。",
|
|
3704
3606
|
"enableHostMonitoring": "启用主机监控",
|
|
@@ -3836,24 +3738,14 @@
|
|
|
3836
3738
|
},
|
|
3837
3739
|
"files": {
|
|
3838
3740
|
"deleteFileDescription": "您确定要删除“{0}”吗?",
|
|
3839
|
-
"deleteFilesDescription": "您确定要删除 {0} 个文件吗?"
|
|
3840
|
-
"fileManagement": "文件管理",
|
|
3841
|
-
"cancelUpload": "取消上传"
|
|
3741
|
+
"deleteFilesDescription": "您确定要删除 {0} 个文件吗?"
|
|
3842
3742
|
},
|
|
3843
3743
|
"myPreferences": {
|
|
3844
3744
|
"twoFactorAuthentication": "双因素认证",
|
|
3845
|
-
"twoFactorAuthentication2": "双重身份验证(2FA)",
|
|
3846
3745
|
"securityLabel": "为您的账户添加额外的安全层",
|
|
3847
3746
|
"enterOtpForDisabled": "输入6位代码并确认以禁用它:",
|
|
3848
3747
|
"enterOtpForEnabled": "输入6位代码并确认:",
|
|
3849
|
-
"
|
|
3850
|
-
"otpCode": "6 位数代码",
|
|
3851
|
-
"otpCodeErrorLength": "代码必须是 6 位数字",
|
|
3852
|
-
"enterOtpVerifyCode": "请输入 6 位数的验证码",
|
|
3853
|
-
"backToLogin": "返回登录",
|
|
3854
|
-
"qrcodeDescription": "使用您的身份验证器应用程序扫描此QR码,或手动输入其中一个代码。然后,通过输入下面的一次性代码来确认操作。",
|
|
3855
|
-
"showNotification": "显示通知",
|
|
3856
|
-
"showNotificationDescription": "当出现问题时显示通知"
|
|
3748
|
+
"qrcodeDescription": "使用您的身份验证器应用程序扫描此QR码,或手动输入其中一个代码。然后,通过输入下面的一次性代码来确认操作。"
|
|
3857
3749
|
},
|
|
3858
3750
|
"ssoConfiguration": {
|
|
3859
3751
|
"twoFactorPolicy": "双因素策略",
|
|
@@ -3873,36 +3765,6 @@
|
|
|
3873
3765
|
"autoUnlockIntervalSec": "自动解锁间隔(秒)",
|
|
3874
3766
|
"maxDurationSec": "最长持续时间(秒)",
|
|
3875
3767
|
"idleTimeoutSec": "空闲超时(秒)",
|
|
3876
|
-
"maxConcurrentSessions": "最大并发会话数"
|
|
3877
|
-
"errorMaxLimitField": "该字段不能超过 {0} 个字符"
|
|
3878
|
-
},
|
|
3879
|
-
"cacheConfiguration": {
|
|
3880
|
-
"cacheConfiguration": "缓存配置",
|
|
3881
|
-
"ceph_detailed": "Ceph 详细信息",
|
|
3882
|
-
"cpu": "CPU",
|
|
3883
|
-
"memory": "内存",
|
|
3884
|
-
"network": "网络",
|
|
3885
|
-
"disk": "磁盘",
|
|
3886
|
-
"lvm": "LVM",
|
|
3887
|
-
"nfs": "NFS",
|
|
3888
|
-
"hci": "HCI",
|
|
3889
|
-
"vm_cpu": "VM CPU",
|
|
3890
|
-
"vm_memory": "VM 内存",
|
|
3891
|
-
"vm_network": "VM 网络",
|
|
3892
|
-
"vm_disk": "VM 磁盘",
|
|
3893
|
-
"sensors": "传感器",
|
|
3894
|
-
"cpu_temp": "CPU 温度",
|
|
3895
|
-
"power": "电源",
|
|
3896
|
-
"services": "服务",
|
|
3897
|
-
"activateAll": "全部激活",
|
|
3898
|
-
"active": "积极的",
|
|
3899
|
-
"inactive": "不活跃",
|
|
3900
|
-
"configureSecurityProfile": {
|
|
3901
|
-
"lockdownModeDesc": "启用锁定模式后,将阻止远程用户直接登录该主机 该主机只能通过本地控制台或授权的集中管理应用程序进行访问",
|
|
3902
|
-
"exceptionUsers": "金额可能过大",
|
|
3903
|
-
"specifyHostLockdownMode": "指定主机锁定模式",
|
|
3904
|
-
"exceptionUsersDesc": "当主机进入锁定模式时仍保留其权限的用户帐户列表。这些帐户由第三方解决方案和外部应用程序使用,它们必须在锁定模式下继续运行。为确保锁定模式的安全性,应仅添加与应用程序相关的用户帐户。",
|
|
3905
|
-
"separateUsersWithCommas": "请使用逗号分隔用户"
|
|
3906
|
-
}
|
|
3768
|
+
"maxConcurrentSessions": "最大并发会话数"
|
|
3907
3769
|
}
|
|
3908
3770
|
}
|
|
@@ -134,12 +134,12 @@ select {
|
|
|
134
134
|
|
|
135
135
|
/* _____INPUT NUMBER ARROWS_____ */
|
|
136
136
|
/* Chrome, Safari, Edge, Opera */
|
|
137
|
-
input
|
|
138
|
-
input
|
|
139
|
-
|
|
140
|
-
margin
|
|
137
|
+
input::-webkit-outer-spin-button,
|
|
138
|
+
input::-webkit-inner-spin-button {
|
|
139
|
+
-webkit-appearance: none;
|
|
140
|
+
margin: 0;
|
|
141
141
|
}
|
|
142
|
-
input
|
|
142
|
+
input.show-arrow::-webkit-inner-spin-button {
|
|
143
143
|
-webkit-appearance: inner-spin-button;
|
|
144
144
|
}
|
|
145
145
|
input[type='range'] {
|
|
@@ -112,15 +112,6 @@
|
|
|
112
112
|
.icon-ds-iso-image {
|
|
113
113
|
background-position: 0 77.2%;
|
|
114
114
|
}
|
|
115
|
-
.network-lib-ui-icon-ingressEgressTraffic {
|
|
116
|
-
background-position: 0 81%;
|
|
117
|
-
}
|
|
118
|
-
.network-lib-ui-icon-ingressTraffic {
|
|
119
|
-
background-position: 0 82.25%;
|
|
120
|
-
}
|
|
121
|
-
.network-lib-ui-icon-egressTraffic {
|
|
122
|
-
background-position: 0 27.8%;
|
|
123
|
-
}
|
|
124
115
|
|
|
125
116
|
/* _____BACKGROUND IMAGE_____ */
|
|
126
117
|
.icon-vSphere-dsVmNvram,
|
|
@@ -163,9 +154,6 @@
|
|
|
163
154
|
.icon-help,
|
|
164
155
|
.icon-add-folder,
|
|
165
156
|
.icon-ds-iso-image,
|
|
166
|
-
.network-lib-ui-icon-ingressEgressTraffic,
|
|
167
|
-
.network-lib-ui-icon-ingressTraffic,
|
|
168
|
-
.network-lib-ui-icon-egressTraffic,
|
|
169
157
|
.vsphere-icon-snapshot-here {
|
|
170
158
|
background-image: url('assets/img/icons/icons-sprite-light-2.svg');
|
|
171
159
|
|
|
@@ -211,9 +199,6 @@
|
|
|
211
199
|
.active .icon-help,
|
|
212
200
|
.active .icon-add-folder,
|
|
213
201
|
.active .icon-ds-iso-image,
|
|
214
|
-
.active .network-lib-ui-icon-ingressEgressTraffic,
|
|
215
|
-
.active .network-lib-ui-icon-ingressTraffic,
|
|
216
|
-
.active .network-lib-ui-icon-egressTraffic,
|
|
217
202
|
.active .vsphere-icon-snapshot-here {
|
|
218
203
|
background-image: url('assets/img/icons/icons-sprite-dark-2.svg');
|
|
219
204
|
|
|
@@ -269,9 +254,6 @@
|
|
|
269
254
|
.icon-help,
|
|
270
255
|
.icon-add-folder,
|
|
271
256
|
.icon-ds-iso-image,
|
|
272
|
-
.network-lib-ui-icon-ingressEgressTraffic,
|
|
273
|
-
.network-lib-ui-icon-ingressTraffic,
|
|
274
|
-
.network-lib-ui-icon-egressTraffic,
|
|
275
257
|
.vx-icon-memory {
|
|
276
258
|
display: inline-block;
|
|
277
259
|
width: 18px;
|
|
@@ -304,7 +304,6 @@
|
|
|
304
304
|
|
|
305
305
|
//--gutter-bg-color: #eee; // for old
|
|
306
306
|
--gutter-bg-color: #e9ebed; // for new
|
|
307
|
-
--new-gutter-bg-color: #e9ebed;
|
|
308
307
|
//--gutter-hover-bg-color: #0079b8; // for old
|
|
309
308
|
--gutter-hover-bg-color: #008fb6; // for new
|
|
310
309
|
//--gutter-active-bg-color: #a6d8e7; // for old
|
|
@@ -711,7 +710,6 @@
|
|
|
711
710
|
|
|
712
711
|
//--gutter-bg-color: #25333d; // for old
|
|
713
712
|
--gutter-bg-color: #e9ebed1f; // for new
|
|
714
|
-
--new-gutter-bg-color: #394a58;
|
|
715
713
|
--gutter-hover-bg-color: #495a67;
|
|
716
714
|
--gutter-active-bg-color: #495a67;
|
|
717
715
|
--gutter-before-bg: rgba(157, 166, 173, 0.32);
|
|
@@ -169,46 +169,19 @@
|
|
|
169
169
|
color: #000000;
|
|
170
170
|
font-size: 32px;
|
|
171
171
|
font-weight: 400;
|
|
172
|
-
line-height:
|
|
172
|
+
line-height: 38px;
|
|
173
173
|
margin-bottom: 48px;
|
|
174
174
|
span {
|
|
175
175
|
font-size: 32px;
|
|
176
176
|
color: #008fd6;
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
-
&__otp-text-block {
|
|
180
|
-
.title-block {
|
|
181
|
-
font-size: 16px;
|
|
182
|
-
font-weight: 400;
|
|
183
|
-
color: #4d5d69;
|
|
184
|
-
line-height: 22px;
|
|
185
|
-
}
|
|
186
|
-
.subtitle-block {
|
|
187
|
-
font-size: 14px;
|
|
188
|
-
font-weight: 400;
|
|
189
|
-
color: #9da6ad;
|
|
190
|
-
line-height: 20px;
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
:deep(input.otp-input) {
|
|
194
|
-
height: 44px;
|
|
195
|
-
}
|
|
196
179
|
&__alert {
|
|
197
180
|
margin-bottom: 48px;
|
|
198
181
|
}
|
|
199
182
|
&__input {
|
|
200
|
-
&:before {
|
|
201
|
-
content: '';
|
|
202
|
-
position: absolute;
|
|
203
|
-
top: 0;
|
|
204
|
-
left: 0;
|
|
205
|
-
right: 0;
|
|
206
|
-
bottom: 0;
|
|
207
|
-
background-color: var(--input-bg);
|
|
208
|
-
border-radius: 8px;
|
|
209
|
-
}
|
|
210
183
|
:deep(.ui-main-input) {
|
|
211
|
-
background-color:
|
|
184
|
+
background-color: #fafafa;
|
|
212
185
|
}
|
|
213
186
|
:deep(input.ui-main-input:-internal-autofill-selected),
|
|
214
187
|
:deep(input.ui-main-input:-internal-autofill-selected:hover),
|
|
@@ -216,7 +189,7 @@
|
|
|
216
189
|
:deep(input.ui-main-input:-internal-autofill-selected:focus) {
|
|
217
190
|
appearance: menulist-button;
|
|
218
191
|
background-image: none !important;
|
|
219
|
-
background-color:
|
|
192
|
+
background-color: #fafafa !important;
|
|
220
193
|
color: fieldtext !important;
|
|
221
194
|
-webkit-background-clip: text;
|
|
222
195
|
}
|
|
@@ -237,11 +210,11 @@
|
|
|
237
210
|
}
|
|
238
211
|
}
|
|
239
212
|
&__checkbox {
|
|
240
|
-
margin-top:
|
|
213
|
+
margin-top: 18px;
|
|
241
214
|
}
|
|
242
215
|
&__button {
|
|
243
216
|
@include flex($just: center, $align: center);
|
|
244
|
-
margin-top:
|
|
217
|
+
margin-top: 72px;
|
|
245
218
|
height: 44px;
|
|
246
219
|
border-radius: 8px;
|
|
247
220
|
:deep(svg) {
|
|
@@ -119,7 +119,6 @@ onUnmounted(() => {
|
|
|
119
119
|
.dropdown-menu {
|
|
120
120
|
position: fixed;
|
|
121
121
|
transform: translateX(-100%);
|
|
122
|
-
background-color: var(--dropdown-bg-color);
|
|
123
122
|
|
|
124
123
|
h4 {
|
|
125
124
|
font-size: 12px;
|
|
@@ -131,7 +130,6 @@ onUnmounted(() => {
|
|
|
131
130
|
button {
|
|
132
131
|
&:hover {
|
|
133
132
|
border-bottom: 1px solid #666;
|
|
134
|
-
color: #565656;
|
|
135
133
|
}
|
|
136
134
|
}
|
|
137
135
|
}
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="flex-align-center">
|
|
3
3
|
<div class="switch-body">
|
|
4
|
-
<input
|
|
5
|
-
:id="props.testId"
|
|
6
|
-
v-model="value"
|
|
7
|
-
type="checkbox"
|
|
8
|
-
@change="emits('change', value)"
|
|
9
|
-
/>
|
|
4
|
+
<input :id="props.testId" v-model="value" type="checkbox" />
|
|
10
5
|
<label :for="props.testId" class="switch-label"></label>
|
|
11
6
|
</div>
|
|
12
7
|
<label :for="props.testId"><slot></slot></label>
|
|
@@ -24,7 +19,6 @@ const props = withDefaults(
|
|
|
24
19
|
|
|
25
20
|
const emits = defineEmits<{
|
|
26
21
|
(event: 'update:model-value', value: boolean): void
|
|
27
|
-
(event: 'change', value: boolean): void
|
|
28
22
|
}>()
|
|
29
23
|
|
|
30
24
|
const value = computed<boolean>({
|