ysk-server-shared 1.0.0 → 1.1.9

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 (779) 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/cdn.d.ts +2 -0
  15. package/dist/cdn.d.ts.map +1 -1
  16. package/dist/databases.d.ts +2 -0
  17. package/dist/databases.d.ts.map +1 -1
  18. package/dist/docker.d.ts +134 -0
  19. package/dist/docker.d.ts.map +1 -0
  20. package/dist/docker.js +94 -0
  21. package/dist/docker.js.map +1 -0
  22. package/dist/dto.d.ts +10 -1
  23. package/dist/dto.d.ts.map +1 -1
  24. package/dist/email-domain.d.ts +7 -0
  25. package/dist/email-domain.d.ts.map +1 -1
  26. package/dist/files.d.ts +18 -0
  27. package/dist/files.d.ts.map +1 -1
  28. package/dist/files.js +35 -1
  29. package/dist/files.js.map +1 -1
  30. package/dist/ftp.d.ts +9 -0
  31. package/dist/ftp.d.ts.map +1 -1
  32. package/dist/index.d.ts +2 -0
  33. package/dist/index.d.ts.map +1 -1
  34. package/dist/index.js +2 -0
  35. package/dist/index.js.map +1 -1
  36. package/dist/migrate.d.ts +7 -0
  37. package/dist/migrate.d.ts.map +1 -1
  38. package/dist/migrate.js.map +1 -1
  39. package/dist/route-capabilities.d.ts +16 -0
  40. package/dist/route-capabilities.d.ts.map +1 -1
  41. package/dist/route-capabilities.js +142 -4
  42. package/dist/route-capabilities.js.map +1 -1
  43. package/dist/system.d.ts +4 -0
  44. package/dist/system.d.ts.map +1 -1
  45. package/dist/validators.d.ts +178 -0
  46. package/dist/validators.d.ts.map +1 -0
  47. package/dist/validators.js +121 -0
  48. package/dist/validators.js.map +1 -0
  49. package/locales/ar/agents.json +17 -2
  50. package/locales/ar/apache.json +7 -1
  51. package/locales/ar/audit.json +4 -1
  52. package/locales/ar/backups.json +36 -1
  53. package/locales/ar/btTracker.json +121 -39
  54. package/locales/ar/catalog.json +8 -8
  55. package/locales/ar/cdn.json +89 -1
  56. package/locales/ar/cli.json +4 -4
  57. package/locales/ar/common.json +9 -1
  58. package/locales/ar/cron.json +33 -1
  59. package/locales/ar/dashboard.json +24 -3
  60. package/locales/ar/db.json +75 -3
  61. package/locales/ar/dns.json +23 -1
  62. package/locales/ar/docker.json +248 -0
  63. package/locales/ar/email.json +50 -11
  64. package/locales/ar/errors.json +5 -2
  65. package/locales/ar/fail2ban.json +38 -13
  66. package/locales/ar/files.json +53 -10
  67. package/locales/ar/firewall.json +19 -10
  68. package/locales/ar/ftp.json +32 -1
  69. package/locales/ar/hostBrowse.json +37 -15
  70. package/locales/ar/listToolbar.json +2 -1
  71. package/locales/ar/login.json +12 -7
  72. package/locales/ar/logs.json +31 -2
  73. package/locales/ar/metrics.json +36 -1
  74. package/locales/ar/migrate.json +27 -1
  75. package/locales/ar/nav.json +11 -4
  76. package/locales/ar/network.json +27 -2
  77. package/locales/ar/nginx.json +4 -1
  78. package/locales/ar/notFound.json +6 -0
  79. package/locales/ar/notes.json +252 -64
  80. package/locales/ar/playbooks.json +1 -1
  81. package/locales/ar/projects.json +134 -12
  82. package/locales/ar/protection.json +72 -8
  83. package/locales/ar/publicFiles.json +18 -1
  84. package/locales/ar/rbac.json +15 -2
  85. package/locales/ar/readiness.json +33 -2
  86. package/locales/ar/redis.json +24 -1
  87. package/locales/ar/runtime.json +49 -2
  88. package/locales/ar/search.json +14 -10
  89. package/locales/ar/security.json +68 -7
  90. package/locales/ar/serviceExposure.json +18 -6
  91. package/locales/ar/services.json +69 -3
  92. package/locales/ar/software.json +2 -1
  93. package/locales/ar/softwareLifecycle.json +12 -2
  94. package/locales/ar/ssl.json +12 -1
  95. package/locales/ar/stackWizard.json +9 -2
  96. package/locales/ar/support.json +33 -17
  97. package/locales/ar/system.json +31 -2
  98. package/locales/ar/systemd.json +3 -1
  99. package/locales/ar/terminal.json +9 -1
  100. package/locales/ar/translation.json +2422 -302
  101. package/locales/ar/updates.json +76 -3
  102. package/locales/ar/users.json +19 -1
  103. package/locales/ar/validators.json +325 -0
  104. package/locales/ar/vnc.json +17 -1
  105. package/locales/ar/vpn.json +18 -3
  106. package/locales/bn/agents.json +17 -2
  107. package/locales/bn/apache.json +7 -1
  108. package/locales/bn/audit.json +4 -1
  109. package/locales/bn/backups.json +36 -1
  110. package/locales/bn/btTracker.json +121 -39
  111. package/locales/bn/catalog.json +5 -5
  112. package/locales/bn/cdn.json +89 -1
  113. package/locales/bn/cli.json +2 -2
  114. package/locales/bn/common.json +9 -1
  115. package/locales/bn/cron.json +33 -1
  116. package/locales/bn/dashboard.json +24 -3
  117. package/locales/bn/db.json +75 -3
  118. package/locales/bn/dns.json +23 -1
  119. package/locales/bn/docker.json +248 -0
  120. package/locales/bn/email.json +49 -10
  121. package/locales/bn/errors.json +5 -2
  122. package/locales/bn/fail2ban.json +26 -1
  123. package/locales/bn/files.json +53 -10
  124. package/locales/bn/firewall.json +17 -8
  125. package/locales/bn/ftp.json +32 -1
  126. package/locales/bn/hostBrowse.json +37 -15
  127. package/locales/bn/listToolbar.json +2 -1
  128. package/locales/bn/login.json +13 -8
  129. package/locales/bn/logs.json +31 -2
  130. package/locales/bn/metrics.json +36 -1
  131. package/locales/bn/migrate.json +27 -1
  132. package/locales/bn/nav.json +10 -3
  133. package/locales/bn/network.json +27 -2
  134. package/locales/bn/nginx.json +4 -1
  135. package/locales/bn/notFound.json +6 -0
  136. package/locales/bn/notes.json +222 -34
  137. package/locales/bn/projects.json +133 -11
  138. package/locales/bn/protection.json +66 -2
  139. package/locales/bn/publicFiles.json +18 -1
  140. package/locales/bn/rbac.json +15 -2
  141. package/locales/bn/readiness.json +32 -1
  142. package/locales/bn/redis.json +24 -1
  143. package/locales/bn/runtime.json +49 -2
  144. package/locales/bn/search.json +13 -9
  145. package/locales/bn/security.json +68 -7
  146. package/locales/bn/serviceExposure.json +18 -6
  147. package/locales/bn/services.json +68 -2
  148. package/locales/bn/software.json +2 -1
  149. package/locales/bn/softwareLifecycle.json +12 -2
  150. package/locales/bn/ssl.json +12 -1
  151. package/locales/bn/stackWizard.json +9 -2
  152. package/locales/bn/support.json +38 -22
  153. package/locales/bn/system.json +31 -2
  154. package/locales/bn/systemd.json +3 -1
  155. package/locales/bn/terminal.json +9 -1
  156. package/locales/bn/translation.json +2366 -246
  157. package/locales/bn/updates.json +76 -3
  158. package/locales/bn/users.json +19 -1
  159. package/locales/bn/validators.json +325 -0
  160. package/locales/bn/vnc.json +17 -1
  161. package/locales/bn/vpn.json +18 -3
  162. package/locales/en/agents.json +20 -5
  163. package/locales/en/apache.json +6 -0
  164. package/locales/en/audit.json +4 -1
  165. package/locales/en/backups.json +39 -4
  166. package/locales/en/btTracker.json +85 -3
  167. package/locales/en/cdn.json +104 -2
  168. package/locales/en/cli.json +7 -7
  169. package/locales/en/common.json +9 -1
  170. package/locales/en/cron.json +33 -1
  171. package/locales/en/dashboard.json +28 -7
  172. package/locales/en/db.json +81 -8
  173. package/locales/en/dns.json +23 -1
  174. package/locales/en/docker.json +248 -0
  175. package/locales/en/email.json +50 -11
  176. package/locales/en/errors.json +6 -3
  177. package/locales/en/fail2ban.json +31 -6
  178. package/locales/en/files.json +44 -1
  179. package/locales/en/firewall.json +10 -1
  180. package/locales/en/ftp.json +34 -3
  181. package/locales/en/hostBrowse.json +24 -2
  182. package/locales/en/listToolbar.json +2 -1
  183. package/locales/en/login.json +6 -1
  184. package/locales/en/logs.json +33 -4
  185. package/locales/en/metrics.json +37 -2
  186. package/locales/en/migrate.json +27 -1
  187. package/locales/en/nav.json +9 -2
  188. package/locales/en/network.json +27 -2
  189. package/locales/en/nginx.json +4 -1
  190. package/locales/en/notFound.json +6 -0
  191. package/locales/en/notes.json +233 -42
  192. package/locales/en/projects.json +133 -11
  193. package/locales/en/protection.json +68 -3
  194. package/locales/en/publicFiles.json +18 -1
  195. package/locales/en/rbac.json +15 -2
  196. package/locales/en/readiness.json +30 -1
  197. package/locales/en/redis.json +24 -1
  198. package/locales/en/runtime.json +51 -3
  199. package/locales/en/search.json +4 -0
  200. package/locales/en/security.json +70 -9
  201. package/locales/en/serviceExposure.json +13 -1
  202. package/locales/en/services.json +68 -2
  203. package/locales/en/software.json +2 -1
  204. package/locales/en/softwareLifecycle.json +11 -1
  205. package/locales/en/ssl.json +12 -1
  206. package/locales/en/stackWizard.json +9 -2
  207. package/locales/en/support.json +17 -1
  208. package/locales/en/system.json +36 -7
  209. package/locales/en/systemd.json +2 -0
  210. package/locales/en/terminal.json +10 -2
  211. package/locales/en/translation.json +2312 -192
  212. package/locales/en/updates.json +50 -4
  213. package/locales/en/users.json +20 -1
  214. package/locales/en/validators.json +325 -0
  215. package/locales/en/vnc.json +23 -7
  216. package/locales/en/vpn.json +17 -2
  217. package/locales/es/agents.json +17 -2
  218. package/locales/es/apache.json +7 -1
  219. package/locales/es/audit.json +4 -1
  220. package/locales/es/backups.json +36 -1
  221. package/locales/es/btTracker.json +119 -37
  222. package/locales/es/catalog.json +6 -6
  223. package/locales/es/cdn.json +89 -1
  224. package/locales/es/cli.json +2 -2
  225. package/locales/es/common.json +9 -1
  226. package/locales/es/cron.json +33 -1
  227. package/locales/es/dashboard.json +24 -3
  228. package/locales/es/db.json +75 -3
  229. package/locales/es/dns.json +23 -1
  230. package/locales/es/docker.json +248 -0
  231. package/locales/es/email.json +49 -10
  232. package/locales/es/errors.json +5 -2
  233. package/locales/es/fail2ban.json +26 -1
  234. package/locales/es/files.json +52 -9
  235. package/locales/es/firewall.json +17 -8
  236. package/locales/es/ftp.json +32 -1
  237. package/locales/es/hostBrowse.json +35 -13
  238. package/locales/es/listToolbar.json +2 -1
  239. package/locales/es/login.json +12 -7
  240. package/locales/es/logs.json +31 -2
  241. package/locales/es/metrics.json +36 -1
  242. package/locales/es/migrate.json +27 -1
  243. package/locales/es/nav.json +11 -4
  244. package/locales/es/network.json +27 -2
  245. package/locales/es/nginx.json +4 -1
  246. package/locales/es/notFound.json +6 -0
  247. package/locales/es/notes.json +229 -41
  248. package/locales/es/projects.json +133 -11
  249. package/locales/es/protection.json +66 -2
  250. package/locales/es/publicFiles.json +18 -1
  251. package/locales/es/rbac.json +15 -2
  252. package/locales/es/readiness.json +32 -1
  253. package/locales/es/redis.json +24 -1
  254. package/locales/es/runtime.json +49 -2
  255. package/locales/es/search.json +13 -9
  256. package/locales/es/security.json +68 -7
  257. package/locales/es/serviceExposure.json +18 -6
  258. package/locales/es/services.json +68 -2
  259. package/locales/es/software.json +2 -1
  260. package/locales/es/softwareLifecycle.json +12 -2
  261. package/locales/es/ssl.json +12 -1
  262. package/locales/es/stackWizard.json +9 -2
  263. package/locales/es/support.json +37 -21
  264. package/locales/es/system.json +31 -2
  265. package/locales/es/systemd.json +3 -1
  266. package/locales/es/terminal.json +9 -1
  267. package/locales/es/translation.json +2368 -248
  268. package/locales/es/updates.json +76 -3
  269. package/locales/es/users.json +19 -1
  270. package/locales/es/validators.json +325 -0
  271. package/locales/es/vnc.json +17 -1
  272. package/locales/es/vpn.json +18 -3
  273. package/locales/fr/agents.json +17 -2
  274. package/locales/fr/apache.json +7 -1
  275. package/locales/fr/audit.json +4 -1
  276. package/locales/fr/backups.json +36 -1
  277. package/locales/fr/btTracker.json +118 -36
  278. package/locales/fr/catalog.json +6 -6
  279. package/locales/fr/cdn.json +89 -1
  280. package/locales/fr/cli.json +3 -3
  281. package/locales/fr/common.json +9 -1
  282. package/locales/fr/cron.json +33 -1
  283. package/locales/fr/dashboard.json +24 -3
  284. package/locales/fr/db.json +75 -3
  285. package/locales/fr/dns.json +23 -1
  286. package/locales/fr/docker.json +248 -0
  287. package/locales/fr/email.json +47 -8
  288. package/locales/fr/errors.json +5 -2
  289. package/locales/fr/fail2ban.json +27 -2
  290. package/locales/fr/files.json +52 -9
  291. package/locales/fr/firewall.json +13 -4
  292. package/locales/fr/ftp.json +32 -1
  293. package/locales/fr/hostBrowse.json +34 -12
  294. package/locales/fr/listToolbar.json +2 -1
  295. package/locales/fr/login.json +11 -6
  296. package/locales/fr/logs.json +31 -2
  297. package/locales/fr/metrics.json +36 -1
  298. package/locales/fr/migrate.json +27 -1
  299. package/locales/fr/nav.json +11 -4
  300. package/locales/fr/network.json +27 -2
  301. package/locales/fr/nginx.json +4 -1
  302. package/locales/fr/notFound.json +6 -0
  303. package/locales/fr/notes.json +225 -37
  304. package/locales/fr/projects.json +131 -9
  305. package/locales/fr/protection.json +66 -2
  306. package/locales/fr/publicFiles.json +18 -1
  307. package/locales/fr/rbac.json +15 -2
  308. package/locales/fr/readiness.json +32 -1
  309. package/locales/fr/redis.json +25 -2
  310. package/locales/fr/runtime.json +49 -2
  311. package/locales/fr/search.json +11 -7
  312. package/locales/fr/security.json +68 -7
  313. package/locales/fr/serviceExposure.json +17 -5
  314. package/locales/fr/services.json +68 -2
  315. package/locales/fr/software.json +2 -1
  316. package/locales/fr/softwareLifecycle.json +12 -2
  317. package/locales/fr/ssl.json +12 -1
  318. package/locales/fr/stackWizard.json +9 -2
  319. package/locales/fr/support.json +37 -21
  320. package/locales/fr/system.json +31 -2
  321. package/locales/fr/systemd.json +3 -1
  322. package/locales/fr/terminal.json +9 -1
  323. package/locales/fr/translation.json +2352 -232
  324. package/locales/fr/updates.json +76 -3
  325. package/locales/fr/users.json +19 -1
  326. package/locales/fr/validators.json +325 -0
  327. package/locales/fr/vnc.json +17 -1
  328. package/locales/fr/vpn.json +17 -2
  329. package/locales/hi/agents.json +17 -2
  330. package/locales/hi/apache.json +7 -1
  331. package/locales/hi/audit.json +4 -1
  332. package/locales/hi/backups.json +36 -1
  333. package/locales/hi/btTracker.json +121 -39
  334. package/locales/hi/catalog.json +7 -7
  335. package/locales/hi/cdn.json +89 -1
  336. package/locales/hi/cli.json +1 -1
  337. package/locales/hi/common.json +9 -1
  338. package/locales/hi/cron.json +33 -1
  339. package/locales/hi/dashboard.json +24 -3
  340. package/locales/hi/db.json +75 -3
  341. package/locales/hi/dns.json +23 -1
  342. package/locales/hi/docker.json +248 -0
  343. package/locales/hi/email.json +49 -10
  344. package/locales/hi/errors.json +5 -2
  345. package/locales/hi/fail2ban.json +29 -4
  346. package/locales/hi/files.json +53 -10
  347. package/locales/hi/firewall.json +17 -8
  348. package/locales/hi/ftp.json +32 -1
  349. package/locales/hi/hostBrowse.json +37 -15
  350. package/locales/hi/listToolbar.json +2 -1
  351. package/locales/hi/login.json +13 -8
  352. package/locales/hi/logs.json +31 -2
  353. package/locales/hi/metrics.json +36 -1
  354. package/locales/hi/migrate.json +27 -1
  355. package/locales/hi/nav.json +11 -4
  356. package/locales/hi/network.json +27 -2
  357. package/locales/hi/nginx.json +4 -1
  358. package/locales/hi/notFound.json +6 -0
  359. package/locales/hi/notes.json +227 -39
  360. package/locales/hi/projects.json +134 -12
  361. package/locales/hi/protection.json +67 -3
  362. package/locales/hi/publicFiles.json +18 -1
  363. package/locales/hi/rbac.json +16 -3
  364. package/locales/hi/readiness.json +32 -1
  365. package/locales/hi/redis.json +24 -1
  366. package/locales/hi/runtime.json +49 -2
  367. package/locales/hi/search.json +14 -10
  368. package/locales/hi/security.json +68 -7
  369. package/locales/hi/serviceExposure.json +18 -6
  370. package/locales/hi/services.json +68 -2
  371. package/locales/hi/software.json +2 -1
  372. package/locales/hi/softwareLifecycle.json +12 -2
  373. package/locales/hi/ssl.json +12 -1
  374. package/locales/hi/stackWizard.json +9 -2
  375. package/locales/hi/support.json +36 -20
  376. package/locales/hi/system.json +31 -2
  377. package/locales/hi/systemd.json +3 -1
  378. package/locales/hi/terminal.json +9 -1
  379. package/locales/hi/translation.json +2379 -259
  380. package/locales/hi/updates.json +76 -3
  381. package/locales/hi/users.json +19 -1
  382. package/locales/hi/validators.json +325 -0
  383. package/locales/hi/vnc.json +17 -1
  384. package/locales/hi/vpn.json +19 -4
  385. package/locales/id/agents.json +17 -2
  386. package/locales/id/apache.json +7 -1
  387. package/locales/id/audit.json +4 -1
  388. package/locales/id/backups.json +36 -1
  389. package/locales/id/btTracker.json +119 -37
  390. package/locales/id/catalog.json +6 -6
  391. package/locales/id/cdn.json +89 -1
  392. package/locales/id/cli.json +2 -2
  393. package/locales/id/common.json +9 -1
  394. package/locales/id/cron.json +33 -1
  395. package/locales/id/dashboard.json +24 -3
  396. package/locales/id/db.json +75 -3
  397. package/locales/id/dns.json +23 -1
  398. package/locales/id/docker.json +248 -0
  399. package/locales/id/email.json +49 -10
  400. package/locales/id/errors.json +5 -2
  401. package/locales/id/fail2ban.json +26 -1
  402. package/locales/id/files.json +52 -9
  403. package/locales/id/firewall.json +15 -6
  404. package/locales/id/ftp.json +32 -1
  405. package/locales/id/hostBrowse.json +35 -13
  406. package/locales/id/listToolbar.json +2 -1
  407. package/locales/id/login.json +13 -8
  408. package/locales/id/logs.json +31 -2
  409. package/locales/id/metrics.json +36 -1
  410. package/locales/id/migrate.json +27 -1
  411. package/locales/id/nav.json +10 -3
  412. package/locales/id/network.json +27 -2
  413. package/locales/id/nginx.json +4 -1
  414. package/locales/id/notFound.json +6 -0
  415. package/locales/id/notes.json +224 -36
  416. package/locales/id/projects.json +132 -10
  417. package/locales/id/protection.json +66 -2
  418. package/locales/id/publicFiles.json +18 -1
  419. package/locales/id/rbac.json +15 -2
  420. package/locales/id/readiness.json +32 -1
  421. package/locales/id/redis.json +24 -1
  422. package/locales/id/runtime.json +49 -2
  423. package/locales/id/search.json +13 -9
  424. package/locales/id/security.json +67 -6
  425. package/locales/id/serviceExposure.json +18 -6
  426. package/locales/id/services.json +68 -2
  427. package/locales/id/software.json +2 -1
  428. package/locales/id/softwareLifecycle.json +12 -2
  429. package/locales/id/ssl.json +12 -1
  430. package/locales/id/stackWizard.json +9 -2
  431. package/locales/id/support.json +36 -20
  432. package/locales/id/system.json +31 -2
  433. package/locales/id/systemd.json +3 -1
  434. package/locales/id/terminal.json +9 -1
  435. package/locales/id/translation.json +2358 -238
  436. package/locales/id/updates.json +76 -3
  437. package/locales/id/users.json +19 -1
  438. package/locales/id/validators.json +325 -0
  439. package/locales/id/vnc.json +17 -1
  440. package/locales/id/vpn.json +18 -3
  441. package/locales/ja/agents.json +17 -2
  442. package/locales/ja/apache.json +7 -1
  443. package/locales/ja/audit.json +4 -1
  444. package/locales/ja/backups.json +36 -1
  445. package/locales/ja/btTracker.json +121 -39
  446. package/locales/ja/catalog.json +10 -10
  447. package/locales/ja/cdn.json +89 -1
  448. package/locales/ja/cli.json +3 -3
  449. package/locales/ja/common.json +9 -1
  450. package/locales/ja/cron.json +33 -1
  451. package/locales/ja/dashboard.json +24 -3
  452. package/locales/ja/db.json +75 -3
  453. package/locales/ja/dns.json +23 -1
  454. package/locales/ja/docker.json +248 -0
  455. package/locales/ja/email.json +49 -10
  456. package/locales/ja/errors.json +5 -2
  457. package/locales/ja/fail2ban.json +26 -1
  458. package/locales/ja/files.json +52 -9
  459. package/locales/ja/firewall.json +17 -8
  460. package/locales/ja/ftp.json +32 -1
  461. package/locales/ja/hostBrowse.json +37 -15
  462. package/locales/ja/listToolbar.json +2 -1
  463. package/locales/ja/login.json +11 -6
  464. package/locales/ja/logs.json +31 -2
  465. package/locales/ja/metrics.json +36 -1
  466. package/locales/ja/migrate.json +27 -1
  467. package/locales/ja/nav.json +13 -6
  468. package/locales/ja/network.json +28 -3
  469. package/locales/ja/nginx.json +4 -1
  470. package/locales/ja/notFound.json +6 -0
  471. package/locales/ja/notes.json +233 -45
  472. package/locales/ja/projects.json +133 -11
  473. package/locales/ja/protection.json +66 -2
  474. package/locales/ja/publicFiles.json +18 -1
  475. package/locales/ja/rbac.json +15 -2
  476. package/locales/ja/readiness.json +32 -1
  477. package/locales/ja/redis.json +24 -1
  478. package/locales/ja/runtime.json +50 -3
  479. package/locales/ja/search.json +12 -8
  480. package/locales/ja/security.json +68 -7
  481. package/locales/ja/serviceExposure.json +18 -6
  482. package/locales/ja/services.json +68 -2
  483. package/locales/ja/software.json +2 -1
  484. package/locales/ja/softwareLifecycle.json +12 -2
  485. package/locales/ja/ssl.json +12 -1
  486. package/locales/ja/stackWizard.json +9 -2
  487. package/locales/ja/support.json +38 -22
  488. package/locales/ja/system.json +31 -2
  489. package/locales/ja/systemd.json +3 -1
  490. package/locales/ja/terminal.json +9 -1
  491. package/locales/ja/translation.json +2385 -265
  492. package/locales/ja/updates.json +76 -3
  493. package/locales/ja/users.json +19 -1
  494. package/locales/ja/validators.json +325 -0
  495. package/locales/ja/vnc.json +17 -1
  496. package/locales/ja/vpn.json +18 -3
  497. package/locales/ko/agents.json +17 -2
  498. package/locales/ko/apache.json +7 -1
  499. package/locales/ko/audit.json +4 -1
  500. package/locales/ko/backups.json +36 -1
  501. package/locales/ko/btTracker.json +121 -39
  502. package/locales/ko/catalog.json +8 -8
  503. package/locales/ko/cdn.json +89 -1
  504. package/locales/ko/cli.json +2 -2
  505. package/locales/ko/common.json +9 -1
  506. package/locales/ko/cron.json +33 -1
  507. package/locales/ko/dashboard.json +24 -3
  508. package/locales/ko/db.json +75 -3
  509. package/locales/ko/dns.json +23 -1
  510. package/locales/ko/docker.json +248 -0
  511. package/locales/ko/email.json +49 -10
  512. package/locales/ko/errors.json +5 -2
  513. package/locales/ko/fail2ban.json +37 -12
  514. package/locales/ko/files.json +52 -9
  515. package/locales/ko/firewall.json +18 -9
  516. package/locales/ko/ftp.json +32 -1
  517. package/locales/ko/hostBrowse.json +37 -15
  518. package/locales/ko/listToolbar.json +2 -1
  519. package/locales/ko/login.json +10 -5
  520. package/locales/ko/logs.json +31 -2
  521. package/locales/ko/metrics.json +36 -1
  522. package/locales/ko/migrate.json +27 -1
  523. package/locales/ko/nav.json +11 -4
  524. package/locales/ko/network.json +27 -2
  525. package/locales/ko/nginx.json +4 -1
  526. package/locales/ko/notFound.json +6 -0
  527. package/locales/ko/notes.json +243 -55
  528. package/locales/ko/playbooks.json +1 -1
  529. package/locales/ko/projects.json +134 -12
  530. package/locales/ko/protection.json +69 -5
  531. package/locales/ko/publicFiles.json +18 -1
  532. package/locales/ko/rbac.json +15 -2
  533. package/locales/ko/readiness.json +33 -2
  534. package/locales/ko/redis.json +24 -1
  535. package/locales/ko/runtime.json +49 -2
  536. package/locales/ko/search.json +13 -9
  537. package/locales/ko/security.json +68 -7
  538. package/locales/ko/serviceExposure.json +18 -6
  539. package/locales/ko/services.json +68 -2
  540. package/locales/ko/software.json +2 -1
  541. package/locales/ko/softwareLifecycle.json +12 -2
  542. package/locales/ko/ssl.json +12 -1
  543. package/locales/ko/stackWizard.json +9 -2
  544. package/locales/ko/support.json +36 -20
  545. package/locales/ko/system.json +31 -2
  546. package/locales/ko/systemd.json +3 -1
  547. package/locales/ko/terminal.json +9 -1
  548. package/locales/ko/translation.json +2404 -284
  549. package/locales/ko/updates.json +76 -3
  550. package/locales/ko/users.json +19 -1
  551. package/locales/ko/validators.json +325 -0
  552. package/locales/ko/vnc.json +17 -1
  553. package/locales/ko/vpn.json +19 -4
  554. package/locales/pt/agents.json +17 -2
  555. package/locales/pt/apache.json +7 -1
  556. package/locales/pt/audit.json +4 -1
  557. package/locales/pt/backups.json +36 -1
  558. package/locales/pt/btTracker.json +119 -37
  559. package/locales/pt/catalog.json +4 -4
  560. package/locales/pt/cdn.json +89 -1
  561. package/locales/pt/cli.json +2 -2
  562. package/locales/pt/common.json +9 -1
  563. package/locales/pt/cron.json +33 -1
  564. package/locales/pt/dashboard.json +24 -3
  565. package/locales/pt/db.json +75 -3
  566. package/locales/pt/dns.json +23 -1
  567. package/locales/pt/docker.json +248 -0
  568. package/locales/pt/email.json +49 -10
  569. package/locales/pt/errors.json +5 -2
  570. package/locales/pt/fail2ban.json +26 -1
  571. package/locales/pt/files.json +52 -9
  572. package/locales/pt/firewall.json +16 -7
  573. package/locales/pt/ftp.json +32 -1
  574. package/locales/pt/hostBrowse.json +37 -15
  575. package/locales/pt/listToolbar.json +2 -1
  576. package/locales/pt/login.json +14 -9
  577. package/locales/pt/logs.json +31 -2
  578. package/locales/pt/metrics.json +36 -1
  579. package/locales/pt/migrate.json +27 -1
  580. package/locales/pt/nav.json +10 -3
  581. package/locales/pt/network.json +27 -2
  582. package/locales/pt/nginx.json +4 -1
  583. package/locales/pt/notFound.json +6 -0
  584. package/locales/pt/notes.json +226 -38
  585. package/locales/pt/projects.json +131 -9
  586. package/locales/pt/protection.json +66 -2
  587. package/locales/pt/publicFiles.json +18 -1
  588. package/locales/pt/rbac.json +15 -2
  589. package/locales/pt/readiness.json +32 -1
  590. package/locales/pt/redis.json +24 -1
  591. package/locales/pt/runtime.json +49 -2
  592. package/locales/pt/search.json +11 -7
  593. package/locales/pt/security.json +68 -7
  594. package/locales/pt/serviceExposure.json +17 -5
  595. package/locales/pt/services.json +68 -2
  596. package/locales/pt/software.json +2 -1
  597. package/locales/pt/softwareLifecycle.json +12 -2
  598. package/locales/pt/ssl.json +12 -1
  599. package/locales/pt/stackWizard.json +9 -2
  600. package/locales/pt/support.json +36 -20
  601. package/locales/pt/system.json +31 -2
  602. package/locales/pt/systemd.json +3 -1
  603. package/locales/pt/terminal.json +9 -1
  604. package/locales/pt/translation.json +2358 -238
  605. package/locales/pt/updates.json +76 -3
  606. package/locales/pt/users.json +19 -1
  607. package/locales/pt/validators.json +325 -0
  608. package/locales/pt/vnc.json +17 -1
  609. package/locales/pt/vpn.json +17 -2
  610. package/locales/ur/agents.json +17 -2
  611. package/locales/ur/apache.json +7 -1
  612. package/locales/ur/audit.json +4 -1
  613. package/locales/ur/backups.json +36 -1
  614. package/locales/ur/btTracker.json +121 -39
  615. package/locales/ur/catalog.json +6 -6
  616. package/locales/ur/cdn.json +89 -1
  617. package/locales/ur/cli.json +2 -2
  618. package/locales/ur/common.json +9 -1
  619. package/locales/ur/cron.json +33 -1
  620. package/locales/ur/dashboard.json +24 -3
  621. package/locales/ur/db.json +75 -3
  622. package/locales/ur/dns.json +23 -1
  623. package/locales/ur/docker.json +248 -0
  624. package/locales/ur/email.json +49 -10
  625. package/locales/ur/errors.json +5 -2
  626. package/locales/ur/fail2ban.json +26 -1
  627. package/locales/ur/files.json +53 -10
  628. package/locales/ur/firewall.json +17 -8
  629. package/locales/ur/ftp.json +32 -1
  630. package/locales/ur/hostBrowse.json +37 -15
  631. package/locales/ur/listToolbar.json +2 -1
  632. package/locales/ur/login.json +13 -8
  633. package/locales/ur/logs.json +31 -2
  634. package/locales/ur/metrics.json +36 -1
  635. package/locales/ur/migrate.json +27 -1
  636. package/locales/ur/nav.json +10 -3
  637. package/locales/ur/network.json +27 -2
  638. package/locales/ur/nginx.json +4 -1
  639. package/locales/ur/notFound.json +6 -0
  640. package/locales/ur/notes.json +222 -34
  641. package/locales/ur/projects.json +133 -11
  642. package/locales/ur/protection.json +66 -2
  643. package/locales/ur/publicFiles.json +18 -1
  644. package/locales/ur/rbac.json +15 -2
  645. package/locales/ur/readiness.json +32 -1
  646. package/locales/ur/redis.json +24 -1
  647. package/locales/ur/runtime.json +49 -2
  648. package/locales/ur/search.json +13 -9
  649. package/locales/ur/security.json +68 -7
  650. package/locales/ur/serviceExposure.json +18 -6
  651. package/locales/ur/services.json +68 -2
  652. package/locales/ur/software.json +2 -1
  653. package/locales/ur/softwareLifecycle.json +12 -2
  654. package/locales/ur/ssl.json +12 -1
  655. package/locales/ur/stackWizard.json +9 -2
  656. package/locales/ur/support.json +37 -21
  657. package/locales/ur/system.json +31 -2
  658. package/locales/ur/systemd.json +3 -1
  659. package/locales/ur/terminal.json +9 -1
  660. package/locales/ur/translation.json +2367 -247
  661. package/locales/ur/updates.json +76 -3
  662. package/locales/ur/users.json +19 -1
  663. package/locales/ur/validators.json +325 -0
  664. package/locales/ur/vnc.json +17 -1
  665. package/locales/ur/vpn.json +19 -4
  666. package/locales/zh-CN/agents.json +17 -2
  667. package/locales/zh-CN/apache.json +8 -2
  668. package/locales/zh-CN/audit.json +4 -1
  669. package/locales/zh-CN/backups.json +36 -1
  670. package/locales/zh-CN/btTracker.json +85 -3
  671. package/locales/zh-CN/catalog.json +2 -2
  672. package/locales/zh-CN/cdn.json +89 -1
  673. package/locales/zh-CN/cli.json +5 -5
  674. package/locales/zh-CN/common.json +9 -1
  675. package/locales/zh-CN/cron.json +33 -1
  676. package/locales/zh-CN/dashboard.json +25 -4
  677. package/locales/zh-CN/db.json +76 -4
  678. package/locales/zh-CN/dns.json +23 -1
  679. package/locales/zh-CN/docker.json +248 -0
  680. package/locales/zh-CN/email.json +49 -10
  681. package/locales/zh-CN/errors.json +5 -2
  682. package/locales/zh-CN/fail2ban.json +31 -6
  683. package/locales/zh-CN/files.json +46 -3
  684. package/locales/zh-CN/firewall.json +11 -2
  685. package/locales/zh-CN/ftp.json +32 -1
  686. package/locales/zh-CN/hostBrowse.json +23 -1
  687. package/locales/zh-CN/listToolbar.json +2 -1
  688. package/locales/zh-CN/login.json +6 -1
  689. package/locales/zh-CN/logs.json +36 -7
  690. package/locales/zh-CN/metrics.json +36 -1
  691. package/locales/zh-CN/migrate.json +27 -1
  692. package/locales/zh-CN/nav.json +10 -3
  693. package/locales/zh-CN/network.json +28 -3
  694. package/locales/zh-CN/nginx.json +5 -2
  695. package/locales/zh-CN/notFound.json +6 -0
  696. package/locales/zh-CN/notes.json +216 -28
  697. package/locales/zh-CN/projects.json +130 -8
  698. package/locales/zh-CN/protection.json +66 -2
  699. package/locales/zh-CN/publicFiles.json +18 -1
  700. package/locales/zh-CN/rbac.json +15 -2
  701. package/locales/zh-CN/readiness.json +33 -2
  702. package/locales/zh-CN/redis.json +24 -1
  703. package/locales/zh-CN/runtime.json +50 -3
  704. package/locales/zh-CN/search.json +5 -1
  705. package/locales/zh-CN/security.json +68 -7
  706. package/locales/zh-CN/serviceExposure.json +13 -1
  707. package/locales/zh-CN/services.json +68 -2
  708. package/locales/zh-CN/software.json +2 -1
  709. package/locales/zh-CN/softwareLifecycle.json +12 -2
  710. package/locales/zh-CN/ssl.json +12 -1
  711. package/locales/zh-CN/stackWizard.json +9 -2
  712. package/locales/zh-CN/support.json +18 -2
  713. package/locales/zh-CN/system.json +32 -3
  714. package/locales/zh-CN/systemd.json +3 -1
  715. package/locales/zh-CN/terminal.json +9 -1
  716. package/locales/zh-CN/translation.json +2273 -153
  717. package/locales/zh-CN/updates.json +76 -3
  718. package/locales/zh-CN/users.json +19 -1
  719. package/locales/zh-CN/validators.json +325 -0
  720. package/locales/zh-CN/vnc.json +17 -1
  721. package/locales/zh-CN/vpn.json +19 -4
  722. package/locales/zh-HK/agents.json +22 -7
  723. package/locales/zh-HK/apache.json +8 -2
  724. package/locales/zh-HK/audit.json +4 -1
  725. package/locales/zh-HK/backups.json +39 -4
  726. package/locales/zh-HK/btTracker.json +89 -7
  727. package/locales/zh-HK/catalog.json +2 -2
  728. package/locales/zh-HK/cdn.json +91 -3
  729. package/locales/zh-HK/cli.json +15 -15
  730. package/locales/zh-HK/common.json +9 -1
  731. package/locales/zh-HK/cron.json +37 -5
  732. package/locales/zh-HK/dashboard.json +28 -7
  733. package/locales/zh-HK/db.json +82 -10
  734. package/locales/zh-HK/dns.json +23 -1
  735. package/locales/zh-HK/docker.json +248 -0
  736. package/locales/zh-HK/email.json +64 -25
  737. package/locales/zh-HK/errors.json +6 -3
  738. package/locales/zh-HK/fail2ban.json +32 -7
  739. package/locales/zh-HK/files.json +48 -5
  740. package/locales/zh-HK/firewall.json +13 -4
  741. package/locales/zh-HK/ftp.json +34 -3
  742. package/locales/zh-HK/hostBrowse.json +24 -2
  743. package/locales/zh-HK/listToolbar.json +2 -1
  744. package/locales/zh-HK/login.json +7 -2
  745. package/locales/zh-HK/logs.json +40 -11
  746. package/locales/zh-HK/metrics.json +38 -3
  747. package/locales/zh-HK/migrate.json +26 -0
  748. package/locales/zh-HK/nav.json +12 -5
  749. package/locales/zh-HK/network.json +32 -7
  750. package/locales/zh-HK/nginx.json +6 -3
  751. package/locales/zh-HK/notFound.json +6 -0
  752. package/locales/zh-HK/notes.json +270 -82
  753. package/locales/zh-HK/projects.json +143 -21
  754. package/locales/zh-HK/protection.json +67 -3
  755. package/locales/zh-HK/publicFiles.json +20 -3
  756. package/locales/zh-HK/rbac.json +15 -2
  757. package/locales/zh-HK/readiness.json +35 -4
  758. package/locales/zh-HK/redis.json +27 -4
  759. package/locales/zh-HK/runtime.json +58 -11
  760. package/locales/zh-HK/search.json +5 -1
  761. package/locales/zh-HK/security.json +79 -18
  762. package/locales/zh-HK/serviceExposure.json +13 -1
  763. package/locales/zh-HK/services.json +69 -3
  764. package/locales/zh-HK/software.json +2 -1
  765. package/locales/zh-HK/softwareLifecycle.json +12 -2
  766. package/locales/zh-HK/ssl.json +13 -2
  767. package/locales/zh-HK/stackWizard.json +10 -3
  768. package/locales/zh-HK/support.json +22 -6
  769. package/locales/zh-HK/system.json +36 -7
  770. package/locales/zh-HK/systemd.json +9 -7
  771. package/locales/zh-HK/terminal.json +10 -2
  772. package/locales/zh-HK/translation.json +2475 -355
  773. package/locales/zh-HK/uiInline.json +3 -3
  774. package/locales/zh-HK/updates.json +77 -4
  775. package/locales/zh-HK/users.json +20 -2
  776. package/locales/zh-HK/validators.json +325 -0
  777. package/locales/zh-HK/vnc.json +23 -7
  778. package/locales/zh-HK/vpn.json +23 -8
  779. package/package.json +8 -9
