ysk-server-shared 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (766) hide show
  1. package/README.md +21 -6
  2. package/dist/browser.d.ts +1 -0
  3. package/dist/browser.d.ts.map +1 -1
  4. package/dist/browser.js +1 -0
  5. package/dist/browser.js.map +1 -1
  6. package/dist/bt-tracker.d.ts +56 -0
  7. package/dist/bt-tracker.d.ts.map +1 -1
  8. package/dist/bt-tracker.js +1 -0
  9. package/dist/bt-tracker.js.map +1 -1
  10. package/dist/capabilities.d.ts +1 -1
  11. package/dist/capabilities.d.ts.map +1 -1
  12. package/dist/capabilities.js +6 -0
  13. package/dist/capabilities.js.map +1 -1
  14. package/dist/databases.d.ts +2 -0
  15. package/dist/databases.d.ts.map +1 -1
  16. package/dist/docker.d.ts +134 -0
  17. package/dist/docker.d.ts.map +1 -0
  18. package/dist/docker.js +94 -0
  19. package/dist/docker.js.map +1 -0
  20. package/dist/dto.d.ts +9 -0
  21. package/dist/dto.d.ts.map +1 -1
  22. package/dist/email-domain.d.ts +7 -0
  23. package/dist/email-domain.d.ts.map +1 -1
  24. package/dist/files.d.ts +18 -0
  25. package/dist/files.d.ts.map +1 -1
  26. package/dist/files.js +35 -1
  27. package/dist/files.js.map +1 -1
  28. package/dist/ftp.d.ts +3 -0
  29. package/dist/ftp.d.ts.map +1 -1
  30. package/dist/index.d.ts +2 -0
  31. package/dist/index.d.ts.map +1 -1
  32. package/dist/index.js +2 -0
  33. package/dist/index.js.map +1 -1
  34. package/dist/migrate.d.ts +6 -0
  35. package/dist/migrate.d.ts.map +1 -1
  36. package/dist/migrate.js.map +1 -1
  37. package/dist/route-capabilities.d.ts +16 -0
  38. package/dist/route-capabilities.d.ts.map +1 -1
  39. package/dist/route-capabilities.js +132 -4
  40. package/dist/route-capabilities.js.map +1 -1
  41. package/dist/system.d.ts +4 -0
  42. package/dist/system.d.ts.map +1 -1
  43. package/dist/validators.d.ts +141 -0
  44. package/dist/validators.d.ts.map +1 -0
  45. package/dist/validators.js +109 -0
  46. package/dist/validators.js.map +1 -0
  47. package/locales/ar/agents.json +11 -1
  48. package/locales/ar/apache.json +5 -1
  49. package/locales/ar/audit.json +4 -1
  50. package/locales/ar/backups.json +20 -1
  51. package/locales/ar/btTracker.json +118 -39
  52. package/locales/ar/catalog.json +8 -8
  53. package/locales/ar/cdn.json +87 -1
  54. package/locales/ar/cli.json +4 -4
  55. package/locales/ar/common.json +8 -1
  56. package/locales/ar/cron.json +30 -1
  57. package/locales/ar/dashboard.json +21 -2
  58. package/locales/ar/db.json +58 -3
  59. package/locales/ar/dns.json +19 -1
  60. package/locales/ar/docker.json +247 -0
  61. package/locales/ar/email.json +47 -11
  62. package/locales/ar/errors.json +5 -2
  63. package/locales/ar/fail2ban.json +38 -13
  64. package/locales/ar/files.json +52 -10
  65. package/locales/ar/firewall.json +19 -10
  66. package/locales/ar/ftp.json +16 -1
  67. package/locales/ar/hostBrowse.json +35 -15
  68. package/locales/ar/listToolbar.json +2 -1
  69. package/locales/ar/login.json +12 -7
  70. package/locales/ar/logs.json +31 -2
  71. package/locales/ar/metrics.json +36 -1
  72. package/locales/ar/migrate.json +14 -1
  73. package/locales/ar/nav.json +11 -4
  74. package/locales/ar/network.json +25 -2
  75. package/locales/ar/notFound.json +6 -0
  76. package/locales/ar/notes.json +213 -61
  77. package/locales/ar/playbooks.json +1 -1
  78. package/locales/ar/projects.json +132 -11
  79. package/locales/ar/protection.json +70 -8
  80. package/locales/ar/publicFiles.json +14 -1
  81. package/locales/ar/rbac.json +15 -2
  82. package/locales/ar/readiness.json +33 -2
  83. package/locales/ar/redis.json +19 -1
  84. package/locales/ar/runtime.json +49 -2
  85. package/locales/ar/search.json +14 -10
  86. package/locales/ar/security.json +66 -7
  87. package/locales/ar/serviceExposure.json +18 -6
  88. package/locales/ar/services.json +61 -3
  89. package/locales/ar/software.json +2 -1
  90. package/locales/ar/softwareLifecycle.json +12 -2
  91. package/locales/ar/ssl.json +12 -1
  92. package/locales/ar/stackWizard.json +9 -2
  93. package/locales/ar/support.json +33 -17
  94. package/locales/ar/system.json +26 -2
  95. package/locales/ar/systemd.json +3 -1
  96. package/locales/ar/terminal.json +9 -1
  97. package/locales/ar/translation.json +2189 -295
  98. package/locales/ar/updates.json +75 -3
  99. package/locales/ar/users.json +19 -1
  100. package/locales/ar/validators.json +266 -0
  101. package/locales/ar/vnc.json +10 -1
  102. package/locales/ar/vpn.json +18 -3
  103. package/locales/bn/agents.json +11 -1
  104. package/locales/bn/apache.json +5 -1
  105. package/locales/bn/audit.json +4 -1
  106. package/locales/bn/backups.json +20 -1
  107. package/locales/bn/btTracker.json +118 -39
  108. package/locales/bn/catalog.json +5 -5
  109. package/locales/bn/cdn.json +87 -1
  110. package/locales/bn/cli.json +2 -2
  111. package/locales/bn/common.json +8 -1
  112. package/locales/bn/cron.json +30 -1
  113. package/locales/bn/dashboard.json +21 -2
  114. package/locales/bn/db.json +58 -3
  115. package/locales/bn/dns.json +19 -1
  116. package/locales/bn/docker.json +247 -0
  117. package/locales/bn/email.json +46 -10
  118. package/locales/bn/errors.json +5 -2
  119. package/locales/bn/fail2ban.json +26 -1
  120. package/locales/bn/files.json +52 -10
  121. package/locales/bn/firewall.json +17 -8
  122. package/locales/bn/ftp.json +16 -1
  123. package/locales/bn/hostBrowse.json +35 -15
  124. package/locales/bn/listToolbar.json +2 -1
  125. package/locales/bn/login.json +13 -8
  126. package/locales/bn/logs.json +31 -2
  127. package/locales/bn/metrics.json +36 -1
  128. package/locales/bn/migrate.json +14 -1
  129. package/locales/bn/nav.json +10 -3
  130. package/locales/bn/network.json +25 -2
  131. package/locales/bn/notFound.json +6 -0
  132. package/locales/bn/notes.json +183 -31
  133. package/locales/bn/projects.json +131 -10
  134. package/locales/bn/protection.json +64 -2
  135. package/locales/bn/publicFiles.json +14 -1
  136. package/locales/bn/rbac.json +15 -2
  137. package/locales/bn/readiness.json +32 -1
  138. package/locales/bn/redis.json +19 -1
  139. package/locales/bn/runtime.json +49 -2
  140. package/locales/bn/search.json +13 -9
  141. package/locales/bn/security.json +66 -7
  142. package/locales/bn/serviceExposure.json +18 -6
  143. package/locales/bn/services.json +60 -2
  144. package/locales/bn/software.json +2 -1
  145. package/locales/bn/softwareLifecycle.json +12 -2
  146. package/locales/bn/ssl.json +12 -1
  147. package/locales/bn/stackWizard.json +9 -2
  148. package/locales/bn/support.json +38 -22
  149. package/locales/bn/system.json +26 -2
  150. package/locales/bn/systemd.json +3 -1
  151. package/locales/bn/terminal.json +9 -1
  152. package/locales/bn/translation.json +2133 -239
  153. package/locales/bn/updates.json +75 -3
  154. package/locales/bn/users.json +19 -1
  155. package/locales/bn/validators.json +266 -0
  156. package/locales/bn/vnc.json +10 -1
  157. package/locales/bn/vpn.json +18 -3
  158. package/locales/en/agents.json +15 -5
  159. package/locales/en/apache.json +4 -0
  160. package/locales/en/audit.json +4 -1
  161. package/locales/en/backups.json +21 -2
  162. package/locales/en/btTracker.json +82 -3
  163. package/locales/en/cdn.json +102 -2
  164. package/locales/en/cli.json +7 -7
  165. package/locales/en/common.json +8 -1
  166. package/locales/en/cron.json +30 -1
  167. package/locales/en/dashboard.json +25 -6
  168. package/locales/en/db.json +64 -8
  169. package/locales/en/dns.json +19 -1
  170. package/locales/en/docker.json +247 -0
  171. package/locales/en/email.json +47 -11
  172. package/locales/en/errors.json +6 -3
  173. package/locales/en/fail2ban.json +31 -6
  174. package/locales/en/files.json +43 -1
  175. package/locales/en/firewall.json +10 -1
  176. package/locales/en/ftp.json +18 -3
  177. package/locales/en/hostBrowse.json +22 -2
  178. package/locales/en/listToolbar.json +2 -1
  179. package/locales/en/login.json +6 -1
  180. package/locales/en/logs.json +33 -4
  181. package/locales/en/metrics.json +37 -2
  182. package/locales/en/migrate.json +14 -1
  183. package/locales/en/nav.json +9 -2
  184. package/locales/en/network.json +25 -2
  185. package/locales/en/notFound.json +6 -0
  186. package/locales/en/notes.json +190 -38
  187. package/locales/en/projects.json +132 -11
  188. package/locales/en/protection.json +66 -3
  189. package/locales/en/publicFiles.json +14 -1
  190. package/locales/en/rbac.json +15 -2
  191. package/locales/en/readiness.json +30 -1
  192. package/locales/en/redis.json +19 -1
  193. package/locales/en/runtime.json +51 -3
  194. package/locales/en/search.json +4 -0
  195. package/locales/en/security.json +68 -9
  196. package/locales/en/serviceExposure.json +13 -1
  197. package/locales/en/services.json +60 -2
  198. package/locales/en/software.json +2 -1
  199. package/locales/en/softwareLifecycle.json +11 -1
  200. package/locales/en/ssl.json +12 -1
  201. package/locales/en/stackWizard.json +9 -2
  202. package/locales/en/support.json +17 -1
  203. package/locales/en/system.json +30 -6
  204. package/locales/en/systemd.json +2 -0
  205. package/locales/en/terminal.json +10 -2
  206. package/locales/en/translation.json +2074 -180
  207. package/locales/en/updates.json +49 -4
  208. package/locales/en/users.json +20 -1
  209. package/locales/en/validators.json +266 -0
  210. package/locales/en/vnc.json +16 -7
  211. package/locales/en/vpn.json +17 -2
  212. package/locales/es/agents.json +11 -1
  213. package/locales/es/apache.json +5 -1
  214. package/locales/es/audit.json +4 -1
  215. package/locales/es/backups.json +20 -1
  216. package/locales/es/btTracker.json +116 -37
  217. package/locales/es/catalog.json +6 -6
  218. package/locales/es/cdn.json +87 -1
  219. package/locales/es/cli.json +2 -2
  220. package/locales/es/common.json +8 -1
  221. package/locales/es/cron.json +30 -1
  222. package/locales/es/dashboard.json +21 -2
  223. package/locales/es/db.json +58 -3
  224. package/locales/es/dns.json +19 -1
  225. package/locales/es/docker.json +247 -0
  226. package/locales/es/email.json +46 -10
  227. package/locales/es/errors.json +5 -2
  228. package/locales/es/fail2ban.json +26 -1
  229. package/locales/es/files.json +51 -9
  230. package/locales/es/firewall.json +17 -8
  231. package/locales/es/ftp.json +16 -1
  232. package/locales/es/hostBrowse.json +33 -13
  233. package/locales/es/listToolbar.json +2 -1
  234. package/locales/es/login.json +12 -7
  235. package/locales/es/logs.json +31 -2
  236. package/locales/es/metrics.json +36 -1
  237. package/locales/es/migrate.json +14 -1
  238. package/locales/es/nav.json +11 -4
  239. package/locales/es/network.json +25 -2
  240. package/locales/es/notFound.json +6 -0
  241. package/locales/es/notes.json +190 -38
  242. package/locales/es/projects.json +131 -10
  243. package/locales/es/protection.json +64 -2
  244. package/locales/es/publicFiles.json +14 -1
  245. package/locales/es/rbac.json +15 -2
  246. package/locales/es/readiness.json +32 -1
  247. package/locales/es/redis.json +19 -1
  248. package/locales/es/runtime.json +49 -2
  249. package/locales/es/search.json +13 -9
  250. package/locales/es/security.json +66 -7
  251. package/locales/es/serviceExposure.json +18 -6
  252. package/locales/es/services.json +60 -2
  253. package/locales/es/software.json +2 -1
  254. package/locales/es/softwareLifecycle.json +12 -2
  255. package/locales/es/ssl.json +12 -1
  256. package/locales/es/stackWizard.json +9 -2
  257. package/locales/es/support.json +37 -21
  258. package/locales/es/system.json +26 -2
  259. package/locales/es/systemd.json +3 -1
  260. package/locales/es/terminal.json +9 -1
  261. package/locales/es/translation.json +2135 -241
  262. package/locales/es/updates.json +75 -3
  263. package/locales/es/users.json +19 -1
  264. package/locales/es/validators.json +266 -0
  265. package/locales/es/vnc.json +10 -1
  266. package/locales/es/vpn.json +18 -3
  267. package/locales/fr/agents.json +11 -1
  268. package/locales/fr/apache.json +5 -1
  269. package/locales/fr/audit.json +4 -1
  270. package/locales/fr/backups.json +20 -1
  271. package/locales/fr/btTracker.json +115 -36
  272. package/locales/fr/catalog.json +6 -6
  273. package/locales/fr/cdn.json +87 -1
  274. package/locales/fr/cli.json +3 -3
  275. package/locales/fr/common.json +8 -1
  276. package/locales/fr/cron.json +30 -1
  277. package/locales/fr/dashboard.json +21 -2
  278. package/locales/fr/db.json +58 -3
  279. package/locales/fr/dns.json +19 -1
  280. package/locales/fr/docker.json +247 -0
  281. package/locales/fr/email.json +44 -8
  282. package/locales/fr/errors.json +5 -2
  283. package/locales/fr/fail2ban.json +27 -2
  284. package/locales/fr/files.json +51 -9
  285. package/locales/fr/firewall.json +13 -4
  286. package/locales/fr/ftp.json +16 -1
  287. package/locales/fr/hostBrowse.json +32 -12
  288. package/locales/fr/listToolbar.json +2 -1
  289. package/locales/fr/login.json +11 -6
  290. package/locales/fr/logs.json +31 -2
  291. package/locales/fr/metrics.json +36 -1
  292. package/locales/fr/migrate.json +14 -1
  293. package/locales/fr/nav.json +11 -4
  294. package/locales/fr/network.json +25 -2
  295. package/locales/fr/notFound.json +6 -0
  296. package/locales/fr/notes.json +186 -34
  297. package/locales/fr/projects.json +129 -8
  298. package/locales/fr/protection.json +64 -2
  299. package/locales/fr/publicFiles.json +14 -1
  300. package/locales/fr/rbac.json +15 -2
  301. package/locales/fr/readiness.json +32 -1
  302. package/locales/fr/redis.json +20 -2
  303. package/locales/fr/runtime.json +49 -2
  304. package/locales/fr/search.json +11 -7
  305. package/locales/fr/security.json +66 -7
  306. package/locales/fr/serviceExposure.json +17 -5
  307. package/locales/fr/services.json +60 -2
  308. package/locales/fr/software.json +2 -1
  309. package/locales/fr/softwareLifecycle.json +12 -2
  310. package/locales/fr/ssl.json +12 -1
  311. package/locales/fr/stackWizard.json +9 -2
  312. package/locales/fr/support.json +37 -21
  313. package/locales/fr/system.json +26 -2
  314. package/locales/fr/systemd.json +3 -1
  315. package/locales/fr/terminal.json +9 -1
  316. package/locales/fr/translation.json +2119 -225
  317. package/locales/fr/updates.json +75 -3
  318. package/locales/fr/users.json +19 -1
  319. package/locales/fr/validators.json +266 -0
  320. package/locales/fr/vnc.json +10 -1
  321. package/locales/fr/vpn.json +17 -2
  322. package/locales/hi/agents.json +11 -1
  323. package/locales/hi/apache.json +5 -1
  324. package/locales/hi/audit.json +4 -1
  325. package/locales/hi/backups.json +20 -1
  326. package/locales/hi/btTracker.json +118 -39
  327. package/locales/hi/catalog.json +7 -7
  328. package/locales/hi/cdn.json +87 -1
  329. package/locales/hi/cli.json +1 -1
  330. package/locales/hi/common.json +8 -1
  331. package/locales/hi/cron.json +30 -1
  332. package/locales/hi/dashboard.json +21 -2
  333. package/locales/hi/db.json +58 -3
  334. package/locales/hi/dns.json +19 -1
  335. package/locales/hi/docker.json +247 -0
  336. package/locales/hi/email.json +46 -10
  337. package/locales/hi/errors.json +5 -2
  338. package/locales/hi/fail2ban.json +29 -4
  339. package/locales/hi/files.json +52 -10
  340. package/locales/hi/firewall.json +17 -8
  341. package/locales/hi/ftp.json +16 -1
  342. package/locales/hi/hostBrowse.json +35 -15
  343. package/locales/hi/listToolbar.json +2 -1
  344. package/locales/hi/login.json +13 -8
  345. package/locales/hi/logs.json +31 -2
  346. package/locales/hi/metrics.json +36 -1
  347. package/locales/hi/migrate.json +14 -1
  348. package/locales/hi/nav.json +11 -4
  349. package/locales/hi/network.json +25 -2
  350. package/locales/hi/notFound.json +6 -0
  351. package/locales/hi/notes.json +188 -36
  352. package/locales/hi/projects.json +132 -11
  353. package/locales/hi/protection.json +65 -3
  354. package/locales/hi/publicFiles.json +14 -1
  355. package/locales/hi/rbac.json +16 -3
  356. package/locales/hi/readiness.json +32 -1
  357. package/locales/hi/redis.json +19 -1
  358. package/locales/hi/runtime.json +49 -2
  359. package/locales/hi/search.json +14 -10
  360. package/locales/hi/security.json +66 -7
  361. package/locales/hi/serviceExposure.json +18 -6
  362. package/locales/hi/services.json +60 -2
  363. package/locales/hi/software.json +2 -1
  364. package/locales/hi/softwareLifecycle.json +12 -2
  365. package/locales/hi/ssl.json +12 -1
  366. package/locales/hi/stackWizard.json +9 -2
  367. package/locales/hi/support.json +36 -20
  368. package/locales/hi/system.json +26 -2
  369. package/locales/hi/systemd.json +3 -1
  370. package/locales/hi/terminal.json +9 -1
  371. package/locales/hi/translation.json +2146 -252
  372. package/locales/hi/updates.json +75 -3
  373. package/locales/hi/users.json +19 -1
  374. package/locales/hi/validators.json +266 -0
  375. package/locales/hi/vnc.json +10 -1
  376. package/locales/hi/vpn.json +19 -4
  377. package/locales/id/agents.json +11 -1
  378. package/locales/id/apache.json +5 -1
  379. package/locales/id/audit.json +4 -1
  380. package/locales/id/backups.json +20 -1
  381. package/locales/id/btTracker.json +116 -37
  382. package/locales/id/catalog.json +6 -6
  383. package/locales/id/cdn.json +87 -1
  384. package/locales/id/cli.json +2 -2
  385. package/locales/id/common.json +8 -1
  386. package/locales/id/cron.json +30 -1
  387. package/locales/id/dashboard.json +21 -2
  388. package/locales/id/db.json +58 -3
  389. package/locales/id/dns.json +19 -1
  390. package/locales/id/docker.json +247 -0
  391. package/locales/id/email.json +46 -10
  392. package/locales/id/errors.json +5 -2
  393. package/locales/id/fail2ban.json +26 -1
  394. package/locales/id/files.json +51 -9
  395. package/locales/id/firewall.json +15 -6
  396. package/locales/id/ftp.json +16 -1
  397. package/locales/id/hostBrowse.json +33 -13
  398. package/locales/id/listToolbar.json +2 -1
  399. package/locales/id/login.json +13 -8
  400. package/locales/id/logs.json +31 -2
  401. package/locales/id/metrics.json +36 -1
  402. package/locales/id/migrate.json +14 -1
  403. package/locales/id/nav.json +10 -3
  404. package/locales/id/network.json +25 -2
  405. package/locales/id/notFound.json +6 -0
  406. package/locales/id/notes.json +185 -33
  407. package/locales/id/projects.json +130 -9
  408. package/locales/id/protection.json +64 -2
  409. package/locales/id/publicFiles.json +14 -1
  410. package/locales/id/rbac.json +15 -2
  411. package/locales/id/readiness.json +32 -1
  412. package/locales/id/redis.json +19 -1
  413. package/locales/id/runtime.json +49 -2
  414. package/locales/id/search.json +13 -9
  415. package/locales/id/security.json +65 -6
  416. package/locales/id/serviceExposure.json +18 -6
  417. package/locales/id/services.json +60 -2
  418. package/locales/id/software.json +2 -1
  419. package/locales/id/softwareLifecycle.json +12 -2
  420. package/locales/id/ssl.json +12 -1
  421. package/locales/id/stackWizard.json +9 -2
  422. package/locales/id/support.json +36 -20
  423. package/locales/id/system.json +26 -2
  424. package/locales/id/systemd.json +3 -1
  425. package/locales/id/terminal.json +9 -1
  426. package/locales/id/translation.json +2125 -231
  427. package/locales/id/updates.json +75 -3
  428. package/locales/id/users.json +19 -1
  429. package/locales/id/validators.json +266 -0
  430. package/locales/id/vnc.json +10 -1
  431. package/locales/id/vpn.json +18 -3
  432. package/locales/ja/agents.json +11 -1
  433. package/locales/ja/apache.json +5 -1
  434. package/locales/ja/audit.json +4 -1
  435. package/locales/ja/backups.json +20 -1
  436. package/locales/ja/btTracker.json +118 -39
  437. package/locales/ja/catalog.json +10 -10
  438. package/locales/ja/cdn.json +87 -1
  439. package/locales/ja/cli.json +3 -3
  440. package/locales/ja/common.json +8 -1
  441. package/locales/ja/cron.json +30 -1
  442. package/locales/ja/dashboard.json +21 -2
  443. package/locales/ja/db.json +58 -3
  444. package/locales/ja/dns.json +19 -1
  445. package/locales/ja/docker.json +247 -0
  446. package/locales/ja/email.json +46 -10
  447. package/locales/ja/errors.json +5 -2
  448. package/locales/ja/fail2ban.json +26 -1
  449. package/locales/ja/files.json +51 -9
  450. package/locales/ja/firewall.json +17 -8
  451. package/locales/ja/ftp.json +16 -1
  452. package/locales/ja/hostBrowse.json +35 -15
  453. package/locales/ja/listToolbar.json +2 -1
  454. package/locales/ja/login.json +11 -6
  455. package/locales/ja/logs.json +31 -2
  456. package/locales/ja/metrics.json +36 -1
  457. package/locales/ja/migrate.json +14 -1
  458. package/locales/ja/nav.json +13 -6
  459. package/locales/ja/network.json +26 -3
  460. package/locales/ja/notFound.json +6 -0
  461. package/locales/ja/notes.json +194 -42
  462. package/locales/ja/projects.json +131 -10
  463. package/locales/ja/protection.json +64 -2
  464. package/locales/ja/publicFiles.json +14 -1
  465. package/locales/ja/rbac.json +15 -2
  466. package/locales/ja/readiness.json +32 -1
  467. package/locales/ja/redis.json +19 -1
  468. package/locales/ja/runtime.json +50 -3
  469. package/locales/ja/search.json +12 -8
  470. package/locales/ja/security.json +66 -7
  471. package/locales/ja/serviceExposure.json +18 -6
  472. package/locales/ja/services.json +60 -2
  473. package/locales/ja/software.json +2 -1
  474. package/locales/ja/softwareLifecycle.json +12 -2
  475. package/locales/ja/ssl.json +12 -1
  476. package/locales/ja/stackWizard.json +9 -2
  477. package/locales/ja/support.json +38 -22
  478. package/locales/ja/system.json +26 -2
  479. package/locales/ja/systemd.json +3 -1
  480. package/locales/ja/terminal.json +9 -1
  481. package/locales/ja/translation.json +2152 -258
  482. package/locales/ja/updates.json +75 -3
  483. package/locales/ja/users.json +19 -1
  484. package/locales/ja/validators.json +266 -0
  485. package/locales/ja/vnc.json +10 -1
  486. package/locales/ja/vpn.json +18 -3
  487. package/locales/ko/agents.json +11 -1
  488. package/locales/ko/apache.json +5 -1
  489. package/locales/ko/audit.json +4 -1
  490. package/locales/ko/backups.json +20 -1
  491. package/locales/ko/btTracker.json +118 -39
  492. package/locales/ko/catalog.json +8 -8
  493. package/locales/ko/cdn.json +87 -1
  494. package/locales/ko/cli.json +2 -2
  495. package/locales/ko/common.json +8 -1
  496. package/locales/ko/cron.json +30 -1
  497. package/locales/ko/dashboard.json +21 -2
  498. package/locales/ko/db.json +58 -3
  499. package/locales/ko/dns.json +19 -1
  500. package/locales/ko/docker.json +247 -0
  501. package/locales/ko/email.json +46 -10
  502. package/locales/ko/errors.json +5 -2
  503. package/locales/ko/fail2ban.json +37 -12
  504. package/locales/ko/files.json +51 -9
  505. package/locales/ko/firewall.json +18 -9
  506. package/locales/ko/ftp.json +16 -1
  507. package/locales/ko/hostBrowse.json +35 -15
  508. package/locales/ko/listToolbar.json +2 -1
  509. package/locales/ko/login.json +10 -5
  510. package/locales/ko/logs.json +31 -2
  511. package/locales/ko/metrics.json +36 -1
  512. package/locales/ko/migrate.json +14 -1
  513. package/locales/ko/nav.json +11 -4
  514. package/locales/ko/network.json +25 -2
  515. package/locales/ko/notFound.json +6 -0
  516. package/locales/ko/notes.json +204 -52
  517. package/locales/ko/playbooks.json +1 -1
  518. package/locales/ko/projects.json +132 -11
  519. package/locales/ko/protection.json +67 -5
  520. package/locales/ko/publicFiles.json +14 -1
  521. package/locales/ko/rbac.json +15 -2
  522. package/locales/ko/readiness.json +33 -2
  523. package/locales/ko/redis.json +19 -1
  524. package/locales/ko/runtime.json +49 -2
  525. package/locales/ko/search.json +13 -9
  526. package/locales/ko/security.json +66 -7
  527. package/locales/ko/serviceExposure.json +18 -6
  528. package/locales/ko/services.json +60 -2
  529. package/locales/ko/software.json +2 -1
  530. package/locales/ko/softwareLifecycle.json +12 -2
  531. package/locales/ko/ssl.json +12 -1
  532. package/locales/ko/stackWizard.json +9 -2
  533. package/locales/ko/support.json +36 -20
  534. package/locales/ko/system.json +26 -2
  535. package/locales/ko/systemd.json +3 -1
  536. package/locales/ko/terminal.json +9 -1
  537. package/locales/ko/translation.json +2171 -277
  538. package/locales/ko/updates.json +75 -3
  539. package/locales/ko/users.json +19 -1
  540. package/locales/ko/validators.json +266 -0
  541. package/locales/ko/vnc.json +10 -1
  542. package/locales/ko/vpn.json +19 -4
  543. package/locales/pt/agents.json +11 -1
  544. package/locales/pt/apache.json +5 -1
  545. package/locales/pt/audit.json +4 -1
  546. package/locales/pt/backups.json +20 -1
  547. package/locales/pt/btTracker.json +116 -37
  548. package/locales/pt/catalog.json +4 -4
  549. package/locales/pt/cdn.json +87 -1
  550. package/locales/pt/cli.json +2 -2
  551. package/locales/pt/common.json +8 -1
  552. package/locales/pt/cron.json +30 -1
  553. package/locales/pt/dashboard.json +21 -2
  554. package/locales/pt/db.json +58 -3
  555. package/locales/pt/dns.json +19 -1
  556. package/locales/pt/docker.json +247 -0
  557. package/locales/pt/email.json +46 -10
  558. package/locales/pt/errors.json +5 -2
  559. package/locales/pt/fail2ban.json +26 -1
  560. package/locales/pt/files.json +51 -9
  561. package/locales/pt/firewall.json +16 -7
  562. package/locales/pt/ftp.json +16 -1
  563. package/locales/pt/hostBrowse.json +35 -15
  564. package/locales/pt/listToolbar.json +2 -1
  565. package/locales/pt/login.json +14 -9
  566. package/locales/pt/logs.json +31 -2
  567. package/locales/pt/metrics.json +36 -1
  568. package/locales/pt/migrate.json +14 -1
  569. package/locales/pt/nav.json +10 -3
  570. package/locales/pt/network.json +25 -2
  571. package/locales/pt/notFound.json +6 -0
  572. package/locales/pt/notes.json +187 -35
  573. package/locales/pt/projects.json +129 -8
  574. package/locales/pt/protection.json +64 -2
  575. package/locales/pt/publicFiles.json +14 -1
  576. package/locales/pt/rbac.json +15 -2
  577. package/locales/pt/readiness.json +32 -1
  578. package/locales/pt/redis.json +19 -1
  579. package/locales/pt/runtime.json +49 -2
  580. package/locales/pt/search.json +11 -7
  581. package/locales/pt/security.json +66 -7
  582. package/locales/pt/serviceExposure.json +17 -5
  583. package/locales/pt/services.json +60 -2
  584. package/locales/pt/software.json +2 -1
  585. package/locales/pt/softwareLifecycle.json +12 -2
  586. package/locales/pt/ssl.json +12 -1
  587. package/locales/pt/stackWizard.json +9 -2
  588. package/locales/pt/support.json +36 -20
  589. package/locales/pt/system.json +26 -2
  590. package/locales/pt/systemd.json +3 -1
  591. package/locales/pt/terminal.json +9 -1
  592. package/locales/pt/translation.json +2125 -231
  593. package/locales/pt/updates.json +75 -3
  594. package/locales/pt/users.json +19 -1
  595. package/locales/pt/validators.json +266 -0
  596. package/locales/pt/vnc.json +10 -1
  597. package/locales/pt/vpn.json +17 -2
  598. package/locales/ur/agents.json +11 -1
  599. package/locales/ur/apache.json +5 -1
  600. package/locales/ur/audit.json +4 -1
  601. package/locales/ur/backups.json +20 -1
  602. package/locales/ur/btTracker.json +118 -39
  603. package/locales/ur/catalog.json +6 -6
  604. package/locales/ur/cdn.json +87 -1
  605. package/locales/ur/cli.json +2 -2
  606. package/locales/ur/common.json +8 -1
  607. package/locales/ur/cron.json +30 -1
  608. package/locales/ur/dashboard.json +21 -2
  609. package/locales/ur/db.json +58 -3
  610. package/locales/ur/dns.json +19 -1
  611. package/locales/ur/docker.json +247 -0
  612. package/locales/ur/email.json +46 -10
  613. package/locales/ur/errors.json +5 -2
  614. package/locales/ur/fail2ban.json +26 -1
  615. package/locales/ur/files.json +52 -10
  616. package/locales/ur/firewall.json +17 -8
  617. package/locales/ur/ftp.json +16 -1
  618. package/locales/ur/hostBrowse.json +35 -15
  619. package/locales/ur/listToolbar.json +2 -1
  620. package/locales/ur/login.json +13 -8
  621. package/locales/ur/logs.json +31 -2
  622. package/locales/ur/metrics.json +36 -1
  623. package/locales/ur/migrate.json +14 -1
  624. package/locales/ur/nav.json +10 -3
  625. package/locales/ur/network.json +25 -2
  626. package/locales/ur/notFound.json +6 -0
  627. package/locales/ur/notes.json +183 -31
  628. package/locales/ur/projects.json +131 -10
  629. package/locales/ur/protection.json +64 -2
  630. package/locales/ur/publicFiles.json +14 -1
  631. package/locales/ur/rbac.json +15 -2
  632. package/locales/ur/readiness.json +32 -1
  633. package/locales/ur/redis.json +19 -1
  634. package/locales/ur/runtime.json +49 -2
  635. package/locales/ur/search.json +13 -9
  636. package/locales/ur/security.json +66 -7
  637. package/locales/ur/serviceExposure.json +18 -6
  638. package/locales/ur/services.json +60 -2
  639. package/locales/ur/software.json +2 -1
  640. package/locales/ur/softwareLifecycle.json +12 -2
  641. package/locales/ur/ssl.json +12 -1
  642. package/locales/ur/stackWizard.json +9 -2
  643. package/locales/ur/support.json +37 -21
  644. package/locales/ur/system.json +26 -2
  645. package/locales/ur/systemd.json +3 -1
  646. package/locales/ur/terminal.json +9 -1
  647. package/locales/ur/translation.json +2134 -240
  648. package/locales/ur/updates.json +75 -3
  649. package/locales/ur/users.json +19 -1
  650. package/locales/ur/validators.json +266 -0
  651. package/locales/ur/vnc.json +10 -1
  652. package/locales/ur/vpn.json +19 -4
  653. package/locales/zh-CN/agents.json +11 -1
  654. package/locales/zh-CN/apache.json +6 -2
  655. package/locales/zh-CN/audit.json +4 -1
  656. package/locales/zh-CN/backups.json +20 -1
  657. package/locales/zh-CN/btTracker.json +82 -3
  658. package/locales/zh-CN/catalog.json +2 -2
  659. package/locales/zh-CN/cdn.json +87 -1
  660. package/locales/zh-CN/cli.json +5 -5
  661. package/locales/zh-CN/common.json +8 -1
  662. package/locales/zh-CN/cron.json +30 -1
  663. package/locales/zh-CN/dashboard.json +22 -3
  664. package/locales/zh-CN/db.json +59 -4
  665. package/locales/zh-CN/dns.json +19 -1
  666. package/locales/zh-CN/docker.json +247 -0
  667. package/locales/zh-CN/email.json +46 -10
  668. package/locales/zh-CN/errors.json +5 -2
  669. package/locales/zh-CN/fail2ban.json +31 -6
  670. package/locales/zh-CN/files.json +45 -3
  671. package/locales/zh-CN/firewall.json +11 -2
  672. package/locales/zh-CN/ftp.json +16 -1
  673. package/locales/zh-CN/hostBrowse.json +21 -1
  674. package/locales/zh-CN/listToolbar.json +2 -1
  675. package/locales/zh-CN/login.json +6 -1
  676. package/locales/zh-CN/logs.json +36 -7
  677. package/locales/zh-CN/metrics.json +36 -1
  678. package/locales/zh-CN/migrate.json +14 -1
  679. package/locales/zh-CN/nav.json +10 -3
  680. package/locales/zh-CN/network.json +26 -3
  681. package/locales/zh-CN/nginx.json +1 -1
  682. package/locales/zh-CN/notFound.json +6 -0
  683. package/locales/zh-CN/notes.json +177 -25
  684. package/locales/zh-CN/projects.json +128 -7
  685. package/locales/zh-CN/protection.json +64 -2
  686. package/locales/zh-CN/publicFiles.json +14 -1
  687. package/locales/zh-CN/rbac.json +15 -2
  688. package/locales/zh-CN/readiness.json +33 -2
  689. package/locales/zh-CN/redis.json +19 -1
  690. package/locales/zh-CN/runtime.json +50 -3
  691. package/locales/zh-CN/search.json +5 -1
  692. package/locales/zh-CN/security.json +66 -7
  693. package/locales/zh-CN/serviceExposure.json +13 -1
  694. package/locales/zh-CN/services.json +60 -2
  695. package/locales/zh-CN/software.json +2 -1
  696. package/locales/zh-CN/softwareLifecycle.json +12 -2
  697. package/locales/zh-CN/ssl.json +12 -1
  698. package/locales/zh-CN/stackWizard.json +9 -2
  699. package/locales/zh-CN/support.json +18 -2
  700. package/locales/zh-CN/system.json +27 -3
  701. package/locales/zh-CN/systemd.json +3 -1
  702. package/locales/zh-CN/terminal.json +9 -1
  703. package/locales/zh-CN/translation.json +2040 -146
  704. package/locales/zh-CN/updates.json +75 -3
  705. package/locales/zh-CN/users.json +19 -1
  706. package/locales/zh-CN/validators.json +266 -0
  707. package/locales/zh-CN/vnc.json +10 -1
  708. package/locales/zh-CN/vpn.json +19 -4
  709. package/locales/zh-HK/agents.json +17 -7
  710. package/locales/zh-HK/apache.json +6 -2
  711. package/locales/zh-HK/audit.json +4 -1
  712. package/locales/zh-HK/backups.json +21 -2
  713. package/locales/zh-HK/btTracker.json +86 -7
  714. package/locales/zh-HK/catalog.json +2 -2
  715. package/locales/zh-HK/cdn.json +89 -3
  716. package/locales/zh-HK/cli.json +15 -15
  717. package/locales/zh-HK/common.json +8 -1
  718. package/locales/zh-HK/cron.json +34 -5
  719. package/locales/zh-HK/dashboard.json +25 -6
  720. package/locales/zh-HK/db.json +65 -10
  721. package/locales/zh-HK/dns.json +19 -1
  722. package/locales/zh-HK/docker.json +247 -0
  723. package/locales/zh-HK/email.json +61 -25
  724. package/locales/zh-HK/errors.json +6 -3
  725. package/locales/zh-HK/fail2ban.json +32 -7
  726. package/locales/zh-HK/files.json +47 -5
  727. package/locales/zh-HK/firewall.json +13 -4
  728. package/locales/zh-HK/ftp.json +18 -3
  729. package/locales/zh-HK/hostBrowse.json +22 -2
  730. package/locales/zh-HK/listToolbar.json +2 -1
  731. package/locales/zh-HK/login.json +7 -2
  732. package/locales/zh-HK/logs.json +40 -11
  733. package/locales/zh-HK/metrics.json +38 -3
  734. package/locales/zh-HK/migrate.json +13 -0
  735. package/locales/zh-HK/nav.json +12 -5
  736. package/locales/zh-HK/network.json +30 -7
  737. package/locales/zh-HK/nginx.json +2 -2
  738. package/locales/zh-HK/notFound.json +6 -0
  739. package/locales/zh-HK/notes.json +228 -76
  740. package/locales/zh-HK/projects.json +142 -21
  741. package/locales/zh-HK/protection.json +65 -3
  742. package/locales/zh-HK/publicFiles.json +16 -3
  743. package/locales/zh-HK/rbac.json +15 -2
  744. package/locales/zh-HK/readiness.json +35 -4
  745. package/locales/zh-HK/redis.json +22 -4
  746. package/locales/zh-HK/runtime.json +58 -11
  747. package/locales/zh-HK/search.json +5 -1
  748. package/locales/zh-HK/security.json +77 -18
  749. package/locales/zh-HK/serviceExposure.json +13 -1
  750. package/locales/zh-HK/services.json +61 -3
  751. package/locales/zh-HK/software.json +2 -1
  752. package/locales/zh-HK/softwareLifecycle.json +12 -2
  753. package/locales/zh-HK/ssl.json +13 -2
  754. package/locales/zh-HK/stackWizard.json +10 -3
  755. package/locales/zh-HK/support.json +22 -6
  756. package/locales/zh-HK/system.json +30 -6
  757. package/locales/zh-HK/systemd.json +9 -7
  758. package/locales/zh-HK/terminal.json +10 -2
  759. package/locales/zh-HK/translation.json +2238 -344
  760. package/locales/zh-HK/uiInline.json +3 -3
  761. package/locales/zh-HK/updates.json +76 -4
  762. package/locales/zh-HK/users.json +20 -2
  763. package/locales/zh-HK/validators.json +266 -0
  764. package/locales/zh-HK/vnc.json +16 -7
  765. package/locales/zh-HK/vpn.json +23 -8
  766. package/package.json +1 -1
