ysk-server-shared 1.0.0 → 1.1.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 (766) hide show
  1. package/README.md +21 -6
  2. package/dist/browser.d.ts +1 -0
  3. package/dist/browser.d.ts.map +1 -1
  4. package/dist/browser.js +1 -0
  5. package/dist/browser.js.map +1 -1
  6. package/dist/bt-tracker.d.ts +56 -0
  7. package/dist/bt-tracker.d.ts.map +1 -1
  8. package/dist/bt-tracker.js +1 -0
  9. package/dist/bt-tracker.js.map +1 -1
  10. package/dist/capabilities.d.ts +1 -1
  11. package/dist/capabilities.d.ts.map +1 -1
  12. package/dist/capabilities.js +6 -0
  13. package/dist/capabilities.js.map +1 -1
  14. package/dist/databases.d.ts +2 -0
  15. package/dist/databases.d.ts.map +1 -1
  16. package/dist/docker.d.ts +134 -0
  17. package/dist/docker.d.ts.map +1 -0
  18. package/dist/docker.js +94 -0
  19. package/dist/docker.js.map +1 -0
  20. package/dist/dto.d.ts +9 -0
  21. package/dist/dto.d.ts.map +1 -1
  22. package/dist/email-domain.d.ts +7 -0
  23. package/dist/email-domain.d.ts.map +1 -1
  24. package/dist/files.d.ts +18 -0
  25. package/dist/files.d.ts.map +1 -1
  26. package/dist/files.js +35 -1
  27. package/dist/files.js.map +1 -1
  28. package/dist/ftp.d.ts +3 -0
  29. package/dist/ftp.d.ts.map +1 -1
  30. package/dist/index.d.ts +2 -0
  31. package/dist/index.d.ts.map +1 -1
  32. package/dist/index.js +2 -0
  33. package/dist/index.js.map +1 -1
  34. package/dist/migrate.d.ts +6 -0
  35. package/dist/migrate.d.ts.map +1 -1
  36. package/dist/migrate.js.map +1 -1
  37. package/dist/route-capabilities.d.ts +16 -0
  38. package/dist/route-capabilities.d.ts.map +1 -1
  39. package/dist/route-capabilities.js +132 -4
  40. package/dist/route-capabilities.js.map +1 -1
  41. package/dist/system.d.ts +4 -0
  42. package/dist/system.d.ts.map +1 -1
  43. package/dist/validators.d.ts +141 -0
  44. package/dist/validators.d.ts.map +1 -0
  45. package/dist/validators.js +109 -0
  46. package/dist/validators.js.map +1 -0
  47. package/locales/ar/agents.json +11 -1
  48. package/locales/ar/apache.json +5 -1
  49. package/locales/ar/audit.json +4 -1
  50. package/locales/ar/backups.json +20 -1
  51. package/locales/ar/btTracker.json +118 -39
  52. package/locales/ar/catalog.json +8 -8
  53. package/locales/ar/cdn.json +87 -1
  54. package/locales/ar/cli.json +4 -4
  55. package/locales/ar/common.json +8 -1
  56. package/locales/ar/cron.json +30 -1
  57. package/locales/ar/dashboard.json +21 -2
  58. package/locales/ar/db.json +58 -3
  59. package/locales/ar/dns.json +19 -1
  60. package/locales/ar/docker.json +247 -0
  61. package/locales/ar/email.json +47 -11
  62. package/locales/ar/errors.json +5 -2
  63. package/locales/ar/fail2ban.json +38 -13
  64. package/locales/ar/files.json +52 -10
  65. package/locales/ar/firewall.json +19 -10
  66. package/locales/ar/ftp.json +16 -1
  67. package/locales/ar/hostBrowse.json +35 -15
  68. package/locales/ar/listToolbar.json +2 -1
  69. package/locales/ar/login.json +12 -7
  70. package/locales/ar/logs.json +31 -2
  71. package/locales/ar/metrics.json +36 -1
  72. package/locales/ar/migrate.json +14 -1
  73. package/locales/ar/nav.json +11 -4
  74. package/locales/ar/network.json +25 -2
  75. package/locales/ar/notFound.json +6 -0
  76. package/locales/ar/notes.json +213 -61
  77. package/locales/ar/playbooks.json +1 -1
  78. package/locales/ar/projects.json +132 -11
  79. package/locales/ar/protection.json +70 -8
  80. package/locales/ar/publicFiles.json +14 -1
  81. package/locales/ar/rbac.json +15 -2
  82. package/locales/ar/readiness.json +33 -2
  83. package/locales/ar/redis.json +19 -1
  84. package/locales/ar/runtime.json +49 -2
  85. package/locales/ar/search.json +14 -10
  86. package/locales/ar/security.json +66 -7
  87. package/locales/ar/serviceExposure.json +18 -6
  88. package/locales/ar/services.json +61 -3
  89. package/locales/ar/software.json +2 -1
  90. package/locales/ar/softwareLifecycle.json +12 -2
  91. package/locales/ar/ssl.json +12 -1
  92. package/locales/ar/stackWizard.json +9 -2
  93. package/locales/ar/support.json +33 -17
  94. package/locales/ar/system.json +26 -2
  95. package/locales/ar/systemd.json +3 -1
  96. package/locales/ar/terminal.json +9 -1
  97. package/locales/ar/translation.json +2189 -295
  98. package/locales/ar/updates.json +75 -3
  99. package/locales/ar/users.json +19 -1
  100. package/locales/ar/validators.json +266 -0
  101. package/locales/ar/vnc.json +10 -1
  102. package/locales/ar/vpn.json +18 -3
  103. package/locales/bn/agents.json +11 -1
  104. package/locales/bn/apache.json +5 -1
  105. package/locales/bn/audit.json +4 -1
  106. package/locales/bn/backups.json +20 -1
  107. package/locales/bn/btTracker.json +118 -39
  108. package/locales/bn/catalog.json +5 -5
  109. package/locales/bn/cdn.json +87 -1
  110. package/locales/bn/cli.json +2 -2
  111. package/locales/bn/common.json +8 -1
  112. package/locales/bn/cron.json +30 -1
  113. package/locales/bn/dashboard.json +21 -2
  114. package/locales/bn/db.json +58 -3
  115. package/locales/bn/dns.json +19 -1
  116. package/locales/bn/docker.json +247 -0
  117. package/locales/bn/email.json +46 -10
  118. package/locales/bn/errors.json +5 -2
  119. package/locales/bn/fail2ban.json +26 -1
  120. package/locales/bn/files.json +52 -10
  121. package/locales/bn/firewall.json +17 -8
  122. package/locales/bn/ftp.json +16 -1
  123. package/locales/bn/hostBrowse.json +35 -15
  124. package/locales/bn/listToolbar.json +2 -1
  125. package/locales/bn/login.json +13 -8
  126. package/locales/bn/logs.json +31 -2
  127. package/locales/bn/metrics.json +36 -1
  128. package/locales/bn/migrate.json +14 -1
  129. package/locales/bn/nav.json +10 -3
  130. package/locales/bn/network.json +25 -2
  131. package/locales/bn/notFound.json +6 -0
  132. package/locales/bn/notes.json +183 -31
  133. package/locales/bn/projects.json +131 -10
  134. package/locales/bn/protection.json +64 -2
  135. package/locales/bn/publicFiles.json +14 -1
  136. package/locales/bn/rbac.json +15 -2
  137. package/locales/bn/readiness.json +32 -1
  138. package/locales/bn/redis.json +19 -1
  139. package/locales/bn/runtime.json +49 -2
  140. package/locales/bn/search.json +13 -9
  141. package/locales/bn/security.json +66 -7
  142. package/locales/bn/serviceExposure.json +18 -6
  143. package/locales/bn/services.json +60 -2
  144. package/locales/bn/software.json +2 -1
  145. package/locales/bn/softwareLifecycle.json +12 -2
  146. package/locales/bn/ssl.json +12 -1
  147. package/locales/bn/stackWizard.json +9 -2
  148. package/locales/bn/support.json +38 -22
  149. package/locales/bn/system.json +26 -2
  150. package/locales/bn/systemd.json +3 -1
  151. package/locales/bn/terminal.json +9 -1
  152. package/locales/bn/translation.json +2133 -239
  153. package/locales/bn/updates.json +75 -3
  154. package/locales/bn/users.json +19 -1
  155. package/locales/bn/validators.json +266 -0
  156. package/locales/bn/vnc.json +10 -1
  157. package/locales/bn/vpn.json +18 -3
  158. package/locales/en/agents.json +15 -5
  159. package/locales/en/apache.json +4 -0
  160. package/locales/en/audit.json +4 -1
  161. package/locales/en/backups.json +21 -2
  162. package/locales/en/btTracker.json +82 -3
  163. package/locales/en/cdn.json +102 -2
  164. package/locales/en/cli.json +7 -7
  165. package/locales/en/common.json +8 -1
  166. package/locales/en/cron.json +30 -1
  167. package/locales/en/dashboard.json +25 -6
  168. package/locales/en/db.json +64 -8
  169. package/locales/en/dns.json +19 -1
  170. package/locales/en/docker.json +247 -0
  171. package/locales/en/email.json +47 -11
  172. package/locales/en/errors.json +6 -3
  173. package/locales/en/fail2ban.json +31 -6
  174. package/locales/en/files.json +43 -1
  175. package/locales/en/firewall.json +10 -1
  176. package/locales/en/ftp.json +18 -3
  177. package/locales/en/hostBrowse.json +22 -2
  178. package/locales/en/listToolbar.json +2 -1
  179. package/locales/en/login.json +6 -1
  180. package/locales/en/logs.json +33 -4
  181. package/locales/en/metrics.json +37 -2
  182. package/locales/en/migrate.json +14 -1
  183. package/locales/en/nav.json +9 -2
  184. package/locales/en/network.json +25 -2
  185. package/locales/en/notFound.json +6 -0
  186. package/locales/en/notes.json +190 -38
  187. package/locales/en/projects.json +132 -11
  188. package/locales/en/protection.json +66 -3
  189. package/locales/en/publicFiles.json +14 -1
  190. package/locales/en/rbac.json +15 -2
  191. package/locales/en/readiness.json +30 -1
  192. package/locales/en/redis.json +19 -1
  193. package/locales/en/runtime.json +51 -3
  194. package/locales/en/search.json +4 -0
  195. package/locales/en/security.json +68 -9
  196. package/locales/en/serviceExposure.json +13 -1
  197. package/locales/en/services.json +60 -2
  198. package/locales/en/software.json +2 -1
  199. package/locales/en/softwareLifecycle.json +11 -1
  200. package/locales/en/ssl.json +12 -1
  201. package/locales/en/stackWizard.json +9 -2
  202. package/locales/en/support.json +17 -1
  203. package/locales/en/system.json +30 -6
  204. package/locales/en/systemd.json +2 -0
  205. package/locales/en/terminal.json +10 -2
  206. package/locales/en/translation.json +2074 -180
  207. package/locales/en/updates.json +49 -4
  208. package/locales/en/users.json +20 -1
  209. package/locales/en/validators.json +266 -0
  210. package/locales/en/vnc.json +16 -7
  211. package/locales/en/vpn.json +17 -2
  212. package/locales/es/agents.json +11 -1
  213. package/locales/es/apache.json +5 -1
  214. package/locales/es/audit.json +4 -1
  215. package/locales/es/backups.json +20 -1
  216. package/locales/es/btTracker.json +116 -37
  217. package/locales/es/catalog.json +6 -6
  218. package/locales/es/cdn.json +87 -1
  219. package/locales/es/cli.json +2 -2
  220. package/locales/es/common.json +8 -1
  221. package/locales/es/cron.json +30 -1
  222. package/locales/es/dashboard.json +21 -2
  223. package/locales/es/db.json +58 -3
  224. package/locales/es/dns.json +19 -1
  225. package/locales/es/docker.json +247 -0
  226. package/locales/es/email.json +46 -10
  227. package/locales/es/errors.json +5 -2
  228. package/locales/es/fail2ban.json +26 -1
  229. package/locales/es/files.json +51 -9
  230. package/locales/es/firewall.json +17 -8
  231. package/locales/es/ftp.json +16 -1
  232. package/locales/es/hostBrowse.json +33 -13
  233. package/locales/es/listToolbar.json +2 -1
  234. package/locales/es/login.json +12 -7
  235. package/locales/es/logs.json +31 -2
  236. package/locales/es/metrics.json +36 -1
  237. package/locales/es/migrate.json +14 -1
  238. package/locales/es/nav.json +11 -4
  239. package/locales/es/network.json +25 -2
  240. package/locales/es/notFound.json +6 -0
  241. package/locales/es/notes.json +190 -38
  242. package/locales/es/projects.json +131 -10
  243. package/locales/es/protection.json +64 -2
  244. package/locales/es/publicFiles.json +14 -1
  245. package/locales/es/rbac.json +15 -2
  246. package/locales/es/readiness.json +32 -1
  247. package/locales/es/redis.json +19 -1
  248. package/locales/es/runtime.json +49 -2
  249. package/locales/es/search.json +13 -9
  250. package/locales/es/security.json +66 -7
  251. package/locales/es/serviceExposure.json +18 -6
  252. package/locales/es/services.json +60 -2
  253. package/locales/es/software.json +2 -1
  254. package/locales/es/softwareLifecycle.json +12 -2
  255. package/locales/es/ssl.json +12 -1
  256. package/locales/es/stackWizard.json +9 -2
  257. package/locales/es/support.json +37 -21
  258. package/locales/es/system.json +26 -2
  259. package/locales/es/systemd.json +3 -1
  260. package/locales/es/terminal.json +9 -1
  261. package/locales/es/translation.json +2135 -241
  262. package/locales/es/updates.json +75 -3
  263. package/locales/es/users.json +19 -1
  264. package/locales/es/validators.json +266 -0
  265. package/locales/es/vnc.json +10 -1
  266. package/locales/es/vpn.json +18 -3
  267. package/locales/fr/agents.json +11 -1
  268. package/locales/fr/apache.json +5 -1
  269. package/locales/fr/audit.json +4 -1
  270. package/locales/fr/backups.json +20 -1
  271. package/locales/fr/btTracker.json +115 -36
  272. package/locales/fr/catalog.json +6 -6
  273. package/locales/fr/cdn.json +87 -1
  274. package/locales/fr/cli.json +3 -3
  275. package/locales/fr/common.json +8 -1
  276. package/locales/fr/cron.json +30 -1
  277. package/locales/fr/dashboard.json +21 -2
  278. package/locales/fr/db.json +58 -3
  279. package/locales/fr/dns.json +19 -1
  280. package/locales/fr/docker.json +247 -0
  281. package/locales/fr/email.json +44 -8
  282. package/locales/fr/errors.json +5 -2
  283. package/locales/fr/fail2ban.json +27 -2
  284. package/locales/fr/files.json +51 -9
  285. package/locales/fr/firewall.json +13 -4
  286. package/locales/fr/ftp.json +16 -1
  287. package/locales/fr/hostBrowse.json +32 -12
  288. package/locales/fr/listToolbar.json +2 -1
  289. package/locales/fr/login.json +11 -6
  290. package/locales/fr/logs.json +31 -2
  291. package/locales/fr/metrics.json +36 -1
  292. package/locales/fr/migrate.json +14 -1
  293. package/locales/fr/nav.json +11 -4
  294. package/locales/fr/network.json +25 -2
  295. package/locales/fr/notFound.json +6 -0
  296. package/locales/fr/notes.json +186 -34
  297. package/locales/fr/projects.json +129 -8
  298. package/locales/fr/protection.json +64 -2
  299. package/locales/fr/publicFiles.json +14 -1
  300. package/locales/fr/rbac.json +15 -2
  301. package/locales/fr/readiness.json +32 -1
  302. package/locales/fr/redis.json +20 -2
  303. package/locales/fr/runtime.json +49 -2
  304. package/locales/fr/search.json +11 -7
  305. package/locales/fr/security.json +66 -7
  306. package/locales/fr/serviceExposure.json +17 -5
  307. package/locales/fr/services.json +60 -2
  308. package/locales/fr/software.json +2 -1
  309. package/locales/fr/softwareLifecycle.json +12 -2
  310. package/locales/fr/ssl.json +12 -1
  311. package/locales/fr/stackWizard.json +9 -2
  312. package/locales/fr/support.json +37 -21
  313. package/locales/fr/system.json +26 -2
  314. package/locales/fr/systemd.json +3 -1
  315. package/locales/fr/terminal.json +9 -1
  316. package/locales/fr/translation.json +2119 -225
  317. package/locales/fr/updates.json +75 -3
  318. package/locales/fr/users.json +19 -1
  319. package/locales/fr/validators.json +266 -0
  320. package/locales/fr/vnc.json +10 -1
  321. package/locales/fr/vpn.json +17 -2
  322. package/locales/hi/agents.json +11 -1
  323. package/locales/hi/apache.json +5 -1
  324. package/locales/hi/audit.json +4 -1
  325. package/locales/hi/backups.json +20 -1
  326. package/locales/hi/btTracker.json +118 -39
  327. package/locales/hi/catalog.json +7 -7
  328. package/locales/hi/cdn.json +87 -1
  329. package/locales/hi/cli.json +1 -1
  330. package/locales/hi/common.json +8 -1
  331. package/locales/hi/cron.json +30 -1
  332. package/locales/hi/dashboard.json +21 -2
  333. package/locales/hi/db.json +58 -3
  334. package/locales/hi/dns.json +19 -1
  335. package/locales/hi/docker.json +247 -0
  336. package/locales/hi/email.json +46 -10
  337. package/locales/hi/errors.json +5 -2
  338. package/locales/hi/fail2ban.json +29 -4
  339. package/locales/hi/files.json +52 -10
  340. package/locales/hi/firewall.json +17 -8
  341. package/locales/hi/ftp.json +16 -1
  342. package/locales/hi/hostBrowse.json +35 -15
  343. package/locales/hi/listToolbar.json +2 -1
  344. package/locales/hi/login.json +13 -8
  345. package/locales/hi/logs.json +31 -2
  346. package/locales/hi/metrics.json +36 -1
  347. package/locales/hi/migrate.json +14 -1
  348. package/locales/hi/nav.json +11 -4
  349. package/locales/hi/network.json +25 -2
  350. package/locales/hi/notFound.json +6 -0
  351. package/locales/hi/notes.json +188 -36
  352. package/locales/hi/projects.json +132 -11
  353. package/locales/hi/protection.json +65 -3
  354. package/locales/hi/publicFiles.json +14 -1
  355. package/locales/hi/rbac.json +16 -3
  356. package/locales/hi/readiness.json +32 -1
  357. package/locales/hi/redis.json +19 -1
  358. package/locales/hi/runtime.json +49 -2
  359. package/locales/hi/search.json +14 -10
  360. package/locales/hi/security.json +66 -7
  361. package/locales/hi/serviceExposure.json +18 -6
  362. package/locales/hi/services.json +60 -2
  363. package/locales/hi/software.json +2 -1
  364. package/locales/hi/softwareLifecycle.json +12 -2
  365. package/locales/hi/ssl.json +12 -1
  366. package/locales/hi/stackWizard.json +9 -2
  367. package/locales/hi/support.json +36 -20
  368. package/locales/hi/system.json +26 -2
  369. package/locales/hi/systemd.json +3 -1
  370. package/locales/hi/terminal.json +9 -1
  371. package/locales/hi/translation.json +2146 -252
  372. package/locales/hi/updates.json +75 -3
  373. package/locales/hi/users.json +19 -1
  374. package/locales/hi/validators.json +266 -0
  375. package/locales/hi/vnc.json +10 -1
  376. package/locales/hi/vpn.json +19 -4
  377. package/locales/id/agents.json +11 -1
  378. package/locales/id/apache.json +5 -1
  379. package/locales/id/audit.json +4 -1
  380. package/locales/id/backups.json +20 -1
  381. package/locales/id/btTracker.json +116 -37
  382. package/locales/id/catalog.json +6 -6
  383. package/locales/id/cdn.json +87 -1
  384. package/locales/id/cli.json +2 -2
  385. package/locales/id/common.json +8 -1
  386. package/locales/id/cron.json +30 -1
  387. package/locales/id/dashboard.json +21 -2
  388. package/locales/id/db.json +58 -3
  389. package/locales/id/dns.json +19 -1
  390. package/locales/id/docker.json +247 -0
  391. package/locales/id/email.json +46 -10
  392. package/locales/id/errors.json +5 -2
  393. package/locales/id/fail2ban.json +26 -1
  394. package/locales/id/files.json +51 -9
  395. package/locales/id/firewall.json +15 -6
  396. package/locales/id/ftp.json +16 -1
  397. package/locales/id/hostBrowse.json +33 -13
  398. package/locales/id/listToolbar.json +2 -1
  399. package/locales/id/login.json +13 -8
  400. package/locales/id/logs.json +31 -2
  401. package/locales/id/metrics.json +36 -1
  402. package/locales/id/migrate.json +14 -1
  403. package/locales/id/nav.json +10 -3
  404. package/locales/id/network.json +25 -2
  405. package/locales/id/notFound.json +6 -0
  406. package/locales/id/notes.json +185 -33
  407. package/locales/id/projects.json +130 -9
  408. package/locales/id/protection.json +64 -2
  409. package/locales/id/publicFiles.json +14 -1
  410. package/locales/id/rbac.json +15 -2
  411. package/locales/id/readiness.json +32 -1
  412. package/locales/id/redis.json +19 -1
  413. package/locales/id/runtime.json +49 -2
  414. package/locales/id/search.json +13 -9
  415. package/locales/id/security.json +65 -6
  416. package/locales/id/serviceExposure.json +18 -6
  417. package/locales/id/services.json +60 -2
  418. package/locales/id/software.json +2 -1
  419. package/locales/id/softwareLifecycle.json +12 -2
  420. package/locales/id/ssl.json +12 -1
  421. package/locales/id/stackWizard.json +9 -2
  422. package/locales/id/support.json +36 -20
  423. package/locales/id/system.json +26 -2
  424. package/locales/id/systemd.json +3 -1
  425. package/locales/id/terminal.json +9 -1
  426. package/locales/id/translation.json +2125 -231
  427. package/locales/id/updates.json +75 -3
  428. package/locales/id/users.json +19 -1
  429. package/locales/id/validators.json +266 -0
  430. package/locales/id/vnc.json +10 -1
  431. package/locales/id/vpn.json +18 -3
  432. package/locales/ja/agents.json +11 -1
  433. package/locales/ja/apache.json +5 -1
  434. package/locales/ja/audit.json +4 -1
  435. package/locales/ja/backups.json +20 -1
  436. package/locales/ja/btTracker.json +118 -39
  437. package/locales/ja/catalog.json +10 -10
  438. package/locales/ja/cdn.json +87 -1
  439. package/locales/ja/cli.json +3 -3
  440. package/locales/ja/common.json +8 -1
  441. package/locales/ja/cron.json +30 -1
  442. package/locales/ja/dashboard.json +21 -2
  443. package/locales/ja/db.json +58 -3
  444. package/locales/ja/dns.json +19 -1
  445. package/locales/ja/docker.json +247 -0
  446. package/locales/ja/email.json +46 -10
  447. package/locales/ja/errors.json +5 -2
  448. package/locales/ja/fail2ban.json +26 -1
  449. package/locales/ja/files.json +51 -9
  450. package/locales/ja/firewall.json +17 -8
  451. package/locales/ja/ftp.json +16 -1
  452. package/locales/ja/hostBrowse.json +35 -15
  453. package/locales/ja/listToolbar.json +2 -1
  454. package/locales/ja/login.json +11 -6
  455. package/locales/ja/logs.json +31 -2
  456. package/locales/ja/metrics.json +36 -1
  457. package/locales/ja/migrate.json +14 -1
  458. package/locales/ja/nav.json +13 -6
  459. package/locales/ja/network.json +26 -3
  460. package/locales/ja/notFound.json +6 -0
  461. package/locales/ja/notes.json +194 -42
  462. package/locales/ja/projects.json +131 -10
  463. package/locales/ja/protection.json +64 -2
  464. package/locales/ja/publicFiles.json +14 -1
  465. package/locales/ja/rbac.json +15 -2
  466. package/locales/ja/readiness.json +32 -1
  467. package/locales/ja/redis.json +19 -1
  468. package/locales/ja/runtime.json +50 -3
  469. package/locales/ja/search.json +12 -8
  470. package/locales/ja/security.json +66 -7
  471. package/locales/ja/serviceExposure.json +18 -6
  472. package/locales/ja/services.json +60 -2
  473. package/locales/ja/software.json +2 -1
  474. package/locales/ja/softwareLifecycle.json +12 -2
  475. package/locales/ja/ssl.json +12 -1
  476. package/locales/ja/stackWizard.json +9 -2
  477. package/locales/ja/support.json +38 -22
  478. package/locales/ja/system.json +26 -2
  479. package/locales/ja/systemd.json +3 -1
  480. package/locales/ja/terminal.json +9 -1
  481. package/locales/ja/translation.json +2152 -258
  482. package/locales/ja/updates.json +75 -3
  483. package/locales/ja/users.json +19 -1
  484. package/locales/ja/validators.json +266 -0
  485. package/locales/ja/vnc.json +10 -1
  486. package/locales/ja/vpn.json +18 -3
  487. package/locales/ko/agents.json +11 -1
  488. package/locales/ko/apache.json +5 -1
  489. package/locales/ko/audit.json +4 -1
  490. package/locales/ko/backups.json +20 -1
  491. package/locales/ko/btTracker.json +118 -39
  492. package/locales/ko/catalog.json +8 -8
  493. package/locales/ko/cdn.json +87 -1
  494. package/locales/ko/cli.json +2 -2
  495. package/locales/ko/common.json +8 -1
  496. package/locales/ko/cron.json +30 -1
  497. package/locales/ko/dashboard.json +21 -2
  498. package/locales/ko/db.json +58 -3
  499. package/locales/ko/dns.json +19 -1
  500. package/locales/ko/docker.json +247 -0
  501. package/locales/ko/email.json +46 -10
  502. package/locales/ko/errors.json +5 -2
  503. package/locales/ko/fail2ban.json +37 -12
  504. package/locales/ko/files.json +51 -9
  505. package/locales/ko/firewall.json +18 -9
  506. package/locales/ko/ftp.json +16 -1
  507. package/locales/ko/hostBrowse.json +35 -15
  508. package/locales/ko/listToolbar.json +2 -1
  509. package/locales/ko/login.json +10 -5
  510. package/locales/ko/logs.json +31 -2
  511. package/locales/ko/metrics.json +36 -1
  512. package/locales/ko/migrate.json +14 -1
  513. package/locales/ko/nav.json +11 -4
  514. package/locales/ko/network.json +25 -2
  515. package/locales/ko/notFound.json +6 -0
  516. package/locales/ko/notes.json +204 -52
  517. package/locales/ko/playbooks.json +1 -1
  518. package/locales/ko/projects.json +132 -11
  519. package/locales/ko/protection.json +67 -5
  520. package/locales/ko/publicFiles.json +14 -1
  521. package/locales/ko/rbac.json +15 -2
  522. package/locales/ko/readiness.json +33 -2
  523. package/locales/ko/redis.json +19 -1
  524. package/locales/ko/runtime.json +49 -2
  525. package/locales/ko/search.json +13 -9
  526. package/locales/ko/security.json +66 -7
  527. package/locales/ko/serviceExposure.json +18 -6
  528. package/locales/ko/services.json +60 -2
  529. package/locales/ko/software.json +2 -1
  530. package/locales/ko/softwareLifecycle.json +12 -2
  531. package/locales/ko/ssl.json +12 -1
  532. package/locales/ko/stackWizard.json +9 -2
  533. package/locales/ko/support.json +36 -20
  534. package/locales/ko/system.json +26 -2
  535. package/locales/ko/systemd.json +3 -1
  536. package/locales/ko/terminal.json +9 -1
  537. package/locales/ko/translation.json +2171 -277
  538. package/locales/ko/updates.json +75 -3
  539. package/locales/ko/users.json +19 -1
  540. package/locales/ko/validators.json +266 -0
  541. package/locales/ko/vnc.json +10 -1
  542. package/locales/ko/vpn.json +19 -4
  543. package/locales/pt/agents.json +11 -1
  544. package/locales/pt/apache.json +5 -1
  545. package/locales/pt/audit.json +4 -1
  546. package/locales/pt/backups.json +20 -1
  547. package/locales/pt/btTracker.json +116 -37
  548. package/locales/pt/catalog.json +4 -4
  549. package/locales/pt/cdn.json +87 -1
  550. package/locales/pt/cli.json +2 -2
  551. package/locales/pt/common.json +8 -1
  552. package/locales/pt/cron.json +30 -1
  553. package/locales/pt/dashboard.json +21 -2
  554. package/locales/pt/db.json +58 -3
  555. package/locales/pt/dns.json +19 -1
  556. package/locales/pt/docker.json +247 -0
  557. package/locales/pt/email.json +46 -10
  558. package/locales/pt/errors.json +5 -2
  559. package/locales/pt/fail2ban.json +26 -1
  560. package/locales/pt/files.json +51 -9
  561. package/locales/pt/firewall.json +16 -7
  562. package/locales/pt/ftp.json +16 -1
  563. package/locales/pt/hostBrowse.json +35 -15
  564. package/locales/pt/listToolbar.json +2 -1
  565. package/locales/pt/login.json +14 -9
  566. package/locales/pt/logs.json +31 -2
  567. package/locales/pt/metrics.json +36 -1
  568. package/locales/pt/migrate.json +14 -1
  569. package/locales/pt/nav.json +10 -3
  570. package/locales/pt/network.json +25 -2
  571. package/locales/pt/notFound.json +6 -0
  572. package/locales/pt/notes.json +187 -35
  573. package/locales/pt/projects.json +129 -8
  574. package/locales/pt/protection.json +64 -2
  575. package/locales/pt/publicFiles.json +14 -1
  576. package/locales/pt/rbac.json +15 -2
  577. package/locales/pt/readiness.json +32 -1
  578. package/locales/pt/redis.json +19 -1
  579. package/locales/pt/runtime.json +49 -2
  580. package/locales/pt/search.json +11 -7
  581. package/locales/pt/security.json +66 -7
  582. package/locales/pt/serviceExposure.json +17 -5
  583. package/locales/pt/services.json +60 -2
  584. package/locales/pt/software.json +2 -1
  585. package/locales/pt/softwareLifecycle.json +12 -2
  586. package/locales/pt/ssl.json +12 -1
  587. package/locales/pt/stackWizard.json +9 -2
  588. package/locales/pt/support.json +36 -20
  589. package/locales/pt/system.json +26 -2
  590. package/locales/pt/systemd.json +3 -1
  591. package/locales/pt/terminal.json +9 -1
  592. package/locales/pt/translation.json +2125 -231
  593. package/locales/pt/updates.json +75 -3
  594. package/locales/pt/users.json +19 -1
  595. package/locales/pt/validators.json +266 -0
  596. package/locales/pt/vnc.json +10 -1
  597. package/locales/pt/vpn.json +17 -2
  598. package/locales/ur/agents.json +11 -1
  599. package/locales/ur/apache.json +5 -1
  600. package/locales/ur/audit.json +4 -1
  601. package/locales/ur/backups.json +20 -1
  602. package/locales/ur/btTracker.json +118 -39
  603. package/locales/ur/catalog.json +6 -6
  604. package/locales/ur/cdn.json +87 -1
  605. package/locales/ur/cli.json +2 -2
  606. package/locales/ur/common.json +8 -1
  607. package/locales/ur/cron.json +30 -1
  608. package/locales/ur/dashboard.json +21 -2
  609. package/locales/ur/db.json +58 -3
  610. package/locales/ur/dns.json +19 -1
  611. package/locales/ur/docker.json +247 -0
  612. package/locales/ur/email.json +46 -10
  613. package/locales/ur/errors.json +5 -2
  614. package/locales/ur/fail2ban.json +26 -1
  615. package/locales/ur/files.json +52 -10
  616. package/locales/ur/firewall.json +17 -8
  617. package/locales/ur/ftp.json +16 -1
  618. package/locales/ur/hostBrowse.json +35 -15
  619. package/locales/ur/listToolbar.json +2 -1
  620. package/locales/ur/login.json +13 -8
  621. package/locales/ur/logs.json +31 -2
  622. package/locales/ur/metrics.json +36 -1
  623. package/locales/ur/migrate.json +14 -1
  624. package/locales/ur/nav.json +10 -3
  625. package/locales/ur/network.json +25 -2
  626. package/locales/ur/notFound.json +6 -0
  627. package/locales/ur/notes.json +183 -31
  628. package/locales/ur/projects.json +131 -10
  629. package/locales/ur/protection.json +64 -2
  630. package/locales/ur/publicFiles.json +14 -1
  631. package/locales/ur/rbac.json +15 -2
  632. package/locales/ur/readiness.json +32 -1
  633. package/locales/ur/redis.json +19 -1
  634. package/locales/ur/runtime.json +49 -2
  635. package/locales/ur/search.json +13 -9
  636. package/locales/ur/security.json +66 -7
  637. package/locales/ur/serviceExposure.json +18 -6
  638. package/locales/ur/services.json +60 -2
  639. package/locales/ur/software.json +2 -1
  640. package/locales/ur/softwareLifecycle.json +12 -2
  641. package/locales/ur/ssl.json +12 -1
  642. package/locales/ur/stackWizard.json +9 -2
  643. package/locales/ur/support.json +37 -21
  644. package/locales/ur/system.json +26 -2
  645. package/locales/ur/systemd.json +3 -1
  646. package/locales/ur/terminal.json +9 -1
  647. package/locales/ur/translation.json +2134 -240
  648. package/locales/ur/updates.json +75 -3
  649. package/locales/ur/users.json +19 -1
  650. package/locales/ur/validators.json +266 -0
  651. package/locales/ur/vnc.json +10 -1
  652. package/locales/ur/vpn.json +19 -4
  653. package/locales/zh-CN/agents.json +11 -1
  654. package/locales/zh-CN/apache.json +6 -2
  655. package/locales/zh-CN/audit.json +4 -1
  656. package/locales/zh-CN/backups.json +20 -1
  657. package/locales/zh-CN/btTracker.json +82 -3
  658. package/locales/zh-CN/catalog.json +2 -2
  659. package/locales/zh-CN/cdn.json +87 -1
  660. package/locales/zh-CN/cli.json +5 -5
  661. package/locales/zh-CN/common.json +8 -1
  662. package/locales/zh-CN/cron.json +30 -1
  663. package/locales/zh-CN/dashboard.json +22 -3
  664. package/locales/zh-CN/db.json +59 -4
  665. package/locales/zh-CN/dns.json +19 -1
  666. package/locales/zh-CN/docker.json +247 -0
  667. package/locales/zh-CN/email.json +46 -10
  668. package/locales/zh-CN/errors.json +5 -2
  669. package/locales/zh-CN/fail2ban.json +31 -6
  670. package/locales/zh-CN/files.json +45 -3
  671. package/locales/zh-CN/firewall.json +11 -2
  672. package/locales/zh-CN/ftp.json +16 -1
  673. package/locales/zh-CN/hostBrowse.json +21 -1
  674. package/locales/zh-CN/listToolbar.json +2 -1
  675. package/locales/zh-CN/login.json +6 -1
  676. package/locales/zh-CN/logs.json +36 -7
  677. package/locales/zh-CN/metrics.json +36 -1
  678. package/locales/zh-CN/migrate.json +14 -1
  679. package/locales/zh-CN/nav.json +10 -3
  680. package/locales/zh-CN/network.json +26 -3
  681. package/locales/zh-CN/nginx.json +1 -1
  682. package/locales/zh-CN/notFound.json +6 -0
  683. package/locales/zh-CN/notes.json +177 -25
  684. package/locales/zh-CN/projects.json +128 -7
  685. package/locales/zh-CN/protection.json +64 -2
  686. package/locales/zh-CN/publicFiles.json +14 -1
  687. package/locales/zh-CN/rbac.json +15 -2
  688. package/locales/zh-CN/readiness.json +33 -2
  689. package/locales/zh-CN/redis.json +19 -1
  690. package/locales/zh-CN/runtime.json +50 -3
  691. package/locales/zh-CN/search.json +5 -1
  692. package/locales/zh-CN/security.json +66 -7
  693. package/locales/zh-CN/serviceExposure.json +13 -1
  694. package/locales/zh-CN/services.json +60 -2
  695. package/locales/zh-CN/software.json +2 -1
  696. package/locales/zh-CN/softwareLifecycle.json +12 -2
  697. package/locales/zh-CN/ssl.json +12 -1
  698. package/locales/zh-CN/stackWizard.json +9 -2
  699. package/locales/zh-CN/support.json +18 -2
  700. package/locales/zh-CN/system.json +27 -3
  701. package/locales/zh-CN/systemd.json +3 -1
  702. package/locales/zh-CN/terminal.json +9 -1
  703. package/locales/zh-CN/translation.json +2040 -146
  704. package/locales/zh-CN/updates.json +75 -3
  705. package/locales/zh-CN/users.json +19 -1
  706. package/locales/zh-CN/validators.json +266 -0
  707. package/locales/zh-CN/vnc.json +10 -1
  708. package/locales/zh-CN/vpn.json +19 -4
  709. package/locales/zh-HK/agents.json +17 -7
  710. package/locales/zh-HK/apache.json +6 -2
  711. package/locales/zh-HK/audit.json +4 -1
  712. package/locales/zh-HK/backups.json +21 -2
  713. package/locales/zh-HK/btTracker.json +86 -7
  714. package/locales/zh-HK/catalog.json +2 -2
  715. package/locales/zh-HK/cdn.json +89 -3
  716. package/locales/zh-HK/cli.json +15 -15
  717. package/locales/zh-HK/common.json +8 -1
  718. package/locales/zh-HK/cron.json +34 -5
  719. package/locales/zh-HK/dashboard.json +25 -6
  720. package/locales/zh-HK/db.json +65 -10
  721. package/locales/zh-HK/dns.json +19 -1
  722. package/locales/zh-HK/docker.json +247 -0
  723. package/locales/zh-HK/email.json +61 -25
  724. package/locales/zh-HK/errors.json +6 -3
  725. package/locales/zh-HK/fail2ban.json +32 -7
  726. package/locales/zh-HK/files.json +47 -5
  727. package/locales/zh-HK/firewall.json +13 -4
  728. package/locales/zh-HK/ftp.json +18 -3
  729. package/locales/zh-HK/hostBrowse.json +22 -2
  730. package/locales/zh-HK/listToolbar.json +2 -1
  731. package/locales/zh-HK/login.json +7 -2
  732. package/locales/zh-HK/logs.json +40 -11
  733. package/locales/zh-HK/metrics.json +38 -3
  734. package/locales/zh-HK/migrate.json +13 -0
  735. package/locales/zh-HK/nav.json +12 -5
  736. package/locales/zh-HK/network.json +30 -7
  737. package/locales/zh-HK/nginx.json +2 -2
  738. package/locales/zh-HK/notFound.json +6 -0
  739. package/locales/zh-HK/notes.json +228 -76
  740. package/locales/zh-HK/projects.json +142 -21
  741. package/locales/zh-HK/protection.json +65 -3
  742. package/locales/zh-HK/publicFiles.json +16 -3
  743. package/locales/zh-HK/rbac.json +15 -2
  744. package/locales/zh-HK/readiness.json +35 -4
  745. package/locales/zh-HK/redis.json +22 -4
  746. package/locales/zh-HK/runtime.json +58 -11
  747. package/locales/zh-HK/search.json +5 -1
  748. package/locales/zh-HK/security.json +77 -18
  749. package/locales/zh-HK/serviceExposure.json +13 -1
  750. package/locales/zh-HK/services.json +61 -3
  751. package/locales/zh-HK/software.json +2 -1
  752. package/locales/zh-HK/softwareLifecycle.json +12 -2
  753. package/locales/zh-HK/ssl.json +13 -2
  754. package/locales/zh-HK/stackWizard.json +10 -3
  755. package/locales/zh-HK/support.json +22 -6
  756. package/locales/zh-HK/system.json +30 -6
  757. package/locales/zh-HK/systemd.json +9 -7
  758. package/locales/zh-HK/terminal.json +10 -2
  759. package/locales/zh-HK/translation.json +2238 -344
  760. package/locales/zh-HK/uiInline.json +3 -3
  761. package/locales/zh-HK/updates.json +76 -4
  762. package/locales/zh-HK/users.json +20 -2
  763. package/locales/zh-HK/validators.json +266 -0
  764. package/locales/zh-HK/vnc.json +16 -7
  765. package/locales/zh-HK/vpn.json +23 -8
  766. package/package.json +1 -1