@@ -0,0 +1,6 @@
1
+ {
2
+ "title": "Page not found",
3
+ "body": "No panel page at {{path}}.",
4
+ "hint": "Unknown URLs no longer send you to the dashboard.",
5
+ "home": "Dashboard"
6
+ }
@@ -1,4 +1,7 @@
1
1
  {
2
+ "agents": {
3
+ "activatingStuck": "systemd unit has been activating for more than 5 minutes — treating as failed. Check journal."
4
+ },
2
5
  "notFound": "Not found",
3
6
  "needPath": "Specify a path",
4
7
  "needName": "Enter a name",
@@ -30,19 +33,53 @@
30
33
  },
31
34
  "ssh": {
32
35
  "identityNotFound": "Identity not found",
33
- "registrationNotFound": "Registration not found"
36
+ "registrationNotFound": "Registration not found",
37
+ "keyOkNologin": "Key accepted. Account is nologin or SFTP-only (no SSH shell). Treated as PASS.",
38
+ "keyOkSftp": "SFTP pwd succeeded after SSH shell was refused."
34
39
  },
35
40
  "cdn": {
36
41
  "siteNotFound": "CDN site not found",
37
- "nodeMissing": "Node does not exist"
42
+ "nodeMissing": "Node does not exist",
43
+ "loopbackOriginRemote": "Origin is 127.0.0.1 — that is this host, not a remote edge. Set a reachable origin IP or bind_ip.",
44
+ "originRemoteRewrite": "Remote edges will use reachable origin {{url}} instead of loopback.",
45
+ "originRemoteUnknown": "Origin is loopback and no public/LAN IP or bind_ip is known — apply will refuse remote edges until one is set.",
46
+ "needSshOrFleet": "Remote edge needs an outbound SSH identity (or username) or a /agents fleet session. Health URL alone is not apply transport.",
47
+ "probe": {
48
+ "timeout": "Connect timeout after {{ms}}ms ({{detail}}). Peer may be firewalled.",
49
+ "dns": "DNS lookup failed ({{detail}}).",
50
+ "refused": "Connection refused after {{ms}}ms ({{detail}}). Port closed or one-way block.",
51
+ "tls": "TLS verify failed ({{detail}}).",
52
+ "unreach": "Host unreachable after {{ms}}ms ({{detail}}).",
53
+ "http": "HTTP probe failed after {{ms}}ms ({{detail}})."
54
+ }
38
55
  },