@@ -84,9 +84,9 @@
84
84
  "applyPanelUpdate": "Appliquer la mise à jour du panneau",
85
85
  "recheck": "Revérifier",
86
86
  "aboutScope": "Portée",
87
- "aboutScopeV": "version du plan de contrôle ysk-server · pas une mise à niveau apt système complète",
87
+ "aboutScopeV": "panneau du serveur ysk + services de catalogue + environnements d'exécution + packages apt restants",
88
88
  "aboutChannel": "Canal",
89
- "aboutChannelV": "npm → GitHub release → package.json ; appliquer via npm install -g ou git (YSK_SOURCE_ROOT)",
89
+ "aboutChannelV": "package npm ysk-server version GitHub → apps/server/package.json ; appliquer : npm i -g ysk-server@version ou git (YSK_SOURCE_ROOT)",
90
90
  "aboutFail": "Échecs",
91
91
  "aboutFailV": "Les canaux indisponibles ne sont pas signalés comme à jour ; l'application nécessite EXECUTE ; l'application git nécessite un redémarrage du service",
92
92
  "jobsTitle": "Tâches planifiées",
@@ -163,5 +163,77 @@
163
163
  "scanNow": "Scannez maintenant",
164
164
  "viewUpgradable": "Voir évolutif",
165
165
  "installElsewhere": "Pour installer des packages (Nginx, PHP, bases de données…), ouvrez la page des fonctionnalités correspondantes – pas ce hub.",
