@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.
Files changed (452) hide show
  1. package/.turbo/turbo-prepublish.log +23 -0
  2. package/.turbo/turbo-typings.log +1 -0
  3. package/README.md +8 -2
  4. package/dist/index.d.ts +2 -1
  5. package/dist/index.js +2 -1
  6. package/dist/locales/en-US/alert.json +77 -0
  7. package/dist/locales/en-US/auditLog.json +226 -0
  8. package/dist/locales/en-US/backup.json +261 -0
  9. package/dist/locales/en-US/backupPlan.json +271 -0
  10. package/dist/locales/en-US/backupRestorePoint.json +17 -0
  11. package/dist/locales/en-US/backupStoreRepository.json +67 -0
  12. package/dist/{src/locales → locales}/en-US/basic.json +0 -0
  13. package/dist/locales/en-US/cloudTowerApplicationPackage.json +4 -0
  14. package/dist/locales/en-US/cluster.json +281 -0
  15. package/dist/locales/en-US/clusterUpgrade.json +61 -0
  16. package/dist/locales/en-US/common.json +392 -0
  17. package/dist/locales/en-US/components.json +91 -0
  18. package/dist/locales/en-US/connection.json +11 -0
  19. package/dist/locales/en-US/consistencyGroup.json +62 -0
  20. package/dist/locales/en-US/consistencyGroupSnapshot.json +23 -0
  21. package/dist/locales/en-US/contentLibraryImage.json +70 -0
  22. package/dist/locales/en-US/contentLibraryVmTemplate.json +126 -0
  23. package/dist/locales/en-US/datacenter.json +34 -0
  24. package/dist/locales/en-US/disk.json +127 -0
  25. package/dist/locales/en-US/elfDataStore.json +28 -0
  26. package/dist/locales/en-US/elfImage.json +29 -0
  27. package/dist/locales/en-US/entityFilter.json +94 -0
  28. package/dist/locales/en-US/enum.json +182 -0
  29. package/dist/locales/en-US/error.json +1166 -0
  30. package/dist/locales/en-US/eventAudit.json +9 -0
  31. package/dist/locales/en-US/everoute.json +267 -0
  32. package/dist/locales/en-US/everouteCluster.json +5 -0
  33. package/dist/locales/en-US/everoutePackage.json +4 -0
  34. package/dist/locales/en-US/execute_plan.json +3 -0
  35. package/dist/locales/en-US/globalAlertRule.json +34 -0
  36. package/dist/locales/en-US/graph.json +11 -0
  37. package/dist/locales/en-US/hardware-topo.json +81 -0
  38. package/dist/locales/en-US/host.json +397 -0
  39. package/dist/locales/en-US/httpCode.json +16 -0
  40. package/dist/locales/en-US/index.d.ts +10112 -0
  41. package/dist/locales/en-US/index.js +213 -0
  42. package/dist/locales/en-US/installer.json +67 -0
  43. package/dist/locales/en-US/iscsiConnection.json +12 -0
  44. package/dist/locales/en-US/iscsiLun.json +142 -0
  45. package/dist/locales/en-US/iscsiLunSnapshot.json +9 -0
  46. package/dist/locales/en-US/iscsiTarget.json +147 -0
  47. package/dist/locales/en-US/isolationPolicy.json +29 -0
  48. package/dist/locales/en-US/label.json +84 -0
  49. package/dist/locales/en-US/logCollection.json +13 -0
  50. package/dist/locales/en-US/login.json +18 -0
  51. package/dist/locales/en-US/maintenance-mode.json +56 -0
  52. package/dist/locales/en-US/metric.json +355 -0
  53. package/dist/locales/en-US/migrateTransmitter.json +26 -0
  54. package/dist/locales/en-US/monitor.json +57 -0
  55. package/dist/locales/en-US/namespaceGroup.json +24 -0
  56. package/dist/locales/en-US/nfsExport.json +41 -0
  57. package/dist/locales/en-US/nfsInode.json +14 -0
  58. package/dist/locales/en-US/nic.json +62 -0
  59. package/dist/locales/en-US/nvmfConnection.json +11 -0
  60. package/dist/locales/en-US/nvmfNamespace.json +112 -0
  61. package/dist/locales/en-US/nvmfNamespaceSnapshot.json +28 -0
  62. package/dist/locales/en-US/nvmfSubsystem.json +127 -0
  63. package/dist/locales/en-US/nvmfSubsystemSnapshot.json +4 -0
  64. package/dist/locales/en-US/overview.json +76 -0
  65. package/dist/locales/en-US/plugins.json +13 -0
  66. package/dist/locales/en-US/pmemDimm.json +11 -0
  67. package/dist/locales/en-US/portal.json +5 -0
  68. package/dist/locales/en-US/recycleBin.json +79 -0
  69. package/dist/locales/en-US/recycleVm.json +9 -0
  70. package/dist/locales/en-US/report-task.json +4 -0
  71. package/dist/locales/en-US/report-template.json +20 -0
  72. package/dist/locales/en-US/reportTask.json +7 -0
  73. package/dist/locales/en-US/reportTemplate.json +22 -0
  74. package/dist/locales/en-US/requestCode.json +18 -0
  75. package/dist/locales/en-US/role.json +206 -0
  76. package/dist/locales/en-US/securityGroup.json +48 -0
  77. package/dist/locales/en-US/securityPolicy.json +222 -0
  78. package/dist/locales/en-US/setting.json +292 -0
  79. package/dist/locales/en-US/setup.json +9 -0
  80. package/dist/locales/en-US/snapshot.json +18 -0
  81. package/dist/locales/en-US/snapshotGroup.json +37 -0
  82. package/dist/locales/en-US/snapshotPlan.json +134 -0
  83. package/dist/locales/en-US/snapshotPlanTask.json +10 -0
  84. package/dist/locales/en-US/snmp-transport.json +13 -0
  85. package/dist/locales/en-US/snmp-trap-receiver.json +13 -0
  86. package/dist/locales/en-US/snmpTransport.json +25 -0
  87. package/dist/locales/en-US/snmpTrapReceiver.json +15 -0
  88. package/dist/locales/en-US/storage.json +4 -0
  89. package/dist/locales/en-US/svtImage.json +12 -0
  90. package/dist/locales/en-US/systemAuditLog.json +14 -0
  91. package/dist/locales/en-US/task.json +558 -0
  92. package/dist/locales/en-US/title.json +58 -0
  93. package/dist/locales/en-US/ui.json +16 -0
  94. package/dist/locales/en-US/usbDevice.json +29 -0
  95. package/dist/locales/en-US/user.json +67 -0
  96. package/dist/locales/en-US/userAuditLog.json +275 -0
  97. package/dist/locales/en-US/userRoleNext.json +5 -0
  98. package/dist/locales/en-US/validation.json +230 -0
  99. package/dist/locales/en-US/vds.json +55 -0
  100. package/dist/locales/en-US/view.json +8 -0
  101. package/dist/locales/en-US/vlan.json +127 -0
  102. package/dist/locales/en-US/vm.json +1082 -0
  103. package/dist/locales/en-US/vmDisk.json +4 -0
  104. package/dist/locales/en-US/vmEntityFilterResult.json +8 -0
  105. package/dist/locales/en-US/vmFolder.json +3 -0
  106. package/dist/locales/en-US/vmPlacementGroup.json +48 -0
  107. package/dist/locales/en-US/vmSnapshot.json +47 -0
  108. package/dist/locales/en-US/vmTemplate.json +67 -0
  109. package/dist/locales/en-US/vmVolume.json +92 -0
  110. package/dist/locales/en-US/vsphereEsxiAccount.json +5 -0
  111. package/dist/locales/en-US/witness.json +8 -0
  112. package/dist/locales/en-US/zone.json +13 -0
  113. package/dist/locales/index.d.ts +20361 -0
  114. package/dist/locales/index.js +7 -0
  115. package/dist/locales/zh-CN/alert.json +74 -0
  116. package/dist/locales/zh-CN/auditLog.json +225 -0
  117. package/dist/locales/zh-CN/backup.json +255 -0
  118. package/dist/locales/zh-CN/backupPlan.json +262 -0
  119. package/dist/locales/zh-CN/backupRestorePoint.json +17 -0
  120. package/dist/locales/zh-CN/backupStoreRepository.json +69 -0
  121. package/dist/{src/locales → locales}/zh-CN/basic.json +0 -0
  122. package/dist/locales/zh-CN/cloudTowerApplicationPackage.json +4 -0
  123. package/dist/locales/zh-CN/cluster.json +282 -0
  124. package/dist/locales/zh-CN/clusterUpgrade.json +61 -0
  125. package/dist/locales/zh-CN/common.json +394 -0
  126. package/dist/locales/zh-CN/components.json +91 -0
  127. package/dist/locales/zh-CN/connection.json +11 -0
  128. package/dist/locales/zh-CN/consistencyGroup.json +62 -0
  129. package/dist/locales/zh-CN/consistencyGroupSnapshot.json +23 -0
  130. package/dist/locales/zh-CN/contentLibraryImage.json +69 -0
  131. package/dist/locales/zh-CN/contentLibraryVmTemplate.json +129 -0
  132. package/dist/locales/zh-CN/datacenter.json +34 -0
  133. package/dist/locales/zh-CN/disk.json +127 -0
  134. package/dist/locales/zh-CN/elfDataStore.json +28 -0
  135. package/dist/locales/zh-CN/elfImage.json +29 -0
  136. package/dist/locales/zh-CN/entityFilter.json +94 -0
  137. package/dist/locales/zh-CN/enum.json +188 -0
  138. package/dist/locales/zh-CN/error.json +1173 -0
  139. package/dist/locales/zh-CN/eventAudit.json +9 -0
  140. package/dist/locales/zh-CN/everoute.json +265 -0
  141. package/dist/locales/zh-CN/everouteCluster.json +5 -0
  142. package/dist/locales/zh-CN/everoutePackage.json +4 -0
  143. package/dist/locales/zh-CN/execute_plan.json +3 -0
  144. package/dist/locales/zh-CN/globalAlertRule.json +34 -0
  145. package/dist/locales/zh-CN/gpuDevice.json +36 -0
  146. package/dist/locales/zh-CN/graph.json +11 -0
  147. package/dist/locales/zh-CN/hardware-topo.json +81 -0
  148. package/dist/locales/zh-CN/host.json +401 -0
  149. package/dist/locales/zh-CN/httpCode.json +16 -0
  150. package/dist/locales/zh-CN/index.d.ts +10248 -0
  151. package/dist/locales/zh-CN/index.js +215 -0
  152. package/dist/locales/zh-CN/installer.json +68 -0
  153. package/dist/locales/zh-CN/iscsiConnection.json +12 -0
  154. package/dist/locales/zh-CN/iscsiLun.json +140 -0
  155. package/dist/locales/zh-CN/iscsiLunSnapshot.json +9 -0
  156. package/dist/locales/zh-CN/iscsiTarget.json +147 -0
  157. package/dist/locales/zh-CN/isolationPolicy.json +29 -0
  158. package/dist/locales/zh-CN/label.json +84 -0
  159. package/dist/locales/zh-CN/logCollection.json +13 -0
  160. package/dist/locales/zh-CN/login.json +18 -0
  161. package/dist/locales/zh-CN/maintenance-mode.json +56 -0
  162. package/dist/locales/zh-CN/metric.json +355 -0
  163. package/dist/locales/zh-CN/migrateTransmitter.json +26 -0
  164. package/dist/locales/zh-CN/monitor.json +57 -0
  165. package/dist/locales/zh-CN/namespaceGroup.json +24 -0
  166. package/dist/locales/zh-CN/nfsExport.json +41 -0
  167. package/dist/locales/zh-CN/nfsInode.json +14 -0
  168. package/dist/locales/zh-CN/nic.json +62 -0
  169. package/dist/locales/zh-CN/nvmfConnection.json +11 -0
  170. package/dist/locales/zh-CN/nvmfNamespace.json +110 -0
  171. package/dist/locales/zh-CN/nvmfNamespaceSnapshot.json +28 -0
  172. package/dist/locales/zh-CN/nvmfSubsystem.json +126 -0
  173. package/dist/locales/zh-CN/nvmfSubsystemSnapshot.json +4 -0
  174. package/dist/locales/zh-CN/overview.json +76 -0
  175. package/dist/locales/zh-CN/plugins.json +13 -0
  176. package/dist/locales/zh-CN/pmemDimm.json +11 -0
  177. package/dist/locales/zh-CN/portal.json +5 -0
  178. package/dist/locales/zh-CN/recycleBin.json +79 -0
  179. package/dist/locales/zh-CN/recycleVm.json +9 -0
  180. package/dist/locales/zh-CN/report-task.json +4 -0
  181. package/dist/locales/zh-CN/report-template.json +20 -0
  182. package/dist/locales/zh-CN/reportTask.json +7 -0
  183. package/dist/locales/zh-CN/reportTemplate.json +22 -0
  184. package/dist/locales/zh-CN/requestCode.json +18 -0
  185. package/dist/locales/zh-CN/role.json +207 -0
  186. package/dist/locales/zh-CN/securityGroup.json +47 -0
  187. package/dist/locales/zh-CN/securityPolicy.json +214 -0
  188. package/dist/locales/zh-CN/setting.json +289 -0
  189. package/dist/locales/zh-CN/setup.json +9 -0
  190. package/dist/locales/zh-CN/snapshot.json +18 -0
  191. package/dist/locales/zh-CN/snapshotGroup.json +37 -0
  192. package/dist/locales/zh-CN/snapshotPlan.json +128 -0
  193. package/dist/locales/zh-CN/snapshotPlanTask.json +10 -0
  194. package/dist/locales/zh-CN/snmp-transport.json +13 -0
  195. package/dist/locales/zh-CN/snmp-trap-receiver.json +13 -0
  196. package/dist/locales/zh-CN/snmpTransport.json +25 -0
  197. package/dist/locales/zh-CN/snmpTrapReceiver.json +15 -0
  198. package/dist/locales/zh-CN/storage.json +4 -0
  199. package/dist/locales/zh-CN/svtImage.json +11 -0
  200. package/dist/locales/zh-CN/systemAuditLog.json +14 -0
  201. package/dist/locales/zh-CN/task.json +561 -0
  202. package/dist/locales/zh-CN/title.json +58 -0
  203. package/dist/locales/zh-CN/ui.json +16 -0
  204. package/dist/locales/zh-CN/usbDevice.json +52 -0
  205. package/dist/locales/zh-CN/user.json +67 -0
  206. package/dist/locales/zh-CN/userAuditLog.json +275 -0
  207. package/dist/locales/zh-CN/userRoleNext.json +5 -0
  208. package/dist/locales/zh-CN/validation.json +233 -0
  209. package/dist/locales/zh-CN/vds.json +54 -0
  210. package/dist/locales/zh-CN/view.json +8 -0
  211. package/dist/locales/zh-CN/vlan.json +137 -0
  212. package/dist/locales/zh-CN/vm.json +1160 -0
  213. package/dist/locales/zh-CN/vmDisk.json +4 -0
  214. package/dist/locales/zh-CN/vmEntityFilterResult.json +8 -0
  215. package/dist/locales/zh-CN/vmFolder.json +3 -0
  216. package/dist/locales/zh-CN/vmPlacementGroup.json +48 -0
  217. package/dist/locales/zh-CN/vmSnapshot.json +48 -0
  218. package/dist/locales/zh-CN/vmTemplate.json +70 -0
  219. package/dist/locales/zh-CN/vmVolume.json +91 -0
  220. package/dist/locales/zh-CN/vsphereEsxiAccount.json +5 -0
  221. package/dist/locales/zh-CN/witness.json +8 -0
  222. package/dist/locales/zh-CN/zone.json +13 -0
  223. package/dist/parrotI18n.d.ts +2 -0
  224. package/dist/parrotI18n.js +10 -0
  225. package/package.json +7 -2
  226. package/src/index.ts +2 -1
  227. package/src/locales/en-US/alert.json +77 -0
  228. package/src/locales/en-US/auditLog.json +226 -0
  229. package/src/locales/en-US/backup.json +261 -0
  230. package/src/locales/en-US/backupPlan.json +271 -0
  231. package/src/locales/en-US/backupRestorePoint.json +17 -0
  232. package/src/locales/en-US/backupStoreRepository.json +67 -0
  233. package/src/locales/en-US/cloudTowerApplicationPackage.json +4 -0
  234. package/src/locales/en-US/cluster.json +281 -0
  235. package/src/locales/en-US/clusterUpgrade.json +61 -0
  236. package/src/locales/en-US/common.json +392 -0
  237. package/src/locales/en-US/components.json +91 -0
  238. package/src/locales/en-US/connection.json +11 -0
  239. package/src/locales/en-US/consistencyGroup.json +62 -0
  240. package/src/locales/en-US/consistencyGroupSnapshot.json +23 -0
  241. package/src/locales/en-US/contentLibraryImage.json +70 -0
  242. package/src/locales/en-US/contentLibraryVmTemplate.json +126 -0
  243. package/src/locales/en-US/datacenter.json +34 -0
  244. package/src/locales/en-US/disk.json +127 -0
  245. package/src/locales/en-US/elfDataStore.json +28 -0
  246. package/src/locales/en-US/elfImage.json +29 -0
  247. package/src/locales/en-US/entityFilter.json +94 -0
  248. package/src/locales/en-US/enum.json +182 -0
  249. package/src/locales/en-US/error.json +1166 -0
  250. package/src/locales/en-US/eventAudit.json +9 -0
  251. package/src/locales/en-US/everoute.json +267 -0
  252. package/src/locales/en-US/everouteCluster.json +5 -0
  253. package/src/locales/en-US/everoutePackage.json +4 -0
  254. package/src/locales/en-US/execute_plan.json +3 -0
  255. package/src/locales/en-US/globalAlertRule.json +34 -0
  256. package/src/locales/en-US/graph.json +11 -0
  257. package/src/locales/en-US/hardware-topo.json +81 -0
  258. package/src/locales/en-US/host.json +397 -0
  259. package/src/locales/en-US/httpCode.json +16 -0
  260. package/src/locales/en-US/index.ts +215 -1
  261. package/src/locales/en-US/installer.json +67 -0
  262. package/src/locales/en-US/iscsiConnection.json +12 -0
  263. package/src/locales/en-US/iscsiLun.json +142 -0
  264. package/src/locales/en-US/iscsiLunSnapshot.json +9 -0
  265. package/src/locales/en-US/iscsiTarget.json +147 -0
  266. package/src/locales/en-US/isolationPolicy.json +29 -0
  267. package/src/locales/en-US/label.json +84 -0
  268. package/src/locales/en-US/logCollection.json +13 -0
  269. package/src/locales/en-US/login.json +18 -0
  270. package/src/locales/en-US/maintenance-mode.json +56 -0
  271. package/src/locales/en-US/metric.json +355 -0
  272. package/src/locales/en-US/migrateTransmitter.json +26 -0
  273. package/src/locales/en-US/monitor.json +57 -0
  274. package/src/locales/en-US/namespaceGroup.json +24 -0
  275. package/src/locales/en-US/nfsExport.json +41 -0
  276. package/src/locales/en-US/nfsInode.json +14 -0
  277. package/src/locales/en-US/nic.json +62 -0
  278. package/src/locales/en-US/nvmfConnection.json +11 -0
  279. package/src/locales/en-US/nvmfNamespace.json +112 -0
  280. package/src/locales/en-US/nvmfNamespaceSnapshot.json +28 -0
  281. package/src/locales/en-US/nvmfSubsystem.json +127 -0
  282. package/src/locales/en-US/nvmfSubsystemSnapshot.json +4 -0
  283. package/src/locales/en-US/overview.json +76 -0
  284. package/src/locales/en-US/plugins.json +13 -0
  285. package/src/locales/en-US/pmemDimm.json +11 -0
  286. package/src/locales/en-US/portal.json +5 -0
  287. package/src/locales/en-US/recycleBin.json +79 -0
  288. package/src/locales/en-US/recycleVm.json +9 -0
  289. package/src/locales/en-US/report-task.json +4 -0
  290. package/src/locales/en-US/report-template.json +20 -0
  291. package/src/locales/en-US/reportTask.json +7 -0
  292. package/src/locales/en-US/reportTemplate.json +22 -0
  293. package/src/locales/en-US/requestCode.json +18 -0
  294. package/src/locales/en-US/role.json +206 -0
  295. package/src/locales/en-US/securityGroup.json +48 -0
  296. package/src/locales/en-US/securityPolicy.json +222 -0
  297. package/src/locales/en-US/setting.json +292 -0
  298. package/src/locales/en-US/setup.json +9 -0
  299. package/src/locales/en-US/snapshot.json +18 -0
  300. package/src/locales/en-US/snapshotGroup.json +37 -0
  301. package/src/locales/en-US/snapshotPlan.json +134 -0
  302. package/src/locales/en-US/snapshotPlanTask.json +10 -0
  303. package/src/locales/en-US/snmp-transport.json +13 -0
  304. package/src/locales/en-US/snmp-trap-receiver.json +13 -0
  305. package/src/locales/en-US/snmpTransport.json +25 -0
  306. package/src/locales/en-US/snmpTrapReceiver.json +15 -0
  307. package/src/locales/en-US/storage.json +4 -0
  308. package/src/locales/en-US/svtImage.json +12 -0
  309. package/src/locales/en-US/systemAuditLog.json +14 -0
  310. package/src/locales/en-US/task.json +558 -0
  311. package/src/locales/en-US/title.json +58 -0
  312. package/src/locales/en-US/ui.json +16 -0
  313. package/src/locales/en-US/usbDevice.json +29 -0
  314. package/src/locales/en-US/user.json +67 -0
  315. package/src/locales/en-US/userAuditLog.json +275 -0
  316. package/src/locales/en-US/userRoleNext.json +5 -0
  317. package/src/locales/en-US/validation.json +230 -0
  318. package/src/locales/en-US/vds.json +55 -0
  319. package/src/locales/en-US/view.json +8 -0
  320. package/src/locales/en-US/vlan.json +127 -0
  321. package/src/locales/en-US/vm.json +1082 -0
  322. package/src/locales/en-US/vmDisk.json +4 -0
  323. package/src/locales/en-US/vmEntityFilterResult.json +8 -0
  324. package/src/locales/en-US/vmFolder.json +3 -0
  325. package/src/locales/en-US/vmPlacementGroup.json +48 -0
  326. package/src/locales/en-US/vmSnapshot.json +47 -0
  327. package/src/locales/en-US/vmTemplate.json +67 -0
  328. package/src/locales/en-US/vmVolume.json +92 -0
  329. package/src/locales/en-US/vsphereEsxiAccount.json +5 -0
  330. package/src/locales/en-US/witness.json +8 -0
  331. package/src/locales/en-US/zone.json +13 -0
  332. package/src/locales/index.ts +9 -2
  333. package/src/locales/zh-CN/alert.json +74 -0
  334. package/src/locales/zh-CN/auditLog.json +226 -0
  335. package/src/locales/zh-CN/backup.json +255 -0
  336. package/src/locales/zh-CN/backupPlan.json +262 -0
  337. package/src/locales/zh-CN/backupRestorePoint.json +17 -0
  338. package/src/locales/zh-CN/backupStoreRepository.json +69 -0
  339. package/src/locales/zh-CN/cloudTowerApplicationPackage.json +4 -0
  340. package/src/locales/zh-CN/cluster.json +282 -0
  341. package/src/locales/zh-CN/clusterUpgrade.json +61 -0
  342. package/src/locales/zh-CN/common.json +394 -0
  343. package/src/locales/zh-CN/components.json +91 -0
  344. package/src/locales/zh-CN/connection.json +11 -0
  345. package/src/locales/zh-CN/consistencyGroup.json +62 -0
  346. package/src/locales/zh-CN/consistencyGroupSnapshot.json +23 -0
  347. package/src/locales/zh-CN/contentLibraryImage.json +69 -0
  348. package/src/locales/zh-CN/contentLibraryVmTemplate.json +129 -0
  349. package/src/locales/zh-CN/datacenter.json +34 -0
  350. package/src/locales/zh-CN/disk.json +127 -0
  351. package/src/locales/zh-CN/elfDataStore.json +28 -0
  352. package/src/locales/zh-CN/elfImage.json +29 -0
  353. package/src/locales/zh-CN/entityFilter.json +94 -0
  354. package/src/locales/zh-CN/enum.json +188 -0
  355. package/src/locales/zh-CN/error.json +1173 -0
  356. package/src/locales/zh-CN/eventAudit.json +9 -0
  357. package/src/locales/zh-CN/everoute.json +265 -0
  358. package/src/locales/zh-CN/everouteCluster.json +5 -0
  359. package/src/locales/zh-CN/everoutePackage.json +4 -0
  360. package/src/locales/zh-CN/execute_plan.json +3 -0
  361. package/src/locales/zh-CN/globalAlertRule.json +34 -0
  362. package/src/locales/zh-CN/gpuDevice.json +36 -0
  363. package/src/locales/zh-CN/graph.json +11 -0
  364. package/src/locales/zh-CN/hardware-topo.json +81 -0
  365. package/src/locales/zh-CN/host.json +407 -0
  366. package/src/locales/zh-CN/httpCode.json +16 -0
  367. package/src/locales/zh-CN/index.ts +217 -1
  368. package/src/locales/zh-CN/installer.json +68 -0
  369. package/src/locales/zh-CN/iscsiConnection.json +12 -0
  370. package/src/locales/zh-CN/iscsiLun.json +140 -0
  371. package/src/locales/zh-CN/iscsiLunSnapshot.json +9 -0
  372. package/src/locales/zh-CN/iscsiTarget.json +147 -0
  373. package/src/locales/zh-CN/isolationPolicy.json +29 -0
  374. package/src/locales/zh-CN/label.json +84 -0
  375. package/src/locales/zh-CN/logCollection.json +13 -0
  376. package/src/locales/zh-CN/login.json +18 -0
  377. package/src/locales/zh-CN/maintenance-mode.json +56 -0
  378. package/src/locales/zh-CN/metric.json +355 -0
  379. package/src/locales/zh-CN/migrateTransmitter.json +26 -0
  380. package/src/locales/zh-CN/monitor.json +57 -0
  381. package/src/locales/zh-CN/namespaceGroup.json +24 -0
  382. package/src/locales/zh-CN/nfsExport.json +41 -0
  383. package/src/locales/zh-CN/nfsInode.json +14 -0
  384. package/src/locales/zh-CN/nic.json +62 -0
  385. package/src/locales/zh-CN/nvmfConnection.json +11 -0
  386. package/src/locales/zh-CN/nvmfNamespace.json +110 -0
  387. package/src/locales/zh-CN/nvmfNamespaceSnapshot.json +28 -0
  388. package/src/locales/zh-CN/nvmfSubsystem.json +126 -0
  389. package/src/locales/zh-CN/nvmfSubsystemSnapshot.json +4 -0
  390. package/src/locales/zh-CN/overview.json +76 -0
  391. package/src/locales/zh-CN/plugins.json +13 -0
  392. package/src/locales/zh-CN/pmemDimm.json +11 -0
  393. package/src/locales/zh-CN/portal.json +5 -0
  394. package/src/locales/zh-CN/recycleBin.json +79 -0
  395. package/src/locales/zh-CN/recycleVm.json +9 -0
  396. package/src/locales/zh-CN/report-task.json +4 -0
  397. package/src/locales/zh-CN/report-template.json +20 -0
  398. package/src/locales/zh-CN/reportTask.json +7 -0
  399. package/src/locales/zh-CN/reportTemplate.json +22 -0
  400. package/src/locales/zh-CN/requestCode.json +18 -0
  401. package/src/locales/zh-CN/role.json +207 -0
  402. package/src/locales/zh-CN/securityGroup.json +47 -0
  403. package/src/locales/zh-CN/securityPolicy.json +214 -0
  404. package/src/locales/zh-CN/setting.json +289 -0
  405. package/src/locales/zh-CN/setup.json +9 -0
  406. package/src/locales/zh-CN/snapshot.json +18 -0
  407. package/src/locales/zh-CN/snapshotGroup.json +37 -0
  408. package/src/locales/zh-CN/snapshotPlan.json +128 -0
  409. package/src/locales/zh-CN/snapshotPlanTask.json +10 -0
  410. package/src/locales/zh-CN/snmp-transport.json +13 -0
  411. package/src/locales/zh-CN/snmp-trap-receiver.json +13 -0
  412. package/src/locales/zh-CN/snmpTransport.json +25 -0
  413. package/src/locales/zh-CN/snmpTrapReceiver.json +15 -0
  414. package/src/locales/zh-CN/storage.json +4 -0
  415. package/src/locales/zh-CN/svtImage.json +11 -0
  416. package/src/locales/zh-CN/systemAuditLog.json +14 -0
  417. package/src/locales/zh-CN/task.json +561 -0
  418. package/src/locales/zh-CN/title.json +58 -0
  419. package/src/locales/zh-CN/ui.json +16 -0
  420. package/src/locales/zh-CN/usbDevice.json +52 -0
  421. package/src/locales/zh-CN/user.json +67 -0
  422. package/src/locales/zh-CN/userAuditLog.json +275 -0
  423. package/src/locales/zh-CN/userRoleNext.json +5 -0
  424. package/src/locales/zh-CN/validation.json +233 -0
  425. package/src/locales/zh-CN/vds.json +55 -0
  426. package/src/locales/zh-CN/view.json +8 -0
  427. package/src/locales/zh-CN/vlan.json +153 -0
  428. package/src/locales/zh-CN/vm.json +1160 -0
  429. package/src/locales/zh-CN/vmDisk.json +4 -0
  430. package/src/locales/zh-CN/vmEntityFilterResult.json +8 -0
  431. package/src/locales/zh-CN/vmFolder.json +3 -0
  432. package/src/locales/zh-CN/vmPlacementGroup.json +48 -0
  433. package/src/locales/zh-CN/vmSnapshot.json +48 -0
  434. package/src/locales/zh-CN/vmTemplate.json +70 -0
  435. package/src/locales/zh-CN/vmVolume.json +91 -0
  436. package/src/locales/zh-CN/vsphereEsxiAccount.json +5 -0
  437. package/src/locales/zh-CN/witness.json +8 -0
  438. package/src/locales/zh-CN/zone.json +13 -0
  439. package/src/parrotI18n.ts +14 -0
  440. package/src/tools/index.mts +47 -0
  441. package/src/tools/templates/index.ejs +9 -0
  442. package/tsconfig.json +2 -2
  443. package/yarn-error.log +19134 -0
  444. package/dist/src/index.d.ts +0 -1
  445. package/dist/src/index.js +0 -1
  446. package/dist/src/locales/en-US/index.d.ts +0 -1
  447. package/dist/src/locales/en-US/index.js +0 -1
  448. package/dist/src/locales/index.d.ts +0 -2
  449. package/dist/src/locales/index.js +0 -2
  450. package/dist/src/locales/zh-CN/index.d.ts +0 -1
  451. package/dist/src/locales/zh-CN/index.js +0 -1
  452. package/index.ts +0 -1