39
56
  "backup": {
57
+ "testUnsaved": "Testing unsaved form values (not written to settings).",
58
+ "testIdentity": "sftp (identity) to {{spec}} ok",
59
+ "sshAuthFailed": "SSH key or password rejected (publickey). Pick an outbound identity or install sshpass.",
60
+ "remotePathIsFile": "Remote path {{path}} is a file. Use a directory.",
61
+ "remoteMkdirFailed": "Could not create remote directory: {{detail}}",
62
+ "sidecarPushed": "Also pushed SQL sidecar {{name}}",
40
63
  "fileNotFound": "Backup file not found",
41
64
  "resticNoPassword": "restic is enabled but password is not set",
42
- "resticNotInPath": "restic not in PATH"
65
+ "resticNotInPath": "restic not in PATH",
66
+ "dbEnvUnreadable": "Could not read .db.env; skipped SQL dump.",
67
+ "dbEnvNoName": ".db.env has no database name; skipped SQL dump.",
68
+ "targetOutside": "Restore target must be inside the project home or the public files root.",
69
+ "controlPlaneDryRun": "Preview only — nothing written. In the panel, use Restore and confirm the phrase to write.",
70
+ "controlPlaneNeedConfirm": "Full control-plane restore needs the confirm phrase RESTORE-CONTROL-PLANE.",
71
+ "controlPlaneRestartAfter": "Restart the API after a successful restore.",
72
+ "movedToTrash": "Moved {{name}} to the recycle bin. Permanent delete after {{days}} days.",
73
+ "restoreNameExists": "Cannot restore {{name}} — a live archive with that name already exists.",
74
+ "restoredFromTrash": "Restored {{name}} from the recycle bin.",
75
+ "trashEmptied": "Permanently deleted {{n}} archive(s) from the recycle bin."
43
76
  },
