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
@@ -8,10 +8,10 @@
8
8
  "startService": "Start service",
9
9
  "notInstalled": "fail2ban is not installed",
10
10
  "toolHintPrefix": "Underlying tools:",
11
- "toolHintBody": "fail2ban = after scanning logs,",
12
- "toolHintTemp": "temporary",
13
- "toolHintBody2": "bans · for attack response use",
14
- "toolHintUfw": "UFW = ports / permanent rules",
11
+ "toolHintBody": "fail2ban temporarily bans after scanning logs. For attack response use",
12
+ "toolHintTemp": "",
13
+ "toolHintBody2": "",
14
+ "toolHintUfw": "handles ports and permanent rules.",
15
15
  "tabs": {
16
16
  "bans": "Ban list",
17
17
  "whitelist": "Whitelist",
@@ -36,11 +36,15 @@
36
36
  "emptyBansDesc": "Or no permission to read fail2ban-client",
37
37
  "ignoreipTitle": "ignoreip whitelist",
38
38
  "ignoreipDesc": "IPs never banned (panel file + optional live fail2ban-client)",
39
+ "whitelistEmptyWarn": "Whitelist is empty while jails can ban you. Add your login IP before applying ignoreip.",
40
+ "suggestIgnoreLogin": "Your login IP {{ip}}",
41
+ "applyIgnoreEmptyWarn": "Applying with an empty whitelist clears ignoreip",
42
+ "applyIgnoreNeedConfirm": "Rewrites jail ignoreip and reloads fail2ban",
39
43
  "addIp": "Add IP",
40
44
  "addWhitelist": "Add to whitelist",
41
45
  "applyPolicyIgnoreip": "Apply policy (incl. ignoreip)",
42
46
  "applyIgnoreipOk": "Wrote ignoreip into jail.local and applied",
43
- "ignoreipHint": "Without YSK_EXECUTE only panel file is written (apply_status=written);",
47
+ "ignoreipHint": "Without system-change permission only the panel file is written. Apply policy rebuilds jail.local ignoreip and reloads.",
44
48
  "whitelistTitle": "Whitelist ({{count}})",
45
49
  "whitelistRemoved": "Removed from whitelist",
46
50
  "remove": "Remove",
@@ -78,5 +82,26 @@
78
82
  "reload": "fail2ban reloaded",
79
83
  "restart": "fail2ban restarted",
80
84
  "stop": "fail2ban stopped"
81
- }
85
+ },
86
+ "statWhitelist": "Whitelist",
87
+ "invalidIp": "Enter a valid IPv4, IPv6, or CIDR.",
88
+ "whitelistPendingApply": "Saved to the panel list. Press Apply policy to write jail.local.",
89
+ "ignoreipFile": "dataDir/fail2ban/ignoreip.txt",
90
+ "jailsTabHint": "Status of active jails. Turn jails on or off in the Policy tab.",
91
+ "colJail": "Jail",
92
+ "colEnabled": "On",
93
+ "serviceStateLine": "Unit {{unit}} · {{state}} · boot {{boot}}",
94
+ "jail": {
95
+ "sshd": "SSH brute-force",
96
+ "nginxHttpAuth": "Nginx HTTP authentication",
97
+ "nginxBotsearch": "Nginx scanner / bot probes",
98
+ "nginxBadbots": "Nginx known bad bots",
99
+ "nginxLimitReq": "Nginx rate-limit jail",
100
+ "postfix": "Postfix mail brute-force",
101
+ "dovecot": "Dovecot mail login",
102
+ "recidive": "Repeat offenders"
103
+ },
104
+ "cannotBanSelf": "This is the host or your login IP — add it to ignoreip instead of banning",
105
+ "suggestIgnoreHint": "Suggested admin IPs (panel file only until you apply policy):",
106
+ "suggestIgnoreAdd": "Add {{ip}}"
82
107
  }
