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
@@ -84,9 +84,9 @@
84
84
  "applyPanelUpdate": "पैनल अद्यतन लागू करें",
85
85
  "recheck": "पुनः जांच करें",
86
86
  "aboutScope": "दायरा",
87
- "aboutScopeV": "ysk-सर्वर कंट्रोल-प्लेन संस्करण · पूर्ण-सिस्टम उपयुक्त अपग्रेड नहीं",
87
+ "aboutScopeV": "ysk-सर्वर पैनल + कैटलॉग सेवाएँ + रनटाइम + शेष उपयुक्त पैकेज",
88
88
  "aboutChannel": "चैनल",
89
- "aboutChannelV": "एनपीएम → गिटहब रिलीज → पैकेज.जेसन; npm install -g या git (YSK_SOURCE_ROOT) के माध्यम से आवेदन करें",
89
+ "aboutChannelV": "एनपीएम पैकेज वाईएसके-सर्वर → गिटहब रिलीज → ऐप्स/सर्वर/पैकेज.जेसन; लागू करें: npm i -g ysk-server@version या git (YSK_SOURCE_ROOT)",
90
90
  "aboutFail": "विफलताओं",
91
91
  "aboutFailV": "अनुपलब्ध चैनलों को अद्यतन के रूप में रिपोर्ट नहीं किया जाता है; लागू करें आवश्यकताएँ निष्पादित करें; git अप्लाई को सेवा पुनरारंभ की आवश्यकता है",
92
92
  "jobsTitle": "अनुसूचित नौकरियाँ",
@@ -163,5 +163,78 @@
163
163
  "scanNow": "अब स्कैन करें",
164
164
  "viewUpgradable": "अपग्रेड करने योग्य देखें",
165
165
  "installElsewhere": "पैकेज स्थापित करने के लिए (Nginx, PHP, डेटाबेस…), मिलान सुविधा पृष्ठ खोलें - यह हब नहीं।",
166
- "status": "स्थिति"
166
+ "status": "स्थिति",
167
+ "groupService": "सेवाएं",
168
+ "groupRuntime": "रनटाइम्स",
169
+ "groupOs": "सिस्टम पैकेज",
170
+ "notInstalled": "स्थापित नहीं हे",
171
+ "goToPage": "पेज खोलें",
172
+ "hubHint": "इस होस्ट पर कैटलॉग सॉफ़्टवेयर और रनटाइम। ताज़ा करने के लिए स्कैन करें.",
173
+ "intervalDay": "रोज रोज",
174
+ "intervalDays": "हर {{n}} दिन",
175
+ "intervalHour": "हर घंटे",
176
+ "intervalHours": "हर {{n}} घंटे",
177
+ "intervalMinutes": "हर {{n}} मिनट",
178
+ "intervalSeconds": "हर {{n}} सेकंड",
179
+ "availableHint": "पैकेज मैनेजर से एक नए उम्मीदवार के साथ पैकेज।",
180
+ "servicesHint": "इस होस्ट पर कैटलॉग सेवाएँ। इंस्टॉल करने के लिए सेवा पृष्ठ खोलें.",
181
+ "runtimeHint": "इस होस्ट पर रनटाइम. प्रत्येक रनटाइम पेज पर संस्करण अपग्रेड किया जाता है।",
182
+ "needsReboot": "रीबूट की आवश्यकता है",
183
+ "kernelRebootWarn": "किसी नए कर्नेल को स्थापित करने के लिए आमतौर पर इसका उपयोग करने से पहले रीबूट की आवश्यकता होती है।",
184
+ "neverRun": "अभी तक नहीं चला",
185
+ "scanOsvN": "स्कैन + ओएसवी (पहला {{n}})",
186
+ "rebootNeeded": "रिबूट",
187
+ "kernelRebootHint": "लागू होने के बाद कर्नेल पैकेज को रीबूट की आवश्यकता होती है",
188
+ "needApprovalHint": "उपलब्ध खोलें और उन पैकेजों को फ़िल्टर करें जिन्हें अनुमोदन की आवश्यकता है",
189
+ "applyNeedConfirm": "आवेदन करने से पहले एक पुष्टि संवाद खोलता है",
190
+ "probeFailed": "जांच विफल रही",
191
+ "notViaApt": "उपयुक्त द्वारा प्रबंधित नहीं - कोई उम्मीदवार नहीं",
192
+ "noCandidate": "कोई उम्मीदवार संस्करण नहीं",
193
+ "jobOpenGeo": "जियोआईपी पेज",
194
+ "job": {
195
+ "protection_probe": {
196
+ "name": "सुरक्षा जांच",
197
+ "hint": "आवधिक रक्षा संकेत"
198
+ },
199
+ "updates_scan": {
200
+ "name": "अद्यतन स्कैन",
201
+ "hint": "पैकेज सूची ताज़ा करें"
202
+ },
203
+ "daily_backup": {
204
+ "name": "दैनिक बैकअप",
205
+ "hint": "शेड्यूल किया गया बैकअप सभी"
206
+ },
207
+ "db_temp_expire": {
208
+ "name": "अस्थायी DB उपयोगकर्ताओं को समाप्त करें",
209
+ "hint": "समाप्त हो चुके अस्थायी डेटाबेस उपयोगकर्ताओं को छोड़ें"
210
+ },
211
+ "defense_auto_ban": {
212
+ "name": "रक्षा स्वत: प्रतिबंध",
213
+ "hint": "ऑटो-बैन टिक लागू करें"
214
+ },
215
+ "defense_geoip_update": {
216
+ "name": "जियोआईपी अपडेट",
217
+ "hint": "जियोआईपी डेटाबेस डाउनलोड करें"
218
+ },
219
+ "log_auto_vacuum": {
220
+ "name": "लॉग वैक्यूम",
221
+ "hint": "जर्नल प्रतिधारण"
222
+ },
223
+ "email_dnsbl": {
224
+ "name": "डीएनएसबीएल को ईमेल करें",
225
+ "hint": "मेल डीएनएसबीएल जांच"
226
+ },
227
+ "validators_upgrade_scan": {
228
+ "name": "Validators upgrade scan",
229
+ "hint": "Check validator image / binary updates"
230
+ }
231
+ },
232
+ "applyPanelAlreadyLatest": "पहले से ही नवीनतम पैनल संस्करण",
233
+ "panelRestarting": "नया संस्करण लोड करने के लिए पैनल पुनः आरंभ हो रहा है…",
234
+ "panelRestarted": "पैनल वापस आ गया · {{version}}",
235
+ "panelRestartWait": "अद्यतन लागू हो गया। यदि यह पृष्ठ नहीं बदला, कुछ सेकंड बाद फिर लोड करें।",
236
+ "cveNotChecked": "Not checked",
237
+ "cveLabel": "CVE",
238
+ "riskUnevaluated": "Not evaluated — run Scan + OSV",
239
+ "footerNewVersion": "New version {{version}}"
167
240
  }