@@ -9,8 +9,12 @@
9
9
  "pillReady": "Ready",
10
10
  "pill2faOff": "2FA off",
11
11
  "stat2fa": "2FA",
12
- "statApi": "API",
12
+ "statApi": "API keys",
13
+ "statApiSessions": "API sessions",
14
+ "revokeOtherTitle": "Sign out {{n}} other session(s)",
13
15
  "statSsh": "SSH",
16
+ "statSshValue": "{{keys}} keys · {{auth}} authorized",
17
+ "statSshHint": "Outbound identities / authorized login keys",
14
18
  "statPending": "Pending",
15
19
  "on": "On",
16
20
  "off": "Off",
@@ -19,7 +23,7 @@
19
23
  "tabApiKeys": "API keys",
20
24
  "tabSsh": "SSH",
21
25
  "tabApprovals": "Approvals",
22
- "tabAllowlist": "Allowlist",
26
+ "tabAllowlist": "Agent tools",
23
27
  "apiTokenOnce": "API token (shown once):",
24
28
  "copiedToken": "Token copied",
25
29
  "totpTitle": "Two-factor (TOTP)",
@@ -103,8 +107,9 @@
103
107
  "revokeAllDevices": "Revoke all devices",
104
108
  "revokedAllDevices": "All trusted devices revoked",