44
77
  "redis": {
45
- "cliMissing": "redis-cli is not installed"
78
+ "cliMissing": "redis-cli is not installed",
79
+ "requirepassAlreadySet": "Redis already has requirepass — not overwritten.",
80
+ "requirepassApplied": "requirepass applied at runtime",
81
+ "requirepassApplyFailed": "Could not CONFIG SET requirepass (will rely on restart + conf)",
82
+ "generatedRequirepass": "Generated Redis password (shown once): {{password}}"
46
83
  },
47
84
  "nginx": {
48
85
  "reloaded": "nginx reloaded",
@@ -65,7 +102,8 @@
65
102
  "vsftpdStarted": "vsftpd started",
66
103
  "openPortsStep": "Firewall ports (manual)",
67
104
  "openPortsReminder": "Open TCP ports on host firewall and cloud security group: {{ports}}. FTPS apply does not open ports for you.",
68
- "openPortsPasvHint": "If login works but directory LIST times out, the PASV data range is blocked — open the ful"
105
+ "openPortsPasvHint": "If login works but directory LIST times out, the PASV data range is blocked — open the ful",
106
+ "publicPlaintextBlocked": "Refusing to start public FTP without FTPS. Bind to this host only, enable FTPS with a certificate, or confirm PLAINTEXT to expose cleartext on the public address."
69
107
  },
