ysk-server-shared 1.0.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 (1080) hide show
  1. package/README.md +16 -0
  2. package/dist/ai.d.ts +25 -0
  3. package/dist/ai.d.ts.map +1 -0
  4. package/dist/ai.js +5 -0
  5. package/dist/ai.js.map +1 -0
  6. package/dist/browser.d.ts +34 -0
  7. package/dist/browser.d.ts.map +1 -0
  8. package/dist/browser.js +34 -0
  9. package/dist/browser.js.map +1 -0
  10. package/dist/bt-tracker.d.ts +56 -0
  11. package/dist/bt-tracker.d.ts.map +1 -0
  12. package/dist/bt-tracker.js +15 -0
  13. package/dist/bt-tracker.js.map +1 -0
  14. package/dist/capabilities.d.ts +82 -0
  15. package/dist/capabilities.d.ts.map +1 -0
  16. package/dist/capabilities.js +272 -0
  17. package/dist/capabilities.js.map +1 -0
  18. package/dist/cdn.d.ts +83 -0
  19. package/dist/cdn.d.ts.map +1 -0
  20. package/dist/cdn.js +6 -0
  21. package/dist/cdn.js.map +1 -0
  22. package/dist/databases.d.ts +142 -0
  23. package/dist/databases.d.ts.map +1 -0
  24. package/dist/databases.js +5 -0
  25. package/dist/databases.js.map +1 -0
  26. package/dist/dto.d.ts +308 -0
  27. package/dist/dto.d.ts.map +1 -0
  28. package/dist/dto.js +5 -0
  29. package/dist/dto.js.map +1 -0
  30. package/dist/email-domain.d.ts +46 -0
  31. package/dist/email-domain.d.ts.map +1 -0
  32. package/dist/email-domain.js +6 -0
  33. package/dist/email-domain.js.map +1 -0
  34. package/dist/errors-codes.d.ts +35 -0
  35. package/dist/errors-codes.d.ts.map +1 -0
  36. package/dist/errors-codes.js +34 -0
  37. package/dist/errors-codes.js.map +1 -0
  38. package/dist/errors.d.ts +41 -0
  39. package/dist/errors.d.ts.map +1 -0
  40. package/dist/errors.js +58 -0
  41. package/dist/errors.js.map +1 -0
  42. package/dist/files.d.ts +72 -0
  43. package/dist/files.d.ts.map +1 -0
  44. package/dist/files.js +5 -0
  45. package/dist/files.js.map +1 -0
  46. package/dist/fleet.d.ts +39 -0
  47. package/dist/fleet.d.ts.map +1 -0
  48. package/dist/fleet.js +5 -0
  49. package/dist/fleet.js.map +1 -0
  50. package/dist/ftp.d.ts +39 -0
  51. package/dist/ftp.d.ts.map +1 -0
  52. package/dist/ftp.js +5 -0
  53. package/dist/ftp.js.map +1 -0
  54. package/dist/i18n/index.d.ts +4 -0
  55. package/dist/i18n/index.d.ts.map +1 -0
  56. package/dist/i18n/index.js +4 -0
  57. package/dist/i18n/index.js.map +1 -0
  58. package/dist/i18n/normalize-locale.d.ts +21 -0
  59. package/dist/i18n/normalize-locale.d.ts.map +1 -0
  60. package/dist/i18n/normalize-locale.js +138 -0
  61. package/dist/i18n/normalize-locale.js.map +1 -0
  62. package/dist/i18n/request-locale.d.ts +20 -0
  63. package/dist/i18n/request-locale.d.ts.map +1 -0
  64. package/dist/i18n/request-locale.js +42 -0
  65. package/dist/i18n/request-locale.js.map +1 -0
  66. package/dist/i18n/t.d.ts +15 -0
  67. package/dist/i18n/t.d.ts.map +1 -0
  68. package/dist/i18n/t.js +103 -0
  69. package/dist/i18n/t.js.map +1 -0
  70. package/dist/index.d.ts +32 -0
  71. package/dist/index.d.ts.map +1 -0
  72. package/dist/index.js +32 -0
  73. package/dist/index.js.map +1 -0
  74. package/dist/list-query.d.ts +72 -0
  75. package/dist/list-query.d.ts.map +1 -0
  76. package/dist/list-query.js +108 -0
  77. package/dist/list-query.js.map +1 -0
  78. package/dist/metrics.d.ts +153 -0
  79. package/dist/metrics.d.ts.map +1 -0
  80. package/dist/metrics.js +5 -0
  81. package/dist/metrics.js.map +1 -0
  82. package/dist/migrate.d.ts +138 -0
  83. package/dist/migrate.d.ts.map +1 -0
  84. package/dist/migrate.js +20 -0
  85. package/dist/migrate.js.map +1 -0
  86. package/dist/network.d.ts +95 -0
  87. package/dist/network.d.ts.map +1 -0
  88. package/dist/network.js +5 -0
  89. package/dist/network.js.map +1 -0
  90. package/dist/ops-i18n.d.ts +19 -0
  91. package/dist/ops-i18n.d.ts.map +1 -0
  92. package/dist/ops-i18n.js +85 -0
  93. package/dist/ops-i18n.js.map +1 -0
  94. package/dist/ops.d.ts +48 -0
  95. package/dist/ops.d.ts.map +1 -0
  96. package/dist/ops.js +73 -0
  97. package/dist/ops.js.map +1 -0
  98. package/dist/route-capabilities.d.ts +37 -0
  99. package/dist/route-capabilities.d.ts.map +1 -0
  100. package/dist/route-capabilities.js +445 -0
  101. package/dist/route-capabilities.js.map +1 -0
  102. package/dist/service-exposure.d.ts +54 -0
  103. package/dist/service-exposure.d.ts.map +1 -0
  104. package/dist/service-exposure.js +67 -0
  105. package/dist/service-exposure.js.map +1 -0
  106. package/dist/service-ports.d.ts +70 -0
  107. package/dist/service-ports.d.ts.map +1 -0
  108. package/dist/service-ports.js +315 -0
  109. package/dist/service-ports.js.map +1 -0
  110. package/dist/software.d.ts +40 -0
  111. package/dist/software.d.ts.map +1 -0
  112. package/dist/software.js +5 -0
  113. package/dist/software.js.map +1 -0
  114. package/dist/ssl.d.ts +21 -0
  115. package/dist/ssl.d.ts.map +1 -0
  116. package/dist/ssl.js +5 -0
  117. package/dist/ssl.js.map +1 -0
  118. package/dist/system.d.ts +179 -0
  119. package/dist/system.d.ts.map +1 -0
  120. package/dist/system.js +5 -0
  121. package/dist/system.js.map +1 -0
  122. package/dist/types.d.ts +51 -0
  123. package/dist/types.d.ts.map +1 -0
  124. package/dist/types.js +9 -0
  125. package/dist/types.js.map +1 -0
  126. package/dist/updates.d.ts +23 -0
  127. package/dist/updates.d.ts.map +1 -0
  128. package/dist/updates.js +6 -0
  129. package/dist/updates.js.map +1 -0
  130. package/locales/ar/agents.json +130 -0
  131. package/locales/ar/ai.json +61 -0
  132. package/locales/ar/apache.json +57 -0
  133. package/locales/ar/applyStatus.json +11 -0
  134. package/locales/ar/audit.json +27 -0
  135. package/locales/ar/backups.json +133 -0
  136. package/locales/ar/btTracker.json +119 -0
  137. package/locales/ar/catalog.json +32 -0
  138. package/locales/ar/cdn.json +119 -0
  139. package/locales/ar/cli.json +1182 -0
  140. package/locales/ar/common.json +125 -0
  141. package/locales/ar/cron.json +139 -0
  142. package/locales/ar/dashboard.json +111 -0
  143. package/locales/ar/dataTable.json +4 -0
  144. package/locales/ar/db.json +287 -0
  145. package/locales/ar/dialogs.json +8 -0
  146. package/locales/ar/dns.json +216 -0
  147. package/locales/ar/email.json +477 -0
  148. package/locales/ar/errors.json +56 -0
  149. package/locales/ar/fail2ban.json +82 -0
  150. package/locales/ar/featurePage.json +3 -0
  151. package/locales/ar/files.json +320 -0
  152. package/locales/ar/firewall.json +102 -0
  153. package/locales/ar/ftp.json +135 -0
  154. package/locales/ar/geo.json +151 -0
  155. package/locales/ar/hostBrowse.json +128 -0
  156. package/locales/ar/listToolbar.json +12 -0
  157. package/locales/ar/logViewer.json +3 -0
  158. package/locales/ar/login.json +14 -0
  159. package/locales/ar/logs.json +135 -0
  160. package/locales/ar/metrics.json +132 -0
  161. package/locales/ar/migrate.json +82 -0
  162. package/locales/ar/multiCheck.json +20 -0
  163. package/locales/ar/nav.json +77 -0
  164. package/locales/ar/network.json +142 -0
  165. package/locales/ar/nginx.json +84 -0
  166. package/locales/ar/notes.json +3006 -0
  167. package/locales/ar/ops.json +38 -0
  168. package/locales/ar/opsResult.json +23 -0
  169. package/locales/ar/pageGuide.json +11 -0
  170. package/locales/ar/playbooks.json +50 -0
  171. package/locales/ar/presetChips.json +3 -0
  172. package/locales/ar/projects.json +560 -0
  173. package/locales/ar/protection.json +348 -0
  174. package/locales/ar/publicFiles.json +32 -0
  175. package/locales/ar/rbac.json +100 -0
  176. package/locales/ar/readiness.json +111 -0
  177. package/locales/ar/redis.json +68 -0
  178. package/locales/ar/resources.json +7 -0
  179. package/locales/ar/roles.json +6 -0
  180. package/locales/ar/runtime.json +509 -0
  181. package/locales/ar/search.json +24 -0
  182. package/locales/ar/security.json +394 -0
  183. package/locales/ar/serviceExposure.json +31 -0
  184. package/locales/ar/services.json +40 -0
  185. package/locales/ar/software.json +122 -0
  186. package/locales/ar/softwareBanner.json +14 -0
  187. package/locales/ar/softwareLifecycle.json +61 -0
  188. package/locales/ar/sqlEngineHealth.json +31 -0
  189. package/locales/ar/sqlEngineSwitch.json +82 -0
  190. package/locales/ar/ssl.json +103 -0
  191. package/locales/ar/stackWizard.json +19 -0
  192. package/locales/ar/support.json +28 -0
  193. package/locales/ar/system.json +186 -0
  194. package/locales/ar/systemd.json +94 -0
  195. package/locales/ar/tabs.json +7 -0
  196. package/locales/ar/terminal.json +33 -0
  197. package/locales/ar/translation.json +11940 -0
  198. package/locales/ar/uiInline.json +212 -0
  199. package/locales/ar/updates.json +167 -0
  200. package/locales/ar/users.json +122 -0
  201. package/locales/ar/vnc.json +246 -0
  202. package/locales/ar/vpn.json +131 -0
  203. package/locales/bn/agents.json +130 -0
  204. package/locales/bn/ai.json +61 -0
  205. package/locales/bn/apache.json +57 -0
  206. package/locales/bn/applyStatus.json +11 -0
  207. package/locales/bn/audit.json +27 -0
  208. package/locales/bn/backups.json +133 -0
  209. package/locales/bn/btTracker.json +119 -0
  210. package/locales/bn/catalog.json +32 -0
  211. package/locales/bn/cdn.json +119 -0
  212. package/locales/bn/cli.json +1182 -0
  213. package/locales/bn/common.json +125 -0
  214. package/locales/bn/cron.json +139 -0
  215. package/locales/bn/dashboard.json +111 -0
  216. package/locales/bn/dataTable.json +4 -0
  217. package/locales/bn/db.json +287 -0
  218. package/locales/bn/dialogs.json +8 -0
  219. package/locales/bn/dns.json +216 -0
  220. package/locales/bn/email.json +477 -0
  221. package/locales/bn/errors.json +56 -0
  222. package/locales/bn/fail2ban.json +82 -0
  223. package/locales/bn/featurePage.json +3 -0
  224. package/locales/bn/files.json +320 -0
  225. package/locales/bn/firewall.json +102 -0
  226. package/locales/bn/ftp.json +135 -0
  227. package/locales/bn/geo.json +151 -0
  228. package/locales/bn/hostBrowse.json +128 -0
  229. package/locales/bn/listToolbar.json +12 -0
  230. package/locales/bn/logViewer.json +3 -0
  231. package/locales/bn/login.json +14 -0
  232. package/locales/bn/logs.json +135 -0
  233. package/locales/bn/metrics.json +132 -0
  234. package/locales/bn/migrate.json +82 -0
  235. package/locales/bn/multiCheck.json +20 -0
  236. package/locales/bn/nav.json +77 -0
  237. package/locales/bn/network.json +142 -0
  238. package/locales/bn/nginx.json +84 -0
  239. package/locales/bn/notes.json +3006 -0
  240. package/locales/bn/ops.json +38 -0
  241. package/locales/bn/opsResult.json +23 -0
  242. package/locales/bn/pageGuide.json +11 -0
  243. package/locales/bn/playbooks.json +50 -0
  244. package/locales/bn/presetChips.json +3 -0
  245. package/locales/bn/projects.json +560 -0
  246. package/locales/bn/protection.json +348 -0
  247. package/locales/bn/publicFiles.json +32 -0
  248. package/locales/bn/rbac.json +100 -0
  249. package/locales/bn/readiness.json +111 -0
  250. package/locales/bn/redis.json +68 -0
  251. package/locales/bn/resources.json +7 -0
  252. package/locales/bn/roles.json +6 -0
  253. package/locales/bn/runtime.json +509 -0
  254. package/locales/bn/search.json +24 -0
  255. package/locales/bn/security.json +394 -0
  256. package/locales/bn/serviceExposure.json +31 -0
  257. package/locales/bn/services.json +40 -0
  258. package/locales/bn/software.json +122 -0
  259. package/locales/bn/softwareBanner.json +14 -0
  260. package/locales/bn/softwareLifecycle.json +61 -0
  261. package/locales/bn/sqlEngineHealth.json +31 -0
  262. package/locales/bn/sqlEngineSwitch.json +82 -0
  263. package/locales/bn/ssl.json +103 -0
  264. package/locales/bn/stackWizard.json +19 -0
  265. package/locales/bn/support.json +28 -0
  266. package/locales/bn/system.json +186 -0
  267. package/locales/bn/systemd.json +94 -0
  268. package/locales/bn/tabs.json +7 -0
  269. package/locales/bn/terminal.json +33 -0
  270. package/locales/bn/translation.json +11940 -0
  271. package/locales/bn/uiInline.json +212 -0
  272. package/locales/bn/updates.json +167 -0
  273. package/locales/bn/users.json +122 -0
  274. package/locales/bn/vnc.json +246 -0
  275. package/locales/bn/vpn.json +131 -0
  276. package/locales/en/agents.json +130 -0
  277. package/locales/en/ai.json +61 -0
  278. package/locales/en/apache.json +57 -0
  279. package/locales/en/applyStatus.json +11 -0
  280. package/locales/en/audit.json +27 -0
  281. package/locales/en/backups.json +133 -0
  282. package/locales/en/btTracker.json +119 -0
  283. package/locales/en/catalog.json +32 -0
  284. package/locales/en/cdn.json +119 -0
  285. package/locales/en/cli.json +1182 -0
  286. package/locales/en/common.json +125 -0
  287. package/locales/en/cron.json +139 -0
  288. package/locales/en/dashboard.json +111 -0
  289. package/locales/en/dataTable.json +4 -0
  290. package/locales/en/db.json +287 -0
  291. package/locales/en/dialogs.json +8 -0
  292. package/locales/en/dns.json +216 -0
  293. package/locales/en/email.json +477 -0
  294. package/locales/en/errors.json +56 -0
  295. package/locales/en/fail2ban.json +82 -0
  296. package/locales/en/featurePage.json +3 -0
  297. package/locales/en/files.json +320 -0
  298. package/locales/en/firewall.json +102 -0
  299. package/locales/en/ftp.json +135 -0
  300. package/locales/en/geo.json +151 -0
  301. package/locales/en/hostBrowse.json +128 -0
  302. package/locales/en/listToolbar.json +12 -0
  303. package/locales/en/logViewer.json +3 -0
  304. package/locales/en/login.json +14 -0
  305. package/locales/en/logs.json +135 -0
  306. package/locales/en/metrics.json +132 -0
  307. package/locales/en/migrate.json +82 -0
  308. package/locales/en/multiCheck.json +20 -0
  309. package/locales/en/nav.json +77 -0
  310. package/locales/en/network.json +142 -0
  311. package/locales/en/nginx.json +84 -0
  312. package/locales/en/notes.json +3006 -0
  313. package/locales/en/ops.json +38 -0
  314. package/locales/en/opsResult.json +23 -0
  315. package/locales/en/pageGuide.json +11 -0
  316. package/locales/en/playbooks.json +50 -0
  317. package/locales/en/presetChips.json +3 -0
  318. package/locales/en/projects.json +560 -0
  319. package/locales/en/protection.json +348 -0
  320. package/locales/en/publicFiles.json +32 -0
  321. package/locales/en/rbac.json +100 -0
  322. package/locales/en/readiness.json +111 -0
  323. package/locales/en/redis.json +68 -0
  324. package/locales/en/resources.json +7 -0
  325. package/locales/en/roles.json +6 -0
  326. package/locales/en/runtime.json +509 -0
  327. package/locales/en/search.json +24 -0
  328. package/locales/en/security.json +394 -0
  329. package/locales/en/serviceExposure.json +31 -0
  330. package/locales/en/services.json +40 -0
  331. package/locales/en/software.json +122 -0
  332. package/locales/en/softwareBanner.json +14 -0
  333. package/locales/en/softwareLifecycle.json +61 -0
  334. package/locales/en/sqlEngineHealth.json +31 -0
  335. package/locales/en/sqlEngineSwitch.json +82 -0
  336. package/locales/en/ssl.json +103 -0
  337. package/locales/en/stackWizard.json +19 -0
  338. package/locales/en/support.json +28 -0
  339. package/locales/en/system.json +186 -0
  340. package/locales/en/systemd.json +94 -0
  341. package/locales/en/tabs.json +7 -0
  342. package/locales/en/terminal.json +33 -0
  343. package/locales/en/translation.json +11940 -0
  344. package/locales/en/uiInline.json +212 -0
  345. package/locales/en/updates.json +167 -0
  346. package/locales/en/users.json +122 -0
  347. package/locales/en/vnc.json +246 -0
  348. package/locales/en/vpn.json +131 -0
  349. package/locales/es/agents.json +130 -0
  350. package/locales/es/ai.json +61 -0
  351. package/locales/es/apache.json +57 -0
  352. package/locales/es/applyStatus.json +11 -0
  353. package/locales/es/audit.json +27 -0
  354. package/locales/es/backups.json +133 -0
  355. package/locales/es/btTracker.json +119 -0
  356. package/locales/es/catalog.json +32 -0
  357. package/locales/es/cdn.json +119 -0
  358. package/locales/es/cli.json +1182 -0
  359. package/locales/es/common.json +125 -0
  360. package/locales/es/cron.json +139 -0
  361. package/locales/es/dashboard.json +111 -0
  362. package/locales/es/dataTable.json +4 -0
  363. package/locales/es/db.json +287 -0
  364. package/locales/es/dialogs.json +8 -0
  365. package/locales/es/dns.json +216 -0
  366. package/locales/es/email.json +477 -0
  367. package/locales/es/errors.json +56 -0
  368. package/locales/es/fail2ban.json +82 -0
  369. package/locales/es/featurePage.json +3 -0
  370. package/locales/es/files.json +320 -0
  371. package/locales/es/firewall.json +102 -0
  372. package/locales/es/ftp.json +135 -0
  373. package/locales/es/geo.json +151 -0
  374. package/locales/es/hostBrowse.json +128 -0
  375. package/locales/es/listToolbar.json +12 -0
  376. package/locales/es/logViewer.json +3 -0
  377. package/locales/es/login.json +14 -0
  378. package/locales/es/logs.json +135 -0
  379. package/locales/es/metrics.json +132 -0
  380. package/locales/es/migrate.json +82 -0
  381. package/locales/es/multiCheck.json +20 -0
  382. package/locales/es/nav.json +77 -0
  383. package/locales/es/network.json +142 -0
  384. package/locales/es/nginx.json +84 -0
  385. package/locales/es/notes.json +3006 -0
  386. package/locales/es/ops.json +38 -0
  387. package/locales/es/opsResult.json +23 -0
  388. package/locales/es/pageGuide.json +11 -0
  389. package/locales/es/playbooks.json +50 -0
  390. package/locales/es/presetChips.json +3 -0
  391. package/locales/es/projects.json +560 -0
  392. package/locales/es/protection.json +348 -0
  393. package/locales/es/publicFiles.json +32 -0
  394. package/locales/es/rbac.json +100 -0
  395. package/locales/es/readiness.json +111 -0
  396. package/locales/es/redis.json +68 -0
  397. package/locales/es/resources.json +7 -0
  398. package/locales/es/roles.json +6 -0
  399. package/locales/es/runtime.json +509 -0
  400. package/locales/es/search.json +24 -0
  401. package/locales/es/security.json +394 -0
  402. package/locales/es/serviceExposure.json +31 -0
  403. package/locales/es/services.json +40 -0
  404. package/locales/es/software.json +122 -0
  405. package/locales/es/softwareBanner.json +14 -0
  406. package/locales/es/softwareLifecycle.json +61 -0
  407. package/locales/es/sqlEngineHealth.json +31 -0
  408. package/locales/es/sqlEngineSwitch.json +82 -0
  409. package/locales/es/ssl.json +103 -0
  410. package/locales/es/stackWizard.json +19 -0
  411. package/locales/es/support.json +28 -0
  412. package/locales/es/system.json +186 -0
  413. package/locales/es/systemd.json +94 -0
  414. package/locales/es/tabs.json +7 -0
  415. package/locales/es/terminal.json +33 -0
  416. package/locales/es/translation.json +11940 -0
  417. package/locales/es/uiInline.json +212 -0
  418. package/locales/es/updates.json +167 -0
  419. package/locales/es/users.json +122 -0
  420. package/locales/es/vnc.json +246 -0
  421. package/locales/es/vpn.json +131 -0
  422. package/locales/fr/agents.json +130 -0
  423. package/locales/fr/ai.json +61 -0
  424. package/locales/fr/apache.json +57 -0
  425. package/locales/fr/applyStatus.json +11 -0
  426. package/locales/fr/audit.json +27 -0
  427. package/locales/fr/backups.json +133 -0
  428. package/locales/fr/btTracker.json +119 -0
  429. package/locales/fr/catalog.json +32 -0
  430. package/locales/fr/cdn.json +119 -0
  431. package/locales/fr/cli.json +1182 -0
  432. package/locales/fr/common.json +125 -0
  433. package/locales/fr/cron.json +139 -0
  434. package/locales/fr/dashboard.json +111 -0
  435. package/locales/fr/dataTable.json +4 -0
  436. package/locales/fr/db.json +287 -0
  437. package/locales/fr/dialogs.json +8 -0
  438. package/locales/fr/dns.json +216 -0
  439. package/locales/fr/email.json +477 -0
  440. package/locales/fr/errors.json +56 -0
  441. package/locales/fr/fail2ban.json +82 -0
  442. package/locales/fr/featurePage.json +3 -0
  443. package/locales/fr/files.json +320 -0
  444. package/locales/fr/firewall.json +102 -0
  445. package/locales/fr/ftp.json +135 -0
  446. package/locales/fr/geo.json +151 -0
  447. package/locales/fr/hostBrowse.json +128 -0
  448. package/locales/fr/listToolbar.json +12 -0
  449. package/locales/fr/logViewer.json +3 -0
  450. package/locales/fr/login.json +14 -0
  451. package/locales/fr/logs.json +135 -0
  452. package/locales/fr/metrics.json +132 -0
  453. package/locales/fr/migrate.json +82 -0
  454. package/locales/fr/multiCheck.json +20 -0
  455. package/locales/fr/nav.json +77 -0
  456. package/locales/fr/network.json +142 -0
  457. package/locales/fr/nginx.json +84 -0
  458. package/locales/fr/notes.json +3006 -0
  459. package/locales/fr/ops.json +38 -0
  460. package/locales/fr/opsResult.json +23 -0
  461. package/locales/fr/pageGuide.json +11 -0
  462. package/locales/fr/playbooks.json +50 -0
  463. package/locales/fr/presetChips.json +3 -0
  464. package/locales/fr/projects.json +560 -0
  465. package/locales/fr/protection.json +348 -0
  466. package/locales/fr/publicFiles.json +32 -0
  467. package/locales/fr/rbac.json +100 -0
  468. package/locales/fr/readiness.json +111 -0
  469. package/locales/fr/redis.json +68 -0
  470. package/locales/fr/resources.json +7 -0
  471. package/locales/fr/roles.json +6 -0
  472. package/locales/fr/runtime.json +509 -0
  473. package/locales/fr/search.json +24 -0
  474. package/locales/fr/security.json +394 -0
  475. package/locales/fr/serviceExposure.json +31 -0
  476. package/locales/fr/services.json +40 -0
  477. package/locales/fr/software.json +122 -0
  478. package/locales/fr/softwareBanner.json +14 -0
  479. package/locales/fr/softwareLifecycle.json +61 -0
  480. package/locales/fr/sqlEngineHealth.json +31 -0
  481. package/locales/fr/sqlEngineSwitch.json +82 -0
  482. package/locales/fr/ssl.json +103 -0
  483. package/locales/fr/stackWizard.json +19 -0
  484. package/locales/fr/support.json +28 -0
  485. package/locales/fr/system.json +186 -0
  486. package/locales/fr/systemd.json +94 -0
  487. package/locales/fr/tabs.json +7 -0
  488. package/locales/fr/terminal.json +33 -0
  489. package/locales/fr/translation.json +11940 -0
  490. package/locales/fr/uiInline.json +212 -0
  491. package/locales/fr/updates.json +167 -0
  492. package/locales/fr/users.json +122 -0
  493. package/locales/fr/vnc.json +246 -0
  494. package/locales/fr/vpn.json +131 -0
  495. package/locales/hi/agents.json +130 -0
  496. package/locales/hi/ai.json +61 -0
  497. package/locales/hi/apache.json +57 -0
  498. package/locales/hi/applyStatus.json +11 -0
  499. package/locales/hi/audit.json +27 -0
  500. package/locales/hi/backups.json +133 -0
  501. package/locales/hi/btTracker.json +119 -0
  502. package/locales/hi/catalog.json +32 -0
  503. package/locales/hi/cdn.json +119 -0
  504. package/locales/hi/cli.json +1182 -0
  505. package/locales/hi/common.json +125 -0
  506. package/locales/hi/cron.json +139 -0
  507. package/locales/hi/dashboard.json +111 -0
  508. package/locales/hi/dataTable.json +4 -0
  509. package/locales/hi/db.json +287 -0
  510. package/locales/hi/dialogs.json +8 -0
  511. package/locales/hi/dns.json +216 -0
  512. package/locales/hi/email.json +477 -0
  513. package/locales/hi/errors.json +56 -0
  514. package/locales/hi/fail2ban.json +82 -0
  515. package/locales/hi/featurePage.json +3 -0
  516. package/locales/hi/files.json +320 -0
  517. package/locales/hi/firewall.json +102 -0
  518. package/locales/hi/ftp.json +135 -0
  519. package/locales/hi/geo.json +151 -0
  520. package/locales/hi/hostBrowse.json +128 -0
  521. package/locales/hi/listToolbar.json +12 -0
  522. package/locales/hi/logViewer.json +3 -0
  523. package/locales/hi/login.json +14 -0
  524. package/locales/hi/logs.json +135 -0
  525. package/locales/hi/metrics.json +132 -0
  526. package/locales/hi/migrate.json +82 -0
  527. package/locales/hi/multiCheck.json +20 -0
  528. package/locales/hi/nav.json +77 -0
  529. package/locales/hi/network.json +142 -0
  530. package/locales/hi/nginx.json +84 -0
  531. package/locales/hi/notes.json +3006 -0
  532. package/locales/hi/ops.json +38 -0
  533. package/locales/hi/opsResult.json +23 -0
  534. package/locales/hi/pageGuide.json +11 -0
  535. package/locales/hi/playbooks.json +50 -0
  536. package/locales/hi/presetChips.json +3 -0
  537. package/locales/hi/projects.json +560 -0
  538. package/locales/hi/protection.json +348 -0
  539. package/locales/hi/publicFiles.json +32 -0
  540. package/locales/hi/rbac.json +100 -0
  541. package/locales/hi/readiness.json +111 -0
  542. package/locales/hi/redis.json +68 -0
  543. package/locales/hi/resources.json +7 -0
  544. package/locales/hi/roles.json +6 -0
  545. package/locales/hi/runtime.json +509 -0
  546. package/locales/hi/search.json +24 -0
  547. package/locales/hi/security.json +394 -0
  548. package/locales/hi/serviceExposure.json +31 -0
  549. package/locales/hi/services.json +40 -0
  550. package/locales/hi/software.json +122 -0
  551. package/locales/hi/softwareBanner.json +14 -0
  552. package/locales/hi/softwareLifecycle.json +61 -0
  553. package/locales/hi/sqlEngineHealth.json +31 -0
  554. package/locales/hi/sqlEngineSwitch.json +82 -0
  555. package/locales/hi/ssl.json +103 -0
  556. package/locales/hi/stackWizard.json +19 -0
  557. package/locales/hi/support.json +28 -0
  558. package/locales/hi/system.json +186 -0
  559. package/locales/hi/systemd.json +94 -0
  560. package/locales/hi/tabs.json +7 -0
  561. package/locales/hi/terminal.json +33 -0
  562. package/locales/hi/translation.json +11940 -0
  563. package/locales/hi/uiInline.json +212 -0
  564. package/locales/hi/updates.json +167 -0
  565. package/locales/hi/users.json +122 -0
  566. package/locales/hi/vnc.json +246 -0
  567. package/locales/hi/vpn.json +131 -0
  568. package/locales/id/agents.json +130 -0
  569. package/locales/id/ai.json +61 -0
  570. package/locales/id/apache.json +57 -0
  571. package/locales/id/applyStatus.json +11 -0
  572. package/locales/id/audit.json +27 -0
  573. package/locales/id/backups.json +133 -0
  574. package/locales/id/btTracker.json +119 -0
  575. package/locales/id/catalog.json +32 -0
  576. package/locales/id/cdn.json +119 -0
  577. package/locales/id/cli.json +1182 -0
  578. package/locales/id/common.json +125 -0
  579. package/locales/id/cron.json +139 -0
  580. package/locales/id/dashboard.json +111 -0
  581. package/locales/id/dataTable.json +4 -0
  582. package/locales/id/db.json +287 -0
  583. package/locales/id/dialogs.json +8 -0
  584. package/locales/id/dns.json +216 -0
  585. package/locales/id/email.json +477 -0
  586. package/locales/id/errors.json +56 -0
  587. package/locales/id/fail2ban.json +82 -0
  588. package/locales/id/featurePage.json +3 -0
  589. package/locales/id/files.json +320 -0
  590. package/locales/id/firewall.json +102 -0
  591. package/locales/id/ftp.json +135 -0
  592. package/locales/id/geo.json +151 -0
  593. package/locales/id/hostBrowse.json +128 -0
  594. package/locales/id/listToolbar.json +12 -0
  595. package/locales/id/logViewer.json +3 -0
  596. package/locales/id/login.json +14 -0
  597. package/locales/id/logs.json +135 -0
  598. package/locales/id/metrics.json +132 -0
  599. package/locales/id/migrate.json +82 -0
  600. package/locales/id/multiCheck.json +20 -0
  601. package/locales/id/nav.json +77 -0
  602. package/locales/id/network.json +142 -0
  603. package/locales/id/nginx.json +84 -0
  604. package/locales/id/notes.json +3006 -0
  605. package/locales/id/ops.json +38 -0
  606. package/locales/id/opsResult.json +23 -0
  607. package/locales/id/pageGuide.json +11 -0
  608. package/locales/id/playbooks.json +50 -0
  609. package/locales/id/presetChips.json +3 -0
  610. package/locales/id/projects.json +560 -0
  611. package/locales/id/protection.json +348 -0
  612. package/locales/id/publicFiles.json +32 -0
  613. package/locales/id/rbac.json +100 -0
  614. package/locales/id/readiness.json +111 -0
  615. package/locales/id/redis.json +68 -0
  616. package/locales/id/resources.json +7 -0
  617. package/locales/id/roles.json +6 -0
  618. package/locales/id/runtime.json +509 -0
  619. package/locales/id/search.json +24 -0
  620. package/locales/id/security.json +394 -0
  621. package/locales/id/serviceExposure.json +31 -0
  622. package/locales/id/services.json +40 -0
  623. package/locales/id/software.json +122 -0
  624. package/locales/id/softwareBanner.json +14 -0
  625. package/locales/id/softwareLifecycle.json +61 -0
  626. package/locales/id/sqlEngineHealth.json +31 -0
  627. package/locales/id/sqlEngineSwitch.json +82 -0
  628. package/locales/id/ssl.json +103 -0
  629. package/locales/id/stackWizard.json +19 -0
  630. package/locales/id/support.json +28 -0
  631. package/locales/id/system.json +186 -0
  632. package/locales/id/systemd.json +94 -0
  633. package/locales/id/tabs.json +7 -0
  634. package/locales/id/terminal.json +33 -0
  635. package/locales/id/translation.json +11940 -0
  636. package/locales/id/uiInline.json +212 -0
  637. package/locales/id/updates.json +167 -0
  638. package/locales/id/users.json +122 -0
  639. package/locales/id/vnc.json +246 -0
  640. package/locales/id/vpn.json +131 -0
  641. package/locales/ja/agents.json +130 -0
  642. package/locales/ja/ai.json +61 -0
  643. package/locales/ja/apache.json +57 -0
  644. package/locales/ja/applyStatus.json +11 -0
  645. package/locales/ja/audit.json +27 -0
  646. package/locales/ja/backups.json +133 -0
  647. package/locales/ja/btTracker.json +119 -0
  648. package/locales/ja/catalog.json +32 -0
  649. package/locales/ja/cdn.json +119 -0
  650. package/locales/ja/cli.json +1182 -0
  651. package/locales/ja/common.json +125 -0
  652. package/locales/ja/cron.json +139 -0
  653. package/locales/ja/dashboard.json +111 -0
  654. package/locales/ja/dataTable.json +4 -0
  655. package/locales/ja/db.json +287 -0
  656. package/locales/ja/dialogs.json +8 -0
  657. package/locales/ja/dns.json +216 -0
  658. package/locales/ja/email.json +477 -0
  659. package/locales/ja/errors.json +56 -0
  660. package/locales/ja/fail2ban.json +82 -0
  661. package/locales/ja/featurePage.json +3 -0
  662. package/locales/ja/files.json +320 -0
  663. package/locales/ja/firewall.json +102 -0
  664. package/locales/ja/ftp.json +135 -0
  665. package/locales/ja/geo.json +151 -0
  666. package/locales/ja/hostBrowse.json +128 -0
  667. package/locales/ja/listToolbar.json +12 -0
  668. package/locales/ja/logViewer.json +3 -0
  669. package/locales/ja/login.json +14 -0
  670. package/locales/ja/logs.json +135 -0
  671. package/locales/ja/metrics.json +132 -0
  672. package/locales/ja/migrate.json +82 -0
  673. package/locales/ja/multiCheck.json +20 -0
  674. package/locales/ja/nav.json +77 -0
  675. package/locales/ja/network.json +142 -0
  676. package/locales/ja/nginx.json +84 -0
  677. package/locales/ja/notes.json +3006 -0
  678. package/locales/ja/ops.json +38 -0
  679. package/locales/ja/opsResult.json +23 -0
  680. package/locales/ja/pageGuide.json +11 -0
  681. package/locales/ja/playbooks.json +50 -0
  682. package/locales/ja/presetChips.json +3 -0
  683. package/locales/ja/projects.json +560 -0
  684. package/locales/ja/protection.json +348 -0
  685. package/locales/ja/publicFiles.json +32 -0
  686. package/locales/ja/rbac.json +100 -0
  687. package/locales/ja/readiness.json +111 -0
  688. package/locales/ja/redis.json +68 -0
  689. package/locales/ja/resources.json +7 -0
  690. package/locales/ja/roles.json +6 -0
  691. package/locales/ja/runtime.json +509 -0
  692. package/locales/ja/search.json +24 -0
  693. package/locales/ja/security.json +394 -0
  694. package/locales/ja/serviceExposure.json +31 -0
  695. package/locales/ja/services.json +40 -0
  696. package/locales/ja/software.json +122 -0
  697. package/locales/ja/softwareBanner.json +14 -0
  698. package/locales/ja/softwareLifecycle.json +61 -0
  699. package/locales/ja/sqlEngineHealth.json +31 -0
  700. package/locales/ja/sqlEngineSwitch.json +82 -0
  701. package/locales/ja/ssl.json +103 -0
  702. package/locales/ja/stackWizard.json +19 -0
  703. package/locales/ja/support.json +28 -0
  704. package/locales/ja/system.json +186 -0
  705. package/locales/ja/systemd.json +94 -0
  706. package/locales/ja/tabs.json +7 -0
  707. package/locales/ja/terminal.json +33 -0
  708. package/locales/ja/translation.json +11940 -0
  709. package/locales/ja/uiInline.json +212 -0
  710. package/locales/ja/updates.json +167 -0
  711. package/locales/ja/users.json +122 -0
  712. package/locales/ja/vnc.json +246 -0
  713. package/locales/ja/vpn.json +131 -0
  714. package/locales/ko/agents.json +130 -0
  715. package/locales/ko/ai.json +61 -0
  716. package/locales/ko/apache.json +57 -0
  717. package/locales/ko/applyStatus.json +11 -0
  718. package/locales/ko/audit.json +27 -0
  719. package/locales/ko/backups.json +133 -0
  720. package/locales/ko/btTracker.json +119 -0
  721. package/locales/ko/catalog.json +32 -0
  722. package/locales/ko/cdn.json +119 -0
  723. package/locales/ko/cli.json +1182 -0
  724. package/locales/ko/common.json +125 -0
  725. package/locales/ko/cron.json +139 -0
  726. package/locales/ko/dashboard.json +111 -0
  727. package/locales/ko/dataTable.json +4 -0
  728. package/locales/ko/db.json +287 -0
  729. package/locales/ko/dialogs.json +8 -0
  730. package/locales/ko/dns.json +216 -0
  731. package/locales/ko/email.json +477 -0
  732. package/locales/ko/errors.json +56 -0
  733. package/locales/ko/fail2ban.json +82 -0
  734. package/locales/ko/featurePage.json +3 -0
  735. package/locales/ko/files.json +320 -0
  736. package/locales/ko/firewall.json +102 -0
  737. package/locales/ko/ftp.json +135 -0
  738. package/locales/ko/geo.json +151 -0
  739. package/locales/ko/hostBrowse.json +128 -0
  740. package/locales/ko/listToolbar.json +12 -0
  741. package/locales/ko/logViewer.json +3 -0
  742. package/locales/ko/login.json +14 -0
  743. package/locales/ko/logs.json +135 -0
  744. package/locales/ko/metrics.json +132 -0
  745. package/locales/ko/migrate.json +82 -0
  746. package/locales/ko/multiCheck.json +20 -0
  747. package/locales/ko/nav.json +77 -0
  748. package/locales/ko/network.json +142 -0
  749. package/locales/ko/nginx.json +84 -0
  750. package/locales/ko/notes.json +3006 -0
  751. package/locales/ko/ops.json +38 -0
  752. package/locales/ko/opsResult.json +23 -0
  753. package/locales/ko/pageGuide.json +11 -0
  754. package/locales/ko/playbooks.json +50 -0
  755. package/locales/ko/presetChips.json +3 -0
  756. package/locales/ko/projects.json +560 -0
  757. package/locales/ko/protection.json +348 -0
  758. package/locales/ko/publicFiles.json +32 -0
  759. package/locales/ko/rbac.json +100 -0
  760. package/locales/ko/readiness.json +111 -0
  761. package/locales/ko/redis.json +68 -0
  762. package/locales/ko/resources.json +7 -0
  763. package/locales/ko/roles.json +6 -0
  764. package/locales/ko/runtime.json +509 -0
  765. package/locales/ko/search.json +24 -0
  766. package/locales/ko/security.json +394 -0
  767. package/locales/ko/serviceExposure.json +31 -0
  768. package/locales/ko/services.json +40 -0
  769. package/locales/ko/software.json +122 -0
  770. package/locales/ko/softwareBanner.json +14 -0
  771. package/locales/ko/softwareLifecycle.json +61 -0
  772. package/locales/ko/sqlEngineHealth.json +31 -0
  773. package/locales/ko/sqlEngineSwitch.json +82 -0
  774. package/locales/ko/ssl.json +103 -0
  775. package/locales/ko/stackWizard.json +19 -0
  776. package/locales/ko/support.json +28 -0
  777. package/locales/ko/system.json +186 -0
  778. package/locales/ko/systemd.json +94 -0
  779. package/locales/ko/tabs.json +7 -0
  780. package/locales/ko/terminal.json +33 -0
  781. package/locales/ko/translation.json +11940 -0
  782. package/locales/ko/uiInline.json +212 -0
  783. package/locales/ko/updates.json +167 -0
  784. package/locales/ko/users.json +122 -0
  785. package/locales/ko/vnc.json +246 -0
  786. package/locales/ko/vpn.json +131 -0
  787. package/locales/locales.json +36 -0
  788. package/locales/pt/agents.json +130 -0
  789. package/locales/pt/ai.json +61 -0
  790. package/locales/pt/apache.json +57 -0
  791. package/locales/pt/applyStatus.json +11 -0
  792. package/locales/pt/audit.json +27 -0
  793. package/locales/pt/backups.json +133 -0
  794. package/locales/pt/btTracker.json +119 -0
  795. package/locales/pt/catalog.json +32 -0
  796. package/locales/pt/cdn.json +119 -0
  797. package/locales/pt/cli.json +1182 -0
  798. package/locales/pt/common.json +125 -0
  799. package/locales/pt/cron.json +139 -0
  800. package/locales/pt/dashboard.json +111 -0
  801. package/locales/pt/dataTable.json +4 -0
  802. package/locales/pt/db.json +287 -0
  803. package/locales/pt/dialogs.json +8 -0
  804. package/locales/pt/dns.json +216 -0
  805. package/locales/pt/email.json +477 -0
  806. package/locales/pt/errors.json +56 -0
  807. package/locales/pt/fail2ban.json +82 -0
  808. package/locales/pt/featurePage.json +3 -0
  809. package/locales/pt/files.json +320 -0
  810. package/locales/pt/firewall.json +102 -0
  811. package/locales/pt/ftp.json +135 -0
  812. package/locales/pt/geo.json +151 -0
  813. package/locales/pt/hostBrowse.json +128 -0
  814. package/locales/pt/listToolbar.json +12 -0
  815. package/locales/pt/logViewer.json +3 -0
  816. package/locales/pt/login.json +14 -0
  817. package/locales/pt/logs.json +135 -0
  818. package/locales/pt/metrics.json +132 -0
  819. package/locales/pt/migrate.json +82 -0
  820. package/locales/pt/multiCheck.json +20 -0
  821. package/locales/pt/nav.json +77 -0
  822. package/locales/pt/network.json +142 -0
  823. package/locales/pt/nginx.json +84 -0
  824. package/locales/pt/notes.json +3006 -0
  825. package/locales/pt/ops.json +38 -0
  826. package/locales/pt/opsResult.json +23 -0
  827. package/locales/pt/pageGuide.json +11 -0
  828. package/locales/pt/playbooks.json +50 -0
  829. package/locales/pt/presetChips.json +3 -0
  830. package/locales/pt/projects.json +560 -0
  831. package/locales/pt/protection.json +348 -0
  832. package/locales/pt/publicFiles.json +32 -0
  833. package/locales/pt/rbac.json +100 -0
  834. package/locales/pt/readiness.json +111 -0
  835. package/locales/pt/redis.json +68 -0
  836. package/locales/pt/resources.json +7 -0
  837. package/locales/pt/roles.json +6 -0
  838. package/locales/pt/runtime.json +509 -0
  839. package/locales/pt/search.json +24 -0
  840. package/locales/pt/security.json +394 -0
  841. package/locales/pt/serviceExposure.json +31 -0
  842. package/locales/pt/services.json +40 -0
  843. package/locales/pt/software.json +122 -0
  844. package/locales/pt/softwareBanner.json +14 -0
  845. package/locales/pt/softwareLifecycle.json +61 -0
  846. package/locales/pt/sqlEngineHealth.json +31 -0
  847. package/locales/pt/sqlEngineSwitch.json +82 -0
  848. package/locales/pt/ssl.json +103 -0
  849. package/locales/pt/stackWizard.json +19 -0
  850. package/locales/pt/support.json +28 -0
  851. package/locales/pt/system.json +186 -0
  852. package/locales/pt/systemd.json +94 -0
  853. package/locales/pt/tabs.json +7 -0
  854. package/locales/pt/terminal.json +33 -0
  855. package/locales/pt/translation.json +11940 -0
  856. package/locales/pt/uiInline.json +212 -0
  857. package/locales/pt/updates.json +167 -0
  858. package/locales/pt/users.json +122 -0
  859. package/locales/pt/vnc.json +246 -0
  860. package/locales/pt/vpn.json +131 -0
  861. package/locales/ur/agents.json +130 -0
  862. package/locales/ur/ai.json +61 -0
  863. package/locales/ur/apache.json +57 -0
  864. package/locales/ur/applyStatus.json +11 -0
  865. package/locales/ur/audit.json +27 -0
  866. package/locales/ur/backups.json +133 -0
  867. package/locales/ur/btTracker.json +119 -0
  868. package/locales/ur/catalog.json +32 -0
  869. package/locales/ur/cdn.json +119 -0
  870. package/locales/ur/cli.json +1182 -0
  871. package/locales/ur/common.json +125 -0
  872. package/locales/ur/cron.json +139 -0
  873. package/locales/ur/dashboard.json +111 -0
  874. package/locales/ur/dataTable.json +4 -0
  875. package/locales/ur/db.json +287 -0
  876. package/locales/ur/dialogs.json +8 -0
  877. package/locales/ur/dns.json +216 -0
  878. package/locales/ur/email.json +477 -0
  879. package/locales/ur/errors.json +56 -0
  880. package/locales/ur/fail2ban.json +82 -0
  881. package/locales/ur/featurePage.json +3 -0
  882. package/locales/ur/files.json +320 -0
  883. package/locales/ur/firewall.json +102 -0
  884. package/locales/ur/ftp.json +135 -0
  885. package/locales/ur/geo.json +151 -0
  886. package/locales/ur/hostBrowse.json +128 -0
  887. package/locales/ur/listToolbar.json +12 -0
  888. package/locales/ur/logViewer.json +3 -0
  889. package/locales/ur/login.json +14 -0
  890. package/locales/ur/logs.json +135 -0
  891. package/locales/ur/metrics.json +132 -0
  892. package/locales/ur/migrate.json +82 -0
  893. package/locales/ur/multiCheck.json +20 -0
  894. package/locales/ur/nav.json +77 -0
  895. package/locales/ur/network.json +142 -0
  896. package/locales/ur/nginx.json +84 -0
  897. package/locales/ur/notes.json +3006 -0
  898. package/locales/ur/ops.json +38 -0
  899. package/locales/ur/opsResult.json +23 -0
  900. package/locales/ur/pageGuide.json +11 -0
  901. package/locales/ur/playbooks.json +50 -0
  902. package/locales/ur/presetChips.json +3 -0
  903. package/locales/ur/projects.json +560 -0
  904. package/locales/ur/protection.json +348 -0
  905. package/locales/ur/publicFiles.json +32 -0
  906. package/locales/ur/rbac.json +100 -0
  907. package/locales/ur/readiness.json +111 -0
  908. package/locales/ur/redis.json +68 -0
  909. package/locales/ur/resources.json +7 -0
  910. package/locales/ur/roles.json +6 -0
  911. package/locales/ur/runtime.json +509 -0
  912. package/locales/ur/search.json +24 -0
  913. package/locales/ur/security.json +394 -0
  914. package/locales/ur/serviceExposure.json +31 -0
  915. package/locales/ur/services.json +40 -0
  916. package/locales/ur/software.json +122 -0
  917. package/locales/ur/softwareBanner.json +14 -0
  918. package/locales/ur/softwareLifecycle.json +61 -0
  919. package/locales/ur/sqlEngineHealth.json +31 -0
  920. package/locales/ur/sqlEngineSwitch.json +82 -0
  921. package/locales/ur/ssl.json +103 -0
  922. package/locales/ur/stackWizard.json +19 -0
  923. package/locales/ur/support.json +28 -0
  924. package/locales/ur/system.json +186 -0
  925. package/locales/ur/systemd.json +94 -0
  926. package/locales/ur/tabs.json +7 -0
  927. package/locales/ur/terminal.json +33 -0
  928. package/locales/ur/translation.json +11940 -0
  929. package/locales/ur/uiInline.json +212 -0
  930. package/locales/ur/updates.json +167 -0
  931. package/locales/ur/users.json +122 -0
  932. package/locales/ur/vnc.json +246 -0
  933. package/locales/ur/vpn.json +131 -0
  934. package/locales/zh-CN/agents.json +130 -0
  935. package/locales/zh-CN/ai.json +61 -0
  936. package/locales/zh-CN/apache.json +57 -0
  937. package/locales/zh-CN/applyStatus.json +11 -0
  938. package/locales/zh-CN/audit.json +27 -0
  939. package/locales/zh-CN/backups.json +133 -0
  940. package/locales/zh-CN/btTracker.json +119 -0
  941. package/locales/zh-CN/catalog.json +32 -0
  942. package/locales/zh-CN/cdn.json +119 -0
  943. package/locales/zh-CN/cli.json +1182 -0
  944. package/locales/zh-CN/common.json +125 -0
  945. package/locales/zh-CN/cron.json +139 -0
  946. package/locales/zh-CN/dashboard.json +111 -0
  947. package/locales/zh-CN/dataTable.json +4 -0
  948. package/locales/zh-CN/db.json +287 -0
  949. package/locales/zh-CN/dialogs.json +8 -0
  950. package/locales/zh-CN/dns.json +216 -0
  951. package/locales/zh-CN/email.json +477 -0
  952. package/locales/zh-CN/errors.json +56 -0
  953. package/locales/zh-CN/fail2ban.json +82 -0
  954. package/locales/zh-CN/featurePage.json +3 -0
  955. package/locales/zh-CN/files.json +320 -0
  956. package/locales/zh-CN/firewall.json +102 -0
  957. package/locales/zh-CN/ftp.json +135 -0
  958. package/locales/zh-CN/geo.json +151 -0
  959. package/locales/zh-CN/hostBrowse.json +128 -0
  960. package/locales/zh-CN/listToolbar.json +12 -0
  961. package/locales/zh-CN/logViewer.json +3 -0
  962. package/locales/zh-CN/login.json +14 -0
  963. package/locales/zh-CN/logs.json +135 -0
  964. package/locales/zh-CN/metrics.json +132 -0
  965. package/locales/zh-CN/migrate.json +82 -0
  966. package/locales/zh-CN/multiCheck.json +20 -0
  967. package/locales/zh-CN/nav.json +77 -0
  968. package/locales/zh-CN/network.json +142 -0
  969. package/locales/zh-CN/nginx.json +84 -0
  970. package/locales/zh-CN/notes.json +3006 -0
  971. package/locales/zh-CN/ops.json +38 -0
  972. package/locales/zh-CN/opsResult.json +23 -0
  973. package/locales/zh-CN/pageGuide.json +11 -0
  974. package/locales/zh-CN/playbooks.json +50 -0
  975. package/locales/zh-CN/presetChips.json +3 -0
  976. package/locales/zh-CN/projects.json +560 -0
  977. package/locales/zh-CN/protection.json +348 -0
  978. package/locales/zh-CN/publicFiles.json +32 -0
  979. package/locales/zh-CN/rbac.json +100 -0
  980. package/locales/zh-CN/readiness.json +111 -0
  981. package/locales/zh-CN/redis.json +68 -0
  982. package/locales/zh-CN/resources.json +7 -0
  983. package/locales/zh-CN/roles.json +6 -0
  984. package/locales/zh-CN/runtime.json +509 -0
  985. package/locales/zh-CN/search.json +24 -0
  986. package/locales/zh-CN/security.json +394 -0
  987. package/locales/zh-CN/serviceExposure.json +31 -0
  988. package/locales/zh-CN/services.json +40 -0
  989. package/locales/zh-CN/software.json +122 -0
  990. package/locales/zh-CN/softwareBanner.json +14 -0
  991. package/locales/zh-CN/softwareLifecycle.json +61 -0
  992. package/locales/zh-CN/sqlEngineHealth.json +31 -0
  993. package/locales/zh-CN/sqlEngineSwitch.json +82 -0
  994. package/locales/zh-CN/ssl.json +103 -0
  995. package/locales/zh-CN/stackWizard.json +19 -0
  996. package/locales/zh-CN/support.json +28 -0
  997. package/locales/zh-CN/system.json +186 -0
  998. package/locales/zh-CN/systemd.json +94 -0
  999. package/locales/zh-CN/tabs.json +7 -0
  1000. package/locales/zh-CN/terminal.json +33 -0
  1001. package/locales/zh-CN/translation.json +11940 -0
  1002. package/locales/zh-CN/uiInline.json +212 -0
  1003. package/locales/zh-CN/updates.json +167 -0
  1004. package/locales/zh-CN/users.json +122 -0
  1005. package/locales/zh-CN/vnc.json +246 -0
  1006. package/locales/zh-CN/vpn.json +131 -0
  1007. package/locales/zh-HK/agents.json +130 -0
  1008. package/locales/zh-HK/ai.json +61 -0
  1009. package/locales/zh-HK/apache.json +57 -0
  1010. package/locales/zh-HK/applyStatus.json +11 -0
  1011. package/locales/zh-HK/audit.json +27 -0
  1012. package/locales/zh-HK/backups.json +133 -0
  1013. package/locales/zh-HK/btTracker.json +119 -0
  1014. package/locales/zh-HK/catalog.json +32 -0
  1015. package/locales/zh-HK/cdn.json +119 -0
  1016. package/locales/zh-HK/cli.json +1182 -0
  1017. package/locales/zh-HK/common.json +125 -0
  1018. package/locales/zh-HK/cron.json +139 -0
  1019. package/locales/zh-HK/dashboard.json +111 -0
  1020. package/locales/zh-HK/dataTable.json +4 -0
  1021. package/locales/zh-HK/db.json +287 -0
  1022. package/locales/zh-HK/dialogs.json +8 -0
  1023. package/locales/zh-HK/dns.json +216 -0
  1024. package/locales/zh-HK/email.json +477 -0
  1025. package/locales/zh-HK/errors.json +56 -0
  1026. package/locales/zh-HK/fail2ban.json +82 -0
  1027. package/locales/zh-HK/featurePage.json +3 -0
  1028. package/locales/zh-HK/files.json +320 -0
  1029. package/locales/zh-HK/firewall.json +102 -0
  1030. package/locales/zh-HK/ftp.json +135 -0
  1031. package/locales/zh-HK/geo.json +151 -0
  1032. package/locales/zh-HK/hostBrowse.json +128 -0
  1033. package/locales/zh-HK/listToolbar.json +12 -0
  1034. package/locales/zh-HK/logViewer.json +3 -0
  1035. package/locales/zh-HK/login.json +14 -0
  1036. package/locales/zh-HK/logs.json +135 -0
  1037. package/locales/zh-HK/metrics.json +132 -0
  1038. package/locales/zh-HK/migrate.json +82 -0
  1039. package/locales/zh-HK/multiCheck.json +20 -0
  1040. package/locales/zh-HK/nav.json +77 -0
  1041. package/locales/zh-HK/network.json +142 -0
  1042. package/locales/zh-HK/nginx.json +84 -0
  1043. package/locales/zh-HK/notes.json +3006 -0
  1044. package/locales/zh-HK/ops.json +38 -0
  1045. package/locales/zh-HK/opsResult.json +23 -0
  1046. package/locales/zh-HK/pageGuide.json +11 -0
  1047. package/locales/zh-HK/playbooks.json +50 -0
  1048. package/locales/zh-HK/presetChips.json +3 -0
  1049. package/locales/zh-HK/projects.json +560 -0
  1050. package/locales/zh-HK/protection.json +348 -0
  1051. package/locales/zh-HK/publicFiles.json +32 -0
  1052. package/locales/zh-HK/rbac.json +100 -0
  1053. package/locales/zh-HK/readiness.json +111 -0
  1054. package/locales/zh-HK/redis.json +68 -0
  1055. package/locales/zh-HK/resources.json +7 -0
  1056. package/locales/zh-HK/roles.json +6 -0
  1057. package/locales/zh-HK/runtime.json +509 -0
  1058. package/locales/zh-HK/search.json +24 -0
  1059. package/locales/zh-HK/security.json +394 -0
  1060. package/locales/zh-HK/serviceExposure.json +31 -0
  1061. package/locales/zh-HK/services.json +40 -0
  1062. package/locales/zh-HK/software.json +122 -0
  1063. package/locales/zh-HK/softwareBanner.json +14 -0
  1064. package/locales/zh-HK/softwareLifecycle.json +61 -0
  1065. package/locales/zh-HK/sqlEngineHealth.json +31 -0
  1066. package/locales/zh-HK/sqlEngineSwitch.json +82 -0
  1067. package/locales/zh-HK/ssl.json +103 -0
  1068. package/locales/zh-HK/stackWizard.json +19 -0
  1069. package/locales/zh-HK/support.json +28 -0
  1070. package/locales/zh-HK/system.json +186 -0
  1071. package/locales/zh-HK/systemd.json +94 -0
  1072. package/locales/zh-HK/tabs.json +7 -0
  1073. package/locales/zh-HK/terminal.json +33 -0
  1074. package/locales/zh-HK/translation.json +11940 -0
  1075. package/locales/zh-HK/uiInline.json +212 -0
  1076. package/locales/zh-HK/updates.json +167 -0
  1077. package/locales/zh-HK/users.json +122 -0
  1078. package/locales/zh-HK/vnc.json +246 -0
  1079. package/locales/zh-HK/vpn.json +131 -0
  1080. package/package.json +45 -0
