ysk-server-shared 1.0.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 (1080) hide show
  1. package/README.md +16 -0
  2. package/dist/ai.d.ts +25 -0
  3. package/dist/ai.d.ts.map +1 -0
  4. package/dist/ai.js +5 -0
  5. package/dist/ai.js.map +1 -0
  6. package/dist/browser.d.ts +34 -0
  7. package/dist/browser.d.ts.map +1 -0
  8. package/dist/browser.js +34 -0
  9. package/dist/browser.js.map +1 -0
  10. package/dist/bt-tracker.d.ts +56 -0
  11. package/dist/bt-tracker.d.ts.map +1 -0
  12. package/dist/bt-tracker.js +15 -0
  13. package/dist/bt-tracker.js.map +1 -0
  14. package/dist/capabilities.d.ts +82 -0
  15. package/dist/capabilities.d.ts.map +1 -0
  16. package/dist/capabilities.js +272 -0
  17. package/dist/capabilities.js.map +1 -0
  18. package/dist/cdn.d.ts +83 -0
  19. package/dist/cdn.d.ts.map +1 -0
  20. package/dist/cdn.js +6 -0
  21. package/dist/cdn.js.map +1 -0
  22. package/dist/databases.d.ts +142 -0
  23. package/dist/databases.d.ts.map +1 -0
  24. package/dist/databases.js +5 -0
  25. package/dist/databases.js.map +1 -0
  26. package/dist/dto.d.ts +308 -0
  27. package/dist/dto.d.ts.map +1 -0
  28. package/dist/dto.js +5 -0
  29. package/dist/dto.js.map +1 -0
  30. package/dist/email-domain.d.ts +46 -0
  31. package/dist/email-domain.d.ts.map +1 -0
  32. package/dist/email-domain.js +6 -0
  33. package/dist/email-domain.js.map +1 -0
  34. package/dist/errors-codes.d.ts +35 -0
  35. package/dist/errors-codes.d.ts.map +1 -0
  36. package/dist/errors-codes.js +34 -0
  37. package/dist/errors-codes.js.map +1 -0
  38. package/dist/errors.d.ts +41 -0
  39. package/dist/errors.d.ts.map +1 -0
  40. package/dist/errors.js +58 -0
  41. package/dist/errors.js.map +1 -0
  42. package/dist/files.d.ts +72 -0
  43. package/dist/files.d.ts.map +1 -0
  44. package/dist/files.js +5 -0
  45. package/dist/files.js.map +1 -0
  46. package/dist/fleet.d.ts +39 -0
  47. package/dist/fleet.d.ts.map +1 -0
  48. package/dist/fleet.js +5 -0
  49. package/dist/fleet.js.map +1 -0
  50. package/dist/ftp.d.ts +39 -0
  51. package/dist/ftp.d.ts.map +1 -0
  52. package/dist/ftp.js +5 -0
  53. package/dist/ftp.js.map +1 -0
  54. package/dist/i18n/index.d.ts +4 -0
  55. package/dist/i18n/index.d.ts.map +1 -0
  56. package/dist/i18n/index.js +4 -0
  57. package/dist/i18n/index.js.map +1 -0
  58. package/dist/i18n/normalize-locale.d.ts +21 -0
  59. package/dist/i18n/normalize-locale.d.ts.map +1 -0
  60. package/dist/i18n/normalize-locale.js +138 -0
  61. package/dist/i18n/normalize-locale.js.map +1 -0
  62. package/dist/i18n/request-locale.d.ts +20 -0
  63. package/dist/i18n/request-locale.d.ts.map +1 -0
  64. package/dist/i18n/request-locale.js +42 -0
  65. package/dist/i18n/request-locale.js.map +1 -0
  66. package/dist/i18n/t.d.ts +15 -0
  67. package/dist/i18n/t.d.ts.map +1 -0
  68. package/dist/i18n/t.js +103 -0
  69. package/dist/i18n/t.js.map +1 -0
  70. package/dist/index.d.ts +32 -0
  71. package/dist/index.d.ts.map +1 -0
  72. package/dist/index.js +32 -0
  73. package/dist/index.js.map +1 -0
  74. package/dist/list-query.d.ts +72 -0
  75. package/dist/list-query.d.ts.map +1 -0
  76. package/dist/list-query.js +108 -0
  77. package/dist/list-query.js.map +1 -0
  78. package/dist/metrics.d.ts +153 -0
  79. package/dist/metrics.d.ts.map +1 -0
  80. package/dist/metrics.js +5 -0
  81. package/dist/metrics.js.map +1 -0
  82. package/dist/migrate.d.ts +138 -0
  83. package/dist/migrate.d.ts.map +1 -0
  84. package/dist/migrate.js +20 -0
  85. package/dist/migrate.js.map +1 -0
  86. package/dist/network.d.ts +95 -0
  87. package/dist/network.d.ts.map +1 -0
  88. package/dist/network.js +5 -0
  89. package/dist/network.js.map +1 -0
  90. package/dist/ops-i18n.d.ts +19 -0
  91. package/dist/ops-i18n.d.ts.map +1 -0
  92. package/dist/ops-i18n.js +85 -0
  93. package/dist/ops-i18n.js.map +1 -0
  94. package/dist/ops.d.ts +48 -0
  95. package/dist/ops.d.ts.map +1 -0
  96. package/dist/ops.js +73 -0
  97. package/dist/ops.js.map +1 -0
  98. package/dist/route-capabilities.d.ts +37 -0
  99. package/dist/route-capabilities.d.ts.map +1 -0
  100. package/dist/route-capabilities.js +445 -0
  101. package/dist/route-capabilities.js.map +1 -0
  102. package/dist/service-exposure.d.ts +54 -0
  103. package/dist/service-exposure.d.ts.map +1 -0
  104. package/dist/service-exposure.js +67 -0
  105. package/dist/service-exposure.js.map +1 -0
  106. package/dist/service-ports.d.ts +70 -0
  107. package/dist/service-ports.d.ts.map +1 -0
  108. package/dist/service-ports.js +315 -0
  109. package/dist/service-ports.js.map +1 -0
  110. package/dist/software.d.ts +40 -0
  111. package/dist/software.d.ts.map +1 -0
  112. package/dist/software.js +5 -0
  113. package/dist/software.js.map +1 -0
  114. package/dist/ssl.d.ts +21 -0
  115. package/dist/ssl.d.ts.map +1 -0
  116. package/dist/ssl.js +5 -0
  117. package/dist/ssl.js.map +1 -0
  118. package/dist/system.d.ts +179 -0
  119. package/dist/system.d.ts.map +1 -0
  120. package/dist/system.js +5 -0
  121. package/dist/system.js.map +1 -0
  122. package/dist/types.d.ts +51 -0
  123. package/dist/types.d.ts.map +1 -0
  124. package/dist/types.js +9 -0
  125. package/dist/types.js.map +1 -0
  126. package/dist/updates.d.ts +23 -0
  127. package/dist/updates.d.ts.map +1 -0
  128. package/dist/updates.js +6 -0
  129. package/dist/updates.js.map +1 -0
  130. package/locales/ar/agents.json +130 -0
  131. package/locales/ar/ai.json +61 -0
  132. package/locales/ar/apache.json +57 -0
  133. package/locales/ar/applyStatus.json +11 -0
  134. package/locales/ar/audit.json +27 -0
  135. package/locales/ar/backups.json +133 -0
  136. package/locales/ar/btTracker.json +119 -0
  137. package/locales/ar/catalog.json +32 -0
  138. package/locales/ar/cdn.json +119 -0
  139. package/locales/ar/cli.json +1182 -0
  140. package/locales/ar/common.json +125 -0
  141. package/locales/ar/cron.json +139 -0
  142. package/locales/ar/dashboard.json +111 -0
  143. package/locales/ar/dataTable.json +4 -0
  144. package/locales/ar/db.json +287 -0
  145. package/locales/ar/dialogs.json +8 -0
  146. package/locales/ar/dns.json +216 -0
  147. package/locales/ar/email.json +477 -0
  148. package/locales/ar/errors.json +56 -0
  149. package/locales/ar/fail2ban.json +82 -0
  150. package/locales/ar/featurePage.json +3 -0
  151. package/locales/ar/files.json +320 -0
  152. package/locales/ar/firewall.json +102 -0
  153. package/locales/ar/ftp.json +135 -0
  154. package/locales/ar/geo.json +151 -0
  155. package/locales/ar/hostBrowse.json +128 -0
  156. package/locales/ar/listToolbar.json +12 -0
  157. package/locales/ar/logViewer.json +3 -0
  158. package/locales/ar/login.json +14 -0
  159. package/locales/ar/logs.json +135 -0
  160. package/locales/ar/metrics.json +132 -0
  161. package/locales/ar/migrate.json +82 -0
  162. package/locales/ar/multiCheck.json +20 -0
  163. package/locales/ar/nav.json +77 -0
  164. package/locales/ar/network.json +142 -0
  165. package/locales/ar/nginx.json +84 -0
  166. package/locales/ar/notes.json +3006 -0
  167. package/locales/ar/ops.json +38 -0
  168. package/locales/ar/opsResult.json +23 -0
  169. package/locales/ar/pageGuide.json +11 -0
  170. package/locales/ar/playbooks.json +50 -0
  171. package/locales/ar/presetChips.json +3 -0
  172. package/locales/ar/projects.json +560 -0
  173. package/locales/ar/protection.json +348 -0
  174. package/locales/ar/publicFiles.json +32 -0
  175. package/locales/ar/rbac.json +100 -0
  176. package/locales/ar/readiness.json +111 -0
  177. package/locales/ar/redis.json +68 -0
  178. package/locales/ar/resources.json +7 -0
  179. package/locales/ar/roles.json +6 -0
  180. package/locales/ar/runtime.json +509 -0
  181. package/locales/ar/search.json +24 -0
  182. package/locales/ar/security.json +394 -0
  183. package/locales/ar/serviceExposure.json +31 -0
  184. package/locales/ar/services.json +40 -0
  185. package/locales/ar/software.json +122 -0
  186. package/locales/ar/softwareBanner.json +14 -0
  187. package/locales/ar/softwareLifecycle.json +61 -0
  188. package/locales/ar/sqlEngineHealth.json +31 -0
  189. package/locales/ar/sqlEngineSwitch.json +82 -0
  190. package/locales/ar/ssl.json +103 -0
  191. package/locales/ar/stackWizard.json +19 -0
  192. package/locales/ar/support.json +28 -0
  193. package/locales/ar/system.json +186 -0
  194. package/locales/ar/systemd.json +94 -0
  195. package/locales/ar/tabs.json +7 -0
  196. package/locales/ar/terminal.json +33 -0
  197. package/locales/ar/translation.json +11940 -0
  198. package/locales/ar/uiInline.json +212 -0
  199. package/locales/ar/updates.json +167 -0
  200. package/locales/ar/users.json +122 -0
  201. package/locales/ar/vnc.json +246 -0
  202. package/locales/ar/vpn.json +131 -0
  203. package/locales/bn/agents.json +130 -0
  204. package/locales/bn/ai.json +61 -0
  205. package/locales/bn/apache.json +57 -0
  206. package/locales/bn/applyStatus.json +11 -0
  207. package/locales/bn/audit.json +27 -0
  208. package/locales/bn/backups.json +133 -0
  209. package/locales/bn/btTracker.json +119 -0
  210. package/locales/bn/catalog.json +32 -0
  211. package/locales/bn/cdn.json +119 -0
  212. package/locales/bn/cli.json +1182 -0
  213. package/locales/bn/common.json +125 -0
  214. package/locales/bn/cron.json +139 -0
  215. package/locales/bn/dashboard.json +111 -0
  216. package/locales/bn/dataTable.json +4 -0
  217. package/locales/bn/db.json +287 -0
  218. package/locales/bn/dialogs.json +8 -0
  219. package/locales/bn/dns.json +216 -0
  220. package/locales/bn/email.json +477 -0
  221. package/locales/bn/errors.json +56 -0
  222. package/locales/bn/fail2ban.json +82 -0
  223. package/locales/bn/featurePage.json +3 -0
  224. package/locales/bn/files.json +320 -0
  225. package/locales/bn/firewall.json +102 -0
  226. package/locales/bn/ftp.json +135 -0
  227. package/locales/bn/geo.json +151 -0
  228. package/locales/bn/hostBrowse.json +128 -0
  229. package/locales/bn/listToolbar.json +12 -0
  230. package/locales/bn/logViewer.json +3 -0
  231. package/locales/bn/login.json +14 -0
  232. package/locales/bn/logs.json +135 -0
  233. package/locales/bn/metrics.json +132 -0
  234. package/locales/bn/migrate.json +82 -0
  235. package/locales/bn/multiCheck.json +20 -0
  236. package/locales/bn/nav.json +77 -0
  237. package/locales/bn/network.json +142 -0
  238. package/locales/bn/nginx.json +84 -0
  239. package/locales/bn/notes.json +3006 -0
  240. package/locales/bn/ops.json +38 -0
  241. package/locales/bn/opsResult.json +23 -0
  242. package/locales/bn/pageGuide.json +11 -0
  243. package/locales/bn/playbooks.json +50 -0
  244. package/locales/bn/presetChips.json +3 -0
  245. package/locales/bn/projects.json +560 -0
  246. package/locales/bn/protection.json +348 -0
  247. package/locales/bn/publicFiles.json +32 -0
  248. package/locales/bn/rbac.json +100 -0
  249. package/locales/bn/readiness.json +111 -0
  250. package/locales/bn/redis.json +68 -0
  251. package/locales/bn/resources.json +7 -0
  252. package/locales/bn/roles.json +6 -0
  253. package/locales/bn/runtime.json +509 -0
  254. package/locales/bn/search.json +24 -0
  255. package/locales/bn/security.json +394 -0
  256. package/locales/bn/serviceExposure.json +31 -0
  257. package/locales/bn/services.json +40 -0
  258. package/locales/bn/software.json +122 -0
  259. package/locales/bn/softwareBanner.json +14 -0
  260. package/locales/bn/softwareLifecycle.json +61 -0
  261. package/locales/bn/sqlEngineHealth.json +31 -0
  262. package/locales/bn/sqlEngineSwitch.json +82 -0
  263. package/locales/bn/ssl.json +103 -0
  264. package/locales/bn/stackWizard.json +19 -0
  265. package/locales/bn/support.json +28 -0
  266. package/locales/bn/system.json +186 -0
  267. package/locales/bn/systemd.json +94 -0
  268. package/locales/bn/tabs.json +7 -0
  269. package/locales/bn/terminal.json +33 -0
  270. package/locales/bn/translation.json +11940 -0
  271. package/locales/bn/uiInline.json +212 -0
  272. package/locales/bn/updates.json +167 -0
  273. package/locales/bn/users.json +122 -0
  274. package/locales/bn/vnc.json +246 -0
  275. package/locales/bn/vpn.json +131 -0
  276. package/locales/en/agents.json +130 -0
  277. package/locales/en/ai.json +61 -0
  278. package/locales/en/apache.json +57 -0
  279. package/locales/en/applyStatus.json +11 -0
  280. package/locales/en/audit.json +27 -0
  281. package/locales/en/backups.json +133 -0
  282. package/locales/en/btTracker.json +119 -0
  283. package/locales/en/catalog.json +32 -0
  284. package/locales/en/cdn.json +119 -0
  285. package/locales/en/cli.json +1182 -0
  286. package/locales/en/common.json +125 -0
  287. package/locales/en/cron.json +139 -0
  288. package/locales/en/dashboard.json +111 -0
  289. package/locales/en/dataTable.json +4 -0
  290. package/locales/en/db.json +287 -0
  291. package/locales/en/dialogs.json +8 -0
  292. package/locales/en/dns.json +216 -0
  293. package/locales/en/email.json +477 -0
  294. package/locales/en/errors.json +56 -0
  295. package/locales/en/fail2ban.json +82 -0
  296. package/locales/en/featurePage.json +3 -0
  297. package/locales/en/files.json +320 -0
  298. package/locales/en/firewall.json +102 -0
  299. package/locales/en/ftp.json +135 -0
  300. package/locales/en/geo.json +151 -0
  301. package/locales/en/hostBrowse.json +128 -0
  302. package/locales/en/listToolbar.json +12 -0
  303. package/locales/en/logViewer.json +3 -0
  304. package/locales/en/login.json +14 -0
  305. package/locales/en/logs.json +135 -0
  306. package/locales/en/metrics.json +132 -0
  307. package/locales/en/migrate.json +82 -0
  308. package/locales/en/multiCheck.json +20 -0
  309. package/locales/en/nav.json +77 -0
  310. package/locales/en/network.json +142 -0
  311. package/locales/en/nginx.json +84 -0
  312. package/locales/en/notes.json +3006 -0
  313. package/locales/en/ops.json +38 -0
  314. package/locales/en/opsResult.json +23 -0
  315. package/locales/en/pageGuide.json +11 -0
  316. package/locales/en/playbooks.json +50 -0
  317. package/locales/en/presetChips.json +3 -0
  318. package/locales/en/projects.json +560 -0
  319. package/locales/en/protection.json +348 -0
  320. package/locales/en/publicFiles.json +32 -0
  321. package/locales/en/rbac.json +100 -0
  322. package/locales/en/readiness.json +111 -0
  323. package/locales/en/redis.json +68 -0
  324. package/locales/en/resources.json +7 -0
  325. package/locales/en/roles.json +6 -0
  326. package/locales/en/runtime.json +509 -0
  327. package/locales/en/search.json +24 -0
  328. package/locales/en/security.json +394 -0
  329. package/locales/en/serviceExposure.json +31 -0
  330. package/locales/en/services.json +40 -0
  331. package/locales/en/software.json +122 -0
  332. package/locales/en/softwareBanner.json +14 -0
  333. package/locales/en/softwareLifecycle.json +61 -0
  334. package/locales/en/sqlEngineHealth.json +31 -0
  335. package/locales/en/sqlEngineSwitch.json +82 -0
  336. package/locales/en/ssl.json +103 -0
  337. package/locales/en/stackWizard.json +19 -0
  338. package/locales/en/support.json +28 -0
  339. package/locales/en/system.json +186 -0
  340. package/locales/en/systemd.json +94 -0
  341. package/locales/en/tabs.json +7 -0
  342. package/locales/en/terminal.json +33 -0
  343. package/locales/en/translation.json +11940 -0
  344. package/locales/en/uiInline.json +212 -0
  345. package/locales/en/updates.json +167 -0
  346. package/locales/en/users.json +122 -0
  347. package/locales/en/vnc.json +246 -0
  348. package/locales/en/vpn.json +131 -0
  349. package/locales/es/agents.json +130 -0
  350. package/locales/es/ai.json +61 -0
  351. package/locales/es/apache.json +57 -0
  352. package/locales/es/applyStatus.json +11 -0
  353. package/locales/es/audit.json +27 -0
  354. package/locales/es/backups.json +133 -0
  355. package/locales/es/btTracker.json +119 -0
  356. package/locales/es/catalog.json +32 -0
  357. package/locales/es/cdn.json +119 -0
  358. package/locales/es/cli.json +1182 -0
  359. package/locales/es/common.json +125 -0
  360. package/locales/es/cron.json +139 -0
  361. package/locales/es/dashboard.json +111 -0
  362. package/locales/es/dataTable.json +4 -0
  363. package/locales/es/db.json +287 -0
  364. package/locales/es/dialogs.json +8 -0
  365. package/locales/es/dns.json +216 -0
  366. package/locales/es/email.json +477 -0
  367. package/locales/es/errors.json +56 -0
  368. package/locales/es/fail2ban.json +82 -0
  369. package/locales/es/featurePage.json +3 -0
  370. package/locales/es/files.json +320 -0
  371. package/locales/es/firewall.json +102 -0
  372. package/locales/es/ftp.json +135 -0
  373. package/locales/es/geo.json +151 -0
  374. package/locales/es/hostBrowse.json +128 -0
  375. package/locales/es/listToolbar.json +12 -0
  376. package/locales/es/logViewer.json +3 -0
  377. package/locales/es/login.json +14 -0
  378. package/locales/es/logs.json +135 -0
  379. package/locales/es/metrics.json +132 -0
  380. package/locales/es/migrate.json +82 -0
  381. package/locales/es/multiCheck.json +20 -0
  382. package/locales/es/nav.json +77 -0
  383. package/locales/es/network.json +142 -0
  384. package/locales/es/nginx.json +84 -0
  385. package/locales/es/notes.json +3006 -0
  386. package/locales/es/ops.json +38 -0
  387. package/locales/es/opsResult.json +23 -0
  388. package/locales/es/pageGuide.json +11 -0
  389. package/locales/es/playbooks.json +50 -0
  390. package/locales/es/presetChips.json +3 -0
  391. package/locales/es/projects.json +560 -0
  392. package/locales/es/protection.json +348 -0
  393. package/locales/es/publicFiles.json +32 -0
  394. package/locales/es/rbac.json +100 -0
  395. package/locales/es/readiness.json +111 -0
  396. package/locales/es/redis.json +68 -0
  397. package/locales/es/resources.json +7 -0
  398. package/locales/es/roles.json +6 -0
  399. package/locales/es/runtime.json +509 -0
  400. package/locales/es/search.json +24 -0
  401. package/locales/es/security.json +394 -0
  402. package/locales/es/serviceExposure.json +31 -0
  403. package/locales/es/services.json +40 -0
  404. package/locales/es/software.json +122 -0
  405. package/locales/es/softwareBanner.json +14 -0
  406. package/locales/es/softwareLifecycle.json +61 -0
  407. package/locales/es/sqlEngineHealth.json +31 -0
  408. package/locales/es/sqlEngineSwitch.json +82 -0
  409. package/locales/es/ssl.json +103 -0
  410. package/locales/es/stackWizard.json +19 -0
  411. package/locales/es/support.json +28 -0
  412. package/locales/es/system.json +186 -0
  413. package/locales/es/systemd.json +94 -0
  414. package/locales/es/tabs.json +7 -0
  415. package/locales/es/terminal.json +33 -0
  416. package/locales/es/translation.json +11940 -0
  417. package/locales/es/uiInline.json +212 -0
  418. package/locales/es/updates.json +167 -0
  419. package/locales/es/users.json +122 -0
  420. package/locales/es/vnc.json +246 -0
  421. package/locales/es/vpn.json +131 -0
  422. package/locales/fr/agents.json +130 -0
  423. package/locales/fr/ai.json +61 -0
  424. package/locales/fr/apache.json +57 -0
  425. package/locales/fr/applyStatus.json +11 -0
  426. package/locales/fr/audit.json +27 -0
  427. package/locales/fr/backups.json +133 -0
  428. package/locales/fr/btTracker.json +119 -0
  429. package/locales/fr/catalog.json +32 -0
  430. package/locales/fr/cdn.json +119 -0
  431. package/locales/fr/cli.json +1182 -0
  432. package/locales/fr/common.json +125 -0
  433. package/locales/fr/cron.json +139 -0
  434. package/locales/fr/dashboard.json +111 -0
  435. package/locales/fr/dataTable.json +4 -0
  436. package/locales/fr/db.json +287 -0
  437. package/locales/fr/dialogs.json +8 -0
  438. package/locales/fr/dns.json +216 -0
  439. package/locales/fr/email.json +477 -0
  440. package/locales/fr/errors.json +56 -0
  441. package/locales/fr/fail2ban.json +82 -0
  442. package/locales/fr/featurePage.json +3 -0
  443. package/locales/fr/files.json +320 -0
  444. package/locales/fr/firewall.json +102 -0
  445. package/locales/fr/ftp.json +135 -0
  446. package/locales/fr/geo.json +151 -0
  447. package/locales/fr/hostBrowse.json +128 -0
  448. package/locales/fr/listToolbar.json +12 -0
  449. package/locales/fr/logViewer.json +3 -0
  450. package/locales/fr/login.json +14 -0
  451. package/locales/fr/logs.json +135 -0
  452. package/locales/fr/metrics.json +132 -0
  453. package/locales/fr/migrate.json +82 -0
  454. package/locales/fr/multiCheck.json +20 -0
  455. package/locales/fr/nav.json +77 -0
  456. package/locales/fr/network.json +142 -0
  457. package/locales/fr/nginx.json +84 -0
  458. package/locales/fr/notes.json +3006 -0
  459. package/locales/fr/ops.json +38 -0
  460. package/locales/fr/opsResult.json +23 -0
  461. package/locales/fr/pageGuide.json +11 -0
  462. package/locales/fr/playbooks.json +50 -0
  463. package/locales/fr/presetChips.json +3 -0
  464. package/locales/fr/projects.json +560 -0
  465. package/locales/fr/protection.json +348 -0
  466. package/locales/fr/publicFiles.json +32 -0
  467. package/locales/fr/rbac.json +100 -0
  468. package/locales/fr/readiness.json +111 -0
  469. package/locales/fr/redis.json +68 -0
  470. package/locales/fr/resources.json +7 -0
  471. package/locales/fr/roles.json +6 -0
  472. package/locales/fr/runtime.json +509 -0
  473. package/locales/fr/search.json +24 -0
  474. package/locales/fr/security.json +394 -0
  475. package/locales/fr/serviceExposure.json +31 -0
  476. package/locales/fr/services.json +40 -0
  477. package/locales/fr/software.json +122 -0
  478. package/locales/fr/softwareBanner.json +14 -0
  479. package/locales/fr/softwareLifecycle.json +61 -0
  480. package/locales/fr/sqlEngineHealth.json +31 -0
  481. package/locales/fr/sqlEngineSwitch.json +82 -0
  482. package/locales/fr/ssl.json +103 -0
  483. package/locales/fr/stackWizard.json +19 -0
  484. package/locales/fr/support.json +28 -0
  485. package/locales/fr/system.json +186 -0
  486. package/locales/fr/systemd.json +94 -0
  487. package/locales/fr/tabs.json +7 -0
  488. package/locales/fr/terminal.json +33 -0
  489. package/locales/fr/translation.json +11940 -0
  490. package/locales/fr/uiInline.json +212 -0
  491. package/locales/fr/updates.json +167 -0
  492. package/locales/fr/users.json +122 -0
  493. package/locales/fr/vnc.json +246 -0
  494. package/locales/fr/vpn.json +131 -0
  495. package/locales/hi/agents.json +130 -0
  496. package/locales/hi/ai.json +61 -0
  497. package/locales/hi/apache.json +57 -0
  498. package/locales/hi/applyStatus.json +11 -0
  499. package/locales/hi/audit.json +27 -0
  500. package/locales/hi/backups.json +133 -0
  501. package/locales/hi/btTracker.json +119 -0
  502. package/locales/hi/catalog.json +32 -0
  503. package/locales/hi/cdn.json +119 -0
  504. package/locales/hi/cli.json +1182 -0
  505. package/locales/hi/common.json +125 -0
  506. package/locales/hi/cron.json +139 -0
  507. package/locales/hi/dashboard.json +111 -0
  508. package/locales/hi/dataTable.json +4 -0
  509. package/locales/hi/db.json +287 -0
  510. package/locales/hi/dialogs.json +8 -0
  511. package/locales/hi/dns.json +216 -0
  512. package/locales/hi/email.json +477 -0
  513. package/locales/hi/errors.json +56 -0
  514. package/locales/hi/fail2ban.json +82 -0
  515. package/locales/hi/featurePage.json +3 -0
  516. package/locales/hi/files.json +320 -0
  517. package/locales/hi/firewall.json +102 -0
  518. package/locales/hi/ftp.json +135 -0
  519. package/locales/hi/geo.json +151 -0
  520. package/locales/hi/hostBrowse.json +128 -0
  521. package/locales/hi/listToolbar.json +12 -0
  522. package/locales/hi/logViewer.json +3 -0
  523. package/locales/hi/login.json +14 -0
  524. package/locales/hi/logs.json +135 -0
  525. package/locales/hi/metrics.json +132 -0
  526. package/locales/hi/migrate.json +82 -0
  527. package/locales/hi/multiCheck.json +20 -0
  528. package/locales/hi/nav.json +77 -0
  529. package/locales/hi/network.json +142 -0
  530. package/locales/hi/nginx.json +84 -0
  531. package/locales/hi/notes.json +3006 -0
  532. package/locales/hi/ops.json +38 -0
  533. package/locales/hi/opsResult.json +23 -0
  534. package/locales/hi/pageGuide.json +11 -0
  535. package/locales/hi/playbooks.json +50 -0
  536. package/locales/hi/presetChips.json +3 -0
  537. package/locales/hi/projects.json +560 -0
  538. package/locales/hi/protection.json +348 -0
  539. package/locales/hi/publicFiles.json +32 -0
  540. package/locales/hi/rbac.json +100 -0
  541. package/locales/hi/readiness.json +111 -0
  542. package/locales/hi/redis.json +68 -0
  543. package/locales/hi/resources.json +7 -0
  544. package/locales/hi/roles.json +6 -0
  545. package/locales/hi/runtime.json +509 -0
  546. package/locales/hi/search.json +24 -0
  547. package/locales/hi/security.json +394 -0
  548. package/locales/hi/serviceExposure.json +31 -0
  549. package/locales/hi/services.json +40 -0
  550. package/locales/hi/software.json +122 -0
  551. package/locales/hi/softwareBanner.json +14 -0
  552. package/locales/hi/softwareLifecycle.json +61 -0
  553. package/locales/hi/sqlEngineHealth.json +31 -0
  554. package/locales/hi/sqlEngineSwitch.json +82 -0
  555. package/locales/hi/ssl.json +103 -0
  556. package/locales/hi/stackWizard.json +19 -0
  557. package/locales/hi/support.json +28 -0
  558. package/locales/hi/system.json +186 -0
  559. package/locales/hi/systemd.json +94 -0
  560. package/locales/hi/tabs.json +7 -0
  561. package/locales/hi/terminal.json +33 -0
  562. package/locales/hi/translation.json +11940 -0
  563. package/locales/hi/uiInline.json +212 -0
  564. package/locales/hi/updates.json +167 -0
  565. package/locales/hi/users.json +122 -0
  566. package/locales/hi/vnc.json +246 -0
  567. package/locales/hi/vpn.json +131 -0
  568. package/locales/id/agents.json +130 -0
  569. package/locales/id/ai.json +61 -0
  570. package/locales/id/apache.json +57 -0
  571. package/locales/id/applyStatus.json +11 -0
  572. package/locales/id/audit.json +27 -0
  573. package/locales/id/backups.json +133 -0
  574. package/locales/id/btTracker.json +119 -0
  575. package/locales/id/catalog.json +32 -0
  576. package/locales/id/cdn.json +119 -0
  577. package/locales/id/cli.json +1182 -0
  578. package/locales/id/common.json +125 -0
  579. package/locales/id/cron.json +139 -0
  580. package/locales/id/dashboard.json +111 -0
  581. package/locales/id/dataTable.json +4 -0
  582. package/locales/id/db.json +287 -0
  583. package/locales/id/dialogs.json +8 -0
  584. package/locales/id/dns.json +216 -0
  585. package/locales/id/email.json +477 -0
  586. package/locales/id/errors.json +56 -0
  587. package/locales/id/fail2ban.json +82 -0
  588. package/locales/id/featurePage.json +3 -0
  589. package/locales/id/files.json +320 -0
  590. package/locales/id/firewall.json +102 -0
  591. package/locales/id/ftp.json +135 -0
  592. package/locales/id/geo.json +151 -0
  593. package/locales/id/hostBrowse.json +128 -0
  594. package/locales/id/listToolbar.json +12 -0
  595. package/locales/id/logViewer.json +3 -0
  596. package/locales/id/login.json +14 -0
  597. package/locales/id/logs.json +135 -0
  598. package/locales/id/metrics.json +132 -0
  599. package/locales/id/migrate.json +82 -0
  600. package/locales/id/multiCheck.json +20 -0
  601. package/locales/id/nav.json +77 -0
  602. package/locales/id/network.json +142 -0
  603. package/locales/id/nginx.json +84 -0
  604. package/locales/id/notes.json +3006 -0
  605. package/locales/id/ops.json +38 -0
  606. package/locales/id/opsResult.json +23 -0
  607. package/locales/id/pageGuide.json +11 -0
  608. package/locales/id/playbooks.json +50 -0
  609. package/locales/id/presetChips.json +3 -0
  610. package/locales/id/projects.json +560 -0
  611. package/locales/id/protection.json +348 -0
  612. package/locales/id/publicFiles.json +32 -0
  613. package/locales/id/rbac.json +100 -0
  614. package/locales/id/readiness.json +111 -0
  615. package/locales/id/redis.json +68 -0
  616. package/locales/id/resources.json +7 -0
  617. package/locales/id/roles.json +6 -0
  618. package/locales/id/runtime.json +509 -0
  619. package/locales/id/search.json +24 -0
  620. package/locales/id/security.json +394 -0
  621. package/locales/id/serviceExposure.json +31 -0
  622. package/locales/id/services.json +40 -0
  623. package/locales/id/software.json +122 -0
  624. package/locales/id/softwareBanner.json +14 -0
  625. package/locales/id/softwareLifecycle.json +61 -0
  626. package/locales/id/sqlEngineHealth.json +31 -0
  627. package/locales/id/sqlEngineSwitch.json +82 -0
  628. package/locales/id/ssl.json +103 -0
  629. package/locales/id/stackWizard.json +19 -0
  630. package/locales/id/support.json +28 -0
  631. package/locales/id/system.json +186 -0
  632. package/locales/id/systemd.json +94 -0
  633. package/locales/id/tabs.json +7 -0
  634. package/locales/id/terminal.json +33 -0
  635. package/locales/id/translation.json +11940 -0
  636. package/locales/id/uiInline.json +212 -0
  637. package/locales/id/updates.json +167 -0
  638. package/locales/id/users.json +122 -0
  639. package/locales/id/vnc.json +246 -0
  640. package/locales/id/vpn.json +131 -0
  641. package/locales/ja/agents.json +130 -0
  642. package/locales/ja/ai.json +61 -0
  643. package/locales/ja/apache.json +57 -0
  644. package/locales/ja/applyStatus.json +11 -0
  645. package/locales/ja/audit.json +27 -0
  646. package/locales/ja/backups.json +133 -0
  647. package/locales/ja/btTracker.json +119 -0
  648. package/locales/ja/catalog.json +32 -0
  649. package/locales/ja/cdn.json +119 -0
  650. package/locales/ja/cli.json +1182 -0
  651. package/locales/ja/common.json +125 -0
  652. package/locales/ja/cron.json +139 -0
  653. package/locales/ja/dashboard.json +111 -0
  654. package/locales/ja/dataTable.json +4 -0
  655. package/locales/ja/db.json +287 -0
  656. package/locales/ja/dialogs.json +8 -0
  657. package/locales/ja/dns.json +216 -0
  658. package/locales/ja/email.json +477 -0
  659. package/locales/ja/errors.json +56 -0
  660. package/locales/ja/fail2ban.json +82 -0
  661. package/locales/ja/featurePage.json +3 -0
  662. package/locales/ja/files.json +320 -0
  663. package/locales/ja/firewall.json +102 -0
  664. package/locales/ja/ftp.json +135 -0
  665. package/locales/ja/geo.json +151 -0
  666. package/locales/ja/hostBrowse.json +128 -0
  667. package/locales/ja/listToolbar.json +12 -0
  668. package/locales/ja/logViewer.json +3 -0
  669. package/locales/ja/login.json +14 -0
  670. package/locales/ja/logs.json +135 -0
  671. package/locales/ja/metrics.json +132 -0
  672. package/locales/ja/migrate.json +82 -0
  673. package/locales/ja/multiCheck.json +20 -0
  674. package/locales/ja/nav.json +77 -0
  675. package/locales/ja/network.json +142 -0
  676. package/locales/ja/nginx.json +84 -0
  677. package/locales/ja/notes.json +3006 -0
  678. package/locales/ja/ops.json +38 -0
  679. package/locales/ja/opsResult.json +23 -0
  680. package/locales/ja/pageGuide.json +11 -0
  681. package/locales/ja/playbooks.json +50 -0
  682. package/locales/ja/presetChips.json +3 -0
  683. package/locales/ja/projects.json +560 -0
  684. package/locales/ja/protection.json +348 -0
  685. package/locales/ja/publicFiles.json +32 -0
  686. package/locales/ja/rbac.json +100 -0
  687. package/locales/ja/readiness.json +111 -0
  688. package/locales/ja/redis.json +68 -0
  689. package/locales/ja/resources.json +7 -0
  690. package/locales/ja/roles.json +6 -0
  691. package/locales/ja/runtime.json +509 -0
  692. package/locales/ja/search.json +24 -0
  693. package/locales/ja/security.json +394 -0
  694. package/locales/ja/serviceExposure.json +31 -0
  695. package/locales/ja/services.json +40 -0
  696. package/locales/ja/software.json +122 -0
  697. package/locales/ja/softwareBanner.json +14 -0
  698. package/locales/ja/softwareLifecycle.json +61 -0
  699. package/locales/ja/sqlEngineHealth.json +31 -0
  700. package/locales/ja/sqlEngineSwitch.json +82 -0
  701. package/locales/ja/ssl.json +103 -0
  702. package/locales/ja/stackWizard.json +19 -0
  703. package/locales/ja/support.json +28 -0
  704. package/locales/ja/system.json +186 -0
  705. package/locales/ja/systemd.json +94 -0
  706. package/locales/ja/tabs.json +7 -0
  707. package/locales/ja/terminal.json +33 -0
  708. package/locales/ja/translation.json +11940 -0
  709. package/locales/ja/uiInline.json +212 -0
  710. package/locales/ja/updates.json +167 -0
  711. package/locales/ja/users.json +122 -0
  712. package/locales/ja/vnc.json +246 -0
  713. package/locales/ja/vpn.json +131 -0
  714. package/locales/ko/agents.json +130 -0
  715. package/locales/ko/ai.json +61 -0
  716. package/locales/ko/apache.json +57 -0
  717. package/locales/ko/applyStatus.json +11 -0
  718. package/locales/ko/audit.json +27 -0
  719. package/locales/ko/backups.json +133 -0
  720. package/locales/ko/btTracker.json +119 -0
  721. package/locales/ko/catalog.json +32 -0
  722. package/locales/ko/cdn.json +119 -0
  723. package/locales/ko/cli.json +1182 -0
  724. package/locales/ko/common.json +125 -0
  725. package/locales/ko/cron.json +139 -0
  726. package/locales/ko/dashboard.json +111 -0
  727. package/locales/ko/dataTable.json +4 -0
  728. package/locales/ko/db.json +287 -0
  729. package/locales/ko/dialogs.json +8 -0
  730. package/locales/ko/dns.json +216 -0
  731. package/locales/ko/email.json +477 -0
  732. package/locales/ko/errors.json +56 -0
  733. package/locales/ko/fail2ban.json +82 -0
  734. package/locales/ko/featurePage.json +3 -0
  735. package/locales/ko/files.json +320 -0
  736. package/locales/ko/firewall.json +102 -0
  737. package/locales/ko/ftp.json +135 -0
  738. package/locales/ko/geo.json +151 -0
  739. package/locales/ko/hostBrowse.json +128 -0
  740. package/locales/ko/listToolbar.json +12 -0
  741. package/locales/ko/logViewer.json +3 -0
  742. package/locales/ko/login.json +14 -0
  743. package/locales/ko/logs.json +135 -0
  744. package/locales/ko/metrics.json +132 -0
  745. package/locales/ko/migrate.json +82 -0
  746. package/locales/ko/multiCheck.json +20 -0
  747. package/locales/ko/nav.json +77 -0
  748. package/locales/ko/network.json +142 -0
  749. package/locales/ko/nginx.json +84 -0
  750. package/locales/ko/notes.json +3006 -0
  751. package/locales/ko/ops.json +38 -0
  752. package/locales/ko/opsResult.json +23 -0
  753. package/locales/ko/pageGuide.json +11 -0
  754. package/locales/ko/playbooks.json +50 -0
  755. package/locales/ko/presetChips.json +3 -0
  756. package/locales/ko/projects.json +560 -0
  757. package/locales/ko/protection.json +348 -0
  758. package/locales/ko/publicFiles.json +32 -0
  759. package/locales/ko/rbac.json +100 -0
  760. package/locales/ko/readiness.json +111 -0
  761. package/locales/ko/redis.json +68 -0
  762. package/locales/ko/resources.json +7 -0
  763. package/locales/ko/roles.json +6 -0
  764. package/locales/ko/runtime.json +509 -0
  765. package/locales/ko/search.json +24 -0
  766. package/locales/ko/security.json +394 -0
  767. package/locales/ko/serviceExposure.json +31 -0
  768. package/locales/ko/services.json +40 -0
  769. package/locales/ko/software.json +122 -0
  770. package/locales/ko/softwareBanner.json +14 -0
  771. package/locales/ko/softwareLifecycle.json +61 -0
  772. package/locales/ko/sqlEngineHealth.json +31 -0
  773. package/locales/ko/sqlEngineSwitch.json +82 -0
  774. package/locales/ko/ssl.json +103 -0
  775. package/locales/ko/stackWizard.json +19 -0
  776. package/locales/ko/support.json +28 -0
  777. package/locales/ko/system.json +186 -0
  778. package/locales/ko/systemd.json +94 -0
  779. package/locales/ko/tabs.json +7 -0
  780. package/locales/ko/terminal.json +33 -0
  781. package/locales/ko/translation.json +11940 -0
  782. package/locales/ko/uiInline.json +212 -0
  783. package/locales/ko/updates.json +167 -0
  784. package/locales/ko/users.json +122 -0
  785. package/locales/ko/vnc.json +246 -0
  786. package/locales/ko/vpn.json +131 -0
  787. package/locales/locales.json +36 -0
  788. package/locales/pt/agents.json +130 -0
  789. package/locales/pt/ai.json +61 -0
  790. package/locales/pt/apache.json +57 -0
  791. package/locales/pt/applyStatus.json +11 -0
  792. package/locales/pt/audit.json +27 -0
  793. package/locales/pt/backups.json +133 -0
  794. package/locales/pt/btTracker.json +119 -0
  795. package/locales/pt/catalog.json +32 -0
  796. package/locales/pt/cdn.json +119 -0
  797. package/locales/pt/cli.json +1182 -0
  798. package/locales/pt/common.json +125 -0
  799. package/locales/pt/cron.json +139 -0
  800. package/locales/pt/dashboard.json +111 -0
  801. package/locales/pt/dataTable.json +4 -0
  802. package/locales/pt/db.json +287 -0
  803. package/locales/pt/dialogs.json +8 -0
  804. package/locales/pt/dns.json +216 -0
  805. package/locales/pt/email.json +477 -0
  806. package/locales/pt/errors.json +56 -0
  807. package/locales/pt/fail2ban.json +82 -0
  808. package/locales/pt/featurePage.json +3 -0
  809. package/locales/pt/files.json +320 -0
  810. package/locales/pt/firewall.json +102 -0
  811. package/locales/pt/ftp.json +135 -0
  812. package/locales/pt/geo.json +151 -0
  813. package/locales/pt/hostBrowse.json +128 -0
  814. package/locales/pt/listToolbar.json +12 -0
  815. package/locales/pt/logViewer.json +3 -0
  816. package/locales/pt/login.json +14 -0
  817. package/locales/pt/logs.json +135 -0
  818. package/locales/pt/metrics.json +132 -0
  819. package/locales/pt/migrate.json +82 -0
  820. package/locales/pt/multiCheck.json +20 -0
  821. package/locales/pt/nav.json +77 -0
  822. package/locales/pt/network.json +142 -0
  823. package/locales/pt/nginx.json +84 -0
  824. package/locales/pt/notes.json +3006 -0
  825. package/locales/pt/ops.json +38 -0
  826. package/locales/pt/opsResult.json +23 -0
  827. package/locales/pt/pageGuide.json +11 -0
  828. package/locales/pt/playbooks.json +50 -0
  829. package/locales/pt/presetChips.json +3 -0
  830. package/locales/pt/projects.json +560 -0
  831. package/locales/pt/protection.json +348 -0
  832. package/locales/pt/publicFiles.json +32 -0
  833. package/locales/pt/rbac.json +100 -0
  834. package/locales/pt/readiness.json +111 -0
  835. package/locales/pt/redis.json +68 -0
  836. package/locales/pt/resources.json +7 -0
  837. package/locales/pt/roles.json +6 -0
  838. package/locales/pt/runtime.json +509 -0
  839. package/locales/pt/search.json +24 -0
  840. package/locales/pt/security.json +394 -0
  841. package/locales/pt/serviceExposure.json +31 -0
  842. package/locales/pt/services.json +40 -0
  843. package/locales/pt/software.json +122 -0
  844. package/locales/pt/softwareBanner.json +14 -0
  845. package/locales/pt/softwareLifecycle.json +61 -0
  846. package/locales/pt/sqlEngineHealth.json +31 -0
  847. package/locales/pt/sqlEngineSwitch.json +82 -0
  848. package/locales/pt/ssl.json +103 -0
  849. package/locales/pt/stackWizard.json +19 -0
  850. package/locales/pt/support.json +28 -0
  851. package/locales/pt/system.json +186 -0
  852. package/locales/pt/systemd.json +94 -0
  853. package/locales/pt/tabs.json +7 -0
  854. package/locales/pt/terminal.json +33 -0
  855. package/locales/pt/translation.json +11940 -0
  856. package/locales/pt/uiInline.json +212 -0
  857. package/locales/pt/updates.json +167 -0
  858. package/locales/pt/users.json +122 -0
  859. package/locales/pt/vnc.json +246 -0
  860. package/locales/pt/vpn.json +131 -0
  861. package/locales/ur/agents.json +130 -0
  862. package/locales/ur/ai.json +61 -0
  863. package/locales/ur/apache.json +57 -0
  864. package/locales/ur/applyStatus.json +11 -0
  865. package/locales/ur/audit.json +27 -0
  866. package/locales/ur/backups.json +133 -0
  867. package/locales/ur/btTracker.json +119 -0
  868. package/locales/ur/catalog.json +32 -0
  869. package/locales/ur/cdn.json +119 -0
  870. package/locales/ur/cli.json +1182 -0
  871. package/locales/ur/common.json +125 -0
  872. package/locales/ur/cron.json +139 -0
  873. package/locales/ur/dashboard.json +111 -0
  874. package/locales/ur/dataTable.json +4 -0
  875. package/locales/ur/db.json +287 -0
  876. package/locales/ur/dialogs.json +8 -0
  877. package/locales/ur/dns.json +216 -0
  878. package/locales/ur/email.json +477 -0
  879. package/locales/ur/errors.json +56 -0
  880. package/locales/ur/fail2ban.json +82 -0
  881. package/locales/ur/featurePage.json +3 -0
  882. package/locales/ur/files.json +320 -0
  883. package/locales/ur/firewall.json +102 -0
  884. package/locales/ur/ftp.json +135 -0
  885. package/locales/ur/geo.json +151 -0
  886. package/locales/ur/hostBrowse.json +128 -0
  887. package/locales/ur/listToolbar.json +12 -0
  888. package/locales/ur/logViewer.json +3 -0
  889. package/locales/ur/login.json +14 -0
  890. package/locales/ur/logs.json +135 -0
  891. package/locales/ur/metrics.json +132 -0
  892. package/locales/ur/migrate.json +82 -0
  893. package/locales/ur/multiCheck.json +20 -0
  894. package/locales/ur/nav.json +77 -0
  895. package/locales/ur/network.json +142 -0
  896. package/locales/ur/nginx.json +84 -0
  897. package/locales/ur/notes.json +3006 -0
  898. package/locales/ur/ops.json +38 -0
  899. package/locales/ur/opsResult.json +23 -0
  900. package/locales/ur/pageGuide.json +11 -0
  901. package/locales/ur/playbooks.json +50 -0
  902. package/locales/ur/presetChips.json +3 -0
  903. package/locales/ur/projects.json +560 -0
  904. package/locales/ur/protection.json +348 -0
  905. package/locales/ur/publicFiles.json +32 -0
  906. package/locales/ur/rbac.json +100 -0
  907. package/locales/ur/readiness.json +111 -0
  908. package/locales/ur/redis.json +68 -0
  909. package/locales/ur/resources.json +7 -0
  910. package/locales/ur/roles.json +6 -0
  911. package/locales/ur/runtime.json +509 -0
  912. package/locales/ur/search.json +24 -0
  913. package/locales/ur/security.json +394 -0
  914. package/locales/ur/serviceExposure.json +31 -0
  915. package/locales/ur/services.json +40 -0
  916. package/locales/ur/software.json +122 -0
  917. package/locales/ur/softwareBanner.json +14 -0
  918. package/locales/ur/softwareLifecycle.json +61 -0
  919. package/locales/ur/sqlEngineHealth.json +31 -0
  920. package/locales/ur/sqlEngineSwitch.json +82 -0
  921. package/locales/ur/ssl.json +103 -0
  922. package/locales/ur/stackWizard.json +19 -0
  923. package/locales/ur/support.json +28 -0
  924. package/locales/ur/system.json +186 -0
  925. package/locales/ur/systemd.json +94 -0
  926. package/locales/ur/tabs.json +7 -0
  927. package/locales/ur/terminal.json +33 -0
  928. package/locales/ur/translation.json +11940 -0
  929. package/locales/ur/uiInline.json +212 -0
  930. package/locales/ur/updates.json +167 -0
  931. package/locales/ur/users.json +122 -0
  932. package/locales/ur/vnc.json +246 -0
  933. package/locales/ur/vpn.json +131 -0
  934. package/locales/zh-CN/agents.json +130 -0
  935. package/locales/zh-CN/ai.json +61 -0
  936. package/locales/zh-CN/apache.json +57 -0
  937. package/locales/zh-CN/applyStatus.json +11 -0
  938. package/locales/zh-CN/audit.json +27 -0
  939. package/locales/zh-CN/backups.json +133 -0
  940. package/locales/zh-CN/btTracker.json +119 -0
  941. package/locales/zh-CN/catalog.json +32 -0
  942. package/locales/zh-CN/cdn.json +119 -0
  943. package/locales/zh-CN/cli.json +1182 -0
  944. package/locales/zh-CN/common.json +125 -0
  945. package/locales/zh-CN/cron.json +139 -0
  946. package/locales/zh-CN/dashboard.json +111 -0
  947. package/locales/zh-CN/dataTable.json +4 -0
  948. package/locales/zh-CN/db.json +287 -0
  949. package/locales/zh-CN/dialogs.json +8 -0
  950. package/locales/zh-CN/dns.json +216 -0
  951. package/locales/zh-CN/email.json +477 -0
  952. package/locales/zh-CN/errors.json +56 -0
  953. package/locales/zh-CN/fail2ban.json +82 -0
  954. package/locales/zh-CN/featurePage.json +3 -0
  955. package/locales/zh-CN/files.json +320 -0
  956. package/locales/zh-CN/firewall.json +102 -0
  957. package/locales/zh-CN/ftp.json +135 -0
  958. package/locales/zh-CN/geo.json +151 -0
  959. package/locales/zh-CN/hostBrowse.json +128 -0
  960. package/locales/zh-CN/listToolbar.json +12 -0
  961. package/locales/zh-CN/logViewer.json +3 -0
  962. package/locales/zh-CN/login.json +14 -0
  963. package/locales/zh-CN/logs.json +135 -0
  964. package/locales/zh-CN/metrics.json +132 -0
  965. package/locales/zh-CN/migrate.json +82 -0
  966. package/locales/zh-CN/multiCheck.json +20 -0
  967. package/locales/zh-CN/nav.json +77 -0
  968. package/locales/zh-CN/network.json +142 -0
  969. package/locales/zh-CN/nginx.json +84 -0
  970. package/locales/zh-CN/notes.json +3006 -0
  971. package/locales/zh-CN/ops.json +38 -0
  972. package/locales/zh-CN/opsResult.json +23 -0
  973. package/locales/zh-CN/pageGuide.json +11 -0
  974. package/locales/zh-CN/playbooks.json +50 -0
  975. package/locales/zh-CN/presetChips.json +3 -0
  976. package/locales/zh-CN/projects.json +560 -0
  977. package/locales/zh-CN/protection.json +348 -0
  978. package/locales/zh-CN/publicFiles.json +32 -0
  979. package/locales/zh-CN/rbac.json +100 -0
  980. package/locales/zh-CN/readiness.json +111 -0
  981. package/locales/zh-CN/redis.json +68 -0
  982. package/locales/zh-CN/resources.json +7 -0
  983. package/locales/zh-CN/roles.json +6 -0
  984. package/locales/zh-CN/runtime.json +509 -0
  985. package/locales/zh-CN/search.json +24 -0
  986. package/locales/zh-CN/security.json +394 -0
  987. package/locales/zh-CN/serviceExposure.json +31 -0
  988. package/locales/zh-CN/services.json +40 -0
  989. package/locales/zh-CN/software.json +122 -0
  990. package/locales/zh-CN/softwareBanner.json +14 -0
  991. package/locales/zh-CN/softwareLifecycle.json +61 -0
  992. package/locales/zh-CN/sqlEngineHealth.json +31 -0
  993. package/locales/zh-CN/sqlEngineSwitch.json +82 -0
  994. package/locales/zh-CN/ssl.json +103 -0
  995. package/locales/zh-CN/stackWizard.json +19 -0
  996. package/locales/zh-CN/support.json +28 -0
  997. package/locales/zh-CN/system.json +186 -0
  998. package/locales/zh-CN/systemd.json +94 -0
  999. package/locales/zh-CN/tabs.json +7 -0
  1000. package/locales/zh-CN/terminal.json +33 -0
  1001. package/locales/zh-CN/translation.json +11940 -0
  1002. package/locales/zh-CN/uiInline.json +212 -0
  1003. package/locales/zh-CN/updates.json +167 -0
  1004. package/locales/zh-CN/users.json +122 -0
  1005. package/locales/zh-CN/vnc.json +246 -0
  1006. package/locales/zh-CN/vpn.json +131 -0
  1007. package/locales/zh-HK/agents.json +130 -0
  1008. package/locales/zh-HK/ai.json +61 -0
  1009. package/locales/zh-HK/apache.json +57 -0
  1010. package/locales/zh-HK/applyStatus.json +11 -0
  1011. package/locales/zh-HK/audit.json +27 -0
  1012. package/locales/zh-HK/backups.json +133 -0
  1013. package/locales/zh-HK/btTracker.json +119 -0
  1014. package/locales/zh-HK/catalog.json +32 -0
  1015. package/locales/zh-HK/cdn.json +119 -0
  1016. package/locales/zh-HK/cli.json +1182 -0
  1017. package/locales/zh-HK/common.json +125 -0
  1018. package/locales/zh-HK/cron.json +139 -0
  1019. package/locales/zh-HK/dashboard.json +111 -0
  1020. package/locales/zh-HK/dataTable.json +4 -0
  1021. package/locales/zh-HK/db.json +287 -0
  1022. package/locales/zh-HK/dialogs.json +8 -0
  1023. package/locales/zh-HK/dns.json +216 -0
  1024. package/locales/zh-HK/email.json +477 -0
  1025. package/locales/zh-HK/errors.json +56 -0
  1026. package/locales/zh-HK/fail2ban.json +82 -0
  1027. package/locales/zh-HK/featurePage.json +3 -0
  1028. package/locales/zh-HK/files.json +320 -0
  1029. package/locales/zh-HK/firewall.json +102 -0
  1030. package/locales/zh-HK/ftp.json +135 -0
  1031. package/locales/zh-HK/geo.json +151 -0
  1032. package/locales/zh-HK/hostBrowse.json +128 -0
  1033. package/locales/zh-HK/listToolbar.json +12 -0
  1034. package/locales/zh-HK/logViewer.json +3 -0
  1035. package/locales/zh-HK/login.json +14 -0
  1036. package/locales/zh-HK/logs.json +135 -0
  1037. package/locales/zh-HK/metrics.json +132 -0
  1038. package/locales/zh-HK/migrate.json +82 -0
  1039. package/locales/zh-HK/multiCheck.json +20 -0
  1040. package/locales/zh-HK/nav.json +77 -0
  1041. package/locales/zh-HK/network.json +142 -0
  1042. package/locales/zh-HK/nginx.json +84 -0
  1043. package/locales/zh-HK/notes.json +3006 -0
  1044. package/locales/zh-HK/ops.json +38 -0
  1045. package/locales/zh-HK/opsResult.json +23 -0
  1046. package/locales/zh-HK/pageGuide.json +11 -0
  1047. package/locales/zh-HK/playbooks.json +50 -0
  1048. package/locales/zh-HK/presetChips.json +3 -0
  1049. package/locales/zh-HK/projects.json +560 -0
  1050. package/locales/zh-HK/protection.json +348 -0
  1051. package/locales/zh-HK/publicFiles.json +32 -0
  1052. package/locales/zh-HK/rbac.json +100 -0
  1053. package/locales/zh-HK/readiness.json +111 -0
  1054. package/locales/zh-HK/redis.json +68 -0
  1055. package/locales/zh-HK/resources.json +7 -0
  1056. package/locales/zh-HK/roles.json +6 -0
  1057. package/locales/zh-HK/runtime.json +509 -0
  1058. package/locales/zh-HK/search.json +24 -0
  1059. package/locales/zh-HK/security.json +394 -0
  1060. package/locales/zh-HK/serviceExposure.json +31 -0
  1061. package/locales/zh-HK/services.json +40 -0
  1062. package/locales/zh-HK/software.json +122 -0
  1063. package/locales/zh-HK/softwareBanner.json +14 -0
  1064. package/locales/zh-HK/softwareLifecycle.json +61 -0
  1065. package/locales/zh-HK/sqlEngineHealth.json +31 -0
  1066. package/locales/zh-HK/sqlEngineSwitch.json +82 -0
  1067. package/locales/zh-HK/ssl.json +103 -0
  1068. package/locales/zh-HK/stackWizard.json +19 -0
  1069. package/locales/zh-HK/support.json +28 -0
  1070. package/locales/zh-HK/system.json +186 -0
  1071. package/locales/zh-HK/systemd.json +94 -0
  1072. package/locales/zh-HK/tabs.json +7 -0
  1073. package/locales/zh-HK/terminal.json +33 -0
  1074. package/locales/zh-HK/translation.json +11940 -0
  1075. package/locales/zh-HK/uiInline.json +212 -0
  1076. package/locales/zh-HK/updates.json +167 -0
  1077. package/locales/zh-HK/users.json +122 -0
  1078. package/locales/zh-HK/vnc.json +246 -0
  1079. package/locales/zh-HK/vpn.json +131 -0
  1080. package/package.json +45 -0