166
- "status": "Statut"
166
+ "status": "Statut",
167
+ "groupService": "Services",
168
+ "groupRuntime": "Durées d'exécution",
169
+ "groupOs": "Paquets système",
170
+ "notInstalled": "Non installé",
171
+ "goToPage": "Ouvrir la page",
172
+ "hubHint": "Cataloguez les logiciels et les environnements d'exécution sur cet hôte. Numérisez pour actualiser.",
173
+ "intervalDay": "tous les jours",
174
+ "intervalDays": "tous les {{n}} jours",
175
+ "intervalHour": "toutes les heures",
176
+ "intervalHours": "toutes les {{n}} heures",
177
+ "intervalMinutes": "toutes les {{n}} minutes",
178
+ "intervalSeconds": "toutes les {{n}} secondes",
179
+ "availableHint": "Packages avec un candidat plus récent du gestionnaire de packages.",
180
+ "servicesHint": "Services de catalogue sur cet hôte. Ouvrez la page du service pour installer.",
181
+ "runtimeHint": "Durées d'exécution sur cet hôte. Les mises à niveau de version sont effectuées sur chaque page d'exécution.",
182
+ "needsReboot": "Redémarrage nécessaire",
183
+ "kernelRebootWarn": "L'installation d'un nouveau noyau nécessite généralement un redémarrage avant son utilisation.",
184
+ "neverRun": "pas encore couru",
185
+ "scanOsvN": "Scan + OSV (premier {{n}})",
186
+ "rebootNeeded": "redémarrer",
187
+ "kernelRebootHint": "Les packages du noyau nécessitent un redémarrage après l'application",
188
+ "needApprovalHint": "Ouvrez Disponible et filtrez les packages qui nécessitent une approbation",
189
+ "applyNeedConfirm": "Ouvre une boîte de dialogue de confirmation avant d'appliquer",
190
+ "probeFailed": "La sonde a échoué",
191
+ "notViaApt": "Non géré par apt — aucun candidat",
192
+ "noCandidate": "Aucune version candidate",
193
+ "jobOpenGeo": "Page GéoIP",
194
+ "job": {
195
+ "protection_probe": {
196
+ "name": "Sonde de protection",
197
+ "hint": "Signaux de défense périodiques"
198
+ },
199
+ "updates_scan": {
200
+ "name": "Analyse des mises à jour",
201
+ "hint": "Actualiser l'inventaire des packages"
202
+ },
203
+ "daily_backup": {
204
+ "name": "Sauvegarde quotidienne",
205
+ "hint": "Sauvegarde planifiée tout"
206
+ },
207
+ "db_temp_expire": {
208
+ "name": "Expiration des utilisateurs de base de données temporaires",
209
+ "hint": "Supprimer les utilisateurs de base de données temporaires expirés"
210
+ },
211
+ "defense_auto_ban": {
212
+ "name": "Interdiction automatique de la défense",
213
+ "hint": "Appliquer une coche d'interdiction automatique"
214
+ },
215
+ "defense_geoip_update": {
216
+ "name": "Mise à jour GeoIP",
217
+ "hint": "Télécharger les bases de données GeoIP"
218
+ },
219
+ "log_auto_vacuum": {
220
+ "name": "Aspirateur à bûches",
221
+ "hint": "conservation du journal"
222
+ },
223
+ "email_dnsbl": {
224
+ "name": "Envoyer un e-mail à DNSBL",
225
+ "hint": "Vérification DNSBL par courrier"
226
+ },
227
+ "validators_upgrade_scan": {
228
+ "name": "Validators upgrade scan",
229
+ "hint": "Check validator image / binary updates"
230
+ }
231
+ },
232
+ "applyPanelAlreadyLatest": "Déjà la dernière version du panneau",
233
+ "panelRestarting": "Le panneau redémarre pour charger la nouvelle version…",
234
+ "panelRestarted": "Panneau de retour · {{version}}",
235
+ "panelRestartWait": "Mise à jour appliquée. Si la page ne se rafraîchit pas, rechargez dans quelques secondes.",
236
+ "cveNotChecked": "Not checked",
237
+ "cveLabel": "CVE",
238
+ "riskUnevaluated": "Not evaluated — run Scan + OSV"
167
239
  }
