clawui 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (619) hide show
  1. package/README.md +20 -11
  2. package/dist/index.js +1 -1
  3. package/locales/ar/extensions/feishu.json +37 -0
  4. package/locales/ar/ui/app.json +107 -0
  5. package/locales/ar/ui/views/agents.json +139 -0
  6. package/locales/ar/ui/views/channels.json +91 -0
  7. package/locales/ar/ui/views/chat.json +23 -0
  8. package/locales/ar/ui/views/config.json +87 -0
  9. package/locales/ar/ui/views/cron.json +64 -0
  10. package/locales/ar/ui/views/debug.json +17 -0
  11. package/locales/ar/ui/views/instances.json +8 -0
  12. package/locales/ar/ui/views/logs.json +12 -0
  13. package/locales/ar/ui/views/nodes.json +91 -0
  14. package/locales/ar/ui/views/overview.json +33 -0
  15. package/locales/ar/ui/views/sessions.json +21 -0
  16. package/locales/ar/ui/views/skills.json +26 -0
  17. package/locales/ar/ui/views/usage.json +242 -0
  18. package/locales/bn/extensions/feishu.json +15 -15
  19. package/locales/bn/ui/app.json +107 -0
  20. package/locales/bn/ui/views/agents.json +104 -19
  21. package/locales/bn/ui/views/channels.json +82 -2
  22. package/locales/bn/ui/views/chat.json +5 -5
  23. package/locales/bn/ui/views/config.json +50 -16
  24. package/locales/bn/ui/views/cron.json +17 -17
  25. package/locales/bn/ui/views/debug.json +5 -5
  26. package/locales/bn/ui/views/instances.json +1 -2
  27. package/locales/bn/ui/views/logs.json +2 -2
  28. package/locales/bn/ui/views/nodes.json +60 -15
  29. package/locales/bn/ui/views/overview.json +10 -12
  30. package/locales/bn/ui/views/sessions.json +5 -4
  31. package/locales/bn/ui/views/skills.json +22 -6
  32. package/locales/bn/ui/views/usage.json +207 -50
  33. package/locales/de/extensions/feishu.json +18 -17
  34. package/locales/de/ui/app.json +107 -0
  35. package/locales/de/ui/views/agents.json +100 -14
  36. package/locales/de/ui/views/channels.json +83 -3
  37. package/locales/de/ui/views/chat.json +2 -2
  38. package/locales/de/ui/views/config.json +44 -10
  39. package/locales/de/ui/views/cron.json +16 -16
  40. package/locales/de/ui/views/debug.json +6 -6
  41. package/locales/de/ui/views/instances.json +1 -2
  42. package/locales/de/ui/views/logs.json +2 -2
  43. package/locales/de/ui/views/nodes.json +57 -12
  44. package/locales/de/ui/views/overview.json +7 -9
  45. package/locales/de/ui/views/sessions.json +2 -1
  46. package/locales/de/ui/views/skills.json +17 -1
  47. package/locales/de/ui/views/usage.json +183 -26
  48. package/locales/eo/extensions/feishu.json +37 -0
  49. package/locales/eo/ui/app.json +107 -0
  50. package/locales/eo/ui/views/agents.json +140 -0
  51. package/locales/eo/ui/views/channels.json +91 -0
  52. package/locales/eo/ui/views/chat.json +23 -0
  53. package/locales/eo/ui/views/config.json +87 -0
  54. package/locales/eo/ui/views/cron.json +64 -0
  55. package/locales/eo/ui/views/debug.json +17 -0
  56. package/locales/eo/ui/views/instances.json +8 -0
  57. package/locales/eo/ui/views/logs.json +12 -0
  58. package/locales/eo/ui/views/nodes.json +91 -0
  59. package/locales/eo/ui/views/overview.json +33 -0
  60. package/locales/eo/ui/views/sessions.json +21 -0
  61. package/locales/eo/ui/views/skills.json +26 -0
  62. package/locales/eo/ui/views/usage.json +242 -0
  63. package/locales/es/extensions/feishu.json +12 -12
  64. package/locales/es/ui/app.json +91 -0
  65. package/locales/es/ui/views/agents.json +79 -19
  66. package/locales/es/ui/views/channels.json +62 -2
  67. package/locales/es/ui/views/chat.json +2 -2
  68. package/locales/es/ui/views/config.json +49 -20
  69. package/locales/es/ui/views/cron.json +10 -16
  70. package/locales/es/ui/views/debug.json +1 -1
  71. package/locales/es/ui/views/instances.json +1 -2
  72. package/locales/es/ui/views/nodes.json +45 -15
  73. package/locales/es/ui/views/overview.json +5 -7
  74. package/locales/es/ui/views/sessions.json +3 -2
  75. package/locales/es/ui/views/skills.json +13 -2
  76. package/locales/es/ui/views/usage.json +152 -33
  77. package/locales/fi/extensions/feishu.json +18 -17
  78. package/locales/fi/ui/app.json +107 -0
  79. package/locales/fi/ui/views/agents.json +104 -19
  80. package/locales/fi/ui/views/channels.json +81 -1
  81. package/locales/fi/ui/views/chat.json +8 -8
  82. package/locales/fi/ui/views/config.json +55 -21
  83. package/locales/fi/ui/views/cron.json +14 -14
  84. package/locales/fi/ui/views/debug.json +9 -9
  85. package/locales/fi/ui/views/instances.json +1 -2
  86. package/locales/fi/ui/views/logs.json +1 -1
  87. package/locales/fi/ui/views/nodes.json +62 -17
  88. package/locales/fi/ui/views/overview.json +13 -15
  89. package/locales/fi/ui/views/sessions.json +5 -4
  90. package/locales/fi/ui/views/skills.json +19 -3
  91. package/locales/fi/ui/views/usage.json +186 -29
  92. package/locales/fr/extensions/feishu.json +19 -19
  93. package/locales/fr/ui/app.json +107 -0
  94. package/locales/fr/ui/views/agents.json +102 -18
  95. package/locales/fr/ui/views/channels.json +83 -3
  96. package/locales/fr/ui/views/chat.json +4 -4
  97. package/locales/fr/ui/views/config.json +49 -15
  98. package/locales/fr/ui/views/cron.json +13 -13
  99. package/locales/fr/ui/views/debug.json +2 -2
  100. package/locales/fr/ui/views/instances.json +1 -2
  101. package/locales/fr/ui/views/logs.json +2 -2
  102. package/locales/fr/ui/views/nodes.json +59 -14
  103. package/locales/fr/ui/views/overview.json +4 -6
  104. package/locales/fr/ui/views/sessions.json +5 -4
  105. package/locales/fr/ui/views/skills.json +19 -3
  106. package/locales/fr/ui/views/usage.json +196 -39
  107. package/locales/hi/extensions/feishu.json +37 -0
  108. package/locales/hi/ui/app.json +107 -0
  109. package/locales/hi/ui/views/agents.json +139 -0
  110. package/locales/hi/ui/views/channels.json +91 -0
  111. package/locales/hi/ui/views/chat.json +23 -0
  112. package/locales/hi/ui/views/config.json +87 -0
  113. package/locales/hi/ui/views/cron.json +64 -0
  114. package/locales/hi/ui/views/debug.json +17 -0
  115. package/locales/hi/ui/views/instances.json +8 -0
  116. package/locales/hi/ui/views/logs.json +12 -0
  117. package/locales/hi/ui/views/nodes.json +91 -0
  118. package/locales/hi/ui/views/overview.json +33 -0
  119. package/locales/hi/ui/views/sessions.json +21 -0
  120. package/locales/hi/ui/views/skills.json +26 -0
  121. package/locales/hi/ui/views/usage.json +242 -0
  122. package/locales/it/extensions/feishu.json +10 -10
  123. package/locales/it/ui/app.json +107 -0
  124. package/locales/it/ui/views/agents.json +100 -14
  125. package/locales/it/ui/views/channels.json +83 -3
  126. package/locales/it/ui/views/chat.json +3 -3
  127. package/locales/it/ui/views/config.json +47 -13
  128. package/locales/it/ui/views/cron.json +10 -11
  129. package/locales/it/ui/views/debug.json +2 -2
  130. package/locales/it/ui/views/instances.json +1 -2
  131. package/locales/it/ui/views/logs.json +2 -2
  132. package/locales/it/ui/views/nodes.json +54 -9
  133. package/locales/it/ui/views/overview.json +4 -6
  134. package/locales/it/ui/views/sessions.json +4 -3
  135. package/locales/it/ui/views/skills.json +19 -3
  136. package/locales/it/ui/views/usage.json +185 -28
  137. package/locales/ja/extensions/feishu.json +26 -26
  138. package/locales/ja/ui/app.json +108 -0
  139. package/locales/ja/ui/views/agents.json +100 -15
  140. package/locales/ja/ui/views/channels.json +81 -1
  141. package/locales/ja/ui/views/chat.json +8 -8
  142. package/locales/ja/ui/views/config.json +45 -11
  143. package/locales/ja/ui/views/cron.json +9 -9
  144. package/locales/ja/ui/views/debug.json +2 -2
  145. package/locales/ja/ui/views/instances.json +0 -1
  146. package/locales/ja/ui/views/logs.json +2 -2
  147. package/locales/ja/ui/views/nodes.json +59 -14
  148. package/locales/ja/ui/views/overview.json +9 -11
  149. package/locales/ja/ui/views/sessions.json +5 -4
  150. package/locales/ja/ui/views/skills.json +19 -3
  151. package/locales/ja/ui/views/usage.json +187 -30
  152. package/locales/ko/extensions/feishu.json +20 -20
  153. package/locales/ko/ui/app.json +107 -0
  154. package/locales/ko/ui/views/agents.json +103 -18
  155. package/locales/ko/ui/views/channels.json +82 -2
  156. package/locales/ko/ui/views/chat.json +5 -5
  157. package/locales/ko/ui/views/config.json +49 -15
  158. package/locales/ko/ui/views/cron.json +5 -5
  159. package/locales/ko/ui/views/debug.json +1 -1
  160. package/locales/ko/ui/views/instances.json +1 -2
  161. package/locales/ko/ui/views/nodes.json +53 -8
  162. package/locales/ko/ui/views/overview.json +5 -7
  163. package/locales/ko/ui/views/sessions.json +3 -2
  164. package/locales/ko/ui/views/skills.json +19 -3
  165. package/locales/ko/ui/views/usage.json +182 -25
  166. package/locales/pa/extensions/feishu.json +37 -0
  167. package/locales/pa/ui/app.json +107 -0
  168. package/locales/pa/ui/views/agents.json +140 -0
  169. package/locales/pa/ui/views/channels.json +91 -0
  170. package/locales/pa/ui/views/chat.json +23 -0
  171. package/locales/pa/ui/views/config.json +87 -0
  172. package/locales/pa/ui/views/cron.json +64 -0
  173. package/locales/pa/ui/views/debug.json +17 -0
  174. package/locales/pa/ui/views/instances.json +8 -0
  175. package/locales/pa/ui/views/logs.json +12 -0
  176. package/locales/pa/ui/views/nodes.json +91 -0
  177. package/locales/pa/ui/views/overview.json +33 -0
  178. package/locales/pa/ui/views/sessions.json +21 -0
  179. package/locales/pa/ui/views/skills.json +26 -0
  180. package/locales/pa/ui/views/usage.json +242 -0
  181. package/locales/pt/extensions/feishu.json +20 -20
  182. package/locales/pt/ui/app.json +107 -0
  183. package/locales/pt/ui/views/agents.json +96 -11
  184. package/locales/pt/ui/views/channels.json +82 -2
  185. package/locales/pt/ui/views/chat.json +3 -3
  186. package/locales/pt/ui/views/config.json +48 -14
  187. package/locales/pt/ui/views/cron.json +12 -12
  188. package/locales/pt/ui/views/debug.json +4 -4
  189. package/locales/pt/ui/views/instances.json +0 -1
  190. package/locales/pt/ui/views/logs.json +1 -1
  191. package/locales/pt/ui/views/nodes.json +59 -14
  192. package/locales/pt/ui/views/overview.json +6 -8
  193. package/locales/pt/ui/views/sessions.json +4 -3
  194. package/locales/pt/ui/views/skills.json +18 -2
  195. package/locales/pt/ui/views/usage.json +188 -31
  196. package/locales/pt-BR/extensions/feishu.json +37 -0
  197. package/locales/pt-BR/ui/app.json +107 -0
  198. package/locales/pt-BR/ui/views/agents.json +139 -0
  199. package/locales/pt-BR/ui/views/channels.json +91 -0
  200. package/locales/pt-BR/ui/views/chat.json +23 -0
  201. package/locales/{pt/ui/views/config-form.render.json → pt-BR/ui/views/config.json} +55 -11
  202. package/locales/pt-BR/ui/views/cron.json +64 -0
  203. package/locales/pt-BR/ui/views/debug.json +17 -0
  204. package/locales/pt-BR/ui/views/instances.json +8 -0
  205. package/locales/pt-BR/ui/views/logs.json +12 -0
  206. package/locales/pt-BR/ui/views/nodes.json +91 -0
  207. package/locales/pt-BR/ui/views/overview.json +33 -0
  208. package/locales/pt-BR/ui/views/sessions.json +21 -0
  209. package/locales/pt-BR/ui/views/skills.json +26 -0
  210. package/locales/pt-BR/ui/views/usage.json +242 -0
  211. package/locales/ru/extensions/feishu.json +37 -0
  212. package/locales/ru/ui/app.json +107 -0
  213. package/locales/ru/ui/views/agents.json +140 -0
  214. package/locales/ru/ui/views/channels.json +91 -0
  215. package/locales/ru/ui/views/chat.json +23 -0
  216. package/locales/ru/ui/views/config.json +87 -0
  217. package/locales/ru/ui/views/cron.json +64 -0
  218. package/locales/ru/ui/views/debug.json +17 -0
  219. package/locales/ru/ui/views/instances.json +12 -0
  220. package/locales/ru/ui/views/logs.json +91 -0
  221. package/locales/ru/ui/views/nodes.json +91 -0
  222. package/locales/ru/ui/views/overview.json +33 -0
  223. package/locales/ru/ui/views/sessions.json +21 -0
  224. package/locales/ru/ui/views/skills.json +26 -0
  225. package/locales/ru/ui/views/usage.json +242 -0
  226. package/locales/te/extensions/feishu.json +37 -0
  227. package/locales/te/ui/app.json +107 -0
  228. package/locales/te/ui/views/agents.json +139 -0
  229. package/locales/te/ui/views/channels.json +91 -0
  230. package/locales/te/ui/views/chat.json +23 -0
  231. package/locales/te/ui/views/config.json +87 -0
  232. package/locales/te/ui/views/cron.json +64 -0
  233. package/locales/te/ui/views/debug.json +17 -0
  234. package/locales/te/ui/views/instances.json +8 -0
  235. package/locales/te/ui/views/logs.json +12 -0
  236. package/locales/te/ui/views/nodes.json +91 -0
  237. package/locales/te/ui/views/overview.json +33 -0
  238. package/locales/te/ui/views/sessions.json +21 -0
  239. package/locales/te/ui/views/skills.json +26 -0
  240. package/locales/te/ui/views/usage.json +242 -0
  241. package/locales/vi/extensions/feishu.json +11 -11
  242. package/locales/vi/ui/app.json +107 -0
  243. package/locales/vi/ui/views/agents.json +106 -21
  244. package/locales/vi/ui/views/channels.json +81 -1
  245. package/locales/vi/ui/views/chat.json +4 -4
  246. package/locales/vi/ui/views/config.json +47 -13
  247. package/locales/vi/ui/views/cron.json +12 -12
  248. package/locales/vi/ui/views/debug.json +6 -6
  249. package/locales/vi/ui/views/instances.json +2 -3
  250. package/locales/vi/ui/views/logs.json +3 -3
  251. package/locales/vi/ui/views/nodes.json +56 -11
  252. package/locales/vi/ui/views/overview.json +9 -11
  253. package/locales/vi/ui/views/sessions.json +4 -3
  254. package/locales/vi/ui/views/skills.json +17 -1
  255. package/locales/vi/ui/views/usage.json +199 -42
  256. package/locales/zh-CN/ui/app.json +107 -0
  257. package/locales/zh-CN/ui/views/agents.json +140 -0
  258. package/locales/zh-CN/ui/views/channels.json +91 -0
  259. package/locales/{zh/ui/views/config-form.render.json → zh-CN/ui/views/config.json} +46 -2
  260. package/locales/{zh → zh-CN}/ui/views/cron.json +1 -1
  261. package/locales/{zh → zh-CN}/ui/views/debug.json +1 -1
  262. package/locales/{zh → zh-CN}/ui/views/instances.json +1 -2
  263. package/locales/{zh → zh-CN}/ui/views/logs.json +1 -1
  264. package/locales/{zh → zh-CN}/ui/views/nodes.json +46 -1
  265. package/locales/{zh → zh-CN}/ui/views/overview.json +15 -17
  266. package/locales/{zh → zh-CN}/ui/views/sessions.json +1 -0
  267. package/locales/zh-CN/ui/views/skills.json +26 -0
  268. package/locales/zh-CN/ui/views/usage.json +242 -0
  269. package/locales/zh-TW/extensions/feishu.json +37 -0
  270. package/locales/zh-TW/ui/app.json +107 -0
  271. package/locales/zh-TW/ui/views/agents.json +140 -0
  272. package/locales/zh-TW/ui/views/channels.json +91 -0
  273. package/locales/zh-TW/ui/views/chat.json +23 -0
  274. package/locales/zh-TW/ui/views/config.json +87 -0
  275. package/locales/zh-TW/ui/views/cron.json +64 -0
  276. package/locales/zh-TW/ui/views/debug.json +17 -0
  277. package/locales/zh-TW/ui/views/instances.json +8 -0
  278. package/locales/zh-TW/ui/views/logs.json +12 -0
  279. package/locales/zh-TW/ui/views/nodes.json +91 -0
  280. package/locales/zh-TW/ui/views/overview.json +33 -0
  281. package/locales/zh-TW/ui/views/sessions.json +21 -0
  282. package/locales/zh-TW/ui/views/skills.json +26 -0
  283. package/locales/zh-TW/ui/views/usage.json +242 -0
  284. package/package.json +1 -1
  285. package/locales/bn/src/config/schema.field-metadata.json +0 -4
  286. package/locales/bn/src/config/schema.irc.json +0 -4
  287. package/locales/bn/src/infra/format-time/app-gateway.json +0 -12
  288. package/locales/bn/ui/app-channels.json +0 -10
  289. package/locales/bn/ui/app-gateway.json +0 -4
  290. package/locales/bn/ui/app-render.helpers.json +0 -12
  291. package/locales/bn/ui/app-render.json +0 -16
  292. package/locales/bn/ui/gateway.json +0 -8
  293. package/locales/bn/ui/navigation.json +0 -31
  294. package/locales/bn/ui/views/agents-panels-status-files.json +0 -7
  295. package/locales/bn/ui/views/agents-panels-tools-skills.json +0 -31
  296. package/locales/bn/ui/views/agents-utils.json +0 -49
  297. package/locales/bn/ui/views/channels.config.json +0 -31
  298. package/locales/bn/ui/views/channels.discord.json +0 -3
  299. package/locales/bn/ui/views/channels.googlechat.json +0 -3
  300. package/locales/bn/ui/views/channels.imessage.json +0 -3
  301. package/locales/bn/ui/views/channels.nostr-profile-form.json +0 -29
  302. package/locales/bn/ui/views/channels.nostr.json +0 -5
  303. package/locales/bn/ui/views/channels.shared.json +0 -3
  304. package/locales/bn/ui/views/channels.signal.json +0 -4
  305. package/locales/bn/ui/views/channels.slack.json +0 -3
  306. package/locales/bn/ui/views/channels.telegram.json +0 -3
  307. package/locales/bn/ui/views/channels.whatsapp.json +0 -3
  308. package/locales/bn/ui/views/config-form.render.json +0 -43
  309. package/locales/bn/ui/views/nodes-exec-approvals.json +0 -45
  310. package/locales/bn/ui/views/skills-grouping.json +0 -7
  311. package/locales/bn/ui/views/skills-shared.json +0 -10
  312. package/locales/bn/ui/views/usage-metrics.json +0 -18
  313. package/locales/bn/ui/views/usage-query.json +0 -34
  314. package/locales/bn/ui/views/usage-render-details.json +0 -62
  315. package/locales/de/src/config/schema.field-metadata.json +0 -4
  316. package/locales/de/src/config/schema.irc.json +0 -4
  317. package/locales/de/src/infra/format-time/app-gateway.json +0 -12
  318. package/locales/de/ui/app-channels.json +0 -10
  319. package/locales/de/ui/app-gateway.json +0 -4
  320. package/locales/de/ui/app-render.helpers.json +0 -12
  321. package/locales/de/ui/app-render.json +0 -16
  322. package/locales/de/ui/gateway.json +0 -8
  323. package/locales/de/ui/navigation.json +0 -31
  324. package/locales/de/ui/views/agents-panels-status-files.json +0 -7
  325. package/locales/de/ui/views/agents-panels-tools-skills.json +0 -31
  326. package/locales/de/ui/views/agents-utils.json +0 -49
  327. package/locales/de/ui/views/channels.config.json +0 -31
  328. package/locales/de/ui/views/channels.discord.json +0 -3
  329. package/locales/de/ui/views/channels.googlechat.json +0 -3
  330. package/locales/de/ui/views/channels.imessage.json +0 -3
  331. package/locales/de/ui/views/channels.nostr-profile-form.json +0 -29
  332. package/locales/de/ui/views/channels.nostr.json +0 -5
  333. package/locales/de/ui/views/channels.shared.json +0 -3
  334. package/locales/de/ui/views/channels.signal.json +0 -4
  335. package/locales/de/ui/views/channels.slack.json +0 -3
  336. package/locales/de/ui/views/channels.telegram.json +0 -3
  337. package/locales/de/ui/views/channels.whatsapp.json +0 -3
  338. package/locales/de/ui/views/config-form.render.json +0 -43
  339. package/locales/de/ui/views/nodes-exec-approvals.json +0 -45
  340. package/locales/de/ui/views/skills-grouping.json +0 -7
  341. package/locales/de/ui/views/skills-shared.json +0 -10
  342. package/locales/de/ui/views/usage-metrics.json +0 -18
  343. package/locales/de/ui/views/usage-query.json +0 -34
  344. package/locales/de/ui/views/usage-render-details.json +0 -62
  345. package/locales/es/src/config/schema.field-metadata.json +0 -4
  346. package/locales/es/src/config/schema.irc.json +0 -4
  347. package/locales/es/src/infra/format-time/app-gateway.json +0 -12
  348. package/locales/es/ui/app-channels.json +0 -10
  349. package/locales/es/ui/app-gateway.json +0 -4
  350. package/locales/es/ui/app-render.helpers.json +0 -12
  351. package/locales/es/ui/app-render.json +0 -16
  352. package/locales/es/ui/gateway.json +0 -8
  353. package/locales/es/ui/navigation.json +0 -31
  354. package/locales/es/ui/views/agents-panels-status-files.json +0 -7
  355. package/locales/es/ui/views/agents-panels-tools-skills.json +0 -31
  356. package/locales/es/ui/views/agents-utils.json +0 -49
  357. package/locales/es/ui/views/channels.config.json +0 -31
  358. package/locales/es/ui/views/channels.discord.json +0 -3
  359. package/locales/es/ui/views/channels.googlechat.json +0 -3
  360. package/locales/es/ui/views/channels.imessage.json +0 -3
  361. package/locales/es/ui/views/channels.nostr-profile-form.json +0 -29
  362. package/locales/es/ui/views/channels.nostr.json +0 -5
  363. package/locales/es/ui/views/channels.shared.json +0 -3
  364. package/locales/es/ui/views/channels.signal.json +0 -4
  365. package/locales/es/ui/views/channels.slack.json +0 -3
  366. package/locales/es/ui/views/channels.telegram.json +0 -3
  367. package/locales/es/ui/views/channels.whatsapp.json +0 -3
  368. package/locales/es/ui/views/config-form.render.json +0 -43
  369. package/locales/es/ui/views/nodes-exec-approvals.json +0 -45
  370. package/locales/es/ui/views/skills-grouping.json +0 -7
  371. package/locales/es/ui/views/skills-shared.json +0 -10
  372. package/locales/es/ui/views/usage-metrics.json +0 -18
  373. package/locales/es/ui/views/usage-query.json +0 -34
  374. package/locales/es/ui/views/usage-render-details.json +0 -62
  375. package/locales/fi/src/config/schema.field-metadata.json +0 -4
  376. package/locales/fi/src/config/schema.irc.json +0 -4
  377. package/locales/fi/src/infra/format-time/app-gateway.json +0 -12
  378. package/locales/fi/ui/app-channels.json +0 -10
  379. package/locales/fi/ui/app-gateway.json +0 -4
  380. package/locales/fi/ui/app-render.helpers.json +0 -12
  381. package/locales/fi/ui/app-render.json +0 -16
  382. package/locales/fi/ui/gateway.json +0 -8
  383. package/locales/fi/ui/navigation.json +0 -31
  384. package/locales/fi/ui/views/agents-panels-status-files.json +0 -7
  385. package/locales/fi/ui/views/agents-panels-tools-skills.json +0 -31
  386. package/locales/fi/ui/views/agents-utils.json +0 -49
  387. package/locales/fi/ui/views/channels.config.json +0 -31
  388. package/locales/fi/ui/views/channels.discord.json +0 -3
  389. package/locales/fi/ui/views/channels.googlechat.json +0 -3
  390. package/locales/fi/ui/views/channels.imessage.json +0 -3
  391. package/locales/fi/ui/views/channels.nostr-profile-form.json +0 -29
  392. package/locales/fi/ui/views/channels.nostr.json +0 -5
  393. package/locales/fi/ui/views/channels.shared.json +0 -3
  394. package/locales/fi/ui/views/channels.signal.json +0 -4
  395. package/locales/fi/ui/views/channels.slack.json +0 -3
  396. package/locales/fi/ui/views/channels.telegram.json +0 -3
  397. package/locales/fi/ui/views/channels.whatsapp.json +0 -3
  398. package/locales/fi/ui/views/config-form.render.json +0 -43
  399. package/locales/fi/ui/views/nodes-exec-approvals.json +0 -45
  400. package/locales/fi/ui/views/skills-grouping.json +0 -7
  401. package/locales/fi/ui/views/skills-shared.json +0 -10
  402. package/locales/fi/ui/views/usage-metrics.json +0 -18
  403. package/locales/fi/ui/views/usage-query.json +0 -35
  404. package/locales/fi/ui/views/usage-render-details.json +0 -62
  405. package/locales/fr/src/config/schema.field-metadata.json +0 -4
  406. package/locales/fr/src/config/schema.irc.json +0 -4
  407. package/locales/fr/src/infra/format-time/app-gateway.json +0 -12
  408. package/locales/fr/ui/app-channels.json +0 -10
  409. package/locales/fr/ui/app-gateway.json +0 -4
  410. package/locales/fr/ui/app-render.helpers.json +0 -12
  411. package/locales/fr/ui/app-render.json +0 -16
  412. package/locales/fr/ui/gateway.json +0 -8
  413. package/locales/fr/ui/navigation.json +0 -31
  414. package/locales/fr/ui/views/agents-panels-status-files.json +0 -7
  415. package/locales/fr/ui/views/agents-panels-tools-skills.json +0 -31
  416. package/locales/fr/ui/views/agents-utils.json +0 -49
  417. package/locales/fr/ui/views/channels.config.json +0 -31
  418. package/locales/fr/ui/views/channels.discord.json +0 -3
  419. package/locales/fr/ui/views/channels.googlechat.json +0 -3
  420. package/locales/fr/ui/views/channels.imessage.json +0 -3
  421. package/locales/fr/ui/views/channels.nostr-profile-form.json +0 -29
  422. package/locales/fr/ui/views/channels.nostr.json +0 -5
  423. package/locales/fr/ui/views/channels.shared.json +0 -3
  424. package/locales/fr/ui/views/channels.signal.json +0 -4
  425. package/locales/fr/ui/views/channels.slack.json +0 -3
  426. package/locales/fr/ui/views/channels.telegram.json +0 -3
  427. package/locales/fr/ui/views/channels.whatsapp.json +0 -3
  428. package/locales/fr/ui/views/config-form.render.json +0 -43
  429. package/locales/fr/ui/views/nodes-exec-approvals.json +0 -45
  430. package/locales/fr/ui/views/skills-grouping.json +0 -7
  431. package/locales/fr/ui/views/skills-shared.json +0 -10
  432. package/locales/fr/ui/views/usage-metrics.json +0 -18
  433. package/locales/fr/ui/views/usage-query.json +0 -34
  434. package/locales/fr/ui/views/usage-render-details.json +0 -62
  435. package/locales/it/src/config/schema.field-metadata.json +0 -4
  436. package/locales/it/src/config/schema.irc.json +0 -4
  437. package/locales/it/src/infra/format-time/app-gateway.json +0 -12
  438. package/locales/it/ui/app-channels.json +0 -10
  439. package/locales/it/ui/app-gateway.json +0 -4
  440. package/locales/it/ui/app-render.helpers.json +0 -12
  441. package/locales/it/ui/app-render.json +0 -16
  442. package/locales/it/ui/gateway.json +0 -8
  443. package/locales/it/ui/navigation.json +0 -31
  444. package/locales/it/ui/views/agents-panels-status-files.json +0 -7
  445. package/locales/it/ui/views/agents-panels-tools-skills.json +0 -31
  446. package/locales/it/ui/views/agents-utils.json +0 -49
  447. package/locales/it/ui/views/channels.config.json +0 -31
  448. package/locales/it/ui/views/channels.discord.json +0 -3
  449. package/locales/it/ui/views/channels.googlechat.json +0 -3
  450. package/locales/it/ui/views/channels.imessage.json +0 -3
  451. package/locales/it/ui/views/channels.nostr-profile-form.json +0 -29
  452. package/locales/it/ui/views/channels.nostr.json +0 -5
  453. package/locales/it/ui/views/channels.shared.json +0 -3
  454. package/locales/it/ui/views/channels.signal.json +0 -4
  455. package/locales/it/ui/views/channels.slack.json +0 -3
  456. package/locales/it/ui/views/channels.telegram.json +0 -3
  457. package/locales/it/ui/views/channels.whatsapp.json +0 -3
  458. package/locales/it/ui/views/config-form.render.json +0 -43
  459. package/locales/it/ui/views/nodes-exec-approvals.json +0 -45
  460. package/locales/it/ui/views/skills-grouping.json +0 -7
  461. package/locales/it/ui/views/skills-shared.json +0 -10
  462. package/locales/it/ui/views/usage-metrics.json +0 -18
  463. package/locales/it/ui/views/usage-query.json +0 -35
  464. package/locales/it/ui/views/usage-render-details.json +0 -62
  465. package/locales/ja/src/config/schema.field-metadata.json +0 -4
  466. package/locales/ja/src/config/schema.irc.json +0 -4
  467. package/locales/ja/src/infra/format-time/app-gateway.json +0 -12
  468. package/locales/ja/ui/app-channels.json +0 -10
  469. package/locales/ja/ui/app-gateway.json +0 -4
  470. package/locales/ja/ui/app-render.helpers.json +0 -12
  471. package/locales/ja/ui/app-render.json +0 -16
  472. package/locales/ja/ui/gateway.json +0 -8
  473. package/locales/ja/ui/navigation.json +0 -31
  474. package/locales/ja/ui/views/agents-panels-status-files.json +0 -7
  475. package/locales/ja/ui/views/agents-panels-tools-skills.json +0 -31
  476. package/locales/ja/ui/views/agents-utils.json +0 -49
  477. package/locales/ja/ui/views/channels.config.json +0 -31
  478. package/locales/ja/ui/views/channels.discord.json +0 -3
  479. package/locales/ja/ui/views/channels.googlechat.json +0 -3
  480. package/locales/ja/ui/views/channels.imessage.json +0 -3
  481. package/locales/ja/ui/views/channels.nostr-profile-form.json +0 -29
  482. package/locales/ja/ui/views/channels.nostr.json +0 -5
  483. package/locales/ja/ui/views/channels.shared.json +0 -3
  484. package/locales/ja/ui/views/channels.signal.json +0 -4
  485. package/locales/ja/ui/views/channels.slack.json +0 -3
  486. package/locales/ja/ui/views/channels.telegram.json +0 -3
  487. package/locales/ja/ui/views/channels.whatsapp.json +0 -3
  488. package/locales/ja/ui/views/config-form.render.json +0 -43
  489. package/locales/ja/ui/views/nodes-exec-approvals.json +0 -45
  490. package/locales/ja/ui/views/skills-grouping.json +0 -7
  491. package/locales/ja/ui/views/skills-shared.json +0 -10
  492. package/locales/ja/ui/views/usage-metrics.json +0 -18
  493. package/locales/ja/ui/views/usage-query.json +0 -34
  494. package/locales/ja/ui/views/usage-render-details.json +0 -62
  495. package/locales/ko/src/config/schema.field-metadata.json +0 -4
  496. package/locales/ko/src/config/schema.irc.json +0 -4
  497. package/locales/ko/src/infra/format-time/app-gateway.json +0 -12
  498. package/locales/ko/ui/app-channels.json +0 -10
  499. package/locales/ko/ui/app-gateway.json +0 -4
  500. package/locales/ko/ui/app-render.helpers.json +0 -12
  501. package/locales/ko/ui/app-render.json +0 -16
  502. package/locales/ko/ui/gateway.json +0 -8
  503. package/locales/ko/ui/navigation.json +0 -31
  504. package/locales/ko/ui/views/agents-panels-status-files.json +0 -7
  505. package/locales/ko/ui/views/agents-panels-tools-skills.json +0 -31
  506. package/locales/ko/ui/views/agents-utils.json +0 -49
  507. package/locales/ko/ui/views/channels.config.json +0 -31
  508. package/locales/ko/ui/views/channels.discord.json +0 -3
  509. package/locales/ko/ui/views/channels.googlechat.json +0 -3
  510. package/locales/ko/ui/views/channels.imessage.json +0 -3
  511. package/locales/ko/ui/views/channels.nostr-profile-form.json +0 -29
  512. package/locales/ko/ui/views/channels.nostr.json +0 -5
  513. package/locales/ko/ui/views/channels.shared.json +0 -3
  514. package/locales/ko/ui/views/channels.signal.json +0 -4
  515. package/locales/ko/ui/views/channels.slack.json +0 -3
  516. package/locales/ko/ui/views/channels.telegram.json +0 -3
  517. package/locales/ko/ui/views/channels.whatsapp.json +0 -3
  518. package/locales/ko/ui/views/config-form.render.json +0 -43
  519. package/locales/ko/ui/views/nodes-exec-approvals.json +0 -45
  520. package/locales/ko/ui/views/skills-grouping.json +0 -7
  521. package/locales/ko/ui/views/skills-shared.json +0 -10
  522. package/locales/ko/ui/views/usage-metrics.json +0 -18
  523. package/locales/ko/ui/views/usage-query.json +0 -34
  524. package/locales/ko/ui/views/usage-render-details.json +0 -62
  525. package/locales/pt/src/config/schema.field-metadata.json +0 -4
  526. package/locales/pt/src/config/schema.irc.json +0 -4
  527. package/locales/pt/src/infra/format-time/app-gateway.json +0 -12
  528. package/locales/pt/ui/app-channels.json +0 -10
  529. package/locales/pt/ui/app-gateway.json +0 -4
  530. package/locales/pt/ui/app-render.helpers.json +0 -12
  531. package/locales/pt/ui/app-render.json +0 -16
  532. package/locales/pt/ui/gateway.json +0 -8
  533. package/locales/pt/ui/navigation.json +0 -31
  534. package/locales/pt/ui/views/agents-panels-status-files.json +0 -7
  535. package/locales/pt/ui/views/agents-panels-tools-skills.json +0 -31
  536. package/locales/pt/ui/views/agents-utils.json +0 -49
  537. package/locales/pt/ui/views/channels.config.json +0 -31
  538. package/locales/pt/ui/views/channels.discord.json +0 -3
  539. package/locales/pt/ui/views/channels.googlechat.json +0 -3
  540. package/locales/pt/ui/views/channels.imessage.json +0 -3
  541. package/locales/pt/ui/views/channels.nostr-profile-form.json +0 -29
  542. package/locales/pt/ui/views/channels.nostr.json +0 -5
  543. package/locales/pt/ui/views/channels.shared.json +0 -3
  544. package/locales/pt/ui/views/channels.signal.json +0 -4
  545. package/locales/pt/ui/views/channels.slack.json +0 -3
  546. package/locales/pt/ui/views/channels.telegram.json +0 -3
  547. package/locales/pt/ui/views/channels.whatsapp.json +0 -3
  548. package/locales/pt/ui/views/nodes-exec-approvals.json +0 -45
  549. package/locales/pt/ui/views/skills-grouping.json +0 -7
  550. package/locales/pt/ui/views/skills-shared.json +0 -10
  551. package/locales/pt/ui/views/usage-metrics.json +0 -18
  552. package/locales/pt/ui/views/usage-query.json +0 -35
  553. package/locales/pt/ui/views/usage-render-details.json +0 -62
  554. package/locales/vi/src/config/schema.field-metadata.json +0 -4
  555. package/locales/vi/src/config/schema.irc.json +0 -4
  556. package/locales/vi/src/infra/format-time/app-gateway.json +0 -12
  557. package/locales/vi/ui/app-channels.json +0 -10
  558. package/locales/vi/ui/app-gateway.json +0 -4
  559. package/locales/vi/ui/app-render.helpers.json +0 -12
  560. package/locales/vi/ui/app-render.json +0 -16
  561. package/locales/vi/ui/gateway.json +0 -8
  562. package/locales/vi/ui/navigation.json +0 -31
  563. package/locales/vi/ui/views/agents-panels-status-files.json +0 -7
  564. package/locales/vi/ui/views/agents-panels-tools-skills.json +0 -31
  565. package/locales/vi/ui/views/agents-utils.json +0 -49
  566. package/locales/vi/ui/views/channels.config.json +0 -31
  567. package/locales/vi/ui/views/channels.discord.json +0 -3
  568. package/locales/vi/ui/views/channels.googlechat.json +0 -3
  569. package/locales/vi/ui/views/channels.imessage.json +0 -3
  570. package/locales/vi/ui/views/channels.nostr-profile-form.json +0 -29
  571. package/locales/vi/ui/views/channels.nostr.json +0 -5
  572. package/locales/vi/ui/views/channels.shared.json +0 -3
  573. package/locales/vi/ui/views/channels.signal.json +0 -4
  574. package/locales/vi/ui/views/channels.slack.json +0 -3
  575. package/locales/vi/ui/views/channels.telegram.json +0 -3
  576. package/locales/vi/ui/views/channels.whatsapp.json +0 -3
  577. package/locales/vi/ui/views/config-form.render.json +0 -43
  578. package/locales/vi/ui/views/nodes-exec-approvals.json +0 -45
  579. package/locales/vi/ui/views/skills-grouping.json +0 -7
  580. package/locales/vi/ui/views/skills-shared.json +0 -10
  581. package/locales/vi/ui/views/usage-metrics.json +0 -18
  582. package/locales/vi/ui/views/usage-query.json +0 -34
  583. package/locales/vi/ui/views/usage-render-details.json +0 -62
  584. package/locales/zh/src/config/schema.field-metadata.json +0 -4
  585. package/locales/zh/src/config/schema.irc.json +0 -4
  586. package/locales/zh/src/infra/format-time/app-gateway.json +0 -12
  587. package/locales/zh/ui/app-channels.json +0 -10
  588. package/locales/zh/ui/app-gateway.json +0 -4
  589. package/locales/zh/ui/app-render.helpers.json +0 -12
  590. package/locales/zh/ui/app-render.json +0 -16
  591. package/locales/zh/ui/gateway.json +0 -8
  592. package/locales/zh/ui/navigation.json +0 -31
  593. package/locales/zh/ui/views/agents-panels-status-files.json +0 -7
  594. package/locales/zh/ui/views/agents-panels-tools-skills.json +0 -31
  595. package/locales/zh/ui/views/agents-utils.json +0 -49
  596. package/locales/zh/ui/views/agents.json +0 -55
  597. package/locales/zh/ui/views/channels.config.json +0 -31
  598. package/locales/zh/ui/views/channels.discord.json +0 -3
  599. package/locales/zh/ui/views/channels.googlechat.json +0 -3
  600. package/locales/zh/ui/views/channels.imessage.json +0 -3
  601. package/locales/zh/ui/views/channels.json +0 -11
  602. package/locales/zh/ui/views/channels.nostr-profile-form.json +0 -29
  603. package/locales/zh/ui/views/channels.nostr.json +0 -5
  604. package/locales/zh/ui/views/channels.shared.json +0 -3
  605. package/locales/zh/ui/views/channels.signal.json +0 -4
  606. package/locales/zh/ui/views/channels.slack.json +0 -3
  607. package/locales/zh/ui/views/channels.telegram.json +0 -3
  608. package/locales/zh/ui/views/channels.whatsapp.json +0 -3
  609. package/locales/zh/ui/views/config.json +0 -53
  610. package/locales/zh/ui/views/nodes-exec-approvals.json +0 -45
  611. package/locales/zh/ui/views/skills-grouping.json +0 -7
  612. package/locales/zh/ui/views/skills-shared.json +0 -10
  613. package/locales/zh/ui/views/skills.json +0 -10
  614. package/locales/zh/ui/views/usage-metrics.json +0 -18
  615. package/locales/zh/ui/views/usage-query.json +0 -35
  616. package/locales/zh/ui/views/usage-render-details.json +0 -62
  617. package/locales/zh/ui/views/usage.json +0 -85
  618. /package/locales/{zh → zh-CN}/extensions/feishu.json +0 -0
  619. /package/locales/{zh → zh-CN}/ui/views/chat.json +0 -0
