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
@@ -14,6 +14,7 @@
14
14
  "backupFiles": "Backup files",
15
15
  "projects": "Projects",
16
16
  "lastAll": "Last all",
17
+ "latestFile": "Latest archive",
17
18
  "remote": "Remote",
18
19
  "withBackups": "Projects with backups",
19
20
  "ops": "Actions",
@@ -27,6 +28,10 @@
27
28
  "preview": "Preview",
28
29
  "restoreWeb": "Restore web",
29
30
  "restoreFull": "Full restore",
31
+ "restoreFullTitle": "Overwrite project files and databases from this archive — type the file name to confirm",
32
+ "restoreWebTitle": "Restore website files only from this archive",
33
+ "previewTitle": "Preview restore without writing",
34
+ "partialSkipped": "Partial — some projects skipped",
30
35
  "delete": "Delete",
31
36
  "opsTitle": "Actions",
32
37
  "opsHint": "0 projects or all skipped = success;",
@@ -81,6 +86,7 @@
81
86
  "endpointOptional": "Endpoint (optional)",
82
87
  "localMirror": "Local mirror path",
83
88
  "remotePath": "Remote path",
89
+ "remotePathHint": "Relative to the remote user’s home (or SFTP chroot). “.” is that home.",
84
90
  "resticTitle": "Restic incremental",
85
91
  "resticDesc": "Optional; restic on PATH. Password required when enabled (no default)",
86
92
  "enableRestic": "Enable restic",
@@ -108,8 +114,24 @@
108
114
  "cancel": "Cancel",
109
115
  "deleteFailed": "Delete failed",
110
116
  "deleted": "Deleted",
111
- "deleteTitle": "Delete backup file?",
112
- "deleteDesc": "Permanently delete {{name}}",
117
+ "deleteTitle": "Move backup to recycle bin?",
118
+ "deleteDesc": "Move {{name}} to the recycle bin. Permanent delete after 7 days.",
119
+ "tabTrash": "Recycle bin",
120
+ "trashTitle": "Recycle bin ({{count}})",
121
+ "trashSub": "Deleted archives stay here for 7 days, then they are removed permanently.",
122
+ "trashEmpty": "Recycle bin is empty",
123
+ "trashEmptyDesc": "Deleted backup files appear here for 7 days.",
124
+ "trashRestore": "Restore",
125
+ "trashPurge": "Delete forever",
126
+ "trashEmptyAll": "Empty recycle bin",
127
+ "trashExpires": "Expires {{at}}",
128
+ "trashPurgeTitle": "Permanently delete this backup?",
129
+ "trashPurgeDesc": "Permanently delete {{name}}. This cannot be undone.",
130
+ "trashEmptyTitle": "Empty recycle bin?",
131
+ "trashEmptyDescConfirm": "Permanently delete {{count}} archive(s). Type the count to confirm.",
132
+ "trashRestored": "Restored from recycle bin",
133
+ "trashPurged": "Permanently deleted",
134
+ "trashedOk": "Moved to recycle bin",
113
135
  "resticSafeTitle": "restic restore to safe directory?",
114
136
  "resticSafeDesc": "Restore {{snapshot}} to project {{project}} .restic-restore-* directory",
115
137
  "resticRestoreDone": "restic restore complete",
@@ -120,7 +142,7 @@
120
142
  "resticOverwriteDone": "restic overwrite home complete",
121
143
  "opsResult": "Ops result",
122
144
  "filesTitle": "Backup files ({{count}})",
123
- "filesSub": "Management-dir tar · download needs login · restore: dry-run / web / full",
145
+ "filesSub": "Archives live in the panel data directory. Download needs a login. Restore can preview, restore the site only, or restore everything.",
124
146
  "backupAllBtn": "Backup all",
125
147
  "yes": "Yes",
126
148
  "no": "No",
@@ -129,5 +151,18 @@
129
151
  "remotePushSub": "After local tar succeeds, push to SFTP, local path, or S3",
130
152
  "accessKey": "Access Key",
131
153
  "secretKey": "Secret Key",
132
- "overwriteConfirmHint": "Type OVERWRITE to confirm overwrite"
154
+ "overwriteConfirmHint": "Type OVERWRITE to confirm overwrite",
155
+ "testRemote": "Test destination",
156
+ "testRemoteHint": "Connects to the remote host and writes a small probe file. Not read-only.",
157
+ "testRemoteDone": "Remote probe finished",
158
+ "testRemoteFailed": "Remote probe failed",
159
+ "resticRepoPh": "Panel data directory / restic-repo",
160
+ "testDisabledHint": "Turn on remote push before testing.",
161
+ "identityId": "Outbound SSH identity",
162
+ "identityHint": "Preferred. Same vault as /security SSH. Password needs sshpass.",
163
+ "identityNone": "None — password or default key",
164
+ "skippedListHint": "These projects were skipped:",
165
+ "skippedPendingOs": "Skipped — OS user / home not provisioned",
166
+ "goLogs": "Open logs",
167
+ "goAbout": "Backup notes"
133
168
  }
@@ -8,11 +8,19 @@
8
8
  "installed": "Installed",
9
9
  "start": "Start",
10
10
  "stop": "Stop",