@@ -118,5 +118,23 @@
118
118
  "securityClearTotpHint": "Nécessite une authentification renforcée",
119
119
  "securityClearConfirm": "Saisissez le nom d'utilisateur pour confirmer la suppression de la 2FA",
120
120
  "securityClearOk": "2FA supprimée pour {{name}}",
121
- "securitySelfNote": "Pour configurer votre propre 2FA, ouvrez Sécurité → Ma sécurité."
121
+ "securitySelfNote": "Pour configurer votre propre 2FA, ouvrez Sécurité → Ma sécurité.",
122
+ "cannotDeleteSelf": "Impossible de supprimer le compte actuellement connecté",
123
+ "cannotModifySelf": "Impossible de suspendre ou rétrograder le compte actuellement connecté",
124
+ "cannotDeleteLastAdmin": "Impossible de supprimer le dernier administrateur",
125
+ "cannotDemoteLastAdmin": "Impossible de suspendre ou rétrograder le dernier administrateur",
126
+ "lockSelfHint": "Ceci est le compte connecté. La suppression, la suspension et le changement de rôle sont bloqués pour éviter un verrouillage.",
127
+ "lockLastAdminHint": "Ceci est le dernier administrateur. La suppression, la suspension et la rétrogradation sont bloquées.",
128
+ "demoteAdminTitle": "Rétrograder cet administrateur ?",
129
+ "demoteAdminDesc": "Cet utilisateur perdra l’accès administrateur complet. Confirmez qu’un autre administrateur reste.",
130
+ "searchPkgPh": "Nom du package",
131
+ "quotaNonNeg": "Les décomptes et les quotas ne peuvent pas être négatifs.",
132
+ "diskQuotaHint": "Les préréglages sont en GiB ; la boîte personnalisée est MiB.",
133
+ "bandwidthHint": "0 signifie illimité.",
134
+ "impersonateHint": "Ouvre une session en tant qu'utilisateur. Utilisez le menu du compte pour quitter l’usurpation d’identité.",
135
+ "operatorHighRiskHint": "Le rôle opérateur d’usine inclut des écritures à haut risque. Le restreindre n’affecte que les nouveaux comptes ; changer le défaut affecte les opérateurs existants.",
136
+ "cannotImpersonateSelf": "Vous êtes déjà connecté avec ce compte",
137
+ "singleAdminNo2fa": "Cet hôte a un seul administrateur et 2FA est désactivé : activez 2FA et ajoutez un administrateur de sauvegarde.",
138
+ "enableAdmin2fa": "Enable admin 2FA",
139
+ "addBackupAdmin": "Add a backup admin"
122
140
  }
