@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,206 @@
|
|
1
|
+
{
|
2
|
+
"cannot_delete_role": "Cannot delete role",
|
3
|
+
"delete_warning": "{count} users are associated with {name}. Please modify the role of the associated user first, or delete the associated user to delete the role.",
|
4
|
+
"delete_customized_role": "Delete Custom Role",
|
5
|
+
"confirm_delete_customized_role": "Are you sure to delete the custom role {name}?",
|
6
|
+
"cannot_withdraw_warning": "This operation cannot be withdrawn.",
|
7
|
+
"search_placeholder": "Search Permissions",
|
8
|
+
"empty_result": "No permission to match filter results",
|
9
|
+
"clear_keywords": "Clear Filter Conditions",
|
10
|
+
"role_name_placeholder": "Please fill in a role name",
|
11
|
+
"duplicated_role_name": "A role with the same name already exists",
|
12
|
+
"invalid_role_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 (\").",
|
13
|
+
"role_name": "Role Name",
|
14
|
+
"update_customized_role": "Edit Custom Role",
|
15
|
+
"create_customized_role": "Create Custom Role",
|
16
|
+
"role_description": "All roles have basic read permissions for infrastructure, operation & management, and settings. The basic read permissions do not include those for sensitive resources, audit information, and user information.",
|
17
|
+
"role_action": "Operation Permissions",
|
18
|
+
"fold_all": "Collapse All",
|
19
|
+
"unfold_all": "Expand All",
|
20
|
+
"uncheck_all": "Uncheck All",
|
21
|
+
"check_all": "Check All",
|
22
|
+
"without_action": "No Permission",
|
23
|
+
"role_name_and_action": "Role Name and Permissions",
|
24
|
+
"connected_users_count": "Number of Associated Users",
|
25
|
+
"actions_count": "{count} permission(s)",
|
26
|
+
"checked_count": "{count} selected / {total} total",
|
27
|
+
"infrastructure-and-virtualization": "Infrastructure & Virtualization",
|
28
|
+
"add-data-center": "Add Data Center",
|
29
|
+
"update-host-name": "Modify Host Name",
|
30
|
+
"export-vds": "Export VDS Information",
|
31
|
+
"iscsi-user-storage": "iSCSI User Target",
|
32
|
+
"export-iscsi-user-storage-info": "Export iSCSI User Target Information",
|
33
|
+
"create-iscsi-user-storage": "Create iSCSI Data Storage",
|
34
|
+
"update-iscsi-user-storage": "Edit iSCSI Data Storage",
|
35
|
+
"delete-iscsi-user-storage": "Delete iSCSI Data Storage",
|
36
|
+
"delete-lun": "Delete LUN",
|
37
|
+
"open-console": "Open Terminal",
|
38
|
+
"reboot-vm": "Reboot VM",
|
39
|
+
"convert-vm-template": "Convert to VM Template",
|
40
|
+
"crate-vm-volume": "Create Virtual Volume",
|
41
|
+
"update-vm-volume": "Edit Virtual Volume",
|
42
|
+
"demount-vm-volume": "Unmount Virtual Volume",
|
43
|
+
"demount-cd-rom": "Uninstall CD-ROM",
|
44
|
+
"update-vm-nic": "Edit Virtual NIC",
|
45
|
+
"update-cpu-model": "Edit CPU compatibility",
|
46
|
+
"win-opt": "Whether to turn on optimization for Windows",
|
47
|
+
"rebuild-vm-snapshot": "Rebuild VM Snapshot",
|
48
|
+
"iso": "ISO image",
|
49
|
+
"upload-iso": "Upload ISO image",
|
50
|
+
"update-iso-name": "Edit ISO image name",
|
51
|
+
"delete-iso": "Delete ISO image",
|
52
|
+
"export-vm-template-info": "Export VM Template Information",
|
53
|
+
"operation-and-maintenance": "Operations & Settings",
|
54
|
+
"single-cluster-operation-and-maintenance": "Within a single cluster",
|
55
|
+
"mark-as-resolved": "Mark as resolved",
|
56
|
+
"alert-email-setting": "Alert Email Notification Settings",
|
57
|
+
"create-monitor-view": "Create Monitoring Analysis View",
|
58
|
+
"update-monitor-view": "Edit Monitoring Analysis View",
|
59
|
+
"delete-monitor-view": "Delete Monitoring Analysis View",
|
60
|
+
"export-monitor-view-info": "Export View Information",
|
61
|
+
"resource-optimization": "Resource Optimization",
|
62
|
+
"update-resource-optimization-rule": "Edit Rule",
|
63
|
+
"cluster-setting": "General Cluster Settings",
|
64
|
+
"update-cluster-name": "Cluster Name Modification",
|
65
|
+
"enable-snmp-transport": "Enable SNMP Transport",
|
66
|
+
"disable-snmp-transport": "Disable SNMP Transport",
|
67
|
+
"update-trap-reception": "Edit Trap Receiver",
|
68
|
+
"enable-trap-reception": "Enable Trap Receiver",
|
69
|
+
"disable-trap-reception": "Disable Trap Receiver",
|
70
|
+
"delete-trap-reception": "Delete Trap Receiver",
|
71
|
+
"cluster-network-setting": "Cluster Network Setting",
|
72
|
+
"cluster-virtualization-setting": "Cluster Virtualization Settings",
|
73
|
+
"view-all-users-info": "View all user information",
|
74
|
+
"reset-user-password": "Reset User Password",
|
75
|
+
"change-user-role": "Change User Role Type",
|
76
|
+
"update-smtp-server-setting": "Modify SMTP Server Settings",
|
77
|
+
"vmtools-iso": "VMTools ISO Image",
|
78
|
+
"deploy-migrate-transmitter": "Deploy cross-cluster transport agent",
|
79
|
+
"install-third-party-driver": "Install a cross-cluster third-party storage driver",
|
80
|
+
"update-cloud-tower-license": "Update CloudTower software license",
|
81
|
+
"please_select_role_permissions": "Please select at least one role permission",
|
82
|
+
"cloud-tower-operation-and-maintenance": "CloudTower Levels",
|
83
|
+
"user-and-role": "Users and Roles",
|
84
|
+
"all_actions_count": "{count} permissions in total",
|
85
|
+
"MANAGE_DATA_CENTER": "Data Center Management",
|
86
|
+
"MANAGE_CLUSTER_CONNECTION": "Cluster Association Management",
|
87
|
+
"MANAGE_HOST": "HOST Management",
|
88
|
+
"MANAGE_NIC_MTU": "Edit NIC MTU",
|
89
|
+
"MANAGE_DISK": "Physical Disk Management",
|
90
|
+
"MANAGE_HARDWARE_TOPO": "Rack Configuration",
|
91
|
+
"MANAGE_USB_DEVICE": "VM USB Device Management",
|
92
|
+
"MANAGE_VDS": "VDS Management",
|
93
|
+
"MANAGE_VLAN": "VM Network Management",
|
94
|
+
"MANAGE_SYSTEM_VLAN": "System Network Management",
|
95
|
+
"MANAGE_ISCSI_DATA_STORE": "iSCSI User Storage Object Management",
|
96
|
+
"MANAGE_NFS_DATA_STORE": "NFS User Storage Object Management",
|
97
|
+
"MANAGE_NVMF_DATA_STORE": "NVMe User Storage Object Management",
|
98
|
+
"CREATE_VM": "Create VM",
|
99
|
+
"UPDATE_VM": "Edit VM",
|
100
|
+
"DELETE_VM": "Delete and Resume VM",
|
101
|
+
"UPDATE_VM_ADVANCED_SETTING": "Edit VM Advanced Settings",
|
102
|
+
"VM_OPERATION_MIGRATE": "Migrate VM",
|
103
|
+
"VM_OPERATION_VM_FOLDER": "VM Folder Management",
|
104
|
+
"VM_OPERATION_OPEN_TERMINAL": "Open Terminal",
|
105
|
+
"VM_OPERATION_VM_POWER": "VM Power Operations",
|
106
|
+
"VM_OPERATION_CLONE": "Clone VM",
|
107
|
+
"VM_OPERATION_INSTALL_TOOLS": "Install VMTools",
|
108
|
+
"MANAGE_VM_TEMPLATE": "VM Template Management",
|
109
|
+
"MANAGE_VM_SNAPSHOT": "VM Snapshot Management",
|
110
|
+
"MANAGE_VM_VOLUME": "Virtual Volume Management",
|
111
|
+
"MANAGE_ISO": "ISO Image Management",
|
112
|
+
"MANAGE_VM_PLACEMENT_GROUP": "VM Placement Group Management",
|
113
|
+
"MANAGE_SNAPSHOT_PLAN": "Snapshot Plan Management",
|
114
|
+
"MANAGE_ALERT": "Alert Management",
|
115
|
+
"MANAGE_MONITOR_VIEW": "Monitoring Management",
|
116
|
+
"MANAGE_ENTITY_FILTER": "Resource Optimization Management",
|
117
|
+
"MANAGE_CLUSTER_BASIC_INFO": "Cluster Basic Information Management",
|
118
|
+
"MANAGE_CLUSTER_LICENCE": "Cluster Software License Management",
|
119
|
+
"MANAGE_CLUSTER_SNMP": "SNMP Configuration",
|
120
|
+
"MANAGE_CLUSTER_VIP": "Virtual IP Management",
|
121
|
+
"MANAGE_CLUSTER_MANAGEMENT_IP": "Cluster Management IP’s Management",
|
122
|
+
"MANAGE_DNS_SERVER": "DNS Server Management",
|
123
|
+
"MANAGE_NTP_SERVER": "NTP Server Management",
|
124
|
+
"MANAGE_IPMI": "IPMI Information Management",
|
125
|
+
"MANAGE_CLUSTER_VM_CPU_MODEL": "VM CPU Compatibility Management",
|
126
|
+
"MANAGE_CLUSTER_VM_TOOLS": "VMTools ISO Image Management",
|
127
|
+
"MANAGE_CLUSTER_HOT_MIGRATION": "Hot Migration Option Configuration",
|
128
|
+
"MANAGE_CLUSTER_HA": "Default HA Configuration",
|
129
|
+
"MANAGE_VCENTER_ASSOCIATION": "vCenter Association Management",
|
130
|
+
"MANAGE_ESXI_ASSOCIATION": "ESXi Association Management",
|
131
|
+
"MANAGE_LOG_COLLECTION": "Log Collection",
|
132
|
+
"MANAGE_LABEL": "Label Management",
|
133
|
+
"MANAGE_USER_AND_ROLE": "User and Role Management",
|
134
|
+
"MANAGE_PASSWORD_SETTINGS": "Password Security Management",
|
135
|
+
"MANAGE_ACCESS_CONTROL": "Access Restriction Management",
|
136
|
+
"MANAGE_SESSION_EXPIRATION": "Session Timeout Management",
|
137
|
+
"MANAGE_AUDIT_LOG": "Event Audit",
|
138
|
+
"MANAGE_SMTP_SERVER": "SMTP Server Management",
|
139
|
+
"MANAGE_ALERT_EMAIL_SETTING": "Alert Email Notification Management",
|
140
|
+
"MANAGE_CLUSTER_UPGRADE": "Cluster Upgrade Management",
|
141
|
+
"MANAGE_VM_RECYCLE_BIN_SETTING": "Recycle Bin Rule Management",
|
142
|
+
"MANAGE_REPORT": "Report Management",
|
143
|
+
"MANAGE_SHARING_VM_TOOLS": "Shared VMTools Image Management",
|
144
|
+
"MANAGE_ADVANCED_MONITOR": "Advanced Monitoring Management",
|
145
|
+
"MANAGE_MIGRATE_TRANSMITTER": "Cross-Cluster Transmission Agent Management",
|
146
|
+
"MANAGE_THIRD_PARTY_DRIVER": "Third-Party Storage Driver Management",
|
147
|
+
"MANAGE_ORGANIZATION_NAME": "Organization Name Management",
|
148
|
+
"MANAGE_CLOUD_TOWER_LICENSE": "CloudTower Software License Management",
|
149
|
+
"MANAGE_CONSISTENCY_GROUP": "Consistency Group Management",
|
150
|
+
"basic_readable_permissions_title": "The basic read permissions do not include the read permissions for audit information and user information.",
|
151
|
+
"root_administrator": "This role has all the permissions.",
|
152
|
+
"customized_roles": "The role has <0>basic read permissions</0> for infrastructure, operation & management, and settings.",
|
153
|
+
"OPS_administrator": "The role has read permissions for infrastructure, operation & management, and settings.",
|
154
|
+
"user_administrator": "The role has <0>basic read permissions</0> for infrastructure, operation & management, and settings, as well as read permissions for user information.",
|
155
|
+
"read_only_users": "The role has <0>basic read permissions</0> for infrastructure, operation & management, and settings.",
|
156
|
+
"no_operating_privileges": "No operation permissions",
|
157
|
+
"customized_roles_actions_count": "Basic Read + {count} Operation Permissions",
|
158
|
+
"user_administrator_actions_count": "Basic Read + 1 Operation Permission",
|
159
|
+
"auditor_actions_count": "1 Operation Permission",
|
160
|
+
"read_only_users_actions_count": "Basic Read Permissions",
|
161
|
+
"OPS_administrator_actions_count": "Basic Read + All {count} Operation Permissions",
|
162
|
+
"root_administrator_actions_count": "Basic Read + All {count} Operation Permissions",
|
163
|
+
"self_service_actions_count": "{count} Operation Permissions",
|
164
|
+
"empty_search_result": "No search result",
|
165
|
+
"infrastructure": "Infrastructure",
|
166
|
+
"role_description2": "All custom roles have basic read permissions for infrastructure, operation & management, and settings. The basic read permissions do not include those for audit information and user information.",
|
167
|
+
"all_permission": "All Permissions",
|
168
|
+
"shared_vmtools_iso": "Share VMTools ISO Image",
|
169
|
+
"system_vlan_info": "Please assign the management permissions of virtual distributed switch at the same time, to ensure that the users associated with this role can manage the system network.",
|
170
|
+
"customized_no_checked_vds_alert": "Please assign the management permissions of virtual distributed switch for the role, to ensure that the users associated with this role can manage the system network.",
|
171
|
+
"MANAGE_SR_IOV_NIC": "SR-IOV Configuration",
|
172
|
+
"UPDATE_VM_GUEST": "Update VM via VMTools",
|
173
|
+
"MANAGE_CLUSTER_ISCSI": "Enable or Disable iSCSI Storage",
|
174
|
+
"iscsi_storage_switch": "iSCSI Storage Switch",
|
175
|
+
"MANAGE_BACKUP_LICENSE": "Backup License Management",
|
176
|
+
"MANAGE_BACKUP_PACKAGE": "Backup Installation Package Management",
|
177
|
+
"MANAGE_BACKUP_PLAN": "Backup Plan Management",
|
178
|
+
"MANAGE_BACKUP_RESTORE_POINT": "Restore Point Management",
|
179
|
+
"MANAGE_BACKUP_RESTORE_POINT_TASK": "Restore Job Management",
|
180
|
+
"MANAGE_BACKUP_SERVICE": "Backup Service Management",
|
181
|
+
"MANAGE_BACKUP_STORE_REPOSITORY": "Backup Repository Management",
|
182
|
+
"MANAGE_BACKUP_TASK": "Backup Job Management",
|
183
|
+
"backup": "Backup",
|
184
|
+
"backup-license": "Software License",
|
185
|
+
"backup-package": "Backup Installation Package",
|
186
|
+
"backup-plan": "Backup Plan",
|
187
|
+
"backup-restore-point": "Restore Point",
|
188
|
+
"backup-restore-point-task": "Restore Job",
|
189
|
+
"backup-service": "Backup Service",
|
190
|
+
"backup-store-repository": "Backup Repository",
|
191
|
+
"backup-task": "Backup Job",
|
192
|
+
"MANAGE_SECURITY_POLICY": "Security Policy Management",
|
193
|
+
"MANAGE_SECURITY_GROUP": "Security Group Management",
|
194
|
+
"ISOLATE_VM": "VM Quarantine",
|
195
|
+
"MANAGE_EVEROUTE_LICENSE": "Software License Management",
|
196
|
+
"MANAGE_EVEROUTE_PACKAGE": "Installation Package Management",
|
197
|
+
"DEPLOY_EVEROUTE_CLUSTER": "Deploy Everoute Service",
|
198
|
+
"UNDEPLOY_EVEROUTE_CLUSTER": "Uninstall Everoute Service",
|
199
|
+
"UPGRADE_EVEROUTE_CLUSTER": "Upgrade Everoute Service",
|
200
|
+
"MANAGE_EVEROUTE_CLUSTER_ASSOCIATION": "Edit Associations",
|
201
|
+
"MANAGE_EVEROUTE_CLUSTER_GLOBAL_POLICY": "Global Security Policy Management",
|
202
|
+
"MANAGE_CLUSTER_STORAGE_POLICY": "Set Default Storage Policy",
|
203
|
+
"VM_IMPORT_EXPORT": "VM Import and Export",
|
204
|
+
"VM_TEMPLATE_IMPORT_EXPORT": "VM Template Import and Export",
|
205
|
+
"VM_VOLUME_IMPORT_EXPORT": "Virtual Volume Import and Export"
|
206
|
+
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
{
|
2
|
+
"name": "Name",
|
3
|
+
"description": "Description",
|
4
|
+
"everoute_cluster": "Associated Everoute Service",
|
5
|
+
"members_count": "Member Count",
|
6
|
+
"security_policies_count": "Associated Security Policy Count",
|
7
|
+
"security_group": "Security Group",
|
8
|
+
"create_security_group": "Create Security Group",
|
9
|
+
"edit_security_group": "Edit Security Group",
|
10
|
+
"security_policies": "Security Policy",
|
11
|
+
"create_security_group_alert": "Membership only supports the virtual machine when any of the virtual distributed switches of its VM networks is associated with the Everoute service,",
|
12
|
+
"dynamic_members": "Dynamic Membership",
|
13
|
+
"static_members": "Static Membership",
|
14
|
+
"add_label_groups": "Add Label Group",
|
15
|
+
"select_label_groups": "Select VM by label",
|
16
|
+
"select_vms": "Select VM",
|
17
|
+
"check_security_group_name_failed_1": "Please enter a name for the security group.",
|
18
|
+
"check_security_group_name_failed_2": "Only Chinese characters, uppercase and lowercase English letters, numbers, hyphens (-), underscores (_), and English periods (.) are supported. The name should not start with symbols.",
|
19
|
+
"check_security_group_name_failed_3": "There is already a security group with the same name in CloudTower.",
|
20
|
+
"check_security_group_description_failed": "Only Chinese characters, uppercase and lowercase English letters, numbers, hyphens (-), underscores (_), and English periods (.) are supported.",
|
21
|
+
"check_security_group_members_failed": "Please add a security group member.",
|
22
|
+
"total_effective_vms_count": "{ count } VMs in total",
|
23
|
+
"member": "Membership",
|
24
|
+
"sidebar_vm_tooltip_desc": "The virtual distributed switches of VM networks related to this virtual machine are not all associated with the Everoute service, so you can only add this virtual machine to the allowlist but cannot set it as a policy object.",
|
25
|
+
"dynamic_member_labels": "Dynamic Membership Label",
|
26
|
+
"as_security_policy": "As Policy Object",
|
27
|
+
"as_ingress_whitelist": "As Ingress Traffic Allowlist",
|
28
|
+
"as_egress_whitelist": "As Egress Traffic Allowlist",
|
29
|
+
"no_security_policies": "No security policies",
|
30
|
+
"delete_security_group_title": "Delete Security Group",
|
31
|
+
"cannot_delete_security_group_title": "Unable to Delete Security Group",
|
32
|
+
"delete_security_group_desc": "Are you sure you want to delete the security group <1>{ name }</1>?",
|
33
|
+
"batch_delete_security_group_desc": "Are you sure you want to delete the <0>{ count } security groups</0>?",
|
34
|
+
"cannot_delete_security_group_desc_1": "The security group <1>{ name }</1> cannot be deleted.",
|
35
|
+
"cannot_delete_security_group_desc_2": "The following security policies are being applied to the security group. Please remove the security group from these policies and then try deleting again.",
|
36
|
+
"cannot_delete_security_group_desc_3": "The following virtual machine quarantine policies are being applied to the security group. Please remove the security group from these policies and then try deleting again.",
|
37
|
+
"cannot_batch_delete_security_group_desc_1": "The { count } selected security groups cannot be deleted because the following security policies are being applied to them:",
|
38
|
+
"cannot_batch_delete_security_group_desc_2": "{ count } cannot be deleted. Continuing the task will skip these security groups.",
|
39
|
+
"cannot_batch_delete_security_group_desc_3": "The following security policies are being applied to the security group. Please remove the security group from these security policies and try again.",
|
40
|
+
"cannot_batch_delete_security_group_desc_4": "The following quarantine policies are being applied to the security group. Please remove the security group from these policies and then try deleting again.",
|
41
|
+
"can_delete_some_security_group_desc": "Of { total } security groups, <0>{ count }</0> can be deleted.",
|
42
|
+
"add_security_group": "Create Security Group",
|
43
|
+
"check_security_group_name_failed_4": "The security group name should be 1-255 characters in length.",
|
44
|
+
"need_higher_version": "The Everoute service version should be { version } or above.",
|
45
|
+
"cannot_batch_delete_security_group_with_er_changing": "Unable to delete security groups because its Everoute service is abnormal or changing.",
|
46
|
+
"update_er_version_to_create_security_group_desc": "To create a security group, please upgrade the Everoute service to 1.1.0 first.",
|
47
|
+
"only_support_version_gt_1_1_0_ER": "Only the Everoute service 1.1.0 or above is supported."
|
48
|
+
}
|
@@ -0,0 +1,222 @@
|
|
1
|
+
{
|
2
|
+
"any_traffic": "Arbitrary Traffic",
|
3
|
+
"no_ingress": "Disable All Ingress Traffic",
|
4
|
+
"no_egress": "Disable All Egress Traffic",
|
5
|
+
"ingress_whitelist": "Ingress Traffic Allowlist",
|
6
|
+
"egress_whitelist": "Egress Traffic Allowlist",
|
7
|
+
"policy_object": "Policy Object",
|
8
|
+
"add_policy_object": "Add Policy Object",
|
9
|
+
"icmp_protocol_port": "ICMP, all types, all codes",
|
10
|
+
"tcp_protocol_port": "TCP, port: {port}",
|
11
|
+
"udp_protocol_port": "UDP, port: {port}",
|
12
|
+
"forbid_all_ingress": "All ingress traffic disabled if left empty",
|
13
|
+
"forbid_all_egress": "All egress traffic disabled if left empty",
|
14
|
+
"ingress": "Ingress Traffic",
|
15
|
+
"egress": "Egress Traffic",
|
16
|
+
"only_whitelist": "Allowlist Only",
|
17
|
+
"allow_all": "Allow All",
|
18
|
+
"vm_whitelist": "VM Allowlist",
|
19
|
+
"ip_whitelist": "IP Address Allowlist",
|
20
|
+
"add_whitelist": "Add Allowlist",
|
21
|
+
"title": "Security Policy",
|
22
|
+
"create_policy": "Create Security Policy",
|
23
|
+
"create_policy_title": "Create Security Policy",
|
24
|
+
"delete_policy": "Delete Security Policy",
|
25
|
+
"delete_policy_confirm_alert_01": "Are you sure to delete the security policy <1>{ name }</1>?",
|
26
|
+
"delete_policy_confirm_alert_02": "This operation cannot be resumed.",
|
27
|
+
"edit_policy_object": "Edit Policy Object",
|
28
|
+
"add_policy_object_desc1": "Filter virtual machines by label to add policy objects. You can only select English letter labels.",
|
29
|
+
"add_policy_object_desc2": "If the Everoute service is not associated with the cluster where the virtual machine is located and the VDS of all VM-related VM networks, the virtual machine will not be controlled by the security policy.",
|
30
|
+
"search_labels_placeholder": "Search label",
|
31
|
+
"vm_count": "{count} virtual machines",
|
32
|
+
"enter_label_to_add_policy_object": "Enter a label to add the policy object.",
|
33
|
+
"communicable_label": "Communication between Policy Objects",
|
34
|
+
"not_allowed": "Disallow",
|
35
|
+
"allowed": "Allow",
|
36
|
+
"vms_is_null": "No matching VMs.",
|
37
|
+
"vms_outside_security_policy_alert": "vms_outside_security_policy_alert",
|
38
|
+
"input_basic_information_desc": "Basic Information",
|
39
|
+
"configure_network_security_policy_desc": "Configure the security policy",
|
40
|
+
"description_optional": "Description (optional)",
|
41
|
+
"everoute_cluster": "Everoute Service",
|
42
|
+
"select_everoute_cluster": "Select the Everoute service",
|
43
|
+
"everoute_name_check_failed_01": "Please fill in the security policy name.",
|
44
|
+
"everoute_name_check_failed_02": "A network security policy with the same name already exists in the Everoute cluster.",
|
45
|
+
"everoute_name_check_failed_03": "The length of a security policy name is within 1~255.",
|
46
|
+
"everoute_name_check_failed_04": "The name must start with uppercase and lowercase English letters or numbers.",
|
47
|
+
"everoute_desc_check_failed_01": "Only uppercase and lowercase English letters, numbers, underscores (_), hyphens (-) and periods (.) are supported.",
|
48
|
+
"everoute_cluster_check_failed_01": "Please select the Everoute service.",
|
49
|
+
"policy_object_check_failed": "Please add a policy object.",
|
50
|
+
"isolation_vms": "Quarantined VMs",
|
51
|
+
"operation_and_maintenance": "Operation and Management",
|
52
|
+
"exclude_vms_alert": "The cluster is not managed by the Everoute cluster ({ count })",
|
53
|
+
"exclude_vds_alert": "The virtual distributed switch of the virtual machine network is not managed by the Everoute cluster ({ count })",
|
54
|
+
"add_ingress_vms_whitelist_title": "Add VM Allowlist to Control Ingress Traffic",
|
55
|
+
"edit_ingress_vms_whitelist_title": "Edit VM Allowlist to Control Egress Traffic",
|
56
|
+
"ingress_vms_whitelist_desc_01": "Filter virtual machines by labels to set the VM allowlist.",
|
57
|
+
"ingress_vms_whitelist_desc_02": "If the Everoute service is not associated with the cluster where the virtual machine is located and at least one VDS of the VM-related VM networks, the virtual machine will not be controlled by the security policy.",
|
58
|
+
"protocol": "Protocol",
|
59
|
+
"add_protocol_and_port": "Add Protocol and Port",
|
60
|
+
"any_protocol": "Any Protocol",
|
61
|
+
"port_input_tips": "Separate ports or port ranges by the punctuation (,). If left blank, the access to all ports is allowed.",
|
62
|
+
"port_input_placeholder": "For example:80, 20-60.",
|
63
|
+
"port_input_icmp_placeholder": "Traffic of any type or any code is allowed.",
|
64
|
+
"protocol_select_check_failed": "Please select a protocol.",
|
65
|
+
"add_ingress_ip_address_whitelist_title": "Add IP Allowlist to Control Ingress Traffic",
|
66
|
+
"edit_ingress_ip_address_whitelist_title": "Edit IP Allowlist to Control Ingress Traffic",
|
67
|
+
"ip_address": "IP Address",
|
68
|
+
"ip_address_placeholder": "IP address or CIDR block (e.g., 10.0.5.0/24)",
|
69
|
+
"ip_address_check_failed_01": "Please fill in a correct IP address or CIDR block.",
|
70
|
+
"ip_address_check_failed_02": "Please fill in an IP address.",
|
71
|
+
"add_egress_vms_whitelist_title": "Add VM Allowlist to Control Egress Traffic",
|
72
|
+
"edit_egress_vms_whitelist_title": "Edit VM Allowlist to Control Egress Traffic",
|
73
|
+
"egress_vms_whitelist_desc_01": "Filter the whitelist of egress traffic virtual machines by label combination.",
|
74
|
+
"add_egress_ip_address_whitelist_title": "Add IP Allowlist to Control Egress Traffic",
|
75
|
+
"edit_egress_ip_address_whitelist_title": "Edit IP Allowlist to Control Egress Traffic",
|
76
|
+
"edit_security_policy_name_and_desc": "Edit Name and Description",
|
77
|
+
"edit_security_policy": "Edit Security Policy",
|
78
|
+
"edit_security_policy_name_and_desc_modal_title": "Edit the policy name and description",
|
79
|
+
"edit_security_policy_name_and_desc_tips": "Edit the name and description of the network security policy <1>{ name }</1>.",
|
80
|
+
"edit_security_policy_tips": "Edit the policy object and allowlist for the security policy <1>{ name }</1>.",
|
81
|
+
"apply_to": "Policy Object",
|
82
|
+
"vm_name_and_cluster_name": "Virtual machine name, cluster name",
|
83
|
+
"load_failed": "Loading failed, please check your network environment.",
|
84
|
+
"reload": "Reload",
|
85
|
+
"effective_vms_in_total": "Total {count} effective virtual machines",
|
86
|
+
"security_policy_tips01": "The custom security policy will control the network traffic of one or more virtual machines through labels. Please create the label first, and then create the network security policy. Only English labels are supported.",
|
87
|
+
"management_labels": "Management Labels",
|
88
|
+
"label_not_support": "This label is not supported temporarily",
|
89
|
+
"associate_with_vms": "{number} virtual machines are effective",
|
90
|
+
"apply_vms_alert": "Among all the virtual machines matching the label, {count} of them are not controlled by the network security policies.",
|
91
|
+
"whitelist_vms_alert": "Among all the virtual machines matching the label, {count} of them cannot be in the whitelist.",
|
92
|
+
"only_whitelist_vms_alert": "Among all the virtual machines matching the label, {count} of them have some NICs which are not controlled by the network security policies.",
|
93
|
+
"no_vlan_in_everoute": "All the virtual distributed switches of the virtual machine network are not associated with the Everoute service ({ count }).",
|
94
|
+
"some_vlan_not_in_everoute": "The virtual distributed switches of the virtual machine network are not all associated with the Everoute service ({ count }).",
|
95
|
+
"selector_ids": "Labels",
|
96
|
+
"communicable": "The policy objects communicate with each other.",
|
97
|
+
"enter_label_to_add_vm_whitelist": "Enter a label to add a virual machine whitelist",
|
98
|
+
"failed_to_add_vm_whitelist": "Please add a virtual machine whitelist.",
|
99
|
+
"all_ports": "All Ports",
|
100
|
+
"specify_protocol": "Specified Protocol",
|
101
|
+
"security_policy_table_empty": "No network security policy",
|
102
|
+
"type": "Filter Type",
|
103
|
+
"ports": "Specified Protocol",
|
104
|
+
"ip_block": "IP Block",
|
105
|
+
"ips": "IP Address",
|
106
|
+
"protocols": "Protocols",
|
107
|
+
"description": "Description",
|
108
|
+
"port": "Port",
|
109
|
+
"vmNames": "Managed VMs",
|
110
|
+
"vmWhitelist": "VM Allowlist",
|
111
|
+
"ipBlocks": "IP Address Allowlist",
|
112
|
+
"labels": "Labels",
|
113
|
+
"security_policy": "Security Policy",
|
114
|
+
"fill_in_a_valid_port_or_port_range": "Please enter a valid port or port range.",
|
115
|
+
"customized_security_policy": "Custom Security Policy",
|
116
|
+
"global_security_policy": "Global Security Policy",
|
117
|
+
"everoute_global_security_policy_title": "{name}'s Global Security Policy",
|
118
|
+
"policy_effective_mode": "Configure policy mode",
|
119
|
+
"policy_effect": "Policy Mode",
|
120
|
+
"edit_policy_effective_mode": "Edit Policy Mode",
|
121
|
+
"policy_mode_option_take_effect": "Enable",
|
122
|
+
"policy_mode_option_invalid": "Disable",
|
123
|
+
"policy_mode_status_in_effect": "In effect",
|
124
|
+
"policy_mode_status_not_active": "Disabled",
|
125
|
+
"edit_policy_effective_mode_with_name": "Select whether to enable the security policy { name }.",
|
126
|
+
"edit_multi_policy_effective_mode_desc": "Select whether to enable the {count} security policies in batches.",
|
127
|
+
"policy_effect_immediately_after_edit": "Once enabled, the security policy will take effect immediately.",
|
128
|
+
"no_effective_policy_mode_selected_msg": "Please select whether to enable the security policy.",
|
129
|
+
"only_english_labels_are_supported": "English Labels Only",
|
130
|
+
"ip_address_or_cidr_block": "IP address or CIDR block",
|
131
|
+
"ip_address_example": "For example, 10.0.5.0/24",
|
132
|
+
"exclude_ip_address_placeholder": "Separate multiple IP addresses by the punctuation (,).",
|
133
|
+
"excluded_ip_addresses_are_not_in_the_whitelist": "The IP address you want to exclude is not on the allowlist.",
|
134
|
+
"excluded_ip_addresses_and_whitelists_cannot_be_same": "You cannot exclude all IP addresses on the allowlist.",
|
135
|
+
"except": "Exclude:",
|
136
|
+
"single_cidr_block_multiple_ip_addresses_are_allowed": "Only a single CIDR block or multiple IP addresses are allowed to be excluded.",
|
137
|
+
"exclude_some_IP_addresses": "Exclude IP addresses",
|
138
|
+
"add_by_label": "Add by label",
|
139
|
+
"add_by_security_group": "Add by security group",
|
140
|
+
"add_egress_rule_whitelist_by_label": "Add egress traffic allowlist by label",
|
141
|
+
"add_egress_rule_whitelist_by_security_group": "Add egress traffic allowlist by security group",
|
142
|
+
"add_ingress_rule_whitelist_by_label": "Add ingress traffic allowlist by label",
|
143
|
+
"add_ingress_rule_whitelist_by_security_group": "Add ingress traffic allowlist by security group",
|
144
|
+
"add_whitelist_by_label": "Add allowlist by label",
|
145
|
+
"add_whitelist_by_security_group": "Add allowlist by security group",
|
146
|
+
"allow_to_communicate": "Allow communication between policy objects",
|
147
|
+
"count_of_new_name_of_security_policies": "{ count } Security Policy (New Name)",
|
148
|
+
"count_of_new_name_of_security_policies_plural": "{ count } Security Policies (New Name)",
|
149
|
+
"count_of_security_policies": "{ count } Security Policy",
|
150
|
+
"count_of_security_policies_plural": "{ count } Security Policies",
|
151
|
+
"create_security_policy": "Create Security Policy",
|
152
|
+
"effect_vms_empty_in_security_group": "No virtual machines in the security group can be set as policy objects. Not all virtual distributed switches affiliated with VM networks of the virtual machine are associated with the Everoute service.",
|
153
|
+
"empty_allow_any_ports_placeholder": "All ports allowed if left empty",
|
154
|
+
"failed_to_import_security_policies_info": "Failed to import { count } security policy.",
|
155
|
+
"failed_to_import_security_policies_info_plural": "Failed to import { count } security policies.",
|
156
|
+
"file_type_check_failed": "Only JSON files are supported.",
|
157
|
+
"import_apply_names": "Policy Object:",
|
158
|
+
"import_egress_names": "Egress Traffic Allowlist:",
|
159
|
+
"import_ingress_names": "Ingress Traffic Allowlist:",
|
160
|
+
"import_security_policies": "Import Security Policy",
|
161
|
+
"import_security_policies_step_title": "Import Security Policy",
|
162
|
+
"imported_failed_when_create_label": "Error: Unable to create label.",
|
163
|
+
"imported_failed_when_create_security_group": "Error: Unable to create security group.",
|
164
|
+
"imported_failed_when_create_security_policy": "Error: Unable to create security policy.",
|
165
|
+
"imported_failed_when_security_policy_exist": "Error: Security policy already exists.",
|
166
|
+
"imported_successfully": "Policy Successfully Imported",
|
167
|
+
"importing": "Importing({ count }/{ total })",
|
168
|
+
"importing_exclude_count": "Importing...",
|
169
|
+
"new_name": "New Name",
|
170
|
+
"new_name_suffix": "New Name Suffix (Optional)",
|
171
|
+
"new_resources": "New Resources",
|
172
|
+
"new_resources_desc_for_label": "The following labels do not exist in CloudTower and will be automatically created to be applied to the imported security policies.",
|
173
|
+
"new_resources_desc_for_security_group": "The following security groups are not included in the Everoute service and will be automatically created to be applied to the imported security policies.",
|
174
|
+
"not_allow_to_communicate": "Block communication between policy objects",
|
175
|
+
"number_of_vms": "Policy Object Count",
|
176
|
+
"old_name": "Old Name",
|
177
|
+
"policy_effect_immediately_after_create": "Once enabled, the security policy will take effect upon creation.",
|
178
|
+
"policy_effect_immediately_after_import": "Once enabled, the security policy will take effect upon import.",
|
179
|
+
"port_range_desc": "Port and port range, such as \"80\" and \"20-60\". Separate them with the English comma (,).",
|
180
|
+
"securityGroupName": "Security Group",
|
181
|
+
"security_policies_config_step_title": "Configure Security Policy",
|
182
|
+
"security_policies_resources_change_step_title": "Change Policy Resources",
|
183
|
+
"security_policy_name": "Policy Name",
|
184
|
+
"security_policy_name_required_failed": "Please enter a name for the security policy.",
|
185
|
+
"security_policy_name_same_failed": "There is already a security policy of the same name affiliated with this Everoute service.",
|
186
|
+
"select_everoute_cluster_extract_version_desc": "Security policies can only be imported into the Everoute service 1.1.0 or above.",
|
187
|
+
"select_import_policies": "Select security policy",
|
188
|
+
"select_import_security_policies_failed": "Please select a security policy to import.",
|
189
|
+
"select_label_failed": "Please select one or more labels.",
|
190
|
+
"select_label_placeholder": "Select one or more labels",
|
191
|
+
"select_policies_empty_desc": "After selecting the file, you will see the security policy in the file here.",
|
192
|
+
"select_policy_file": "Select policy file",
|
193
|
+
"select_security_group_failed": "Please select a security group.",
|
194
|
+
"select_security_group_placeholder": "Select security group",
|
195
|
+
"selected_import_security_policies_count": "{ count } selected/{ total } in total",
|
196
|
+
"selected_security_policies_desc": "You will see security policies to be imported here.",
|
197
|
+
"selected_security_policies_title": "Selected Security Policy",
|
198
|
+
"some_vms_cannot_to_be_apply_in_members": "{ count } virtual machine among the members cannot be used as policy objects.",
|
199
|
+
"some_vms_cannot_to_be_apply_in_members_plural": "{ count } virtual machines among the members cannot be used as policy objects.",
|
200
|
+
"some_vms_cannot_to_be_egress_rule_in_labels": "Among virtual machines selected by label, { count } cannot be added to the egress traffic allowlist.",
|
201
|
+
"some_vms_cannot_to_be_egress_rule_in_security_group": "{ count } virtual machine in the security group cannot be added to the egress traffic allowlist.",
|
202
|
+
"some_vms_cannot_to_be_egress_rule_in_security_group_plural": "{ count } virtual machines in the security group cannot be added to the egress traffic allowlist.",
|
203
|
+
"some_vms_cannot_to_be_ingress_rule_in_labels": "Among virtual machines selected by label, { count } cannot be added to the ingress traffic allowlist.",
|
204
|
+
"some_vms_cannot_to_be_ingress_rule_in_security_group": "{ count } virtual machine in the security group cannot be added to the ingress traffic allowlist.",
|
205
|
+
"some_vms_cannot_to_be_ingress_rule_in_security_group_plural": "{ count } virtual machines in the security group cannot be added to the ingress traffic allowlist.",
|
206
|
+
"some_vms_cannot_to_be_policy": "{ count } virtual machine in the security group cannot be set as policy objects.",
|
207
|
+
"some_vms_cannot_to_be_policy_plural": "{ count } virtual machines in the security group cannot be set as policy objects.",
|
208
|
+
"some_vms_cannot_to_be_policy_desc": "Not all virtual distributed switches of the VM networks of the following virtual machines are not associated with the Everoute service.",
|
209
|
+
"some_vms_cannot_to_be_policy_in_labels": "Among virtual machines selected by label, { count } virtual machine cannot be set as policy objects.",
|
210
|
+
"some_vms_cannot_to_be_policy_in_labels_plural": "Among virtual machines selected by label, { count } virtual machine cannot be set as policy objects.",
|
211
|
+
"some_vms_cannot_to_be_rule_desc": "The virtual distributed switches affiliated with the VM networks of the following virtual machines are not associated with the Everoute service.",
|
212
|
+
"support_file_format_desc": "Only JSON files are supported, and you can only select 1 file.",
|
213
|
+
"upload_file_failed": "Please select or drag the JSON file.",
|
214
|
+
"use_existing_resources": "Use Existing Resources",
|
215
|
+
"use_existing_resources_for_label": "The following labels already exist in CloudTower and will be automatically applied to the imported security policies.",
|
216
|
+
"use_existing_resources_for_security_group": "The following security groups are already included in the Everoute service and will be automatically applied to the imported security policies.",
|
217
|
+
"policy_mode": "Policy Mode",
|
218
|
+
"disabled_to_change_er_service_alert": "Unable to change the Everoute service because the security policy is already being applied to a security group. Please remove the security group from the security policy and try again.",
|
219
|
+
"need_higher_version": "The Everoute service version should be { version } or above.",
|
220
|
+
"parse_failed": "Parsing failed.",
|
221
|
+
"edit_policy": "Edit Policy"
|
222
|
+
}
|