@@ -1,5 +1,7 @@
1
1
  {
2
2
  "pillFiles": "{{count}} files",
3
+ "pillTrash": "{{count}} in trash",
4
+ "pillSpace": "{{used}} used",
3
5
  "statFiles": "Files",
4
6
  "statFolders": "Folders",
5
7
  "statUsage": "Usage",
@@ -58,10 +60,14 @@
58
60
  "selectAllAria": "Select all",
59
61
  "selectAll": "Select all",
60
62
  "folder": "Folder",
63
+ "dirNamedLikeFile": "(folder leftover; name looks like a file)",
61
64
  "dropToUpload": "Drop to upload",
62
65
  "trashTitle": "Trash ({{count}})",
63
66
  "trashDesc": "Deleted files can be restored or permanently removed",
64
67
  "emptyTrash": "Empty trash",
68
+ "emptyTrashTitle": "Empty trash?",
69
+ "emptyTrashDesc": "Every file in trash will be permanently deleted. This cannot be undone.",
70
+ "purgeForeverDesc": "This file will be permanently deleted. This cannot be undone.",
65
71
  "emptyTrashDone": "Trash emptied",
66
72
  "colOrigPath": "Original path",
67
73
  "colDeletedAt": "Deleted at",
@@ -89,12 +95,16 @@
89
95
  "enabledMount": "Enabled · {{path}}",
90
96
  "notEnabled": "Not enabled",
91
97
  "disable": "Disable",
98
+ "webdavAlreadyOff": "WebDAV is already off",
92
99
  "webdavDisabled": "WebDAV disabled",
93
100
  "webdavEnabledNoEcho": "Enabled (password will not be shown again; re-issue if needed)",
94
101
  "webdavDefaultOff": "Off by default — click Enable and issue token to start",
102
+ "webdavAfterEnable": "Available after you enable WebDAV and issue a token.",
95
103
  "webdavOn": "Enabled",
96
104
  "webdavOff": "Disabled",
105
+ "webdavOffNoToken": "Disabled (no active token)",
97
106
  "webdavTokenId": "Token #{{id}}",
107
+ "webdavTokenInactive": "Disabled — token #{{id}} is not active",
98
108
  "webdavUpdated": "Updated {{at}}",
99
109
  "webdavTokenOnceTitle": "Copy the password now",
100
110
  "webdavTokenOnceHint": "This password is shown only once; it cannot be retrieved after you leave this page.",
@@ -186,6 +196,9 @@
186
196
  "movedToTrash": "Moved to trash",
187
197
  "moveToTrashTitle": "Move to trash?",
188
198
  "moveToTrashDesc": "Delete {{count}} item(s) (restorable from trash)",
199
+ "deleteMore": " and {{n}} more",
200
+ "unshareTitle": "Revoke this share?",
201
+ "unshareDesc": "Revoke the link for {{name}} ({{url}}). The link stops working immediately.",
189
202
  "preview": "Preview",
190
203
  "imagePreviewNeedLogin": "Image preview needs login; use download instead",
191
204
  "pdfDownloadHint": "Download PDF to open (needs auth headers)",
@@ -316,5 +329,35 @@
316
329
  "publicShareBtFailed": "WebTorrent failed: {{detail}}",
317
330
  "publicShareBtNeedMagnet": "No magnet URI for this share",
318
331
  "publicShareBtUnsupported": "This browser cannot run WebTorrent; use magnet or .torrent instead",
319
- "btNone": "—"
332
+ "btNone": "—",
333
+ "uploadStatusSkipped": "Skipped",
334
+ "uploadStatusCancelled": "Cancelled",
335
+ "conflict": {
336
+ "titleFile": "An item named “{{name}}” already exists",
337
+ "titleFolder": "A folder named “{{name}}” already exists",
338
+ "descFile": "Choose what to do. Nothing is overwritten until you pick Replace.",
339
+ "descFolder": "Choose what to do. Merge keeps the existing folder and continues with its contents.",
340
+ "incoming": "Incoming",
341
+ "existing": "Already here",
342
+ "kindFile": "File",
343
+ "kindFolder": "Folder",
344
+ "skip": "Skip",
345
+ "skipHint": "Do not add this item",
346
+ "keepBoth": "Keep both",
347
+ "keepBothHint": "Save incoming as {{name}}",
348
+ "replace": "Replace",
349
+ "replaceHint": "Overwrite the existing file. A version snapshot is kept when possible.",
350
+ "replaceFolderHint": "Overwrite files with the same names inside this folder. Other files stay.",
351
+ "merge": "Merge",
352
+ "mergeHint": "Keep the existing folder and add incoming files into it",
353
+ "applyAll": "Apply to all remaining conflicts",
354
+ "applyAllHint": "Use this action for the rest of this drop or transfer",
355
+ "cancelRest": "Cancel remaining",
356
+ "progress": "{{current}} of {{total}}",
357
+ "typeMismatch": "A {{destKind}} named “{{name}}” is already here. Incoming is a {{incomingKind}}.",
358
+ "skipped": "Skipped",
359
+ "cancelled": "Cancelled"
360
+ },
361
+ "webdavReissueUnchanged": "Token id did not change after re-issue — the write may not have persisted. Try again.",
362
+ "webdavDisableFailed": "WebDAV is still enabled after disable — the write may not have persisted. Try again."
320
363
  }
@@ -20,6 +20,8 @@
20
20
  "statAllow": "Allow",
21
21
  "statDeny": "Deny",
22
22
  "statDefaultIn": "Default incoming",
23
+ "defaultNotApplied": "n/a (UFW off)",
24
+ "ufwOffHint": "Default incoming is not applied while UFW is off",
23
25
  "executeOn": "On",
24
26
  "executeOff": "Off",
25
27
  "ufwDisabled": "UFW disabled",
@@ -29,6 +31,7 @@
29
31
  "notInstalled": "UFW is not installed",
30
32
  "toolHintPrefix": "Underlying tools:",
31
33
  "toolHintBody": "UFW = ports / permanent rules · for attack response and auto-ban use",
34
+ "toolHintfail2ban": "fail2ban = temporary log-based bans",
32
35
  "toolHintFail2ban": "fail2ban = temporary log-based bans",
33
36
  "executeOffHint": "System changes off — status is readable;",