@@ -0,0 +1,266 @@
1
+ {
2
+ "title": "Validateurs (Beta)",
3
+ "subtitle": "Installez et gérez des nœuds L1 sur cet hôte. Non dépositaire — vous gardez les clés.",
4
+ "beta": "Beta",
5
+ "tab": {
6
+ "nodes": "Nœuds",
7
+ "disk": "Disque",
8
+ "about": "À propos"
9
+ },
10
+ "empty": {
11
+ "title": "Aucun nœud validateur pour l’instant",
12
+ "desc": "Créez un nœud de testnet en quelques clics."
13
+ },
14
+ "refresh": "Actualiser",
15
+ "disk": {
16
+ "title": "Disque des validateurs",
17
+ "root": "Répertoire de données",
18
+ "free": "Libre",
19
+ "used": "Utilisé",
20
+ "none": "Pas encore de données d’instance",
21
+ "warn": "Utilisation du disque élevée (70 %+)",
22
+ "danger": "Utilisation du disque critique (85 %+)",
23
+ "autoClear": "Vider automatiquement la plus grande instance arrêtée lorsque le disque est critique (désactivé par défaut)",
24
+ "autoClearRisk": "Destructive: the largest stopped instance is deleted without a further prompt. Default is off. Check audit / logs after it fires.",
25
+ "autoClearConfirmTitle": "Enable auto-clear?",
26
+ "autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again."
27
+ },
28
+ "chain": {
29
+ "eth": "Ethereum",
30
+ "avax": "Avalanche",
31
+ "near": "NEAR",
32
+ "ada": "Cardano",
33
+ "btc": "Bitcoin",
34
+ "cosmos": "Cosmos Hub",
35
+ "sui": "Sui",
36
+ "aptos": "Aptos",
37
+ "dot": "Polkadot",
38
+ "sol": "Solana"
39
+ },
40
+ "network": {
41
+ "hoodi": "Hoodi",
42
+ "sepolia": "Sepolia",
43
+ "mainnet": "Réseau principal",
44
+ "fuji": "Fuji",
45
+ "testnet": "Réseau de test",
46
+ "preview": "Aperçu",
47
+ "preprod": "Préproduction",
48
+ "westend": "Westend"
49
+ },
50
+ "networkKind": {
51
+ "testnet": "Réseau de test",
52
+ "mainnet": "Réseau principal",
53
+ "mixed": "Mainnet + testnet"
54
+ },
55
+ "profile": {
56
+ "minimal": "Minimaliste",
57
+ "pruned": "Pruned",
58
+ "validator-ready": "Prêt validateur",
59
+ "rpc": "RPC"
60
+ },
61
+ "col": {
62
+ "id": "ID",
63
+ "chain": "Chaîne",
64
+ "network": "Réseau",
65
+ "profile": "Profil",
66
+ "status": "État",
67
+ "disk": "Disque"
68
+ },
69
+ "cli": {
70
+ "usage": "Utilisation : ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--execute] [--json]"
71
+ },
72
+ "clients": {
73
+ "el": "Client d’exécution",
74
+ "cl": "Client de consensus"
75
+ },
76
+ "mithril": {
77
+ "label": "Restaurer d’abord depuis un instantané Mithril (recommandé en testnet)",
78
+ "action": "Restaurer avec Mithril"
79
+ },
80
+ "errors": {
81
+ "notFound": "Instance de validateur introuvable",
82
+ "invalidId": "Identifiant d’instance invalide",
83
+ "diskLow": "Pas assez d’espace disque libre pour cette chaîne, ce réseau et ce profil",
84
+ "diskUnknownMainnet": "Impossible de mesurer l’espace libre ; création en réseau principal refusée",
85
+ "needDocker": "Docker Compose est requis et introuvable",
86
+ "composeFailed": "docker compose a échoué",
87
+ "needConfirm": "Vider exige confirm=identifiant d’instance ou CLEAR",
88
+ "mithrilAdaOnly": "La restauration Mithril n’est disponible que pour Cardano",
89
+ "needMithrilConfirm": "Mithril exige confirm=identifiant d’instance ou MITHRIL",
90
+ "mithrilBlocked": "Le docker run Mithril a été bloqué par la liste d’autorisation",
91
+ "mithrilKey": "Impossible de charger la clé de vérification genesis Mithril",
92
+ "mithrilFailed": "Échec du téléchargement de l’instantané Mithril",
93
+ "pruneFailed": "Le nettoyage a échoué",
94
+ "switchNeedStop": "Arrêtez le nœud avant de changer de réseau",
95
+ "switchNeedClear": "Changer de réseau efface les données de chaîne. Confirmez avec l’identifiant d’instance ou CLEAR",
96
+ "composeMissing": "Fichier Compose introuvable",
97
+ "composeNotManaged": "Refus d’écrire un fichier Compose non géré par YSK",
98
+ "badDataPath": "Le chemin de données doit être un répertoire absolu hors des chemins système",
99
+ "portInUse": "Ce port RPC est déjà utilisé par une autre instance de validateur",
100
+ "snapshotUnsupported": "Aucune source d’instantané autorisée pour cette chaîne",
101
+ "snapshotLookup": "Impossible de résoudre le pointeur d’instantané officiel",
102
+ "needSnapshotConfirm": "La restauration d’instantané exige confirm=identifiant d’instance ou SNAPSHOT",
103
+ "snapshotBlocked": "Le docker run d’instantané a été bloqué par la liste d’autorisation",
104
+ "snapshotFailed": "Échec du téléchargement ou de l’extraction de l’instantané"
105
+ },
106
+ "notes": {
107
+ "beta": "Cette fonction est Beta. Les changements d’hôte nécessitent root et YSK_EXECUTE=1.",
108
+ "noKeys": "YSK Server ne génère ni n’enregistre jamais de clés de staking.",
109
+ "dockerSoon": "Install and start from this page wizard. Host changes need root and YSK_EXECUTE=1.",
110
+ "dryCreate": "Spécification d’instance et compose écrits (dry-run). Passez --execute et YSK_EXECUTE=1 pour démarrer les conteneurs.",
111
+ "dryStart": "Le démarrage est un dry-run. Passez --execute et YSK_EXECUTE=1.",
112
+ "dryStop": "L’arrêt est un dry-run. Passez --execute et YSK_EXECUTE=1.",
113
+ "dryClear": "Le vidage est un dry-run. Passez --execute et YSK_EXECUTE=1.",
114
+ "created": "Nœud créé et compose démarré",
115
+ "started": "Nœud démarré",
116
+ "stopped": "Nœud arrêté",
117
+ "cleared": "Données de chaîne vidées",
118
+ "dryMithril": "La restauration Mithril est un dry-run. Passez --execute et YSK_EXECUTE=1.",
119
+ "mithril": "Instantané Mithril restauré ; nœud redémarré",
120
+ "dryPrune": "Le nettoyage est un dry-run. Passez --execute et YSK_EXECUTE=1.",
121
+ "pruned": "Images de projet inutilisées nettoyées",
122
+ "pruneProfile": "L’élagage natif du client est le profil pruned/minimal. Recréez pour le changer.",
123
+ "sameNetwork": "Déjà sur ce réseau",
124
+ "drySwitch": "Le changement de réseau est un dry-run.",
125
+ "switched": "Réseau changé et données de chaîne vidées",
126
+ "dryCompose": "Écrirait compose.yml",
127
+ "composeWrote": "compose.yml écrit",
128
+ "statsEmpty": "Aucun conteneur en cours d’exécution à mesurer",
129
+ "autoClearNone": "Aucune instance arrêtée à vider automatiquement",
130
+ "drySnapshot": "La restauration d’instantané est un dry-run. Passez --execute et YSK_EXECUTE=1.",
131
+ "snapshotEthEl": "Archive EL ethPandaOps restaurée et CL réinitialisé pour le checkpoint sync",
132
+ "snapshotEthCl": "Données CL réinitialisées pour le checkpoint sync officiel",
133
+ "snapshotNear": "Données NEAR effacées ; compose réinitialisera avec le genesis officiel et epoch sync",
134
+ "nativePrune": "Commande d’élagage native du client exécutée",
135
+ "dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
136
+ "deleted": "Node deleted"
137
+ },
138
+ "create": "Créer un nœud",
139
+ "wizard": {
140
+ "title": "Créer un nœud",
141
+ "back": "Retour",
142
+ "next": "Suivant",
143
+ "install": "Installer",
144
+ "mainnetWarn": "Le réseau principal demande beaucoup d’espace libre (ETH souvent 800 Gio+). Le testnet est recommandé.",
145
+ "mainnetAck": "Je comprends le risque disque et slashing. Continuer en réseau principal.",
146
+ "heavyWarn": "Cette chaîne est lourde (gros disque et IOPS élevés). Solana en réseau principal demande généralement 2 Tio+.",
147
+ "memory": "Limite mémoire (ex. 4g)",
148
+ "cpus": "Limite CPU (ex. 2.0)",
149
+ "dataPath": "Chemin de données (facultatif)",
150
+ "rpcPort": "Port RPC (facultatif)",
151
+ "stepOf": "Step {{n}} / {{total}}",
152
+ "stepChain": "Chain",
153
+ "stepNetwork": "Network",
154
+ "stepProfile": "Profile",
155
+ "stepSummary": "Summary",
156
+ "needDocker": "Docker Engine is not installed. Install it first — this button stays disabled.",
157
+ "diskNeed": "This profile needs about {{need}} · free {{free}}",
158
+ "diskShort": "Not enough free disk for this chain / network / profile",
159
+ "limitNone": "No limit",
160
+ "rpcDefault": "Default",
161
+ "customPath": "Use a custom data path",
162
+ "installConfirmTitle": "Install this node?",
163
+ "installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
164
+ "installC1": "Several gigabytes of images may be downloaded.",
165
+ "installC2": "You can cancel the panel task; already-pulled images are not deleted automatically."
166
+ },
167
+ "actions": {
168
+ "detail": "Détails",
169
+ "start": "Démarrer",
170
+ "stop": "Arrêter",
171
+ "restart": "Redémarrer",
172
+ "clear": "Vider",
173
+ "upgrade": "Mettre à jour",
174
+ "clearConfirm": "Saisissez l’identifiant d’instance ou CLEAR",
175
+ "prune": "Nettoyer les images",
176
+ "switchNetwork": "Changer de réseau",
177
+ "removeUnit": "Supprimer aussi compose / l’enregistrement d’instance",
178
+ "restoreAfter": "Restaurer l’instantané après vidage",
179
+ "delete": "Delete",
180
+ "deleteTitle": "Delete {{id}}",
181
+ "deleteDesc": "This removes the node from the panel.",
182
+ "deleteC1": "Docker Compose is stopped and removed",
183
+ "deleteC2": "Chain data on disk is deleted",
184
+ "deleteC3": "The instance record is removed",
185
+ "pruneTitle": "Prune unused images",
186
+ "pruneDesc": "Type the instance id to prune unused Compose images for this node.",
187
+ "pruneC1": "Unused images labelled for this Compose project are deleted.",
188
+ "clearTitle": "Clear {{id}}",
189
+ "clearC1": "Chain data on disk is deleted.",
190
+ "clearC2": "The instance stays in the panel, stopped and empty.",
191
+ "switchTitle": "Switch network",
192
+ "switchC1": "The node is stopped and chain data is wiped before the new network is written."
193
+ },
194
+ "policy": {
195
+ "label": "Politique de mise à jour",
196
+ "manual": "Manuel",
197
+ "notify": "Notifier",
198
+ "auto-safe": "Auto (sûr)",
199
+ "auto-all": "Auto (tout)"
200
+ },
201
+ "logs": {
202
+ "empty": "Pas encore de journaux",
203
+ "follow": "Suivre les journaux"
204
+ },
205
+ "compose": {
206
+ "label": "Fichier Compose",
207
+ "save": "Enregistrer compose"
208
+ },
209
+ "snapshot": {
210
+ "action": "Restaurer l’instantané",
211
+ "mithril": "Cardano utilise Mithril pour restaurer un instantané certifié.",
212
+ "eth": "Ethereum en réseau principal démarre via le checkpoint sync officiel du client de consensus. L’EL continue en snap sync.",
213
+ "ethEl": "Hoodi/Sepolia peuvent restaurer une archive EL ethPandaOps, puis faire un checkpoint-sync du CL.",
214
+ "avax": "Avalanche utilise state-sync dans le profil compose.",
215
+ "near": "Les instantanés tar NEAR gratuits officiels ont été retirés. Restaurer efface les données et utilise le genesis officiel plus epoch sync.",
216
+ "none": "Aucune source d’instantané n’est configurée pour cette chaîne."
217
+ },
218
+ "stake": {
219
+ "title": "Préparer le staking (vous gardez les clés)",
220
+ "offlineKeys": "Générez les clés hors ligne. Le panneau ne les stocke jamais.",
221
+ "deposit": "Terminez le dépôt / l’enregistrement sur le launchpad officiel.",
222
+ "withdrawal": "Définissez vous-même les identifiants de retrait.",
223
+ "monitor": "Surveillez disque, pairs et badges de mise à jour sur cette page."
224
+ },
225
+ "alerts": {
226
+ "diskTitle": "Disque validateur critique",
227
+ "diskBody": "L’espace libre du volume de données validateur est critique.",
228
+ "upgradeTitle": "Mise à jour validateur disponible",
229
+ "upgradeBody": "Un ou plusieurs clients de nœud ont une version épinglée plus récente.",
230
+ "syncTitle": "Le nœud validateur nécessite une attention",
231
+ "syncBody": "Un nœud se synchronise depuis plus de 6 heures ou a signalé une erreur.",
232
+ "rollbackTitle": "Mise à jour validateur annulée",
233
+ "rollbackBody": "La mise à jour de {{id}} a échoué au contrôle de santé et a été annulée."
234
+ },
235
+ "upgrade": {
236
+ "changelog": "Journal des changements"
237
+ },
238
+ "readiness": {
239
+ "dockerTitle": "Docker pour les nœuds validateurs",
240
+ "dockerOk": "{{count}} instance(s) de validateur ; Docker est installé",
241
+ "dockerMissing": "Des instances de validateur existent mais la commande docker est introuvable"
242
+ },
243
+ "detail": {
244
+ "status": "Status",
245
+ "sync": "Sync",
246
+ "peers": "Peers",
247
+ "version": "Version",
248
+ "access": "Access",
249
+ "upgrade": "Updates",
250
+ "upgradeHint": "How this node tracks client versions.",
251
+ "network": "Network",
252
+ "networkHint": "Switching network stops the node and clears chain data. Confirm under Clear data first.",
253
+ "maintain": "Maintenance",
254
+ "danger": "Clear data",
255
+ "dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
256
+ "compose": "Compose",
257
+ "logs": "Logs"
258
+ },
259
+ "state": {
260
+ "unknown": "Unknown",
261
+ "stopped": "Stopped",
262
+ "running": "Running",
263
+ "syncing": "Syncing",
264
+ "error": "Error"
265
+ }
266
+ }
@@ -242,5 +242,14 @@
242
242
  "stackMissingShort": "Non installé",