11
+ "stopTitle": "Stop the tracker — seeding and downloads will interrupt",
12
+ "stopDesc": "Running torrents stop announcing. Peers disconnect until you start the tracker again.",
13
+ "fillPublicHost": "Use {{host}}",
14
+ "fillPublicHostTitle": "Fill the current panel hostname as the public announce host",
11
15
  "refresh": "Refresh",
12
16
  "settings": "Settings",
13
17
  "httpPort": "HTTP / WS port",
14
18
  "udpPort": "UDP port",
15
19
  "listenHost": "Listen",
20
+ "listenHostHint": "0.0.0.0 listens on every address. Prefer 127.0.0.1 unless peers must reach this host.",
21
+ "listenAllWarn": "Tracker is bound to all addresses. With the firewall off this is public. Bind 127.0.0.1 for local-only, or restrict the port in the firewall.",
22
+ "bindLoopback": "127.0.0.1 only",
23
+ "bindAll": "0.0.0.0 (all)",
16
24
  "wsEnabled": "WebSocket",
17
25
  "wsEnabledHint": "",
18
26
  "autostart": "Autostart",
@@ -21,12 +29,14 @@
21
29
  "publicAnnounceHostHint": "",
22
30
  "maxSeeds": "Max seeds",
23
31
  "seederPorts": "Peer ports",
24
- "seederPortsHint": "",
32
+ "seederPortMin": "Peer port start",
33
+ "seederPortMax": "Peer port end",
34
+ "seederPortsHint": "Inclusive range used by the local seeder (typically 6881–6889).",
25
35
  "saveSettings": "Save",
26
36
  "applyHint": "",
27
37
  "torrents": "Torrents",
28
38
  "torrentsEmpty": "No torrents",
29
- "torrentsEmptyHint": "Create a BT share in Files",
39
+ "torrentsEmptyHint": "Add a .torrent, or create a BT share in Files",
30
40
  "torrentsDesc": "",
31
41
  "colName": "Name",
32
42
  "colHash": "Hash",
@@ -38,8 +48,16 @@
38
48
  "copy": "Copy",
39
49
  "copied": "Copied",
40
50
  "statsTorrents": "Torrents",
51
+ "statsLibrary": "Library",
52
+ "statsLibraryHint": "Torrents in the panel library / file shares",
53
+ "statsTrackerLeftover": "Tracker hashes not in library",
54
+ "statsTrackerLeftoverHint": "Info-hashes the local tracker has announced that are not torrent-library rows. Listed on the Tracker tab.",
55
+ "leftoverHashesTitle": "Tracker leftover hashes",
56
+ "publicHostMissingLive": "Tracker is listening but public announce host is not set. Off-host peers cannot find this seed.",
57
+ "leftoverHashesHint": "Read-only. These announces are not library or share rows.",
41
58
  "statsPeers": "Peers",
42
59
  "statsAnnounces": "Announces",
60
+ "statsAnnouncesHint": "Announce requests seen by the tracker process",
43
61
  "statsJobs": "Jobs",
44
62
  "openShares": "Shares",
45
63
  "needExecute": "YSK_EXECUTE required to bind ports",
@@ -115,5 +133,69 @@
115
133
  "udpPortSameHttp": "Same HTTP ({{port}})",
116
134
  "udpPortClassic": "6969",
117
135
  "portSuggest8000": "8000",