70
108
  "deploy": {
71
109
  "nodeMissingIsolated": "Node binary missing for isolated deploy: {{path}} — install Node {{version}} toolchain then redeploy. Refusing to write a unit that would 203/EXEC.",
@@ -83,7 +121,8 @@
83
121
  "pathOutsideSandbox": "Path outside sandbox: {{target}}",
84
122
  "notFoundRel": "Not found: {{relPath}}",
85
123
  "fileNotFoundRel": "File not found: {{relPath}}",
86
- "notFoundFrom": "Not found: {{fromPath}}"
124
+ "notFoundFrom": "Not found: {{fromPath}}",
125
+ "alreadyExists": "Already exists: {{name}}"
87
126
  },
88
127
  "dns": {
89
128
  "needZoneServerIp": "Enter zone and server IP",
@@ -119,11 +158,24 @@
119
158
  "applyDigOk": "PowerDNS BIND: list-zones + dig OK",
120
159
  "applyDigFail": "Zone registered in conf but dig still empty/REFUSED — not marking applied",
121
160
  "applySyncIncomplete": "PowerDNS bind sync incomplete — zone file on disk only (not applied). Fix EXECUTE/root or pdns logs.",
122
- "writeOnlyHint": "Zone file written only — PowerDNS will not answer until load/apply registers named"
161
+ "writeOnlyHint": "Zone file written only — PowerDNS will not answer until load/apply registers named",
162
+ "noActiveUnit": "No active named/bind9/pdns unit",
163
+ "pdnsUnitRestarts": "pdns unit state/restarts: {{detail}}",
164
+ "port53LoopbackOnly": "Port 53 is only on loopback (systemd-resolved 127.0.0.53) — not a product authoritative nameserver",
165
+ "port53Closed": "Port 53 is not listening (UDP/TCP)",
166
+ "udp53NotPublic": "UDP/53 is not listening on a public address",
167
+ "tcp53NotPublic": "TCP/53 is not listening on a public address",
168
+ "noManagedZones": "No managed zone files under dataDir/dns/zones",
169
+ "pdnsListZones": "PowerDNS list-zones: {{n}}",
170
+ "lookupIgnoredAt": "dig is unavailable — @{{server}} was ignored. Not using the system resolver as that server’s answer.",
171
+ "localAOk": "local A {{name}} → {{ip}}"
123
172
  },
124
173
  "db": {
125
174
  "needExecuteCreate": "Host execute is off; cannot create database from the panel",
126
- "dryRunMysql": "dry-run: database not created. Use --execute with YSK_EXECUTE=1 to provision"
175
+ "dryRunMysql": "dry-run: database not created. Use --execute with YSK_EXECUTE=1 to provision",
176
+ "remoteNoCreds": "No username/password stored — TCP only (registration is not a login).",
177
+ "remoteReachable": "TCP {{host}}:{{port}} open ({{ms}}ms).",
178
+ "remoteUnreachable": "TCP {{host}}:{{port}} closed or filtered ({{ms}}ms)."
127
179
  },
128
180
  "net": {
129
181
  "invalidIface": "Invalid interface name",
@@ -204,7 +256,17 @@
204
256
  "dns": "DNS",
205
257
  "email": "Email",
206
258
  "isolation": "Project isolation",
207
- "ops": "Operations"
259
+ "ops": "Operations",
260
+ "runtimesNode": "Node.js",
261
+ "runtimesPhp": "PHP",
262
+ "runtimesPython": "Python",
263
+ "runtimesGo": "Go",
264
+ "pm2": "PM2",
265
+ "runtimesNodeFix": "Install Node from /runtimes/node",
266
+ "runtimesPhpFix": "Install PHP from /runtimes/php",
267
+ "runtimesPythonFix": "Install Python from /runtimes/python",
268
+ "runtimesGoFix": "Install Go from /runtimes/go",
269
+ "pm2Fix": "Install PM2 from the Node runtime page"
208
270
  },
209
271
  "needAdmin": "Administrator permission required",
