@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,281 @@
1
+ {
2
+ "seperate_address_tip": "Use ',' to separate multiple server addresses",
3
+ "advice": "Advice",
4
+ "associated_cluster": "Associate Cluster",
5
+ "auth": "License Type",
6
+ "backup": "Asynchronous Replication",
7
+ "belongs_datacenter": "Data Center",
8
+ "choose_datacenter": "Choose a data center",
9
+ "cluster_detail": "Cluster Details",
10
+ "cluster_name": "Cluster Name",
11
+ "pmem_enabled": "PMem Model",
12
+ "cluster_no_exists": "The cluster no longer exists",
13
+ "confirm": "Confirm",
14
+ "confirm_associated_cluster": "Confirm to Associate Cluster",
15
+ "confirm_before_remove_cluster": "Confirm removing the cluster <1>{name}</1> from CloudTower?",
16
+ "confirm_connect_network": "Set up the access network?",
17
+ "confirm_delete_vds": "Confirm deleting the vds <1>{name}</1>?",
18
+ "confirm_description": "Associate the cluster which has either SMTX OS or SMTX ZBS deployed. Please input the cluster information.",
19
+ "confirm_provided_usable_network": "Each host must have available NICs.",
20
+ "connect_physics_nics": "Associate Physical NICs",
21
+ "connect_physics_nics_and_access_ip": "Associate physical NICs with access network",
22
+ "connect_physics_nics_and_migration_ip": "Associate physical NICs with migration network",
23
+ "connect_state": "Connection Status",
24
+ "connecte_success_description": "Connected to the cluster {name} successfully. Below is a preview of the cluster information.",
25
+ "cpu_compatibility_warning": "The CPU models on the following {length} hosts in the current cluster do not support {model} mode. If set to this compatibility, this VM will not be able to be started on these hosts:",
26
+ "cpu_modal_compatibility": "CPU Compatibility",
27
+ "cpu_modal_compatibility_desc": "The modification made to cluster VM CPU compatibility will not affect the running virtual machines immediately. If the VM compatibility is set to \"same as the cluster\", the modification will take effect the next time when the virtual machine is powered on or when the high availability (HA) is triggered.",
28
+ "cpu_modal_compatibility_title": "The newly created blank virtual machines in the cluster will use the same VM CPU compatibility as other virtual machines in the cluster by default. The virtual machines rebuilt through templates, clones, and snapshots will inherit the source CPU compatibility by default.",
29
+ "cpu_model_advice": "The recommended CPU compatibility is the highest generation compatible with all the hosts in the current cluster. If another compatibility model is selected, the virtual machines with compatibility set to \"same as the cluster\" may not be able to start or migrate on all the hosts in the cluster.",
30
+ "cpu_model_compatibility": "VM CPU Compatibility",
31
+ "create_vds": "Create VDS",
32
+ "datacenters": "Data Centers",
33
+ "belong_datacenter": "Data Center",
34
+ "delete_fail_vds": "Unable to delete the VDS.",
35
+ "delete_fail_vds_desc": "The VDS {name} has {count} networks. Make sure clear all the associated networks before deleting it.",
36
+ "delete_fail_vds_title": "Unable to delete the VDS <1>{name}</1>.",
37
+ "delete_vds": "Delete VDS",
38
+ "detail": "Detail",
39
+ "disconnected": "Disconnect",
40
+ "initializing": "Initializing",
41
+ "display_connection": "Display Connections",
42
+ "dns_servers": "DNS Servers",
43
+ "edit_cluster": "Edit Cluster",
44
+ "edit_cluster_dns": "Edit DNS Server",
45
+ "edit_cluster_msg_and_datacenter": "Edit Cluster {name}.",
46
+ "edit_cluster_name": "Edit Cluster Name",
47
+ "edit_cluster_ntp": "Edit NTP Server",
48
+ "edit_cluster_vm_cpu_model_compatibility": "Edit Cluster VM CPU Compatibility",
49
+ "edit_clusters_link_info": "Edit Cluster Connection Info",
50
+ "edit_vds": "Edit VDS",
51
+ "empty_usable_nics": "No NIC Available",
52
+ "error_auth_code_empty": "Please input the license code",
53
+ "error_dns_empty": "Please input the DNS server address",
54
+ "error_dns_invalid": "Please input a valid DNS server address",
55
+ "vip": "Virtual IP",
56
+ "error_management_vip_empty": "A management VIP must be provided since the VMTools is enabled in this cluster.",
57
+ "error_vip_invalid": "Please input a valid IP address",
58
+ "edit_cluster_vip": "Configure Management VIP and Access VIP",
59
+ "label_cluster_manegement_vip": "Management VIP",
60
+ "label_cluster_iscsi_vip": "Access VIP",
61
+ "management_vip_extra": "After the management virtual IP address is set, users can access the management interface or call the RESTful APIs through this IP address.",
62
+ "iscsi_vip_extra": "After the access virtual IP address is set, the compute platform can access the storage service through this virtual IP address.",
63
+ "error_empty_ip_address": "Host IP should not be empty.",
64
+ "error_empty_password": "Administrator password should not be empty.",
65
+ "error_empty_username": "Administrator username should not be empty.",
66
+ "error_empty_vds_name": "VDS name should not be empty.",
67
+ "error_empty_vds_nics": "VDS must be associated with at least one NIC.",
68
+ "error_invalid_ip_address": "The IP address is invalid.",
69
+ "error_ipmi_ip_duplicated": "The IPMI IP had been taken.",
70
+ "error_ipmi_ip_empty": "Please input the IPMI IP.",
71
+ "error_ipmi_ip_invalid": "Please input a valid IPMI IP.",
72
+ "error_name_empty": "Please input the cluster name.",
73
+ "error_name_invalid": "The cluster name can only contain numbers, uppercase and lowercase English letters, hyphens (-), underscores (_), and is shorter than 255 characters.",
74
+ "error_name_used": "The cluster name had been taken.",
75
+ "error_no_compatible_node": "At least one host is required to support this compatibility model",
76
+ "error_ntp_empty": "Please input the NTP server address",
77
+ "error_ntp_invalid": "Please input a valid NTP server address",
78
+ "error_username_empty": "Please input the user name.",
79
+ "expire_date": "Expire Date",
80
+ "failure_data_space": "Failure data space",
81
+ "fetch_more_vlans": "Load more networks",
82
+ "filter_cluster": "Filter the clusters",
83
+ "first_ipmi_ip": "Start IPMI IP",
84
+ "general": "General Configuration",
85
+ "has_auth": "Licensed",
86
+ "has_compatibility_problem": "compatibility issues",
87
+ "host_associated_failed": "Failed to associate {length} host(s).",
88
+ "host_associated_with": "{length} host(s) associated.",
89
+ "host_num": "Number of Hosts",
90
+ "host_passthrough": "Host passthrough",
91
+ "host_with_count": "Host ({count})",
92
+ "hypervisor": "Hypervisor",
93
+ "ip": "Cluster IP",
94
+ "vcenter_ip": "IP",
95
+ "ip_address": "Cluster IP",
96
+ "ipmi_info": "IPMI Information",
97
+ "iso": "ISO",
98
+ "license": "Software License",
99
+ "license_edition_ENTERPRISE": "Enterprise",
100
+ "license_edition_ENTERPRISE_PLUS": "Enterprise Plus",
101
+ "license_edition_STANDARD": "Standard",
102
+ "license_edition_TRIAL": "Trial",
103
+ "license_edition_ESSENTIAL": "Basic",
104
+ "license_edition_COMMUNITY": "Community",
105
+ "license_info": "License Information",
106
+ "license_type_PERPETUAL": "Perpetual",
107
+ "license_type_SUBSCRIPTION": "Subscription",
108
+ "license_type_TRIAL": "Trial",
109
+ "trial_license_expired": "The trial license has expired",
110
+ "mac_address": "MAC Address",
111
+ "max_host_number": "Max Number of Hosts",
112
+ "metroX": "MetroX Cluster",
113
+ "metro_cluster": "MetroX Cluster",
114
+ "new_auth_code": "New License Code",
115
+ "no_auth": "Not licensed",
116
+ "no_join_datacenter": "Do not add to a datacenter",
117
+ "ntp_internal": "Use internal host in cluster as NTP server",
118
+ "ntp_servers": "NTP Server",
119
+ "password": "Administrator Password",
120
+ "provisioned_memory_bytes": "Allocated Memory",
121
+ "remove_cluster": "Disconnect Cluster",
122
+ "removing": "Disconnecting",
123
+ "serial": "Serial Number",
124
+ "settings": "Settings",
125
+ "software": "Software",
126
+ "speed": "speed",
127
+ "step_with_count": "Step {count}",
128
+ "suggest_to_change": "Suggest to modify",
129
+ "tooltip_confirm_physics_nics_connect": "Please ensure that the ports associated with the same VDS are physically connected to each other.",
130
+ "tooltip_vds_nics": "No binding could be configured when only one port is selected",
131
+ "tooltips_for_remove_cluster": "Once disconnected, the cluster will no longer be managed by CloudTower but its resource will not be affected.",
132
+ "tooltips_for_vds": "An access network must be configured if you want to use this cluster as a storage cluster for external use. The access network will monopolize the VDS and cannot be edited or deleted",
133
+ "tooltips_nics_lint": "Select the uplink port of the VDS. The bonding will be used when the VDS contains more than one uplink port on a host.",
134
+ "total_cache_capacity": "Total Cache Capacity",
135
+ "total_cpu": "Total CPU",
136
+ "total_cpu_hz": "Total CPU (Hz)",
137
+ "total_data_capacity": "Total Storage Capacity",
138
+ "total_memory_bytes": "Total Memory",
139
+ "type": "Cluster Type",
140
+ "unused_nic": "Unused NICs",
141
+ "update_auth_code": "Update License",
142
+ "update_cluster_license": "Update Cluster License",
143
+ "use_external_ntp": "Use External NTP Server(s)",
144
+ "use_external_ntp_desc": "Please ensure that all hosts in the cluster can access the external NTP servers for time synchronization.",
145
+ "use_internal_ntp": "Use Internal NTP Server",
146
+ "use_internal_ntp_desc": "A host running Zookeeper in the cluster will be set as an NTP server, and other hosts will be synchronized with it.",
147
+ "used_cpu_hz": "Used CPU (Hz)",
148
+ "used_data_space": "Used Storage Capacity",
149
+ "used_memory_bytes": "Used Memory",
150
+ "username": "Administrator Username",
151
+ "valid_data_space": "Allocated Storage Capacity",
152
+ "vdsLinkHostHint": "The uplink port of the VDS {vdsName} on host {hostName}",
153
+ "vds_with_count": "VDS ({count})",
154
+ "edition": "Edition",
155
+ "version": "Software Version",
156
+ "virtual_platform": "Hypervisor",
157
+ "virtualization": "Virtualization",
158
+ "vmTemplate": "VM Template",
159
+ "vm_num": "Number of Virtual Machines",
160
+ "vmtool_image_version": "VMTools Version",
161
+ "vm_cpu_modal_compatibility": "VM CPU Compatibility",
162
+ "total_cpu_cores": "Number of CPU Cores",
163
+ "vhost_enabled": "Boost Mode",
164
+ "reserved_cpu_cores_for_system_service": "System Reserved CPU",
165
+ "provisioned_cpu_cores": "vCPU Allocated",
166
+ "provisioned_ratio": "vCPU Allocation Ratio",
167
+ "provisioned_cpu_cores_for_active_vm": "vCPU Allocated for Running VMs",
168
+ "provisioned_for_active_vm_ratio": "vCPU Allocation Ratio for Running VMs",
169
+ "rdma_enabled": "RDMA",
170
+ "can_not_add_cluster": "Unable to associate the cluster",
171
+ "need_higher_version": "It requires SMTX OS { version } and above",
172
+ "need_higher_version_and_specific_hypervisor": "It requires SMTX OS { version } and above, and virtualization platform is { hypervisor }",
173
+ "need_higher_version_and_zbs": "Requires SMTX ZBS { version } and above version",
174
+ "cpu_count_formula": "vCPU allocation ratio = vCPU ÷ [cluster total CPU core number (not including hyperthreading)-system service reserved CPU core number]",
175
+ "active_cpu_count_formula": "vCPU allocation ratio for running VMs: vCPU allocated for running VMs ÷ [cluster total CPU core number (not including hyperthreading)-system service reserved CPU core number]",
176
+ "copy_cluster_uuid": "Click to copy the cluster UUID",
177
+ "out_of_date": "Expired",
178
+ "uuid_copied": "Cluster UUID is copied.",
179
+ "copy_uuid": "Copy the UUID",
180
+ "core": "Cores",
181
+ "can_not_recover_vm_from_recycle_bin_forever": "{count} VMs in the recycle bin will be permanently deleted immediately and cannot be recovered.",
182
+ "will_be_remove_automatically_when_in_below_range": "This cluster also exists in the following range and will be automatically removed.",
183
+ "disconnect_cluster_with_count": "{count} connection(s) abnormal",
184
+ "connect_right": "Connected normally",
185
+ "retry_when_access_data_failed": "There was a problem when getting data, please try again",
186
+ "not_connect_cluster": "No cluster is associated",
187
+ "cluster_with_name": "Cluster {name}",
188
+ "organization_name_invalid": "The name can contain up to 55 characters",
189
+ "hardware-topo": "Rack Configuration",
190
+ "software_edition_miss_match": "CloudTower with community license can only be used to manage a SMTX OS culster with community license.",
191
+ "labels": "Label",
192
+ "label_column_key": "Labels",
193
+ "provisioned_cpu_cores_active": "vCPU allocated for running VMs",
194
+ "provisioned_memory_bytes_active": "Memory allocated for running VMs",
195
+ "running_vm_num": "Running VMs",
196
+ "suspended_vm_num": "Suspended VMs",
197
+ "healthy_checking": "Health Check",
198
+ "primary_zone_status": "Status of Primary Availability Zone",
199
+ "secondary_zone_status": "Status of Secondary Availability Zone",
200
+ "jump_to_zone_detail": "Go to the detail page of the availability zone",
201
+ "witness_node_status": "Status of Witness Node",
202
+ "node_zone_network_status": "Network Status between Witness Node and Primary AZ",
203
+ "node_secondary_zone_network_status": "Network Status between Witness Node and Secondary AZ",
204
+ "zone_network_status": "Network Status between Availability Zones",
205
+ "ping_status": "Ping Status",
206
+ "network_flow": "Network Traffic",
207
+ "select_zone_datacenter": "Select the data center of this AZ",
208
+ "zone_datacenter": "Data center of this AZ",
209
+ "connect_metro_cluster_warning": "Associating the cluster for the first time may take a few minutes to synchronize data. When the association task is completed, the resources of the cluster will be displayed in CloudTower.",
210
+ "empty_primary_zone_datacenter_id": "Please select the data center of the primary AZ.",
211
+ "empty_secondary_zone_datacenter_id": "Please select the data center of the secondary AZ.",
212
+ "duplicated_zone_datacenter_ids": "Please select different data centers for each AZ.",
213
+ "cpu_cores": "CPU Allocated",
214
+ "system_space": "Storage Capacity",
215
+ "critical": "Critical",
216
+ "from_primary_to_witness": "Primary AZ to Witness Node",
217
+ "from_witness_to_primary": "Witness Node to Primary AZ",
218
+ "from_secondary_to_witness": "Secondary AZ to Witness Node",
219
+ "from_witness_to_secondary": "Witness Node to Secondary AZ",
220
+ "witness_and_zone_ping_tab_tooltip": "The max value of ping RTD between the witness node and the host in AZ",
221
+ "the_worst_ping_status": "Worst Round Trip Delay",
222
+ "witness_to_primary": "Witness Node to Primary AZ",
223
+ "witness_to_secondary": "Witness Node to Secondary AZ",
224
+ "primary_to_witness": "Primary AZ to Witness Node",
225
+ "secondary_to_witness": "Secondary AZ to Witness Node",
226
+ "timeout": "Timeout",
227
+ "zone_and_zone_ping_tab_tooltip": "The maximum value of the Ping round trip delay (RTD) between hosts from one availability zone to another availability zone.",
228
+ "primary_to_secondary": "Primary AZ to Secondary AZ",
229
+ "secondary_to_primary": "Secondary AZ to Primary AZ",
230
+ "has_free_hosts_warning": "Some hosts in this MetroX cluster have not specified an availability zone. In order to ensure the normal operations of the MetroX cluster, please complete the configuration of the availability zone of all the hosts in the cluster as soon as possible.",
231
+ "no_connect_cluster": "No cluster is associated",
232
+ "connect_to_datacenter": "Associate clusters to the data center to manage a set of clusters.",
233
+ "connect_to_tower": "Associate clusters to Cloudtower and start to manage infrastructure.",
234
+ "connect_to_tower_monitor": "Associate the cluster to Cloudtower to start monitoring the cluster, virtual machines, storage, and other resources.",
235
+ "cluster_disconnect": "The cluster connection is abnormal.",
236
+ "cluster_disconnect_time": "The cluster connection has been abnormal since <0></0>.",
237
+ "belong_cluster_disconnect_time": "The cluster of this host has been experiencing connection exceptions since <0></0>.",
238
+ "have_support": "have support",
239
+ "ipmi_setting_description": "Reset the IPMI information of all hosts. If you don't need to update some IPMI passwords, please leave the corresponding input boxes blank.",
240
+ "cluster_license_size": "Cluster License Capacity",
241
+ "current_cpu_model": "VM CPU Compatibility",
242
+ "dns": "DNS Servers",
243
+ "ntp_mode": "NTP Servers Access Mode",
244
+ "ipmi": "IPMI Information",
245
+ "connect_vcenter": "vCenter Association",
246
+ "port": "port",
247
+ "default_ha": "High Availability",
248
+ "auto_converge": "Limit vCPU performance automatically during migration",
249
+ "license_submit_validation": "The current cluster contains NVMe Subsystem, which only supports enterprise licensing.",
250
+ "cluster_basic_info": "Cluster Basic Info",
251
+ "cluster_connection_info": "Cluster Connection",
252
+ "no_limit": "Unlimited",
253
+ "unable_delete_cluster_title": "Unable to delete the cluster.",
254
+ "unable_delete_cluster_desc01": "Unable to delete the cluster <1>{ name }</1>.",
255
+ "cluster_ip_address": "Cluster IP Address",
256
+ "agent_elf_vdses": "Virtual Distributed Switch",
257
+ "everoute_cluster": "Associate Everoute Service",
258
+ "remove_cluster_iso_warning": "The following resources in the content library use this cluster as the only storage cluster. After the cluster is removed, other clusters will not be able to use the following resources: ",
259
+ "storage": "Storage",
260
+ "block_storage": "Block Storage",
261
+ "connect_reach_max_chunk_num": "CloudTower is currently managing { count } hosts, which reaches the maximum number of hosts allowed by the CloudTower license.",
262
+ "connect_reach_max_num": "CloudTower is currently associated with { count } clusters, which reaches the maximum number of clusters allowed by the CloudTower license.",
263
+ "connect_would_exceed_max_chunk_num": "CloudTower can manage up to { maxChunkNum } hosts and currently has { chunkNum } hosts under management. This cluster has { clusterChunkNum } hosts more than CloudTower can currently manage, so it cannot be associated with CloudTower.",
264
+ "tower_community_license_not_support": "The license for the current cluster is {software_edition} {license_type}. CloudTower is using the Community Edition license and can only be associated with a cluster with a Community Edition license.",
265
+ "update_tower_license_tip": "Please update your CloudTower license before associating it with the cluster.",
266
+ "backup_by_service": "Backup Service",
267
+ "unable_delete_cluster_info": "This cluster has the following virtual machines running system services. Removing it will affect the management and use of system services.",
268
+ "unable_delete_cluster_info1": "This cluster is associated with the following Everoute services. Please dissociate the cluster from the Everoute service before removing it.",
269
+ "primary_zone_to_witness_gateway": " Gateway from Primary Zone to Witness Node ",
270
+ "secondary_zone_to_witness_gateway": "Gateway from Secondary Zone to Witness Node",
271
+ "storage_policy": "Storage Policy",
272
+ "witness_to_primary_zone_gateway": "Gateway from Witness Node to Primary Zone",
273
+ "witness_to_secondary_zone_gateway": "Gateway from Witness Node to Secondary Zone",
274
+ "vcpu_count_of_all_vms_nonexclusive": "CPU Allocation for All VMs",
275
+ "cpu_over_allocation_ratio_for_all_vms": "CPU Allocation Ratio for All VMs",
276
+ "vcpu_count_of_active_vms_nonexclusive": "CPU Allocation for Active VMs",
277
+ "cpu_over_allocation_ratio_for_active_vms": "CPU Allocation Ratio for Active VMs",
278
+ "total_distribution_ratio": "Allocated vCPUs for CPU-Exclusive-Disabled VMs",
279
+ "active_ratio": "Allocated vCPUs for Active VMs",
280
+ "allocation_cpu_count": "Shareable CPU"
281
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "upload_upgrade_file": "Upload Upgrade File",
3
+ "empty_file_for_upgrade": "No ISO for upgrade",
4
+ "current_version_with_version": "Current version is {version}",
5
+ "upgrade": "Upgrade",
6
+ "delete_upgrade_file": "Delete the upgrade file",
7
+ "delete_cluster_upgrade_file": "Delete the cluster upgrade file ",
8
+ "confirm_delete_cluster_image_desc": "Confirm to delete the file with version {version} in the cluster {name}?",
9
+ "can_not_rollback_operation": "This operation cannot be withdrawn.",
10
+ "upload_file_desc": "Drag and drop the file here, or <0> Select File </0> to upload.",
11
+ "upload_cluster_upgrade_file": "Upload Cluster Upgrade File",
12
+ "support_upload_file": "Only *.iso and *.json files can be uploaded.",
13
+ "image_format_error1": "Only the files in *.iso and *.json format are supported,",
14
+ "image_format_error2": "please <0>Reselect</0> or drag in the file",
15
+ "can_selected_cluster_desc": "You can select a cluster to upload when the SMTX OS version of this cluster is lower than the selected upgrade file version, and the cluster does not contain the same version of the upgrade file",
16
+ "upload_file_error": "Failed to upload the file",
17
+ "empty_file": "Please select the upload files",
18
+ "empty_iso_file": "Select or drag and drop the ISO file here",
19
+ "empty_json_file": "Select or drag and drop the json file here",
20
+ "empty_cluster": "Choose a target cluster",
21
+ "precheck_failed": "The pre-check of cluster { name } failed. Please fix the errors and upgrade again",
22
+ "check_env": "Check the environment",
23
+ "waiting": "Please wait...",
24
+ "check_cluster_env": "Checking the cluster {name}",
25
+ "upgrading_cluster": "Upgrading the cluster {name}",
26
+ "check_log": "Check log",
27
+ "upgrade_cluster_success": "Upgrade cluster {name} successfully",
28
+ "upgrade_cluster_failed": "Upgrade cluster {name} failed",
29
+ "complete": "Completed",
30
+ "upgrade_to_target_version": "The cluster was successfully upgraded to {version}",
31
+ "upgrade_to_target_version_failed": "Upgrade cluster failed. Please check the log to fix the errors and try to upgrade again.",
32
+ "upgradable": "upgradable",
33
+ "diff_version": "Inconsistent",
34
+ "host_with_count": "{count} host",
35
+ "check_task_detail": "Check task details",
36
+ "iso_not_match_meta": "The ISO file and metadata files are not consistent",
37
+ "confirm_upgrade_desc": "The version of cluster {name} is {old_version}. Are you sure to upgrade to {version}?",
38
+ "upload_file_light_desc": "It is recommended to start the upgrade after the running tasks are completed. During the upgrade process, services of the cluster may be temporarily unavailable.",
39
+ "upgrading": "Upgrading",
40
+ "cannot_be_upgraded_by_ui": "Cannot upgrade to the target version by using CloudTower.",
41
+ "cluster_upgrade_tool_incompatible": "The version of cluster upgrade tool is incompatible",
42
+ "check_upgrading_progress": "Check upgrading progress",
43
+ "upgrading_to_other_version": "The cluster is upgrading to other version.",
44
+ "cluster_with_image": "Clusters contain the {version} image",
45
+ "update_tool_for_upgrading": "Update tools for cluster upgrade",
46
+ "update_tool_for_upgrading_desc": "Updating tools for {clusterName} to upgrade...",
47
+ "update_tool_for_upgrading_failed_desc": "Updating tools for {clusterName} has failed. Please resolve the following problems and try again later.",
48
+ "precheck_failed_desc": "Cluster {name} does not match the requirements for upgrading. Please resolve the following problems and try again later.",
49
+ "updating_tool_for_upgrading_task_desc": "Updating tools to upgrade ({current}/{total})...",
50
+ "upgrading_cluster_task_desc": "Upgrading cluster ({current}/{total})...",
51
+ "various_os_versions_in_cluster": "The software versions of the hosts are inconsistent",
52
+ "included_versions": "Versions included: {versions}",
53
+ "running_node": "Upgrade Control Node",
54
+ "check_progress": "Check Progress",
55
+ "upgrade_cluster_desc": "Are you sure to upgrade the cluster <0>{clusterName}</0> from {oldVersion} to {newVersion}?",
56
+ "upgrade_cluster_sub_desc": "The cluster upgrade will take a long time. If there are unfinished tasks in the cluster, it is recommended to start the upgrade after those tasks are finished. During the upgrade process, the cluster services may be temporarily in an unavailable state.",
57
+ "upgrading_vSphere_cluster": "Upgrading the SCVM of the SMTX OS vSphere cluster {name}...",
58
+ "vSphere_cluster_upgrade_to_target_version_failed": "The upgrade for the SMTX OS vSphere cluster failed. Please check the reasons for the failure by viewing the SCVM logs and try to upgrade again.",
59
+ "exist_host_entering_maintenance": "The cluster has host that are entering maintenance mode.",
60
+ "exist_host_in_maintenance": "The cluster has hosts already in maintenance mode."
61
+ }