105
109
  "export2faBackup": "Export 2FA encrypted backup",
106
- "fail2banSnippetMsg": "Fail2ban snippets: {{written}} — {{notes}}",
107
- "generateFail2ban": "Generate Fail2ban snippets",
110
+ "fail2banSnippetMsg": "fail2ban snippets: {{written}} — {{notes}}",
111
+ "generatefail2ban": "Generate fail2ban snippets",
112
+ "generateFail2ban": "Generate fail2ban snippets",
108
113
  "adminPolicyTitle": "Admin 2FA policy",
109
114
  "adminPolicyDesc": "",
110
115
  "requireAdmin2fa": "Require admin 2FA",
@@ -124,8 +129,9 @@
124
129
  "apiKeysEmpty": "No API keys yet",
125
130
  "apiKeysEmptyHint": "Create from the toolbar; then call API with Bearer token",
126
131
  "approve": "Approve",
127
- "allowlistTitle": "Allowlist ({{count}})",
128
- "allowlistEmpty": "No allowlist tools",
132
+ "allowlistTitle": "Agent tools ({{count}})",
133
+ "allowlistEmpty": "No agent tools in the catalog",
134
+ "totpStatusLoadFailed": "Could not load 2FA status",
129
135
  "createApiKeyTitle": "Create API key",