34
37
  "tabs": {
@@ -89,6 +92,7 @@
89
92
  "deleteRuleDesc": "Removes that UFW rule number (needs system-change permission).",
90
93
  "servicesTitle": "Managed services",
91
94
  "servicesHint": "Desired network exposure for YSK services. Opening a service syncs these rules automatically.",
95
+ "servicesUfwOff": "UFW is off. This list is the desired exposure, not rules the host is enforcing.",
92
96
  "servicesEmpty": "No service exposure data yet",
93
97
  "servicesEmptyDesc": "Start a managed service (web, FTPS, VPN, DB…) to populate this list.",
94
98
  "servicesManualHint": "Manual port chips are under the Ports tab — prefer managing access here so rules stay tagged (ysk-svc).",
@@ -98,5 +102,10 @@
98
102
  "colPorts": "Ports",
99
103
  "colSync": "Status",
100
104
  "synced": "Synced",
101
- "syncNow": "Sync"
105
+ "syncNow": "Sync",
106
+ "disableConfirmTitle": "Disable UFW?",
107
+ "disableConfirmDesc": "The host firewall will stop filtering traffic. SSH and the panel can be exposed if the host is on a public network.",
108
+ "disableConfirmConsequence": "Existing allow/deny rules stay stored but are not enforced until UFW is enabled again.",
109
+ "desiredOnlyUfwOff": "Desired: {{mode}} · UFW off (not applied)",
110
+ "syncNotApplied": "UFW off · not applied"
102
111
  }
@@ -53,6 +53,22 @@
53
53
  "accountCount": "Accounts",
54
54
  "loginBanner": "Login banner",
55
55
  "sslDomain": "SSL domain",
56
+ "plaintextInsecure": "Cleartext FTP (no TLS) — insecure. Enable FTPS before exposing port 21.",
57
+ "plaintextPublicLive": "vsftpd is listening on a public address without FTPS. Credentials travel in the clear. Enable FTPS, bind to this host only, or confirm PLAINTEXT to keep this posture.",
58
+ "bindAddress": "Listen scope",
59
+ "bindAddressHint": "New installs bind to this host only. Public listen without FTPS needs a typed confirmation.",
60
+ "bindLocal": "This host only",
61
+ "bindLocalHint": "127.0.0.1 — fine without TLS for local tests",
62
+ "bindPublic": "Public",
63
+ "bindPublicHint": "All interfaces — enable FTPS or confirm PLAINTEXT",
64
+ "enableFtpsAndStart": "Enable FTPS and start",
65
+ "publicPlainNeedConfirm": "Public cleartext FTP needs a PLAINTEXT confirmation",
66
+ "plainConfirmTitle": "Start public FTP without FTPS?",
67
+ "plainConfirmDesc": "Port 21 will accept logins and data in the clear on the public address.",
68
+ "plainConfirmC1": "Usernames and passwords are visible on the network.",
69
+ "plainConfirmC2": "PASV will advertise the configured public IP.",
70
+ "plainConfirmC3": "Host firewall and cloud security group are not opened for you.",
71
+ "plainConfirmAction": "Start cleartext FTP",
56
72
  "pasvRange": "PASV range",
57
73
  "forceTls": "Force TLS",
58
74
  "allowWrite": "Allow write",
@@ -61,7 +77,13 @@
61
77
  "listenPortHint": "Default 21; open firewall if using another port",
62
78
  "customPort": "Custom port",
63
79
  "ipStack": "IP stack",
64
- "ipStackHint": "Most vsftpd builds: listen and listen_ipv6 are mutually exclusive;",
80
+ "ipStackHint": "Most vsftpd builds: listen and listen_ipv6 are mutually exclusive.",
81
+ "listenConflictLive": "Live vsftpd.conf has listen={{v4}} and listen_ipv6={{v6}} — both YES will fail to start.",
82
+ "listenConflictNeedFix": "Fix listen / listen_ipv6 first (they cannot both be YES), then apply.",
83
+ "fixListenIpv4": "Use IPv4 only (listen=YES, listen_ipv6=NO)",
84
+ "liveFileValue": "File now: {{value}}",
85
+ "startBlockedFailed": "Service is failed — apply a valid config before start",
86
+ "ftpsNeedCert": "Pick a certificate domain first",
65
87
  "ipv4Only": "IPv4 only",
66
88
  "ipv6Mapped": "IPv6 (mapped OK)",
67
89
  "bannerHint": "Welcome string clients see after connect",
@@ -73,7 +95,10 @@
73
95
  "openFirewallPage": "Open firewall page",
74
96
  "customEnd": "Custom end",
75
97
  "pasvPublicIp": "PASV public IP",
98
+ "detectPublicIp": "Detect public IP",
99
+ "detectPublicIpTitle": "Fill the first non-loopback IPv4 from this host",
76
100
  "pasvPublicIpHint": "NAT/cloud: set public IP; local can leave empty",
101
+ "pasvIpRequired": "Set a public PASV IP before apply (NAT/cloud). Detect or type an address.",
77
102
  "optionalEmpty": "(optional)",
