@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,112 @@
1
+ {
2
+ "namespace_id": "ID",
3
+ "name": "Name",
4
+ "thin_provision": "Provisioning",
5
+ "replica_num": "Number of Replicas",
6
+ "size": "Capacity",
7
+ "shared_size": "Shared Capacity",
8
+ "unique_size": "Exclusive Capacity",
9
+ "assigned_size": "Allocated Capacity",
10
+ "local_created_at": "Created Time",
11
+ "iops": "IOPS Limit",
12
+ "bps": "Bandwidth Limit",
13
+ "stripe_num": "Number of Stripes",
14
+ "stripe_size": "Stripe Size",
15
+ "labels": "Label",
16
+ "volume": "Volume",
17
+ "shared_volume": "Shared Volume",
18
+ "nqn_whitelist_of_subsystem": "The NQN Whitelists of the Subsystem",
19
+ "nqn_whitelist_same_as_subsystem": "The same NQN whitelists as those used by the Subsystem",
20
+ "specify_nqn_whitelist": "Specify a NQN whitelist of the current Namespace within the allowed NQN whitelists of the Subsystem",
21
+ "specify_nqn": "Specify NQN",
22
+ "create_namespace": "Create Namespace",
23
+ "edit_namespace": "Edit Namespace",
24
+ "delete_namespace": "Delete Namespace",
25
+ "is_shared_info": "The shared volumes can be connected by multiple clients. The type cannot be modified once created.",
26
+ "type": "Type",
27
+ "nqn_rules": "Use commas \",\" to separate multiple NQN addresses. Leave blank to prohibit all.",
28
+ "error_namespace_name_null": "Please enter a Namespace name.",
29
+ "error_same_name_of_subsystem": "A Namespace with the same name already exists in the Subsystem.",
30
+ "error_name_length": "The length of a Namespace name is within 1~255.",
31
+ "error_name_invalid": "Only lowercase English letters, numbers, periods (.), hyphens (-) are supported.",
32
+ "error_size_invalid": "The capacity of a Namespace cannot exceed 64 TiB.",
33
+ "error_group_null": "Please select a Namespace Group",
34
+ "cannot_create_namespace": "Cannot create a Namespace",
35
+ "cannot_create_namespace_result": "The number of Namespaces in a NVMe Subsystem cannot exceed 255.",
36
+ "cannot_create_namespace_info": "Please delete some Namespaces in the NVMe Subsystem, and then try to create again.",
37
+ "error_size_invalid2": "A Namespace only supports capacity expansion.",
38
+ "confirm_delete_info": "If you need to delete the Namespace, please exactly enter the name of the Namespace to be deleted in the following input box.",
39
+ "confirm_delete_info2": "This operation cannot be undone. Once deleted, the data contained in the Namespace cannot be recovered.",
40
+ "confirm_delete": "Confirm to Delete",
41
+ "nvmf_subsystem": "Storage Object",
42
+ "nqn_whitelist_extra_warning": "Since the Subsystem to which the current Namespace belongs is forbidden to access all NQNs, the configured NQN whitelist in the Namespace will not take effect.",
43
+ "nqn_whitelist_extra_info": "The Subsystem to which the current Namespace belongs is allowed to access all NQNs, therefore the Namespace needs to specify a NQN whitelist or the Subsystem is forbidden to access all NQNs.",
44
+ "cannot_delete_namespace": "Unable to Delete Namespace",
45
+ "cannot_delete_namespace_description": "Failed to delete the Namespace <0>{namespace_name}</0> .",
46
+ "cannot_delete_namespace_solution": "Please remove the Namespace from the consistency group {group_name} and then try again.",
47
+ "delete_namespace_desc": "The Namespace <0>{name}</0> contains snapshots. When deleting the Namespace, whether or not to delete the contained snapshots together?",
48
+ "delete_namespace_desc2": "Please exactly enter the name of the Namespace to be deleted in the input box below.",
49
+ "delete_snapshot_radio_desc": "This operation cannot be undone. All snapshots contained in this Namespace will be deleted, and the storage space can be released: <0></0>.",
50
+ "keep_snapshot": "Retain Snapshot",
51
+ "delete_snapshot": "Delete Snapshot",
52
+ "delete_namespace_and_snapshot": "Delete Namespace and Snapshot",
53
+ "only_delete_namespace": "Delete Namespace Only",
54
+ "error_namespace_size_null": "Please enter Namespace capacity.",
55
+ "error_delete_name_null": "Please enter the Namespace name.",
56
+ "error_delete_name_invalid": "Please enter the correct Namesapce name.",
57
+ "iops_max": "Total IOPS Burst Upper Limit",
58
+ "iops_total": "Total IOPS Limit",
59
+ "iops_max_length": "Duration of Total IOPS Burst Upper Limit",
60
+ "iops_rd_max": "Read IOPS Burst Upper Limit",
61
+ "iops_wr_max": "Write IOPS Burst Upper Limit",
62
+ "iops_rd": "Read IOPS Limit",
63
+ "iops_wr": "Write IOPS Limit",
64
+ "iops_rd_max_length": "Duration of Read IOPS Burst Upper Limit",
65
+ "iops_wr_max_length": "Duration of Write IOPS Burst Upper Limit",
66
+ "bps_max": "Total Bandwidth Burst Upper Limit",
67
+ "bps_total": "Total Bandwidth Limit",
68
+ "bps_max_length": "Duration of Total Bandwidth Burst Upper Limit",
69
+ "bps_rd": "Read Bandwidth Limit",
70
+ "bps_wr": "Write Bandwidth Limit",
71
+ "bps_rd_max": "Read Bandwidth Burst Upper Limit",
72
+ "bps_wr_max": "Write Bandwidth Burst Upper Limit",
73
+ "bps_rd_max_length": "Duration of Read Bandwidth Upper Limit",
74
+ "bps_wr_max_length": "Duration of Write Bandwidth Upper Limit",
75
+ "iops_config": "IOPS Limit",
76
+ "bps_config": "Bandwidth Limit",
77
+ "namespace_group": "Namespace Group",
78
+ "namespace_id_used": "Namespace ID {id} has been used.",
79
+ "ascension": "Increase",
80
+ "ascension_namespace_one_replica": "Namespace <1>{name}</1> has a replication factor of 1. Are you sure you want to increase the number of replicas?",
81
+ "ascension_namespace_replica": "Increase Number of Namespace Replicas",
82
+ "ascension_namespace_replica_alert": "<0></0> of storage space is expected to be required. The cluster has less than 10% of available storage resources, which may affect business operations. We recommended you expand the cluster first.",
83
+ "ascension_namespace_replica_desc": "Data recovery will be performed to the expected number of replicas.",
84
+ "ascension_namespace_replica_error": "The cluster storage space is insufficient.",
85
+ "ascension_namespace_two_replica": "Namespace <1>{name}</1> has a replication factor of 2. Are you sure you want to increase it to 3?",
86
+ "ascension_to": "Increase to",
87
+ "cannot_ascension_namespace_replica": "Unable to Increase Number of Namespace Replicas",
88
+ "cannot_ascension_namespace_replica_info": "Unable to increase the number of replicas for Namespace <1>{name}</1>.",
89
+ "count_replica": "{count} replica",
90
+ "count_replica_plural": "{count} replicas",
91
+ "one_replica_namespace_alert": "Namespace with a replication factor of 1 has a high risk of data loss.",
92
+ "access_set_alert": "Only clients that belong to the Namespace's IQN allowlist and the Subsystem's IQN and IP allowlists can access the Namespace.",
93
+ "subsystem_ip_whitelist_all_ban_alert": "Unable to access this Namespace. Please modify the IP allowlist of the Subsystem to allow access.",
94
+ "subsystem_nqn_whitelist_all_ban_alert": "Unable to access this Namespace. Please modify the NQN allowlist of the Subsystem to allow access.",
95
+ "subsystem_ip_nqn_whitelist_all_ban_alert": "Unable to access this Namespace. Please modify the IP and NQN allowlists of the Subsystem to allow access.",
96
+ "nqn_whitelist_all_ban_alert": "The NQN allowlist of the Namespace is set to <b>All Banned</b> and therefore cannot be accessed.",
97
+ "ip_whitelist_of_subsystem": "Subsystem IP Allowlist",
98
+ "nqn_whitelist": "NQN Allowlist",
99
+ "copy_namespace_title": "Copy Namespace",
100
+ "copy_namespace_desc": "Copy Namespace <0>{resource_name}</0>.",
101
+ "source_namespace_label": "Source Namespace",
102
+ "source_namespace_id": "Namespace ID: {namespace_id}",
103
+ "copy_button": "Copy",
104
+ "select_subsystem_placeholder": "Select the target NVMe Subsystem.",
105
+ "select_subsystem_validation": "Please select the target NVMe Subsystem.",
106
+ "select_subsystem_namespaces_length": "Includes { count } Namespace",
107
+ "select_subsystem_namespaces_length_plural": "Includes { count } Namespaces",
108
+ "select_namespace_placeholder": "Please select the Namespace Group.",
109
+ "select_namespace_validation": "Please select the Namespace Group.",
110
+ "cannot_copy": "Unable to Copy Namespace.",
111
+ "cannot_clone_from_snapshot": "Unable to Clone Namespace from Snapshot"
112
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "Name",
3
+ "consistency_group": "Consistency Group",
4
+ "unique_size": "Exclusive Capacity",
5
+ "local_created_at": "Created Time",
6
+ "labels": "Label",
7
+ "clone": "Clone",
8
+ "clone_ns_from_snapshot": "Clone Namespace from Snapshot",
9
+ "src_snapshot": "Source Snapshot",
10
+ "target_store_object": "Target Storage Object",
11
+ "subsystem_num_invalid": "The number of Namespaces in an NVMe Subsystem cannot exceed 255. Please select another NVMe Subsystem.",
12
+ "group_num_invalid": "The number of Namespaces in a Namespace Group cannot exceed 255. Please select another Namespace Group.",
13
+ "rollback": "Rollback",
14
+ "rollback_title": "Rollback Namespace Snapshot",
15
+ "rollback_confirm": "Are you sure to roll back the Namespace <0>{namespaceName}</0> to the state of the snapshot <1>{snapshotName}</1>?",
16
+ "snapshot_created_time": "The snapshot was created at {time}.",
17
+ "delete_namespace_snapshot": "Delete Namespace Snapshot",
18
+ "confirm_delete": "Are you sure to delete the Namespace snapshot <1>{name}</1>?",
19
+ "delete_namespace_snapshot_info": "This operation cannot be undone. The snapshot makes use of logical space <0></0>. After the snapshot is deleted, the space release may not happen immediately.",
20
+ "nvmf_namespace": "The Namespace",
21
+ "deleted": "Deleted",
22
+ "calculation": "Computing",
23
+ "namespace_snapshot_existed": "A Namespace snapshot with the same name already exists.",
24
+ "snapshot_name_length_invalid": "The snapshot name should be 1-255 characters in length.",
25
+ "error_ns_snapshot_name_invalid": "Only uppercase and lowercase English letters, numbers, periods (.), hyphens (-) are supported.",
26
+ "clone_namespace_desc": "Clone the Namespace from its snapshot <0>{resource_name}</0>.",
27
+ "new_namespace": "New Namespace"
28
+ }
@@ -0,0 +1,127 @@
1
+ {
2
+ "nvmf_no_exists": "The NVMe storage no longer exists",
3
+ "create_nvme_subsystem": "Create NVMe Subsystem",
4
+ "edit_nvme_subsystem": "Edit NVMe Subsystem",
5
+ "delete_nvme_subsystem": "Delete NVMe Subsystem",
6
+ "create_client": "Create an NVMe Subsystem for external client access.",
7
+ "nqn_name_follow_name": "Generate an NQN according to the Subsystem name",
8
+ "inherit_policy_info": "In the Subsystem, the Namespace accessed by the same client uses the same access point, and different clients try to use different access points.",
9
+ "balance_policy_info": "By creating a Namespace Group, all the Namespaces in the Group try to use different access points.",
10
+ "whitelist": "Allowlist",
11
+ "whitelist_alert_info": "Only the clients that belong to both IP and NQN whitelists can access the Subsystem.",
12
+ "nqn_whitelist": "NQN Allowlist",
13
+ "nqn_rules": "Use commas \",\" to separate multiple NQN addresses. Leave blank for all banned and \"*/*\" for all allowed.",
14
+ "storage_strategy": "Storage Policy",
15
+ "storage_strategy_info": "The following settings are used as the general storage policy for the Namespaces in the Subsystem. Each Namespace can also have an independent number of replicas.",
16
+ "default_io_info": "The following settings are used as the default I/O limit options for the newly created Namespace in the Subsystem, not the overall I/O limit settings for the Subsystem.",
17
+ "iops_upper_limit": "Total Upper Limit",
18
+ "iops_upper_limit_rd": "Read Upper Limit",
19
+ "iops_upper_limit_wr": "Write Upper Limit",
20
+ "bps_upper_limit": "Total Upper Limit",
21
+ "bps_upper_limit_rd": "Read Upper Limit",
22
+ "bps_upper_limit_wr": "Write Upper Limit",
23
+ "error_subsystem_name_null": "Please enter a name",
24
+ "error_subsystem_exist_same_name": "A Subsystem with the same name already exists in the cluster.",
25
+ "error_subsystem_name_length_invalid": "The name length is within 1~100.",
26
+ "error_subsystem_name_invalid": "Only lowercase English letters, numbers, periods (.), hyphens (-) are supported.",
27
+ "error_subsystem_description_invalid": "Only uppercase and lowercase English letters, numbers and hyphens (-) are supported.",
28
+ "error_subsystem_description_length": "The length of description is within 1~255.",
29
+ "error_subsystem_nqn_whitelist_invalid": "Please enter one or more valid NQN addresses.",
30
+ "confirm_delete_subsystem": "Are you sure to delete the NVMe Subsystem {name}?",
31
+ "cannot_delete_subsystem": "Cannot delete the NVMe Subsystem {name}.",
32
+ "cannot_delete_subsystem_title": "Cannot Delete NVMe Subsystem",
33
+ "cannot_delete_subsystem_desc": "Please delete all the Namespaces and snapshots in the NVMe Subsystem before attempting to delete the Subsystem.",
34
+ "cannot_delete_subsystem_desc1": "Please delete all the Namespace Groups, Namespaces and snapshots in the NVMe Subsystem, and then try to delete again.",
35
+ "bps_rd_tag": "Read: <0></0>, ",
36
+ "bps_wr_tag": "Write: <0></0>",
37
+ "bps": "Total: <0></0>",
38
+ "default_io_limit": "Default I/O Limit",
39
+ "nvmf_storage": "NVMe Subsystem",
40
+ "cannot_create_reason": "The number of NVMe Subsystems in a cluster cannot exceed 64.",
41
+ "cannot_create_advice": "Please delete some NVMe Subsystems in the cluster, and then try to create again.",
42
+ "cannot_create_title": "Failed to create a NVMe Subsystem",
43
+ "io_burst": "Allow I/O Burst",
44
+ "burst_max": "Max Burst",
45
+ "burst_max_length": "Max Duration",
46
+ "burst_case_text1": "If <1>I/O</1> bursts are allowed, the I/O can exceed the IOPS or bandwidth upper limit within a specified time period. By specifying the IOPS or bandwidth upper limit in burst mode and the maximum duration, the service quality management can be more refined.",
47
+ "burst_case_text2": "The figure below shows an IOPS monitoring graph when IOPS limit is enabled and I/O bursts are allowed.",
48
+ "burst_case_text3": "During the time intervals of t1 and t2, an I/O burst occurrs respectively. The first time interval is shorter than the maximum duration, and IOPS can be higher than the IOPS upper limit but lower than the IOPS burst upper limit. The second time interval is longer than the maximum duration, and when the burst traffic accumulates to a certain extent, IOPS is limited to below the IOPS upper limit.",
49
+ "error_burst_null": "Please enter the burst upper limit.",
50
+ "error_burst_iops_rd": "The burst upper limit must be greater than the read IOPS upper limit.",
51
+ "error_burst_iops_wr": "The burst upper limit must be greater than the write IOPS upper limit.",
52
+ "error_burst_iops": "The burst upper limit must be greater than the total IOPS upper limit.",
53
+ "error_burst_length_null": "Please enter the maximum duration.",
54
+ "error_burst_length": "The maximum duration cannot exceed 1800 seconds.",
55
+ "error_burst_bps_rd": "The burst upper limit must be greater than the read bandwidth upper limit.",
56
+ "error_burst_bps_wr": "The burst upper limit must be greater than the write bandwidth upper limit.",
57
+ "error_burst_bps": "The burst upper limit must be greater than the total bandwidth upper limit.",
58
+ "bps_rd_limit": "Read limit: <0></0>",
59
+ "bps_wr_limit": "Write limit: <0></0>",
60
+ "bps_limit": "Total limit: <0></0>",
61
+ "iops_rd_limit": "Read limit: {num}",
62
+ "iops_wr_limit": "Write limit: {num}",
63
+ "iops_limit": "Total limit: {num}",
64
+ "bps_burst_max": "I/O burst upper limit: <0></0>; ",
65
+ "iops_burst_max": "I/O burst upper limit: {num}; ",
66
+ "burst_max_length2": "Maximum duration: {num} second(s)",
67
+ "bps_rd_server": "Read: {value}, ",
68
+ "bps_wr_server": "Write: {value}",
69
+ "bps_server": "Total: {value}",
70
+ "error_upper_limit_null": "Cannot be left blank or set to 0 when I/O burst is allowed.",
71
+ "error_iops_max_upper_limit": "The IOPS burst upper limit cannot exceed 10 millions.",
72
+ "error_bps_max_upper_limit": "The bandwidth burst upper limit cannot exceed 100 GBps.",
73
+ "iops_max": "Total IOPS Burst Upper Limit",
74
+ "iops_total": "Total IOPS Limit",
75
+ "iops_max_length": "Duration of Total IOPS Burst Upper Limit",
76
+ "iops_rd_max": "Read IOPS Burst Upper Limit",
77
+ "iops_wr_max": "Write IOPS Burst Upper Limit",
78
+ "iops_rd": "Read IOPS Limit",
79
+ "iops_wr": "Write IOPS Limit",
80
+ "iops_rd_max_length": "Duration of Read IOPS Burst Upper Limit",
81
+ "iops_wr_max_length": "Duration of Write IOPS Burst Upper Limit",
82
+ "bps_max": "Total Bandwidth Burst Upper Limit",
83
+ "bps_total": "Total Bandwidth Limit",
84
+ "bps_max_length": "Duration of Total Bandwidth Burst Upper Limit",
85
+ "bps_rd": "Read Bandwidth Limit",
86
+ "bps_wr": "Write Bandwidth Limit",
87
+ "bps_rd_max": "Read Bandwidth Burst Upper Limit",
88
+ "bps_wr_max": "Write Bandwidth Burst Upper Limit",
89
+ "bps_rd_max_length": "Duration of Read Bandwidth Upper Limit",
90
+ "bps_wr_max_length": "Duration of Write Bandwidth Upper Limit",
91
+ "description": "Description",
92
+ "ip_whitelist": "IP Allowlist",
93
+ "iops_config": "IOPS Limit",
94
+ "bps_config": "Bandwidth Limit",
95
+ "thin_provision": "Provisioning",
96
+ "replica_num": "Default number of replicas",
97
+ "nqn_name": "NQN",
98
+ "stripe_num": "Stripe Number",
99
+ "stripe_size": "Stripe Size",
100
+ "iops": "Default IOPS Limit",
101
+ "local_id": "UUID",
102
+ "policy": "Access Point Allocation Policy",
103
+ "cluster": "Cluster",
104
+ "datacenters": "Data Center",
105
+ "ascension_replica": "Increase Number of Replicas",
106
+ "count_replica": "{count} replica",
107
+ "count_replica_plural": "{count} replicas",
108
+ "new_storage_strategy_info": "This setting serves as the default storage policy for the new Namespace in the Subsystem.",
109
+ "one_replica_num_alert": "{type} with a replication factor of 1 has a high risk of data loss.",
110
+ "replica_item_title": "{type} Replica Distribution",
111
+ "subsystem_replica_num_info": "You can set the replication factor for each Namespace.",
112
+ "ip_whitelist_disabled_alert": "The IP allowlist of this Subsystem is set to <b>All Banned</b> and therefore cannot be accessed.",
113
+ "nqn_whitelist_disabled_alert": "The NQN allowlist of this Subsystem is set to <b>All Banned</b> and therefore cannot be accessed.",
114
+ "ip_and_nqn_whitelist_disabled_alert": "The IP and NQN allowlists of this Subsystem are set to <b>All Banned</b> and therefore cannot be accessed.",
115
+ "nqn_address": "NQN Address",
116
+ "nqn_apart_allow": "Specify NQN",
117
+ "all_ban": "All Banned",
118
+ "all_allow": "All Allowed",
119
+ "error_nqn_invalid": "Please enter a valid NQN address.",
120
+ "error_nqn_at_least_one": "Please add at least one NQN address from the NQN allowlist.",
121
+ "ip_apart_allow": "Specify IP",
122
+ "ip_address": "IP Address",
123
+ "error_ip_invalid": "Please enter a valid IP address.",
124
+ "error_ip_at_least_one": "Please add at least one IP address.",
125
+ "one_click_increase_replica_tooltip": "This operation may cause a large amount of data recovery, resulting in performance degradation. Please increase it when the business workload is low.",
126
+ "error_replica_num_null": "Please select the default replication factor."
127
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "name": "Name",
3
+ "local_created_at": "Created Time"
4
+ }
@@ -0,0 +1,76 @@
1
+ {
2
+ "cluster_type_BLUESHARK": "SMTX Blueshark",
3
+ "cluster_type_ELF": "SMTX VM Service",
4
+ "cluster_type_SMTX_ZBS": "SMTX ZBS",
5
+ "cluster_type_VMWARE": "SMTX HCI for vSphere",
6
+ "host_error": "Error",
7
+ "host_healthy": "Healthy",
8
+ "host_idle": "Idle",
9
+ "host_removing": "Removing",
10
+ "host_unknown": "Unknown",
11
+ "host_warning": "Unhealthy",
12
+ "obtain_data_error": "There was a problem getting the data",
13
+ "retry": "Retry",
14
+ "vm_status_RUNNING": "Running",
15
+ "vm_status_STOPPED": "Shutdown",
16
+ "vm_status_SUSPENDED": "Suspended",
17
+ "vm_status_UNKNOWN": "Unknown",
18
+ "no_alerts": "No alert",
19
+ "so_far_has_not": "There is no",
20
+ "critical_alert": "Critical alert",
21
+ "hyperconverged_cluster": "HCI cluster",
22
+ "computing_cluster": "Computing cluster",
23
+ "distributed_storage_cluster": "Distributed Cluster",
24
+ "provisioned_ratio": "Provisioned ratio",
25
+ "times": "Times",
26
+ "usage": "Usage",
27
+ "vm_vcpu": "Virtual Machine vCPU",
28
+ "provisioned_cpu_cores": "Total Allocation",
29
+ "provisioned_cpu_cores_for_active_vm": "Provisioned and used",
30
+ "reserved_cpu_cores_for_system_service": "System reserved",
31
+ "provisioned_ratio_description": "vCPU allocation ratio = total number of vCPUs ÷ [total CPU cores (not including hyperthreading) - vCPUs for system services]",
32
+ "include_over_thread": "Not Including Hyperthreading",
33
+ "storage_service": "Storage Service",
34
+ "active_connection": "Active Connection",
35
+ "consistencyGroup": "Consistency Group",
36
+ "active_client": "Active Client",
37
+ "lun_snapshot": "LUN Snapshot",
38
+ "allocable": "Allocable",
39
+ "running_pause_vm_memory": "Provisioned and used",
40
+ "data_recovery": "Data Recovery",
41
+ "remain": "Remaining",
42
+ "no_recovering_data": "No data recovery currently in progress",
43
+ "iscsi_ip": "iSCSI Service Virtual IP",
44
+ "invalid": "Invalid",
45
+ "allocable_distributed_storage": "Allocatable storage capacity",
46
+ "two_copies": "2 replicas",
47
+ "three_copies": "3 replicas",
48
+ "no_release_today": "No space to release today",
49
+ "today_release": "will be released today",
50
+ "no_release_in_seven_days": "No space to release in 7 days",
51
+ "release_in_seven_days": "will be released in 7 days",
52
+ "cores_count": "{count} cores in total",
53
+ "total_count": "{count} in total",
54
+ "info_alert_tooltip": " Info",
55
+ "notice_alert_tooltip": " Notice",
56
+ "critical_alert_tooltip": " Critical",
57
+ "to_be_recovered": " remaining",
58
+ "namespace_snapshot": "Namespace Snapshot",
59
+ "cluster_widget_info": "Only count the cluster on the platform of SMTX Virtual Machine Services or VMware ESXi.",
60
+ "cluster_widget_recycle_info": "Currently only support clusters in which the virtualization platform is the SMTX virtual machine service",
61
+ "only_support_elf_cluster_info": "Only count SMTX OS (ELF) clusters.",
62
+ "active_ratio": "CPU Allocation Ratio for Active VMs",
63
+ "host_active_ratio_formula_name": "CPU Allocation Ratio for Active VMs on Host",
64
+ "cluster_active_ratio_formula_name": "CPU Allocation Ratio for Active VMs in Cluster",
65
+ "active_ratio_formula_denominator": "Allocated vCPUs for Active VMs with CPU Exclusive Disabled ({ count } vCPUs)",
66
+ "shareable_cpu_volume": "Shareable CPU ({ count } CPU)",
67
+ "total_distribution_ratio": "CPU Allocation Ratio for All VMs",
68
+ "host_total_distribution_ratio_formula_name": "CPU Allocation Ratio for All VMs on Host",
69
+ "cluster_total_distribution_ratio_formula_name": "CPU Allocation Ratio for All VMs in Cluster",
70
+ "total_distribution_ratio_formula_denominator": "Allocated vCPUs for CPU-Exclusive-Disabled VMs",
71
+ "only_contain_not_metro_cluster": "Do not include active-active clusters",
72
+ "only_statistics_not_metro_cluster": "Do not count active-active clusters",
73
+ "only_statistics_os_and_not_metro_1": "Only count the cluster that meets the following requirements:",
74
+ "only_statistics_os_and_not_metro_2": "1. The virtualization platform is SMTX Virtual Machine Services or VMware ESXi.",
75
+ "only_statistics_os_and_not_metro_3": "2. The cluster is not an active-active cluster"
76
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "validate_no_title": "Please fill in the summary",
3
+ "validate_no_desc": "Please fill in the description",
4
+ "submit_ticket": "Submit an issue",
5
+ "ticket_type": "Issue type",
6
+ "defect": "Defect",
7
+ "improvement": "Enhancement",
8
+ "title": "Summary",
9
+ "annotation": "Annotation",
10
+ "session_replay": "Operation Replay",
11
+ "submit": "Submit",
12
+ "alpha_input": "Type a keyword to search..."
13
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "Name",
3
+ "health_status": "Health Status",
4
+ "numa_node": " NUMA Node",
5
+ "device_locator": "Memory Slot",
6
+ "remaining_life_percent": "Remaining Lifetime",
7
+ "capacity": "Capacity",
8
+ "part_number": "Part Number",
9
+ "version": "Firmware Version",
10
+ "empty_pmem": "No PMem"
11
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "my_vm": "My Virtual Machine",
3
+ "no_ip": "No IP address obtained",
4
+ "more_ip": "+{count} IP addresses"
5
+ }
@@ -0,0 +1,79 @@
1
+ {
2
+ "recycle_bin": "Recycle Bin",
3
+ "default_rule": "Default Rule",
4
+ "enable_recycle_bin": "Enable Recycle Bin",
5
+ "recycle_bin_disabled": "Recycle Bin is not enabled",
6
+ "enabled": "Enabled",
7
+ "disabled": "Not Enabled",
8
+ "retention_days": "Retention Days",
9
+ "day": "{day} days",
10
+ "cluster_special_rule": "Cluster Special Rule",
11
+ "cluster_special_rule_desription": "Cluster special rules will override the default rules",
12
+ "create_special_rule": "Create Special Rule",
13
+ "no_special_rule": "No special rules yet",
14
+ "retain_day": "Retain {day} days",
15
+ "delete_date_tip": "It will be permanently deleted at 23:59 on the expected deletion date",
16
+ "warning_count_tip": "If this rule is applied, the following {count} VMs will be automatically and permanently deleted at 23:59 today and cannot be restored.",
17
+ "fatal_warning_count_tip": "If this rule is applied, the following {count} VMs will be permanently deleted immediately and cannot be restored.",
18
+ "delete_clustersetting_subtitle": "Are you sure to delete the special rule of cluster {clusterName}?",
19
+ "delete_clustersetting_tip": "After deleting the cluster special rule, the recycle bin of this cluster will follow the default rule.",
20
+ "edit_clustersetting_clustername_tip": "Edit the recycle bin rules of cluster {clusterName}:",
21
+ "valid_retain": "Please enter an integer greater than 0",
22
+ "create_cluster_recycle_rule": "Create Cluster Special Rule",
23
+ "cannot_create_cluster_recycle_rule": "Cannot create cluster special rule",
24
+ "create_cluster_recycle_rule_warning": "The special rules of the cluster will override the default rules.",
25
+ "delete_fail_title": "Cannot Delete VM Permanently",
26
+ "delete_fail_warning": "Cannot continue because {count} of the selected VM(s) cannot be deleted permanently.",
27
+ "delete_cluster_recycle_rule": "Delete cluster special rule",
28
+ "vm_name_placeholder": "Please enter the name of the VM",
29
+ "incorrect_vm_name": "Please enter the correct VM name",
30
+ "delete_vm": "Delete VM Permanently",
31
+ "deleting": "Delete...",
32
+ "delete_description": "To permanently delete the {count} selected VMs, please enter the names of these {count} VMs in the following input box:",
33
+ "delete_confirm": "Confirm to <0>Delete Permanently</0>",
34
+ "delete_alert": "This operation cannot be undone. The VM and its disks (except shared disks) cannot be recovered.",
35
+ "today": "Today",
36
+ "today_end_of_day": "Today 23:59",
37
+ "within_three_days": "Within 3 days",
38
+ "within_seven_days": "Within 7 days",
39
+ "within_thirty_days": "Within 30 days",
40
+ "beyond_thirty_days": "30 days or more",
41
+ "base_on_expired_time": "By permanent deletion time",
42
+ "amount_of_release": "Releasable space:",
43
+ "expired_time": "Time of Permanent Deletion",
44
+ "renaming_vm": "will be named",
45
+ "vm_new_name": "Please enter a new name",
46
+ "vm_name_occupied": "This name has been used in the target cluster",
47
+ "recover_duplicated_vms_title": "Create a new name for the VM with the same name",
48
+ "recover": "Recover",
49
+ "recovering": "Recovering...",
50
+ "recover_confirm": "Confirm the new name and restore",
51
+ "vm_names_occupied": "The following VM names have been used in the target cluster to be restored. Please specify a new name for them:",
52
+ "recover_checked_vm_confirm": "Are you sure to recover the {count} selected VMs?",
53
+ "recover_description": "The VM will be restored to its original host in a shutdown state.",
54
+ "recover_single_vm_confirm": "Confirm to recover the VM",
55
+ "recover_vm_title": "Recover VM",
56
+ "expired_today_format": "[today] HH:mm:ss",
57
+ "expired_tomorrow_format": "[Tomorrow] HH:mm:ss",
58
+ "delete_at": "Move to Recycle Bin Time",
59
+ "update_cluster_recycle_rule": "Edit special rule",
60
+ "tomorrow": "Tomorrow",
61
+ "has_not_been_stopped": ": Not powered-off.",
62
+ "has_been_protected": ": The disk of this VM is used in snapshot plan",
63
+ "expired_time_tooltip": "It will be automatically and permanently deleted at {time}",
64
+ "today_end_of_day_title": "Permanently delete within today",
65
+ "within_three_days_title": "Permanently deleted within 3 days",
66
+ "within_seven_days_title": "Permanently deleted within 7 days",
67
+ "within_thirty_days_title": "Permanently deleted within 30 days",
68
+ "beyond_thirty_days_title": "Permanently deleted after 30 days",
69
+ "cluster_select_placeholder": "Select a cluster...",
70
+ "cluster_select_info": "Currently only supports the clusters in which the virtualization platform is the SMTX virtual machine service",
71
+ "rule": "Recycle bin rule",
72
+ "setting": "Recycle Bin Settings",
73
+ "selected_all_cannot_deleted": "The selected virtual machines cannot be permanently deleted.",
74
+ "selected_vms_all_can_delete": "Are you sure you want to permanently delete the <0>{count}</0> selected virtual machines?",
75
+ "selected_vms_some_can_delete": "Of the {allCount} virtual machines selected, <0>{count} </0> can be permanently deleted. Are you sure you want to permanently delete them?",
76
+ "cannot_delete_vms_tip1": "{count} virtual machines cannot be permanently deleted. Continuing the task will skip them.",
77
+ "single_selected_can_delete_confirm": "Are you sure you want to permanently delete the virtual machine {vmName}?",
78
+ "single_selected_cannot_delete_confirm": "The virtual machine {vmNmae} cannot be permanently deleted."
79
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "original_name": "Name",
3
+ "cluster": "Cluster",
4
+ "host": "Host",
5
+ "vcpu": "vCPU Allocation",
6
+ "memory": "Memory Allocation",
7
+ "size": "Free Space",
8
+ "deleted_at": "Time Added to Recycle Bin"
9
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "download": "Download",
3
+ "download_as": "Download as..."
4
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "generate_report": "Generate Report",
3
+ "generating_report_and_wait": "Generating report, please wait...",
4
+ "wait_as_too_many_content": "You may need to wait a few seconds if the report is large",
5
+ "generated": "Generated.",
6
+ "download_as_excel": "Download as Excel",
7
+ "download_as_csv": "Download as CSV",
8
+ "cron_plan_enabled": "Regular Generation Plan (enabled)",
9
+ "set_cron_plan_success": "Configure report generation plan successfully",
10
+ "select_a_date_at_least": "Please select at least one generation date",
11
+ "save_30_report_at_most_per_plan": "Each plan keeps up to 30 automatically generated reports",
12
+ "save_one_report_at_least_per_plan": "Save at least 1 automatically generated report for each plan",
13
+ "set_report_generate_plan": "Configure report generation plan",
14
+ "undefined": "as report template",
15
+ "set_more_cron_plan_to_check_or_download_at_generated_report": "Create one or more regular generation plans. Automatically generated reports can be viewed or downloaded in \"Generated reports\".",
16
+ "no_cron_plan": "No regular plan yet",
17
+ "set_plan": "Configure Generation Plan",
18
+ "add_cron_plan": "Add Plan",
19
+ "can_not_be_empty": "The number of reserved copies cannot be empty"
20
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "Name",
3
+ "createdAt": "Generated Time",
4
+ "template": "Report Template",
5
+ "delete_generated_report": "Delete report",
6
+ "delete_report_confirm": "Are you sure to delete the report <1>{name}</1>?"
7
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "basicInfo": "Basic Information",
3
+ "copy": "Copy",
4
+ "createReportTemplate": "Create Report Template",
5
+ "description": "Description",
6
+ "execute_plan__period": "Regular Generation Plan",
7
+ "filterCondition": "Filter Condition",
8
+ "generateReportImmediately": "Generate Report",
9
+ "name": "Name",
10
+ "planSetting": "Configure Regular Generation Plan",
11
+ "reportLists": "Auto-Generated Reports",
12
+ "reportTemplate": "Report Template",
13
+ "resourceType": "Resource Type",
14
+ "task_num": "Auto-Generated Report",
15
+ "save_plan_with_plan_and_retain": "{ plan }, retain {retain} copies",
16
+ "plan_with_count": "{ count} plans",
17
+ "set_cron_plan_for_template_to_check_with_name": "Create one or more regular generation plans. Automatically generated reports can be viewed or downloaded in \"Generated reports\".",
18
+ "ALL_RESOURCE": "Asset List",
19
+ "ALL_RESOURCE_description": "List of all resources managed by the system",
20
+ "ENTITY_FILTER": "Resource Optimization",
21
+ "ENTITY_FILTER_description": "List of VMs filtered by resource optimization"
22
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "EINTR": "The specified function was interrupted by a signal.",
3
+ "EAGAIN": "The resource is temporarily unavailable.",
4
+ "EBUSY": "Resources are busy.",
5
+ "EMFILE": "Each process file descriptor table is full.",
6
+ "EPIPE": "Pipeline is disconnected.",
7
+ "EADDRINUSE": "The specified address is already in use. The previous process that established the connection may have terminated abnormally or not cleaned up properly.",
8
+ "ENETDOWN": "The network has stopped.",
9
+ "ENETUNREACH": "No route to the network or host is available.",
10
+ "ENETRESET": "The connection was removed when the network was reset.",
11
+ "ECONNRESET": "Connection has been reset.",
12
+ "ENOBUFS": "There are not enough buffer space resources in the system to complete the call.",
13
+ "ENOTCONN": "Socket is not connected.",
14
+ "ETIMEDOUT": "Connection timed out.",
15
+ "ECONNREFUSED": "Connection refused. If you are trying to connect to the database, check that the database manager and TCP/IP protocol on the server have started successfully. If SOCKS protocol is specified, you should also ensure that TCP/IP protocol on the SOCKS server has been successfully started.",
16
+ "EHOSTDOWN": "The host is down.",
17
+ "EHOSTUNREACH": "There is no available route to the host."
18
+ }