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,4 @@
1
+ {
2
+ "`disconnected \\(": "`nadiskonekta (",
3
+ "\"no reason\"": "\"walang dahilan\""
4
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "\"Refresh chat data\"": "\"I-refresh ang data ng chat\"",
3
+ "\"Disabled during onboarding\"": "\"Hindi pinagana habang nasa onboarding\"",
4
+ "\"Toggle assistant thinking/working output\"": "\"I-toggle ang output ng pag-iisip/paggawa ng assistant\"",
5
+ "\"Toggle focus mode \\(hide sidebar \\+ page header\\)\"": "\"I-toggle ang focus mode (itago ang sidebar + page header)\"",
6
+ "\"System theme\"": "\"System theme\"",
7
+ "\"System\"": "\"System\"",
8
+ "\"Light theme\"": "\"Light theme\"",
9
+ "\"Light\"": "\"Light\"",
10
+ "\"Dark theme\"": "\"Dark theme\"",
11
+ "\"Dark\"": "\"Dark\""
12
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Disconnected from gateway.": "Nadiskonekta mula sa gateway.",
3
+
4
+ "\"Expand sidebar\"": "\"Palawakin ang sidebar\"",
5
+ "\"Collapse sidebar\"": "\"I-collapse ang sidebar\"",
6
+
7
+ ">Health<": ">Kalusugan<",
8
+ "\"OK\"": "\"OK\"",
9
+ "\"Offline\"": "\"Offline\"",
10
+
11
+ ">Gateway Dashboard<": ">Gateway Dashboard<",
12
+
13
+ ">Resources<": ">Mga Resource<",
14
+ "Docs \\(opens in new tab\\)": "Docs (bubukas sa bagong tab)",
15
+ ">Docs<": ">Docs<"
16
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "\"gateway client stopped\"": "\"huminto ang gateway client\"",
3
+ "gateway closed \\(": "nagsara ang gateway (",
4
+ "\"connect failed\"": "\"nabigo ang pagkonekta\"",
5
+ " event handler error:": " error sa event handler:",
6
+ "\"request failed\"": "\"nabigo ang request\"",
7
+ "\"gateway not connected\"": "\"hindi nakakonekta ang gateway\""
8
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "\"Chat\"":"\"Chat\"",
3
+ "\"Control\"":"\"Kontrol\"",
4
+ "\"Agent\"":"\"Ahente\"",
5
+ "\"Settings\"":"\"Mga Setting\"",
6
+ "\"Agents\"":"\"Mga Ahente\"",
7
+ "\"Overview\"":"\"Pangkalahatang-ideya\"",
8
+ "\"Channels\"":"\"Mga Channel\"",
9
+ "\"Instances\"":"\"Mga Instance\"",
10
+ "\"Sessions\"":"\"Mga Session\"",
11
+ "\"Usage\"":"\"Paggamit\"",
12
+ "\"Cron Jobs\"":"\"Mga Cron Job\"",
13
+ "\"Skills\"":"\"Mga Skill\"",
14
+ "\"Nodes\"":"\"Mga Node\"",
15
+ "\"Config\"":"\"Config\"",
16
+ "\"Debug\"":"\"Debug\"",
17
+ "\"Logs\"":"\"Mga Log\"",
18
+
19
+ "Manage agent workspaces, tools, and identities.":"Pamahalaan ang mga workspace, tool, at pagkakakilanlan ng ahente.",
20
+ "Gateway status, entry points, and a fast health read.":"Katayuan ng gateway, entry point, at mabilis na pagbabasa ng kalusugan.",
21
+ "Manage channels and settings.":"Pamahalaan ang mga channel at setting.",
22
+ "Presence beacons from connected clients and nodes.":"Presence beacon mula sa mga nakakonektang client at node.",
23
+ "Inspect active sessions and adjust per-session defaults.":"Siyasatin ang mga aktibong session at ayusin ang per-session defaults.",
24
+ "Schedule wakeups and recurring agent runs.":"Mag-iskedyul ng mga wakeup at paulit-ulit na pagtakbo ng ahente.",
25
+ "Manage skill availability and API key injection.":"Pamahalaan ang availability ng skill at pag-iniksyon ng API key.",
26
+ "Paired devices, capabilities, and command exposure.":"Naka-pair na device, kakayahan, at exposure ng command.",
27
+ "Direct gateway chat session for quick interventions.":"Direktang gateway chat session para sa mabilisang interbensyon.",
28
+ "Edit ~/.openclaw/openclaw.json safely.":"Ligtas na i-edit ang ~/.clawdbot/clawdbot.json.",
29
+ "Gateway snapshots, events, and manual RPC calls.":"Mga snapshot ng gateway, event, at manual na RPC call.",
30
+ "Live tail of the gateway file logs.":"Live tail ng gateway file logs."
31
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ ">Agent Context<": ">Konteksto ng Ahente<",
3
+ "\"no accounts\"": "\"walang account\"",
4
+ " connected`": " nakakonekta`",
5
+ " configured`": " naka-configure`",
6
+ "\"not configured\"": "\"hindi naka-configure\""
7
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "\"agent override\"": "\"override ng ahente\"",
3
+ "\"global default\"": "\"global na default\"",
4
+ "\"default\"": "\"default\"",
5
+
6
+ ">Tool Access<": ">Access sa Tool<",
7
+ " Profile \\+ per-tool overrides for this agent.": " Profile + per-tool override para sa ahenteng ito.",
8
+ "> enabled.": "> pinagana.",
9
+
10
+ " Use All": " Gamitin Lahat",
11
+ " Enable All": " Paganahin Lahat",
12
+ " Disable All": " ",
13
+ " Reload Config": " I-reload ang Config",
14
+
15
+ "Load the gateway config to adjust tool profiles.": "I-load ang gateway config para ayusin ang mga tool profile.",
16
+ " This agent is using an explicit allowlist in config. Tool overrides are managed in the Config tab.": " Gumagamit ang ahenteng ito ng explicit allowlist sa config. Ang mga tool override ay pinamamahalaan sa Config tab.",
17
+ " Global tools.allow is set. Agent overrides cannot enable tools that are globally blocked.": " Nakatakda ang global tools.allow. Hindi maaaring paganahin ng mga agent override ang mga tool na globally blocked.",
18
+
19
+ ">Profile<": ">Profile<",
20
+ ">Source<": ">Source<",
21
+ ">unsaved<": ">hindi na-save<",
22
+
23
+ ">Quick Presets<": ">Mabilis na Preset<",
24
+ " Inherit": " Manahin",
25
+
26
+ "Per-agent skill allowlist and workspace skills.": "Per-agent skill allowlist at mga workspace skill.",
27
+ "Load the gateway config to set per-agent skills.": "I-load ang gateway config para itakda ang per-agent skills.",
28
+ "This agent uses a custom skill allowlist.": "Gumagamit ang ahenteng ito ng custom na skill allowlist.",
29
+ "All skills are enabled. Disabling any skill will create a per-agent allowlist.": "Lahat ng skill ay pinagana. Ang pag-disable ng anumang skill ay lilikha ng per-agent allowlist.",
30
+ "Load skills for this agent to view workspace-specific entries.": "I-load ang mga skill para sa ahenteng ito upang makita ang mga workspace-specific na entry."
31
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "\"Files\"": "\"Mga File\"",
3
+ "\"Read file contents\"": "\"Basahin ang nilalaman ng file\"",
4
+ "\"Create or overwrite files\"": "\"Gumawa o mag-overwrite ng mga file\"",
5
+ "\"Make precise edits\"": "\"Gumawa ng tumpak na pag-edit\"",
6
+ "\"Patch files \\(OpenAI\\)\"": "\"Mag-patch ng mga file (OpenAI)\"",
7
+
8
+ "\"Runtime\"": "\"Runtime\"",
9
+ "\"Run shell commands\"": "\"Magpatakbo ng shell commands\"",
10
+ "\"Manage background processes\"": "\"Pamahalaan ang mga background process\"",
11
+
12
+ "\"Web\"": "\"Web\"",
13
+ "\"Search the web\"": "\"Maghanap sa web\"",
14
+ "\"Fetch web content\"": "\"Kunin ang nilalaman ng web\"",
15
+
16
+ "\"Memory\"": "\"Memorya\"",
17
+ "\"Semantic search\"": "\"Semantic na paghahanap\"",
18
+ "\"Read memory files\"": "\"Basahin ang mga memory file\"",
19
+ "\"List sessions\"": "\"Ilista ang mga session\"",
20
+
21
+ "\"Session history\"": "\"Kasaysayan ng session\"",
22
+ "\"Send to session": "\"Ipadala sa session",
23
+ "\"Spawn sub-agent\"": "\"Lumikha ng sub-agent\"",
24
+ "\"Session status\"": "\"Katayuan ng session\"",
25
+
26
+ "\"UI\"": "\"UI\"",
27
+ "\"Control web browser\"": "\"Kontrolin ang web browser\"",
28
+ "\"Control canvases\"": "\"Kontrolin ang mga canvas\"",
29
+
30
+ "\"Send messages\"": "\"Magpadala ng mga mensahe\"",
31
+
32
+ "\"Automation\"": "\"Automation\"",
33
+ "\"Schedule tasks\"": "\"I-iskedyul ang mga gawain\"",
34
+
35
+ "\"Gateway control\"": "\"Kontrol ng Gateway\"",
36
+ "\"Nodes \\+ devices\"": "\"Mga Node + device\"",
37
+ "\"List agents\"": "\"Ilista ang mga ahente\"",
38
+
39
+ "\"Media\"": "\"Media\"",
40
+ "\"Image understanding\"": "\"Pag-unawa sa larawan\"",
41
+
42
+ "\"Minimal\"": "\"Minimal\"",
43
+ "\"Coding\"": "\"Coding\"",
44
+ "\"Messaging\"": "\"Pagmemensahe\"",
45
+ "\"Full\"": "\"Buong\"",
46
+
47
+ "\\} selected": "} napili",
48
+ "\"all skills\"": "\"lahat ng skill\""
49
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ ">No configured models<": ">Walang naka-configure na modelo<",
3
+ "\\} configured.<": "} naka-configure.<",
4
+ "No agents found.": "Walang nakitang ahente.",
5
+ ">Select an agent<": ">Pumili ng ahente<",
6
+ "Pick an agent to inspect its workspace and tools.": "Pumili ng ahente upang siyasatin ang workspace at mga tool nito.",
7
+ "Agent workspace and routing.": "Workspace at routing ng ahente.",
8
+ "\"Tools\"": "\"Mga Tool\"",
9
+
10
+ ">Overview<": ">Pangkalahatang-ideya<",
11
+ "Workspace paths and identity metadata.": "Mga path ng workspace at metadata ng pagkakakilanlan.",
12
+ ">Workspace<": ">Workspace<",
13
+ ">Primary Model<": ">Pangunahing Modelo<",
14
+ ">Identity Name<": ">Pangalan ng Pagkakakilanlan<",
15
+ ">Default<": ">Default<",
16
+ ">Identity Emoji<": ">Emoji ng Pagkakakilanlan<",
17
+ ">Skills Filter<": ">Filter ng Skills<",
18
+ ">Filter<": ">Filter<",
19
+ ">Model Selection<": ">Pagpili ng Modelo<",
20
+ ">Primary model": ">Pangunahing modelo",
21
+ " \\(default\\)": " (default)",
22
+ "Fallbacks \\(comma-separated\\)": "Mga fallback (pinaghihiwalay ng kuwit)",
23
+ "Inherit default \\(": "Manahin ang default (",
24
+ "\"Inherit default\"": "\"Manahin ang default\"",
25
+ ">Fallbacks (comma-separated)<": ">Mga Fallback (pinaghihiwalay ng kuwit)<",
26
+ "\"Save\"": "\"I-save\"",
27
+ "\"yes\"": "\"oo\"",
28
+ "\"no\"": "\"hindi\"",
29
+
30
+ "\"Workspace, identity, and model configuration.\"": "\"Workspace, pagkakakilanlan, at configuration ng modelo.\"",
31
+ "Load channels to see live status.": "I-load ang mga channel upang makita ang live na katayuan.",
32
+ "Gateway-wide channel status snapshot.": "Snapshot ng katayuan ng channel sa buong gateway.",
33
+ " Last refresh:": " Huling refresh:",
34
+ "No channels found.": "Walang nakitang channel.",
35
+ "\"no accounts\"": "\"walang account\"",
36
+ "\\} enabled": "} pinagana",
37
+ "Workspace and scheduling targets.": "Workspace at mga target sa pag-iiskedyul.",
38
+ "Gateway cron status.": "Katayuan ng gateway cron.",
39
+ ">Next wake<": ">Susunod na gising<",
40
+ ">Agent Cron Jobs<": ">Mga Cron Job ng Ahente<",
41
+ "Scheduled jobs targeting this agent.": "Mga naka-iskedyul na trabaho na naka-target sa ahenteng ito.",
42
+ "No jobs assigned.": "Walang nakatalagang trabaho.",
43
+ ">Core Files<": ">Mga Pangunahing File<",
44
+ "Bootstrap persona, identity, and tool guidance.": "Bootstrap persona, pagkakakilanlan, at gabay sa tool.",
45
+ ">Workspace:": ">Workspace:",
46
+ " Load the agent workspace files to edit core instructions.": " I-load ang mga workspace file ng ahente upang i-edit ang mga pangunahing tagubilin.",
47
+ "No files found.": "Walang nakitang file.",
48
+ "Select a file to edit.": "Pumili ng file na i-e-edit.",
49
+ " This file is missing. Saving will create it in the agent workspace.": " Nawawala ang file na ito. Ang pag-save ay lilikha nito sa workspace ng ahente.",
50
+ ">Content<": ">Nilalaman<",
51
+ ">missing<": ">nawawala<",
52
+
53
+ " Reload": " I-reload"
54
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "Schema unavailable. Use Raw.": "Hindi available ang schema. Gamitin ang Raw.",
3
+ "Channel config schema unavailable.": "Hindi available ang schema ng channel config.",
4
+ "Loading config schema…": "Naglo-load ng config schema…",
5
+ "Channel status and configuration.": "Katayuan at configuration ng channel.",
6
+
7
+ ">Configured<": ">Naka-configure<",
8
+ ">Linked<": ">Naka-link<",
9
+ ">Last start<": ">Huling simula<",
10
+ ">Last probe<": ">Huling probe<",
11
+ ">Last connect<": ">Huling konekta<",
12
+ ">Last message<": ">Huling mensahe<",
13
+ ">Last inbound<": ">Huling inbound<",
14
+ ">Auth age<": ">Edad ng Auth<",
15
+ ">Mode<": ">Mode<",
16
+ ">Credential<": ">Kredensyal<",
17
+ ">Public Key<": ">Pampublikong Susi<",
18
+ ">Audience<": ">Audience<",
19
+ ">Profile<": ">Profile<",
20
+
21
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "Walang nakatakdang profile. I-click ang \"I-edit ang Profile\" upang idagdag ang iyong pangalan, bio, at avatar.",
22
+ "\"Saving…\"": "\"Sine-save…\"",
23
+ "\"Save\"": "\"I-save\"",
24
+ " probe": " i-probe",
25
+
26
+ " Probe": " Probe",
27
+ "\"ok\" \\:": "\"ok\" :",
28
+ "\"failed\"": "\"nabigo\"",
29
+
30
+ "Decentralized DMs via Nostr relays \\(NIP-04\\).": "Decentralized na DM sa pamamagitan ng Nostr relays (NIP-04)."
31
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Bot status and channel configuration.": "Katayuan ng bot at configuration ng channel."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Chat API webhook status and channel configuration.": "Katayuan ng webhook ng Chat API at configuration ng channel."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "macOS bridge status and channel configuration.": "Katayuan ng macOS bridge at configuration ng channel."
3
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "Channel health": "Kalusugan ng channel",
3
+ "Channel status snapshots from the gateway.": "Mga snapshot ng katayuan ng channel mula sa gateway.",
4
+ "No snapshot yet.": "Wala pang snapshot.",
5
+ "Channel status and configuration.": "Katayuan at configuration ng channel.",
6
+ "\"Yes\"": "\"Oo\"",
7
+ "\"Active\"": "\"Aktibo\"",
8
+ "\"No\"": "\"Hindi\"",
9
+ ">Running<": ">Tumatakbo<",
10
+ ">Connected<": ">Nakakonekta<"
11
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ ">Edit Profile<": ">I-edit ang Profile<",
3
+ ">Account: ": ">Account: ",
4
+
5
+ "\"Username\"": "\"Username\"",
6
+ "\"Short username \\(": "\"Maikling username (",
7
+ "\"Display Name\"": "\"Display Name\"",
8
+ "Your full display name": "Ang iyong buong display name",
9
+ "\"Bio\"": "\"Bio\"",
10
+ "Tell people about yourself...": "Sabihin sa mga tao ang tungkol sa iyong sarili...",
11
+ "\"Avatar URL\"": "\"Avatar URL\"",
12
+ "A brief bio or description": "Isang maikling bio o paglalarawan",
13
+ "\"Banner URL\"": "\"Banner URL\"",
14
+ "HTTPS URL to your profile picture": "HTTPS URL ng iyong profile picture",
15
+ "HTTPS URL to a banner image": "HTTPS URL ng isang banner image",
16
+ "\"Website\"": "\"Website\"",
17
+ "Your personal website": "Ang iyong personal na website",
18
+ "\"NIP-05 Identifier\"": "\"NIP-05 Identifier\"",
19
+ "\"Verifiable identifier ": "\"Verifyable na identifier ",
20
+ "\"Lightning Address\"": "\"Lightning Address\"",
21
+ "\"Lightning address for tips ": "\"Lightning address para sa tips ",
22
+ "\"Saving...\"": "\"Sine-save...\"",
23
+ "Save & Publish": "I-save at I-publish",
24
+ "\"Importing...\"": "\"Ina-import...\"",
25
+ "\"Import from Relays\"": "\"Import mula sa Relays\"",
26
+ "\"Hide Advanced\"": "\"Itago ang Advanced\"",
27
+ "\"Show Advanced\"": "\"Ipakita ang Advanced\"",
28
+ " You have unsaved changes": " Mayroon kang mga hindi na-save na pagbabago"
29
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ ">Display Name<": ">Display Name<",
3
+ ">About<": ">Tungkol<",
4
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "Walang nakatakdang profile. I-click ang \"I-edit ang Profile\" upang idagdag ang iyong pangalan, bio, at avatar."
5
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ ">Accounts ": ">Mga Account "
3
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "signal-cli status and channel configuration.": "Katayuan ng signal-cli at configuration ng channel.",
3
+ ">Base URL<": ">Base URL<"
4
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Socket mode status and channel configuration.": "Katayuan ng socket mode at configuration ng channel."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Bot status and channel configuration.": "Katayuan ng bot at configuration ng channel."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Link WhatsApp Web and monitor connection health.": "I-link ang WhatsApp Web at subaybayan ang kalusugan ng koneksyon."
3
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "Compacting context...": "Pinapaliit ang konteksto...",
3
+ "Context compacted": "Pinaliit na ang konteksto",
4
+ "Attachment preview": "Preview ng attachment",
5
+ "Remove attachment": "Alisin ang attachment",
6
+ "Add a message or paste more images...": "Magdagdag ng mensahe o mag-paste ng higit pang mga larawan...",
7
+ "Message \\(↩ to send, Shift\\+↩ for line breaks, paste images\\)": "Mensahe (↩ para ipadala, Shift+↩ para sa bagong linya, mag-paste ng mga larawan)",
8
+ "Connect to the gateway to start chatting…": "Kumonekta sa gateway para magsimulang mag-chat…",
9
+ "Loading chat…": "Naglo-load ng chat…",
10
+ "Exit focus mode": "Lumabas sa focus mode",
11
+ ">Queued ": ">Nakapila ",
12
+ "Image \\(": "Larawan (",
13
+ "Remove queued message": "Alisin ang nakapilang mensahe",
14
+ "New messages ": "Mga bagong mensahe ",
15
+ ">Message<": ">Mensahe<",
16
+ "\"Stop\"": "\"Tigil\"",
17
+ "New session": "Bagong session",
18
+ "\"Queue\"": "\"Pila\"",
19
+ "\"Send\"": "\"Ipadala\"",
20
+ "Showing last ": "Ipinapakita ang huling ",
21
+ "\\} messages": "} mga mensahe",
22
+ "\\} hidden": "} nakatago"
23
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "\"Environment Variables\"": "\"Mga Environment Variable\"",
3
+ "Environment variables passed to the gateway process": "Mga environment variable na ipinapasa sa gateway process",
4
+ "\"Updates\"": "\"Mga Update\"",
5
+ "Auto-update settings and release channel": "Mga setting ng auto-update at release channel",
6
+ "Agent configurations, models, and identities": "Mga configuration ng ahente, modelo, at pagkakakilanlan",
7
+ "API keys and authentication profiles": "Mga API key at profile ng pagpapatotoo",
8
+ "Messaging channels (Telegram, Discord, Slack, etc.)": "Mga messaging channel (Telegram, Discord, Slack, atbp.)",
9
+ "Custom slash commands": "Mga custom na slash command",
10
+ "Webhooks and event hooks": "Mga webhook at event hook",
11
+ "Skill packs and capabilities": "Mga skill pack at kakayahan",
12
+ "Tool configurations (browser, search, etc.)": "Mga configuration ng tool (browser, paghahanap, atbp.)",
13
+ "Gateway server settings (port, auth, binding)": "Mga setting ng gateway server (port, auth, binding)",
14
+ "Setup wizard state and history": "Estado at kasaysayan ng setup wizard",
15
+ "\"Metadata\"": "\"Metadata\"",
16
+ "Gateway metadata and version information": "Metadata ng gateway at impormasyon ng bersyon",
17
+ "\"Logging\"": "\"Pag-log\"",
18
+ "Log levels and output configuration": "Mga antas ng log at configuration ng output",
19
+ "\"Browser\"": "\"Browser\"",
20
+ "Browser automation settings": "Mga setting ng browser automation",
21
+ "User interface preferences": "Mga kagustuhan sa user interface",
22
+ "AI model configurations and providers": "Mga configuration ng AI model at provider",
23
+ "\"Bindings\"": "\"Mga Binding\"",
24
+ "Key bindings and shortcuts": "Mga key binding at shortcut",
25
+ "\"Broadcast\"": "\"Broadcast\"",
26
+ "Broadcast and notification settings": "Mga setting ng broadcast at notification",
27
+ "\"Audio\"": "\"Audio\"",
28
+ "Audio input/output settings": "Mga setting ng audio input/output",
29
+ "Session management and persistence": "Pamamahala at pagpapanatili ng session",
30
+ "Scheduled tasks and automation": "Mga naka-iskedyul na gawain at automation",
31
+ "Web server and API settings": "Mga setting ng web server at API",
32
+ "\"Discovery\"": "\"Pagtuklas\"",
33
+ "Service discovery and networking": "Pagtuklas ng serbisyo at networking",
34
+ "Canvas rendering and display": "Pag-render at display ng Canvas",
35
+ "\"Talk\"": "\"Usap\"",
36
+ "Voice and speech settings": "Mga setting ng boses at pagsasalita",
37
+ "\"Plugins\"": "\"Mga Plugin\"",
38
+ "Plugin management and extensions": "Pamamahala ng plugin at mga extension",
39
+ ">Schema unavailable.<": ">Hindi available ang schema.<",
40
+ "Unsupported schema. Use Raw.": "Hindi suportadong schema. Gamitin ang Raw.",
41
+ "No settings match ": "Walang setting na tumutugma sa ",
42
+ "No settings in this section": "Walang setting sa seksyong ito"
43
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ ">All Settings<": ">Lahat ng Setting<",
3
+
4
+ "\"Environment\"": "\"Environment\"",
5
+ "\"Updates\"": "\"Mga Update\"",
6
+ "\"Authentication\"": "\"Pagpapatotoo\"",
7
+ "\"Commands\"": "\"Mga Utos\"",
8
+ "\"Hooks\"": "\"Mga Hook\"",
9
+ "\"Gateway\"": "\"Gateway\"",
10
+ "\"Setup Wizard\"": "\"Setup Wizard\"",
11
+
12
+ "\"Meta\"": "\"Meta\"",
13
+ "\"Diagnostics\"": "\"Diagnostics\"",
14
+ "\"Logging\"": "\"Pag-log\"",
15
+ "\"Browser\"": "\"Browser\"",
16
+ "\"Ui\"": "\"Ui\"",
17
+ "\"Models\"": "\"Mga Modelo\"",
18
+ "\"NodeHost\"": "\"NodeHost\"",
19
+ "\"Bindings\"": "\"Mga Binding\"",
20
+ "\"Broadcast\"": "\"Broadcast\"",
21
+ "\"Audio\"": "\"Audio\"",
22
+ "\"Media\"": "\"Media\"",
23
+ "\"Messages\"": "\"Mga Mensahe\"",
24
+ "\"Approvals\"": "\"Mga Pag-apruba\"",
25
+ "\"Session\"": "\"Session\"",
26
+ "\"Cron\"": "\"Cron\"",
27
+ "\"Web\"": "\"Web\"",
28
+ "\"Discovery\"": "\"Pagtuklas\"",
29
+ "\"CanvasHost\"": "\"CanvasHost\"",
30
+ "\"Talk\"": "\"Usap\"",
31
+ "\"Memory\"": "\"Memorya\"",
32
+ "\"Plugins\"": "\"Mga Plugin\"",
33
+
34
+ ">Settings<": ">Mga Setting<",
35
+ "\"unknown\"": "\"hindi alam\"",
36
+ "\"valid\"": "\"wasto\"",
37
+ "\"invalid\"": "\"di-wasto\"",
38
+ "\"Unsaved changes\"": "\"Mga hindi na-save na pagbabago\"",
39
+ " unsaved change\\$": " hindi na-save na pagbabago$",
40
+ "Search settings...": "Maghanap ng setting...",
41
+ ">No changes<": ">Walang pagbabago<",
42
+ "\"Reload\"": "\"I-reload\"",
43
+ "\"Applying…\"": "\"Inilalapat…\"",
44
+ "\"Apply\"": "\"Ilapat\"",
45
+ "\"Updating…\"": "\"Ina-update…\"",
46
+ "\"Update\"": "\"I-update\"",
47
+ ">View ": ">Tingnan ang ",
48
+ "\\} pending": "} nakabinbin",
49
+ " change\\$": " pagbabago$",
50
+ "Loading schema…": "Naglo-load ng schema…",
51
+ " Form view can't safely edit some fields. Use Raw to avoid losing config entries.": " Hindi ligtas na ma-edit ng form view ang ilang field. Gamitin ang Raw upang maiwasang mawala ang mga config entry.",
52
+ ">Raw JSON5<": ">Raw JSON5<"
53
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ ">Scheduler<": ">Scheduler<",
3
+ "Gateway-owned cron scheduler status.": "Katayuan ng cron scheduler na pagmamay-ari ng gateway.",
4
+ ">Enabled<": ">Pinagana<",
5
+ "\"Refreshing…\"": "\"Nire-refresh…\"",
6
+ ">New Job<": ">Bagong Job<",
7
+ "Create a scheduled wakeup or agent run.": "Gumawa ng naka-iskedyul na wakeup o agent run.",
8
+ ">Name<": ">Pangalan<",
9
+ ">Description<": ">Paglalarawan<",
10
+ ">Agent ID<": ">Agent ID<",
11
+ ">Schedule<": ">Iskedyul<",
12
+ ">Every<": ">Bawat<",
13
+ ">At<": ">Sa<",
14
+ ">Cron<": ">Cron<",
15
+
16
+ ">Main<": ">Pangunahin<",
17
+ ">Isolated<": ">Nakahiwalay<",
18
+
19
+ ">Session<": ">Session<",
20
+ ">Wake mode<": ">Wake mode<",
21
+ ">Now<": ">Ngayon<",
22
+ ">Next heartbeat<": ">Susunod na heartbeat<",
23
+
24
+ ">Payload<": ">Payload<",
25
+ ">System event<": ">System event<",
26
+ ">Agent turn<": ">Agent turn<",
27
+ "\"System text\"": "\"System text\"",
28
+ "\"Agent message\"": "\"Agent message\"",
29
+
30
+ ">Delivery<": ">Paghahatid<",
31
+ "Announce summary ": "Ipahayag ang buod ",
32
+ "None \\(internal\\)": "Wala (internal)",
33
+ "Timeout \\(seconds\\)": "Timeout (segundo)",
34
+ ">Channel<": ">Channel<",
35
+ ">To<": ">Sa<",
36
+ "1555… or chat id": "1555… o chat id",
37
+
38
+ "\"Add job\"": "\"Magdagdag ng job\"",
39
+ ">Jobs<": ">Mga Job<",
40
+ "All scheduled jobs stored in the gateway.": "Lahat ng naka-iskedyul na job na nakaimbak sa gateway.",
41
+ "No jobs yet.": "Wala pang job.",
42
+ ">Run history<": ">Kasaysayan ng pagtakbo<",
43
+ ">Latest runs for ": ">Pinakabagong pagtakbo para sa ",
44
+ "Select a job to inspect run history.": "Pumili ng job upang siyasatin ang kasaysayan ng pagtakbo.",
45
+ "No runs yet.": "Wala pang pagtakbo.",
46
+ ">Run at<": ">Tumakbo sa<",
47
+ ">Unit<": ">Unit<",
48
+ ">Minutes<": ">Minuto<",
49
+ ">Days<": ">Araw<",
50
+ ">Expression<": ">Ekspresyon<",
51
+ "Timezone \\(optional\\)": "Timezone (opsyonal)",
52
+ ">Agent: ": ">Agent: ",
53
+ "\"enabled\"": "\"pinagana\"",
54
+ "\"disabled\"": "\"hindi pinagana\"",
55
+ "\"Enable\"": "\"Paganahin\"",
56
+ "\"Disable\"": "\"Huwag paganahin\"",
57
+ ">System<": ">System<",
58
+ ">Status<": ">Katayuan<",
59
+ ">Next<": ">Susunod<",
60
+ ">Last<": ">Huli<",
61
+ ">Open run chat<": ">Buksan ang run chat<",
62
+
63
+ "\"\\(select a job\\)\"": "\"(pumili ng job)\""
64
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ ">Snapshots<": ">Mga Snapshot<",
3
+ "Status, health, and heartbeat data.": "Katayuan, kalusugan, at data ng heartbeat.",
4
+ " Security audit:": " Audit ng seguridad:",
5
+ "\\}. Run": "}. Patakbuhin",
6
+ "> for details.": "> para sa mga detalye.",
7
+ ">Last heartbeat<": ">Huling heartbeat<",
8
+ ">Manual RPC<": ">Manual na RPC<",
9
+ "Send a raw gateway method with JSON params.": "Magpadala ng raw na gateway method na may JSON params.",
10
+ ">Method<": ">Paraan<",
11
+ ">Params \\(JSON\\)<": ">Params (JSON)<",
12
+ ">Models<": ">Mga Modelo<",
13
+ ">Call<": ">Tawag<",
14
+ "Catalog from models.list.": "Katalogo mula sa models.list.",
15
+ ">Event Log<": ">Event Log<",
16
+ "Latest gateway events.": "Pinakabagong mga event ng gateway."
17
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ ">Connected Instances<": ">Mga Naka-konektang Instance<",
3
+ "Presence beacons from the gateway and clients.": "Presence beacon mula sa gateway at mga kliyente.",
4
+ "\"unknown host\"": "\"hindi kilalang host\"",
5
+ "\"Loading…\"": "\"Naglo-load…\"",
6
+ "\"Refresh\"": "\"I-refresh\"",
7
+ ">Last input ": ">Huling input ",
8
+ ">Reason ": ">Dahilan "
9
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ ">Logs<": ">Mga Log<",
3
+ "Gateway file logs \\(JSONL\\).": "Gateway file logs (JSONL).",
4
+ "\"filtered\"": "\"na-filter\"",
5
+ "\"visible\"": "\"nakikita\"",
6
+ " Export ": " I-export ",
7
+ "\"Search logs\"": "\"Maghanap sa logs\"",
8
+ ">Auto-follow<": ">Auto-follow<",
9
+ "Log output truncated; showing latest chunk.": "Pinutol ang output ng log; ipinapakita ang pinakabagong bahagi.",
10
+ ">Last heartbeat<": ">Huling heartbeat<",
11
+ "No log entries.": "Walang log entries."
12
+ }