78
103
  "securityTitle": "Security settings",
79
104
  "securityDesc": "TLS, write access, chroot; Apply and restart to take effect",
@@ -95,7 +120,7 @@
95
120
  "opsResult": "Ops result",
96
121
  "saved": "Saved",
97
122
  "accountsList": "Account list",
98
- "accountsListDesc": "After create, Apply to sync vsftpd. If service missing, install above then ",
123
+ "accountsListDesc": "After create, Apply to sync vsftpd. If it is not installed, use the Software tab.",
99
124
  "startService": " start.",
100
125
  "createAccountPlus": "+ Create account",
101
126
  "noFtpAccounts": "No FTP accounts yet",
@@ -131,5 +156,11 @@
131
156
  "sftpRegister": "Register key",
132
157
  "sftpAddedAt": "Added {{time}}",
133
158
  "sftpTechSummary": "Technical details (advanced)",
134
- "sftpTechNote": "Keys are written under the managed path"
159
+ "sftpTechNote": "Keys are written under the managed path",
160
+ "filterProject": "Showing FTP accounts for this project",
161
+ "clearProjectFilter": "Show all accounts",
162
+ "vsftpdFailedHint": "vsftpd failed. Open the Service tab (listen and listen_ipv6 cannot both be YES).",
163
+ "vsftpdFailedGeneric": "vsftpd failed. Open the Service tab for live settings and journal.",
164
+ "stateFailed": "Failed to start",
165
+ "tabService": "Service"
135
166
  }
@@ -18,6 +18,7 @@
18
18
  "viaHost": "via host",
19
19
  "emptyTitle": "Host-mediated browse",
20
20
  "emptyBody": "Enter a URL. DNS, TLS, and egress use this server — not your browser. Cookies stay in a server-side jar.",
21
+ "needUrl": "Enter a URL above to start a session.",
21
22
  "ssrfBlocked": "Blocked by security policy (SSRF / mode)",
22
23
  "loadFailed": "Fetch failed on host",
23
24
  "sessionReady": "Session ready",
@@ -36,12 +37,15 @@
36
37
  "engineBrowser": "Real browser",
37
38
  "engineSwitchHint": "Switching engine opens a new session.",
38
39
  "needChrome": "Real browser needs system Chrome/Chromium (or set YSK_HOST_BROWSE_CHROME). Using proxy otherwise.",
40
+ "engineBrowserNeedChrome": "Real browser (Chrome not installed)",
41
+ "egressHint": "The target site sees this server’s outbound address ({{host}}), not your laptop. Cookies stay in the server session jar.",
39
42
  "needChromeFallback": "Chrome unavailable — switched to proxy engine.",
40
43
  "liveError": "Live stream failed",
41
44
  "liveWaiting": "Connecting host browser…",
42
45
  "tabSettings": "Settings",
43
46
  "softwareNeeded": "Chromium / Chrome required for real browser engine",
44
- "softwareHint": "One-click installs distro Chromium via apt. Google Chrome binary is also detected if already present. Requires root + YSK_EXECUTE=1.",
47
+ "softwareHint": "One-click installs distro Chromium via apt. Google Chrome is also detected if already present. Needs superuser and system-change permission.",
48
+ "closeNoSession": "No session yet",
45
49
  "goInstallChrome": "Open Software tab",
46
50
  "settingsIntro": "These panel settings override process environment variables for Host Browse.",
47
51
  "settingsEngine": "Default engine",
@@ -82,6 +86,8 @@
82
86
  },
83
87
  "home": "Home",
84
88
  "bookmark": "Bookmark",
89
+ "bookmarkAdd": "Add or remove bookmark",
90
+ "bookmarkList": "Bookmark list",
85
91
  "bookmarks": "Bookmarks",
86
92
  "history": "History",
87
93
  "bookmarkToggled": "Bookmark updated",
@@ -90,6 +96,9 @@
90
96
  "mediaNote": "Real browser: video is streamed into the panel. Enable audio bridge in Settings to hear page audio (requires user gesture).",
91
97
  "isolationNote": "Real browser creates an ephemeral Linux user for Chrome; leaving the page or idle timeout destroys that user.",
92
98
  "resumeHint": "Resume previous session ({{count}} tabs)",
99
+ "resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}",
100
+ "resumeHintOwned": "Resume last browse for {{user}} ({{count}} tabs) · {{url}} · {{when}}",
101
+ "clearSessionData": "Clear session data",
93
102
  "resume": "Resume",
94
103
  "resumeDismiss": "Dismiss",
95
104
  "resumeDone": "Session resumed",
@@ -124,5 +133,18 @@
124
133
  "mediaAudioLabel": "Audio",
125
134
  "mediaAudioDesc": "Optional bridge from host Chrome; may require unlock click.",
126
135
  "mediaPolicyLabel": "Policy",