118
- "announceHostUnset": ""
136
+ "announceHostUnset": "Not set",
137
+ "tabTrackers": "Trackers",
138
+ "addTorrent": "Add torrent",
139
+ "addTorrentTitle": "Add torrent",
140
+ "addTorrentHint": "Upload a .torrent or paste a magnet. Choose a Files folder. WebTorrent downloads missing files and seeds when complete.",
141
+ "dropTorrent": "Drop a .torrent here",
142
+ "chooseFile": "or choose a file",
143
+ "magnetLabel": "Magnet",
144
+ "magnetPlaceholder": "magnet:?xt=urn:btih:…",
145
+ "inspect": "Read",
146
+ "extraTrackersPreview": "Will also announce to {{n}} extra tracker(s)",
147
+ "saveLocation": "Save location",
148
+ "saveRootPublic": "Public files",
149
+ "newFolder": "New folder",
150
+ "destPreview": "Will write to",
151
+ "startDownload": "Start download",
152
+ "filterDownloading": "Downloading",
153
+ "filterPaused": "Paused",
154
+ "filterError": "Error",
155
+ "emptyDrop": "Drop a .torrent here, or choose a file",
156
+ "emptyHint": "Files go in the folder you pick. If they are already complete, this host seeds. Engine: WebTorrent — no extra download software.",
157
+ "pause": "Pause",
158
+ "resume": "Resume",
159
+ "openFolder": "Open folder",
160
+ "remove": "Remove",
161
+ "removeKeep": "Remove, keep files",
162
+ "removeDelete": "Remove and delete files",
163
+ "removeConfirm": "Remove this torrent from the library?",
164
+ "kindShare": "Share",
165
+ "filesInTorrent": "files",
166
+ "extraTrackersDesc": "Extra announce URLs. Library download/seed and file-share seeds use them in addition to the .torrent list. This does not open the local tracker to arbitrary swarms.",
167
+ "extraTrackersEmpty": "No extra trackers. Add HTTP(S), UDP, or WS(S) announce URLs so this host can find peers.",
168
+ "extraTrackerAdd": "Add",
169
+ "extraTrackerUrl": "Announce URL",
170
+ "extraTrackerApply": "Apply to current seeds",
171
+ "extraTrackerApplyOk": "Applied extra trackers",
172
+ "extraEnabled": "On",
173
+ "extraTrackerBad": "URL must start with http://, https://, udp://, ws://, or wss://",
174
+ "extraTrackerDup": "Already listed",
175
+ "extraTrackerLimit": "Maximum 32 extra trackers",
176
+ "addOk": "Added to library",
177
+ "savedTo": "Save",
178
+ "folderEmpty": "No subfolders",
179
+ "needTorrentFile": "Choose a .torrent file",
180
+ "torrentTooBig": ".torrent larger than 8 MiB",
181
+ "seedStatusDownloading": "Downloading",
182
+ "seedStatusChecking": "Checking",
183
+ "seedStatusPaused": "Paused",
184
+ "seedStatusQueued": "Queued",
185
+ "swarmLeftover": "Tracker has {{count}} announce(s) not in the library",
186
+ "addSourceSection": "Source",
187
+ "addSourceFile": "File",
188
+ "addSourceMagnet": "Magnet",
189
+ "previewSection": "Preview",
190
+ "saveRoot": "Root",
191
+ "clearFile": "Clear file",
192
+ "extraTrackersTitle": "Extra announce",
193
+ "extraTrackersEmptyTitle": "No extra trackers yet",
194
+ "extraEnabledCount": "{{count}} enabled",
195
+ "extraApplyHint": "Enable at least one tracker to apply to current seeds",
196
+ "destMode": "How to use this folder",
197
+ "seedExisting": "Seed existing files",
198
+ "downloadNewFolder": "Download into a new folder",
199
+ "destFileConflict": "A file named {{name}} already exists here. Pick another folder, or seed the existing file if it matches.",
200
+ "waitingPeers": "Waiting for peers. If the files are already on this host, add again and choose Seed existing files."
119
201
  }
@@ -30,8 +30,60 @@
30
30
  "confWritten": "Conf written ({{status}})",
31
31
  "partialFail": "Not fully successful ({{status}}) — see notes",
32
32
  "statNodes": "Nodes",
33
+ "hitNoStats": "No edge stats yet",
34
+ "loopbackOriginBlocked": "Will not apply loopback origin {{url}} to a remote edge. Set a reachable origin first.",
35
+ "applyFailedHint": "Apply failed",
36
+ "applyFailedNoNote": "No stored reason. Re-apply to capture the error.",
37
+ "applyStatus": {
38
+ "draft": "Draft",
39
+ "planned": "Planned",
40
+ "applying": "Applying",
41
+ "applied": "Applied",
42
+ "failed": "Failed",
43
+ "partial": "Partial"
44
+ },
33
45
  "statSites": "Sites",
46
+ "statApplyFailed": "Apply failed",
47
+ "pillNodesSites": "{{n}} nodes · {{s}} sites",
48
+ "statOnline": "Online",
49
+ "statHit": "Hit rate",
50
+ "hitUnknown": "Unknown",
51
+ "lastHealthHint": "Last probe {{at}} · {{ok}}",
52
+ "lastHealthNever": "Not probed yet — run Probe",
53
+ "lastHealthFail": "probe failed",
54
+ "healthLoopNeedSites": "Add a site first",
55
+ "nodeStatus": {
56
+ "online": "online",
57
+ "offline": "offline",
58
+ "draining": "draining",
59
+ "unknown": "unknown"
60
+ },
34
61
  "recentNotes": "Recent notes",
62
+ "previewOnlyNote": "Preview only — nothing was written to the edges.",
63
+ "statByRegion": "Region: ",
64
+ "statByApply": "Apply status: ",
65
+ "col": {
66
+ "origin": "Origin",
67
+ "edges": "Edges",
68
+ "apply": "Apply",
69
+ "dns": "DNS",
70
+ "edgesOnline": "Edges online / applied",
71
+ "dnsRr": "CDN DNS records"
72
+ },
73
+ "mode": {
74
+ "origin_pull": "Origin pull",
75
+ "reverse_proxy": "Reverse proxy",
76
+ "static_edge": "Static edge"
77
+ },
78
+ "dnsStrategy": {
79
+ "multi_a": "Multiple A records",
80
+ "cname": "CNAME",
81
+ "geo": "Geo"
82
+ },
83
+ "edgesOnlineApplied": "{{online}}/{{total}} online · {{applied}} applied",
84
+ "hitMiss": "Hits {{hits}} / misses {{misses}}",
85
+ "cacheBytes": "Cache ≈ {{n}} B",
86
+ "hitRateUnknown": "No access log with cache status and no cache directory, so hit rate cannot be estimated.",
35
87
  "edgeConfPreview": "Nginx edge conf preview",
36
88
  "tabs": {
37
89
  "nodes": "Nodes",
@@ -40,11 +92,41 @@
40
92
  "about": "About"
41
93
  },
42
94
  "nodesTitle": "CDN nodes ({{count}})",