@@ -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
+ }
@@ -0,0 +1,292 @@
1
+ {
2
+ "setting": "Settings",
3
+ "user_management": "User Management",
4
+ "vm_tools": "VMTools Image",
5
+ "alert_email_info": "Alert Email Notification",
6
+ "shart_iso": "Shared Image",
7
+ "cluster_upgrade": "Cluster Upgrade",
8
+ "advanced_monitor": "Advanced Monitoring",
9
+ "across_cluster": "Across the cluster",
10
+ "upload_advance_monitor_iso": "Upload advanced monitoring ISO image",
11
+ "no_advance_monitor_iso_yet": "The advanced monitoring ISO image has not been added yet",
12
+ "logCollection": "Log Collection",
13
+ "developer_tools": "Developer Tools",
14
+ "advance_monitor_iso_version": "Advance monitoring image version",
15
+ "advance_monitor_tip": "Deploying advanced monitoring can help the cluster expand the existing monitoring and analysis functions. It will provide full monitoring and alert capabilities when the basic monitoring capabilities are insufficient",
16
+ "upload_new_version": "Upload a new image",
17
+ "develop_advance_monitor": "Deploy Advanced Monitoring",
18
+ "need": "is required",
19
+ "connect_vcenter": "Connecting to vCenter",
20
+ "upload_advance_monitor_iso_and_develop": "Please upload the advanced monitoring ISO image first",
21
+ "develop_advance_monitor_application": "Deploy Advanced Monitoring",
22
+ "deploy_application": "Application Deployment",
23
+ "volume_size": "Data Disk Capacity",
24
+ "storage_ip": "App IP",
25
+ "bot_size": "System Disk Capacity",
26
+ "relative_network": "Network",
27
+ "update_application": "Edit Advanced Monitoring",
28
+ "update_cluster_application": "Edit Advanced Monitoring for the cluster {name}",
29
+ "application_stopped": "Stop",
30
+ "application_deployed": "Advanced monitoring has been deployed",
31
+ "allocated_resource": "Allocated resource",
32
+ "stop_application_warn": "After disabling advanced monitoring, the monitoring function will be affected as follows:",
33
+ "stop_application_warn_point_2": "1. Some of the metric will be dropped when the basic monitoring capability is insufficient;",
34
+ "empty_collected_data": "2. The currently collected data will be emptied.",
35
+ "stop_application_can_not_be_recalled": "This operation cannot be undone. The data cannot be retrieved once the advanced monitoring service is disabled. To enable the advanced monitoring service again, you need to redeploy it first.",
36
+ "confirm_stop_applicatioin": "I confirm that the advanced monitoring service for cluster {name} is to be disabled, and its associated data are to be destroyed.",
37
+ "smtp_server": "SMTP Server",
38
+ "recycle_bin": "Recycle Bin",
39
+ "role_management": "Role Management",
40
+ "seriout_warning": "Critical alerts",
41
+ "not_sending_email": "Do not send alert emails.",
42
+ "set_smtp_for_receive_email": "The SMTP server should be set up before setting the email alert notification here.",
43
+ "send_alert_email": "Send Email Alert Notification",
44
+ "send": "Send",
45
+ "not_send": "Do Not Send",
46
+ "send_email_when_alert_occured_or_removed": "Send email notification when an alert is triggered or the alert is automatically removed.",
47
+ "send_address": "Sender Address",
48
+ "receive_address": "Recipient Address",
49
+ "seperate_email_address": "Use \",\" to separate multiple email addresses",
50
+ "language": "Language",
51
+ "send_email_for_below_alert": "Send Emails for Alerts",
52
+ "software_admit": "Software License",
53
+ "snmp_setting": "SNMP Configuration",
54
+ "vm_advanced_params": "Virtual Machine Advanced Parameters",
55
+ "cluster_serial_number": "Cluster Serial Number",
56
+ "collect_cluster": "Clusters",
57
+ "collect_node": "Hosts",
58
+ "all_node": "All Hosts",
59
+ "part_node": "Some Hosts",
60
+ "select_node": "Select Host",
61
+ "collect_time_range": "Collection Time Range",
62
+ "input_range_1_24": "Please enter an integer between 1~24",
63
+ "input_range_1_24_desc": "Enter an integer between 1~24",
64
+ "from": "From",
65
+ "time": "",
66
+ "to": "To",
67
+ "no_selected_cluster": "No cluster selected",
68
+ "no_selected_node": "No host selected",
69
+ "no_selected_time_range": "No time range selected",
70
+ "not_set_time_range": "Time range not set",
71
+ "start_time_no_delay_after_current": "The start time cannot be later than current time.",
72
+ "end_time_not_delay_after_current": "The end time cannot be later than the current time.",
73
+ "start_time_not_delay_after_end_time": "The end time must be later than the start time.",
74
+ "collect_cluster_failed": "Failed to obtain hosts of the cluster",
75
+ "create_failed": "Failed to create",
76
+ "collect_cluster_log": "Collect Cluster Logs",
77
+ "stop_collect_force": "Stop Log Collection",
78
+ "stop_force": "Force Stop",
79
+ "warn_before_stop_collect": "The task will be automatically deleted. This operation cannot be undone.",
80
+ "delete_log_files": "Delete log files",
81
+ "will_delete_with_name": "{name} will be deleted.",
82
+ "will_release_after_delete": "After the log files are deleted, ",
83
+ "will_release_after_delete_1": " will be released. This operation cannot be undone.",
84
+ "download": "Download",
85
+ "no_log_file": "No log file",
86
+ "collect_new_log_file": "Collect Log",
87
+ "warn_when_storage_too_much": "Note: When the log space of each node exceeds 3 GiB or the number of copies exceeds 3, the oldest file will be automatically cleaned up. Automatic cleanup may affect the log files in the above table. Please download them in time.",
88
+ "cluster_name_rule": "Only uppercase and lowercase English letters, numbers, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
89
+ "cluster_name_rule_length": "The length of a cluster name is within 1~255.",
90
+ "lega_range": "The legal value range is: [-1, ∞).",
91
+ "reset_above_params": "Reset to default values",
92
+ "user_and_authority": "Users and Privileges",
93
+ "no_import_license_admit": "No software license imported",
94
+ "host_num": "Number of Hosts",
95
+ "no_limit": "Unlimited",
96
+ "cluster_num": "Number of clusters",
97
+ "license_valid_period": "Valid period",
98
+ "never_out_of_date": "Never expires",
99
+ "days_between": "<0></0> - <1></1>",
100
+ "no_warranty_serve": "No Warranty Service",
101
+ "error_license": "License format error",
102
+ "no_smtp_serve": "No SMTP server",
103
+ "send_receive": "Sender Server",
104
+ "safe_mode": "Safe Mode",
105
+ "email_serve_failed": "Failed to verify mail server",
106
+ "stop_advance_monitor": "Stop Advanced Monitoring",
107
+ "stop_cluster_advance_monitor": "Stop Advanced Monitoring for the cluster {name}",
108
+ "no_achieve": "Not implemented",
109
+ "will_stop_and_delete_with_name": "Are you sure to stop collecting and deleting the log <1>{ log_file_name }</1> of the cluster <0>{ cluster_name }</0>?",
110
+ "node_with_count": "{count} host",
111
+ "node_with_count_plural": "{count} hosts",
112
+ "cluster_allocate_resource": "{vcpu} vCPU, {memory} GiB memory, {volume_size} GiB virtual disk",
113
+ "can_upload_cluster_warning": "Please upload ISO to the target clusters. Clusters that do not meet the installation or upgrade conditions will be ignored.",
114
+ "no_available": "No clusters to upload",
115
+ "ip_address_invalid1": "Please provide the valid IP address",
116
+ "ip_address_invalid2": "The virtual IP address should not be 0.0.0.0 or 127.0.0.1",
117
+ "ip_address_invalid3": "Management virtual IP and iSCSI virtual IP should not be the same",
118
+ "ip_address_invalid4": "The virtual IP should not be the same as the management and storage IP of the host",
119
+ "management_vip_invalid": "Please provide the management virtual IP address because the cluster is configured with virtual machine tools",
120
+ "confirm_change_vip": "Confirm to modify virtual IP",
121
+ "confirm_continue_change_vip": "Are you sure to continue to modify the virtual IP?",
122
+ "change_management_vip_influences": "Modifying the management virtual IP will have the following effects:",
123
+ "change_management_vip_influences1": "1. The access IP address of the management platform needs to be changed to a new virtual IP;",
124
+ "change_management_vip_influences2": "2. RESTful API access needs to be adjusted to a new virtual IP;",
125
+ "change_iscsi_vip_influences": "Modifying the iSCSI VIP will have the following effects:",
126
+ "change_iscsi_vip_influences1": "1. Newly registered iSCSI Target will point to the new virtual IP when logging in for the first time;",
127
+ "change_iscsi_vip_influences2": "2. The iSCSI Target already in use will not be affected.",
128
+ "change_iscsi_vip_waring": "Note: Please disconnect from the iSCSI LUN before modifing the iSCSI VIP, otherwise the client connected to existing iSCSI targets would not be able to find the destination IP address",
129
+ "auto_converge_setting": "Hot Migration Option",
130
+ "auto_converge_description": "Limit the vCPU performance in order to avoid infinity live migration caused by endless memory dirty pages",
131
+ "auto_converge_label": "Limit vCPU performance automatically during migration",
132
+ "auto_converge_on_tip": "Migration would be finished successfully but VM performance will decrease during the migration",
133
+ "auto_converge_off_tip": "Migration might not end forever although VM performance remains the same",
134
+ "year_month_day": "DD MM, YYYY",
135
+ "associateVcenterAccount": "vCenter Association",
136
+ "errorVcenterAccountInvalid": "Please enter correct vCenter address, username and password",
137
+ "vcenterAddress": "vCenter Address",
138
+ "vcenterAccountTip": "Please provide the vCenter administrator account and password.",
139
+ "association_status": "Association Status",
140
+ "associate_failed": "(association failed)",
141
+ "not_associate_vcenter": "Not associated with vCenter",
142
+ "has_associated_vcenter": "Associated vCenter: {ip}:{port}",
143
+ "associate_esxi_account": "ESXi Association",
144
+ "associate_esxi_account_tip": "Try to reset the vSphere hosts association. Leave the password blank if you do not need to update the authentication",
145
+ "vsphere_account": "vSphere Account",
146
+ "not_deploy_cluster": "Undeployed Cluster",
147
+ "deployed_cluster": "Deployed Cluster",
148
+ "deploy_cluster_desc": "Select all the clusters compatible with the same advanced monitoring for batch deployment",
149
+ "update_cluster_desc": "Select all the clusters that can be upgraded to the same advanced monitoring for batch upgrade",
150
+ "batch_deploy": "Batch deployment",
151
+ "batch_upgrade": "Batch Upgrade",
152
+ "cluster_version": "Cluster Version",
153
+ "disconnect_cluster_desc": "{count} disconnected clusters do not support advanced monitoring and therefore are not shown here.",
154
+ "deploy_with_error_desc": "Error occurred when deploying the cluster {name}. Please force stop and try again.",
155
+ "connect_vcenter_desc": "Cluster {clusters} needs to be associated with vCenter Server to deploy advanced monitoring.",
156
+ "go_connect": "connect vCenter Server",
157
+ "usable_applicatioin_version": "Compatible with advanced monitoring",
158
+ "current_application_version": "Version of the Advanced Monitoring",
159
+ "can_upgrade_cluster_version": "Upgradable version",
160
+ "application_setting": "Configuration",
161
+ "deploy_application_desc": "Deploy the advanced monitoring to {count} clusters. A 12-GiB disk will be used as the OS disk and the storage network will be used for the VM",
162
+ "deploy_application_cluster_title": "Configure advanced monitoring",
163
+ "cluster_version_with_version": "Cluster version {version}",
164
+ "select_iso": "Select ISO Image",
165
+ "select_iso_desc": "Select the image used to deploy advanced monitoring",
166
+ "select_iso_light_desc": "Compatible versions: {version}",
167
+ "target_deploy_clusters": "Deploy to the target clusters",
168
+ "upgrade_application_title": "Upgrade Advanced Monitoring Application",
169
+ "upgrade_application_title_info": "Upgrade the advanced monitoring of {count} clusters",
170
+ "upgrade_application_desc": "Select the image to upgrade the advanced monitoring",
171
+ "upgrade_cluster_iso_light_desc": "Upgradable versions: {version}",
172
+ "upgrade_clusters": "Upgrade Cluster",
173
+ "edit_application_with_name": "Edit the advanced monitoring of cluster {name}",
174
+ "update_application_warn": "Adding vCPU or memory to the application requires rebooting the virtual machine. The advanced monitoring function may be interrupted for several minutes.",
175
+ "upgrading_advance_monitor": "Upgrading advanced monitoring of the cluster",
176
+ "deploying_advance_monitor": "Deploying advanced monitoring of the cluster",
177
+ "editing_advance_monitor": "Editing advanced monitoring of the cluster",
178
+ "stopping_advance_monitor": "Stopping the advanced monitoring of the cluster",
179
+ "advance_monitor_vcpu_minium_value": "vCPU allocation cannot be less than {value}.",
180
+ "advance_monitor_memory_minium_value": "Memory allocation cannot be less than {value}",
181
+ "advance_monitor_minium_volume_size": "The data disk capacity cannot be less than {value}",
182
+ "confict_with_allocated_ips": "The application IP cannot conflict with the assigned IP",
183
+ "must_contains_in_network": "The application IP address must be within the storage network",
184
+ "need_advance_monitor_file": "Please select the ISO image of advanced monitoring",
185
+ "compute_platform_integration": "Hypervisor",
186
+ "file_error": "Only files in the *.zip format are supported, please <0> reselect </0> or drag into the file",
187
+ "disconnect_initializing_cluster_desc": "{disconnectCount} disconnected clusters and {initializingCount} initializing clusters do not supported advanced monitoring and therefore are not shown here.",
188
+ "initializing_cluster_desc": "{count} initializing clusters do not supported advanced monitoring and therefore are not shown here.",
189
+ "highest_version": "It is already the latest",
190
+ "zbs_cluster_upgrade_application_tooltip": "The version of the advanced monitoring of SMTX ZBS cluster is upgraded along with the version of SMTX ZBS cluster",
191
+ "set_ha_succeed": "Set cluster high availability successfully",
192
+ "set_ha_failed": "Failed to set cluster high availability",
193
+ "default_ha_help": "Set the default enabled state of high availability (HA) when creating a virtual machine.",
194
+ "default_ha": "The newly created virtual machine will be set to enable high availability by default.",
195
+ "default_no_ha": "The newly created virtual machine will be set to disable high availability by default.",
196
+ "ha_apply_to_vms_2": "Modify the enabled state of high availability for all the virtual machines in the cluster to be consistent with the default value",
197
+ "ha_apply_to_vms_hint": "The virtual machines that cannot be enabled with high availability will be skipped.",
198
+ "collection_services": "Collection Service",
199
+ "all_services": "All Services",
200
+ "part_services": "Partial Services",
201
+ "select_services_placeholder": "Select a service",
202
+ "no_select_services": "Please select a service",
203
+ "security": "Security",
204
+ "access_constraint": "Access Restriction",
205
+ "session_expiration": "Session Timeout",
206
+ "password_settings": "Password Security",
207
+ "password_complexity_LOW": "Low Complexity",
208
+ "password_complexity_MIDDLE": "Medium Complexity",
209
+ "password_complexity_HIGH": "High Complexity",
210
+ "update_success": "Update configuration succeeded",
211
+ "update_fail": "Update configuration failed",
212
+ "password_complexity": "Password Complexity",
213
+ "password_valid_time": "Password Validity Period",
214
+ "password_valid_time_desc": "After being enabled, if the password validity period is exceeded, users will be forced to change the password.",
215
+ "custom_day": "Custom Number of Days",
216
+ "login_lock": "Number of Failed Login Attempts",
217
+ "login_lock_desc": "After being enabled, if the number of user failed login attempts exceeds the maximum number of failed login attempts, the account will be locked.",
218
+ "login_miss_time": "Login Time Limit",
219
+ "login_miss_num": "Max Number of Failed Login Attempts within Limit",
220
+ "login_miss_num_calc": "If the number of user failed login attempts exceeds {num} times within {time} minutes, the account will be locked for 30 minutes.",
221
+ "password_complexity_MIDDLE_hint": "The password must be at least 8 characters long and must contain English letters and numbers.",
222
+ "password_complexity_HIGH_hint": "The password must be at least 8 characters long and must contain uppercase and lowercase English letters, numbers and ",
223
+ "special_char": "special characters",
224
+ "special_char_tooltip": "Only the following characters (separated by commas) are supported: -, /, :, ;, (, ), $, &, @, \", ., ,, ?, !, ', _, \\, |, ~, <, >, `, [, ], {, }, #, %, ^, *, +, =",
225
+ "access_mode_NONE_hint": "Allows to access CloudTower from any IP address.",
226
+ "access_mode_ALLOW_hint": "Allow to access CloudTower only from the IP addresses within the allowlist.",
227
+ "access_mode_DENY_hint": "Prohibit to access CloudTower from the IP addresses within the blocklist.",
228
+ "access_mode_NONE": "No access restriction",
229
+ "access_mode_ALLOW": "Allow allowlist access only",
230
+ "access_mode_DENY": "Prohibit blocklist access",
231
+ "session_expire_logout": "Auto Logout due to Timeout",
232
+ "session_expire_logout_desc": "After being enabled, the logged in users will be automatically logged out if they do not perform any operations within a certain period of time.",
233
+ "time_tuple_suffix": "minutes later, the user will be logged out automatically.",
234
+ "password_complexity_LOW_hint": "The length of a password must be at least 8 characters.",
235
+ "enabled_iscsi_help": "Provides the distributed block storage service of the cluster to other compute applications through iSCSI protocol.",
236
+ "enabled_iscsi_help_info": "Other compute applications: those other than the virtual machines using virtual volumes.",
237
+ "enabled_label": "Provides block storage for other compute applications",
238
+ "set_iscsi_succeed": "Succeeded to set the cluster {name} to provide block storage for other compute applications",
239
+ "set_iscsi_failed": "Failed to set the cluster {name} to provide block storage for other compute applications",
240
+ "enable_iscsi_info": "After it is enabled, please configure independent <0>Access Network</0> and <1>Access Virtual IP Address</1> for the cluster.",
241
+ "tower_license_expired_alert": "The CloudTower license has expired. Please <0>update the license</0>.",
242
+ "use_username_password": "Verify with Username and Password",
243
+ "1_replica_volume_alert": "The cluster has virtual volumes with a replication factor of 1, which has a high risk of data loss. Please increase the number of replicas as soon as possible.",
244
+ "1_replica_volume_warning": "The virtual volume with a replication factor of 1 has a high risk of data loss.",
245
+ "1_replica_lun_warning": "The LUN with a replication factor of 1 has a high risk of data loss.",
246
+ "1_replica_namespace_warning": "The Namespace with a replication factor of 1 has a high risk of data loss.",
247
+ "1_replica_inode_warning": "The NFS File with a replication factor of 1 has a high risk of data loss.",
248
+ "ascension": "Increase",
249
+ "ascension_lun_replica": "Increase Number of LUN Replicas",
250
+ "ascension_lun_replica_desc": "Data recovery will be performed up to the expected number of replicas, which will lead to performance degradation. Please increase it when the business workload is low.",
251
+ "ascension_lun_replica_info": "Click to increase the number of LUN replicas in iSCSI Target <1>{name}</1>",
252
+ "ascension_namespace_replica": "Increase Number of Namespace Replicas",
253
+ "ascension_namespace_replica_desc": "Data recovery will be performed up to the expected number of replicas, which will lead to performance degradation. Please increase it when the business workload is low.",
254
+ "ascension_namespace_replica_info": "Click to increase the number of Namespace replicas in NVMe Subsystem <1>{name}</1>",
255
+ "ascension_nfs_replica": "Increase Number of NFS File Replicas",
256
+ "ascension_nfs_replica_desc": "Data recovery will be performed up to the expected number of replicas, which will lead to performance degradation. Please increase it when the business workload is low.",
257
+ "ascension_nfs_replica_info": "Click to increase the number of NFS file replicas in NFS Export <1>{name}</1>",
258
+ "ascension_to": "Increase to",
259
+ "ascension_volume_replica": "Increase Number of Virtual Volume Replicas",
260
+ "ascension_volume_replica_desc": "Data recovery will be performed up to the expected number of replicas, which will lead to performance degradation. Please increase it when the business workload is low.",
261
+ "ascension_volume_replica_info": "Click to increase the number of virtual volume replicas in cluster <1>{name}</1>.",
262
+ "cluster_space_insufficient": "The cluster storage space is insufficient.",
263
+ "cluster_space_less": "The cluster has less than 10% of available storage resources, which may affect business operations. We recommended you expand the cluster first.",
264
+ "cluster_storage_resource": "Cluster Storage Resources",
265
+ "default_storage_policy": "Default Storage Policy",
266
+ "default_storage_policy_desc": "This setting serves as the default storage policy of the new virtual volume. You can set the storage policy for individual virtual volumes.",
267
+ "failure": "Invalid",
268
+ "forecast_add": "Required (Estimated)",
269
+ "forecast_idle": "Available (Estimated)",
270
+ "forecast_idle_percent": "Estimated available resources {percent}%",
271
+ "inode_replica_num": "Number of NFS File Replicas",
272
+ "lun_replica_num": "Number of LUN Replicas",
273
+ "namespace_replica_num": "Number of Namespace Replicas",
274
+ "no_ascension_replica_volume": "No virtual volumes available for increasing replicas.",
275
+ "no_nfs_volume": "NFS virtual volumes are not included.",
276
+ "not_support_nfs_volume": "It's not supported to increase the number of NFS virtual volume replicas.",
277
+ "not_support_nfs_volume_alert": "It's not supported to increase the number of NFS virtual volume replicas. Clicking to increase will skip NFS virtual volumes.",
278
+ "one_click_ascension": "Click to Increase",
279
+ "one_click_ascension_replica": "Click to increase the number of virtual volume replicas in the cluster.",
280
+ "replica_count": "{count} replica({num} )",
281
+ "replica_count_plural": "{count} replicas({num} )",
282
+ "replica_num": "{count} replica",
283
+ "replica_num_plural": "{count} replicas",
284
+ "replica_num_ascension": "Replication Factor Policy",
285
+ "set_default_storage_policy_failed": "Failed to set the cluster {name} default storage policy.",
286
+ "set_default_storage_policy_succeed": "The cluster {name} default storage policy was successfully set.",
287
+ "to_ascension": "Replicas to be increased",
288
+ "total_capacity": "Total Capacity <0></0>",
289
+ "used": "Used",
290
+ "volume_replica_num": "Number of Virtual Volume Replicas",
291
+ "ascending": "Increasing..."
292
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "initial": "Initialize",
3
+ "group_name": "Organization Name",
4
+ "please_input_group_name": "Please enter the organization name",
5
+ "confirm_password": "Confirm Password",
6
+ "confirm_password_again": "Please enter your password again",
7
+ "diff_password": "The two entered passwords are inconsistent",
8
+ "super_manager_password": "Super administrator password"
9
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "vm_snapshot_will_not_include": "The VM snapshot will not include the original VM's",
3
+ "contains_special_rules": "The name only supports English letters, numbers, underscores (_), and hyphens (-)",
4
+ "nic": "Nic",
5
+ "ip_address": "IP address",
6
+ "hot_add_not_enabled": "Hot add is not enabled",
7
+ "disks_will_rebuild": "It will rebuild the following virtual disks and mount them to the VM:",
8
+ "disks_will_rebuild_title": "Virtual disks that will be rebuilt and remounted",
9
+ "disks_will_unmount": "The following virtual disks are not included in the snapshot. Rollback will cause unmounting:",
10
+ "disks_will_unmount_title": "The virtual disk that will be unmounted",
11
+ "disks_cannot_rebuild": "The following virtual disks in the snapshot are mounted to other VMs after the snapshot and cannot be rolled back:",
12
+ "disks_cannot_rebuild_title": "Virtual disks that cannot be rolled back",
13
+ "snapshot_would_not_contain_usb_device": "The VM snapshot will not contain the pass-through USB device mounted the VM.",
14
+ "labels": "Labels",
15
+ "has_deleted_images": "The ISO image used by the CD-ROM in this snapshot has been deleted. After the rollback, the original ISO image will not be included in the CD-ROM.",
16
+ "images_will_unmount": "The following ISO images are not included in the snapshot and they will be unmounted after rollback:",
17
+ "images_will_unmount_title": "ISO image(s) that will be unmounted"
18
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "name": "Name",
3
+ "object_num": "Number of Snapshot Objects",
4
+ "logical_size_bytes": "Exclusive Capacity",
5
+ "local_created_at": "Created Time",
6
+ "estimated_recycling_time": "Estimated Deletion Time",
7
+ "keep_snapshot_group": "Retain snapshot group",
8
+ "confirm_keep_info": "Are you sure to retain the snapshot group {name} (at {time})?",
9
+ "keep_snapshot_group_text": "After retention, the snapshot group will not be automatically deleted according to the retention policy. If you no longer need to retain it, please delete the snapshot group manually.",
10
+ "delete_snapshot_group": "Delete Snapshot Group",
11
+ "delete_snapshot_group_info": "Are you sure to delete the snapshot group {name} (at {time})?",
12
+ "delete_snapshot_group_text": "This operation cannot be undone. Deleting can release storage space: <0>{size}</0>. Space release may not happen immediately.",
13
+ "clone_snapshot_group": "Clone Snapshot Group",
14
+ "confirm_clone_info": "Select the snapshot object that needs to clone from the snapshot group <1>{name}</1>:",
15
+ "clone_snapshot_group_text": "The snapshot group is created at <0></0>.",
16
+ "clone_vm_validate": "A VM with the same name already exists",
17
+ "not_clone": "Cannot clone: the snapshot is not included in the snapshot group",
18
+ "clone_submit_validate": "Please select at least one snapshot object to clone.",
19
+ "clone_vm_name": "Name of the cloned virtual machine",
20
+ "table_vm_title": "Source Virtual Machine",
21
+ "rollback_snapshot_group": "Rollback Snapshot Group",
22
+ "confirm_rollback_info": "Are you sure to rollback the snapshot objects contained in the snapshot group <1>{name}</1> to the state at the time of the snapshot?",
23
+ "not_rollback1": "the snapshot is not included in the snapshot group",
24
+ "not_rollback2": "the snapshot object does not exist",
25
+ "not_rollback3": "the virtual machine is not powered off",
26
+ "not_rollback4": "the snapshot object has been moved out of the snapshot plan",
27
+ "not_rollback5": "{num} virtual disk in the snapshot cannot be rolled back",
28
+ "not_rollback6": "{num} virtual disk is not included in the snapshot, it will be unmounted before rolling back",
29
+ "allow_rollback": "Can roll back",
30
+ "description": "Description",
31
+ "manual_delete": "Need to delete manually",
32
+ "no_rollback_snapshot_group_title": "Unable to roll back the snapshot group",
33
+ "no_rollback_snapshot_group": "Unable to roll back the snapshot group <1>{name}</1>",
34
+ "no_rollback_info": "This snapshot group can be rolled back only when all objects can be rolled back. Please try to solve the problems and try again.",
35
+ "no_rollback": "Cannot roll back: ",
36
+ "notice_rollback": "Note that can be rolled back: "
37
+ }