@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,392 @@
|
|
1
|
+
{
|
2
|
+
"_action_": "Action",
|
3
|
+
"action": "Action",
|
4
|
+
"action_cannot_resumed": "The action cannot be undone.",
|
5
|
+
"add": "Add",
|
6
|
+
"alert": "Alert",
|
7
|
+
"globalAlertRule": "Alert Rule",
|
8
|
+
"all": "All",
|
9
|
+
"batch_edit": "Batch Edit",
|
10
|
+
"cancel": "Cancel",
|
11
|
+
"clear_query": "Clear the filter criteria",
|
12
|
+
"close": "Close",
|
13
|
+
"cluster": "Cluster",
|
14
|
+
"connectedHost": "Associated Host",
|
15
|
+
"connectedVm": "Associated VM",
|
16
|
+
"contains": "Contains",
|
17
|
+
"create": "Create",
|
18
|
+
"creating": "Creating...",
|
19
|
+
"customize": "Customize...",
|
20
|
+
"datacenter": "Data Center",
|
21
|
+
"datacenters": "Data Centers",
|
22
|
+
"snapshotPlan": "Snapshot Plan",
|
23
|
+
"day": "Day",
|
24
|
+
"day_plural": "Days",
|
25
|
+
"delete": "Delete",
|
26
|
+
"disable": "Disable",
|
27
|
+
"disabled": "Disabled",
|
28
|
+
"disk": "Physical Disk",
|
29
|
+
"duration_time": "Time used {duration}",
|
30
|
+
"edit": "Edit",
|
31
|
+
"elfDataStore": "System Storage Object",
|
32
|
+
"elfImage": "ISO Image",
|
33
|
+
"empty": "No ",
|
34
|
+
"empty_data_after_filter": "There is no data that meets the filter conditions",
|
35
|
+
"enable": "Enable",
|
36
|
+
"enabled": "Enabled",
|
37
|
+
"end": "End",
|
38
|
+
"entityFilterVm": "VM",
|
39
|
+
"error": "Error",
|
40
|
+
"fetchFailed": "Fetch Failed",
|
41
|
+
"fetching": "Fetching...",
|
42
|
+
"fetching-more": "Fetching more...",
|
43
|
+
"filter": "Filter",
|
44
|
+
"finished": "Finished",
|
45
|
+
"healthy": "Healthy",
|
46
|
+
"host": "Host",
|
47
|
+
"scvm": "SCVM",
|
48
|
+
"hour": "Hour",
|
49
|
+
"hour_plural": "Hours",
|
50
|
+
"init_failure": "Initial loading failed",
|
51
|
+
"iscsiLun": "LUN",
|
52
|
+
"lun": "LUN",
|
53
|
+
"iscsiTarget": "User Storage Object",
|
54
|
+
"migrateTransmitter": "Transmission Agent",
|
55
|
+
"minute": "Minute",
|
56
|
+
"month": "Month",
|
57
|
+
"month_plural": "Months",
|
58
|
+
"mountedVol": "Mounted Virtual Volume",
|
59
|
+
"name": "Name",
|
60
|
+
"next_step": "Next",
|
61
|
+
"nfsExport": "User Storage Object",
|
62
|
+
"nfsInode": "NFS File",
|
63
|
+
"nic": "NIC",
|
64
|
+
"vm_nic": "Virtual NIC",
|
65
|
+
"no_match_filter": "There is no {resource} matching filter conditions",
|
66
|
+
"not_contains": "Not Contains",
|
67
|
+
"not_enable": "Not enabled",
|
68
|
+
"operating": "Operating",
|
69
|
+
"option_cannot_be_undone": "This operation cannot be undone",
|
70
|
+
"pagination_with_value": "Showing items {start}-{end}, {total} in total",
|
71
|
+
"password": "Password",
|
72
|
+
"prev_step": "Previous",
|
73
|
+
"remain_time": "Remaining {remain}",
|
74
|
+
"remaining": "Available",
|
75
|
+
"remove": "Remove",
|
76
|
+
"reportTemplate": "Report Template",
|
77
|
+
"reportTask": "Auto-Generated Report",
|
78
|
+
"reselect_file": "Reselect",
|
79
|
+
"save": "Save",
|
80
|
+
"second": "Second",
|
81
|
+
"senior": "Advanced",
|
82
|
+
"snmpTransport": "SNMP Transport",
|
83
|
+
"snmpTrapReceiver": "SNMP Trap",
|
84
|
+
"start": "Start",
|
85
|
+
"status": "Status",
|
86
|
+
"state": "State",
|
87
|
+
"submiting": "Submitting...",
|
88
|
+
"task": "Task",
|
89
|
+
"taskcenter": "Task Center",
|
90
|
+
"unhealthy": "Unhealthy",
|
91
|
+
"unmounted": "Unmounted",
|
92
|
+
"unselected": "Unselected",
|
93
|
+
"update": "Update",
|
94
|
+
"update_in_second": "The changes will take effect about {second} seconds after submission",
|
95
|
+
"upload": "Upload",
|
96
|
+
"upload_confirm": "There are files that have not been uploaded. The upload task will be terminated ff you leave the page.",
|
97
|
+
"upload_failed": "Failed to upload the file",
|
98
|
+
"upload_file_desc": "Drag and drop the file here, or <0> Select File </0> to upload.",
|
99
|
+
"uploading": "Uploading",
|
100
|
+
"used": "Used",
|
101
|
+
"user": "User",
|
102
|
+
"username": "Username",
|
103
|
+
"vds": "Virtual Distributed Switch",
|
104
|
+
"vlan": "VLAN",
|
105
|
+
"vm_vlan": "Virtual Machine Network",
|
106
|
+
"system_vlan": "System Network",
|
107
|
+
"vm": "VM",
|
108
|
+
"vmDisk": "Virtual Disk",
|
109
|
+
"vmEntityFilterResult": "VM Resource Optimization Result",
|
110
|
+
"vmSnapshot": "VM Snapshot",
|
111
|
+
"vmTemplate": "VM Template",
|
112
|
+
"vmVolume": "Virtual Volume",
|
113
|
+
"vmPlacementGroup": "VM Placement Group",
|
114
|
+
"week": "Week",
|
115
|
+
"upload_iso_hint1": "Drag and drop ISO image here, or",
|
116
|
+
"vcpu": "vCPU Allocation",
|
117
|
+
"memory": "Memory Allocation",
|
118
|
+
"template": "Template",
|
119
|
+
"monitor": "Monitor",
|
120
|
+
"language": "Language",
|
121
|
+
"language_setting": "System Language",
|
122
|
+
"check": "View",
|
123
|
+
"colon": ":",
|
124
|
+
"semicolon": ";",
|
125
|
+
"period": ".",
|
126
|
+
"comma": ", ",
|
127
|
+
"unsupport": "Unsupported",
|
128
|
+
"day_count": "{count} days",
|
129
|
+
"and": "and",
|
130
|
+
"loading_with_dot": "Loading...",
|
131
|
+
"not_with_colon": "Not:",
|
132
|
+
"description_with_text": "Description: {description }",
|
133
|
+
"description_with_colon": "Description:",
|
134
|
+
"ha_enabled": "HA is enabled",
|
135
|
+
"ha_closed": "HA is disabled",
|
136
|
+
"iscsiTarget_with_name": "iSCSI Target: {name}",
|
137
|
+
"nfs_with_name": "NFS storage object: {name}",
|
138
|
+
"contain_vds_count": "Contains {count} network",
|
139
|
+
"connect_host_with_count": "{count} hosts associated",
|
140
|
+
"with_more_condition": "and {count} other conditions",
|
141
|
+
"recent_search": "Recent Search",
|
142
|
+
"not_saerch_record": "No search record yet",
|
143
|
+
"belong_vds_with_name": "VDS: {name}",
|
144
|
+
"management_ip_with_name": "Management IP: {name}",
|
145
|
+
"management_ip_with_colon": "Management IP: ",
|
146
|
+
"storage_ip_with_name": "Storage IP: {name)",
|
147
|
+
"storage_ip_with_colon": "Storage IP: ",
|
148
|
+
"access_ip_with_name": "Access IP: {name}",
|
149
|
+
"access_ip_with_colon": "Access IP: ",
|
150
|
+
"ipmi_ip_with_name": "IPMI IP: {name}",
|
151
|
+
"ipmi_ip_with_colon": "IPMI IP: ",
|
152
|
+
"vm_disk_size_with_colon": "Capacity:",
|
153
|
+
"resource_with_name": "Type: {name}",
|
154
|
+
"no_search_result": "No related search results",
|
155
|
+
"match_search_result_with_count": "{count} matching items searched",
|
156
|
+
"loading_more_with_dot": "Loading more...",
|
157
|
+
"contain_cluster_with_count": "Contains {count} clusters",
|
158
|
+
"cluster_with_name": "Cluster: {name}",
|
159
|
+
"not_search_history_record": "No search history record",
|
160
|
+
"shrink_search_range": "Narrow the search range",
|
161
|
+
"search_in_current_page": "Search within the current page",
|
162
|
+
"search_in_page": "Search in page",
|
163
|
+
"search": "Search",
|
164
|
+
"search_filter_condition_with_count": "#{count} filter conditions",
|
165
|
+
"checking_connect_status_with_dot": "Checking connection status...",
|
166
|
+
"not_connect_cluster": "No associated cluster",
|
167
|
+
"current_cluster_can_not_support": "The function is not supported by this cluster",
|
168
|
+
"ignore": "Ignore",
|
169
|
+
"io": "Total I/O",
|
170
|
+
"percentage_with_num": "{num}% quantile value",
|
171
|
+
"input_name_pls": "Please enter a name",
|
172
|
+
"range": "Range",
|
173
|
+
"load_failed": "Failed to load",
|
174
|
+
"vcpu_allocate_with_colon": "Total vCPU allocation:",
|
175
|
+
"memory_allocate_with_colon": "Total memory allocation:",
|
176
|
+
"dataspace_allocate_with_colon": "Total storage capacity (logical):",
|
177
|
+
"host_with_name": "Host {name}",
|
178
|
+
"create_nfs_export": "Create NFS Export",
|
179
|
+
"create_iscis_target": "Create iSCSI Target",
|
180
|
+
"monday": "Monday",
|
181
|
+
"tuesday": "Tuesday",
|
182
|
+
"wednesday": "Wednesday",
|
183
|
+
"thursday": "Thursday",
|
184
|
+
"friday": "Friday",
|
185
|
+
"saturday": "Saturday",
|
186
|
+
"sunday": "Sunday",
|
187
|
+
"can_not_recall_option": "This operation cannot be undone.",
|
188
|
+
"detail": "Details",
|
189
|
+
"cluster_belongs_to": "Cluster",
|
190
|
+
"total_size": "Total",
|
191
|
+
"not_used": "Not used",
|
192
|
+
"provisioned_capacity": "Provisioned Capacity",
|
193
|
+
"unique_size": "Exclusive Capacity",
|
194
|
+
"stop": "Stop",
|
195
|
+
"click_to_copy": "Click to copy",
|
196
|
+
"copy_done": "Copy successfully",
|
197
|
+
"total": "Total",
|
198
|
+
"param": "Parameter",
|
199
|
+
"value": "Value",
|
200
|
+
"yes": "Yes",
|
201
|
+
"no": "No",
|
202
|
+
"required": "Required",
|
203
|
+
"required3": "Optional",
|
204
|
+
"optional": "Optional",
|
205
|
+
"subnet_mask": "Subnet Mask",
|
206
|
+
"gateway": "Gateway",
|
207
|
+
"gateway_option": "Gateway (optional)",
|
208
|
+
"max_core": "The maximum number of cores/cells allowed, if it is -1, the maximum number is not limited.",
|
209
|
+
"min_core": "The minimum number of cores/cells allowed, if it is -1, the minimum number is not limited.",
|
210
|
+
"vm_with_count": "{count} VMs",
|
211
|
+
"packUp": "Collapse",
|
212
|
+
"not_updated_when_empty": "Leave it blank to not update",
|
213
|
+
"connected": "Connected",
|
214
|
+
"connecting": "Connecting",
|
215
|
+
"message": "Message",
|
216
|
+
"error_occurs": "Error",
|
217
|
+
"usb_device": "USB Device",
|
218
|
+
"usb_device_with_count": "{count} USB Device",
|
219
|
+
"usb_device_with_count_plural": "{count} USB Devices",
|
220
|
+
"initial_ip": "Initial IP",
|
221
|
+
"empty_to_not_specify": "Leave blank to not specify",
|
222
|
+
"snapshot_object": "Snapshot Object",
|
223
|
+
"snapshot_group": "Snapshot Group",
|
224
|
+
"execute_record": "Execution Record",
|
225
|
+
"connect": "Connect",
|
226
|
+
"current_loading_with_dot": "Loading...",
|
227
|
+
"label": "Label",
|
228
|
+
"labels": "Labels",
|
229
|
+
"zone": "Availability Zone",
|
230
|
+
"userRoleNext": "Role",
|
231
|
+
"roles": "Role",
|
232
|
+
"metro_status": "MetroX Status",
|
233
|
+
"abnormal": "Abnormal",
|
234
|
+
"disconnected": "disconnected",
|
235
|
+
"nvmfSubsystem": "User Storage Object",
|
236
|
+
"create_consistency_group": "Create Consistency Group",
|
237
|
+
"create_nvmf_subsystem": "Create NVMe Subsystem",
|
238
|
+
"iscsiDataStore": "iSCSI User Storage Object",
|
239
|
+
"nfsDataStore": "NFS User Storage Object",
|
240
|
+
"nvmfDataStore": "NVMe User Storage Object",
|
241
|
+
"consistencyGroupSnapshot": "Consistency Snapshot Group",
|
242
|
+
"base_info": "Basic Information",
|
243
|
+
"nvmfNamespaceSnapshot": " NVMe Namespace Snapshot",
|
244
|
+
"iscsiLunSnapshot": "LUN Snapshot",
|
245
|
+
"nvmfSubsystemSnapshot": "NVMe Subsystem Snapshot",
|
246
|
+
"nvmfSubsystem_with_name": "NVMe Subsystem : {name}",
|
247
|
+
"namespaceGroup_with_name": "Namespace Group : {name}",
|
248
|
+
"nvmfConnection": "Active Connection",
|
249
|
+
"nvmfNamespace": "Namespace",
|
250
|
+
"namespaceGroup": "Namespace Group",
|
251
|
+
"architecture": "CPU Architecture",
|
252
|
+
"connection": "Active Connection",
|
253
|
+
"iscsiConnection": "Active Connection",
|
254
|
+
"userAuditLog": "User Operation Log",
|
255
|
+
"create_vmFolder": "Create VM group",
|
256
|
+
"create_datacenter": "Create Datacenter",
|
257
|
+
"create_namespaceGroup": "Create Namespace Group",
|
258
|
+
"witness": "Witness Node",
|
259
|
+
"export_table_data_to_csv": "Export Report",
|
260
|
+
"userDataStore": "User Storage Object",
|
261
|
+
"attributes": "Attributes",
|
262
|
+
"vm-recycle": "Recycle Bin",
|
263
|
+
"vms": "VM",
|
264
|
+
"elfImages": "ISO Image",
|
265
|
+
"vmTemplates": "VM Template",
|
266
|
+
"vmVolumes": "Virtual Volume",
|
267
|
+
"alerts": "Alert",
|
268
|
+
"alert_rules": "Alert Rule",
|
269
|
+
"snapshot-plans": "Snapshot Plan",
|
270
|
+
"users": "User Management",
|
271
|
+
"migrate-transmitter": "Transmission Agent",
|
272
|
+
"entity-filter": "Resource Optimization",
|
273
|
+
"iscsiTargetStorage": "User Storage Object",
|
274
|
+
"nfsExportStorage": "User Storage Object",
|
275
|
+
"userDataStorage": "User Storage Object",
|
276
|
+
"system_storage": "System Storage Object",
|
277
|
+
"export": "Export",
|
278
|
+
"clusters": "Cluster",
|
279
|
+
"nics": "Network Port",
|
280
|
+
"usbDevices": "USB Device",
|
281
|
+
"consistencyGroups": "Consistency Group",
|
282
|
+
"disks": "Physical Disk",
|
283
|
+
"consistencyGroup": "Consistency Group",
|
284
|
+
"hosts": "Host",
|
285
|
+
"member_num_with_number": "Number of Members: {number}",
|
286
|
+
"tasks": "Task",
|
287
|
+
"user-log": "User Event",
|
288
|
+
"system-log": "System Event",
|
289
|
+
"iscsi_lun": "LUN",
|
290
|
+
"iscsi_target": "iSCSI Target",
|
291
|
+
"nvmf_subsystem": "NVMe Subsystem",
|
292
|
+
"nvmf_namespace": "NVMe Namespace",
|
293
|
+
"consistency_group": "Consistency Group",
|
294
|
+
"calculation": "Computing",
|
295
|
+
"instance": "instance",
|
296
|
+
"snapshot": "Snapshot",
|
297
|
+
"contentLibraryImage": "ISO Image",
|
298
|
+
"elf-image": "ISO Image",
|
299
|
+
"contentLibraryVmTemplate": "VM Template",
|
300
|
+
"clusters_disconnected": "Cluster connection exceptions",
|
301
|
+
"edit_name": "Rename",
|
302
|
+
"cluster_setting": "Cluster Setting",
|
303
|
+
"securityPolicy": "Security Policy",
|
304
|
+
"everoute_cluster": "Everoute Service",
|
305
|
+
"iscsiTargets": "iSCSI Target",
|
306
|
+
"nvmfSubsystems": "NVMe Subsystem",
|
307
|
+
"nfsExports": "NFS Export",
|
308
|
+
"vm_template": "VM Template",
|
309
|
+
"vm-template": "VM Template",
|
310
|
+
"export_name": "Report Name",
|
311
|
+
"cluster_disconnected": "Cluster connection exceptions",
|
312
|
+
"everoutePackage": "Installation Package",
|
313
|
+
"everouteAgentCluster": "SMTX OS Cluster",
|
314
|
+
"backup": "Backup",
|
315
|
+
"event": "Event",
|
316
|
+
"backupPlan": "Backup Plan",
|
317
|
+
"vmBackupPlan": "Virtual Machine",
|
318
|
+
"plans": "Backup Plan",
|
319
|
+
"backup_service": "Backup Service",
|
320
|
+
"backup_store_repository": "Backup Repository",
|
321
|
+
"month_day_1": "1st",
|
322
|
+
"month_day_2": "2nd",
|
323
|
+
"month_day_3": "3rd",
|
324
|
+
"month_day_4": "4th",
|
325
|
+
"month_day_5": "5th",
|
326
|
+
"month_day_6": "6th",
|
327
|
+
"month_day_7": "7th",
|
328
|
+
"month_day_8": "8th",
|
329
|
+
"month_day_9": "9th",
|
330
|
+
"month_day_10": "10th",
|
331
|
+
"month_day_11": "11th",
|
332
|
+
"month_day_12": "12th",
|
333
|
+
"month_day_13": "13th",
|
334
|
+
"month_day_14": "14th",
|
335
|
+
"month_day_15": "15th",
|
336
|
+
"month_day_16": "16th",
|
337
|
+
"month_day_17": "17th",
|
338
|
+
"month_day_18": "18th",
|
339
|
+
"month_day_19": "19th",
|
340
|
+
"month_day_20": "20th",
|
341
|
+
"month_day_21": "21st",
|
342
|
+
"month_day_22": "22nd",
|
343
|
+
"month_day_23": "23rd",
|
344
|
+
"month_day_24": "24th",
|
345
|
+
"month_day_25": "25th",
|
346
|
+
"month_day_26": "26th",
|
347
|
+
"month_day_27": "27th",
|
348
|
+
"month_day_28": "28th",
|
349
|
+
"month_day_29": "29th",
|
350
|
+
"month_day_30": "30th",
|
351
|
+
"month_day_31": "31st",
|
352
|
+
"backupRestorePoint": "Backup VM Restore Point",
|
353
|
+
"backupStoreRepository": "Backup Repository",
|
354
|
+
"repository": "Backup Repository",
|
355
|
+
"pause": ",",
|
356
|
+
"logCollection": "log file",
|
357
|
+
"summary": "Summary",
|
358
|
+
"userPortalVm": "VM",
|
359
|
+
"backupPackage": "Installation Package",
|
360
|
+
"week_abbreviation": "week",
|
361
|
+
"day_abbreviation": "day",
|
362
|
+
"hour_abbreviation": "h",
|
363
|
+
"minute_abbreviation": "min",
|
364
|
+
"second_abbreviation": "sec",
|
365
|
+
"systemAuditLog": "System Event",
|
366
|
+
"vant": "-",
|
367
|
+
"limit_reached": "Limit Reached",
|
368
|
+
"backup_by_service": "Backup Service",
|
369
|
+
"cloudTowerApplicationPackage": "Installation Package",
|
370
|
+
"backup_plan": "Backup Plan",
|
371
|
+
"backup_plans": "Backup Plan",
|
372
|
+
"vm_folders": "VM Group",
|
373
|
+
"less_than_a_day": "Less than one day",
|
374
|
+
"expire_date": "Expires {date}",
|
375
|
+
"cpu_vendor": "CPU Vendor",
|
376
|
+
"drag_to_change_boot_sequence": "Drag to adjust the boot order.",
|
377
|
+
"abort_import": "Stop Import",
|
378
|
+
"abort_task_tip": "Once stopped, the task will fail. This operation cannot be resumed.",
|
379
|
+
"file": "File",
|
380
|
+
"off": "Off",
|
381
|
+
"on": "On",
|
382
|
+
"progress": "Progress",
|
383
|
+
"select_file": "Select File",
|
384
|
+
"select_file_exceed_max_count": "Up to {maxCount} files can be uploaded.",
|
385
|
+
"everouteCluster": "Everoute Service",
|
386
|
+
"everouteGlobalPolicy": "Global Security Policy",
|
387
|
+
"securityPolicies": "Custom Security Policy",
|
388
|
+
"security-groups": "Security Group",
|
389
|
+
"securityGroup": "Security Group",
|
390
|
+
"securityGroupMembers": "Security Group Members",
|
391
|
+
"isolation-vms": "Quarantine VM"
|
392
|
+
}
|
@@ -0,0 +1,91 @@
|
|
1
|
+
{
|
2
|
+
"advanced_search": "Advanced Filter",
|
3
|
+
"contains": "Contains",
|
4
|
+
"custom_column": "Customize Columns & Order",
|
5
|
+
"ends_with": "Ends with {- value }",
|
6
|
+
"every": "All",
|
7
|
+
"gt": ">",
|
8
|
+
"gte": "≥",
|
9
|
+
"in": "belongs to",
|
10
|
+
"is": "is",
|
11
|
+
"lt": "<",
|
12
|
+
"lte": "≤",
|
13
|
+
"none": "No",
|
14
|
+
"not": "Not",
|
15
|
+
"not_contains": "Not Contains",
|
16
|
+
"not_ends_with": "Does not end with {- value }",
|
17
|
+
"not_in": "Not belongs to",
|
18
|
+
"not_starts_with": "Do not start with {- value }",
|
19
|
+
"or": "or",
|
20
|
+
"recent_search": "Recently Filtered",
|
21
|
+
"resource_no_exist": "The resource no longer exists",
|
22
|
+
"self_defined_column": "Customize columns",
|
23
|
+
"some": "Contains",
|
24
|
+
"starts_with": "Start with {- value }",
|
25
|
+
"previous_items": "Previous {size} items",
|
26
|
+
"next_items": "Next {size} items",
|
27
|
+
"pagination_range": "Item {range1} – {range2}",
|
28
|
+
"pagination_total": "Item {range1} – {range2}, {total} in total",
|
29
|
+
"push_to": "Jump to",
|
30
|
+
"selected_item_with_count": "{count} items selected",
|
31
|
+
"used_storage": "Used capacity:",
|
32
|
+
"usable_storage": "Usable capacity:",
|
33
|
+
"generate_date_preview": "Generate Date Preview",
|
34
|
+
"date_with_year_and_month": "{month} {year}",
|
35
|
+
"will_generate_one_reporte_with_date_and_time": "One report will be generated at {date} {time}",
|
36
|
+
"will_generate_report_will_date_and_count": "{count} reports will be generated at {date}",
|
37
|
+
"unknow_error": "Unknown error",
|
38
|
+
"filter_condition_with_count": "{count} filter conditions",
|
39
|
+
"not_support_yet": "The function is temporarily not implemented",
|
40
|
+
"as_day": "By Day",
|
41
|
+
"count": "",
|
42
|
+
"per_day_1": "Repeat every",
|
43
|
+
"per_day_2": "day(s) at",
|
44
|
+
"per_day_3": "",
|
45
|
+
"execution_time": "Execution Time: ",
|
46
|
+
"de_week": "The Week",
|
47
|
+
"ge_month": "Month",
|
48
|
+
"hao": "",
|
49
|
+
"as_week": "By Week",
|
50
|
+
"as_month": "By Month",
|
51
|
+
"week_with_below_date": "week(s), on the following day(s):",
|
52
|
+
"month_with_below_date": "month(s), on the following days(s):",
|
53
|
+
"will_excute_at_last_day_with_date": "If there is no {date} in the current month, it will be executed in the last day of the month.",
|
54
|
+
"retain_with_count": "Retain {count} copies",
|
55
|
+
"start_date": "Start Date",
|
56
|
+
"retain_date": "Retain copies",
|
57
|
+
"next_generate_with_date": "The next report will be generated on {date}",
|
58
|
+
"will_save_one_to_thirty_report": "You can retain 1-30 copies of the most recently generated reports.",
|
59
|
+
"every_day_with_time": "Every day at {time}",
|
60
|
+
"every_day_with_count_and_time": "Every {count} days at {time}",
|
61
|
+
"every_week_with_time": "Every week at {time}",
|
62
|
+
"every_week_with_day_and_time": "Every week on {day} at {time}",
|
63
|
+
"every_weeks_with_count_and_time": "Every {count} weeks at {time}",
|
64
|
+
"every_weeks_with_count_and_day_and_time": "Every {count} weeks on {day} at {time}",
|
65
|
+
"every_month_with_time": "Every month at {time}",
|
66
|
+
"every_month_with_day_and_time": "Every month on the day of {day} at {time}",
|
67
|
+
"every_months_with_count_and_time": "Every {count} months at {time}",
|
68
|
+
"every_months_with_count_and_day_and_time": "Every {count} months on the day of {day} at {time}",
|
69
|
+
"add_favorite_function": "Add to favorites",
|
70
|
+
"remove_favorite_function": "Remove from favorites",
|
71
|
+
"monday-simple": "Mon",
|
72
|
+
"tuesday-simple": "Tue",
|
73
|
+
"wednesday-simple": "Wed",
|
74
|
+
"thursday-simple": "Thu",
|
75
|
+
"friday-simple": "Fri",
|
76
|
+
"saturday-simple": "Sat",
|
77
|
+
"sunday-simple": "Sun",
|
78
|
+
"to": "to",
|
79
|
+
"end_date": "End Date",
|
80
|
+
"year": "Year",
|
81
|
+
"search_relative_time_placeholder": "Search relative time",
|
82
|
+
"relative_time": "Relative Time",
|
83
|
+
"absolute_time": "Absolute Time",
|
84
|
+
"date_range_picker_history_title": "Recent Search",
|
85
|
+
"end_time_cannot_be_less_than_start_time": "End time should be later than start time",
|
86
|
+
"empty_search_history": "No search history ",
|
87
|
+
"set_start_time_failed": "Start time should be later than { time }",
|
88
|
+
"set_end_time_failed": "End time should be earlier than { time }",
|
89
|
+
"change_date_range": "Adjust the time range within the interval",
|
90
|
+
"reset_date_range": "Reset to default range"
|
91
|
+
}
|
@@ -0,0 +1,11 @@
|
|
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
|
+
"tr_type": "Transport Type"
|
11
|
+
}
|
@@ -0,0 +1,62 @@
|
|
1
|
+
{
|
2
|
+
"description": "Description",
|
3
|
+
"description_optional": "Description (optional)",
|
4
|
+
"local_created_at": "Created Time",
|
5
|
+
"local_id": "UUID",
|
6
|
+
"iscsi_luns": "Number of Members",
|
7
|
+
"cluster": "Cluster",
|
8
|
+
"edit_label": "Edit Label",
|
9
|
+
"consistency_group_member": "Member",
|
10
|
+
"consistency_group_snapshot": "Snapshot Group",
|
11
|
+
"create_consistency_group": "Create Consistency Group",
|
12
|
+
"update_consistency_group": "Edit Consistency Group",
|
13
|
+
"delete_consistency_group": "Delete Consistency Group",
|
14
|
+
"select_member_join_group": "Select members to join the consistency group:",
|
15
|
+
"create_member_validate": "Please select at least one member",
|
16
|
+
"create_name_empty_validate": "Please fill in a consistency group name.",
|
17
|
+
"create_same_name_validate": "A consistency group with the same name already exists in the cluster.",
|
18
|
+
"create_name_validate": "The length of a consistency group name is within 1~255.",
|
19
|
+
"create_name_special_validate": "Only support uppercase and lowercase English letters, numbers and hyphens (-)",
|
20
|
+
"delete_select_remove": "This operation cannot be undone. All the snapshots in the consistency group will be deleted, freeing up storage space: <0>{size}</0>.",
|
21
|
+
"create_fail": "Unable to Create Consistency Group",
|
22
|
+
"create_fail_reason": "The number of consistency groups in a cluster cannot exceed 64.",
|
23
|
+
"create_fail_advice": "Please delete some consistency groups in the cluster first and then try again.",
|
24
|
+
"create_snapshot": "Create Consistency Snapshot Group",
|
25
|
+
"delete_snapshot": "Delete Consistency Snapshot Group",
|
26
|
+
"update_select_validate": "Please choose whether or not to retain the snapshots.",
|
27
|
+
"update_hint": "The members of the consistency group will be changed after clicking \"Save\". After the change, the created consistency snapshot group will be deleted. Do you want to delete the contained snapshots when deleting the consistency snapshot group?",
|
28
|
+
"delete_confirm": "Are you sure to delete the consistency group <0>{name}</0>?",
|
29
|
+
"delete_hint": "The operation cannot be restored",
|
30
|
+
"delete_select": "The consistency group contains snapshots. Do you want to delete the contained snapshots when deleting the consistency group?",
|
31
|
+
"delete_select_keep": "The kept snapshots can be viewed in the \"Snapshot\" tab of each member's \"Detail\".",
|
32
|
+
"snapshot_name": "Snapshot Group Name",
|
33
|
+
"lun_name": "LUN Name",
|
34
|
+
"namespace_name": "Namespace Name",
|
35
|
+
"member_add": "Add",
|
36
|
+
"member_remove": "Already added, click to remove",
|
37
|
+
"member_has_group": "Already exists in the consistency group {group_name}",
|
38
|
+
"empty_search_result": "No search result",
|
39
|
+
"remove_search_content": "Clear search criteria",
|
40
|
+
"remove": "Remove",
|
41
|
+
"group_member_max": "A consistency group can contain up to 64 members.",
|
42
|
+
"group_max_count": "Contains {count} members",
|
43
|
+
"group_select_titie": "Selected Members",
|
44
|
+
"group_empty_titie": "The selected members will appear here",
|
45
|
+
"empty_data": "No data temporarily",
|
46
|
+
"click_copy": "Copy UUID",
|
47
|
+
"copied": "Already copied",
|
48
|
+
"empty_group_data": "No consistency group temporarily",
|
49
|
+
"check_name_error": "The request for checking duplicate consistency group name failed",
|
50
|
+
"create_snapshot_text": "Create Snapshot Group",
|
51
|
+
"create_snapshot_same_name_validate": "A consistency snapshot group with the same name already exists in the consistency group.",
|
52
|
+
"check_snapshot_name_error": "The request for checking duplicate consistency group name failed",
|
53
|
+
"create_snapshot_name_empty_validate": "Please fill in a consistency snapshot group name.",
|
54
|
+
"create_snapshot_name_validate": "The length of a consistency snapshot group name is within 1~255.",
|
55
|
+
"create_snapshot_name_special_validate": "Only support uppercase and lowercase English letters, numbers and hyphens (-)",
|
56
|
+
"delete_only_group": "Delete consistency group only",
|
57
|
+
"delete_snapshot_and_group": "Delete both consistency group and snapshots",
|
58
|
+
"lun_empty_data": "No LUN images available in current cluster",
|
59
|
+
"namespace_empty_data": "No Namespace images available in current cluster",
|
60
|
+
"namespaces": "Namespace",
|
61
|
+
"luns": "LUN"
|
62
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"name": "Name",
|
3
|
+
"local_created_at": "Created Time",
|
4
|
+
"labels": "Labels",
|
5
|
+
"unique_size": "Exclusive Capacity",
|
6
|
+
"local_id": "UUID",
|
7
|
+
"empty_snapshot": "There is no consistency snapshot group temporarily",
|
8
|
+
"rollback_snapshot": "Rollback Consistency Snapshot Group",
|
9
|
+
"snapshot_created_time": "The consistency snapshot group was created at {time}.",
|
10
|
+
"rollback_confirm": "Are you sure to roll back the members of the consistency group <0>{group_name}</0> to the state at the time of snapshot creation?",
|
11
|
+
"rollback": "Rollback",
|
12
|
+
"create_snapshot_fail": "Unable to Create Consistency Snapshot Group",
|
13
|
+
"create_snapshot_fail_reason": "The number of snapshot groups in a consistency group cannot exceed 64.",
|
14
|
+
"create_snapshot_fail_advice": "Please delete some snapshot groups in the consistency group first and then try again.",
|
15
|
+
"create_snapshot_message": "Create a snapshot at current time for the consistency group <0>{group_name}</0>.",
|
16
|
+
"delete_snapshot_radio": "Delete Snapshot",
|
17
|
+
"delete_snapshot_radio_desc": "This operation cannot be undone. All the snapshots in the consistency snapshot group will be deleted, freeing up storage space: <0>{size}</0>.",
|
18
|
+
"keep_snapshot_radio": "Retain Snapshot",
|
19
|
+
"keep_snapshot_radio_desc": "The retained snapshots can be viewed in the \"Snapshot\" tab of each member's \"Detail\".",
|
20
|
+
"delete_only_group": "Delete consistency snapshot group only",
|
21
|
+
"delete_snapshot_and_group": "Delete both consistency snapshot group and snapshots",
|
22
|
+
"delete_select": "The consistency snapshot group contains snapshots. Do you want to delete the contained snapshots when deleting the consistency snapshot group?"
|
23
|
+
}
|
@@ -0,0 +1,70 @@
|
|
1
|
+
{
|
2
|
+
"name": "Name",
|
3
|
+
"size": "Logical Space Used",
|
4
|
+
"description": "Description",
|
5
|
+
"createdAt": "Creation Time",
|
6
|
+
"clusters": "Cluster",
|
7
|
+
"labels": "Labels",
|
8
|
+
"clusters_render": "Stored in <0>{count} cluster</0>",
|
9
|
+
"clusters_render_plural": "Stored in <0>{count} clusters</0>",
|
10
|
+
"no_using_iso_vm": "No virtual machine using this ISO image",
|
11
|
+
"no_using_iso_vm_snapshot": "No virtual machine snapshot using this ISO image",
|
12
|
+
"storage_clusters_list": "The ISO image is stored in the following clusters: ",
|
13
|
+
"edit_clusters_btn": "Edit Cluster",
|
14
|
+
"error_iso_same_name": "An ISO image with the same name already exists in the content library.",
|
15
|
+
"no_using_iso_vm_template": "No virtual machine template using this ISO image",
|
16
|
+
"delete_image_title": "Delete ISO Image",
|
17
|
+
"delete_library_image_confirm": "Are you sure you want to delete the ISO image <1>{name}</1> from the content library?",
|
18
|
+
"delete_library_image_info": "The ISO image will be completely deleted from all clusters it resides in.",
|
19
|
+
"cannot_delete_image_title": "Unable to Delete ISO Image",
|
20
|
+
"cannot_delete_library_image_info": "The ISO image <1>{name}</1> cannot be deleted from the content library.",
|
21
|
+
"cannot_delete_library_image_reason_1": "There are connection exceptions in some of the clusters where the ISO image resides. Please make sure that all clusters are connected properly and then try deleting the ISO image again.",
|
22
|
+
"cannot_delete_library_image_reason_2": "There is a virtual machine using the ISO image. Please make sure that no virtual machine is using the ISO image and then try deleting it again.",
|
23
|
+
"description_option": "Description (optional)",
|
24
|
+
"cluster_select_info": "Only SMTX OS clusters using SMTX Virtual Machine Services are supported.",
|
25
|
+
"edit_clusters_image": "Distribute the ISO image <1>{name}</1> to other clusters or remove it from the clusters where it resides.",
|
26
|
+
"confirm_info": "Confirm the following changes made to the clusters:",
|
27
|
+
"delete_image_warning": "Emptying the clusters where the ISO image resides will completely delete the ISO image.",
|
28
|
+
"confirm_delete_info": "Confirm to completely delete the ISO image from all clusters.",
|
29
|
+
"complete_delete": "Completely Delete",
|
30
|
+
"add": "Add",
|
31
|
+
"remove": "Remove",
|
32
|
+
"distribution": "Distribute",
|
33
|
+
"distribution_iso_title": "Distribute ISO Image",
|
34
|
+
"batch_distribution_iso_info1": "Distribute the {count} selected ISO images to other clusters.",
|
35
|
+
"batch_distribution_iso_desc": "If the selected ISO images already exist in the target cluster, the distribution operation will not be triggered.",
|
36
|
+
"batch_distribution_iso_info2": "Of the {selected} selected ISO images, {can_distribute} can be distributed to other clusters.",
|
37
|
+
"cannot_batch_distribution_iso": "{count} ISO images could not be distributed. Continued operation will skip these ISO images.",
|
38
|
+
"clusters_disconnect": "{name}: Cluster connection exceptions",
|
39
|
+
"target_clusters": "Target Cluster",
|
40
|
+
"batch_delete_confirm": "Are you sure you want to delete the {count} selected ISO images from the content library?",
|
41
|
+
"batch_delete_desc": "The ISO images will be completely deleted from all clusters.",
|
42
|
+
"cannot_batch_delete_info": "Cannot delete {count} selected ISO images from the content library.",
|
43
|
+
"cannot_batch_delete_desc": "Some of the selected ISO images cannot be deleted.",
|
44
|
+
"cannot_batch_delete_reason1": "{name}: Connection exceptions in some clusters; there are virtual machines using the ISO images.",
|
45
|
+
"cannot_batch_delete_reason2": "{name}: There are connection exceptions in some of the clusters where the ISO image resides.",
|
46
|
+
"cannot_batch_delete_reason3": "{name}: There are virtual machines using this ISO image.",
|
47
|
+
"cannot_distribution_iso_title": "Unable to Distribute ISO Image",
|
48
|
+
"cannot_distribution_iso_info": "The {count} selected ISO images cannot be distributed to other clusters.",
|
49
|
+
"cannot_distribution_iso_desc": "Please resolve the cluster disconnection issue and then try to distribute the ISO Image again.",
|
50
|
+
"used_iso_cluster_tooltip_text": "There are virtual machines using the ISO image in the cluster",
|
51
|
+
"cluster_disconnect": "Cluster connection exceptions",
|
52
|
+
"belong_to_cluster": "Stored in the cluster of the virtual machine",
|
53
|
+
"not_belong_to_cluster": "Not stored in the cluster of the virtual machine",
|
54
|
+
"select_not_belong_to_cluster_info": "The ISO image is not stored in the cluster of the virtual machine. To complete {name}, you need first to distribute the ISO image to the current cluster, and this will take a long time.",
|
55
|
+
"only_store_current_cluster": "Only display the ISO images stored in the cluster of the virtual machine",
|
56
|
+
"no_images": "There is no ISO image in the content library.",
|
57
|
+
"cannot_edit_clusters": "Unable to Edit Cluster",
|
58
|
+
"cannot_edit_clusters_reason": "All clusters where the ISO image <1>{name}</1> resides have connection exceptions.",
|
59
|
+
"cannot_edit_clusters_info": "Please resolve the cluster connection exception issue and then try editing it again.",
|
60
|
+
"error_clusters_least_one": "Please select at least one cluster to store resources.",
|
61
|
+
"error_create_vm_no_permission_distribute_image": "No permission to distribute the ISO images. Please select an ISO image stored in the cluster of the virtual machine.",
|
62
|
+
"no_use_images": "No available ISO image: cluster connection error",
|
63
|
+
"cannot_edit_image": "Unable to edit ISO image <1>{name}</1>",
|
64
|
+
"cannot_edit_image_title": "Unable to edit ISO image",
|
65
|
+
"cannot_edit_image_reason": "There are connection exceptions in some of the clusters where the ISO image resides. Please make sure that all clusters are properly connected and then try editing it again.",
|
66
|
+
"community_not_support_distribute": "You are using the CloudTower Community Edition license, which does not support resource distribution.",
|
67
|
+
"community_not_support_edit_clusters": "You are using the CloudTower Community Edition license, which does not support editing the clusters.",
|
68
|
+
"select_one_cluster": "Select a cluster",
|
69
|
+
"upload_iso_community_alert": "The ISO image can only be uploaded to one cluster in CloudTower Community Edition."
|
70
|
+
}
|