43
- "nodesDesc": "Register control / origin / edge / dns. Probe updates status.",
95
+ "nodesDesc": "Register control-plane, origin, edge, and DNS nodes. Probe refreshes status.",
96
+ "offlineHint": "Offline — probe failed. Remove the node if it is leftover.",
44
97
  "colName": "Name",
45
98
  "colRole": "Role",
46
99
  "colStatus": "Status",
47
100
  "clearDrain": "Clear drain",
101
+ "drain": "Drain",
102
+ "drainTitle": "Stop sending new CDN traffic to this edge",
103
+ "drainDesc": "Drain “{{name}}”? Existing connections stay until they finish.",
104
+ "drainLastTitle": "This is the last edge — drain will leave every site without an edge",
105
+ "drainLastDesc": "“{{name}}” is the only edge. Drain it and all sites have no edge.",
106
+ "clearDrainTitle": "Accept new traffic on this edge again",
107
+ "clearDrainDesc": "Clear drain on “{{name}}”?",
108
+ "deleteNodeTitle": "Delete this CDN edge",
109
+ "deleteLastNodeTitle": "Delete the last edge — all sites will have no edge",
110
+ "purge": "Purge",
111
+ "previewTitle": "Preview nginx config (no write)",
112
+ "writeConfTitle": "Write edge nginx config files",
113
+ "applyEdgesTitle": "Apply this site to edges (writes nginx)",
114
+ "purgeTitle": "Purge cache on edges",
115
+ "dnsSyncTitle": "Write CDN DNS records",
116
+ "probeDnsTitle": "Probe edges and DNS (read-only)",
117
+ "distSslTitle": "Copy TLS materials to edges",
118
+ "leIssueTitle": "Issue a Let’s Encrypt certificate and distribute it",
119
+ "deleteSiteTitle": "Delete this CDN site",
120
+ "siteOpConfirmGeneric": "Run this action on “{{name}}”?",
121
+ "siteOpConfirmDesc": "Site “{{name}}” · {{action}}. This can change nginx, DNS, or certificates.",
122
+ "siteOpConfirm": {
123
+ "apply": "Apply this site to edges?",
124
+ "render": "Write nginx config for this site?",
125
+ "purge": "Purge cache for this site?",
126
+ "dns-sync": "Sync DNS for this site?",
127
+ "dist": "Distribute TLS to edges?",
128
+ "issue": "Issue Let’s Encrypt and distribute?"
129
+ },
48
130
  "emptyNodesTitle": "No CDN nodes yet",
49
131
  "emptyNodesDesc": "Use “+ Add node” to register an edge, then create sites.",
50
132
  "sitesTitle": "CDN sites ({{count}})",
@@ -115,5 +197,25 @@
115
197
  "deleteNodeDesc": "Deletes CDN node \"{{name}}\".",
116
198
  "deleteSiteDesc": "Deletes CDN site \"{{name}}\".",
117
199
  "deleteSiteC1": "Site policy and edge associations",