@@ -1,36 +1,37 @@
1
1
  {
2
- "Invalid URL format. Expected /base/XXX or /wiki/XXX URL": "Di-wastong format ng URL. Inaasahang URL na /base/XXX o /wiki/XXX",
2
+ "Invalid URL format. Expected /base/XXX or /wiki/XXX URL": "Invalid ang format ng URL. Inaasahang /base/XXX o /wiki/XXX URL",
3
3
  "Use app_token": "Gamitin ang app_token",
4
4
  " and table_id=": " at table_id=",
5
- " for other bitable tools": " para sa iba pang bitable tool",
6
- "Select a table_id from the tables list.": "Pumili ng table_id mula sa listahan ng tables.",
7
- "Bitable URL. Supports both formats: /base/XXX?table=YYY or /wiki/XXX?table=YYY": "Bitable URL. Sinusuportahan ang parehong format: /base/XXX?table=YYY o /wiki/XXX?table=YYY",
5
+ " for other bitable tools": " para sa iba pang mga bitable tool",
6
+ "Select a table_id from the tables list.": "Pumili ng table_id mula sa listahan ng mga tables.",
7
+ "Bitable URL. Supports both formats: /base/XXX?table=YYY or /wiki/XXX?table=YYY": "URL ng Bitable. Sinusuportahan ang parehong format: /base/XXX?table=YYY o /wiki/XXX?table=YYY",
8
8
  "Bitable app token \\(use feishu_bitable_get_meta to get from URL\\)": "Bitable app token (gamitin ang feishu_bitable_get_meta para makuha mula sa URL)",
9
9
  "Table ID (from URL: ?table=YYY)": "Table ID (mula sa URL: ?table=YYY)",
10
- "Number of records per page (1-500, default 100)": "Bilang ng records bawat page (1-500, default 100)",
10
+ "Number of records per page (1-500, default 100)": "Bilang ng mga record bawat pahina (1-500, default 100)",
11
11
  "Pagination token from previous response": "Pagination token mula sa nakaraang tugon",
12
12
  "Record ID to retrieve": "Record ID na kukunin",
13
13
  "Field values keyed by field name. Format by type: ": "Mga value ng field na naka-key ayon sa pangalan ng field. Format ayon sa uri:",
14
14
  "Record ID to update": "Record ID na i-a-update",
15
- "Field values to update \\(same format as create_record\\)": "Mga value ng field na i-a-update (kaparehong format ng create_record)",
16
- "Feishu credentials not configured, skipping bitable tools": "Hindi na-configure ang Feishu credentials, nilalaktawan ang mga bitable tool",
17
- "Parse a Bitable URL and get app_token, table_id, and table list. Use this first when given a /wiki/ or /base/ URL.": "I-parse ang isang Bitable URL at kunin ang app_token, table_id, at listahan ng table. Gamitin muna ito kapag binigyan ng /wiki/ o /base/ na URL.",
18
- "Feishu Bitable List Fields": "Feishu Bitable Listahan ng Fields",
19
- "List all fields \\(columns\\) in a Bitable table with their types and properties": "Ilista ang lahat ng fields (columns) sa isang Bitable table kasama ang kanilang mga uri at property",
20
- "List records \\(rows\\) from a Bitable table with pagination support": "Ilista ang records (rows) mula sa isang Bitable table na may suporta sa pagination",
15
+ "Field values to update \\(same format as create_record\\)": "Mga value ng field na i-a-update (kaparehas ng format ng create_record)",
16
+ "Feishu credentials not configured, skipping bitable tools": "Hindi na-configure ang mga kredensyal ng Feishu, nilalaktawan ang mga bitable tool",
17
+ "Parse a Bitable URL and get app_token, table_id, and table list. Use this first when given a /wiki/ or /base/ URL.": "I-parse ang isang Bitable URL at kunin ang app_token, table_id, at listahan ng table. Gamitin ito muna kapag binigyan ng /wiki/ o /base/ URL.",
18
+ "Feishu Bitable List Fields": "Feishu Bitable Listahan ng mga Field",
19
+ "List all fields \\(columns\\) in a Bitable table with their types and properties": "Ilista ang lahat ng field (columns) sa isang Bitable table kasama ang kanilang mga uri at katangian",
20
+ "List records \\(rows\\) from a Bitable table with pagination support": "Ilista ang mga record (rows) mula sa isang Bitable table na may suporta sa pagination",
21
21
  "Feishu Bitable Get Record": "Feishu Bitable Kunin ang Record",
22
- "Get a single record by ID from a Bitable table": "Kumuha ng iisang record ayon sa ID mula sa isang Bitable table",
22
+ "Get a single record by ID from a Bitable table": "Kumuha ng isang record ayon sa ID mula sa isang Bitable table",
23
23
  "Feishu Bitable Create Record": "Feishu Bitable Gumawa ng Record",
24
24
  "Create a new record (row) in a Bitable table": "Gumawa ng bagong record (row) sa isang Bitable table",
25
25
  "Feishu Bitable Update Record": "Feishu Bitable I-update ang Record",
26
- "Update an existing record (row) in a Bitable table": "I-update ang isang kasalukuyang record (row) sa isang Bitable table",
27
- "Registered 6 bitable tools": "Nakapag-rehistro ng 6 na bitable tool",
26
+ "Update an existing record (row) in a Bitable table": "I-update ang isang umiiral na record (row) sa isang Bitable table",
27
+ "Registered 6 bitable tools": "Nakapagrehistro ng 6 na bitable tool",
28
+
28
29
  "\"Feishu\"": "\"Feishu\"",
29
30
  "Lark enterprise messaging.": "Lark enterprise messaging.",
30
- "Feishu targeting: omit `target` to reply to the current conversation \\(auto-inferred\\). Explicit targets: `user:open_id` or `chat:chat_id`.": "Feishu targeting: alisin ang `target` para tumugon sa kasalukuyang conversation (awtomatikong matutukoy). Tahasang targets: `user:open_id` o `chat:chat_id`.",
31
- " Feishu supports interactive cards for rich messages.": " Sumusuporta ang Feishu ng mga interactive na card para sa mayayamang mensahe.",
31
+ "Feishu targeting: omit `target` to reply to the current conversation \\(auto-inferred\\). Explicit targets: `user:open_id` or `chat:chat_id`.": "Targeting ng Feishu: alisin ang `target` para tumugon sa kasalukuyang usapan (awtomatikong mahuhula). Tahasang target: `user:open_id` o `chat:chat_id`.",
32
+ " Feishu supports interactive cards for rich messages.": "Sinusuportahan ng Feishu ang mga interactive na card para sa mayayamang mensahe.",
32
33
  "Feishu\\[": "Feishu[",
33
- "groups: groupPolicy=\"open\" allows any member to trigger \\(mention-gated\\). Set channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom to restrict senders.": "groups: pinapayagan ng groupPolicy=\"open\" ang sinumang miyembro na mag-trigger (may-banggit na gate). Itakda ang channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom para paghigpitan ang mga nagpapadala.",
34
+ "groups: groupPolicy=\"open\" allows any member to trigger \\(mention-gated\\). Set channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom to restrict senders.": "mga grupo: ang groupPolicy=\"open\" ay nagpapahintulot sa sinumang miyembro na mag-trigger (may-banggit na gate). Itakda ang channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom para paghigpitan ang mga nagpapadala.",
34
35
  "starting feishu\\[": "sinisimulan ang feishu[",
35
36
  " \\(mode: ": " (mode: "
36
37
  }