130
136
  "createApiKeyDesc": "Full token is shown only once after create",
131
137
  "createKeyBtn": "Create key",
@@ -199,7 +205,9 @@
199
205
  "commentOptional": "Comment (optional)",
200
206
  "commentPlaceholder": "laptop / CI",
201
207
  "loginNeedProject": "Create a project first. Binding works best when the system user is ready.",
202
- "loginNeedPub": "Select a project and paste a public key starting with ssh-",
208
+ "loginNeedPub": "Select a project or Linux user, and paste a public key starting with ssh-",
209
+ "loginNoProjects": "No projects. Authorize an existing Linux user (root / tester) below. Writing /root/.ssh needs YSK_EXECUTE=1.",
210
+ "loginLinuxHint": "Used when no project. Example: root or tester.",
203
211
  "loginAdded": "Added",
204
212
  "sshdTitle": "Project user SFTP (sshd)",
205
213
  "sshdDesc": "Let ysks_* / ysk_* project users SFTP with public keys",
@@ -323,6 +331,14 @@
323
331
  "ssh2faStep3": "Write home file",
324
332
  "ssh2faStep4": "Install PAM module and merge snippets (below)",
325
333
  "pkgLabel": "Package {{name}}",
334
+ "pkgStatus": "Package {{status}}",
335
+ "pamStatus": "PAM {{status}}",
336
+ "kbdStatus": "sshd keyboard-interactive {{status}}",
337
+ "light": {
338
+ "green": "ok",
339
+ "yellow": "check",
340
+ "red": "missing"
341
+ },
326
342
  "enrollForUser": "Enroll SSH 2FA for user",