118
- "deleteSiteC2": "Applied nginx configs may need separate cleanup or re-apply"
200
+ "deleteSiteC2": "Applied nginx configs may need separate cleanup or re-apply",
201
+ "statOnline": "Online",
202
+ "statOnlineOf": "Online {{n}}/{{total}}",
203
+ "colRegion": "Region",
204
+ "statDraining": "Draining {{n}}",
205
+ "statOffline": "Offline {{n}}",
206
+ "pillNodesSites": "{{n}} nodes · {{s}} sites",
207
+ "statHit": "Hit rate",
208
+ "localTest": "local / test",
209
+ "hitUnknown": "Unknown",
210
+ "lastHealthHint": "Last probe {{at}} · {{ok}}",
211
+ "lastHealthNever": "Not probed yet — run Probe",
212
+ "lastHealthFail": "probe failed",
213
+ "healthLoopNeedSites": "Add a site first",
214
+ "nodeStatus": {
215
+ "online": "online",
216
+ "offline": "offline",
217
+ "draining": "draining",
218
+ "unknown": "unknown"
219
+ },
220
+ "statHitRate": "Hit rate {{v}}"
119
221
  }
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "help": {
14
14
  "blurb": "Control plane CLI — prefer --json for AI agents.\nDocs: docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json",
15
- "main": "{{product}} ({{cli}}) v{{version}}\n\nControl plane CLI — prefer --json for AI agents.\nDocs: docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json\n\nUsage:\n {{cli}} <command> [options]\n\nCommands:\n setup Init dataDir + admin\n update Self-update check/apply\n serve HTTP API + Web UI\n system unit-install Install ysk-server.service [--enable]\n tools List tools; tools run --tool <name> [--dry-run]\n ask NL → AI plan [--execute]\n projects list|get|create|deploy|stop|health|backup|template\n backup all|list|status|restore|delete|schedule|control-plane|settings|restic\n templates App templates\n hosting nginx|dns|db|firewall helpers\n dns zone|zones (AI alias → hosting dns-*)\n logs sources|query|journal|overview\n host overview|metrics (read-only)\n nginx status|list|test|sync\n ssl list|get (certificates)\n db-cluster list|get|create|plan (HA plan-first)\n ssh-key list|create|import|public|export|install|delete (SSH identity vault)\n ssh-2fa list|enroll|confirm|install|pam|retire (SSH login TOTP ≠ panel 2FA)\n services Host service matrix (systemctl probe)\n defense | protection status|ban|unban|whitelist\n security status|sessions|api-keys (2FA flags · session revoke · API keys)\n cdn nodes|sites|render|apply|purge|probe|dashboard|health-loop|from-project\n agents runtimes|fleet list|commands|register (panel + edge)\n agent run Outbound fleet poller (experimental)\n store status|export|import|migrate (json|sqlite|postgres document backends)\n files list|read|write|mkdir|rm|stat|rename|copy|move|chmod|trash|shares (sandbox)\n cron list|create|delete|enable|disable|run|install|status\n email domains|mailboxes|deliverability|bootstrap|dns (panel parity)\n health Local mode snapshot or --url http://host:port/health\n readiness | doctor Production readiness (honest)\n migrate inventory|host|post|status|resume (full host migrate)\n version | help\n\nGlobal:\n --json JSON stdout (AI)\n --data-dir PATH\n --config PATH\n --help | --version\n\nExit: 0 ok · 1 error · 2 validation · 3 blocked · 4 not found · 5 host error\n\nSafety:\n Dangerous ops default to dry-run (plan only).\n Pass --execute (alias --apply) + env YSK_EXECUTE=1 to mutate host.\n\nExamples:\n {{cli}} readiness --json\n {{cli}} host --json\n {{cli}} nginx status --json\n {{cli}} ssl list --json\n {{cli}} projects get --id UUID --json\n {{cli}} defense ban --ip 1.2.3.4 --json # dry-run plan\n {{cli}} projects list --json\n {{cli}} logs query --source journal: --lines 100 --json\n {{cli}} tools --json"
15
+ "main": "{{product}} ({{cli}}) v{{version}}\n\nControl plane CLI — prefer --json for AI agents.\nDocs: docs/agent/README.md · docs/cli/reference.md · docs/agent/commands.json\n\nUsage:\n {{cli}} <command> [options]\n\nCommands:\n setup Init dataDir + admin\n update Self-update check/apply\n serve HTTP API + Web UI\n system unit-install Install ysk-server.service [--enable]\n stack plans|bundles|status|install|uninstall\n tools List tools; tools run --tool <name> [--dry-run]\n ask NL → AI plan [--execute]\n projects list|get|create|deploy|stop|health|backup|template\n users list|create|totp\n packages list\n rbac list|show\n audit list\n backup all|list|status|restore|delete|schedule|control-plane|settings|restic\n templates App templates\n hosting nginx|dns|db|firewall helpers\n dns zone|zones|lookup\n logs sources|query|journal|overview\n host overview|metrics (read-only)\n nginx status|list|test|sync\n ssl list|get (certificates)\n db-cluster list|get|create|plan (HA plan-first)\n ssh-key list|create|import|public|export|install|delete (SSH identity vault)\n ssh-2fa list|enroll|confirm|install|pam|retire (SSH login TOTP ≠ panel 2FA)\n services Host service matrix (systemctl probe)\n defense | protection status|ban|unban|whitelist\n security status|sessions|api-keys (2FA flags · session revoke · API keys)\n cdn nodes|sites|render|apply|purge|probe|dashboard|health-loop|from-project\n agents runtimes|fleet list|commands|register (panel + edge)\n agent run Outbound fleet poller (experimental)\n store status|export|import|migrate (json|sqlite|postgres document backends)\n files list|read|write|mkdir|rm|stat|rename|copy|move|chmod|trash|shares (sandbox)\n cron list|create|delete|enable|disable|run|install|status\n email domains|mailboxes|deliverability|bootstrap|dns (panel parity)\n health Local mode snapshot or --url http://host:port/health\n notifications list\n readiness | doctor Production readiness (honest)\n migrate inventory|host|post|status|resume|orphan-homes (full host migrate)\n vpn WireGuard / OpenVPN\n vnc accounts|clients|share\n apache sites|settings\n network ifaces|exposure|real-ip\n real-ip CDN Real IP\n updates inventory|apply\n software list|install|uninstall\n db MySQL / MariaDB / PostgreSQL\n redis status|keys|get|set\n ftp accounts|status\n runtimes list|install\n bt-tracker status|settings\n validators list|chains|disk|get (Beta)\n docker status|ps|images|compose|prune (engine)\n version | help\n\nGlobal:\n --json JSON stdout (AI)\n --data-dir PATH also --data-dir=PATH or YSK_DATA_DIR\n --config PATH\n --locale CODE CLI language (default en). Also YSK_LOCALE.\n Codes: en zh-HK zh-CN ja ko hi es ar fr bn pt id ur\n --limit N --offset N Slice large JSON lists (software / updates / host metrics / rbac)\n --help | --version\n\nExit: 0 ok · 1 error · 2 validation · 3 blocked · 4 not found · 5 host error\n\nSafety:\n Dangerous ops default to dry-run (plan only).\n Pass --execute (alias --apply) + env YSK_EXECUTE=1 to mutate host.\n Command names and flags are always English. --locale only translates messages.\n\nExamples:\n {{cli}} readiness --json\n {{cli}} host --json\n {{cli}} nginx status --json\n {{cli}} ssl list --json\n {{cli}} projects get --id UUID --json\n {{cli}} defense ban --ip 1.2.3.4 --json # dry-run plan\n {{cli}} projects list --json\n {{cli}} --locale=zh-HK help\n {{cli}} logs query --source journal: --lines 100 --json\n {{cli}} tools --json"
16
16
  },