@@ -118,5 +118,23 @@
118
118
  "securityClearTotpHint": "कदम बढ़ाने की आवश्यकता है",
119
119
  "securityClearConfirm": "2एफए क्लियरिंग की पुष्टि करने के लिए उपयोगकर्ता नाम टाइप करें",
120
120
  "securityClearOk": "{{name}} के लिए 2FA क्लियर किया",
121
- "securitySelfNote": "अपना स्वयं का 2FA सेट करने के लिए, सुरक्षा → मेरी सुरक्षा खोलें।"
121
+ "securitySelfNote": "अपना स्वयं का 2FA सेट करने के लिए, सुरक्षा → मेरी सुरक्षा खोलें।",
122
+ "cannotDeleteSelf": "साइन-इन खाता हटा नहीं सकते",
123
+ "cannotModifySelf": "साइन-इन खाते को निलंबित या पदावनत नहीं कर सकते",
124
+ "cannotDeleteLastAdmin": "अंतिम व्यवस्थापक नहीं हटा सकते",
125
+ "cannotDemoteLastAdmin": "अंतिम व्यवस्थापक को निलंबित या पदावनत नहीं कर सकते",
126
+ "lockSelfHint": "यह साइन-इन खाता है। लॉक-आउट रोकने के लिए हटाना, निलंबन और भूमिका बदलना बंद है।",
127
+ "lockLastAdminHint": "यह अंतिम व्यवस्थापक है। हटाना, निलंबन और पदावनति बंद है।",
128
+ "demoteAdminTitle": "इस व्यवस्थापक को पदावनत करें?",
129
+ "demoteAdminDesc": "यह उपयोगकर्ता पूर्ण व्यवस्थापक पहुँच खो देगा। पुष्टि करें कि अन्य व्यवस्थापक रहें।",
130
+ "searchPkgPh": "पैकेज का नाम",
131
+ "quotaNonNeg": "गिनती और कोटा नकारात्मक नहीं हो सकते.",
132
+ "diskQuotaHint": "प्रीसेट GiB हैं; कस्टम बॉक्स MiB है.",
133
+ "bandwidthHint": "0 का मतलब असीमित है.",
134
+ "impersonateHint": "इस उपयोगकर्ता के रूप में एक सत्र खोलता है. प्रतिरूपण छोड़ने के लिए खाता मेनू का उपयोग करें.",
135
+ "operatorHighRiskHint": "फ़ैक्टरी ऑपरेटर में उच्च-जोखिम लेखन शामिल है। संकीर्ण करना केवल नए खातों पर; डिफ़ॉल्ट बदलने से मौजूदा ऑपरेटर प्रभावित होते हैं।",
136
+ "cannotImpersonateSelf": "आप पहले से ही इस खाते के रूप में साइन इन हैं",
137
+ "singleAdminNo2fa": "इस होस्ट में एक ही एडमिन है और 2FA बंद है - 2FA सक्षम करें और एक बैकअप एडमिन जोड़ें।",
138
+ "enableAdmin2fa": "Enable admin 2FA",
139
+ "addBackupAdmin": "Add a backup admin"
122
140
  }