@@ -0,0 +1,107 @@
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 + header ng pahina)\"",
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
+
13
+ "Profile update failed \\(": "Nabigo ang pag-update ng profile (",
14
+ "Profile publish failed on all relays.": "Nabigo ang pag-publish ng profile sa lahat ng relay.",
15
+ "Profile published to relays.": "Na-publish ang profile sa mga relay.",
16
+ "Profile update failed: ": "Nabigo ang pag-update ng profile: ",
17
+ "Profile import failed \\(": "Nabigo ang pag-import ng profile (",
18
+ "Profile imported from relays. Review and publish.": "Na-import ang profile mula sa mga relay. Suriin at i-publish.",
19
+ "Profile imported. Review and publish.": "Na-import ang profile. Suriin at i-publish.",
20
+ "Profile import failed: ": "Nabigo ang pag-import ng profile: ",
21
+
22
+ "`disconnected \\(": "`nadiskonekta (",
23
+ "\"no reason\"": "\"walang dahilan\"",
24
+
25
+ "\"gateway client stopped\"": "\"huminto ang gateway client\"",
26
+ "gateway closed \\(": "isinara ang gateway (",
27
+ "\"connect failed\"": "\"nabigo ang pagkonekta\"",
28
+ " event handler error:": " error sa event handler:",
29
+ "\"request failed\"": "\"nabigo ang kahilingan\"",
30
+ "\"gateway not connected\"": "\"hindi nakakonekta ang gateway\"",
31
+
32
+ "Disconnected from gateway.": "Nadiskonekta mula sa gateway.",
33
+
34
+ "\"Expand sidebar\"": "\"Palawakin ang sidebar\"",
35
+ "\"Collapse sidebar\"": "\"I-collapse ang sidebar\"",
36
+
37
+ ">Health<": ">Kalusugan<",
38
+ "\"OK\"": "\"OK\"",
39
+ "\"Offline\"": "\"Offline\"",
40
+
41
+ ">Gateway Dashboard<": ">Dashboard ng Gateway<",
42
+
43
+
44
+ "\"Chat\"": "\"Chat\"",
45
+ "Direct gateway chat session for quick interventions.": "Direktang gateway chat session para sa mabilisang interbensyon.",
46
+ "\"Control\"": "\"Kontrol\"",
47
+ "\"Overview\"": "\"Pangkalahatang-ideya\"",
48
+ "Gateway status, entry points, and a fast health read.": "Katayuan ng gateway, mga entry point, at mabilisang pagtingin sa kalusugan.",
49
+ "\"Channels\"": "\"Mga Channel\"",
50
+ "Manage channels and settings.": "Pamahalaan ang mga channel at setting.",
51
+ "\"Instances\"": "\"Mga Instance\"",
52
+ "Presence beacons from connected clients and nodes.": "Presence beacons mula sa mga nakakonektang client at node.",
53
+ "\"Sessions\"": "\"Mga Session\"",
54
+ "Inspect active sessions and adjust per-session defaults.": "Siyasatin ang mga aktibong session at ayusin ang mga default bawat session.",
55
+ "\"Usage\"": "\"Paggamit\"",
56
+ "See where tokens go, when sessions spike, and what drives cost.": "Tingnan kung saan napupunta ang mga token, kung kailan tumataas ang mga session, at kung ano ang nagtutulak sa gastos.",
57
+ "\"Cron Jobs\"": "\"Cron Jobs\"",
58
+ "Schedule wakeups and recurring agent runs.": "I-iskedyul ang mga wakeup at paulit-ulit na pagpapatakbo ng agent.",
59
+ "\"Agent\"": "\"Agent\"",
60
+ "\"Agents\"": "\"Mga Agent\"",
61
+ "Manage agent workspaces, tools, and identities.": "Pamahalaan ang mga workspace, tool, at pagkakakilanlan ng agent.",
62
+ "\"Skills\"": "\"Mga Skill\"",
63
+ "Manage skill availability and API key injection.": "Pamahalaan ang availability ng skill at pag-iniksyon ng API key.",
64
+ "\"Nodes\"": "\"Mga Node\"",
65
+ "Paired devices, capabilities, and command exposure.": "Mga naka-paired na device, kakayahan, at exposure ng command.",
66
+ "\"Settings\"": "\"Mga Setting\"",
67
+ "\"Config\"": "\"Config\"",
68
+ "Edit ~/.openclaw/openclaw.json safely.": "I-edit ang ~/.openclaw/openclaw.json nang ligtas.",
69
+ "\"Debug\"": "\"Debug\"",
70
+ "Gateway snapshots, events, and manual RPC calls.": "Mga snapshot ng gateway, event, at manu-manong RPC tawag.",
71
+ "\"Logs\"": "\"Mga Log\"",
72
+ "Live tail of the gateway file logs.": "Live na tail ng mga gateway file log.",
73
+ "\\(opens in new tab\\)": "(magbubukas sa bagong tab)",
74
+ "Presence beacons from the gateway and clients.": "Presence beacons mula sa gateway at mga client.",
75
+
76
+
77
+ "\"Health\"": "\"Kalusugan\"",
78
+ "\"Resources\"": "\"Mga Resources\"",
79
+ "\"Docs\"": "\"Docs\"",
80
+
81
+ "\"Language\"": "\"Wika\"",
82
+ "\"Connect\"": "\"Kumonekta\"",
83
+ "\"Snapshot\"": "\"Snapshot\"",
84
+ "\"Status\"": "\"Katayuan\"",
85
+ "\"Uptime\"": "\"Oras ng Pagtakbo\"",
86
+ "Tick Interval": "Tick Interval",
87
+ "Last Channels Refresh": "Huling Pag-refresh ng Channels",
88
+ "\"Notes\"": "\"Mga Tala\"",
89
+
90
+ "\"Config Last Touched Version\"": "\"Huling Bersyon ng Config na Hinawakan\"",
91
+ "\"Config Last Touched At\"": "\"Huling Hinawakan ang Config Noong\"",
92
+
93
+
94
+ "\"IRC DM Policy\"": "\"Patakaran sa IRC DM\"",
95
+ "\"IRC NickServ Enabled\"": "\"IRC NickServ Pinagana\"",
96
+
97
+ "\"just now\"": "\"ngayon lang\"",
98
+ "\\}s`": "}s`",
99
+ "\\}m ago`": "}m ang nakalipas`",
100
+ "\\}m`": "}m`",
101
+ "\\}h ago`": "}h ang nakalipas`",
102
+ "\\}h`": "}h`",
103
+ "\\}d ago`": "}d ang nakalipas`",
104
+ "\\}d`": "}d`",
105
+ "\"in <1m\"": "\"sa loob ng <1m\"",
106
+ "`in ": "`sa "
107
+ }
@@ -1,10 +1,10 @@
1
1
  {
2
2
  ">No configured models<": ">Walang naka-configure na modelo<",
3
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.",
4
+ "No agents found.": "Walang nakitang agent.",
5
+ ">Select an agent<": ">Pumili ng agent<",
6
+ "Pick an agent to inspect its workspace and tools.": "Pumili ng agent para siyasatin ang workspace at mga tool nito.",
7
+ "Agent workspace and routing.": "Workspace at routing ng agent.",
8
8
  "\"Tools\"": "\"Mga Tool\"",
9
9
 
10
10
  ">Overview<": ">Pangkalahatang-ideya<",
@@ -14,41 +14,126 @@
14
14
  ">Identity Name<": ">Pangalan ng Pagkakakilanlan<",
15
15
  ">Default<": ">Default<",
16
16
  ">Identity Emoji<": ">Emoji ng Pagkakakilanlan<",
17
- ">Skills Filter<": ">Filter ng Skills<",
17
+ ">Skills Filter<": ">Filter ng Skill<",
18
18
  ">Filter<": ">Filter<",
19
19
  ">Model Selection<": ">Pagpili ng Modelo<",
20
20
  ">Primary model": ">Pangunahing modelo",
21
21
  " \\(default\\)": " (default)",
22
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)<",
23
+ "Inherit default \\(": "Magmana ng default (",
24
+ "\"Inherit default\"": "\"Magmana ng default\"",
25
+ ">Fallbacks (comma-separated)<": ">Mga Fallback (pinaghihiwalay ng kuwit)",
26
26
  "\"Save\"": "\"I-save\"",