210
272
  "notInstalled": "Not installed",
@@ -215,6 +277,44 @@
215
277
  "probe": "Probe",
216
278
  "install": "Install",
217
279
  "port": "Port",
280
+ "git": {
281
+ "missingBin": "git is not on PATH",
282
+ "auth": "Authentication failed. Add a deploy key or HTTPS token.",
283
+ "hostkey": "SSH host key verification failed. Confirm and pin the host key.",
284
+ "dirty": "Working tree has {{count}} local change(s). Pull is blocked.",
285
+ "diverged": "Cannot fast-forward. Reset to the remote ref if you intend to discard local Git history.",
286
+ "missingRef": "That branch, tag, or commit is not on the remote.",
287
+ "shallow": "This clone is shallow. Fetch full history before pinning an old commit.",
288
+ "notRepo": "app/ is not a Git repository yet.",
289
+ "diffEmpty": "No unstaged diff (protected .env is excluded).",
290
+ "unrelated": "Unrelated histories. Reclone only after confirm — custom files will be lost.",
291
+ "lock": "Git index.lock is present. Remove it only if no git process is running.",
292
+ "disk": "Disk full or quota exceeded.",
293
+ "timeout": "Git timed out.",
294
+ "network": "Network error talking to the remote.",
295
+ "lfs": "This repo uses Git LFS and git-lfs is not available.",
296
+ "submodule": "Submodule update failed.",
297
+ "unknown": "Git failed. See the command output.",
298
+ "fetchOk": "Fetched from origin.",
299
+ "checkoutOk": "Checked out {{ref}}.",
300
+ "resetOk": "Reset hard to {{ref}}.",
301
+ "envRestored": "Restored app/.env from the control plane.",
302
+ "needPinHost": "SSH host key is not pinned. Scan and pin it before clone or fetch.",
303
+ "tokenSaved": "HTTPS token stored (never shown again).",
304
+ "tokenCleared": "HTTPS token removed.",
305
+ "tokenInvalid": "Token must be at least 8 characters.",
306
+ "deployKeyCreated": "Deploy key created. Add the public key on the Git host.",
307
+ "deployKeyCleared": "Deploy key detached from this project.",
308
+ "hostPinned": "Pinned SSH host keys for {{host}}.",
309
+ "hostUnpinned": "Cleared pinned SSH host keys.",
310
+ "hostScanFailed": "ssh-keyscan returned no keys for that host.",
311
+ "hookEnabled": "Inbound Git hook is on. Paste the URL into GitHub, Gitea, or GitLab yourself.",
312
+ "hookDisabled": "Inbound Git hook is off. The URL will not sync.",
313
+ "hookSecretOnce": "Copy this hook secret now. It is not shown again.",
314
+ "refsNeedUrl": "Enter a Git URL first.",
315
+ "refsOk": "Loaded {{branches}} branch(es) and {{tags}} tag(s).",
316
+ "refsEmpty": "Remote advertised no branches or tags."
317
+ },
218
318
  "auto": {
219
319
  "n0001": "Status: applied",
220
320
  "n0002": "User not found",
@@ -477,7 +577,7 @@
477
577
  "n0259": "domain",
478
578
  "n0260": "domain Not found:",
479
579
  "n0261": "dovecot reload failed or servicenot (sieve Wrote; reload Success)",
480
- "n0262": "dry-run fleet dispatch (not )",
580
+ "n0262": "dry-run fleet dispatch (not queued)",
481
581
  "n0263": "dry-run peer push (not scp)",
482
582
  "n0264": "dry-run remote install (not ssh)",
483
583
  "n0265": "dry-run transfer done ( full bootstrap)",
@@ -486,10 +586,10 @@
486
586
  "n0268": "dry-run — not write /etc",
487
587
  "n0269": "dry-run: add --execute firstapply ufw",
488
588
  "n0270": "dry-run: inventory + preflight passed, not package/transfer",
489
- "n0271": "dry-run: probe/. add --execute YSK_EXECUTE=1 firstreally provision",
490
- "n0272": "dry-run: Wrote managed file (dataDir). add execute + YSK_EXECUTE=1 + root firstsystem drop-in",
491
- "n0273": "dry-run: not. add --execute YSK_EXECUTE=1 firstreally ban",
492
- "n0274": "dry-run: not. add --execute YSK_EXECUTE=1 firstreally unban",
589
+ "n0271": "Dry-run: probe/plan only. Pass --execute with YSK_EXECUTE=1 to actually provision.",
590
+ "n0272": "Dry-run: wrote the managed file (dataDir). Pass --execute with YSK_EXECUTE=1 as root to install the system drop-in.",
591
+ "n0273": "Dry-run: not banned. Pass --execute with YSK_EXECUTE=1 to actually ban.",
592
+ "n0274": "Dry-run: not unbanned. Pass --execute with YSK_EXECUTE=1 to actually unban.",
493
593
  "n0275": "dryRun=true — change API",
494
594
  "n0276": "dryRun: not write",
495
595
  "n0277": "dump Wrote dataDir, not transfer",
@@ -599,7 +699,7 @@
599
699
  "n0381": "post-transfer reapply",
600
700
  "n0382": "post-transfer restore",
601
701
  "n0383": "postconf not message_rate_limit (complete applied)",
602
- "n0384": "postgres-replica Supports postgres",
702
+ "n0384": "kind postgres-replica needs --engine postgres",
603
703
  "n0385": "postgres_databases name",
604
704
  "n0386": "postqueue unavailable or mailNot installed",
605
705
  "n0387": "Install nginx on the host, or use panel software / runtime install",
@@ -768,7 +868,7 @@
768
868
  "n0550": "128M, 256M, 512M, -1 ()",
769
869
  "n0551": "e.g. 512MiB; leave empty to unset",
770
870
  "n0552": "900 1 300 10; disable",
771
- "n0553": ": --member 10.0.0.3=replica:fleet:SESSION_UUID",
871
+ "n0553": "Paste a session UUID from /agents on the cluster form, or CLI --member 10.0.0.3=replica:fleet:SESSION_UUID",
772
872
  "n0554": "= ASN (system), not",
773
873
  "n0555": "22/80/443; can offnot port",
774
874
  "n0556": "kept: 10",
@@ -838,7 +938,7 @@
838
938
  "n0620": "startprocessnot process",
839
939
  "n0621": "OPcache",
840
940
  "n0622": "SSL",
841
- "n0623": "",
941
+ "n0623": "Active",
842
942
  "n0624": "file",
843
943
  "n0625": "file",
844
944
  "n0626": "node wsrep, HA ≥2 node",
@@ -865,7 +965,7 @@
865
965
  "n0647": "intern (MB)",
866
966
  "n0648": "password",
867
967
  "n0649": "Error, please apply",
868
- "n0650": "Security → My security enable 2FA; policy may set requireAdminTotp",
968
+ "n0650": "Enable admin 2FA under Security → My security, then add a backup admin on Users.",
869
969
  "n0651": "and path",
870
970
  "n0652": "install PAM",
871
971
  "n0653": "install vsftpd",
@@ -1054,7 +1154,7 @@
1054
1154
  "n0836": "certificateplease Failed",
1055
1155
  "n0837": "≥ file",
1056
1156
  "n0838": "settingskeptbackup",
1057
- "n0839": "Successthis target can BatchMode, ",
1157
+ "n0839": "Success means this target accepts BatchMode SSH (non-interactive). It is not a grant of global access.",
1058
1158
  "n0840": "or 32767",
1059
1159
  "n0841": "softwareInstalled",
1060
1160
  "n0842": "permission/",
@@ -1214,7 +1314,7 @@
1214
1314
  "n0996": "local nginx -t OK ( managed conf, ≠ edge applied)",
1215
1315
  "n0997": "local wsrep can, size not node",
1216
1316
  "n0998": "local ysk.json cannotread / fingerprint",
1217
- "n0999": "local OK; complete healthy peer probe (not )",
1317
+ "n0999": "Local node is OK; a complete healthy status needs a peer probe (not done).",
1218
1318
  "n1000": "local nginx — conf Wrote, not reload",
1219
1319
  "n1001": "localAvailable NM connection; willSuccess. can \"\" or NetworkManager.",
1220
1320
  "n1002": "localAvailable ps — cannot ()",
@@ -1340,7 +1440,7 @@
1340
1440
  "n1120": "domain — map for (systemapplywill postmap )",
1341
1441
  "n1121": "IP",
1342
1442
  "n1122": "Available auto-ban enrich",
1343
- "n1123": "cannot ban to system: YSK_EXECUTE; to panel ban",
1443
+ "n1123": "Cannot ban on the host: YSK_EXECUTE is off. The panel list was not changed.",
1344
1444
  "n1124": "cannot dump Redis: redis-cli",
1345
1445
  "n1125": "cannot dump: serverHost execute is not enabled",
1346
1446
  "n1126": "cannot fan-out: Host execute is not enabled",
@@ -1390,7 +1490,7 @@
1390
1490
  "n1170": "cannot from npm or GitHub version (not )",
1391
1491
  "n1171": "cannotprobe systemctl",
1392
1492
  "n1172": "cannot DNS cluster: Host execute is not enabled",
1393
- "n1173": "cannot: Host execute is not enabled (backupSuccess)",
1493
+ "n1173": "Host execute is off. Live SFTP/S3/local probe needs YSK_EXECUTE=1.",
1394
1494
  "n1174": "cannot metrics",
1395
1495
  "n1175": "cannot: serverHost execute is not enabled",
1396
1496
  "n1176": "cannot ACME: Host execute is not enabled",
@@ -1810,7 +1910,7 @@
1810
1910
  "n1590": "",
1811
1911
  "n1591": "Not root — useradd / systemd / nginx system paths are restricted",
1812
1912
  "n1592": "not seccomp requires runAsUser",
1813
- "n1593": "panelplease /",
1913
+ "n1593": "Public requests / min",
1814
1914
  "n1594": "panelconnection; Available\"\" ( )",
1815
1915
  "n1595": "Panel is not running as root",
1816
1916
  "n1596": "Available apply:false",
@@ -1828,6 +1928,8 @@
1828
1928
  "n1608": "verifyinvalid",
1829
1929
  "n1609": "passed",
1830
1930
  "n1610": "Package index not refreshed (YSK_EXECUTE off) — showing apt list only; enable execute to run apt-get update",
1931
+ "n1611": "UFW is inactive: {{n}} permanent deny rule(s) are stored in user.rules but the kernel is not enforcing them.",
1932
+ "n1612": "UFW is inactive. A deny rule would be written to user.rules only — the kernel would not drop packets. Enable UFW first. Not enabling automatically.",
1831
1933
  "t0001": "listenPort invalid: {{v0}}",
1832
1934
  "t0002": "restoreversion {{v0}}",
1833
1935
  "t0003": "file (>{{v0}} bytes)",
@@ -2081,7 +2183,7 @@
2081
2183
  "t0251": "{{v0}} Install incomplete",
2082
2184
  "t0252": "{{v0}} servicestart",
2083
2185
  "t0253": "Start failed: {{v0}}",
2084
- "t0254": "Supports Node.js version {{v0}}; Availableversion: {{v1}}",
2186
+ "t0254": "Supports Node.js version {{v0}}; available versions: {{v1}}",
2085
2187
  "t0255": "Supports PHP version {{v0}}; Available: {{v1}}",
2086
2188
  "t0256": "Supports Python version {{v0}}; Available: {{v1}}",
2087
2189
  "t0257": "Supports Go version {{v0}}; Available: {{v1}}",
@@ -2158,7 +2260,7 @@
2158
2260
  "t0328": "projectdirectory: {{v0}}",
2159
2261
  "t0329": "tar failed: {{v0}}",
2160
2262
  "t0330": "Wrotebackup {{v0}}",
2161
- "t0331": "dry-run: file {{v0}}+ ( {{v1}})",
2263
+ "t0331": "Preview: {{v0}} files in the archive (showing {{v1}})",
2162
2264
  "t0332": "cannot: {{v0}}",
2163
2265
  "t0333": "restore (web) to {{v0}}",
2164
2266
  "t0334": "web restoreFailed: {{v0}}",
@@ -2203,20 +2305,20 @@
2203
2305
  "t0373": "Project \"{{v0}}\" isolation",
2204
2306
  "t0374": "to localpath {{v0}}",
2205
2307
  "t0375": "identity {{v0}}: {{v1}}",
2206
- "t0376": "scp (identity) to {{v0}}",
2207
- "t0377": "scp(identity) failed: {{v0}}",
2208
- "t0378": "scp to {{v0}}",
2209
- "t0379": "scp failed: {{v0}}",
2210
- "t0380": "scp to {{v0}}",
2211
- "t0381": "scp Failed: {{v0}} ( backup remote identityId)",
2308
+ "t0376": "sftp (identity) to {{v0}} ok",
2309
+ "t0377": "sftp (identity) failed: {{v0}}",
2310
+ "t0378": "sftp to {{v0}} ok",
2311
+ "t0379": "sftp failed: {{v0}}",
2312
+ "t0380": "sftp to {{v0}} ok",
2313
+ "t0381": "sftp failed: {{v0}} (set backup remote identityId)",
2212
2314
  "t0382": "S3 {{v0}}",
2213
2315
  "t0383": "S3 failed: {{v0}}",
2214
2316
  "t0384": ": {{v0}}/{{v1}} admin Enabled 2FA",
2215
- "t0385": "Policy not enforced: {{v0}}/{{v1}} admin(s) have 2FA enabled",
2317
+ "t0385": "Policy not enforced: {{v0}}/{{v1}} admin(s) have 2FA. If there is a single admin without 2FA, enable 2FA then add a backup admin.",
2216
2318
  "t0386": "{{v0}} PATH",
2217
2319
  "t0387": "{{v0}} not found",
2218
2320
  "t0388": "Install {{v0}} or add it to PATH",
2219
- "t0389": "Availableversion: {{v0}}",
2321
+ "t0389": "Available versions: {{v0}}",
2220
2322
  "t0390": "{{v0}}% ( {{v1}} MB)",
2221
2323
  "t0391": "{{v0}}% ({{v1}})",
2222
2324
  "t0392": "servicestart {{v0}}",
@@ -2456,18 +2558,18 @@
2456
2558
  "t0626": "transfer: home rsync Failed {{v0}}",
2457
2559
  "t0627": "skipped: {{v0}}",
2458
2560
  "t0628": "transfer done → {{v0}}:{{v1}}",
2459
- "t0629": "project {{v0}} home: {{v1}}",
2561
+ "t0629": "Project {{v0}} has no system user yet (home missing: {{v1}}). Finish isolation on the project page.",
2460
2562
  "t0630": "project {{v0}} bind_ip={{v1}} — can ( IP )",
2461
2563
  "t0631": "project {{v0}} home not path: {{v1}}",
2462
- "t0632": "home (store ): {{v0}}",
2564
+ "t0632": "Orphan home on disk (no matching store project): {{v0}}",
2463
2565
  "t0633": "Maildir: {{v0}}",
2464
2566
  "t0634": "{{v0}} — cannot to target",
2465
2567
  "t0635": "cannotprobe {{v0}}",
2466
2568
  "t0636": "{{v0}} · {{v1}}",
2467
2569
  "t0637": "project {{v0}} · {{v1}} · DB {{v2}} · Redis {{v3}}",
2468
- "t0638": "installsoftware {{v0}} · homes {{v1}}",
2570
+ "t0638": "Install software {{v0}} · homes {{v1}}",
2469
2571
  "t0639": "cutover host {{v0}}",
2470
- "t0640": "Warning {{v0}} (please )",
2572
+ "t0640": "{{v0}} warning(s) — review before cutover.",
2471
2573
  "t0641": "key {{v0}}",
2472
2574
  "t0642": "cannotkey: {{v0}}",
2473
2575
  "t0643": "targetnot write authorized_keys: {{v0}}",
@@ -2531,7 +2633,7 @@
2531
2633
  "t0701": "CDN {{v0}}",
2532
2634
  "t0702": "origin shield Node does not exist: {{v0}}",
2533
2635
  "t0703": "edges: {{v0}}",
2534
- "t0704": "origin URL (): {{v0}}",
2636
+ "t0704": "Origin URL (from project bind): {{v0}}",
2535
2637
  "t0705": "update CDN {{v0}}",
2536
2638
  "t0706": "create CDN {{v0}}",
2537
2639
  "t0707": "origin shield: edge shield {{v0}} → {{v1}}",
@@ -2627,7 +2729,14 @@
2627
2729
  "t0797": "timezone failed: {{v0}}",
2628
2730
  "tScoreFrom": "score={{score}} from={{from}}",
2629
2731
  "appliedTag": " (applied)",
2630
- "writtenTag": " (written only)"
2732
+ "writtenTag": " (written only)",
2733
+ "selfDestMissing": "Cannot find the running install directory (systemd ExecStart or cli.js)",
2734
+ "selfDestUnwritable": "Cannot write to the running install directory {{v0}}",
2735
+ "selfApplied": "Applied {{v0}} onto {{v1}}",
2736
+ "selfVerifyFail": "Version file after overlay does not contain {{v0}}",
2737
+ "selfDownloadFail": "Cannot download or unpack official package {{v0}}: {{v1}}",
2738
+ "selfOverlayFail": "Could not overlay the official package onto the running install: {{v0}}",
2739
+ "selfUpgradeHint": "Panel apply failed. As root run: curl -fsSL https://raw.githubusercontent.com/yanshekki/ysk-server/main/install.sh | bash -s -- --upgrade"
2631
2740
  },