17
17
  "usage": {
18
18
  "tools": {
@@ -602,7 +602,7 @@
602
602
  "--name": {
603
603
  "name": {
604
604
  "--domain": {
605
- "66e857": "Usage: ysk-server projects create --name <name> [--domain d] [--runtime node|php|static|python|go|rust] [--template id]\n"
605
+ "66e857": "Usage: ysk-server projects create --name <name> [--domain d] [--runtime node|php|static|python|go|rust] [--template id] [--git-url URL] [--branch B] [--create-dns] [--create-mail] [--server-ip A.B.C.D] [--server-ipv6 ADDR]\n"
606
606
  }
607
607
  }
608
608
  }
@@ -620,7 +620,7 @@
620
620
  "--id": {
621
621
  "id": {
622
622
  "--git-url": {
623
- "a513f5": "Usage: ysk-server projects git-deploy --id ID [--git-url URL] [--branch main] [--no-redeploy] [--depth 1] [--entry f]\n"
623
+ "a513f5": "Usage: ysk-server projects git-deploy --id ID [--git-url URL] [--branch|--ref main] [--no-redeploy] [--depth 1] [--entry f]\n"
624
624
  }
625
625
  }
626
626
  }
@@ -638,7 +638,7 @@
638
638
  "get": {
639
639
  "create": {
640
640
  "deploy": {
641
- "253b48": "Usage: ysk-server projects list|get|create|deploy|git-deploy|stop|backup|template|health [options]\n deploy --id UUID [--entry f] [--port N] [--fpm|--builtin] [--reload]\n git-deploy --id UUID [--git-url URL] [--branch B] [--no-redeploy]\n"
641
+ "253b48": "Usage: ysk-server projects list|get|create|deploy|git-deploy|git|stop|backup|template|ftp|health [options]\n deploy --id UUID [--entry f] [--port N] [--fpm|--builtin] [--reload]\n git-deploy --id UUID [--git-url URL] [--branch|--ref B] [--no-redeploy]\n git status|log|fetch|checkout|reset|auth|hook|deploy --id UUID [--ref R] [--unshallow] [--yes]\n git auth --id UUID --token T|--deploy-key|--pin-host\n git hook --id UUID --enable|--rotate|--disable\n ftp --id UUID --password P [--user NAME] [--home app|root]\n"
642
642
  }
643
643
  }
644
644
  }
@@ -882,7 +882,7 @@
882
882
  },
883
883
  "status": {
884
884
  "bans": {
885
- "a8d96b": "Usage: {{CLI_NAME}} defense status|bans|suspects|ban|unban|whitelist|stack-apply|fail2ban|firewall|timeline|presets [--json]\n` +\n ` bans [--q text] [--source fail2ban|panel|ufw|auto]\n` +\n ` suspects [--q text]\n` +\n ` stack-apply [--execute] # UFW + fail2ban + current preset\n` +\n ` fail2ban | firewall # deep probes (honest)\n` +\n ` timeline [--limit N] [--q text]\n` +\n ` presets # list + activePreset\n"
885
+ "a8d96b": "Usage: {{CLI_NAME}} defense status|bans|suspects|ban|unban|whitelist|stack-apply|fail2ban|firewall|timeline|presets [--json]\n bans [--q text] [--source fail2ban|panel|ufw|auto]\n suspects [--q text]\n stack-apply [--execute] # UFW + fail2ban + current preset\n fail2ban | firewall # deep probes (honest)\n timeline [--limit N] [--q text]\n presets # list + activePreset\n"
886
886
  }
887
887
  }
888
888
  }
@@ -904,7 +904,7 @@
904
904
  "--username": {
905
905
  "u": {
906
906
  "--password": {
907
- "7145c7": "Usage: ysk-server users create --username <u> --password <p> [--role operator|viewer|admin] [--package-id id]\n"
907
+ "7145c7": "Usage: ysk-server users create --username <u> --password <p> [--role operator|viewer|admin] [--package-id id] [--locale zh-HK]\n"
908
908
  }
909
909
  }
910
910
  }
@@ -1048,7 +1048,7 @@
1048
1048
  }
1049
1049
  },
1050
1050
  "x": {
1051
- "972912": "Usage:\n ysk-server migrate inventory [--data-dir PATH] --json\n ysk-server migrate host --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --execute [--maintenance] [--force-wipe-target]\n ysk-server migrate post --job ID --data-dir PATH --execute # on target\n ysk-server migrate status [--job ID]\n ysk-server migrate resume --job ID --execute\n"
1051
+ "972912": "Usage:\n ysk-server migrate inventory [--data-dir PATH] --json\n ysk-server migrate host --target root@IP [--identity-file PATH|--identity-id ID|--password PW] --execute [--maintenance] [--force-wipe-target]\n ysk-server migrate post --job ID --data-dir PATH --execute # on target\n ysk-server migrate status [--job ID]\n ysk-server migrate resume --job ID --execute\n ysk-server migrate orphan-homes [--data-dir PATH] --json\n ysk-server migrate orphan-homes --path /home/ysk-server-UUID --confirm PATH --execute\n"
1052
1052
  },