@@ -0,0 +1,325 @@
1
+ {
2
+ "title": "वैलिडेटर (Beta)",
3
+ "subtitle": "इस होस्ट पर L1 नोड स्थापित और प्रबंधित करें। गैर-कस्टोडियल — कुंजियाँ आपके पास रहें।",
4
+ "beta": "Beta",
5
+ "tab": {
6
+ "nodes": "नोड",
7
+ "disk": "डिस्क",
8
+ "about": "परिचय",
9
+ "stack": "Software"
10
+ },
11
+ "empty": {
12
+ "title": "अभी कोई वैलिडेटर नोड नहीं",
13
+ "desc": "कुछ क्लिक में टेस्टनेट नोड बनाएँ।"
14
+ },
15
+ "refresh": "ताज़ा करें",
16
+ "disk": {
17
+ "title": "वैलिडेटर डिस्क",
18
+ "root": "डेटा निर्देशिका",
19
+ "free": "खाली",
20
+ "used": "प्रयुक्त",
21
+ "none": "अभी कोई इंस्टेंस डेटा नहीं",
22
+ "warn": "डिस्क उपयोग अधिक है (70%+)",
23
+ "danger": "डिस्क उपयोग गंभीर है (85%+)",
24
+ "autoClear": "डिस्क गंभीर होने पर सबसे बड़े रुके इंस्टेंस को स्वतः साफ़ करें (डिफ़ॉल्ट बंद)",
25
+ "autoClearRisk": "Destructive: the largest stopped instance is deleted without a further prompt. Default is off. Check audit / logs after it fires.",
26
+ "autoClearConfirmTitle": "Enable auto-clear?",
27
+ "autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again.",
28
+ "fsUsed": "Filesystem used",
29
+ "leftoverTitle": "Leftover data ({{count}})",
30
+ "leftoverDesc": "Directories under the validators root that are not a store instance. Remove only after you confirm they are unused.",
31
+ "leftoverRemove": "Remove",
32
+ "leftoverRemoveTitle": "Delete leftover validator data?",
33
+ "leftoverRemoveDesc": "Permanently delete {{path}} from disk. This is not a listed node.",
34
+ "autoClearThreshold": "Trigger: filesystem use at or above 85%.",
35
+ "autoClearCandidate": "Current candidate: {{id}}",
36
+ "autoClearNone": "No stopped instance is a candidate right now.",
37
+ "browseRoot": "Open in file browser",
38
+ "leftoverEmpty": "No leftover instance directories"
39
+ },
40
+ "chain": {
41
+ "eth": "Ethereum",
42
+ "avax": "Avalanche",
43
+ "near": "NEAR",
44
+ "ada": "Cardano",
45
+ "btc": "Bitcoin",
46
+ "cosmos": "Cosmos Hub",
47
+ "sui": "Sui",
48
+ "aptos": "Aptos",
49
+ "dot": "Polkadot",
50
+ "sol": "Solana"
51
+ },
52
+ "network": {
53
+ "hoodi": "Hoodi",
54
+ "sepolia": "Sepolia",
55
+ "mainnet": "मुख्य नेट",
56
+ "fuji": "Fuji",
57
+ "testnet": "परीक्षण नेट",
58
+ "preview": "पूर्व दर्शन",
59
+ "preprod": "प्रीप्रोड",
60
+ "westend": "Westend"
61
+ },
62
+ "networkKind": {
63
+ "testnet": "परीक्षण नेट",
64
+ "mainnet": "मुख्य नेट",
65
+ "mixed": "Mainnet + testnet"
66
+ },
67
+ "profile": {
68
+ "minimal": "न्यूनतम",
69
+ "pruned": "Pruned",
70
+ "validator-ready": "वैलिडेटर तैयार",
71
+ "rpc": "RPC"
72
+ },
73
+ "col": {
74
+ "id": "ID",
75
+ "chain": "श्रृंखला",
76
+ "network": "नेटवर्क",
77
+ "profile": "प्रोफ़ाइल",
78
+ "status": "स्थिति",
79
+ "disk": "डिस्क"
80
+ },
81
+ "cli": {
82
+ "usage": "उपयोग: 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]"
83
+ },
84
+ "clients": {
85
+ "el": "निष्पादन क्लाइंट",
86
+ "cl": "सहमति क्लाइंट"
87
+ },
88
+ "mithril": {
89
+ "label": "पहले Mithril स्नैपशॉट से पुनर्स्थापित करें (टेस्टनेट पर अनुशंसित)",
90
+ "action": "Mithril से पुनर्स्थापित करें"
91
+ },
92
+ "errors": {
93
+ "notFound": "वैलिडेटर इंस्टेंस नहीं मिला",
94
+ "invalidId": "इंस्टेंस आईडी अमान्य है",
95
+ "diskLow": "इस श्रृंखला, नेटवर्क और प्रोफ़ाइल के लिए पर्याप्त खाली डिस्क नहीं",
96
+ "diskUnknownMainnet": "खाली डिस्क मापी नहीं जा सकी; मुख्य नेट बनाना अस्वीकृत",
97
+ "needDocker": "Docker Compose आवश्यक है और नहीं मिला",
98
+ "composeFailed": "docker compose विफल",
99
+ "needConfirm": "साफ़ करने के लिए confirm=इंस्टेंस आईडी या CLEAR चाहिए",
100
+ "mithrilAdaOnly": "Mithril पुनर्स्थापना केवल Cardano के लिए है",
101
+ "needMithrilConfirm": "Mithril के लिए confirm=इंस्टेंस आईडी या MITHRIL चाहिए",
102
+ "mithrilBlocked": "Mithril docker run अनुमति सूची से अवरुद्ध हुआ",
103
+ "mithrilKey": "Mithril genesis सत्यापन कुंजी लोड नहीं हो सकी",
104
+ "mithrilFailed": "Mithril स्नैपशॉट डाउनलोड विफल",
105
+ "pruneFailed": "सफ़ाई विफल",
106
+ "switchNeedStop": "नेटवर्क बदलने से पहले नोड रोकें",
107
+ "switchNeedClear": "नेटवर्क बदलने से श्रृंखला डेटा मिटता है। इंस्टेंस आईडी या CLEAR से पुष्टि करें",
108
+ "composeMissing": "Compose फ़ाइल नहीं मिली",
109
+ "composeNotManaged": "YSK-प्रबंधित न होने वाली Compose फ़ाइल नहीं लिखी जाएगी",
110
+ "badDataPath": "डेटा पथ सिस्टम पथों से बाहर एक पूर्ण निर्देशिका होना चाहिए",
111
+ "portInUse": "वह RPC पोर्ट पहले से किसी अन्य वैलिडेटर इंस्टेंस के उपयोग में है",
112
+ "snapshotUnsupported": "इस श्रृंखला के लिए कोई अनुमत स्नैपशॉट स्रोत नहीं",
113
+ "snapshotLookup": "आधिकारिक स्नैपशॉट सूचक हल नहीं हो सका",
114
+ "needSnapshotConfirm": "स्नैपशॉट पुनर्स्थापना के लिए confirm=इंस्टेंस आईडी या SNAPSHOT चाहिए",
115
+ "snapshotBlocked": "स्नैपशॉट docker run अनुमति सूची से अवरुद्ध हुआ",
116
+ "snapshotFailed": "स्नैपशॉट डाउनलोड या निकालना विफल"
117
+ },
118
+ "notes": {
119
+ "beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
120
+ "noKeys": "YSK Server कभी स्टेकिंग कुंजियाँ बनाता या रखता नहीं।",
121
+ "dockerSoon": "Install and start from this page wizard. Host changes need root and YSK_EXECUTE=1.",
122
+ "dryCreate": "इंस्टेंस विनिर्देश और compose लिखा (dry-run)। कंटेनर चालू करने के लिए --execute और YSK_EXECUTE=1 दें।",
123
+ "dryStart": "चालू dry-run है। --execute और YSK_EXECUTE=1 दें।",
124
+ "dryStop": "बंद dry-run है। --execute और YSK_EXECUTE=1 दें।",
125
+ "dryClear": "साफ़ करना dry-run है। --execute और YSK_EXECUTE=1 दें।",
126
+ "created": "नोड बना और compose चालू हुआ",
127
+ "started": "नोड चालू हुआ",
128
+ "stopped": "नोड रुका",
129
+ "cleared": "श्रृंखला डेटा साफ़ हुआ",
130
+ "dryMithril": "Mithril पुनर्स्थापना dry-run है। --execute और YSK_EXECUTE=1 दें।",
131
+ "mithril": "Mithril स्नैपशॉट पुनर्स्थापित; नोड पुनः चालू",
132
+ "dryPrune": "सफ़ाई dry-run है। --execute और YSK_EXECUTE=1 दें।",
133
+ "pruned": "अप्रयुक्त प्रोजेक्ट छवियाँ साफ़ हुईं",
134
+ "pruneProfile": "क्लाइंट-नेटिव काटना pruned/minimal प्रोफ़ाइल है। बदलने के लिए फिर बनाएँ।",
135
+ "sameNetwork": "पहले से उसी नेटवर्क पर है",
136
+ "drySwitch": "नेटवर्क बदलना dry-run है।",
137
+ "switched": "नेटवर्क बदला और श्रृंखला डेटा साफ़ हुआ",
138
+ "dryCompose": "compose.yml लिखा जाएगा",
139
+ "composeWrote": "compose.yml लिखा गया",
140
+ "statsEmpty": "मापने के लिए कोई चालू कंटेनर नहीं",
141
+ "autoClearNone": "स्वतः साफ़ करने के लिए कोई रुका इंस्टेंस नहीं",
142
+ "drySnapshot": "स्नैपशॉट पुनर्स्थापना dry-run है। --execute और YSK_EXECUTE=1 दें।",
143
+ "snapshotEthEl": "ethPandaOps EL संग्रह पुनर्स्थापित और checkpoint sync के लिए CL रीसेट",
144
+ "snapshotEthCl": "आधिकारिक checkpoint sync के लिए CL डेटा रीसेट",
145
+ "snapshotNear": "NEAR डेटा मिटाया; compose आधिकारिक genesis और epoch sync से फिर आरंभ करेगा",
146
+ "nativePrune": "क्लाइंट-नेटिव सफ़ाई आदेश चला",
147
+ "dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
148
+ "deleted": "Node deleted",
149
+ "leftoverRemoved": "Removed leftover {{path}}"
150
+ },
151
+ "create": "नोड बनाएँ",
152
+ "wizard": {
153
+ "title": "नोड बनाएँ",
154
+ "back": "पीछे",
155
+ "next": "आगे",
156
+ "install": "स्थापित करें",
157
+ "mainnetWarn": "मुख्य नेट को बहुत खाली डिस्क चाहिए (ETH अक्सर 800 GiB+)। टेस्टनेट अनुशंसित है।",
158
+ "mainnetAck": "मैं डिस्क और स्लैशिंग जोखिम समझता हूँ। मुख्य नेट जारी रखें।",
159
+ "heavyWarn": "यह श्रृंखला भारी है (बड़ी डिस्क और उच्च IOPS)। Solana मुख्य नेट को आमतौर पर 2 TiB+ चाहिए।",
160
+ "memory": "मेमोरी सीमा (जैसे 4g)",
161
+ "cpus": "CPU सीमा (जैसे 2.0)",
162
+ "dataPath": "डेटा पथ (वैकल्पिक)",
163
+ "rpcPort": "RPC पोर्ट (वैकल्पिक)",
164
+ "stepOf": "Step {{n}} / {{total}}",
165
+ "stepChain": "Chain",
166
+ "stepNetwork": "Network",
167
+ "stepProfile": "Profile",
168
+ "stepSummary": "Summary",
169
+ "needDocker": "Docker Engine is not installed. Install it first — this button stays disabled.",
170
+ "diskNeed": "This profile needs about {{need}} · free {{free}}",
171
+ "diskShort": "Not enough free disk for this chain / network / profile",
172
+ "limitNone": "No limit",
173
+ "rpcDefault": "Default",
174
+ "customPath": "Use a custom data path",
175
+ "installConfirmTitle": "Install this node?",
176
+ "installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
177
+ "installC1": "Several gigabytes of images may be downloaded.",
178
+ "installC2": "You can cancel the panel task; already-pulled images are not deleted automatically.",
179
+ "lowDiskAcked": "Free disk is below the recommended size. You confirmed create anyway; sync may stop if the disk fills.",
180
+ "diskNeedNetwork": "Default (Minimal) for this network needs about {{need}} · free {{free}}",
181
+ "diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
182
+ "needCustomPath": "Enter an absolute data path",
183
+ "previewId": "Node id",
184
+ "previewCompose": "Compose project",
185
+ "profileSeeAbout": "What each profile means is on the About tab.",
186
+ "dockerAbout": "Docker Engine is required to install and start nodes.",
187
+ "dockerAboutOk": "Docker Engine is installed.",
188
+ "dockerAboutMissing": "Docker Engine is not installed. Open Docker to install it.",
189
+ "rewriteCompose": "Rewrite compose",
190
+ "rewriteComposeTitle": "Rewrite compose.yml from the current adapter?",
191
+ "rewriteComposeDesc": "Overwrites the generated compose for {{id}} using the shipped flags for this chain.",
192
+ "chainMeta": "{{disk}} min · {{clients}} clients",
193
+ "profileHint": {
194
+ "minimal": "Smallest sync — light disk, not for staking.",
195
+ "pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
196
+ "validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
197
+ "rpc": "Public RPC node — not a staking validator."
198
+ }
199
+ },
200
+ "actions": {
201
+ "detail": "विवरण",
202
+ "start": "चालू",
203
+ "stop": "बंद",
204
+ "restart": "पुनः चालू",
205
+ "clear": "साफ़ करें",
206
+ "upgrade": "उन्नयन",
207
+ "clearConfirm": "इंस्टेंस आईडी या CLEAR लिखें",
208
+ "prune": "छवियाँ साफ़ करें",
209
+ "switchNetwork": "नेटवर्क बदलें",
210
+ "removeUnit": "compose / इंस्टेंस रिकॉर्ड भी हटाएँ",
211
+ "restoreAfter": "साफ़ करने के बाद स्नैपशॉट पुनर्स्थापित करें",
212
+ "delete": "Delete",
213
+ "deleteTitle": "Delete {{id}}",
214
+ "deleteDesc": "This removes the node from the panel.",
215
+ "deleteC1": "Docker Compose is stopped and removed",
216
+ "deleteC2": "Chain data on disk is deleted",
217
+ "deleteC3": "The instance record is removed",
218
+ "pruneTitle": "Prune unused images",
219
+ "pruneDesc": "Type the instance id to prune unused Compose images for this node.",
220
+ "pruneC1": "Unused images labelled for this Compose project are deleted.",
221
+ "clearTitle": "Clear {{id}}",
222
+ "clearC1": "Chain data on disk is deleted.",
223
+ "clearC2": "The instance stays in the panel, stopped and empty.",
224
+ "switchTitle": "Switch network",
225
+ "switchC1": "The node is stopped and chain data is wiped before the new network is written."
226
+ },
227
+ "policy": {
228
+ "label": "उन्नयन नीति",
229
+ "manual": "मैन्युअल",
230
+ "notify": "सूचित करें",
231
+ "auto-safe": "स्वतः (सुरक्षित)",
232
+ "auto-all": "स्वतः (सभी)"
233
+ },
234
+ "logs": {
235
+ "empty": "अभी कोई लॉग नहीं",
236
+ "follow": "लॉग अनुसरण करें"
237
+ },
238
+ "compose": {
239
+ "label": "Compose फ़ाइल",
240
+ "save": "compose सहेजें"
241
+ },
242
+ "snapshot": {
243
+ "action": "स्नैपशॉट पुनर्स्थापित करें",
244
+ "mithril": "Cardano प्रमाणित स्नैपशॉट पुनर्स्थापना के लिए Mithril उपयोग करता है।",
245
+ "eth": "Ethereum मुख्य नेट सहमति क्लाइंट के आधिकारिक checkpoint sync से आरंभ होता है। EL snap sync जारी रखता है।",
246
+ "ethEl": "Hoodi/Sepolia ethPandaOps EL संग्रह पुनर्स्थापित कर सकते हैं, फिर CL का checkpoint-sync।",
247
+ "avax": "Avalanche compose प्रोफ़ाइल में state-sync उपयोग करता है।",
248
+ "near": "आधिकारिक मुफ़्त NEAR tar स्नैपशॉट बंद हो गए। पुनर्स्थापना डेटा मिटाती है और आधिकारिक genesis तथा epoch sync उपयोग करती है।",
249
+ "none": "इस श्रृंखला के लिए कोई स्नैपशॉट स्रोत नहीं है।"
250
+ },
251
+ "stake": {
252
+ "title": "स्टेकिंग की तैयारी (कुंजियाँ आपके पास)",
253
+ "offlineKeys": "कुंजियाँ ऑफ़लाइन बनाएँ। पैनल उन्हें कभी नहीं रखता।",
254
+ "deposit": "आधिकारिक launchpad पर जमा / पंजीकरण पूरा करें।",
255
+ "withdrawal": "निकासी प्रमाण स्वयं सेट करें।",
256
+ "monitor": "इस पृष्ठ पर डिस्क, पीयर और उन्नयन बैज देखें।"
257
+ },
258
+ "alerts": {
259
+ "diskTitle": "वैलिडेटर डिस्क गंभीर",
260
+ "diskBody": "वैलिडेटर डेटा वॉल्यूम पर खाली स्थान अत्यंत कम है।",
261
+ "upgradeTitle": "वैलिडेटर उन्नयन उपलब्ध",
262
+ "upgradeBody": "एक या अधिक नोड क्लाइंट के पास नया पिन संस्करण है।",
263
+ "syncTitle": "वैलिडेटर नोड पर ध्यान दें",
264
+ "syncBody": "कोई नोड 6 घंटे से अधिक सिंक कर रहा है या त्रुटि बताई।",
265
+ "rollbackTitle": "वैलिडेटर उन्नयन वापस लिया गया",
266
+ "rollbackBody": "{{id}} का उन्नयन स्वास्थ्य जाँच में विफल हुआ और वापस लिया गया।"
267
+ },
268
+ "upgrade": {
269
+ "changelog": "परिवर्तन सूची"
270
+ },
271
+ "readiness": {
272
+ "dockerTitle": "वैलिडेटर नोड के लिए Docker",
273
+ "dockerOk": "{{count}} वैलिडेटर इंस्टेंस; Docker स्थापित है",
274
+ "dockerMissing": "वैलिडेटर इंस्टेंस हैं लेकिन docker आदेश नहीं मिला"
275
+ },
276
+ "detail": {
277
+ "status": "Status",
278
+ "sync": "Sync",
279
+ "peers": "Peers",
280
+ "version": "Version",
281
+ "access": "Access",
282
+ "upgrade": "Updates",
283
+ "upgradeHint": "How this node tracks client versions.",
284
+ "network": "Network",
285
+ "networkHint": "Switching network stops the node and clears chain data. Confirm under Clear data first.",
286
+ "maintain": "Maintenance",
287
+ "danger": "Clear data",
288
+ "dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
289
+ "compose": "Compose",
290
+ "logs": "Logs"
291
+ },
292
+ "state": {
293
+ "unknown": "Unknown",
294
+ "stopped": "Stopped",
295
+ "running": "Running",
296
+ "syncing": "Syncing",
297
+ "error": "Error",
298
+ "starting": "Starting"
299
+ },
300
+ "profileHelp": {
301
+ "title": "Profiles",
302
+ "desc": "The four choices on wizard step 3 are mainly disk budget and role. Each chain shows its recommended size in the wizard. The panel never holds staking keys.",
303
+ "minimal": "Smallest disk. Use for testnets or a first install. Not a full history, and not for a live staking validator.",
304
+ "pruned": "Keeps recent chain state and drops older blocks (Pruned). More disk than Minimal, less than a full node. Use to follow the tip long-term.",
305
+ "validatorReady": "Reserves more disk so you can later attest or propose as a validator. Generate keys offline yourself. Being offline or misconfigured can lose stake.",
306
+ "rpc": "For this host or other services to query the chain. RPC listens on 127.0.0.1 by default and is not published to the internet."
307
+ },
308
+ "software": {
309
+ "engine": "Docker Engine",
310
+ "engineDesc": "Validator nodes run as Compose projects. Install Docker here if it is missing. Image prune stays on the Docker page.",
311
+ "client": "Client",
312
+ "image": "Image",
313
+ "present": "Local",
314
+ "local": "Pulled",
315
+ "missing": "Not pulled",
316
+ "size": "Size",
317
+ "usedBy": "Used by",
318
+ "unused": "No instance",
319
+ "pull": "Pull",
320
+ "pulling": "Pull {{ref}}",
321
+ "empty": "No pinned client images",
322
+ "emptyDesc": "The catalog is empty. This should not happen.",
323
+ "daemonDown": "Docker Engine is not running"
324
+ }
325
+ }
@@ -242,5 +242,21 @@
242
242
  "stackMissingShort": "स्थापित नहीं हे",
