clawui 0.0.1

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 (488) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +29 -0
  3. package/dist/index.js +60 -0
  4. package/locales/bn/extensions/feishu.json +37 -0
  5. package/locales/bn/src/config/schema.field-metadata.json +4 -0
  6. package/locales/bn/src/config/schema.irc.json +4 -0
  7. package/locales/bn/src/infra/format-time/app-gateway.json +12 -0
  8. package/locales/bn/ui/app-channels.json +10 -0
  9. package/locales/bn/ui/app-gateway.json +4 -0
  10. package/locales/bn/ui/app-render.helpers.json +12 -0
  11. package/locales/bn/ui/app-render.json +16 -0
  12. package/locales/bn/ui/gateway.json +8 -0
  13. package/locales/bn/ui/navigation.json +31 -0
  14. package/locales/bn/ui/views/agents-panels-status-files.json +7 -0
  15. package/locales/bn/ui/views/agents-panels-tools-skills.json +31 -0
  16. package/locales/bn/ui/views/agents-utils.json +49 -0
  17. package/locales/bn/ui/views/agents.json +54 -0
  18. package/locales/bn/ui/views/channels.config.json +31 -0
  19. package/locales/bn/ui/views/channels.discord.json +3 -0
  20. package/locales/bn/ui/views/channels.googlechat.json +3 -0
  21. package/locales/bn/ui/views/channels.imessage.json +3 -0
  22. package/locales/bn/ui/views/channels.json +11 -0
  23. package/locales/bn/ui/views/channels.nostr-profile-form.json +29 -0
  24. package/locales/bn/ui/views/channels.nostr.json +5 -0
  25. package/locales/bn/ui/views/channels.shared.json +3 -0
  26. package/locales/bn/ui/views/channels.signal.json +4 -0
  27. package/locales/bn/ui/views/channels.slack.json +3 -0
  28. package/locales/bn/ui/views/channels.telegram.json +3 -0
  29. package/locales/bn/ui/views/channels.whatsapp.json +3 -0
  30. package/locales/bn/ui/views/chat.json +23 -0
  31. package/locales/bn/ui/views/config-form.render.json +43 -0
  32. package/locales/bn/ui/views/config.json +53 -0
  33. package/locales/bn/ui/views/cron.json +64 -0
  34. package/locales/bn/ui/views/debug.json +17 -0
  35. package/locales/bn/ui/views/instances.json +9 -0
  36. package/locales/bn/ui/views/logs.json +12 -0
  37. package/locales/bn/ui/views/nodes-exec-approvals.json +45 -0
  38. package/locales/bn/ui/views/nodes.json +46 -0
  39. package/locales/bn/ui/views/overview.json +35 -0
  40. package/locales/bn/ui/views/sessions.json +20 -0
  41. package/locales/bn/ui/views/skills-grouping.json +7 -0
  42. package/locales/bn/ui/views/skills-shared.json +10 -0
  43. package/locales/bn/ui/views/skills.json +10 -0
  44. package/locales/bn/ui/views/usage-metrics.json +18 -0
  45. package/locales/bn/ui/views/usage-query.json +34 -0
  46. package/locales/bn/ui/views/usage-render-details.json +62 -0
  47. package/locales/bn/ui/views/usage.json +85 -0
  48. package/locales/de/extensions/feishu.json +36 -0
  49. package/locales/de/src/config/schema.field-metadata.json +4 -0
  50. package/locales/de/src/config/schema.irc.json +4 -0
  51. package/locales/de/src/infra/format-time/app-gateway.json +12 -0
  52. package/locales/de/ui/app-channels.json +10 -0
  53. package/locales/de/ui/app-gateway.json +4 -0
  54. package/locales/de/ui/app-render.helpers.json +12 -0
  55. package/locales/de/ui/app-render.json +16 -0
  56. package/locales/de/ui/gateway.json +8 -0
  57. package/locales/de/ui/navigation.json +31 -0
  58. package/locales/de/ui/views/agents-panels-status-files.json +7 -0
  59. package/locales/de/ui/views/agents-panels-tools-skills.json +31 -0
  60. package/locales/de/ui/views/agents-utils.json +49 -0
  61. package/locales/de/ui/views/agents.json +54 -0
  62. package/locales/de/ui/views/channels.config.json +31 -0
  63. package/locales/de/ui/views/channels.discord.json +3 -0
  64. package/locales/de/ui/views/channels.googlechat.json +3 -0
  65. package/locales/de/ui/views/channels.imessage.json +3 -0
  66. package/locales/de/ui/views/channels.json +11 -0
  67. package/locales/de/ui/views/channels.nostr-profile-form.json +29 -0
  68. package/locales/de/ui/views/channels.nostr.json +5 -0
  69. package/locales/de/ui/views/channels.shared.json +3 -0
  70. package/locales/de/ui/views/channels.signal.json +4 -0
  71. package/locales/de/ui/views/channels.slack.json +3 -0
  72. package/locales/de/ui/views/channels.telegram.json +3 -0
  73. package/locales/de/ui/views/channels.whatsapp.json +3 -0
  74. package/locales/de/ui/views/chat.json +23 -0
  75. package/locales/de/ui/views/config-form.render.json +43 -0
  76. package/locales/de/ui/views/config.json +53 -0
  77. package/locales/de/ui/views/cron.json +64 -0
  78. package/locales/de/ui/views/debug.json +17 -0
  79. package/locales/de/ui/views/instances.json +9 -0
  80. package/locales/de/ui/views/logs.json +12 -0
  81. package/locales/de/ui/views/nodes-exec-approvals.json +45 -0
  82. package/locales/de/ui/views/nodes.json +46 -0
  83. package/locales/de/ui/views/overview.json +35 -0
  84. package/locales/de/ui/views/sessions.json +20 -0
  85. package/locales/de/ui/views/skills-grouping.json +7 -0
  86. package/locales/de/ui/views/skills-shared.json +10 -0
  87. package/locales/de/ui/views/skills.json +10 -0
  88. package/locales/de/ui/views/usage-metrics.json +18 -0
  89. package/locales/de/ui/views/usage-query.json +34 -0
  90. package/locales/de/ui/views/usage-render-details.json +62 -0
  91. package/locales/de/ui/views/usage.json +85 -0
  92. package/locales/es/extensions/feishu.json +36 -0
  93. package/locales/es/src/config/schema.field-metadata.json +4 -0
  94. package/locales/es/src/config/schema.irc.json +4 -0
  95. package/locales/es/src/infra/format-time/app-gateway.json +12 -0
  96. package/locales/es/ui/app-channels.json +10 -0
  97. package/locales/es/ui/app-gateway.json +4 -0
  98. package/locales/es/ui/app-render.helpers.json +12 -0
  99. package/locales/es/ui/app-render.json +16 -0
  100. package/locales/es/ui/gateway.json +8 -0
  101. package/locales/es/ui/navigation.json +31 -0
  102. package/locales/es/ui/views/agents-panels-status-files.json +7 -0
  103. package/locales/es/ui/views/agents-panels-tools-skills.json +31 -0
  104. package/locales/es/ui/views/agents-utils.json +49 -0
  105. package/locales/es/ui/views/agents.json +54 -0
  106. package/locales/es/ui/views/channels.config.json +31 -0
  107. package/locales/es/ui/views/channels.discord.json +3 -0
  108. package/locales/es/ui/views/channels.googlechat.json +3 -0
  109. package/locales/es/ui/views/channels.imessage.json +3 -0
  110. package/locales/es/ui/views/channels.json +11 -0
  111. package/locales/es/ui/views/channels.nostr-profile-form.json +29 -0
  112. package/locales/es/ui/views/channels.nostr.json +5 -0
  113. package/locales/es/ui/views/channels.shared.json +3 -0
  114. package/locales/es/ui/views/channels.signal.json +4 -0
  115. package/locales/es/ui/views/channels.slack.json +3 -0
  116. package/locales/es/ui/views/channels.telegram.json +3 -0
  117. package/locales/es/ui/views/channels.whatsapp.json +3 -0
  118. package/locales/es/ui/views/chat.json +23 -0
  119. package/locales/es/ui/views/config-form.render.json +43 -0
  120. package/locales/es/ui/views/config.json +53 -0
  121. package/locales/es/ui/views/cron.json +64 -0
  122. package/locales/es/ui/views/debug.json +17 -0
  123. package/locales/es/ui/views/instances.json +9 -0
  124. package/locales/es/ui/views/logs.json +12 -0
  125. package/locales/es/ui/views/nodes-exec-approvals.json +45 -0
  126. package/locales/es/ui/views/nodes.json +46 -0
  127. package/locales/es/ui/views/overview.json +35 -0
  128. package/locales/es/ui/views/sessions.json +20 -0
  129. package/locales/es/ui/views/skills-grouping.json +7 -0
  130. package/locales/es/ui/views/skills-shared.json +10 -0
  131. package/locales/es/ui/views/skills.json +10 -0
  132. package/locales/es/ui/views/usage-metrics.json +18 -0
  133. package/locales/es/ui/views/usage-query.json +34 -0
  134. package/locales/es/ui/views/usage-render-details.json +62 -0
  135. package/locales/es/ui/views/usage.json +85 -0
  136. package/locales/fi/extensions/feishu.json +36 -0
  137. package/locales/fi/src/config/schema.field-metadata.json +4 -0
  138. package/locales/fi/src/config/schema.irc.json +4 -0
  139. package/locales/fi/src/infra/format-time/app-gateway.json +12 -0
  140. package/locales/fi/ui/app-channels.json +10 -0
  141. package/locales/fi/ui/app-gateway.json +4 -0
  142. package/locales/fi/ui/app-render.helpers.json +12 -0
  143. package/locales/fi/ui/app-render.json +16 -0
  144. package/locales/fi/ui/gateway.json +8 -0
  145. package/locales/fi/ui/navigation.json +31 -0
  146. package/locales/fi/ui/views/agents-panels-status-files.json +7 -0
  147. package/locales/fi/ui/views/agents-panels-tools-skills.json +31 -0
  148. package/locales/fi/ui/views/agents-utils.json +49 -0
  149. package/locales/fi/ui/views/agents.json +54 -0
  150. package/locales/fi/ui/views/channels.config.json +31 -0
  151. package/locales/fi/ui/views/channels.discord.json +3 -0
  152. package/locales/fi/ui/views/channels.googlechat.json +3 -0
  153. package/locales/fi/ui/views/channels.imessage.json +3 -0
  154. package/locales/fi/ui/views/channels.json +11 -0
  155. package/locales/fi/ui/views/channels.nostr-profile-form.json +29 -0
  156. package/locales/fi/ui/views/channels.nostr.json +5 -0
  157. package/locales/fi/ui/views/channels.shared.json +3 -0
  158. package/locales/fi/ui/views/channels.signal.json +4 -0
  159. package/locales/fi/ui/views/channels.slack.json +3 -0
  160. package/locales/fi/ui/views/channels.telegram.json +3 -0
  161. package/locales/fi/ui/views/channels.whatsapp.json +3 -0
  162. package/locales/fi/ui/views/chat.json +23 -0
  163. package/locales/fi/ui/views/config-form.render.json +43 -0
  164. package/locales/fi/ui/views/config.json +53 -0
  165. package/locales/fi/ui/views/cron.json +64 -0
  166. package/locales/fi/ui/views/debug.json +17 -0
  167. package/locales/fi/ui/views/instances.json +9 -0
  168. package/locales/fi/ui/views/logs.json +12 -0
  169. package/locales/fi/ui/views/nodes-exec-approvals.json +45 -0
  170. package/locales/fi/ui/views/nodes.json +46 -0
  171. package/locales/fi/ui/views/overview.json +35 -0
  172. package/locales/fi/ui/views/sessions.json +20 -0
  173. package/locales/fi/ui/views/skills-grouping.json +7 -0
  174. package/locales/fi/ui/views/skills-shared.json +10 -0
  175. package/locales/fi/ui/views/skills.json +10 -0
  176. package/locales/fi/ui/views/usage-metrics.json +18 -0
  177. package/locales/fi/ui/views/usage-query.json +35 -0
  178. package/locales/fi/ui/views/usage-render-details.json +62 -0
  179. package/locales/fi/ui/views/usage.json +85 -0
  180. package/locales/fr/extensions/feishu.json +37 -0
  181. package/locales/fr/src/config/schema.field-metadata.json +4 -0
  182. package/locales/fr/src/config/schema.irc.json +4 -0
  183. package/locales/fr/src/infra/format-time/app-gateway.json +12 -0
  184. package/locales/fr/ui/app-channels.json +10 -0
  185. package/locales/fr/ui/app-gateway.json +4 -0
  186. package/locales/fr/ui/app-render.helpers.json +12 -0
  187. package/locales/fr/ui/app-render.json +16 -0
  188. package/locales/fr/ui/gateway.json +8 -0
  189. package/locales/fr/ui/navigation.json +31 -0
  190. package/locales/fr/ui/views/agents-panels-status-files.json +7 -0
  191. package/locales/fr/ui/views/agents-panels-tools-skills.json +31 -0
  192. package/locales/fr/ui/views/agents-utils.json +49 -0
  193. package/locales/fr/ui/views/agents.json +55 -0
  194. package/locales/fr/ui/views/channels.config.json +31 -0
  195. package/locales/fr/ui/views/channels.discord.json +3 -0
  196. package/locales/fr/ui/views/channels.googlechat.json +3 -0
  197. package/locales/fr/ui/views/channels.imessage.json +3 -0
  198. package/locales/fr/ui/views/channels.json +11 -0
  199. package/locales/fr/ui/views/channels.nostr-profile-form.json +29 -0
  200. package/locales/fr/ui/views/channels.nostr.json +5 -0
  201. package/locales/fr/ui/views/channels.shared.json +3 -0
  202. package/locales/fr/ui/views/channels.signal.json +4 -0
  203. package/locales/fr/ui/views/channels.slack.json +3 -0
  204. package/locales/fr/ui/views/channels.telegram.json +3 -0
  205. package/locales/fr/ui/views/channels.whatsapp.json +3 -0
  206. package/locales/fr/ui/views/chat.json +23 -0
  207. package/locales/fr/ui/views/config-form.render.json +43 -0
  208. package/locales/fr/ui/views/config.json +53 -0
  209. package/locales/fr/ui/views/cron.json +64 -0
  210. package/locales/fr/ui/views/debug.json +17 -0
  211. package/locales/fr/ui/views/instances.json +9 -0
  212. package/locales/fr/ui/views/logs.json +12 -0
  213. package/locales/fr/ui/views/nodes-exec-approvals.json +45 -0
  214. package/locales/fr/ui/views/nodes.json +46 -0
  215. package/locales/fr/ui/views/overview.json +35 -0
  216. package/locales/fr/ui/views/sessions.json +20 -0
  217. package/locales/fr/ui/views/skills-grouping.json +7 -0
  218. package/locales/fr/ui/views/skills-shared.json +10 -0
  219. package/locales/fr/ui/views/skills.json +10 -0
  220. package/locales/fr/ui/views/usage-metrics.json +18 -0
  221. package/locales/fr/ui/views/usage-query.json +34 -0
  222. package/locales/fr/ui/views/usage-render-details.json +62 -0
  223. package/locales/fr/ui/views/usage.json +85 -0
  224. package/locales/it/extensions/feishu.json +37 -0
  225. package/locales/it/src/config/schema.field-metadata.json +4 -0
  226. package/locales/it/src/config/schema.irc.json +4 -0
  227. package/locales/it/src/infra/format-time/app-gateway.json +12 -0
  228. package/locales/it/ui/app-channels.json +10 -0
  229. package/locales/it/ui/app-gateway.json +4 -0
  230. package/locales/it/ui/app-render.helpers.json +12 -0
  231. package/locales/it/ui/app-render.json +16 -0
  232. package/locales/it/ui/gateway.json +8 -0
  233. package/locales/it/ui/navigation.json +31 -0
  234. package/locales/it/ui/views/agents-panels-status-files.json +7 -0
  235. package/locales/it/ui/views/agents-panels-tools-skills.json +31 -0
  236. package/locales/it/ui/views/agents-utils.json +49 -0
  237. package/locales/it/ui/views/agents.json +54 -0
  238. package/locales/it/ui/views/channels.config.json +31 -0
  239. package/locales/it/ui/views/channels.discord.json +3 -0
  240. package/locales/it/ui/views/channels.googlechat.json +3 -0
  241. package/locales/it/ui/views/channels.imessage.json +3 -0
  242. package/locales/it/ui/views/channels.json +11 -0
  243. package/locales/it/ui/views/channels.nostr-profile-form.json +29 -0
  244. package/locales/it/ui/views/channels.nostr.json +5 -0
  245. package/locales/it/ui/views/channels.shared.json +3 -0
  246. package/locales/it/ui/views/channels.signal.json +4 -0
  247. package/locales/it/ui/views/channels.slack.json +3 -0
  248. package/locales/it/ui/views/channels.telegram.json +3 -0
  249. package/locales/it/ui/views/channels.whatsapp.json +3 -0
  250. package/locales/it/ui/views/chat.json +23 -0
  251. package/locales/it/ui/views/config-form.render.json +43 -0
  252. package/locales/it/ui/views/config.json +53 -0
  253. package/locales/it/ui/views/cron.json +64 -0
  254. package/locales/it/ui/views/debug.json +17 -0
  255. package/locales/it/ui/views/instances.json +9 -0
  256. package/locales/it/ui/views/logs.json +12 -0
  257. package/locales/it/ui/views/nodes-exec-approvals.json +45 -0
  258. package/locales/it/ui/views/nodes.json +46 -0
  259. package/locales/it/ui/views/overview.json +35 -0
  260. package/locales/it/ui/views/sessions.json +20 -0
  261. package/locales/it/ui/views/skills-grouping.json +7 -0
  262. package/locales/it/ui/views/skills-shared.json +10 -0
  263. package/locales/it/ui/views/skills.json +10 -0
  264. package/locales/it/ui/views/usage-metrics.json +18 -0
  265. package/locales/it/ui/views/usage-query.json +35 -0
  266. package/locales/it/ui/views/usage-render-details.json +62 -0
  267. package/locales/it/ui/views/usage.json +85 -0
  268. package/locales/ja/extensions/feishu.json +37 -0
  269. package/locales/ja/src/config/schema.field-metadata.json +4 -0
  270. package/locales/ja/src/config/schema.irc.json +4 -0
  271. package/locales/ja/src/infra/format-time/app-gateway.json +12 -0
  272. package/locales/ja/ui/app-channels.json +10 -0
  273. package/locales/ja/ui/app-gateway.json +4 -0
  274. package/locales/ja/ui/app-render.helpers.json +12 -0
  275. package/locales/ja/ui/app-render.json +16 -0
  276. package/locales/ja/ui/gateway.json +8 -0
  277. package/locales/ja/ui/navigation.json +31 -0
  278. package/locales/ja/ui/views/agents-panels-status-files.json +7 -0
  279. package/locales/ja/ui/views/agents-panels-tools-skills.json +31 -0
  280. package/locales/ja/ui/views/agents-utils.json +49 -0
  281. package/locales/ja/ui/views/agents.json +55 -0
  282. package/locales/ja/ui/views/channels.config.json +31 -0
  283. package/locales/ja/ui/views/channels.discord.json +3 -0
  284. package/locales/ja/ui/views/channels.googlechat.json +3 -0
  285. package/locales/ja/ui/views/channels.imessage.json +3 -0
  286. package/locales/ja/ui/views/channels.json +11 -0
  287. package/locales/ja/ui/views/channels.nostr-profile-form.json +29 -0
  288. package/locales/ja/ui/views/channels.nostr.json +5 -0
  289. package/locales/ja/ui/views/channels.shared.json +3 -0
  290. package/locales/ja/ui/views/channels.signal.json +4 -0
  291. package/locales/ja/ui/views/channels.slack.json +3 -0
  292. package/locales/ja/ui/views/channels.telegram.json +3 -0
  293. package/locales/ja/ui/views/channels.whatsapp.json +3 -0
  294. package/locales/ja/ui/views/chat.json +23 -0
  295. package/locales/ja/ui/views/config-form.render.json +43 -0
  296. package/locales/ja/ui/views/config.json +53 -0
  297. package/locales/ja/ui/views/cron.json +64 -0
  298. package/locales/ja/ui/views/debug.json +17 -0
  299. package/locales/ja/ui/views/instances.json +9 -0
  300. package/locales/ja/ui/views/logs.json +12 -0
  301. package/locales/ja/ui/views/nodes-exec-approvals.json +45 -0
  302. package/locales/ja/ui/views/nodes.json +46 -0
  303. package/locales/ja/ui/views/overview.json +35 -0
  304. package/locales/ja/ui/views/sessions.json +20 -0
  305. package/locales/ja/ui/views/skills-grouping.json +7 -0
  306. package/locales/ja/ui/views/skills-shared.json +10 -0
  307. package/locales/ja/ui/views/skills.json +10 -0
  308. package/locales/ja/ui/views/usage-metrics.json +18 -0
  309. package/locales/ja/ui/views/usage-query.json +34 -0
  310. package/locales/ja/ui/views/usage-render-details.json +62 -0
  311. package/locales/ja/ui/views/usage.json +85 -0
  312. package/locales/ko/extensions/feishu.json +37 -0
  313. package/locales/ko/src/config/schema.field-metadata.json +4 -0
  314. package/locales/ko/src/config/schema.irc.json +4 -0
  315. package/locales/ko/src/infra/format-time/app-gateway.json +12 -0
  316. package/locales/ko/ui/app-channels.json +10 -0
  317. package/locales/ko/ui/app-gateway.json +4 -0
  318. package/locales/ko/ui/app-render.helpers.json +12 -0
  319. package/locales/ko/ui/app-render.json +16 -0
  320. package/locales/ko/ui/gateway.json +8 -0
  321. package/locales/ko/ui/navigation.json +31 -0
  322. package/locales/ko/ui/views/agents-panels-status-files.json +7 -0
  323. package/locales/ko/ui/views/agents-panels-tools-skills.json +31 -0
  324. package/locales/ko/ui/views/agents-utils.json +49 -0
  325. package/locales/ko/ui/views/agents.json +54 -0
  326. package/locales/ko/ui/views/channels.config.json +31 -0
  327. package/locales/ko/ui/views/channels.discord.json +3 -0
  328. package/locales/ko/ui/views/channels.googlechat.json +3 -0
  329. package/locales/ko/ui/views/channels.imessage.json +3 -0
  330. package/locales/ko/ui/views/channels.json +11 -0
  331. package/locales/ko/ui/views/channels.nostr-profile-form.json +29 -0
  332. package/locales/ko/ui/views/channels.nostr.json +5 -0
  333. package/locales/ko/ui/views/channels.shared.json +3 -0
  334. package/locales/ko/ui/views/channels.signal.json +4 -0
  335. package/locales/ko/ui/views/channels.slack.json +3 -0
  336. package/locales/ko/ui/views/channels.telegram.json +3 -0
  337. package/locales/ko/ui/views/channels.whatsapp.json +3 -0
  338. package/locales/ko/ui/views/chat.json +23 -0
  339. package/locales/ko/ui/views/config-form.render.json +43 -0
  340. package/locales/ko/ui/views/config.json +53 -0
  341. package/locales/ko/ui/views/cron.json +64 -0
  342. package/locales/ko/ui/views/debug.json +17 -0
  343. package/locales/ko/ui/views/instances.json +9 -0
  344. package/locales/ko/ui/views/logs.json +12 -0
  345. package/locales/ko/ui/views/nodes-exec-approvals.json +45 -0
  346. package/locales/ko/ui/views/nodes.json +46 -0
  347. package/locales/ko/ui/views/overview.json +35 -0
  348. package/locales/ko/ui/views/sessions.json +20 -0
  349. package/locales/ko/ui/views/skills-grouping.json +7 -0
  350. package/locales/ko/ui/views/skills-shared.json +10 -0
  351. package/locales/ko/ui/views/skills.json +10 -0
  352. package/locales/ko/ui/views/usage-metrics.json +18 -0
  353. package/locales/ko/ui/views/usage-query.json +34 -0
  354. package/locales/ko/ui/views/usage-render-details.json +62 -0
  355. package/locales/ko/ui/views/usage.json +85 -0
  356. package/locales/pt/extensions/feishu.json +37 -0
  357. package/locales/pt/src/config/schema.field-metadata.json +4 -0
  358. package/locales/pt/src/config/schema.irc.json +4 -0
  359. package/locales/pt/src/infra/format-time/app-gateway.json +12 -0
  360. package/locales/pt/ui/app-channels.json +10 -0
  361. package/locales/pt/ui/app-gateway.json +4 -0
  362. package/locales/pt/ui/app-render.helpers.json +12 -0
  363. package/locales/pt/ui/app-render.json +16 -0
  364. package/locales/pt/ui/gateway.json +8 -0
  365. package/locales/pt/ui/navigation.json +31 -0
  366. package/locales/pt/ui/views/agents-panels-status-files.json +7 -0
  367. package/locales/pt/ui/views/agents-panels-tools-skills.json +31 -0
  368. package/locales/pt/ui/views/agents-utils.json +49 -0
  369. package/locales/pt/ui/views/agents.json +55 -0
  370. package/locales/pt/ui/views/channels.config.json +31 -0
  371. package/locales/pt/ui/views/channels.discord.json +3 -0
  372. package/locales/pt/ui/views/channels.googlechat.json +3 -0
  373. package/locales/pt/ui/views/channels.imessage.json +3 -0
  374. package/locales/pt/ui/views/channels.json +11 -0
  375. package/locales/pt/ui/views/channels.nostr-profile-form.json +29 -0
  376. package/locales/pt/ui/views/channels.nostr.json +5 -0
  377. package/locales/pt/ui/views/channels.shared.json +3 -0
  378. package/locales/pt/ui/views/channels.signal.json +4 -0
  379. package/locales/pt/ui/views/channels.slack.json +3 -0
  380. package/locales/pt/ui/views/channels.telegram.json +3 -0
  381. package/locales/pt/ui/views/channels.whatsapp.json +3 -0
  382. package/locales/pt/ui/views/chat.json +23 -0
  383. package/locales/pt/ui/views/config-form.render.json +43 -0
  384. package/locales/pt/ui/views/config.json +53 -0
  385. package/locales/pt/ui/views/cron.json +64 -0
  386. package/locales/pt/ui/views/debug.json +17 -0
  387. package/locales/pt/ui/views/instances.json +9 -0
  388. package/locales/pt/ui/views/logs.json +12 -0
  389. package/locales/pt/ui/views/nodes-exec-approvals.json +45 -0
  390. package/locales/pt/ui/views/nodes.json +46 -0
  391. package/locales/pt/ui/views/overview.json +35 -0
  392. package/locales/pt/ui/views/sessions.json +20 -0
  393. package/locales/pt/ui/views/skills-grouping.json +7 -0
  394. package/locales/pt/ui/views/skills-shared.json +10 -0
  395. package/locales/pt/ui/views/skills.json +10 -0
  396. package/locales/pt/ui/views/usage-metrics.json +18 -0
  397. package/locales/pt/ui/views/usage-query.json +35 -0
  398. package/locales/pt/ui/views/usage-render-details.json +62 -0
  399. package/locales/pt/ui/views/usage.json +85 -0
  400. package/locales/vi/extensions/feishu.json +37 -0
  401. package/locales/vi/src/config/schema.field-metadata.json +4 -0
  402. package/locales/vi/src/config/schema.irc.json +4 -0
  403. package/locales/vi/src/infra/format-time/app-gateway.json +12 -0
  404. package/locales/vi/ui/app-channels.json +10 -0
  405. package/locales/vi/ui/app-gateway.json +4 -0
  406. package/locales/vi/ui/app-render.helpers.json +12 -0
  407. package/locales/vi/ui/app-render.json +16 -0
  408. package/locales/vi/ui/gateway.json +8 -0
  409. package/locales/vi/ui/navigation.json +31 -0
  410. package/locales/vi/ui/views/agents-panels-status-files.json +7 -0
  411. package/locales/vi/ui/views/agents-panels-tools-skills.json +31 -0
  412. package/locales/vi/ui/views/agents-utils.json +49 -0
  413. package/locales/vi/ui/views/agents.json +54 -0
  414. package/locales/vi/ui/views/channels.config.json +31 -0
  415. package/locales/vi/ui/views/channels.discord.json +3 -0
  416. package/locales/vi/ui/views/channels.googlechat.json +3 -0
  417. package/locales/vi/ui/views/channels.imessage.json +3 -0
  418. package/locales/vi/ui/views/channels.json +11 -0
  419. package/locales/vi/ui/views/channels.nostr-profile-form.json +29 -0
  420. package/locales/vi/ui/views/channels.nostr.json +5 -0
  421. package/locales/vi/ui/views/channels.shared.json +3 -0
  422. package/locales/vi/ui/views/channels.signal.json +4 -0
  423. package/locales/vi/ui/views/channels.slack.json +3 -0
  424. package/locales/vi/ui/views/channels.telegram.json +3 -0
  425. package/locales/vi/ui/views/channels.whatsapp.json +3 -0
  426. package/locales/vi/ui/views/chat.json +23 -0
  427. package/locales/vi/ui/views/config-form.render.json +43 -0
  428. package/locales/vi/ui/views/config.json +53 -0
  429. package/locales/vi/ui/views/cron.json +64 -0
  430. package/locales/vi/ui/views/debug.json +17 -0
  431. package/locales/vi/ui/views/instances.json +9 -0
  432. package/locales/vi/ui/views/logs.json +12 -0
  433. package/locales/vi/ui/views/nodes-exec-approvals.json +45 -0
  434. package/locales/vi/ui/views/nodes.json +46 -0
  435. package/locales/vi/ui/views/overview.json +35 -0
  436. package/locales/vi/ui/views/sessions.json +20 -0
  437. package/locales/vi/ui/views/skills-grouping.json +7 -0
  438. package/locales/vi/ui/views/skills-shared.json +10 -0
  439. package/locales/vi/ui/views/skills.json +10 -0
  440. package/locales/vi/ui/views/usage-metrics.json +18 -0
  441. package/locales/vi/ui/views/usage-query.json +34 -0
  442. package/locales/vi/ui/views/usage-render-details.json +62 -0
  443. package/locales/vi/ui/views/usage.json +85 -0
  444. package/locales/zh/extensions/feishu.json +37 -0
  445. package/locales/zh/src/config/schema.field-metadata.json +4 -0
  446. package/locales/zh/src/config/schema.irc.json +4 -0
  447. package/locales/zh/src/infra/format-time/app-gateway.json +12 -0
  448. package/locales/zh/ui/app-channels.json +10 -0
  449. package/locales/zh/ui/app-gateway.json +4 -0
  450. package/locales/zh/ui/app-render.helpers.json +12 -0
  451. package/locales/zh/ui/app-render.json +16 -0
  452. package/locales/zh/ui/gateway.json +8 -0
  453. package/locales/zh/ui/navigation.json +31 -0
  454. package/locales/zh/ui/views/agents-panels-status-files.json +7 -0
  455. package/locales/zh/ui/views/agents-panels-tools-skills.json +31 -0
  456. package/locales/zh/ui/views/agents-utils.json +49 -0
  457. package/locales/zh/ui/views/agents.json +55 -0
  458. package/locales/zh/ui/views/channels.config.json +31 -0
  459. package/locales/zh/ui/views/channels.discord.json +3 -0
  460. package/locales/zh/ui/views/channels.googlechat.json +3 -0
  461. package/locales/zh/ui/views/channels.imessage.json +3 -0
  462. package/locales/zh/ui/views/channels.json +11 -0
  463. package/locales/zh/ui/views/channels.nostr-profile-form.json +29 -0
  464. package/locales/zh/ui/views/channels.nostr.json +5 -0
  465. package/locales/zh/ui/views/channels.shared.json +3 -0
  466. package/locales/zh/ui/views/channels.signal.json +4 -0
  467. package/locales/zh/ui/views/channels.slack.json +3 -0
  468. package/locales/zh/ui/views/channels.telegram.json +3 -0
  469. package/locales/zh/ui/views/channels.whatsapp.json +3 -0
  470. package/locales/zh/ui/views/chat.json +23 -0
  471. package/locales/zh/ui/views/config-form.render.json +43 -0
  472. package/locales/zh/ui/views/config.json +53 -0
  473. package/locales/zh/ui/views/cron.json +64 -0
  474. package/locales/zh/ui/views/debug.json +17 -0
  475. package/locales/zh/ui/views/instances.json +9 -0
  476. package/locales/zh/ui/views/logs.json +12 -0
  477. package/locales/zh/ui/views/nodes-exec-approvals.json +45 -0
  478. package/locales/zh/ui/views/nodes.json +46 -0
  479. package/locales/zh/ui/views/overview.json +35 -0
  480. package/locales/zh/ui/views/sessions.json +20 -0
  481. package/locales/zh/ui/views/skills-grouping.json +7 -0
  482. package/locales/zh/ui/views/skills-shared.json +10 -0
  483. package/locales/zh/ui/views/skills.json +10 -0
  484. package/locales/zh/ui/views/usage-metrics.json +18 -0
  485. package/locales/zh/ui/views/usage-query.json +35 -0
  486. package/locales/zh/ui/views/usage-render-details.json +62 -0
  487. package/locales/zh/ui/views/usage.json +85 -0
  488. package/package.json +47 -0
