bfg-common 1.4.855 → 1.4.857
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-3.svg +227 -227
- package/assets/img/icons/icons-sprite-dark-5.svg +488 -488
- package/assets/img/icons/icons-sprite-light-3.svg +227 -227
- package/assets/img/icons/icons-sprite-light-5.svg +488 -488
- package/assets/localization/local_be.json +3009 -3000
- package/assets/localization/local_en.json +10 -1
- package/assets/localization/local_hy.json +10 -1
- package/assets/localization/local_kk.json +10 -1
- package/assets/localization/local_ru.json +10 -1
- package/assets/localization/local_zh.json +10 -1
- package/assets/scss/clarity/local_ar.json +1 -1
- package/assets/scss/common/normalize.scss +361 -361
- package/components/atoms/TheIcon3.vue +50 -50
- package/components/atoms/autocomplete/Autocomplete.vue +300 -300
- package/components/atoms/collapse/CollapseNav.vue +164 -164
- package/components/atoms/dropdown/dropdown/Dropdown.vue +168 -168
- package/components/atoms/modal/bySteps/BySteps.vue +253 -253
- package/components/atoms/stack/StackBlock.vue +185 -185
- package/components/atoms/table/dataGrid/DataGrid.vue +1704 -1704
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +222 -222
- package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +94 -94
- package/components/atoms/table/dataGrid/lib/utils/export.ts +16 -16
- package/components/common/browse/BrowseNew.vue +237 -237
- package/components/common/browse/BrowseOld.vue +217 -217
- package/components/common/browse/blocks/contents/Files.vue +37 -37
- package/components/common/browse/blocks/contents/FilesOld.vue +72 -72
- package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +96 -96
- package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
- package/components/common/browse/blocks/lib/models/types.ts +1 -1
- package/components/common/browse/lib/models/interfaces.ts +5 -5
- package/components/common/context/Context.vue +111 -111
- package/components/common/context/lib/models/interfaces.ts +30 -30
- package/components/common/context/recursion/Recursion.vue +87 -87
- package/components/common/context/recursion/RecursionNew.vue +1 -1
- package/components/common/context/recursion/RecursionOld.vue +227 -227
- package/components/common/details/DetailsItem.vue +109 -109
- package/components/common/diagramMain/Header.vue +211 -211
- package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
- package/components/common/diagramMain/lib/config/initial.ts +50 -50
- package/components/common/diagramMain/lib/models/types.ts +21 -21
- package/components/common/diagramMain/lib/utils/utils.ts +331 -331
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
- package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
- package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
- package/components/common/diagramMain/port/Ports.vue +47 -47
- package/components/common/graph/Graph.vue +104 -104
- package/components/common/graph/GraphOld.vue +31 -31
- package/components/common/layout/theHeader/helpMenu/About.vue +82 -82
- package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +103 -103
- package/components/common/modals/unsavedChanges/UnsavedChanges.vue +56 -56
- package/components/common/monitor/overview/Overview.vue +221 -221
- package/components/common/monitor/overview/OverviewNew.vue +142 -142
- package/components/common/monitor/overview/OverviewOld.vue +139 -139
- package/components/common/monitor/overview/filters/Filters.vue +166 -166
- package/components/common/monitor/overview/filters/FiltersNew.vue +172 -172
- package/components/common/monitor/overview/filters/FiltersOld.vue +151 -151
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +175 -175
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModalNew.vue +181 -181
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModalOld.vue +161 -161
- package/components/common/pages/home/StatusContent.vue +49 -49
- package/components/common/pages/home/headline/Headline.vue +45 -45
- package/components/common/pages/home/headline/HeadlineNew.vue +26 -0
- package/components/common/pages/home/headline/HeadlineOld.vue +42 -42
- package/components/common/pages/home/lib/models/interfaces.ts +48 -48
- package/components/common/pages/home/widgets/Widgets.vue +49 -49
- package/components/common/pages/home/widgets/WidgetsNew.vue +86 -86
- package/components/common/pages/home/widgets/WidgetsOld.vue +34 -34
- package/components/common/pages/home/widgets/hosts/Hosts.vue +27 -27
- package/components/common/pages/home/widgets/hosts/HostsNew.vue +1 -1
- package/components/common/pages/home/widgets/hosts/lib/config/items.ts +23 -23
- package/components/common/pages/home/widgets/services/ServicesNew.vue +26 -4
- package/components/common/pages/home/widgets/services/lib/config/config.ts +29 -7
- package/components/common/pages/home/widgets/services/lib/models/enums.ts +17 -10
- package/components/common/pages/home/widgets/vms/Vms.vue +26 -26
- package/components/common/pages/home/widgets/vms/VmsOld.vue +35 -35
- package/components/common/pages/home/widgets/vms/lib/config/items.ts +19 -19
- package/components/common/pages/packages/Packages.vue +208 -208
- package/components/common/recursionTree/RecursionTree.vue +223 -223
- package/components/common/select/button/ButtonDropdown.vue +108 -108
- package/components/common/spiceConsole/Drawer.vue +370 -370
- package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
- package/components/common/split/horizontal/HorizontalNew.vue +376 -376
- package/components/common/split/horizontal/HorizontalOld.vue +337 -337
- package/components/common/split/vertical/Vertical.vue +160 -160
- package/components/common/vm/actions/add/Add.vue +621 -621
- package/components/common/vm/actions/clone/Clone.vue +639 -639
- package/components/common/vm/actions/clone/lib/config/steps.ts +129 -129
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +271 -271
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +271 -271
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareOld.vue +174 -174
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +694 -694
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +219 -219
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +117 -117
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +161 -161
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +165 -165
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +25 -25
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +70 -70
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaOld.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +338 -338
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +220 -220
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +364 -364
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDiskNew.vue +229 -229
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDiskOld.vue +247 -247
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +44 -44
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +283 -283
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +124 -124
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +63 -63
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +95 -95
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +69 -69
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +83 -83
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +205 -205
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +66 -66
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoOld.vue +62 -62
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +31 -31
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +84 -84
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoOld.vue +76 -76
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +41 -41
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +81 -81
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridOld.vue +84 -84
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardNew.vue +104 -104
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardOld.vue +112 -112
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +145 -145
- package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +102 -102
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +75 -75
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +26 -26
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +25 -25
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +171 -171
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +141 -141
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +140 -140
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +32 -32
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +39 -39
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +103 -103
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +102 -102
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordOld.vue +94 -94
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +28 -28
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +38 -38
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
- package/components/common/vm/actions/common/select/storage/Storage.vue +130 -130
- package/components/common/vm/actions/common/select/storage/StorageOld.vue +129 -129
- package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
- package/components/common/wizards/datastore/add/lib/config/steps.ts +138 -138
- package/components/common/wizards/vm/migrate/Migrate.vue +302 -288
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +220 -210
- package/components/common/wizards/vm/migrate/lib/config/steps.ts +1 -1
- package/components/common/wizards/vm/migrate/lib/models/enums.ts +6 -0
- package/components/common/wizards/vm/migrate/select/network/Network.vue +103 -100
- package/components/common/wizards/vm/migrate/select/network/table/network/Network.vue +150 -127
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +91 -88
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/priority/Priority.vue +43 -25
- package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +16 -9
- package/components/common/wizards/vm/migrate/select/priority/lib/models/types.ts +1 -1
- package/composables/productNameLocal.ts +30 -30
- package/composables/useAppVersion.ts +21 -21
- package/lib/models/interfaces.ts +1 -0
- package/package.json +1 -1
- package/plugins/date.ts +233 -233
- package/plugins/recursion.ts +311 -311
- package/public/spice-console/lib/images/bitmap.js +203 -203
- package/public/spice-console/network/spicechannel.js +383 -383
- package/store/main/mutations.ts +7 -7
- package/store/main/state.ts +7 -7
- package/store/tasks/mappers/recentTasks.ts +64 -64
|
@@ -1813,7 +1813,6 @@
|
|
|
1813
1813
|
"selectNetworks": "Select Networks",
|
|
1814
1814
|
"selectNetworksDesc": "Select destination networks for the virtual machine migration.",
|
|
1815
1815
|
"selectStorageDesc": "Select the destination storage for the virtual machine migration.",
|
|
1816
|
-
"selectVMotionPriority": "Select vMotion priority",
|
|
1817
1816
|
"selectVMotionPriorityDesc": "Protect the performance of your running virtual machines by prioritizing the allocation of CPU resources.",
|
|
1818
1817
|
"selectTargetVCenterSer": "Select a target {productName} Ser",
|
|
1819
1818
|
"changeComputeResourceOnlyDesc": "Migrate the virtual machines to another host or cluster.",
|
|
@@ -2787,6 +2786,16 @@
|
|
|
2787
2786
|
"importVms": {
|
|
2788
2787
|
"selectSourceTooltipDesc": "No Trusted infrastructure Administrator, credits are accepted from esxi and vSphere"
|
|
2789
2788
|
},
|
|
2789
|
+
"migrateVm": {
|
|
2790
|
+
"migrationStrategy": "Migration strategy",
|
|
2791
|
+
"liveMigration": "Live Migration (No Downtime)",
|
|
2792
|
+
"ramSuspendMigration": "RAM Suspend Migration",
|
|
2793
|
+
"offlineMigration": "Offline Migration",
|
|
2794
|
+
"liveMigrationDesc": "The VM is moved to a new host on the fly without stopping services. Users and applications experience virtually no downtime.",
|
|
2795
|
+
"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.",
|
|
2796
|
+
"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.",
|
|
2797
|
+
"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."
|
|
2798
|
+
},
|
|
2790
2799
|
"storageDevice": {
|
|
2791
2800
|
"repeatCount": "Repeat Count",
|
|
2792
2801
|
"relativeThroughput": "Relative Throughput",
|
|
@@ -1813,7 +1813,6 @@
|
|
|
1813
1813
|
"selectNetworks": "Ընտրեք Ցանցեր",
|
|
1814
1814
|
"selectNetworksDesc": "Ընտրեք նպատակակետ ցանցեր վիրտուալ մեքենայի միգրացիայի համար:",
|
|
1815
1815
|
"selectStorageDesc": "Ընտրեք նպատակակետ պահեստը վիրտուալ մեքենայի միգրացիայի համար:",
|
|
1816
|
-
"selectVMotionPriority": "Ընտրեք vMotion առաջնահերթությունը",
|
|
1817
1816
|
"selectVMotionPriorityDesc": "Պաշտպանեք ձեր գործող վիրտուալ մեքենաների աշխատանքը՝ առաջնահերթություն տալով պրոցեսորի ռեսուրսների բաշխմանը:",
|
|
1818
1817
|
"selectTargetVCenterSer": "Ընտրեք թիրախային {productName} Ser-ը",
|
|
1819
1818
|
"changeComputeResourceOnlyDesc": "Տեղափոխեք վիրտուալ մեքենաները մեկ այլ հոսթ կամ կլաստեր:",
|
|
@@ -2787,6 +2786,16 @@
|
|
|
2787
2786
|
"importVms": {
|
|
2788
2787
|
"selectSourceTooltipDesc": "Esxi օգտագործողի իրավունքները պետք է համապատասխանեն Administrator-ի դերերին, կրեդիտներն ընդունվում են esxi-ից և vSphere-ից"
|
|
2789
2788
|
},
|
|
2789
|
+
"migrateVm": {
|
|
2790
|
+
"migrationStrategy": "Միգրացիայի ռազմավարություն",
|
|
2791
|
+
"liveMigration": "Կենդանի միգրացիա (առանց դադարի)",
|
|
2792
|
+
"ramSuspendMigration": "RAM-ի կասեցված միգրացիա",
|
|
2793
|
+
"offlineMigration": "Օֆլայն միգրացիա",
|
|
2794
|
+
"liveMigrationDesc": "Վիրտուալ մեքենան տեղաշարժվում է նոր հոսթ առանց ծառայությունները կանգնեցնելու: Օգտատերերը և հավելվածները գործնականում չեն զգում դադար:",
|
|
2795
|
+
"ramSuspendMigrationDesc": "Վիրտուալ մեքենան կասեցվում է, նրա RAM-ի բովանդակությունը պահպանվում և փոխանցվում է նոր հոսթ: Այնուհետև այն վերսկսում է աշխատանքը ճիշտ նույն վիճակից:",
|
|
2796
|
+
"offlineMigrationDesc": "Վիրտուալ մեքենան ամբողջությամբ անջատվում է, այնուհետև նրա վիճակը և տվյալները փոխանցվում են նոր հոսթ: Ծառայությունը մնում է անհասանելի փոխանցման ընթացքում:",
|
|
2797
|
+
"strategyMigrationErrorDesc": "Գործողությունը հնարավոր չէ իրականացնել. Վիրտուալ մեքենան գտնվում է չաջակցված վիճակում: Թույլատրված պետությունները «սնուցվում են» (PowerOff) կամ «Powered On» (Poweron): Խնդրում ենք VM- ն սահմանել այս պետություններից մեկին եւ կրկին փորձել:"
|
|
2798
|
+
},
|
|
2790
2799
|
"storageDevice": {
|
|
2791
2800
|
"repeatCount": "Կրկնել հաշվարկը",
|
|
2792
2801
|
"relativeThroughput": "Հարաբերական թողունակություն",
|
|
@@ -1813,7 +1813,6 @@
|
|
|
1813
1813
|
"selectNetworks": "Желілерді таңдаңыз",
|
|
1814
1814
|
"selectNetworksDesc": "Виртуалды машинаны тасымалдау үшін тағайындалған желілерді таңдаңыз.",
|
|
1815
1815
|
"selectStorageDesc": "Виртуалды машинаны тасымалдау үшін тағайындалған сақтау орнын таңдаңыз.",
|
|
1816
|
-
"selectVMotionPriority": "vMotion басымдылығын таңдаңыз",
|
|
1817
1816
|
"selectVMotionPriorityDesc": "CPU ресурстарын бөлуге басымдық беру арқылы іске қосылған виртуалды машиналарыңыздың өнімділігін қорғаңыз.",
|
|
1818
1817
|
"selectTargetVCenterSer": "Мақсатты {productName} серверін таңдаңыз",
|
|
1819
1818
|
"changeComputeResourceOnlyDesc": "Виртуалды машиналарды басқа хостқа немесе кластерге көшіріңіз.",
|
|
@@ -2786,6 +2785,16 @@
|
|
|
2786
2785
|
"importVms": {
|
|
2787
2786
|
"selectSourceTooltipDesc": "Esxi пайдаланушы құқықтары әкімші рөлдеріне сәйкес келуі керек, несиелер esxi және vSphere - ден алынады"
|
|
2788
2787
|
},
|
|
2788
|
+
"migrateVm": {
|
|
2789
|
+
"migrationStrategy": "Көші-қон стратегиясы",
|
|
2790
|
+
"liveMigration": "Тікелей көшіру (үзіліссіз)",
|
|
2791
|
+
"ramSuspendMigration": "RAM уақытша тоқтатып көшіру",
|
|
2792
|
+
"offlineMigration": "Офлайн көшіру",
|
|
2793
|
+
"liveMigrationDesc": "Виртуалды машина қызметтерді тоқтатпай жаңа хостқа жылдам ауыстырылады. Пайдаланушылар мен қосымшалар дерлік үзіліс сезбейді.",
|
|
2794
|
+
"ramSuspendMigrationDesc": "Виртуалды машина тоқтатылады, оның RAM мазмұны сақталып, жаңа хостқа жіберіледі. Содан кейін ол дәл бұрынғы күйінен жалғастырады.",
|
|
2795
|
+
"offlineMigrationDesc": "Виртуалды машина толығымен өшіріледі, содан кейін оның күйі мен деректері жаңа хостқа жіберіледі. Қызмет көшіру кезінде қолжетімсіз болады.",
|
|
2796
|
+
"strategyMigrationErrorDesc": "Пайдалану мүмкін емес: виртуалды машина қолдау көрсетілмейтін күйде. Рұқсат етілген мемлекеттер «жұмыстан шығарылады» (Poweroff) немесе «PowerOft» (Poweron). Осы күйлердің біріне VM орнатыңыз және әрекетті қайталаңыз."
|
|
2797
|
+
},
|
|
2789
2798
|
"storageDevice": {
|
|
2790
2799
|
"repeatCount": "Сананы қайталау",
|
|
2791
2800
|
"relativeThroughput": "Салыстырмалы өткізу қабілеті",
|
|
@@ -1815,7 +1815,6 @@
|
|
|
1815
1815
|
"selectNetworks": "Выберите сети",
|
|
1816
1816
|
"selectNetworksDesc": "Выберите целевые сети для миграции виртуальной машины.",
|
|
1817
1817
|
"selectStorageDesc": "Выберите целевое хранилище для миграции виртуальной машины.",
|
|
1818
|
-
"selectVMotionPriority": "Выберите приоритет vMotion",
|
|
1819
1818
|
"selectVMotionPriorityDesc": "Защитите производительность работающих виртуальных машин, расставив приоритеты при выделении ресурсов ЦП.",
|
|
1820
1819
|
"selectTargetVCenterSer": "Выберите целевой {productName} Ser",
|
|
1821
1820
|
"changeComputeResourceOnlyDesc": "Перенесите виртуальные машины на другой хост или кластер.",
|
|
@@ -2788,6 +2787,16 @@
|
|
|
2788
2787
|
"importVms": {
|
|
2789
2788
|
"selectSourceTooltipDesc": "Права пользователя vmware дожны соответствовать ролям Administrator, креды принимаются от esxi и vSphere"
|
|
2790
2789
|
},
|
|
2790
|
+
"migrateVm": {
|
|
2791
|
+
"migrationStrategy": "Стратегия миграции",
|
|
2792
|
+
"liveMigration": "Live миграция без простоя",
|
|
2793
|
+
"ramSuspendMigration": "Миграция с приостановкой RAM",
|
|
2794
|
+
"offlineMigration": "Офлайн-миграция",
|
|
2795
|
+
"liveMigrationDesc": "Виртуальная машина переносится на новый узел «на лету», без остановки сервисов. Пользователи и приложения практически не замечают процесса.",
|
|
2796
|
+
"ramSuspendMigrationDesc": "Виртуальная машина приостанавливается, её содержимое оперативной памяти сохраняется и переносится на новый узел. Затем машина «пробуждается», продолжая работу с того же места.",
|
|
2797
|
+
"offlineMigrationDesc": "Виртуальная машина полностью выключается, после чего её состояние и данные переносятся на новый узел. Сервис недоступен на время переноса.",
|
|
2798
|
+
"strategyMigrationErrorDesc": "Невозможно выполнить операцию: виртуальная машина находится в неподдерживаемом состоянии. Разрешённые состояния — «Выключена» (PowerOff) или «Включена» (PowerOn). Пожалуйста, переведите ВМ в одно из этих состояний и повторите попытку."
|
|
2799
|
+
},
|
|
2791
2800
|
"storageDevice": {
|
|
2792
2801
|
"repeatCount": "Повторить счет",
|
|
2793
2802
|
"relativeThroughput": "Относительная пропускная способность",
|
|
@@ -1813,7 +1813,6 @@
|
|
|
1813
1813
|
"selectNetworks": "选择网络",
|
|
1814
1814
|
"selectNetworksDesc": "选择虚拟机迁移的目标网络。",
|
|
1815
1815
|
"selectStorageDesc": "选择虚拟机迁移的目标存储。",
|
|
1816
|
-
"selectVMotionPriority": "选择 vMotion 优先级",
|
|
1817
1816
|
"selectVMotionPriorityDesc": "通过优先分配 CPU 资源来保护正在运行的虚拟机的性能。",
|
|
1818
1817
|
"selectTargetVCenterSer": "选择目标 Sphere Zone",
|
|
1819
1818
|
"changeComputeResourceOnlyDesc": "将虚拟机迁移到另一台主机或群集。",
|
|
@@ -2785,6 +2784,16 @@
|
|
|
2785
2784
|
"importVms": {
|
|
2786
2785
|
"selectSourceTooltipDesc": "Esxi用户权限必须对应于管理员角色. esxi和vSphere接受积分"
|
|
2787
2786
|
},
|
|
2787
|
+
"migrateVm": {
|
|
2788
|
+
"migrationStrategy": "迁移策略",
|
|
2789
|
+
"liveMigration": "实时迁移(无停机)",
|
|
2790
|
+
"ramSuspendMigration": "RAM挂起迁移",
|
|
2791
|
+
"offlineMigration": "离线迁移",
|
|
2792
|
+
"liveMigrationDesc": "虚拟机在不中断服务的情况下实时迁移到新主机。用户和应用程序几乎不会感受到停机。",
|
|
2793
|
+
"ramSuspendMigrationDesc": "虚拟机被挂起,其RAM内容被保存并传输到新主机。随后,它将从完全相同的状态继续运行。",
|
|
2794
|
+
"offlineMigrationDesc": "虚拟机完全关闭,然后其状态和数据被传输到新主机。在迁移过程中,服务将不可用。",
|
|
2795
|
+
"strategyMigrationErrorDesc": "无法执行操作:虚拟机处于不支持状态。允许的状态被“电源关闭”(PowerOff)或“电源上的电源”(Poweron)。请将VM设置为这些状态之一,然后重试。"
|
|
2796
|
+
},
|
|
2788
2797
|
"storageDevice": {
|
|
2789
2798
|
"repeatCount": "重复计数",
|
|
2790
2799
|
"relativeThroughput": "相对吞吐量",
|
|
@@ -1810,7 +1810,7 @@
|
|
|
1810
1810
|
"selectNetworks": "حدد الشبكات",
|
|
1811
1811
|
"selectNetworksDesc": "حدد الشبكات الوجهة لترحيل الآلة الافتراضية.",
|
|
1812
1812
|
"selectStorageDesc": "حدد التخزين الوجهة لترحيل الآلة الافتراضية.",
|
|
1813
|
-
"
|
|
1813
|
+
"migrationStrategy": "استراتيجية الهجرة",
|
|
1814
1814
|
"selectVMotionPriorityDesc": "احمِ أداء الآلات الافتراضية العاملة لديك بإعطاء الأولوية لتخصيص موارد وحدة المعالجة المركزية.",
|
|
1815
1815
|
"selectTargetVCenterSer": "حدد {productName} Ser الهدف",
|
|
1816
1816
|
"changeComputeResourceOnlyDesc": "ارحل الآلات الافتراضية إلى مضيف أو عنقود آخر.",
|