@cloudtower/parrot 0.6.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (452) hide show
  1. package/.turbo/turbo-prepublish.log +23 -0
  2. package/.turbo/turbo-typings.log +1 -0
  3. package/README.md +8 -2
  4. package/dist/index.d.ts +2 -1
  5. package/dist/index.js +2 -1
  6. package/dist/locales/en-US/alert.json +77 -0
  7. package/dist/locales/en-US/auditLog.json +226 -0
  8. package/dist/locales/en-US/backup.json +261 -0
  9. package/dist/locales/en-US/backupPlan.json +271 -0
  10. package/dist/locales/en-US/backupRestorePoint.json +17 -0
  11. package/dist/locales/en-US/backupStoreRepository.json +67 -0
  12. package/dist/{src/locales → locales}/en-US/basic.json +0 -0
  13. package/dist/locales/en-US/cloudTowerApplicationPackage.json +4 -0
  14. package/dist/locales/en-US/cluster.json +281 -0
  15. package/dist/locales/en-US/clusterUpgrade.json +61 -0
  16. package/dist/locales/en-US/common.json +392 -0
  17. package/dist/locales/en-US/components.json +91 -0
  18. package/dist/locales/en-US/connection.json +11 -0
  19. package/dist/locales/en-US/consistencyGroup.json +62 -0
  20. package/dist/locales/en-US/consistencyGroupSnapshot.json +23 -0
  21. package/dist/locales/en-US/contentLibraryImage.json +70 -0
  22. package/dist/locales/en-US/contentLibraryVmTemplate.json +126 -0
  23. package/dist/locales/en-US/datacenter.json +34 -0
  24. package/dist/locales/en-US/disk.json +127 -0
  25. package/dist/locales/en-US/elfDataStore.json +28 -0
  26. package/dist/locales/en-US/elfImage.json +29 -0
  27. package/dist/locales/en-US/entityFilter.json +94 -0
  28. package/dist/locales/en-US/enum.json +182 -0
  29. package/dist/locales/en-US/error.json +1166 -0
  30. package/dist/locales/en-US/eventAudit.json +9 -0
  31. package/dist/locales/en-US/everoute.json +267 -0
  32. package/dist/locales/en-US/everouteCluster.json +5 -0
  33. package/dist/locales/en-US/everoutePackage.json +4 -0
  34. package/dist/locales/en-US/execute_plan.json +3 -0
  35. package/dist/locales/en-US/globalAlertRule.json +34 -0
  36. package/dist/locales/en-US/graph.json +11 -0
  37. package/dist/locales/en-US/hardware-topo.json +81 -0
  38. package/dist/locales/en-US/host.json +397 -0
  39. package/dist/locales/en-US/httpCode.json +16 -0
  40. package/dist/locales/en-US/index.d.ts +10112 -0
  41. package/dist/locales/en-US/index.js +213 -0
  42. package/dist/locales/en-US/installer.json +67 -0
  43. package/dist/locales/en-US/iscsiConnection.json +12 -0
  44. package/dist/locales/en-US/iscsiLun.json +142 -0
  45. package/dist/locales/en-US/iscsiLunSnapshot.json +9 -0
  46. package/dist/locales/en-US/iscsiTarget.json +147 -0
  47. package/dist/locales/en-US/isolationPolicy.json +29 -0
  48. package/dist/locales/en-US/label.json +84 -0
  49. package/dist/locales/en-US/logCollection.json +13 -0
  50. package/dist/locales/en-US/login.json +18 -0
  51. package/dist/locales/en-US/maintenance-mode.json +56 -0
  52. package/dist/locales/en-US/metric.json +355 -0
  53. package/dist/locales/en-US/migrateTransmitter.json +26 -0
  54. package/dist/locales/en-US/monitor.json +57 -0
  55. package/dist/locales/en-US/namespaceGroup.json +24 -0
  56. package/dist/locales/en-US/nfsExport.json +41 -0
  57. package/dist/locales/en-US/nfsInode.json +14 -0
  58. package/dist/locales/en-US/nic.json +62 -0
  59. package/dist/locales/en-US/nvmfConnection.json +11 -0
  60. package/dist/locales/en-US/nvmfNamespace.json +112 -0
  61. package/dist/locales/en-US/nvmfNamespaceSnapshot.json +28 -0
  62. package/dist/locales/en-US/nvmfSubsystem.json +127 -0
  63. package/dist/locales/en-US/nvmfSubsystemSnapshot.json +4 -0
  64. package/dist/locales/en-US/overview.json +76 -0
  65. package/dist/locales/en-US/plugins.json +13 -0
  66. package/dist/locales/en-US/pmemDimm.json +11 -0
  67. package/dist/locales/en-US/portal.json +5 -0
  68. package/dist/locales/en-US/recycleBin.json +79 -0
  69. package/dist/locales/en-US/recycleVm.json +9 -0
  70. package/dist/locales/en-US/report-task.json +4 -0
  71. package/dist/locales/en-US/report-template.json +20 -0
  72. package/dist/locales/en-US/reportTask.json +7 -0
  73. package/dist/locales/en-US/reportTemplate.json +22 -0
  74. package/dist/locales/en-US/requestCode.json +18 -0
  75. package/dist/locales/en-US/role.json +206 -0
  76. package/dist/locales/en-US/securityGroup.json +48 -0
  77. package/dist/locales/en-US/securityPolicy.json +222 -0
  78. package/dist/locales/en-US/setting.json +292 -0
  79. package/dist/locales/en-US/setup.json +9 -0
  80. package/dist/locales/en-US/snapshot.json +18 -0
  81. package/dist/locales/en-US/snapshotGroup.json +37 -0
  82. package/dist/locales/en-US/snapshotPlan.json +134 -0
  83. package/dist/locales/en-US/snapshotPlanTask.json +10 -0
  84. package/dist/locales/en-US/snmp-transport.json +13 -0
  85. package/dist/locales/en-US/snmp-trap-receiver.json +13 -0
  86. package/dist/locales/en-US/snmpTransport.json +25 -0
  87. package/dist/locales/en-US/snmpTrapReceiver.json +15 -0
  88. package/dist/locales/en-US/storage.json +4 -0
  89. package/dist/locales/en-US/svtImage.json +12 -0
  90. package/dist/locales/en-US/systemAuditLog.json +14 -0
  91. package/dist/locales/en-US/task.json +558 -0
  92. package/dist/locales/en-US/title.json +58 -0
  93. package/dist/locales/en-US/ui.json +16 -0
  94. package/dist/locales/en-US/usbDevice.json +29 -0
  95. package/dist/locales/en-US/user.json +67 -0
  96. package/dist/locales/en-US/userAuditLog.json +275 -0
  97. package/dist/locales/en-US/userRoleNext.json +5 -0
  98. package/dist/locales/en-US/validation.json +230 -0
  99. package/dist/locales/en-US/vds.json +55 -0
  100. package/dist/locales/en-US/view.json +8 -0
  101. package/dist/locales/en-US/vlan.json +127 -0
  102. package/dist/locales/en-US/vm.json +1082 -0
  103. package/dist/locales/en-US/vmDisk.json +4 -0
  104. package/dist/locales/en-US/vmEntityFilterResult.json +8 -0
  105. package/dist/locales/en-US/vmFolder.json +3 -0
  106. package/dist/locales/en-US/vmPlacementGroup.json +48 -0
  107. package/dist/locales/en-US/vmSnapshot.json +47 -0
  108. package/dist/locales/en-US/vmTemplate.json +67 -0
  109. package/dist/locales/en-US/vmVolume.json +92 -0
  110. package/dist/locales/en-US/vsphereEsxiAccount.json +5 -0
  111. package/dist/locales/en-US/witness.json +8 -0
  112. package/dist/locales/en-US/zone.json +13 -0
  113. package/dist/locales/index.d.ts +20361 -0
  114. package/dist/locales/index.js +7 -0
  115. package/dist/locales/zh-CN/alert.json +74 -0
  116. package/dist/locales/zh-CN/auditLog.json +225 -0
  117. package/dist/locales/zh-CN/backup.json +255 -0
  118. package/dist/locales/zh-CN/backupPlan.json +262 -0
  119. package/dist/locales/zh-CN/backupRestorePoint.json +17 -0
  120. package/dist/locales/zh-CN/backupStoreRepository.json +69 -0
  121. package/dist/{src/locales → locales}/zh-CN/basic.json +0 -0
  122. package/dist/locales/zh-CN/cloudTowerApplicationPackage.json +4 -0
  123. package/dist/locales/zh-CN/cluster.json +282 -0
  124. package/dist/locales/zh-CN/clusterUpgrade.json +61 -0
  125. package/dist/locales/zh-CN/common.json +394 -0
  126. package/dist/locales/zh-CN/components.json +91 -0
  127. package/dist/locales/zh-CN/connection.json +11 -0
  128. package/dist/locales/zh-CN/consistencyGroup.json +62 -0
  129. package/dist/locales/zh-CN/consistencyGroupSnapshot.json +23 -0
  130. package/dist/locales/zh-CN/contentLibraryImage.json +69 -0
  131. package/dist/locales/zh-CN/contentLibraryVmTemplate.json +129 -0
  132. package/dist/locales/zh-CN/datacenter.json +34 -0
  133. package/dist/locales/zh-CN/disk.json +127 -0
  134. package/dist/locales/zh-CN/elfDataStore.json +28 -0
  135. package/dist/locales/zh-CN/elfImage.json +29 -0
  136. package/dist/locales/zh-CN/entityFilter.json +94 -0
  137. package/dist/locales/zh-CN/enum.json +188 -0
  138. package/dist/locales/zh-CN/error.json +1173 -0
  139. package/dist/locales/zh-CN/eventAudit.json +9 -0
  140. package/dist/locales/zh-CN/everoute.json +265 -0
  141. package/dist/locales/zh-CN/everouteCluster.json +5 -0
  142. package/dist/locales/zh-CN/everoutePackage.json +4 -0
  143. package/dist/locales/zh-CN/execute_plan.json +3 -0
  144. package/dist/locales/zh-CN/globalAlertRule.json +34 -0
  145. package/dist/locales/zh-CN/gpuDevice.json +36 -0
  146. package/dist/locales/zh-CN/graph.json +11 -0
  147. package/dist/locales/zh-CN/hardware-topo.json +81 -0
  148. package/dist/locales/zh-CN/host.json +401 -0
  149. package/dist/locales/zh-CN/httpCode.json +16 -0
  150. package/dist/locales/zh-CN/index.d.ts +10248 -0
  151. package/dist/locales/zh-CN/index.js +215 -0
  152. package/dist/locales/zh-CN/installer.json +68 -0
  153. package/dist/locales/zh-CN/iscsiConnection.json +12 -0
  154. package/dist/locales/zh-CN/iscsiLun.json +140 -0
  155. package/dist/locales/zh-CN/iscsiLunSnapshot.json +9 -0
  156. package/dist/locales/zh-CN/iscsiTarget.json +147 -0
  157. package/dist/locales/zh-CN/isolationPolicy.json +29 -0
  158. package/dist/locales/zh-CN/label.json +84 -0
  159. package/dist/locales/zh-CN/logCollection.json +13 -0
  160. package/dist/locales/zh-CN/login.json +18 -0
  161. package/dist/locales/zh-CN/maintenance-mode.json +56 -0
  162. package/dist/locales/zh-CN/metric.json +355 -0
  163. package/dist/locales/zh-CN/migrateTransmitter.json +26 -0
  164. package/dist/locales/zh-CN/monitor.json +57 -0
  165. package/dist/locales/zh-CN/namespaceGroup.json +24 -0
  166. package/dist/locales/zh-CN/nfsExport.json +41 -0
  167. package/dist/locales/zh-CN/nfsInode.json +14 -0
  168. package/dist/locales/zh-CN/nic.json +62 -0
  169. package/dist/locales/zh-CN/nvmfConnection.json +11 -0
  170. package/dist/locales/zh-CN/nvmfNamespace.json +110 -0
  171. package/dist/locales/zh-CN/nvmfNamespaceSnapshot.json +28 -0
  172. package/dist/locales/zh-CN/nvmfSubsystem.json +126 -0
  173. package/dist/locales/zh-CN/nvmfSubsystemSnapshot.json +4 -0
  174. package/dist/locales/zh-CN/overview.json +76 -0
  175. package/dist/locales/zh-CN/plugins.json +13 -0
  176. package/dist/locales/zh-CN/pmemDimm.json +11 -0
  177. package/dist/locales/zh-CN/portal.json +5 -0
  178. package/dist/locales/zh-CN/recycleBin.json +79 -0
  179. package/dist/locales/zh-CN/recycleVm.json +9 -0
  180. package/dist/locales/zh-CN/report-task.json +4 -0
  181. package/dist/locales/zh-CN/report-template.json +20 -0
  182. package/dist/locales/zh-CN/reportTask.json +7 -0
  183. package/dist/locales/zh-CN/reportTemplate.json +22 -0
  184. package/dist/locales/zh-CN/requestCode.json +18 -0
  185. package/dist/locales/zh-CN/role.json +207 -0
  186. package/dist/locales/zh-CN/securityGroup.json +47 -0
  187. package/dist/locales/zh-CN/securityPolicy.json +214 -0
  188. package/dist/locales/zh-CN/setting.json +289 -0
  189. package/dist/locales/zh-CN/setup.json +9 -0
  190. package/dist/locales/zh-CN/snapshot.json +18 -0
  191. package/dist/locales/zh-CN/snapshotGroup.json +37 -0
  192. package/dist/locales/zh-CN/snapshotPlan.json +128 -0
  193. package/dist/locales/zh-CN/snapshotPlanTask.json +10 -0
  194. package/dist/locales/zh-CN/snmp-transport.json +13 -0
  195. package/dist/locales/zh-CN/snmp-trap-receiver.json +13 -0
  196. package/dist/locales/zh-CN/snmpTransport.json +25 -0
  197. package/dist/locales/zh-CN/snmpTrapReceiver.json +15 -0
  198. package/dist/locales/zh-CN/storage.json +4 -0
  199. package/dist/locales/zh-CN/svtImage.json +11 -0
  200. package/dist/locales/zh-CN/systemAuditLog.json +14 -0
  201. package/dist/locales/zh-CN/task.json +561 -0
  202. package/dist/locales/zh-CN/title.json +58 -0
  203. package/dist/locales/zh-CN/ui.json +16 -0
  204. package/dist/locales/zh-CN/usbDevice.json +52 -0
  205. package/dist/locales/zh-CN/user.json +67 -0
  206. package/dist/locales/zh-CN/userAuditLog.json +275 -0
  207. package/dist/locales/zh-CN/userRoleNext.json +5 -0
  208. package/dist/locales/zh-CN/validation.json +233 -0
  209. package/dist/locales/zh-CN/vds.json +54 -0
  210. package/dist/locales/zh-CN/view.json +8 -0
  211. package/dist/locales/zh-CN/vlan.json +137 -0
  212. package/dist/locales/zh-CN/vm.json +1160 -0
  213. package/dist/locales/zh-CN/vmDisk.json +4 -0
  214. package/dist/locales/zh-CN/vmEntityFilterResult.json +8 -0
  215. package/dist/locales/zh-CN/vmFolder.json +3 -0
  216. package/dist/locales/zh-CN/vmPlacementGroup.json +48 -0
  217. package/dist/locales/zh-CN/vmSnapshot.json +48 -0
  218. package/dist/locales/zh-CN/vmTemplate.json +70 -0
  219. package/dist/locales/zh-CN/vmVolume.json +91 -0
  220. package/dist/locales/zh-CN/vsphereEsxiAccount.json +5 -0
  221. package/dist/locales/zh-CN/witness.json +8 -0
  222. package/dist/locales/zh-CN/zone.json +13 -0
  223. package/dist/parrotI18n.d.ts +2 -0
  224. package/dist/parrotI18n.js +10 -0
  225. package/package.json +7 -2
  226. package/src/index.ts +2 -1
  227. package/src/locales/en-US/alert.json +77 -0
  228. package/src/locales/en-US/auditLog.json +226 -0
  229. package/src/locales/en-US/backup.json +261 -0
  230. package/src/locales/en-US/backupPlan.json +271 -0
  231. package/src/locales/en-US/backupRestorePoint.json +17 -0
  232. package/src/locales/en-US/backupStoreRepository.json +67 -0
  233. package/src/locales/en-US/cloudTowerApplicationPackage.json +4 -0
  234. package/src/locales/en-US/cluster.json +281 -0
  235. package/src/locales/en-US/clusterUpgrade.json +61 -0
  236. package/src/locales/en-US/common.json +392 -0
  237. package/src/locales/en-US/components.json +91 -0
  238. package/src/locales/en-US/connection.json +11 -0
  239. package/src/locales/en-US/consistencyGroup.json +62 -0
  240. package/src/locales/en-US/consistencyGroupSnapshot.json +23 -0
  241. package/src/locales/en-US/contentLibraryImage.json +70 -0
  242. package/src/locales/en-US/contentLibraryVmTemplate.json +126 -0
  243. package/src/locales/en-US/datacenter.json +34 -0
  244. package/src/locales/en-US/disk.json +127 -0
  245. package/src/locales/en-US/elfDataStore.json +28 -0
  246. package/src/locales/en-US/elfImage.json +29 -0
  247. package/src/locales/en-US/entityFilter.json +94 -0
  248. package/src/locales/en-US/enum.json +182 -0
  249. package/src/locales/en-US/error.json +1166 -0
  250. package/src/locales/en-US/eventAudit.json +9 -0
  251. package/src/locales/en-US/everoute.json +267 -0
  252. package/src/locales/en-US/everouteCluster.json +5 -0
  253. package/src/locales/en-US/everoutePackage.json +4 -0
  254. package/src/locales/en-US/execute_plan.json +3 -0
  255. package/src/locales/en-US/globalAlertRule.json +34 -0
  256. package/src/locales/en-US/graph.json +11 -0
  257. package/src/locales/en-US/hardware-topo.json +81 -0
  258. package/src/locales/en-US/host.json +397 -0
  259. package/src/locales/en-US/httpCode.json +16 -0
  260. package/src/locales/en-US/index.ts +215 -1
  261. package/src/locales/en-US/installer.json +67 -0
  262. package/src/locales/en-US/iscsiConnection.json +12 -0
  263. package/src/locales/en-US/iscsiLun.json +142 -0
  264. package/src/locales/en-US/iscsiLunSnapshot.json +9 -0
  265. package/src/locales/en-US/iscsiTarget.json +147 -0
  266. package/src/locales/en-US/isolationPolicy.json +29 -0
  267. package/src/locales/en-US/label.json +84 -0
  268. package/src/locales/en-US/logCollection.json +13 -0
  269. package/src/locales/en-US/login.json +18 -0
  270. package/src/locales/en-US/maintenance-mode.json +56 -0
  271. package/src/locales/en-US/metric.json +355 -0
  272. package/src/locales/en-US/migrateTransmitter.json +26 -0
  273. package/src/locales/en-US/monitor.json +57 -0
  274. package/src/locales/en-US/namespaceGroup.json +24 -0
  275. package/src/locales/en-US/nfsExport.json +41 -0
  276. package/src/locales/en-US/nfsInode.json +14 -0
  277. package/src/locales/en-US/nic.json +62 -0
  278. package/src/locales/en-US/nvmfConnection.json +11 -0
  279. package/src/locales/en-US/nvmfNamespace.json +112 -0
  280. package/src/locales/en-US/nvmfNamespaceSnapshot.json +28 -0
  281. package/src/locales/en-US/nvmfSubsystem.json +127 -0
  282. package/src/locales/en-US/nvmfSubsystemSnapshot.json +4 -0
  283. package/src/locales/en-US/overview.json +76 -0
  284. package/src/locales/en-US/plugins.json +13 -0
  285. package/src/locales/en-US/pmemDimm.json +11 -0
  286. package/src/locales/en-US/portal.json +5 -0
  287. package/src/locales/en-US/recycleBin.json +79 -0
  288. package/src/locales/en-US/recycleVm.json +9 -0
  289. package/src/locales/en-US/report-task.json +4 -0
  290. package/src/locales/en-US/report-template.json +20 -0
  291. package/src/locales/en-US/reportTask.json +7 -0
  292. package/src/locales/en-US/reportTemplate.json +22 -0
  293. package/src/locales/en-US/requestCode.json +18 -0
  294. package/src/locales/en-US/role.json +206 -0
  295. package/src/locales/en-US/securityGroup.json +48 -0
  296. package/src/locales/en-US/securityPolicy.json +222 -0
  297. package/src/locales/en-US/setting.json +292 -0
  298. package/src/locales/en-US/setup.json +9 -0
  299. package/src/locales/en-US/snapshot.json +18 -0
  300. package/src/locales/en-US/snapshotGroup.json +37 -0
  301. package/src/locales/en-US/snapshotPlan.json +134 -0
  302. package/src/locales/en-US/snapshotPlanTask.json +10 -0
  303. package/src/locales/en-US/snmp-transport.json +13 -0
  304. package/src/locales/en-US/snmp-trap-receiver.json +13 -0
  305. package/src/locales/en-US/snmpTransport.json +25 -0
  306. package/src/locales/en-US/snmpTrapReceiver.json +15 -0
  307. package/src/locales/en-US/storage.json +4 -0
  308. package/src/locales/en-US/svtImage.json +12 -0
  309. package/src/locales/en-US/systemAuditLog.json +14 -0
  310. package/src/locales/en-US/task.json +558 -0
  311. package/src/locales/en-US/title.json +58 -0
  312. package/src/locales/en-US/ui.json +16 -0
  313. package/src/locales/en-US/usbDevice.json +29 -0
  314. package/src/locales/en-US/user.json +67 -0
  315. package/src/locales/en-US/userAuditLog.json +275 -0
  316. package/src/locales/en-US/userRoleNext.json +5 -0
  317. package/src/locales/en-US/validation.json +230 -0
  318. package/src/locales/en-US/vds.json +55 -0
  319. package/src/locales/en-US/view.json +8 -0
  320. package/src/locales/en-US/vlan.json +127 -0
  321. package/src/locales/en-US/vm.json +1082 -0
  322. package/src/locales/en-US/vmDisk.json +4 -0
  323. package/src/locales/en-US/vmEntityFilterResult.json +8 -0
  324. package/src/locales/en-US/vmFolder.json +3 -0
  325. package/src/locales/en-US/vmPlacementGroup.json +48 -0
  326. package/src/locales/en-US/vmSnapshot.json +47 -0
  327. package/src/locales/en-US/vmTemplate.json +67 -0
  328. package/src/locales/en-US/vmVolume.json +92 -0
  329. package/src/locales/en-US/vsphereEsxiAccount.json +5 -0
  330. package/src/locales/en-US/witness.json +8 -0
  331. package/src/locales/en-US/zone.json +13 -0
  332. package/src/locales/index.ts +9 -2
  333. package/src/locales/zh-CN/alert.json +74 -0
  334. package/src/locales/zh-CN/auditLog.json +226 -0
  335. package/src/locales/zh-CN/backup.json +255 -0
  336. package/src/locales/zh-CN/backupPlan.json +262 -0
  337. package/src/locales/zh-CN/backupRestorePoint.json +17 -0
  338. package/src/locales/zh-CN/backupStoreRepository.json +69 -0
  339. package/src/locales/zh-CN/cloudTowerApplicationPackage.json +4 -0
  340. package/src/locales/zh-CN/cluster.json +282 -0
  341. package/src/locales/zh-CN/clusterUpgrade.json +61 -0
  342. package/src/locales/zh-CN/common.json +394 -0
  343. package/src/locales/zh-CN/components.json +91 -0
  344. package/src/locales/zh-CN/connection.json +11 -0
  345. package/src/locales/zh-CN/consistencyGroup.json +62 -0
  346. package/src/locales/zh-CN/consistencyGroupSnapshot.json +23 -0
  347. package/src/locales/zh-CN/contentLibraryImage.json +69 -0
  348. package/src/locales/zh-CN/contentLibraryVmTemplate.json +129 -0
  349. package/src/locales/zh-CN/datacenter.json +34 -0
  350. package/src/locales/zh-CN/disk.json +127 -0
  351. package/src/locales/zh-CN/elfDataStore.json +28 -0
  352. package/src/locales/zh-CN/elfImage.json +29 -0
  353. package/src/locales/zh-CN/entityFilter.json +94 -0
  354. package/src/locales/zh-CN/enum.json +188 -0
  355. package/src/locales/zh-CN/error.json +1173 -0
  356. package/src/locales/zh-CN/eventAudit.json +9 -0
  357. package/src/locales/zh-CN/everoute.json +265 -0
  358. package/src/locales/zh-CN/everouteCluster.json +5 -0
  359. package/src/locales/zh-CN/everoutePackage.json +4 -0
  360. package/src/locales/zh-CN/execute_plan.json +3 -0
  361. package/src/locales/zh-CN/globalAlertRule.json +34 -0
  362. package/src/locales/zh-CN/gpuDevice.json +36 -0
  363. package/src/locales/zh-CN/graph.json +11 -0
  364. package/src/locales/zh-CN/hardware-topo.json +81 -0
  365. package/src/locales/zh-CN/host.json +407 -0
  366. package/src/locales/zh-CN/httpCode.json +16 -0
  367. package/src/locales/zh-CN/index.ts +217 -1
  368. package/src/locales/zh-CN/installer.json +68 -0
  369. package/src/locales/zh-CN/iscsiConnection.json +12 -0
  370. package/src/locales/zh-CN/iscsiLun.json +140 -0
  371. package/src/locales/zh-CN/iscsiLunSnapshot.json +9 -0
  372. package/src/locales/zh-CN/iscsiTarget.json +147 -0
  373. package/src/locales/zh-CN/isolationPolicy.json +29 -0
  374. package/src/locales/zh-CN/label.json +84 -0
  375. package/src/locales/zh-CN/logCollection.json +13 -0
  376. package/src/locales/zh-CN/login.json +18 -0
  377. package/src/locales/zh-CN/maintenance-mode.json +56 -0
  378. package/src/locales/zh-CN/metric.json +355 -0
  379. package/src/locales/zh-CN/migrateTransmitter.json +26 -0
  380. package/src/locales/zh-CN/monitor.json +57 -0
  381. package/src/locales/zh-CN/namespaceGroup.json +24 -0
  382. package/src/locales/zh-CN/nfsExport.json +41 -0
  383. package/src/locales/zh-CN/nfsInode.json +14 -0
  384. package/src/locales/zh-CN/nic.json +62 -0
  385. package/src/locales/zh-CN/nvmfConnection.json +11 -0
  386. package/src/locales/zh-CN/nvmfNamespace.json +110 -0
  387. package/src/locales/zh-CN/nvmfNamespaceSnapshot.json +28 -0
  388. package/src/locales/zh-CN/nvmfSubsystem.json +126 -0
  389. package/src/locales/zh-CN/nvmfSubsystemSnapshot.json +4 -0
  390. package/src/locales/zh-CN/overview.json +76 -0
  391. package/src/locales/zh-CN/plugins.json +13 -0
  392. package/src/locales/zh-CN/pmemDimm.json +11 -0
  393. package/src/locales/zh-CN/portal.json +5 -0
  394. package/src/locales/zh-CN/recycleBin.json +79 -0
  395. package/src/locales/zh-CN/recycleVm.json +9 -0
  396. package/src/locales/zh-CN/report-task.json +4 -0
  397. package/src/locales/zh-CN/report-template.json +20 -0
  398. package/src/locales/zh-CN/reportTask.json +7 -0
  399. package/src/locales/zh-CN/reportTemplate.json +22 -0
  400. package/src/locales/zh-CN/requestCode.json +18 -0
  401. package/src/locales/zh-CN/role.json +207 -0
  402. package/src/locales/zh-CN/securityGroup.json +47 -0
  403. package/src/locales/zh-CN/securityPolicy.json +214 -0
  404. package/src/locales/zh-CN/setting.json +289 -0
  405. package/src/locales/zh-CN/setup.json +9 -0
  406. package/src/locales/zh-CN/snapshot.json +18 -0
  407. package/src/locales/zh-CN/snapshotGroup.json +37 -0
  408. package/src/locales/zh-CN/snapshotPlan.json +128 -0
  409. package/src/locales/zh-CN/snapshotPlanTask.json +10 -0
  410. package/src/locales/zh-CN/snmp-transport.json +13 -0
  411. package/src/locales/zh-CN/snmp-trap-receiver.json +13 -0
  412. package/src/locales/zh-CN/snmpTransport.json +25 -0
  413. package/src/locales/zh-CN/snmpTrapReceiver.json +15 -0
  414. package/src/locales/zh-CN/storage.json +4 -0
  415. package/src/locales/zh-CN/svtImage.json +11 -0
  416. package/src/locales/zh-CN/systemAuditLog.json +14 -0
  417. package/src/locales/zh-CN/task.json +561 -0
  418. package/src/locales/zh-CN/title.json +58 -0
  419. package/src/locales/zh-CN/ui.json +16 -0
  420. package/src/locales/zh-CN/usbDevice.json +52 -0
  421. package/src/locales/zh-CN/user.json +67 -0
  422. package/src/locales/zh-CN/userAuditLog.json +275 -0
  423. package/src/locales/zh-CN/userRoleNext.json +5 -0
  424. package/src/locales/zh-CN/validation.json +233 -0
  425. package/src/locales/zh-CN/vds.json +55 -0
  426. package/src/locales/zh-CN/view.json +8 -0
  427. package/src/locales/zh-CN/vlan.json +153 -0
  428. package/src/locales/zh-CN/vm.json +1160 -0
  429. package/src/locales/zh-CN/vmDisk.json +4 -0
  430. package/src/locales/zh-CN/vmEntityFilterResult.json +8 -0
  431. package/src/locales/zh-CN/vmFolder.json +3 -0
  432. package/src/locales/zh-CN/vmPlacementGroup.json +48 -0
  433. package/src/locales/zh-CN/vmSnapshot.json +48 -0
  434. package/src/locales/zh-CN/vmTemplate.json +70 -0
  435. package/src/locales/zh-CN/vmVolume.json +91 -0
  436. package/src/locales/zh-CN/vsphereEsxiAccount.json +5 -0
  437. package/src/locales/zh-CN/witness.json +8 -0
  438. package/src/locales/zh-CN/zone.json +13 -0
  439. package/src/parrotI18n.ts +14 -0
  440. package/src/tools/index.mts +47 -0
  441. package/src/tools/templates/index.ejs +9 -0
  442. package/tsconfig.json +2 -2
  443. package/yarn-error.log +19134 -0
  444. package/dist/src/index.d.ts +0 -1
  445. package/dist/src/index.js +0 -1
  446. package/dist/src/locales/en-US/index.d.ts +0 -1
  447. package/dist/src/locales/en-US/index.js +0 -1
  448. package/dist/src/locales/index.d.ts +0 -2
  449. package/dist/src/locales/index.js +0 -2
  450. package/dist/src/locales/zh-CN/index.d.ts +0 -1
  451. package/dist/src/locales/zh-CN/index.js +0 -1
  452. package/index.ts +0 -1