243
243
  "editClientTitle": "Modifier le client distant",
244
244
  "editClientDesc": "Mettez à jour le chemin, les hôtes et le mot de passe stocké facultatif.",
245
- "clientUpdated": "Profil client mis à jour"
245
+ "clientUpdated": "Profil client mis à jour",
246
+ "rememberNeedPassword": "Entrez d'abord un mot de passe.",
247
+ "settingsNeedStack": "Ces valeurs par défaut s'appliquent lorsque TigerVNC (et XFCE si sélectionné) sont installés. Installez-les d'abord dans l'onglet Installer.",
248
+ "clientNeedNovnc": "Ouvrir dans le navigateur nécessite noVNC. Installez-le dans l'onglet Installer avant d'ajouter les télécommandes que vous prévoyez d'ouvrir ici.",
249
+ "needXfceFirst": "Install XFCE first",
250
+ "needSessionRunning": "Session is not running — start it first",
251
+ "deleteKeepUserWarn": "The Linux user will stay on the host as an orphan. You must clean it up later.",
252
+ "bindRfbLine": "RFB {{bind}} :{{port}}",
253
+ "bindNovncLine": "noVNC 127.0.0.1:{{port}}",
254
+ "bindNovncHint": "noVNC listens on localhost. The desktop is reached through this panel, not the public internet, unless RFB bind is all interfaces."
246
255
  }
