@cloudtower/parrot 0.6.0 → 0.8.0
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/.turbo/turbo-prepublish.log +23 -0
- package/.turbo/turbo-typings.log +1 -0
- package/README.md +8 -2
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/locales/en-US/alert.json +77 -0
- package/dist/locales/en-US/auditLog.json +226 -0
- package/dist/locales/en-US/backup.json +261 -0
- package/dist/locales/en-US/backupPlan.json +271 -0
- package/dist/locales/en-US/backupRestorePoint.json +17 -0
- package/dist/locales/en-US/backupStoreRepository.json +67 -0
- package/dist/{src/locales → locales}/en-US/basic.json +0 -0
- package/dist/locales/en-US/cloudTowerApplicationPackage.json +4 -0
- package/dist/locales/en-US/cluster.json +281 -0
- package/dist/locales/en-US/clusterUpgrade.json +61 -0
- package/dist/locales/en-US/common.json +392 -0
- package/dist/locales/en-US/components.json +91 -0
- package/dist/locales/en-US/connection.json +11 -0
- package/dist/locales/en-US/consistencyGroup.json +62 -0
- package/dist/locales/en-US/consistencyGroupSnapshot.json +23 -0
- package/dist/locales/en-US/contentLibraryImage.json +70 -0
- package/dist/locales/en-US/contentLibraryVmTemplate.json +126 -0
- package/dist/locales/en-US/datacenter.json +34 -0
- package/dist/locales/en-US/disk.json +127 -0
- package/dist/locales/en-US/elfDataStore.json +28 -0
- package/dist/locales/en-US/elfImage.json +29 -0
- package/dist/locales/en-US/entityFilter.json +94 -0
- package/dist/locales/en-US/enum.json +182 -0
- package/dist/locales/en-US/error.json +1166 -0
- package/dist/locales/en-US/eventAudit.json +9 -0
- package/dist/locales/en-US/everoute.json +267 -0
- package/dist/locales/en-US/everouteCluster.json +5 -0
- package/dist/locales/en-US/everoutePackage.json +4 -0
- package/dist/locales/en-US/execute_plan.json +3 -0
- package/dist/locales/en-US/globalAlertRule.json +34 -0
- package/dist/locales/en-US/graph.json +11 -0
- package/dist/locales/en-US/hardware-topo.json +81 -0
- package/dist/locales/en-US/host.json +397 -0
- package/dist/locales/en-US/httpCode.json +16 -0
- package/dist/locales/en-US/index.d.ts +10112 -0
- package/dist/locales/en-US/index.js +213 -0
- package/dist/locales/en-US/installer.json +67 -0
- package/dist/locales/en-US/iscsiConnection.json +12 -0
- package/dist/locales/en-US/iscsiLun.json +142 -0
- package/dist/locales/en-US/iscsiLunSnapshot.json +9 -0
- package/dist/locales/en-US/iscsiTarget.json +147 -0
- package/dist/locales/en-US/isolationPolicy.json +29 -0
- package/dist/locales/en-US/label.json +84 -0
- package/dist/locales/en-US/logCollection.json +13 -0
- package/dist/locales/en-US/login.json +18 -0
- package/dist/locales/en-US/maintenance-mode.json +56 -0
- package/dist/locales/en-US/metric.json +355 -0
- package/dist/locales/en-US/migrateTransmitter.json +26 -0
- package/dist/locales/en-US/monitor.json +57 -0
- package/dist/locales/en-US/namespaceGroup.json +24 -0
- package/dist/locales/en-US/nfsExport.json +41 -0
- package/dist/locales/en-US/nfsInode.json +14 -0
- package/dist/locales/en-US/nic.json +62 -0
- package/dist/locales/en-US/nvmfConnection.json +11 -0
- package/dist/locales/en-US/nvmfNamespace.json +112 -0
- package/dist/locales/en-US/nvmfNamespaceSnapshot.json +28 -0
- package/dist/locales/en-US/nvmfSubsystem.json +127 -0
- package/dist/locales/en-US/nvmfSubsystemSnapshot.json +4 -0
- package/dist/locales/en-US/overview.json +76 -0
- package/dist/locales/en-US/plugins.json +13 -0
- package/dist/locales/en-US/pmemDimm.json +11 -0
- package/dist/locales/en-US/portal.json +5 -0
- package/dist/locales/en-US/recycleBin.json +79 -0
- package/dist/locales/en-US/recycleVm.json +9 -0
- package/dist/locales/en-US/report-task.json +4 -0
- package/dist/locales/en-US/report-template.json +20 -0
- package/dist/locales/en-US/reportTask.json +7 -0
- package/dist/locales/en-US/reportTemplate.json +22 -0
- package/dist/locales/en-US/requestCode.json +18 -0
- package/dist/locales/en-US/role.json +206 -0
- package/dist/locales/en-US/securityGroup.json +48 -0
- package/dist/locales/en-US/securityPolicy.json +222 -0
- package/dist/locales/en-US/setting.json +292 -0
- package/dist/locales/en-US/setup.json +9 -0
- package/dist/locales/en-US/snapshot.json +18 -0
- package/dist/locales/en-US/snapshotGroup.json +37 -0
- package/dist/locales/en-US/snapshotPlan.json +134 -0
- package/dist/locales/en-US/snapshotPlanTask.json +10 -0
- package/dist/locales/en-US/snmp-transport.json +13 -0
- package/dist/locales/en-US/snmp-trap-receiver.json +13 -0
- package/dist/locales/en-US/snmpTransport.json +25 -0
- package/dist/locales/en-US/snmpTrapReceiver.json +15 -0
- package/dist/locales/en-US/storage.json +4 -0
- package/dist/locales/en-US/svtImage.json +12 -0
- package/dist/locales/en-US/systemAuditLog.json +14 -0
- package/dist/locales/en-US/task.json +558 -0
- package/dist/locales/en-US/title.json +58 -0
- package/dist/locales/en-US/ui.json +16 -0
- package/dist/locales/en-US/usbDevice.json +29 -0
- package/dist/locales/en-US/user.json +67 -0
- package/dist/locales/en-US/userAuditLog.json +275 -0
- package/dist/locales/en-US/userRoleNext.json +5 -0
- package/dist/locales/en-US/validation.json +230 -0
- package/dist/locales/en-US/vds.json +55 -0
- package/dist/locales/en-US/view.json +8 -0
- package/dist/locales/en-US/vlan.json +127 -0
- package/dist/locales/en-US/vm.json +1082 -0
- package/dist/locales/en-US/vmDisk.json +4 -0
- package/dist/locales/en-US/vmEntityFilterResult.json +8 -0
- package/dist/locales/en-US/vmFolder.json +3 -0
- package/dist/locales/en-US/vmPlacementGroup.json +48 -0
- package/dist/locales/en-US/vmSnapshot.json +47 -0
- package/dist/locales/en-US/vmTemplate.json +67 -0
- package/dist/locales/en-US/vmVolume.json +92 -0
- package/dist/locales/en-US/vsphereEsxiAccount.json +5 -0
- package/dist/locales/en-US/witness.json +8 -0
- package/dist/locales/en-US/zone.json +13 -0
- package/dist/locales/index.d.ts +20361 -0
- package/dist/locales/index.js +7 -0
- package/dist/locales/zh-CN/alert.json +74 -0
- package/dist/locales/zh-CN/auditLog.json +225 -0
- package/dist/locales/zh-CN/backup.json +255 -0
- package/dist/locales/zh-CN/backupPlan.json +262 -0
- package/dist/locales/zh-CN/backupRestorePoint.json +17 -0
- package/dist/locales/zh-CN/backupStoreRepository.json +69 -0
- package/dist/{src/locales → locales}/zh-CN/basic.json +0 -0
- package/dist/locales/zh-CN/cloudTowerApplicationPackage.json +4 -0
- package/dist/locales/zh-CN/cluster.json +282 -0
- package/dist/locales/zh-CN/clusterUpgrade.json +61 -0
- package/dist/locales/zh-CN/common.json +394 -0
- package/dist/locales/zh-CN/components.json +91 -0
- package/dist/locales/zh-CN/connection.json +11 -0
- package/dist/locales/zh-CN/consistencyGroup.json +62 -0
- package/dist/locales/zh-CN/consistencyGroupSnapshot.json +23 -0
- package/dist/locales/zh-CN/contentLibraryImage.json +69 -0
- package/dist/locales/zh-CN/contentLibraryVmTemplate.json +129 -0
- package/dist/locales/zh-CN/datacenter.json +34 -0
- package/dist/locales/zh-CN/disk.json +127 -0
- package/dist/locales/zh-CN/elfDataStore.json +28 -0
- package/dist/locales/zh-CN/elfImage.json +29 -0
- package/dist/locales/zh-CN/entityFilter.json +94 -0
- package/dist/locales/zh-CN/enum.json +188 -0
- package/dist/locales/zh-CN/error.json +1173 -0
- package/dist/locales/zh-CN/eventAudit.json +9 -0
- package/dist/locales/zh-CN/everoute.json +265 -0
- package/dist/locales/zh-CN/everouteCluster.json +5 -0
- package/dist/locales/zh-CN/everoutePackage.json +4 -0
- package/dist/locales/zh-CN/execute_plan.json +3 -0
- package/dist/locales/zh-CN/globalAlertRule.json +34 -0
- package/dist/locales/zh-CN/gpuDevice.json +36 -0
- package/dist/locales/zh-CN/graph.json +11 -0
- package/dist/locales/zh-CN/hardware-topo.json +81 -0
- package/dist/locales/zh-CN/host.json +401 -0
- package/dist/locales/zh-CN/httpCode.json +16 -0
- package/dist/locales/zh-CN/index.d.ts +10248 -0
- package/dist/locales/zh-CN/index.js +215 -0
- package/dist/locales/zh-CN/installer.json +68 -0
- package/dist/locales/zh-CN/iscsiConnection.json +12 -0
- package/dist/locales/zh-CN/iscsiLun.json +140 -0
- package/dist/locales/zh-CN/iscsiLunSnapshot.json +9 -0
- package/dist/locales/zh-CN/iscsiTarget.json +147 -0
- package/dist/locales/zh-CN/isolationPolicy.json +29 -0
- package/dist/locales/zh-CN/label.json +84 -0
- package/dist/locales/zh-CN/logCollection.json +13 -0
- package/dist/locales/zh-CN/login.json +18 -0
- package/dist/locales/zh-CN/maintenance-mode.json +56 -0
- package/dist/locales/zh-CN/metric.json +355 -0
- package/dist/locales/zh-CN/migrateTransmitter.json +26 -0
- package/dist/locales/zh-CN/monitor.json +57 -0
- package/dist/locales/zh-CN/namespaceGroup.json +24 -0
- package/dist/locales/zh-CN/nfsExport.json +41 -0
- package/dist/locales/zh-CN/nfsInode.json +14 -0
- package/dist/locales/zh-CN/nic.json +62 -0
- package/dist/locales/zh-CN/nvmfConnection.json +11 -0
- package/dist/locales/zh-CN/nvmfNamespace.json +110 -0
- package/dist/locales/zh-CN/nvmfNamespaceSnapshot.json +28 -0
- package/dist/locales/zh-CN/nvmfSubsystem.json +126 -0
- package/dist/locales/zh-CN/nvmfSubsystemSnapshot.json +4 -0
- package/dist/locales/zh-CN/overview.json +76 -0
- package/dist/locales/zh-CN/plugins.json +13 -0
- package/dist/locales/zh-CN/pmemDimm.json +11 -0
- package/dist/locales/zh-CN/portal.json +5 -0
- package/dist/locales/zh-CN/recycleBin.json +79 -0
- package/dist/locales/zh-CN/recycleVm.json +9 -0
- package/dist/locales/zh-CN/report-task.json +4 -0
- package/dist/locales/zh-CN/report-template.json +20 -0
- package/dist/locales/zh-CN/reportTask.json +7 -0
- package/dist/locales/zh-CN/reportTemplate.json +22 -0
- package/dist/locales/zh-CN/requestCode.json +18 -0
- package/dist/locales/zh-CN/role.json +207 -0
- package/dist/locales/zh-CN/securityGroup.json +47 -0
- package/dist/locales/zh-CN/securityPolicy.json +214 -0
- package/dist/locales/zh-CN/setting.json +289 -0
- package/dist/locales/zh-CN/setup.json +9 -0
- package/dist/locales/zh-CN/snapshot.json +18 -0
- package/dist/locales/zh-CN/snapshotGroup.json +37 -0
- package/dist/locales/zh-CN/snapshotPlan.json +128 -0
- package/dist/locales/zh-CN/snapshotPlanTask.json +10 -0
- package/dist/locales/zh-CN/snmp-transport.json +13 -0
- package/dist/locales/zh-CN/snmp-trap-receiver.json +13 -0
- package/dist/locales/zh-CN/snmpTransport.json +25 -0
- package/dist/locales/zh-CN/snmpTrapReceiver.json +15 -0
- package/dist/locales/zh-CN/storage.json +4 -0
- package/dist/locales/zh-CN/svtImage.json +11 -0
- package/dist/locales/zh-CN/systemAuditLog.json +14 -0
- package/dist/locales/zh-CN/task.json +561 -0
- package/dist/locales/zh-CN/title.json +58 -0
- package/dist/locales/zh-CN/ui.json +16 -0
- package/dist/locales/zh-CN/usbDevice.json +52 -0
- package/dist/locales/zh-CN/user.json +67 -0
- package/dist/locales/zh-CN/userAuditLog.json +275 -0
- package/dist/locales/zh-CN/userRoleNext.json +5 -0
- package/dist/locales/zh-CN/validation.json +233 -0
- package/dist/locales/zh-CN/vds.json +54 -0
- package/dist/locales/zh-CN/view.json +8 -0
- package/dist/locales/zh-CN/vlan.json +137 -0
- package/dist/locales/zh-CN/vm.json +1160 -0
- package/dist/locales/zh-CN/vmDisk.json +4 -0
- package/dist/locales/zh-CN/vmEntityFilterResult.json +8 -0
- package/dist/locales/zh-CN/vmFolder.json +3 -0
- package/dist/locales/zh-CN/vmPlacementGroup.json +48 -0
- package/dist/locales/zh-CN/vmSnapshot.json +48 -0
- package/dist/locales/zh-CN/vmTemplate.json +70 -0
- package/dist/locales/zh-CN/vmVolume.json +91 -0
- package/dist/locales/zh-CN/vsphereEsxiAccount.json +5 -0
- package/dist/locales/zh-CN/witness.json +8 -0
- package/dist/locales/zh-CN/zone.json +13 -0
- package/dist/parrotI18n.d.ts +2 -0
- package/dist/parrotI18n.js +10 -0
- package/package.json +7 -2
- package/src/index.ts +2 -1
- package/src/locales/en-US/alert.json +77 -0
- package/src/locales/en-US/auditLog.json +226 -0
- package/src/locales/en-US/backup.json +261 -0
- package/src/locales/en-US/backupPlan.json +271 -0
- package/src/locales/en-US/backupRestorePoint.json +17 -0
- package/src/locales/en-US/backupStoreRepository.json +67 -0
- package/src/locales/en-US/cloudTowerApplicationPackage.json +4 -0
- package/src/locales/en-US/cluster.json +281 -0
- package/src/locales/en-US/clusterUpgrade.json +61 -0
- package/src/locales/en-US/common.json +392 -0
- package/src/locales/en-US/components.json +91 -0
- package/src/locales/en-US/connection.json +11 -0
- package/src/locales/en-US/consistencyGroup.json +62 -0
- package/src/locales/en-US/consistencyGroupSnapshot.json +23 -0
- package/src/locales/en-US/contentLibraryImage.json +70 -0
- package/src/locales/en-US/contentLibraryVmTemplate.json +126 -0
- package/src/locales/en-US/datacenter.json +34 -0
- package/src/locales/en-US/disk.json +127 -0
- package/src/locales/en-US/elfDataStore.json +28 -0
- package/src/locales/en-US/elfImage.json +29 -0
- package/src/locales/en-US/entityFilter.json +94 -0
- package/src/locales/en-US/enum.json +182 -0
- package/src/locales/en-US/error.json +1166 -0
- package/src/locales/en-US/eventAudit.json +9 -0
- package/src/locales/en-US/everoute.json +267 -0
- package/src/locales/en-US/everouteCluster.json +5 -0
- package/src/locales/en-US/everoutePackage.json +4 -0
- package/src/locales/en-US/execute_plan.json +3 -0
- package/src/locales/en-US/globalAlertRule.json +34 -0
- package/src/locales/en-US/graph.json +11 -0
- package/src/locales/en-US/hardware-topo.json +81 -0
- package/src/locales/en-US/host.json +397 -0
- package/src/locales/en-US/httpCode.json +16 -0
- package/src/locales/en-US/index.ts +215 -1
- package/src/locales/en-US/installer.json +67 -0
- package/src/locales/en-US/iscsiConnection.json +12 -0
- package/src/locales/en-US/iscsiLun.json +142 -0
- package/src/locales/en-US/iscsiLunSnapshot.json +9 -0
- package/src/locales/en-US/iscsiTarget.json +147 -0
- package/src/locales/en-US/isolationPolicy.json +29 -0
- package/src/locales/en-US/label.json +84 -0
- package/src/locales/en-US/logCollection.json +13 -0
- package/src/locales/en-US/login.json +18 -0
- package/src/locales/en-US/maintenance-mode.json +56 -0
- package/src/locales/en-US/metric.json +355 -0
- package/src/locales/en-US/migrateTransmitter.json +26 -0
- package/src/locales/en-US/monitor.json +57 -0
- package/src/locales/en-US/namespaceGroup.json +24 -0
- package/src/locales/en-US/nfsExport.json +41 -0
- package/src/locales/en-US/nfsInode.json +14 -0
- package/src/locales/en-US/nic.json +62 -0
- package/src/locales/en-US/nvmfConnection.json +11 -0
- package/src/locales/en-US/nvmfNamespace.json +112 -0
- package/src/locales/en-US/nvmfNamespaceSnapshot.json +28 -0
- package/src/locales/en-US/nvmfSubsystem.json +127 -0
- package/src/locales/en-US/nvmfSubsystemSnapshot.json +4 -0
- package/src/locales/en-US/overview.json +76 -0
- package/src/locales/en-US/plugins.json +13 -0
- package/src/locales/en-US/pmemDimm.json +11 -0
- package/src/locales/en-US/portal.json +5 -0
- package/src/locales/en-US/recycleBin.json +79 -0
- package/src/locales/en-US/recycleVm.json +9 -0
- package/src/locales/en-US/report-task.json +4 -0
- package/src/locales/en-US/report-template.json +20 -0
- package/src/locales/en-US/reportTask.json +7 -0
- package/src/locales/en-US/reportTemplate.json +22 -0
- package/src/locales/en-US/requestCode.json +18 -0
- package/src/locales/en-US/role.json +206 -0
- package/src/locales/en-US/securityGroup.json +48 -0
- package/src/locales/en-US/securityPolicy.json +222 -0
- package/src/locales/en-US/setting.json +292 -0
- package/src/locales/en-US/setup.json +9 -0
- package/src/locales/en-US/snapshot.json +18 -0
- package/src/locales/en-US/snapshotGroup.json +37 -0
- package/src/locales/en-US/snapshotPlan.json +134 -0
- package/src/locales/en-US/snapshotPlanTask.json +10 -0
- package/src/locales/en-US/snmp-transport.json +13 -0
- package/src/locales/en-US/snmp-trap-receiver.json +13 -0
- package/src/locales/en-US/snmpTransport.json +25 -0
- package/src/locales/en-US/snmpTrapReceiver.json +15 -0
- package/src/locales/en-US/storage.json +4 -0
- package/src/locales/en-US/svtImage.json +12 -0
- package/src/locales/en-US/systemAuditLog.json +14 -0
- package/src/locales/en-US/task.json +558 -0
- package/src/locales/en-US/title.json +58 -0
- package/src/locales/en-US/ui.json +16 -0
- package/src/locales/en-US/usbDevice.json +29 -0
- package/src/locales/en-US/user.json +67 -0
- package/src/locales/en-US/userAuditLog.json +275 -0
- package/src/locales/en-US/userRoleNext.json +5 -0
- package/src/locales/en-US/validation.json +230 -0
- package/src/locales/en-US/vds.json +55 -0
- package/src/locales/en-US/view.json +8 -0
- package/src/locales/en-US/vlan.json +127 -0
- package/src/locales/en-US/vm.json +1082 -0
- package/src/locales/en-US/vmDisk.json +4 -0
- package/src/locales/en-US/vmEntityFilterResult.json +8 -0
- package/src/locales/en-US/vmFolder.json +3 -0
- package/src/locales/en-US/vmPlacementGroup.json +48 -0
- package/src/locales/en-US/vmSnapshot.json +47 -0
- package/src/locales/en-US/vmTemplate.json +67 -0
- package/src/locales/en-US/vmVolume.json +92 -0
- package/src/locales/en-US/vsphereEsxiAccount.json +5 -0
- package/src/locales/en-US/witness.json +8 -0
- package/src/locales/en-US/zone.json +13 -0
- package/src/locales/index.ts +9 -2
- package/src/locales/zh-CN/alert.json +74 -0
- package/src/locales/zh-CN/auditLog.json +226 -0
- package/src/locales/zh-CN/backup.json +255 -0
- package/src/locales/zh-CN/backupPlan.json +262 -0
- package/src/locales/zh-CN/backupRestorePoint.json +17 -0
- package/src/locales/zh-CN/backupStoreRepository.json +69 -0
- package/src/locales/zh-CN/cloudTowerApplicationPackage.json +4 -0
- package/src/locales/zh-CN/cluster.json +282 -0
- package/src/locales/zh-CN/clusterUpgrade.json +61 -0
- package/src/locales/zh-CN/common.json +394 -0
- package/src/locales/zh-CN/components.json +91 -0
- package/src/locales/zh-CN/connection.json +11 -0
- package/src/locales/zh-CN/consistencyGroup.json +62 -0
- package/src/locales/zh-CN/consistencyGroupSnapshot.json +23 -0
- package/src/locales/zh-CN/contentLibraryImage.json +69 -0
- package/src/locales/zh-CN/contentLibraryVmTemplate.json +129 -0
- package/src/locales/zh-CN/datacenter.json +34 -0
- package/src/locales/zh-CN/disk.json +127 -0
- package/src/locales/zh-CN/elfDataStore.json +28 -0
- package/src/locales/zh-CN/elfImage.json +29 -0
- package/src/locales/zh-CN/entityFilter.json +94 -0
- package/src/locales/zh-CN/enum.json +188 -0
- package/src/locales/zh-CN/error.json +1173 -0
- package/src/locales/zh-CN/eventAudit.json +9 -0
- package/src/locales/zh-CN/everoute.json +265 -0
- package/src/locales/zh-CN/everouteCluster.json +5 -0
- package/src/locales/zh-CN/everoutePackage.json +4 -0
- package/src/locales/zh-CN/execute_plan.json +3 -0
- package/src/locales/zh-CN/globalAlertRule.json +34 -0
- package/src/locales/zh-CN/gpuDevice.json +36 -0
- package/src/locales/zh-CN/graph.json +11 -0
- package/src/locales/zh-CN/hardware-topo.json +81 -0
- package/src/locales/zh-CN/host.json +407 -0
- package/src/locales/zh-CN/httpCode.json +16 -0
- package/src/locales/zh-CN/index.ts +217 -1
- package/src/locales/zh-CN/installer.json +68 -0
- package/src/locales/zh-CN/iscsiConnection.json +12 -0
- package/src/locales/zh-CN/iscsiLun.json +140 -0
- package/src/locales/zh-CN/iscsiLunSnapshot.json +9 -0
- package/src/locales/zh-CN/iscsiTarget.json +147 -0
- package/src/locales/zh-CN/isolationPolicy.json +29 -0
- package/src/locales/zh-CN/label.json +84 -0
- package/src/locales/zh-CN/logCollection.json +13 -0
- package/src/locales/zh-CN/login.json +18 -0
- package/src/locales/zh-CN/maintenance-mode.json +56 -0
- package/src/locales/zh-CN/metric.json +355 -0
- package/src/locales/zh-CN/migrateTransmitter.json +26 -0
- package/src/locales/zh-CN/monitor.json +57 -0
- package/src/locales/zh-CN/namespaceGroup.json +24 -0
- package/src/locales/zh-CN/nfsExport.json +41 -0
- package/src/locales/zh-CN/nfsInode.json +14 -0
- package/src/locales/zh-CN/nic.json +62 -0
- package/src/locales/zh-CN/nvmfConnection.json +11 -0
- package/src/locales/zh-CN/nvmfNamespace.json +110 -0
- package/src/locales/zh-CN/nvmfNamespaceSnapshot.json +28 -0
- package/src/locales/zh-CN/nvmfSubsystem.json +126 -0
- package/src/locales/zh-CN/nvmfSubsystemSnapshot.json +4 -0
- package/src/locales/zh-CN/overview.json +76 -0
- package/src/locales/zh-CN/plugins.json +13 -0
- package/src/locales/zh-CN/pmemDimm.json +11 -0
- package/src/locales/zh-CN/portal.json +5 -0
- package/src/locales/zh-CN/recycleBin.json +79 -0
- package/src/locales/zh-CN/recycleVm.json +9 -0
- package/src/locales/zh-CN/report-task.json +4 -0
- package/src/locales/zh-CN/report-template.json +20 -0
- package/src/locales/zh-CN/reportTask.json +7 -0
- package/src/locales/zh-CN/reportTemplate.json +22 -0
- package/src/locales/zh-CN/requestCode.json +18 -0
- package/src/locales/zh-CN/role.json +207 -0
- package/src/locales/zh-CN/securityGroup.json +47 -0
- package/src/locales/zh-CN/securityPolicy.json +214 -0
- package/src/locales/zh-CN/setting.json +289 -0
- package/src/locales/zh-CN/setup.json +9 -0
- package/src/locales/zh-CN/snapshot.json +18 -0
- package/src/locales/zh-CN/snapshotGroup.json +37 -0
- package/src/locales/zh-CN/snapshotPlan.json +128 -0
- package/src/locales/zh-CN/snapshotPlanTask.json +10 -0
- package/src/locales/zh-CN/snmp-transport.json +13 -0
- package/src/locales/zh-CN/snmp-trap-receiver.json +13 -0
- package/src/locales/zh-CN/snmpTransport.json +25 -0
- package/src/locales/zh-CN/snmpTrapReceiver.json +15 -0
- package/src/locales/zh-CN/storage.json +4 -0
- package/src/locales/zh-CN/svtImage.json +11 -0
- package/src/locales/zh-CN/systemAuditLog.json +14 -0
- package/src/locales/zh-CN/task.json +561 -0
- package/src/locales/zh-CN/title.json +58 -0
- package/src/locales/zh-CN/ui.json +16 -0
- package/src/locales/zh-CN/usbDevice.json +52 -0
- package/src/locales/zh-CN/user.json +67 -0
- package/src/locales/zh-CN/userAuditLog.json +275 -0
- package/src/locales/zh-CN/userRoleNext.json +5 -0
- package/src/locales/zh-CN/validation.json +233 -0
- package/src/locales/zh-CN/vds.json +55 -0
- package/src/locales/zh-CN/view.json +8 -0
- package/src/locales/zh-CN/vlan.json +153 -0
- package/src/locales/zh-CN/vm.json +1160 -0
- package/src/locales/zh-CN/vmDisk.json +4 -0
- package/src/locales/zh-CN/vmEntityFilterResult.json +8 -0
- package/src/locales/zh-CN/vmFolder.json +3 -0
- package/src/locales/zh-CN/vmPlacementGroup.json +48 -0
- package/src/locales/zh-CN/vmSnapshot.json +48 -0
- package/src/locales/zh-CN/vmTemplate.json +70 -0
- package/src/locales/zh-CN/vmVolume.json +91 -0
- package/src/locales/zh-CN/vsphereEsxiAccount.json +5 -0
- package/src/locales/zh-CN/witness.json +8 -0
- package/src/locales/zh-CN/zone.json +13 -0
- package/src/parrotI18n.ts +14 -0
- package/src/tools/index.mts +47 -0
- package/src/tools/templates/index.ejs +9 -0
- package/tsconfig.json +2 -2
- package/yarn-error.log +19134 -0
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.js +0 -1
- package/dist/src/locales/en-US/index.d.ts +0 -1
- package/dist/src/locales/en-US/index.js +0 -1
- package/dist/src/locales/index.d.ts +0 -2
- package/dist/src/locales/index.js +0 -2
- package/dist/src/locales/zh-CN/index.d.ts +0 -1
- package/dist/src/locales/zh-CN/index.js +0 -1
- package/index.ts +0 -1
@@ -0,0 +1,67 @@
|
|
1
|
+
{
|
2
|
+
"step_IDLE": "Associate CloudTower",
|
3
|
+
"step_CONFIGURE": "Configure CloudTower Environment",
|
4
|
+
"step_INSTALL": "Install CloudTower",
|
5
|
+
"step_DONE": "Installation Completed",
|
6
|
+
"operation": "How to Operate",
|
7
|
+
"hint1": "1. Visit your CloudTower environment.",
|
8
|
+
"hint2": "2. On the \"Infrastructure > Cluster\" page, click the \"+\" button at the upper-right corner of the title area.",
|
9
|
+
"hint3": "3. Select \"Add Cluster\" in the pop-up menu.",
|
10
|
+
"hint4": "4. Enter the connection information of the cluster. Follow the wizard to complete the addition.",
|
11
|
+
"hint5": "Use CloudTower to manage both SMTX OS and SMTX ZBS clusters and get a one-stop experience of infrastructure management.",
|
12
|
+
"connect_cluster": "Associate the cluster to: ",
|
13
|
+
"new_cluster": "New CloudTower Environment",
|
14
|
+
"guide": "The wizard will help you to install CloudTower in the current cluster.",
|
15
|
+
"existed_cluster": "Existing CloudTower Environment",
|
16
|
+
"connect_existed": "Associate the cluster to a new or an existing CloudTower environment: ",
|
17
|
+
"hint6": "1. Visit the vCenter to which the current cluster belongs.",
|
18
|
+
"hint7": "2. Install CloudTower according to User Manual.",
|
19
|
+
"hint8": "3. After completing installation and logging into CloudTower, click the \"+\" button at the upper-right corner of the title area to associate the current cluster to CloudTower.",
|
20
|
+
"upload_file_desc": "Drag and drop the file here, or <0> Select File </0> to upload.",
|
21
|
+
"validate_vm_ip": "Please set the IP address of CloudTower.",
|
22
|
+
"validate_vm_ip_format": "Please enter the correct IP address format.",
|
23
|
+
"validate_vm_netmask": "Please set the subnet mask of CloudTower.",
|
24
|
+
"validate_vm_gateway": "Please set the gateway of CloudTower.",
|
25
|
+
"validate_org_name": "Please set the organization name of CloudTower.",
|
26
|
+
"validate_root_password": "Please set the super administrator password of CloudTower.",
|
27
|
+
"validate_file": "Please select the installation image of CloudTower.",
|
28
|
+
"spec": "Select to Configure CloudTower Environment",
|
29
|
+
"spec_low": "Low Configurations",
|
30
|
+
"spec_low_desc": "It is recommended to manage up to 3 clusters, 30 hosts, and 300 VMs.",
|
31
|
+
"spec_low_content": "2 vCPU, 4 GiB memory, 50 GiB storage (logical)",
|
32
|
+
"spec_medium": "Medium Configurations",
|
33
|
+
"spec_medium_desc": "It is recommended to manage up to 10 clusters, 100 hosts, and 1000 VMs.",
|
34
|
+
"spec_medium_content": "4 vCPU, 8 GiB memory, 100 GiB storage (logical)",
|
35
|
+
"spec_high": "High Configurations",
|
36
|
+
"spec_high_desc": "It is recommended to manage up to 100 clusters, 1000 hosts, and 10000 VMs.",
|
37
|
+
"spec_high_content": "8 vCPU, 16 GiB memory, 400 GiB storage (logical)",
|
38
|
+
"vm_ip": "Set IP Address of CloudTower",
|
39
|
+
"vm_netmask": "Set Subnet Mask of CloudTower",
|
40
|
+
"vm_gateway": "Set Gateway of CloudTower",
|
41
|
+
"org_name": "Set Organization Name of CloudTower",
|
42
|
+
"root_password": "Set Super Administrator Password",
|
43
|
+
"start_install": "Start Installation",
|
44
|
+
"state_UPLOADING": "Uploading the installation image...",
|
45
|
+
"state_DECOMPRESSING": "Unzipping the installation image...",
|
46
|
+
"state_READY_TO_INSTALL": "Preparing to install...",
|
47
|
+
"state_INSTALLING": "Installing...",
|
48
|
+
"state_BOOTSTRAPPING": "Starting CloudTower...",
|
49
|
+
"state_DONE": "Installation Succeeded",
|
50
|
+
"state_FAILED": "Installation Failed",
|
51
|
+
"done_desc": "Click Finish, the page will jump to your CloudTower environment in {count} second(s).",
|
52
|
+
"done_desc2": "About to jump to CloudTower in {count} second(s)...",
|
53
|
+
"visit_cloudtower": "Visit CloudTower",
|
54
|
+
"set_vip": "Set Cluster Management Virtual IP Address",
|
55
|
+
"set_vip_guide": "Used to associate the newly deployed cluster to CloudTower.",
|
56
|
+
"missing_vip": "Please enter a management virtual IP.",
|
57
|
+
"finish": "Finish",
|
58
|
+
"finish_tip": "The deployment has been completed, now you can enter the corresponding environment for the subsequent operations.",
|
59
|
+
"back_to_configure": "Go back to the configuration steps",
|
60
|
+
"file": "Select a file",
|
61
|
+
"vhost_title": "Please reboot all the hosts in the cluster to complete the deployment.",
|
62
|
+
"vhost_desc": "The cluster has enabled Boost mode and all the hosts need to be rebooted. During the reboot process, this page will be invalid.",
|
63
|
+
"next_steps": "Next Steps",
|
64
|
+
"vhost_hint1": "1. Reboot all the hosts in the cluster.",
|
65
|
+
"vhost_hint2": "2. After the reboot is completed, refresh the current page.",
|
66
|
+
"vhost_hint3": "3. Follow the subsequent wizards to associate the cluster to a new or an existing CloudTower."
|
67
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"host": "Host Connected",
|
3
|
+
"initiator_ip": "Client IP",
|
4
|
+
"client_port": "Client Port",
|
5
|
+
"access_ip": "Access IP",
|
6
|
+
"iscsi_target": "Connected Target",
|
7
|
+
"nvmf_subsystem": "Connected Subsystem",
|
8
|
+
"type": "Storage Object Type",
|
9
|
+
"connection_object": "Connected Storage Object",
|
10
|
+
"iscsi_target__name": "Connected Storage Object",
|
11
|
+
"tr_type": "Transport Type"
|
12
|
+
}
|
@@ -0,0 +1,142 @@
|
|
1
|
+
{
|
2
|
+
"access_set": "Access Settings",
|
3
|
+
"assigned_size": "Allocated Capacity",
|
4
|
+
"base_info": "Basic Information",
|
5
|
+
"create_lun": "Create LUN",
|
6
|
+
"create_source": "Way of Creation",
|
7
|
+
"edit_lun": "Edit LUN",
|
8
|
+
"filter_lun": "Filter LUN",
|
9
|
+
"iqn_rules": "Use \",\" to separate multiple IQN addresses or regular expressions of IQN addresses. Regular expressions must start with \"reg.\", for example: \"reg.iqn.1994-05.com.acme:* \". Leave blank to prohibit all. \"*/*\" means all are allowed.",
|
10
|
+
"iqn_whitelist": "IQN Allowlist",
|
11
|
+
"iqn_whitelist_of_data_storage": "IQN allowlist of the target",
|
12
|
+
"iqn_whitelist_same_as_data_storage": "Same as the IQN allowlist of the target",
|
13
|
+
"local_created_at": "Created Time",
|
14
|
+
"lun_id": "ID",
|
15
|
+
"lun_id_used": "LUN ID {id} has been used",
|
16
|
+
"name": "Name",
|
17
|
+
"name_used": "LUN name {name} has been used",
|
18
|
+
"provision": "Provisioning Type",
|
19
|
+
"replica_num": "Number of Replicas",
|
20
|
+
"shared_size": "Shared Capacity",
|
21
|
+
"size": "Capacity",
|
22
|
+
"specify_iqn_whitelist": "Specify an IQN allowlist of the LUN that is within its target's IQN allowlist",
|
23
|
+
"storage_strategy": "Storage Policy",
|
24
|
+
"system_auto": "By system",
|
25
|
+
"thick_provision": "Thick Provisioning",
|
26
|
+
"thin_provision": "Provisioning",
|
27
|
+
"thin_provision_text": "Thin Provisioning",
|
28
|
+
"unique_size": "Exclusive Capacity",
|
29
|
+
"user_control": "By users",
|
30
|
+
"validate_lun_id_failed": "Did not pass the LUN ID check",
|
31
|
+
"iops": "IOPS Limit",
|
32
|
+
"bps": "Bandwidth Limit",
|
33
|
+
"stripe_num": "Stripe Number",
|
34
|
+
"stripe_size": "Stripe Size",
|
35
|
+
"clone_from_snapshot": "Clone a LUN from a snapshot",
|
36
|
+
"source_snapshot": "Source Snapshot",
|
37
|
+
"namexx": "Target iSCSI Target",
|
38
|
+
"width": "Bandwidth",
|
39
|
+
"limit": "Limit",
|
40
|
+
"noLimit": "Leave blank or set to 0 which means no limit",
|
41
|
+
"rd_wr_max": "Limit total read and write",
|
42
|
+
"apart_limit_max": "Limit read and write separately",
|
43
|
+
"num_write": "Numbers from 1 to 255, will be assigned automatically if you don't fill in them",
|
44
|
+
"io_limit": "I/O Limit",
|
45
|
+
"delete_lun": "Delete LUN",
|
46
|
+
"if_delete_lun_text": "If you want to delete the LUN, please enter the name of the LUN to be deleted in the following input box.",
|
47
|
+
"delete_lun_alert": "This operation cannot be undone. Once deleted, the data contained in the LUN cannot be retrieved.",
|
48
|
+
"delete_snapshot_confirm_with_name": "Are you sure to delete LUN snapshot {name}?",
|
49
|
+
"snapshot_space": "The operation cannot be restored. ",
|
50
|
+
"delete_lun_snapshot": "Delete LUN snapshot",
|
51
|
+
"not_limit": "Unlimit",
|
52
|
+
"no_limit": "Unlimited",
|
53
|
+
"all": "Total:",
|
54
|
+
"all_with_count": "Total: {count}",
|
55
|
+
"read": "Read:",
|
56
|
+
"read_with_count": "Read: {count}",
|
57
|
+
"write": "Write:",
|
58
|
+
"write_with_count": "Write: {count}",
|
59
|
+
"roolback_lun": "Rollback LUN",
|
60
|
+
"create_snapshot_info1": "Create a snapshot for",
|
61
|
+
"create_snapshot_info2": "now",
|
62
|
+
"same_name_lun_snapshot": "A LUN snapshot with the same name already exists.",
|
63
|
+
"labels": "Labels",
|
64
|
+
"bps_limit_validate": "The upper bandwidth limit cannot exceed 100 GBps.",
|
65
|
+
"iops_limit_validate": "The upper IOPS limit cannot exceed 2 million.",
|
66
|
+
"snapshot_name_null_invalid": "Please fill in the snapshot name",
|
67
|
+
"iscsi_target": "Storage Object",
|
68
|
+
"iqn_whitelist_extra_warning": "Since the Target to which the current LUN belongs is forbidden to access all IQNs, the specified IQN allowlist of the LUN will not take effect.",
|
69
|
+
"snapshot_name": "Snapshot Name",
|
70
|
+
"error_lun_snapshot_name_length": "The length of a snapshot name is within 1~255.",
|
71
|
+
"error_lun_snapshot_name_invalid": "Only uppercase and lowercase English letters, numbers, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
|
72
|
+
"cannot_delete_lun": "Unable to Delete LUN",
|
73
|
+
"cannot_delete_lun_description": "Failed to delete the LUN <0>{lun_name}</0>.",
|
74
|
+
"cannot_delete_lun_solution": "Please remove the LUN from the consistency group {group_name} and then try again.",
|
75
|
+
"cannot_create_title": "Failed to Create LUN",
|
76
|
+
"cannot_create_reason": "The number of LUNs in the iSCSI Target cannot exceed 255.",
|
77
|
+
"cannot_create_advice": "Please delete some LUNs in the iSCSI Target, and then try to create again.",
|
78
|
+
"delete_lun_desc": "The LUN <0>{name}</0> contains snapshots. When deleting the LUN, whether or not to delete the contained snapshots together?",
|
79
|
+
"delete_lun_desc2": "Please exactly enter the name of the LUN to be deleted in the input box below.",
|
80
|
+
"delete_snapshot_radio_desc": "This operation cannot be undone. All snapshots contained in this LUN will be deleted, and the storage space can be released: <0></0>.",
|
81
|
+
"keep_snapshot": "Retain Snapshot",
|
82
|
+
"delete_snapshot": "Delete Snapshot",
|
83
|
+
"delete_lun_and_snapshot": "Delete LUN and Snapshot",
|
84
|
+
"only_delete_lun": "Delete LUN Only",
|
85
|
+
"iops_max": "Total IOPS Burst Upper Limit",
|
86
|
+
"iops_total": "Total IOPS Limit",
|
87
|
+
"iops_max_length": "Duration of Total IOPS Burst Upper Limit",
|
88
|
+
"iops_rd_max": "Read IOPS Burst Upper Limit",
|
89
|
+
"iops_wr_max": "Write IOPS Burst Upper Limit",
|
90
|
+
"iops_rd": "Read IOPS Limit",
|
91
|
+
"iops_wr": "Write IOPS Limit",
|
92
|
+
"iops_rd_max_length": "Duration of Read IOPS Burst Upper Limit",
|
93
|
+
"iops_wr_max_length": "Duration of Write IOPS Burst Upper Limit",
|
94
|
+
"bps_max": "Total Bandwidth Burst Upper Limit",
|
95
|
+
"bps_total": "Total Bandwidth Limit",
|
96
|
+
"bps_max_length": "Duration of Total Bandwidth Burst Upper Limit",
|
97
|
+
"bps_rd": "Read Bandwidth Limit",
|
98
|
+
"bps_wr": "Write Bandwidth Limit",
|
99
|
+
"bps_rd_max": "Read Bandwidth Burst Upper Limit",
|
100
|
+
"bps_wr_max": "Write Bandwidth Burst Upper Limit",
|
101
|
+
"bps_rd_max_length": "Duration of Read Bandwidth Upper Limit",
|
102
|
+
"bps_wr_max_length": "Duration of Write Bandwidth Upper Limit",
|
103
|
+
"error_delete_name_null": "Please enter the LUN name.",
|
104
|
+
"error_delete_name_invalid": "Please enter the correct LUN name.",
|
105
|
+
"iops_config": "IOPS Limit",
|
106
|
+
"bps_config": "Bandwidth Limit",
|
107
|
+
"ascension": "Increase",
|
108
|
+
"ascension_lun_one_replica": "LUN <1>{name}</1> has a replication factor of 1. Are you sure you want to increase the number of replicas?",
|
109
|
+
"ascension_lun_replica": "Increase Number of LUN Replicas",
|
110
|
+
"ascension_lun_replica_alert": "<0></0> of storage space is expected to be required. The cluster has less than 10% of available storage resources, which may affect business operations. We recommended you expand the cluster first.",
|
111
|
+
"ascension_lun_replica_desc": "Data recovery will be performed to the expected number of replicas.",
|
112
|
+
"ascension_lun_replica_error": "The cluster storage space is insufficient.",
|
113
|
+
"ascension_lun_two_replica": "LUN <1>{name}</1> has a replication factor of 2. Are you sure you want to increase it to 3?",
|
114
|
+
"ascension_to": "Increase to",
|
115
|
+
"cannot_ascension_lun_replica": "Unable to Increase Number of LUN Replicas",
|
116
|
+
"cannot_ascension_lun_replica_info": "Unable to increase the number of replicas for LUN <1>{name}</1>.",
|
117
|
+
"count_replica": "{count} replica",
|
118
|
+
"count_replica_plural": "{count} replicas",
|
119
|
+
"one_replica_lun_alert": "LUN with a replication factor of 1 has a high risk of data loss.",
|
120
|
+
"target_ip_whitelist_all_ban_alert": "Unable to access the LUN. Please modify the IP allowlist of the iSCSI Target to allow access.",
|
121
|
+
"target_iqn_whitelist_all_ban_alert": "Unable to access the LUN. Please modify the IQN allowlist of the iSCSI Target to allow access.",
|
122
|
+
"target_ip_iqn_whitelist_all_ban_alert": "Unable to access the LUN. Please modify the IP and IQN allowlists of the iSCSI Target to allow access.",
|
123
|
+
"iqn_whitelist_all_ban_alert": "The IQN allowlist of this LUN is set to <b>All Banned</b> and therefore cannot be accessed.",
|
124
|
+
"allowed_initiators": "IQN Allowlist",
|
125
|
+
"ip_whitelist_of_data_storage": "iSCSI Target IP Allowlist",
|
126
|
+
"copy_lun_title": "Copy LUN",
|
127
|
+
"copy_lun_desc": "Copy LUN <0>{resource_name}</0>.",
|
128
|
+
"source_lun_label": "Source LUN",
|
129
|
+
"source_lun_id": "LUN ID: {lun_id}",
|
130
|
+
"copy_button": "Copy",
|
131
|
+
"select_target_placeholder": "Select the target iSCSI Target.",
|
132
|
+
"select_target_validation": "Please select the target iSCSI Target.",
|
133
|
+
"select_lun_length": "Includes { count } LUN",
|
134
|
+
"select_lun_length_plural": "Includes { count } LUNs",
|
135
|
+
"new_lun": "New LUN",
|
136
|
+
"cannot_clone_from_snapshot": "Unable to Clone LUN from Snapshot",
|
137
|
+
"cannot_copy": "Unable to Copy LUN",
|
138
|
+
"cannot_operate_only_lun": "The cluster's subscription license has expired. You cannot create or copy LUN, or clone LUN from the snapshot.",
|
139
|
+
"cannot_operate_lun_and_namespace": "The cluster's subscription license has expired. You cannot create LUN or Namespace, copy them, or clone them from the snapshot.",
|
140
|
+
"update_license_info": "Please update the software license to ensure smooth usage.",
|
141
|
+
"access_set_alert": "Only clients that belong to the LUN's IQN allowlist and the Target's IQN and IP allowlists can access this LUN."
|
142
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
{
|
2
|
+
"name": "Name",
|
3
|
+
"unique_size": "Exclusive Capacity",
|
4
|
+
"consistency_group": "Consistency Group",
|
5
|
+
"local_created_at": "Created Time",
|
6
|
+
"iscsi_lun": "LUN",
|
7
|
+
"rollback_lun_desc": "Are you sure to rollback LUN <1>{lunName}</1> to the state of snapshot <3>{lunSnapshotName}</3>?",
|
8
|
+
"rollback_lun_desc2": "This snapshot was created at {time}."
|
9
|
+
}
|
@@ -0,0 +1,147 @@
|
|
1
|
+
{
|
2
|
+
"access_set": "Access Settings",
|
3
|
+
"base_info": "Basic Information",
|
4
|
+
"cannot_delete_iscsi": "Cannot delete iSCSI Target",
|
5
|
+
"cannot_delete_iscsi_desc": "Cannot delete iSCSI Target <1>{name}</1>.",
|
6
|
+
"confirm_delete_iscsi": "Are you sure to delete iSCSI Target <1>{name}</1>?",
|
7
|
+
"cannot_delete_iscsi_desc2": "Please delete all LUNs and snapshots contained in the storage object first and try again",
|
8
|
+
"delete_iscsi": "Delete iSCSI Target",
|
9
|
+
"edit_iscsi_target": "Edit iSCSI Target",
|
10
|
+
"external": "External",
|
11
|
+
"external_client_access": "External Client Access",
|
12
|
+
"external_use": "Access Mode",
|
13
|
+
"filter_storage": "Filter storage objects",
|
14
|
+
"filter_system_storage": "Filter storage objects",
|
15
|
+
"internal": "Way of creation",
|
16
|
+
"internal_access": "Internal Access",
|
17
|
+
"internal_text": "Internal",
|
18
|
+
"ip_whitelist": "IP Allowlist",
|
19
|
+
"iqn_whitelist": "IQN Allowlist",
|
20
|
+
"iscsi_no_exists": "The iSCSI storage no longer exists.",
|
21
|
+
"iscsi_storage": "iSCSI Target",
|
22
|
+
"name": "Name",
|
23
|
+
"name_used": "An iSCSI Target with the same name already exists",
|
24
|
+
"no_match_system_storage": "No matching system storage object",
|
25
|
+
"no_system_storage": "No system storage object.",
|
26
|
+
"replica_num": "Default Number of Replicas",
|
27
|
+
"replica_number": "Number of Replicas",
|
28
|
+
"default_replica_number": "Default Number of Replicas",
|
29
|
+
"storage_strategy": "Storage Policy",
|
30
|
+
"system_auto": "By system",
|
31
|
+
"system_iscsi_use": "The storage object",
|
32
|
+
"thick_provision": "Thick Provisioning",
|
33
|
+
"thin_provision": "Provisioning",
|
34
|
+
"thin_provision_text": "Thin Provisioning",
|
35
|
+
"type": "Type",
|
36
|
+
"use": "Purpose",
|
37
|
+
"user_control": "By users",
|
38
|
+
"validate_name_failed": "Did not pass the name check",
|
39
|
+
"iqn_name": "IQN",
|
40
|
+
"stripe_num": "Stripe Number",
|
41
|
+
"stripe_size": "Stripe Size",
|
42
|
+
"chap_enabled": "Target CHAP",
|
43
|
+
"create_target": "Create iSCSI Target",
|
44
|
+
"all_allow": "All Allowed",
|
45
|
+
"apart_allow": "Allow to Specify",
|
46
|
+
"input_apart_ip": "Use commas \",\" to separate multiple IP addresses. Leave blank to represent all are banned, use \"*/*\" to represent all are allowed. The IP addresses can be expressed in the form of network segments.",
|
47
|
+
"create_client": "Create an iSCSI Target for external client access.",
|
48
|
+
"create_target_lun": "In the iSCSI storage object just created, create the first LUN for subsequent steps to mount to external clients",
|
49
|
+
"no_need_lun": "If you don't need to create a LUN now, you may directly",
|
50
|
+
"end_target": "end this guide",
|
51
|
+
"all_ban": "All Banned",
|
52
|
+
"calculation": "Calculating",
|
53
|
+
"validate_when_login": "Authenticate when the client logs in",
|
54
|
+
"gen_iqn_when_name": "Generate IQN based on Target name",
|
55
|
+
"target_access_condition": "Only clients that belong to both IP and IQN whitelists can access Target.",
|
56
|
+
"set_indival_copy_for_each_lun": "The following settings are used as the general storage policy for LUNs in the Target. Each LUN can also be set with an independent number of replicas.",
|
57
|
+
"name_with_colon": "Name:",
|
58
|
+
"password_with_colon": "Password:",
|
59
|
+
"connect_clinet": "Clients",
|
60
|
+
"how_connect": "How to connect?",
|
61
|
+
"click_copy": "Click to copy",
|
62
|
+
"copied": "Copied",
|
63
|
+
"connect_linux_as_below": "Linux users would use Open-iSCSI or other methods to mount a LUN:",
|
64
|
+
"save_store": "1. Discovery the storage",
|
65
|
+
"connect_store": "2. Connect to the storage",
|
66
|
+
"connect_store_success": "3. After successfully connecting to the storage, you can check the connection status with the following command",
|
67
|
+
"find_windows": "Windows Server comes with an iSCSI Client and you may find it in the \"Control Panel\".",
|
68
|
+
"connect_from_client": "Connect from an external client",
|
69
|
+
"yaml_example_title": "1. First define the volume to be mounted and the source of the volume in the YAML file of the Pod. The following is an example of the YAML file for mounting iSCSI volumes:",
|
70
|
+
"yaml_example_step_2": "2. Create a Pod and a container. After the container is ready, the iSCSI LUN can be accessed and exposed to the application in the container.",
|
71
|
+
"yaml_example_step_3": "3. List created Pods.",
|
72
|
+
"yaml_example_step_4": "4. Check if the iSCSI LUN has been mounted normally.",
|
73
|
+
"iops": "Default IOPS Limit",
|
74
|
+
"bps": "Default Bandwidth Limit",
|
75
|
+
"labels": "Labels",
|
76
|
+
"new_create_initiator": "Create Initiator CHAP",
|
77
|
+
"add_initiator": "Add Initiator CHAP",
|
78
|
+
"initiator_chap_name_validate": "Only supports English letters, numbers, periods (.), hyphens (-), and colons (:), and the maximum length is 223 characters.",
|
79
|
+
"initiator_chap_secret_validate": "Only support English letters and numbers, the minimum length is 12 characters and the maximum length is 16 characters.",
|
80
|
+
"initiator_chap_iqn_null": "Please enter the IQN",
|
81
|
+
"initiator_chap_iqn_validate": "Please enter the IQN address in valid format.",
|
82
|
+
"initiator_chap_iqn_repeat": "There are duplicate IQNs.",
|
83
|
+
"ip_field_placeholder": "Specify IP Address",
|
84
|
+
"iqn_field_placeholder": "Specify IQN",
|
85
|
+
"login_authentication": "Login Authentication",
|
86
|
+
"whitelist": "Allowlist",
|
87
|
+
"io_limit_info": "The following settings are only used as the default I/O limit options for the newly created LUNs in the Target, not the overall I/O limit settings of the Target.",
|
88
|
+
"cannot_create_title": "Failed to Create iSCSI Target",
|
89
|
+
"cannot_create_reason": "The number of iSCSI Targets in the cluster cannot exceed 4096.",
|
90
|
+
"cannot_create_advice": "Please delete some iSCSI Targets in the cluster, and then try to create again.",
|
91
|
+
"client_connect_alert": "The access virtual IP has not been set in the current cluster, please configure it in <0>cluster settings</0>.",
|
92
|
+
"iops_max": "Total IOPS Burst Upper Limit",
|
93
|
+
"iops_total": "Total IOPS Limit",
|
94
|
+
"iops_max_length": "Duration of Total IOPS Burst Upper Limit",
|
95
|
+
"iops_rd_max": "Read IOPS Burst Upper Limit",
|
96
|
+
"iops_wr_max": "Write IOPS Burst Upper Limit",
|
97
|
+
"iops_rd": "Read IOPS Limit",
|
98
|
+
"iops_wr": "Write IOPS Limit",
|
99
|
+
"iops_rd_max_length": "Duration of Read IOPS Burst Upper Limit",
|
100
|
+
"iops_wr_max_length": "Duration of Write IOPS Burst Upper Limit",
|
101
|
+
"bps_max": "Total Bandwidth Burst Upper Limit",
|
102
|
+
"bps_total": "Total Bandwidth Limit",
|
103
|
+
"bps_max_length": "Duration of Total Bandwidth Burst Upper Limit",
|
104
|
+
"bps_rd": "Read Bandwidth Limit",
|
105
|
+
"bps_wr": "Write Bandwidth Limit",
|
106
|
+
"bps_rd_max": "Read Bandwidth Burst Upper Limit",
|
107
|
+
"bps_wr_max": "Write Bandwidth Burst Upper Limit",
|
108
|
+
"bps_rd_max_length": "Duration of Read Bandwidth Upper Limit",
|
109
|
+
"bps_wr_max_length": "Duration of Write Bandwidth Upper Limit",
|
110
|
+
"description": "Description",
|
111
|
+
"chap_name": "Chap Name",
|
112
|
+
"chap_secret": "Chap Password",
|
113
|
+
"initiator_chaps": "Initiator CHAP",
|
114
|
+
"initiator_iqn": "Initiator IQN",
|
115
|
+
"iscsi_kubernete_yaml_example": "apiVersion: v1\nkind: Pod\nmetadata:\n\tname: iscsipd\n\tnamespace: kube-system\nspec:\n\tcontainers:\n\t\t- name: iscsipd-rw\n\t\t\timage: centos:7.1.1503\n\tvolumeMounts:\n\t\t- name: iscsipd-rw\n\t\t\tmountPath: /mnt/iscsipd\n\tvolumes:\n\t\t- name: iscsipd-rw\n\t\t\tiscsi:\n\t\t\t\ttargetPortal: <0>{ip}:3260</0>\n\t\t\t\tportals:\n\t\t\t\tiqn: <1>{iqn}</1>\n\t\t\t\tlun: <2>lun-id</2>",
|
116
|
+
"iscsi_kubernete_yaml_example_copy": "apiVersion: v1\nkind: Pod\nmetadata:\n\tname: iscsipd\n\tnamespace: kube-system\nspec:\n\tcontainers:\n\t\t- name: iscsipd-rw\n\t\t\timage: centos:7.1.1503\n\tvolumeMounts:\n\t\t- name: iscsipd-rw\n\t\t\tmountPath: /mnt/iscsipd\n\tvolumes:\n\t\t- name: iscsipd-rw\n\t\t\tiscsi:\n\t\t\t\ttargetPortal: {ip}:3260\n\t\t\t\tportals:\n\t\t\t\tiqn: {iqn}\n\t\t\t\tlun: lun-id",
|
117
|
+
"iscsi_windows_guide_step_1": "1. Open <1>Set iSCSI Initiator</1> in <0>Control Panel</0>. If a dialog box appears to ask whether to start the service, click <2>Yes</2>.",
|
118
|
+
"iscsi_windows_guide_step_2": "2. In the pop-up dialog box, click the <0>Discover</0> tab, then click the <1>Discover Users</1> button to add the access virtual IP of the storage cluster, and finally click <2 >OK</2>.",
|
119
|
+
"iscsi_windows_guide_step_3": "3. If the connection is successful, click the <0>Refresh</0> button in the <0>Target</0> tab to observe the corresponding storage.",
|
120
|
+
"iscsi_windows_guide_step_4": "4. Select the corresponding data storage, click <0>Connect</0> to find the corresponding disk in the \"Disk Management\" of the computer management.",
|
121
|
+
"iops_config": "IOPS Limit",
|
122
|
+
"bps_config": "Bandwidth Limit",
|
123
|
+
"local_id": "UUID",
|
124
|
+
"cluster": "Cluster",
|
125
|
+
"datacenters": "Data Center",
|
126
|
+
"new_storage_strategy_info": "The following serves as the default storage policy of the new LUN in the Target.",
|
127
|
+
"target_replica_num_info": "You can set the replication factor for each LUN.",
|
128
|
+
"iqn_apart_allow": "Specify IQN",
|
129
|
+
"iqn_address_placeholder": "IQN address or a regular expression for the IQN address",
|
130
|
+
"error_iqn_invalid": "Please enter a valid IQN address or a regular expression for the IQN address.",
|
131
|
+
"error_iqn_at_least_one": "Please add at least an IQN address or the regular expression for the IQN address from the IQN allowlist.",
|
132
|
+
"ip_apart_allow": "Specify IP",
|
133
|
+
"ip_address": "IP Address",
|
134
|
+
"error_ip_invalid": "Please enter a valid IP address.",
|
135
|
+
"error_ip_at_least_one": "Please add at least one IP address.",
|
136
|
+
"iqn_address_rule_desc": "The regular expression should start with \"reg.\", for example, \"reg.iqn.1994-05.com.acme:*\".",
|
137
|
+
"adaptive_iqn_whitelist": "Adaptive IQN Allowlist",
|
138
|
+
"adaptive": "Adaptive",
|
139
|
+
"adaptive_iqn_whitelist_desc": "Once enabled, the IQN allowlist will be the union of IQN allowlists containing LUNs.",
|
140
|
+
"ip_whitelist_disabled_alert": "The IP allowlist of this iSCSI Target is set to <b>All Banned</b> and therefore cannot be accessed.",
|
141
|
+
"iqn_whitelist_disabled_alert": "The IQN allowlist of this iSCSI Target is set to <b>All Banned</b> and therefore cannot be accessed.",
|
142
|
+
"ip_and_iqn_whitelist_disabled_alert": "The IP and IQN allowlists of this iSCSI Target are set to <b>All Banned</b> and therefore cannot be accessed.",
|
143
|
+
"adaptive_lun_iqn_whitelist": "Will be the union of IQN allowlists containing LUNs.",
|
144
|
+
"exist_same_whitelist_desc": "There are duplicate allowlists. Only one of them will be kept.",
|
145
|
+
"error_replica_num_null": "Please select the default replication factor.",
|
146
|
+
"not_reduce_replica_tooltip": "The default number of replicas cannot be reduced."
|
147
|
+
}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
{
|
2
|
+
"mode": "Quarantine Policy",
|
3
|
+
"selector_ids": "Labels",
|
4
|
+
"type": "Filter Type",
|
5
|
+
"ports": "Specified Protocol",
|
6
|
+
"ip_block": "IP Block",
|
7
|
+
"ingress": "Ingress Traffic",
|
8
|
+
"egress": "Egress Traffic",
|
9
|
+
"protocol": "Protocol",
|
10
|
+
"protocols": "Protocols",
|
11
|
+
"port": "Port",
|
12
|
+
"ips": "IP Address",
|
13
|
+
"vmNames": "Managed VMs",
|
14
|
+
"vmWhitelist": "VM Allowlist",
|
15
|
+
"ipBlocks": "IP Address Allowlist",
|
16
|
+
"labels": "Labels",
|
17
|
+
"batch_create_isolation_vms_alert": "You can only select a virtual machine as the quarantine object when all virtual distributed switches of its VM networks are associated with the Everoute service.",
|
18
|
+
"belong_security_group": "Affiliated Security Group",
|
19
|
+
"isolation_object": "Quarantine Objects",
|
20
|
+
"isolation_vms_notice_title": "{ count } of the virtual machines you select are being quarantined. The new quarantine policy will overwrite the current one when it is enabled.",
|
21
|
+
"no_selected_vms": "Please select the Everoute service.",
|
22
|
+
"search_by_security_group": "Search by security group name...",
|
23
|
+
"securityGroupName": "Security Group",
|
24
|
+
"select_everoute_cluster_to_display_isolation_vms": "You will see virtual machines available for quarantine here after selecting the Everoute service.",
|
25
|
+
"select_isolation_object": "Select the objects ({ step }/2):",
|
26
|
+
"selected_isolation_policies_empty": "Please select the quarantine objects.",
|
27
|
+
"vm_is_in_isolated": "VM being quarantined",
|
28
|
+
"here_display_has_isolation_vms_text": "You will see the selected quarantine objects here."
|
29
|
+
}
|
@@ -0,0 +1,84 @@
|
|
1
|
+
{
|
2
|
+
"key": "Label",
|
3
|
+
"value": "Label Value",
|
4
|
+
"datacenter_num": "Data Center",
|
5
|
+
"cluster_num": "Cluster",
|
6
|
+
"host_num": "Host",
|
7
|
+
"disk_num": "Physical Disk",
|
8
|
+
"nic_num": "NIC",
|
9
|
+
"vds_num": "Virtual Distributed Switch",
|
10
|
+
"vm_vlan_num": "VM Network",
|
11
|
+
"system_vlan_num": "System Network",
|
12
|
+
"vm_num": "VM",
|
13
|
+
"vm_snapshot_num": "VM Snapshot",
|
14
|
+
"elf_image_num": "ISO Image",
|
15
|
+
"vm_template_num": "VM Template",
|
16
|
+
"content_library_image_num": "ISO Image",
|
17
|
+
"content_library_vm_template_num": "VM Template",
|
18
|
+
"vm_volume_num": "Virtual Volume",
|
19
|
+
"iscsi_target_num": "iSCSI Target",
|
20
|
+
"iscsi_lun_num": "LUN",
|
21
|
+
"nfs_export_num": "NFS Export",
|
22
|
+
"nfs_inode_num": "NFS File",
|
23
|
+
"total_num": "Total Number of Associated Resources",
|
24
|
+
"createdAt": "Created At",
|
25
|
+
"label_created_msg": "Label already created",
|
26
|
+
"label_key_empty_validation": "Please enter label name.",
|
27
|
+
"label_key_validation": "A label with same name and no value already exist. Please modify label name or increase value to create a new label.",
|
28
|
+
"label_value_validation": "Same label value exists for this label name.",
|
29
|
+
"add_single_label_title": "Create New Label",
|
30
|
+
"add_label_title": "Create Label",
|
31
|
+
"label_key": "Label Name",
|
32
|
+
"label_value": "Value (Optional)",
|
33
|
+
"add_new_label": "Add Label",
|
34
|
+
"label_deleted_msg": "Label already deleted",
|
35
|
+
"delete_label_title": "Delete Label",
|
36
|
+
"fetch_more_resources": "Load More ...",
|
37
|
+
"label_resources": "Associated Resources",
|
38
|
+
"no_label_info": "No Label Info",
|
39
|
+
"label_updated_msg": "Label already updated",
|
40
|
+
"label_updating_msg": "Label updating",
|
41
|
+
"label_resource_updated_msg": "Resource label already updated",
|
42
|
+
"label_resource_updating_msg": "Resource label updating",
|
43
|
+
"edit_label": "Edit Label",
|
44
|
+
"edit_resource_labels_desc": "Edit attached labels of {resourceType} {resourceName}.",
|
45
|
+
"update_label_resources": "Batch Edit Labels",
|
46
|
+
"delete_many_labels_es_desc": "The following shows all the labels of the selected objects. You can remove all associations of the labels, or associate labels for each object at the same time.",
|
47
|
+
"edit_resources_labels_desc": "The following shows all the labels of {count} {resourceType}. You can remove all associations of the labels, or associate labels for each { resourceType } at the same time.",
|
48
|
+
"search_label_to_connect": "Search by the label name and value...",
|
49
|
+
"remove_label": "Remove Association",
|
50
|
+
"no_connected_labels": "No label",
|
51
|
+
"no_connected_resources": "No Associated Resources",
|
52
|
+
"delete_label_without_resources_desc": "Label <0>{label}</0> has no associated resources.The deleted label cannot be restored.",
|
53
|
+
"delete_label_with_resources_desc": "Label <0>{label}</0> has associated with {count} resources. Deleting a label will remove all associations. The deleted label cannot be restored.",
|
54
|
+
"delete_labels_without_resources_desc": "The {count} selected labels have no associated resources. The deleted labels cannot be restored.",
|
55
|
+
"delete_labels_with_resources_desc": "The {labelCount} selected labels have been associated with {count} resources. Deleting a label will remove all associations. The deleted labels cannot be restored.",
|
56
|
+
"update_resource_label_title": "Label of {type} {name}",
|
57
|
+
"update_resource_label_desc": "Manage label associated with {name}.",
|
58
|
+
"label_not_found": "No matching label found",
|
59
|
+
"invalid_label": "Labels only support English letters, Chinese characters, numbers, underscores (_), hyphens (-), dot delimiters (.).",
|
60
|
+
"nvmf_subsystem_num": "NVMe Subsystem",
|
61
|
+
"nvmf_namespace_num": "NVMe Namespace",
|
62
|
+
"namespace_group_num": "Namespace Group",
|
63
|
+
"consistency_group_num": "Consistency Group",
|
64
|
+
"cannot_delete_label_title": "Unable to Delete Label",
|
65
|
+
"batch_delete_label_desc": "Among the {selected} selected labels, there are <0>{count}</0> labels that can be deleted. Are you sure to delete these labels?",
|
66
|
+
"batch_delete_label_light_desc": "This operation cannot be undone.",
|
67
|
+
"batch_delete_label_info": "{count} labels can not be deleted and will be skipped if the operation continues.",
|
68
|
+
"cannot_batch_delete_label_reason1": "{label}: This label is being used by both network security policies and virtual machine quarantine policies.",
|
69
|
+
"cannot_batch_delete_label_reason2": "{label}: This label is being used by network security policies.",
|
70
|
+
"cannot_batch_delete_label_reason3": "{label}: This label is being used by virtual machine quarantine policies.",
|
71
|
+
"batch_delete_label_confirm": "Delete {count} labels",
|
72
|
+
"cannot_delete_label_reason1": "The label <0>{label}</0> is being used by the following network security policies and virtual machine quarantine policies.",
|
73
|
+
"cannot_delete_label_reason2": "The label <0>{label}</0> is being used by the following network security policies.",
|
74
|
+
"cannot_delete_label_reason3": "The label <0>{label}</0> is being used by the following virtual machine quarantine policies.",
|
75
|
+
"network_security_policy": "Network Security Policy: ",
|
76
|
+
"isolation_policy_vm": "The virtual machines using this label in the quarantine policy: ",
|
77
|
+
"cannot_batch_delete_all_label": "The selected labels cannot be deleted.",
|
78
|
+
"label_key_or_value_validation01": "The label is being used by the micro-segmentation function. Only uppercase and lowercase English letters, numbers, underscores (_), hyphens (-), and periods (.) are supported.",
|
79
|
+
"label_key_or_value_validation02": "The label is being used by the micro-segmentation function, and the label name cannot exceed 63 characters.",
|
80
|
+
"label_key_or_value_validation03": "The label is being used by the micro-segmentation function, and the label name only supports uppercase and lowercase English letters or numbers as the start and the end.",
|
81
|
+
"attach_label": "Attach label",
|
82
|
+
"detach_label": "Detach label",
|
83
|
+
"label_sub_info": "Associated with {count} {resourceType}"
|
84
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"path": "Log File Name",
|
3
|
+
"hosts": "Host",
|
4
|
+
"started_at": "Start Time of Collection Task",
|
5
|
+
"status": "Status of Collection Task",
|
6
|
+
"progress": "Progress of Collection Task",
|
7
|
+
"log_started_at": "Log Start Time",
|
8
|
+
"log_ended_at": "Log End Time",
|
9
|
+
"filter": "Log File Name",
|
10
|
+
"cannot_create_log_collection": "Cannot collect cluster logs",
|
11
|
+
"cannot_create_log_collection_desc01": "Cannot collect logs for the cluster <1>{ name }</1>.",
|
12
|
+
"cannot_create_log_collection_desc02": "The response to the log collection service for this cluster is invalid (Error code: 502)."
|
13
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"about": "About",
|
3
|
+
"chinese_text": "中文(简体)",
|
4
|
+
"login_ldap": "LDAP login",
|
5
|
+
"login_localhost": "Local user login",
|
6
|
+
"good_evening": "Good morning",
|
7
|
+
"good_morning": "Good morning",
|
8
|
+
"good_morning_am": "Good morning",
|
9
|
+
"good_afternoon": "Good afternoon",
|
10
|
+
"good_afternoon_pm": "Good afternoon",
|
11
|
+
"good_evening_pm": "Good evening",
|
12
|
+
"good_night": "Good evening",
|
13
|
+
"login": "Login",
|
14
|
+
"switch_user": "Switch account",
|
15
|
+
"locked": "Your account has been locked due to multiple failed login attempts. Please try to log in again in {remainTime} minutes.",
|
16
|
+
"remain_num": "Wrong password. You have {remainMissNum} remaining login attempts, if all fail, your account will be locked for 30 minutes.",
|
17
|
+
"password_expired": "The current password has expired, please <0>Reset Password</0> and try to log in again."
|
18
|
+
}
|
@@ -0,0 +1,56 @@
|
|
1
|
+
{
|
2
|
+
"cancel_enter_desc": "Are you sure you want to cancel the task of putting the {clusterTypeName} <1>{ name }</1> into maintenance mode?",
|
3
|
+
"cancel_enter_info": "The task will fail if you cancel it. Virtual machines that have been migrated or shut down before the task is canceled will remain. You can view them in Task Details.",
|
4
|
+
"cancel_exit_migrate_desc": "The host <1>{ name }</1> has exited maintenance mode. Are you sure you want to cancel the task of migrating the virtual machine back to the host?",
|
5
|
+
"cancel_exit_migrate_info": "The task will fail if you cancel it. Virtual machines that have been migrated back before the task is canceled will remain. You can view them in Task Details.",
|
6
|
+
"cancel_exit_start_desc": "The host <1>{ name }</1> has exited maintenance mode. Are you sure you want to cancel the task of powering on the virtual machine?",
|
7
|
+
"cancel_exit_start_info": "Task will fail if you cancel it. Virtual machines that have been migrated before the task is cancelled will remain. You can view them in Task Details",
|
8
|
+
"cancel_exit_start_migrate_desc": "The host <1>{ name }</1> has exited maintenance mode. Are you sure you want to cancel the task of powering on or migrating back virtual machines?",
|
9
|
+
"cancel_exit_start_migrate_info": "Task will fail if you cancel it. Virtual machines that have been powered on or migrated back before the task is cancelled will remain. You can view them in Task Details.",
|
10
|
+
"cancel_task": "Canceling the task...",
|
11
|
+
"cancel_task_error": "Manually cancel the task.",
|
12
|
+
"cancel_task_title": "Cancel Task",
|
13
|
+
"cold_migrate_vm_back": "Migrate back VMs that have been automatically cold migrated",
|
14
|
+
"cold_migrating_vm": "Cold migrating VMs {done_count}/{total_count})...",
|
15
|
+
"cold_vm": "Cold migrate VMs ({done_count}/{total_count})",
|
16
|
+
"data_recovering": "Data recovery in progress...",
|
17
|
+
"enter_failed": "Host failed to enter maintenance mode",
|
18
|
+
"enter_migrate_vm_failed": "The virtual machine { vm_name } was unable to be migrated.",
|
19
|
+
"enter_start_vm_failed": "The virtual machine { vm_name } was unable to be shut down.",
|
20
|
+
"enter_storage_failed": "Failed to enable storage maintenance mode.",
|
21
|
+
"enter_storage_mode": "Enable storage maintenance mode",
|
22
|
+
"enter_storage_mode_failed": "Failure",
|
23
|
+
"entering_storage_mode": "Enabling storage maintenance mode...",
|
24
|
+
"exit_failed": "Host failed to exit maintenance mode",
|
25
|
+
"exit_maintenance_mode": "Exit maintenance mode",
|
26
|
+
"exit_migrate_vm_failed": "The virtual machine { vm_name } was unable to be migrated back.",
|
27
|
+
"exit_start_vm_failed": "The virtual machine { vm_name } was unable to be powered on.",
|
28
|
+
"exiting_maintenance_mode": "Host is exiting maintenance mode...",
|
29
|
+
"have_exit_maintenance_mode": "Host has exited maintenance mode.",
|
30
|
+
"have_shut_down": "Shut down",
|
31
|
+
"have_start": "Powered on",
|
32
|
+
"hot_migrate_vm_back": "Migrate back VMs that have been automatically hot migrated",
|
33
|
+
"hot_migrating_vm": "Hot migrating virtual machines ({done_count}/{total_count})...",
|
34
|
+
"migrate_back_form_host": "Migrated back from {host_name}",
|
35
|
+
"migrate_to_host": "Migrated to the host {host_name}",
|
36
|
+
"migrate_vm": "Hot migrate VMs",
|
37
|
+
"migrate_vm_back_failed": "Failure",
|
38
|
+
"migrate_vm_failed": "Failure",
|
39
|
+
"migrating": "Migrating...",
|
40
|
+
"migrating_back": "Migrating back...",
|
41
|
+
"not_start": "Pending",
|
42
|
+
"pre_check": "Checking environment...",
|
43
|
+
"shut_down_vm": "Shut down VMs that cannot be migrated ({done_count}/{total_count})",
|
44
|
+
"shut_down_vm_failed": "Failure",
|
45
|
+
"shutting_down": "Shutting down...",
|
46
|
+
"shutting_down_vm": "Shutting down virtual machines ({done_count}/{total_count})...",
|
47
|
+
"start_vm_auto": "Power on VMs that have been automatically shut down",
|
48
|
+
"starting": "Powering on...",
|
49
|
+
"starting_vm": "Powering on virtual machines ({done_count}/{total_count})...",
|
50
|
+
"starting_vm_failed": "Failure",
|
51
|
+
"task_detail": "Task Details",
|
52
|
+
"exit_failed_detail": "After the host exits maintenance mode, {reason}.",
|
53
|
+
"view_detail": "View Details",
|
54
|
+
"migrate_vm_in_count": "Virtual machine hot migration({done_count}/{total_count})",
|
55
|
+
"cancel_exit_start_info1": "Once cancelled, the task will fail."
|
56
|
+
}
|