@@ -0,0 +1,3006 @@
1
+ {
2
+ "notFound": "Not found",
3
+ "needPath": "Specify a path",
4
+ "needName": "Enter a name",
5
+ "needDomain": "Enter a domain",
6
+ "needProjectName": "Enter a project name",
7
+ "needServerIp": "Specify a server IP",
8
+ "passwordMin8": "Password must be at least 8 characters",
9
+ "invalidPath": "Invalid path",
10
+ "invalidIp": "Invalid IP",
11
+ "invalidIp46": "Invalid IPv4/IPv6",
12
+ "invalidPackageName": "Invalid package name",
13
+ "fileMissing": "File does not exist",
14
+ "notRegularFile": "Not a regular file",
15
+ "readFailed": "Read failed",
16
+ "pathResolveFailed": "Failed to resolve path",
17
+ "fieldInvalid": "Invalid field {{field}}: {{value}}",
18
+ "apt": {
19
+ "updateIndex": "Update package index"
20
+ },
21
+ "state": {
22
+ "closed": "Closed",
23
+ "active": "Active"
24
+ },
25
+ "cat": {
26
+ "security": "Security",
27
+ "mail": "Mail",
28
+ "database": "Database",
29
+ "runtime": "Runtimes"
30
+ },
31
+ "ssh": {
32
+ "identityNotFound": "Identity not found",
33
+ "registrationNotFound": "Registration not found"
34
+ },
35
+ "cdn": {
36
+ "siteNotFound": "CDN site not found",
37
+ "nodeMissing": "Node does not exist"
38
+ },
39
+ "backup": {
40
+ "fileNotFound": "Backup file not found",
41
+ "resticNoPassword": "restic is enabled but password is not set",
42
+ "resticNotInPath": "restic not in PATH"
43
+ },
44
+ "redis": {
45
+ "cliMissing": "redis-cli is not installed"
46
+ },
47
+ "nginx": {
48
+ "reloaded": "nginx reloaded",
49
+ "configOk": "Nginx config check passed",
50
+ "reloadExit": "Nginx reload exit code={{code}}",
51
+ "managedDir": "Managed config dir: {{path}}",
52
+ "includeHint": "In nginx: include {{path}}/*.conf;",
53
+ "removedOrphan": "Removed orphan nginx conf {{path}}",
54
+ "orphanCleanupFailed": "Orphan nginx cleanup failed: {{detail}}",
55
+ "settingsWritten": "Nginx global snippet written",
56
+ "settingsNeedExecute": "Apply needs YSK_EXECUTE",
57
+ "reloadFailed": "nginx reload failed"
58
+ },
59
+ "ssl": {
60
+ "requestCert": "Request certificate"
61
+ },
62
+ "ftp": {
63
+ "startVsftpd": "Start vsftpd",
64
+ "writeVsftpd": "Write vsftpd config",
65
+ "vsftpdStarted": "vsftpd started",
66
+ "openPortsStep": "Firewall ports (manual)",
67
+ "openPortsReminder": "Open TCP ports on host firewall and cloud security group: {{ports}}. FTPS apply does not open ports for you.",
68
+ "openPortsPasvHint": "If login works but directory LIST times out, the PASV data range is blocked — open the ful"
69
+ },
70
+ "deploy": {
71
+ "nodeMissingIsolated": "Node binary missing for isolated deploy: {{path}} — install Node {{version}} toolchain then redeploy. Refusing to write a unit that would 203/EXEC.",
72
+ "nodeMissing": "Node binary missing: {{path}} — install toolchain (Node {{version}}) then redeploy",
73
+ "nodeRejectedPath": "Node binary rejected for project user: {{path}} — use {{planned}}",
74
+ "unitUnhealthy": "systemd unit not healthy ({{detail}}). journalctl -u {{unit}} — 203/EXEC often means binary not executable by project user",
75
+ "skippedPanelNode": "Skipped panel Node at {{path}} (not executable by project user; would cause systemd 203/EXEC)",
76
+ "usingFallback": "Node binary: using {{path}} (planned {{planned}} not found)",
77
+ "usingPanelExec": "Node binary: fallback to panel execPath {{path}}",
78
+ "usingPanelDegraded": "Node binary: degraded deploy using panel {{path}} (not for systemd User=ysks_*)",
79
+ "nodeNotFoundPlanned": "Node {{version}} binary not found on host — unit will use {{planned}}; install toolchain then redeploy"
80
+ },
81
+ "files": {
82
+ "needSrcDst": "Specify source and destination paths",
83
+ "pathOutsideSandbox": "Path outside sandbox: {{target}}",
84
+ "notFoundRel": "Not found: {{relPath}}",
85
+ "fileNotFoundRel": "File not found: {{relPath}}",
86
+ "notFoundFrom": "Not found: {{fromPath}}"
87
+ },
88
+ "dns": {
89
+ "needZoneServerIp": "Enter zone and server IP",
90
+ "noClusterPeer": "No cluster peer registered",
91
+ "planOnly": "Plan only — set apply=true (root + YSK_EXECUTE) to install into /etc/powerdns and rediscover",
92
+ "needRootNamed": "Need root + EXECUTE to update /etc/powerdns/named.conf and rediscover zones",
93
+ "noManagedZonesClear": "No managed zone files under dataDir/dns/zones — will clear PowerDNS YSK include",
94
+ "bindRegistered": "PowerDNS BIND: registered {{count}} zone(s) (list-zones confirmed)",
95
+ "listZonesIncomplete": "named.conf/runtime zones updated but list-zones did not confirm all zones — not marking loaded (check pdns logs / bind-config)",
96
+ "noLaunchDefaultBind": "no launch= found — defaulting to bind path",
97
+ "writeNotAnswerDig": "Writing zone file alone does not answer dig — load into PowerDNS (bind named.conf + rediscover)",
98
+ "bindDigFailed": "Zone listed but dig SOA failed — not claiming loaded",
99
+ "bindLoadedOk": "Zone {{zone}} registered via PowerDNS BIND named.conf + dig OK",
100
+ "bindSyncFailed": "BIND named.conf sync failed or dig not answering",
101
+ "bindSkipPdnsutil": "Skipping BIND path (backend prefers pdnsutil)",
102
+ "pdnsCtlNoConfirm": "pdns_control present but zone not confirmed; check /etc/powerdns/named.conf or use pdnsutil backend",
103
+ "usingExistingZone": "Using existing zone file: {{path}}",
104
+ "healNeedRoot": "Need root + EXECUTE to rewrite pdns local-address",
105
+ "pdnsUnitActive": "pdns unit: active",
106
+ "pdnsUnitInactive": "pdns unit: not active",
107
+ "udp53Listening": "UDP/53: listening",
108
+ "udp53NotListening": "UDP/53: still not listening",
109
+ "healResyncOk": "Healed listener + re-synced managed zones into PowerDNS BIND",
110
+ "healResyncPartial": "Listener healed but zone re-sync incomplete — click Write & load zone / powerdns load",
111
+ "installAfterLoad": "After install, apply DNS zones (writes named.conf + rediscover) or POST powerdns/load",
112
+ "bindFileNotEnough": "BIND backend: zone files alone do not answer dig until named.conf includes them",
113
+ "zeroDomainsHint": "PowerDNS list-zones: 0 — zone files on disk are not loaded (named",
114
+ "localAFailed": "local A probe failed for www/ftp/@ under {{zone}}",
115
+ "publicNsCloudflare": "public NS is a third-party DNS/CDN (e.g. Cloudflare) — public dig will NOT use this host zone",
116
+ "publicNsOther": "public NS is not this host — worldwide checks ignore local PowerDNS until registrar NS change",
117
+ "publicNsHere": "public NS looks like in-zone nameservers (ns1/ns2.zone) — world may query you",
118
+ "firewall53Hint": "UDP/53 not listening from ss — open firewall 53 both (TCP+UDP) if external dig fails",
119
+ "applyDigOk": "PowerDNS BIND: list-zones + dig OK",
120
+ "applyDigFail": "Zone registered in conf but dig still empty/REFUSED — not marking applied",
121
+ "applySyncIncomplete": "PowerDNS bind sync incomplete — zone file on disk only (not applied). Fix EXECUTE/root or pdns logs.",
122
+ "writeOnlyHint": "Zone file written only — PowerDNS will not answer until load/apply registers named"
123
+ },
124
+ "db": {
125
+ "needExecuteCreate": "Host execute is off; cannot create database from the panel",
126
+ "dryRunMysql": "dry-run: database not created. Use --execute with YSK_EXECUTE=1 to provision"
127
+ },
128
+ "net": {
129
+ "invalidIface": "Invalid interface name",
130
+ "invalidDev": "Invalid device name",
131
+ "needNmActive": "Cannot persist: need an active NetworkManager connection"
132
+ },
133
+ "project": {
134
+ "notFound": "Project not found: {{id}}",
135
+ "docRootMustBeRelative": "Document root must be relative to the project home (not an absolute path).",
136
+ "docRootInvalid": "Invalid document root (no .. or illegal characters).",
137
+ "domainInvalid": "Invalid domain name: {{domain}}",
138
+ "domainInUse": "Domain {{domain}} is already used by project “{{other}}”."
139
+ },
140
+ "email": {
141
+ "domainNotFound": "Mail domain not found: {{id}}",
142
+ "wroteNginx": "Wrote Nginx config: {{nginxPath}}",
143
+ "wrotePath": "Wrote {{path}}",
144
+ "domainDeleted": "Deleted domain {{domain}} ({{mailboxes}} mailboxes, {{aliases}} aliases)",
145
+ "domainDataDirRemoved": "Removed local data directory {{path}}",
146
+ "domainDataDirRemoveFailed": "Could not remove data directory {{path}}: {{detail}}",
147
+ "domainDeleteSystemHint": "Control plane removed; re-apply remaining domains or clean system MTA maps if needed",
148
+ "mailboxDeleted": "Deleted mailbox {{address}}",
149
+ "mailboxNotFound": "Mailbox not found",
150
+ "mailboxDataRemoved": "Removed local path {{path}}",
151
+ "domainDeleteConfirmMismatch": "Confirm name does not match domain; delete refused",
152
+ "domainDataKept": "Kept local dataDir mail data (removeData=false)",
153
+ "mailboxPasswordUpdated": "Password updated for {{address}}",
154
+ "mailboxStatusUpdated": "Status for {{address}} set to {{status}}",
155
+ "mailboxUpdateEmpty": "Nothing to update — provide password and/or status",
156
+ "mailboxStatusInvalid": "Invalid mailbox status",
157
+ "mailboxNoChanges": "No changes applied",
158
+ "dovecotApplyNeedRoot": "Dovecot virtual auth apply needs root + YSK_EXECUTE",
159
+ "dovecotNotInstalled": "Dovecot is not installed on this host",
160
+ "dovecotNoPassdbSnippets": "No domain passdb snippets found under dataDir/email",
161
+ "dovecotApplyFailed": "Dovecot virtual auth apply failed: {{detail}}",
162
+ "dovecotApplyOk": "Dovecot virtual auth installed ({{conf}}, {{count}} domain snippet(s))",
163
+ "dovecotPassdbWrittenNeedApply": "Passwd-file written under dataDir — run apply (EXECUTE+root) so Dovecot loads it",
164
+ "postqueueSetgidBroken": "Postfix queue tools failed: setgid_group is empty in main.cf. Set setgid_group=postdrop (panel tries to fix when YSK_EXECUTE is on).",
165
+ "postqueueMailDown": "Postfix is not running (showq unavailable). Panel tried to start it when YSK_EXECUTE is on — check the Software tab / systemctl status postfix.",
166
+ "postqueueSpoolMissing": "Postfix queue directories are missing (e.g. hold/). Panel tried to create the spool tree and start Postfix when YSK_EXECUTE is on."
167
+ },
168
+ "agents": {
169
+ "sessionNotFound": "Session not found: {{sessionId}}"
170
+ },
171
+ "software": {
172
+ "startUnit": "Start {{u}}",
173
+ "installedSpec": "Installed {{title}}",
174
+ "installPkg": "Install {{p}}",
175
+ "npmGlobal": "npm install -g {{pkgs}}",
176
+ "needNodeForNpm": "node/npm not found — install Node.js before {{title}}",
177
+ "uninstallNoTargets": "No software selected for uninstall",
178
+ "uninstallNothingInstalled": "Nothing installed for the selected scope",
179
+ "uninstallProtected": "Skipped protected components: {{ids}}",
180
+ "uninstallConfirmMismatch": "Confirmation phrase does not match",
181
+ "uninstallOk": "Uninstalled {{n}} component(s)",
182
+ "uninstallPartial": "Uninstall finished with errors — check steps"
183
+ },
184
+ "php": {
185
+ "aptPackages": "Will install {{count}} packages: {{list}}"
186
+ },
187
+ "runtime": {
188
+ "plugins": "Companion tools: {{list}}",
189
+ "pluginsOk": "Companion tools installed",
190
+ "pluginsFailed": "Some tools failed or were skipped: {{list}}",
191
+ "pluginsUninstall": "Uninstall tools: {{list}}",
192
+ "pluginsUninstallOk": "Companion tools uninstalled",
193
+ "pluginsUninstallFailed": "Some tools failed to uninstall or were skipped: {{list}}",
194
+ "pluginsNoneToUninstall": "No tools to uninstall (already gone or required)"
195
+ },
196
+ "approval": {
197
+ "notFound": "Approval not found: {{id}}"
198
+ },
199
+ "readiness": {
200
+ "core": "Control plane",
201
+ "security": "Permissions & security",
202
+ "binaries": "Binaries / packages",
203
+ "hosting": "Hosting",
204
+ "dns": "DNS",
205
+ "email": "Email",
206
+ "isolation": "Project isolation",
207
+ "ops": "Operations"
208
+ },
209
+ "needAdmin": "Administrator permission required",
210
+ "notInstalled": "Not installed",
211
+ "unknown": "Unknown",
212
+ "failed": "Failed",
213
+ "running": "Running",
214
+ "stopped": "Stopped",
215
+ "probe": "Probe",
216
+ "install": "Install",
217
+ "port": "Port",
218
+ "auto": {
219
+ "n0001": "Status: applied",
220
+ "n0002": "User not found",
221
+ "n0003": "blocked: requires YSK_EXECUTE=1",
222
+ "n0004": "Resource not found",
223
+ "n0005": "Cannot apply on host: needs YSK_EXECUTE + root",
224
+ "n0006": "Host execute required",
225
+ "n0007": "Status: written",
226
+ "n0008": "Root privileges are required to complete this",
227
+ "n0009": "createdatabase",
228
+ "n0010": "done",
229
+ "n0011": "Not found",
230
+ "n0012": "Status: failed",
231
+ "n0013": "not running",
232
+ "n0014": "start",
233
+ "n0015": "Not installed mysql",
234
+ "n0016": "Not installed psql",
235
+ "n0017": "UFW firewall",
236
+ "n0018": "Runtimes",
237
+ "n0019": "Not found cron",
238
+ "n0020": "",
239
+ "n0021": "Policy not enforced: 0/1 admin has 2FA enabled",
240
+ "n0022": "Admin two-factor authentication",
241
+ "n0023": "Binary log (replication)",
242
+ "n0024": "Not found",
243
+ "n0025": "System changes disabled",
244
+ "n0026": "Auto-ban circuit breaker tripped",
245
+ "n0027": "Please specify agentId",
246
+ "n0028": "Project not found",
247
+ "n0029": "requires name",
248
+ "n0030": "Emergency",
249
+ "n0031": "ban not enable",
250
+ "n0032": "dry-run: thisnot system",
251
+ "n0033": "dry-run: not system",
252
+ "n0034": "1 replica",
253
+ "n0035": "node probe Success",
254
+ "n0036": "serverHost execute is not enabled, cannot rsync",
255
+ "n0037": "reapply key stepsFailed",
256
+ "n0038": "cannot bootstrap: not enable YSK_EXECUTE",
257
+ "n0039": "bootstrap Requires YSK_EXECUTE=1",
258
+ "n0040": "Max connections",
259
+ "n0041": "Bind address",
260
+ "n0042": "domain",
261
+ "n0043": "draining",
262
+ "n0044": "Not found CDN node",
263
+ "n0045": "(GitHub Releases latest)",
264
+ "n0046": "execute ( YSK_EXECUTE systemdirectory)",
265
+ "n0047": "dry-run: add --execute first to system nginx",
266
+ "n0048": "requiresadmin",
267
+ "n0049": "projectId and name",
268
+ "n0050": "^.*account or password.*$",
269
+ "n0051": "^.*requires verify.*$",
270
+ "n0052": "echo \"pdnsutil Not found: \" >&2",
271
+ "n0053": ": ''}(May not persist across reboot; use Save to persist)",
272
+ "n0054": "# rsa_cert_file= (not certificate)",
273
+ "n0055": "$_GET / $_POST / $_COOKIE",
274
+ "n0056": "--password, or YSK_MIGRATE_SSH_PASSWORD",
275
+ "n0057": "-1 disable; 0",
276
+ "n0058": "/proc/meminfo can",
277
+ "n0059": "/proc/stat can — CPU% cannot",
278
+ "n0060": "0 = limits; can 256mb",
279
+ "n0061": "0 = use all CPUs",
280
+ "n0062": "0 (off)",
281
+ "n0063": "1-minute load exceeds CPU × 2",
282
+ "n0064": "1. panelcreate MySQL database",
283
+ "n0065": "1 = safest; 2 = better performance",
284
+ "n0066": "2. WordPress to app/public",
285
+ "n0067": "3. settings wp-config.php",
286
+ "n0068": "4. PHP + Nginx/SSL",
287
+ "n0069": "A IPv4",
288
+ "n0070": "A IPv4",
289
+ "n0071": "AAAA IPv6",
290
+ "n0072": "AAAA IPv6",
291
+ "n0073": "AOF persist",
292
+ "n0074": "Adminer File does not exist; please download:true",
293
+ "n0075": "Agent cannot write",
294
+ "n0076": "Agent running",
295
+ "n0077": "Allowlist",
296
+ "n0078": "Axum + Tokio; cargo build crates ()",
297
+ "n0079": "Axum: cargo build --release crates.io",
298
+ "n0080": "Skip name resolve",
299
+ "n0081": "Collation server",
300
+ "n0082": "Character set server",
301
+ "n0083": "Bootstrap node ()",
302
+ "n0084": "Bot scan",
303
+ "n0085": "CLI OPcache",
304
+ "n0086": "CONFIG SET databases not Success (can restart)",
305
+ "n0087": "CPU for 1–10000",
306
+ "n0088": "Cloudflare UA not Success",
307
+ "n0089": "Cloudflare Under Attack please",
308
+ "n0090": "Cookie Secure ( HTTPS)",
309
+ "n0091": "DB index for 0–15",
310
+ "n0092": "System user not created for this project",
311
+ "n0093": "DB id User not found — please createsystemuser",
312
+ "n0094": "DB_PASSWORD for — please page create MySQL or WP_DB_*",
313
+ "n0095": "DDoS",
314
+ "n0096": "DKIM",
315
+ "n0097": "DMARC",
316
+ "n0098": "DNS written ≠ resolver ( TTL/)",
317
+ "n0099": "DS registrar, please.",
318
+ "n0100": "Django: pip install django/gunicorn",
319
+ "n0101": "Down confirmName etcinterface",
320
+ "n0102": "EmailService dataDir — database ( dataDir Maildir)",
321
+ "n0103": "FPM reloadFailed",
322
+ "n0104": "FTPS requiresdomain",
323
+ "n0105": "FastAPI + uvicorn; requirements.txt; / and /health",
324
+ "n0106": "Flask app.py; requirements.txt; / and /health",
325
+ "n0107": "GTID: conf gtid_mode=ON",
326
+ "n0108": "Galera Supports mariadb",
327
+ "n0109": "Git URL Invalid",
328
+ "n0110": "GitHub package.json Missing version",
329
+ "n0111": "GitHub release Missing tag",
330
+ "n0112": "Go runtime",
331
+ "n0113": "certbot",
332
+ "n0114": "HTTP conf with ACME webroot (not TLS)",
333
+ "n0115": "HTTP Failed",
334
+ "n0116": "HTTPS enable",
335
+ "n0117": "IMAP/POP Failed",
336
+ "n0118": "IP not (/enrich)",
337
+ "n0119": "IP Invalid",
338
+ "n0120": "IPv4 0–32",
339
+ "n0121": "IPv6 0–128",
340
+ "n0122": "InnoDB flush log at trx commit",
341
+ "n0123": "InnoDB log file size",
342
+ "n0124": "InnoDB buffer pool size",
343
+ "n0125": "Install and publish via admin panel (Webmail install).",
344
+ "n0126": "L7 flood / abnormal traffic",
345
+ "n0127": "LLM Abnormal (Missing)",
346
+ "n0128": "Let’s Encrypt HTTP-01 requires 80 can; DNS-01 API token.",
347
+ "n0129": "LimitNOFILE for 64–10000000",
348
+ "n0130": "MTU 68–65535",
349
+ "n0131": "MX mailhost",
350
+ "n0132": "MX: first host ( 10 mail.example.com.)",
351
+ "n0133": "MariaDB server",
352
+ "n0134": "Require clients to use TLS",
353
+ "n0135": "MySQL server",
354
+ "n0136": "MySQL/MariaDB client",
355
+ "n0137": "NetworkManager unavailable, cannotwrite DNS",
356
+ "n0138": "Nginx tighter rate limit (~8 req/s)",
357
+ "n0139": "Nginx strict rate limit (~3 req/s)",
358
+ "n0140": "Nginx gentle rate limit (~20 req/s)",
359
+ "n0141": "fail2ban",
360
+ "n0142": "Node Install failed",
361
+ "n0143": "Node.js",
362
+ "n0144": "OPcache (MB)",
363
+ "n0145": "PHP docroot + wp-config ()",
364
+ "n0146": "firewall (UFW)",
365
+ "n0147": "PHP processstartnot process",
366
+ "n0148": "PHP degraded — not with project Linux user (Requires root + createsystemuser)",
367
+ "n0149": "PID for",
368
+ "n0150": "PID Invalid",
369
+ "n0151": "PING succeeded",
370
+ "n0152": "PM2 Start failed — pidfile start",
371
+ "n0153": "postfix",
372
+ "n0154": "POST",
373
+ "n0155": "Per-sender: envelope sender domain msgs/hour; DEFER_IF_PERMIT",
374
+ "n0156": "Postfix suspend map Applied (check_recipient_access REJECT)",
375
+ "n0157": "PostgreSQL server",
376
+ "n0158": "PostgreSQL serverNot installed",
377
+ "n0159": "PostgreSQL client",
378
+ "n0160": "PostgreSQL servicenot running",
379
+ "n0161": "PowerDNS tools",
380
+ "n0162": "Primary: create replication user (SQL )",
381
+ "n0163": "Python Django ()",
382
+ "n0164": "redis-server",
383
+ "n0165": "Python behavior",
384
+ "n0166": "RDB rule",
385
+ "n0167": "RDB",
386
+ "n0168": "RUSTFLAGS (build)",
387
+ "n0169": "Redis dbIndex for 0–15",
388
+ "n0170": "Redis dump Requires YSK_EXECUTE=1",
389
+ "n0171": "Redis server",
390
+ "n0172": "Redis serverNot installed or cannotconnection",
391
+ "n0173": "Redis startcannot PING",
392
+ "n0174": "Redis client",
393
+ "n0175": "Redis start",
394
+ "n0176": "Redis restorerequires YSK_EXECUTE",
395
+ "n0177": "Renewal via certbot.timer (dns-01 )",
396
+ "n0178": "Rust build / run",
397
+ "n0179": "S3 bucket/path not settings",
398
+ "n0180": "SFTP.ssh chown Requires root + YSK_EXECUTE",
399
+ "n0181": "SIGKILL confirmKill: true",
400
+ "n0182": "SMTP /",
401
+ "n0183": "SPF",
402
+ "n0184": "SRV: priority weight port target",
403
+ "n0185": "SSH",
404
+ "n0186": "SSH connectionFailed",
405
+ "n0187": "SSH Requires YSK_EXECUTE=1",
406
+ "n0188": "SSO verify ()· password",
407
+ "n0189": "SSO verify ()· password",
408
+ "n0190": "SST=mariabackup: node mariadb-backup",
409
+ "n0191": "Session",
410
+ "n0192": "Session",
411
+ "n0193": "Session",
412
+ "n0194": "TCP (inuse)",
413
+ "n0195": "TOTP Success",
414
+ "n0196": "TasksMax for 1–1000000",
415
+ "n0197": "UFW Not installed",
416
+ "n0198": "UFW StatusRead failed",
417
+ "n0199": "VACUUM",
418
+ "n0200": "WAL etc",
419
+ "n0201": "Web + mail",
420
+ "n0202": "Web UI: Not found: (build apps/web or set YSK_WEB_ROOT)\\n",
421
+ "n0203": "Web host",
422
+ "n0204": "Web interface",
423
+ "n0205": "WebAuthn verifyFailed",
424
+ "n0206": "WebDAV not",
425
+ "n0207": "Webmail Invalid domain",
426
+ "n0208": "Wildcard/dns-01: certbot TXT; panelwillstart DS/TXT DNS done",
427
+ "n0209": "WordPress (PHP )",
428
+ "n0210": "YSK PHP OK — WordPress Not installed\\\\n",
429
+ "n0211": "YSK_EXECUTE is on but the process is not root — some systemctl/nginx reloads will be blocked",
430
+ "n0212": "YSK_EXECUTE enable",
431
+ "n0213": "YSK_EXECUTE is off — written ≠ applied",
432
+ "n0214": "YSK_EXECUTE is off — host mutations stay written/draft until you set YSK_EXECUTE=1",
433
+ "n0215": "access log Failed",
434
+ "n0216": "access=fleet requires fleetAgentId",
435
+ "n0217": "action for reboot | poweroff | cancel",
436
+ "n0218": "apex + www ( edge )+ cdn host",
437
+ "n0219": "apex CNAME server/",
438
+ "n0220": "app.py — skipped",
439
+ "n0221": "applied ≠ healthy — please probe wsrep",
440
+ "n0222": "apply reload sshd; Error Match can — first dry-run",
441
+ "n0223": "applySystem suspend/autoreply change",
442
+ "n0224": "apply_status=written (Success ≠ system MTA; add applySystem:true firstapply)",
443
+ "n0225": "apps/web/dist exists",
444
+ "n0226": "apt list --upgradable: (can update or apt not Ready)",
445
+ "n0227": "apt Install failed",
446
+ "n0228": "apt-get Available",
447
+ "n0229": "auto vacuum disable",
448
+ "n0230": "blocked: requires HostExecutor + YSK_EXECUTE=1",
449
+ "n0231": "bootstrap: Node Failed",
450
+ "n0232": "bootstrap: apt Failed",
451
+ "n0233": "bootstrap key stepsFailed",
452
+ "n0234": "candidateVersion not",
453
+ "n0235": "cargo / rustc",
454
+ "n0236": "certbot exit 0 — check /etc/letsencrypt/live/",
455
+ "n0237": "chown requires YSK_EXECUTE + root",
456
+ "n0238": "clone (YSK scaffold / stub)",
457
+ "n0239": "cluster_size Unknown or 0",
458
+ "n0240": "command ysk-server / ysk-server",
459
+ "n0241": "control plane filecomplete",
460
+ "n0242": "cwd can",
461
+ "n0243": "dataDir",
462
+ "n0244": "dataDir ysk.json — Statuscomplete",
463
+ "n0245": "dataDir/email exists",
464
+ "n0246": "dataDir/web exists",
465
+ "n0247": "database Not found:",
466
+ "n0248": "db-util (FTP user database)",
467
+ "n0249": "deployNode Node project",
468
+ "n0250": "df Available mount ( or )",
469
+ "n0251": "dig unavailable, node dns",
470
+ "n0252": "dig: no answer (NXDOMAIN or empty)",
471
+ "n0253": "dns-01: panel TXT — done\" SSL\"",
472
+ "n0254": "dnssec-dsfromkey not DS",
473
+ "n0255": "dnssec-keygen PATH (apt install bind9-dnsutils)",
474
+ "n0256": "dnssec-keygen failed",
475
+ "n0257": "dnssec-signzone unavailable — keptkey/DS",
476
+ "n0258": "dnssec-signzone not.signed",
477
+ "n0259": "domain",
478
+ "n0260": "domain Not found:",
479
+ "n0261": "dovecot reload failed or servicenot (sieve Wrote; reload Success)",
480
+ "n0262": "dry-run fleet dispatch (not )",
481
+ "n0263": "dry-run peer push (not scp)",
482
+ "n0264": "dry-run remote install (not ssh)",
483
+ "n0265": "dry-run transfer done ( full bootstrap)",
484
+ "n0266": "dry-run — pass apply/execute home",
485
+ "n0267": "dry-run — pass apply/execute really ssh",
486
+ "n0268": "dry-run — not write /etc",
487
+ "n0269": "dry-run: add --execute firstapply ufw",
488
+ "n0270": "dry-run: inventory + preflight passed, not package/transfer",
489
+ "n0271": "dry-run: probe/. add --execute YSK_EXECUTE=1 firstreally provision",
490
+ "n0272": "dry-run: Wrote managed file (dataDir). add execute + YSK_EXECUTE=1 + root firstsystem drop-in",
491
+ "n0273": "dry-run: not. add --execute YSK_EXECUTE=1 firstreally ban",
492
+ "n0274": "dry-run: not. add --execute YSK_EXECUTE=1 firstreally unban",
493
+ "n0275": "dryRun=true — change API",
494
+ "n0276": "dryRun: not write",
495
+ "n0277": "dump Wrote dataDir, not transfer",
496
+ "n0278": "enable failed",
497
+ "n0279": "execute ( YSK_EXECUTE=1 + root)",
498
+ "n0280": "execute requires enqueue",
499
+ "n0281": "export admin",
500
+ "n0282": "fail2ban applyFailed",
501
+ "n0283": "fail2ban service",
502
+ "n0284": "fail2ban not active",
503
+ "n0285": "fail2ban not",
504
+ "n0286": "fail2ban",
505
+ "n0287": "fail2ban StatusRead failed",
506
+ "n0288": "fail2ban: sshd, nginx-http-auth and standard jails",
507
+ "n0289": "fd unavailable",
508
+ "n0290": "files (file)",
509
+ "n0291": "fleet purge blocked — enqueue or SSH",
510
+ "n0292": "fleet please db-cluster fleet --op probe --execute",
511
+ "n0293": "fromPanel admin",
512
+ "n0294": "fromPanel requires step-up: POST /api/v1/auth/totp/step-up",
513
+ "n0295": "fullchain PEM certificate",
514
+ "n0296": "gateway for IP",
515
+ "n0297": "geo apex: EDNS write geo edge multi-A (·user Anycast)",
516
+ "n0298": "geoMap edge — edge",
517
+ "n0299": "geo: not settings geoMap — etc multi_a ( edge). please dns.geoMap region→nodeIds",
518
+ "n0300": "git binary Not found: on PATH",
519
+ "n0301": "git binary",
520
+ "n0302": "go binary",
521
+ "n0303": "healthUrl http(s) URL",
522
+ "n0304": "http-01 webroot — 80 can ACME conf fan-out",
523
+ "n0305": "identity not linuxUser/project — cannot authorized_keys",
524
+ "n0306": "ignoreip: dataDir/fail2ban/ignoreip.txt",
525
+ "n0307": "index.html + CSS, Nginx root or",
526
+ "n0308": "install conf → systemctl restart mariadb (not bootstrap node)",
527
+ "n0309": "ip -j addr interface",
528
+ "n0310": "job manifest",
529
+ "n0311": "journal; can permission",
530
+ "n0312": "journalctl can requires root or user systemd-journal/adm",
531
+ "n0313": "key",
532
+ "n0314": "Key missing or not deleted",
533
+ "n0315": "kill -0 Success: can for zombie or permission",
534
+ "n0316": "kill -0 failed",
535
+ "n0317": "Apply failed on host",
536
+ "n0318": "Apply blocked on host",
537
+ "n0319": "local cache directory/",
538
+ "n0320": "localhost or *",
539
+ "n0321": "logical DB 0... N-1; restart",
540
+ "n0322": "logrotate Installed",
541
+ "n0323": "logrotate Not installed or PATH",
542
+ "n0324": "main.py — skipped",
543
+ "n0325": "manage.py + minimal settings/urls/wsgi; pip install django",
544
+ "n0326": "manifest dumpRelPath — not ?",
545
+ "n0327": "manifest rdbRelPath",
546
+ "n0328": "memoryMax 512M or 1G",
547
+ "n0329": "migrate host --execute + YSK_EXECUTE=1, or --dry-run ( inventory+preflight)",
548
+ "n0330": "migrate post --execute YSK_EXECUTE=1 ( target)",
549
+ "n0331": "migrate post Requires YSK_EXECUTE=1",
550
+ "n0332": "migrate post Requires YSK_EXECUTE=1 ( target)",
551
+ "n0333": "minimal bootstrap failed",
552
+ "n0334": "mysql / mariadb client",
553
+ "n0335": "mysql-replica Supports mysql",
554
+ "n0336": "mysql_databases name",
555
+ "n0337": "named-checkzone PATH — Wrote, not verify",
556
+ "n0338": "nginx -t or reload failed",
557
+ "n0339": "nginx -t not passed, not reload",
558
+ "n0340": "nginx reload ok · Status: applied",
559
+ "n0341": "nginx reload failed",
560
+ "n0342": "nginx binary",
561
+ "n0343": "nginx not found",
562
+ "n0344": "nginx service",
563
+ "n0345": "Binary not on PATH; service cannot become ready",
564
+ "n0346": "node can",
565
+ "n0347": "npm latest Missingversion",
566
+ "n0348": "npm exit 0 Not found binary — packagecan not CLI or PATH not update",
567
+ "n0349": "nullok not user",
568
+ "n0350": "nullok:.google_authenticator userAvailable key",
569
+ "n0351": "open_basedir path",
570
+ "n0352": "openssl unavailable, YSK-SCRYPT hash",
571
+ "n0353": "openssl binary",
572
+ "n0354": "optionalEtc Failed transfer (can targetcertificate)",
573
+ "n0355": "origin shield: thisnode for shield, origin",
574
+ "n0356": "origin.kind project or url",
575
+ "n0357": "origin.project requires projectId",
576
+ "n0358": "origin.url http(s) URL",
577
+ "n0359": "originShieldNodeId edgeNodeIds",
578
+ "n0360": "package dump Incomplete — transfer",
579
+ "n0361": "package Failed — transfer",
580
+ "n0362": "package Requires YSK_EXECUTE=1",
581
+ "n0363": "pam.d/sshd not pam_google_authenticator (not enforce)",
582
+ "n0364": "panel not settings 2FA or secret — please first \"\" TOTP",
583
+ "n0365": "panel TOTP secret — first Web 2FA or --from-panel",
584
+ "n0366": "panel login Failedwritecan fail2ban log (journal or )",
585
+ "n0367": "passkey",
586
+ "n0368": "passkey Failed",
587
+ "n0369": "passkey Success",
588
+ "n0370": "pdnsutil Not found: — install PowerDNS tools or run helper script as root after install",
589
+ "n0371": "peer SSH probe YSK_EXECUTE=1 (local)",
590
+ "n0372": "peer Not probed ( probe local)",
591
+ "n0373": "peer nodeapply conf and join",
592
+ "n0374": "php binary Not found: — install php-cli",
593
+ "n0375": "php binary",
594
+ "n0376": "php not PATH",
595
+ "n0377": "pidfile with userstart(degraded)",
596
+ "n0378": "pidfile startnot pid",
597
+ "n0379": "pm2 PATH (Available pidfile/systemd)",
598
+ "n0380": "pm2 Not found: on PATH — install: npm i -g pm2",
599
+ "n0381": "post-transfer reapply",
600
+ "n0382": "post-transfer restore",
601
+ "n0383": "postconf not message_rate_limit (complete applied)",
602
+ "n0384": "postgres-replica Supports postgres",
603
+ "n0385": "postgres_databases name",
604
+ "n0386": "postqueue unavailable or mailNot installed",
605
+ "n0387": "Install nginx on the host, or use panel software / runtime install",
606
+ "n0388": "Install nginx on the system, or use panel software / runtime install",
607
+ "n0389": "privkey PEM",
608
+ "n0390": "productionReady not (datacan )",
609
+ "n0391": "ps",
610
+ "n0392": "ps Degraded: --sort/",
611
+ "n0393": "ps Degraded: pri/vsz/stat etc",
612
+ "n0394": "psql client",
613
+ "n0395": "purge Failed or target",
614
+ "n0396": "python3 binary",
615
+ "n0397": "queued ≠ edge purge",
616
+ "n0398": "queued ≠ edge reload — agent and cdn.edge.apply",
617
+ "n0399": "queued ≠ edge — Agents exit/JSON",
618
+ "n0400": "realpath",
619
+ "n0401": "realpath",
620
+ "n0402": "reapply Requires YSK_EXECUTE=1",
621
+ "n0403": "redis clusterSupports redis",
622
+ "n0404": "registry shasum not sha256 (npm sha1)— with npm integrity for",
623
+ "n0405": "reload/restart failed",
624
+ "n0406": "remote post Failed — can target migrate post",
625
+ "n0407": "restic backupdone (written/applied restic exit)",
626
+ "n0408": "restic is enabled but password is not set — denypassword (please backupsettings)",
627
+ "n0409": "restic not",
628
+ "n0410": "restic not — cannot snapshots",
629
+ "n0411": "restic not — please first \"/\"enable and settings password",
630
+ "n0412": "restic disabled (tar only)",
631
+ "n0413": "restic not (skipped)",
632
+ "n0414": "restic Not installed ( PATH), please systeminstall restic",
633
+ "n0415": "restore ok; reapply/verify",
634
+ "n0416": "restore done",
635
+ "n0417": "restore Failed",
636
+ "n0418": "restore not Success",
637
+ "n0419": "restore Requires YSK_EXECUTE=1",
638
+ "n0420": "restore+reapply ok; verify",
639
+ "n0421": "rsync dataDir failed",
640
+ "n0422": "rsync Requires YSK_EXECUTE=1",
641
+ "n0423": "scp Wrotecannot reload: rndc/named/bind9/pdns",
642
+ "n0424": "scp Success ≠ peer restart / join",
643
+ "n0425": "secrets key Available",
644
+ "n0426": "secrets master key",
645
+ "n0427": "sentinel not sentinel",
646
+ "n0428": "sentinel: INFO replication; please sentinel masters",
647
+ "n0429": "server IP IPv4",
648
+ "n0430": "server IPv6 Invalid",
649
+ "n0431": "setquota PATH — (deploy du )",
650
+ "n0432": "shell pathinvalid",
651
+ "n0433": "signal for TERM | KILL | HUP | USR1",
652
+ "n0434": "ssh true succeeded → verified",
653
+ "n0435": "sshd keyboard-interactive / challenge-response enable",
654
+ "n0436": "sshd can not KbdInteractiveAuthentication — TOTP cannot SSH",
655
+ "n0437": "sshpass Available (password)",
656
+ "n0438": "strict Match Wroteuser (password off)",
657
+ "n0439": "symlink path",
658
+ "n0440": "symlink log directory",
659
+ "n0441": "symlink project home",
660
+ "n0442": "systemctl Failed",
661
+ "n0443": "systemd Failed — PM2/pidfile",
662
+ "n0444": "systemd not: Host execute permission required and admin",
663
+ "n0445": "target: user@host or user@host:port",
664
+ "n0446": "token",
665
+ "n0447": "token",
666
+ "n0448": "top -b unavailable ( with ps for )",
667
+ "n0449": "transfer: dataDir rsync Failed",
668
+ "n0450": "transfer: cannotcreatedirectory",
669
+ "n0451": "transfer done ( full bootstrap)",
670
+ "n0452": "transfer Completed, target restore/reapply/verify Failed",
671
+ "n0453": "transfer Failed",
672
+ "n0454": "transfer Failed",
673
+ "n0455": "transfer Requires YSK_EXECUTE=1",
674
+ "n0456": "transfer/bootstrap failed",
675
+ "n0457": "ufw Failed",
676
+ "n0458": "unit and action",
677
+ "n0459": "useradd requires YSK_EXECUTE + root",
678
+ "n0460": "value ( 256KB)",
679
+ "n0461": "verify off",
680
+ "n0462": "verify not passed — for done",
681
+ "n0463": "verify passed — job=done",
682
+ "n0464": "vsftpd Start failed",
683
+ "n0465": "vsftpd not Successstart",
684
+ "n0466": "weighted: edge",
685
+ "n0467": "wp-config.php — skipped",
686
+ "n0468": "written ≠ Dovecot Pigeonhole — ManageSieve or symlink to user sieve",
687
+ "n0469": "written ≠ Roundcube — enableSystem or symlink",
688
+ "n0470": "Written ≠ applied: sync to system conf.d, run nginx -t, then reload",
689
+ "n0471": "written ≠ can — reverse proxy to panel /webdav",
690
+ "n0472": "written ≠ processreload",
691
+ "n0473": "ysk-server CLI Install failed — can npm i -g ysk-server",
692
+ "n0474": "ysk-web Nginx/www-data (not world-readable)",
693
+ "n0475": "ysk-web YSK_EXECUTE + root ( Nginx can cannot 750 home)",
694
+ "n0476": "ysk.json fingerprint (can reapply )local≠source",
695
+ "n0477": "ysk.json fingerprint and",
696
+ "n0478": "ysk.json fingerprint and ( bind_ip )",
697
+ "n0479": "ysk.json",
698
+ "n0480": "ysk.json Failed",
699
+ "n0481": "zone apply blocked ( EXECUTE)— update",
700
+ "n0482": "zone rectify done",
701
+ "n0483": "zone invalid",
702
+ "n0484": "zone Not found:",
703
+ "n0485": "zone Failed",
704
+ "n0486": "Binlog format",
705
+ "n0487": "install",
706
+ "n0488": "createdone (draft please to page \"apply\")",
707
+ "n0489": "and POST",
708
+ "n0490": "Last full backup had failures",
709
+ "n0491": ": write conf → apply edges → DNS ( and can SSL)",
710
+ "n0492": ": PAM /etc/pam.d/sshd (nullok)",
711
+ "n0493": ": systeminstall libpam-google-authenticator + PAM ()",
712
+ "n0494": "can deletedirectory",
713
+ "n0495": "can deletedirectory or path",
714
+ "n0496": "",
715
+ "n0497": "thisoperation",
716
+ "n0498": "Supports (allow TERM / KILL / HUP / USR1)",
717
+ "n0499": "data",
718
+ "n0500": "delete admin",
719
+ "n0501": "portinvalid",
720
+ "n0502": "Applied to system",
721
+ "n0503": "settingsWrote dataDir (apply to systemenablesystemchange)",
722
+ "n0504": "Host memory usage is over 90%",
723
+ "n0505": "Host metrics",
724
+ "n0506": "Main InnoDB data cache",
725
+ "n0507": "Binary is not on PATH; the service cannot become ready",
726
+ "n0508": "Binlog expire (seconds)",
727
+ "n0509": "Interactive timeout",
728
+ "n0510": ": firewall, mail PTR/rDNS, kept",
729
+ "n0511": "vacuum",
730
+ "n0512": "to Cron page \"install to system crontab\"willreally",
731
+ "n0513": "with Nginx root or \"\" public/",
732
+ "n0514": "Start the ysk-server service as root (systemctl / control-plane unit)",
733
+ "n0515": "Start as root and set YSK_EXECUTE=1 (see host settings / deploy docs)",
734
+ "n0516": "with user (degraded — not project Linux user)",
735
+ "n0517": "shell — deny",
736
+ "n0518": "Slow query log",
737
+ "n0519": "serverNot installed (command -v )",
738
+ "n0520": "Long query time (seconds)",
739
+ "n0521": "serverNot installed MySQL",
740
+ "n0522": "serverNot installed PostgreSQL",
741
+ "n0523": "serverNot installed Redis",
742
+ "n0524": "serverNot installed, Cannot complete this from the management panel",
743
+ "n0525": "servernot enable YSK_EXECUTE",
744
+ "n0526": "serverHost execute is not enabled or Missing root, cannot paneldoneinstall",
745
+ "n0527": "serverHost execute is not enabled, cannot Redis",
746
+ "n0528": "serverHost execute is not enabled, cannot panelinstall Webmail",
747
+ "n0529": "serverHost execute is not enabled, cannotdoneapply",
748
+ "n0530": "serverHost execute is not enabled, cannotcreate SSH connection",
749
+ "n0531": "serverHost execute is not enabled, cannot dump",
750
+ "n0532": "Host execute is off; the panel cannot finish system-level operations",
751
+ "n0533": "serverHost execute is not enabled: Wrote managed file, cannot named-checkzone / reload",
752
+ "n0534": "TCP port the server listens on",
753
+ "n0535": "for",
754
+ "n0536": "",
755
+ "n0537": "YSK-SCRYPT hash ( for openssl hash)",
756
+ "n0538": "YSK_SECRETS_KEY",
757
+ "n0539": "baseUrl/.ysk-cdn-health path (C2 can health location)",
758
+ "n0540": "version (latestOverride)",
759
+ "n0541": "YSK_LATEST_VERSION (/)",
760
+ "n0542": "unavailable",
761
+ "n0543": "mysqldump — package cannot MySQL",
762
+ "n0544": "pg_dump — package cannot Postgres",
763
+ "n0545": "redis-cli — package cannot Redis RDB",
764
+ "n0546": "sshpass",
765
+ "n0547": "requires rsync (Not installed)",
766
+ "n0548": "not passed",
767
+ "n0549": "passed",
768
+ "n0550": "128M, 256M, 512M, -1 ()",
769
+ "n0551": "e.g. 512MiB; leave empty to unset",
770
+ "n0552": "900 1 300 10; disable",
771
+ "n0553": ": --member 10.0.0.3=replica:fleet:SESSION_UUID",
772
+ "n0554": "= ASN (system), not",
773
+ "n0555": "22/80/443; can offnot port",
774
+ "n0556": "kept: 10",
775
+ "n0557": "ysk-server process.pid",
776
+ "n0558": "",
777
+ "n0559": "detect to pam_google_authenticator",
778
+ "n0560": "Backup tar succeeded but remote/restic had issues",
779
+ "n0561": "admin",
780
+ "n0562": "admin impersonate",
781
+ "n0563": "admin can operation",
782
+ "n0564": "apex A",
783
+ "n0565": "Listed managed confs (not written to system)",
784
+ "n0566": "write PM2 settings, not start",
785
+ "n0567": "writemanaged file (not reload)",
786
+ "n0568": "writemanagesettings — Ready and reload",
787
+ "n0569": "write (not enable)",
788
+ "n0570": "(apply:false); password",
789
+ "n0571": "Supports postgres + postgres-replica",
790
+ "n0572": "Supports redis + redis-replica|redis-sentinel",
791
+ "n0573": ", HIT",
792
+ "n0574": "stub resolv (127.0.0.53); DNS please resolvectl",
793
+ "n0575": "Warning, can",
794
+ "n0576": "for; / CDN edge access log cache status",
795
+ "n0577": "willwrite systemd Environment / process env",
796
+ "n0578": "allow URL include",
797
+ "n0579": "allow URL file",
798
+ "n0580": "allowfile",
799
+ "n0581": ": + / + (enrich)+ ASN; city policyoff",
800
+ "n0582": "edge fan-out applied",
801
+ "n0583": "edge fan-out Failed",
802
+ "n0584": "edge purge Success",
803
+ "n0585": "peer nameserver reload",
804
+ "n0586": "peer reload failed — filecan not",
805
+ "n0587": "peer Failed",
806
+ "n0588": "peer: zone and remote reload Success",
807
+ "n0589": "All succeeded",
808
+ "n0590": "All skipped (no backupable home) — not treated as failure",
809
+ "n0591": "",
810
+ "n0592": "RDB, restore",
811
+ "n0593": "Other runtime variables",
812
+ "n0594": "",
813
+ "n0595": "or",
814
+ "n0596": "— manualapply\"\" (Never automatic)",
815
+ "n0597": "Score is very high — emergency preset needs manual confirmation (never automatic)",
816
+ "n0598": "directory",
817
+ "n0599": "process",
818
+ "n0600": "delete default confirmDefault: true",
819
+ "n0601": "deletefile or directory",
820
+ "n0602": "deletesystemuser — deny",
821
+ "n0603": "delete: Host execute is not enabled, path managedata directory",
822
+ "n0604": "to fail2ban apply and enable service",
823
+ "n0605": "to page enable (soft/normal)",
824
+ "n0606": "Hardened",
825
+ "n0607": "or",
826
+ "n0608": "Under attack",
827
+ "n0609": "21 and PASV",
828
+ "n0610": "Write panel file only",
829
+ "n0611": "Can apply to system",
830
+ "n0612": "can dataDir/clusters/<id>/",
831
+ "n0613": "You can view settings; install, restart, and writing system settings need host execute permission",
832
+ "n0614": "can \"\" or \"add\"",
833
+ "n0615": "Install and configure Postfix from Email",
834
+ "n0616": "can: SSL, WP-CLI,",
835
+ "n0617": "",
836
+ "n0618": "allowrestore to.restic-restore-* directory",
837
+ "n0619": "Start, stop, restart, enable on boot",
838
+ "n0620": "startprocessnot process",
839
+ "n0621": "OPcache",
840
+ "n0622": "SSL",
841
+ "n0623": "",
842
+ "n0624": "file",
843
+ "n0625": "file",
844
+ "n0626": "node wsrep, HA ≥2 node",
845
+ "n0627": "\"\"create MySQL ( or DB) and WP_DB_*",
846
+ "n0628": "domain — kept domain-level vacation",
847
+ "n0629": "Invalid domain",
848
+ "n0630": "domainStatus: active ()",
849
+ "n0631": "domainStatus: suspended (; etc Postfix )",
850
+ "n0632": "Port, bind address, connection limits",
851
+ "n0633": "portcheckAbnormal",
852
+ "n0634": "Runtime",
853
+ "n0635": "Require secure transport (TLS)",
854
+ "n0636": "(.gz etc)",
855
+ "n0637": "Bot",
856
+ "n0638": "probe",
857
+ "n0639": "Last resort when out of control",
858
+ "n0640": "package",
859
+ "n0641": "packageinstallnot: Host execute permission required",
860
+ "n0642": "packageupdaterequiressystemadminpermission",
861
+ "n0643": "apply to vsftpd",
862
+ "n0644": "apply to system",
863
+ "n0645": "applywillmanaged file; YSK_EXECUTE=1 + root applied",
864
+ "n0646": "",
865
+ "n0647": "intern (MB)",
866
+ "n0648": "password",
867
+ "n0649": "Error, please apply",
868
+ "n0650": "Security → My security → enable 2FA; policy may set requireAdminTotp",
869
+ "n0651": "and path",
870
+ "n0652": "install PAM",
871
+ "n0653": "install vsftpd",
872
+ "n0654": "Install failed",
873
+ "n0655": "installpackage",
874
+ "n0656": "installdone",
875
+ "n0657": "install",
876
+ "n0658": "installsystemsettings",
877
+ "n0659": "",
878
+ "n0660": "",
879
+ "n0661": "password",
880
+ "n0662": "password SQL CHANGE_ME",
881
+ "n0663": "Password stored as crypt hash (not plaintext)",
882
+ "n0664": "password for",
883
+ "n0665": "passwordrequires sshpass",
884
+ "n0666": "passwordrequireslocalinstall sshpass",
885
+ "n0667": "passwordrequires 8",
886
+ "n0668": "password ( 8 )— createnot writehash",
887
+ "n0669": "passwordsettings",
888
+ "n0670": "etc",
889
+ "n0671": "and please",
890
+ "n0672": "deny",
891
+ "n0673": "Writes NODE_OPTIONS=--max-old-space-size=N",
892
+ "n0674": "write Nginx drop-in",
893
+ "n0675": "write home ≠ PAM",
894
+ "n0676": "Write failed",
895
+ "n0677": "write",
896
+ "n0678": "writefile",
897
+ "n0679": "",
898
+ "n0680": "Include to sshd_config, or POST /api/v1/sftp/sshd-snippet/apply install",
899
+ "n0681": "Project Linux user isolation",
900
+ "n0682": "project id",
901
+ "n0683": "project id invalid, cannot home",
902
+ "n0684": "project id, cannotsystemuser",
903
+ "n0685": "project internal-sftp Match user interactive shell — TOTP SSH shell/scp",
904
+ "n0686": "project managed log invalid",
905
+ "n0687": "project",
906
+ "n0688": "project or not settings home",
907
+ "n0689": "projectcannotsystemuser",
908
+ "n0690": "project",
909
+ "n0691": "project (503)",
910
+ "n0692": "projectCreate failed,",
911
+ "n0693": "project domain — please firstsettingsdomain",
912
+ "n0694": "project linux_user",
913
+ "n0695": "project purge host nginx cache directory (not per-vhost zone)",
914
+ "n0696": "projectMissing linuxUser — cannotcreate FTP",
915
+ "n0697": "projectMissing linux_user",
916
+ "n0698": "project; =",
917
+ "n0699": "Project detail → Resources → create system user / migrate to /home/ysk-server-{id} (needs YSK_EXECUTE + root)",
918
+ "n0700": "jail",
919
+ "n0701": "Home directory missing or not under project isolation layout",
920
+ "n0702": "not GeoIP — please \"IP \"update",
921
+ "n0703": "not port, please firstproject",
922
+ "n0704": "not to system Nginx (managed file)",
923
+ "n0705": "not servercreate Redis, please redis-cli, TCP and YSK_EXECUTE=1",
924
+ "n0706": "Not applied to vsftpd service — please \"apply\" or vsftpd servicepage donestart",
925
+ "n0707": "Not appliedmaildomain",
926
+ "n0708": "not Web interface — API",
927
+ "n0709": "not GeoIP — please update",
928
+ "n0710": "not DNSSEC key",
929
+ "n0711": "not CDN node",
930
+ "n0712": "not passkey",
931
+ "n0713": "not (package will)",
932
+ "n0714": "not settings LLM connection",
933
+ "n0715": "not zone: please panel",
934
+ "n0716": "CDN",
935
+ "n0717": "No managed Nginx conf yet",
936
+ "n0718": "Available HIT/MISS — overall hit-rate Unknown",
937
+ "n0719": "No projects yet",
938
+ "n0720": "— please first plan",
939
+ "n0721": "Ready",
940
+ "n0722": "and cookie",
941
+ "n0723": "enable --now fail2ban",
942
+ "n0724": "galera_new_cluster (bootstrap)",
943
+ "n0725": "Reloaded fail2ban",
944
+ "n0726": "reload nginx",
945
+ "n0727": "Restarted fail2ban",
946
+ "n0728": "scp zone (written on peer ≠ named reloaded)",
947
+ "n0729": "scp to peer /tmp (written on peer ≠ service restarted)",
948
+ "n0730": "systemctl reload nginx",
949
+ "n0731": "and Roundcube",
950
+ "n0732": "Disabled UFW (Warning: hostport)",
951
+ "n0733": "project php.ini; apply FPM/",
952
+ "n0734": "managesettings (Not applied to systemservice)",
953
+ "n0735": "settings (not applysystem)",
954
+ "n0736": "Deleted",
955
+ "n0737": "Deleted key · authorized_keys",
956
+ "n0738": "Deletedcluster; system conf manual (v1 )",
957
+ "n0739": "Deletedlocalkey",
958
+ "n0740": "ip addr add (settingsWrote, reboot )",
959
+ "n0741": "apply databases (restart)",
960
+ "n0742": "off/restart",
961
+ "n0743": "to system and reload",
962
+ "n0744": "start",
963
+ "n0745": "Enabled HSTS",
964
+ "n0746": "NTP synchronization enabled",
965
+ "n0747": "Enabled UFW",
966
+ "n0748": "Enabled WebDAV · Basic user ysk · password for token ()",
967
+ "n0749": "Enabled systemd service",
968
+ "n0750": "stop redis",
969
+ "n0751": "nginx cache directory and reload (hostnot proxy_cache can )",
970
+ "n0752": "serverdonecertificateplease",
971
+ "n0753": "Applied CF-only UFW (origin CF + keptport)",
972
+ "n0754": "Applied fail2ban",
973
+ "n0755": "Appliedsettings to system Postfix",
974
+ "n0756": "Applied to system Nginx",
975
+ "n0757": "Appliedfirewallrule",
976
+ "n0758": "Installed and ysk-server.service",
977
+ "n0759": "Installed to user system crontab",
978
+ "n0760": "Wrote.google_authenticator ( 5 scratch codes)",
979
+ "n0761": "Wrote rspamd multimap + postfix snippet",
980
+ "n0762": "Wroteinstall",
981
+ "n0763": "Wrote; please \"applylimits to OS\" or Deploy write unit",
982
+ "n0764": "Wrote management jail.local (not applied to system)",
983
+ "n0765": "Written to managed files; not yet applied to system conf.d",
984
+ "n0766": "Wrote settings (not package)",
985
+ "n0767": "Wrote; projectwillprocess",
986
+ "n0768": "Wrotemanaged file, Not appliedsystem conf: YSK_EXECUTE=1",
987
+ "n0769": "Wrotemanaged file, Not appliedsystem conf: requires root",
988
+ "n0770": "block: candidateVersion",
989
+ "n0771": "block: update",
990
+ "n0772": "block: Administrator permission required",
991
+ "n0773": "create DNSSEC directory ()",
992
+ "n0774": "from",
993
+ "n0775": "from (disk install not; uninstall --purge)",
994
+ "n0776": "from; systemaccount DROP USER (: not drop)",
995
+ "n0777": "from connection",
996
+ "n0778": "deny",
997
+ "n0779": "deny by allowlist",
998
+ "n0780": "deny: raisetarget",
999
+ "n0781": "scan nginx access log",
1000
+ "n0782": "MySQL/MariaDB createuser",
1001
+ "n0783": "PostgreSQL create",
1002
+ "n0784": "version ()",
1003
+ "n0785": "",
1004
+ "n0786": "",
1005
+ "n0787": "catch-all",
1006
+ "n0788": "DS (please registrar — panelwill)",
1007
+ "n0789": "addbackup ( dataDir master key can )",
1008
+ "n0790": "SHA512-CRYPT hashpassword (Dovecot)",
1009
+ "n0791": "skipped Nginx settingscheck (Not installed or not systemchangepermission)",
1010
+ "n0792": "certificatepath (file /etc/ysk-server/certs)",
1011
+ "n0793": "UA",
1012
+ "n0794": "",
1013
+ "n0795": "",
1014
+ "n0796": "Removed",
1015
+ "n0797": "Removed",
1016
+ "n0798": ",",
1017
+ "n0799": "version = apt Candidate, Availableraise",
1018
+ "n0800": "Copied to /etc/fail2ban/jail.local",
1019
+ "n0801": "(filenot; can uninstall)",
1020
+ "n0802": "restart",
1021
+ "n0803": "off",
1022
+ "n0804": "restart postgresql",
1023
+ "n0805": "restart redis-server",
1024
+ "n0806": "restart redis-server with applyrestart",
1025
+ "n0807": "restart (reload)",
1026
+ "n0808": "Connection re-enabled (persists after reboot)",
1027
+ "n0809": "TLS edge conf ()",
1028
+ "n0810": "Nginx reloaded (static site live if DNS points here)",
1029
+ "n0811": "Nginx reloaded",
1030
+ "n0812": "System change permission is on (YSK_EXECUTE)",
1031
+ "n0813": "password — Roundcube can login",
1032
+ "n0814": "manage; systempermission FTP service",
1033
+ "n0815": "account (usermod -U)",
1034
+ "n0816": "account (usermod -L)",
1035
+ "n0817": "pathscan",
1036
+ "n0818": "this IP",
1037
+ "n0819": "createsystemuserrequiressystemadminpermission",
1038
+ "n0820": "createmaildomain and page apply",
1039
+ "n0821": "done",
1040
+ "n0822": "\"\"",
1041
+ "n0823": "Review SSH and non-essential ports",
1042
+ "n0824": "",
1043
+ "n0825": "1 replica; can primary conf",
1044
+ "n0826": "2 node ( 3); can",
1045
+ "n0827": "Consider CDN Under Attack mode",
1046
+ "n0828": "enable ban",
1047
+ "n0829": "HTTPS (HTTP→301)",
1048
+ "n0830": "Default authentication plugin",
1049
+ "n0831": "",
1050
+ "n0832": ": status=active",
1051
+ "n0833": "Error log path",
1052
+ "n0834": "(ms)",
1053
+ "n0835": "General log",
1054
+ "n0836": "certificateplease Failed",
1055
+ "n0837": "≥ file",
1056
+ "n0838": "settingskeptbackup",
1057
+ "n0839": "Successthis target can BatchMode, ≠",
1058
+ "n0840": "or 32767",
1059
+ "n0841": "softwareInstalled",
1060
+ "n0842": "permission/",
1061
+ "n0843": "",
1062
+ "n0844": "Not found CLI binary — systemd will enable silent placeholder",
1063
+ "n0845": "Not found DNS zone — please dns.zoneId, or firstcreatedomain zone",
1064
+ "n0846": "Not found PowerDNS — please install pdns-server / pdns-tools",
1065
+ "n0847": "Not found Roundcube plugins directory — Wrote; please install Roundcube or roundcubePluginsDir",
1066
+ "n0848": "Not found SQL",
1067
+ "n0849": "Not found Sieve",
1068
+ "n0850": "Not found config.inc.php — please: $config[\\'plugins\\'][] = \\'ysk_sso\\';",
1069
+ "n0851": "Not found edge.conf — please first",
1070
+ "n0852": "Not found: key",
1071
+ "n0853": "Not found: migrate job",
1072
+ "n0854": "Not found pm2 — cannot with PM2 stop",
1073
+ "n0855": "Not found",
1074
+ "n0856": "Cluster not found",
1075
+ "n0857": "Not foundcan reload local nameserver (rndc/named/bind9/pdns)",
1076
+ "n0858": "Not foundAvailablecertificate — please first SSL page, or LE",
1077
+ "n0859": "Not foundAvailable NetworkManager connection",
1078
+ "n0860": "Not found",
1079
+ "n0861": "Not found",
1080
+ "n0862": "Project not found access log — please nginx access_log path or log",
1081
+ "n0863": "Not found",
1082
+ "n0864": "Not found",
1083
+ "n0865": "Not foundversion",
1084
+ "n0866": "Not foundnode",
1085
+ "n0867": "Not founddatabase",
1086
+ "n0868": "deny",
1087
+ "n0869": "deny down loopback",
1088
+ "n0870": "deny renice",
1089
+ "n0871": "deny systemctl enable: Not installed agent CLI ( placeholder running)",
1090
+ "n0872": "deny loopback ()",
1091
+ "n0873": "denydelete loopback",
1092
+ "n0874": "deny homeDir — please overwriteHome + confirmPhrase or targetdirectory",
1093
+ "n0875": "deny PID 1 (init/systemd )",
1094
+ "n0876": "deny ysk; can forceControlPlane",
1095
+ "n0877": "deny (ysk-server); requiresplease forceSelf",
1096
+ "n0878": "denyreadpath",
1097
+ "n0879": "denypath or not",
1098
+ "n0880": "persist default requires Gateway",
1099
+ "n0881": "Persistence",
1100
+ "n0882": "for",
1101
+ "n0883": "Command blocked: host change requires system-change permission (YSK_EXECUTE)",
1102
+ "n0884": "scan",
1103
+ "n0885": "scanpath",
1104
+ "n0886": "probe INFO replication",
1105
+ "n0887": "probe SHOW MASTER / REPLICA STATUS",
1106
+ "n0888": "probe pg_is_in_recovery / pg_stat_replication",
1107
+ "n0889": "probe wsrep (SHOW STATUS LIKE 'wsrep%')",
1108
+ "n0890": "Control plane wrote config but it is not applied on the host — use Apply on each feature page",
1109
+ "n0891": "Control plane stays in normal mode",
1110
+ "n0892": "Control-plane emergency degrade (local ops)",
1111
+ "n0893": "Control-plane data directory",
1112
+ "n0894": "Control plane enters ddos-protection hint",
1113
+ "n0895": "complete (partial/failed)",
1114
+ "n0896": "Faster auth when clients use IPs only",
1115
+ "n0897": ": Cloudflare zones + CF_API_TOKEN firstcan Under Attack API",
1116
+ "n0898": "cannotdone",
1117
+ "n0899": "Nginx and fail2ban",
1118
+ "n0900": "Performance & resources",
1119
+ "n0901": "IP/domain. please check Spamhaus etc, and.",
1120
+ "n0902": "A/AAAA (apex and www)",
1121
+ "n0903": "DMARC TXT",
1122
+ "n0904": "MX/SPF/DKIM DNS",
1123
+ "n0905": "_dmarc TXT with and.",
1124
+ "n0906": "Method + thresholds",
1125
+ "n0907": "DNS MX, SPF (TXT) and DKIM (TXT). Cloudflare: mailoffplease DNS ().",
1126
+ "n0908": "Install PowerDNS tools from DNS page",
1127
+ "n0909": "Install certbot from SSL page",
1128
+ "n0910": "Install fail2ban from Defense Center or the software banner",
1129
+ "n0911": "Install and enable UFW from Defense Center",
1130
+ "n0912": "Install Redis from the Redis page",
1131
+ "n0913": "Install required packages for this check",
1132
+ "n0914": "Daily",
1133
+ "n0915": "Logs",
1134
+ "n0916": "logwriteproject logs directory",
1135
+ "n0917": "log",
1136
+ "n0918": "log",
1137
+ "n0919": "logpathallow",
1138
+ "n0920": "log etc",
1139
+ "n0921": "logpathinvalid",
1140
+ "n0922": "",
1141
+ "n0923": "and",
1142
+ "n0924": "Table open cache",
1143
+ "n0925": "PHP version",
1144
+ "n0926": "More fail2ban jails, faster bans",
1145
+ "n0927": "please Redis",
1146
+ "n0928": "update fail2ban jail (managed file)",
1147
+ "n0929": "updateIncomplete",
1148
+ "n0930": "Strictest Nginx limits (~1 req/s)",
1149
+ "n0931": "12 directory",
1150
+ "n0932": "8 nameserver",
1151
+ "n0933": "file",
1152
+ "n0934": "",
1153
+ "n0935": "WAL",
1154
+ "n0936": "",
1155
+ "n0937": "",
1156
+ "n0938": "Max connect errors",
1157
+ "n0939": "",
1158
+ "n0940": "HTTP server (/health)+ public directory",
1159
+ "n0941": "",
1160
+ "n0942": "",
1161
+ "n0943": "Availableraise",
1162
+ "n0944": "When scans / brute-force appear",
1163
+ "n0945": "",
1164
+ "n0946": "database/Redis dump Failed, (will transfer)",
1165
+ "n0947": "serviceinvalid",
1166
+ "n0948": "not WordPress (/)— WORDPRESS_INSTALL.txt",
1167
+ "n0949": "not with system unit start (Requires root + )— pidfile",
1168
+ "n0950": "not to pam_google_authenticator — apt install libpam-google-authenticator",
1169
+ "n0951": "not 2FA",
1170
+ "n0952": "Control-plane summary exported only (Nginx not synced)",
1171
+ "n0953": "Not applied to system nginx ( YSK_EXECUTE + root)— Status: written",
1172
+ "n0954": "Not applied to system: YSK_EXECUTE + root",
1173
+ "n0955": "redis-cli is not installed",
1174
+ "n0956": "not writefile",
1175
+ "n0957": "not systemcan verifychange — will ok",
1176
+ "n0958": "not to postgresql conf.d — conf dataDir; willAppliedsystem",
1177
+ "n0959": "not to secrets/ssh/.master.key YSK_SECRETS_KEY — targetcan cannot vault/2FA",
1178
+ "n0960": "not",
1179
+ "n0961": "Not probed",
1180
+ "n0962": "not certbot/LE cron (Availablesystem certbot.timer)",
1181
+ "n0963": "not nginx conf",
1182
+ "n0964": "Unknown passkey",
1183
+ "n0965": "Unknown source (journal:... / file:... / project:...)",
1184
+ "n0966": "Unknown",
1185
+ "n0967": "Unknownsoftware",
1186
+ "n0968": "Unknownsoftware ID",
1187
+ "n0969": "Unknownsoftware",
1188
+ "n0970": "Unknown",
1189
+ "n0971": "not, deny ( dump )",
1190
+ "n0972": "not project home — write ftps/ssh; sshd Match",
1191
+ "n0973": "not applyupdate: please YSK_SOURCE_ROOT git directory, or publish npm package YSK_NPM_PACKAGE",
1192
+ "n0974": "not — will\"\"",
1193
+ "n0975": "not — will",
1194
+ "n0976": "not City Lite — /ASN; updatecan DB-IP ( CC BY)",
1195
+ "n0977": "not City Lite — /; please update ( DB-IP)",
1196
+ "n0978": "not to /etc/nginx (not root or not EXECUTE)— managed conf dataDir",
1197
+ "n0979": "not settings CF_API_TOKEN — cannot Cloudflare API",
1198
+ "n0980": "not settings Cloudflare API Token — dry-run",
1199
+ "n0981": "not settings (disable)",
1200
+ "n0982": "Done",
1201
+ "n0983": "not please install to system (installSystem=false)",
1202
+ "n0984": "YSK_EXECUTE is not enabled",
1203
+ "n0985": "System change is off (control plane can write settings only)",
1204
+ "n0986": "not enablesystemchange: cannot dnssec-keygen",
1205
+ "n0987": "not password — verify email ()",
1206
+ "n0988": "not verify/reload: serverHost execute is not enabled (writemanaged file)",
1207
+ "n0989": "conf, please first plan",
1208
+ "n0990": "backup",
1209
+ "n0991": "zone",
1210
+ "n0992": "certificate ( or from not )",
1211
+ "n0993": "invalid",
1212
+ "n0994": "Ban rate limit reached this hour — check Defense Center",
1213
+ "n0995": "local ip can Supports -j; please raise iproute2 ( notes)",
1214
+ "n0996": "local nginx -t OK ( managed conf, ≠ edge applied)",
1215
+ "n0997": "local wsrep can, size not node",
1216
+ "n0998": "local ysk.json cannotread / fingerprint",
1217
+ "n0999": "local OK; complete healthy peer probe (not )",
1218
+ "n1000": "local nginx — conf Wrote, not reload",
1219
+ "n1001": "localAvailable NM connection; willSuccess. can \"\" or NetworkManager.",
1220
+ "n1002": "localAvailable ps — cannot ()",
1221
+ "n1003": "local NM connection; willSuccess. can \"\" or NetworkManager.",
1222
+ "n1004": "can ban",
1223
+ "n1005": "invalid",
1224
+ "n1006": "serviceStatus",
1225
+ "n1007": "Root filesystem usage is over 90%",
1226
+ "n1008": "directoryinvalid",
1227
+ "n1009": "Root disk space",
1228
+ "n1010": "Overview",
1229
+ "n1011": "TcpListener ( crate); Cargo.toml",
1230
+ "n1012": "net/http; go.mod; / and /health",
1231
+ "n1013": "Mode: production ready",
1232
+ "modeProductionCapable": "production ready",
1233
+ "modeDegraded": "degraded",
1234
+ "n1014": ": not",
1235
+ "n1015": "Dry-run finished — nothing copied or reloaded (turn off dry-run for real sync)",
1236
+ "n1016": "Dry-run finished — real sync needs root and YSK_EXECUTE",
1237
+ "n1017": "with.conf",
1238
+ "n1018": "with.sieve",
1239
+ "n1019": "Files",
1240
+ "n1020": "file and POST",
1241
+ "n1021": "File does not exist or can",
1242
+ "n1022": "File does not exist or Deleted",
1243
+ "n1023": "checkprocess; host",
1244
+ "n1024": "checkfile",
1245
+ "n1025": "check ()",
1246
+ "n1026": "check",
1247
+ "n1027": "for, cannotwrite",
1248
+ "n1028": "permission for 3–4",
1249
+ "n1029": "permission and",
1250
+ "n1030": "OK",
1251
+ "n1031": "Day-to-day operations",
1252
+ "n1032": "please SECRET_KEY/DEBUG and configdatabase",
1253
+ "n1033": "planner Supports mariadb + mariadb-galera",
1254
+ "n1034": "planner Supports mysql + mysql-replica",
1255
+ "n1035": "thishost systemd servicemanage",
1256
+ "n1036": "thisproject Node runtime, please Node",
1257
+ "n1037": "thisproject Node runtime, please Node ( or runtime for static)",
1258
+ "n1038": "thisupdate (/). please apply.",
1259
+ "n1039": "this for (DNS /IP ); cannot PTR/ 25",
1260
+ "n1040": "thisapply to system",
1261
+ "n1041": "thissoftware apt package",
1262
+ "n1042": "settings;,, limits",
1263
+ "n1043": "project with Linux user/active",
1264
+ "n1044": "Hourly auto-ban cap",
1265
+ "n1045": "(IPinfo Lite)",
1266
+ "n1046": "Permanent ban",
1267
+ "n1047": "edge node — please first CDN page edge",
1268
+ "n1048": "can apply raise ( candidate or and version)",
1269
+ "n1049": "projectcan restic",
1270
+ "n1050": "projectcan backup (0 )— for Failed",
1271
+ "n1051": "can for",
1272
+ "n1052": "log/backup; hostsettings",
1273
+ "n1053": "firewallrule — deny",
1274
+ "n1054": "requires and",
1275
+ "n1055": "createsystemuser...",
1276
+ "n1056": "browserenabledone WP install",
1277
+ "n1057": ".zone can",
1278
+ "n1058": "HostExecutor — please chown file",
1279
+ "n1059": "HostExecutor — chown (please chown)",
1280
+ "n1060": "IP write DNS",
1281
+ "n1061": "NM connectioncan;",
1282
+ "n1062": "NM connectioncan;",
1283
+ "n1063": "Redis dump",
1284
+ "n1064": "SQL database dump",
1285
+ "n1065": "SSH target",
1286
+ "n1066": "SSH/fleet target",
1287
+ "n1067": "access log cache status, cache directory — hit-rate Unknown (please log_format or first apply edge)",
1288
+ "n1068": "access=fleet fleetAgentId",
1289
+ "n1069": "access=ssh — please create:ssh or members",
1290
+ "n1070": "Written on control plane; not applied on host",
1291
+ "n1071": "apt-get",
1292
+ "n1072": "authentication challenge",
1293
+ "n1073": "bind_ip",
1294
+ "n1074": "dataDir — updatedatabase",
1295
+ "n1075": "domain vacation.sieve — skipped per-mailbox",
1296
+ "n1076": "edge can apply ( skip/drain)— conf written",
1297
+ "n1077": "galera_new_cluster; restart mariadb",
1298
+ "n1078": "home_dir",
1299
+ "n1079": "install — Status for stored",
1300
+ "n1080": "linuxUser",
1301
+ "n1081": "master key / YSK_SECRETS_KEY",
1302
+ "n1082": "nameserver (can not config)",
1303
+ "n1083": "rdbRelPath",
1304
+ "n1084": "registration challenge",
1305
+ "n1085": "ssh peer",
1306
+ "n1086": "ssh peer can",
1307
+ "n1087": "sshpass ( key/agent )",
1308
+ "n1088": "vacation.sieve can",
1309
+ "n1089": "vhost requiresupdate ( or conf server )",
1310
+ "n1090": "wsrep Status (can not Galera or servicenot )",
1311
+ "n1091": "active jail or fail2ban not running",
1312
+ "n1092": "log",
1313
+ "n1093": "can system ( written)",
1314
+ "n1094": "can target ( healthUrl / baseUrl / publicIpv4)",
1315
+ "n1095": "Available access log ( or )",
1316
+ "n1096": "Available access log (Available / ban)",
1317
+ "n1097": "Available access/auth log",
1318
+ "n1098": "Available edge IP — DNS (kept managed )",
1319
+ "n1099": "Available strict user ( or not )",
1320
+ "n1100": "invalid conf",
1321
+ "n1101": "Invalid export id",
1322
+ "n1102": "invalid export",
1323
+ "n1103": "Invalid linux_user",
1324
+ "n1104": "Invalid public key",
1325
+ "n1105": "Invalid snapshot id",
1326
+ "n1106": "Invalid token",
1327
+ "n1107": "Invalid unit",
1328
+ "n1108": "invalid unit",
1329
+ "n1109": "invalid vacuum-size (: 500M)",
1330
+ "n1110": "invalid vacuum-time (: 7d)",
1331
+ "n1111": "invalidbackup",
1332
+ "n1112": "invalidbackup",
1333
+ "n1113": "invalidport",
1334
+ "n1114": "invalid key",
1335
+ "n1115": "invalid projectId",
1336
+ "n1116": "invalid backup",
1337
+ "n1117": "invalid pattern",
1338
+ "n1118": "invalidrule",
1339
+ "n1119": "invaliddatabase",
1340
+ "n1120": "domain — map for (systemapplywill postmap )",
1341
+ "n1121": "IP",
1342
+ "n1122": "Available auto-ban enrich",
1343
+ "n1123": "cannot ban to system: YSK_EXECUTE; to panel ban",
1344
+ "n1124": "cannot dump Redis: redis-cli",
1345
+ "n1125": "cannot dump: serverHost execute is not enabled",
1346
+ "n1126": "cannot fan-out: Host execute is not enabled",
1347
+ "n1127": "cannot import: serverHost execute is not enabled",
1348
+ "n1128": "cannot list: Host execute is not enabled",
1349
+ "n1129": "cannot probe DNS cluster: Host execute is not enabled",
1350
+ "n1130": "cannot probe: Host execute is not enabled (SSH EXECUTE)",
1351
+ "n1131": "cannot purge cache: Host execute is not enabled (YSK_EXECUTE)",
1352
+ "n1132": "cannot purge: Host execute is not enabled",
1353
+ "n1133": "cannot remote reload: Host execute is not enabled",
1354
+ "n1134": "cannot restic: Host execute is not enabled",
1355
+ "n1135": "cannot restore: Host execute is not enabled",
1356
+ "n1136": "cannot scp: YSK_EXECUTE=1",
1357
+ "n1137": "cannot stat home",
1358
+ "n1138": "cannot symlink: Host execute is not enabled",
1359
+ "n1139": "cannot unban: Host execute is not enabled",
1360
+ "n1140": "cannot unban: YSK_EXECUTE",
1361
+ "n1141": "cannot Adminer: Host execute is not enabled",
1362
+ "n1142": "cannot WordPress: serverHost execute is not enabled",
1363
+ "n1143": "cannot PM2, localprocessmanage",
1364
+ "n1144": "cannot: not enable YSK_EXECUTE",
1365
+ "n1145": "cannotstop PM2: serverHost execute is not enabled",
1366
+ "n1146": "cannot SSL: Host execute is not enabled",
1367
+ "n1147": "Sync blocked: needs YSK_EXECUTE",
1368
+ "n1148": "cannot to system Nginx: Host execute permission required",
1369
+ "n1149": "cannotstart PM2: serverHost execute is not enabled",
1370
+ "n1150": "cannot Apache: Host execute permission required",
1371
+ "n1151": "cannot NTP: Host execute permission required and root",
1372
+ "n1152": "cannot PHP-FPM: requiressystemadminpermission",
1373
+ "n1153": "cannot systemd service (please permission)",
1374
+ "n1154": "cannot systemd service: requiressystemadminpermission",
1375
+ "n1155": "cannotservice: requiressystemadminpermission",
1376
+ "n1156": "cannot targetinstall rsync, target rsync",
1377
+ "n1157": "cannot systemcreateaccount: requires YSK_EXECUTE + root; (written/blocked)",
1378
+ "n1158": "cannot certbot: Host execute is not enabled",
1379
+ "n1159": "cannotoperation: Host execute permission required (YSK_EXECUTE) and root",
1380
+ "n1160": "cannotapply to system: requires YSK_EXECUTE + root",
1381
+ "n1161": "cannotapplysystemsettings: Host execute permission required",
1382
+ "n1162": "cannotapply: Failed",
1383
+ "n1163": "cannotinstall PowerDNS: requiressystemadminpermission",
1384
+ "n1164": "cannotinstall to /etc/ssh: requires YSK_EXECUTE + root",
1385
+ "n1165": "cannotinstall to system: serverHost execute is not enabled (writemanaged file)",
1386
+ "n1166": "cannot: serverHost execute is not enabled or Not installedmailservice",
1387
+ "n1167": "cannotcreate virtual user database ( db_load)",
1388
+ "n1168": "cannotcreatedatabase, can Failed",
1389
+ "n1169": "cannotcreatesystemmailuser: requiressystemadminpermission",
1390
+ "n1170": "cannot from npm or GitHub version (not )",
1391
+ "n1171": "cannotprobe systemctl",
1392
+ "n1172": "cannot DNS cluster: Host execute is not enabled",
1393
+ "n1173": "cannot: Host execute is not enabled (backupSuccess)",
1394
+ "n1174": "cannot metrics",
1395
+ "n1175": "cannot: serverHost execute is not enabled",
1396
+ "n1176": "cannot ACME: Host execute is not enabled",
1397
+ "n1177": "cannot crypt passwordhash (requires openssl passwd)",
1398
+ "n1178": "cannot: serverHost execute is not enabled",
1399
+ "n1179": "cannot Tasks (ps state Failed)",
1400
+ "n1180": "cannot zone to dnssec directory",
1401
+ "n1181": "cannot ysk.json fingerprint",
1402
+ "n1182": "cannot /etc/resolv.conf",
1403
+ "n1183": "cannotread cmdline (can or permission)",
1404
+ "n1184": "cannotread numbered rule",
1405
+ "n1185": "cannotread statfs",
1406
+ "n1186": "cannotread: serverHost execute is not enabled",
1407
+ "n1187": "cannotreaduser with check 2FA",
1408
+ "n1188": "cannotreadtarget",
1409
+ "n1189": "cannotchange UFW: YSK_EXECUTE=1",
1410
+ "n1190": "cannotchangehost/: Host execute permission required and root",
1411
+ "n1191": "cannotchange: Host execute permission required (YSK_EXECUTE) and root",
1412
+ "n1192": "cannot PowerDNS zone: serverHost execute is not enabled",
1413
+ "n1193": "cannot IPv4/IPv6",
1414
+ "n1194": "cannotconnection 127.0.0.1:6379",
1415
+ "n1195": "cannotconnectiontarget",
1416
+ "n1196": "",
1417
+ "n1197": "No hard blockers in this probe",
1418
+ "n1198": "keydirectory",
1419
+ "n1199": "user",
1420
+ "n1200": "— system sieve",
1421
+ "n1201": "createdirectory",
1422
+ "n1202": "Circuit breaker",
1423
+ "n1203": "Wrote dataDir/security/fail2ban (not to /etc)",
1424
+ "n1204": "; please reload",
1425
+ "n1205": "Status draft — please to FTP servicepage \"apply\"willwrite vsftpd",
1426
+ "n1206": "Status and version",
1427
+ "n1207": "Status:",
1428
+ "n1208": "Status: applied (anvil + per-sender policy + maps)",
1429
+ "n1209": "Status: applied (symlink + config plugins[] Enabled)",
1430
+ "n1210": "Status: applied (directory)",
1431
+ "n1211": "Status: applied ( homeDir)",
1432
+ "n1212": "Status: applied (systemSuccess)",
1433
+ "n1213": "Status: applied (key+ zone; not registrar )",
1434
+ "n1214": "Status: blocked — managed fileWrote; not Postfix/Dovecot",
1435
+ "n1215": "Status: blocked (placeholder written)",
1436
+ "n1216": "Status: blocked (policy daemon; systemapply EXECUTE+root)",
1437
+ "n1217": "Status: executed ≠, to certbot done reload",
1438
+ "n1218": "Status: failed (nginx -t or reload failed)",
1439
+ "n1219": "Status: partial — will applied (Success)",
1440
+ "n1220": "Status: partial — systemFailed",
1441
+ "n1221": "Status: partial (symlink Success; config add plugins)— willcomplete applied",
1442
+ "n1222": "Status: preview only",
1443
+ "n1223": "Status: written/partial (system/reload/verifynot Success)",
1444
+ "n1224": "Status: written/partial (key stepsFailed — applied)",
1445
+ "n1225": "Status: written (apply=false; Not applied to system)",
1446
+ "n1226": "Status: written (blocked system apply)",
1447
+ "n1227": "Status: written (conf Wrote; reload blocked)",
1448
+ "n1228": "Status: written ()— edge Not applied; PR-C3 fan-out + nginx -t/reload",
1449
+ "n1229": "Status: written (Not applied to system Postfix/Rspamd)",
1450
+ "n1230": "Status: written (not to system Nginx; applySystem will try reload)",
1451
+ "n1231": "Status: written (manage; live fail2ban-client YSK_EXECUTE, or \"→apply to system\" jail.local)",
1452
+ "n1232": "Status: written (key/DS; zone not or not zone )",
1453
+ "n1233": "Status: written (not SSO)",
1454
+ "n1234": "Status: written (not /not )— Success",
1455
+ "n1235": "Status: written (/managed file)",
1456
+ "n1236": "Status: Wrote and Success reload nameserver",
1457
+ "n1237": "Status: Wrotemanage zone (not for DNS, not reload nameserver)",
1458
+ "n1238": "Status: Wrote managed file (Not applied to system)",
1459
+ "n1239": "Status: data (not )",
1460
+ "n1240": "TOTP ( and panel operator 2FA )",
1461
+ "n1241": "panel operator 2FA",
1462
+ "n1242": "Lifecycle",
1463
+ "n1243": "can off and reload",
1464
+ "n1244": "please disable",
1465
+ "n1245": "Production gate: not fully met — review the items below",
1466
+ "n1246": "Production gate: passed (permissions, Nginx, Node ready)",
1467
+ "n1247": "Production isolation: open the project Resources tab to create a Linux user and home",
1468
+ "n1248": "user 2–32 [a-z0-9._-]",
1469
+ "n1249": "please SSL requiresdomain and",
1470
+ "n1250": "limits; path:",
1471
+ "n1251": "system; can path",
1472
+ "n1252": "",
1473
+ "n1253": "Skip DNS name resolve",
1474
+ "n1254": "skipped chown (not with root )",
1475
+ "n1255": "skipped chown ( YSK_EXECUTE + root)— filecan for user",
1476
+ "n1256": "draining node",
1477
+ "n1257": "skipped reload: zone verifyFailed",
1478
+ "n1258": "remote reload (reload=false)— written ≠ applied",
1479
+ "n1259": "usermod (not os_provisioned)",
1480
+ "n1260": "skipped zone apply (applyZone=false)— update records",
1481
+ "n1261": "Skipped invalid username",
1482
+ "n1262": "DDoS — Degradedactive",
1483
+ "n1263": "IP: deny",
1484
+ "n1264": ": skipped",
1485
+ "n1265": "IP/domain and",
1486
+ "n1266": "Addresses to bind (0.0.0.0 = all)",
1487
+ "n1267": "",
1488
+ "n1268": "with localprocess",
1489
+ "n1269": "with PHP",
1490
+ "n1270": "permission to firewallStatus (not )",
1491
+ "n1271": "Not running as root; some system settings cannot be applied",
1492
+ "n1272": "target ysk.json Failed",
1493
+ "n1273": "target ysk-server CLI — please bootstrap or npm i -g ysk-server",
1494
+ "n1274": "target YSK data, forceWipeTarget",
1495
+ "n1275": "target rsync",
1496
+ "n1276": "for root",
1497
+ "n1277": "targetuser",
1498
+ "n1278": "target rsync ( bootstrap install)",
1499
+ "n1279": "targetrequires sshpass (Not installed)",
1500
+ "n1280": "targetFailed",
1501
+ "n1281": "targetnot passed",
1502
+ "n1282": "targetpassed",
1503
+ "n1283": "with.zip",
1504
+ "n1284": "really execute + YSK_EXECUTE=1",
1505
+ "n1285": "<?",
1506
+ "n1286": "skipped: not os_provisioned",
1507
+ "n1287": "guest user",
1508
+ "n1288": "80/443 can from to (LE HTTP-01)",
1509
+ "n1289": "PHP runtime and FPM Ready",
1510
+ "n1290": "Port 25",
1511
+ "n1291": "Disk, backups, AOF/WAL",
1512
+ "n1292": "Low disk space",
1513
+ "n1293": "",
1514
+ "n1294": "/local, apply geo",
1515
+ "n1295": "",
1516
+ "n1296": "; 0 = (CLI)",
1517
+ "n1297": "; please",
1518
+ "n1298": "package",
1519
+ "n1299": "How long to keep binary logs",
1520
+ "n1300": "invalid",
1521
+ "n1301": "edge node",
1522
+ "n1302": "hostversion",
1523
+ "n1303": "node host invalid",
1524
+ "n1304": "nodeinvalid",
1525
+ "n1305": "node draining —, Status draining",
1526
+ "n1306": "systemapply YSK_EXECUTE + root",
1527
+ "n1307": "systemuser (not provision or )",
1528
+ "n1308": "System administrator (root)",
1529
+ "n1309": "Not root — useradd / systemd / nginx system paths are restricted",
1530
+ "n1310": "System change permission",
1531
+ "n1311": "System load",
1532
+ "n1312": "System software",
1533
+ "n1313": "",
1534
+ "n1314": "",
1535
+ "n1315": "",
1536
+ "n1316": "(verifyportcannot)",
1537
+ "n1317": "cannotconnection",
1538
+ "n1318": "Web",
1539
+ "n1319": "rsync",
1540
+ "n1320": "ssh",
1541
+ "n1321": "ysk.json",
1542
+ "n1322": "Missing conf, please first plan",
1543
+ "n1323": "Missing dataDir, cannotinstall runtime",
1544
+ "n1324": "Missing linuxUser/homeDir",
1545
+ "n1325": "Temporary ban",
1546
+ "n1326": "keyFailed",
1547
+ "n1327": "keyInstall failed",
1548
+ "n1328": "VACUUM",
1549
+ "n1329": "ban → off ()",
1550
+ "n1330": "ban: not enablesystemchange (YSK_EXECUTE)",
1551
+ "n1331": "ban",
1552
+ "n1332": "Auto switch or manual",
1553
+ "n1333": "offdisable",
1554
+ "n1334": "IP: deny",
1555
+ "n1335": "",
1556
+ "n1336": ": Status written — not Dovecot/Pigeonhole ( ManageSieve or symlink)",
1557
+ "n1337": "auto-escalated",
1558
+ "n1338": "allow path",
1559
+ "n1339": "target",
1560
+ "n1340": "edge node",
1561
+ "n1341": "requiresdomain",
1562
+ "n1342": "requiresnode",
1563
+ "n1343": "requires (control/origin/edge/dns)",
1564
+ "n1344": "and panel operator 2FA",
1565
+ "n1345": "remote authorized_keys, update or authorize-self",
1566
+ "n1346": "Invalid domain",
1567
+ "n1347": "Tmp table size",
1568
+ "n1348": "filter/jail systemctl reload fail2ban",
1569
+ "n1349": "jail.local Failed",
1570
+ "n1350": "See audit log",
1571
+ "n1351": "Success (secret )",
1572
+ "n1352": "limit_req",
1573
+ "n1353": "invalid",
1574
+ "n1354": "Sum signals 0–100 → threat level",
1575
+ "n1355": "Memory, buffers, concurrency",
1576
+ "n1356": "",
1577
+ "n1357": "High memory use",
1578
+ "n1358": "Memory pressure",
1579
+ "n1359": "",
1580
+ "n1360": "Memory & V8",
1581
+ "n1361": "Max heap table size",
1582
+ "n1362": "can for",
1583
+ "n1363": "",
1584
+ "n1364": "Error to log",
1585
+ "n1365": "",
1586
+ "n1366": "settings DNS (PTR)",
1587
+ "n1367": "settingsmanage; system conf/restartpermission",
1588
+ "n1368": "settingsWroteApply failed",
1589
+ "n1369": "settingsWroteconnectionRestart failed; please nmcli connection up",
1590
+ "n1370": "settingsWroteconnectionFailed, please nmcli connection up",
1591
+ "n1371": "settings product ysk-server",
1592
+ "n1372": "settingsError ( for )",
1593
+ "n1373": "settingsMissing dataDir",
1594
+ "n1374": "block TCP 25. please, or SMTP.",
1595
+ "n1375": "Score",
1596
+ "n1376": ": create, etc CDN",
1597
+ "n1377": ": resolver will A —; edge IP or Anycast",
1598
+ "n1378": "please CIDR, 192.168.1.10/24",
1599
+ "n1379": "please POST /api/v1/ssl/upload or POST /api/v1/ssl/letsencrypt",
1600
+ "n1380": "please first CDN node (PR-C1)",
1601
+ "n1381": "please first maintenanceAccepted",
1602
+ "n1382": "Open Backup ops and check sideResults",
1603
+ "n1383": "Open the Backups page for details",
1604
+ "n1384": "Open Alerts → apply-status audit",
1605
+ "n1385": "Open Defense Center to review signals and switch the protection preset",
1606
+ "n1386": "please peer install conf and restart / join",
1607
+ "n1387": "Please enter serverName",
1608
+ "n1388": "please serverName and upstream",
1609
+ "n1389": "please serverName and directory",
1610
+ "n1390": "please serverName, directory and FPM socket",
1611
+ "n1391": "Please enter zone",
1612
+ "n1392": "please zone",
1613
+ "n1393": "please host",
1614
+ "n1394": "please cluster (≤64)",
1615
+ "n1395": "please",
1616
+ "n1396": "please user, and",
1617
+ "n1397": "please node (unavailable IP)",
1618
+ "n1398": "please DNS A/AAAA IP; checkfirewall and mail PTR",
1619
+ "n1399": "please XML to hostname, or to DNS host",
1620
+ "n1400": "Please specify IP",
1621
+ "n1401": "please action or mtu",
1622
+ "n1402": "Please specify dataDir",
1623
+ "n1403": "Please specify listenHost",
1624
+ "n1404": "please zip path",
1625
+ "n1405": "please backup",
1626
+ "n1406": "please Status (/)",
1627
+ "n1407": "please",
1628
+ "n1408": "please",
1629
+ "n1409": "please settingspath",
1630
+ "n1410": "Specify a path and permission",
1631
+ "n1411": "Specify a path and version",
1632
+ "n1412": "Specify a path and",
1633
+ "n1413": "please DKIM",
1634
+ "n1414": "please Git URL ( or first projectsettings)",
1635
+ "n1415": "please IP",
1636
+ "n1416": "please package",
1637
+ "n1417": "please package and version",
1638
+ "n1418": "please password ( 8 )",
1639
+ "n1419": "please",
1640
+ "n1420": "please",
1641
+ "n1421": "please — Enabled",
1642
+ "n1422": "please \"apply to system\" or PHP project (pool php_admin_*)",
1643
+ "n1423": "please /etc/default/ufw IPV6=yes",
1644
+ "n1424": "Ensure dataDir exists and the process can write to it",
1645
+ "n1425": "please nameserver, or \"restore DHCP DNS\"",
1646
+ "n1426": "please publicIpv4 / publicIpv6 / healthUrl / baseUrl",
1647
+ "n1427": "please",
1648
+ "n1428": "please file",
1649
+ "n1429": "please limits IP or HTTP auth",
1650
+ "n1430": "Warning: manifest packagedAt — DB please first package",
1651
+ "n1431": "Warning: unit for active Not found CLI binary (can placeholder unit)",
1652
+ "n1432": "Warning: target YSK data",
1653
+ "n1433": "Warning: thisinterface for, down can panel",
1654
+ "n1434": "Warning: secrets/ssh/.master.key YSK_SECRETS_KEY (vault/2FA can cannot)",
1655
+ "n1435": "Warning: config.json (can setup )",
1656
+ "n1436": "read banned Failed",
1657
+ "n1437": "read banned can permission; unban/ban YSK_EXECUTE",
1658
+ "n1438": "read banned Failed (permission or service)",
1659
+ "n1439": "read fail2ban bans Failed",
1660
+ "n1440": "readFailed",
1661
+ "n1441": "readlogFailed",
1662
+ "n1442": "readfile",
1663
+ "n1443": "readsystem",
1664
+ "n1444": "change default confirmDefault: true",
1665
+ "n1445": "changewillwritemanaged file; \"apply to system\"will /etc/php/.../conf.d and reload FPM",
1666
+ "n1446": "High load",
1667
+ "n1447": "datacan; install/restartserviceHost execute permission required",
1668
+ "n1448": "databasecan (>7 )— update",
1669
+ "n1449": "databasenot create. please mysql and YSK_EXECUTE=1.",
1670
+ "n1450": "databasenot create. please psql, TCP and YSK_EXECUTE=1.",
1671
+ "n1451": "database",
1672
+ "n1452": "database name",
1673
+ "n1453": "database",
1674
+ "n1454": "data directory",
1675
+ "n1455": "Open the project Resources tab to create the system user",
1676
+ "n1456": "limits",
1677
+ "n1457": "",
1678
+ "n1458": "pathallow",
1679
+ "n1459": "path allow log directory",
1680
+ "n1460": "pathdeny",
1681
+ "n1461": "",
1682
+ "n1462": "home: target canonical complete",
1683
+ "n1463": "; setquota please \"applylimits to OS\"",
1684
+ "n1464": "",
1685
+ "n1465": "datainvalid",
1686
+ "n1466": "; can package",
1687
+ "n1467": "for RAM 25%",
1688
+ "n1468": "Connections & network",
1689
+ "n1469": "(can KILL)",
1690
+ "n1470": "(kill -0 Failed)",
1691
+ "n1471": "Advanced",
1692
+ "n1472": ": secret panel ( and operator 2FA — )",
1693
+ "n1473": "Operations",
1694
+ "n1474": "SFTP settingscomplete (host/username/path)",
1695
+ "n1475": "applied ≠ cluster healthy — please probe --peers",
1696
+ "n1476": "migrate post Failed",
1697
+ "n1477": "mkdir Failed",
1698
+ "n1478": "post ok=false",
1699
+ "n1479": "backupnot (skipped)",
1700
+ "n1480": "install YSK_EXECUTE=1",
1701
+ "n1481": "Not found rndc / active named|bind9|pdns",
1702
+ "n1482": "Remote push or restic failed — local tar may have succeeded; see sideResults",
1703
+ "n1483": "file,,",
1704
+ "n1484": "active named/bind9/pdns (can scp file)",
1705
+ "n1485": "nginx — conf scp (written on peer)",
1706
+ "n1486": "Remote / restic steps processed",
1707
+ "n1487": "requires YSK_EXECUTE + root",
1708
+ "n1488": "restorenot chown (Requires root + YSK_EXECUTE)",
1709
+ "n1489": "DNSBL not completeSupports IPv6;",
1710
+ "n1490": "peer applied; written or Failed — cluster reload",
1711
+ "n1491": "peer reload Success (partial)",
1712
+ "n1492": "Some or all backups failed — see results",
1713
+ "n1493": "or Not applied to system ( YSK_EXECUTE)",
1714
+ "n1494": "Failed — check SSH key / firewall",
1715
+ "n1495": "Failed — steps",
1716
+ "n1496": "systemFailed",
1717
+ "n1497": "",
1718
+ "n1498": "PHP + Nginx ( app/public)",
1719
+ "n1499": "Can be overridden at deploy time",
1720
+ "n1500": "will go build -o app.; hostInstalled Go toolchain",
1721
+ "n1501": "will venv + pip; ExecStart uvicorn main:app",
1722
+ "n1502": "will venv + pip; entry app.py (not ASGI)",
1723
+ "n1503": "/apply FPM pool write php_admin_value",
1724
+ "n1504": ": panel\"\"willstart server.js; written ≠",
1725
+ "n1505": "mailhost A",
1726
+ "n1506": "mailhost AAAA (IPv6)",
1727
+ "n1507": "Mail management settings directory",
1728
+ "n1508": "ID invalid",
1729
+ "n1509": "invalid",
1730
+ "n1510": "for 1–1000000 MiB",
1731
+ "n1511": "1 MiB",
1732
+ "n1512": "restartsystemservice",
1733
+ "n1513": "ban add",
1734
+ "n1514": "reload vsftpd",
1735
+ "n1515": "reloadservice",
1736
+ "n1516": "Error etc",
1737
+ "n1517": "Error log, slow query log",
1738
+ "n1518": "Error and log",
1739
+ "n1519": "Threshold numbers",
1740
+ "n1520": "ROW recommended for replication",
1741
+ "n1521": "Wait timeout",
1742
+ "n1522": "Off",
1743
+ "n1523": "firewall ( UFW not applysystem)",
1744
+ "n1524": "firewall (): TCP 3306, 4567, 4444, 4568",
1745
+ "n1525": "Preset writes nginx limit_req",
1746
+ "n1526": "(hold), lower",
1747
+ "n1527": "Defense: critical",
1748
+ "n1528": "Defense: emergency preset suggested",
1749
+ "n1529": "Defense: possible attack",
1750
+ "n1530": "limitsWrote; apply to OS YSK_EXECUTE + root",
1751
+ "n1531": "Rate limit",
1752
+ "n1532": "",
1753
+ "n1533": "/ DB; Postfix/Rspamd please \"apply/ to system\"",
1754
+ "n1534": ": degraded — build/processcan with user; please createsystemuser",
1755
+ "n1535": ": degraded — processcan with user; please root + YSK_EXECUTE and createsystemuser",
1756
+ "n1536": "save; TOTP secret. Authenticator can.",
1757
+ "n1537": "EXECUTE + root firstcan vacuum",
1758
+ "n1538": "NetworkManager active persist DNS (will /etc/resolv.conf)",
1759
+ "n1539": "YSK_EXECUTE firstcan ufw apply",
1760
+ "n1540": "YSK_EXECUTE willreally auto-ban",
1761
+ "n1541": "YSK_EXECUTE banip",
1762
+ "n1542": "YSK_EXECUTE fail2ban service",
1763
+ "n1543": "YSK_EXECUTE=1 firstcan vacuum journal",
1764
+ "n1544": "execute:true or dryRun:true",
1765
+ "n1545": "nginx log_format $upstream_cache_status ( or X-YSK-Cache)first HIT/MISS",
1766
+ "n1546": "Requires root + YSK_EXECUTE willreally useradd; willSuccess",
1767
+ "n1547": "Requires root journalctl --vacuum",
1768
+ "n1548": "Requires root firstcan UFW",
1769
+ "n1549": "hostInstalled cargo/rustc",
1770
+ "n1550": "host Python and pip",
1771
+ "n1551": "host Python and pip (installwillFailed)",
1772
+ "n1552": "install bind9-dnsutils and enablesystemchangepermission, can really dnssec-keygen.",
1773
+ "n1553": "Requires confirm string EMERGENCY; avoid locking yourself out",
1774
+ "n1554": "system sshd Match/User settingswillreally",
1775
+ "n1555": "requires --target or resume --job",
1776
+ "n1556": "requires MySQL/MariaDB adminpermission",
1777
+ "n1557": "requires YSK_EXECUTE",
1778
+ "n1558": "requires YSK_EXECUTE Adminer",
1779
+ "n1559": "requires admin",
1780
+ "n1560": "requires aws CLI ( or restic s3 repo)",
1781
+ "n1561": "requires id or all",
1782
+ "n1562": "requires ip",
1783
+ "n1563": "requires jobId",
1784
+ "n1564": "requires linuxUser or projectId",
1785
+ "n1565": "requires master node",
1786
+ "n1566": "requires nginx geoip2 (libnginx-mod-http-geoip2)firstwill HTTP",
1787
+ "n1567": "requires primary node",
1788
+ "n1568": "requires privateKey",
1789
+ "n1569": "requires projectId",
1790
+ "n1570": "requires root",
1791
+ "n1571": "requires source",
1792
+ "n1572": "requires sshpass, YSK key (identityId), or local SSH key",
1793
+ "n1573": "requires target (root@host) or jobId with resume",
1794
+ "n1574": "requires target, or target jobId",
1795
+ "n1575": "requires username and ssh-",
1796
+ "n1576": "requires zone domain",
1797
+ "n1577": "requirespassword",
1798
+ "n1578": "requires email",
1799
+ "n1579": "requires email and domain",
1800
+ "n1580": "requiresversion and version",
1801
+ "n1581": "requires candidateVersion (can etc current or )",
1802
+ "n1582": "requiressystemadminpermissiondoneinstall",
1803
+ "n1583": "Root is required for lifecycle and system writes",
1804
+ "n1584": "Host execute permission required/reload",
1805
+ "n1585": "Host execute permission required to system and reload Nginx",
1806
+ "n1586": "Host execute permission required check_policy_service",
1807
+ "n1587": "Host execute permission required nginx conf and reload",
1808
+ "n1588": "Sync blocked: needs root",
1809
+ "n1589": "requires primary node",
1810
+ "n1590": "",
1811
+ "n1591": "Not root — useradd / systemd / nginx system paths are restricted",
1812
+ "n1592": "not seccomp requires runAsUser",
1813
+ "n1593": "panelplease /",
1814
+ "n1594": "panelconnection; Available\"\" ( )",
1815
+ "n1595": "Panel is not running as root",
1816
+ "n1596": "Available apply:false",
1817
+ "n1597": "— not writefile",
1818
+ "n1598": "Default uvicorn workers",
1819
+ "n1599": "with Redis DB",
1820
+ "n1600": "",
1821
+ "n1601": "Local infile",
1822
+ "n1602": "logpathinvalid",
1823
+ "n1603": "startError",
1824
+ "n1604": "Error, and etc",
1825
+ "n1605": "Error ()",
1826
+ "n1606": "build can; Failed notes/log",
1827
+ "n1607": "",
1828
+ "n1608": "verifyinvalid",
1829
+ "n1609": "passed",
1830
+ "n1610": "Package index not refreshed (YSK_EXECUTE off) — showing apt list only; enable execute to run apt-get update",
1831
+ "t0001": "listenPort invalid: {{v0}}",
1832
+ "t0002": "restoreversion {{v0}}",
1833
+ "t0003": "file (>{{v0}} bytes)",
1834
+ "t0004": ": {{v0}}",
1835
+ "t0005": "target: {{v0}}",
1836
+ "t0006": "not found: {{v0}}",
1837
+ "t0007": "Failed: {{v0}}",
1838
+ "t0008": "{{v0}} → {{v1}}",
1839
+ "t0009": "not found: {{v0}}",
1840
+ "t0010": "Failed: {{v0}}",
1841
+ "t0011": "{{v0}} → {{v1}}",
1842
+ "t0012": "cannot from Status {{v0}} for",
1843
+ "t0013": "thisoperationrequires: {{v0}}",
1844
+ "t0014": "Statusinvalid: {{v0}}",
1845
+ "t0015": "{{v0}}",
1846
+ "t0016": "Unknown: {{v0}}",
1847
+ "t0017": "{{v0}} cannot {{v1}} ( {{v2}})",
1848
+ "t0018": "{{v0}} not readoperationrequires id",
1849
+ "t0019": "host: {{v0}}",
1850
+ "t0020": "allow: {{v0}}",
1851
+ "t0021": "deny: {{v0}}",
1852
+ "t0022": "not found Playbook: {{v0}}",
1853
+ "t0023": "ip -j addr failed: {{v0}}",
1854
+ "t0024": "ip -j route failed: {{v0}}",
1855
+ "t0025": "nmcli writeFailed: {{v0}}",
1856
+ "t0026": "{{v0}} → connection\"{{v1}}\"",
1857
+ "t0027": "connection up warning: {{v0}}",
1858
+ "t0028": "Connection re-enabled (persists after reboot)",
1859
+ "t0029": "{{v0}} → {{v1}} (; rebootcan disappear)",
1860
+ "t0030": "from connection\"{{v0}}\" {{v1}}",
1861
+ "t0031": "NM: {{v0}}",
1862
+ "t0032": "Deleted {{v0}} ← {{v1}}",
1863
+ "t0033": "link down failed: {{v0}}",
1864
+ "t0034": "did down {{v0}}",
1865
+ "t0035": "link up failed: {{v0}}",
1866
+ "t0036": "did up {{v0}}",
1867
+ "t0037": "MTU Failed: {{v0}}",
1868
+ "t0038": "nmcli write gateway Failed: {{v0}}",
1869
+ "t0039": "save default gateway {{v0}} → connection\"{{v1}}\" (reboot )",
1870
+ "t0040": "nmcli write routes Failed: {{v0}}",
1871
+ "t0041": "save {{v0}} →\"{{v1}}\" (reboot )",
1872
+ "t0042": "ip route add failed: {{v0}}",
1873
+ "t0043": "add {{v0}}${gw?",
1874
+ "t0044": ": ''}(May not persist across reboot; use Save to persist)",
1875
+ "t0045": "from connection\"{{v0}}\" ipv4.gateway",
1876
+ "t0046": "NM gateway: {{v0}}",
1877
+ "t0047": "from \"{{v0}}\" {{v1}}",
1878
+ "t0048": "NM routes: {{v0}}",
1879
+ "t0049": "ip route del failed: {{v0}}",
1880
+ "t0050": "{{v0}}",
1881
+ "t0051": "{{v0}}",
1882
+ "t0052": "DNS invalid: {{v0}}",
1883
+ "t0053": "DNS IP: {{v0}}",
1884
+ "t0054": "nmcli modify failed: {{v0}}",
1885
+ "t0055": "restore {{v0}} DHCP DNS (ignore-auto-dns=no)",
1886
+ "t0056": "nmcli modify failed: {{v0}}",
1887
+ "t0057": "Wrote {{v0}}: DNS {{v1}}${search.length?",
1888
+ "t0058": "Failed: {{v0}}",
1889
+ "t0059": "{{v0}} → {{v1}}",
1890
+ "t0060": "{{v0}}",
1891
+ "t0061": "SSO token ({{v0}} )",
1892
+ "t0062": "Webmail Install failed: {{v0}}",
1893
+ "t0063": "{{v0}}",
1894
+ "t0064": "systemFailed: {{v0}}",
1895
+ "t0065": "vacation to {{v0}} sieve directory (written)",
1896
+ "t0066": "sieve +.dovecot.sieve → {{v0}}@{{v1}}",
1897
+ "t0067": "Disabled active sieve link → {{v0}}@{{v1}}",
1898
+ "t0068": "{{v0}}@{{v1}} sieve Failed: {{v2}}",
1899
+ "t0069": "Wrote per-sender policy daemon ({{v0}} domains)",
1900
+ "t0070": "{{v0}} failed (exit {{v1}}): {{v2}}",
1901
+ "t0071": "Wrote plugin {{v0}}",
1902
+ "t0072": "symlink failed: {{v0}}",
1903
+ "t0073": "did symlink {{v0}} → {{v1}}",
1904
+ "t0074": "config Failed: {{v0}}",
1905
+ "t0075": "config plugin {{v0}}: {{v1}}",
1906
+ "t0076": "Wrote {{v0}}: {{v1}}",
1907
+ "t0077": "{{v0}} and www.{{v1}} to server IP. CDN (Cloudflare)can or.",
1908
+ "t0078": "PTR VPS/ IP settings, and and HELO/EHLO ({{v0}}). please (AWS/GCP ).",
1909
+ "t0079": "{{v0}}",
1910
+ "t0080": "postsuper failed: {{v0}}",
1911
+ "t0081": "domain: {{v0}}",
1912
+ "t0082": ": {{v0}}",
1913
+ "t0083": "create Maildir: {{v0}}",
1914
+ "t0084": "createsystemuser {{v0}}",
1915
+ "t0085": "createsystemuserFailed: {{v0}}",
1916
+ "t0086": ": {{v0}}",
1917
+ "t0087": "write passdb Failed: {{v0}}",
1918
+ "t0088": ": {{v0}}",
1919
+ "t0089": "create {{v0}}: {{v1}} → {{v2}}",
1920
+ "t0090": "Mail domain not found: {{v0}}",
1921
+ "t0091": "Wrote vacation {{v0}}",
1922
+ "t0092": "Wrote {{v0}}",
1923
+ "t0093": "virtual_alias: {{v0}} ({{v1}} )",
1924
+ "t0094": "Postfix anvil: smtpd_client_message_rate_limit={{v0}} / 3600s (; domain rate )",
1925
+ "t0095": "postconf: {{v0}}",
1926
+ "t0096": "Wrote rspamd ratelimit.conf (~{{v0}}/h)",
1927
+ "t0097": "map ({{v0}} domains)",
1928
+ "t0098": "{{v0}}: block (allowlocal LLM)",
1929
+ "t0099": "LLM please Failed: {{v0}}",
1930
+ "t0100": "{{v0}}–{{v1}} Not foundAvailableport",
1931
+ "t0101": "please confirm: {{v0}}",
1932
+ "t0102": "{{v0}}s will with 1 (shutdown +N with )",
1933
+ "t0103": "restart ( {{v0}} )",
1934
+ "t0104": "off ( {{v0}} )",
1935
+ "t0105": "Read failed: {{v0}}",
1936
+ "t0106": "Failed: {{v0}}",
1937
+ "t0107": "serviceinvalid: {{v0}}",
1938
+ "t0108": "path allowwrite: {{v0}}",
1939
+ "t0109": "purge/reload failed: {{v0}}",
1940
+ "t0110": "DB {{v0}}: {{v1}} key",
1941
+ "t0111": "(type {{v0}} — )",
1942
+ "t0112": "Wrote {{v0}}",
1943
+ "t0113": "Write failed: {{v0}}",
1944
+ "t0114": "Key missing or not deleted",
1945
+ "t0115": "home: {{v0}}",
1946
+ "t0116": "cannot snapshots JSON: {{v0}}",
1947
+ "t0117": "{{v0}} restic",
1948
+ "t0118": "home confirmPhrase=\"{{v0}}\" ()",
1949
+ "t0119": "dry-run: snapshot {{v0}} {{v1}} path ( 100)",
1950
+ "t0120": "dry-run failed: {{v0}}",
1951
+ "t0121": "restore snapshot {{v0}} → {{v1}}",
1952
+ "t0122": "restore failed exit={{v0}}",
1953
+ "t0123": "Wrotemanage: {{v0}}",
1954
+ "t0124": "project Linux user {{v0}} (Match User ysks_*,ysk_*)",
1955
+ "t0125": "please: cp {{v0}} /etc/ssh/sshd_config.d/ && systemctl reload sshd",
1956
+ "t0126": "sshd -t Failed, not reload: {{v0}}",
1957
+ "t0127": "Installed {{v0}} and reload sshd",
1958
+ "t0128": "Installed reload failed: {{v0}}",
1959
+ "t0129": "Wrote {{v0}} ({{v1}} bytes)",
1960
+ "t0130": "Managed Nginx confs: {{v0}} (panel dataDir nginx/conf.d)",
1961
+ "t0131": "Unknown: {{v0}}",
1962
+ "t0132": "{{v0}}: {{v1}}",
1963
+ "t0133": "{{v0}} — skipped (force can )",
1964
+ "t0134": "WordPress install — {{v0}}",
1965
+ "t0135": "domain: {{v0}}",
1966
+ "t0136": "entry {{v0}}.wsgi:application (gunicorn)",
1967
+ "t0137": "will cargo build --release;./target/release/{{v0}}",
1968
+ "t0138": "Axum: cargo build --release crates.io",
1969
+ "t0139": "./target/release/{{v0}}",
1970
+ "t0140": "create {{v0}}, {{v1}}, Error {{v2}}",
1971
+ "t0141": "{{v0}}doneproject Linux user (page → createsystemuser).",
1972
+ "t0142": "home: /home/ysk-server-{{v0}} · user: {{v1}}",
1973
+ "t0143": "did chown {{v0}}:{{v1}} → {{v2}}",
1974
+ "t0144": "with projectuser {{v0}}",
1975
+ "t0145": "pidfile with runuser -u {{v0}} start",
1976
+ "t0146": "Wrote FPM pool: {{v0}}",
1977
+ "t0147": "Enabled pool: {{v0}}",
1978
+ "t0148": "/etc/php/{{v0}}/fpm not found — install php{{v1}}-fpm",
1979
+ "t0149": "{{v0}} Installed",
1980
+ "t0150": "install {{v0}}",
1981
+ "t0151": "not install {{v0}}",
1982
+ "t0152": "SSH probe failed: {{v0}}",
1983
+ "t0153": "nameserver: {{v0}}",
1984
+ "t0154": "zone directory ({{v0}}.zone)",
1985
+ "t0155": "zone directory: {{v0}}",
1986
+ "t0156": "remote reload failed: {{v0}}",
1987
+ "t0157": "{{v0}}: scp failed {{v1}}",
1988
+ "t0158": "scp {{v0}} OK → {{v1}}",
1989
+ "t0159": "scp /Failed (ok={{v0}} fail={{v1}})",
1990
+ "t0160": "enable failed: {{v0}}",
1991
+ "t0161": "disable failed: {{v0}}",
1992
+ "t0162": "UFW DENY from {{v0}} (rule, )",
1993
+ "t0163": "deny failed: {{v0}}",
1994
+ "t0164": "UFW DENY {{v0}}",
1995
+ "t0165": "delete failed: {{v0}}",
1996
+ "t0166": "rule #{{v0}}",
1997
+ "t0167": "#{{v0}} Failed: {{v1}}",
1998
+ "t0168": "allow {{v0}}/{{v1}}",
1999
+ "t0169": "allow failed: {{v0}}",
2000
+ "t0170": "reload Failed ({{v0}}): {{v1}}",
2001
+ "t0171": ": with projectuser {{v0}} active",
2002
+ "t0172": "Node: {{v0}}",
2003
+ "t0173": "port: {{v0}}",
2004
+ "t0174": "Appliedpanel Node ({{v0}})",
2005
+ "t0175": "applyNot found: {{v0}}",
2006
+ "t0176": "with systemd unit: {{v0}}",
2007
+ "t0177": "with PM2: {{v0}}",
2008
+ "t0178": "startprocessFailed: {{v0}}",
2009
+ "t0179": "start pid={{v0}}, pidfile={{v1}}",
2010
+ "t0180": "Nginx settings (managed file): {{v0}}",
2011
+ "t0181": "createpage: {{v0}}",
2012
+ "t0182": ": {{v0}}",
2013
+ "t0183": "Nginx settings: {{v0}}",
2014
+ "t0184": "directory: {{v0}}",
2015
+ "t0185": "HTTP: {{v0}} ({{v1}})",
2016
+ "t0186": ": {{v0}}",
2017
+ "t0187": "→ {{v0}}",
2018
+ "t0188": "certificate: {{v0}}",
2019
+ "t0189": "Enabled SSL ( Let’s Encrypt path; or SSL page {{v0}} certificate)",
2020
+ "t0190": "reload Nginx Failed: {{v0}}",
2021
+ "t0191": "Wrotehost: {{v0}}",
2022
+ "t0192": "Runtime {{v0}} — Git, restartprocess",
2023
+ "t0193": "Wrote {{v0}} ({{v1}} )",
2024
+ "t0194": "PHP-FPM pool user: {{v0}} (project)",
2025
+ "t0195": "runtime version → {{v0}}",
2026
+ "t0196": "panel php.ini ({{v0}} php_admin_*)",
2027
+ "t0197": "PHP-FPM Nginx settings: {{v0}}",
2028
+ "t0198": "Nginx reload ={{v0}}: {{v1}}",
2029
+ "t0199": "PHP server pid={{v0}} @ 127.0.0.1:{{v1}}",
2030
+ "t0200": "SIGTERM {{v0}}",
2031
+ "t0201": "SIGKILL {{v0}}",
2032
+ "t0202": "pid {{v0}}",
2033
+ "t0203": "deployProcess runtime\"{{v0}}\"",
2034
+ "t0204": ": with projectuser {{v0}} and start",
2035
+ "t0205": "Runtime: {{v0}} · port {{v1}} · entry {{v2}}",
2036
+ "t0206": ": {{v0}}",
2037
+ "t0207": "Failed: {{v0}}",
2038
+ "t0208": "Appliedpanel {{v0}} ({{v1}})",
2039
+ "t0209": "Wrote systemd: {{v0}}",
2040
+ "t0210": "enable --now project unit (User={{v0}})",
2041
+ "t0211": "systemctl Start failed: {{v0}}",
2042
+ "t0212": "writesystem unit Failed: {{v0}}",
2043
+ "t0213": "pidfile start pid={{v0}}${mode === 'isolated'?",
2044
+ "t0214": "pidfile Start failed: {{v0}}",
2045
+ "t0215": "checknot passed ({{v0}}ms): {{v1}}",
2046
+ "t0216": "checkpassed ({{v0}}ms)",
2047
+ "t0217": "Wrote Nginx: {{v0}}",
2048
+ "t0218": "{{v0}} banned IP",
2049
+ "t0219": "did unban {{v0}} @ {{v1}}",
2050
+ "t0220": "unban failed: {{v0}}",
2051
+ "t0221": "manage: {{v0}} ({{v1}} )",
2052
+ "t0222": "sshd ignoreip {{v0}} {{v1}} · Status: applied",
2053
+ "t0223": "fail2ban-client ignoreip Failed: {{v0}} (managed fileWrote; applied)",
2054
+ "t0224": "fail2ban jails: {{v0}}",
2055
+ "t0225": "Wrote unit {{v0}}",
2056
+ "t0226": "Status is still {{v0}} (not applied)",
2057
+ "t0227": "Unexpected apply_status: {{v0}}",
2058
+ "t0228": "database: {{v0}} ( 0–{{v1}})",
2059
+ "t0229": "to {{v0}}",
2060
+ "t0230": "cannot to system conf directory: {{v0}}",
2061
+ "t0231": "conf Failed: {{v0}}",
2062
+ "t0232": "restart {{v0}}",
2063
+ "t0233": "to {{v0}} Failed: {{v1}}",
2064
+ "t0234": "denydirectory: {{v0}}",
2065
+ "t0235": "directory: {{v0}}",
2066
+ "t0236": "skippeddirectory (scan): {{v0}}",
2067
+ "t0237": "{{v0}} (not )",
2068
+ "t0238": "journal php{{v0}}-fpm (pool log not )",
2069
+ "t0239": "grep\"{{v0}}\": {{v1}} (scan {{v2}} bytes)",
2070
+ "t0240": "{{v0}} (file {{v1}} bytes, )",
2071
+ "t0241": "{{v0}} (file {{v1}} bytes)",
2072
+ "t0242": "to {{v0}} log (not off)",
2073
+ "t0243": "cannotread: {{v0}}",
2074
+ "t0244": "\"{{v0}}\": {{v1}}, {{v2}} ()",
2075
+ "t0245": "{{v0}} serverNot installed",
2076
+ "t0246": "{{v0}} servicenot running",
2077
+ "t0247": "{{v0}} Not installed",
2078
+ "t0248": ": {{v0}}",
2079
+ "t0249": "server: {{v0}}",
2080
+ "t0250": "{{v0}} Ready",
2081
+ "t0251": "{{v0}} Install incomplete",
2082
+ "t0252": "{{v0}} servicestart",
2083
+ "t0253": "Start failed: {{v0}}",
2084
+ "t0254": "Supports Node.js version {{v0}}; Availableversion: {{v1}}",
2085
+ "t0255": "Supports PHP version {{v0}}; Available: {{v1}}",
2086
+ "t0256": "Supports Python version {{v0}}; Available: {{v1}}",
2087
+ "t0257": "Supports Go version {{v0}}; Available: {{v1}}",
2088
+ "t0258": "Unknown runtime: {{v0}}",
2089
+ "t0259": "dig: no answer (NXDOMAIN or empty)",
2090
+ "t0260": "{{v0}}",
2091
+ "t0261": "PostgreSQL failed: {{v0}}",
2092
+ "t0262": "MySQL failed: {{v0}}",
2093
+ "t0263": "{{v0}}: cannot DROP — EXECUTE+root ( expired)",
2094
+ "t0264": "{{v0}}: DROP failed {{v1}}",
2095
+ "t0265": "{{v0}}: DROP failed {{v1}}",
2096
+ "t0266": "{{v0}}: expired (not DROP systemaccount)",
2097
+ "t0267": "FTP user: {{v0}}",
2098
+ "t0268": "create FTP {{v0}}",
2099
+ "t0269": "Jail path: {{v0}}",
2100
+ "t0270": "Password stored as crypt hash (not plaintext)",
2101
+ "t0271": "with project Linux user: {{v0}} (apply vsftpd )",
2102
+ "t0272": "Skipped invalid username",
2103
+ "t0273": "{{v0}}: password → crypt hash",
2104
+ "t0274": "{{v0}} hashnot crypt (openssl unavailable)— can Failed",
2105
+ "t0275": "{{v0}} passwordhash, cannot",
2106
+ "t0276": "{{v0}} project linuxUser — guest\"{{v1}}\" (please FTP )",
2107
+ "t0277": "Wrote {{v0}} settings",
2108
+ "t0278": "{{v0}}",
2109
+ "t0279": "{{v0}} Applied, vsftpd Running",
2110
+ "t0280": "skipped chown {{v0}}: systemuser\"{{v1}}\" (please firstcreateprojectsystemuser)",
2111
+ "t0281": "chown failed {{v0}}: {{v1}}",
2112
+ "t0282": "FTP directory ({{v0}})",
2113
+ "t0283": "project {{v0}} directory",
2114
+ "t0284": "project {{v0}} public",
2115
+ "t0285": "mail {{v0}}",
2116
+ "t0286": "not createsystemuser (requiressystemadminpermission). home: {{v0}}; directory.",
2117
+ "t0287": "{{v0}}; home {{v1}}",
2118
+ "t0288": "stop {{v0}}",
2119
+ "t0289": "Removed home: {{v0}}",
2120
+ "t0290": "home not (can ): {{v0}} — {{v1}}",
2121
+ "t0291": "denydelete home path: {{v0}}",
2122
+ "t0292": "not OS home (Requires root): {{v0}}; systemuser {{v1}} can",
2123
+ "t0293": "pdnsutil load-zone failed: {{v0}}",
2124
+ "t0294": "pdnsutil zone {{v0}}",
2125
+ "t0295": "systemctl {{v0}} fail2ban ok",
2126
+ "t0296": "{{v0}} failed: {{v1}}",
2127
+ "t0297": "fail2ban ban {{v0}} @ {{v1}} (, bantime limits)",
2128
+ "t0298": "banip failed: {{v0}}",
2129
+ "t0299": "jails: {{v0}}",
2130
+ "t0300": "ignoreip: dataDir/fail2ban/ignoreip.txt",
2131
+ "t0301": "installcheck: {{v0}}",
2132
+ "t0302": "project {{v0}} (package: {{v1}})",
2133
+ "t0303": "{{v0}} (package: {{v1}})",
2134
+ "t0304": "database {{v0}} (package: {{v1}})",
2135
+ "t0305": "Wrote {{v0}} (DB {{v1}}@{{v2}}; Available)",
2136
+ "t0306": "pm2 start failed: {{v0}}",
2137
+ "t0307": "pm2 start {{v0}}",
2138
+ "t0308": "{{v0}} is not installed",
2139
+ "t0309": "{{v0}}",
2140
+ "t0310": "Applied {{v0}}",
2141
+ "t0311": "with can restart: {{v0}}",
2142
+ "t0312": "apply {{v0}}",
2143
+ "t0313": "restart (please restart): {{v0}}",
2144
+ "t0314": "ALTER SYSTEM {{v0}} and reload",
2145
+ "t0315": "restart: {{v0}}",
2146
+ "t0316": "did {{v0}} {{v1}}",
2147
+ "t0317": "ini: {{v0}}",
2148
+ "t0318": "/etc/php/{{v0}}/fpm — please firstinstall php{{v1}}-fpm",
2149
+ "t0319": "Applied {{v0}} and reload php{{v1}}-fpm",
2150
+ "t0320": "ini; reload failed: {{v0}}",
2151
+ "t0321": "DNS zone draft {{v0}} ( to DNS write/apply)",
2152
+ "t0322": "IPv6 {{v0}}",
2153
+ "t0323": "maildomain {{v0}}",
2154
+ "t0324": "MySQL DB draft {{v0}} ( to databaseapply)",
2155
+ "t0325": "skipped: directory {{v0}}",
2156
+ "t0326": "Backed up {{v0}}/{{v1}} project(s)",
2157
+ "t0327": " (skipped {{v0}} without a home dir)",
2158
+ "t0328": "projectdirectory: {{v0}}",
2159
+ "t0329": "tar failed: {{v0}}",
2160
+ "t0330": "Wrotebackup {{v0}}",
2161
+ "t0331": "dry-run: file {{v0}}+ ( {{v1}})",
2162
+ "t0332": "cannot: {{v0}}",
2163
+ "t0333": "restore (web) to {{v0}}",
2164
+ "t0334": "web restoreFailed: {{v0}}",
2165
+ "t0335": "restoreFailed: {{v0}}",
2166
+ "t0336": "from {{v0}} restore to projectdirectory",
2167
+ "t0337": "did chown {{v0}}:{{v1}} → {{v2}}",
2168
+ "t0338": ": {{v0}}",
2169
+ "t0339": "manage crontab: {{v0}}",
2170
+ "t0340": "crontab failed: {{v0}}",
2171
+ "t0341": "pg_dump failed: {{v0}}",
2172
+ "t0342": "dump failed: {{v0}}",
2173
+ "t0343": "psql failed: {{v0}}",
2174
+ "t0344": "import failed: {{v0}}",
2175
+ "t0345": "target {{v0}} not git — deny clone with data (.ysk-scaffold )",
2176
+ "t0346": "did clone {{v0}} → {{v1}}",
2177
+ "t0347": "pull update: {{v0}}",
2178
+ "t0348": "linuxUser invalid: {{v0}}",
2179
+ "t0349": "Applied {{v0}}: {{v1}} + www-data/nginx; home 750, public g+rX",
2180
+ "t0350": "ysk-web applyFailed: {{v0}}",
2181
+ "t0351": "path {{v0}}",
2182
+ "t0352": "nginx conf: {{v0}}",
2183
+ "t0353": "Download failed: {{v0}}",
2184
+ "t0354": "Adminer → {{v0}}",
2185
+ "t0355": "{{v0}}",
2186
+ "t0356": "nginx conf: {{v0}}",
2187
+ "t0357": "→ {{v0}}",
2188
+ "t0358": "portinvalid: {{v0}}",
2189
+ "t0359": "with user {{v0}} install crontab",
2190
+ "t0360": "key {{v0}}",
2191
+ "t0361": "zone → {{v0}} ( reload DNS; DS manual registrar)",
2192
+ "t0362": "not to managed zone ( dns/zones/{{v0}}.zone)—",
2193
+ "t0363": "{{v0}} file under {{v1}}",
2194
+ "t0364": "TCP {{v0}}:{{v1}} OK ({{v2}}ms)",
2195
+ "t0365": "TCP {{v0}}:{{v1}} failed: {{v2}}",
2196
+ "t0366": "PING failed: {{v0}}",
2197
+ "t0367": ": {{v0}}MB > {{v1}}MB",
2198
+ "t0368": "({{v0}} / {{v1}} MiB), cannot{{v2}}",
2199
+ "t0369": "Home path is not ready ({{v0}})",
2200
+ "t0370": "Linux user {{v0}} not provisioned",
2201
+ "t0371": "Ready {{v0}} / degraded {{v1}} / not isolated {{v2}} ({{v3}} total)",
2202
+ "t0372": " · Pending: {{v0}}{{v1}}",
2203
+ "t0373": "Project \"{{v0}}\" isolation",
2204
+ "t0374": "to localpath {{v0}}",
2205
+ "t0375": "identity {{v0}}: {{v1}}",
2206
+ "t0376": "scp (identity) to {{v0}}",
2207
+ "t0377": "scp(identity) failed: {{v0}}",
2208
+ "t0378": "scp to {{v0}}",
2209
+ "t0379": "scp failed: {{v0}}",
2210
+ "t0380": "scp to {{v0}}",
2211
+ "t0381": "scp Failed: {{v0}} ( backup remote identityId)",
2212
+ "t0382": "S3 {{v0}}",
2213
+ "t0383": "S3 failed: {{v0}}",
2214
+ "t0384": ": {{v0}}/{{v1}} admin Enabled 2FA",
2215
+ "t0385": "Policy not enforced: {{v0}}/{{v1}} admin(s) have 2FA enabled",
2216
+ "t0386": "{{v0}} PATH",
2217
+ "t0387": "{{v0}} not found",
2218
+ "t0388": "Install {{v0}} or add it to PATH",
2219
+ "t0389": "Availableversion: {{v0}}",
2220
+ "t0390": "{{v0}}% ( {{v1}} MB)",
2221
+ "t0391": "{{v0}}% ({{v1}})",
2222
+ "t0392": "servicestart {{v0}}",
2223
+ "t0393": "Mode: {{v0}}",
2224
+ "t0394": "Ready {{v0}} / Degraded {{v1}} / Missing {{v2}} ({{v3}} total)",
2225
+ "t0395": "Not found ( {{v0}})",
2226
+ "t0396": "host node: {{v0}}",
2227
+ "t0397": "host php: {{v0}}",
2228
+ "t0398": "host python: {{v0}}",
2229
+ "t0399": "host go: {{v0}}",
2230
+ "t0400": "host cargo: {{v0}}",
2231
+ "t0401": "Node Available: {{v0}}",
2232
+ "t0402": "PHP Available: {{v0}}",
2233
+ "t0403": "Python Available: {{v0}}",
2234
+ "t0404": "Go Available: {{v0}}",
2235
+ "t0405": "Rust Available: {{v0}}",
2236
+ "t0406": "install Node {{v0}}",
2237
+ "t0407": "install PHP {{v0}}",
2238
+ "t0408": "install Python {{v0}}",
2239
+ "t0409": "install Go {{v0}} to /usr/local/ysk/go",
2240
+ "t0410": "install Rust ({{v0}}) to /usr/local/ysk/rust",
2241
+ "t0411": "Install failed: {{v0}}",
2242
+ "t0412": "Prepared OpenJDK {{v0}} install script",
2243
+ "t0413": "Prepared Kotlin {{v0}} install script (needs JDK)",
2244
+ "t0414": "Prepared Bun ({{v0}}) install script",
2245
+ "t0415": "project home: {{v0}}",
2246
+ "t0416": "targetuser {{v0}} (project home); please.ssh chown (API will)",
2247
+ "t0417": "did chown {{v0}} → {{v1}}",
2248
+ "t0418": "chown.ssh failed: {{v0}}",
2249
+ "t0419": "Deleted key · authorized_keys",
2250
+ "t0420": "Supports: {{v0}}",
2251
+ "t0421": "TTL {{v0}} 30–604800",
2252
+ "t0422": "{{v0}} CNAME and ()",
2253
+ "t0423": "{{v0}} CNAME target",
2254
+ "t0424": "settingsFailed: {{v0}}",
2255
+ "t0425": "{{v0}} Wrotemanagesettings",
2256
+ "t0426": "cannotfile: {{v0}}",
2257
+ "t0427": "{{v0}} settings to systemdirectory",
2258
+ "t0428": "{{v0}} invalid",
2259
+ "t0429": "home not path ( {{v0}})",
2260
+ "t0430": "usermod -s failed: {{v0}}",
2261
+ "t0431": "Failed: {{v0}}",
2262
+ "t0432": "Failed: {{v0}}",
2263
+ "t0433": "set-property Failed: {{v0}} ( deploy willwrite unit)",
2264
+ "t0434": "unit {{v0}} not active — limits DB, deploy write unit",
2265
+ "t0435": "setquota not Success (filesystemcan not user_xattr/quota): {{v0}}",
2266
+ "t0436": "home: {{v0}}",
2267
+ "t0437": "did chown {{v0}} → {{v1}}",
2268
+ "t0438": "top header failed: {{v0}}",
2269
+ "t0439": "ps completeFailed: {{v0}}",
2270
+ "t0440": "NI={{v0}}",
2271
+ "t0441": "PID {{v0}} (process.pid)",
2272
+ "t0442": "or probe (kill -0 exit {{v0}})",
2273
+ "t0443": "kill -s {{v0}} failed: ${err ||",
2274
+ "t0444": "{{v0}} → PID {{v1}}",
2275
+ "t0445": "{{v0}} project(s) suspended",
2276
+ "t0446": "{{v0}} project(s) missing system users",
2277
+ "t0447": "{{v0}} pending approval(s)",
2278
+ "t0448": "Certificate expired: {{v0}}",
2279
+ "t0449": "Certificate expires in {{v0}} day(s): {{v1}}",
2280
+ "t0450": "Time: {{v0}}",
2281
+ "t0451": "DNSBL listing: {{v0}}",
2282
+ "t0452": "{{v0}} apply failure(s)/blocked",
2283
+ "t0453": "{{v0}} item(s) still written/draft",
2284
+ "t0454": "Auto defense preset: {{v0}}",
2285
+ "t0455": "Operation failed: {{v0}}",
2286
+ "t0456": "Journal disk use high: ≈{{v0}} MB",
2287
+ "t0457": "Threshold {{v0}} MB — vacuum in Log center or adjust retention",
2288
+ "t0458": "df failed: {{v0}}",
2289
+ "t0459": "{{v0}} project ( {{v1}})",
2290
+ "t0460": "version {{v0}} → {{v1}}",
2291
+ "t0461": "raise {{v0}}",
2292
+ "t0462": "Failed exit={{v0}}",
2293
+ "t0463": "apt list --upgradable: {{v0}} can raise",
2294
+ "t0464": "apt list --upgradable unavailable (exit {{v0}}); apt-cache policy",
2295
+ "t0465": "dpkg+apt-cache policy: {{v0}} package",
2296
+ "t0466": "dpkg/apt-cache policy Failed or (exit {{v0}})— can apt or permission",
2297
+ "t0467": "Node {{v0}} (not apt nodejs packagecan raise)",
2298
+ "t0468": "can raise (candidate ≠ current): {{v0}}",
2299
+ "t0469": "npm registry HTTP {{v0}}",
2300
+ "t0470": "GitHub releases HTTP {{v0}}",
2301
+ "t0471": "GitHub package.json HTTP {{v0}}",
2302
+ "t0472": "npm: {{v0}}@{{v1}}",
2303
+ "t0473": "npm {{v0}} unavailable: {{v1}}",
2304
+ "t0474": "GitHub releases unavailable: {{v0}}",
2305
+ "t0475": "GitHub package.json ({{v0}}): {{v1}}",
2306
+ "t0476": "GitHub package.json unavailable: {{v0}}",
2307
+ "t0477": "update: {{v0}} → {{v1}}",
2308
+ "t0478": "directory {{v0}} git repo — can YSK_SOURCE_ROOT, or npm (YSK_NPM_PACKAGE)",
2309
+ "t0479": "GitHub tarball Download failed: {{v0}}",
2310
+ "t0480": "to {{v0}} (staging only)— not Runninginstall; please /git directorydone",
2311
+ "t0481": "git: {{v0}}",
2312
+ "t0482": "git apply {{v0}} Failed (exit {{v1}}): {{v2}}",
2313
+ "t0483": "updatetarget {{v0}} and build — please restart ysk-server version",
2314
+ "t0484": "Installed {{v0}}",
2315
+ "t0485": "npm Update failed: {{v0}}",
2316
+ "t0486": "YSK_NPM_PACKAGE install {{v0}}",
2317
+ "t0487": "YSK_NPM_PACKAGE Install failed: {{v0}}",
2318
+ "t0488": "can raise {{v0}} → {{v1}} (CRITICAL CVE, )",
2319
+ "t0489": "can raise {{v0}} → {{v1}} (HIGH CVE, )",
2320
+ "t0490": "can raise {{v0}} → {{v1}} (can, )",
2321
+ "t0491": "can raise {{v0}} → {{v1}} ()",
2322
+ "t0492": "can raise {{v0}} → {{v1}} (apt Candidate)",
2323
+ "t0493": "Availableraise, OSV {{v0}}",
2324
+ "t0494": "serviceStatus: {{v0}}",
2325
+ "t0495": "detect to can: {{v0}}",
2326
+ "t0496": "Unknown Agent running: {{v0}}",
2327
+ "t0497": "Supports Agent: {{v0}}",
2328
+ "t0498": "installFailed (willSuccess): {{v0}}",
2329
+ "t0499": "Agent not found session: {{v0}}",
2330
+ "t0500": "Not found: {{v0}}",
2331
+ "t0501": "user: {{v0}}",
2332
+ "t0502": "user: {{v0}}",
2333
+ "t0503": "project SFTP user (ysks_/ysk_, internal-sftp kbd-interactive): {{v0}}",
2334
+ "t0504": "from strict user: {{v0}}",
2335
+ "t0505": "{{v0}} user publickey+TOTP, disable password",
2336
+ "t0506": "managed file: {{v0}}",
2337
+ "t0507": "Installed {{v0}} and reload sshd",
2338
+ "t0508": "install/sshd -t Failed: {{v0}}",
2339
+ "t0509": "PAM willmanaged file: {{v0}}",
2340
+ "t0510": "chown Failed: {{v0}}",
2341
+ "t0511": "Warning: mode 400 (stat: {{v0}})",
2342
+ "t0512": "PAM (managed file): {{v0}}",
2343
+ "t0513": "sshd (managed file): {{v0}}",
2344
+ "t0514": "scratch (this): {{v0}} — please save",
2345
+ "t0515": "pam.d/sshd: {{v0}}",
2346
+ "t0516": "user {{v0}} SSH 2FA ({{v1}}). disable/retire.",
2347
+ "t0517": "secrets master key: {{v0}}",
2348
+ "t0518": "chown Failed: {{v0}}",
2349
+ "t0519": "ssh failed: {{v0}}",
2350
+ "t0520": "master key: {{v0}} (please backup)",
2351
+ "t0521": "master key: {{v0}}",
2352
+ "t0522": "fingerprint: {{v0}} ({{v1}})",
2353
+ "t0523": "Wrote CF-only UFW: {{v0}}",
2354
+ "t0524": "port: {{v0}}",
2355
+ "t0525": "CF IPv4: {{v0}}",
2356
+ "t0526": "CF IPv6: {{v0}}",
2357
+ "t0527": "ufw Failed: {{v0}}",
2358
+ "t0528": "auth failed IP: {{v0}}",
2359
+ "t0529": "Top IP {{v0}}",
2360
+ "t0530": "{{v0}} · {{v1}}",
2361
+ "t0531": "Auto-switched defense preset → {{v0}}{{v1}}",
2362
+ "t0532": "Auto-switched defense preset: {{v0}}",
2363
+ "t0533": "SSH failed×{{v0}}",
2364
+ "t0534": "auth Failed {{v0}} IP",
2365
+ "t0535": "please ×{{v0}}",
2366
+ "t0536": "scan×{{v0}}",
2367
+ "t0537": "{{v0}}/{{v1}}",
2368
+ "t0538": "done {{v0}} IP: Success {{v1}}",
2369
+ "t0539": ": auto-ban {{v0}}",
2370
+ "t0540": ": {{v0}}",
2371
+ "t0541": "ban {{v0}} IP",
2372
+ "t0542": "cannot zone {{v0}} (HTTP {{v1}})",
2373
+ "t0543": ": {{v0}} security_level → {{v1}}",
2374
+ "t0544": ": {{v0}} → security_level={{v1}}",
2375
+ "t0545": "({{v0}})",
2376
+ "t0546": "{{v0}}",
2377
+ "t0547": "confirm=\"{{v0}}\"",
2378
+ "t0548": "Wrote Nginx rate limits: {{v0}}",
2379
+ "t0549": "Injected rate-limit markers into {{v0}} vhost(s)",
2380
+ "t0550": "Active defense preset → {{v0}}",
2381
+ "t0551": "ban → {{v0}} ({{v1}} / {{v2}})",
2382
+ "t0552": "Applied defense preset: {{v0}}",
2383
+ "t0553": "fail2ban failed: {{v0}}",
2384
+ "t0554": "ufw failed: {{v0}}",
2385
+ "t0555": "{{v0}}",
2386
+ "t0556": "ufw delete failed: {{v0}}",
2387
+ "t0557": "{{v0}}",
2388
+ "t0558": "{{v0}}: {{v1}}",
2389
+ "t0559": "to {{v0}} vhost",
2390
+ "t0560": "cluster_size={{v0}} < node {{v1}}",
2391
+ "t0561": "{{v0}} node cluster",
2392
+ "t0562": "probe Supports {{v0}}",
2393
+ "t0563": "mysql/mariadb Failed: {{v0}}",
2394
+ "t0564": "SHOW REPLICA/SLAVE failed: {{v0}}",
2395
+ "t0565": "SHOW MASTER failed: {{v0}}",
2396
+ "t0566": "replica for recovery, ={{v0}}",
2397
+ "t0567": "primary recovery, ={{v0}}",
2398
+ "t0568": "replica Abnormal role={{v0}}",
2399
+ "t0569": "master, role={{v0}}",
2400
+ "t0570": "{{v0}} · {{v1}}",
2401
+ "t0571": "tar failed: {{v0}}",
2402
+ "t0572": "{{v0}} ({{v1}} bytes)",
2403
+ "t0573": "{{v0}} peer target",
2404
+ "t0574": "{{v0}}: identity {{v1}} unavailable — key",
2405
+ "t0575": "{{v0}}: ssh mkdir failed {{v1}}",
2406
+ "t0576": "{{v0}}: {{v1}}",
2407
+ "t0577": "{{v0}}/{{v1}}: scp failed {{v2}}",
2408
+ "t0578": "{{v0}} agent · op={{v1}}",
2409
+ "t0579": "{{v0}}: enqueue failed {{v1}}",
2410
+ "t0580": "Unknown {{v0}}",
2411
+ "t0581": "Galera conf ({{v0}})",
2412
+ "t0582": "{{v0}} install conf and join ( / SSH / fleet)",
2413
+ "t0583": "install conf → systemctl restart mariadb (not bootstrap node)",
2414
+ "t0584": "Not found conf: {{v0}}",
2415
+ "t0585": "local apply Supports {{v0}}",
2416
+ "t0586": "Installedsystem drop-in: {{v0}}",
2417
+ "t0587": "writesystem conf Failed: {{v0}}",
2418
+ "t0588": "galera_new_cluster failed: {{v0}}",
2419
+ "t0589": "systemctl restart {{v0}} ( from /slot/sentinel scripts/)",
2420
+ "t0590": "did systemctl restart {{v0}}",
2421
+ "t0591": "ssh probe failed: {{v0}}",
2422
+ "t0592": "replica probe failed: {{v0}}",
2423
+ "t0593": "primary probe failed: {{v0}}",
2424
+ "t0594": "{{v0}} node probe OK · size={{v1}}",
2425
+ "t0595": "{{v0}} node probe OK",
2426
+ "t0596": "install to {{v0}} and {{v1}}",
2427
+ "t0597": "scp failed {{v0}}",
2428
+ "t0598": "install conf failed: {{v0}}",
2429
+ "t0599": "conf Wrote restart {{v0}} Failed",
2430
+ "t0600": "Wrote {{v0}}${restart?",
2431
+ "t0601": "Supports: {{v0}}",
2432
+ "t0602": "Supports cluster: {{v0}}",
2433
+ "t0603": "stop {{v0}} project unit (ok-ish {{v1}})",
2434
+ "t0604": "stop not exit ( {{v0}})— dump",
2435
+ "t0605": "and {{v0}} RDB (skipped dump)",
2436
+ "t0606": "done → {{v0}}",
2437
+ "t0607": "createuser {{v0}} uid={{v1}}",
2438
+ "t0608": "user {{v0}}",
2439
+ "t0609": "useradd failed: {{v0}}",
2440
+ "t0610": "chown failed: {{v0}}",
2441
+ "t0611": "home, skipped chown: {{v0}}",
2442
+ "t0612": "dump or: {{v0}}",
2443
+ "t0613": "RDB: {{v0}}",
2444
+ "t0614": "restore RDB → {{v0}}",
2445
+ "t0615": "RDB Failed: {{v0}}",
2446
+ "t0616": "redis start/ping: {{v0}}",
2447
+ "t0617": ": {{v0}} — dump dataDir rsync to (dumpRelPath)",
2448
+ "t0618": "cannottarget sha256: {{v0}}",
2449
+ "t0619": "ysk.json sha256 {{v0}}...",
2450
+ "t0620": "ysk.json local={{v0}} remote={{v1}}",
2451
+ "t0621": "local dataDir: {{v0}}",
2452
+ "t0622": "dataDir: {{v0}}",
2453
+ "t0623": "skipped home: {{v0}}",
2454
+ "t0624": "home dataDir, dataDir: {{v0}}",
2455
+ "t0625": "rsync home failed {{v0}}",
2456
+ "t0626": "transfer: home rsync Failed {{v0}}",
2457
+ "t0627": "skipped: {{v0}}",
2458
+ "t0628": "transfer done → {{v0}}:{{v1}}",
2459
+ "t0629": "project {{v0}} home: {{v1}}",
2460
+ "t0630": "project {{v0}} bind_ip={{v1}} — can ( IP )",
2461
+ "t0631": "project {{v0}} home not path: {{v1}}",
2462
+ "t0632": "home (store ): {{v0}}",
2463
+ "t0633": "Maildir: {{v0}}",
2464
+ "t0634": "{{v0}} — cannot to target",
2465
+ "t0635": "cannotprobe {{v0}}",
2466
+ "t0636": "{{v0}} · {{v1}}",
2467
+ "t0637": "project {{v0}} · {{v1}} · DB {{v2}} · Redis {{v3}}",
2468
+ "t0638": "installsoftware {{v0}} · homes {{v1}}",
2469
+ "t0639": "cutover host {{v0}}",
2470
+ "t0640": "Warning {{v0}} (please )",
2471
+ "t0641": "key {{v0}}",
2472
+ "t0642": "cannotkey: {{v0}}",
2473
+ "t0643": "targetnot write authorized_keys: {{v0}}",
2474
+ "t0644": "{{v0}} install ( key )",
2475
+ "t0645": "deletekeyFailed: {{v0}}",
2476
+ "t0646": "{{v0}} Available",
2477
+ "t0647": "dataDir: {{v0}}",
2478
+ "t0648": "~{{v0}}",
2479
+ "t0649": "Available {{v0}} (dump )",
2480
+ "t0650": ": Available {{v0}}, ≥ {{v1}}",
2481
+ "t0651": "Warning {{v0}} (not )",
2482
+ "t0652": "SSH connection {{v0}}",
2483
+ "t0653": "user {{v0}} not root (MVP requires root)",
2484
+ "t0654": "Supports OS ({{v0}}); requires Debian/Ubuntu",
2485
+ "t0655": "targetAvailable {{v0}} ≥ {{v1}}",
2486
+ "t0656": "target: Available {{v0}}, requires {{v1}}",
2487
+ "t0657": "target {{v0}}/ysk.json — deny ( forceWipeTarget)",
2488
+ "t0658": "targetdirectory ysk.json: {{v0}}",
2489
+ "t0659": "targetdirectorycreate: {{v0}}",
2490
+ "t0660": "{{v0}}s",
2491
+ "t0661": "{{v0}}s ≥ 120s ( TLS/TOTP)",
2492
+ "t0662": "project {{v0}} bind_ip={{v1}} — for (interface)",
2493
+ "t0663": "{{v0}} project.bind_ip",
2494
+ "t0664": "cannot persist bind_ip: {{v0}}",
2495
+ "t0665": "nginx sync: {{v0}}",
2496
+ "t0666": ": {{v0}}",
2497
+ "t0667": "identity {{v0}} unavailable",
2498
+ "t0668": "SSH failed exit={{v0}}: {{v1}}",
2499
+ "t0669": "path: {{v0}}",
2500
+ "t0670": "rsync failed exit={{v0}}: {{v1}}",
2501
+ "t0671": "Redis RDB Wrote {{v0}} (--rdb)",
2502
+ "t0672": "--rdb failed: {{v0}}",
2503
+ "t0673": "BGSAVE failed: {{v0}}",
2504
+ "t0674": "Redis RDB {{v0}} → {{v1}} (BGSAVE)",
2505
+ "t0675": "cannot Redis RDB (src={{v0}})",
2506
+ "t0676": "{{v0}} {{v1}} {{v2}}",
2507
+ "t0677": "home, skipped: {{v0}}",
2508
+ "t0678": "home {{v0}}",
2509
+ "t0679": "Maildir: {{v0}}",
2510
+ "t0680": "maildir {{v0}}",
2511
+ "t0681": "ysk.json fingerprint (can reapply )local≠source",
2512
+ "t0682": "readiness Error: {{v0}}",
2513
+ "t0683": "DNS cutover: with A/AAAA IP → {{v0}}{{v1}}",
2514
+ "t0684": "verify Failed: {{v0}} mismatch",
2515
+ "t0685": "verify passed (mismatches={{v0}})",
2516
+ "t0686": "invalid target: {{v0}} (requires root@host or host)",
2517
+ "t0687": "not found job {{v0}}",
2518
+ "t0688": ": target YSK_EXECUTE=1 ysk-server migrate post --job {{v0}} --data-dir {{v1}}",
2519
+ "t0689": "done → {{v0}}",
2520
+ "t0690": "cutover host: {{v0}}",
2521
+ "t0691": "post done @ {{v0}}",
2522
+ "t0692": "Not found job {{v0}} ( dataDir rsync)",
2523
+ "t0693": "not Success ({{v0}})",
2524
+ "t0694": "bootstrap done → {{v0}}",
2525
+ "t0695": "not Failed: {{v0}}",
2526
+ "t0696": "Supports mode: {{v0}}",
2527
+ "t0697": "Not found edge node: {{v0}}",
2528
+ "t0698": "node {{v0}} edge ( or origin)",
2529
+ "t0699": "Supports DNS: {{v0}}",
2530
+ "t0700": "Supports SSL mode: {{v0}}",
2531
+ "t0701": "CDN {{v0}}",
2532
+ "t0702": "origin shield Node does not exist: {{v0}}",
2533
+ "t0703": "edges: {{v0}}",
2534
+ "t0704": "origin URL (): {{v0}}",
2535
+ "t0705": "update CDN {{v0}}",
2536
+ "t0706": "create CDN {{v0}}",
2537
+ "t0707": "origin shield: edge shield {{v0}} → {{v1}}",
2538
+ "t0708": "origin.kind=project not projectOriginUrl — {{v0}}",
2539
+ "t0709": "edge {{v0}} ({{v1}}): planned (not fan-out — PR-C3)",
2540
+ "t0710": "edge {{v0}}: node",
2541
+ "t0711": "Wrote managed nginx: {{v0}}",
2542
+ "t0712": "Wrote edge: {{v0}}",
2543
+ "t0713": "local nginx -t failed (proxy_cache_path can http{}): {{v0}}",
2544
+ "t0714": "certId={{v0}} domain={{v1}}",
2545
+ "t0715": "certId={{v0}} File does not exist: {{v1}}",
2546
+ "t0716": "not found certId={{v0}}",
2547
+ "t0717": "dataDir certificate {{v0}}",
2548
+ "t0718": "local Let’s Encrypt {{v0}}",
2549
+ "t0719": "scp failed {{v0}}",
2550
+ "t0720": "mkdir failed {{v0}}",
2551
+ "t0721": "certbot failed: {{v0}}",
2552
+ "t0722": "originShieldNodeId={{v0}} — shield",
2553
+ "t0723": "{{v0}}: SSH target — SSH apply (skipped fleet )",
2554
+ "t0724": "fleet cannot (blocked={{v0}})— enqueue or SSH",
2555
+ "t0725": "fleet {{v0}} edge — queued ≠ agent nginx reload; Agents",
2556
+ "t0726": "fleetAgentId={{v0}} — requires fleet enqueue (API will); or SSH apply",
2557
+ "t0727": "not found conf: {{v0}}",
2558
+ "t0728": "conf Failed: {{v0}}",
2559
+ "t0729": "fleet enqueue failed: {{v0}}",
2560
+ "t0730": "nginx -t failed: {{v0}}",
2561
+ "t0731": "SSH mkdir failed: {{v0}}",
2562
+ "t0732": "scp failed: {{v0}}",
2563
+ "t0733": "remote reload failed: {{v0}}",
2564
+ "t0734": "fleetAgentId={{v0}} — purge fleet enqueue or SSH",
2565
+ "t0735": "enqueue failed: {{v0}}",
2566
+ "t0736": "purge failed: {{v0}}",
2567
+ "t0737": "remote purge failed: {{v0}}",
2568
+ "t0738": "fleet purge {{v0}} — queued ≠ edge purge",
2569
+ "t0739": "geo {{v0}}: Unknownnode {{v1}}",
2570
+ "t0740": "weighted maxRr={{v0}} ( {{v1}})",
2571
+ "t0741": "minHealthyEdges={{v0}} {{v1}} edge —: IP edge ( offline)",
2572
+ "t0742": "edge {{v0}} — skipped",
2573
+ "t0743": "probe {{v0}}: {{v1}}",
2574
+ "t0744": "zoneId={{v0}} ({{v1}})",
2575
+ "t0745": "{{v0}} user manage {{v1}} — CDN write managedBy=cdn (can and; please check zone)",
2576
+ "t0746": "geo subdomain {{v0}}: IP — skipped",
2577
+ "t0747": "access_log {{v0}} ({{v1}} cache status token)",
2578
+ "t0748": "read log {{v0}}",
2579
+ "t0749": "cache directory {{v0}} ≈ {{v1}} bytes (not )",
2580
+ "t0750": "cache {{v0}}/{{v1}}",
2581
+ "t0751": "IPv4 invalid: {{v0}}",
2582
+ "t0752": "IPv6 invalid: {{v0}}",
2583
+ "t0753": "CDN node {{v0}}",
2584
+ "t0754": "HTTP {{v0}} ( for ){{v1}}",
2585
+ "t0755": "HTTP Failed: {{v0}}",
2586
+ "t0756": "TCP {{v0}}:443/80 cannotconnection",
2587
+ "t0757": "{{v0}}/{{v1}}",
2588
+ "t0758": "list-units failed: {{v0}}",
2589
+ "t0759": "{{v0}} service units",
2590
+ "t0760": "unit {{v0}}",
2591
+ "t0761": "{{v0}} bytes",
2592
+ "t0762": "journalctl · {{v0}}",
2593
+ "t0763": "did vacuum: {{v0}}",
2594
+ "t0764": "vacuum failed: {{v0}}",
2595
+ "t0765": "filter: {{v0}}",
2596
+ "t0766": "file {{v0}} · {{v1}} bytes · {{v2}}",
2597
+ "t0767": "path allowlist: {{v0}}",
2598
+ "t0768": "Journal: ≈{{v0}} MB ( {{v1}} MB)",
2599
+ "t0769": "project {{v0}} · {{v1}} log (directory)",
2600
+ "t0770": "Exported {{v0}} ({{v1}})",
2601
+ "t0771": "not to {{v0}}",
2602
+ "t0772": "(DB-IP City Lite {{v0}}; Failed)",
2603
+ "t0773": "fallback {{v0}}",
2604
+ "t0774": ": {{v0}} · {{v1}} · {{v2}} · {{v3}}{{v4}} · ASN {{v5}}",
2605
+ "t0775": "file ({{v0}} B), can Download failed",
2606
+ "t0776": "{{v0}} fallback (Success)",
2607
+ "t0777": "update {{v0}} ({{v1}} B)",
2608
+ "t0778": "Update failed {{v0}}: {{v1}}{{v2}}",
2609
+ "t0779": "Not foundsettings: {{v0}}",
2610
+ "t0780": "cannotsettings: {{v0}}",
2611
+ "t0781": "Not foundcertificate: {{v0}}",
2612
+ "t0782": "dry-run: not systemctl {{v0}}. add --execute YSK_EXECUTE=1 + root firstreally",
2613
+ "t0783": "not found job {{v0}}",
2614
+ "t0784": "Web UI: Not found (build apps/web or set YSK_WEB_ROOT)\\n",
2615
+ "t0785": "DNS zone create (draft): {{v0}}",
2616
+ "t0786": "DNS zone Create failed: {{v0}}",
2617
+ "t0787": "maildomain: {{v0}}",
2618
+ "t0788": "maildomainCreate failed: {{v0}}",
2619
+ "t0789": "to {{v0}} can off cron",
2620
+ "t0790": "restic {{v0}}/{{v1}} ok",
2621
+ "t0791": ": {{v0}} {{v1}}",
2622
+ "t0792": "settings {{v0}}. --force.",
2623
+ "t0793": "settings {{v0}}",
2624
+ "t0794": "Not foundinterface {{v0}}",
2625
+ "t0795": "hostname failed: {{v0}}",
2626
+ "t0796": "pretty hostname failed: {{v0}}",
2627
+ "t0797": "timezone failed: {{v0}}",
2628
+ "tScoreFrom": "score={{score}} from={{from}}",
2629
+ "appliedTag": " (applied)",
2630
+ "writtenTag": " (written only)"
2631
+ },
2632
+ "tpl": {
2633
+ "deleted": "Deleted {{name}}",
2634
+ "removed": "Removed {{name}}",
2635
+ "failedDetail": "Failed: {{detail}}",
2636
+ "failedColon": "Failed: {{detail}}",
2637
+ "actionFailed": "{{action}} failed: {{detail}}",
2638
+ "restartFailed": "Restart failed: {{detail}}",
2639
+ "chownFailed": "chown failed: {{detail}}",
2640
+ "available": "Available: {{detail}}",
2641
+ "supportedNotProbed": "Supports {{name}} — not probed yet",
2642
+ "wrote": "Wrote {{path}}",
2643
+ "wroteSettings": "Wrote settings {{path}}",
2644
+ "wroteManaged": "Wrote managed file {{path}}",
2645
+ "copyFailed": "Copy failed: {{detail}}",
2646
+ "copyFailed2": "Copy failed: {{detail}}",
2647
+ "reloadFailed": "Reload failed: {{detail}}",
2648
+ "reloadFailed2": "Reload failed: {{detail}}",
2649
+ "nginxReloadFailed": "nginx reload failed: {{detail}}",
2650
+ "nginxTestFailed": "nginx -t failed: {{detail}}",
2651
+ "nginxConfigFailed": "Nginx config check failed: {{detail}}",
2652
+ "psqlFailed": "psql failed: {{detail}}",
2653
+ "redisCliFailed": "redis-cli failed: {{detail}}",
2654
+ "restartFailed2": "restart failed: {{detail}}",
2655
+ "missing": "Missing {{name}}",
2656
+ "project": "Project {{name}}",
2657
+ "logNotFound": "Log not found: {{path}}",
2658
+ "clusterNotFound": "Cluster not found: {{id}}",
2659
+ "domainInvalid": "Invalid domain: {{domain}}",
2660
+ "exported": "Exported {{path}}",
2661
+ "reenabledLink": "Re-enabled connection {{name}}",
2662
+ "installed": "Installed",
2663
+ "missingDataDir": "Missing dataDir",
2664
+ "installIncomplete": "Install incomplete",
2665
+ "noPackages": "No packages",
2666
+ "recentlyUpdated": "Recently updated",
2667
+ "needRootRead": "Requires root to read",
2668
+ "reenabledPersist": "Connection re-enabled (survives reboot)",
2669
+ "runtimeOnlyHint": "(May not persist across reboot; use Save to persist)",
2670
+ "statusWrittenPartial": "Status: written/partial",
2671
+ "keyMissingOrNotDeleted": "Key missing or not deleted",
2672
+ "passwordCryptStored": "Password stored as crypt hash (not plaintext)",
2673
+ "skipInvalidUsername": "Skipped invalid username",
2674
+ "digNoAnswer": "dig: no answer (NXDOMAIN or empty)",
2675
+ "ipAddrAddFailed": "ip addr add failed: {{detail}}",
2676
+ "ipAddrDelFailed": "ip addr del failed: {{detail}}",
2677
+ "connUpWarn": "connection up warning: {{detail}}",
2678
+ "ntpEnableFailed": "Enable NTP failed: {{detail}}",
2679
+ "cancelFailed": "Cancel failed: {{detail}}",
2680
+ "powerCmdFailed": "Power command failed: {{detail}}",
2681
+ "reniceFailed": "renice failed: {{detail}}",
2682
+ "pgIncludeHint": "Include this file in postgresql.conf, or copy it when applying",
2683
+ "none": "none",
2684
+ "success": "Success",
2685
+ "on": "on",
2686
+ "off": "off",
2687
+ "continueOp": "continue",
2688
+ "unavailable": "unavailable",
2689
+ "unknownError": "unknown error",
2690
+ "noParen": "(none)",
2691
+ "keepOldDb": "(kept old DB)",
2692
+ "ufwNotDetected": "UFW not detected on this host",
2693
+ "fail2banStartHint": "Start it on the Fail2ban page",
2694
+ "hasExecuteNotRoot": "EXECUTE is on but process is not root",
2695
+ "notRootTarget": "Not root (target useradd/apt will be blocked)",
2696
+ "reapplyDone": "reapply key steps completed",
2697
+ "someFailed": "Some failed — see results",
2698
+ "securityDesc": "Passwords, TLS, local limits",
2699
+ "yskControlPlane": "YSK control plane",
2700
+ "sslDistributeNote": "SSL distribute: cert on edge ≠ full browser trust chain; verify with dig / curl -vI https://",
2701
+ "autoNever": "Never automatic",
2702
+ "autoManualEmergency": "Manual EMERGENCY only",
2703
+ "probeMech": "Public TCP, panel req/min, TCP inuse, fail2ban, UFW",
2704
+ "probeTunable": "Raise / lower thresholds",
2705
+ "priorityBlockers": "Address {{count}} blocker(s) first: {{list}}",
2706
+ "readinessNotProduction": "Readiness is not production-ready: {{list}}",
2707
+ "noRestart": "no restart",
2708
+ "cityPolicyOff": "(city policy off)",
2709
+ "pidStarted": "Process started pid={{pid}} {{extra}}",
2710
+ "pidUser": "(user={{user}})",
2711
+ "pidDegraded": "(degraded)",
2712
+ "killFailed": "kill -s {{sig}} failed: {{detail}}",
2713
+ "routeAdded": "Added route {{dst}}{{via}}{{dev}}",
2714
+ "dnsWritten": "Wrote {{conn}}: DNS {{dns}}{{search}}",
2715
+ "peerInstalled": "Installed to {{dest}}{{restart}}"
2716
+ },
2717
+ "installedTool": "Installed (tool)",
2718
+ "cron": {
2719
+ "preserveHostLines": "Preserved {{count}} non-YSK host crontab line(s) (not a full wipe).",
2720
+ "noHostLinesOrEmpty": "No extra non-YSK host crontab lines (or empty).",
2721
+ "installReplacesYskOnly": "Install updates YSK-marked jobs only; other host jobs were merged and kept.",
2722
+ "hostScanNeedRoot": "Reading other users’ crontabs requires the control plane as root; only the process user’s crontab is listed.",
2723
+ "hostScanSkipUser": "Skipped user {{user}} (no permission)"
2724
+ },
2725
+ "dbBrowser": {
2726
+ "pmaInstalled": "phpMyAdmin installed at {{path}}",
2727
+ "pmaConfigWritten": "phpMyAdmin config and tmp written (cookie auth; HTTPS recommended)",
2728
+ "pmaExtractFailed": "phpMyAdmin download/extract failed: {{detail}}",
2729
+ "projectCreated": "Project created {{id}} ({{name}})"
2730
+ },
2731
+ "firewallAllow": {
2732
+ "already": "{{port}}/{{proto}}{{from}}: already allowed",
2733
+ "partial": "Partial: {{ok}} ok, {{fail}} failed",
2734
+ "fromLabel": " from {{from}}"
2735
+ },
2736
+ "firewallDeleteByComment": {
2737
+ "removed": "Removed {{n}} firewall rule(s) matching {{prefix}}",
2738
+ "none": "No firewall rules matched {{prefix}}"
2739
+ },
2740
+ "serviceExposure": {
2741
+ "needsDecision": "{{service}}: confirm whether to expose this service on the network",
2742
+ "private": "{{service}}: kept private (no public firewall allow)",
2743
+ "restrictedEmpty": "Restricted mode needs at least one allowed IP/CIDR",
2744
+ "badCountry": "Invalid country code: {{cc}}",
2745
+ "zoneDownloadFail": "Country zone download failed for {{cc}}: {{detail}}",
2746
+ "zoneEmpty": "Country zone for {{cc}} is empty",
2747
+ "zoneDownloaded": "Downloaded {{n}} CIDRs for {{cc}}",
2748
+ "zoneMissing": "No zone file for {{cc}} — place under geoip/country-zones or allow download",
2749
+ "zoneCidrCap": "Country CIDR list capped at {{n}} entries",
2750
+ "geoNeedExecute": "Country allowlist needs YSK_EXECUTE",
2751
+ "geoNeedRoot": "Country allowlist needs root",
2752
+ "geoNoCidrs": "No country CIDRs loaded — cannot apply geo allowlist",
2753
+ "ipsetMissing": "ipset not installed — country allowlist skipped",
2754
+ "ipsetApplyFail": "ipset/iptables apply failed: {{detail}}",
2755
+ "ipsetApplied": "Country allowlist set {{set}} ({{countries}}, {{n}} CIDRs)",
2756
+ "ipsetCleared": "Cleared country ipset {{set}}",
2757
+ "geoBestEffort": "Country filtering is best-effort (ipset); cloud security groups are separate"
2758
+ },
2759
+ "goLive": {
2760
+ "deployIncomplete": "goLive: deploy incomplete",
2761
+ "deployFailed": "goLive deploy failed: {{detail}}",
2762
+ "publishIncomplete": "goLive: publish incomplete",
2763
+ "publishFailed": "goLive publish failed: {{detail}}"
2764
+ },
2765
+ "ops": {
2766
+ "projectNameExists": "Project name already exists: {{name}}",
2767
+ "sslNotReady": "SSL not ready: no certificate for {{domain}}.",
2768
+ "sslNotReadyDetail": "SSL not ready: no certificate for {{domain}} (panel SSL or Let’s Encrypt live path).",
2769
+ "sslGoToPage": "Issue or upload a certificate on SSL, then publish + SSL.",
2770
+ "sslRejectWrite": "Refused to write SSL nginx conf to avoid nginx -t failure.",
2771
+ "installAborted": "Install aborted (client disconnected or cancelled)",
2772
+ "phpPackagesPartialFail": "Some PHP packages failed: {{list}} (core CLI may still work)",
2773
+ "pdnsBindConflict": "PowerDNS cannot bind 0.0.0.0:53 (in use); often conflicts with systemd-resolved. Bind the public IP (panel: Fix PowerDNS)."
2774
+ },
2775
+ "webmail": {
2776
+ "notInstalled": "Webmail is not installed; enable download and re-run",
2777
+ "needExecute": "Downloading webmail needs system-change permission (YSK_EXECUTE) and outbound network",
2778
+ "needExecuteBeforeCreate": "Will not create a half project until EXECUTE is enabled",
2779
+ "notRoundcubeTree": "Document root is not a full Roundcube tree (may still be php-hello)",
2780
+ "notSnappyTree": "Document root is not a full SnappyMail tree",
2781
+ "installIncompleteHint": "Project exists but webmail is incomplete — enable EXECUTE then Reinstall/Upgrade",
2782
+ "extractFailed": "{{tool}} download or extract failed: {{detail}}",
2783
+ "roundcubeInstalled": "Installed Roundcube {{version}} → {{path}}",
2784
+ "roundcubeReuse": "Reusing installed Roundcube → {{path}}",
2785
+ "roundcubeConfigWritten": "Wrote Roundcube config (SQLite, IMAP 993, SMTP 587)",
2786
+ "snappyInstalled": "Installed SnappyMail {{version}} → {{path}}",
2787
+ "snappyReuse": "Reusing installed SnappyMail → {{path}}",
2788
+ "snappyAdminHint": "On first open, finish SnappyMail admin setup and add the local IMAP domain",
2789
+ "imapSmtpHint": "IMAP {{imap}}:993 · SMTP {{smtp}}:587 (login with full mailbox address and password)",
2790
+ "projectCreated": "Created PHP project {{name}} ({{tool}}, {{id}})",
2791
+ "domainRequired": "Webmail hostname is required",
2792
+ "openHint": "Sign in with mailbox address and password; open the URL from Projects or this page after go-live",
2793
+ "sslHint": "Recommend Let’s Encrypt for {{domain}} (SSL page)",
2794
+ "bootstrapLegacyHint": "Bootstrap had no project service — wrote dataDir skeleton; use Create & go live in the panel for PHP project path",
2795
+ "ssoPluginInstalled": "Installed SSO plugin → {{path}}",
2796
+ "forceHttpsOn": "Roundcube force_https enabled (HTTPS required)",
2797
+ "forceHttpsOff": "force_https off — after SSL, reinstall with force HTTPS checked",
2798
+ "reinstallHint": "Project exists — use Reinstall/Upgrade or reinstall:true",
2799
+ "reinstalling": "Reinstalling webmail into project {{name}} ({{id}})",
2800
+ "reinstallStart": "Starting reinstall/upgrade (version pin {{version}}, project {{id}})",
2801
+ "projectNotFound": "Webmail project not found",
2802
+ "snappyAdminOnce": "SnappyMail admin {{user}} — password shown once (see result / ONCE file)",
2803
+ "snappyAdminPassword": "SnappyMail admin password (copy now): {{password}}",
2804
+ "publicHtmlStub": "Document root still has the SnappyMail/RainLoop package stub. HTTP must serve the public_html app tree — reinstall webmail after this fix.",
2805
+ "goLiveFailed": "Webmail files installed, but project go-live / deploy health failed — expand details.",
2806
+ "forceHttpsNeedsSsl": "Roundcube force_https is on: bind SSL for this hostname before relying on public HTTPS, or uncheck force HTTPS until then.",
2807
+ "roundcubePublicHtmlDocRoot": "HTTP doc root set to Roundcube public_html ({{path}})",
2808
+ "docRootUpdated": "Project document root updated to {{path}}",
2809
+ "docRootUpdateFailed": "Could not update project document root: {{detail}}",
2810
+ "sqliteSchemaReady": "Roundcube SQLite schema initialized",
2811
+ "sqliteSchemaFailed": "Roundcube SQLite schema init failed: {{detail}}",
2812
+ "snappyFullEmailLogin": "Mailbox login must use full email (user@domain); short local-part is disabled",
2813
+ "removedBogusPublicHtml": "Removed leftover public_html (php-hello) so webmail is not served from the wrong tree",
2814
+ "snappyDocRoot": "SnappyMail HTTP doc root: {{path}}",
2815
+ "phpHelloStillPresent": "Install left php-hello (YSK PHP OK) as the site root — webmail extract did not replace it"
2816
+ },
2817
+ "vpn": {
2818
+ "needInstall": "Install {{engine}}",
2819
+ "openvpnComing": "OpenVPN full path is staged for the next release.",
2820
+ "outlineComing": "Outline / Shadowsocks is staged for a later release.",
2821
+ "needExecuteServer": "VPN server setup requires root and YSK_EXECUTE=1.",
2822
+ "needExecuteClient": "VPN client connect requires root and YSK_EXECUTE=1.",
2823
+ "keygenFailed": "WireGuard key generation failed (is wg installed?).",
2824
+ "serverKeysCreated": "WireGuard server keys created.",
2825
+ "applyFailed": "Failed to apply WireGuard config: {{detail}}",
2826
+ "serverActive": "WireGuard server applied (UDP {{port}}).",
2827
+ "serverMissing": "WireGuard server not initialized — run Start server first.",
2828
+ "peerCreated": "Client «{{name}}» created.",
2829
+ "peerNotFound": "Client not found.",
2830
+ "peerRemoved": "Client removed.",
2831
+ "setEndpointHint": "Set public endpoint (host:port) so mobile clients can reach this server.",
2832
+ "invalidConf": "Conf must include [Interface] and PrivateKey.",
2833
+ "clientImported": "Profile «{{name}}» imported.",
2834
+ "profileNotFound": "Client profile not found.",
2835
+ "clientUpFailed": "Connect failed: {{detail}}",
2836
+ "clientUp": "Connected: {{name}}",
2837
+ "clientDown": "Disconnected: {{name}}",
2838
+ "clientDeleted": "Deleted profile: {{name}}",
2839
+ "autostartOn": "Autostart on: {{name}}",
2840
+ "autostartOff": "Autostart off: {{name}}",
2841
+ "ovpnPkiStart": "Generating OpenVPN PKI (may take a minute for DH params)…",
2842
+ "ovpnPkiDone": "OpenVPN PKI ready.",
2843
+ "ovpnServerActive": "OpenVPN server applied ({{proto}} {{port}}).",
2844
+ "invalidOvpn": "OpenVPN conf should include client/remote directives.",
2845
+ "ssHonest": "Uses shadowsocks-libev ss-server — not full Outline Manager.",
2846
+ "ssKeysCreated": "Shadowsocks server password generated.",
2847
+ "ssServerActive": "Shadowsocks server applied (port {{port}}).",
2848
+ "ssSharedPassword": "All ss:// labels share one server password (rotate by re-ensuring server).",
2849
+ "ssPackageYielded": "Stopped/masked Debian shadowsocks-libev default unit so YSK can bind public {{port}} on this host.",
2850
+ "ssEndpointAutofilled": "Public endpoint set to {{endpoint}}.",
2851
+ "ssClientsRewritten": "Regenerated {{n}} client ss:// URI(s) for current endpoint/password.",
2852
+ "ssUfwOpened": "Opened UFW {{port}}/tcp+udp for Shadowsocks (if ufw installed).",
2853
+ "endpointAutofilled": "Public endpoint set to {{endpoint}}.",
2854
+ "ovpnClientsRewritten": "Updated remote= in {{n}} OpenVPN client profile(s) for download/QR.",
2855
+ "accessFullNat": "Full internet enabled (IP forward + NAT)",
2856
+ "accessLanOnly": "LAN-only mode (no internet NAT)",
2857
+ "accessReconnectHint": "Already-connected clients must reconnect to pick up new routes",
2858
+ "ovpnNatDurable": "OpenVPN NAT/forward installed for reboot (systemd ExecStartPost).",
2859
+ "clientFullTunnelProtect": "Full-tunnel client detected (AllowedIPs 0.0.0.0/0). Applied host protect so panel/SSH replies stay on the LAN NIC.",
2860
+ "clientFullTunnelHint": "Tip: for split access only, set AllowedIPs to VPN/LAN CIDRs (not 0.0.0.0/0) in the conf, then reconnect."
2861
+ },
2862
+ "vnc": {
2863
+ "needInstall": "Install {{stack}}",
2864
+ "needExecute": "YSK_EXECUTE is disabled — cannot install packages or provision Linux users.",
2865
+ "needRoot": "Not running as root — system useradd and vncserver apply are blocked.",
2866
+ "novncAssetsOnly": "noVNC web assets found; websockify binary still missing.",
2867
+ "viewerNeedExecute": "Starting a local VNC desktop for browser view needs root + YSK_EXECUTE",
2868
+ "browserSessionReady": "Browser VNC session ready: {{name}}",
2869
+ "clientPathUserReachable": "Path: user-reachable endpoint — {{name}} → {{target}} (browser via panel)",
2870
+ "clientPathServerProxy": "Path: server proxy — {{name}} → {{target}} (egress via this server)",
2871
+ "clientOpenInBrowserHint": "Use “Open in browser” on the client list for the embedded VNC client",
2872
+ "probeOk": "Reachability OK: control plane can open TCP to {{target}}",
2873
+ "probeRefused": "Nothing is listening on {{target}} (connection refused). Is VNC running on that host?",
2874
+ "probeTimeout": "Timed out connecting to {{target}} from this server. Check firewall / routing.",
2875
+ "probeDns": "Cannot resolve host name «{{host}}».",
2876
+ "probeNet": "Network unreachable for {{target}} from this server.",
2877
+ "probeFailed": "Cannot reach {{target}}: {{detail}}",
2878
+ "probeInvalid": "Invalid VNC target {{host}}:{{port}}",
2879
+ "probeHintUserReachable": "Path is “user-reachable”: this panel must still open TCP to the public host (browser cannot speak RFB alone).",
2880
+ "probeHintServerProxy": "Path is “server proxy”: the target must be reachable from this control-plane host’s network.",
2881
+ "connectHostOverride": "Server proxy: display host {{display}}, TCP connects to {{connect}}",
2882
+ "probeConnectHostHint": "Display target {{display}}, probe/connect address {{connect}} (connect-host override).",
2883
+ "accountNotFound": "VNC account not found",
2884
+ "accountExists": "A VNC account with this name or Linux user already exists",
2885
+ "accountCreated": "Created VNC account {{name}} ({{user}}, display :{{display}})",
2886
+ "accountUpdated": "Updated VNC account {{name}}",
2887
+ "accountDeleted": "Deleted VNC account {{name}}",
2888
+ "invalidName": "Invalid account name",
2889
+ "invalidGeometry": "Invalid resolution (use e.g. 1920x1080)",
2890
+ "displayBusy": "Display number is invalid or already in use",
2891
+ "displayExhausted": "No free VNC display numbers left in range",
2892
+ "userWrittenOnly": "Linux user {{user}} recorded in control plane only (need root + YSK_EXECUTE to useradd)",
2893
+ "userExists": "Linux user {{user}} already exists",
2894
+ "userCreated": "Created Linux user {{user}}",
2895
+ "useraddFailed": "useradd failed for {{user}}: {{detail}}",
2896
+ "userdelBlocked": "Cannot remove Linux user {{user}} without root + YSK_EXECUTE",
2897
+ "userAlreadyGone": "Linux user {{user}} already absent",
2898
+ "userdelFailed": "userdel failed for {{user}}: {{detail}}",
2899
+ "userDeleted": "Removed Linux user {{user}}",
2900
+ "passwordTooShort": "VNC password must be at least 6 characters",
2901
+ "passwordWrittenOnly": "Password marked in control plane only (need root + YSK_EXECUTE for vncpasswd)",
2902
+ "passwordFailed": "Failed to write VNC password: {{detail}}",
2903
+ "passwordSet": "VNC password set for {{user}}",
2904
+ "passwordUpdated": "Password updated for {{name}}",
2905
+ "passwordMetaOnly": "Password stored as meta only until system apply",
2906
+ "xstartupWrittenOnly": "xstartup not written to home (need root + YSK_EXECUTE)",
2907
+ "xstartupWriteFailed": "Failed to write ~/.vnc/xstartup ({{detail}}). Need root + YSK_EXECUTE.",
2908
+ "xstartupFailed": "VNC xstartup/desktop failed on display :{{display}} ({{detail}}). Prefer XFCE profile or install a terminal.",
2909
+ "xstartupWritten": "Wrote {{path}}",
2910
+ "sessionStartBlocked": "Cannot start VNC session without root + YSK_EXECUTE",
2911
+ "sessionStartFailed": "Failed to start display :{{display}}: {{detail}}",
2912
+ "sessionStarted": "Started VNC for {{user}} on :{{display}} (port {{port}})",
2913
+ "sessionStartUnverified": "Start command returned OK but RFB port not yet listening",
2914
+ "sessionAlreadyRunning": "VNC already running for {{user}} on :{{display}} (port {{port}})",
2915
+ "vncserverMissing": "TigerVNC server wrapper (tigervncserver/vncserver) is not installed — use the Install tab",
2916
+ "vncserverWrapperMissing": "Found {{found}} but no tigervncserver/vncserver wrapper — reinstall tigervnc-standalone-server",
2917
+ "vncPackageWithoutBin": "Package tigervnc-standalone-server is installed but the start script is missing — reinstall the package",
2918
+ "needPasswordBeforeStart": "Set a VNC password (≥6 chars) before starting",
2919
+ "displayPortBusy": "Display :{{display}} → port {{port}} is already in use — stop the other session or pick another display",
2920
+ "sessionStartPermission": "Permission denied starting display :{{display}}",
2921
+ "staleLockCleared": "Cleared stale lock for display :{{display}}, retrying",
2922
+ "sessionStopBlocked": "Cannot stop VNC session without root + YSK_EXECUTE",
2923
+ "sessionStopped": "Stopped VNC for {{user}} display :{{display}}",
2924
+ "linuxUserKept": "Kept Linux user {{user}} on the system",
2925
+ "novncStartBlocked": "Cannot start noVNC without root + YSK_EXECUTE",
2926
+ "novncAlreadyRunning": "noVNC already running on port {{port}}",
2927
+ "novncStartFailed": "Failed to start websockify: {{detail}}",
2928
+ "novncStarted": "noVNC listening on 127.0.0.1:{{httpPort}} → RFB {{rfbPort}}",
2929
+ "novncNotRunning": "noVNC was not running",
2930
+ "novncStopBlocked": "Cannot stop noVNC without root + YSK_EXECUTE",
2931
+ "novncStopped": "Stopped noVNC on port {{httpPort}}",
2932
+ "directNeedsAllBind": "RFB bind is localhost — direct clients cannot reach from outside without tunnel",
2933
+ "directOpenFirewall": "Open TCP {{port}} in the firewall for direct clients",
2934
+ "viaServerReady": "noVNC is up — open the local URL or use an SSH tunnel",
2935
+ "viaServerStartFirst": "Start noVNC to enable browser access via the server",
2936
+ "viewTicketIssued": "Issued a short-lived view ticket",
2937
+ "invalidPort": "Invalid port number",
2938
+ "firewallNeedExecute": "Opening UFW ports requires YSK_EXECUTE",
2939
+ "firewallNeedRoot": "Opening UFW ports requires root",
2940
+ "firewallFailed": "ufw allow failed: {{detail}}",
2941
+ "firewallOpened": "UFW allowed TCP {{port}}",
2942
+ "clientInvalid": "Client name and host are required",
2943
+ "clientNotFound": "Client profile not found",
2944
+ "clientUpBlocked": "Cannot connect VNC client without root + YSK_EXECUTE",
2945
+ "clientUpFailed": "Client connect failed: {{detail}}",
2946
+ "clientViaServerUp": "Client {{name}} ready for browser VNC via panel (legacy websockify note retired). Target remains reachable through Open in browser.",
2947
+ "clientDirectUp": "Client {{name}} uses in-browser VNC only (host vncviewer path removed). Open in browser → {{target}}.",
2948
+ "clientNeedViewer": "Desktop vncviewer is optional. Use Open in browser for the embedded VNC client.",
2949
+ "clientDownBlocked": "Cannot disconnect without root + YSK_EXECUTE",
2950
+ "clientDown": "Disconnected client {{name}}",
2951
+ "clientDeleted": "Client profile deleted",
2952
+ "sessionStartCwd": "VNC start failed: working directory not accessible to the session user (display :{{display}}). Fixed by starting from HOME.",
2953
+ "desktopRestarted": "Desktop profile applied and session restarted ({{desktop}}). Reconnect VNC/noVNC.",
2954
+ "desktopNeedsStart": "Desktop profile {{desktop}} written to xstartup. Start the session to apply."
2955
+ },
2956
+ "apache": {
2957
+ "needServerName": "Server name required",
2958
+ "siteExists": "Site already exists",
2959
+ "siteNotFound": "Site not found",
2960
+ "wroteConf": "Wrote {{path}}",
2961
+ "needExecute": "Needs YSK_EXECUTE",
2962
+ "settingsWritten": "Apache defaults written",
2963
+ "managedDir": "Managed dir {{path}}",
2964
+ "dryRun": "Dry run",
2965
+ "copyFailed": "Copy failed: {{file}}",
2966
+ "configOk": "configtest OK",
2967
+ "configFailed": "configtest failed: {{detail}}",
2968
+ "reloaded": "Apache reloaded",
2969
+ "reloadFailed": "Reload failed",
2970
+ "skippedOrphans": "Skipped {{count}} orphan conf(s) (not owned)",
2971
+ "artifactInvalid": "Invalid artifact conf name",
2972
+ "artifactOwned": "Conf {{file}} is owned by a project or standalone site",
2973
+ "artifactNotFound": "Artifact conf not found: {{file}}",
2974
+ "artifactRemoveFailed": "Failed to remove {{file}}: {{detail}}",
2975
+ "artifactRemoved": "Removed orphan conf {{file}}",
2976
+ "artifactSystemPending": "DataDir cleaned; system Apache twin needs YSK_EXECUTE/root to disable",
2977
+ "artifactSystemDisabled": "Disabled system site {{site}}",
2978
+ "artifactSystemFailed": "System disable failed: {{detail}}",
2979
+ "conflictProjectsOnly": "Domain {{name}} is claimed by multiple projects — change a project domain",
2980
+ "cleanupNothing": "No conflicting artifact confs to remove",
2981
+ "conflictOwnedKeep": "Kept owned conf {{file}} (also ServerName {{domain}})",
2982
+ "retiredOrphan": "Retired orphan conf {{file}} (ServerName clash with {{domain}})"
2983
+ },
2984
+ "btTracker": {
2985
+ "needExecute": "YSK_EXECUTE is off — tracker install/start and public ports need system-change permission.",
2986
+ "startWithoutExecute": "Starting tracker without YSK_EXECUTE — listen may work; host firewall will not be opened.",
2987
+ "alreadyRunning": "BitTorrent tracker is already running in this process.",
2988
+ "notRunning": "BitTorrent tracker is not running.",
2989
+ "started": "BitTorrent tracker listening on port {{port}}.",
2990
+ "startFailed": "Failed to start tracker: {{detail}}",
2991
+ "stopped": "BitTorrent tracker stopped.",
2992
+ "maxSeeds": "Maximum concurrent seeds reached ({{n}}).",
2993
+ "seedStarted": "Seeding share {{id}}.",
2994
+ "seedStopped": "Stopped seeding share.",
2995
+ "seedPending": "Seeding not ready yet — start the tracker and ensure YSK_EXECUTE when required.",
2996
+ "notSeeding": "This share is not currently seeded by the control plane.",
2997
+ "btNeedsTracker": "BT share needs a running tracker. Open Files → BT Tracker and start it.",
2998
+ "restoreTrackerFailed": "BT tracker failed to start during boot restore",
2999
+ "restoreDone": "BT restore: seeded {{seeded}}/{{attempted}} (failed {{failed}})",
3000
+ "workerMissing": "Detached worker script missing; started in-process (dies with this process)",
3001
+ "startedDetached": "BT tracker detached worker started (pid {{pid}}, port {{port}})",
3002
+ "runningDetached": "Tracker running as detached worker (pid {{pid}})",
3003
+ "jobQueued": "BT torrent creation queued (large share)",
3004
+ "jobRunning": "BT torrent creation running"
3005
+ }
3006
+ }