243
243
  "editClientTitle": "दूरस्थ क्लाइंट संपादित करें",
244
244
  "editClientDesc": "अद्यतन पथ, होस्ट और वैकल्पिक संग्रहीत पासवर्ड।",
245
- "clientUpdated": "ग्राहक प्रोफ़ाइल अपडेट की गई"
245
+ "clientUpdated": "ग्राहक प्रोफ़ाइल अपडेट की गई",
246
+ "rememberNeedPassword": "सबसे पहले एक पासवर्ड डालें.",
247
+ "settingsNeedStack": "ये डिफ़ॉल्ट तब लागू होते हैं जब TigerVNC (और यदि चयनित हो तो XFCE) स्थापित होते हैं। पहले उन्हें इंस्टॉल टैब पर इंस्टॉल करें।",
248
+ "clientNeedNovnc": "ब्राउज़र में खोलने के लिए noVNC की आवश्यकता है। रिमोट जोड़ने से पहले इसे इंस्टॉल टैब पर इंस्टॉल करें जिसे आप यहां खोलने की उम्मीद करते हैं।",
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.",
255
+ "hostnameBroken": "This host cannot resolve its own hostname ({{hostname}}). Session start will fail.",
256
+ "hostnameFix": "Write hostname to /etc/hosts",
257
+ "hostnameFixTitle": "Append this line to /etc/hosts?",
258
+ "hostnameFixDesc": "{{line}}",
259
+ "hostnameFixDone": "Hostname /etc/hosts updated",
260
+ "startAfterCreateBlocked": "Disabled until the hostname resolves",
261
+ "hostnameBrokenIdle": "Hostname {{hostname}} does not resolve on this host. Fix /etc/hosts before you create a session."
246
262
  }
