@cloudtower/parrot 0.6.0 → 0.7.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,261 @@
|
|
1
|
+
{
|
2
|
+
"backup_intro_title": "Backup Service Introduction: ",
|
3
|
+
"free_trail": "Free Trial",
|
4
|
+
"trail_intro_1": "Free 90-day trial available",
|
5
|
+
"trail_intro_2": "No capacity limit",
|
6
|
+
"trail_intro_3": "No limit to the number of protected virtual machines",
|
7
|
+
"start_trail": "Start Trial",
|
8
|
+
"import_license": "Import License",
|
9
|
+
"license_code": "License Code",
|
10
|
+
"empty_license_info": "After entering the license code, you will see the license information here.",
|
11
|
+
"license_info_title": "License Information",
|
12
|
+
"cloud_tower_uuid": "CloudTower UUID",
|
13
|
+
"software_edition": "Edition",
|
14
|
+
"software_edition_ENTERPRISE": "Enterprise Edition",
|
15
|
+
"software_edition_STANDARD": "Standard Edition",
|
16
|
+
"license_type": "License Type",
|
17
|
+
"license_type_TRIAL": "Trial License",
|
18
|
+
"license_type_SUBSCRIPTION": "Subscription License",
|
19
|
+
"license_type_PERPETUAL": "Perpetual License",
|
20
|
+
"expired_time": "Expiration Time",
|
21
|
+
"never_expired": "Permanently Valid",
|
22
|
+
"number_of_authorization_label": "Total Number of Licenses",
|
23
|
+
"import": "Import",
|
24
|
+
"license_code_empty_error": "Please enter a license code.",
|
25
|
+
"license_code_error": "Invalid license code.",
|
26
|
+
"license_expired_error": "The new license has expired.",
|
27
|
+
"no_backup_cluster": "No backup service is deployed.",
|
28
|
+
"deploy_backup_cluster_intro_2": "Please follow the instructions below to deploy the backup service.",
|
29
|
+
"upload_image": "Upload Installation Package",
|
30
|
+
"upload_backup_image": "Upload Backup Installation Package",
|
31
|
+
"upload_backup_image_sub": "Please upload the backup installation package in the \"<0>Installation Package Management</0>\" page.",
|
32
|
+
"deploy_backup_cluster": "Deploy Backup Service",
|
33
|
+
"deploy_backup_cluster_sub": "Please go to \"Settings\" to <0>deploy the backup service</0>.",
|
34
|
+
"replace": "Replace",
|
35
|
+
"upload": "Upload",
|
36
|
+
"deploy": "Deploy",
|
37
|
+
"upload_image_failed": "Unable to upload the installation package.",
|
38
|
+
"deploy_backup_cluster_failed": "Unable to deploy the backup service.",
|
39
|
+
"upload_image_modal_title": "Upload Installation Package",
|
40
|
+
"upload_file_desc": "Drag and drop the file here, or <0> Select File </0> to upload.",
|
41
|
+
"upload_file_format_desc": "Only the *.tar.gz file is supported.",
|
42
|
+
"image_replace": "Reselect",
|
43
|
+
"image_replace_info": "The system already has an installation package with the same version and architecture as the current one to be uploaded. Continuing to upload will replace the original installation package. Are you sure you want to continue?",
|
44
|
+
"image_format_error": "Only the *.tar.gz file is supported. Please drag and drop the file onto this area, or directly <0>select File</0> to upload.",
|
45
|
+
"image_empty_error": "This area cannot be left blank. Please select an installation package.",
|
46
|
+
"image_type_error": "Please select the correct installation package for the backup service.",
|
47
|
+
"operation_management": "Function Management",
|
48
|
+
"software_license": "Software License",
|
49
|
+
"image_management": "Installation Package",
|
50
|
+
"backup_server": "Backup Service",
|
51
|
+
"no_image": "No Installation Package",
|
52
|
+
"update_license": "License Update",
|
53
|
+
"new_license_code": "New License Code",
|
54
|
+
"associated_smtx_clusters": "Associated Clusters",
|
55
|
+
"license_expired_message": "The backup license has expired. Please <0> update license</0>.",
|
56
|
+
"license_expired_warning_message": "The backup {type} has less than {count} day to expire. Please <0> update license</0>.",
|
57
|
+
"license_expired_warning_message_plural": "The backup {type} has less than {count} days to expire. Please <0> update license</0>.",
|
58
|
+
"delete_image": "Delete Installation Package",
|
59
|
+
"delete_image_desc": "Are you sure you want to delete the installation package {version} that is applicable to the {architecture} architecture?",
|
60
|
+
"delete_image_sub": "This operation cannot be resumed.",
|
61
|
+
"cannot_delete_image": "Unable to Delete Installation Package",
|
62
|
+
"cannot_delete_image_desc": "Unable to remove the installation package {version} compatible with the {architecture} architecture.",
|
63
|
+
"vds_count": "{count}",
|
64
|
+
"undeploy_backup_cluster": "Uninstall Backup Service",
|
65
|
+
"undeploy_backup_cluster_abbr": "Uninstall",
|
66
|
+
"undeploy_backup_cluster_desc": "Are you sure to uninstall the backup service <0>{name}</0>?",
|
67
|
+
"undeploy_backup_cluster_sub": "This operation cannot be resumed",
|
68
|
+
"cannot_undeploy_backup_cluster": "Unable to Uninstall Backup Service",
|
69
|
+
"cannot_undeploy_backup_cluster_desc": "The backup service {name} cannot be uninstalled.",
|
70
|
+
"cannot_undeploy_backup_cluster_sub": "The following SMTX OS clusters are being associated with the backup service. Please dissociate this backup service from all SMTX OS clusters and then try to uninstall it again.",
|
71
|
+
"undeploy": "Uninstall",
|
72
|
+
"deploying": "Deploying",
|
73
|
+
"agent_cluster_association": "Associated Clusters",
|
74
|
+
"elf_cluster": "SMTX OS Cluster",
|
75
|
+
"agent_cluster_placeholder": "Select an SMTX OS cluster",
|
76
|
+
"agent_cluster_tip": "Only the SMTX OS cluster with version 5.0.1 or above is supported.",
|
77
|
+
"version_not_compatible": "This software version is not supported.",
|
78
|
+
"package_not_compatible": "No installation package is available.",
|
79
|
+
"agent_cluster_disassociation": "Dissociate Backup Service from SMTX OS Cluster",
|
80
|
+
"agent_cluster_disassociation_desc": "Are you sure to dissociate the SMTX OS cluster <0>{name}</0>? from the backup service.",
|
81
|
+
"agent_cluster_disassociation_sub": "This operation cannot be resumed.",
|
82
|
+
"select_backup_version": "Backup Version",
|
83
|
+
"controller_num": "Number of Backup Controllers",
|
84
|
+
"batch_config_desc": "Set the SMTX OS cluster, and the IP address, subnet mask and gateway of the Backup Controller in batches.",
|
85
|
+
"select_cluster": "Select a cluster",
|
86
|
+
"select_cluster_tip": "Only the SMTX OS cluster with version 4.0.4 or above is supported.",
|
87
|
+
"upgrade_list_title": "Upgradeable Versions",
|
88
|
+
"upgrade": "Upgrade",
|
89
|
+
"can_upgrade": "Upgradeable",
|
90
|
+
"upgrading": "Upgrading",
|
91
|
+
"no_backup_license": "No license information",
|
92
|
+
"license_max_socket_num_error": "The total number of licenses in the license code must be greater than or equal to the current total number of licenses.",
|
93
|
+
"license_expired_date_error": "The new license has expired.",
|
94
|
+
"license_type_error_1": "A perpetual license cannot be converted into a subscription license.",
|
95
|
+
"license_type_error_2": "A subscription license cannot be converted into a perpetual license.",
|
96
|
+
"empty_associated_cluster": "No backup service is associated with the SMTX OS cluster",
|
97
|
+
"cannot_fetch_controllers": "Unable to get information",
|
98
|
+
"empty_upgrade_version": "No version available for upgrading.",
|
99
|
+
"cluster_and_task": "Setup",
|
100
|
+
"set_backup_and_restore": "Job Settings",
|
101
|
+
"backup_cluster_config": " Operation",
|
102
|
+
"backup_server_upgrade": "Service Upgrade",
|
103
|
+
"basic_info": "Basic Information",
|
104
|
+
"disassociation": "Anti-Affinity",
|
105
|
+
"cluster_name": "Cluster Name",
|
106
|
+
"abnormal_num": "{count} abnormal",
|
107
|
+
"architecture": "Architecture",
|
108
|
+
"backup_deploy_error": "Unable to deploy. Please uninstall the backup service and deploy it again.",
|
109
|
+
"backup_file_compress_ration": "Backup File Compression Ratio",
|
110
|
+
"backup_file_total_capacity": "Total Backup Capacity",
|
111
|
+
"backup_intro": "SmartX Backup Service provides enterprise-class data protection by offering backup and restore options for virtual machines in SMTX OS clusters. You can automatically or manually back up your virtual machines to an NFS-type backup repository.",
|
112
|
+
"backup_job": "Backup Job",
|
113
|
+
"backup_job_max_count": "Maximum Number of Jobs Performed Simultaneously",
|
114
|
+
"backup_job_max_count_empty_error": "Please specify the maximum number of backup jobs.",
|
115
|
+
"backup_job_max_count_title": "Backup Jobs",
|
116
|
+
"backup_network": "Backup Network",
|
117
|
+
"backup_network_type_empty_error": "Please configure the backup network.",
|
118
|
+
"backup_nic": "Backup NIC",
|
119
|
+
"backup_restore_config": "Backup and Restore Job Configuration",
|
120
|
+
"backup_service_config": "Backup Service Configuration",
|
121
|
+
"backup_service_deploy_message": "The backup service needs to be running on a virtual machine. Please configure the basic information, location, and network of this virtual machine.",
|
122
|
+
"backup_service_iops_limit": "Transmission Speed Limits",
|
123
|
+
"backup_service_ip_empty_error": "Please fill in the IP address.",
|
124
|
+
"backup_service_ip_title": "IP Address",
|
125
|
+
"backup_service_ip_valid_error": "Make sure you entered the IP address in the correct format.",
|
126
|
+
"backup_service_name_duplicate_error": "A virtual machine with the same name already exists in CloudTower.",
|
127
|
+
"backup_service_name_empty_error": "Please enter a name for the backup service.",
|
128
|
+
"backup_service_name_length_error": "The backup service name should be 1-63 characters in length.",
|
129
|
+
"backup_service_network_empty_error": "Please fill in the gateway.",
|
130
|
+
"backup_service_network_valid_error": "Make sure you entered the gateway in the correct format.",
|
131
|
+
"backup_service_retry_message": "If a backup or restore job fails, the system will automatically perform the job until the job succeeds or the upper limit is reached.",
|
132
|
+
"backup_service_subnet_empty_error": "Please fill in the subnet mask.",
|
133
|
+
"backup_service_subnet_valid_error": "Make sure you entered the subnet mask in the correct format.",
|
134
|
+
"backup_service_version": "Select the backup service version.",
|
135
|
+
"backup_service_version_empty_error": "This area cannot be left blank. Please select the backup service version.",
|
136
|
+
"backup_store_repository_abnormal": "Connection anomaly in {count} backup repositories.",
|
137
|
+
"backup_store_repository_total_size": "Backup Repository Capacity",
|
138
|
+
"backup_total_size": "Total backup file capacity",
|
139
|
+
"backup_valid_capacity": "Backup valid capacity",
|
140
|
+
"backup_vm_count_message": "The number of backup jobs ranges from 1 to 99.",
|
141
|
+
"cannot_delete_image_info": "The following backup services are deployed using this installation package.",
|
142
|
+
"cannot_edit_cluster_associated": "Unable to Edit Associations",
|
143
|
+
"cannot_edit_cluster_associated_info": "Please edit associations after the backup service upgrade is complete.",
|
144
|
+
"cannot_edit_cluster_associated_reason": "Unable to edit associations because the backup service <0>{backup_service}</0> is being upgraded.",
|
145
|
+
"cannot_get_ratio": "Unable to get capacity usage.",
|
146
|
+
"cannot_undeploy_backup_cluster_info": "Please try to uninstall again after the backup service upgrade is finished.",
|
147
|
+
"cannot_undeploy_backup_cluster_reason": "Unable to uninstall because the backup service <0>{backup_service}</0> is being upgraded.",
|
148
|
+
"cannot_undeploy_backup_service_desc": "Unable to uninstall the backup service <0>{name}</0>.",
|
149
|
+
"cannot_undeploy_backup_service_desc_executing": "Unable to uninstall the backup service <0>{name}</0> because it is performing a backup job or a restore job.",
|
150
|
+
"cannot_undeploy_backup_service_sub": "Please remove all backup plans included in the backup service before uninstalling it.",
|
151
|
+
"cannot_undeploy_backup_service_sub_executing": "Please try to uninstall the backup service after all backup and restore jobs are complete.",
|
152
|
+
"cannot_upgrade_backup_service_desc": "Unable to upgrade the backup service <0>{name}</0> because it is performing a backup job or a restore job.",
|
153
|
+
"cannot_upgrade_backup_service_info": "Please upgrade the backup service after all backup and restore jobs are complete.",
|
154
|
+
"cannot_upgrade_backup_service_title": "Unable to upgrade the backup service.",
|
155
|
+
"capacity_ratio": "Capacity Usage",
|
156
|
+
"cluster_empty_error": "Please add at least one cluster.",
|
157
|
+
"cluster_field_info_message": "Only the SMTX OS (ELF) cluster can be associated with the backup service.",
|
158
|
+
"cluster_field_message": "Only the SMTX OS (ELF) cluster is supported.",
|
159
|
+
"cluster_field_title": "Please select a cluster to be associated with the backup service.",
|
160
|
+
"connect_state": "Connection with CloudTower",
|
161
|
+
"copied": "Copied",
|
162
|
+
"copy_license_serial": "Copy the serial number.",
|
163
|
+
"cpu_total": "({count} vCPU in total)",
|
164
|
+
"cpu_usage": "CPU Usage",
|
165
|
+
"deploy_backup_cluster_intro": "The backup service is running on the virtual machine of the SMTX OS cluster. Once you have installed the backup service and associated it with both the backup repository and the SMTX OS cluster, you can perform backup or restore jobs for the virtual machines.",
|
166
|
+
"description": "Description",
|
167
|
+
"edit_cluster_associated": "Edit Associations",
|
168
|
+
"empty_as_no_limit": "The speed will not limited if left blank.",
|
169
|
+
"failed_job_auto_retry": "Maximum Number of Retry Times",
|
170
|
+
"has_used": "{percent} Used",
|
171
|
+
"have_protection_vm": "Protected",
|
172
|
+
"have_update": " updated",
|
173
|
+
"have_use": "Used",
|
174
|
+
"iops_no_limit": "No IOPS Limit",
|
175
|
+
"from_high_to_low": "From High to Low",
|
176
|
+
"license_unit": "License Unit",
|
177
|
+
"license_unit_no_limit": "Unlimited",
|
178
|
+
"license_use": "License Usage",
|
179
|
+
"license_use_tooltip": "The backup service has been provided for {count} virtual machines.",
|
180
|
+
"load_control": "Load Control",
|
181
|
+
"location": "Location",
|
182
|
+
"management_backup_network_conflict": "IP address conflict between the management network and the backup network.",
|
183
|
+
"management_network": "Management Network",
|
184
|
+
"management_nic": "Management NIC",
|
185
|
+
"management_storage_network_conflict": "IP address conflict between the management network and the storage network.",
|
186
|
+
"memory_total": "({memory} in total)",
|
187
|
+
"memory_usage": "Memory Usage",
|
188
|
+
"message": "Basic Information",
|
189
|
+
"network": "Network",
|
190
|
+
"network_nic_empty_error": "Select the NIC.",
|
191
|
+
"network_type_empty_error": "Please select the Nic type.",
|
192
|
+
"no_architectures_cluster": "No available installation package",
|
193
|
+
"no_associated_clusters": "The backup service is not yet associated with an SMTX OS cluster.",
|
194
|
+
"no_backup_license_desc": "The trial license will be automatically generated when the backup service is deployed.",
|
195
|
+
"no_backup_plan": "No Backup Plan",
|
196
|
+
"no_backup_store_repositories": "No Backup Repository",
|
197
|
+
"no_cluster": "No SMTX OS Cluster",
|
198
|
+
"no_search_cluster": "No Matching Cluster",
|
199
|
+
"not_enabled_compression": "File Compression Not Enabled",
|
200
|
+
"not_exec_backup_task": "No Backup Job Performed",
|
201
|
+
"not_protection_vm": "Not protected",
|
202
|
+
"not_use": "Available",
|
203
|
+
"overview_exec_backup_plan_failed": "The backup plan {backup_plan_name} failed at {time}.",
|
204
|
+
"overview_exec_backup_plan_success": "The backup plan {backup_plan_name} was successfully performed at {time}.",
|
205
|
+
"overview_no_exec_backup_plan": "No backup plan is performed.",
|
206
|
+
"overview_will_exec_backup_plan": "The backup plan {backup_plan_name} will be performed at {time} .",
|
207
|
+
"package_deploy_architecture": "Applicable to the {architecture} architecture.",
|
208
|
+
"package_deploy_architectures": "Applicable to the AArch64 or x86_64 architecture.",
|
209
|
+
"restore_job": "Restore Job",
|
210
|
+
"restore_job_max_count_empty_error": "Please fill in the maximum number of restore jobs.",
|
211
|
+
"restore_job_max_count_title": "Restore Jobs",
|
212
|
+
"restore_vm_count_message": "The number of restore jobs ranges from 1 to 99.",
|
213
|
+
"retry_count_empty_error": "Please fill in the maximum number of jobs allowed to be retried.",
|
214
|
+
"retry_count_valid_error": "The number of jobs allowed to be retried ranges from 1 to 10.",
|
215
|
+
"retry_max_count": "Retry Limit",
|
216
|
+
"select_add_cluster": "Add Cluster",
|
217
|
+
"select_backup_service_version": "Version",
|
218
|
+
"select_vm_network": "Select Virtual Machine Network",
|
219
|
+
"selected_backup_cluster": "A SMTX OS cluster is selected.",
|
220
|
+
"selected_backup_cluster_info": "A selected SMTX OS cluster will be displayed here.",
|
221
|
+
"selected_cluster_count": "{count} Clusters",
|
222
|
+
"server_info_title": "Service Information",
|
223
|
+
"service_cluster_disabled_tooltip": "Unable to dissociate the backup service from the cluster because there is one or more virtual machines associated with the backup service in the cluster.",
|
224
|
+
"service_operation": "Configurations",
|
225
|
+
"service_vm": "Virtual Machine",
|
226
|
+
"software_edition_ESSENTIAL": "Basic Edition",
|
227
|
+
"storage_backup_network_conflict": "IP address conflict between the management network and the backup network.",
|
228
|
+
"storage_network": "Storage Network",
|
229
|
+
"storage_network_type_empty_error": "Please configure the storage network.",
|
230
|
+
"storage_nic": "Storage NIC",
|
231
|
+
"terminating": "Uninstalling",
|
232
|
+
"time": "times",
|
233
|
+
"uninstalling": "Uninstalling",
|
234
|
+
"upgrade_backup_service_desc": "Are you sure to upgrade the backup service <0>{name}</0> from version {version} to {new_version}?",
|
235
|
+
"upgrade_backup_service_title": "Upgrade Backup Service",
|
236
|
+
"upgrading_no_ellipsis": "Upgrading",
|
237
|
+
"use_management_nic": "Use the management NIC",
|
238
|
+
"use_new_nic": "Use the new NIC",
|
239
|
+
"use_storage_nic": "Use the storage NIC",
|
240
|
+
"used": "Used",
|
241
|
+
"validation_same_service_name": "A backup service with the same name already exists in CloudTower.",
|
242
|
+
"vm_network_empty_error": "Please select the virtual machine network.",
|
243
|
+
"vm_widget_title": "Protected VM",
|
244
|
+
"install_failed": "Unable to deploy.",
|
245
|
+
"license_used_warning_message": "More than {percent}% of license units have been used. Please <0>update the license</0>.",
|
246
|
+
"remove_cluster": "The cluster has been added. Click to remove.",
|
247
|
+
"running_vm_failed": "An anomaly occurs in the virtual machine running the backup service.",
|
248
|
+
"software_edition_COMMUNITY": "Community Edition",
|
249
|
+
"terminal_failed": "Unable to uninstall.",
|
250
|
+
"upgrade_failed": "Unable to upgrade.",
|
251
|
+
"backup_service_backup_speed": "Backup Limit",
|
252
|
+
"backup_service_restore_speed": "Restore Limit",
|
253
|
+
"backup_service_backup_speed_limit_info": "Traffic will be equally split according to the number of backup jobs.",
|
254
|
+
"backup_service_restore_speed_limit_info": "Traffic will be equally split according to the number of restore jobs.",
|
255
|
+
"backup_service_healthy_check_failed": "The health check failed.",
|
256
|
+
"backup_service_version_field": "Version",
|
257
|
+
"vlan": "VM Network",
|
258
|
+
"select_belongs_cluster": "Select the cluster.",
|
259
|
+
"select_vlan": "Select the VM network.",
|
260
|
+
"backup_job_count": " (1-{count})"
|
261
|
+
}
|
@@ -0,0 +1,271 @@
|
|
1
|
+
{
|
2
|
+
"name": "Name",
|
3
|
+
"description": "Description",
|
4
|
+
"status": "Status",
|
5
|
+
"backup_store_repository": "Backup Repository",
|
6
|
+
"backup_service": "Backup Service",
|
7
|
+
"last_execute_status": "Last Execution Result",
|
8
|
+
"last_executed_at": "Last Execution Time",
|
9
|
+
"next_execute_time": "Next Execution Time",
|
10
|
+
"vms": "Backup Objects",
|
11
|
+
"pause_backup_plan": "Suspend Backup Plan",
|
12
|
+
"confirm_pause_backup_plan": "Are you sure to suspend the backup plan <1>{name}</1>?",
|
13
|
+
"pause_backup_plan_desc": "The suspended backup plan will not be performed at the time you previously set.",
|
14
|
+
"pause": "Suspend",
|
15
|
+
"manual_execute_backup_plan": "Manually Perform Backup Plan",
|
16
|
+
"confirm_manual_execute_backup_plan": "Are you sure you want to manually perform the backup plan <1>{name}</1> immediately?",
|
17
|
+
"backup_type": "Backup Type",
|
18
|
+
"incremental_backup": "Incremental Backup",
|
19
|
+
"full_backup": "Full Backup",
|
20
|
+
"will_manual_execute": "Perform Manually",
|
21
|
+
"manual_execute": "Performed Manually",
|
22
|
+
"auto_execute": "Performed Automatically",
|
23
|
+
"continue_backup_plan": "Continue Backup Plan",
|
24
|
+
"delete_backup_plan": "Remove Backup Plan",
|
25
|
+
"delete_backup_plan_desc": "The backup plan <1>{name}</1> contains restore points. Do you want to remove the restore points when removing the backup plan?",
|
26
|
+
"keep_restore_point": "Keep Restore Points",
|
27
|
+
"keep_restore_point_desc": "The restore points will be kept in the backup repository.",
|
28
|
+
"delete_restore_point": "Remove Restore Points",
|
29
|
+
"delete_restore_point_desc": "The operation cannot be resumed.",
|
30
|
+
"only_delete_backup_plan": "Delete Backup Plan Only",
|
31
|
+
"delete_backup_plan_and_restore_point": "Delete Backup Plan and Restore Points",
|
32
|
+
"backup_infrastructure": "Backup Infrastructure",
|
33
|
+
"backup_repository": "Backup Repository",
|
34
|
+
"operation_management": "Settings",
|
35
|
+
"create_backup_plan": "Create Backup Plan",
|
36
|
+
"incremental_period": "Backup Schedule",
|
37
|
+
"full_period": "Full Backup Schedule",
|
38
|
+
"num_day": "{count} day",
|
39
|
+
"num_day_plural": "{count} days",
|
40
|
+
"num_count": "{count} piece",
|
41
|
+
"num_count_plural": "{count} pieces",
|
42
|
+
"keep_forever": "Keep Permanently",
|
43
|
+
"recent_execute_status": "Execution Result",
|
44
|
+
"recent_executed_at": "Last Execution Time",
|
45
|
+
"backup_time": "Execution Details",
|
46
|
+
"exec_task": "Execution Record",
|
47
|
+
"basic_info": "Basic Information",
|
48
|
+
"vm_restore_point": "VM Restore Point",
|
49
|
+
"audit": "Event",
|
50
|
+
"task_all_success": "All Succeeded",
|
51
|
+
"vm_task_failed": "{count} failed.",
|
52
|
+
"all_backup_task_success": "All backup jobs were successfully performed.",
|
53
|
+
"no_backup_task": "No backup jobs.",
|
54
|
+
"vm_task_will_execute": "The backup job will be performed at {time}.",
|
55
|
+
"task_have_paused": "The backup plan has been suspended.",
|
56
|
+
"compress_open": "Enabled",
|
57
|
+
"compress_close": "Disabled",
|
58
|
+
"next_day": "Next Day",
|
59
|
+
"backup_store_object": "Backup Storage and Object",
|
60
|
+
"backup_period": "Backup Schedule",
|
61
|
+
"keep_policy": "Retention Policy",
|
62
|
+
"description_option": "Description (optional)",
|
63
|
+
"compression": "Compression",
|
64
|
+
"join_backup_vm": "Select Backup Object:",
|
65
|
+
"join_backup_vm_desc": "The backup object can only be the VM in the cluster associated with the backup service you selected before.",
|
66
|
+
"join_backup_vm_info": "You will see the backup objects after selecting the backup service.",
|
67
|
+
"selected_backup_object": "Selected Backup Objects",
|
68
|
+
"selected_backup_object_info": "You will see the backup objects selected before.",
|
69
|
+
"select_backup_service": "Select a backup service",
|
70
|
+
"select_backup_store_repository": "Select a backup repository.",
|
71
|
+
"backup_period_desc": "The backup plan will be performed automatically at the time you set. Backup types include full backup and incremental backup, and the first backup is a full backup.",
|
72
|
+
"full_backup_period_desc": "Specify full backup. Unspecified backup jobs will perform incremental backup.",
|
73
|
+
"set_backup_period": "Set Backup Schedule",
|
74
|
+
"execute_period": "Perform at this time",
|
75
|
+
"total_capacity": "Total: <0></0>",
|
76
|
+
"search_by_vm": "Virtual Machine",
|
77
|
+
"search_by_cluster": "Cluster",
|
78
|
+
"search_by_label": "Label",
|
79
|
+
"search_by_Vm_placeholder": "Search by the virtual machine name...",
|
80
|
+
"search_by_Cluster_placeholder": "Search by the cluster name...",
|
81
|
+
"search_by_Label_placeholder": "Search by the label name or value...",
|
82
|
+
"per_daily": "Every day",
|
83
|
+
"per_weekly": "Every week",
|
84
|
+
"set_full_backup_period": "Specify Full Backup",
|
85
|
+
"backup_window": "Backup Window",
|
86
|
+
"set_backup_window": "Set Backup Window",
|
87
|
+
"only_backup_window_execute": "Perform the backup job in the backup window only.",
|
88
|
+
"if_cannot_finish_in_window": "If not completed within the window time",
|
89
|
+
"continue_finish_backup": "Continue this backup job",
|
90
|
+
"stop_backup": "Terminate this backup job",
|
91
|
+
"stop_backup_desc": "Once terminated, the system will stop the unfinished job, and all associated snapshots and backup files will be deleted.",
|
92
|
+
"between": "",
|
93
|
+
"next_day_info": "(Next Day)",
|
94
|
+
"to": "to",
|
95
|
+
"day": "days",
|
96
|
+
"week": "weeks",
|
97
|
+
"one_month": "months",
|
98
|
+
"per": "Every",
|
99
|
+
"monday": "Monday",
|
100
|
+
"tuesday": "Tuesday",
|
101
|
+
"wednesday": "Wednesday",
|
102
|
+
"thursday": "Thursday",
|
103
|
+
"friday": "Friday",
|
104
|
+
"saturday": "Saturday",
|
105
|
+
"sunday": "Sunday",
|
106
|
+
"monday_short": "Mon",
|
107
|
+
"tuesday_short": "Tue",
|
108
|
+
"wednesday_short": "Wed",
|
109
|
+
"thursday_short": "Thu",
|
110
|
+
"friday_short": "Fri",
|
111
|
+
"saturday_short": "Sat",
|
112
|
+
"sunday_short": "Sun",
|
113
|
+
"first_one": "The first",
|
114
|
+
"last_one": "The last",
|
115
|
+
"first_one_lower": "the first",
|
116
|
+
"last_one_lower": "the last",
|
117
|
+
"keep_policy_alert": "The retention policy only applies to automatically generated restore points, while restore points created manually will be kept permanently.",
|
118
|
+
"restore_keep_policy": "Retention Policy",
|
119
|
+
"policy_type_time": "Keep by days",
|
120
|
+
"restore_keep_time": "Retention Time",
|
121
|
+
"policy_type_forever": "Keep permanently",
|
122
|
+
"count": "piece",
|
123
|
+
"count_plural": "pieces",
|
124
|
+
"selected_vm_count": "{count} virtual machines",
|
125
|
+
"no_vm": "No virtual machine",
|
126
|
+
"no_search_result": "No virtual machine matches the filter condition.",
|
127
|
+
"clear_search": "Clear Filter Conditions",
|
128
|
+
"incremental_time_day_point": "Create restore points at {time} every day.",
|
129
|
+
"day_time_info": "The restore points created at {time} every {count} days are for full backup.",
|
130
|
+
"detail_incremental_time_day_point": "At {time} every day",
|
131
|
+
"detail_incremental_time_week_point": "At {time} every {weeks}",
|
132
|
+
"detail_day_time_info": "At {time} every {count} day",
|
133
|
+
"detail_day_time_info_plural": "At {time} every {count} days",
|
134
|
+
"select_time": "Select a time",
|
135
|
+
"error_name_null": "Please fill in a name for the backup plan.",
|
136
|
+
"error_name_same_name": "A backup plan with the same name already exists in the backup service.",
|
137
|
+
"error_name_length": "The backup plan name should be 1-63 characters in length.",
|
138
|
+
"error_name_invalid1": "Use lowercase letters, numbers and hyphens (-) only.",
|
139
|
+
"error_name_invalid2": "The backup plan name should start with a letter and end with a number or letter.",
|
140
|
+
"error_backup_service": "Please select a backup service.",
|
141
|
+
"error_backup_store": "Please select a backup repository.",
|
142
|
+
"error_one_execute_time": "Please specify at least one execution time.",
|
143
|
+
"error_execute_time": "Please select an execution time.",
|
144
|
+
"error_execute_data": "Please select an execution date.",
|
145
|
+
"error_window_null": "Please set a backup window.",
|
146
|
+
"error_execute_time_not_window": "The backup execution time is not within the backup window time you previously set.",
|
147
|
+
"edit_backup_object": "Edit Backup Storage and Object",
|
148
|
+
"edit_backup_period": "Edit Backup Schedule and Window",
|
149
|
+
"edit_backup_policy": "Edit Retention Policy",
|
150
|
+
"is_keep_restore_point": "For virtual machines to be removed from the backup plan, do you want to remove the restore points contained at the same time?",
|
151
|
+
"error_keep_restore_point": "Please select to keep the restore points or not.",
|
152
|
+
"add_vm_alert": "When you complete editing the backup plan, a full backup will be forcibly performed as the first backup of the newly added virtual machine.",
|
153
|
+
"num_success": "{num} succeeded",
|
154
|
+
"num_failed": "{num} failed",
|
155
|
+
"error_time": "Please select a time.",
|
156
|
+
"restore": "Restore",
|
157
|
+
"restore_vm": "Restore Virtual Machine",
|
158
|
+
"restore_object": "Restore Object",
|
159
|
+
"vm_name": "Virtual Machine Name",
|
160
|
+
"belong_cluster": "Cluster",
|
161
|
+
"restore_point": "Restore Point",
|
162
|
+
"restore_mode": "Restore Mode",
|
163
|
+
"src_vm_restore": "Restore the virtual machine in place",
|
164
|
+
"src_vm_restore_desc": "The restored virtual machine will overwrite the original one.",
|
165
|
+
"rebuild_vm": "Rebuild the virtual machine",
|
166
|
+
"rebuild_vm_desc": "Keep the original virtual machine and create a new one.",
|
167
|
+
"start_after_restore": "Automatically power on after the restore is complete",
|
168
|
+
"src_vm_restore_alert1": "The original virtual machine will be forced to power off.",
|
169
|
+
"src_vm_restore_alert2": "The original virtual machine cannot be recovered because it has been removed or migrated to another cluster.",
|
170
|
+
"src_vm_restore_alert3": "The original virtual machine cannot be recovered because it has been moved to the recycle bin.",
|
171
|
+
"src_vm_restore_alert4": "The original virtual machine cannot be recovered because its virtual disk configuration has been modified.",
|
172
|
+
"src_vm_restore_alert5": "The original virtual machine cannot be recovered because the cluster where it is located has been removed from CloudTower.",
|
173
|
+
"in_place_alert": "The original VM will be shut down.",
|
174
|
+
"rebuild_vm_info": "Configure Basic Information",
|
175
|
+
"rebuild_vm_name": "Enter a name for the virtual machine.",
|
176
|
+
"target_cluster": "Target Cluster",
|
177
|
+
"target_host": "Target Host",
|
178
|
+
"network_mapping": "Network Mapping",
|
179
|
+
"src_vm_network": "Source Virtual Machine Network",
|
180
|
+
"select_target_cluster": "Select a target cluster",
|
181
|
+
"src_vm_no_vlan": "The original virtual machine does not contain a virtual machine network",
|
182
|
+
"src_vm_no_nic_alert": "The target cluster version requires that at least one virtual NIC to be added to the virtual machine. When the virtual machine is rebuilt, a default NIC will be added to the virtual machine.",
|
183
|
+
"no_vm_vlan": "No virtual machine network",
|
184
|
+
"target_vm_network": "Mapped Virtual Machine Network",
|
185
|
+
"select_vm_vlan": "Select a virtual machine network",
|
186
|
+
"cluster_version_notice_alert1": "The version of the target cluster does not support enabling NICs in the mirror mode. When the virtual machine is rebuilt, the NICs will no longer use the mirror mode.",
|
187
|
+
"cluster_version_notice_alert2": "The version of the target cluster does not support disabling the virtual machine NICs. When the virtual machine is rebuilt, the disabled NICs will be enabled again.",
|
188
|
+
"cluster_version_notice_alert3": "The version of the target cluster does not support disabling CD-ROMs. When the virtual machine is rebuilt, the disabled CD-ROMs will be enabled again.",
|
189
|
+
"cluster_version_notice_alert4": "The version of the target cluster does not support setting IO speed limit for the virtual machine. When the virtual machine is rebuilt, the IO speed limit will become invalid.",
|
190
|
+
"cluster_version_notice_alert5": "The version of the target cluster supports vhost. When the virtual machine is rebuilt, the overall speed limit for the virtual machine will become invalid.",
|
191
|
+
"error_restore_vm_cluster_null": "Please select a target cluster.",
|
192
|
+
"not_support_more_16_disk_vm": "The virtual machines with more than 16 virtual disks are not supported.",
|
193
|
+
"architecture_incompatible": "Incompatible CPU architecture",
|
194
|
+
"search_vm_name": "Search for the VM name...",
|
195
|
+
"no_search_restore_point": "No restore point matching the filter",
|
196
|
+
"no_restore_point": "No restore point",
|
197
|
+
"today": " (today)",
|
198
|
+
"have_success": "All the {time} jobs have been performed successfully.",
|
199
|
+
"selected_vm": "{count} virtual machines selected",
|
200
|
+
"select_all": "Select All",
|
201
|
+
"deselect_all": "Deselect All",
|
202
|
+
"not_in_place_reason1": "The source VM cannot be recovered because the cluster where it is located has been removed from CloudTower.",
|
203
|
+
"not_in_place_reason2": "The source VM cannot be recovered because it has been deleted, migrated to another cluster, or converted to a VM template.",
|
204
|
+
"not_in_place_reason3": "The source VM cannot be recovered because it has been moved to the recycle bin.",
|
205
|
+
"not_in_place_reason4": "The source VM cannot be recovered because its virtual disk configuration has been modified.",
|
206
|
+
"all_backup_task_success_now": "As of now, all VMs have been successfully backed up.",
|
207
|
+
"backup_vm_belong_cluster_remove_alert": "After removing the cluster, the following virtual machines will not be able to perform backup jobs.",
|
208
|
+
"belong_backup_vm_convert_tooltip": "This virtual machine is associated with the backup plan <0>{name}</0> and will not be available for the backup service when converted to a virtual machine template.",
|
209
|
+
"belong_backup_vm_delete_tooltip": "This virtual machine is associated with the backup plan {name} and will not be available for the backup service when permanently deleted.",
|
210
|
+
"belong_backup_vm_to_recycle_tooltip": "This virtual machine is associated with the backup plan {name} and will not be available for the backup service when moved to the recycle bin.",
|
211
|
+
"cannot_continue_backup_plan": "Unable to continue the backup plan.",
|
212
|
+
"cannot_continue_backup_plan_info": "Please continue the backup plan after upgrading the backup service.",
|
213
|
+
"cannot_continue_backup_plan_reason": "Unable to continue the backup plan <0>{backup_plan}</0>. The backup service <1>{backup_service}</1> to which this backup plan belongs is being upgraded.",
|
214
|
+
"cannot_delete_backup_plan": "Unable to delete the backup plan.",
|
215
|
+
"cannot_delete_backup_plan_info": "Please continue the backup plan after upgrading of the backup service.",
|
216
|
+
"cannot_delete_backup_plan_reason": "Unable to delete the backup plan <0>{backup_plan}</0>. The backup service <1>{backup_service}</1> to which this backup plan belongs is being upgraded.",
|
217
|
+
"cannot_delete_restore_point": "The restore point cannot be deleted because the backup plan has virtual machines with unfinished backup or restore jobs.",
|
218
|
+
"cannot_edit_backup_plan": "Unable to edit the backup plan.",
|
219
|
+
"cannot_edit_backup_plan_info": "Please edit the backup plan after upgrading of the backup service.",
|
220
|
+
"cannot_edit_backup_plan_reason": "Unable to edit the backup plan <0>{backup_plan}</0>. The backup service <1>{backup_service}</1> to which this backup plan belongs is being upgraded.",
|
221
|
+
"cannot_manual_execute_backup_plan": "Unable to manually execute the backup plan.",
|
222
|
+
"cannot_manual_execute_backup_plan_info": "Please manually perform the backup plan after upgrading of the backup service.",
|
223
|
+
"cannot_manual_execute_backup_plan_reason": "Unable to manually perform the backup plan <0>{backup_plan}</0>. The backup service <1>{backup_service}</1> to which this backup plan belongs is being upgraded.",
|
224
|
+
"cannot_pause_backup_plan": "Unable to suspend the backup plan.",
|
225
|
+
"cannot_pause_backup_plan_info": "Please suspend the backup plan after upgrading of the backup service.",
|
226
|
+
"cannot_pause_backup_plan_reason": "Unable to suspend the backup plan <0>{backup_plan}</0>. The backup service <1>{backup_service}</1> to which this backup plan belongs is being upgraded.",
|
227
|
+
"cannot_restore_vm": "Unable to recover the virtual machine.",
|
228
|
+
"cannot_restore_vm_info": "Please recover the virtual machine after upgrading of the backup service.",
|
229
|
+
"cannot_restore_vm_reason": "Unable to recover the virtual machine. The backup service <1>{backup_service}</1> to which this backup plan belongs is being upgraded.",
|
230
|
+
"cluster_stretch_notice_alert": "The target cluster is a dual-active cluster. The number of replicas will change from 2 to 3 after creating the new virtual machine.",
|
231
|
+
"detail_month_month_time_info": "{time} on {month} every {count} months",
|
232
|
+
"detail_month_week_time_info": "{time} on {one} {week} every {count} months",
|
233
|
+
"detail_week_time_info": "{time} every {week} every {count} weeks",
|
234
|
+
"error_keep_policy_count_value": "Please fill in the number of restore points you would keep.",
|
235
|
+
"error_keep_policy_time_value": "Please fill in the number of days during which restore points have been created.",
|
236
|
+
"error_window_time_diff_too_small": "The window session cannot be less than 15 minutes.",
|
237
|
+
"incremental_time_week_point": "Create restore points at {time} every {weeks}.",
|
238
|
+
"manual_execute_modal_alert": "A full backup for all virtual machines is required because there are virtual machines that do not contain manually generated restore points.",
|
239
|
+
"month_day_alert": "If there is no {num} in this month, the backup job will not be performed in this month.",
|
240
|
+
"month_month_time_info": "The restore point created at {time} on the {month} day of every {count} months is for full backup.",
|
241
|
+
"month_week_time_info": "The restore point created at {time} on {one} {week} of every {count} months is for full backup.",
|
242
|
+
"no_backup_store_repo": "No backup repository",
|
243
|
+
"no_vm_exec": "No backup jobs performed",
|
244
|
+
"policy_count_alert": "When reducing the number of restore points to keep, restore points that are not in the keep range will be deleted immediately.",
|
245
|
+
"policy_count_desc": "Keep {num} restore points during the last days.",
|
246
|
+
"policy_time_alert": "When reducing the number of retention days, restore points that are not in the keep range will be deleted immediately.",
|
247
|
+
"policy_time_desc": "Keep all restore points created during the last {time} days.",
|
248
|
+
"policy_type_count": "Keep by numbers",
|
249
|
+
"removed_vm_tooltip": "The virtual machine has been removed from the backup plan {name}.",
|
250
|
+
"restore_keep_count": "Number of Restore Points",
|
251
|
+
"sharing_volume_not_allowed_join_backup_plan": "The virtual machine that has the shared virtual volume mounted cannot be associated with the backup plan.",
|
252
|
+
"valid_data_space": "Available: <0></0>",
|
253
|
+
"vm_exec_failed": "The backup plan failed at the following times:",
|
254
|
+
"vm_usage_and_internal_cannot_join_backup": "The virtual machine running system services cannot be associated with the backup plan.",
|
255
|
+
"week_time_info": "The restore point created at {time} of every {week} every {count} weeks is for a full backup.",
|
256
|
+
"will_exec": "The backup plan will be performed at {time}.",
|
257
|
+
"error_license_unit_num": "The number of license units exceeds the upper limit.",
|
258
|
+
"error_rebuild_vm_name": "Only uppercase and lowercase English letters, numbers, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
|
259
|
+
"auto": "Auto",
|
260
|
+
"jump_to_vm_detail": "See the VM details panel.",
|
261
|
+
"manual": "Manual",
|
262
|
+
"removed_vm_tooltip1": "The cluster to which the virtual machine belongs has been removed from CloudTower.",
|
263
|
+
"removed_vm_tooltip2": "The virtual machine has been removed, migrated to another cluster, or converted to a virtual machine template.",
|
264
|
+
"removed_vm_tooltip3": "The virtual machine has been moved to the recycle bin.",
|
265
|
+
"removed_vm_tooltip4": "The virtual machine has been removed from the backup plan {backup_plan}.",
|
266
|
+
"cannot_manual_execute_backup_plan_info2": "Unable to Manually Perform Backup Plan <0>{name}</0>",
|
267
|
+
"cannot_manual_execute_backup_plan_reason2": "There is one or more ongoing backup jobs in the backup plan. Please stop them or wait until they are complete before performing this backup plan.",
|
268
|
+
"backup_repo_empty": "The backup service has not been associated with a backup repository",
|
269
|
+
"cannot_restore": "Unable to restore",
|
270
|
+
"query_restore_point_error": "The restore point cannot be obtained."
|
271
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
{
|
2
|
+
"local_created_at": "Restore Point",
|
3
|
+
"type": "Backup Type",
|
4
|
+
"creation": "Execution Type",
|
5
|
+
"compression_ratio": "Compression Ratio",
|
6
|
+
"local_id": "",
|
7
|
+
"delete_restore_point_title": "Delete Restore Point",
|
8
|
+
"delete_restore_point_confirm": "Deleting the restore point {name} will also delete all the following restore points. Are you sure to delete the following {num} restore points?",
|
9
|
+
"delete_restore_point_info": "This operation cannot be resumed.",
|
10
|
+
"delete_restore_point": "Delete {num} restore points",
|
11
|
+
"cannot_delete_restore_point": "Deleting the restore point {name} will also delete all the following restore points. You cannot delete it at this time because it is performing a backup or restore job.",
|
12
|
+
"cannot_delete_restore_point_info": "Please delete the restore point after the backup service upgrade is complete.",
|
13
|
+
"cannot_delete_restore_point_reason": "The restore point <0>{restore_point}</0> cannot be deleted because the backup service <1>{backup_service}</1> on which it resides is being upgraded.",
|
14
|
+
"cannot_delete_restore_point_title": "Unable to Delete Restore Point",
|
15
|
+
"physical_size": "Total Backup File Capacity",
|
16
|
+
"valid_size": "Backup Valid Capacity"
|
17
|
+
}
|