27
27
  "\"yes\"": "\"oo\"",
28
28
  "\"no\"": "\"hindi\"",
29
29
 
30
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.",
31
+ "Load channels to see live status.": "I-load ang mga channel para makita ang live na katayuan.",
32
32
  "Gateway-wide channel status snapshot.": "Snapshot ng katayuan ng channel sa buong gateway.",
33
33
  " Last refresh:": " Huling refresh:",
34
34
  "No channels found.": "Walang nakitang channel.",
35
- "\"no accounts\"": "\"walang account\"",
36
35
  "\\} 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.",
36
+ "Workspace and scheduling targets.": "Mga target ng workspace at pag-iiskedyul.",
37
+ "Gateway cron status.": "Katayuan ng cron ng gateway.",
38
+ ">Next wake<": ">Susunod na wake<",
39
+ ">Agent Cron Jobs<": ">Agent Cron Jobs<",
40
+ "Scheduled jobs targeting this agent.": "Mga naka-iskedyul na trabaho na naka-target sa agent na ito.",
42
41
  "No jobs assigned.": "Walang nakatalagang trabaho.",
43
- ">Core Files<": ">Mga Pangunahing File<",
42
+ ">Core Files<": ">Core Files<",
44
43
  "Bootstrap persona, identity, and tool guidance.": "Bootstrap persona, pagkakakilanlan, at gabay sa tool.",