@@ -2,9 +2,9 @@
2
2
  "pageDesc": "वीपीएन सर्वर और क्लाइंट",
3
3
  "eyebrow": "VPN",
4
4
  "tab": {
5
- "wireguard": "वायरगार्ड",
6
- "openvpn": "ओपनवीपीएन",
7
- "outline": "शैडोसॉक्स",
5
+ "wireguard": "WireGuard",
6
+ "openvpn": "OpenVPN",
7
+ "outline": "Shadowsocks",
8
8
  "client": "स्थानीय ग्राहक",
9
9
  "software": "सॉफ़्टवेयर",
10
10
  "monitor": "निगरानी करना",
@@ -127,5 +127,20 @@
127
127
  "lanCidrs": "लैन नेटवर्क",
128
128
  "customCidr": "CIDR",
129
129
  "addCidr": "जोड़ना"
130
- }
130
+ },
131
+ "engineNotInstalled": "यह VPN इंजन होस्ट पर स्थापित नहीं है।",
132
+ "serverNotListening": "सर्वर यूनिट सक्रिय नहीं है। UDP/TCP {{port}} बंद हो सकता है।",
133
+ "installEngineFirst": "सबसे पहले वीपीएन इंजन इंस्टॉल करें",
134
+ "portHint": {
135
+ "51820": "डिफ़ॉल्ट वायरगार्ड श्रवण पोर्ट",
136
+ "51821": "वैकल्पिक वायरगार्ड श्रवण पोर्ट",
137
+ "51822": "दूसरा वैकल्पिक वायरगार्ड श्रवण पोर्ट"
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
  }