@@ -0,0 +1,61 @@
1
+ {
2
+ "kindInstall": "Install",
3
+ "kindUninstall": "Uninstall",
4
+ "dockBusy": "{{kind}} · {{title}}",
5
+ "dockFail": "Failed · {{title}}",
6
+ "dockDone": "Done · {{title}}",
7
+ "minimize": "Minimize",
8
+ "liveLog": "Live log",
9
+ "uninstall": "Uninstall…",
10
+ "uninstallTitle": "Uninstall {{name}}",
11
+ "impactIntro": "These components and services will be affected. Review carefully before continuing.",
12
+ "nothingInstalled": "Nothing installed for this feature.",
13
+ "packagesList": "Packages: {{list}}",
14
+ "noPackages": "No apt packages listed",
15
+ "unitsList": "Services: {{list}}",
16
+ "dataPolicy": "Data policy",
17
+ "policyKeep": "Keep config & data",
18
+ "policyPurge": "Purge config & data (dangerous)",
19
+ "purgeWarning": "Purge permanently deletes configuration and data directories. This cannot be undone easily.",
20
+ "keepHint": "Packages will be removed; configuration and data directories are kept on disk.",
21
+ "summaryLine": "{{packages}} package(s), {{units}} service unit(s) will be processed.",
22
+ "doubleConfirmIntro": "Double confirmation is required for uninstall.",
23
+ "ackLabel": "I understand services may stop and I have read the impact list.",
24
+ "typePhrase": "Type {{phrase}} to confirm",
25
+ "confirmUninstall": "Confirm uninstall",
26
+ "protected": "Protected",
27
+ "readyHint": "Required software is installed. You can uninstall from here if needed.",
28
+ "readyTitle": "Software ready",
29
+ "jobInProgress": "Another install/uninstall is already running",
30
+ "uninstallDone": "Uninstall finished",
31
+ "uninstallFailed": "Uninstall failed",
32
+ "impact": {
33
+ "sitesDown": "Public sites may go offline",
34
+ "reverseProxy": "Reverse proxy will stop",
35
+ "phpBackend": "PHP backend may stop",
36
+ "mailOutbound": "Outbound mail will stop",
37
+ "mailInbound": "Inbound mail will stop",
38
+ "mailQueue": "Mail queue tools unavailable",
39
+ "mailDkim": "DKIM signing will stop",
40
+ "database": "Database service will stop",
41
+ "dataLossPurge": "Purge deletes data directories",
42
+ "cache": "Cache service will stop",
43
+ "firewall": "Host firewall will be removed",
44
+ "intrusion": "Intrusion blocking will stop",
45
+ "ftp": "FTPS service will stop",
46
+ "dns": "DNS server will stop",
47
+ "vpn": "VPN services will stop",
48
+ "vnc": "VNC services will stop",
49
+ "controlPlane": "Control plane runtime (protected)",
50
+ "generic": "Related services may stop",
51
+ "purgeData": "Data paths will be deleted",
52
+ "protectedSkipped": "Protected components are skipped",
53
+ "runtimeStack": "All panel-managed versions of this runtime will be removed"
54
+ },
55
+ "requestCancel": "Request cancel",
56
+ "cancelling": "Cancelling…",
57
+ "dockCancelling": "Cancelling · {{title}}",
58
+ "dockCancelled": "Cancelled · {{title}}",
59
+ "cancelHint": "Cancel requested. The client stopped listening; the host may finish the current apt/step. Re-probe status after a moment.",
60
+ "cancelledToast": "Operation cancelled (client stopped streaming)"
61
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "finding": {
3
+ "package_missing": "Server package for {{flavor}} is not installed.",
4
+ "client_missing": "SQL client tools are not installed.",
5
+ "frozen_marker": "Debian freeze marker present (mode: {{mode}}). Daemon start is blocked until released.",
6
+ "datadir_uninitialized": "Data directory has no system catalog — needs initialization.",
7
+ "config_flavor_mismatch": "my.cnf points at the wrong engine for {{flavor}} ({{path}}).",
8
+ "residual_foreign_plugins": "Residual config/plugins from the other SQL engine can crash this daemon.",
9
+ "unit_failed": "Service unit {{unit}} is failed.",
10
+ "unit_not_active": "Service unit {{unit}} is {{active}} (not active).",
11
+ "port_conflict": "Port 3306 is in use while this engine is down (possible conflict)."
12
+ },
13
+ "action": {
14
+ "stop_unit": "Stop service unit",
15
+ "clear_frozen": "Clear freeze marker",
16
+ "sanitize_config": "Align my.cnf and disable foreign engine plugins",
17
+ "init_datadir": "Initialize empty data directory",
18
+ "reset_failed": "Reset failed unit state",
19
+ "enable_unit": "Enable service at boot",
20
+ "start_unit": "Start service",
21
+ "verify_active": "Verify service is active"
22
+ },
23
+ "note": {
24
+ "alreadyHealthy": "SQL engine already healthy — no repair needed.",
25
+ "needsConfirm": "Repair needs confirmation ({{count}} steps: {{findings}}).",
26
+ "installPackageFirst": "Install {{flavor}} server package first, then repair.",
27
+ "stepFailed": "Repair step {{action}} failed: {{detail}}",
28
+ "repairOk": "Repair complete — {{unit}} is active.",
29
+ "repairIncomplete": "Repair finished but unit is still {{active}}."
30
+ }
31
+ }
@@ -0,0 +1,82 @@
1
+ {
2
+ "title": "Switch to {{target}}",
3
+ "subtitle": "Replace {{from}} with {{to}}. Only one SQL server is allowed on this host.",
4
+ "confirm": "Confirm switch and migrate",
5
+ "success": "SQL engine switched and data migrated",
6
+ "bannerHint": "If the other engine is already installed, you must confirm an exclusive switch (uninstall",
7
+ "flowAria": "SQL engine switch direction",
8
+ "from": "Current",
9
+ "to": "Target",
10
+ "calloutTitle": "Hard to undo without backups",
11
+ "calloutBody": "{{from}} packages are removed only after a successful export",
12
+ "sectionImpact": "What will happen",
13
+ "sectionLimits": "Limitations and risks",
14
+ "dbListTitle": "Databases to migrate ({{count}})",
15
+ "dbMigrateBadge": "{{count}} user database(s)",
16
+ "dbEmptyBadge": "No user databases",
17
+ "noUserDbs": "No user databases detected (system schemas only). The server engine will still be replaced.",
18
+ "tableCount": "{{count}} table(s)",
19
+ "ackLabel": "I understand the engines are exclusive. Uninstall {{from}} and migrate data to {{to}}.",
20
+ "phraseLabel": "Type {{phrase}} to confirm",
21
+ "phraseMismatch": "Phrase does not match. Type SWITCH exactly.",
22
+ "warn": {
23
+ "replace_engine": "Uninstall {{from}} and install {{to}}.",
24
+ "exclusive": "MySQL and MariaDB cannot run together as servers on one host (exclusive).",
25
+ "uninstall_packages": "Current SQL server packages will be removed from the system.",
26
+ "logical_dump": "User databases are logical-exported then imported. System schemas are not copied as files.",
27
+ "dialect_risk": "MariaDB- or MySQL-specific SQL may fail on import.",
28
+ "no_replication": "Replication settings, plugins, and binary logs are not migrated.",
29
+ "root_auth": "Root socket or password authentication may need reconfiguration after the switch.",
30
+ "no_user_dbs": "No user databases detected — only engine packages will change.",
31
+ "has_user_dbs": "{{count}} user database(s) will be exported and imported."
32
+ },
33
+ "note": {
34
+ "needsSwitch": "This host already runs {{other}}. MySQL and MariaDB are exclusive — confirm switch (export → uninstall other → install → import).",
35
+ "invalidTarget": "Invalid target (mysql or mariadb only).",
36
+ "badConfirmPhrase": "Confirm phrase must be exactly SWITCH.",
37
+ "needAck": "You must acknowledge exclusive switch (MySQL or MariaDB, not both).",
38
+ "switchNotNeeded": "Switch not needed — use normal install.",
39
+ "migrateDataRequired": "Data migration must be enabled when user databases exist.",
40
+ "dumpFailed": "Export failed — source {{source}} left running. {{detail}}",
41
+ "datadirBackupFailed": "Datadir backup failed — aborted before uninstall. Try starting the source service manually.",
42
+ "waitFailed": "Target service did not become ready. Backup: {{dumpPath}}. Old datadir: {{datadir}}. Manual recovery required.",
43
+ "incomplete": "Switch incomplete. Export retained at {{dumpPath}}. Old datadir at {{datadir}}. Do not purge again blindly.",
44
+ "switched": "Switched {{from}} → {{to}}. Imported {{imported}}/{{total}} database(s).",
45
+ "dumpPath": "Logical export path: {{path}}",
46
+ "datadirBackup": "Old datadir backup: {{path}} (remove when satisfied: rm -rf {{path}})",
47
+ "grantsExported": "Grants exported ({{detail}})",
48
+ "frozenDetected": "MySQL/MariaDB is FROZEN (not an apt failure). Path {{path}} (mode: {{mode}}). The package may be installed but the daemon refuses to start after an engine switch or downgrade. Clear freeze and re-init empty datadir if safe. Snippet: {{snippet}}",
49
+ "frozenCleared": "Removed freeze marker {{path}}.",
50
+ "frozenClearFailed": "Could not remove freeze marker {{path}} — remove manually as root.",
51
+ "datadirNotEmptySkipInit": "Data directory already has system tables — skipped re-initialize.",
52
+ "datadirInitialized": "Initialized empty data directory for {{flavor}}.",
53
+ "datadirInitFailed": "Failed to initialize data directory: {{detail}}",
54
+ "unitNotActive": "Unit {{unit}} is {{active}} (expected active).",
55
+ "nginxPortConflict": "Nginx unit not active — Apache may still bind public :80; rebind Apache to 127.0.0.1:8080, then restart Nginx.",
56
+ "nginxConfigFailed": "nginx -t failed: {{detail}}",
57
+ "frozenShort": "FROZEN ({{mode}}) — daemon blocked; unfreeze and repair required.",
58
+ "unfreezeNeedsConfirm": "Confirm required to unfreeze (frozen={{frozen}}, emptyDatadir={{empty}}). POST with confirm:true.",
59
+ "unfreezeOk": "Service {{unit}} is active after unfreeze repair.",
60
+ "unfreezeStartFailed": "Still not active after unfreeze: {{detail}}",
61
+ "unfreezePrompt": "Click “Unfreeze and repair” to clear FROZEN and re-init empty datadir.",
62
+ "configSanitized": "SQL config aligned for {{flavor}} (my.cnf → {{target}}). MariaDB plugin remnants disabled when targeting MySQL.",
63
+ "configSanitizeFailed": "Failed to sanitize SQL config: {{detail}}"
64
+ },
65
+ "step": {
66
+ "dump": "Export {{db}}",
67
+ "exportGrants": "Export grants",
68
+ "stop": "Stop {{unit}}",
69
+ "backupDatadir": "Backup datadir",
70
+ "purge": "Uninstall {{pkg}}",
71
+ "wait": "Wait for {{unit}}",
72
+ "importDb": "Import {{db}}",
73
+ "importGrants": "Import grants",
74
+ "verify": "Verify",
75
+ "preflight": "Preflight",
76
+ "confirm": "Confirm",
77
+ "clearFrozen": "Clear MySQL FROZEN",
78
+ "initDatadir": "Initialize empty datadir",
79
+ "startUnit": "Start {{unit}}",
80
+ "sanitizeConfig": "Sanitize my.cnf / residual plugins"
81
+ }
82
+ }
@@ -0,0 +1,103 @@
1
+ {
2
+ "status": {
3
+ "uploaded": "Uploaded",
4
+ "issued": "Issued",
5
+ "planned": "In progress",
6
+ "failed": "Failed",
7
+ "missing": "Files missing",
8
+ "ready": "Ready",
9
+ "processing": "In progress"
10
+ },
11
+ "step": {
12
+ "ok": "Done",
13
+ "blocked": "Cannot run",
14
+ "failed": "Failed",
15
+ "skipped": "Skipped"
16
+ },
17
+ "pillCount": "{{count}} cert(s)",
18
+ "statCerts": "Certificates",
19
+ "statWithFiles": "With files",
20
+ "statBindings": "Bindings",
21
+ "statFailed": "Failed",
22
+ "requestLe": "Request Let’s Encrypt",
23
+ "openLetsEncryptLog": "Open letsencrypt.log in Log Center",
24
+ "uploadCert": "+ Upload certificate",
25
+ "certbotNotInstalled": "Certbot is not installed",
26
+ "leFailNxdomain": "DNS has no record for {{domain}} (NXDOMAIN) — Let's Encrypt cannot validate without a public A/AAAA.",
27
+ "leFailNxdomainHint": "Add an A record for {{domain}} to this server’s public IP in DNS, write the zone, confirm",
28
+ "leFailDns": "DNS error resolving {{domain}} (SERVFAIL or similar).",
29
+ "leFailDnsHint": "Check nameservers and that the zone is published to the public internet.",
30
+ "leFailHttp01": "{{domain}} resolves, but HTTP-01 failed (port 80 unreachable or wrong response).",
31
+ "leFailHttp01Hint": "Open port 80, ensure nginx listens on 80, and that {{domain}} points at this host",
32
+ "leFailRateLimit": "Let's Encrypt rate limit hit.",
33
+ "leFailRateLimitHint": "Wait and retry, or avoid repeated requests for the same name.",
34
+ "leFailCaa": "CAA records block Let's Encrypt for {{domain}}.",
35
+ "leFailCaaHint": "Add a CAA allowing letsencrypt.org, or remove the blocking CAA.",
36
+ "leFailChallenge": "Let's Encrypt domain validation failed ({{domain}}).",
37
+ "leFailChallengeHint": "Confirm DNS A record and port 80 reachability, then retry; see letsencrypt.log.",
38
+ "leFailUnknown": "Let's Encrypt request failed ({{domain}}).",
39
+ "leFailUnknownHint": "Open letsencrypt.log for details.",
40
+ "leFailRawTail": "Technical detail (excerpt): {{snippet}}",
41
+ "requestFailedWhy": "Why it failed",
42
+ "requestFailedNext": "Next steps",
43
+ "retryRequest": "Retry request",
44
+ "retryRequestFor": "Retry request for {{domain}}",
45
+ "retryInTableHint": "Retry from the failed domain row in the list below",
46
+ "bindingsTitle": "Bindings & renewal",
47
+ "autoRenewLabel": "Auto-renewal",
48
+ "autoRenewYes": "Enabled",
49
+ "autoRenewNo": "Not enabled / unconfirmed",
50
+ "autoRenewYesDetail": "Renewal mechanism detected: {{source}}. Let's Encrypt certs should renew before expiry when certbot is healthy.",
51
+ "autoRenewNoDetail": "No enabled certbot.timer or renew cron found. Enable certbot.timer or certs will expire unless you renew manually.",
52
+ "renewSourceCron": "panel/system cron",
53
+ "renewTimerEnabled": "systemd timer enabled: {{unit}}",
54
+ "renewTimerDisabled": "Found {{unit}} but it is not enabled (systemctl enable --now {{unit}})",
55
+ "renewTimerInstalledUnknown": "Host has {{unit}} unit file; confirm systemctl enable --now",
56
+ "renewTimerActive": "{{unit}} is active",
57
+ "renewViaCron": "Found {{count}} cron job(s) mentioning certbot/renew",
58
+ "renewNone": "No certbot.timer or LE renew cron registered",
59
+ "expiresUnknown": "Unknown",
60
+ "expiresUnknownHint": "Certificate file unreadable (permissions/path);",
61
+ "expiresInDays": "in {{n}} days",
62
+ "expiresAt": " · Expires {{date}}",
63
+ "projectsAt": " · Projects: {{names}}",
64
+ "mailAt": " · Mail: {{domains}}",
65
+ "noBindings": "No project/mail bindings detected",
66
+ "certsTitle": "Certificates ({{count}})",
67
+ "colDomain": "Domain",
68
+ "colProvider": "Source",
69
+ "providerUpload": "Upload",
70
+ "colLocalFiles": "Local files",
71
+ "filesYes": "Yes",
72
+ "filesNo": "No",
73
+ "colExpires": "Expires",
74
+ "colStatus": "Status",
75
+ "emptyTitle": "No certificates yet",
76
+ "emptyDesc": "Use “Upload certificate” or “Request Let’s Encrypt” above",
77
+ "uploadTitle": "Upload certificate",
78
+ "uploadDesc": "Paste PEM content; the panel writes files on the server",
79
+ "domainHint": "Primary domain for this cert, e.g. example.com",
80
+ "fullchainLabel": "Certificate chain (fullchain)",
81
+ "fullchainHint": "PEM with server cert and intermediate CA",
82
+ "privkeyLabel": "Private key (privkey)",
83
+ "privkeyHint": "Private key PEM matching the certificate — keep it secret",
84
+ "uploadHint": "Upload only writes files;",
85
+ "leTitle": "Request Let’s Encrypt",
86
+ "leDesc": "The panel requests the cert on the server — no manual certbot",
87
+ "requestCert": "Request certificate",
88
+ "domainLeHint": "Apex/domain or *.example.com wildcard",
89
+ "domainLePlaceholder": "example.com or *.example.com",
90
+ "emailLabel": "Contact email",
91
+ "emailHint": "For Let’s Encrypt expiry notices; leave empty to use admin@domain",
92
+ "leDns01Hint": "Wildcards use dns-01: the panel starts a certbot manual challenge — complete the TXT recor",
93
+ "leHttp01Hint": "Normal domains use http-01 (nginx plugin)",
94
+ "deleteTitle": "Delete certificate?",
95
+ "deleteDesc": "Removes cert files and registration for {{domain}}.",
96
+ "savedCert": "Saved certificate for {{domain}}",
97
+ "uploadFailed": "Upload failed",
98
+ "requestBlocked": "Cannot complete certificate request in the admin panel",
99
+ "requestDone": "Certificate request completed",
100
+ "requestFailed": "Certificate request did not succeed",
101
+ "applyFailed": "Request failed",
102
+ "deletedCert": "Deleted {{domain}}"
103
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "purgeConfirm": "Confirm purge? Registered data paths (databases/mail) will be deleted permanently.",
3
+ "installedCount": "Installed {{installed}} · Missing {{missing}}",
4
+ "needRootExecute": "Live install/remove needs administrator rights and system-change permission. You can still dry-run.",
5
+ "modeInstall": "Install plan",
6
+ "modeUninstall": "Uninstall",
7
+ "plan": "Plan",
8
+ "customBundles": "Custom bundles",
9
+ "sqlExclusive": "SQL server (exclusive)",
10
+ "clamavOptional": "optional, large",
11
+ "componentsTitle": "Components to install",
12
+ "dryRun": "Dry-run preview",
13
+ "installNow": "Install now",
14
+ "uninstallHint": "Select bundles to remove",
15
+ "dataPolicy": "Data policy",
16
+ "keepData": "Keep data",
17
+ "purgeData": "Purge data",
18
+ "uninstallNow": "Uninstall now"
19
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "title": "Support",
3
+ "sub": "Creator, donate, and YSK Limited — free product, real help",
4
+ "creatorTitle": "Creator",
5
+ "creatorBody": "YSK Server is built as a free, honest single-host control plane for operators who want to own their stack. The project is maintained in the open; feedback and bug reports keep it sharp.",
6
+ "donateTitle": "Support / Donate",
7
+ "donateBody": "If YSK Server saves you time, consider sponsoring development. Every contribution helps keep the product free for everyone.",
8
+ "donateGithub": "GitHub Sponsors",
9
+ "donateOther": "Other ways to give",
10
+ "yskTitle": "YSK Limited",
11
+ "yskIntro": "Need hands-on help beyond the free panel? YSK Limited can assist with:",
12
+ "yskSvc1": "Server setup, hardening, and ongoing ops",
13
+ "yskSvc2": "Hosting stack design (web, mail, DNS, databases)",
14
+ "yskSvc3": "Migration, automation, and custom integration",
15
+ "yskSvc4": "Incident response and production readiness reviews",
16
+ "yskNoPrice": "No prices listed here — contact us for a conversation that fits your environment.",
17
+ "yskWebsite": "ysk.hk",
18
+ "helpTitle": "Having a problem?",
19
+ "helpBody": "Email us with your OS, install log path, and what you expected vs what happened. We read every message.",
20
+ "docsHint": "Full documentation lives in the repository under",
21
+ "donateLinktree": "Linktree",
22
+ "cryptoTitle": "Crypto / web3 handles",
23
+ "cryptoHint": "Send on the matching network only. Double-check the address before sending.",
24
+ "cryptoNetwork": "Network",
25
+ "cryptoAddress": "Address",
26
+ "copy": "Copy",
27
+ "copied": "Copied"
28
+ }
@@ -0,0 +1,186 @@
1
+ {
2
+ "exportLoadFailed": "Failed to load export data",
3
+ "dryRunDone": "Dry-run complete (system unchanged)",
4
+ "rebuildDone": "Rebuild request finished — see ops result",
5
+ "exportWritten": "Export written / managed conf listed",
6
+ "rebuildFailed": "Rebuild failed",
7
+ "hostFallback": "Host",
8
+ "mem": "Memory",
9
+ "diskPeak": "Disk peak",
10
+ "exportRebuild": "Export / Rebuild",
11
+ "dnsCerts": "DNS / certs",
12
+ "editIdentity": "Edit identity",
13
+ "power": "Power",
14
+ "metrics": "Metrics",
15
+ "writeExports": "Write export directory",
16
+ "dryRunSync": "Dry-run sync",
17
+ "hostConsole": "Host console",
18
+ "loadingHost": "Loading host overview…",
19
+ "identity": "Identity",
20
+ "identityReadonly": "Read-only — needs YSK_EXECUTE + root to apply",
21
+ "identityTools": "Set hostname and timezone via system tools",
22
+ "hostnameHint": "System hostname",
23
+ "writable": "Writable",
24
+ "locked": "Locked",
25
+ "hostname": "Hostname",
26
+ "prettyName": "Pretty name",
27
+ "optional": "Optional",
28
+ "prettyPh": "Friendly display name",
29
+ "timezone": "Timezone",
30
+ "timezoneHint": "Choose an IANA timezone from the list (e.g. Asia/Hong_Kong)",
31
+ "timezoneSelect": "Select timezone",
32
+ "dns": "DNS",
33
+ "updated": "Updated",
34
+ "applyIdentity": "Apply identity",
35
+ "identitySetHostname": "Hostname set to {{name}}",
36
+ "identitySetPretty": "Pretty hostname set to {{name}}",
37
+ "identityClearPretty": "Pretty hostname cleared",
38
+ "identitySetTimezone": "Timezone set to {{tz}}",
39
+ "panelSsl": "Panel SSL",
40
+ "panelTls": {
41
+ "title": "Panel HTTPS",
42
+ "sub": "Control plane (ysk-server) serves TLS on listenPort; WebAuthn/Passkeys need HTTPS",
43
+ "domain": "Panel domain",
44
+ "domainHint": "Used for certificate issue/bind, e.g. demo.ysk.hk",
45
+ "email": "Let’s Encrypt email",
46
+ "status": "Status",
47
+ "enabled": "TLS enabled in config",
48
+ "disabled": "TLS off (HTTP)",
49
+ "serving": "This connection: HTTPS",
50
+ "servingHttp": "This connection: HTTP",
51
+ "expires": "Certificate expires",
52
+ "certPath": "Certificate path",
53
+ "issueEnable": "Issue cert & enable HTTPS",
54
+ "enableExisting": "Enable with existing cert",
55
+ "disable": "Disable panel HTTPS",
56
+ "needDomain": "Enter hostname / domain first",
57
+ "urlHint": "After restart open {{url}}",
58
+ "certMissing": "TLS enabled but cert/key files missing",
59
+ "restartToApply": "Restart ysk-server to apply HTTPS",
60
+ "noConfig": "config.json not found (start with --config)",
61
+ "usingExisting": "Using existing local certificate",
62
+ "usingLe": "Using Let’s Encrypt live paths",
63
+ "needCertFirst": "No certificate for {{domain}}; issue or upload first",
64
+ "configWritten": "Panel TLS settings written",
65
+ "disabledNote": "Panel TLS disabled",
66
+ "certAlreadyPresent": "Certificate already present; skipped re-issue",
67
+ "restartManual": "Restart manually: systemctl restart ysk-server",
68
+ "restarted": "ysk-server restarted",
69
+ "restartFailed": "Restart failed: {{detail}}",
70
+ "firewallHint": "If reaching from the internet, allow the panel port (default 9287/tcp)",
71
+ "restartNow": "Restart ysk-server immediately after",
72
+ "restartNowHint": "Drops this session;",
73
+ "restartConfirm": "Restart the panel service now? This connection may drop — reopen over HTTPS.",
74
+ "manualRestart": "Restart manually, then open {{url}}",
75
+ "reconnectHttps": "Service may have restarted. Reconnect at {{url}}.",
76
+ "leStrategies": "Panel cert: try webroot → nginx certonly → standalone (no --redirect)",
77
+ "leOk": "Let’s Encrypt certificate obtained for {{domain}}",
78
+ "leFailed": "Certificate request failed: {{detail}}",
79
+ "leHint": "Ensure DNS A points here and port 80 is reachable (or nginx serves the domain)",
80
+ "openFirewall": "If public: allow panel port {{port}}/tcp (Firewall → open port → 9287 Panel)"
81
+ },
82
+ "timeNtp": "Time & NTP",
83
+ "clockStatus": "System clock status",
84
+ "local": "Local",
85
+ "utc": "UTC",
86
+ "source": "Source",
87
+ "ntpService": "NTP service",
88
+ "ntpServiceActive": "Running",
89
+ "ntpServiceInactive": "Stopped",
90
+ "ntpServiceNa": "N/A",
91
+ "ntpSync": "Clock sync",
92
+ "ntpSyncedYes": "Synchronized",
93
+ "ntpSyncedNo": "Not synchronized",
94
+ "ntpSyncedUnknown": "Unknown",
95
+ "ntpRequested": "NTP sync enable requested",
96
+ "ntpFailed": "Failed to enable NTP",
97
+ "enableNtp": "Enable NTP sync",
98
+ "network": "Network",
99
+ "networkSub": "Read-only · full netplan is not on this page",
100
+ "noIp": "Could not read IPs",
101
+ "storage": "Storage",
102
+ "metricsDetail": "Metrics detail",
103
+ "noDisk": "Could not read disks",
104
+ "avail": "Avail {{v}}",
105
+ "shortcuts": "Ops shortcuts",
106
+ "shortcutsAria": "Ops shortcuts",
107
+ "scServices": "Service matrix",
108
+ "scServicesD": "unit lifecycle",
109
+ "scUnit": "Control-plane unit",
110
+ "scUnitD": "Panel systemd unit",
111
+ "scReadiness": "Readiness",
112
+ "scReadinessD": "Production gate",
113
+ "scUpdates": "System updates",
114
+ "scUpdatesD": "Packages / CVE",
115
+ "scMetrics": "Host metrics",
116
+ "scMetricsD": "Load alerts",
117
+ "scLogs": "Log center",
118
+ "scLogsD": "journal / files",
119
+ "powerTitle": "Power (danger zone)",
120
+ "powerWarn": "Reboot/poweroff interrupts all services and the panel. The panel cannot power the host on — needs physical access or hypervisor.",
121
+ "unlocked": "Unlocked",
122
+ "powerCaps": "Needs YSK_EXECUTE=1 and root. Now EXECUTE={{exec}}, root={{root}}.",
123
+ "scheduledPower": "Scheduled poweroff/reboot detected",
124
+ "cancelScheduleHint": ". Use “Cancel schedule” to withdraw.",
125
+ "rebootHost": "Reboot host…",
126
+ "poweroffHost": "Power off…",
127
+ "cancelled": "Cancelled",
128
+ "cancelFailed": "Cancel failed",
129
+ "cancelSchedule": "Cancel schedule",
130
+ "confirmStrings": "Confirm with REBOOT / POWEROFF. Default delay ~1 min for poweroff and reboot (shutdown +N). Written to audit.",
131
+ "confirmReboot": "Confirm host reboot?",
132
+ "confirmPoweroff": "Confirm power off?",
133
+ "confirmRebootDesc": "All services and panel sessions will drop. Type REBOOT to confirm.",
134
+ "confirmPoweroffDesc": "Host will power off; panel cannot remote power-on. Type POWEROFF to confirm.",
135
+ "typeToUnlock": "Type {{need}} to unlock",
136
+ "confirmRebootBtn": "Confirm reboot",
137
+ "confirmPoweroffBtn": "Confirm power off",
138
+ "sentDisconnect": "Sent — connection will drop",
139
+ "powerFailed": "Power action failed",
140
+ "exportExplain": "Export = panel DB summary JSON. Rebuild = managed conf → /etc/nginx/conf.d + reload. Sync needs root + EXECUTE.",
141
+ "controlSummary": "Control-plane summary",
142
+ "controlSummarySub": "Live DB snapshot · preview / download / write to server",
143
+ "snapshotLoaded": "Summary loaded · {{at}}",
144
+ "previewSummary": "Preview summary",
145
+ "downloadedJson": "JSON downloaded to browser",
146
+ "downloadJson": "Download JSON",
147
+ "snapshotMeta": "Generated {{at}} · users {{users}} · packages {{packages}}",
148
+ "previewHint": "Click “Preview summary” to load the control-plane snapshot.",
149
+ "managedNotEtc": "dataDir/nginx/conf.d — not the same as applied under /etc",
150
+ "nFiles": "{{count}} files",
151
+ "noManaged": "No managed conf yet",
152
+ "noManagedDesc": "Appears after publishing project Nginx",
153
+ "readFailed": "Read failed",
154
+ "preview": "Preview",
155
+ "previewModalDesc": "Managed conf content (dataDir)",
156
+ "prevPage": "Previous",
157
+ "nextPage": "Next",
158
+ "pageOf": "Page {{page}} / {{total}} · {{count}} files",
159
+ "managedPager": "Managed conf pages",
160
+ "syncToSystem": "Sync to system",
161
+ "syncSub": "Copy to /etc/nginx/conf.d and reload — needs root + EXECUTE",
162
+ "syncReload": "Sync + reload",
163
+ "exportOnly": "Export only + list conf",
164
+ "dryRun": "Dry-run",
165
+ "dryRunNote": "Dry-run does not change the system.",
166
+ "exportHistory": "Server export history",
167
+ "exportHistorySub": "dataDir/exports · authenticated download",
168
+ "noExports": "No server export files yet",
169
+ "noExportsDesc": "Click “Write export directory” to create",
170
+ "downloaded": "Downloaded {{name}}",
171
+ "download": "Download",
172
+ "syncConfirmTitle": "Sync Nginx to system?",
173
+ "syncConfirmDesc": "Sync managed Nginx conf to /etc/nginx/conf",
174
+ "uptime": "Uptime",
175
+ "load1m": "Load 1m",
176
+ "executeLabel": "EXECUTE",
177
+ "rootLabel": "Root",
178
+ "managedLabel": "Managed",
179
+ "managedCount": "Managed",
180
+ "exportsCount": "Exports",
181
+ "managedNginxTitle": "Managed Nginx",
182
+ "exportPath": "Export path",
183
+ "mode": "Mode",
184
+ "managedConf": "Managed conf",
185
+ "dryRunFlag": "Dry-run"
186
+ }
@@ -0,0 +1,94 @@
1
+ {
2
+ "enabled": "Enabled",
3
+ "disabled": "Disabled",
4
+ "notInstalled": "Not installed",
5
+ "running": "Running",
6
+ "notRunning": "Not running",
7
+ "failed": "Failed",
8
+ "activating": "Activating",
9
+ "unitMissing": "Unit missing",
10
+ "loadFailed": "Failed to load",
11
+ "opFailed": "Operation failed",
12
+ "installedEnabled": "Installed and tried to enable",
13
+ "unitTemplateWritten": "Unit template written",
14
+ "writeTemplate": "Write management-dir template",
15
+ "writeTemplateDesc": "Creates ysk-server.service under dataDir/systemd (does not change /etc)",
16
+ "templateExists": "Management template already exists",
17
+ "installEnable": "Install to /etc/systemd and enable",
18
+ "installEnableDesc": "Copy unit → daemon-reload → enable --now",
19
+ "needExecuteRoot": "Needs YSK_EXECUTE and root",
20
+ "serviceNotRunning": "Service not running",
21
+ "serviceNotRunningHint": "Unit may be installed but inactive — try Install & enable or the services matrix",
22
+ "controlRunning": "Control-plane service running",
23
+ "unlockApply": "Unlock system apply capability",
24
+ "startAsRoot": "Start as root with YSK_EXECUTE=1",
25
+ "status": "Status",
26
+ "bootEnabled": "Start on boot",
27
+ "on": "On",
28
+ "off": "Off",
29
+ "yes": "Yes",
30
+ "no": "No",
31
+ "canInstall": "Installable",
32
+ "copyEnable": "Copy to /etc/systemd and enable --now",
33
+ "needExecuteRootShort": "Needs EXECUTE + root",
34
+ "probing": "Probing systemd status…",
35
+ "suggestedSteps": "Suggested steps",
36
+ "install": "Install",
37
+ "policy": "Policy",
38
+ "about": "About",
39
+ "exists": "Exists",
40
+ "missing": "Missing",
41
+ "notWritten": "Not written yet",
42
+ "related": "Related",
43
+ "opsResult": "Ops result",
44
+ "writeTemplateOnly": "Write template only",
45
+ "installAndEnable": "Install and enable",
46
+ "stepReport": "Step report",
47
+ "installEnableShort": "Install enable",
48
+ "cannotInstall": "Cannot install to system yet: needs ",
49
+ "andRoot": " and root. Write template still creates management files. See ",
50
+ "probeDetail": "Probe detail",
51
+ "probeDetailSub": "Live systemd state and unit files on disk",
52
+ "unit": "Unit",
53
+ "manageTemplate": "Management template",
54
+ "installOps": "Install actions",
55
+ "twoModes": "Two modes for different needs — pick by environment",
56
+ "writeOnlyTitle": "Write template only",
57
+ "writeOnlyBody": "Creates management-dir unit file. Good for review or prep without root.",
58
+ "willNotEnable": "Does not enable the service.",
59
+ "writeTemplateBtn": "Write template",
60
+ "installEnableTitle": "Install and enable",
61
+ "installEnableBody": "Copy to /etc/systemd/system, daemon-reload, enable --now. Needs root + EXECUTE.",
62
+ "policyWrite": "Write template only — dataDir only, not /etc",
63
+ "policyInstall": "Install and enable — cp + daemon-reload + enable",
64
+ "policyBlocked": "No EXECUTE or non-root → clearly blocked, no fake success",
65
+ "policyNotEqual": "Write template ≠ service enabled ≠ listening",
66
+ "shortcutPower": "EXECUTE / power",
67
+ "shortcutOther": "Other units",
68
+ "cannotInstallFull": "Cannot install to system yet: needs YSK_EXECUTE=1 and root. Write template still creates management files. See ",
69
+ "policyWriteFull": "Write template only — dataDir only, not /etc",
70
+ "policyNotEqualFull": "Write template ≠ service enabled ≠ listening",
71
+ "controlPlaneUnit": "Control-plane unit",
72
+ "kpiRuntime": "Runtime",
73
+ "kpiBoot": "Boot enable",
74
+ "kpiCaps": "Apply capability",
75
+ "capsReady": "Can install to system",
76
+ "capsBlocked": "Cannot apply",
77
+ "unitFiles": "Unit files",
78
+ "unitFilesSub": "System path vs panel-managed template (different roles)",
79
+ "systemUnitFile": "System unit (/etc)",
80
+ "systemUnitHint": "Unit systemd loads; appears after install & enable.",
81
+ "managedUnitFile": "Managed template (dataDir)",
82
+ "managedUnitHint": "Panel-written template — not the same as installed in /etc.",
83
+ "managedPathHint": "dataDir/systemd/ysk-server.service",
84
+ "fragmentPath": "Fragment path",
85
+ "fromSystemd": "From systemd",
86
+ "pid": "PID {{pid}}",
87
+ "nextAction": "Suggested next step",
88
+ "controlRunningHint": "systemctl is-active = active",
89
+ "aboutPolicyTitle": "Apply policy",
90
+ "aboutPolicySub": "Template write and system install are separate steps. Re-running after install is normal ops, not a missing step.",
91
+ "policyInstallFull": "Install & enable: copy to /etc/systemd/system, daemon-reload, enable --now. Needs root + EXECUTE.",
92
+ "policyBlockedTitle": "Blocked without privilege",
93
+ "policyNotEqualTitle": "States are not equivalent"
94
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "scrollLeft": "Scroll tabs left",
3
+ "scrollRight": "Scroll tabs right",
4
+ "about": "About",
5
+ "main": "Actions",
6
+ "stack": "Software"
7
+ }