2632
2741
  "tpl": {
2633
2742
  "deleted": "Deleted {{name}}",
@@ -2690,7 +2799,7 @@
2690
2799
  "noParen": "(none)",
2691
2800
  "keepOldDb": "(kept old DB)",
2692
2801
  "ufwNotDetected": "UFW not detected on this host",
2693
- "fail2banStartHint": "Start it on the Fail2ban page",
2802
+ "fail2banStartHint": "Start it on the fail2ban page",
2694
2803
  "hasExecuteNotRoot": "EXECUTE is on but process is not root",
2695
2804
  "notRootTarget": "Not root (target useradd/apt will be blocked)",
2696
2805
  "reapplyDone": "reapply key steps completed",
@@ -2819,6 +2928,8 @@
2819
2928
  "openvpnComing": "OpenVPN full path is staged for the next release.",
2820
2929
  "outlineComing": "Outline / Shadowsocks is staged for a later release.",
2821
2930
  "needExecuteServer": "VPN server setup requires root and YSK_EXECUTE=1.",
2931
+ "serverStopped": "{{engine}} server stopped.",
2932
+ "serverStopFailed": "Could not stop {{engine}} server: {{detail}}",
2822
2933
  "needExecuteClient": "VPN client connect requires root and YSK_EXECUTE=1.",
2823
2934
  "keygenFailed": "WireGuard key generation failed (is wg installed?).",
2824
2935
  "serverKeysCreated": "WireGuard server keys created.",
@@ -2828,6 +2939,7 @@
2828
2939
  "peerCreated": "Client «{{name}}» created.",
2829
2940
  "peerNotFound": "Client not found.",
2830
2941
  "peerRemoved": "Client removed.",
2942
+ "peersSynced": "Peer list reloaded on the running WireGuard interface.",
2831
2943
  "setEndpointHint": "Set public endpoint (host:port) so mobile clients can reach this server.",
2832
2944
  "invalidConf": "Conf must include [Interface] and PrivateKey.",
2833
2945
  "clientImported": "Profile «{{name}}» imported.",
@@ -2863,6 +2975,15 @@
2863
2975
  "needInstall": "Install {{stack}}",
2864
2976
  "needExecute": "YSK_EXECUTE is disabled — cannot install packages or provision Linux users.",
2865
2977
  "needRoot": "Not running as root — system useradd and vncserver apply are blocked.",
2978
+ "hostnameResolves": "Hostname {{hostname}} resolves.",
2979
+ "hostnameUnresolvable": "This host cannot resolve its own hostname ({{hostname}}). VNC session start will fail until /etc/hosts is fixed.",
2980
+ "hostnameAlreadyResolves": "Hostname {{hostname}} already resolves — /etc/hosts unchanged.",
2981
+ "hostnameWouldAppend": "Would append to /etc/hosts: {{line}}",
2982
+ "hostnameAppended": "Appended to /etc/hosts: {{line}}",
2983
+ "hostnameAppendFailed": "Could not write /etc/hosts: {{detail}}",
2984
+ "hostnameAliasPresent": "Hostname {{hostname}} is already an exact /etc/hosts alias — not appended again.",
2985
+ "hostnameStillUnresolvable": "Wrote /etc/hosts but {{hostname}} still does not resolve. Confirm nsswitch hosts includes files.",
2986
+ "skipStartHostname": "Did not start the display — fix hostname resolution first.",
2866
2987
  "novncAssetsOnly": "noVNC web assets found; websockify binary still missing.",
2867
2988
  "viewerNeedExecute": "Starting a local VNC desktop for browser view needs root + YSK_EXECUTE",
2868
2989
  "browserSessionReady": "Browser VNC session ready: {{name}}",
@@ -2896,10 +3017,12 @@
2896
3017
  "userdelBlocked": "Cannot remove Linux user {{user}} without root + YSK_EXECUTE",
2897
3018
  "userAlreadyGone": "Linux user {{user}} already absent",
2898
3019
  "userdelFailed": "userdel failed for {{user}}: {{detail}}",
3020
+ "userdelLeftover": "Panel account removed, but Linux user {{user}} is still on the host. Remove it from Users or the host.",
2899
3021
  "userDeleted": "Removed Linux user {{user}}",
2900
3022
  "passwordTooShort": "VNC password must be at least 6 characters",
2901
3023
  "passwordWrittenOnly": "Password marked in control plane only (need root + YSK_EXECUTE for vncpasswd)",
2902
3024
  "passwordFailed": "Failed to write VNC password: {{detail}}",
3025
+ "passwordNeedTiger": "vncpasswd not found. Install TigerVNC (tigervnc-standalone-server) before setting a password.",
2903
3026
  "passwordSet": "VNC password set for {{user}}",
2904
3027
  "passwordUpdated": "Password updated for {{name}}",
2905
3028
  "passwordMetaOnly": "Password stored as meta only until system apply",
@@ -2909,6 +3032,7 @@
2909
3032
  "xstartupWritten": "Wrote {{path}}",
2910
3033
  "sessionStartBlocked": "Cannot start VNC session without root + YSK_EXECUTE",
2911
3034
  "sessionStartFailed": "Failed to start display :{{display}}: {{detail}}",
3035
+ "sessionStartHostname": "Failed to start display :{{display}}: this host cannot resolve its own hostname. Add the hostname to /etc/hosts (or fix DNS) then start the session again.",
2912
3036
  "sessionStarted": "Started VNC for {{user}} on :{{display}} (port {{port}})",
2913
3037
  "sessionStartUnverified": "Start command returned OK but RFB port not yet listening",
2914
3038
  "sessionAlreadyRunning": "VNC already running for {{user}} on :{{display}} (port {{port}})",
@@ -2951,7 +3075,9 @@
2951
3075
  "clientDeleted": "Client profile deleted",
2952
3076
  "sessionStartCwd": "VNC start failed: working directory not accessible to the session user (display :{{display}}). Fixed by starting from HOME.",
2953
3077
  "desktopRestarted": "Desktop profile applied and session restarted ({{desktop}}). Reconnect VNC/noVNC.",
2954
- "desktopNeedsStart": "Desktop profile {{desktop}} written to xstartup. Start the session to apply."
3078
+ "desktopNeedsStart": "Desktop profile {{desktop}} written to xstartup. Start the session to apply.",
3079
+ "linuxUserRolledBack": "Removed leftover Linux user {{user}} after VNC password failed.",
3080
+ "linuxUserOrphan": "Could not remove leftover Linux user {{user}} after VNC password failed."
2955
3081
  },