45
44
  ">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.",
45
+ " Load the agent workspace files to edit core instructions.": " I-load ang mga agent workspace file para i-edit ang core instructions.",
47
46
  "No files found.": "Walang nakitang file.",
48
47
  "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.",
48
+ " This file is missing. Saving will create it in the agent workspace.": " Nawawala ang file na ito. Ang pag-save ay lilikha nito sa agent workspace.",
50
49
  ">Content<": ">Nilalaman<",
51
50
  ">missing<": ">nawawala<",
52
51
 
53
- " Reload": " I-reload"
52
+
53
+ "\"Files\"": "\"Mga File\"",
54
+ "\"Read file contents\"": "\"Basahin ang nilalaman ng file\"",
55
+ "\"Create or overwrite files\"": "\"Gumawa o mag-overwrite ng mga file\"",
56
+ "\"Make precise edits\"": "\"Gumawa ng tumpak na pag-edit\"",
57
+ "\"Patch files \\(OpenAI\\)\"": "\"I-patch ang mga file (OpenAI)\"",
58
+
59
+ "\"Runtime\"": "\"Runtime\"",
60
+ "\"Run shell commands\"": "\"Magpatakbo ng shell commands\"",
61
+ "\"Manage background processes\"": "\"Pamahalaan ang mga background process\"",
62
+
63
+ "\"Web\"": "\"Web\"",
64
+ "\"Search the web\"": "\"Maghanap sa web\"",
65
+ "\"Fetch web content\"": "\"Kunin ang nilalaman ng web\"",
66
+
67
+ "\"Memory\"": "\"Memorya\"",
68
+ "\"Semantic search\"": "\"Semantic na paghahanap\"",
69
+ "\"Read memory files\"": "\"Basahin ang mga memory file\"",
70
+ "\"List sessions\"": "\"Ilista ang mga session\"",
71
+
72
+ "\"Session history\"": "\"Kasaysayan ng session\"",
73
+ "\"Send to session": "\"Ipadala sa session",
74
+ "\"Spawn sub-agent\"": "\"Lumikha ng sub-agent\"",
75
+ "\"Session status\"": "\"Katayuan ng session\"",
76
+
77
+ "\"UI\"": "\"UI\"",
78
+ "\"Control web browser\"": "\"Kontrolin ang web browser\"",
79
+ "\"Control canvases\"": "\"Kontrolin ang mga canvas\"",
80
+
81
+ "\"Send messages\"": "\"Magpadala ng mga mensahe\"",
82
+
83
+ "\"Automation\"": "\"Automation\"",
84
+ "\"Schedule tasks\"": "\"Mag-iskedyul ng mga gawain\"",
85
+
86
+ "\"Gateway control\"": "\"Kontrol ng gateway\"",
87
+ "\"Nodes \\+ devices\"": "\"Mga Node + device\"",
88
+ "\"List agents\"": "\"Ilista ang mga agent\"",
89
+
90
+ "\"Media\"": "\"Media\"",
91
+ "\"Image understanding\"": "\"Pag-unawa sa larawan\"",
92
+
93
+ "\"Minimal\"": "\"Minimal\"",
94
+ "\"Coding\"": "\"Coding\"",
95
+ "\"Messaging\"": "\"Pagmemensahe\"",
96
+ "\"Full\"": "\"Buong\"",
97
+
98
+ "\\} selected": "} napili",
99
+ "\"all skills\"": "\"lahat ng skill\"",
100
+
101
+
102
+ ">Agent Context<": ">Konteksto ng Agent<",
103
+ "\"no accounts\"": "\"walang account\"",
104
+ " connected`": " nakakonekta`",
105
+ " configured`": " naka-configure`",
106
+ "\"not configured\"": "\"hindi naka-configure\"",
107
+
108
+ "\"agent override\"": "\"agent override\"",
109
+ "\"global default\"": "\"global default\"",
110
+ "\"default\"": "\"default\"",
111
+
112
+ ">Tool Access<": ">Access sa Tool<",
113
+ " Profile \\+ per-tool overrides for this agent.": " Profile + per-tool override para sa agent na ito.",
114
+ "> enabled.": "> pinagana.",
115
+
116
+ " Use All": " Gamitin Lahat",
117
+ " Enable All": " Paganahin Lahat",
118
+ " Disable All": " Huwag Paganahin Lahat",
119
+ " Reload Config": " I-reload ang Config",
120
+
121
+ " Reload": " I-reload",
122
+
123
+ "Load the gateway config to adjust tool profiles.": "I-load ang gateway config para ayusin ang mga tool profile.",
124
+ " This agent is using an explicit allowlist in config. Tool overrides are managed in the Config tab.": "Ang agent na ito ay gumagamit ng explicit allowlist sa config. Ang mga tool override ay pinamamahalaan sa Config tab.",
125
+ " Global tools.allow is set. Agent overrides cannot enable tools that are globally blocked.": "Ang global tools.allow ay nakatakda. Hindi maaaring paganahin ng agent override ang mga tool na globally na-block.",
126
+
127
+ ">Profile<": ">Profile<",
128
+ ">Source<": ">Pinagmulan<",
129
+ ">unsaved<": ">hindi nai-save<",
130
+
131
+ ">Quick Presets<": ">Mabilisang Preset<",
132
+ " Inherit": " Magmana",
133
+
134
+ "Per-agent skill allowlist and workspace skills.": "Allowlist ng skill bawat agent at mga skill sa workspace.",
135
+ "Load the gateway config to set per-agent skills.": "I-load ang gateway config para itakda ang mga skill bawat agent.",
136
+ "This agent uses a custom skill allowlist.": "Gumagamit ang agent na ito ng custom na skill allowlist.",
137
+ "All skills are enabled. Disabling any skill will create a per-agent allowlist.": "Lahat ng skill ay pinagana. Ang hindi pagpapagana ng anumang skill ay lilikha ng allowlist bawat agent.",
138
+ "Load skills for this agent to view workspace-specific entries.": "I-load ang mga skill para sa agent na ito para tingnan ang mga entry na partikular sa workspace."
54
139
  }
