@cloudtower/parrot 0.5.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (450) hide show
  1. package/README.md +8 -2
  2. package/dist/index.d.ts +2 -1
  3. package/dist/index.js +2 -1
  4. package/dist/locales/en-US/alert.json +77 -0
  5. package/dist/locales/en-US/auditLog.json +226 -0
  6. package/dist/locales/en-US/backup.json +261 -0
  7. package/dist/locales/en-US/backupPlan.json +271 -0
  8. package/dist/locales/en-US/backupRestorePoint.json +17 -0
  9. package/dist/locales/en-US/backupStoreRepository.json +67 -0
  10. package/dist/{src/locales → locales}/en-US/basic.json +0 -0
  11. package/dist/locales/en-US/cloudTowerApplicationPackage.json +4 -0
  12. package/dist/locales/en-US/cluster.json +281 -0
  13. package/dist/locales/en-US/clusterUpgrade.json +61 -0
  14. package/dist/locales/en-US/common.json +392 -0
  15. package/dist/locales/en-US/components.json +91 -0
  16. package/dist/locales/en-US/connection.json +11 -0
  17. package/dist/locales/en-US/consistencyGroup.json +62 -0
  18. package/dist/locales/en-US/consistencyGroupSnapshot.json +23 -0
  19. package/dist/locales/en-US/contentLibraryImage.json +70 -0
  20. package/dist/locales/en-US/contentLibraryVmTemplate.json +126 -0
  21. package/dist/locales/en-US/datacenter.json +34 -0
  22. package/dist/locales/en-US/disk.json +127 -0
  23. package/dist/locales/en-US/elfDataStore.json +28 -0
  24. package/dist/locales/en-US/elfImage.json +29 -0
  25. package/dist/locales/en-US/entityFilter.json +94 -0
  26. package/dist/locales/en-US/enum.json +182 -0
  27. package/dist/locales/en-US/error.json +1166 -0
  28. package/dist/locales/en-US/eventAudit.json +9 -0
  29. package/dist/locales/en-US/everoute.json +267 -0
  30. package/dist/locales/en-US/everouteCluster.json +5 -0
  31. package/dist/locales/en-US/everoutePackage.json +4 -0
  32. package/dist/locales/en-US/execute_plan.json +3 -0
  33. package/dist/locales/en-US/globalAlertRule.json +34 -0
  34. package/dist/locales/en-US/graph.json +11 -0
  35. package/dist/locales/en-US/hardware-topo.json +81 -0
  36. package/dist/locales/en-US/host.json +397 -0
  37. package/dist/locales/en-US/httpCode.json +16 -0
  38. package/dist/locales/en-US/index.d.ts +10112 -0
  39. package/dist/locales/en-US/index.js +213 -0
  40. package/dist/locales/en-US/installer.json +67 -0
  41. package/dist/locales/en-US/iscsiConnection.json +12 -0
  42. package/dist/locales/en-US/iscsiLun.json +142 -0
  43. package/dist/locales/en-US/iscsiLunSnapshot.json +9 -0
  44. package/dist/locales/en-US/iscsiTarget.json +147 -0
  45. package/dist/locales/en-US/isolationPolicy.json +29 -0
  46. package/dist/locales/en-US/label.json +84 -0
  47. package/dist/locales/en-US/logCollection.json +13 -0
  48. package/dist/locales/en-US/login.json +18 -0
  49. package/dist/locales/en-US/maintenance-mode.json +56 -0
  50. package/dist/locales/en-US/metric.json +355 -0
  51. package/dist/locales/en-US/migrateTransmitter.json +26 -0
  52. package/dist/locales/en-US/monitor.json +57 -0
  53. package/dist/locales/en-US/namespaceGroup.json +24 -0
  54. package/dist/locales/en-US/nfsExport.json +41 -0
  55. package/dist/locales/en-US/nfsInode.json +14 -0
  56. package/dist/locales/en-US/nic.json +62 -0
  57. package/dist/locales/en-US/nvmfConnection.json +11 -0
  58. package/dist/locales/en-US/nvmfNamespace.json +112 -0
  59. package/dist/locales/en-US/nvmfNamespaceSnapshot.json +28 -0
  60. package/dist/locales/en-US/nvmfSubsystem.json +127 -0
  61. package/dist/locales/en-US/nvmfSubsystemSnapshot.json +4 -0
  62. package/dist/locales/en-US/overview.json +76 -0
  63. package/dist/locales/en-US/plugins.json +13 -0
  64. package/dist/locales/en-US/pmemDimm.json +11 -0
  65. package/dist/locales/en-US/portal.json +5 -0
  66. package/dist/locales/en-US/recycleBin.json +79 -0
  67. package/dist/locales/en-US/recycleVm.json +9 -0
  68. package/dist/locales/en-US/report-task.json +4 -0
  69. package/dist/locales/en-US/report-template.json +20 -0
  70. package/dist/locales/en-US/reportTask.json +7 -0
  71. package/dist/locales/en-US/reportTemplate.json +22 -0
  72. package/dist/locales/en-US/requestCode.json +18 -0
  73. package/dist/locales/en-US/role.json +206 -0
  74. package/dist/locales/en-US/securityGroup.json +48 -0
  75. package/dist/locales/en-US/securityPolicy.json +222 -0
  76. package/dist/locales/en-US/setting.json +292 -0
  77. package/dist/locales/en-US/setup.json +9 -0
  78. package/dist/locales/en-US/snapshot.json +18 -0
  79. package/dist/locales/en-US/snapshotGroup.json +37 -0
  80. package/dist/locales/en-US/snapshotPlan.json +134 -0
  81. package/dist/locales/en-US/snapshotPlanTask.json +10 -0
  82. package/dist/locales/en-US/snmp-transport.json +13 -0
  83. package/dist/locales/en-US/snmp-trap-receiver.json +13 -0
  84. package/dist/locales/en-US/snmpTransport.json +25 -0
  85. package/dist/locales/en-US/snmpTrapReceiver.json +15 -0
  86. package/dist/locales/en-US/storage.json +4 -0
  87. package/dist/locales/en-US/svtImage.json +12 -0
  88. package/dist/locales/en-US/systemAuditLog.json +14 -0
  89. package/dist/locales/en-US/task.json +558 -0
  90. package/dist/locales/en-US/title.json +58 -0
  91. package/dist/locales/en-US/ui.json +16 -0
  92. package/dist/locales/en-US/usbDevice.json +29 -0
  93. package/dist/locales/en-US/user.json +67 -0
  94. package/dist/locales/en-US/userAuditLog.json +275 -0
  95. package/dist/locales/en-US/userRoleNext.json +5 -0
  96. package/dist/locales/en-US/validation.json +230 -0
  97. package/dist/locales/en-US/vds.json +55 -0
  98. package/dist/locales/en-US/view.json +8 -0
  99. package/dist/locales/en-US/vlan.json +127 -0
  100. package/dist/locales/en-US/vm.json +1082 -0
  101. package/dist/locales/en-US/vmDisk.json +4 -0
  102. package/dist/locales/en-US/vmEntityFilterResult.json +8 -0
  103. package/dist/locales/en-US/vmFolder.json +3 -0
  104. package/dist/locales/en-US/vmPlacementGroup.json +48 -0
  105. package/dist/locales/en-US/vmSnapshot.json +47 -0
  106. package/dist/locales/en-US/vmTemplate.json +67 -0
  107. package/dist/locales/en-US/vmVolume.json +92 -0
  108. package/dist/locales/en-US/vsphereEsxiAccount.json +5 -0
  109. package/dist/locales/en-US/witness.json +8 -0
  110. package/dist/locales/en-US/zone.json +13 -0
  111. package/dist/locales/index.d.ts +20361 -0
  112. package/dist/locales/index.js +7 -0
  113. package/dist/locales/zh-CN/alert.json +74 -0
  114. package/dist/locales/zh-CN/auditLog.json +225 -0
  115. package/dist/locales/zh-CN/backup.json +255 -0
  116. package/dist/locales/zh-CN/backupPlan.json +262 -0
  117. package/dist/locales/zh-CN/backupRestorePoint.json +17 -0
  118. package/dist/locales/zh-CN/backupStoreRepository.json +69 -0
  119. package/dist/{src/locales → locales}/zh-CN/basic.json +0 -0
  120. package/dist/locales/zh-CN/cloudTowerApplicationPackage.json +4 -0
  121. package/dist/locales/zh-CN/cluster.json +282 -0
  122. package/dist/locales/zh-CN/clusterUpgrade.json +61 -0
  123. package/dist/locales/zh-CN/common.json +394 -0
  124. package/dist/locales/zh-CN/components.json +91 -0
  125. package/dist/locales/zh-CN/connection.json +11 -0
  126. package/dist/locales/zh-CN/consistencyGroup.json +62 -0
  127. package/dist/locales/zh-CN/consistencyGroupSnapshot.json +23 -0
  128. package/dist/locales/zh-CN/contentLibraryImage.json +69 -0
  129. package/dist/locales/zh-CN/contentLibraryVmTemplate.json +129 -0
  130. package/dist/locales/zh-CN/datacenter.json +34 -0
  131. package/dist/locales/zh-CN/disk.json +127 -0
  132. package/dist/locales/zh-CN/elfDataStore.json +28 -0
  133. package/dist/locales/zh-CN/elfImage.json +29 -0
  134. package/dist/locales/zh-CN/entityFilter.json +94 -0
  135. package/dist/locales/zh-CN/enum.json +188 -0
  136. package/dist/locales/zh-CN/error.json +1173 -0
  137. package/dist/locales/zh-CN/eventAudit.json +9 -0
  138. package/dist/locales/zh-CN/everoute.json +265 -0
  139. package/dist/locales/zh-CN/everouteCluster.json +5 -0
  140. package/dist/locales/zh-CN/everoutePackage.json +4 -0
  141. package/dist/locales/zh-CN/execute_plan.json +3 -0
  142. package/dist/locales/zh-CN/globalAlertRule.json +34 -0
  143. package/dist/locales/zh-CN/gpuDevice.json +36 -0
  144. package/dist/locales/zh-CN/graph.json +11 -0
  145. package/dist/locales/zh-CN/hardware-topo.json +81 -0
  146. package/dist/locales/zh-CN/host.json +401 -0
  147. package/dist/locales/zh-CN/httpCode.json +16 -0
  148. package/dist/locales/zh-CN/index.d.ts +10248 -0
  149. package/dist/locales/zh-CN/index.js +215 -0
  150. package/dist/locales/zh-CN/installer.json +68 -0
  151. package/dist/locales/zh-CN/iscsiConnection.json +12 -0
  152. package/dist/locales/zh-CN/iscsiLun.json +140 -0
  153. package/dist/locales/zh-CN/iscsiLunSnapshot.json +9 -0
  154. package/dist/locales/zh-CN/iscsiTarget.json +147 -0
  155. package/dist/locales/zh-CN/isolationPolicy.json +29 -0
  156. package/dist/locales/zh-CN/label.json +84 -0
  157. package/dist/locales/zh-CN/logCollection.json +13 -0
  158. package/dist/locales/zh-CN/login.json +18 -0
  159. package/dist/locales/zh-CN/maintenance-mode.json +56 -0
  160. package/dist/locales/zh-CN/metric.json +355 -0
  161. package/dist/locales/zh-CN/migrateTransmitter.json +26 -0
  162. package/dist/locales/zh-CN/monitor.json +57 -0
  163. package/dist/locales/zh-CN/namespaceGroup.json +24 -0
  164. package/dist/locales/zh-CN/nfsExport.json +41 -0
  165. package/dist/locales/zh-CN/nfsInode.json +14 -0
  166. package/dist/locales/zh-CN/nic.json +62 -0
  167. package/dist/locales/zh-CN/nvmfConnection.json +11 -0
  168. package/dist/locales/zh-CN/nvmfNamespace.json +110 -0
  169. package/dist/locales/zh-CN/nvmfNamespaceSnapshot.json +28 -0
  170. package/dist/locales/zh-CN/nvmfSubsystem.json +126 -0
  171. package/dist/locales/zh-CN/nvmfSubsystemSnapshot.json +4 -0
  172. package/dist/locales/zh-CN/overview.json +76 -0
  173. package/dist/locales/zh-CN/plugins.json +13 -0
  174. package/dist/locales/zh-CN/pmemDimm.json +11 -0
  175. package/dist/locales/zh-CN/portal.json +5 -0
  176. package/dist/locales/zh-CN/recycleBin.json +79 -0
  177. package/dist/locales/zh-CN/recycleVm.json +9 -0
  178. package/dist/locales/zh-CN/report-task.json +4 -0
  179. package/dist/locales/zh-CN/report-template.json +20 -0
  180. package/dist/locales/zh-CN/reportTask.json +7 -0
  181. package/dist/locales/zh-CN/reportTemplate.json +22 -0
  182. package/dist/locales/zh-CN/requestCode.json +18 -0
  183. package/dist/locales/zh-CN/role.json +207 -0
  184. package/dist/locales/zh-CN/securityGroup.json +47 -0
  185. package/dist/locales/zh-CN/securityPolicy.json +214 -0
  186. package/dist/locales/zh-CN/setting.json +289 -0
  187. package/dist/locales/zh-CN/setup.json +9 -0
  188. package/dist/locales/zh-CN/snapshot.json +18 -0
  189. package/dist/locales/zh-CN/snapshotGroup.json +37 -0
  190. package/dist/locales/zh-CN/snapshotPlan.json +128 -0
  191. package/dist/locales/zh-CN/snapshotPlanTask.json +10 -0
  192. package/dist/locales/zh-CN/snmp-transport.json +13 -0
  193. package/dist/locales/zh-CN/snmp-trap-receiver.json +13 -0
  194. package/dist/locales/zh-CN/snmpTransport.json +25 -0
  195. package/dist/locales/zh-CN/snmpTrapReceiver.json +15 -0
  196. package/dist/locales/zh-CN/storage.json +4 -0
  197. package/dist/locales/zh-CN/svtImage.json +11 -0
  198. package/dist/locales/zh-CN/systemAuditLog.json +14 -0
  199. package/dist/locales/zh-CN/task.json +561 -0
  200. package/dist/locales/zh-CN/title.json +58 -0
  201. package/dist/locales/zh-CN/ui.json +16 -0
  202. package/dist/locales/zh-CN/usbDevice.json +52 -0
  203. package/dist/locales/zh-CN/user.json +67 -0
  204. package/dist/locales/zh-CN/userAuditLog.json +275 -0
  205. package/dist/locales/zh-CN/userRoleNext.json +5 -0
  206. package/dist/locales/zh-CN/validation.json +233 -0
  207. package/dist/locales/zh-CN/vds.json +54 -0
  208. package/dist/locales/zh-CN/view.json +8 -0
  209. package/dist/locales/zh-CN/vlan.json +137 -0
  210. package/dist/locales/zh-CN/vm.json +1160 -0
  211. package/dist/locales/zh-CN/vmDisk.json +4 -0
  212. package/dist/locales/zh-CN/vmEntityFilterResult.json +8 -0
  213. package/dist/locales/zh-CN/vmFolder.json +3 -0
  214. package/dist/locales/zh-CN/vmPlacementGroup.json +48 -0
  215. package/dist/locales/zh-CN/vmSnapshot.json +48 -0
  216. package/dist/locales/zh-CN/vmTemplate.json +70 -0
  217. package/dist/locales/zh-CN/vmVolume.json +91 -0
  218. package/dist/locales/zh-CN/vsphereEsxiAccount.json +5 -0
  219. package/dist/locales/zh-CN/witness.json +8 -0
  220. package/dist/locales/zh-CN/zone.json +13 -0
  221. package/dist/parrotI18n.d.ts +2 -0
  222. package/dist/parrotI18n.js +10 -0
  223. package/package.json +7 -2
  224. package/src/index.ts +2 -1
  225. package/src/locales/en-US/alert.json +77 -0
  226. package/src/locales/en-US/auditLog.json +226 -0
  227. package/src/locales/en-US/backup.json +261 -0
  228. package/src/locales/en-US/backupPlan.json +271 -0
  229. package/src/locales/en-US/backupRestorePoint.json +17 -0
  230. package/src/locales/en-US/backupStoreRepository.json +67 -0
  231. package/src/locales/en-US/cloudTowerApplicationPackage.json +4 -0
  232. package/src/locales/en-US/cluster.json +281 -0
  233. package/src/locales/en-US/clusterUpgrade.json +61 -0
  234. package/src/locales/en-US/common.json +392 -0
  235. package/src/locales/en-US/components.json +91 -0
  236. package/src/locales/en-US/connection.json +11 -0
  237. package/src/locales/en-US/consistencyGroup.json +62 -0
  238. package/src/locales/en-US/consistencyGroupSnapshot.json +23 -0
  239. package/src/locales/en-US/contentLibraryImage.json +70 -0
  240. package/src/locales/en-US/contentLibraryVmTemplate.json +126 -0
  241. package/src/locales/en-US/datacenter.json +34 -0
  242. package/src/locales/en-US/disk.json +127 -0
  243. package/src/locales/en-US/elfDataStore.json +28 -0
  244. package/src/locales/en-US/elfImage.json +29 -0
  245. package/src/locales/en-US/entityFilter.json +94 -0
  246. package/src/locales/en-US/enum.json +182 -0
  247. package/src/locales/en-US/error.json +1166 -0
  248. package/src/locales/en-US/eventAudit.json +9 -0
  249. package/src/locales/en-US/everoute.json +267 -0
  250. package/src/locales/en-US/everouteCluster.json +5 -0
  251. package/src/locales/en-US/everoutePackage.json +4 -0
  252. package/src/locales/en-US/execute_plan.json +3 -0
  253. package/src/locales/en-US/globalAlertRule.json +34 -0
  254. package/src/locales/en-US/graph.json +11 -0
  255. package/src/locales/en-US/hardware-topo.json +81 -0
  256. package/src/locales/en-US/host.json +397 -0
  257. package/src/locales/en-US/httpCode.json +16 -0
  258. package/src/locales/en-US/index.ts +215 -1
  259. package/src/locales/en-US/installer.json +67 -0
  260. package/src/locales/en-US/iscsiConnection.json +12 -0
  261. package/src/locales/en-US/iscsiLun.json +142 -0
  262. package/src/locales/en-US/iscsiLunSnapshot.json +9 -0
  263. package/src/locales/en-US/iscsiTarget.json +147 -0
  264. package/src/locales/en-US/isolationPolicy.json +29 -0
  265. package/src/locales/en-US/label.json +84 -0
  266. package/src/locales/en-US/logCollection.json +13 -0
  267. package/src/locales/en-US/login.json +18 -0
  268. package/src/locales/en-US/maintenance-mode.json +56 -0
  269. package/src/locales/en-US/metric.json +355 -0
  270. package/src/locales/en-US/migrateTransmitter.json +26 -0
  271. package/src/locales/en-US/monitor.json +57 -0
  272. package/src/locales/en-US/namespaceGroup.json +24 -0
  273. package/src/locales/en-US/nfsExport.json +41 -0
  274. package/src/locales/en-US/nfsInode.json +14 -0
  275. package/src/locales/en-US/nic.json +62 -0
  276. package/src/locales/en-US/nvmfConnection.json +11 -0
  277. package/src/locales/en-US/nvmfNamespace.json +112 -0
  278. package/src/locales/en-US/nvmfNamespaceSnapshot.json +28 -0
  279. package/src/locales/en-US/nvmfSubsystem.json +127 -0
  280. package/src/locales/en-US/nvmfSubsystemSnapshot.json +4 -0
  281. package/src/locales/en-US/overview.json +76 -0
  282. package/src/locales/en-US/plugins.json +13 -0
  283. package/src/locales/en-US/pmemDimm.json +11 -0
  284. package/src/locales/en-US/portal.json +5 -0
  285. package/src/locales/en-US/recycleBin.json +79 -0
  286. package/src/locales/en-US/recycleVm.json +9 -0
  287. package/src/locales/en-US/report-task.json +4 -0
  288. package/src/locales/en-US/report-template.json +20 -0
  289. package/src/locales/en-US/reportTask.json +7 -0
  290. package/src/locales/en-US/reportTemplate.json +22 -0
  291. package/src/locales/en-US/requestCode.json +18 -0
  292. package/src/locales/en-US/role.json +206 -0
  293. package/src/locales/en-US/securityGroup.json +48 -0
  294. package/src/locales/en-US/securityPolicy.json +222 -0
  295. package/src/locales/en-US/setting.json +292 -0
  296. package/src/locales/en-US/setup.json +9 -0
  297. package/src/locales/en-US/snapshot.json +18 -0
  298. package/src/locales/en-US/snapshotGroup.json +37 -0
  299. package/src/locales/en-US/snapshotPlan.json +134 -0
  300. package/src/locales/en-US/snapshotPlanTask.json +10 -0
  301. package/src/locales/en-US/snmp-transport.json +13 -0
  302. package/src/locales/en-US/snmp-trap-receiver.json +13 -0
  303. package/src/locales/en-US/snmpTransport.json +25 -0
  304. package/src/locales/en-US/snmpTrapReceiver.json +15 -0
  305. package/src/locales/en-US/storage.json +4 -0
  306. package/src/locales/en-US/svtImage.json +12 -0
  307. package/src/locales/en-US/systemAuditLog.json +14 -0
  308. package/src/locales/en-US/task.json +558 -0
  309. package/src/locales/en-US/title.json +58 -0
  310. package/src/locales/en-US/ui.json +16 -0
  311. package/src/locales/en-US/usbDevice.json +29 -0
  312. package/src/locales/en-US/user.json +67 -0
  313. package/src/locales/en-US/userAuditLog.json +275 -0
  314. package/src/locales/en-US/userRoleNext.json +5 -0
  315. package/src/locales/en-US/validation.json +230 -0
  316. package/src/locales/en-US/vds.json +55 -0
  317. package/src/locales/en-US/view.json +8 -0
  318. package/src/locales/en-US/vlan.json +127 -0
  319. package/src/locales/en-US/vm.json +1082 -0
  320. package/src/locales/en-US/vmDisk.json +4 -0
  321. package/src/locales/en-US/vmEntityFilterResult.json +8 -0
  322. package/src/locales/en-US/vmFolder.json +3 -0
  323. package/src/locales/en-US/vmPlacementGroup.json +48 -0
  324. package/src/locales/en-US/vmSnapshot.json +47 -0
  325. package/src/locales/en-US/vmTemplate.json +67 -0
  326. package/src/locales/en-US/vmVolume.json +92 -0
  327. package/src/locales/en-US/vsphereEsxiAccount.json +5 -0
  328. package/src/locales/en-US/witness.json +8 -0
  329. package/src/locales/en-US/zone.json +13 -0
  330. package/src/locales/index.ts +9 -2
  331. package/src/locales/zh-CN/alert.json +74 -0
  332. package/src/locales/zh-CN/auditLog.json +226 -0
  333. package/src/locales/zh-CN/backup.json +255 -0
  334. package/src/locales/zh-CN/backupPlan.json +262 -0
  335. package/src/locales/zh-CN/backupRestorePoint.json +17 -0
  336. package/src/locales/zh-CN/backupStoreRepository.json +69 -0
  337. package/src/locales/zh-CN/cloudTowerApplicationPackage.json +4 -0
  338. package/src/locales/zh-CN/cluster.json +282 -0
  339. package/src/locales/zh-CN/clusterUpgrade.json +61 -0
  340. package/src/locales/zh-CN/common.json +394 -0
  341. package/src/locales/zh-CN/components.json +91 -0
  342. package/src/locales/zh-CN/connection.json +11 -0
  343. package/src/locales/zh-CN/consistencyGroup.json +62 -0
  344. package/src/locales/zh-CN/consistencyGroupSnapshot.json +23 -0
  345. package/src/locales/zh-CN/contentLibraryImage.json +69 -0
  346. package/src/locales/zh-CN/contentLibraryVmTemplate.json +129 -0
  347. package/src/locales/zh-CN/datacenter.json +34 -0
  348. package/src/locales/zh-CN/disk.json +127 -0
  349. package/src/locales/zh-CN/elfDataStore.json +28 -0
  350. package/src/locales/zh-CN/elfImage.json +29 -0
  351. package/src/locales/zh-CN/entityFilter.json +94 -0
  352. package/src/locales/zh-CN/enum.json +188 -0
  353. package/src/locales/zh-CN/error.json +1173 -0
  354. package/src/locales/zh-CN/eventAudit.json +9 -0
  355. package/src/locales/zh-CN/everoute.json +265 -0
  356. package/src/locales/zh-CN/everouteCluster.json +5 -0
  357. package/src/locales/zh-CN/everoutePackage.json +4 -0
  358. package/src/locales/zh-CN/execute_plan.json +3 -0
  359. package/src/locales/zh-CN/globalAlertRule.json +34 -0
  360. package/src/locales/zh-CN/gpuDevice.json +36 -0
  361. package/src/locales/zh-CN/graph.json +11 -0
  362. package/src/locales/zh-CN/hardware-topo.json +81 -0
  363. package/src/locales/zh-CN/host.json +407 -0
  364. package/src/locales/zh-CN/httpCode.json +16 -0
  365. package/src/locales/zh-CN/index.ts +217 -1
  366. package/src/locales/zh-CN/installer.json +68 -0
  367. package/src/locales/zh-CN/iscsiConnection.json +12 -0
  368. package/src/locales/zh-CN/iscsiLun.json +140 -0
  369. package/src/locales/zh-CN/iscsiLunSnapshot.json +9 -0
  370. package/src/locales/zh-CN/iscsiTarget.json +147 -0
  371. package/src/locales/zh-CN/isolationPolicy.json +29 -0
  372. package/src/locales/zh-CN/label.json +84 -0
  373. package/src/locales/zh-CN/logCollection.json +13 -0
  374. package/src/locales/zh-CN/login.json +18 -0
  375. package/src/locales/zh-CN/maintenance-mode.json +56 -0
  376. package/src/locales/zh-CN/metric.json +355 -0
  377. package/src/locales/zh-CN/migrateTransmitter.json +26 -0
  378. package/src/locales/zh-CN/monitor.json +57 -0
  379. package/src/locales/zh-CN/namespaceGroup.json +24 -0
  380. package/src/locales/zh-CN/nfsExport.json +41 -0
  381. package/src/locales/zh-CN/nfsInode.json +14 -0
  382. package/src/locales/zh-CN/nic.json +62 -0
  383. package/src/locales/zh-CN/nvmfConnection.json +11 -0
  384. package/src/locales/zh-CN/nvmfNamespace.json +110 -0
  385. package/src/locales/zh-CN/nvmfNamespaceSnapshot.json +28 -0
  386. package/src/locales/zh-CN/nvmfSubsystem.json +126 -0
  387. package/src/locales/zh-CN/nvmfSubsystemSnapshot.json +4 -0
  388. package/src/locales/zh-CN/overview.json +76 -0
  389. package/src/locales/zh-CN/plugins.json +13 -0
  390. package/src/locales/zh-CN/pmemDimm.json +11 -0
  391. package/src/locales/zh-CN/portal.json +5 -0
  392. package/src/locales/zh-CN/recycleBin.json +79 -0
  393. package/src/locales/zh-CN/recycleVm.json +9 -0
  394. package/src/locales/zh-CN/report-task.json +4 -0
  395. package/src/locales/zh-CN/report-template.json +20 -0
  396. package/src/locales/zh-CN/reportTask.json +7 -0
  397. package/src/locales/zh-CN/reportTemplate.json +22 -0
  398. package/src/locales/zh-CN/requestCode.json +18 -0
  399. package/src/locales/zh-CN/role.json +207 -0
  400. package/src/locales/zh-CN/securityGroup.json +47 -0
  401. package/src/locales/zh-CN/securityPolicy.json +214 -0
  402. package/src/locales/zh-CN/setting.json +289 -0
  403. package/src/locales/zh-CN/setup.json +9 -0
  404. package/src/locales/zh-CN/snapshot.json +18 -0
  405. package/src/locales/zh-CN/snapshotGroup.json +37 -0
  406. package/src/locales/zh-CN/snapshotPlan.json +128 -0
  407. package/src/locales/zh-CN/snapshotPlanTask.json +10 -0
  408. package/src/locales/zh-CN/snmp-transport.json +13 -0
  409. package/src/locales/zh-CN/snmp-trap-receiver.json +13 -0
  410. package/src/locales/zh-CN/snmpTransport.json +25 -0
  411. package/src/locales/zh-CN/snmpTrapReceiver.json +15 -0
  412. package/src/locales/zh-CN/storage.json +4 -0
  413. package/src/locales/zh-CN/svtImage.json +11 -0
  414. package/src/locales/zh-CN/systemAuditLog.json +14 -0
  415. package/src/locales/zh-CN/task.json +561 -0
  416. package/src/locales/zh-CN/title.json +58 -0
  417. package/src/locales/zh-CN/ui.json +16 -0
  418. package/src/locales/zh-CN/usbDevice.json +52 -0
  419. package/src/locales/zh-CN/user.json +67 -0
  420. package/src/locales/zh-CN/userAuditLog.json +275 -0
  421. package/src/locales/zh-CN/userRoleNext.json +5 -0
  422. package/src/locales/zh-CN/validation.json +233 -0
  423. package/src/locales/zh-CN/vds.json +55 -0
  424. package/src/locales/zh-CN/view.json +8 -0
  425. package/src/locales/zh-CN/vlan.json +153 -0
  426. package/src/locales/zh-CN/vm.json +1160 -0
  427. package/src/locales/zh-CN/vmDisk.json +4 -0
  428. package/src/locales/zh-CN/vmEntityFilterResult.json +8 -0
  429. package/src/locales/zh-CN/vmFolder.json +3 -0
  430. package/src/locales/zh-CN/vmPlacementGroup.json +48 -0
  431. package/src/locales/zh-CN/vmSnapshot.json +48 -0
  432. package/src/locales/zh-CN/vmTemplate.json +70 -0
  433. package/src/locales/zh-CN/vmVolume.json +91 -0
  434. package/src/locales/zh-CN/vsphereEsxiAccount.json +5 -0
  435. package/src/locales/zh-CN/witness.json +8 -0
  436. package/src/locales/zh-CN/zone.json +13 -0
  437. package/src/parrotI18n.ts +14 -0
  438. package/src/tools/index.mts +47 -0
  439. package/src/tools/templates/index.ejs +9 -0
  440. package/tsconfig.json +2 -2
  441. package/yarn-error.log +19134 -0
  442. package/dist/src/index.d.ts +0 -1
  443. package/dist/src/index.js +0 -1
  444. package/dist/src/locales/en-US/index.d.ts +0 -1
  445. package/dist/src/locales/en-US/index.js +0 -1
  446. package/dist/src/locales/index.d.ts +0 -2
  447. package/dist/src/locales/index.js +0 -2
  448. package/dist/src/locales/zh-CN/index.d.ts +0 -1
  449. package/dist/src/locales/zh-CN/index.js +0 -1
  450. package/index.ts +0 -1