327
343
  "ssh2faEmpty": "No Linux user has SSH 2FA yet",
328
344
  "ssh2faEmptyHint": "Prefer key login first;",
@@ -367,7 +383,13 @@
367
383
  "sharePanelTitle": "Share panel TOTP secret?",
368
384
  "sharePanelDesc": "High risk. Type SHARED to confirm.",
369
385
  "confirmString": "Confirmation string",
370
- "enableShare": "Enable sharing"
386
+ "enableShare": "Enable sharing",
387
+ "invalidPub": "Paste a full OpenSSH public key line (ssh-ed25519 / ssh-rsa / ecdsa…).",
388
+ "dryRunOk": "Dry-run finished. Review the preview below.",
389
+ "strictDryRun": "Strict preview (dry-run)",
390
+ "errorNoDetail": "Test failed (no details)",
391
+ "strictBlocked": "Package or PAM is not ready; Strict apply is disabled.",
392
+ "privCloseWithoutAck": "Closed. The private key will not be shown again; generate a new one if you did not save it."
371
393
  },
372
394
  "sessionsActive": "Active sessions",
373
395
  "sessionsOther": "Other devices",
@@ -390,5 +412,42 @@
390
412
  "revokeOthersDesc": "This will end {{count}} other session(s). Your current browser stays signed in.",