@@ -11,7 +11,9 @@
11
11
  "failed": "Gagal",
12
12
  "error": "Kesalahan",
13
13
  "unknown": "Tidak diselidiki",
14
- "fallback": "Tidak dikenal"
14
+ "fallback": "Tidak dikenal",
15
+ "activating": "Starting",
16
+ "stuck": "Start stuck"
15
17
  },
16
18
  "liveN": "{{count}} daring",
17
19
  "registeredOnly": "Hanya terdaftar",
@@ -126,5 +128,18 @@
126
128
  "labelStderr": "stderr",
127
129
  "labelAckCli": "ack + CLI JSON",
128
130
  "labelStdoutBody": "Badan CLI yang kokoh",
129
- "resultOuterHint": "Hasil luarnya adalah CLI --json stdout."
131
+ "resultOuterHint": "Hasil luarnya adalah CLI --json stdout.",
132
+ "statusFlowTitle": "Aliran status",
133
+ "statusFlow": "Hanya terdaftar → online → basi (>60an) → offline (terputus). Filter “Offline” terputus.",
134
+ "colSession": "Sesi UUID",
135
+ "copySession": "Salin UUID sesi untuk cluster / CLI --session",
136
+ "staleFor": "Tak terlihat {{age}}",
137
+ "commandTitle": "Antrean perintah untuk sesi ini",
138
+ "historyTitleShort": "Buka riwayat perintah (hanya baca)",
139
+ "expEdge": "Di tepi:",
140
+ "noteAllowlist": "Agent tool calls must pass the allowlist.",
141
+ "noteRbacCap": "Agent role is capped at write-low.",
142
+ "journal": "journal",
143
+ "activatingStuckHint": "Activating longer than 5 minutes — treated as failed. Check journal.",
144
+ "noOnlineAgents": "No agents online"
130
145
  }