@@ -0,0 +1,397 @@
1
+ {
2
+ "access_ip": "Access IP",
3
+ "already_copy": "IP address already copied",
4
+ "average_usage_over_last_15_min": "Average usage over the past 2 hours",
5
+ "current_usage_percent": "Current usage",
6
+ "binding": "Binding",
7
+ "block": "Block",
8
+ "capacity_and_zone": "Capacity and Partition",
9
+ "cluster": "Cluster",
10
+ "connected_error": "Error",
11
+ "compatibility_model": "CPU Compatibility Model",
12
+ "connected_healthy": "Healthy",
13
+ "connected_warning": "Unhealthy",
14
+ "connecting": "Connecting",
15
+ "session_expired": "Disconnected",
16
+ "initializing": "Initializing",
17
+ "copy": "Copy",
18
+ "count_cores": "{count} cores",
19
+ "cpu": "CPU",
20
+ "cpu_model": "CPU Model",
21
+ "cpu_brand": "CPU Model",
22
+ "data_ip": "Storage IP",
23
+ "datacenters": "Data Center",
24
+ "zone": "Availability Zone",
25
+ "edit_host_name": "Edit Hostname",
26
+ "edit_ipmi": "Edit IPMI Information",
27
+ "edit_nic_mtu": "Edit NIC MTU",
28
+ "edit_nic_mtu_warning": "The NIC will be disconnected for a few seconds after modifying its MTU value due to the reallocation of network resources.",
29
+ "filter_host": "Filter Hosts",
30
+ "hdd_data_capacity": "Total HDD Capacity",
31
+ "hdd_disk_count": "HDD Count",
32
+ "host_no_exists": "The host no longer exists.",
33
+ "idle_capacity": "Available Capacity",
34
+ "internet_access": "Network Port",
35
+ "count_internet_access": "{count} network ports",
36
+ "invalid_capacity": "Invalid Capacity",
37
+ "ip_address": "IP Address",
38
+ "ipmi_ip": "IPMI IP",
39
+ "main_frequency": "CPU Frequency",
40
+ "management_ip": "Management IP",
41
+ "memory": "Memory",
42
+ "migrate_ip": "Migration IP",
43
+ "monitor": "Monitoring",
44
+ "mtu_out_of_range": "The MTU value should be between 1500 and 9000",
45
+ "nic": "NIC",
46
+ "nic_mtu_confirm": "It is confirmed that the physical switch has enabled the jumbo frame function.",
47
+ "nic_mtu_confirm_desc": "When the MTU is not equal to 1500, you need to enable the jumbo frame function on the switch at the same time. Otherwise, the network transmission speed will decrease.",
48
+ "nics": "Network Port",
49
+ "no_nic": "No NIC",
50
+ "physical_disk": "Physical Disk",
51
+ "provisioned_cpu_cores": "Provisioned vCPU",
52
+ "provisioned_memory_bytes": "Provisioned Memory",
53
+ "sort_by_disk_character": "Sort by disk drive letter",
54
+ "sort_by_nic_character": "Sort by NIC name",
55
+ "ssd_data_capacity": "Total SSD Capacity",
56
+ "ssd_disk_count": "SSD Count",
57
+ "pmem_disk_count": "PMem Region Count",
58
+ "pmem_dimm_count": "PMem Count",
59
+ "pmem_dimm_capacity": "Total PMem Capacity",
60
+ "storage": "Storage",
61
+ "store_ip": "Storage IP",
62
+ "total_cache_capacity": "Cache Capacity",
63
+ "total_capacity": "Total Capacity",
64
+ "total_cpu_cores": "CPU Core Count",
65
+ "total_cpu_hz": "CPU Frequency",
66
+ "total_cpu_sockets": "CPU Socket",
67
+ "total_data_capacity": "Total Storage Capacity",
68
+ "total_memory_bytes": "Total Memory",
69
+ "total_with_num": "Total {num}",
70
+ "unhealthy": "Unhealthy",
71
+ "unmounted": "Unmounted",
72
+ "update_host": "Update host {host_name }",
73
+ "mount_disk": "Mount disk {disk_name} onto the host {host_name}",
74
+ "unmount_disk": "Unmount disk {disk_name} from the host {host_name}",
75
+ "used_capacity": "Used Capacity",
76
+ "used_cpu_hz": "Used CPU",
77
+ "used_data_space": "Used Storage Capacity",
78
+ "used_memory_bytes": "Used Memory",
79
+ "used": "Used",
80
+ "invalid": "Invalid",
81
+ "idle": "Available",
82
+ "serial": "Serial Number",
83
+ "serial2": "Serial Number: {serial}",
84
+ "can_not_edit_host_name": "Failed to edit hostname",
85
+ "scan_too_long": "It may take a while to scan for hosts that can be added. You can also <0>skip this step</0> and try to discover the host manually.",
86
+ "please_wait": "Please wait...",
87
+ "discovering": "Scanning for hosts that can be added to the cluster",
88
+ "not_found": "No available hosts found",
89
+ "not_found_tip": "Please try to <0>rescan</0> or <1>add hosts manually</1>.",
90
+ "has_discovered": "{count} hosts are discovered. Please select the hosts that need to be added.",
91
+ "no_discovered": "No available hosts are found. You may input the host information manually.",
92
+ "cancel_discover": "Cancel manually discovering host",
93
+ "select_host_tip": "Did not find the host you want to add?",
94
+ "manual_discover": "Discover Manually",
95
+ "discover_host": "Discover Host",
96
+ "select_host": "Select Host",
97
+ "set_host_config": "Configure Host",
98
+ "deploy_host": "Deploy",
99
+ "add_host_title": "Add Host",
100
+ "system_not_match": "The SMTX OS version or the host's hypervisor is inconsistent with that of the cluster.",
101
+ "rdma_not_match": "The cluster has RDMA enabled, but there is no network port that supports RDMA on the host",
102
+ "all_flash_not_match": "The host is configured with all SSDs but the license of the cluster does not support all-flash configuration.",
103
+ "size_not_match": "The host capacity exceeds the maximum capacity limit.",
104
+ "cpu_vendor_not_match": "The host cannot be added to the cluster because its CPU vendor is inconsistent with that of the cluster.",
105
+ "discovered_hosts_title": "Discovered Hosts",
106
+ "count": "",
107
+ "input_error": "Please fill in a valid IPv4, IPv6 or MAC address.",
108
+ "empty_input_error": "Please fill in the host address.",
109
+ "input_placeholder": "IPv4, IPv6 address or MAC address",
110
+ "manual_desc": "Use the host's IP address or MAC address to manually discover the host that needs to be added.",
111
+ "host_address": "Host IP Address",
112
+ "rescan": "Rescan",
113
+ "selected_hosts": "{count} hosts have been selected.",
114
+ "success_msg": "{inputs} hosts have been successfully discovered and selected.",
115
+ "please_select": "Please select at least one host.",
116
+ "set_host_config_desc": "Configure the {count} selected hosts",
117
+ "management_port": "Management Network port",
118
+ "storage_port": "Storage Network Port",
119
+ "vmware_access_port": "VMware access port",
120
+ "vmware_access_ip": "VMware access IP",
121
+ "access_port": "Access Network Port",
122
+ "labels": "Labels",
123
+ "go_to_host_detail": "Go to Host Details",
124
+ "power_name": "Power Supply Name",
125
+ "click_host_or_power_for_more_info": "Click the host or power for more information.",
126
+ "disk_layout_not_provided": "The server does not provide a hard disk layout.",
127
+ "disk_layout_not_provided_physical_slot": "Obtaining information about physical disk slots from this model of storage controller is not supported.",
128
+ "slot_number": "Slot Count",
129
+ "slot_number2": "Slot Count: {slot_number}",
130
+ "goto_disk_detail": "View hard disk details",
131
+ "slot_empty": "No disk inserted",
132
+ "click_disk_for_more_info": "Click the hard disk for more information",
133
+ "forward_view": "Front View",
134
+ "backward_view": "Backward View",
135
+ "power": "Power",
136
+ "unexpand_brick_info": "Collapse the chassis information",
137
+ "expand_brick_info": "Expand the chassis information",
138
+ "server_serial": "Server Model",
139
+ "memory_capacity": "Memory Capacity",
140
+ "host_info": "Host Information",
141
+ "license_checking_title": "Checking the license of the target cluster",
142
+ "adding_host_title": "Add a host to the current cluster",
143
+ "cannot_add_host_title": "Unable to Add Host",
144
+ "tower_and_cluster_full_desc": "The maximum number of licensed hosts has been reached, so no more hosts can be added.",
145
+ "tower_and_cluster_full_light_desc": "Please update the license before trying to add the host.",
146
+ "tower_full_desc": "The maximum number of licensed hosts ({count} in total) has been reached.",
147
+ "tower_full_light_desc": "Please update the license before trying to add the host.",
148
+ "cluster_full_desc": "There are {count} hosts in the cluster, which reaches the maximum number of licensed hosts.",
149
+ "cluster_full_light_desc": "Please update the cluster license before trying to add the host.",
150
+ "cannot_add_zero_hosts": "Please select at least one host.",
151
+ "add_too_many_hosts_to_tower": "{totalCount} licensed hosts and adding {count} hosts is not allowed.",
152
+ "add_too_many_hosts_to_cluster": "{totalCount} hosts licensed and adding {count} hosts is not allowed.",
153
+ "add_too_many_hosts_to_everoute": "There are {licenseCount} CPU sockets left in the Everoute license. Adding {count} CPU sockets is not allowed.",
154
+ "no_host_management_ports": "Please select the management network port.",
155
+ "no_host_management_ip": "Please fill in the management IP.",
156
+ "ip_address_not_in_management_network": "The IP address is not in the management network segment.",
157
+ "do_not_know_management_network": "The IP cannot be validated since the management network is unknown.",
158
+ "no_host_storage_ports": "Please select the storage network port.",
159
+ "no_host_storage_ip": "Please fill in the storage IP.",
160
+ "ip_address_not_in_storage_network": "The IP address is not in the storage network segment.",
161
+ "do_not_know_storage_network": "The IP cannot be validated because the storage network is unknown.",
162
+ "no_host_access_ports": "Please select the access network port.",
163
+ "no_host_access_ip": "Please fill in the access IP.",
164
+ "ip_address_not_in_access_network": "The IP address is not in the access network segment.",
165
+ "do_not_know_access_network": "The IP cannot be validated since access network is unknown.",
166
+ "no_esxi_ip": "Please fill the IP of ESXi server.",
167
+ "no_esxi_username": "Please fill the user ID of ESXi server.",
168
+ "no_esxi_password": "Please fill the password of ESXi server.",
169
+ "no_ipmi_ip": "Please fill the IP of IPMI.",
170
+ "no_ipmi_username": "Please fill the user id of IPMI.",
171
+ "no_ipmi_password": "Please fill the password of IPMI.",
172
+ "invalid_ip_address": "The IP address is invalid.",
173
+ "ip_address_conflict_within_cluster": "The IP address has been occupied.",
174
+ "ip_address_conflict_within_form": "The IP address has been occupied by another host.",
175
+ "no_disk_function": "Disk use is not specified.",
176
+ "has_disks_without_function": "The disks on the host have not been assigned a purpose of use.",
177
+ "meta_disks_not_enough": "There should be at least 2 disks containing a meta partition.",
178
+ "data_disks_not_enough": "There should be at least 1 disk for storage.",
179
+ "host_has_been_discovered": "This host has been discovered.",
180
+ "host_has_been_deployed": "This host has been added to another cluster.",
181
+ "host_cannot_be_discovered": "No available hosts found.",
182
+ "disk_function_tooltip1": "Specify a purpose for the disk without a metadata partition. It's recommended to specify a high-speed disk as the cache disk and a large-capacity yet relatively low-speed disk as the data disk.",
183
+ "disk_function_tooltip2": "The purpose of the disk requires considering whether the disk contains a metadata partition.",
184
+ "disk_function_tooltip3": "Manually specify a purpose for each disk. It's recommended to specify a high-speed disk as the cache disk and a large-capacity yet relatively low-speed disk as the data disk. Ensure that there are at least 2 cache disks containing metadata partitions.",
185
+ "disk_function_tooltip4": "Manually specify a purpose for each disk. Ensure that there are at least 2 cache disks containing metadata partitions.",
186
+ "disk_function_tooltip5": "For hosts that have enabled RAID1 for metadata partitions, select the use for disks that do not contain metadata partitions. Select high-speed disks as cache disks, and large-capacity and relatively low-speed physical disks as data disks. For metadata partitions For hosts that do not enable RAID1, manually select the purpose for each physical disk. Make sure that at least two cache disks contain metadata partitions.",
187
+ "disk_function_tooltip6": "For hosts that have enabled RAID1 for metadata partitions, their use has been determined based on whether the disks contain metadata partitions. For hosts that do not enable RAID1 for metadata partitions, manually select the use for each physical disk. Make sure at least Two cache disks contain metadata partitions.",
188
+ "deploy_in_progress": "The host is being added to the cluster according to the configuration...",
189
+ "deploy_completed": "Deployment Completed",
190
+ "deploy_fail_alert": "Failed to deploy {count} hosts. Please clear the configuration information of failed hosts and try again.",
191
+ "empty_as_not_set": "Leave blank to not set",
192
+ "host_log_title": "Deployment log of host {name}",
193
+ "check_log": "Check Log",
194
+ "select_nic": "Select network port",
195
+ "cluster_disconnect_no_data": "The connection to cluster is abnormal and data cannot be retrieved.",
196
+ "cluster_cannot_support_pmem": "The current cluster does not support the PMem mode.",
197
+ "host_dose_not_support_pmem": "The host does not contain a PMem and cannot be added to the cluster.",
198
+ "pmem_version_inconsistent": "The firmware version of PMem in the host is inconsistent.",
199
+ "pmem_not_healthy": "Contains an unhealthy PMem.",
200
+ "pmem_has_wrong_region": "The host contains a Region which is not in App Direct mode.",
201
+ "pmem_region_is_not_one": "The number of regions is not 1.",
202
+ "pmem_not_in_numa_node": "Contains a PMem that is not in NUMA Node0.",
203
+ "pmem_not_in_region": "There is a PMem that is not added to the region.",
204
+ "lack_of_rdma_iface": "The host does not contain a NIC that supports RDMA.",
205
+ "do_not_match_pmem_cluster_requirements": "The host does not meet the deployment requirements of the PMem mode: { reasons }",
206
+ "host_name_empty_validation": "Please fill in the host name",
207
+ "host_name_length_validation": "The length of a host name is within 2~64.",
208
+ "host_name_content_validation": "Only uppercase and lowercase English letters, numbers and hyphens (-) are supported.",
209
+ "host_name_beginning_validation": "A host name cannot start with hyphens (-) or numbers.",
210
+ "view_all": "To see all",
211
+ "unit_rpm": "Unit: RPM",
212
+ "edit_host_scvm_name": "Edit SCVM Hostname",
213
+ "scvm_name": "SCVM Hostname",
214
+ "can_not_edit_scvm_name": "Fail to edit SCVM hostname",
215
+ "not_support_edit_scvm_name": "The version of the cluster {cluster_name} to which the selected host {host_name} belongs is lower than 4.0.5 and does not support editing the SCVM hostname.",
216
+ "selectd_host_belongs_cluster_not_support_edit_host_name_yet": "The version of the cluster {cluster_name} to which the selected host {host_name} belongs is lower than 4.0.5 and does not support editing the hostname.",
217
+ "scvm_name_duplicated": "A SCVM host with the same name already exists in the cluster.",
218
+ "host_name_duplicated": "A host with the same name already exists in the cluster.",
219
+ "cluster__architecture": "CPU Architecture",
220
+ "select_all": "Select All",
221
+ "cancel_selected_items": "Unselect All",
222
+ "not_in_same_physical_nic": "Not belong to the same physical NIC",
223
+ "cpu_arch": "CPU Architecture",
224
+ "host_zone_placeholder": "Select the available zone to which the host belongs.",
225
+ "host_zone_validation": "The available zone for the host {name} cannot be left empty.",
226
+ "topo_invalid_desc": "The cluster is an active-active cluster. Make sure to configure racks for hosts in the primary and secondary available zones within the cluster before attempting to add a host.",
227
+ "topo_invalid_light_desc": "Add all hosts in the cluster to the rack in the Rack Configuration page.",
228
+ "deploy_success_alert": "A new host has been added successfully. Please configure the corresponding chassis and rack for the host on the Rack Configuration page.",
229
+ "deploy_success_alert_plural": "{count} hosts have been added successfully. Please configure the corresponding chassis and racks for the hosts on the Rack Configuration page.",
230
+ "deploy_success_with_vhost_alert": "A new host has been added successfully. Please restart the host to ensure that Boost mode takes effect. Then configure the corresponding chassis and rack for the host on the Rack Configuration page.",
231
+ "deploy_success_with_vhost_alert_plural": "{count} hosts have been added successfully. Please restart the hosts to ensure that Boost mode takes effect. Then configure the corresponding chassis and racks for the hosts on the Rack Configuration page.",
232
+ "reserved_cpu_cores_for_system_service": "CPU for System Services",
233
+ "vcpu_count_of_all_vms_nonexclusive": "CPU Allocation for All VMs",
234
+ "cpu_over_allocation_ratio_for_all_vms": "CPU Allocation Ratio for All VMs",
235
+ "vcpu_count_of_active_vms_nonexclusive": "CPU Allocation for Active VMs",
236
+ "cpu_over_allocation_ratio_for_active_vms": "CPU Allocation Ratio for Active VMs",
237
+ "allocable_cpu_cores_for_vm_exclusive": "Available Exclusive CPUs",
238
+ "canBeExclusive": "Available",
239
+ "exclusive": "Used",
240
+ "host_reserved_cpu_tip": "CPUs Reserved for System Services and VMs",
241
+ "logical_cpu": "Logical CPU",
242
+ "provisioned_cpu_cores_for_vm_exclusive": "Used Exclusive CPUs",
243
+ "reserved": "Reserved",
244
+ "total_cpu": "{num} CPU in total",
245
+ "esxi_host_cpu": "ESXi Host CPU",
246
+ "scvm_host_cpu": "SCVM Host CPU",
247
+ "esxi_host_memory": "ESXi Host Memory",
248
+ "scvm_host_memory": "SCVM Host Memory",
249
+ "cpu_usage": "CPU Usage",
250
+ "memory_usage": "Memory Usage",
251
+ "data_space_usage": "Storage Capacity Usage",
252
+ "all_cold_vms_cannot_move_back": "{count} virtual machine that was automatically cold migrated will not be migrated back.",
253
+ "all_cold_vms_cannot_move_back_plural": "All {count} virtual machines that were automatically cold migrated will not be migrated back.",
254
+ "all_hot_vms_cannot_move_back": "{count} virtual machine that was automatically hot migrated will not be migrated back.",
255
+ "all_hot_vms_cannot_move_back_plural": "All {count} virtual machines that were automatically hot migrated will not be migrated back.",
256
+ "all_vms_cannot_start": "All {count} virtual machines that were automatically shut down will not be powered on.",
257
+ "can_move_back_vm_count": "{count} virtual machine that can be migrated back",
258
+ "can_move_back_vm_count_plural": "{count} virtual machines that can be migrated back",
259
+ "can_start_vm_count": "{count} virtual machine that can be powered on",
260
+ "can_start_vm_count_plural": "{count} virtual machines that can be powered on",
261
+ "cannot_enter_maintenance_mode": "Unable to Enter Maintenance Mode",
262
+ "cannot_exit_maintenance_mode": "Unable to Exit Maintenance Mode",
263
+ "cannot_move_back_vm_count": "{count} virtual machine that cannot be migrated back",
264
+ "cannot_move_back_vm_count_plural": "{count} virtual machines that cannot be migrated back",
265
+ "cannot_start_vm_count": "{count} virtual machine that cannot be powered on",
266
+ "cannot_start_vm_count_plural": "{count} virtual machines that cannot be powered on",
267
+ "check_cluster_capacity": "Checking the available storage space in the cluster",
268
+ "check_cluster_quorum_services": "Checking the state of services",
269
+ "check_exists_one_replica_pextent": "Checking if the host has any data block with the replication factor of 1",
270
+ "check_exists_suspend_or_unknown_vms": "Checking if the host has any virtual machine in the suspended or unknown state",
271
+ "check_ha_enabled_vms_can_offline_migrate": "Checking if all virtual machines with high availability enabled on the host can be migrated",
272
+ "check_host_exists_maintenance_mode_host": "Checking if any hosts in the cluster are entering maintenance mode or already in maintenance mode",
273
+ "check_host_exists_maintenance_mode_scvm": "Checking if any SCVMs in the cluster are entering maintenance mode or already in maintenance mode",
274
+ "check_host_state_and_exist": "Check service state and exit",
275
+ "check_services_item": "The service state of the current host",
276
+ "check_services_item_error": "The following services of the current host have operational exceptions",
277
+ "check_services_item_success": "The service of the current host is running properly.",
278
+ "check_storage_need_recover": "The progress of data recovery in the cluster",
279
+ "check_storage_network_item": "The connection status of the current host's storage network",
280
+ "check_storage_network_item_error": "The storage network of the current host has connection exceptions",
281
+ "check_storage_network_item_success": "The storage network of the current host is connected properly",
282
+ "check_target_host_storage_network": "The connection state of the current host's storage network",
283
+ "check_vms_can_live_migrate": "Checking if all running virtual machines on the current host can be migrated",
284
+ "confirm_check_vms_can_live_migrate": "Shut down {count} virtual machines that cannot be migrated",
285
+ "session_expired_count": "Disconnected",
286
+ "connected_healthy_count": "Healthy",
287
+ "count_session_expired": "Disconnected {count}",
288
+ "count_in_maintenance": "{count} in maintenance mode",
289
+ "count_in_use": "{count} in use",
290
+ "count_initializing": "Initializing {count}",
291
+ "count_connected_error": "Error {count}",
292
+ "enter_maintenance_mode": "Enter Maintenance Mode",
293
+ "enter_maintenance_mode_alert_info1": "1. When entering maintenance mode, this host will not be available as a destination for scheduling virtual machines.",
294
+ "enter_maintenance_mode_alert_info2": "2. If data recovery occurs while entering maintenance mode, data recovery will be completed first and then continue into maintenance mode.",
295
+ "enter_maintenance_mode_alert_info3": "3. Cold data on the host will be recovered after 12 hours in maintenance mode.",
296
+ "enter_maintenance_mode_pre_check_host": "Checking if the host <1>{name}</1> can enter maintenance mode......",
297
+ "enter_maintenance_mode_pre_check_scvm": "Checking if the scvm <1>{name}</1> can enter maintenance mode......",
298
+ "enter_maintenance_mode_pre_check_error_host": "The host {name} failed to enter maintenance mode. Please address the following issues before trying entering the mode again.",
299
+ "enter_maintenance_mode_pre_check_error_scvm": "The SCVM {name} failed to enter maintenance mode. Please address the following issues before trying entering the mode again.",
300
+ "entering_maintenance_mode": "Entering Maintenance Mode",
301
+ "error_check_cluster_capacity": "Hosts in the cluster do not have sufficient storage capacity to recover all the data of the current host.",
302
+ "error_check_cluster_quorum_services": "The service operation state does not meet requirements. ",
303
+ "error_check_cluster_quorum_services_info1": "The zookeeper service of other nodes in the cluster has exceptions.",
304
+ "error_check_cluster_quorum_services_info2": "The mongodb service of other nodes in the cluster has exceptions.",
305
+ "error_check_cluster_quorum_services_info3": "The cluster has no other meta nodes except the current node.",
306
+ "error_check_cluster_quorum_services_info4": "The job-center-worker service on the current node is running abnormally.",
307
+ "error_check_cluster_quorum_services_info5": "The libvirt service on the current node is running abnormally.",
308
+ "error_check_exists_one_replica_pextent": "The current host has data blocks with a replication factor of 1.",
309
+ "error_check_exists_suspend_or_unknown_vms": "The current host has virtual machines in a Suspended or Unknown state.",
310
+ "error_check_ha_enabled_vms_can_offline_migrate": "Some high-availability-enabled virtual machines on the current host are unable to be migrated.",
311
+ "error_check_host_exists_maintenance_mode": "The cluster has one or more hosts in maintenance mode.",
312
+ "error_check_host_exists_maintenance_mode_info1": "The host {host_name} is entering maintenance mode. Please put the current host into maintenance mode after the host {host_name} has completed its maintenance tasks and exited maintenance mode.",
313
+ "error_check_host_exists_maintenance_mode_info2": "The host {host_name} is in storage maintenance mode. Please put the current host into maintenance mode after the host {host_name} has completed its maintenance tasks and exited maintenance mode.",
314
+ "error_check_host_exists_maintenance_mode_info3": "The {clusterTypeName} {host_name} is in maintenance mode. Please put the current host into maintenance mode after the host {host_name} has completed its maintenance tasks and exited maintenance mode.",
315
+ "error_check_storage_need_recover": "The cluster has data recovery in progress.",
316
+ "error_check_storage_need_recover_info": "Please try to enter maintenance mode after data recovery is complete.",
317
+ "error_check_target_host_storage_network": "The storage network of the current host has connection exceptions.",
318
+ "error_check_vms_can_live_migrate": "The virtual machine running system services on the current host is in the Running state and cannot be migrated.",
319
+ "error_enter_maintenance_mode_pre_check_host": "The host <1>{name}</1> cannot enter maintenance mode. Please address the following issues before trying entering the mode again.",
320
+ "error_enter_maintenance_mode_pre_check_scvm": "The SCVM <1>{name}</1> cannot enter maintenance mode. Please address the following issues before trying entering the mode again.",
321
+ "error_exit_maintenance_mode_pre_check_host": "The host <1>{name}</1> cannot exit maintenance mode. Please address the following issues before trying exiting the mode again.",
322
+ "error_exit_maintenance_mode_pre_check_scvm": "The SCVM <1>{name}</1> cannot exit maintenance mode. Please address the following issues before trying exiting the mode again.",
323
+ "exit_maintenance_mode": "Exit Maintenance Mode",
324
+ "exit_maintenance_mode_pre_check_host": "Checking if the host <1>{name}</1> can exit maintenance mode...",
325
+ "exit_maintenance_mode_pre_check_scvm": "Checking if the SCVM <1>{name}</1> can exit maintenance mode...",
326
+ "exit_maintenance_mode_pre_check_error_host": "The host <1>{name}</1> failed to exit maintenance mode. Please address the following issues before trying exiting the mode again.",
327
+ "exit_maintenance_mode_pre_check_error_scvm": "The SCVM <1>{name}</1> failed to exit maintenance mode. Please address the following issues before trying exiting the mode again.",
328
+ "healthy_in_use": "Working Properly",
329
+ "host_error": "The host reports an error.",
330
+ "host_health": "The host status is healthy.",
331
+ "host_initializing": "The host is initializing...",
332
+ "host_session_expired": "The host is disconnected.",
333
+ "in_maintenance": "In Maintenance",
334
+ "in_maintenance_mode": "The host is already in maintenance mode",
335
+ "in_maintenance_mode_for_time": "The host is already in maintenance mode for {time}.",
336
+ "in_use": "In Use",
337
+ "initializing_count": "Initializing",
338
+ "maintenance_mode": "Maintenance Mode",
339
+ "maintenance_mode_entering": "Entering Maintenance Mode",
340
+ "move_back_cold_migration_vm": "Migrate back cold-migrated virtual machines",
341
+ "move_back_cold_migration_vm_desc": "Virtual machines that were automatically cold-migrated during the process of entering maintenance mode will be moved back to this host. It is only supported for shutdown virtual machines.",
342
+ "move_back_hot_migration_vm": "Migrate back hot-migrated virtual machines",
343
+ "move_back_hot_migration_vm_desc": "Virtual machines that were automatically hot-migrated during the process of entering maintenance mode will be moved back to this host. It is only supported for running virtual machines.",
344
+ "no_auto_cold_migration_vm": "No virtual machines that were automatically cold-migrated",
345
+ "no_auto_hot_migration_vm": "No virtual machines that were automatically hot-migrated",
346
+ "no_auto_shutdown_vm": "No virtual machines that were automatically shutdown",
347
+ "notice_enter_maintenance_mode_pre_check1": "The host <1>{name}</1> can enter maintenance mode. Before that, please consider the following issues. Are you sure you want to migrate virtual machines on this host and then put it into maintenance mode?",
348
+ "notice_enter_maintenance_mode_pre_check2": "The host <1>{name}</1> can enter maintenance mode. Before that, please consider the following issues. Are you sure you want to migrate or shut down virtual machines on this host and then put it into maintenance mode?",
349
+ "connected_error_count": "Error",
350
+ "start_auto_shutdown_vm": "Power on the virtual machines that were automatically shut down",
351
+ "start_auto_shutdown_vm_desc": "Power on the virtual machines that were automatically shut down during the process of entering maintenance mode. It is only supported for shutdown virtual machines.",
352
+ "success_check_cluster_capacity": "Hosts in the cluster have sufficient storage capacity.",
353
+ "success_check_cluster_quorum_services": "The service is running properly.",
354
+ "success_check_exists_one_replica_pextent": "The current host does not have a data block with a replication factor of 1.",
355
+ "success_check_exists_suspend_or_unknown_vms": "The current host does not have a virtual machine in the Suspended or Unknown state.",
356
+ "success_check_ha_enabled_vms_can_offline_migrate": "Virtual machines with high availability enabled on the current host can be all migrated, or no virtual machines on the current host have enabled high availability.",
357
+ "success_check_host_exists_maintenance_mode": "The cluster has no hosts in maintenance mode.",
358
+ "success_check_storage_need_recover": "The cluster has no data recovery in progress.",
359
+ "success_check_target_host_storage_network": "The storage network of the current host is connected properly.",
360
+ "success_check_vms_can_live_migrate": "Running virtual machines on the current host can be all migrated, or there are no running virtual machines on the current host.",
361
+ "success_enter_maintenance_mode_pre_check": "The host <1>{name}</1> can enter maintenance mode. Are you sure you want to migrate the virtual machine on this host and put the host into maintenance mode?",
362
+ "success_exit_maintenance_mode_pre_check": " <1>Key services</1> of the {clusterTypeName} <0>{name}</0> <2>are now running properly</2>. Are you sure you want this host to exit maintenance mode?",
363
+ "vm_has_been_deleted": "The virtual machine has been deleted.",
364
+ "vm_has_host_devices": "The virtual machine has pass-through devices.",
365
+ "no_host_migration_ip": "Please fill in the migration IP.",
366
+ "add_host_vdses_desc": "Please associate at least one properly-connected physical network port with the following virtual distributed switches:",
367
+ "add_host_vdses_light_desc": "Network ports associated with the same virtual distributed switch need to be physically connected to each other. Each network port can be assigned to the only one virtual distributed switch.",
368
+ "add_host_vds_desc1": "It's already associated with {vlans}",
369
+ "add_host_vds_desc2": "Select a network port with a rate above 10GbE.",
370
+ "add_host_vds_desc3": "To select 2 or more RDMA network ports, the network ports should belong to the same physical NIC, and the rate should be higher than 10GBE.",
371
+ "mgt_type": "management network",
372
+ "storage_type": "storage network",
373
+ "access_type": "access network",
374
+ "migration_type": "migration network",
375
+ "rdma_storage_type": "storage network with RDMA enabled",
376
+ "rdma_access_type": "access network with NVMe over RDMA enabled",
377
+ "vm_status_changed": "The virtual machine is not in the \"Running\" state, or the host where it is located has been changed.",
378
+ "vm_usage_error_info": "{vm_usage}:{vms}.",
379
+ "vmware_check_exists_one_replica_pextent": "Checking if the current host has any data block with a replication factor of 1",
380
+ "vmware_enter_maintenance_mode_alert_info1": "1. Please put SMTX OS into maintenance mode first. Then shut down the SCVM and put this ESXi host into vSphere maintenance mode.",
381
+ "vmware_error_check_exists_one_replica_pextent": "The current host has data blocks with a replication factor of 1.",
382
+ "vmware_error_exit_maintenance_mode_pre_check": "The host <1>{name}</1> was unable to exit maintenance mode. Please address system service exceptions before trying exiting again.",
383
+ "vmware_exit_maintenance_mode_pre_check": "Checking the service operation status of the host <1>{name}</1>...",
384
+ "vmware_notice_enter_maintenance_mode_pre_check": "The {clusterTypeName} <1>{name}</1> can enter maintenance mode. Before that, please consider the following issues. Are you sure you want this host to enter maintenance mode?",
385
+ "vmware_success_check_exists_one_replica_pextent": "The current host does not have a data block with a replication factor of 1.",
386
+ "vmware_success_enter_maintenance_mode_pre_check": "The {clusterTypeName} <1>{name}</1> can enter maintenance mode. Are you sure you want to put this host into maintenance mode?",
387
+ "warning_check_vms_can_live_migrate": "You need to shut down the virtual machines that are unable to be migrated so that the host can enter maintenance mode.",
388
+ "warning_check_vms_can_live_migrate_info": "The following virtual machines cannot be migrated because the cluster has insufficient compute resources, or the virtual machines have been mounted with pass-through devices or cannot meet the <b>Must</b> requirements of the placement group policy after migration:",
389
+ "exist_host_entering_maintenance_mode": "The host {name} in the cluster is entering maintenance mode.",
390
+ "exist_host_in_maintenance_mode": "The host {name} in the cluster is already in maintenance mode.",
391
+ "exist_host_in_maintenance_mode_desc": "Please try adding the host again after the host exits maintenance mode.",
392
+ "inoperable_vm_reason": "{vm_name}: <0>{reason}</0>",
393
+ "vm_in_recycle_bin": "VM already moved to recycle bin",
394
+ "vm_status_changed_hot_migration": "The virtual machine is not in the <b>Running</b> state or its host is not undergoing changes.",
395
+ "warning_check_vms_can_live_migrate2": "The following virtual machines cannot be migrated and will be shut down when the host enters maintenance mode.",
396
+ "information": "Information"
397
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Bad Request": "The client's request has a syntax error that the server cannot understand.",
3
+ "Unauthorized": "Request user authentication.",
4
+ "Forbidden": "The server understands the client's request, but refuses to execute the request.",
5
+ "Not Found": "The server cannot find the resource based on the client's request.",
6
+ "Method Not Allowed": "The method in the client request is forbidden.",
7
+ "Not Acceptable": "The server cannot fulfill the request based on the content characteristics of the client request.",
8
+ "Proxy Authentication Required": "Request proxy authentication.",
9
+ "Request Time-out": "The server has been waiting too long for a request from the client.",
10
+ "Internal Server Error": "The request could not be completed due to an internal server error.",
11
+ "Not Implemented": "The server does not support the requested function and cannot complete the request.",
12
+ "Bad Gateway": "A server acting as a gateway or proxy received an invalid response from the remote server when attempting to execute a request.",
13
+ "Service Unavailable": "Due to overloading or system maintenance, the server is temporarily unable to process the client's request.",
14
+ "Gateway Time-out": "The server acting as a gateway or proxy did not get the request from the remote server in time.",
15
+ "HTTP Version not supported": "The server does not support the requested version of the HTTP protocol and cannot complete processing."
16
+ }