391
413
  "sessionRevoked": "Session signed out",
392
414
  "mySecurityHint": "",
393
- "policyTotpHint": "Site policy: each admin must enable their own 2FA (individual QR)"
415
+ "policyTotpHint": "Site policy: each admin must enable their own 2FA (individual QR)",
416
+ "requireUser2fa": "Require 2FA for all panel users",
417
+ "changePasswordTitle": "Change sign-in password",
418
+ "currentPassword": "Current password",
419
+ "newPassword": "New password",
420
+ "confirmNewPassword": "Confirm new password",
421
+ "passwordMismatch": "New passwords do not match.",
422
+ "changePassword": "Change password",
423
+ "passwordChanged": "Password updated.",
424
+ "strictNeedsEnrolled": "Enable 2FA on this admin account before turning on Strict.",
425
+ "policyTotpNeedSelf": "Enable 2FA on this account first; the confirm code cannot be filled otherwise.",
426
+ "policyNoTotpHint": "This account has no 2FA yet. Turn on 2FA above before requiring it for admins or all users — otherwise you can lock everyone out.",
427
+ "policyNeedSelf2fa": "Enable 2FA on this account first, then confirm with a TOTP code",
428
+ "revokeAllDevicesTitle": "Revoke every remembered device — you and other admins must verify 2FA again",
429
+ "sessionCli": "CLI",
430
+ "sessionApi": "API",
431
+ "fail2banSnippetTitle": "fail2ban snippet",
432
+ "fail2banSnippetEmpty": "No snippet was written.",
433
+ "trustedDevicesTitle": "Trusted devices",
434
+ "noTrustedDevices": "No trusted devices.",
435
+ "strictConfirmTitle": "Turn on Strict 2FA?",
436
+ "strictConfirmDesc": "Users without 2FA will be refused sign-in. Confirm you already have a working TOTP or passkey.",
437
+ "revokeDevicesTitle": "Revoke trusted devices?",
438
+ "revokeDevicesDesc": "Remembered browsers will need 2FA again.",
439
+ "approvalsHint": "Approvals appear when a high-risk tool needs a second operator. Grant Review approvals and Handle approvals on Users → Permissions.",
440
+ "allowlistReadonly": "Read-only catalog of agent tools. Capability grants are configured on Users → Permissions.",
441
+ "colTool": "Tool",
442
+ "colAllowed": "Allowed",
443
+ "colRisk": "Risk",
444
+ "colApproval": "Approval",
445
+ "risk": {
446
+ "low": "Low",
447
+ "medium": "Medium",
448
+ "high": "High",
449
+ "critical": "Critical"
450
+ },
451
+ "confirmDeleteApiKey": "Delete this API key?",
452
+ "confirmDeleteApiKeyDesc": "“{{name}}” will stop authenticating. This cannot be undone."
394
453
  }
@@ -7,11 +7,22 @@
7
7
  "modePrivate": "Local only",
8
8
  "modePublic": "Public",
9
9
  "modeRestricted": "Restricted",
10
+ "modeUndecided": "Not set",
11
+ "modePublicLive": "Public (live bind)",
12
+ "summaryPublicLive": "Listening on {{bind}} — reachable on all interfaces. Confirm access mode; this is not private.",
13
+ "modeLoading": "Loading",
10
14
  "summaryPrivate": "Not open on the public firewall.",
11
15
  "summaryPublic": "Open · {{ports}}",
16
+ "summaryUndecided": "Access mode not confirmed (catalog default: {{suggested}}).",
17
+ "summaryNotEnforced": "Firewall is off — the panel is not opening or blocking these ports.",
18
+ "roleSmtp": "SMTP submission",
19
+ "roleImap": "IMAP / POP3 mailbox",
12
20
  "summaryRestricted": "Restricted · {{count}} source(s)",
13
21
  "summaryFirewallOff": "Host firewall: {{detail}} — rules not enforced until UFW is active.",
22
+ "summaryFirewallOffOnly": "Host firewall is not enabled, so port rules are not enforced.",
14
23
  "outOfSync": "Out of sync",
24
+ "openButStopped": "Ports open — service not running",
25
+ "openNoTenants": "Public ports with no tenants",
15
26
  "firewallOff": "Firewall off",
16
27
  "ufwMissing": "UFW not installed",
17
28
  "ufwInactive": "inactive",
@@ -27,5 +38,6 @@
27
38
  "restrictedNeedSource": "Add at least one IP/CIDR or country code for restricted mode.",
28
39
  "privateStartTitle": "Expose {{service}} on the network?",
29
40
  "confirmAndStart": "Confirm and start",
30
- "cloudSgNote": "Host firewall only — cloud security groups (AWS/GCP/Azure) are not changed."
41
+ "cloudSgNote": "Host firewall only — cloud security groups (AWS/GCP/Azure) are not changed.",
42
+ "serviceNotInstalled": "This service is not installed, so firewall rules do not apply."
31
43
  }
