clawui 0.1.0 → 0.1.2

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 (619) hide show
  1. package/README.md +20 -11
  2. package/dist/index.js +1 -1
  3. package/locales/ar/extensions/feishu.json +37 -0
  4. package/locales/ar/ui/app.json +107 -0
  5. package/locales/ar/ui/views/agents.json +139 -0
  6. package/locales/ar/ui/views/channels.json +91 -0
  7. package/locales/ar/ui/views/chat.json +23 -0
  8. package/locales/ar/ui/views/config.json +87 -0
  9. package/locales/ar/ui/views/cron.json +64 -0
  10. package/locales/ar/ui/views/debug.json +17 -0
  11. package/locales/ar/ui/views/instances.json +8 -0
  12. package/locales/ar/ui/views/logs.json +12 -0
  13. package/locales/ar/ui/views/nodes.json +91 -0
  14. package/locales/ar/ui/views/overview.json +33 -0
  15. package/locales/ar/ui/views/sessions.json +21 -0
  16. package/locales/ar/ui/views/skills.json +26 -0
  17. package/locales/ar/ui/views/usage.json +242 -0
  18. package/locales/bn/extensions/feishu.json +15 -15
  19. package/locales/bn/ui/app.json +107 -0
  20. package/locales/bn/ui/views/agents.json +104 -19
  21. package/locales/bn/ui/views/channels.json +82 -2
  22. package/locales/bn/ui/views/chat.json +5 -5
  23. package/locales/bn/ui/views/config.json +50 -16
  24. package/locales/bn/ui/views/cron.json +17 -17
  25. package/locales/bn/ui/views/debug.json +5 -5
  26. package/locales/bn/ui/views/instances.json +1 -2
  27. package/locales/bn/ui/views/logs.json +2 -2
  28. package/locales/bn/ui/views/nodes.json +60 -15
  29. package/locales/bn/ui/views/overview.json +10 -12
  30. package/locales/bn/ui/views/sessions.json +5 -4
  31. package/locales/bn/ui/views/skills.json +22 -6
  32. package/locales/bn/ui/views/usage.json +207 -50
  33. package/locales/de/extensions/feishu.json +18 -17
  34. package/locales/de/ui/app.json +107 -0
  35. package/locales/de/ui/views/agents.json +100 -14
  36. package/locales/de/ui/views/channels.json +83 -3
  37. package/locales/de/ui/views/chat.json +2 -2
  38. package/locales/de/ui/views/config.json +44 -10
  39. package/locales/de/ui/views/cron.json +16 -16
  40. package/locales/de/ui/views/debug.json +6 -6
  41. package/locales/de/ui/views/instances.json +1 -2
  42. package/locales/de/ui/views/logs.json +2 -2
  43. package/locales/de/ui/views/nodes.json +57 -12
  44. package/locales/de/ui/views/overview.json +7 -9
  45. package/locales/de/ui/views/sessions.json +2 -1
  46. package/locales/de/ui/views/skills.json +17 -1
  47. package/locales/de/ui/views/usage.json +183 -26
  48. package/locales/eo/extensions/feishu.json +37 -0
  49. package/locales/eo/ui/app.json +107 -0
  50. package/locales/eo/ui/views/agents.json +140 -0
  51. package/locales/eo/ui/views/channels.json +91 -0
  52. package/locales/eo/ui/views/chat.json +23 -0
  53. package/locales/eo/ui/views/config.json +87 -0
  54. package/locales/eo/ui/views/cron.json +64 -0
  55. package/locales/eo/ui/views/debug.json +17 -0
  56. package/locales/eo/ui/views/instances.json +8 -0
  57. package/locales/eo/ui/views/logs.json +12 -0
  58. package/locales/eo/ui/views/nodes.json +91 -0
  59. package/locales/eo/ui/views/overview.json +33 -0
  60. package/locales/eo/ui/views/sessions.json +21 -0
  61. package/locales/eo/ui/views/skills.json +26 -0
  62. package/locales/eo/ui/views/usage.json +242 -0
  63. package/locales/es/extensions/feishu.json +12 -12
  64. package/locales/es/ui/app.json +91 -0
  65. package/locales/es/ui/views/agents.json +79 -19
  66. package/locales/es/ui/views/channels.json +62 -2
  67. package/locales/es/ui/views/chat.json +2 -2
  68. package/locales/es/ui/views/config.json +49 -20
  69. package/locales/es/ui/views/cron.json +10 -16
  70. package/locales/es/ui/views/debug.json +1 -1
  71. package/locales/es/ui/views/instances.json +1 -2
  72. package/locales/es/ui/views/nodes.json +45 -15
  73. package/locales/es/ui/views/overview.json +5 -7
  74. package/locales/es/ui/views/sessions.json +3 -2
  75. package/locales/es/ui/views/skills.json +13 -2
  76. package/locales/es/ui/views/usage.json +152 -33
  77. package/locales/fi/extensions/feishu.json +18 -17
  78. package/locales/fi/ui/app.json +107 -0
  79. package/locales/fi/ui/views/agents.json +104 -19
  80. package/locales/fi/ui/views/channels.json +81 -1
  81. package/locales/fi/ui/views/chat.json +8 -8
  82. package/locales/fi/ui/views/config.json +55 -21
  83. package/locales/fi/ui/views/cron.json +14 -14
  84. package/locales/fi/ui/views/debug.json +9 -9
  85. package/locales/fi/ui/views/instances.json +1 -2
  86. package/locales/fi/ui/views/logs.json +1 -1
  87. package/locales/fi/ui/views/nodes.json +62 -17
  88. package/locales/fi/ui/views/overview.json +13 -15
  89. package/locales/fi/ui/views/sessions.json +5 -4
  90. package/locales/fi/ui/views/skills.json +19 -3
  91. package/locales/fi/ui/views/usage.json +186 -29
  92. package/locales/fr/extensions/feishu.json +19 -19
  93. package/locales/fr/ui/app.json +107 -0
  94. package/locales/fr/ui/views/agents.json +102 -18
  95. package/locales/fr/ui/views/channels.json +83 -3
  96. package/locales/fr/ui/views/chat.json +4 -4
  97. package/locales/fr/ui/views/config.json +49 -15
  98. package/locales/fr/ui/views/cron.json +13 -13
  99. package/locales/fr/ui/views/debug.json +2 -2
  100. package/locales/fr/ui/views/instances.json +1 -2
  101. package/locales/fr/ui/views/logs.json +2 -2
  102. package/locales/fr/ui/views/nodes.json +59 -14
  103. package/locales/fr/ui/views/overview.json +4 -6
  104. package/locales/fr/ui/views/sessions.json +5 -4
  105. package/locales/fr/ui/views/skills.json +19 -3
  106. package/locales/fr/ui/views/usage.json +196 -39
  107. package/locales/hi/extensions/feishu.json +37 -0
  108. package/locales/hi/ui/app.json +107 -0
  109. package/locales/hi/ui/views/agents.json +139 -0
  110. package/locales/hi/ui/views/channels.json +91 -0
  111. package/locales/hi/ui/views/chat.json +23 -0
  112. package/locales/hi/ui/views/config.json +87 -0
  113. package/locales/hi/ui/views/cron.json +64 -0
  114. package/locales/hi/ui/views/debug.json +17 -0
  115. package/locales/hi/ui/views/instances.json +8 -0
  116. package/locales/hi/ui/views/logs.json +12 -0
  117. package/locales/hi/ui/views/nodes.json +91 -0
  118. package/locales/hi/ui/views/overview.json +33 -0
  119. package/locales/hi/ui/views/sessions.json +21 -0
  120. package/locales/hi/ui/views/skills.json +26 -0
  121. package/locales/hi/ui/views/usage.json +242 -0
  122. package/locales/it/extensions/feishu.json +10 -10
  123. package/locales/it/ui/app.json +107 -0
  124. package/locales/it/ui/views/agents.json +100 -14
  125. package/locales/it/ui/views/channels.json +83 -3
  126. package/locales/it/ui/views/chat.json +3 -3
  127. package/locales/it/ui/views/config.json +47 -13
  128. package/locales/it/ui/views/cron.json +10 -11
  129. package/locales/it/ui/views/debug.json +2 -2
  130. package/locales/it/ui/views/instances.json +1 -2
  131. package/locales/it/ui/views/logs.json +2 -2
  132. package/locales/it/ui/views/nodes.json +54 -9
  133. package/locales/it/ui/views/overview.json +4 -6
  134. package/locales/it/ui/views/sessions.json +4 -3
  135. package/locales/it/ui/views/skills.json +19 -3
  136. package/locales/it/ui/views/usage.json +185 -28
  137. package/locales/ja/extensions/feishu.json +26 -26
  138. package/locales/ja/ui/app.json +108 -0
  139. package/locales/ja/ui/views/agents.json +100 -15
  140. package/locales/ja/ui/views/channels.json +81 -1
  141. package/locales/ja/ui/views/chat.json +8 -8
  142. package/locales/ja/ui/views/config.json +45 -11
  143. package/locales/ja/ui/views/cron.json +9 -9
  144. package/locales/ja/ui/views/debug.json +2 -2
  145. package/locales/ja/ui/views/instances.json +0 -1
  146. package/locales/ja/ui/views/logs.json +2 -2
  147. package/locales/ja/ui/views/nodes.json +59 -14
  148. package/locales/ja/ui/views/overview.json +9 -11
  149. package/locales/ja/ui/views/sessions.json +5 -4
  150. package/locales/ja/ui/views/skills.json +19 -3
  151. package/locales/ja/ui/views/usage.json +187 -30
  152. package/locales/ko/extensions/feishu.json +20 -20
  153. package/locales/ko/ui/app.json +107 -0
  154. package/locales/ko/ui/views/agents.json +103 -18
  155. package/locales/ko/ui/views/channels.json +82 -2
  156. package/locales/ko/ui/views/chat.json +5 -5
  157. package/locales/ko/ui/views/config.json +49 -15
  158. package/locales/ko/ui/views/cron.json +5 -5
  159. package/locales/ko/ui/views/debug.json +1 -1
  160. package/locales/ko/ui/views/instances.json +1 -2
  161. package/locales/ko/ui/views/nodes.json +53 -8
  162. package/locales/ko/ui/views/overview.json +5 -7
  163. package/locales/ko/ui/views/sessions.json +3 -2
  164. package/locales/ko/ui/views/skills.json +19 -3
  165. package/locales/ko/ui/views/usage.json +182 -25
  166. package/locales/pa/extensions/feishu.json +37 -0
  167. package/locales/pa/ui/app.json +107 -0
  168. package/locales/pa/ui/views/agents.json +140 -0
  169. package/locales/pa/ui/views/channels.json +91 -0
  170. package/locales/pa/ui/views/chat.json +23 -0
  171. package/locales/pa/ui/views/config.json +87 -0
  172. package/locales/pa/ui/views/cron.json +64 -0
  173. package/locales/pa/ui/views/debug.json +17 -0
  174. package/locales/pa/ui/views/instances.json +8 -0
  175. package/locales/pa/ui/views/logs.json +12 -0
  176. package/locales/pa/ui/views/nodes.json +91 -0
  177. package/locales/pa/ui/views/overview.json +33 -0
  178. package/locales/pa/ui/views/sessions.json +21 -0
  179. package/locales/pa/ui/views/skills.json +26 -0
  180. package/locales/pa/ui/views/usage.json +242 -0
  181. package/locales/pt/extensions/feishu.json +20 -20
  182. package/locales/pt/ui/app.json +107 -0
  183. package/locales/pt/ui/views/agents.json +96 -11
  184. package/locales/pt/ui/views/channels.json +82 -2
  185. package/locales/pt/ui/views/chat.json +3 -3
  186. package/locales/pt/ui/views/config.json +48 -14
  187. package/locales/pt/ui/views/cron.json +12 -12
  188. package/locales/pt/ui/views/debug.json +4 -4
  189. package/locales/pt/ui/views/instances.json +0 -1
  190. package/locales/pt/ui/views/logs.json +1 -1
  191. package/locales/pt/ui/views/nodes.json +59 -14
  192. package/locales/pt/ui/views/overview.json +6 -8
  193. package/locales/pt/ui/views/sessions.json +4 -3
  194. package/locales/pt/ui/views/skills.json +18 -2
  195. package/locales/pt/ui/views/usage.json +188 -31
  196. package/locales/pt-BR/extensions/feishu.json +37 -0
  197. package/locales/pt-BR/ui/app.json +107 -0
  198. package/locales/pt-BR/ui/views/agents.json +139 -0
  199. package/locales/pt-BR/ui/views/channels.json +91 -0
  200. package/locales/pt-BR/ui/views/chat.json +23 -0
  201. package/locales/{pt/ui/views/config-form.render.json → pt-BR/ui/views/config.json} +55 -11
  202. package/locales/pt-BR/ui/views/cron.json +64 -0
  203. package/locales/pt-BR/ui/views/debug.json +17 -0
  204. package/locales/pt-BR/ui/views/instances.json +8 -0
  205. package/locales/pt-BR/ui/views/logs.json +12 -0
  206. package/locales/pt-BR/ui/views/nodes.json +91 -0
  207. package/locales/pt-BR/ui/views/overview.json +33 -0
  208. package/locales/pt-BR/ui/views/sessions.json +21 -0
  209. package/locales/pt-BR/ui/views/skills.json +26 -0
  210. package/locales/pt-BR/ui/views/usage.json +242 -0
  211. package/locales/ru/extensions/feishu.json +37 -0
  212. package/locales/ru/ui/app.json +107 -0
  213. package/locales/ru/ui/views/agents.json +140 -0
  214. package/locales/ru/ui/views/channels.json +91 -0
  215. package/locales/ru/ui/views/chat.json +23 -0
  216. package/locales/ru/ui/views/config.json +87 -0
  217. package/locales/ru/ui/views/cron.json +64 -0
  218. package/locales/ru/ui/views/debug.json +17 -0
  219. package/locales/ru/ui/views/instances.json +12 -0
  220. package/locales/ru/ui/views/logs.json +91 -0
  221. package/locales/ru/ui/views/nodes.json +91 -0
  222. package/locales/ru/ui/views/overview.json +33 -0
  223. package/locales/ru/ui/views/sessions.json +21 -0
  224. package/locales/ru/ui/views/skills.json +26 -0
  225. package/locales/ru/ui/views/usage.json +242 -0
  226. package/locales/te/extensions/feishu.json +37 -0
  227. package/locales/te/ui/app.json +107 -0
  228. package/locales/te/ui/views/agents.json +139 -0
  229. package/locales/te/ui/views/channels.json +91 -0
  230. package/locales/te/ui/views/chat.json +23 -0
  231. package/locales/te/ui/views/config.json +87 -0
  232. package/locales/te/ui/views/cron.json +64 -0
  233. package/locales/te/ui/views/debug.json +17 -0
  234. package/locales/te/ui/views/instances.json +8 -0
  235. package/locales/te/ui/views/logs.json +12 -0
  236. package/locales/te/ui/views/nodes.json +91 -0
  237. package/locales/te/ui/views/overview.json +33 -0
  238. package/locales/te/ui/views/sessions.json +21 -0
  239. package/locales/te/ui/views/skills.json +26 -0
  240. package/locales/te/ui/views/usage.json +242 -0
  241. package/locales/vi/extensions/feishu.json +11 -11
  242. package/locales/vi/ui/app.json +107 -0
  243. package/locales/vi/ui/views/agents.json +106 -21
  244. package/locales/vi/ui/views/channels.json +81 -1
  245. package/locales/vi/ui/views/chat.json +4 -4
  246. package/locales/vi/ui/views/config.json +47 -13
  247. package/locales/vi/ui/views/cron.json +12 -12
  248. package/locales/vi/ui/views/debug.json +6 -6
  249. package/locales/vi/ui/views/instances.json +2 -3
  250. package/locales/vi/ui/views/logs.json +3 -3
  251. package/locales/vi/ui/views/nodes.json +56 -11
  252. package/locales/vi/ui/views/overview.json +9 -11
  253. package/locales/vi/ui/views/sessions.json +4 -3
  254. package/locales/vi/ui/views/skills.json +17 -1
  255. package/locales/vi/ui/views/usage.json +199 -42
  256. package/locales/zh-CN/ui/app.json +107 -0
  257. package/locales/zh-CN/ui/views/agents.json +140 -0
  258. package/locales/zh-CN/ui/views/channels.json +91 -0
  259. package/locales/{zh/ui/views/config-form.render.json → zh-CN/ui/views/config.json} +46 -2
  260. package/locales/{zh → zh-CN}/ui/views/cron.json +1 -1
  261. package/locales/{zh → zh-CN}/ui/views/debug.json +1 -1
  262. package/locales/{zh → zh-CN}/ui/views/instances.json +1 -2
  263. package/locales/{zh → zh-CN}/ui/views/logs.json +1 -1
  264. package/locales/{zh → zh-CN}/ui/views/nodes.json +46 -1
  265. package/locales/{zh → zh-CN}/ui/views/overview.json +15 -17
  266. package/locales/{zh → zh-CN}/ui/views/sessions.json +1 -0
  267. package/locales/zh-CN/ui/views/skills.json +26 -0
  268. package/locales/zh-CN/ui/views/usage.json +242 -0
  269. package/locales/zh-TW/extensions/feishu.json +37 -0
  270. package/locales/zh-TW/ui/app.json +107 -0
  271. package/locales/zh-TW/ui/views/agents.json +140 -0
  272. package/locales/zh-TW/ui/views/channels.json +91 -0
  273. package/locales/zh-TW/ui/views/chat.json +23 -0
  274. package/locales/zh-TW/ui/views/config.json +87 -0
  275. package/locales/zh-TW/ui/views/cron.json +64 -0
  276. package/locales/zh-TW/ui/views/debug.json +17 -0
  277. package/locales/zh-TW/ui/views/instances.json +8 -0
  278. package/locales/zh-TW/ui/views/logs.json +12 -0
  279. package/locales/zh-TW/ui/views/nodes.json +91 -0
  280. package/locales/zh-TW/ui/views/overview.json +33 -0
  281. package/locales/zh-TW/ui/views/sessions.json +21 -0
  282. package/locales/zh-TW/ui/views/skills.json +26 -0
  283. package/locales/zh-TW/ui/views/usage.json +242 -0
  284. package/package.json +1 -1
  285. package/locales/bn/src/config/schema.field-metadata.json +0 -4
  286. package/locales/bn/src/config/schema.irc.json +0 -4
  287. package/locales/bn/src/infra/format-time/app-gateway.json +0 -12
  288. package/locales/bn/ui/app-channels.json +0 -10
  289. package/locales/bn/ui/app-gateway.json +0 -4
  290. package/locales/bn/ui/app-render.helpers.json +0 -12
  291. package/locales/bn/ui/app-render.json +0 -16
  292. package/locales/bn/ui/gateway.json +0 -8
  293. package/locales/bn/ui/navigation.json +0 -31
  294. package/locales/bn/ui/views/agents-panels-status-files.json +0 -7
  295. package/locales/bn/ui/views/agents-panels-tools-skills.json +0 -31
  296. package/locales/bn/ui/views/agents-utils.json +0 -49
  297. package/locales/bn/ui/views/channels.config.json +0 -31
  298. package/locales/bn/ui/views/channels.discord.json +0 -3
  299. package/locales/bn/ui/views/channels.googlechat.json +0 -3
  300. package/locales/bn/ui/views/channels.imessage.json +0 -3
  301. package/locales/bn/ui/views/channels.nostr-profile-form.json +0 -29
  302. package/locales/bn/ui/views/channels.nostr.json +0 -5
  303. package/locales/bn/ui/views/channels.shared.json +0 -3
  304. package/locales/bn/ui/views/channels.signal.json +0 -4
  305. package/locales/bn/ui/views/channels.slack.json +0 -3
  306. package/locales/bn/ui/views/channels.telegram.json +0 -3
  307. package/locales/bn/ui/views/channels.whatsapp.json +0 -3
  308. package/locales/bn/ui/views/config-form.render.json +0 -43
  309. package/locales/bn/ui/views/nodes-exec-approvals.json +0 -45
  310. package/locales/bn/ui/views/skills-grouping.json +0 -7
  311. package/locales/bn/ui/views/skills-shared.json +0 -10
  312. package/locales/bn/ui/views/usage-metrics.json +0 -18
  313. package/locales/bn/ui/views/usage-query.json +0 -34
  314. package/locales/bn/ui/views/usage-render-details.json +0 -62
  315. package/locales/de/src/config/schema.field-metadata.json +0 -4
  316. package/locales/de/src/config/schema.irc.json +0 -4
  317. package/locales/de/src/infra/format-time/app-gateway.json +0 -12
  318. package/locales/de/ui/app-channels.json +0 -10
  319. package/locales/de/ui/app-gateway.json +0 -4
  320. package/locales/de/ui/app-render.helpers.json +0 -12
  321. package/locales/de/ui/app-render.json +0 -16
  322. package/locales/de/ui/gateway.json +0 -8
  323. package/locales/de/ui/navigation.json +0 -31
  324. package/locales/de/ui/views/agents-panels-status-files.json +0 -7
  325. package/locales/de/ui/views/agents-panels-tools-skills.json +0 -31
  326. package/locales/de/ui/views/agents-utils.json +0 -49
  327. package/locales/de/ui/views/channels.config.json +0 -31
  328. package/locales/de/ui/views/channels.discord.json +0 -3
  329. package/locales/de/ui/views/channels.googlechat.json +0 -3
  330. package/locales/de/ui/views/channels.imessage.json +0 -3
  331. package/locales/de/ui/views/channels.nostr-profile-form.json +0 -29
  332. package/locales/de/ui/views/channels.nostr.json +0 -5
  333. package/locales/de/ui/views/channels.shared.json +0 -3
  334. package/locales/de/ui/views/channels.signal.json +0 -4
  335. package/locales/de/ui/views/channels.slack.json +0 -3
  336. package/locales/de/ui/views/channels.telegram.json +0 -3
  337. package/locales/de/ui/views/channels.whatsapp.json +0 -3
  338. package/locales/de/ui/views/config-form.render.json +0 -43
  339. package/locales/de/ui/views/nodes-exec-approvals.json +0 -45
  340. package/locales/de/ui/views/skills-grouping.json +0 -7
  341. package/locales/de/ui/views/skills-shared.json +0 -10
  342. package/locales/de/ui/views/usage-metrics.json +0 -18
  343. package/locales/de/ui/views/usage-query.json +0 -34
  344. package/locales/de/ui/views/usage-render-details.json +0 -62
  345. package/locales/es/src/config/schema.field-metadata.json +0 -4
  346. package/locales/es/src/config/schema.irc.json +0 -4
  347. package/locales/es/src/infra/format-time/app-gateway.json +0 -12
  348. package/locales/es/ui/app-channels.json +0 -10
  349. package/locales/es/ui/app-gateway.json +0 -4
  350. package/locales/es/ui/app-render.helpers.json +0 -12
  351. package/locales/es/ui/app-render.json +0 -16
  352. package/locales/es/ui/gateway.json +0 -8
  353. package/locales/es/ui/navigation.json +0 -31
  354. package/locales/es/ui/views/agents-panels-status-files.json +0 -7
  355. package/locales/es/ui/views/agents-panels-tools-skills.json +0 -31
  356. package/locales/es/ui/views/agents-utils.json +0 -49
  357. package/locales/es/ui/views/channels.config.json +0 -31
  358. package/locales/es/ui/views/channels.discord.json +0 -3
  359. package/locales/es/ui/views/channels.googlechat.json +0 -3
  360. package/locales/es/ui/views/channels.imessage.json +0 -3
  361. package/locales/es/ui/views/channels.nostr-profile-form.json +0 -29
  362. package/locales/es/ui/views/channels.nostr.json +0 -5
  363. package/locales/es/ui/views/channels.shared.json +0 -3
  364. package/locales/es/ui/views/channels.signal.json +0 -4
  365. package/locales/es/ui/views/channels.slack.json +0 -3
  366. package/locales/es/ui/views/channels.telegram.json +0 -3
  367. package/locales/es/ui/views/channels.whatsapp.json +0 -3
  368. package/locales/es/ui/views/config-form.render.json +0 -43
  369. package/locales/es/ui/views/nodes-exec-approvals.json +0 -45
  370. package/locales/es/ui/views/skills-grouping.json +0 -7
  371. package/locales/es/ui/views/skills-shared.json +0 -10
  372. package/locales/es/ui/views/usage-metrics.json +0 -18
  373. package/locales/es/ui/views/usage-query.json +0 -34
  374. package/locales/es/ui/views/usage-render-details.json +0 -62
  375. package/locales/fi/src/config/schema.field-metadata.json +0 -4
  376. package/locales/fi/src/config/schema.irc.json +0 -4
  377. package/locales/fi/src/infra/format-time/app-gateway.json +0 -12
  378. package/locales/fi/ui/app-channels.json +0 -10
  379. package/locales/fi/ui/app-gateway.json +0 -4
  380. package/locales/fi/ui/app-render.helpers.json +0 -12
  381. package/locales/fi/ui/app-render.json +0 -16
  382. package/locales/fi/ui/gateway.json +0 -8
  383. package/locales/fi/ui/navigation.json +0 -31
  384. package/locales/fi/ui/views/agents-panels-status-files.json +0 -7
  385. package/locales/fi/ui/views/agents-panels-tools-skills.json +0 -31
  386. package/locales/fi/ui/views/agents-utils.json +0 -49
  387. package/locales/fi/ui/views/channels.config.json +0 -31
  388. package/locales/fi/ui/views/channels.discord.json +0 -3
  389. package/locales/fi/ui/views/channels.googlechat.json +0 -3
  390. package/locales/fi/ui/views/channels.imessage.json +0 -3
  391. package/locales/fi/ui/views/channels.nostr-profile-form.json +0 -29
  392. package/locales/fi/ui/views/channels.nostr.json +0 -5
  393. package/locales/fi/ui/views/channels.shared.json +0 -3
  394. package/locales/fi/ui/views/channels.signal.json +0 -4
  395. package/locales/fi/ui/views/channels.slack.json +0 -3
  396. package/locales/fi/ui/views/channels.telegram.json +0 -3
  397. package/locales/fi/ui/views/channels.whatsapp.json +0 -3
  398. package/locales/fi/ui/views/config-form.render.json +0 -43
  399. package/locales/fi/ui/views/nodes-exec-approvals.json +0 -45
  400. package/locales/fi/ui/views/skills-grouping.json +0 -7
  401. package/locales/fi/ui/views/skills-shared.json +0 -10
  402. package/locales/fi/ui/views/usage-metrics.json +0 -18
  403. package/locales/fi/ui/views/usage-query.json +0 -35
  404. package/locales/fi/ui/views/usage-render-details.json +0 -62
  405. package/locales/fr/src/config/schema.field-metadata.json +0 -4
  406. package/locales/fr/src/config/schema.irc.json +0 -4
  407. package/locales/fr/src/infra/format-time/app-gateway.json +0 -12
  408. package/locales/fr/ui/app-channels.json +0 -10
  409. package/locales/fr/ui/app-gateway.json +0 -4
  410. package/locales/fr/ui/app-render.helpers.json +0 -12
  411. package/locales/fr/ui/app-render.json +0 -16
  412. package/locales/fr/ui/gateway.json +0 -8
  413. package/locales/fr/ui/navigation.json +0 -31
  414. package/locales/fr/ui/views/agents-panels-status-files.json +0 -7
  415. package/locales/fr/ui/views/agents-panels-tools-skills.json +0 -31
  416. package/locales/fr/ui/views/agents-utils.json +0 -49
  417. package/locales/fr/ui/views/channels.config.json +0 -31
  418. package/locales/fr/ui/views/channels.discord.json +0 -3
  419. package/locales/fr/ui/views/channels.googlechat.json +0 -3
  420. package/locales/fr/ui/views/channels.imessage.json +0 -3
  421. package/locales/fr/ui/views/channels.nostr-profile-form.json +0 -29
  422. package/locales/fr/ui/views/channels.nostr.json +0 -5
  423. package/locales/fr/ui/views/channels.shared.json +0 -3
  424. package/locales/fr/ui/views/channels.signal.json +0 -4
  425. package/locales/fr/ui/views/channels.slack.json +0 -3
  426. package/locales/fr/ui/views/channels.telegram.json +0 -3
  427. package/locales/fr/ui/views/channels.whatsapp.json +0 -3
  428. package/locales/fr/ui/views/config-form.render.json +0 -43
  429. package/locales/fr/ui/views/nodes-exec-approvals.json +0 -45
  430. package/locales/fr/ui/views/skills-grouping.json +0 -7
  431. package/locales/fr/ui/views/skills-shared.json +0 -10
  432. package/locales/fr/ui/views/usage-metrics.json +0 -18
  433. package/locales/fr/ui/views/usage-query.json +0 -34
  434. package/locales/fr/ui/views/usage-render-details.json +0 -62
  435. package/locales/it/src/config/schema.field-metadata.json +0 -4
  436. package/locales/it/src/config/schema.irc.json +0 -4
  437. package/locales/it/src/infra/format-time/app-gateway.json +0 -12
  438. package/locales/it/ui/app-channels.json +0 -10
  439. package/locales/it/ui/app-gateway.json +0 -4
  440. package/locales/it/ui/app-render.helpers.json +0 -12
  441. package/locales/it/ui/app-render.json +0 -16
  442. package/locales/it/ui/gateway.json +0 -8
  443. package/locales/it/ui/navigation.json +0 -31
  444. package/locales/it/ui/views/agents-panels-status-files.json +0 -7
  445. package/locales/it/ui/views/agents-panels-tools-skills.json +0 -31
  446. package/locales/it/ui/views/agents-utils.json +0 -49
  447. package/locales/it/ui/views/channels.config.json +0 -31
  448. package/locales/it/ui/views/channels.discord.json +0 -3
  449. package/locales/it/ui/views/channels.googlechat.json +0 -3
  450. package/locales/it/ui/views/channels.imessage.json +0 -3
  451. package/locales/it/ui/views/channels.nostr-profile-form.json +0 -29
  452. package/locales/it/ui/views/channels.nostr.json +0 -5
  453. package/locales/it/ui/views/channels.shared.json +0 -3
  454. package/locales/it/ui/views/channels.signal.json +0 -4
  455. package/locales/it/ui/views/channels.slack.json +0 -3
  456. package/locales/it/ui/views/channels.telegram.json +0 -3
  457. package/locales/it/ui/views/channels.whatsapp.json +0 -3
  458. package/locales/it/ui/views/config-form.render.json +0 -43
  459. package/locales/it/ui/views/nodes-exec-approvals.json +0 -45
  460. package/locales/it/ui/views/skills-grouping.json +0 -7
  461. package/locales/it/ui/views/skills-shared.json +0 -10
  462. package/locales/it/ui/views/usage-metrics.json +0 -18
  463. package/locales/it/ui/views/usage-query.json +0 -35
  464. package/locales/it/ui/views/usage-render-details.json +0 -62
  465. package/locales/ja/src/config/schema.field-metadata.json +0 -4
  466. package/locales/ja/src/config/schema.irc.json +0 -4
  467. package/locales/ja/src/infra/format-time/app-gateway.json +0 -12
  468. package/locales/ja/ui/app-channels.json +0 -10
  469. package/locales/ja/ui/app-gateway.json +0 -4
  470. package/locales/ja/ui/app-render.helpers.json +0 -12
  471. package/locales/ja/ui/app-render.json +0 -16
  472. package/locales/ja/ui/gateway.json +0 -8
  473. package/locales/ja/ui/navigation.json +0 -31
  474. package/locales/ja/ui/views/agents-panels-status-files.json +0 -7
  475. package/locales/ja/ui/views/agents-panels-tools-skills.json +0 -31
  476. package/locales/ja/ui/views/agents-utils.json +0 -49
  477. package/locales/ja/ui/views/channels.config.json +0 -31
  478. package/locales/ja/ui/views/channels.discord.json +0 -3
  479. package/locales/ja/ui/views/channels.googlechat.json +0 -3
  480. package/locales/ja/ui/views/channels.imessage.json +0 -3
  481. package/locales/ja/ui/views/channels.nostr-profile-form.json +0 -29
  482. package/locales/ja/ui/views/channels.nostr.json +0 -5
  483. package/locales/ja/ui/views/channels.shared.json +0 -3
  484. package/locales/ja/ui/views/channels.signal.json +0 -4
  485. package/locales/ja/ui/views/channels.slack.json +0 -3
  486. package/locales/ja/ui/views/channels.telegram.json +0 -3
  487. package/locales/ja/ui/views/channels.whatsapp.json +0 -3
  488. package/locales/ja/ui/views/config-form.render.json +0 -43
  489. package/locales/ja/ui/views/nodes-exec-approvals.json +0 -45
  490. package/locales/ja/ui/views/skills-grouping.json +0 -7
  491. package/locales/ja/ui/views/skills-shared.json +0 -10
  492. package/locales/ja/ui/views/usage-metrics.json +0 -18
  493. package/locales/ja/ui/views/usage-query.json +0 -34
  494. package/locales/ja/ui/views/usage-render-details.json +0 -62
  495. package/locales/ko/src/config/schema.field-metadata.json +0 -4
  496. package/locales/ko/src/config/schema.irc.json +0 -4
  497. package/locales/ko/src/infra/format-time/app-gateway.json +0 -12
  498. package/locales/ko/ui/app-channels.json +0 -10
  499. package/locales/ko/ui/app-gateway.json +0 -4
  500. package/locales/ko/ui/app-render.helpers.json +0 -12
  501. package/locales/ko/ui/app-render.json +0 -16
  502. package/locales/ko/ui/gateway.json +0 -8
  503. package/locales/ko/ui/navigation.json +0 -31
  504. package/locales/ko/ui/views/agents-panels-status-files.json +0 -7
  505. package/locales/ko/ui/views/agents-panels-tools-skills.json +0 -31
  506. package/locales/ko/ui/views/agents-utils.json +0 -49
  507. package/locales/ko/ui/views/channels.config.json +0 -31
  508. package/locales/ko/ui/views/channels.discord.json +0 -3
  509. package/locales/ko/ui/views/channels.googlechat.json +0 -3
  510. package/locales/ko/ui/views/channels.imessage.json +0 -3
  511. package/locales/ko/ui/views/channels.nostr-profile-form.json +0 -29
  512. package/locales/ko/ui/views/channels.nostr.json +0 -5
  513. package/locales/ko/ui/views/channels.shared.json +0 -3
  514. package/locales/ko/ui/views/channels.signal.json +0 -4
  515. package/locales/ko/ui/views/channels.slack.json +0 -3
  516. package/locales/ko/ui/views/channels.telegram.json +0 -3
  517. package/locales/ko/ui/views/channels.whatsapp.json +0 -3
  518. package/locales/ko/ui/views/config-form.render.json +0 -43
  519. package/locales/ko/ui/views/nodes-exec-approvals.json +0 -45
  520. package/locales/ko/ui/views/skills-grouping.json +0 -7
  521. package/locales/ko/ui/views/skills-shared.json +0 -10
  522. package/locales/ko/ui/views/usage-metrics.json +0 -18
  523. package/locales/ko/ui/views/usage-query.json +0 -34
  524. package/locales/ko/ui/views/usage-render-details.json +0 -62
  525. package/locales/pt/src/config/schema.field-metadata.json +0 -4
  526. package/locales/pt/src/config/schema.irc.json +0 -4
  527. package/locales/pt/src/infra/format-time/app-gateway.json +0 -12
  528. package/locales/pt/ui/app-channels.json +0 -10
  529. package/locales/pt/ui/app-gateway.json +0 -4
  530. package/locales/pt/ui/app-render.helpers.json +0 -12
  531. package/locales/pt/ui/app-render.json +0 -16
  532. package/locales/pt/ui/gateway.json +0 -8
  533. package/locales/pt/ui/navigation.json +0 -31
  534. package/locales/pt/ui/views/agents-panels-status-files.json +0 -7
  535. package/locales/pt/ui/views/agents-panels-tools-skills.json +0 -31
  536. package/locales/pt/ui/views/agents-utils.json +0 -49
  537. package/locales/pt/ui/views/channels.config.json +0 -31
  538. package/locales/pt/ui/views/channels.discord.json +0 -3
  539. package/locales/pt/ui/views/channels.googlechat.json +0 -3
  540. package/locales/pt/ui/views/channels.imessage.json +0 -3
  541. package/locales/pt/ui/views/channels.nostr-profile-form.json +0 -29
  542. package/locales/pt/ui/views/channels.nostr.json +0 -5
  543. package/locales/pt/ui/views/channels.shared.json +0 -3
  544. package/locales/pt/ui/views/channels.signal.json +0 -4
  545. package/locales/pt/ui/views/channels.slack.json +0 -3
  546. package/locales/pt/ui/views/channels.telegram.json +0 -3
  547. package/locales/pt/ui/views/channels.whatsapp.json +0 -3
  548. package/locales/pt/ui/views/nodes-exec-approvals.json +0 -45
  549. package/locales/pt/ui/views/skills-grouping.json +0 -7
  550. package/locales/pt/ui/views/skills-shared.json +0 -10
  551. package/locales/pt/ui/views/usage-metrics.json +0 -18
  552. package/locales/pt/ui/views/usage-query.json +0 -35
  553. package/locales/pt/ui/views/usage-render-details.json +0 -62
  554. package/locales/vi/src/config/schema.field-metadata.json +0 -4
  555. package/locales/vi/src/config/schema.irc.json +0 -4
  556. package/locales/vi/src/infra/format-time/app-gateway.json +0 -12
  557. package/locales/vi/ui/app-channels.json +0 -10
  558. package/locales/vi/ui/app-gateway.json +0 -4
  559. package/locales/vi/ui/app-render.helpers.json +0 -12
  560. package/locales/vi/ui/app-render.json +0 -16
  561. package/locales/vi/ui/gateway.json +0 -8
  562. package/locales/vi/ui/navigation.json +0 -31
  563. package/locales/vi/ui/views/agents-panels-status-files.json +0 -7
  564. package/locales/vi/ui/views/agents-panels-tools-skills.json +0 -31
  565. package/locales/vi/ui/views/agents-utils.json +0 -49
  566. package/locales/vi/ui/views/channels.config.json +0 -31
  567. package/locales/vi/ui/views/channels.discord.json +0 -3
  568. package/locales/vi/ui/views/channels.googlechat.json +0 -3
  569. package/locales/vi/ui/views/channels.imessage.json +0 -3
  570. package/locales/vi/ui/views/channels.nostr-profile-form.json +0 -29
  571. package/locales/vi/ui/views/channels.nostr.json +0 -5
  572. package/locales/vi/ui/views/channels.shared.json +0 -3
  573. package/locales/vi/ui/views/channels.signal.json +0 -4
  574. package/locales/vi/ui/views/channels.slack.json +0 -3
  575. package/locales/vi/ui/views/channels.telegram.json +0 -3
  576. package/locales/vi/ui/views/channels.whatsapp.json +0 -3
  577. package/locales/vi/ui/views/config-form.render.json +0 -43
  578. package/locales/vi/ui/views/nodes-exec-approvals.json +0 -45
  579. package/locales/vi/ui/views/skills-grouping.json +0 -7
  580. package/locales/vi/ui/views/skills-shared.json +0 -10
  581. package/locales/vi/ui/views/usage-metrics.json +0 -18
  582. package/locales/vi/ui/views/usage-query.json +0 -34
  583. package/locales/vi/ui/views/usage-render-details.json +0 -62
  584. package/locales/zh/src/config/schema.field-metadata.json +0 -4
  585. package/locales/zh/src/config/schema.irc.json +0 -4
  586. package/locales/zh/src/infra/format-time/app-gateway.json +0 -12
  587. package/locales/zh/ui/app-channels.json +0 -10
  588. package/locales/zh/ui/app-gateway.json +0 -4
  589. package/locales/zh/ui/app-render.helpers.json +0 -12
  590. package/locales/zh/ui/app-render.json +0 -16
  591. package/locales/zh/ui/gateway.json +0 -8
  592. package/locales/zh/ui/navigation.json +0 -31
  593. package/locales/zh/ui/views/agents-panels-status-files.json +0 -7
  594. package/locales/zh/ui/views/agents-panels-tools-skills.json +0 -31
  595. package/locales/zh/ui/views/agents-utils.json +0 -49
  596. package/locales/zh/ui/views/agents.json +0 -55
  597. package/locales/zh/ui/views/channels.config.json +0 -31
  598. package/locales/zh/ui/views/channels.discord.json +0 -3
  599. package/locales/zh/ui/views/channels.googlechat.json +0 -3
  600. package/locales/zh/ui/views/channels.imessage.json +0 -3
  601. package/locales/zh/ui/views/channels.json +0 -11
  602. package/locales/zh/ui/views/channels.nostr-profile-form.json +0 -29
  603. package/locales/zh/ui/views/channels.nostr.json +0 -5
  604. package/locales/zh/ui/views/channels.shared.json +0 -3
  605. package/locales/zh/ui/views/channels.signal.json +0 -4
  606. package/locales/zh/ui/views/channels.slack.json +0 -3
  607. package/locales/zh/ui/views/channels.telegram.json +0 -3
  608. package/locales/zh/ui/views/channels.whatsapp.json +0 -3
  609. package/locales/zh/ui/views/config.json +0 -53
  610. package/locales/zh/ui/views/nodes-exec-approvals.json +0 -45
  611. package/locales/zh/ui/views/skills-grouping.json +0 -7
  612. package/locales/zh/ui/views/skills-shared.json +0 -10
  613. package/locales/zh/ui/views/skills.json +0 -10
  614. package/locales/zh/ui/views/usage-metrics.json +0 -18
  615. package/locales/zh/ui/views/usage-query.json +0 -35
  616. package/locales/zh/ui/views/usage-render-details.json +0 -62
  617. package/locales/zh/ui/views/usage.json +0 -85
  618. /package/locales/{zh → zh-CN}/extensions/feishu.json +0 -0
  619. /package/locales/{zh → zh-CN}/ui/views/chat.json +0 -0