127
- "mediaPolicyDesc": "Downloads and autoplay follow the safety and download settings above."
136
+ "mediaPolicyDesc": "Downloads and autoplay follow the safety and download settings above.",
137
+ "frameBlocked": "The page could not be shown in the panel frame.",
138
+ "historyEmpty": "No history in this session.",
139
+ "bookmarksEmpty": "No bookmarks yet.",
140
+ "closeSessionHint": "Clears cookies for this browse session. Bookmarks stay.",
141
+ "envUnset": "not set",
142
+ "envPanelValue": "panel: {{value}}",
143
+ "envColVar": "Variable",
144
+ "envColHost": "Host process",
145
+ "envColPanel": "Panel setting",
146
+ "envColEffective": "Effective",
147
+ "settingsNoSandboxWarn": "Disables Chromium sandbox. Use only inside a trusted container. Applies on next real-browser session.",
148
+ "settingsDangerDlWarn": "Allows executable and script downloads through the host browser. Confirm you need this.",
149
+ "settingsDangerConfirmTitle": "Enable a high-risk browse setting?"
128
150
  }
@@ -8,5 +8,6 @@
8
8
  "activeFilters": "{{count}} filters active",
9
9
  "noResults": "No matches",
10
10
  "noResultsHint": "Try another keyword or clear filters.",
11
- "searching": "Searching…"
11
+ "searching": "Searching…",
12
+ "emptyChip": "No items in this filter"
12
13
  }
@@ -10,5 +10,10 @@
10
10
  "totpLabel": "Authentication code",
11
11
  "totpHint": "6-digit code from your authenticator app",
12
12
  "submitting": "Signing in…",
13
- "sessionExpired": "Session expired; sign in again"
13
+ "sessionExpired": "Session expired; sign in again",
14
+ "newPassword": "New password",
15
+ "newPasswordAgain": "Confirm new password",
16
+ "changePassword": "Change password",
17
+ "passwordMismatch": "The two passwords do not match",
18
+ "passwordChanged": "Password updated"
14
19
  }
@@ -45,6 +45,9 @@
45
45
  "followingSse": " · following (SSE)",
46
46
  "loadingSources": "Loading sources…",
47
47
  "pickSource": "Pick a source on the left, or a shortcut · then Query",
48
+ "noRowsInWindow": "No records in this time window",
49
+ "showInactiveUnits": "Show inactive units",
50
+ "sseNeedFollow": "Turn on Follow first — SSE is only for live tail",
48
51
  "maintOverview": "Maintenance overview",
49
52
  "executable": "Executable",
50
53
  "restricted": "Restricted",
@@ -108,8 +111,11 @@
108
111
  "lines": "{{n}} lines",
109
112
  "followingSseDyn": " · following{{sse}}",
110
113
  "ipBan": "IP → ban",
111
- "vacuumNote": "Free systemd-journal disk. No EXECUTE blocked, no fake success.",
112
- "vacuumTime": "Vacuum time",
114
+ "vacuumNote": "Reclaims systemd-journald disk. Without execute permission the action is blocked it is not treated as success.",
115
+ "vacuumTime": "Clean by retention",
116
+ "vacuumNeedRetention": "Enter a retention window first (for example 14d)",
117
+ "vacuumNeedConfirm": "Needs confirmation — deletes old journal logs",
118
+ "vacuumSizeNeedConfirm": "Needs confirmation — caps journal disk use",
113
119
  "vacuumHint": "Keep ≥7 days recommended; re-probe disk after.",
114
120
  "logrotateStatus": "System logrotate status (read-only probe)",
115
121
  "logrotateMissing": "No status file or unreadable — check logrotate package in services matrix",
@@ -117,12 +123,13 @@
117
123
  "relatedOpsDesc": "Log observation vs incident response",
118
124
  "scLogsLine": "Observe journal / files / projects",
119
125
  "scProtLine": "Incident response, auto ban (click IP)",
120
- "journalVacuumTitle": "Journal vacuum",
126
+ "journalVacuumTitle": "Clean journald disk",
121
127
  "journalSection": "Journal",
122
128
  "sseLabel": "SSE",
123
129
  "logrotateLabel": "logrotate",
124
130
  "srcNginx": "nginx",
125
131
  "srcSsh": "ssh",
132
+ "srcfail2ban": "fail2ban",
126
133
  "srcFail2ban": "fail2ban",
127
134
  "srcAuthLog": "auth.log",
128
135
  "srcNginxError": "nginx error",
@@ -131,5 +138,27 @@
131
138
  "groupVarLog": "/var/log",
132
139
  "prioErr": "err+",
133
140
  "prioWarn": "warn+",