@@ -1,13 +1,70 @@
1
1
  {
2
2
  "enabledBoot": "On boot",
3
+ "unitNotFound": "Not installed",
4
+ "bootNa": "Not applicable",
5
+ "unitNa": "Not applicable",
6
+ "permLabel": "Permission",
7
+ "permCanChange": "Can change the system (superuser)",
8
+ "permBlocked": "Cannot change the system",
9
+ "permHint": "System change {{exec}} · Superuser {{root}}",
10
+ "clusterLegend": "Planned = saved in the panel, not applied on the host.",
11
+ "active": {
12
+ "active": "Running",
13
+ "inactive": "Stopped",
14
+ "not-found": "Not installed",
15
+ "failed": "Failed",
16
+ "tool": "Tool",
17
+ "activating": "Starting"
18
+ },
19
+ "unitStatic": "static",
20
+ "unitIndirect": "indirect",
3
21
  "action": {
4
22
  "start": "Start",
5
23
  "stop": "Stop",
6
24
  "restart": "Restart",
7
- "reload": "Reload"
25
+ "reload": "Reload",
26
+ "enable": "Enable on boot",
27
+ "disable": "Disable on boot"
8
28
  },
29
+ "enabledOk": "{{label}} enabled on boot",
30
+ "bootDisabledWarn": "{{label}} is running but will not start at boot. Enable it to persist across reboot.",
31
+ "bootDisabledShort": "Not on boot",
32
+ "sshdBootOffWarn": "sshd is not enabled on boot. After reboot this host will have no SSH rescue path.",
33
+ "mariadbNotInstalled": "MariaDB is not installed",
34
+ "mariadbNotInstalledMysqlOk": "Not installed: MariaDB (MySQL is installed)",
35
+ "lifecycleTitle": "{{label}} service control",
36
+ "startedOk": "{{label}} started",
37
+ "stoppedOk": "{{label}} stopped",
38
+ "needRunning": "{{label}} is not running",
39
+ "restartedOk": "{{label}} restarted",
40
+ "reloadedOk": "{{label}} reloaded",
41
+ "stopNeedConfirm": "Needs confirmation",
42
+ "stopNeedConfirmPhrase": "Needs confirmation phrase",
43
+ "stopConfirmTitle": "Stop {{label}}?",
44
+ "stopConfirmDesc": "{{label}} will stop listening. Start it again from this page when needed.",
45
+ "stopConfirmEdgeDesc": "Stopping {{label}} takes sites and reverse-proxy traffic offline until it is started again.",
46
+ "stopConfirmEdgeConsequence": "HTTP/HTTPS on this host will not be served while {{label}} is stopped.",
47
+ "stopConfirmSshdTitle": "Stop sshd?",
48
+ "stopConfirmSshdDesc": "Stopping sshd closes remote SSH. Confirm you still have a console or another login path.",
49
+ "stopConfirmSshdToken": "stop sshd",
50
+ "stopConfirmSshdConsequence": "New SSH sessions will fail until sshd is started from the host console.",
51
+ "stopConfirmPanelTitle": "Stop YSK Server?",
52
+ "stopConfirmPanelDesc": "The panel and API will go offline until the unit is started on the host.",
53
+ "restartConfirmPanelTitle": "Restart YSK Server?",
54
+ "restartConfirmPanelDesc": "The panel and API will drop briefly while the unit restarts.",
55
+ "stopConfirmPanelToken": "stop ysk-server",
56
+ "stopConfirmPanelConsequence": "This browser session will disconnect. Start the unit from SSH or the host console.",
57
+ "stopConfirmFail2banTitle": "Stop fail2ban?",
58
+ "stopConfirmFail2banDesc": "Stopping fail2ban turns off automatic IP bans. Websites and SSH keep running.",
59
+ "stopConfirmFail2banConsequence": "New attackers are not banned until fail2ban is started again.",
9
60
  "actionDone": "{{action}} done",
10
61
  "runningOf": "{{running}}/{{total}} running",
62
+ "statusFilter": {
63
+ "all": "All states",
64
+ "running": "Running",
65
+ "failed": "Failed",
66
+ "missing": "Not installed"
67
+ },
11
68
  "canMutate": "Mutable",
12
69
  "locked": "Locked",
13
70
  "controlUnit": "Control-plane unit",
@@ -21,7 +78,7 @@
21
78
  "matrixTab": "Service matrix ({{count}})",
22
79
  "stackTab": "Software stack",
23
80
  "stackTitle": "Host software stack",
24
- "stackHint": "Install or remove host components by plan; SQL server engines are exclusive.",
81
+ "stackHint": "Software plans install OS packages. The service matrix tab lists systemd units — the two counts are not the same set.",
25
82
  "protectionTab": "Protection probe",
26
83
  "knownServices": "Known services",
27
84
  "showing": "Showing {{shown}} / {{total}}",
@@ -31,6 +88,7 @@
31
88
  "bootPrefix": "Boot {{state}}",
32
89
  "controlPage": "Control page",
33
90
  "manageRuntime": "Install / update",
91
+ "installOrOpen": "Install / open",
34
92
  "protectionTitle": "Protection probe",
35
93
  "protectionSub": "Read-only; does not change firewall / fail2ban",
36
94
  "protectionDoneNote": "Protection probe finished",
@@ -87,7 +87,8 @@
87
87
  "pick": "Pick version",
88
88
  "noTarget": "No update target",
89
89
  "needRuntimePage": "Install this version on the runtime page",
90
- "noAptCandidate": "No apt candidate version"
90
+ "noAptCandidate": "No apt candidate version",
91
+ "sourceLabel": "Source"
91
92
  },
92
93
  "install": {
93
94
  "progress": "Installing: {{list}}…",
@@ -48,6 +48,8 @@
48
48
  "vnc": "VNC services will stop",
49
49
  "controlPlane": "Control plane runtime (protected)",
50
50
  "generic": "Related services may stop",
51
+ "containers": "Running containers will stop",
52
+ "validators": "Validator node stacks that use Docker Compose will stop",
51
53
  "purgeData": "Data paths will be deleted",
52
54
  "protectedSkipped": "Protected components are skipped",
53
55
  "runtimeStack": "All panel-managed versions of this runtime will be removed"
@@ -57,5 +59,13 @@
57
59
  "dockCancelling": "Cancelling · {{title}}",
58
60
  "dockCancelled": "Cancelled · {{title}}",
59
61
  "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)"
62
+ "cancelledToast": "Operation cancelled (client stopped streaming)",
63
+ "kindApply": "Apply",
64
+ "kindScan": "Scan",
65
+ "kindDeploy": "Deploy",
66
+ "kindRuntime": "Runtime",
67
+ "jobDone": "Finished · {{title}}",
68
+ "jobFailed": "Failed · {{title}}",
69
+ "uninstallUfwWarn": "Removing UFW leaves this host without its panel-managed port firewall.",
70
+ "uninstallFail2banWarn": "Removing fail2ban stops jails and releases current bans. Add your login IP to ignoreip first if you keep it."
61
71
  }
@@ -16,6 +16,8 @@
16
16
  },
17
17
  "pillCount": "{{count}} cert(s)",
18
18
  "statCerts": "Certificates",
19
+ "panelCertHint": "Panel HTTPS uses {{path}} (expires {{exp}}). It is not listed as a site certificate.",
20
+ "openPanelTls": "Open panel HTTPS",
19
21
  "statWithFiles": "With files",
20
22
  "statBindings": "Bindings",
21
23
  "statFailed": "Failed",
@@ -71,6 +73,9 @@
71
73
  "filesYes": "Yes",
72
74
  "filesNo": "No",
73
75
  "colExpires": "Expires",
76
+ "renew": "Renew",
77
+ "renewFor": "Renew {{domain}}",
78
+ "deleteDomain": "Delete {{domain}}",
74
79
  "colStatus": "Status",
75
80
  "emptyTitle": "No certificates yet",
76
81
  "emptyDesc": "Use “Upload certificate” or “Request Let’s Encrypt” above",
@@ -93,11 +98,17 @@
93
98
  "leHttp01Hint": "Normal domains use http-01 (nginx plugin)",
94
99
  "deleteTitle": "Delete certificate?",
95
100
  "deleteDesc": "Removes cert files and registration for {{domain}}.",
101
+ "deleteNeedDomain": "Delete this certificate — type the domain name to confirm",
96
102
  "savedCert": "Saved certificate for {{domain}}",
97
103
  "uploadFailed": "Upload failed",
98
104
  "requestBlocked": "Cannot complete certificate request in the admin panel",
99
105
  "requestDone": "Certificate request completed",
100
106
  "requestFailed": "Certificate request did not succeed",
101
107
  "applyFailed": "Request failed",
102
- "deletedCert": "Deleted {{domain}}"
108
+ "deletedCert": "Deleted {{domain}}",
109
+ "uninstallCertbotWarn": "Removing certbot stops automatic renewal of existing Let's Encrypt certificates.",
110
+ "uninstallCertbot": "Uninstall certbot (loses auto-renew)",
111
+ "domainRequired": "Please enter a domain.",
112
+ "domainInvalid": "Domain format is not valid.",
113
+ "domainKnownHint": "Pick a known project, DNS, or mail domain, or type a custom name."
103
114
  }
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "purgeConfirm": "Confirm purge? Registered data paths (databases/mail) will be deleted permanently.",
3
- "installedCount": "Installed {{installed}} · Missing {{missing}}",
3
+ "installedCount": "Packages installed {{installed}} · missing {{missing}}",
4
+ "countHint": "These counts are OS packages in the software plan — not the service-matrix units on the other tab.",
5
+ "executeRoot": "System changes {{execute}} · administrator {{root}}",
6
+ "manifestPlan": "Plan {{plan}} ({{bundles}})",
7
+ "manifestHint": "Last chosen software plan and bundles",
4
8
  "needRootExecute": "Live install/remove needs administrator rights and system-change permission. You can still dry-run.",
5
9
  "modeInstall": "Install plan",
6
10
  "modeUninstall": "Uninstall",
@@ -15,5 +19,8 @@
15
19
  "dataPolicy": "Data policy",
16
20
  "keepData": "Keep data",
17
21
  "purgeData": "Purge data",
18
- "uninstallNow": "Uninstall now"
22
+ "uninstallNow": "Uninstall now",
23
+ "uninstallNeedSelect": "Select at least one bundle. Empty selection no longer means remove all.",
24
+ "uninstallConfirmTitle": "Remove selected bundles?",
25
+ "uninstallConfirmDesc": "{{count}} bundle(s) will be removed. Type REMOVE to confirm."
19
26
  }
@@ -24,5 +24,21 @@
24
24
  "cryptoNetwork": "Network",
25
25
  "cryptoAddress": "Address",
26
26
  "copy": "Copy",