@@ -53,5 +53,11 @@
53
53
  "cleanupConflicts": "Bersihkan sisa-sisa konflik",
54
54
  "cleanupConflictsTitle": "Bersihkan semua sisa konflik?",
55
55
  "cleanupConflictsDesc": "Hapus setiap konfigurasi artefak pada disk yang bertentangan dengan proyek atau Nama Server mandiri. Baris proyek disimpan.",
56
- "artifactRemovedOk": "Konfigurasi sisa dihapus"
56
+ "artifactRemovedOk": "Konfigurasi sisa dihapus",
57
+ "sslTerminatedUpstream": "TLS berakhir di depan Nginx",
58
+ "removeArtifactHint": "Hanya menghapus conf sisa di disk ini. Tidak menghapus proyek.",
59
+ "sourceOrphan": "Leftover",
60
+ "orphanSite": "Project gone",
61
+ "pillSitesSplit": "{{n}} sites · {{leftover}} leftover",
62
+ "stopSites": "{{n}} site(s) will stop answering HTTP."
57
63
  }
@@ -22,6 +22,9 @@
22
22
  "project.publish": "Publikasikan Nginx",
23
23
  "project.suspend": "Tangguhkan proyek",
24
24
  "software.install": "Instal perangkat lunak",
25
- "software.update": "Perbarui perangkat lunak"
25
+ "software.update": "Perbarui perangkat lunak",
26
+ "backup.restore": "Backup restore",
27
+ "backup.run": "Backup run",
28
+ "backup.delete": "Backup deleted"
26
29
  }