134
- "prioInfo": "info+"
141
+ "prioInfo": "info+",
142
+ "vacuumSize": "Limit to 500 MB",
143
+ "logrotateNoStatus": "No logrotate status file yet (normal if it has never run).",
144
+ "autoVacuumOff": "Automatic clean is off. Time is unused until you enable it.",
145
+ "aboutAllowlist": "Explore can only read allowlisted journal units and /var/log paths. Arbitrary host paths are not offered.",
146
+ "aboutCustomPath": "Add a custom path on Settings (only /var/log or /run/log). Then open it from Explore.",
147
+ "vacuumSizeAlreadyBelow": "Current usage already below cap, this will no-op",
148
+ "vacuumSizeNoopDesc": "Journal is already under 500 MB. This still runs vacuum --size=500M and typically deletes nothing.",
149
+ "journalDiskHint": "Current systemd-journald usage (active journal). Rotated files under /var/log are not included.",
150
+ "varLogDiskHint": "Estimated du of /var/log, including rotated files. Approximate.",
151
+ "queryFirst": "Query first",
152
+ "errorsWindowHint": "Recent errors from the last overview probe (not live-updating when you switch tabs)",
153
+ "sourceCount": "{{shown}} shown",
154
+ "sourceUnavailable": "This source has not produced a log yet",
155
+ "sourceNoLog": "No log yet",
156
+ "projectSourcesTitle": "{{n}} source(s) (files + journal)",
157
+ "logrotatePath": "Path",
158
+ "logrotateLast": "Last rotated",
159
+ "exportJsonl": "JSONL export",
160
+ "sseLive": " (live stream)",
161
+ "logrotateExpand": "Show {{n}} more",
162
+ "logrotateCollapse": "Show fewer",
163
+ "logrotateVersion": "Status version {{v}}"
135
164
  }
@@ -27,6 +27,15 @@
27
27
  "alerts": "Alerts"
28
28
  },
29
29
  "load": "Load",
30
+ "load1m": "Load 1m",
31
+ "uptime": "Uptime",
32
+ "filterCpu5": "≥5% CPU",
33
+ "filterMem5": "≥5% memory",
34
+ "signalHint": "Select a process, then send TERM or KILL.",
35
+ "signalFromRow": "Select this process for TERM / KILL",
36
+ "selectForSignal": "Select",
37
+ "forceKillTitleNamed": "KILL PID {{pid}} ({{cmd}})?",
38
+ "sendSigTitleNamed": "Send TERM to PID {{pid}} ({{cmd}})?",
30
39
  "min1": "1m",
31
40
  "min5": "5m",
32
41
  "min15": "15m",
@@ -82,6 +91,8 @@
82
91
  "noProjectsDesc": "Create a project to see real home usage here",
83
92
  "usageNote": "Usage from local du (not estimated). Quota is a control-plane soft limit; hard setquota needs apply-to-host.",
84
93
  "thresholdAlerts": "Threshold alerts",
94
+ "alertsBuiltinOnly": "Built-in CPU / memory / disk thresholds only. No email, webhook, or Slack channel.",
95
+ "lastEvaluated": "Last checked",
85
96
  "alertsOkTitle": "All clear",
86
97
  "alertsOkDesc": "No memory / load / disk threshold alerts.",
87
98
  "cpu": "CPU",
@@ -98,6 +109,18 @@
98
109
  "selectAllAria": "Select all filtered",
99
110
  "selectPidAria": "Select PID {{pid}}",
100
111
  "controlPlane": "Control plane",
112
+ "controlPlaneNoSignal": "The control-plane process cannot be signalled",
113
+ "protectedPid": "PID 1 / init / systemd cannot be signalled from the panel",
114
+ "sigTermTitle": "Send SIGTERM (ask process to exit)",
115
+ "sigKillTitle": "Send SIGKILL (force kill — cannot be caught)",
116
+ "batchTerm": "TERM",
117
+ "batchKill": "KILL",
118
+ "rawTopLabel": "Raw top (untranslated)",
119
+ "followSseLabel": "Follow (live stream)",
120
+ "alertsReadOnly": "Built-in CPU / memory / disk thresholds only. No email, webhook, or Slack channel.",
121
+ "alertsGoNotifications": "Open notification centre",
122
+ "lastCheck": "Last check",
123
+ "rawTopHint": "Untranslated top(1) output",
101
124
  "detailShort": "Info",
102
125
  "procUnavailable": "Could not get processes",
103
126
  "noProcData": "No process data yet",
@@ -116,7 +139,7 @@
116
139
  "reniceHint": "-20 highest · 19 lowest (needs EXECUTE)",
117
140
  "noData": "No data",
118
141
  "mountsTitle": "Disk mounts ({{count}})",
119
- "mountsDesc": "Real df -P -B1 (tmpfs filtered)",
142
+ "mountsDesc": "Real disk usage (temporary filesystems filtered)",
120
143
  "noMounts": "No mount list",
121
144
  "noMountsDesc": "df unavailable or filtered. Root disk still on Overview.",
122
145
  "seeProjectUsage": "Project home usage is on the Project usage tab (real du · {{size}})",
@@ -128,5 +151,17 @@
128
151
  "usageNoteFull": "Usage from local du (not estimated). Quota is a control-plane soft limit; hard setquota needs apply-to-host.",
129
152
  "sseNeedLogin": "Not logged in; cannot open SSE",
130
153
  "sseSessionExpired": "Not logged in or session expired; cannot open SSE",