@@ -4,7 +4,7 @@
4
4
  "tab": {
5
5
  "wireguard": "WireGuard",
6
6
  "openvpn": "OpenVPN",
7
- "outline": "Chaussettes d'ombre",
7
+ "outline": "Shadowsocks",
8
8
  "client": "Client local",
9
9
  "software": "Logiciels",
10
10
  "monitor": "Moniteur",
@@ -127,5 +127,20 @@
127
127
  "lanCidrs": "Réseaux LAN",
128
128
  "customCidr": "CIDR",
129
129
  "addCidr": "Ajouter"
130
- }
130
+ },
131
+ "engineNotInstalled": "Ce moteur VPN n'est pas installé sur l'hôte.",
132
+ "serverNotListening": "L'unité serveur n'est pas active. UDP/TCP {{port}} est peut-être fermé.",
133
+ "installEngineFirst": "Installez d'abord le moteur VPN",
134
+ "portHint": {
135
+ "51820": "Port d'écoute WireGuard par défaut",
136
+ "51821": "Port d'écoute WireGuard alternatif",
137
+ "51822": "Deuxième port d'écoute WireGuard alternatif"
138
+ },
139
+ "needServerRunning": "{{engine}} is not running — apply the server first",
140
+ "engineSummarySoftware": "{{installed}} installed · {{running}} running",
141
+ "privateKeyOnce": "The client private key is shown only here. Download or copy it now — it cannot be recovered later.",
142
+ "showPrivateKey": "Show private key",
143
+ "hidePrivateKey": "Hide private key",
144
+ "deletePeerTitle": "Delete peer {{name}}?",
145
+ "deletePeerDesc": "Remove {{name}} ({{address}}). The client disconnects immediately and the config cannot be restored."
131
146
  }