2956
3082
  "apache": {
2957
3083
  "needServerName": "Server name required",
@@ -3001,6 +3127,71 @@
3001
3127
  "startedDetached": "BT tracker detached worker started (pid {{pid}}, port {{port}})",
3002
3128
  "runningDetached": "Tracker running as detached worker (pid {{pid}})",
3003
3129
  "jobQueued": "BT torrent creation queued (large share)",
3004
- "jobRunning": "BT torrent creation running"
3130
+ "jobRunning": "BT torrent creation running",
3131
+ "libraryAdded": "Added {{name}} to the WebTorrent library",
3132
+ "libraryInspectFailed": "Could not read that .torrent or magnet",
3133
+ "libraryDup": "That torrent is already in the library",
3134
+ "libraryDestBad": "Save folder is not a valid Files path",
3135
+ "libraryTorrentTooBig": ".torrent file is larger than 8 MiB",
3136
+ "libraryNotFound": "Library item not found",
3137
+ "libraryPaused": "Paused",
3138
+ "libraryResumed": "Resumed",
3139
+ "libraryRemoved": "Removed from library",
3140
+ "libraryFilesRemoved": "Deleted downloaded files",
3141
+ "libraryRestoreDone": "Library restore: started {{started}}/{{attempted}} (failed {{failed}})",
3142
+ "applyTrackersDone": "Applied extra trackers to {{n}} live announce slots",
3143
+ "libraryNeedServe": "Saved. Open the panel (ysk-server serve) so WebTorrent can download or seed.",
3144
+ "libraryDestIsFile": "Cannot create a folder named {{name}} — a file with that name already exists.",
3145
+ "librarySeedMissing": "No matching files in that folder to seed.",
3146
+ "libraryWaitingPeers": "Waiting for peers. If the files are already on this host, add again and choose seed-existing."
3147
+ },
3148
+ "migrate": {
3149
+ "orphanConfirm": "Type the exact leftover home path to confirm delete.",
3150
+ "orphanStillInStore": "That home still belongs to a project in the store.",
3151
+ "orphanMissing": "Path not on disk: {{path}}",
3152
+ "orphanNeedExecute": "Would remove leftover {{path}}. Needs YSK_EXECUTE=1.",
3153
+ "orphanRmFailed": "Could not remove leftover home: {{detail}}",
3154
+ "orphanRemoved": "Removed leftover project home {{path}}."
3155
+ },
3156
+ "publicFiles": {
3157
+ "liveConf": "Live Nginx conf: {{path}}",
3158
+ "publicRoot": "Public root: {{path}}",
3159
+ "confNameStale": "Conf file {{file}} does not match current server_name {{serverName}}. Re-apply public files to rewrite the name."
3160
+ },
3161
+ "leftover": {
3162
+ "staleCliTitle": "Stale leftover CLI",
3163
+ "staleCli": "Leftover CLI still present: {{path}} (running product {{version}}). PATH may prefer it. Remove with: rm -f {{path}}",
3164
+ "apacheDefaultTitle": "Apache leftover default site",
3165
+ "apacheDefault": "Apache 000-default is still enabled. That is the stock site file — it does not mean Apache is listening on public :80 (YSK Apache is expected on 127.0.0.1:8080). Overlay does not disable it. Apply Apache from the panel or hosting apache apply --execute.",
3166
+ "nginxCatchAllTitle": "Nginx catch-all missing",
3167
+ "nginxCatchAll": "ysk-000-default.conf is not in /etc/nginx/conf.d. Unknown SNI can fall through. Run projects nginx-sync --execute.",
3168
+ "vsftpdTitle": "vsftpd unit failed",
3169
+ "vsftpd": "vsftpd is failed. Overlay does not rewrite listen/listen_ipv6. Apply FTP from the panel.",
3170
+ "dovecotTitle": "Dovecot TLS points at missing cert",
3171
+ "dovecot": "Dovecot ssl_cert points at missing {{path}}. Overlay does not rewrite ssl=no. Apply mail TLS after issuing the cert, or apply email stack.",
3172
+ "overlayDoesNotHeal": "Product overlay does not rewrite nginx, Apache, vsftpd, or Dovecot. Use the listed apply commands (root + YSK_EXECUTE=1).",
3173
+ "executeStaleCli": "Pass --execute (root + YSK_EXECUTE=1) to remove stale CLI bins.",
3174
+ "executeMissingTls": "Pass --execute (root + YSK_EXECUTE=1) to disable missing-cert TLS so vsftpd/Dovecot can start.",
3175
+ "executeGeneric": "Pass --execute (root + YSK_EXECUTE=1) to apply leftover cleanup for the findings above.",
3176
+ "staleCliRemoved": "Removed leftover CLI {{path}}.",
3177
+ "staleCliRemoveFailed": "Could not remove leftover CLI {{path}}: {{detail}}",
3178
+ "vsftpdSslOff": "Set vsftpd ssl_enable=NO because the FTPS certificate file is missing, then restarted vsftpd.",
3179
+ "dovecotSslOff": "Set Dovecot ssl=no because {{path}} is missing, then restarted Dovecot.",
3180
+ "readinessTitle": "Host leftovers after overlay",
3181
+ "readinessClean": "No leftover Apache default, missing nginx catch-all, failed vsftpd, or stale CLI detected.",
3182
+ "nginxRemoved": "Removed leftover nginx conf {{path}}.",
3183
+ "nginxNotLeftover": "Not a leftover public-files conf — refuse delete.",
3184
+ "nginxUnusedKeep": "000-default is unused, not leftover — not deleted.",
3185
+ "nginxSystemCopy": "System copy still present: {{path}}. Needs YSK_EXECUTE + root to remove.",
3186
+ "nginxReloadFailed": "nginx -t or reload failed after removing {{path}}."
3187
+ },
3188
+ "defense": {
3189
+ "panelReqLabel": "Panel requests / min",
3190
+ "panelReqExcluded": "Authenticated panel traffic — shown here, not counted in threat score",
3191
+ "tcpOk": "TCP {{target}} reachable",
3192
+ "tcpFail": "TCP {{target}} failed",
3193
+ "dnsDegraded": "DNS path degraded",
3194
+ "reqRateHigh": "Public request rate {{reqs}}/min ≥ {{threshold}}",
3195
+ "ddosHeuristic": "High public request rate plus edge probe failure"
3005
3196
  }
3006
3197
  }