@@ -0,0 +1,139 @@
1
+ {
2
+ ">No configured models<": ">कोई कॉन्फ़िगर मॉडल नहीं<",
3
+ "\\} configured.<": "} कॉन्फ़िगर किए गए।<",
4
+ "No agents found.": "कोई एजेंट नहीं मिला।",
5
+ ">Select an agent<": ">एक एजेंट चुनें<",
6
+ "Pick an agent to inspect its workspace and tools.": "उसके वर्कस्पेस और टूल का निरीक्षण करने के लिए एक एजेंट चुनें।",
7
+ "Agent workspace and routing.": "एजेंट वर्कस्पेस और रूटिंग।",
8
+ "\"Tools\"": "\"उपकरण\"",
9
+
10
+ ">Overview<": ">अवलोकन<",
11
+ "Workspace paths and identity metadata.": "वर्कस्पेस पथ और पहचान मेटाडेटा।",
12
+ ">Workspace<": ">वर्कस्पेस<",
13
+ ">Primary Model<": ">प्राथमिक मॉडल<",
14
+ ">Identity Name<": ">पहचान नाम<",
15
+ ">Default<": ">डिफ़ॉल्ट<",
16
+ ">Identity Emoji<": ">पहचान इमोजी<",
17
+ ">Skills Filter<": ">कौशल फ़िल्टर<",
18
+ ">Filter<": ">फ़िल्टर<",
19
+ ">Model Selection<": ">मॉडल चयन<",
20
+ ">Primary model": ">प्राथमिक मॉडल",
21
+ " \\(default\\)": " (डिफ़ॉल्ट)",
22
+ "Fallbacks \\(comma-separated\\)": "फ़ॉलबैक (अल्पविराम से अलग किए गए)",
23
+ "Inherit default \\(": "डिफ़ॉल्ट इनहेरिट करें (",
24
+ "\"Inherit default\"": "\"डिफ़ॉल्ट इनहेरिट करें\"",
25
+ ">Fallbacks (comma-separated)<": ">फ़ॉलबैक (अल्पविराम से अलग किए गए)<",
26
+ "\"Save\"": "\"सहेजें\"",
27
+ "\"yes\"": "\"हाँ\"",
28
+ "\"no\"": "\"नहीं\"",
29
+
30
+ "\"Workspace, identity, and model configuration.\"": "\"वर्कस्पेस, पहचान और मॉडल कॉन्फ़िगरेशन।\"",
31
+ "Load channels to see live status.": "लाइव स्थिति देखने के लिए चैनल लोड करें।",
32
+ "Gateway-wide channel status snapshot.": "गेटवे-व्यापी चैनल स्थिति स्नैपशॉट।",
33
+ " Last refresh:": " अंतिम रीफ़्रेश:",
34
+ "No channels found.": "कोई चैनल नहीं मिला।",
35
+ "\\} enabled": "} सक्षम",
36
+ "Workspace and scheduling targets.": "वर्कस्पेस और शेड्यूलिंग लक्ष्य।",
37
+ "Gateway cron status.": "गेटवे क्रॉन स्थिति।",
38
+ ">Next wake<": ">अगला वेकअप<",
39
+ ">Agent Cron Jobs<": ">एजेंट क्रॉन जॉब<",
40
+ "Scheduled jobs targeting this agent.": "इस एजेंट को लक्षित करने वाले शेड्यूल किए गए जॉब।",
41
+ "No jobs assigned.": "कोई जॉब असाइन नहीं किया गया।",
42
+ ">Core Files<": ">मुख्य फ़ाइलें<",
43
+ "Bootstrap persona, identity, and tool guidance.": "बूटस्ट्रैप व्यक्तित्व, पहचान और टूल मार्गदर्शन।",
44
+ ">Workspace:": ">वर्कस्पेस:",
45
+ " Load the agent workspace files to edit core instructions.": " मुख्य निर्देशों को संपादित करने के लिए एजेंट वर्कस्पेस फ़ाइलें लोड करें।",
46
+ "No files found.": "कोई फ़ाइल नहीं मिली।",
47
+ "Select a file to edit.": "संपादित करने के लिए कोई फ़ाइल चुनें।",
48
+ " This file is missing. Saving will create it in the agent workspace.": " यह फ़ाइल गायब है। सहेजने पर यह एजेंट वर्कस्पेस में बन जाएगी।",
49
+ ">Content<": ">सामग्री<",
50
+ ">missing<": ">गायब<",
51
+
52
+
53
+ "\"Files\"": "\"फ़ाइलें\"",
54
+ "\"Read file contents\"": "\"फ़ाइल सामग्री पढ़ें\"",
55
+ "\"Create or overwrite files\"": "\"फ़ाइलें बनाएँ या अधिलेखित करें\"",
56
+ "\"Make precise edits\"": "\"सटीक संपादन करें\"",
57
+ "\"Patch files \\(OpenAI\\)\"": "\"पैच फ़ाइलें (OpenAI)\"",
58
+
59
+ "\"Runtime\"": "\"रनटाइम\"",
60
+ "\"Run shell commands\"": "\"शेल कमांड चलाएँ\"",
61
+ "\"Manage background processes\"": "\"बैकग्राउंड प्रक्रियाएँ प्रबंधित करें\"",
62
+
63
+ "\"Web\"": "\"वेब\"",
64
+ "\"Search the web\"": "\"वेब खोजें\"",
65
+ "\"Fetch web content\"": "\"वेब सामग्री प्राप्त करें\"",
66
+
67
+ "\"Memory\"": "\"मेमोरी\"",
68
+ "\"Semantic search\"": "\"सिमेंटिक खोज\"",
69
+ "\"Read memory files\"": "\"मेमोरी फ़ाइलें पढ़ें\"",
70
+ "\"List sessions\"": "\"सत्र सूचीबद्ध करें\"",
71
+
72
+ "\"Session history\"": "\"सत्र इतिहास\"",
73
+ "\"Send to session": "\"सत्र को भेजें",
74
+ "\"Spawn sub-agent\"": "\"उप-एजेंट बनाएँ\"",
75
+ "\"Session status\"": "\"सत्र स्थिति\"",
76
+
77
+ "\"UI\"": "\"यूआई\"",
78
+ "\"Control web browser\"": "\"वेब ब्राउज़र नियंत्रित करें\"",
79
+ "\"Control canvases\"": "\"कैनवस नियंत्रित करें\"",
80
+
81
+ "\"Send messages\"": "\"संदेश भेजें\"",
82
+
83
+ "\"Automation\"": "\"स्वचालन\"",
84
+ "\"Schedule tasks\"": "\"कार्य शेड्यूल करें\"",
85
+
86
+ "\"Gateway control\"": "\"गेटवे नियंत्रण\"",
87
+ "\"Nodes \\+ devices\"": "\"नोड + डिवाइस\"",
88
+ "\"List agents\"": "\"एजेंट सूचीबद्ध करें\"",
89
+
90
+ "\"Media\"": "\"मीडिया\"",
91
+ "\"Image understanding\"": "\"छवि समझ\"",
92
+
93
+ "\"Minimal\"": "\"न्यूनतम\"",
94
+ "\"Coding\"": "\"कोडिंग\"",
95
+ "\"Messaging\"": "\"मैसेजिंग\"",
96
+ "\"Full\"": "\"पूर्ण\"",
97
+
98
+ "\\} selected": "} चयनित",
99
+ "\"all skills\"": "\"सभी कौशल\"",
100
+
101
+
102
+ ">Agent Context<": ">एजेंट संदर्भ<",
103
+ "\"no accounts\"": "\"कोई खाता नहीं\"",
104
+ " connected`": " कनेक्टेड`",
105
+ " configured`": " कॉन्फ़िगर`",
106
+ "\"not configured\"": "\"कॉन्फ़िगर नहीं\"",
107
+
108
+ "\"agent override\"": "\"एजेंट ओवरराइड\"",
109
+ "\"global default\"": "\"वैश्विक डिफ़ॉल्ट\"",
110
+ "\"default\"": "\"डिफ़ॉल्ट\"",
111
+
112
+ ">Tool Access<": ">टूल एक्सेस<",
113
+ " Profile \\+ per-tool overrides for this agent.": " इस एजेंट के लिए प्रोफ़ाइल + प्रति-टूल ओवरराइड।",
114
+ "> enabled.": "> सक्षम।",
115
+
116
+ " Use All": " सभी का उपयोग करें",
117
+ " Enable All": " सभी सक्षम करें",
118
+ " Disable All": " सभी अक्षम करें",
119
+ " Reload Config": " कॉन्फ़िग पुनः लोड करें",
120
+
121
+ " Reload": " पुनः लोड करें",
122
+
123
+ "Load the gateway config to adjust tool profiles.": "टूल प्रोफ़ाइल समायोजित करने के लिए गेटवे कॉन्फ़िग लोड करें।",
124
+ " This agent is using an explicit allowlist in config. Tool overrides are managed in the Config tab.": "यह एजेंट कॉन्फ़िग में एक स्पष्ट अनुमति सूची का उपयोग कर रहा है। टूल ओवरराइड 'कॉन्फ़िग' टैब में प्रबंधित किए जाते हैं।",
125
+ " Global tools.allow is set. Agent overrides cannot enable tools that are globally blocked.": "वैश्विक tools.allow सेट है। एजेंट ओवरराइड उन टूल को सक्षम नहीं कर सकते जो वैश्विक रूप से अवरुद्ध हैं।",
126
+
127
+ ">Profile<": ">प्रोफ़ाइल<",
128
+ ">Source<": ">स्रोत<",
129
+ ">unsaved<": ">असुरक्षित<",
130
+
131
+ ">Quick Presets<": ">त्वरित प्रीसेट<",
132
+ " Inherit": " इनहेरिट करें",
133
+
134
+ "Per-agent skill allowlist and workspace skills.": "प्रति-एजेंट कौशल अनुमति सूची और वर्कस्पेस कौशल।",
135
+ "Load the gateway config to set per-agent skills.": "प्रति-एजेंट कौशल सेट करने के लिए गेटवे कॉन्फ़िग लोड करें।",
136
+ "This agent uses a custom skill allowlist.": "यह एजेंट कस्टम कौशल अनुमति सूची का उपयोग करता है।",
137
+ "All skills are enabled. Disabling any skill will create a per-agent allowlist.": "सभी कौशल सक्षम हैं। किसी भी कौशल को अक्षम करने से प्रति-एजेंट अनुमति सूची बनेगी।",
138
+ "Load skills for this agent to view workspace-specific entries.": "वर्कस्पेस-विशिष्ट प्रविष्टियाँ देखने के लिए इस एजेंट के लिए कौशल लोड करें।"
139
+ }
@@ -0,0 +1,91 @@
1
+ {
2
+ "Channel health": "चैनल स्वास्थ्य",
3
+ "Channel status snapshots from the gateway.": "गेटवे से चैनल स्थिति स्नैपशॉट।",
4
+ "No snapshot yet.": "अभी तक कोई स्नैपशॉट नहीं।",
5
+ "Channel status and configuration.": "चैनल स्थिति और कॉन्फ़िगरेशन।",
6
+ "\"Yes\"": "\"हाँ\"",
7
+ "\"Active\"": "\"सक्रिय\"",
8
+ "\"No\"": "\"नहीं\"",
9
+ ">Running<": ">चल रहा है<",
10
+ ">Connected<": ">कनेक्टेड<",
11
+
12
+
13
+ "Schema unavailable. Use Raw.": "स्कीमा अनुपलब्ध। रॉ का उपयोग करें।",
14
+ "Channel config schema unavailable.": "चैनल कॉन्फ़िग स्कीमा अनुपलब्ध।",
15
+ "Loading config schema…": "कॉन्फ़िग स्कीमा लोड हो रहा है…",
16
+
17
+ ">Configured<": ">कॉन्फ़िगर किया गया<",
18
+ ">Linked<": ">लिंक किया गया<",
19
+ ">Last start<": ">अंतिम प्रारंभ<",
20
+ ">Last probe<": ">अंतिम जांच<",
21
+ ">Last connect<": ">अंतिम कनेक्ट<",
22
+ ">Last message<": ">अंतिम संदेश<",
23
+ ">Last inbound<": ">अंतिम इनबाउंड<",
24
+ ">Auth age<": ">प्रमाणीकरण आयु<",
25
+ ">Mode<": ">मोड<",
26
+ ">Credential<": ">क्रेडेंशियल<",
27
+ ">Public Key<": ">सार्वजनिक कुंजी<",
28
+ ">Audience<": ">दर्शक वर्ग<",
29
+ ">Profile<": ">प्रोफ़ाइल<",
30
+
31
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "कोई प्रोफ़ाइल सेट नहीं है। अपना नाम, बायो और अवतार जोड़ने के लिए \"प्रोफ़ाइल संपादित करें\" पर क्लिक करें।",
32
+ "\"Saving…\"": "\"सहेजा जा रहा है…\"",
33
+ "\"Save\"": "\"सहेजें\"",
34
+ " probe": " जांच करें",
35
+
36
+ " Probe": " जांच करें",
37
+ "\"ok\" \\:": "\"ठीक\" :",
38
+ "\"failed\"": "\"विफल\"",
39
+
40
+ "Decentralized DMs via Nostr relays \\(NIP-04\\).": "Nostr रिले (NIP-04) के माध्यम से विकेंद्रीकृत डीएम।",
41
+
42
+
43
+ "Chat API webhook status and channel configuration.": "चैट API वेबहुक स्थिति और चैनल कॉन्फ़िगरेशन।",
44
+
45
+ "macOS bridge status and channel configuration.": "macOS ब्रिज स्थिति और चैनल कॉन्फ़िगरेशन।",
46
+
47
+
48
+ ">Edit Profile<": ">प्रोफ़ाइल संपादित करें<",
49
+ ">Account: ": ">खाता: ",
50
+
51
+ "\"Username\"": "\"उपयोगकर्ता नाम\"",
52
+ "\"Short username \\(": "\"लघु उपयोगकर्ता नाम (",
53
+ "\"Display Name\"": "\"प्रदर्शन नाम\"",
54
+ "Your full display name": "आपका पूरा प्रदर्शन नाम",
55
+ "\"Bio\"": "\"बायो\"",
56
+ "Tell people about yourself...": "अपने बारे में लोगों को बताएं...",
57
+ "\"Avatar URL\"": "\"अवतार URL\"",
58
+ "A brief bio or description": "एक संक्षिप्त जीवनी या विवरण",
59
+ "\"Banner URL\"": "\"बैनर URL\"",
60
+ "HTTPS URL to your profile picture": "आपकी प्रोफ़ाइल फ़ोटो का HTTPS URL",
61
+ "HTTPS URL to a banner image": "बैनर छवि का HTTPS URL",
62
+ "\"Website\"": "\"वेबसाइट\"",
63
+ "Your personal website": "आपकी व्यक्तिगत वेबसाइट",
64
+ "\"NIP-05 Identifier\"": "\"NIP-05 पहचानकर्ता\"",
65
+ "\"Verifiable identifier ": "\"सत्यापन योग्य पहचानकर्ता ",
66
+ "\"Lightning Address\"": "\"लाइटनिंग पता\"",
67
+ "\"Lightning address for tips ": "\"टिप्स के लिए लाइटनिंग पता ",
68
+ "\"Saving...\"": "\"सहेजा जा रहा है...\"",
69
+ "Save & Publish": "सहेजें और प्रकाशित करें",
70
+ "\"Importing...\"": "\"आयात किया जा रहा है...\"",
71
+ "\"Import from Relays\"": "\"रिले से आयात करें\"",
72
+ "\"Hide Advanced\"": "\"उन्नत छुपाएं\"",
73
+ "\"Show Advanced\"": "\"उन्नत दिखाएं\"",
74
+ " You have unsaved changes": " आपके पास असुरक्षित परिवर्तन हैं",
75
+
76
+ ">Display Name<": ">प्रदर्शन नाम<",
77
+ ">About<": ">बारे में<",
78
+
79
+ ">Accounts ": ">खाते ",
80
+
81
+
82
+ "signal-cli status and channel configuration.": "signal-cli स्थिति और चैनल कॉन्फ़िगरेशन।",
83
+ ">Base URL<": ">आधार URL<",
84
+
85
+
86
+ "Socket mode status and channel configuration.": "सॉकेट मोड स्थिति और चैनल कॉन्फ़िगरेशन।",
87
+
88
+ "Bot status and channel configuration.": "बॉट स्थिति और चैनल कॉन्फ़िगरेशन।",
89
+
90
+ "Link WhatsApp Web and monitor connection health.": "WhatsApp वेब लिंक करें और कनेक्शन स्वास्थ्य की निगरानी करें।"
91
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "Compacting context...": "संदर्भ संक्षिप्त किया जा रहा है...",
3
+ "Context compacted": "संदर्भ संक्षिप्त हो गया",
4
+ "Attachment preview": "अटैचमेंट पूर्वावलोकन",
5
+ "Remove attachment": "अटैचमेंट हटाएँ",
6
+ "Add a message or paste more images...": "एक संदेश जोड़ें या और छवियाँ चिपकाएँ...",
7
+ "Message \\(↩ to send, Shift\\+↩ for line breaks, paste images\\)": "संदेश (भेजने के लिए ↩, लाइन ब्रेक के लिए Shift+↩, छवियाँ चिपकाएँ)",
8
+ "Connect to the gateway to start chatting…": "चैट शुरू करने के लिए गेटवे से कनेक्ट करें…",
9
+ "Loading chat…": "चैट लोड हो रही है…",
10
+ "Exit focus mode": "फ़ोकस मोड से बाहर निकलें",
11
+ ">Queued ": ">कतारबद्ध ",
12
+ "Image \\(": "छवि (",
13
+ "Remove queued message": "कतारबद्ध संदेश हटाएँ",
14
+ "New messages ": "नए संदेश ",
15
+ ">Message<": ">संदेश<",
16
+ "\"Stop\"": "\"रोकें\"",
17
+ "New session": "नया सत्र",
18
+ "\"Queue\"": "\"कतार\"",
19
+ "\"Send\"": "\"भेजें\"",
20
+ "Showing last ": "अंतिम दिखा रहा है ",
21
+ "\\} messages": "} संदेश",
22
+ "\\} hidden": "} छुपे हुए"
23
+ }
@@ -0,0 +1,87 @@
1
+ {
2
+ ">All Settings<": ">सभी सेटिंग<",
3
+
4
+ "\"Environment Variables\"": "\"पर्यावरण चर\"",
5
+ "Environment variables passed to the gateway process": "गेटवे प्रक्रिया में पास किए गए पर्यावरण चर",
6
+ "\"Updates\"": "\"अपडेट \"",
7
+ "Auto-update settings and release channel": "स्वचालित अपडेट सेटिंग और रिलीज़ चैनल",
8
+ "Agent configurations, models, and identities": "एजेंट कॉन्फ़िगरेशन, मॉडल और पहचान",
9
+ "API keys and authentication profiles": "API कुंजियाँ और प्रमाणीकरण प्रोफ़ाइल",
10
+ "Messaging channels (Telegram, Discord, Slack, etc.)": "मैसेजिंग चैनल (Telegram, Discord, Slack, आदि)",
11
+ "Custom slash commands": "कस्टम स्लैश कमांड",
12
+ "Webhooks and event hooks": "वेबहुक और इवेंट हुक",
13
+ "Skill packs and capabilities": "कौशल पैक और क्षमताएँ",
14
+ "Tool configurations (browser, search, etc.)": "टूल कॉन्फ़िगरेशन (ब्राउज़र, खोज, आदि)",
15
+ "Gateway server settings (port, auth, binding)": "गेटवे सर्वर सेटिंग (पोर्ट, प्रमाणीकरण, बाइंडिंग)",
16
+ "Setup wizard state and history": "सेटअप विज़ार्ड स्थिति और इतिहास",
17
+ "\"Metadata\"": "\"मेटाडेटा\"",
18
+ "Gateway metadata and version information": "गेटवे मेटाडेटा और संस्करण जानकारी",
19
+ "Log levels and output configuration": "लॉग स्तर और आउटपुट कॉन्फ़िगरेशन",
20
+ "\"Browser\"": "\"ब्राउज़र\"",
21
+ "Browser automation settings": "ब्राउज़र स्वचालन सेटिंग",
22
+ "User interface preferences": "उपयोगकर्ता इंटरफ़ेस प्राथमिकताएँ",
23
+ "AI model configurations and providers": "AI मॉडल कॉन्फ़िगरेशन और प्रदाता",
24
+ "\"Bindings\"": "\"बाइंडिंग\"",
25
+ "Key bindings and shortcuts": "कुंजी बाइंडिंग और शॉर्टकट",
26
+ "\"Broadcast\"": "\"प्रसारण\"",
27
+ "Broadcast and notification settings": "प्रसारण और सूचना सेटिंग",
28
+ "\"Audio\"": "\"ऑडियो\"",
29
+ "Audio input/output settings": "ऑडियो इनपुट/आउटपुट सेटिंग",
30
+ "Session management and persistence": "सत्र प्रबंधन और दृढ़ता",
31
+ "Scheduled tasks and automation": "अनुसूचित कार्य और स्वचालन",
32
+ "Web server and API settings": "वेब सर्वर और API सेटिंग",
33
+ "\"Discovery\"": "\"खोज\"",
34
+ "Service discovery and networking": "सेवा खोज और नेटवर्किंग",
35
+ "Canvas rendering and display": "कैनवस रेंडरिंग और प्रदर्शन",
36
+ "\"Talk\"": "\"बातचीत\"",
37
+ "Voice and speech settings": "वॉयस और स्पीच सेटिंग",
38
+ "\"Plugins\"": "\"प्लगइन\"",
39
+ "Plugin management and extensions": "प्लगइन प्रबंधन और एक्सटेंशन",
40
+ ">Schema unavailable.<": ">स्कीमा अनुपलब्ध।<",
41
+ "Unsupported schema. Use Raw.": "असमर्थित स्कीमा। रॉ का उपयोग करें।",
42
+ "No settings match ": "कोई सेटिंग मेल नहीं खाती ",
43
+ "No settings in this section": "इस अनुभाग में कोई सेटिंग नहीं",
44
+
45
+
46
+ "\"Environment\"": "\"पर्यावरण\"",
47
+ "\"Authentication\"": "\"प्रमाणीकरण\"",
48
+ "\"Commands\"": "\"कमांड\"",
49
+ "\"Hooks\"": "\"हुक\"",
50
+ "\"Gateway\"": "\"गेटवे\"",
51
+ "\"Setup Wizard\"": "\"सेटअप विज़ार्ड\"",
52
+
53
+ "\"Meta\"": "\"मेटा\"",
54
+ "\"Diagnostics\"": "\"निदान\"",
55
+ "\"Logging\"": "\"लॉगिंग\"",
56
+ "\"Ui\"": "\"यूआई\"",
57
+ "\"Models\"": "\"मॉडल\"",
58
+ "\"NodeHost\"": "\"नोड होस्ट\"",
59
+ "\"Media\"": "\"मीडिया\"",
60
+ "\"Messages\"": "\"संदेश\"",
61
+ "\"Approvals\"": "\"अनुमोदन\"",
62
+ "\"Session\"": "\"सत्र\"",
63
+ "\"Cron\"": "\"क्रॉन\"",
64
+ "\"Web\"": "\"वेब\"",
65
+ "\"CanvasHost\"": "\"कैनवस होस्ट\"",
66
+ "\"Memory\"": "\"मेमोरी\"",
67
+
68
+ ">Settings<": ">सेटिंग<",
69
+ "\"unknown\"": "\"अज्ञात\"",
70
+ "\"valid\"": "\"मान्य\"",
71
+ "\"invalid\"": "\"अमान्य\"",
72
+ "\"Unsaved changes\"": "\"असुरक्षित परिवर्तन\"",
73
+ " unsaved change\\$": " असुरक्षित परिवर्तन$",
74
+ "Search settings...": "सेटिंग खोजें...",
75
+ ">No changes<": ">कोई परिवर्तन नहीं<",
76
+ "\"Reload\"": "\"पुनः लोड करें\"",
77
+ "\"Applying…\"": "\"लागू किया जा रहा है…\"",
78
+ "\"Apply\"": "\"लागू करें\"",
79
+ "\"Updating…\"": "\"अपडेट किया जा रहा है…\"",
80
+ "\"Update\"": "\"अपडेट करें\"",
81
+ ">View ": ">देखें ",
82
+ "\\} pending": "} लंबित",
83
+ " change\\$": " परिवर्तन$",
84
+ "Loading schema…": "स्कीमा लोड हो रहा है…",
85
+ " Form view can't safely edit some fields. Use Raw to avoid losing config entries.": "फ़ॉर्म दृश्य कुछ फ़ील्ड को सुरक्षित रूप से संपादित नहीं कर सकता। कॉन्फ़िग प्रविष्टियाँ खोने से बचने के लिए रॉ का उपयोग करें।",
86
+ ">Raw JSON5<": ">रॉ JSON5<"
87
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ ">Scheduler<": ">शेड्यूलर<",
3
+ "Gateway-owned cron scheduler status.": "गेटवे-स्वामित्व वाले क्रॉन शेड्यूलर की स्थिति।",
4
+ ">Enabled<": ">सक्षम<",
5
+ "\"Refreshing…\"": "\"रीफ़्रेश किया जा रहा है…\"",
6
+ ">New Job<": ">नया कार्य<",
7
+ "Create a scheduled wakeup or agent run.": "एक अनुसूचित वेकअप या एजेंट रन बनाएँ।",
8
+ ">Name<": ">नाम<",
9
+ ">Description<": ">विवरण<",
10
+ ">Agent ID<": ">एजेंट आईडी<",
11
+ ">Schedule<": ">अनुसूची<",
12
+ ">Every<": ">हर<",
13
+ ">At<": ">पर<",
14
+ ">Cron<": ">क्रॉन<",
15
+
16
+ ">Main<": ">मुख्य<",
17
+ ">Isolated<": ">पृथक<",
18
+
19
+ ">Session<": ">सत्र<",
20
+ ">Wake mode<": ">वेक मोड<",
21
+ ">Now<": ">अब<",
22
+ ">Next heartbeat<": ">अगला हार्टबीट<",
23
+
24
+ ">Payload<": ">पेलोड<",
25
+ ">System event<": ">सिस्टम इवेंट<",
26
+ ">Agent turn<": ">एजेंट टर्न<",
27
+ "\"System text\"": "\"सिस्टम टेक्स्ट\"",
28
+ "\"Agent message\"": "\"एजेंट संदेश\"",
29
+
30
+ ">Delivery<": ">डिलीवरी<",
31
+ "Announce summary ": "सारांश घोषित करें ",
32
+ "None \\(internal\\)": "कोई नहीं (आंतरिक)",
33
+ "Timeout \\(seconds\\)": "टाइमआउट (सेकंड)",
34
+ ">Channel<": ">चैनल<",
35
+ ">To<": ">को<",
36
+ "1555… or chat id": "1555… या चैट आईडी",
37
+
38
+ "\"Add job\"": "\"कार्य जोड़ें\"",
39
+ ">Jobs<": ">कार्य<",
40
+ "All scheduled jobs stored in the gateway.": "गेटवे में संग्रहीत सभी अनुसूचित कार्य।",
41
+ "No jobs yet.": "अभी तक कोई कार्य नहीं।",
42
+ ">Run history<": ">रन इतिहास<",
43
+ ">Latest runs for ": ">के लिए नवीनतम रन ",
44
+ "Select a job to inspect run history.": "रन इतिहास देखने के लिए कोई कार्य चुनें।",
45
+ "No runs yet.": "अभी तक कोई रन नहीं।",
46
+ ">Run at<": ">इस समय चलाएँ<",
47
+ ">Unit<": ">इकाई<",
48
+ ">Minutes<": ">मिनट<",
49
+ ">Days<": ">दिन<",
50
+ ">Expression<": ">अभिव्यक्ति<",
51
+ "Timezone \\(optional\\)": "समय क्षेत्र (वैकल्पिक)",
52
+ ">Agent: ": ">एजेंट: ",
53
+ "\"enabled\"": "\"सक्षम\"",
54
+ "\"disabled\"": "\"अक्षम\"",
55
+ "\"Enable\"": "\"सक्षम करें\"",
56
+ "\"Disable\"": "\"अक्षम करें\"",
57
+ ">System<": ">सिस्टम<",
58
+ ">Status<": ">स्थिति<",
59
+ ">Next<": ">अगला<",
60
+ ">Last<": ">अंतिम<",
61
+ ">Open run chat<": ">रन चैट खोलें<",
62
+
63
+ "\"\\(select a job\\)\"": "\"(कोई कार्य चुनें)\""
64
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ ">Snapshots<": ">स्नैपशॉट<",
3
+ "Status, health, and heartbeat data.": "स्थिति, स्वास्थ्य और हार्टबीट डेटा।",
4
+ " Security audit:": " सुरक्षा ऑडिट:",
5
+ "\\}. Run": "}. चलाएँ",
6
+ "> for details.": "> विवरण के लिए।",
7
+ ">Last heartbeat<": ">अंतिम हार्टबीट<",
8
+ ">Manual RPC<": ">मैनुअल RPC<",
9
+ "Send a raw gateway method with JSON params.": "JSON पैरामीटर के साथ एक रॉ गेटवे विधि भेजें।",
10
+ ">Method<": ">विधि<",
11
+ ">Params \\(JSON\\)<": ">पैरामीटर (JSON)<",
12
+ ">Models<": ">मॉडल<",
13
+ ">Call<": ">कॉल करें<",
14
+ "Catalog from models.list.": "models.list से कैटलॉग।",
15
+ ">Event Log<": ">इवेंट लॉग<",
16
+ "Latest gateway events.": "नवीनतम गेटवे इवेंट।"
17
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ ">Connected Instances<": ">कनेक्टेड इंस्टेंस<",
3
+ "\"unknown host\"": "\"अज्ञात होस्ट\"",
4
+ "\"Loading…\"": "\"लोड हो रहा है… \"",
5
+ "\"Refresh\"": "\"रीफ़्रेश करें\"",
6
+ ">Last input ": ">अंतिम इनपुट ",
7
+ ">Reason ": ">कारण "
8
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ ">Logs<": ">लॉग<",
3
+ "Gateway file logs \\(JSONL\\).": "गेटवे फ़ाइल लॉग (JSONL)।",
4
+ "\"filtered\"": "\"फ़िल्टर किया गया\"",
5
+ "\"visible\"": "\"दृश्यमान\"",
6
+ " Export ": " निर्यात करें ",
7
+ "\"Search logs\"": "\"लॉग खोजें\"",
8
+ ">Auto-follow<": ">ऑटो-फ़ॉलो<",
9
+ "Log output truncated; showing latest chunk.": "लॉग आउटपुट छोटा किया गया; नवीनतम भाग दिखा रहा है।",
10
+ ">Last heartbeat<": ">अंतिम हार्टबीट<",
11
+ "No log entries.": "कोई लॉग प्रविष्टि नहीं।"
12
+ }
@@ -0,0 +1,91 @@
1
+ {
2
+ ">Nodes<": ">नोड<",
3
+ "Paired devices and live links.": "युग्मित डिवाइस और लाइव लिंक।",
4
+ "No nodes found.": "कोई नोड नहीं मिला।",
5
+
6
+ ">Devices<": ">डिवाइस<",
7
+ "Pairing requests \\+ role tokens.": "युग्मन अनुरोध + भूमिका टोकन।",
8
+ "\"Loading…\" : \"Refresh\"\\}": "\"लोड हो रहा है…\" : \"रीफ़्रेश करें\"}",
9
+ ">Pending<": ">लंबित<",
10
+ ">Paired<": ">युग्मित<",
11
+ "No paired devices.": "कोई युग्मित डिवाइस नहीं।",
12
+
13
+ " · requested ": " · अनुरोध किया गया",
14
+ " Approve": " स्वीकृत करें",
15
+ " Reject": " अस्वीकार करें",
16
+
17
+ ">Tokens: none<": ">टोकन: कोई नहीं<",
18
+ " Rotate": " घुमाएँ",
19
+ " Revoke": " रद्द करें",
20
+
21
+ ">Exec node binding<": ">नोड बाइंडिंग निष्पादित करें<",
22
+ "Pin agents to a specific node when using <span class=\"mono\">exec host=node</span>.": "<span class=\"mono\">exec host=node</span> का उपयोग करते समय एजेंटों को किसी विशिष्ट नोड पर पिन करें।",
23
+ "Switch the Config tab to <strong>Form<\/strong> mode to edit bindings here.": "यहां बाइंडिंग संपादित करने के लिए Config टैब को <strong>Form<\/strong> मोड में स्विच करें।",
24
+ "Load config to edit bindings.": "बाइंडिंग संपादित करने के लिए कॉन्फ़िग लोड करें।",
25
+ "\"Load config\"": "\"कॉन्फ़िग लोड करें\"",
26
+ ">Default binding<": ">डिफ़ॉल्ट बाइंडिंग<",
27
+ "Used when agents do not override a node binding.": "जब एजेंट नोड बाइंडिंग को ओवरराइड नहीं करते हैं तो उपयोग किया जाता है।",
28
+ ">Any node<": ">कोई भी नोड<",
29
+ "No nodes with system.run available.": "system.run उपलब्ध वाला कोई नोड नहीं।",
30
+
31
+ ">Target<": ">लक्ष्य<",
32
+ " Gateway edits local approvals; node edits the selected node.": "गेटवे स्थानीय अनुमोदन संपादित करता है; नोड चयनित नोड को संपादित करता है।",
33
+
34
+ ">Host<": ">होस्ट<",
35
+ ">Security<": ">सुरक्षा<",
36
+ "\"default agent\"": "\"डिफ़ॉल्ट एजेंट\"",
37
+ "\"agent\"\\}": "\"एजेंट\"}",
38
+ "`uses default \\(": "`डिफ़ॉल्ट का उपयोग करता है (",
39
+ "`Using default \\(": "`डिफ़ॉल्ट का उपयोग कर रहा है (",
40
+ "`Override \\(": "`ओवरराइड (",
41
+ " \"any\"\\}": " \"कोई भी\"}",
42
+ ": `override: ": ": `ओवरराइड:",
43
+ ">Binding<": ">बाइंडिंग<",
44
+ "\"paired\" : \"unpaired\"\\}": "\"युग्मित\" : \"अयुग्मित\"}",
45
+ "\"connected\" : \"offline\"\\}": "\"कनेक्टेड\" : \"ऑफ़लाइन\"}",
46
+
47
+
48
+ "\"Deny\"": "\"अस्वीकार करें\"",
49
+ "\"Allowlist\"": "\"अनुमति सूची\"",
50
+ "\"Off\"": "\"बंद\"",
51
+ "\"On miss\"": "\"मिस होने पर\"",
52
+ "\"Always\"": "\"हमेशा\"",
53
+
54
+ ">Exec approvals<": ">निष्पादन अनुमोदन<",
55
+ "Allowlist and approval policy for \\<span class=\"mono\">exec host=gateway/node\\</span>.": "<span class=\"mono\">exec host=gateway/node</span> के लिए अनुमति सूची और अनुमोदन नीति।",
56
+ "\"Load approvals\"": "\"अनुमोदन लोड करें\"",
57
+ "Load exec approvals to edit allowlists.":"अनुमति सूची संपादित करने के लिए निष्पादन अनुमोदन लोड करें।",
58
+ "Gateway edits local approvals; node edits the selected node.": "गेटवे स्थानीय अनुमोदन संपादित करता है; नोड चयनित नोड को संपादित करता है।",
59
+
60
+ ">Gateway<": ">गेटवे<",
61
+ ">Node<": ">नोड<",
62
+ ">Select node<": ">नोड चुनें<",
63
+ "No nodes advertise exec approvals yet.": "अभी तक कोई नोड निष्पादन अनुमोदन का विज्ञापन नहीं करता है।",
64
+
65
+ ">Scope<": ">दायरा<",
66
+ " Defaults": " डिफ़ॉल्ट",
67
+
68
+ "\"Default security mode.\"": "\"डिफ़ॉल्ट सुरक्षा मोड।\"",
69
+ "`Default: ": "`डिफ़ॉल्ट: ",
70
+ " Use default": " डिफ़ॉल्ट का उपयोग करें",
71
+ "\"Default prompt policy.\"": "\"डिफ़ॉल्ट प्रॉम्प्ट नीति।\"",
72
+ ">Ask<": ">पूछें<",
73
+ ">Ask fallback<": ">फ़ॉलबैक पूछें<",
74
+ "Applied when the UI prompt is unavailable.": "जब UI प्रॉम्प्ट अनुपलब्ध हो तो लागू किया जाता है।",
75
+ ">Fallback<": ">फ़ॉलबैक<",
76
+
77
+ ">Auto-allow skill CLIs<": ">स्वचालित रूप से कौशल CLI की अनुमति दें<",
78
+ "Allow skill executables listed by the Gateway.": "गेटवे द्वारा सूचीबद्ध कौशल निष्पादन योग्य की अनुमति दें।",
79
+ "\"on\" \\: \"off\"\\}": "\"चालू\" : \"बंद\"}",
80
+ ": `Override \\(": ": `ओवरराइड (",
81
+
82
+
83
+ ">Allowlist<": ">अनुमति सूची<",
84
+ "Case-insensitive glob patterns.": "केस-असंवेदनशील ग्लोब पैटर्न।",
85
+ " Add pattern": " पैटर्न जोड़ें",
86
+ ">Pattern<": ">पैटर्न<",
87
+ "No allowlist entries yet.": "अभी तक कोई अनुमति सूची प्रविष्टि नहीं।",
88
+ "\"New pattern\"": "\"नया पैटर्न\"",
89
+ ">Last used: ": ">अंतिम बार उपयोग किया गया:",
90
+ " Remove": " हटाएँ"
91
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "Gateway Access": "गेटवे एक्सेस",
3
+ "Where the dashboard connects and how it authenticates.": "डैशबोर्ड कहाँ कनेक्ट होता है और यह कैसे प्रमाणित करता है।",
4
+ "Gateway Token": "गेटवे टोकन",
5
+ "Password \\(not stored\\)": "पासवर्ड (संग्रहीत नहीं)",
6
+ "Default Session Key": "डिफ़ॉल्ट सत्र कुंजी",
7
+ "\"system or shared password\"": "\"सिस्टम या साझा पासवर्ड\"",
8
+ ">Connect<": ">कनेक्ट करें<",
9
+ ">Refresh<": ">रीफ़्रेश करें<",
10
+ "Click Connect to apply connection changes.": "कनेक्शन परिवर्तन लागू करने के लिए कनेक्ट पर क्लिक करें।",
11
+ ">Snapshot<": ">स्नैपशॉट<",
12
+ "Latest gateway handshake information.": "नवीनतम गेटवे हैंडशेक जानकारी।",
13
+ "\"Connected\"": "\"कनेक्टेड\"",
14
+ "\"Disconnected\"": "\"डिस्कनेक्टेड\"",
15
+ ">Uptime<": ">अपटाइम<",
16
+ ">Tick Interval<": ">टिक अंतराल<",
17
+ ">Last Channels Refresh<": ">अंतिम चैनल रीफ़्रेश<",
18
+ "Use Channels to link WhatsApp, Telegram, Discord, Signal, or iMessage.": "WhatsApp, Telegram, Discord, Signal या iMessage लिंक करने के लिए चैनल का उपयोग करें।",
19
+ ">Instances<": ">इंस्टेंस<",
20
+ "Presence beacons in the last 5 minutes.": "पिछले 5 मिनट में उपस्थिति बीकन।",
21
+ ">Sessions<": ">सत्र<",
22
+ "Recent session keys tracked by the gateway.": "गेटवे द्वारा ट्रैक की गई हाल की सत्र कुंजियाँ।",
23
+ "\"Enabled\"": "\"सक्षम\"",
24
+ "\"Disabled\"": "\"अक्षम\"",
25
+ "Next wake": "अगला वेकअप",
26
+ ">Notes<": ">नोट्स<",
27
+ "Quick reminders for remote control setups.": "रिमोट कंट्रोल सेटअप के लिए त्वरित अनुस्मारक।",
28
+ "Prefer serve mode to keep the gateway on loopback with tailnet auth.": "tailnet प्रमाणीकरण के साथ गेटवे को लूपबैक पर रखने के लिए सर्व मोड पसंद करें।",
29
+ "Session hygiene": "सत्र स्वच्छता",
30
+ "Use /new or sessions.patch to reset context.": "संदर्भ रीसेट करने के लिए /new या sessions.patch का उपयोग करें।",
31
+ "Cron reminders": "क्रॉन अनुस्मारक",
32
+ "Use isolated sessions for recurring runs.": "बार-बार होने वाले रन के लिए पृथक सत्र का उपयोग करें।"
33
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "Active session keys and per-session overrides.": "सक्रिय सत्र कुंजियाँ और प्रति-सत्र ओवरराइड।",
3
+ "Active within \\(minutes\\)": "भीतर सक्रिय (मिनट)",
4
+ ">Include global<": ">वैश्विक शामिल करें<",
5
+ ">Include unknown<": ">अज्ञात शामिल करें<",
6
+ "No sessions found.": "कोई सत्र नहीं मिला।",
7
+ "\"\\(optional\\)\"": "\"(वैकल्पिक)\"",
8
+ "\\((multiple)\\)": "(एकाधिक)",
9
+ " Delete": " हटाएँ",
10
+ ">Limit<": ">सीमा<",
11
+ "`Store: ": "`संग्रहण: ",
12
+ ">Key<": ">कुंजी<",
13
+ ">Label<": ">लेबल<",
14
+ ">Kind<": ">प्रकार<",
15
+ ">Updated<": ">अद्यतन<",
16
+ ">Tokens<": ">टोकन<",
17
+ ">Thinking<": ">सोचना<",
18
+ ">Verbose<": ">विस्तृत<",
19
+ ">Reasoning<": ">तर्क<",
20
+ ">Actions<": ">क्रियाएँ<"
21
+ }