@@ -7,5 +7,85 @@
7
7
  "\"Active\"": "\"Aktibo\"",
8
8
  "\"No\"": "\"Hindi\"",
9
9
  ">Running<": ">Tumatakbo<",
10
- ">Connected<": ">Nakakonekta<"
10
+ ">Connected<": ">Nakakonekta<",
11
+
12
+
13
+ "Schema unavailable. Use Raw.": "Hindi available ang schema. Gamitin ang Raw.",
14
+ "Channel config schema unavailable.": "Hindi available ang schema ng config ng channel.",
15
+ "Loading config schema…": "Naglo-load ng config schema…",
16
+
17
+ ">Configured<": ">Naka-configure<",
18
+ ">Linked<": ">Naka-link<",
19
+ ">Last start<": ">Huling simula<",
20
+ ">Last probe<": ">Huling probe<",
21
+ ">Last connect<": ">Huling konek<",
22
+ ">Last message<": ">Huling mensahe<",
23
+ ">Last inbound<": ">Huling inbound<",
24
+ ">Auth age<": ">Edad ng Auth<",
25
+ ">Mode<": ">Mode<",
26
+ ">Credential<": ">Kredensyal<",
27
+ ">Public Key<": ">Public Key<",
28
+ ">Audience<": ">Audience<",
29
+ ">Profile<": ">Profile<",
30
+
31
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "Walang nakatakdang profile. I-click ang \"I-edit ang Profile\" para idagdag ang iyong pangalan, bio, at avatar.",
32
+ "\"Saving…\"": "\"Sine-save…\"",
33
+ "\"Save\"": "\"I-save\"",
34
+ " probe": " probe",
35
+
36
+ " Probe": " Probe",
37
+ "\"ok\" \\:": "\"ok\" :",
38
+ "\"failed\"": "\"nabigo\"",
39
+
40
+ "Decentralized DMs via Nostr relays \\(NIP-04\\).": "Desentralisadong DM sa pamamagitan ng Nostr relay (NIP-04).",
41
+
42
+
43
+ "Chat API webhook status and channel configuration.": "Katayuan ng webhook ng Chat API at configuration ng channel.",
44
+
45
+ "macOS bridge status and channel configuration.": "Katayuan ng macOS bridge at configuration ng channel.",
46
+
47
+
48
+ ">Edit Profile<": ">I-edit ang Profile<",
49
+ ">Account: ": ">Account: ",
50
+
51
+ "\"Username\"": "\"Username\"",
52
+ "\"Short username \\(": "\"Maikling username (",
53
+ "\"Display Name\"": "\"Display Name\"",
54
+ "Your full display name": "Ang iyong buong display name",
55
+ "\"Bio\"": "\"Bio\"",
56
+ "Tell people about yourself...": "Sabihin sa mga tao ang tungkol sa iyong sarili...",
57
+ "\"Avatar URL\"": "\"URL ng Avatar\"",
58
+ "A brief bio or description": "Isang maikling bio o paglalarawan",
59
+ "\"Banner URL\"": "\"URL ng Banner\"",
60
+ "HTTPS URL to your profile picture": " HTTPS URL sa iyong profile picture",
61
+ "HTTPS URL to a banner image": "HTTPS URL sa isang banner image",
62
+ "\"Website\"": "\"Website\"",
63
+ "Your personal website": "Ang iyong personal na website",
64
+ "\"NIP-05 Identifier\"": "\"NIP-05 Identifier\"",
65
+ "\"Verifiable identifier ": "\"Verifyable identifier ",
66
+ "\"Lightning Address\"": "\"Lightning Address\"",
67
+ "\"Lightning address for tips ": "\"Lightning address para sa tips ",
68
+ "\"Saving...\"": "\"Sine-save...\"",
69
+ "Save & Publish": "I-save at I-publish",
70
+ "\"Importing...\"": "\"Ina-import...\"",
71
+ "\"Import from Relays\"": "\"Mag-import mula sa Relays\"",
72
+ "\"Hide Advanced\"": "\"Itago ang Advanced\"",
73
+ "\"Show Advanced\"": "\"Ipakita ang Advanced\"",
74
+ " You have unsaved changes": " Mayroon kang hindi nai-save na mga pagbabago",
75
+
76
+ ">Display Name<": ">Display Name<",
77
+ ">About<": ">Tungkol<",
78
+
79
+ ">Accounts ": ">Mga Account ",
80
+
81
+
82
+ "signal-cli status and channel configuration.": "Katayuan ng signal-cli at configuration ng channel.",
83
+ ">Base URL<": ">Base URL<",
84
+
85
+
86
+ "Socket mode status and channel configuration.": "Katayuan ng socket mode at configuration ng channel.",
87
+
88
+ "Bot status and channel configuration.": "Katayuan ng bot at configuration ng channel.",
89
+
90
+ "Link WhatsApp Web and monitor connection health.": "I-link ang WhatsApp Web at subaybayan ang kalusugan ng koneksyon."
11
91
  }
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "Compacting context...": "Pinapaliit ang konteksto...",
3
- "Context compacted": "Pinaliit na ang konteksto",
3
+ "Context compacted": "Pinaliit ang konteksto",
4
4
  "Attachment preview": "Preview ng attachment",