@@ -0,0 +1,54 @@
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
+ "\"no accounts\"": "\"কোন অ্যাকাউন্ট নেই\"",
36
+ "\\} enabled": "} সক্রিয়",
37
+ "Workspace and scheduling targets.": "ওয়ার্কস্পেস এবং সময়সূচী নির্ধারণের লক্ষ্য।",
38
+ "Gateway cron status.": "গেটওয়ে ক্রন স্ট্যাটাস।",
39
+ ">Next wake<": ">পরবর্তী ওয়েক<",
40
+ ">Agent Cron Jobs<": ">এজেন্ট ক্রন জব<",
41
+ "Scheduled jobs targeting this agent.": "এই এজেন্টকে লক্ষ্য করে নির্ধারিত কাজ।",
42
+ "No jobs assigned.": "কোন কাজ নির্ধারিত নেই।",
43
+ ">Core Files<": ">কোর ফাইল<",
44
+ "Bootstrap persona, identity, and tool guidance.": "বুটস্ট্র্যাপ পার্সোনা, পরিচয় এবং টুল নির্দেশিকা।",
45
+ ">Workspace:": ">ওয়ার্কস্পেস:",
46
+ " Load the agent workspace files to edit core instructions.": "কোর নির্দেশাবলী সম্পাদনা করতে এজেন্ট ওয়ার্কস্পেস ফাইল লোড করুন।",
47
+ "No files found.": "কোন ফাইল পাওয়া যায়নি।",
48
+ "Select a file to edit.": "সম্পাদনা করার জন্য একটি ফাইল নির্বাচন করুন।",
49
+ " This file is missing. Saving will create it in the agent workspace.": "এই ফাইলটি অনুপস্থিত। সংরক্ষণ করলে এটি এজেন্ট ওয়ার্কস্পেসে তৈরি হবে।",
50
+ ">Content<": ">বিষয়বস্তু<",
51
+ ">missing<": ">অনুপস্থিত<",
52
+
53
+ " Reload": "রিলোড করুন"
54
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "Schema unavailable. Use Raw.": "স্কিমা অনুপলব্ধ। র ব্যবহার করুন।",
3
+ "Channel config schema unavailable.": "চ্যানেল কনফিগ স্কিমা অনুপলব্ধ।",
4
+ "Loading config schema…": "কনফিগ স্কিমা লোড হচ্ছে…",
5
+ "Channel status and configuration.": "চ্যানেল স্ট্যাটাস এবং কনফিগারেশন।",
6
+
7
+ ">Configured<": ">কনফিগার করা হয়েছে<",
8
+ ">Linked<": ">লিঙ্ক করা হয়েছে<",
9
+ ">Last start<": ">শেষ শুরু<",
10
+ ">Last probe<": ">শেষ প্রোব<",
11
+ ">Last connect<": ">শেষ সংযোগ<",
12
+ ">Last message<": ">শেষ বার্তা<",
13
+ ">Last inbound<": ">শেষ ইনবাউন্ড<",
14
+ ">Auth age<": ">অথ এজ<",
15
+ ">Mode<": ">মোড<",
16
+ ">Credential<": ">ক্রেডেনশিয়াল<",
17
+ ">Public Key<": ">পাবলিক কী<",
18
+ ">Audience<": ">অডিয়েন্স<",
19
+ ">Profile<": ">প্রোফাইল<",
20
+
21
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "কোনো প্রোফাইল সেট করা নেই। আপনার নাম, বায়ো এবং অবতার যোগ করতে \"প্রোফাইল এডিট করুন\" এ ক্লিক করুন।",
22
+ "\"Saving…\"": "\"সংরক্ষণ করা হচ্ছে…\"",
23
+ "\"Save\"": "\"সংরক্ষণ করুন\"",
24
+ " probe": "প্রোব",
25
+
26
+ " Probe": "প্রোব",
27
+ "\"ok\" \\:": "\"ঠিক আছে\" :",
28
+ "\"failed\"": "\"ব্যর্থ হয়েছে\"",
29
+
30
+ "Decentralized DMs via Nostr relays \\(NIP-04\\).": "Nostr রিলে (NIP-04) এর মাধ্যমে বিকেন্দ্রীভূত DM।"
31
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Bot status and channel configuration.": "বটের অবস্থা এবং চ্যানেল কনফিগারেশন।"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Chat API webhook status and channel configuration.": "চ্যাট API ওয়েবহুকের অবস্থা এবং চ্যানেল কনফিগারেশন।"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "macOS bridge status and channel configuration.": "macOS ব্রিজের অবস্থা এবং চ্যানেল কনফিগারেশন।"
3
+ }
@@ -0,0 +1,11 @@
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
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ ">Edit Profile<": ">প্রোফাইল এডিট করুন<",
3
+ ">Account: ": ">অ্যাকাউন্ট: ",
4
+
5
+ "\"Username\"": "\"ইউজারনেম\"",
6
+ "\"Short username \\(": "\"সংক্ষিপ্ত ইউজারনেম (",
7
+ "\"Display Name\"": "\"প্রদর্শনের নাম\"",
8
+ "Your full display name": "আপনার সম্পূর্ণ প্রদর্শনের নাম",
9
+ "\"Bio\"": "\"বায়ো\"",
10
+ "Tell people about yourself...": "নিজের সম্পর্কে অন্যদের বলুন...",
11
+ "\"Avatar URL\"": "\"অবতার URL\"",
12
+ "A brief bio or description": "একটি সংক্ষিপ্ত বায়ো বা বিবরণ",
13
+ "\"Banner URL\"": "\"ব্যানার URL\"",
14
+ "HTTPS URL to your profile picture": "আপনার প্রোফাইল ছবির HTTPS URL",
15
+ "HTTPS URL to a banner image": "একটি ব্যানার ছবির HTTPS URL",
16
+ "\"Website\"": "\"ওয়েবসাইট\"",
17
+ "Your personal website": "আপনার ব্যক্তিগত ওয়েবসাইট",
18
+ "\"NIP-05 Identifier\"": "\"NIP-05 আইডেন্টিফায়ার\"",
19
+ "\"Verifiable identifier ": "\"যাচাইযোগ্য আইডেন্টিফায়ার ",
20
+ "\"Lightning Address\"": "\"লাইটনিং অ্যাড্রেস\"",
21
+ "\"Lightning address for tips ": "\"টিপসের জন্য লাইটনিং অ্যাড্রেস ",
22
+ "\"Saving...\"": "\"সংরক্ষণ করা হচ্ছে...\"",
23
+ "Save & Publish": "সংরক্ষণ ও প্রকাশ করুন",
24
+ "\"Importing...\"": "\"ইম্পোর্ট করা হচ্ছে...\"",
25
+ "\"Import from Relays\"": "\"রিলে থেকে ইম্পোর্ট করুন\"",
26
+ "\"Hide Advanced\"": "\"উন্নত বিকল্প লুকান\"",
27
+ "\"Show Advanced\"": "\"উন্নত বিকল্প দেখান\"",
28
+ " You have unsaved changes": "আপনার অসংরক্ষিত পরিবর্তন আছে"
29
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ ">Display Name<": ">প্রদর্শনের নাম<",
3
+ ">About<": ">সম্পর্কে<",
4
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "কোনো প্রোফাইল সেট করা নেই। আপনার নাম, বায়ো এবং অবতার যোগ করতে \"প্রোফাইল এডিট করুন\" এ ক্লিক করুন।"
5
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ ">Accounts ": ">অ্যাকাউন্ট "
3
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "signal-cli status and channel configuration.": "signal-cli এর অবস্থা এবং চ্যানেল কনফিগারেশন।",
3
+ ">Base URL<": ">বেস URL<"
4
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Socket mode status and channel configuration.": "সকেট মোডের অবস্থা এবং চ্যানেল কনফিগারেশন।"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Bot status and channel configuration.": "বটের অবস্থা এবং চ্যানেল কনফিগারেশন।"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Link WhatsApp Web and monitor connection health.": "ওয়াটসঅ্যাপ ওয়েব লিঙ্ক করুন এবং সংযোগের স্বাস্থ্য পর্যবেক্ষণ করুন।"
3
+ }
@@ -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,43 @@
1
+ {
2
+ "\"Environment Variables\"": "\"এনভায়রনমেন্ট ভেরিয়েবল\"",
3
+ "Environment variables passed to the gateway process": "গেটওয়ে প্রসেসে পাস করা এনভায়রনমেন্ট ভেরিয়েবল",
4
+ "\"Updates\"": "\"আপডেট \"",
5
+ "Auto-update settings and release channel": "অটো-আপডেট সেটিংস এবং রিলিজ চ্যানেল",
6
+ "Agent configurations, models, and identities": "এজেন্ট কনফিগারেশন, মডেল এবং আইডেন্টিটি",
7
+ "API keys and authentication profiles": "API কী এবং প্রমাণীকরণ প্রোফাইল",
8
+ "Messaging channels (Telegram, Discord, Slack, etc.)": "মেসেজিং চ্যানেল (টেলিগ্রাম, ডিসকর্ড, স্ল্যাক, ইত্যাদি)",
9
+ "Custom slash commands": "কাস্টম স্ল্যাশ কমান্ড",
10
+ "Webhooks and event hooks": "ওয়েবহুক এবং ইভেন্ট হুক",
11
+ "Skill packs and capabilities": "স্কিল প্যাক এবং ক্ষমতা",
12
+ "Tool configurations (browser, search, etc.)": "টুল কনফিগারেশন (ব্রাউজার, সার্চ, ইত্যাদি)",
13
+ "Gateway server settings (port, auth, binding)": "গেটওয়ে সার্ভার সেটিংস (পোর্ট, অথ, বাইন্ডিং)",
14
+ "Setup wizard state and history": "সেটআপ উইজার্ড স্টেট এবং ইতিহাস",
15
+ "\"Metadata\"": "\"মেটাডেটা\"",
16
+ "Gateway metadata and version information": "গেটওয়ে মেটাডেটা এবং সংস্করণ তথ্য",
17
+ "\"Logging\"": "\"লগিং\"",
18
+ "Log levels and output configuration": "লগ লেভেল এবং আউটপুট কনফিগারেশন",
19
+ "\"Browser\"": "\"ব্রাউজার\"",
20
+ "Browser automation settings": "ব্রাউজার অটোমেশন সেটিংস",
21
+ "User interface preferences": "ইউজার ইন্টারফেস প্রেফারেন্স",
22
+ "AI model configurations and providers": "AI মডেল কনফিগারেশন এবং প্রদানকারী",
23
+ "\"Bindings\"": "\"বাইন্ডিংস\"",
24
+ "Key bindings and shortcuts": "কী বাইন্ডিং এবং শর্টকাট",
25
+ "\"Broadcast\"": "\"ব্রডকাস্ট\"",
26
+ "Broadcast and notification settings": "ব্রডকাস্ট এবং নোটিফিকেশন সেটিংস",
27
+ "\"Audio\"": "\"অডিও\"",
28
+ "Audio input/output settings": "অডিও ইনপুট/আউটপুট সেটিংস",
29
+ "Session management and persistence": "সেশন ম্যানেজমেন্ট এবং পার্সিস্টেন্স",
30
+ "Scheduled tasks and automation": "নির্ধারিত কাজ এবং অটোমেশন",
31
+ "Web server and API settings": "ওয়েব সার্ভার এবং API সেটিংস",
32
+ "\"Discovery\"": "\"ডিসকভারি\"",
33
+ "Service discovery and networking": "সার্ভিস ডিসকভারি এবং নেটওয়ার্কিং",
34
+ "Canvas rendering and display": "ক্যানভাস রেন্ডারিং এবং ডিসপ্লে",
35
+ "\"Talk\"": "\"টক\"",
36
+ "Voice and speech settings": "ভয়েস এবং স্পিচ সেটিংস",
37
+ "\"Plugins\"": "\"প্লাগইন\"",
38
+ "Plugin management and extensions": "প্লাগইন ম্যানেজমেন্ট এবং এক্সটেনশন",
39
+ ">Schema unavailable.<": ">স্কিমা অনুপলব্ধ।<",
40
+ "Unsupported schema. Use Raw.": "অসমর্থিত স্কিমা। র ব্যবহার করুন।",
41
+ "No settings match ": "কোন সেটিংস মেলে না ",
42
+ "No settings in this section": "এই বিভাগে কোন সেটিংস নেই"
43
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ ">All Settings<": ">সমস্ত সেটিংস<",
3
+
4
+ "\"Environment\"": "\"এনভায়রনমেন্ট\"",
5
+ "\"Updates\"": "\"আপডেট\"",
6
+ "\"Authentication\"": "\"প্রমাণীকরণ\"",
7
+ "\"Commands\"": "\"কমান্ড\"",
8
+ "\"Hooks\"": "\"হুক\"",
9
+ "\"Gateway\"": "\"গেটওয়ে\"",
10
+ "\"Setup Wizard\"": "\"সেটআপ উইজার্ড\"",
11
+
12
+ "\"Meta\"": "\"মেটা\"",
13
+ "\"Diagnostics\"": "\"ডায়াগনস্টিকস\"",
14
+ "\"Logging\"": "\"লগিং\"",
15
+ "\"Browser\"": "\"ব্রাউজার\"",
16
+ "\"Ui\"": "\"UI\"",
17
+ "\"Models\"": "\"মডেল\"",
18
+ "\"NodeHost\"": "\"নোড হোস্ট\"",
19
+ "\"Bindings\"": "\"বাইন্ডিংস\"",
20
+ "\"Broadcast\"": "\"ব্রডকাস্ট\"",
21
+ "\"Audio\"": "\"অডিও\"",
22
+ "\"Media\"": "\"মিডিয়া\"",
23
+ "\"Messages\"": "\"বার্তা\"",
24
+ "\"Approvals\"": "\"অনুমোদন\"",
25
+ "\"Session\"": "\"সেশন\"",
26
+ "\"Cron\"": "\"ক্রন\"",
27
+ "\"Web\"": "\"ওয়েব\"",
28
+ "\"Discovery\"": "\"ডিসকভারি\"",
29
+ "\"CanvasHost\"": "\"ক্যানভাস হোস্ট\"",
30
+ "\"Talk\"": "\"টক\"",
31
+ "\"Memory\"": "\"মেমরি\"",
32
+ "\"Plugins\"": "\"প্লাগইন\"",
33
+
34
+ ">Settings<": ">সেটিংস<",
35
+ "\"unknown\"": "\"অজানা\"",
36
+ "\"valid\"": "\"বৈধ\"",
37
+ "\"invalid\"": "\"অবৈধ\"",
38
+ "\"Unsaved changes\"": "\"অসংরক্ষিত পরিবর্তন\"",
39
+ " unsaved change\\$": " অসংরক্ষিত পরিবর্তন$",
40
+ "Search settings...": "সেটিংস অনুসন্ধান করুন...",
41
+ ">No changes<": ">কোন পরিবর্তন নেই<",
42
+ "\"Reload\"": "\"রিলোড\"",
43
+ "\"Applying…\"": "\"প্রয়োগ করা হচ্ছে…\"",
44
+ "\"Apply\"": "\"প্রয়োগ করুন\"",
45
+ "\"Updating…\"": "\"আপডেট করা হচ্ছে…\"",
46
+ "\"Update\"": "\"আপডেট\"",
47
+ ">View ": ">দেখুন ",
48
+ "\\} pending": "} বিচারাধীন",
49
+ " change\\$": " পরিবর্তন$",
50
+ "Loading schema…": "স্কিমা লোড হচ্ছে…",
51
+ " Form view can't safely edit some fields. Use Raw to avoid losing config entries.": "ফর্ম ভিউ নিরাপদে কিছু ফিল্ড এডিট করতে পারে না। কনফিগ এন্ট্রি হারানো এড়াতে র ব্যবহার করুন।",
52
+ ">Raw JSON5<": ">র JSON5<"
53
+ }
@@ -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": "১৫৫৫… অথবা চ্যাট আইডি",
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,9 @@
1
+ {
2
+ ">Connected Instances<": ">সংযুক্ত উদাহরণ<",
3
+ "Presence beacons from the gateway and clients.": "গেটওয়ে এবং ক্লায়েন্ট থেকে উপস্থিতি সংকেত।",
4
+ "\"unknown host\"": "\"অজানা হোস্ট\"",
5
+ "\"Loading…\"": "\"লোড হচ্ছে… \"",
6
+ "\"Refresh\"": "\"রিফ্রেশ\"",
7
+ ">Last input ": ">শেষ ইনপুট ",
8
+ ">Reason ": ">কারণ "
9
+ }
@@ -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,45 @@
1
+ {
2
+ "\"Deny\"": "\"অস্বীকার করুন\"",
3
+ "\"Allowlist\"": "\"অনুমোদিত তালিকা\"",
4
+ "\"Off\"": "\"বন্ধ\"",
5
+ "\"On miss\"": "\"মিস হলে\"",
6
+ "\"Always\"": "\"সর্বদা\"",
7
+
8
+ ">Exec approvals<": ">এক্সেক অনুমোদন<",
9
+ "Allowlist and approval policy for \\<span class=\"mono\">exec host=gateway/node\\</span>.": "<span class=\"mono\">exec host=gateway/node</span>-এর জন্য অনুমোদিত তালিকা এবং অনুমোদন নীতি।",
10
+ "\"Load approvals\"": "\"অনুমোদন লোড করুন\"",
11
+ "Load exec approvals to edit allowlists.":"অনুমোদিত তালিকা সম্পাদনা করতে এক্সেক অনুমোদন লোড করুন।",
12
+ "Gateway edits local approvals; node edits the selected node.": "গেটওয়ে স্থানীয় অনুমোদন সম্পাদনা করে; নোড নির্বাচিত নোড সম্পাদনা করে।",
13
+
14
+ ">Gateway<": ">গেটওয়ে<",
15
+ ">Node<": ">নোড<",
16
+ ">Select node<": ">নোড নির্বাচন করুন<",
17
+ "No nodes advertise exec approvals yet.": "এখনো কোনো নোড এক্সেক অনুমোদন বিজ্ঞাপন দেয় না।",
18
+
19
+ ">Scope<": ">সুযোগ<",
20
+ " Defaults": "ডিফল্ট মান",
21
+
22
+ "\"Default security mode.\"": "\"ডিফল্ট নিরাপত্তা মোড।\"",
23
+ "`Default: ": "`ডিফল্ট মান: ",
24
+ " Use default": "ডিফল্ট মান ব্যবহার করুন",
25
+ "\"Default prompt policy.\"": "\"ডিফল্ট প্রম্পট নীতি।\"",
26
+ ">Ask<": ">জিজ্ঞাসা করুন<",
27
+ ">Ask fallback<": ">জিজ্ঞাসা ফলব্যাক<",
28
+ "Applied when the UI prompt is unavailable.": "UI প্রম্পট অনুপলব্ধ হলে প্রয়োগ করা হয়।",
29
+ ">Fallback<": ">ফলব্যাক<",
30
+
31
+ ">Auto-allow skill CLIs<": ">স্বয়ংক্রিয়-অনুমোদন স্কিল CLI<",
32
+ "Allow skill executables listed by the Gateway.": "গেটওয়ে দ্বারা তালিকাভুক্ত স্কিল এক্সিকিউটেবল অনুমতি দিন।",
33
+ "\"on\" \\: \"off\"\\}": "\"চালু\" : \"বন্ধ\"}",
34
+ ": `Override \\(": ": `ওভাররাইড (",
35
+
36
+
37
+ ">Allowlist<": ">অনুমোদিত তালিকা<",
38
+ "Case-insensitive glob patterns.": "কেস-অসংবেদনশীল গ্লোব প্যাটার্ন।",
39
+ " Add pattern": "প্যাটার্ন যোগ করুন",
40
+ ">Pattern<": ">প্যাটার্ন<",
41
+ "No allowlist entries yet.": "এখনো কোনো অনুমোদিত তালিকা এন্ট্রি নেই।",
42
+ "\"New pattern\"": "\"নতুন প্যাটার্ন\"",
43
+ ">Last used: ": ">শেষ ব্যবহৃত:",
44
+ " Remove": "সরান"
45
+ }
@@ -0,0 +1,46 @@
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.": "এখানে বাইন্ডিং সম্পাদনা করতে কনফিগ ট্যাবটি <strong>ফর্ম<\/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
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Gateway Access": "গেটওয়ে অ্যাক্সেস",
3
+ "Where the dashboard connects and how it authenticates.": "ড্যাশবোর্ড কোথায় সংযোগ করে এবং এটি কীভাবে প্রমাণীকরণ করে।",
4
+ "WebSocket URL": "WebSocket URL",
5
+ "Gateway Token": "গেটওয়ে টোকেন",
6
+ "Password \\(not stored\\)": "পাসওয়ার্ড (সংরক্ষিত নয়)",
7
+ "Default Session Key": "ডিফল্ট সেশন কী",
8
+ "\"system or shared password\"": "\"সিস্টেম বা শেয়ার্ড পাসওয়ার্ড\"",
9
+ ">Connect<": ">সংযোগ<",
10
+ ">Refresh<": ">রিফ্রেশ<",
11
+ "Click Connect to apply connection changes.": "সংযোগ পরিবর্তন প্রয়োগ করতে কানেক্ট এ ক্লিক করুন।",
12
+ ">Snapshot<": ">স্ন্যাপশট<",
13
+ "Latest gateway handshake information.": "সর্বশেষ গেটওয়ে হ্যান্ডশেক তথ্য।",
14
+ "\"Connected\"": "\"সংযুক্ত\"",
15
+ "\"Disconnected\"": "\"বিচ্ছিন্ন\"",
16
+ ">Uptime<": ">আপটাইম<",
17
+ ">Tick Interval<": ">টিক ইন্টারভাল<",
18
+ ">Last Channels Refresh<": ">শেষ চ্যানেল রিফ্রেশ<",
19
+ "Use Channels to link WhatsApp, Telegram, Discord, Signal, or iMessage.": "WhatsApp, Telegram, Discord, Signal, বা iMessage লিঙ্ক করতে চ্যানেল ব্যবহার করুন।",
20
+ ">Instances<": ">ইন্সট্যান্স<",
21
+ "Presence beacons in the last 5 minutes.": "গত ৫ মিনিটের মধ্যে উপস্থিতি সংকেত।",
22
+ ">Sessions<": ">সেশন<",
23
+ "Recent session keys tracked by the gateway.": "গেটওয়ে দ্বারা ট্র্যাক করা সাম্প্রতিক সেশন কী।",
24
+ "\"Enabled\"": "\"সক্রিয়\"",
25
+ "\"Disabled\"": "\"নিষ্ক্রিয়\"",
26
+ "Next wake": "পরবর্তী ওয়েকআপ",
27
+ ">Notes<": ">নোট<",
28
+ "Quick reminders for remote control setups.": "রিমোট কন্ট্রোল সেটআপের জন্য দ্রুত অনুস্মারক।",
29
+ "Tailscale serve": "Tailscale সার্ভ",
30
+ "Prefer serve mode to keep the gateway on loopback with tailnet auth.": "tailnet অথ সহ লুপব্যাকে গেটওয়ে রাখতে সার্ভ মোড পছন্দ করুন।",
31
+ "Session hygiene": "সেশন ব্যবস্থাপনা",
32
+ "Use /new or sessions.patch to reset context.": "কনটেক্সট রিসেট করতে /new বা sessions.patch ব্যবহার করুন।",
33
+ "Cron reminders": "ক্রন অনুস্মারক",
34
+ "Use isolated sessions for recurring runs.": "পুনরাবৃত্ত রানের জন্য বিচ্ছিন্ন সেশন ব্যবহার করুন।"
35
+ }
@@ -0,0 +1,20 @@
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
+ ">Label<": ">লেবেল<",
13
+ ">Kind<": ">ধরন<",
14
+ ">Updated<": ">আপডেট করা হয়েছে<",
15
+ ">Tokens<": ">টোকেন<",
16
+ ">Thinking<": ">চিন্তা করা হচ্ছে<",
17
+ ">Verbose<": ">বিস্তারিত<",
18
+ ">Reasoning<": ">যুক্তি<",
19
+ ">Actions<": ">কর্ম<"
20
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "\"Workspace Skills\"": "\"ওয়ার্কস্পেস স্কিল\"",
3
+ "\"Built-in Skills\"": "\"অন্তর্নির্মিত স্কিল\"",
4
+ "\"Installed Skills\"": "\"ইনস্টল করা স্কিল\"",
5
+ "\"Extra Skills\"": "\"অতিরিক্ত স্কিল\"",
6
+ "\"Other Skills\"": "\"অন্যান্য স্কিল\""
7
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "\"blocked by allowlist\"": "\"অনুমোদিত তালিকা দ্বারা অবরুদ্ধ\"",
3
+
4
+ "\"eligible\"": "\"যোগ্য\"",
5
+ "\"blocked\"": "\"অবরুদ্ধ\"",
6
+
7
+ ">disabled<": ">নিষ্ক্রিয়<",
8
+ ">Missing: ": ">অনুপস্থিত: ",
9
+ ">Reason:": ">কারণ:"
10
+ }