131
- "sseHttpError": "stream HTTP {{status}}"
154
+ "sseHttpError": "stream HTTP {{status}}",
155
+ "colFilesystem": "Filesystem",
156
+ "colMount": "Mount",
157
+ "colSize": "Size",
158
+ "colUsed": "Used",
159
+ "colAvail": "Available",
160
+ "colUsePct": "Used %",
161
+ "colHome": "Home",
162
+ "usageNoteLink": "Control-plane soft quota. Apply hard limits on the project Isolation tab.",
163
+ "shareNoQuotaHint": "No quota set, so share is not a percentage. Set a quota on the project Isolation tab.",
164
+ "setQuotaLink": "Set quota",
165
+ "unusualHome": "Unusual path",
166
+ "unusualHomeHint": "Not a /home/… project home. Canonical isolation is /home/ysk-server-{id}."
132
167
  }
@@ -10,6 +10,9 @@
10
10
  "subtitle": "Source control plane → full copy to new host. Afterward only change public IP/DNS; accounts, paths, and projects stay the same.",
11
11
  "inventorying": "Inventorying",
12
12
  "inventoried": "Inventoried",
13
+ "inventoriedWarn": "Inventoried · {{n}} warnings",
14
+ "inventoriedOrphans": "Inventoried · {{n}} leftover homes",
15
+ "inventoriedWarnAndOrphans": "Inventoried · {{w}} warnings · {{n}} leftover",
13
16
  "inventoryFailed": "Inventory failed",
14
17
  "pendingInventory": "Pending inventory",
15
18
  "projects": "Projects",
@@ -38,6 +41,8 @@
38
41
  "authMethod": "Auth method",
39
42
  "rootPassword": "Root password",
40
43
  "notPersisted": "Not persisted",
44
+ "passwordNotStored": "Password is used for this SSH session only and is not saved on disk.",
45
+ "overwriteDanger": "Overwrite will replace existing YSK data on the target. This cannot be undone from the panel.",
41
46
  "outboundIdentity": "Outbound identity in vault",
42
47
  "dryRun": "Dry-run precheck",
43
48
  "startMigrate": "Start full-host migration",
@@ -66,6 +71,27 @@
66
71
  "restartApiHint": "If you just deployed a new version, restart the API (",
67
72
  "afterRestart": ") then Refresh.",
68
73
  "inventoryWarnings": "Inventory warnings ({{count}})",
74
+ "orphanHomesHint": "Leftover project homes (not in the store). Remove only after you confirm they are unused.",
75
+ "orphanHomesTitle": "Leftover project homes ({{count}})",
76
+ "orphanHomesSummary": "{{count}} path(s) on disk are not in the store. Back up first if unsure, then remove unused paths.",
77
+ "orphanColHome": "Home",
78
+ "orphanColModified": "Modified",
79
+ "orphanColEntries": "Entries",
80
+ "orphanEntries": "{{n}} top-level entries in the directory",
81
+ "orphanKpi": "Leftover",
82
+ "sourceOs": "OS",
83
+ "sourceDataDir": "dataDir",
84
+ "sourceDbRedis": "Databases / Redis",
85
+ "sourceDbRedisValue": "{{db}} databases · {{redis}} Redis",
86
+ "orphanRemove": "Remove",
87
+ "orphanRemoveTitle": "Delete leftover project home?",
88
+ "orphanRemoveDesc": "Permanently delete {{path}} from disk. This is not a store project. Needs superuser and system-change permission.",
89
+ "orphanRemovePhrase": "Type DELETE to confirm.",
90
+ "orphanRemoveNeedConfirm": "Needs confirmation",
91
+ "orphanBackupFirst": "Back up first (open Backups)",
92
+ "orphanMtime": "Last modified {{at}}",
93
+ "expandAllWarnings": "Show all {{n}} warnings",
94
+ "collapseWarnings": "Show fewer",
69
95
  "moreWarnings": "…and {{n}} more",
70
96
  "authPassword": "root password (switch to key after temp key install)",
71
97
  "authIdentity": "SSH identity vault identityId",
@@ -76,7 +102,7 @@
76
102
  "allowOverwriteDesc": "· Required if target already has ysk.json",
77
103
  "dryRunOnly": "Dry-run only",
78
104
  "dryRunOnlyDesc": "· Inventory + precheck only; no rsync or target writes",
79
- "executeNote": "Host needs YSK_EXECUTE=1 and root API. After migrate, update DNS A/AAAA and check cloud firewall + mail PTR.",
105
+ "executeNote": "Host needs system-change permission and a superuser API. After migrate, update DNS A/AAAA and check cloud firewall + mail PTR.",
80
106
  "dnsCutover": "DNS cutover (manual)",
81
107
  "dnsCutoverDesc": "Point A/AAAA for these names to the new public IP;"
82
108
  }
@@ -53,7 +53,9 @@
53
53
  "runtimes": "Runtimes",
54
54
  "security": "Security",
55
55
  "system": "System",
56
- "ai": "AI"
56
+ "ai": "AI",
57
+ "validators": "Validators",
58
+ "containers": "Containers"
57
59
  },
58
60
  "java": "Java",
59
61
  "kotlin": "Kotlin",
@@ -73,5 +75,10 @@
73
75
  "bookmarkAdded": "Pinned to sidebar",