5
5
  "Remove attachment": "Alisin ang attachment",
6
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)",
7
+ "Message \\(↩ to send, Shift\\+↩ for line breaks, paste images\\)": "Mensahe (↩ para ipadala, Shift+↩ para sa line break, mag-paste ng mga larawan)",
8
8
  "Connect to the gateway to start chatting…": "Kumonekta sa gateway para magsimulang mag-chat…",
9
9
  "Loading chat…": "Naglo-load ng chat…",
10
10
  "Exit focus mode": "Lumabas sa focus mode",
11
- ">Queued ": ">Nakapila ",
11
+ ">Queued ": ">Naka-queue ",
12
12
  "Image \\(": "Larawan (",
13
- "Remove queued message": "Alisin ang nakapilang mensahe",
14
- "New messages ": "Mga bagong mensahe ",
13
+ "Remove queued message": "Alisin ang naka-queue na mensahe",
14
+ "New messages ": "Bagong mensahe ",
15
15
  ">Message<": ">Mensahe<",
16
- "\"Stop\"": "\"Tigil\"",
16
+ "\"Stop\"": "\"Tumigil\"",
17
17
  "New session": "Bagong session",
18
- "\"Queue\"": "\"Pila\"",
18
+ "\"Queue\"": "\"Queue\"",
19
19
  "\"Send\"": "\"Ipadala\"",