1053
1053
  "hostingHelp": "Usage: ysk-server hosting <sub>\n Dangerous ops default dry-run; add --execute (+ YSK_EXECUTE=1) to apply\n nginx | nginx-sync [--execute]\n redis-provision | postgres-provision | mysql-provision [--execute]\n dns-zone --zone X --ip A.B.C.D [--ipv6 X:X::X] [--validate] [--reload]\n dns-zones | powerdns-status | powerdns-install [--install|--execute]\n powerdns-load --zone X --ip A.B.C.D [--load|--execute]\n email-apply --domain X [--install|--execute]\n email-mailbox --domain X --local user [--password P] [--ip A.B.C.D] [--system]\n ftps-apply --domain X [--install|--execute]\n runtimes | runtime-install --kind node|php|python|go|rust --version V [--install|--execute]\n dovecot-passdb --domain X | --all\n webmail-apply --domain webmail.example.com [--download]\n public-files --domain files.example.com [--reload]\n email-bootstrap --domain example.com --ip A.B.C.D [--install|--execute]\n email-deliverability --domain example.com # PTR/DNSBL/warmup pack (honest)\n firewall-apply [--smtp] [--execute]\n",
1054
1054
  "logsQuery": "Usage: {{CLI_NAME}} logs query --source <id> [--lines N] [--grep G] [--since 1h] [--priority err]\n source examples: journal: journal:nginx.service file:syslog project:<uuid>\n {{CLI_NAME}} logs sources --json\n {{CLI_NAME}} logs journal [--unit nginx.service] --json\n"
@@ -1,4 +1,5 @@
1
1
  {
2
+ "all": "All",
2
3
  "cancel": "Cancel",
3
4
  "confirm": "Confirm",
4
5
  "refresh": "Refresh",
@@ -21,11 +22,15 @@
21
22
  "languageNative": "English",
22
23
  "language": "Language",
23
24
  "switchLanguage": "Switch language",
25
+ "showPassword": "Show",
26
+ "hidePassword": "Hide",
24
27
  "searchGlobal": "Search pages & resources…",
25
28
  "menu": "Menu",
26
29
  "processing": "Working…",
30
+ "unavailable": "Not available right now",
27
31
  "retry": "Retry",
28
32
  "success": "Success",
33
+ "ok": "OK",
29
34
  "failed": "Failed",
30
35
  "blocked": "Cannot run",
31
36
  "status": "Status",
@@ -35,7 +40,9 @@
35
40
  "noData": "No data",
36
41
  "input": "Input",
37
42
  "pleaseEnter": "Enter {{value}}",
43
+ "required": "Required",
38
44
  "about": "About",
45
+ "more": "More",
39
46
  "operation": "Actions",
40
47
  "delete": "Delete",
41
48
  "edit": "Edit",
@@ -121,5 +128,6 @@
121
128
  "show": "Show",
122
129
  "done": "Done",
123
130
  "next": "Next",
124
- "previous": "Previous"
131
+ "previous": "Previous",
132
+ "redirectedTo": "Opened {{to}} (was {{from}})"
125
133
  }
@@ -76,6 +76,7 @@
76
76
  "hostNoYsk": "not installed or no YSK entries",
77
77
  "pressInstall": "Registered jobs are not on the system crontab yet — click Install to system.",
78
78
  "jobsTab": "Jobs ({{count}})",
79
+ "jobsTabPending": "Jobs ({{count}}) · pending {{pending}}",
79
80
  "registeredJobs": "Registered jobs ({{count}})",
80
81
  "jobsSub": "Management entries · Install to system after changes",
81
82
  "addJob": "+ Add job",
@@ -135,5 +136,36 @@
135
136
  "sourceHost": "Host",
136
137
  "noHostJobs": "No crontab jobs in this scope",
137
138
  "hostPartial": "Could not read every user crontab (root required)",
138
- "pendingInstall": "Pending install ({{count}})"
139
+ "pendingInstall": "Pending install ({{count}})",
140
+ "pendingStale": "Not written to system crontab for {{days}} day(s) — it will not run.",
141
+ "willNotRun": "Not written to system crontab — will not run.",
142
+ "hourRange": "Hour must be 0–23.",
143
+ "minuteRange": "Minute must be 0–59.",
144
+ "hoursCommon": "Common hours",
145
+ "hoursAll": "All hours",
146
+ "invalidExpr": "Not a valid 5-field cron expression.",
147
+ "needCommand": "Command is required.",
148
+ "needUser": "Choose a project or a system user.",
149
+ "hostCounts": "Host lines",
150
+ "hostCountsVal": "{{ysk}} · other {{other}} · total {{total}}",
151
+ "hostYskYes": "panel lines present",
152
+ "hostYskNo": "no panel lines",
153
+ "emptyHostCrontab": "No crontab for {{user}}.",
154
+ "writtenOnHost": "Written",
155
+ "registeredJobsChip": "Registered",
156
+ "registeredVsWritten": "Registered in the panel vs written to host crontab",
157
+ "installPreviewTitle": "Preview before installing to system crontab",
158
+ "installPreviewDesc": "This merges the YSK block into the host crontab. Existing non-YSK lines stay.",
159
+ "installPreviewMerge": "Install writes a YSK Server crontab merge block. It does not replace the whole crontab.",
160
+ "installPreviewEmpty": "No pending managed jobs — install still refreshes the YSK block.",
161
+ "editJobTitle": "Edit job",
162
+ "editJobDesc": "Changes stay in the panel until you install to the system crontab.",
163
+ "saveJob": "Save (management only)",
164
+ "panelLines": "Panel lines",
165
+ "otherLines": "Other lines",
166
+ "totalLines": "Total",
167
+ "writtenOnHostHint": "Lines already written to the host crontab",
168
+ "registeredJobsHint": "Jobs registered in the panel (including pending install)",
169
+ "pendingInstallCount": "{{n}} pending install",
170
+ "systemJobBadge": "No project · system user"
139
171
  }