74
76
  "bookmarkRemoved": "Removed from sidebar",
75
77
  "btTracker": "BT Tracker",
76
- "support": "Support"
78
+ "support": "Support",
79
+ "noAccessTitle": "No access",
80
+ "noAccessDesc": "Your role does not include this page. Ask an admin if you need it.",
81
+ "backToDashboard": "Back to dashboard",
82
+ "validators": "Validators (Beta)",
83
+ "docker": "Docker"
77
84
  }
@@ -3,6 +3,15 @@
3
3
  "canMutate": "Mutable",
4
4
  "readOnlyBlocked": "Read-only / blocked",
5
5
  "statIfaces": "Interfaces",
6
+ "statUp": "Up",
7
+ "oper": {
8
+ "up": "Up",
9
+ "down": "Down",
10
+ "unknown": "Unknown",
11
+ "loopback": "Always on",
12
+ "loopbackHint": "Loopback is always available and cannot be changed.",
13
+ "other": "Other"
14
+ },
6
15
  "statGateway": "Gateway",
7
16
  "pageActions": "Page actions",
8
17
  "loadingSnap": "Loading network snapshot…",
@@ -35,6 +44,8 @@
35
44
  "defaultDev": "Default egress: {{dev}}",
36
45
  "saveNm": "Save (NetworkManager, survives reboot)",
37
46
  "ephemeralHint": "Unchecked = live ip route add only",
47
+ "nmUnavailable": "NetworkManager is not running — only a live route can be added",
48
+ "defaultRouteDownNeedName": "This is the default route egress. Type the interface name to confirm — the panel may disconnect.",
38
49
  "saveRoute": "Save route",
39
50
  "dnsSettings": "DNS settings",
40
51
  "dnsNmHint": "Writes NM connection “{{conn}}” and reconnects (persistent)",
@@ -103,9 +114,17 @@
103
114
  "applyDnsNotes": "Apply runs nmcli connection modify + up; brief disconnect is normal. Stub 127.0.0.53 is not written (local resolved).",
104
115
  "testResolve": "Test resolve",
105
116
  "loadRaw": "Load raw output",
117
+ "hideRaw": "Hide raw output",
118
+ "rawLoadedAt": "Loaded {{time}}",
106
119
  "confirmDown": "Confirm Down",
120
+ "linkDownTitle": "Take {{name}} offline",
121
+ "linkDownNeedConfirm": "Type the interface name to confirm",
107
122
  "defaultRouteDownWarn": "This interface is the default route egress; down may cut panel access.",
108
123
  "deleteDefaultMayDrop": " — deleting default may drop connectivity.",
124
+ "deleteDefaultPanelWarn": "Deleting the default route can drop this panel session. Type DEFAULT to confirm.",
125
+ "deleteDefaultNeedConfirm": "Needs confirmation — type DEFAULT (may drop this panel)",
126
+ "deleteRouteNeedConfirm": "Needs confirmation",
127
+ "typeDefaultToConfirm": "Type DEFAULT to confirm",
109
128
  "gateway": "Gateway",
110
129
  "nameservers": "Nameservers",
111
130
  "searchDomains": "Search domains",
@@ -135,8 +154,14 @@
135
154
  "azure_frontdoor": "Azure Front Door",
136
155
  "gcore": "Gcore CDN",
137
156
  "custom": "Custom proxies"
138
- }
157
+ },
158
+ "needProvider": "Choose a CDN provider before fetching its IP list.",
159
+ "spoofWarn": "Trusting the wrong CIDR lets clients spoof X-Forwarded-For / CDN headers as their IP."
139
160
  },
140
161
  "linkUp": "Up",
141
- "linkDown": "Down"
162
+ "linkDown": "Down",
163
+ "linkDownDefault": "Down default route",
164
+ "loopbackImmutable": "Loopback cannot be changed",
165
+ "operUnknownHint": "Kernel did not report UP/DOWN (common for lo). The interface is still usable.",
166
+ "persistNmHint": "Persistable means changes can survive reboot via NetworkManager."
142
167
  }
@@ -5,6 +5,8 @@
5
5
  "purgeOk": "Purged",
6
6
  "projectSitesHint": "Project sites (managed conf) and standalone sites are listed separately. Edit project Nginx under Projects → Network.",
7
7
  "purgeCache": "Purge cache + reload",
8
+ "purgeCacheTitle": "Purge Nginx cache and reload?",
9
+ "purgeCacheDesc": "Clears the on-disk cache and reloads Nginx. Live sites stay up.",
8
10
  "notInstalled": "Nginx is not installed",
9
11
  "listTitle": "Sites ({{count}})",
10
12
  "listDesc": "After create, click Apply to sync to the system",
@@ -80,5 +82,6 @@
80
82
  "setHsts": "HSTS",
81
83
  "setCfRealIp": "Cloudflare Real IP",
82
84
  "setIndexes": "Directory listing",
83
- "bodyInherit": "Global"
85
+ "bodyInherit": "Global",
86
+ "stopSites": "{{n}} site(s) will stop answering HTTP."
84
87
  }