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.

Potentially problematic release.


This version of clawui might be problematic. Click here for more details.

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,10 @@
1
+ {
2
+ "\"blocked by allowlist\"": "\"bloqué par la liste d'autorisation\"",
3
+
4
+ "\"eligible\"": "\"éligible\"",
5
+ "\"blocked\"": "\"bloqué\"",
6
+
7
+ ">disabled<": ">désactivé<",
8
+ ">Missing: ": ">Manquant : ",
9
+ ">Reason:": ">Raison :"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ ">Skills<": ">Compétences<",
3
+ "Bundled, managed, and workspace skills.": "Compétences groupées, gérées et de l'espace de travail.",
4
+ "\"Search skills\"": "\"Rechercher des compétences\"",
5
+ "No skills found.": "Aucune compétence trouvée.",
6
+ "\\} shown": "} affichées",
7
+ "\"Installing…\"": "\"Installation…\"",
8
+ ">API key<": ">Clé API<",
9
+ " Save key": " Enregistrer la clé"
10
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ ">Activity by Time<": ">Activité par heure<",
3
+ " tokens<": " jetons<",
4
+ "Estimates require session timestamps.": "Les estimations nécessitent des horodatages de session.",
5
+ "No timeline data yet.": "Pas encore de données chronologiques.",
6
+ "Estimated from session spans (first/last activity). Time zone:": "Estimé à partir des intervalles de session (première/dernière activité). Fuseau horaire :",
7
+ "\"Local\"\\}": "\"Local\"}",
8
+ ">Day of Week<": ">Jour de la semaine<",
9
+ ">Hours<": ">Heures<",
10
+ "\\} tokens": "} jetons",
11
+ ">Midnight<": ">Minuit<",
12
+ ">4am<": ">4h<",
13
+ ">8am<": ">8h<",
14
+ ">Moon<": ">12h<",
15
+ ">4pm<": ">16h<",
16
+ ">8pm<": ">20h<",
17
+ "Low → High token density": "Densité de jetons Faible → Élevée"
18
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "\"label\",": "\"libellé\",",
3
+ "\"agentId\",": "\"IDagent\",",
4
+ "\"channel\",": "\"canal\",",
5
+ "\"provider\",": "\"fournisseur\",",
6
+ "\"model\",": "\"modèle\",",
7
+ "\"updatedAt\",": "\"misÀJourÀ\",",
8
+ "\"durationMs\",": "\"duréeMs\",",
9
+ "\"messages\",": "\"messages\",",
10
+ "\"errors\",": "\"erreurs\",",
11
+ "\"toolCalls\",": "\"appelsOutil\",",
12
+ "\"inputTokens\",": "\"jetonsEntrée\",",
13
+ "\"outputTokens\",": "\"jetonsSortie\",",
14
+ "\"cacheReadTokens\",": "\"jetonsLectureCache\",",
15
+ "\"cacheWriteTokens\",": "\"jetonsÉcritureCache\",",
16
+ "\"totalTokens\",": "\"totalJetons\",",
17
+ "\"totalCost\",": "\"coûtTotal\",",
18
+
19
+ "\"date\",": "\"date\",",
20
+ "\"inputCost\",": "\"coûtEntrée\",",
21
+ "\"outputCost\",": "\"coûtSortie\",",
22
+ "\"cacheReadCost\",": "\"coûtLectureCache\",",
23
+ "\"cacheWriteCost\",": "\"coûtÉcritureCache\",",
24
+
25
+ "\"agent:\",": "\"agent :\",",
26
+ "\"channel:\",": "\"canal :\",",
27
+ "\"provider:\",": "\"fournisseur :\",",
28
+ "\"model:\",": "\"modèle :\",",
29
+ "\"tool:\",": "\"outil :\",",
30
+ "\"has:errors:\",": "\"a:erreurs :\",",
31
+ "\"has:tools:\",": "\"a:outils :\",",
32
+ "\"minTokens:\",": "\"minJetons :\",",
33
+ "\"maxCost:\",": "\"maxCoût :\","
34
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "No usage data for this session.": "Aucune donnée d'utilisation pour cette session.",
3
+ ">Messages<": ">Messages<",
4
+ "\\} user · ": "} utilisateur · ",
5
+ "\\} assistant": "} assistant",
6
+ ">Tool Calls<": ">Appels d'outils<",
7
+ " tools<": " outils<",
8
+ ">Errors<": ">Erreurs<",
9
+ " tool results<": " résultats d'outils<",
10
+ ">Duration<": ">Durée<",
11
+
12
+ "\"No tool calls\"": "\"Aucun appel d'outil\"",
13
+ "\"No model data\"": "\"Aucune donnée de modèle\"",
14
+
15
+ "\"Close session details\"": "\"Fermer les détails de la session\"",
16
+
17
+ ">No timeline data<": ">Aucune donnée chronologique<",
18
+ "\"No data in range\"": "\"Aucune donnée dans la plage\"",
19
+ ">Usage Over Time<": ">Utilisation dans le temps<",
20
+ " Per Turn": " Par tour",
21
+ " Cumulative": " Cumulé",
22
+ " Total": " Total",
23
+ " By Type": " Par type",
24
+ ">Tokens by Type<": ">Jetons par type<",
25
+
26
+ "\"Assistant output tokens\"": "\"Jetons de sortie de l'assistant\"",
27
+ ">Output": ">Sortie",
28
+ "\"User \\+ tool input tokens\"": "\"Jetons d'entrée utilisateur + outil\"",
29
+ ">Input": ">Entrée",
30
+ "\"Tokens written to cache\"": "\"Jetons écrits dans le cache\"",
31
+ ">Cache Write ": ">Écriture cache ",
32
+ "\"Tokens read from cache\"": "\"Jetons lus depuis le cache\"",
33
+ ">Cache Read ": ">Lecture cache ",
34
+ ">Total: ": ">Total : ",
35
+
36
+ ">No context data<": ">Aucune donnée de contexte<",
37
+ ">System Prompt Breakdown<": ">Détail de l'invite système<",
38
+ "\"Collapse\"": "\"Réduire\"",
39
+ "\"Expand all\"": "\"Tout développer\"",
40
+ "\"Base context per message\"": "\"Contexte de base par message\"",
41
+
42
+ ">Sys ": ">Système ",
43
+ ">Skills ": ">Compétences ",
44
+ ">Tools ": ">Outils ",
45
+ ">Files ": ">Fichiers ",
46
+
47
+ " more<": " plus<",
48
+
49
+ ">Conversation<": ">Conversation<",
50
+ ">No messages<": ">Aucun message<",
51
+
52
+ "\"Collapse All\"": "\"Tout réduire\"",
53
+ "\"Expand All\"": "\"Tout développer\"",
54
+
55
+ ">User<": ">Utilisateur<",
56
+ ">Assistant<": ">Assistant<",
57
+ ">Tool<": ">Outil<",
58
+ ">Tool result<": ">Résultat de l'outil<",
59
+
60
+ "\"Search conversation\"": "\"Rechercher dans la conversation\"",
61
+ "No messages match the filters.": "Aucun message ne correspond aux filtres."
62
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ ">Token Usage<": ">Utilisation des jetons<",
3
+ ">to<": ">à<",
4
+ "\"Today\"": "\"Aujourd'hui\"",
5
+ "\"7d\"": "\"7j\"",
6
+ "\"30d\"": "\"30j\"",
7
+ ">All<": ">Tous<",
8
+ " Clear": " Effacer",
9
+
10
+ ">Usage<": ">Utilisation<",
11
+ "See where tokens go, when sessions spike, and what drives cost.": "Voyez où vont les jetons, quand les sessions grimpent, et ce qui génère les coûts.",
12
+ "\"pinned\"": "\"épinglé\"",
13
+ ">Filters<": ">Filtres<",
14
+ ">Loading<": ">Chargement<",
15
+ "Select a date range and click Refresh to load usage.": "Sélectionnez une plage de dates et cliquez sur Actualiser pour charger l'utilisation.",
16
+ "> tokens": "> jetons",
17
+ "> cost": "> coût",
18
+
19
+ "\"Unpin filters\"\\}": "\"Détacher les filtres\"}",
20
+ "\"Pin filters\"\\}": "\"Épingler les filtres\"}",
21
+ "\"Pinned\"": "\"Épinglé\"",
22
+ "\"Pin\"": "\"Épingler\"",
23
+ ">Export ▾<": ">Exporter ▾<",
24
+ " Sessions ": " Sessions ",
25
+ " Daily ": " Quotidien ",
26
+
27
+ " Tokens": " Jetons",
28
+ " Cost": " Coût",
29
+ " Refresh": " Actualiser",
30
+
31
+ "Filter sessions \\(e.g. key:agent:main:cron\\* model:gpt-4o has:errors minTokens:2000\\)": "Filtrer les sessions (ex. key:agent:main:cron* model:gpt-4o has:errors minTokens:2000)",
32
+ " Filter \\(client-side\\)": " Filtre (côté client)",
33
+ "\\} sessions match": "} sessions correspondent",
34
+ "\\} sessions in range": "} sessions dans la plage",
35
+ "Tip: use filters or click bars to filter days.": "Astuce : utilisez les filtres ou cliquez sur les barres pour filtrer les jours.",
36
+
37
+ "\"Remove filter\"": "\"Supprimer le filtre\"",
38
+
39
+ "Showing first 1,000 sessions. Narrow date range for complete results.":"Affichage des 1 000 premières sessions. Réduisez la plage de dates pour des résultats complets.",
40
+
41
+ ">Days:": ">Jours :",
42
+ ">Hours:": ">Heures :",
43
+ ">Session:": ">Session :",
44
+ " Clear All": " Tout effacer",
45
+ ">Daily Usage<": ">Utilisation quotidienne<",
46
+ ">No data<": ">Aucune donnée<",
47
+ "\\} Usage<": "} Utilisation<",
48
+ "\\} tokens<": "} jetons<",
49
+
50
+ "\"Tokens\":\"Cost\"} by Type": "\"Jetons\":\"Coût\"} par type",
51
+ "\"Output: ": "\"Sortie : ",
52
+ "\"Input: ": "\"Entrée : ",
53
+ "\"Cache Write: ": "\"Écriture cache : ",
54
+ "\"Cache Read: ": "\"Lecture cache : ",
55
+
56
+ "Cache hit rate = cache read / \\(input \\+ cache read\\). Higher is better.": "Taux de succès cache = lecture cache / (entrée + lecture cache). Plus élevé est meilleur.",
57
+ "Error rate = errors / total messages. Lower is better.": "Taux d'erreur = erreurs / total messages. Plus bas est meilleur.",
58
+ "Throughput shows tokens per minute over active time. Higher is better.": "Le débit montre les jetons par minute pendant le temps actif. Plus élevé est meilleur.",
59
+ "Average tokens per message in this range.": "Moyenne de jetons par message dans cette plage.",
60
+ "Average cost per message when providers report costs. Cost data is missing for some or all sessions in this range.": "Coût moyen par message lorsque les fournisseurs rapportent les coûts. Les données de coût sont manquantes pour certaines ou toutes les sessions dans cette plage.",
61
+ "Average cost per message when providers report costs.": "Coût moyen par message lorsque les fournisseurs rapportent les coûts.",
62
+
63
+ "\\} errors · ": "} erreurs · ",
64
+ "\\} msgs · ": "} msgs · ",
65
+
66
+ ">Usage Overview<": ">Aperçu de l'utilisation<",
67
+ "Total user \\+ assistant messages in range.": "Nombre total de messages utilisateur + assistant dans la plage.",
68
+ " Tool Calls": " Appels d'outils",
69
+ "Total tool call count across sessions.": "Nombre total d'appels d'outils sur toutes les sessions.",
70
+ " Errors": " Erreurs",
71
+ "Total message/tool errors in range.": "Nombre total d'erreurs de message/d'outil dans la plage.",
72
+ " Avg Tokens / Msg": " Moy. jetons / Msg",
73
+ ">Across ": ">Sur ",
74
+ "Avg Cost \/ Msg": "Coût moyen / Msg",
75
+ "\\} total<": "} total<",
76
+
77
+ "Distinct sessions in the range.": "Sessions distinctes dans la plage.",
78
+ " Throughput": " Débit",
79
+ " Error Rate": " Taux d'erreur",
80
+
81
+ " All ": " Tous ",
82
+ " Recently viewed": " Récemment consultés",
83
+ ">No sessions in range<": ">Aucune session dans la plage<",
84
+ ">No recent sessions<": ">Aucune session récente<"
85
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "Invalid URL format. Expected /base/XXX or /wiki/XXX URL": "Formato URL non valido. Formato previsto: /base/XXX o /wiki/XXX.",
3
+ "Use app_token": "Usa app_token",
4
+ " and table_id=": " e table_id=",
5
+ " for other bitable tools": " per altri strumenti Bitable",
6
+ "Select a table_id from the tables list.": "Seleziona un table_id dall'elenco delle tabelle.",
7
+ "Bitable URL. Supports both formats: /base/XXX?table=YYY or /wiki/XXX?table=YYY": "URL Bitable. Supporta entrambi i formati: /base/XXX?table=YYY o /wiki/XXX?table=YYY",
8
+ "Bitable app token \\(use feishu_bitable_get_meta to get from URL\\)": "Token app Bitable (usa feishu_bitable_get_meta per ottenerlo dall'URL)",
9
+ "Table ID (from URL: ?table=YYY)": "ID Tabella (dall'URL: ?table=YYY)",
10
+ "Number of records per page (1-500, default 100)": "Numero di record per pagina (1-500, default 100)",
11
+ "Pagination token from previous response": "Token di paginazione dalla risposta precedente",
12
+ "Record ID to retrieve": "ID record da recuperare",
13
+ "Field values keyed by field name. Format by type: ": "Valori dei campi indicizzati per nome campo. Formato per tipo: ",
14
+ "Record ID to update": "ID record da aggiornare",
15
+ "Field values to update \\(same format as create_record\\)": "Valori dei campi da aggiornare (stesso formato di create_record)",
16
+ "Feishu credentials not configured, skipping bitable tools": "Credenziali Feishu non configurate, salto strumenti bitable",
17
+ "Parse a Bitable URL and get app_token, table_id, and table list. Use this first when given a /wiki/ or /base/ URL.": "Analizza un URL Bitable e ottieni app_token, table_id e l'elenco delle tabelle. Usalo prima quando viene fornito un URL /wiki/ o /base/.",
18
+ "Feishu Bitable List Fields": "Feishu Bitable Elenca Campi",
19
+ "List all fields \\(columns\\) in a Bitable table with their types and properties": "Elenca tutti i campi (colonne) in una tabella Bitable con i loro tipi e proprietà",
20
+ "List records \\(rows\\) from a Bitable table with pagination support": "Elenca i record (righe) da una tabella Bitable con supporto alla paginazione",
21
+ "Feishu Bitable Get Record": "Feishu Bitable Ottieni Record",
22
+ "Get a single record by ID from a Bitable table": "Ottieni un singolo record tramite ID da una tabella Bitable",
23
+ "Feishu Bitable Create Record": "Feishu Bitable Crea Record",
24
+ "Create a new record (row) in a Bitable table": "Crea un nuovo record (riga) in una tabella Bitable",
25
+ "Feishu Bitable Update Record": "Feishu Bitable Aggiorna Record",
26
+ "Update an existing record (row) in a Bitable table": "Aggiorna un record esistente (riga) in una tabella Bitable",
27
+ "Registered 6 bitable tools": "Registrati 6 strumenti bitable",
28
+
29
+ "\"Feishu\"": "\"Feishu\"",
30
+ "Lark enterprise messaging.": "Messaggistica aziendale Lark.",
31
+ "Feishu targeting: omit `target` to reply to the current conversation \\(auto-inferred\\). Explicit targets: `user:open_id` or `chat:chat_id`.": "Targeting Feishu: ometti `target` per rispondere alla conversazione corrente (inferito automaticamente). Target espliciti: `user:open_id` o `chat:chat_id`.",
32
+ " Feishu supports interactive cards for rich messages.": " Feishu supporta schede interattive per messaggi ricchi.",
33
+ "Feishu\\[": "Feishu[",
34
+ "groups: groupPolicy=\"open\" allows any member to trigger \\(mention-gated\\). Set channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom to restrict senders.": "Gruppi: groupPolicy=\"open\" consente a qualsiasi membro di attivare (con restrizione @menzione). Imposta channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom per limitare i mittenti.",
35
+ "starting feishu\\[": "avvio Feishu[",
36
+ " \\(mode: ": " (modalità: "
37
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "\"Config Last Touched Version\"": "\"Versione ultima modifica configurazione\"",
3
+ "\"Config Last Touched At\"": "\"Data ultima modifica configurazione\""
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "\"IRC DM Policy\"": "\"Politica DM IRC\"",
3
+ "\"IRC NickServ Enabled\"": "\"IRC NickServ Abilitato\""
4
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "\"just now\"": "\"proprio ora\"",
3
+ "\\}s`": "}s`",
4
+ "\\}m ago`": "}m fa`",
5
+ "\\}m`": "}m`",
6
+ "\\}h ago`": "}h fa`",
7
+ "\\}h`": "}h`",
8
+ "\\}d ago`": "}g fa`",
9
+ "\\}d`": "}g`",
10
+ "\"in <1m\"": "\"tra <1m\"",
11
+ "`in ": "`tra "
12
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "Profile update failed \\(": "Aggiornamento profilo fallito (",
3
+ "Profile publish failed on all relays.": "Pubblicazione profilo fallita su tutti i relay.",
4
+ "Profile published to relays.": "Profilo pubblicato sui relay.",
5
+ "Profile update failed: ": "Aggiornamento profilo fallito: ",
6
+ "Profile import failed \\(": "Importazione profilo fallita (",
7
+ "Profile imported from relays. Review and publish.": "Profilo importato dai relay. Rivedi e pubblica.",
8
+ "Profile imported. Review and publish.": "Profilo importato. Rivedi e pubblica.",
9
+ "Profile import failed: ": "Importazione profilo fallita: "
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "`disconnected \\(": "`disconnesso (",
3
+ "\"no reason\"": "\"nessun motivo\""
4
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "\"Refresh chat data\"": "\"Aggiorna dati chat\"",
3
+ "\"Disabled during onboarding\"": "\"Disabilitato durante l'onboarding\"",
4
+ "\"Toggle assistant thinking/working output\"": "\"Attiva/disattiva output pensiero/lavoro assistente\"",
5
+ "\"Toggle focus mode \\(hide sidebar \\+ page header\\)\"": "\"Attiva/disattiva modalità focus (nascondi barra laterale + intestazione pagina)\"",
6
+ "\"System theme\"": "\"Tema di sistema\"",
7
+ "\"System\"": "\"Sistema\"",
8
+ "\"Light theme\"": "\"Tema chiaro\"",
9
+ "\"Light\"": "\"Chiaro\"",
10
+ "\"Dark theme\"": "\"Tema scuro\"",
11
+ "\"Dark\"": "\"Scuro\""
12
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Disconnected from gateway.": "Disconnesso dal gateway.",
3
+
4
+ "\"Expand sidebar\"": "\"Espandi barra laterale\"",
5
+ "\"Collapse sidebar\"": "\"Comprimi barra laterale\"",
6
+
7
+ ">Health<": ">Stato<",
8
+ "\"OK\"": "\"OK\"",
9
+ "\"Offline\"": "\"Offline\"",
10
+
11
+ ">Gateway Dashboard<": ">Dashboard Gateway<",
12
+
13
+ ">Resources<": ">Risorse<",
14
+ "Docs \\(opens in new tab\\)": "Documentazione (apre in una nuova scheda)",
15
+ ">Docs<": ">Documentazione<"
16
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "\"gateway client stopped\"": "\"client gateway arrestato\"",
3
+ "gateway closed \\(": "gateway chiuso (",
4
+ "\"connect failed\"": "\"connessione fallita\"",
5
+ " event handler error:": " errore gestore eventi:",
6
+ "\"request failed\"": "\"richiesta fallita\"",
7
+ "\"gateway not connected\"": "\"gateway non connesso\""
8
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "\"Chat\"":"\"Chat\"",
3
+ "\"Control\"":"\"Controllo\"",
4
+ "\"Agent\"":"\"Agente\"",
5
+ "\"Settings\"":"\"Impostazioni\"",
6
+ "\"Agents\"":"\"Agenti\"",
7
+ "\"Overview\"":"\"Panoramica\"",
8
+ "\"Channels\"":"\"Canali\"",
9
+ "\"Instances\"":"\"Istanze\"",
10
+ "\"Sessions\"":"\"Sessioni\"",
11
+ "\"Usage\"":"\"Utilizzo\"",
12
+ "\"Cron Jobs\"":"\"Job Cron\"",
13
+ "\"Skills\"":"\"Competenze\"",
14
+ "\"Nodes\"":"\"Nodi\"",
15
+ "\"Config\"":"\"Configurazione\"",
16
+ "\"Debug\"":"\"Debug\"",
17
+ "\"Logs\"":"\"Log\"",
18
+
19
+ "Manage agent workspaces, tools, and identities.":"Gestisci spazi di lavoro, strumenti e identità degli agenti.",
20
+ "Gateway status, entry points, and a fast health read.":"Stato del gateway, punti di ingresso e una rapida lettura dello stato di salute.",
21
+ "Manage channels and settings.":"Gestisci canali e impostazioni.",
22
+ "Presence beacons from connected clients and nodes.":"Beacon di presenza da client e nodi connessi.",
23
+ "Inspect active sessions and adjust per-session defaults.":"Ispeziona sessioni attive e regola le impostazioni predefinite per sessione.",
24
+ "Schedule wakeups and recurring agent runs.":"Pianifica riattivazioni ed esecuzioni ricorrenti degli agenti.",
25
+ "Manage skill availability and API key injection.":"Gestisci disponibilità delle competenze e iniezione di chiavi API.",
26
+ "Paired devices, capabilities, and command exposure.":"Dispositivi accoppiati, capacità ed esposizione dei comandi.",
27
+ "Direct gateway chat session for quick interventions.":"Sessione chat diretta con il gateway per interventi rapidi.",
28
+ "Edit ~/.openclaw/openclaw.json safely.":"Modifica in sicurezza ~/.clawdbot/clawdbot.json.",
29
+ "Gateway snapshots, events, and manual RPC calls.":"Istantanee del gateway, eventi e chiamate RPC manuali.",
30
+ "Live tail of the gateway file logs.":"Monitoraggio in tempo reale dei file di log del gateway."
31
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ ">Agent Context<": ">Contesto Agente<",
3
+ "\"no accounts\"": "\"nessun account\"",
4
+ " connected`": " connesso`",
5
+ " configured`": " configurato`",
6
+ "\"not configured\"": "\"non configurato\""
7
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "\"agent override\"": "\"override agente\"",
3
+ "\"global default\"": "\"predefinito globale\"",
4
+ "\"default\"": "\"predefinito\"",
5
+
6
+ ">Tool Access<": ">Accesso Strumenti<",
7
+ " Profile \\+ per-tool overrides for this agent.": " Profilo + override per-strumento per questo agente.",
8
+ "> enabled.": "> abilitato.",
9
+
10
+ " Use All": " Usa Tutti",
11
+ " Enable All": " Abilita Tutti",
12
+ " Disable All": " Disabilita Tutti",
13
+ " Reload Config": " Ricarica Configurazione",
14
+
15
+ "Load the gateway config to adjust tool profiles.": "Carica la configurazione del gateway per regolare i profili degli strumenti.",
16
+ " This agent is using an explicit allowlist in config. Tool overrides are managed in the Config tab.": " Questo agente sta utilizzando una lista esplicita consentita nella configurazione. Gli override degli strumenti sono gestiti nella scheda Config.",
17
+ " Global tools.allow is set. Agent overrides cannot enable tools that are globally blocked.": " tools.allow globale è impostato. Gli override dell'agente non possono abilitare strumenti che sono bloccati globalmente.",
18
+
19
+ ">Profile<": ">Profilo<",
20
+ ">Source<": ">Fonte<",
21
+ ">unsaved<": ">non salvato<",
22
+
23
+ ">Quick Presets<": ">Preset Rapidi<",
24
+ " Inherit": " Eredita",
25
+
26
+ "Per-agent skill allowlist and workspace skills.": "Lista consentita delle competenze per agente e competenze dell'area di lavoro.",
27
+ "Load the gateway config to set per-agent skills.": "Carica la configurazione del gateway per impostare le competenze per agente.",
28
+ "This agent uses a custom skill allowlist.": "Questo agente utilizza una lista consentita di competenze personalizzata.",
29
+ "All skills are enabled. Disabling any skill will create a per-agent allowlist.": "Tutte le competenze sono abilitate. Disabilitare qualsiasi competenza creerà una lista consentita per agente.",
30
+ "Load skills for this agent to view workspace-specific entries.": "Carica le competenze per questo agente per visualizzare le voci specifiche dell'area di lavoro."
31
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "\"Files\"": "\"File\"",
3
+ "\"Read file contents\"": "\"Leggi contenuto file\"",
4
+ "\"Create or overwrite files\"": "\"Crea o sovrascrivi file\"",
5
+ "\"Make precise edits\"": "\"Effettua modifiche precise\"",
6
+ "\"Patch files \\(OpenAI\\)\"": "\"Applica patch ai file (OpenAI)\"",
7
+
8
+ "\"Runtime\"": "\"Runtime\"",
9
+ "\"Run shell commands\"": "\"Esegui comandi shell\"",
10
+ "\"Manage background processes\"": "\"Gestisci processi in background\"",
11
+
12
+ "\"Web\"": "\"Web\"",
13
+ "\"Search the web\"": "\"Cerca sul web\"",
14
+ "\"Fetch web content\"": "\"Recupera contenuto web\"",
15
+
16
+ "\"Memory\"": "\"Memoria\"",
17
+ "\"Semantic search\"": "\"Ricerca semantica\"",
18
+ "\"Read memory files\"": "\"Leggi file di memoria\"",
19
+ "\"List sessions\"": "\"Elenca sessioni\"",
20
+
21
+ "\"Session history\"": "\"Cronologia sessione\"",
22
+ "\"Send to session": "\"Invia alla sessione",
23
+ "\"Spawn sub-agent\"": "\"Crea sub-agente\"",
24
+ "\"Session status\"": "\"Stato sessione\"",
25
+
26
+ "\"UI\"": "\"UI\"",
27
+ "\"Control web browser\"": "\"Controlla browser web\"",
28
+ "\"Control canvases\"": "\"Controlla canvas\"",
29
+
30
+ "\"Send messages\"": "\"Invia messaggi\"",
31
+
32
+ "\"Automation\"": "\"Automazione\"",
33
+ "\"Schedule tasks\"": "\"Pianifica attività\"",
34
+
35
+ "\"Gateway control\"": "\"Controllo gateway\"",
36
+ "\"Nodes \\+ devices\"": "\"Nodi + dispositivi\"",
37
+ "\"List agents\"": "\"Elenca agenti\"",
38
+
39
+ "\"Media\"": "\"Media\"",
40
+ "\"Image understanding\"": "\"Comprensione immagini\"",
41
+
42
+ "\"Minimal\"": "\"Minimo\"",
43
+ "\"Coding\"": "\"Programmazione\"",
44
+ "\"Messaging\"": "\"Messaggistica\"",
45
+ "\"Full\"": "\"Completo\"",
46
+
47
+ "\\} selected": "} selezionati",
48
+ "\"all skills\"": "\"tutte le competenze\""
49
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ ">No configured models<": ">Nessun modello configurato<",
3
+ "\\} configured.<": "} configurati.<",
4
+ "No agents found.": "Nessun agente trovato.",
5
+ ">Select an agent<": ">Seleziona un agente<",
6
+ "Pick an agent to inspect its workspace and tools.": "Scegli un agente per ispezionare il suo spazio di lavoro e i suoi strumenti.",
7
+ "Agent workspace and routing.": "Spazio di lavoro e instradamento dell'agente.",
8
+ "\"Tools\"": "\"Strumenti\"",
9
+
10
+ ">Overview<": ">Panoramica<",
11
+ "Workspace paths and identity metadata.": "Percorsi dello spazio di lavoro e metadati dell'identità.",
12
+ ">Workspace<": ">Spazio di Lavoro<",
13
+ ">Primary Model<": ">Modello Principale<",
14
+ ">Identity Name<": ">Nome Identità<",
15
+ ">Default<": ">Predefinito<",
16
+ ">Identity Emoji<": ">Emoji Identità<",
17
+ ">Skills Filter<": ">Filtro Competenze<",
18
+ ">Filter<": ">Filtro<",
19
+ ">Model Selection<": ">Selezione Modello<",
20
+ ">Primary model": ">Modello principale",
21
+ " \\(default\\)": " (predefinito)",
22
+ "Fallbacks \\(comma-separated\\)": "Fallback (separati da virgole)",
23
+ "Inherit default \\(": "Eredita predefinito (",
24
+ "\"Inherit default\"": "\"Eredita predefinito\"",
25
+ ">Fallbacks (comma-separated)<": ">Fallback (separati da virgole)<",
26
+ "\"Save\"": "\"Salva\"",
27
+ "\"yes\"": "\"sì\"",
28
+ "\"no\"": "\"no\"",
29
+
30
+ "\"Workspace, identity, and model configuration.\"": "\"Configurazione dello spazio di lavoro, identità e modello.\"",
31
+ "Load channels to see live status.": "Carica i canali per vedere lo stato in tempo reale.",
32
+ "Gateway-wide channel status snapshot.": "Istantanea dello stato dei canali a livello di gateway.",
33
+ " Last refresh:": " Ultimo aggiornamento:",
34
+ "No channels found.": "Nessun canale trovato.",
35
+ "\"no accounts\"": "\"nessun account\"",
36
+ "\\} enabled": "} abilitati",
37
+ "Workspace and scheduling targets.": "Spazio di lavoro e destinazioni di pianificazione.",
38
+ "Gateway cron status.": "Stato cron del gateway.",
39
+ ">Next wake<": ">Prossima Attivazione<",
40
+ ">Agent Cron Jobs<": ">Job Cron dell'Agente<",
41
+ "Scheduled jobs targeting this agent.": "Job pianificati che hanno come target questo agente.",
42
+ "No jobs assigned.": "Nessun job assegnato.",
43
+ ">Core Files<": ">File Principali<",
44
+ "Bootstrap persona, identity, and tool guidance.": "Istruzioni iniziali per persona, identità e strumenti.",
45
+ ">Workspace:": ">Spazio di lavoro:",
46
+ " Load the agent workspace files to edit core instructions.": " Carica i file dello spazio di lavoro dell'agente per modificare le istruzioni principali.",
47
+ "No files found.": "Nessun file trovato.",
48
+ "Select a file to edit.": "Seleziona un file da modificare.",
49
+ " This file is missing. Saving will create it in the agent workspace.": " Questo file è mancante. Salvandolo verrà creato nello spazio di lavoro dell'agente.",
50
+ ">Content<": ">Contenuto<",
51
+ ">missing<": ">mancante<",
52
+
53
+ " Reload": " Ricarica"
54
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "Schema unavailable. Use Raw.": "Schema non disponibile. Usa Raw.",
3
+ "Channel config schema unavailable.": "Schema di configurazione canale non disponibile.",
4
+ "Loading config schema…": "Caricamento schema configurazione…",
5
+ "Channel status and configuration.": "Stato e configurazione del canale.",
6
+
7
+ ">Configured<": ">Configurato<",
8
+ ">Linked<": ">Collegato<",
9
+ ">Last start<": ">Ultimo avvio<",
10
+ ">Last probe<": ">Ultima verifica<",
11
+ ">Last connect<": ">Ultima connessione<",
12
+ ">Last message<": ">Ultimo messaggio<",
13
+ ">Last inbound<": ">Ultimo messaggio in entrata<",
14
+ ">Auth age<": ">Età autenticazione<",
15
+ ">Mode<": ">Modalità<",
16
+ ">Credential<": ">Credenziale<",
17
+ ">Public Key<": ">Chiave Pubblica<",
18
+ ">Audience<": ">Pubblico<",
19
+ ">Profile<": ">Profilo<",
20
+
21
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "Nessun profilo impostato. Clicca \"Modifica Profilo\" per aggiungere nome, biografia e avatar.",
22
+ "\"Saving…\"": "\"Salvataggio in corso…\"",
23
+ "\"Save\"": "\"Salva\"",
24
+ " probe": " verifica",
25
+
26
+ " Probe": " Verifica",
27
+ "\"ok\" \\:": "\"ok\" :",
28
+ "\"failed\"": "\"fallito\"",
29
+
30
+ "Decentralized DMs via Nostr relays \\(NIP-04\\).": "DM decentralizzati tramite relay Nostr (NIP-04)."
31
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Bot status and channel configuration.": "Stato del bot e configurazione del canale."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Chat API webhook status and channel configuration.": "Stato del webhook API Chat e configurazione del canale."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "macOS bridge status and channel configuration.": "Stato del bridge macOS e configurazione del canale."
3
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "Channel health": "Salute del canale",
3
+ "Channel status snapshots from the gateway.": "Istantanee dello stato del canale dal gateway.",
4
+ "No snapshot yet.": "Ancora nessuna istantanea.",
5
+ "Channel status and configuration.": "Stato e configurazione del canale.",
6
+ "\"Yes\"": "\"Sì\"",
7
+ "\"Active\"": "\"Attivo\"",
8
+ "\"No\"": "\"No\"",
9
+ ">Running<": ">In esecuzione<",
10
+ ">Connected<": ">Connesso<"
11
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ ">Edit Profile<": ">Modifica Profilo<",
3
+ ">Account: ": ">Account: ",
4
+
5
+ "\"Username\"": "\"Nome utente\"",
6
+ "\"Short username \\(": "\"Nome utente breve (",
7
+ "\"Display Name\"": "\"Nome visualizzato\"",
8
+ "Your full display name": "Il tuo nome visualizzato completo",
9
+ "\"Bio\"": "\"Biografia\"",
10
+ "Tell people about yourself...": "Parla di te...",
11
+ "\"Avatar URL\"": "\"URL Avatar\"",
12
+ "A brief bio or description": "Una breve biografia o descrizione",
13
+ "\"Banner URL\"": "\"URL Banner\"",
14
+ "HTTPS URL to your profile picture": "URL HTTPS della tua immagine del profilo",
15
+ "HTTPS URL to a banner image": "URL HTTPS di un'immagine banner",
16
+ "\"Website\"": "\"Sito web\"",
17
+ "Your personal website": "Il tuo sito web personale",
18
+ "\"NIP-05 Identifier\"": "\"Identificatore NIP-05\"",
19
+ "\"Verifiable identifier ": "\"Identificatore verificabile ",
20
+ "\"Lightning Address\"": "\"Indirizzo Lightning\"",
21
+ "\"Lightning address for tips ": "\"Indirizzo Lightning per mance ",
22
+ "\"Saving...\"": "\"Salvataggio in corso...\"",
23
+ "Save & Publish": "Salva e Pubblica",
24
+ "\"Importing...\"": "\"Importazione in corso...\"",
25
+ "\"Import from Relays\"": "\"Importa dai Relay\"",
26
+ "\"Hide Advanced\"": "\"Nascondi Avanzate\"",
27
+ "\"Show Advanced\"": "\"Mostra Avanzate\"",
28
+ " You have unsaved changes": " Hai modifiche non salvate"
29
+ }