@@ -1,4 +1,10 @@
1
1
  {
2
+ "serviceAria": "{{name}}: {{state}}",
3
+ "sev": {
4
+ "ok": "OK",
5
+ "warn": "Warning",
6
+ "bad": "Problem"
7
+ },
2
8
  "title": "Dashboard",
3
9
  "health": "Health",
4
10
  "protection": "Protection mode",
@@ -38,10 +44,12 @@
38
44
  "readinessCheck": "Readiness:",
39
45
  "prodOk": "Production ready",
40
46
  "notFullyReady": "Not fully ready",
47
+ "readinessBlocked": "{{n}} blocker(s)",
41
48
  "modeScore": "Mode {{mode}} · score {{ready}}/{{total}}",
42
49
  "mode": {
43
50
  "degraded": "degraded",
44
- "production_capable": "production ready",
51
+ "production_capable": "EXECUTE + root",
52
+ "blocked": "blocked",
45
53
  "normal": "normal"
46
54
  },
47
55
  "details": "Details",
@@ -55,7 +63,8 @@
55
63
  "warnCount": " · warn {{count}}",
56
64
  "applyAuditBadge": "Apply audit · ok {{ok}} · warn {{warn}} · bad {{bad}}",
57
65
  "executeBadge": "EXECUTE {{state}}",
58
- "executeLabel": "EXECUTE",
66
+ "executeLabel": "System change",
67
+ "publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA.",
59
68
  "go": "Open",
60
69
  "open": "Open",
61
70
  "noCriticalWarn": "No critical or warning alerts",
@@ -85,27 +94,39 @@
85
94
  "runtime": "Runtime",
86
95
  "runtimeHint": "Sets default runtime version and deploy style",
87
96
  "runtimeVersion": "Runtime version",
88
- "versionHint": "Stored as project runtime_version",
97
+ "versionHint": "Writes the project runtime version setting",
89
98
  "serverIpv4": "Server IPv4",
90
99
  "serverIpv4Hint": "DNS A / mail SPF",
91
100
  "serverIpv4Ph": "This host public IPv4",
92
101
  "serverIpv6": "Server IPv6 (optional)",
93
102
  "serverIpv6Hint": "Writes AAAA / ip6: when set",
94
103
  "serverIpv6Ph": "Public IPv6 (optional)",
104
+ "needDomainFirst": "Enter a domain first",
95
105
  "withDns": "Also create DNS zone",
96
106
  "withDnsDesc": "Needs domain; registration only — apply zone on DNS page",
97
107
  "withMail": "Also register mail domain",
98
108
  "withMailDesc": "Needs domain; install software & DNS on mail detail page",
99
- "withDb": "Also draft MySQL database",
100
- "withDbDesc": "Control-plane registration; apply on SQL engine page",
109
+ "withDb": "Also draft a database",
110
+ "withDbDesc": "Control-plane registration; apply on the SQL engine page",
101
111
  "wizardHint": "Quick create does not go live automatically",
102
112
  "wizardSubmit": "Create",
103
113
  "wizardOk": "Created",
104
114
  "wizardPartial": "Partially failed",
105
115
  "notifCenterTitle": "Notifications ({{count}})",
106
116
  "notifCenterDesc": "Critical {{critical}} · warn {{warn}} · info {{info}}",
107
- "noNotifs": "No notifications",
117
+ "noNotifs": "No notifications. Recent audit events are on Overview.",
108
118
  "noNotifsDesc": "System alerts and todos appear here",
109
119
  "applyAuditTitle": "Apply status audit",
110
- "applyAuditDesc": "ok {{ok}} · warn {{warn}} · bad {{bad}}"
120
+ "applyAuditDesc": "ok {{ok}} · warn {{warn}} · bad {{bad}}",
121
+ "barTitle": "{{count}} host alert(s)",
122
+ "levelCritical": "Critical",
123
+ "levelWarn": "Warning",
124
+ "levelInfo": "Info",
125
+ "colTitle": "Alert",
126
+ "colDetail": "Detail",
127
+ "colSource": "Source",
128
+ "notifSearch": "Search alerts",
129
+ "notifAll": "All",
130
+ "notifDismiss": "Hide",
131
+ "goFix": "Fix"
111
132
  }