@@ -126,5 +126,15 @@
126
126
  "labelStderr": "stderr",
127
127
  "labelAckCli": "एके + सीएलआई JSON",
128
128
  "labelStdoutBody": "सीएलआई स्टडआउट बॉडी",
129
- "resultOuterHint": "बाहरी परिणाम CLI --json stdout है।"
129
+ "resultOuterHint": "बाहरी परिणाम CLI --json stdout है।",
130
+ "statusFlowTitle": "स्थिति प्रवाह",
131
+ "statusFlow": "केवल पंजीकृत → ऑनलाइन → पुराना (>60s) → ऑफ़लाइन (डिस्कनेक्ट)। फ़िल्टर \"ऑफ़लाइन\" डिस्कनेक्ट हो गया है।",
132
+ "colSession": "सत्र यूयूआईडी",
133
+ "copySession": "क्लस्टर/सीएलआई--सत्र के लिए सत्र यूयूआईडी की प्रतिलिपि बनाएँ",
134
+ "staleFor": "अनदेखी {{age}}",
135
+ "commandTitle": "इस सत्र के लिए एक आदेश कतारबद्ध करें",
136
+ "historyTitleShort": "कमांड इतिहास खोलें (केवल पढ़ने के लिए)",
137
+ "expEdge": "एक किनारे पर:",
138
+ "noteAllowlist": "Agent tool calls must pass the allowlist.",
139
+ "noteRbacCap": "Agent role is capped at write-low."
130
140
  }
@@ -53,5 +53,9 @@
53
53
  "cleanupConflicts": "संघर्ष के अवशेषों को साफ़ करें",
54
54
  "cleanupConflictsTitle": "सभी संघर्ष अवशेषों को साफ़ करें?",
55
55
  "cleanupConflictsDesc": "प्रत्येक ऑन-डिस्क आर्टिफैक्ट कॉन्फ को हटा दें जो किसी प्रोजेक्ट या स्टैंडअलोन सर्वरनाम के साथ टकराव करता है। प्रोजेक्ट पंक्तियाँ रखी गई हैं.",
56
- "artifactRemovedOk": "अवशिष्ट आत्मविश्वास हटा दिया गया"
56
+ "artifactRemovedOk": "अवशिष्ट आत्मविश्वास हटा दिया गया",
57
+ "sslTerminatedUpstream": "TLS सामने Nginx पर समाप्त होता है",
58
+ "removeArtifactHint": "केवल यह अवशेष डिस्क conf हटाता है। प्रोजेक्ट नहीं मिटता।",
59
+ "sourceOrphan": "Leftover",
60
+ "orphanSite": "Project gone"
57
61
  }
@@ -22,6 +22,9 @@
22
22
  "project.publish": "Nginx प्रकाशित करें",
23
23
  "project.suspend": "प्रोजेक्ट स्थगित करें",
24
24
  "software.install": "सॉफ़्टवेयर इंस्टॉल करें",
25
- "software.update": "सॉफ़्टवेयर अद्यतन करें"
25
+ "software.update": "सॉफ़्टवेयर अद्यतन करें",
26
+ "backup.restore": "Backup restore",
27
+ "backup.run": "Backup run",
28
+ "backup.delete": "Backup deleted"
26
29
  }
27
30
  }
@@ -129,5 +129,24 @@
129
129
  "remotePushSub": "स्थानीय टार सफल होने के बाद, एसएफटीपी, स्थानीय पथ, या एस3 पर पुश करें",
130
130
  "accessKey": "प्रवेश की चाबी",
131
131
  "secretKey": "गुप्त कुंजी",
132
- "overwriteConfirmHint": "ओवरराइट की पुष्टि करने के लिए ओवरराइट टाइप करें"
132
+ "overwriteConfirmHint": "ओवरराइट की पुष्टि करने के लिए ओवरराइट टाइप करें",
133
+ "testRemote": "गंतव्य जाँचें",
134
+ "testRemoteDone": "रिमोट जांच पूरी",
135
+ "testRemoteFailed": "रिमोट जांच असफल",
136
+ "resticRepoPh": "पैनल डेटा निर्देशिका / रेस्टिक-रेपो",
137
+ "testDisabledHint": "परीक्षण से पहले रिमोट पुश चालू करें।",
138
+ "identityId": "आउटबाउंड एसएसएच पहचान",
139
+ "identityHint": "पसंदीदा। /सुरक्षा एसएसएच के समान तिजोरी। पासवर्ड के लिए sshpass की आवश्यकता है.",
140
+ "identityNone": "कोई नहीं - पासवर्ड या डिफ़ॉल्ट कुंजी",
141
+ "remotePathHint": "दूरस्थ उपयोगकर्ता के घर (या एसएफटीपी क्रोट) से संबंधित। \"।\" क्या वह घर है",
142
+ "restoreFullTitle": "इस संग्रह से प्रोजेक्ट फ़ाइलों और डेटाबेस को अधिलेखित करें - पुष्टि करने के लिए फ़ाइल नाम टाइप करें",
143
+ "restoreWebTitle": "केवल इस संग्रह से वेबसाइट फ़ाइलें पुनर्स्थापित करें",
144
+ "previewTitle": "बिना लिखे पूर्वावलोकन पुनर्स्थापित करें",
145
+ "partialSkipped": "आंशिक - कुछ परियोजनाएँ छोड़ दी गईं",
146
+ "testRemoteHint": "Connects to the remote host and writes a small probe file. Not read-only.",
147
+ "skippedListHint": "These projects were skipped:",
148
+ "goLogs": "Open logs",
149
+ "goAbout": "Backup notes",
150
+ "skippedPendingOs": "Skipped — OS user / home not provisioned",
151
+ "latestFile": "Latest archive"
133
152
  }