27
30
  }
@@ -129,5 +129,40 @@
129
129
  "remotePushSub": "Setelah tar lokal berhasil, dorong ke SFTP, jalur lokal, atau S3",
130
130
  "accessKey": "Kunci Akses",
131
131
  "secretKey": "Kunci Rahasia",
132
- "overwriteConfirmHint": "Ketik OVERWRITE untuk mengonfirmasi penimpaan"
132
+ "overwriteConfirmHint": "Ketik OVERWRITE untuk mengonfirmasi penimpaan",
133
+ "testRemote": "Uji tujuan",
134
+ "testRemoteDone": "Probe jarak jauh selesai",
135
+ "testRemoteFailed": "Probe jarak jauh gagal",
136
+ "resticRepoPh": "Direktori data panel / restic-repo",
137
+ "testDisabledHint": "Aktifkan push jarak jauh sebelum pengujian.",
138
+ "identityId": "Identitas SSH keluar",
139
+ "identityHint": "Lebih disukai. Gudang yang sama dengan /keamanan SSH. Kata sandi memerlukan sshpass.",
140
+ "identityNone": "Tidak ada — kata sandi atau kunci default",
141
+ "remotePathHint": "Relatif terhadap rumah pengguna jarak jauh (atau chroot SFTP). “.” apakah itu rumah.",
142
+ "restoreFullTitle": "Timpa file proyek dan database dari arsip ini — ketikkan nama file untuk mengonfirmasi",
143
+ "restoreWebTitle": "Pulihkan file situs web hanya dari arsip ini",
144
+ "previewTitle": "Pratinjau pemulihan tanpa menulis",
145
+ "partialSkipped": "Parsial — beberapa proyek dilewati",
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",
152
+ "tabTrash": "Recycle bin",
153
+ "trashTitle": "Recycle bin ({{count}})",
154
+ "trashSub": "Deleted archives stay here for 7 days, then they are removed permanently.",
155
+ "trashEmpty": "Recycle bin is empty",
156
+ "trashEmptyDesc": "Deleted backup files appear here for 7 days.",
157
+ "trashRestore": "Restore",
158
+ "trashPurge": "Delete forever",
159
+ "trashEmptyAll": "Empty recycle bin",
160
+ "trashExpires": "Expires {{at}}",
161
+ "trashPurgeTitle": "Permanently delete this backup?",
162
+ "trashPurgeDesc": "Permanently delete {{name}}. This cannot be undone.",
163
+ "trashEmptyTitle": "Empty recycle bin?",
164
+ "trashEmptyDescConfirm": "Permanently delete {{count}} archive(s). Type the count to confirm.",
165
+ "trashRestored": "Restored from recycle bin",
166
+ "trashPurged": "Permanently deleted",
167
+ "trashedOk": "Moved to recycle bin"
133
168
  }