@@ -0,0 +1,213 @@
1
+ import alert from "./alert.json";
2
+ import auditlog from "./auditLog.json";
3
+ import backup from "./backup.json";
4
+ import backupplan from "./backupPlan.json";
5
+ import backuprestorepoint from "./backupRestorePoint.json";
6
+ import backupstorerepository from "./backupStoreRepository.json";
7
+ import basic from "./basic.json";
8
+ import cloudtowerapplicationpackage from "./cloudTowerApplicationPackage.json";
9
+ import cluster from "./cluster.json";
10
+ import clusterupgrade from "./clusterUpgrade.json";
11
+ import common from "./common.json";
12
+ import components from "./components.json";
13
+ import connection from "./connection.json";
14
+ import consistencygroup from "./consistencyGroup.json";
15
+ import consistencygroupsnapshot from "./consistencyGroupSnapshot.json";
16
+ import contentlibraryimage from "./contentLibraryImage.json";
17
+ import contentlibraryvmtemplate from "./contentLibraryVmTemplate.json";
18
+ import datacenter from "./datacenter.json";
19
+ import disk from "./disk.json";
20
+ import elfdatastore from "./elfDataStore.json";
21
+ import elfimage from "./elfImage.json";
22
+ import entityfilter from "./entityFilter.json";
23
+ import enumObj from "./enum.json";
24
+ import error from "./error.json";
25
+ import eventaudit from "./eventAudit.json";
26
+ import everoute from "./everoute.json";
27
+ import everoutecluster from "./everouteCluster.json";
28
+ import everoutepackage from "./everoutePackage.json";
29
+ import executePlan from "./execute_plan.json";
30
+ import globalalertrule from "./globalAlertRule.json";
31
+ import graph from "./graph.json";
32
+ import hardwareTopo from "./hardware-topo.json";
33
+ import host from "./host.json";
34
+ import httpcode from "./httpCode.json";
35
+ import installer from "./installer.json";
36
+ import iscsiconnection from "./iscsiConnection.json";
37
+ import iscsilun from "./iscsiLun.json";
38
+ import iscsilunsnapshot from "./iscsiLunSnapshot.json";
39
+ import iscsitarget from "./iscsiTarget.json";
40
+ import isolationpolicy from "./isolationPolicy.json";
41
+ import label from "./label.json";
42
+ import logcollection from "./logCollection.json";
43
+ import login from "./login.json";
44
+ import maintenanceMode from "./maintenance-mode.json";
45
+ import metric from "./metric.json";
46
+ import migratetransmitter from "./migrateTransmitter.json";
47
+ import monitor from "./monitor.json";
48
+ import namespacegroup from "./namespaceGroup.json";
49
+ import nfsexport from "./nfsExport.json";
50
+ import nfsinode from "./nfsInode.json";
51
+ import nic from "./nic.json";
52
+ import nvmfconnection from "./nvmfConnection.json";
53
+ import nvmfnamespace from "./nvmfNamespace.json";
54
+ import nvmfnamespacesnapshot from "./nvmfNamespaceSnapshot.json";
55
+ import nvmfsubsystem from "./nvmfSubsystem.json";
56
+ import nvmfsubsystemsnapshot from "./nvmfSubsystemSnapshot.json";
57
+ import overview from "./overview.json";
58
+ import plugins from "./plugins.json";
59
+ import pmemdimm from "./pmemDimm.json";
60
+ import portal from "./portal.json";
61
+ import recyclebin from "./recycleBin.json";
62
+ import recyclevm from "./recycleVm.json";
63
+ import reportTask from "./report-task.json";
64
+ import reportTemplate from "./report-template.json";
65
+ import reporttask from "./reportTask.json";
66
+ import reporttemplate from "./reportTemplate.json";
67
+ import requestcode from "./requestCode.json";
68
+ import role from "./role.json";
69
+ import securitygroup from "./securityGroup.json";
70
+ import securitypolicy from "./securityPolicy.json";
71
+ import setting from "./setting.json";
72
+ import setup from "./setup.json";
73
+ import snapshot from "./snapshot.json";
74
+ import snapshotgroup from "./snapshotGroup.json";
75
+ import snapshotplan from "./snapshotPlan.json";
76
+ import snapshotplantask from "./snapshotPlanTask.json";
77
+ import snmpTransport from "./snmp-transport.json";
78
+ import snmpTrapReceiver from "./snmp-trap-receiver.json";
79
+ import snmptransport from "./snmpTransport.json";
80
+ import snmptrapreceiver from "./snmpTrapReceiver.json";
81
+ import storage from "./storage.json";
82
+ import svtimage from "./svtImage.json";
83
+ import systemauditlog from "./systemAuditLog.json";
84
+ import task from "./task.json";
85
+ import title from "./title.json";
86
+ import ui from "./ui.json";
87
+ import usbdevice from "./usbDevice.json";
88
+ import user from "./user.json";
89
+ import userauditlog from "./userAuditLog.json";
90
+ import userrolenext from "./userRoleNext.json";
91
+ import validation from "./validation.json";
92
+ import vds from "./vds.json";
93
+ import view from "./view.json";
94
+ import vlan from "./vlan.json";
95
+ import vm from "./vm.json";
96
+ import vmdisk from "./vmDisk.json";
97
+ import vmentityfilterresult from "./vmEntityFilterResult.json";
98
+ import vmfolder from "./vmFolder.json";
99
+ import vmplacementgroup from "./vmPlacementGroup.json";
100
+ import vmsnapshot from "./vmSnapshot.json";
101
+ import vmtemplate from "./vmTemplate.json";
102
+ import vmvolume from "./vmVolume.json";
103
+ import vsphereesxiaccount from "./vsphereEsxiAccount.json";
104
+ import witness from "./witness.json";
105
+ import zone from "./zone.json";
106
+ var locale = {
107
+ alert: alert,
108
+ auditLog: auditlog,
109
+ backup: backup,
110
+ backupPlan: backupplan,
111
+ backupRestorePoint: backuprestorepoint,
112
+ backupStoreRepository: backupstorerepository,
113
+ basic: basic,
114
+ cloudTowerApplicationPackage: cloudtowerapplicationpackage,
115
+ cluster: cluster,
116
+ clusterUpgrade: clusterupgrade,
117
+ common: common,
118
+ components: components,
119
+ connection: connection,
120
+ consistencyGroup: consistencygroup,
121
+ consistencyGroupSnapshot: consistencygroupsnapshot,
122
+ contentLibraryImage: contentlibraryimage,
123
+ contentLibraryVmTemplate: contentlibraryvmtemplate,
124
+ datacenter: datacenter,
125
+ disk: disk,
126
+ elfDataStore: elfdatastore,
127
+ elfImage: elfimage,
128
+ entityFilter: entityfilter,
129
+ enum: enumObj,
130
+ error: error,
131
+ eventAudit: eventaudit,
132
+ everoute: everoute,
133
+ everouteCluster: everoutecluster,
134
+ everoutePackage: everoutepackage,
135
+ execute_plan: executePlan,
136
+ globalAlertRule: globalalertrule,
137
+ graph: graph,
138
+ "hardware-topo": hardwareTopo,
139
+ host: host,
140
+ httpCode: httpcode,
141
+ installer: installer,
142
+ iscsiConnection: iscsiconnection,
143
+ iscsiLun: iscsilun,
144
+ iscsiLunSnapshot: iscsilunsnapshot,
145
+ iscsiTarget: iscsitarget,
146
+ isolationPolicy: isolationpolicy,
147
+ label: label,
148
+ logCollection: logcollection,
149
+ login: login,
150
+ "maintenance-mode": maintenanceMode,
151
+ metric: metric,
152
+ migrateTransmitter: migratetransmitter,
153
+ monitor: monitor,
154
+ namespaceGroup: namespacegroup,
155
+ nfsExport: nfsexport,
156
+ nfsInode: nfsinode,
157
+ nic: nic,
158
+ nvmfConnection: nvmfconnection,
159
+ nvmfNamespace: nvmfnamespace,
160
+ nvmfNamespaceSnapshot: nvmfnamespacesnapshot,
161
+ nvmfSubsystem: nvmfsubsystem,
162
+ nvmfSubsystemSnapshot: nvmfsubsystemsnapshot,
163
+ overview: overview,
164
+ plugins: plugins,
165
+ pmemDimm: pmemdimm,
166
+ portal: portal,
167
+ recycleBin: recyclebin,
168
+ recycleVm: recyclevm,
169
+ "report-task": reportTask,
170
+ "report-template": reportTemplate,
171
+ reportTask: reporttask,
172
+ reportTemplate: reporttemplate,
173
+ requestCode: requestcode,
174
+ role: role,
175
+ securityGroup: securitygroup,
176
+ securityPolicy: securitypolicy,
177
+ setting: setting,
178
+ setup: setup,
179
+ snapshot: snapshot,
180
+ snapshotGroup: snapshotgroup,
181
+ snapshotPlan: snapshotplan,
182
+ snapshotPlanTask: snapshotplantask,
183
+ "snmp-transport": snmpTransport,
184
+ "snmp-trap-receiver": snmpTrapReceiver,
185
+ snmpTransport: snmptransport,
186
+ snmpTrapReceiver: snmptrapreceiver,
187
+ storage: storage,
188
+ svtImage: svtimage,
189
+ systemAuditLog: systemauditlog,
190
+ task: task,
191
+ title: title,
192
+ ui: ui,
193
+ usbDevice: usbdevice,
194
+ user: user,
195
+ userAuditLog: userauditlog,
196
+ userRoleNext: userrolenext,
197
+ validation: validation,
198
+ vds: vds,
199
+ view: view,
200
+ vlan: vlan,
201
+ vm: vm,
202
+ vmDisk: vmdisk,
203
+ vmEntityFilterResult: vmentityfilterresult,
204
+ vmFolder: vmfolder,
205
+ vmPlacementGroup: vmplacementgroup,
206
+ vmSnapshot: vmsnapshot,
207
+ vmTemplate: vmtemplate,
208
+ vmVolume: vmvolume,
209
+ vsphereEsxiAccount: vsphereesxiaccount,
210
+ witness: witness,
211
+ zone: zone,
212
+ };
213
+ export default locale;
@@ -0,0 +1,67 @@
1
+ {
2
+ "step_IDLE": "Associate CloudTower",
3
+ "step_CONFIGURE": "Configure CloudTower Environment",
4
+ "step_INSTALL": "Install CloudTower",
5
+ "step_DONE": "Installation Completed",
6
+ "operation": "How to Operate",
7
+ "hint1": "1. Visit your CloudTower environment.",
8
+ "hint2": "2. On the \"Infrastructure > Cluster\" page, click the \"+\" button at the upper-right corner of the title area.",
9
+ "hint3": "3. Select \"Add Cluster\" in the pop-up menu.",
10
+ "hint4": "4. Enter the connection information of the cluster. Follow the wizard to complete the addition.",
11
+ "hint5": "Use CloudTower to manage both SMTX OS and SMTX ZBS clusters and get a one-stop experience of infrastructure management.",
12
+ "connect_cluster": "Associate the cluster to: ",
13
+ "new_cluster": "New CloudTower Environment",
14
+ "guide": "The wizard will help you to install CloudTower in the current cluster.",
15
+ "existed_cluster": "Existing CloudTower Environment",
16
+ "connect_existed": "Associate the cluster to a new or an existing CloudTower environment: ",
17
+ "hint6": "1. Visit the vCenter to which the current cluster belongs.",
18
+ "hint7": "2. Install CloudTower according to User Manual.",
19
+ "hint8": "3. After completing installation and logging into CloudTower, click the \"+\" button at the upper-right corner of the title area to associate the current cluster to CloudTower.",
20
+ "upload_file_desc": "Drag and drop the file here, or <0> Select File </0> to upload.",
21
+ "validate_vm_ip": "Please set the IP address of CloudTower.",
22
+ "validate_vm_ip_format": "Please enter the correct IP address format.",
23
+ "validate_vm_netmask": "Please set the subnet mask of CloudTower.",
24
+ "validate_vm_gateway": "Please set the gateway of CloudTower.",
25
+ "validate_org_name": "Please set the organization name of CloudTower.",
26
+ "validate_root_password": "Please set the super administrator password of CloudTower.",
27
+ "validate_file": "Please select the installation image of CloudTower.",
28
+ "spec": "Select to Configure CloudTower Environment",
29
+ "spec_low": "Low Configurations",
30
+ "spec_low_desc": "It is recommended to manage up to 3 clusters, 30 hosts, and 300 VMs.",
31
+ "spec_low_content": "2 vCPU, 4 GiB memory, 50 GiB storage (logical)",
32
+ "spec_medium": "Medium Configurations",
33
+ "spec_medium_desc": "It is recommended to manage up to 10 clusters, 100 hosts, and 1000 VMs.",
34
+ "spec_medium_content": "4 vCPU, 8 GiB memory, 100 GiB storage (logical)",
35
+ "spec_high": "High Configurations",
36
+ "spec_high_desc": "It is recommended to manage up to 100 clusters, 1000 hosts, and 10000 VMs.",
37
+ "spec_high_content": "8 vCPU, 16 GiB memory, 400 GiB storage (logical)",
38
+ "vm_ip": "Set IP Address of CloudTower",
39
+ "vm_netmask": "Set Subnet Mask of CloudTower",
40
+ "vm_gateway": "Set Gateway of CloudTower",
41
+ "org_name": "Set Organization Name of CloudTower",
42
+ "root_password": "Set Super Administrator Password",
43
+ "start_install": "Start Installation",
44
+ "state_UPLOADING": "Uploading the installation image...",
45
+ "state_DECOMPRESSING": "Unzipping the installation image...",
46
+ "state_READY_TO_INSTALL": "Preparing to install...",
47
+ "state_INSTALLING": "Installing...",
48
+ "state_BOOTSTRAPPING": "Starting CloudTower...",
49
+ "state_DONE": "Installation Succeeded",
50
+ "state_FAILED": "Installation Failed",
51
+ "done_desc": "Click Finish, the page will jump to your CloudTower environment in {count} second(s).",
52
+ "done_desc2": "About to jump to CloudTower in {count} second(s)...",
53
+ "visit_cloudtower": "Visit CloudTower",
54
+ "set_vip": "Set Cluster Management Virtual IP Address",
55
+ "set_vip_guide": "Used to associate the newly deployed cluster to CloudTower.",
56
+ "missing_vip": "Please enter a management virtual IP.",
57
+ "finish": "Finish",
58
+ "finish_tip": "The deployment has been completed, now you can enter the corresponding environment for the subsequent operations.",
59
+ "back_to_configure": "Go back to the configuration steps",
60
+ "file": "Select a file",
61
+ "vhost_title": "Please reboot all the hosts in the cluster to complete the deployment.",
62
+ "vhost_desc": "The cluster has enabled Boost mode and all the hosts need to be rebooted. During the reboot process, this page will be invalid.",
63
+ "next_steps": "Next Steps",
64
+ "vhost_hint1": "1. Reboot all the hosts in the cluster.",
65
+ "vhost_hint2": "2. After the reboot is completed, refresh the current page.",
66
+ "vhost_hint3": "3. Follow the subsequent wizards to associate the cluster to a new or an existing CloudTower."
67
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "host": "Host Connected",
3
+ "initiator_ip": "Client IP",
4
+ "client_port": "Client Port",
5
+ "access_ip": "Access IP",
6
+ "iscsi_target": "Connected Target",
7
+ "nvmf_subsystem": "Connected Subsystem",
8
+ "type": "Storage Object Type",
9
+ "connection_object": "Connected Storage Object",
10
+ "iscsi_target__name": "Connected Storage Object",
11
+ "tr_type": "Transport Type"
12
+ }
@@ -0,0 +1,142 @@
1
+ {
2
+ "access_set": "Access Settings",
3
+ "assigned_size": "Allocated Capacity",
4
+ "base_info": "Basic Information",
5
+ "create_lun": "Create LUN",
6
+ "create_source": "Way of Creation",
7
+ "edit_lun": "Edit LUN",
8
+ "filter_lun": "Filter LUN",
9
+ "iqn_rules": "Use \",\" to separate multiple IQN addresses or regular expressions of IQN addresses. Regular expressions must start with \"reg.\", for example: \"reg.iqn.1994-05.com.acme:* \". Leave blank to prohibit all. \"*/*\" means all are allowed.",
10
+ "iqn_whitelist": "IQN Allowlist",
11
+ "iqn_whitelist_of_data_storage": "IQN allowlist of the target",
12
+ "iqn_whitelist_same_as_data_storage": "Same as the IQN allowlist of the target",
13
+ "local_created_at": "Created Time",
14
+ "lun_id": "ID",
15
+ "lun_id_used": "LUN ID {id} has been used",
16
+ "name": "Name",
17
+ "name_used": "LUN name {name} has been used",
18
+ "provision": "Provisioning Type",
19
+ "replica_num": "Number of Replicas",
20
+ "shared_size": "Shared Capacity",
21
+ "size": "Capacity",
22
+ "specify_iqn_whitelist": "Specify an IQN allowlist of the LUN that is within its target's IQN allowlist",
23
+ "storage_strategy": "Storage Policy",
24
+ "system_auto": "By system",
25
+ "thick_provision": "Thick Provisioning",
26
+ "thin_provision": "Provisioning",
27
+ "thin_provision_text": "Thin Provisioning",
28
+ "unique_size": "Exclusive Capacity",
29
+ "user_control": "By users",
30
+ "validate_lun_id_failed": "Did not pass the LUN ID check",
31
+ "iops": "IOPS Limit",
32
+ "bps": "Bandwidth Limit",
33
+ "stripe_num": "Stripe Number",
34
+ "stripe_size": "Stripe Size",
35
+ "clone_from_snapshot": "Clone a LUN from a snapshot",
36
+ "source_snapshot": "Source Snapshot",
37
+ "namexx": "Target iSCSI Target",
38
+ "width": "Bandwidth",
39
+ "limit": "Limit",
40
+ "noLimit": "Leave blank or set to 0 which means no limit",
41
+ "rd_wr_max": "Limit total read and write",
42
+ "apart_limit_max": "Limit read and write separately",
43
+ "num_write": "Numbers from 1 to 255, will be assigned automatically if you don't fill in them",
44
+ "io_limit": "I/O Limit",
45
+ "delete_lun": "Delete LUN",
46
+ "if_delete_lun_text": "If you want to delete the LUN, please enter the name of the LUN to be deleted in the following input box.",
47
+ "delete_lun_alert": "This operation cannot be undone. Once deleted, the data contained in the LUN cannot be retrieved.",
48
+ "delete_snapshot_confirm_with_name": "Are you sure to delete LUN snapshot {name}?",
49
+ "snapshot_space": "The operation cannot be restored. ",
50
+ "delete_lun_snapshot": "Delete LUN snapshot",
51
+ "not_limit": "Unlimit",
52
+ "no_limit": "Unlimited",
53
+ "all": "Total:",
54
+ "all_with_count": "Total: {count}",
55
+ "read": "Read:",
56
+ "read_with_count": "Read: {count}",
57
+ "write": "Write:",
58
+ "write_with_count": "Write: {count}",
59
+ "roolback_lun": "Rollback LUN",
60
+ "create_snapshot_info1": "Create a snapshot for",
61
+ "create_snapshot_info2": "now",
62
+ "same_name_lun_snapshot": "A LUN snapshot with the same name already exists.",
63
+ "labels": "Labels",
64
+ "bps_limit_validate": "The upper bandwidth limit cannot exceed 100 GBps.",
65
+ "iops_limit_validate": "The upper IOPS limit cannot exceed 2 million.",
66
+ "snapshot_name_null_invalid": "Please fill in the snapshot name",
67
+ "iscsi_target": "Storage Object",
68
+ "iqn_whitelist_extra_warning": "Since the Target to which the current LUN belongs is forbidden to access all IQNs, the specified IQN allowlist of the LUN will not take effect.",
69
+ "snapshot_name": "Snapshot Name",
70
+ "error_lun_snapshot_name_length": "The length of a snapshot name is within 1~255.",
71
+ "error_lun_snapshot_name_invalid": "Only uppercase and lowercase English letters, numbers, and symbols in ASCII printable characters are supported except the semicolon (;), the backslash (\\), and the double quotes (\").",
72
+ "cannot_delete_lun": "Unable to Delete LUN",
73
+ "cannot_delete_lun_description": "Failed to delete the LUN <0>{lun_name}</0>.",
74
+ "cannot_delete_lun_solution": "Please remove the LUN from the consistency group {group_name} and then try again.",
75
+ "cannot_create_title": "Failed to Create LUN",
76
+ "cannot_create_reason": "The number of LUNs in the iSCSI Target cannot exceed 255.",
77
+ "cannot_create_advice": "Please delete some LUNs in the iSCSI Target, and then try to create again.",
78
+ "delete_lun_desc": "The LUN <0>{name}</0> contains snapshots. When deleting the LUN, whether or not to delete the contained snapshots together?",
79
+ "delete_lun_desc2": "Please exactly enter the name of the LUN to be deleted in the input box below.",
80
+ "delete_snapshot_radio_desc": "This operation cannot be undone. All snapshots contained in this LUN will be deleted, and the storage space can be released: <0></0>.",
81
+ "keep_snapshot": "Retain Snapshot",
82
+ "delete_snapshot": "Delete Snapshot",
83
+ "delete_lun_and_snapshot": "Delete LUN and Snapshot",
84
+ "only_delete_lun": "Delete LUN Only",
85
+ "iops_max": "Total IOPS Burst Upper Limit",
86
+ "iops_total": "Total IOPS Limit",
87
+ "iops_max_length": "Duration of Total IOPS Burst Upper Limit",
88
+ "iops_rd_max": "Read IOPS Burst Upper Limit",
89
+ "iops_wr_max": "Write IOPS Burst Upper Limit",
90
+ "iops_rd": "Read IOPS Limit",
91
+ "iops_wr": "Write IOPS Limit",
92
+ "iops_rd_max_length": "Duration of Read IOPS Burst Upper Limit",
93
+ "iops_wr_max_length": "Duration of Write IOPS Burst Upper Limit",
94
+ "bps_max": "Total Bandwidth Burst Upper Limit",
95
+ "bps_total": "Total Bandwidth Limit",
96
+ "bps_max_length": "Duration of Total Bandwidth Burst Upper Limit",
97
+ "bps_rd": "Read Bandwidth Limit",
98
+ "bps_wr": "Write Bandwidth Limit",
99
+ "bps_rd_max": "Read Bandwidth Burst Upper Limit",
100
+ "bps_wr_max": "Write Bandwidth Burst Upper Limit",
101
+ "bps_rd_max_length": "Duration of Read Bandwidth Upper Limit",
102
+ "bps_wr_max_length": "Duration of Write Bandwidth Upper Limit",
103
+ "error_delete_name_null": "Please enter the LUN name.",
104
+ "error_delete_name_invalid": "Please enter the correct LUN name.",
105
+ "iops_config": "IOPS Limit",
106
+ "bps_config": "Bandwidth Limit",
107
+ "ascension": "Increase",
108
+ "ascension_lun_one_replica": "LUN <1>{name}</1> has a replication factor of 1. Are you sure you want to increase the number of replicas?",
109
+ "ascension_lun_replica": "Increase Number of LUN Replicas",
110
+ "ascension_lun_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.",
111
+ "ascension_lun_replica_desc": "Data recovery will be performed to the expected number of replicas.",
112
+ "ascension_lun_replica_error": "The cluster storage space is insufficient.",
113
+ "ascension_lun_two_replica": "LUN <1>{name}</1> has a replication factor of 2. Are you sure you want to increase it to 3?",
114
+ "ascension_to": "Increase to",
115
+ "cannot_ascension_lun_replica": "Unable to Increase Number of LUN Replicas",
116
+ "cannot_ascension_lun_replica_info": "Unable to increase the number of replicas for LUN <1>{name}</1>.",
117
+ "count_replica": "{count} replica",
118
+ "count_replica_plural": "{count} replicas",
119
+ "one_replica_lun_alert": "LUN with a replication factor of 1 has a high risk of data loss.",
120
+ "target_ip_whitelist_all_ban_alert": "Unable to access the LUN. Please modify the IP allowlist of the iSCSI Target to allow access.",
121
+ "target_iqn_whitelist_all_ban_alert": "Unable to access the LUN. Please modify the IQN allowlist of the iSCSI Target to allow access.",
122
+ "target_ip_iqn_whitelist_all_ban_alert": "Unable to access the LUN. Please modify the IP and IQN allowlists of the iSCSI Target to allow access.",
123
+ "iqn_whitelist_all_ban_alert": "The IQN allowlist of this LUN is set to <b>All Banned</b> and therefore cannot be accessed.",
124
+ "allowed_initiators": "IQN Allowlist",
125
+ "ip_whitelist_of_data_storage": "iSCSI Target IP Allowlist",
126
+ "copy_lun_title": "Copy LUN",
127
+ "copy_lun_desc": "Copy LUN <0>{resource_name}</0>.",
128
+ "source_lun_label": "Source LUN",
129
+ "source_lun_id": "LUN ID: {lun_id}",
130
+ "copy_button": "Copy",
131
+ "select_target_placeholder": "Select the target iSCSI Target.",
132
+ "select_target_validation": "Please select the target iSCSI Target.",
133
+ "select_lun_length": "Includes { count } LUN",
134
+ "select_lun_length_plural": "Includes { count } LUNs",
135
+ "new_lun": "New LUN",
136
+ "cannot_clone_from_snapshot": "Unable to Clone LUN from Snapshot",
137
+ "cannot_copy": "Unable to Copy LUN",
138
+ "cannot_operate_only_lun": "The cluster's subscription license has expired. You cannot create or copy LUN, or clone LUN from the snapshot.",
139
+ "cannot_operate_lun_and_namespace": "The cluster's subscription license has expired. You cannot create LUN or Namespace, copy them, or clone them from the snapshot.",
140
+ "update_license_info": "Please update the software license to ensure smooth usage.",
141
+ "access_set_alert": "Only clients that belong to the LUN's IQN allowlist and the Target's IQN and IP allowlists can access this LUN."
142
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "Name",
3
+ "unique_size": "Exclusive Capacity",
4
+ "consistency_group": "Consistency Group",
5
+ "local_created_at": "Created Time",
6
+ "iscsi_lun": "LUN",
7
+ "rollback_lun_desc": "Are you sure to rollback LUN <1>{lunName}</1> to the state of snapshot <3>{lunSnapshotName}</3>?",
8
+ "rollback_lun_desc2": "This snapshot was created at {time}."
9
+ }
@@ -0,0 +1,147 @@
1
+ {
2
+ "access_set": "Access Settings",
3
+ "base_info": "Basic Information",
4
+ "cannot_delete_iscsi": "Cannot delete iSCSI Target",
5
+ "cannot_delete_iscsi_desc": "Cannot delete iSCSI Target <1>{name}</1>.",
6
+ "confirm_delete_iscsi": "Are you sure to delete iSCSI Target <1>{name}</1>?",
7
+ "cannot_delete_iscsi_desc2": "Please delete all LUNs and snapshots contained in the storage object first and try again",
8
+ "delete_iscsi": "Delete iSCSI Target",
9
+ "edit_iscsi_target": "Edit iSCSI Target",
10
+ "external": "External",
11
+ "external_client_access": "External Client Access",
12
+ "external_use": "Access Mode",
13
+ "filter_storage": "Filter storage objects",
14
+ "filter_system_storage": "Filter storage objects",
15
+ "internal": "Way of creation",
16
+ "internal_access": "Internal Access",
17
+ "internal_text": "Internal",
18
+ "ip_whitelist": "IP Allowlist",
19
+ "iqn_whitelist": "IQN Allowlist",
20
+ "iscsi_no_exists": "The iSCSI storage no longer exists.",
21
+ "iscsi_storage": "iSCSI Target",
22
+ "name": "Name",
23
+ "name_used": "An iSCSI Target with the same name already exists",
24
+ "no_match_system_storage": "No matching system storage object",
25
+ "no_system_storage": "No system storage object.",
26
+ "replica_num": "Default Number of Replicas",
27
+ "replica_number": "Number of Replicas",
28
+ "default_replica_number": "Default Number of Replicas",
29
+ "storage_strategy": "Storage Policy",
30
+ "system_auto": "By system",
31
+ "system_iscsi_use": "The storage object",
32
+ "thick_provision": "Thick Provisioning",
33
+ "thin_provision": "Provisioning",
34
+ "thin_provision_text": "Thin Provisioning",
35
+ "type": "Type",
36
+ "use": "Purpose",
37
+ "user_control": "By users",
38
+ "validate_name_failed": "Did not pass the name check",
39
+ "iqn_name": "IQN",
40
+ "stripe_num": "Stripe Number",
41
+ "stripe_size": "Stripe Size",
42
+ "chap_enabled": "Target CHAP",
43
+ "create_target": "Create iSCSI Target",
44
+ "all_allow": "All Allowed",
45
+ "apart_allow": "Allow to Specify",
46
+ "input_apart_ip": "Use commas \",\" to separate multiple IP addresses. Leave blank to represent all are banned, use \"*/*\" to represent all are allowed. The IP addresses can be expressed in the form of network segments.",
47
+ "create_client": "Create an iSCSI Target for external client access.",
48
+ "create_target_lun": "In the iSCSI storage object just created, create the first LUN for subsequent steps to mount to external clients",
49
+ "no_need_lun": "If you don't need to create a LUN now, you may directly",
50
+ "end_target": "end this guide",
51
+ "all_ban": "All Banned",
52
+ "calculation": "Calculating",
53
+ "validate_when_login": "Authenticate when the client logs in",
54
+ "gen_iqn_when_name": "Generate IQN based on Target name",
55
+ "target_access_condition": "Only clients that belong to both IP and IQN whitelists can access Target.",
56
+ "set_indival_copy_for_each_lun": "The following settings are used as the general storage policy for LUNs in the Target. Each LUN can also be set with an independent number of replicas.",
57
+ "name_with_colon": "Name:",
58
+ "password_with_colon": "Password:",
59
+ "connect_clinet": "Clients",
60
+ "how_connect": "How to connect?",
61
+ "click_copy": "Click to copy",
62
+ "copied": "Copied",
63
+ "connect_linux_as_below": "Linux users would use Open-iSCSI or other methods to mount a LUN:",
64
+ "save_store": "1. Discovery the storage",
65
+ "connect_store": "2. Connect to the storage",
66
+ "connect_store_success": "3. After successfully connecting to the storage, you can check the connection status with the following command",
67
+ "find_windows": "Windows Server comes with an iSCSI Client and you may find it in the \"Control Panel\".",
68
+ "connect_from_client": "Connect from an external client",
69
+ "yaml_example_title": "1. First define the volume to be mounted and the source of the volume in the YAML file of the Pod. The following is an example of the YAML file for mounting iSCSI volumes:",
70
+ "yaml_example_step_2": "2. Create a Pod and a container. After the container is ready, the iSCSI LUN can be accessed and exposed to the application in the container.",
71
+ "yaml_example_step_3": "3. List created Pods.",
72
+ "yaml_example_step_4": "4. Check if the iSCSI LUN has been mounted normally.",
73
+ "iops": "Default IOPS Limit",
74
+ "bps": "Default Bandwidth Limit",
75
+ "labels": "Labels",
76
+ "new_create_initiator": "Create Initiator CHAP",
77
+ "add_initiator": "Add Initiator CHAP",
78
+ "initiator_chap_name_validate": "Only supports English letters, numbers, periods (.), hyphens (-), and colons (:), and the maximum length is 223 characters.",
79
+ "initiator_chap_secret_validate": "Only support English letters and numbers, the minimum length is 12 characters and the maximum length is 16 characters.",
80
+ "initiator_chap_iqn_null": "Please enter the IQN",
81
+ "initiator_chap_iqn_validate": "Please enter the IQN address in valid format.",
82
+ "initiator_chap_iqn_repeat": "There are duplicate IQNs.",
83
+ "ip_field_placeholder": "Specify IP Address",
84
+ "iqn_field_placeholder": "Specify IQN",
85
+ "login_authentication": "Login Authentication",
86
+ "whitelist": "Allowlist",
87
+ "io_limit_info": "The following settings are only used as the default I/O limit options for the newly created LUNs in the Target, not the overall I/O limit settings of the Target.",
88
+ "cannot_create_title": "Failed to Create iSCSI Target",
89
+ "cannot_create_reason": "The number of iSCSI Targets in the cluster cannot exceed 4096.",
90
+ "cannot_create_advice": "Please delete some iSCSI Targets in the cluster, and then try to create again.",
91
+ "client_connect_alert": "The access virtual IP has not been set in the current cluster, please configure it in <0>cluster settings</0>.",
92
+ "iops_max": "Total IOPS Burst Upper Limit",
93
+ "iops_total": "Total IOPS Limit",
94
+ "iops_max_length": "Duration of Total IOPS Burst Upper Limit",
95
+ "iops_rd_max": "Read IOPS Burst Upper Limit",
96
+ "iops_wr_max": "Write IOPS Burst Upper Limit",
97
+ "iops_rd": "Read IOPS Limit",
98
+ "iops_wr": "Write IOPS Limit",
99
+ "iops_rd_max_length": "Duration of Read IOPS Burst Upper Limit",
100
+ "iops_wr_max_length": "Duration of Write IOPS Burst Upper Limit",
101
+ "bps_max": "Total Bandwidth Burst Upper Limit",
102
+ "bps_total": "Total Bandwidth Limit",
103
+ "bps_max_length": "Duration of Total Bandwidth Burst Upper Limit",
104
+ "bps_rd": "Read Bandwidth Limit",
105
+ "bps_wr": "Write Bandwidth Limit",
106
+ "bps_rd_max": "Read Bandwidth Burst Upper Limit",
107
+ "bps_wr_max": "Write Bandwidth Burst Upper Limit",
108
+ "bps_rd_max_length": "Duration of Read Bandwidth Upper Limit",
109
+ "bps_wr_max_length": "Duration of Write Bandwidth Upper Limit",
110
+ "description": "Description",
111
+ "chap_name": "Chap Name",
112
+ "chap_secret": "Chap Password",
113
+ "initiator_chaps": "Initiator CHAP",
114
+ "initiator_iqn": "Initiator IQN",
115
+ "iscsi_kubernete_yaml_example": "apiVersion: v1\nkind: Pod\nmetadata:\n\tname: iscsipd\n\tnamespace: kube-system\nspec:\n\tcontainers:\n\t\t- name: iscsipd-rw\n\t\t\timage: centos:7.1.1503\n\tvolumeMounts:\n\t\t- name: iscsipd-rw\n\t\t\tmountPath: /mnt/iscsipd\n\tvolumes:\n\t\t- name: iscsipd-rw\n\t\t\tiscsi:\n\t\t\t\ttargetPortal: <0>{ip}:3260</0>\n\t\t\t\tportals:\n\t\t\t\tiqn: <1>{iqn}</1>\n\t\t\t\tlun: <2>lun-id</2>",
116
+ "iscsi_kubernete_yaml_example_copy": "apiVersion: v1\nkind: Pod\nmetadata:\n\tname: iscsipd\n\tnamespace: kube-system\nspec:\n\tcontainers:\n\t\t- name: iscsipd-rw\n\t\t\timage: centos:7.1.1503\n\tvolumeMounts:\n\t\t- name: iscsipd-rw\n\t\t\tmountPath: /mnt/iscsipd\n\tvolumes:\n\t\t- name: iscsipd-rw\n\t\t\tiscsi:\n\t\t\t\ttargetPortal: {ip}:3260\n\t\t\t\tportals:\n\t\t\t\tiqn: {iqn}\n\t\t\t\tlun: lun-id",
117
+ "iscsi_windows_guide_step_1": "1. Open <1>Set iSCSI Initiator</1> in <0>Control Panel</0>. If a dialog box appears to ask whether to start the service, click <2>Yes</2>.",
118
+ "iscsi_windows_guide_step_2": "2. In the pop-up dialog box, click the <0>Discover</0> tab, then click the <1>Discover Users</1> button to add the access virtual IP of the storage cluster, and finally click <2 >OK</2>.",
119
+ "iscsi_windows_guide_step_3": "3. If the connection is successful, click the <0>Refresh</0> button in the <0>Target</0> tab to observe the corresponding storage.",
120
+ "iscsi_windows_guide_step_4": "4. Select the corresponding data storage, click <0>Connect</0> to find the corresponding disk in the \"Disk Management\" of the computer management.",
121
+ "iops_config": "IOPS Limit",
122
+ "bps_config": "Bandwidth Limit",
123
+ "local_id": "UUID",
124
+ "cluster": "Cluster",
125
+ "datacenters": "Data Center",
126
+ "new_storage_strategy_info": "The following serves as the default storage policy of the new LUN in the Target.",
127
+ "target_replica_num_info": "You can set the replication factor for each LUN.",
128
+ "iqn_apart_allow": "Specify IQN",
129
+ "iqn_address_placeholder": "IQN address or a regular expression for the IQN address",
130
+ "error_iqn_invalid": "Please enter a valid IQN address or a regular expression for the IQN address.",
131
+ "error_iqn_at_least_one": "Please add at least an IQN address or the regular expression for the IQN address from the IQN allowlist.",
132
+ "ip_apart_allow": "Specify IP",
133
+ "ip_address": "IP Address",
134
+ "error_ip_invalid": "Please enter a valid IP address.",
135
+ "error_ip_at_least_one": "Please add at least one IP address.",
136
+ "iqn_address_rule_desc": "The regular expression should start with \"reg.\", for example, \"reg.iqn.1994-05.com.acme:*\".",
137
+ "adaptive_iqn_whitelist": "Adaptive IQN Allowlist",
138
+ "adaptive": "Adaptive",
139
+ "adaptive_iqn_whitelist_desc": "Once enabled, the IQN allowlist will be the union of IQN allowlists containing LUNs.",
140
+ "ip_whitelist_disabled_alert": "The IP allowlist of this iSCSI Target is set to <b>All Banned</b> and therefore cannot be accessed.",
141
+ "iqn_whitelist_disabled_alert": "The IQN allowlist of this iSCSI Target is set to <b>All Banned</b> and therefore cannot be accessed.",
142
+ "ip_and_iqn_whitelist_disabled_alert": "The IP and IQN allowlists of this iSCSI Target are set to <b>All Banned</b> and therefore cannot be accessed.",
143
+ "adaptive_lun_iqn_whitelist": "Will be the union of IQN allowlists containing LUNs.",
144
+ "exist_same_whitelist_desc": "There are duplicate allowlists. Only one of them will be kept.",
145
+ "error_replica_num_null": "Please select the default replication factor.",
146
+ "not_reduce_replica_tooltip": "The default number of replicas cannot be reduced."
147
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "mode": "Quarantine Policy",
3
+ "selector_ids": "Labels",
4
+ "type": "Filter Type",
5
+ "ports": "Specified Protocol",
6
+ "ip_block": "IP Block",
7
+ "ingress": "Ingress Traffic",
8
+ "egress": "Egress Traffic",
9
+ "protocol": "Protocol",
10
+ "protocols": "Protocols",
11
+ "port": "Port",
12
+ "ips": "IP Address",
13
+ "vmNames": "Managed VMs",
14
+ "vmWhitelist": "VM Allowlist",
15
+ "ipBlocks": "IP Address Allowlist",
16
+ "labels": "Labels",
17
+ "batch_create_isolation_vms_alert": "You can only select a virtual machine as the quarantine object when all virtual distributed switches of its VM networks are associated with the Everoute service.",
18
+ "belong_security_group": "Affiliated Security Group",
19
+ "isolation_object": "Quarantine Objects",
20
+ "isolation_vms_notice_title": "{ count } of the virtual machines you select are being quarantined. The new quarantine policy will overwrite the current one when it is enabled.",
21
+ "no_selected_vms": "Please select the Everoute service.",
22
+ "search_by_security_group": "Search by security group name...",
23
+ "securityGroupName": "Security Group",
24
+ "select_everoute_cluster_to_display_isolation_vms": "You will see virtual machines available for quarantine here after selecting the Everoute service.",
25
+ "select_isolation_object": "Select the objects ({ step }/2):",
26
+ "selected_isolation_policies_empty": "Please select the quarantine objects.",
27
+ "vm_is_in_isolated": "VM being quarantined",
28
+ "here_display_has_isolation_vms_text": "You will see the selected quarantine objects here."
29
+ }