27
- "copied": "Copied"
27
+ "copied": "Copied",
28
+ "copyTitle": "Copy {{address}}",
29
+ "docsLink": "Documentation",
30
+ "diagTitle": "Diagnostic summary",
31
+ "diagBody": "Copy version, system-change, superuser, and host facts to paste into an email. This is not a full log bundle.",
32
+ "diagCopy": "Copy diagnostic summary",
33
+ "diagCopied": "Diagnostic summary copied",
34
+ "diagCopyTitle": "Copy version, system-change, and host facts",
35
+ "diagPreview": "Preview what will be copied",
36
+ "diagLoading": "Loading diagnostic…",
37
+ "diagLoadFailed": "Could not load diagnostic",
38
+ "copiedAddr": "Copied {{addr}}",
39
+ "diagStatus": "Status",
40
+ "diagMode": "Mode",
41
+ "diagProtection": "Protection",
42
+ "diagHostname": "Hostname",
43
+ "diagOs": "OS"
28
44
  }
@@ -28,7 +28,10 @@
28
28
  "prettyPh": "Friendly display name",
29
29
  "timezone": "Timezone",
30
30
  "timezoneHint": "Choose an IANA timezone from the list (e.g. Asia/Hong_Kong)",
31
+ "timezoneNow": "Host time now: {{time}} ({{tz}})",
32
+ "timezoneBrowserDiff": "This host uses {{host}}; your browser uses {{browser}}. Changing timezone here changes the host clock, not the browser.",
31
33
  "timezoneSelect": "Select timezone",
34
+ "notExported": "Not exported yet",
32
35
  "dns": "DNS",
33
36
  "updated": "Updated",
34
37
  "applyIdentity": "Apply identity",
@@ -39,9 +42,9 @@
39
42
  "panelSsl": "Panel SSL",
40
43
  "panelTls": {
41
44
  "title": "Panel HTTPS",
42
- "sub": "Control plane (ysk-server) serves TLS on listenPort; WebAuthn/Passkeys need HTTPS",
45
+ "sub": "Control plane (ysk-server) serves TLS on the configured port; WebAuthn/Passkeys need HTTPS",
43
46
  "domain": "Panel domain",
44
- "domainHint": "Used for certificate issue/bind, e.g. demo.ysk.hk",
47
+ "domainHint": "Used for certificate issue/bind, e.g. {{host}}",
45
48
  "email": "Let’s Encrypt email",
46
49
  "status": "Status",
47
50
  "enabled": "TLS enabled in config",
@@ -53,6 +56,7 @@
53
56
  "issueEnable": "Issue cert & enable HTTPS",
54
57
  "enableExisting": "Enable with existing cert",
55
58
  "disable": "Disable panel HTTPS",
59
+ "disableNeedConfirm": "Needs confirmation — type DISABLE-HTTPS",
56
60
  "needDomain": "Enter hostname / domain first",
57
61
  "urlHint": "After restart open {{url}}",
58
62
  "certMissing": "TLS enabled but cert/key files missing",
@@ -77,7 +81,16 @@
77
81
  "leOk": "Let’s Encrypt certificate obtained for {{domain}}",
78
82
  "leFailed": "Certificate request failed: {{detail}}",
79
83
  "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)"
84
+ "openFirewall": "If public: allow panel port {{port}}/tcp (Firewall → open port → 9287 Panel)",
85
+ "disableConfirmTitle": "Disable panel HTTPS?",
86
+ "disableConfirmDesc": "The panel will serve HTTP. WebAuthn / Passkey will stop working until HTTPS is on again.",
87
+ "disablePasskeyWarn": "Registered passkeys need HTTPS — they will fail on HTTP.",
88
+ "listenPublic": "Panel is listening on a public address (0.0.0.0/::). Restrict with a firewall or bind to 127.0.0.1.",
89
+ "bootstrapCert": "This is the self-signed bootstrap certificate — browsers will warn. Issue a trusted certificate for the panel domain.",
90
+ "cliNoSocket": "CLI has no live HTTP socket; servingHttps is inferred from config and listen sockets (ss).",
91
+ "listenHost": "Listen address",
92
+ "currentHost": "This session",
93
+ "replaceCert": "Replace with a trusted certificate"
81
94
  },
82
95
  "timeNtp": "Time & NTP",
83
96
  "clockStatus": "System clock status",
@@ -119,6 +132,9 @@
119
132
  "powerTitle": "Power (danger zone)",
120
133
  "powerWarn": "Reboot/poweroff interrupts all services and the panel. The panel cannot power the host on — needs physical access or hypervisor.",
121
134
  "unlocked": "Unlocked",
135
+ "powerUnlock": "Unlock danger zone",
136
+ "powerLock": "Lock danger zone",
137
+ "noScheduledPower": "No reboot or poweroff is scheduled",
122
138
  "powerCaps": "Needs YSK_EXECUTE=1 and root. Now EXECUTE={{exec}}, root={{root}}.",
123
139
  "scheduledPower": "Scheduled poweroff/reboot detected",
124
140
  "cancelScheduleHint": ". Use “Cancel schedule” to withdraw.",
@@ -160,6 +176,7 @@
160
176
  "syncToSystem": "Sync to system",
161
177
  "syncSub": "Copy to /etc/nginx/conf.d and reload — needs root + EXECUTE",
162
178
  "syncReload": "Sync + reload",
179
+ "syncReloadNeedConfirm": "Needs confirmation — writes /etc/nginx/conf.d and reloads Nginx",
163
180
  "exportOnly": "Export only + list conf",
164
181
  "dryRun": "Dry-run",
165
182
  "dryRunNote": "Dry-run does not change the system.",
@@ -173,8 +190,8 @@
173
190
  "syncConfirmDesc": "Sync managed Nginx conf to /etc/nginx/conf",
174
191
  "uptime": "Uptime",
175
192
  "load1m": "Load 1m",
176
- "executeLabel": "EXECUTE",
177
- "rootLabel": "Root",
193
+ "executeLabel": "System change",
194
+ "rootLabel": "Superuser",
178
195
  "managedLabel": "Managed",
179
196
  "managedCount": "Managed",
180
197
  "exportsCount": "Exports",
@@ -182,5 +199,12 @@
182
199
  "exportPath": "Export path",
183
200
  "mode": "Mode",
184
201
  "managedConf": "Managed conf",
185
- "dryRunFlag": "Dry-run"
202
+ "dryRunFlag": "Dry-run",
203
+ "timezoneSearch": "Filter timezones…",
204
+ "resyncNtp": "Re-sync NTP",
205
+ "storageSub": "Disk usage",
206
+ "nginxLeftover": "Leftover",
207
+ "nginxUnused": "Unused",
208
+ "nginxLeftoverHint": "Stale public-files or leftover conf. Still included in sync until you remove or replace it.",
209
+ "nginxUnusedHint": "Stock / catch-all conf (000-default). Still included in sync until you act."
186
210
  }
@@ -70,6 +70,8 @@
70
70
  "policyNotEqualFull": "Write template ≠ service enabled ≠ listening",
71
71
  "controlPlaneUnit": "Control-plane unit",
72
72
  "kpiRuntime": "Runtime",
73
+ "rawStateHint": "Raw unit state in tooltip",
74
+ "bootHint": "Whether the unit starts at boot",
73
75
  "kpiBoot": "Boot enable",
74
76
  "kpiCaps": "Apply capability",
75
77
  "capsReady": "Can install to system",
@@ -14,8 +14,12 @@
14
14
  "error": "Terminal error",
15
15
  "wsError": "WebSocket failed",
16
16
  "exitCode": "Exit code {{code}}",
17
- "needRootExecute": "Requires root + YSK_EXECUTE=1 for system shells.",
17
+ "needRootExecute": "System shells need superuser and system-change permission.",
18
+ "groupSystem": "System",
19
+ "groupProject": "Project",
18
20
  "unavailable": "unavailable",
21
+ "copyAll": "Copy all",
22
+ "copyAllNeedConn": "Connect first — the buffer is empty while disconnected",
19
23
  "placeholder": "Pick an identity, then Connect",
20
24
  "aboutTitle": "About terminal",
21
25
  "aboutSub": "Interactive OS shell in the browser (local users). Not an arbitrary remote SSH client.",
@@ -29,5 +33,9 @@
29
33
  "stepUpHint": "Root login requires 2FA step-up when your account has TOTP enabled.",
30
34
  "stepUpTitle": "Confirm root shell",
31
35
  "stepUpDesc": "Enter your authenticator code or a recovery code.",
32
- "totpLabel": "TOTP / recovery code"
36
+ "totpLabel": "TOTP / recovery code",
37
+ "sessionStillOpen": "A live shell is still connected while you read this page.",
38
+ "rootConfirmTitle": "Open a root shell?",
39
+ "rootConfirmDesc": "This session is an unrestricted root PTY on the host. Commands are audited.",
40
+ "rootConfirmBody": "Only continue if you intend to run privileged host commands."
33
41
  }