20
20
  "Showing last ": "Ipinapakita ang huling ",
21
- "\\} messages": "} mga mensahe",
21
+ "\\} messages": "} na mensahe",
22
22
  "\\} hidden": "} nakatago"
23
23
  }
@@ -1,46 +1,80 @@
1
1
  {
2
2
  ">All Settings<": ">Lahat ng Setting<",
3
+
4
+ "\"Environment Variables\"": "\"Environment Variables\"",
5
+ "Environment variables passed to the gateway process": "Environment variables na ipinasa sa proseso ng gateway",
6
+ "\"Updates\"": "\"Mga Update\"",
7
+ "Auto-update settings and release channel": "Auto-update na setting at release channel",
8
+ "Agent configurations, models, and identities": "Mga configuration ng agent, modelo, at pagkakakilanlan",
9
+ "API keys and authentication profiles": "Mga API key at authentication profile",
10
+ "Messaging channels (Telegram, Discord, Slack, etc.)": "Mga messaging channel (Telegram, Discord, Slack, atbp.)",
11
+ "Custom slash commands": "Custom na slash commands",
12
+ "Webhooks and event hooks": "Mga Webhook at event hook",
13
+ "Skill packs and capabilities": "Mga skill pack at kakayahan",
14
+ "Tool configurations (browser, search, etc.)": "Mga configuration ng tool (browser, search, atbp.)",
15
+ "Gateway server settings (port, auth, binding)": "Mga setting ng gateway server (port, auth, binding)",
16
+ "Setup wizard state and history": "Estado at kasaysayan ng setup wizard",
17
+ "\"Metadata\"": "\"Metadata\"",
18
+ "Gateway metadata and version information": "Metadata ng gateway at impormasyon ng bersyon",
19
+ "Log levels and output configuration": "Log level at configuration ng output",
20
+ "\"Browser\"": "\"Browser\"",
21
+ "Browser automation settings": "Mga setting ng automation ng browser",
22
+ "User interface preferences": "Mga kagustuhan sa user interface",
23
+ "AI model configurations and providers": "Mga configuration at provider ng AI model",
24
+ "\"Bindings\"": "\"Bindings\"",
25
+ "Key bindings and shortcuts": "Key bindings at shortcut",
26
+ "\"Broadcast\"": "\"Broadcast\"",
27
+ "Broadcast and notification settings": "Mga setting ng broadcast at notification",
28
+ "\"Audio\"": "\"Audio\"",
29
+ "Audio input/output settings": "Mga setting ng audio input/output",
30
+ "Session management and persistence": "Pamamahala at pagpapanatili ng session",
31
+ "Scheduled tasks and automation": "Naka-iskedyul na gawain at automation",
32
+ "Web server and API settings": "Mga setting ng web server at API",
33
+ "\"Discovery\"": "\"Discovery\"",
34
+ "Service discovery and networking": "Pagtuklas ng serbisyo at networking",
35
+ "Canvas rendering and display": "Canvas rendering at display",
36
+ "\"Talk\"": "\"Talk\"",
37
+ "Voice and speech settings": "Mga setting ng boses at pananalita",
38
+ "\"Plugins\"": "\"Mga Plugin\"",
39
+ "Plugin management and extensions": "Pamamahala ng plugin at mga extension",
40
+ ">Schema unavailable.<": ">Hindi available ang schema.<",
41
+ "Unsupported schema. Use Raw.": "Hindi suportadong schema. Gamitin ang Raw.",
42
+ "No settings match ": "Walang setting na tumutugma sa ",
43
+ "No settings in this section": "Walang setting sa seksyong ito",
44
+
3
45
 
4
46
  "\"Environment\"": "\"Environment\"",
5
- "\"Updates\"": "\"Mga Update\"",
6
- "\"Authentication\"": "\"Pagpapatotoo\"",
7
- "\"Commands\"": "\"Mga Utos\"",
8
- "\"Hooks\"": "\"Mga Hook\"",
47
+ "\"Authentication\"": "\"Authentication\"",
48
+ "\"Commands\"": "\"Commands\"",
49
+ "\"Hooks\"": "\"Hooks\"",
9
50
  "\"Gateway\"": "\"Gateway\"",
10
51
  "\"Setup Wizard\"": "\"Setup Wizard\"",
11
52
 
12
53
  "\"Meta\"": "\"Meta\"",
13
54
  "\"Diagnostics\"": "\"Diagnostics\"",
14
- "\"Logging\"": "\"Pag-log\"",
15
- "\"Browser\"": "\"Browser\"",
55
+ "\"Logging\"": "\"Logging\"",
16
56
  "\"Ui\"": "\"Ui\"",
17
- "\"Models\"": "\"Mga Modelo\"",
57
+ "\"Models\"": "\"Models\"",
18
58
  "\"NodeHost\"": "\"NodeHost\"",
19
- "\"Bindings\"": "\"Mga Binding\"",
20
- "\"Broadcast\"": "\"Broadcast\"",
21
- "\"Audio\"": "\"Audio\"",
22
59
  "\"Media\"": "\"Media\"",
23
- "\"Messages\"": "\"Mga Mensahe\"",
24
- "\"Approvals\"": "\"Mga Pag-apruba\"",
60
+ "\"Messages\"": "\"Messages\"",
61
+ "\"Approvals\"": "\"Approvals\"",
25
62
  "\"Session\"": "\"Session\"",
26
63
  "\"Cron\"": "\"Cron\"",
27
64
  "\"Web\"": "\"Web\"",
28
- "\"Discovery\"": "\"Pagtuklas\"",
29
65
  "\"CanvasHost\"": "\"CanvasHost\"",
30
- "\"Talk\"": "\"Usap\"",
31
66
  "\"Memory\"": "\"Memorya\"",
32
- "\"Plugins\"": "\"Mga Plugin\"",
33
67
 
34
68
  ">Settings<": ">Mga Setting<",
35
69
  "\"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$",
70
+ "\"valid\"": "\"balido\"",
71
+ "\"invalid\"": "\"di-balido\"",
72
+ "\"Unsaved changes\"": "\"Hindi nai-save na mga pagbabago\"",
73
+ " unsaved change\\$": " hindi nai-save na pagbabago$",
40
74
  "Search settings...": "Maghanap ng setting...",
41
75
  ">No changes<": ">Walang pagbabago<",
42
76
  "\"Reload\"": "\"I-reload\"",
43
- "\"Applying…\"": "\"Inilalapat…\"",
77
+ "\"Applying…\"": "\"Inaaplay…\"",
44
78
  "\"Apply\"": "\"Ilapat\"",
45
79
  "\"Updating…\"": "\"Ina-update…\"",
46
80
  "\"Update\"": "\"I-update\"",
@@ -48,6 +82,6 @@
48
82
  "\\} pending": "} nakabinbin",
49
83
  " change\\$": " pagbabago$",
50
84
  "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.",
85
+ " 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 para maiwasang mawala ang mga config entry.",
52
86
  ">Raw JSON5<": ">Raw JSON5<"
53
87
  }
@@ -3,8 +3,8 @@
3
3
  "Gateway-owned cron scheduler status.": "Katayuan ng cron scheduler na pagmamay-ari ng gateway.",
4
4
  ">Enabled<": ">Pinagana<",
5
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.",
6
+ ">New Job<": ">Bagong Trabaho<",
7
+ "Create a scheduled wakeup or agent run.": "Lumikha ng naka-iskedyul na wakeup o agent run.",
8
8
  ">Name<": ">Pangalan<",
9
9
  ">Description<": ">Paglalarawan<",
10
10
  ">Agent ID<": ">Agent ID<",
@@ -25,26 +25,26 @@
25
25
  ">System event<": ">System event<",
26
26
  ">Agent turn<": ">Agent turn<",
27
27
  "\"System text\"": "\"System text\"",
28
- "\"Agent message\"": "\"Agent message\"",
28
+ "\"Agent message\"": "\"Mensahe ng agent\"",
29
29
 
30
- ">Delivery<": ">Paghahatid<",
31
- "Announce summary ": "Ipahayag ang buod ",
30
+ ">Delivery<": ">Paghatid<",
31
+ "Announce summary ": "I-anunsyo ang buod ",
32
32
  "None \\(internal\\)": "Wala (internal)",
33
33
  "Timeout \\(seconds\\)": "Timeout (segundo)",
34
34
  ">Channel<": ">Channel<",
35
35
  ">To<": ">Sa<",
36
36
  "1555… or chat id": "1555… o chat id",
37
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.",
38
+ "\"Add job\"": "\"Magdagdag ng trabaho\"",
39
+ ">Jobs<": ">Mga Trabaho<",
40
+ "All scheduled jobs stored in the gateway.": "Lahat ng naka-iskedyul na trabaho na nakaimbak sa gateway.",
41
+ "No jobs yet.": "Wala pang trabaho.",
42
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.",
43
+ ">Latest runs for ": ">Pinakahuling pagtakbo para sa ",
44
+ "Select a job to inspect run history.": "Pumili ng trabaho para siyasatin ang kasaysayan ng pagtakbo.",
45
45
  "No runs yet.": "Wala pang pagtakbo.",
46
- ">Run at<": ">Tumakbo sa<",
47
- ">Unit<": ">Unit<",
46
+ ">Run at<": ">Tumakbo noong<",
47
+ ">Unit<": ">Yunit<",
48
48
  ">Minutes<": ">Minuto<",
49
49
  ">Days<": ">Araw<",
50
50
  ">Expression<": ">Ekspresyon<",
@@ -60,5 +60,5 @@
60
60
  ">Last<": ">Huli<",
61
61
  ">Open run chat<": ">Buksan ang run chat<",
62
62
 
63
- "\"\\(select a job\\)\"": "\"(pumili ng job)\""
63
+ "\"\\(select a job\\)\"": "\"(pumili ng trabaho)\""
64
64
  }