@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,230 @@
1
+ {
2
+ "atLeastOneVmDiskNeeded": "At least one existing virtual disk needs to be kept",
3
+ "clusterIpWrongFormat": "Please fill in the IP address in the correct format.",
4
+ "errorClusterIpInvalid": "The virtual IP address cannot be 0.0.0.0 or 127.0.0.1",
5
+ "errorAdminAccountNull": "Please fill in the administrator username.",
6
+ "errorAdminPasswordNull": "Please fill in the administrator password.",
7
+ "errorBiggerThanAnyHostAllocableMemory": "The memory cannot be greater than the maximum allocable physical memory in all hosts",
8
+ "errorBiggerThanHostAllocableMemory": "The memory cannot exceed the allocable physical memory of the host",
9
+ "errorCPUNull": "CPU not set",
10
+ "errorCPUSocketsExceeded": "The number of CPU sockets exceeds the upper limit of the current configuration",
11
+ "errorCannotAddVmDiskWhileVmOn": "Add a virtual disk with IDE bus #{index} when the VM is running is not allowed",
12
+ "errorNoMountVolume": "Please specify the virtual disk #{index} to mount the virtual volume",
13
+ "errorCannotRepeatMount": "Virtual Disk #{index} cannot mount a virtual volume or image repeatedly",
14
+ "errorCloneSourceNull": "The clone source virtual machine does not exist",
15
+ "errorClusterIdDifferentFromSource": "The selected cluster is not the same as the source data cluster",
16
+ "errorClusterIdNull": "Please select a cluster",
17
+ "errorClusterIpNull": "Please fill in the cluster IP address.",
18
+ "errorClusterNotSelected": "Please select the cluster",
19
+ "errorCreateCountOutOfRange": "The range of the number of creations is 1-10",
20
+ "errorDatacenterNameNull": "Please fill in the data center name.",
21
+ "errorDatacenterNameExist": "The data center name already exists",
22
+ "errorDatacenterNameSpecialCharacter": "The following special characters are not allowed: %, &, *, $, #, @, !, \\, /, :, *, ?, \", <, >, |, ;,'",
23
+ "errorDatacenterNameLength": "The length of a data center name is within 1~255.",
24
+ "errorDatastoreNameNull": "Datastore name cannot be empty",
25
+ "errorDatastorePoolNull": "The storage pool cannot be empty",
26
+ "errorDatastoreStorageDeviceNull": "The storage device cannot be empty",
27
+ "errorDiskMountedDuplicated": "Cannot mount a virtual volume that is already used by other VM",
28
+ "errorDiskSizeOverMaxSize": "The virtual disk capacity cannot exceed 64 TiB",
29
+ "errorDiskBusIdeExceedMaximum": "Supports up to 4 virtual disks with IDE bus.",
30
+ "errorDiskBusVirtioExceedMaximum": "Supports up to 32 virtual disks with VIRTIO bus.",
31
+ "errorDiskBusVirtioExceedMaximum2": "Supports up to 10 virtual disks with VIRTIO bus.",
32
+ "errorDiskBusVirtioExceedMaximum3": "Supports up to 11 virtual disks with VIRTIO bus.",
33
+ "errorDiskBusScsiExceedMaximum": "Supports up to 32 virtual disks with SCSI bus.",
34
+ "errorElfImageNeedCluster": "Please select a cluster",
35
+ "errorElfImageValueNameNull": "ISO image name cannot be empty",
36
+ "errorEmptyFile": "Please select upload file",
37
+ "errorEmptyIpAddress": "Please fill in the IP address.",
38
+ "errorEmptyIpAddressOrDomainName": "Please fill in the IP address or domain name.",
39
+ "errorGraphConnectNull": "Resource object cannot be empty",
40
+ "errorHostIdNull": "No host placement or automatic scheduling was selected",
41
+ "errorHostnameNull": "Please fill in the host name.",
42
+ "errorImageMountedDuplicated": "The image cannot be mounted repeatedly",
43
+ "errorInvalidIpAddress": "Please enter one or more valid IP addresses.",
44
+ "errorInvalidIpAddressOrDomainName": "Please enter one or more valid IP addresses or domain names.",
45
+ "errorInvalidIqnAddress": "Please enter one or more valid IQN addresses or regular expressions representing IQN addresses.",
46
+ "errorIscsiLunNameInvalid": "Only uppercase and lowercase English letters, numbers, Chinese characters, Japanese characters, Korean characters, emoji characters, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
47
+ "errorIscsiLunNameLength": "The length of a LUN name is within 1~255.",
48
+ "errorIscsiLunNameNull": "Please fill in the LUN name.",
49
+ "errorIscsiLunSizeNull": "Please enter LUN capacity.",
50
+ "errorIscsiLunSizeOverMaxSize": "The capacity of the LUN cannot exceed 64TiB",
51
+ "errorIscsiTargetNameInvalid": "Only lowercase English letters, numbers, periods (.), hyphens (-) are supported",
52
+ "errorIscsiTargetNameLength": "The name length is within 1~100.",
53
+ "errorIscsiTargetDescriptionInvalid": "Only uppercase and lowercase English letters, numbers and hyphens (-) are supported.",
54
+ "errorIscsiTargetDescriptionLength": "The length of description is within 1~255.",
55
+ "errorIscsiTargetNameNull": "Please fill in the iSCSI Target name.",
56
+ "errorIscsiTargetChapNameInvalid": "Only supports English letters, numbers, periods (.), hyphens (-), and colons (:), and the maximum length is 223 characters.",
57
+ "errorIscsiTargetChapNameNull": "Please fill in the name",
58
+ "errorIscsiTargetChapSecretInvalid": "Only English letters and numbers are supported",
59
+ "errorIscsiTargetChapSecretLength": "The length of a password is within 12~16.",
60
+ "errorIscsiTargetChapSecretNull": "Please fill in the password",
61
+ "errorMemoryCannotBeCutdown": "Memory cannot be reduced when VM is running",
62
+ "errorMemoryNull": "Please fill in the memory.",
63
+ "errorMemoryTooLow": "Memory cannot be less than 0.5 GiB",
64
+ "errorMemoryWrongFormat": "Memory must be an integer multiple of 0.5 GiB",
65
+ "errorMigrateTransmitterClusterNull": "Please fill in the connectable cluster",
66
+ "errorMigrateTransmitterIpInvalid": "Please fill in a valid IP address",
67
+ "errorMigrateTransmitterIpNull": "Please fill in the IP address",
68
+ "errorMigrateTransmitterNameDuplicated": "The transfer agent name has been used",
69
+ "errorMigrateTransmitterNameNull": "Please fill in the transfer agent name",
70
+ "errorMigrateTransmitterPasswordNull": "Please fill in the root password",
71
+ "errorMigrateTransmitterUsernameNull": "Please fill in the root username",
72
+ "errorNfsExportNameInvalid": "Only lowercase English letters, numbers, periods (.), hyphens (-) are supported.",
73
+ "errorNfsExportNameLength": "The length of an NFS Export name is within 1~255.",
74
+ "errorNfsExportNameNull": "Please fill in the NFS Export name.",
75
+ "errorNicIdNull": "Please select a virtual NIC",
76
+ "errorNicMacNull": "The MAC address of the virtual NIC cannot be empty",
77
+ "errorNicMacFormatInvalid": "Please fill in the MAC address in the correct format.",
78
+ "errorNicIpFormatInvalid": "Please fill in the IP address in the correct format.",
79
+ "errorNicGatewayFormatInvalid": "Please fill in the gateway in the correct format.",
80
+ "errorNicSubnetMaskFormatInvalid": "Please fill in the subnet mask in the correct format.",
81
+ "errorNicSetNetmaskRequireIp": "An IP address must be provided to set the subnet mask",
82
+ "errorNicSetIpRequireNetmask": "The subnet mask must be provided to set the IP address",
83
+ "errorNoDisk": "The virtual disk is empty",
84
+ "errorNoDiskMounted": "Please specify the mounted virtual volume",
85
+ "errorNoDiskName": "The virtual disk name cannot be empty",
86
+ "errorDiskName": "Only uppercase and lowercase English letters, numbers, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
87
+ "errorDiskNameLength": "The length of a virtual disk name is within 1~255.",
88
+ "errorNoDiskSize": "Please specify the size of the virtual disk",
89
+ "errorNoNic": "No virtual NIC",
90
+ "errorNotSelectTemplate": "Please select a virtual machine template",
91
+ "errorPasswordNull": "Password cannot be empty",
92
+ "errorSizeCannotReduced": "The capacity of the LUN cannot be reduced",
93
+ "errorSnmpTransportAuthPhraseLen": "SNMP transmission user password must be greater than or equal to 8 digits",
94
+ "errorSnmpTransportAuthPhraseNull": "Please enter the SNMP transport user password.",
95
+ "errorSnmpTransportAuthProtocolNull": "SNMP transport encryption algorithm cannot be empty",
96
+ "errorSnmpTransportCommunityNull": "Please fill in the SNMP transport group.",
97
+ "errorSnmpTransportNameNull": "Please fill in the SNMP transport name.",
98
+ "errorSnmpTransportPortNull": "SNMP transport port cannot be empty",
99
+ "errorSnmpTransportPrivacyPhraseLen": "SNMP transmission privacy key must be greater than or equal to 8 bits",
100
+ "errorSnmpTransportPrivacyPhraseNull": "Please fill in the SNMP transport private key.",
101
+ "errorSnmpTransportPrivacyProtocolNull": "SNMP transmission privacy protocol cannot be empty",
102
+ "errorSnmpTransportUsernameNull": "Please fill in the SNMP transport user name.",
103
+ "errorSnmpTrapReceiverAuthPhraseLen": "SNMP trap receiver user password must be 8 digits or more",
104
+ "errorSnmpTrapReceiverAuthPhraseNull": "Please fill in the SNMP trap receiver user password.",
105
+ "errorSnmpTrapReceiverAuthProtocolNull": "SNMP trap receiver encryption algorithm cannot be empty",
106
+ "errorSnmpTrapReceiverCommunityNull": "Please fill in the SNMP trap receiver group.",
107
+ "errorSnmpTrapReceiverEngineIdNull": "Please fill in the SNMP trap receiver engine ID.",
108
+ "errorSnmpTrapReceiverNameNull": "Please fill in the SNMP trap receiver name.",
109
+ "errorSnmpTrapReceiverPortNull": "SNMP trap receiver port cannot be empty",
110
+ "errorSnmpTrapReceiverPrivacyPhraseLen": "The privacy key of the SNMP trap receiver must be greater than or equal to 8 bits",
111
+ "errorSnmpTrapReceiverPrivacyPhraseNull": "Please fill in the secret private key of the SNMP trap receiver.",
112
+ "errorSnmpTrapReceiverPrivacyProtocolNull": "SNMP trap receiver privacy protocol cannot be empty",
113
+ "errorSnmpTrapReceiverUsernameNull": "Please fill in the SNMP trap receiver username.",
114
+ "errorSourceSnapshotNull": "The source virtual machine snapshot does not exist",
115
+ "errorStorageDeviceModelNull": "Please select a model",
116
+ "errorStorageDeviceNameNull": "The storage device name cannot be empty",
117
+ "errorStorageDeviceProductIllegal": "Invalid roduct",
118
+ "errorStorageDeviceProductNull": "Product cannot be empty",
119
+ "errorStorageDeviceSupportDriverNull": "Please select a storage driver",
120
+ "errorUsernameNull": "Username cannot be empty",
121
+ "errorVCPUCannotBeCutdown": "The vCPU cores cannot be reduced when booting up",
122
+ "errorVCPUExceeded": "The vCPU cores should be 1-240",
123
+ "errorVCPUNull": "vCPU is not set",
124
+ "errorVDSNameNull": "Please fill in the name of the virtual distributed switch.",
125
+ "error_same_name_vds": "A VDS with the same name already exists",
126
+ "errorViewNameNull": "View name cannot be empty",
127
+ "errorVmDiskNameNull": "Virtual Disk #{index} name cannot be empty",
128
+ "errorVmNameInvalid": "Only uppercase and lowercase English letters, numbers, Chinese characters, Japanese characters, Korean characters, emoji characters, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
129
+ "errorVmNameLength": "The length of a VM name is within 1~255.",
130
+ "errorVmNameNull": "Please fill in the name of the virtual machine",
131
+ "errorVmNicsNull": "Please select a network",
132
+ "errorVmSnapshotNameNull": "Virtual machine snapshot name cannot be empty",
133
+ "errorVmSnapshotNameInvalid": "Only uppercase and lowercase English letters, numbers, Chinese characters, Japanese characters, Korean characters, emoji characters, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
134
+ "errorVmSnapshotNameLength": "The length of a VM snapshot name is within 1~255.",
135
+ "errorVmTemplateNameInvalid": "Only uppercase and lowercase English letters, numbers, Chinese characters, Japanese characters, Korean characters, emoji characters, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
136
+ "errorVmTemplateNameLength": "The length of a VM template name is within 1~255.",
137
+ "errorVmTemplateNameNull": "Virtual machine template name cannot be empty",
138
+ "error_empty_folder_name": "Please fill in the name of the VM group.",
139
+ "error_valid_folder_name": "The following special characters are not supported: %, &, *, $, #, @, !, \\, /, :, *, ?, \", <, >, |, ;,'",
140
+ "errorVmFolderLength": "The length of a VM group name is within 1~255.",
141
+ "error_no_select_vm_folder": "No virtual group selected",
142
+ "getVmDataFailed": "Failed to obtain virtual machine data",
143
+ "maximumVmDiskSizeExceeded": "The capacity of virtual disk #{index} cannot exceed 64 TiB",
144
+ "needAtLeastOneVmDisk": "At least one virtual disk (virtual volume or CD-ROM) is required",
145
+ "pleaseEnterVmDiskName": "Please enter the virtual disk name",
146
+ "requestError": "organization request error",
147
+ "specifyVmDiskSize": "Please specify the size of virtual disk #{index}",
148
+ "vmDiskSizeCannotBeCutdown": "The capacity of virtual disk #{index} cannot be less than the current value",
149
+ "errorUploadLowerVmToolsISO": "Please select a virtual machine tool ISO image higher than {version}",
150
+ "errorUserNameLength": "The length of a user name is within 1~32.",
151
+ "errorUserNameInvalid": "Only uppercase and lowercase English letters, numbers, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
152
+ "errorPasswordInvalid": "Password is invalid",
153
+ "errorPasswordConfirmNull": "Please enter the password again",
154
+ "errorPasswordConfirmInvalid": "The two passwords entered are inconsistent",
155
+ "errorEmailAddressInvalid": "Please fill in the email address in the correct format",
156
+ "errorMobilePhoneInvalid": "Please fill in the mobile phone number in the correct format",
157
+ "errorCreateUserRoleNull": "Please select a role.",
158
+ "errorCreateUsernameNull": "Please fill in your name.",
159
+ "errorSmtpServerHostNull": "Please fill in the SMTP server address and port number.",
160
+ "errorSmtpServerHostInvalid": "Please fill in the correct SMTP server address and port number format.",
161
+ "errorEmailFromNull": "Please fill in the mailing address",
162
+ "errorEmailFromInvalid": "Please fill in the sender address in the correct format",
163
+ "errorEmailTosNull": "Please fill in the recipient address",
164
+ "errorEmailTosInvalid": "Please fill in the receiving address in the correct format",
165
+ "errorEmptyStorageIp": "Please fill in the application IP",
166
+ "errorLoginUsernameAndPasswordNull": "Please enter your username and password",
167
+ "errorLoginUsernameNull": "Please enter the username",
168
+ "errorLoginPasswordNull": "Please enter the password",
169
+ "errorNoticeSeveritiesNull": "Select at least one alarm level",
170
+ "errorEditUsernameNull": "Please enter the username",
171
+ "errorEditUserPasswordNull": "Please enter the password",
172
+ "error_some_host_no_associate_nic": "At least one NIC of each host must be associated to the access VDS",
173
+ "error_some_host_no_associate_nic2": "At least one NIC of each host must be associated to the migration VDS",
174
+ "error_some_host_no_associate_nic_MANAGEMENT": "The VDS where the management network is located must be associated with the network ports of all hosts",
175
+ "error_some_host_no_associate_nic_ACCESS": "The VDS where the access network is located must be associated with the network ports of all hosts",
176
+ "error_some_host_no_associate_nic_MIGRATION": "The VDS where the migration network is located must be associated with the network ports of all hosts",
177
+ "error_vlan_id_out_of_range": "The VLAN ID must be within 0-4095",
178
+ "error_subnet_mask_invalid": "Please enter a valid subnet mask",
179
+ "error_gateway_invalid": "Please enter a valid gateway address",
180
+ "error_ip_invalid": "Please enter a valid IP address",
181
+ "error_ip_repeated": "IP address must be unique",
182
+ "error_subnet_maask_invalid": "Please enter a valid subnet mask",
183
+ "errorVcenterAddress": "Please fill in the vCenter address",
184
+ "error_esxi_ip_invalid": "Please fill in the correct ESXI IP address format",
185
+ "group_name_empty": "Please enter a name for the placement group.",
186
+ "policy_host_num": "At least one host needs to be selected for the policy",
187
+ "policy_num": "At least one policy needs to be selected",
188
+ "nonsupport_special_characters": "Only uppercase and lowercase English letters, numbers, Chinese characters, Japanese characters, Korean characters, emoji characters, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
189
+ "errorPlacementGroupNameLength": "The length of a VM placement group name is within 1~255.",
190
+ "error_cluster_management_ip_gateway": "Please fill in a legal management network gateway",
191
+ "error_cluster_management_ip_subnet": "Please fill in a legal management network subnet mask",
192
+ "error_cluster_management_ip_host": "Please fill in the management IP of the host",
193
+ "error_cluster_management_ip_merge": "Conflicts with the existing IP address of the cluster",
194
+ "error_cluster_management_ip_cidr": "Not belong to the network segment of the management network",
195
+ "error_cluster_management_ip_init": "The starting IP not belong to the network segment of the management network",
196
+ "error_number_of_direct_access_NICs1": "The number of SR-IOV pass-through NICs is within 1~{N}.",
197
+ "error_number_of_direct_access_NICs2": "Please enter the number of SR-IOV pass-through NICs.",
198
+ "error_iscsi_lun_num_in_target": "The number of LUNs in the iSCSI Target cannot exceed 255. Please select another iSCSI Target.",
199
+ "errorVdsNameLength": "The length of a virtual distributed switch name is within 1~255.",
200
+ "errorVlanNameLength": "The length of a virtual machine network name is within 1~255.",
201
+ "errorHostnameLength": "The length of a host name is within 2~63.",
202
+ "errorHostnameInvalidStartCharacter": "The host name cannot start with digit.",
203
+ "errorHostnameInvalidHyphenCharacter": "The host name cannot start with hyphens (-) or end with hyphens (-).",
204
+ "errorClusterSelectNull": "Please select at least one cluster",
205
+ "errorHostnameInvalidCharacter": "Only uppercase and lowercase English letters, numbers and hyphens (-) are supported.",
206
+ "error_gateway_subnet_mask_invalid": "Please enter a valid subnet mask for the gateway",
207
+ "error_create_vm_template_include_1_replica": "The template contains 1-replica virtual volumes, therefore it is not supported to create virtual machines.",
208
+ "errorNameInvalid": "Only supports lowercase letters, numbers and hyphens (-).",
209
+ "errorNameInvalidForeLimit": "Only supports the names starting with letters and ending with numbers and letters",
210
+ "invalidPasswordExpireCustomDay1": "Please fill in a valid duration for the password.",
211
+ "invalidPasswordExpireCustomDay2": "The valid duration is at least 7 days.",
212
+ "invalidLoginMissTime1": "Please fill in a time.",
213
+ "invalidLoginMissTime2": "Only supports 1-1440 minutes.",
214
+ "invalidLoginMissNum1": "Please enter the maximum number of failed login attempts.",
215
+ "access_mode_allow": "Please add at least one allowlist.",
216
+ "access_mode_deny": "Please add at least one blocklist.",
217
+ "invalid_session_max_age": "Please set a duration greater than 0 minutes.",
218
+ "invalid_recover_a": "Please set an answer to the question.",
219
+ "invalid_recover_q": "Please select a security question.",
220
+ "vm_need_user": "The user cannot be empty.",
221
+ "errorVmDiskNameInvalid": "The virtual disk #{index} name only uppercase and lowercase English letters, numbers, Chinese characters, Japanese characters, Korean characters, emoji characters, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
222
+ "errorVmDiskNameInvalidLength": "The length of a virtual disk #{index} name is within 1~255.",
223
+ "errorSmtpServerPasswordNull": "Please fill in the password.",
224
+ "errorSmtpServerUsernameNull": "Please fill in the username.",
225
+ "errorHostCpuNotEnoughForVmCpuExclusive": "It exceeds the upper limit of exclusive vCPUs.",
226
+ "errorVmVolumeDiskNull": "You should select at least one virtual volume file.",
227
+ "atLeastOneSocketNeeded": "Please associate at least one network port with any host.",
228
+ "error_create_vm_template_clusters_all_disconnect": "All clusters holding this virtual machine template have connection exceptions. Creating the virtual machine is not supported.",
229
+ "errorPickNumExceedMaximum": "The sum of the number of NICs, CD-ROMs, and virtual disks exceeds the limit."
230
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "OVS_bridge": "Bridge Name",
3
+ "virtual_port": "Virtual Port",
4
+ "bond_mode": "Network port bonding mode",
5
+ "connect_hosts": "Associated Hosts",
6
+ "connect_nics": "Associated Network Port",
7
+ "empty_connect_host": "No associated host yet",
8
+ "filter_vds": "Filter Virtual Distributed Switches",
9
+ "name": "Name",
10
+ "network": "Network",
11
+ "nics": "Number of Associated Hosts",
12
+ "vlans": "Number of Included Networks",
13
+ "vlans_num": "Number of networks",
14
+ "not_create": "Do not Create",
15
+ "only_create_vds": "Only create virtual distributed switches",
16
+ "create_access_network": "Create access network",
17
+ "create_migration_network": "Create migration network",
18
+ "create_migration_network_desc": "After the migration network is created, the data migrated by VMs within or between clusters will be transmitted through the network. The migration network will use the virtual distributed switch exclusively.",
19
+ "create_network_at_the_same_time": "Create a network at the same time",
20
+ "gateway_optional": "Gateway (optional)",
21
+ "gateway_subnet_mask": "Gateway Subnet Mask",
22
+ "labels": "Labels",
23
+ "detail": "Details",
24
+ "nics_display": "NIC",
25
+ "unable_delete_vds_title": "Unable to Delete VDS",
26
+ "unable_delete_vds_desc01": "Unable to delete the virtual distributed switch <1>{ name }</1>.",
27
+ "unable_delete_vds_desc02": "This virtual distributed switch has been associated with the Everoute service <1>{ name }</1>. Please disassociate them and try to delete it again.",
28
+ "everoute_cluster": "Associate Everoute Service",
29
+ "bond_mode_tooltip": "Applicable to the host associated with multiple physical network ports",
30
+ "rb_interval_info": "Network Load Balancing Periods: {interval} seconds",
31
+ "connected_vlans": "Associated Network",
32
+ "edit_vlan": "Edit Network",
33
+ "reserved_bandwidth_warning": "The total reserved bandwidth of associated networks exceeds 75% of the total bandwidth of the virtual distributed switch.",
34
+ "reserved_bandwidth_error": "The QoS policy failed because the total reserved bandwidth of associated networks exceeds the total bandwidth of the virtual distributed switch.",
35
+ "edit_bandwidth": "Edit Reserved Bandwidth",
36
+ "bandwidth_card_title": "Bandwidth Resource Allocation",
37
+ "total_bandwidth_is_not_enough": "Total bandwidth resources are insufficient.",
38
+ "has_disconnected_nic": "One or more associated physical network ports are disconnected.",
39
+ "vds_bandwidth_alert": "An anomaly occurred while allocating the bandwidth resource to {count} virtual distributed switch.",
40
+ "vds_bandwidth_alert_plural": "An anomaly occurred while allocating bandwidth resources to {count} virtual distributed switches.",
41
+ "edit_bandwidth_desc": "Please adjust the reserved bandwidth of all networks with QoS policy enabled in the virtual distributed switch so that the total reserved bandwidth is less than or equal to 75% of the total bandwidth and does not exceed the current effective total bandwidth ({bandwidthValue}Mbps).",
42
+ "bandwidth_summary": "<0>Total Reserved Bandwidth</0>(Maximum {bandwidthValue}Mbps",
43
+ "total_bandwidth_error": "The total reserved bandwidth should be less than or equal to {bandwidthValue}Mbps.",
44
+ "bond_mode_desc": "You need to set the network port bonding mode when the virtual distributed switch contains multiple physical network ports on any host.",
45
+ "network_balance": "Network Load Rebalancing",
46
+ "network_balance_desc": "Once enabled, network load will be rebalanced according to the port load.",
47
+ "rb_interval": "Network Load Balancing Period",
48
+ "select_same_name_nics": "Select Same Name Port on Other Hosts",
49
+ "clear_selected_nics": "Select Selected Port on Current Host",
50
+ "rb_interval_empty_error": "Please fill in the weight value you'd like to set.",
51
+ "rb_interval_format_error": "Please fill in an integer between 1 and 3600.",
52
+ "no_available_physical_nics": "No available network ports",
53
+ "storage_vds_alert": "You cannot edit the associated network port and the network port bonding mode because this virtual distributed switch contains a storage network.",
54
+ "host_associated_nic_empty_error": "Please associate at least one network port with each host."
55
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "View Name",
3
+ "time_span": "Value of Time Range",
4
+ "time_unit": "Unit of Time Range",
5
+ "cluster_performance": "Cluster performance",
6
+ "resource_usage": "Resource usage",
7
+ "vm": "Vm"
8
+ }
@@ -0,0 +1,127 @@
1
+ {
2
+ "create_vm_vlan": "Create VM Network",
3
+ "edit_vlan_id_tip": "If the virtual machine network has associated virtual machines, you will not be able to modify the VLAN ID.",
4
+ "edit_vm_vlan": "Edit VM Network",
5
+ "filter_vlan": "Filter Network",
6
+ "name": "Name",
7
+ "system_vlan": "System Network",
8
+ "type": "Type",
9
+ "type_ACCESS": "Access Network",
10
+ "type_MANAGEMENT": "Management Network",
11
+ "type_STORAGE": "Storage Network",
12
+ "type_VM": "VM Network",
13
+ "type_MIGRATION": "Migration Network",
14
+ "vds": "Virtual Distributed Switch",
15
+ "subnetmask": "Subnet Mask",
16
+ "gateway_ip": "Gateway",
17
+ "vlan_id": "VLAN ID",
18
+ "vlan_name": "VM Network Name",
19
+ "vm_vlan": "VM Network",
20
+ "confirm_delete_vlan": "Are you sure you want to delete the virtual machine network <1>{name}</1>?",
21
+ "delete_fail_vds_title": "Cannot delete the virtual machine network <1>{name}</1>.",
22
+ "error_vlan_name_undefined": "The virtual machine network name cannot be empty.",
23
+ "error_vlan_id_undefined": "The VLAN ID cannot be empty.",
24
+ "error_vlan_id_out_of_range": "The VLAN ID should be within 0-4095",
25
+ "delete_vlan_notice": "The virtual machine network is associated with the following resources. Please make sure that the virtual machine network is not associated with any resources before deleting it.",
26
+ "vm_with_count": "Virtual Machine",
27
+ "vm_in_recycle_bin_with_count": "Virtual machine in the recycle bin",
28
+ "vm_snapshot_with_count": "Virtual Machine Snapshot",
29
+ "vm_template_with_count": "Virtual Machine Template",
30
+ "delete_vm_vlan": "Delete virtual machine network",
31
+ "cannot_delete_vm_vlan": "Cannot delete virtual machine network",
32
+ "edit_migration_vlan": "Edit Migration Network",
33
+ "initial_ip": "Start IP",
34
+ "labels": "Labels",
35
+ "ip_num": "{ip_num} IPs including {init_ip}",
36
+ "init_ip_text": "Modifying the start IP will automatically update the management IP of all hosts.",
37
+ "edit_management_ip": "Edit the management network {network_name} of the cluster {cluster_name}: ",
38
+ "vlan_id_used": "This VLAN ID is already occupied.",
39
+ "vlan_name_used": "There is already a VLAN with the same name in the cluster.",
40
+ "qos_policy": "QoS Policy",
41
+ "qos_max_bandwidth": "Maximum Bandwidth",
42
+ "qos_min_bandwidth": "Reserved Bandwidth",
43
+ "qos_priority": "Priority",
44
+ "qos_burst": "Burst Transmission",
45
+ "high": "High",
46
+ "medium": "Medium",
47
+ "low": "Low",
48
+ "total_bandwidth": "Total Bandwidth",
49
+ "reserved_bandwidth": "Reserved Bandwidth",
50
+ "remain_bandwidth": "Available Bandwidth",
51
+ "limit_bandwidth": "Bandwidth Limit",
52
+ "has_task_using_migration_vlan": "The associated cluster has ongoing cross-cluster or intra-cluster live migration tasks.",
53
+ "static_route": "Static Route",
54
+ "route_config": "Route Configurations",
55
+ "target_ip": "Compute Application IP Address",
56
+ "subnet": "Compute Application Subnet Mask",
57
+ "route_gateway_ip": "Route Gateway Address",
58
+ "create_migration_vlan": "Create Migration Network",
59
+ "create_access_vlan": "Create Access Network",
60
+ "create_migration_vlan_desc": "Create a migration network for the cluster {name}.",
61
+ "migration_vlan_name": "Migration Network Name",
62
+ "vds_placeholder": "Select the associated virtual distributed switch",
63
+ "vlan_id_placeholder": "Set to 0 if left empty",
64
+ "migration_ip": "Migration IP",
65
+ "initial_migration_ip": "Start Migration IP",
66
+ "batch_fill": "Batch fill in",
67
+ "has_rdma_storage_vlan": "Already associated with a storage network with RDMA enabled",
68
+ "has_host_miss_physic_nic": "Has one or more hosts that are not associated with a physical network port",
69
+ "migration_ip_empty_error": "Please fill in the migration IP.",
70
+ "ip_format_error": "Please fill in the IP address in the correct format.",
71
+ "ip_conflict_error": "It conflicts with an IP address already set for the cluster.",
72
+ "migration_network_subnetmask_error": "Please fill in the valid subnet mask of the migration network.",
73
+ "vlan_id_error": "Please fill in an integer between 0 and 4095.",
74
+ "vds_empty_error": "Please select the virtual distributed switch for the migration network.",
75
+ "qos_priority_label": "Priority and Weight",
76
+ "customized_priority": "Custom Weight",
77
+ "min_bandwidth_tip": "(Maximum {value}{unit})",
78
+ "qos_limit_desc": "Once enabled, the maximum bandwidth of this network will be limited.",
79
+ "qos_burst_label": "Burst Transmission Upper Limit",
80
+ "qos_burst_placeholder": "Disable if left empty",
81
+ "qos_burst_desc": "Once enabled, data transmission will be made at a rate that exceeds the maximum bandwidth, up to the upper limit of burst transmission.",
82
+ "customized_priority_empty_error": "Please select the weight value you'd like to set.",
83
+ "customized_priority_format_error": "Please fill in an integer between 1 and 100.",
84
+ "min_bandwidth_empty_error": "Please fill in the reserved bandwidth.",
85
+ "max_bandwidth_empty_error": "Please fill in the maximum bandwidth.",
86
+ "max_bandwidth_format_error": "It cannot be less than the reserved bandwidth.",
87
+ "create_access_vlan_desc": "Create the access network for the cluster {name}.",
88
+ "access_vlan_name": "Access IP Name",
89
+ "access_ip": "Access IP",
90
+ "initial_access_ip": "Start Access IP",
91
+ "static_route_desc": "You need to enable static route if the compute application and the access IP are not in the same subnet.",
92
+ "add_route_config": "Add Route Configurations",
93
+ "route_gateway": "Route Gateway",
94
+ "target_ip_empty_error": "Please fill in the IP address of the compute application.",
95
+ "target_ip_form_error": "Please fill in the IP address in the correct format.",
96
+ "subnet_format_error": "Please fill in the valid subnet mask of the compute application.",
97
+ "gateway_ip_format_error": "Please fill in the valid route gateway.",
98
+ "ip_address_conflict_within_form": "It conflicts with an IP address in the form.",
99
+ "management_ip": "Management IP",
100
+ "initial_management_ip": "Start Management IP",
101
+ "mtu_desc": "The system will check whether the MTU of this network is less than or equal to the MTU of all physical network ports associated with the virtual distributed switch.",
102
+ "management_ip_empty_error": "Please fill in the management IP.",
103
+ "management_gateway_ip_format_error": "Please fill in the valid route gateway.",
104
+ "management_network_subnetmask_error": "Please fill in the valid subnet mask of the management network.",
105
+ "mtu_empty_error": "Please fill in MTU.",
106
+ "mtu_format_error": "Please fill in an integer between 1500 and 9000.",
107
+ "mtu_invalid_error": "The MTU of this network should be less than or equal to the MTU of the physical network port associated with the virtual distributed switch.",
108
+ "update_mtu_desc": "Increase the MTU of the associated physical network port to {value}",
109
+ "check_nic_info": "View Network Port Information",
110
+ "edit_storage_network": "Edit Storage Network",
111
+ "edit_storage_network_desc": "Edit the storage network {network_name} of the cluster {cluster_name}:",
112
+ "edit_migration_network_desc": "Edit the migration network {network_name} of the cluster {cluster_name}:",
113
+ "edit_access_network": "Edit Access Network",
114
+ "edit_access_network_desc": "Edit the access network {network_name} of the cluster {cluster_name}:",
115
+ "edit_access_network_confirm_desc": "Please ensure that the information of the access network {network_name} of the cluster {cluster_name} are correct.",
116
+ "edit_access_network_alert": "Editing the VLAN ID or MTU may cause disruptions to the access network.",
117
+ "edit_access_network_route_alert": "Editing the route gateway may cause disruptions to the access network.",
118
+ "delete_migration_network": "Delete Migration Network",
119
+ "delete_migration_desc": "Are you sure you want to delete the migration network {network_name} of the cluster {cluster_name}?",
120
+ "delete_access_network": "Delete Access Network",
121
+ "delete_access_network_desc": "Are you sure you want to delete the access network {network_name} of the cluster {cluster_name}?",
122
+ "delete_access_network_alert": "Please ensure that no compute application is using the storage resources of the cluster through this access network.",
123
+ "nic_mtu_too_low_error": "The MTU of the network port should be greater than or equal to {value}, which is the maximum MTU value for all networks associated with this network port.",
124
+ "invalid_bandwidth": "Invalid",
125
+ "mtu": "MTU",
126
+ "network_name": "Network Name"
127
+ }