clawui 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (488) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +29 -0
  3. package/dist/index.js +60 -0
  4. package/locales/bn/extensions/feishu.json +37 -0
  5. package/locales/bn/src/config/schema.field-metadata.json +4 -0
  6. package/locales/bn/src/config/schema.irc.json +4 -0
  7. package/locales/bn/src/infra/format-time/app-gateway.json +12 -0
  8. package/locales/bn/ui/app-channels.json +10 -0
  9. package/locales/bn/ui/app-gateway.json +4 -0
  10. package/locales/bn/ui/app-render.helpers.json +12 -0
  11. package/locales/bn/ui/app-render.json +16 -0
  12. package/locales/bn/ui/gateway.json +8 -0
  13. package/locales/bn/ui/navigation.json +31 -0
  14. package/locales/bn/ui/views/agents-panels-status-files.json +7 -0
  15. package/locales/bn/ui/views/agents-panels-tools-skills.json +31 -0
  16. package/locales/bn/ui/views/agents-utils.json +49 -0
  17. package/locales/bn/ui/views/agents.json +54 -0
  18. package/locales/bn/ui/views/channels.config.json +31 -0
  19. package/locales/bn/ui/views/channels.discord.json +3 -0
  20. package/locales/bn/ui/views/channels.googlechat.json +3 -0
  21. package/locales/bn/ui/views/channels.imessage.json +3 -0
  22. package/locales/bn/ui/views/channels.json +11 -0
  23. package/locales/bn/ui/views/channels.nostr-profile-form.json +29 -0
  24. package/locales/bn/ui/views/channels.nostr.json +5 -0
  25. package/locales/bn/ui/views/channels.shared.json +3 -0
  26. package/locales/bn/ui/views/channels.signal.json +4 -0
  27. package/locales/bn/ui/views/channels.slack.json +3 -0
  28. package/locales/bn/ui/views/channels.telegram.json +3 -0
  29. package/locales/bn/ui/views/channels.whatsapp.json +3 -0
  30. package/locales/bn/ui/views/chat.json +23 -0
  31. package/locales/bn/ui/views/config-form.render.json +43 -0
  32. package/locales/bn/ui/views/config.json +53 -0
  33. package/locales/bn/ui/views/cron.json +64 -0
  34. package/locales/bn/ui/views/debug.json +17 -0
  35. package/locales/bn/ui/views/instances.json +9 -0
  36. package/locales/bn/ui/views/logs.json +12 -0
  37. package/locales/bn/ui/views/nodes-exec-approvals.json +45 -0
  38. package/locales/bn/ui/views/nodes.json +46 -0
  39. package/locales/bn/ui/views/overview.json +35 -0
  40. package/locales/bn/ui/views/sessions.json +20 -0
  41. package/locales/bn/ui/views/skills-grouping.json +7 -0
  42. package/locales/bn/ui/views/skills-shared.json +10 -0
  43. package/locales/bn/ui/views/skills.json +10 -0
  44. package/locales/bn/ui/views/usage-metrics.json +18 -0
  45. package/locales/bn/ui/views/usage-query.json +34 -0
  46. package/locales/bn/ui/views/usage-render-details.json +62 -0
  47. package/locales/bn/ui/views/usage.json +85 -0
  48. package/locales/de/extensions/feishu.json +36 -0
  49. package/locales/de/src/config/schema.field-metadata.json +4 -0
  50. package/locales/de/src/config/schema.irc.json +4 -0
  51. package/locales/de/src/infra/format-time/app-gateway.json +12 -0
  52. package/locales/de/ui/app-channels.json +10 -0
  53. package/locales/de/ui/app-gateway.json +4 -0
  54. package/locales/de/ui/app-render.helpers.json +12 -0
  55. package/locales/de/ui/app-render.json +16 -0
  56. package/locales/de/ui/gateway.json +8 -0
  57. package/locales/de/ui/navigation.json +31 -0
  58. package/locales/de/ui/views/agents-panels-status-files.json +7 -0
  59. package/locales/de/ui/views/agents-panels-tools-skills.json +31 -0
  60. package/locales/de/ui/views/agents-utils.json +49 -0
  61. package/locales/de/ui/views/agents.json +54 -0
  62. package/locales/de/ui/views/channels.config.json +31 -0
  63. package/locales/de/ui/views/channels.discord.json +3 -0
  64. package/locales/de/ui/views/channels.googlechat.json +3 -0
  65. package/locales/de/ui/views/channels.imessage.json +3 -0
  66. package/locales/de/ui/views/channels.json +11 -0
  67. package/locales/de/ui/views/channels.nostr-profile-form.json +29 -0
  68. package/locales/de/ui/views/channels.nostr.json +5 -0
  69. package/locales/de/ui/views/channels.shared.json +3 -0
  70. package/locales/de/ui/views/channels.signal.json +4 -0
  71. package/locales/de/ui/views/channels.slack.json +3 -0
  72. package/locales/de/ui/views/channels.telegram.json +3 -0
  73. package/locales/de/ui/views/channels.whatsapp.json +3 -0
  74. package/locales/de/ui/views/chat.json +23 -0
  75. package/locales/de/ui/views/config-form.render.json +43 -0
  76. package/locales/de/ui/views/config.json +53 -0
  77. package/locales/de/ui/views/cron.json +64 -0
  78. package/locales/de/ui/views/debug.json +17 -0
  79. package/locales/de/ui/views/instances.json +9 -0
  80. package/locales/de/ui/views/logs.json +12 -0
  81. package/locales/de/ui/views/nodes-exec-approvals.json +45 -0
  82. package/locales/de/ui/views/nodes.json +46 -0
  83. package/locales/de/ui/views/overview.json +35 -0
  84. package/locales/de/ui/views/sessions.json +20 -0
  85. package/locales/de/ui/views/skills-grouping.json +7 -0
  86. package/locales/de/ui/views/skills-shared.json +10 -0
  87. package/locales/de/ui/views/skills.json +10 -0
  88. package/locales/de/ui/views/usage-metrics.json +18 -0
  89. package/locales/de/ui/views/usage-query.json +34 -0
  90. package/locales/de/ui/views/usage-render-details.json +62 -0
  91. package/locales/de/ui/views/usage.json +85 -0
  92. package/locales/es/extensions/feishu.json +36 -0
  93. package/locales/es/src/config/schema.field-metadata.json +4 -0
  94. package/locales/es/src/config/schema.irc.json +4 -0
  95. package/locales/es/src/infra/format-time/app-gateway.json +12 -0
  96. package/locales/es/ui/app-channels.json +10 -0
  97. package/locales/es/ui/app-gateway.json +4 -0
  98. package/locales/es/ui/app-render.helpers.json +12 -0
  99. package/locales/es/ui/app-render.json +16 -0
  100. package/locales/es/ui/gateway.json +8 -0
  101. package/locales/es/ui/navigation.json +31 -0
  102. package/locales/es/ui/views/agents-panels-status-files.json +7 -0
  103. package/locales/es/ui/views/agents-panels-tools-skills.json +31 -0
  104. package/locales/es/ui/views/agents-utils.json +49 -0
  105. package/locales/es/ui/views/agents.json +54 -0
  106. package/locales/es/ui/views/channels.config.json +31 -0
  107. package/locales/es/ui/views/channels.discord.json +3 -0
  108. package/locales/es/ui/views/channels.googlechat.json +3 -0
  109. package/locales/es/ui/views/channels.imessage.json +3 -0
  110. package/locales/es/ui/views/channels.json +11 -0
  111. package/locales/es/ui/views/channels.nostr-profile-form.json +29 -0
  112. package/locales/es/ui/views/channels.nostr.json +5 -0
  113. package/locales/es/ui/views/channels.shared.json +3 -0
  114. package/locales/es/ui/views/channels.signal.json +4 -0
  115. package/locales/es/ui/views/channels.slack.json +3 -0
  116. package/locales/es/ui/views/channels.telegram.json +3 -0
  117. package/locales/es/ui/views/channels.whatsapp.json +3 -0
  118. package/locales/es/ui/views/chat.json +23 -0
  119. package/locales/es/ui/views/config-form.render.json +43 -0
  120. package/locales/es/ui/views/config.json +53 -0
  121. package/locales/es/ui/views/cron.json +64 -0
  122. package/locales/es/ui/views/debug.json +17 -0
  123. package/locales/es/ui/views/instances.json +9 -0
  124. package/locales/es/ui/views/logs.json +12 -0
  125. package/locales/es/ui/views/nodes-exec-approvals.json +45 -0
  126. package/locales/es/ui/views/nodes.json +46 -0
  127. package/locales/es/ui/views/overview.json +35 -0
  128. package/locales/es/ui/views/sessions.json +20 -0
  129. package/locales/es/ui/views/skills-grouping.json +7 -0
  130. package/locales/es/ui/views/skills-shared.json +10 -0
  131. package/locales/es/ui/views/skills.json +10 -0
  132. package/locales/es/ui/views/usage-metrics.json +18 -0
  133. package/locales/es/ui/views/usage-query.json +34 -0
  134. package/locales/es/ui/views/usage-render-details.json +62 -0
  135. package/locales/es/ui/views/usage.json +85 -0
  136. package/locales/fi/extensions/feishu.json +36 -0
  137. package/locales/fi/src/config/schema.field-metadata.json +4 -0
  138. package/locales/fi/src/config/schema.irc.json +4 -0
  139. package/locales/fi/src/infra/format-time/app-gateway.json +12 -0
  140. package/locales/fi/ui/app-channels.json +10 -0
  141. package/locales/fi/ui/app-gateway.json +4 -0
  142. package/locales/fi/ui/app-render.helpers.json +12 -0
  143. package/locales/fi/ui/app-render.json +16 -0
  144. package/locales/fi/ui/gateway.json +8 -0
  145. package/locales/fi/ui/navigation.json +31 -0
  146. package/locales/fi/ui/views/agents-panels-status-files.json +7 -0
  147. package/locales/fi/ui/views/agents-panels-tools-skills.json +31 -0
  148. package/locales/fi/ui/views/agents-utils.json +49 -0
  149. package/locales/fi/ui/views/agents.json +54 -0
  150. package/locales/fi/ui/views/channels.config.json +31 -0
  151. package/locales/fi/ui/views/channels.discord.json +3 -0
  152. package/locales/fi/ui/views/channels.googlechat.json +3 -0
  153. package/locales/fi/ui/views/channels.imessage.json +3 -0
  154. package/locales/fi/ui/views/channels.json +11 -0
  155. package/locales/fi/ui/views/channels.nostr-profile-form.json +29 -0
  156. package/locales/fi/ui/views/channels.nostr.json +5 -0
  157. package/locales/fi/ui/views/channels.shared.json +3 -0
  158. package/locales/fi/ui/views/channels.signal.json +4 -0
  159. package/locales/fi/ui/views/channels.slack.json +3 -0
  160. package/locales/fi/ui/views/channels.telegram.json +3 -0
  161. package/locales/fi/ui/views/channels.whatsapp.json +3 -0
  162. package/locales/fi/ui/views/chat.json +23 -0
  163. package/locales/fi/ui/views/config-form.render.json +43 -0
  164. package/locales/fi/ui/views/config.json +53 -0
  165. package/locales/fi/ui/views/cron.json +64 -0
  166. package/locales/fi/ui/views/debug.json +17 -0
  167. package/locales/fi/ui/views/instances.json +9 -0
  168. package/locales/fi/ui/views/logs.json +12 -0
  169. package/locales/fi/ui/views/nodes-exec-approvals.json +45 -0
  170. package/locales/fi/ui/views/nodes.json +46 -0
  171. package/locales/fi/ui/views/overview.json +35 -0
  172. package/locales/fi/ui/views/sessions.json +20 -0
  173. package/locales/fi/ui/views/skills-grouping.json +7 -0
  174. package/locales/fi/ui/views/skills-shared.json +10 -0
  175. package/locales/fi/ui/views/skills.json +10 -0
  176. package/locales/fi/ui/views/usage-metrics.json +18 -0
  177. package/locales/fi/ui/views/usage-query.json +35 -0
  178. package/locales/fi/ui/views/usage-render-details.json +62 -0
  179. package/locales/fi/ui/views/usage.json +85 -0
  180. package/locales/fr/extensions/feishu.json +37 -0
  181. package/locales/fr/src/config/schema.field-metadata.json +4 -0
  182. package/locales/fr/src/config/schema.irc.json +4 -0
  183. package/locales/fr/src/infra/format-time/app-gateway.json +12 -0
  184. package/locales/fr/ui/app-channels.json +10 -0
  185. package/locales/fr/ui/app-gateway.json +4 -0
  186. package/locales/fr/ui/app-render.helpers.json +12 -0
  187. package/locales/fr/ui/app-render.json +16 -0
  188. package/locales/fr/ui/gateway.json +8 -0
  189. package/locales/fr/ui/navigation.json +31 -0
  190. package/locales/fr/ui/views/agents-panels-status-files.json +7 -0
  191. package/locales/fr/ui/views/agents-panels-tools-skills.json +31 -0
  192. package/locales/fr/ui/views/agents-utils.json +49 -0
  193. package/locales/fr/ui/views/agents.json +55 -0
  194. package/locales/fr/ui/views/channels.config.json +31 -0
  195. package/locales/fr/ui/views/channels.discord.json +3 -0
  196. package/locales/fr/ui/views/channels.googlechat.json +3 -0
  197. package/locales/fr/ui/views/channels.imessage.json +3 -0
  198. package/locales/fr/ui/views/channels.json +11 -0
  199. package/locales/fr/ui/views/channels.nostr-profile-form.json +29 -0
  200. package/locales/fr/ui/views/channels.nostr.json +5 -0
  201. package/locales/fr/ui/views/channels.shared.json +3 -0
  202. package/locales/fr/ui/views/channels.signal.json +4 -0
  203. package/locales/fr/ui/views/channels.slack.json +3 -0
  204. package/locales/fr/ui/views/channels.telegram.json +3 -0
  205. package/locales/fr/ui/views/channels.whatsapp.json +3 -0
  206. package/locales/fr/ui/views/chat.json +23 -0
  207. package/locales/fr/ui/views/config-form.render.json +43 -0
  208. package/locales/fr/ui/views/config.json +53 -0
  209. package/locales/fr/ui/views/cron.json +64 -0
  210. package/locales/fr/ui/views/debug.json +17 -0
  211. package/locales/fr/ui/views/instances.json +9 -0
  212. package/locales/fr/ui/views/logs.json +12 -0
  213. package/locales/fr/ui/views/nodes-exec-approvals.json +45 -0
  214. package/locales/fr/ui/views/nodes.json +46 -0
  215. package/locales/fr/ui/views/overview.json +35 -0
  216. package/locales/fr/ui/views/sessions.json +20 -0
  217. package/locales/fr/ui/views/skills-grouping.json +7 -0
  218. package/locales/fr/ui/views/skills-shared.json +10 -0
  219. package/locales/fr/ui/views/skills.json +10 -0
  220. package/locales/fr/ui/views/usage-metrics.json +18 -0
  221. package/locales/fr/ui/views/usage-query.json +34 -0
  222. package/locales/fr/ui/views/usage-render-details.json +62 -0
  223. package/locales/fr/ui/views/usage.json +85 -0
  224. package/locales/it/extensions/feishu.json +37 -0
  225. package/locales/it/src/config/schema.field-metadata.json +4 -0
  226. package/locales/it/src/config/schema.irc.json +4 -0
  227. package/locales/it/src/infra/format-time/app-gateway.json +12 -0
  228. package/locales/it/ui/app-channels.json +10 -0
  229. package/locales/it/ui/app-gateway.json +4 -0
  230. package/locales/it/ui/app-render.helpers.json +12 -0
  231. package/locales/it/ui/app-render.json +16 -0
  232. package/locales/it/ui/gateway.json +8 -0
  233. package/locales/it/ui/navigation.json +31 -0
  234. package/locales/it/ui/views/agents-panels-status-files.json +7 -0
  235. package/locales/it/ui/views/agents-panels-tools-skills.json +31 -0
  236. package/locales/it/ui/views/agents-utils.json +49 -0
  237. package/locales/it/ui/views/agents.json +54 -0
  238. package/locales/it/ui/views/channels.config.json +31 -0
  239. package/locales/it/ui/views/channels.discord.json +3 -0
  240. package/locales/it/ui/views/channels.googlechat.json +3 -0
  241. package/locales/it/ui/views/channels.imessage.json +3 -0
  242. package/locales/it/ui/views/channels.json +11 -0
  243. package/locales/it/ui/views/channels.nostr-profile-form.json +29 -0
  244. package/locales/it/ui/views/channels.nostr.json +5 -0
  245. package/locales/it/ui/views/channels.shared.json +3 -0
  246. package/locales/it/ui/views/channels.signal.json +4 -0
  247. package/locales/it/ui/views/channels.slack.json +3 -0
  248. package/locales/it/ui/views/channels.telegram.json +3 -0
  249. package/locales/it/ui/views/channels.whatsapp.json +3 -0
  250. package/locales/it/ui/views/chat.json +23 -0
  251. package/locales/it/ui/views/config-form.render.json +43 -0
  252. package/locales/it/ui/views/config.json +53 -0
  253. package/locales/it/ui/views/cron.json +64 -0
  254. package/locales/it/ui/views/debug.json +17 -0
  255. package/locales/it/ui/views/instances.json +9 -0
  256. package/locales/it/ui/views/logs.json +12 -0
  257. package/locales/it/ui/views/nodes-exec-approvals.json +45 -0
  258. package/locales/it/ui/views/nodes.json +46 -0
  259. package/locales/it/ui/views/overview.json +35 -0
  260. package/locales/it/ui/views/sessions.json +20 -0
  261. package/locales/it/ui/views/skills-grouping.json +7 -0
  262. package/locales/it/ui/views/skills-shared.json +10 -0
  263. package/locales/it/ui/views/skills.json +10 -0
  264. package/locales/it/ui/views/usage-metrics.json +18 -0
  265. package/locales/it/ui/views/usage-query.json +35 -0
  266. package/locales/it/ui/views/usage-render-details.json +62 -0
  267. package/locales/it/ui/views/usage.json +85 -0
  268. package/locales/ja/extensions/feishu.json +37 -0
  269. package/locales/ja/src/config/schema.field-metadata.json +4 -0
  270. package/locales/ja/src/config/schema.irc.json +4 -0
  271. package/locales/ja/src/infra/format-time/app-gateway.json +12 -0
  272. package/locales/ja/ui/app-channels.json +10 -0
  273. package/locales/ja/ui/app-gateway.json +4 -0
  274. package/locales/ja/ui/app-render.helpers.json +12 -0
  275. package/locales/ja/ui/app-render.json +16 -0
  276. package/locales/ja/ui/gateway.json +8 -0
  277. package/locales/ja/ui/navigation.json +31 -0
  278. package/locales/ja/ui/views/agents-panels-status-files.json +7 -0
  279. package/locales/ja/ui/views/agents-panels-tools-skills.json +31 -0
  280. package/locales/ja/ui/views/agents-utils.json +49 -0
  281. package/locales/ja/ui/views/agents.json +55 -0
  282. package/locales/ja/ui/views/channels.config.json +31 -0
  283. package/locales/ja/ui/views/channels.discord.json +3 -0
  284. package/locales/ja/ui/views/channels.googlechat.json +3 -0
  285. package/locales/ja/ui/views/channels.imessage.json +3 -0
  286. package/locales/ja/ui/views/channels.json +11 -0
  287. package/locales/ja/ui/views/channels.nostr-profile-form.json +29 -0
  288. package/locales/ja/ui/views/channels.nostr.json +5 -0
  289. package/locales/ja/ui/views/channels.shared.json +3 -0
  290. package/locales/ja/ui/views/channels.signal.json +4 -0
  291. package/locales/ja/ui/views/channels.slack.json +3 -0
  292. package/locales/ja/ui/views/channels.telegram.json +3 -0
  293. package/locales/ja/ui/views/channels.whatsapp.json +3 -0
  294. package/locales/ja/ui/views/chat.json +23 -0
  295. package/locales/ja/ui/views/config-form.render.json +43 -0
  296. package/locales/ja/ui/views/config.json +53 -0
  297. package/locales/ja/ui/views/cron.json +64 -0
  298. package/locales/ja/ui/views/debug.json +17 -0
  299. package/locales/ja/ui/views/instances.json +9 -0
  300. package/locales/ja/ui/views/logs.json +12 -0
  301. package/locales/ja/ui/views/nodes-exec-approvals.json +45 -0
  302. package/locales/ja/ui/views/nodes.json +46 -0
  303. package/locales/ja/ui/views/overview.json +35 -0
  304. package/locales/ja/ui/views/sessions.json +20 -0
  305. package/locales/ja/ui/views/skills-grouping.json +7 -0
  306. package/locales/ja/ui/views/skills-shared.json +10 -0
  307. package/locales/ja/ui/views/skills.json +10 -0
  308. package/locales/ja/ui/views/usage-metrics.json +18 -0
  309. package/locales/ja/ui/views/usage-query.json +34 -0
  310. package/locales/ja/ui/views/usage-render-details.json +62 -0
  311. package/locales/ja/ui/views/usage.json +85 -0
  312. package/locales/ko/extensions/feishu.json +37 -0
  313. package/locales/ko/src/config/schema.field-metadata.json +4 -0
  314. package/locales/ko/src/config/schema.irc.json +4 -0
  315. package/locales/ko/src/infra/format-time/app-gateway.json +12 -0
  316. package/locales/ko/ui/app-channels.json +10 -0
  317. package/locales/ko/ui/app-gateway.json +4 -0
  318. package/locales/ko/ui/app-render.helpers.json +12 -0
  319. package/locales/ko/ui/app-render.json +16 -0
  320. package/locales/ko/ui/gateway.json +8 -0
  321. package/locales/ko/ui/navigation.json +31 -0
  322. package/locales/ko/ui/views/agents-panels-status-files.json +7 -0
  323. package/locales/ko/ui/views/agents-panels-tools-skills.json +31 -0
  324. package/locales/ko/ui/views/agents-utils.json +49 -0
  325. package/locales/ko/ui/views/agents.json +54 -0
  326. package/locales/ko/ui/views/channels.config.json +31 -0
  327. package/locales/ko/ui/views/channels.discord.json +3 -0
  328. package/locales/ko/ui/views/channels.googlechat.json +3 -0
  329. package/locales/ko/ui/views/channels.imessage.json +3 -0
  330. package/locales/ko/ui/views/channels.json +11 -0
  331. package/locales/ko/ui/views/channels.nostr-profile-form.json +29 -0
  332. package/locales/ko/ui/views/channels.nostr.json +5 -0
  333. package/locales/ko/ui/views/channels.shared.json +3 -0
  334. package/locales/ko/ui/views/channels.signal.json +4 -0
  335. package/locales/ko/ui/views/channels.slack.json +3 -0
  336. package/locales/ko/ui/views/channels.telegram.json +3 -0
  337. package/locales/ko/ui/views/channels.whatsapp.json +3 -0
  338. package/locales/ko/ui/views/chat.json +23 -0
  339. package/locales/ko/ui/views/config-form.render.json +43 -0
  340. package/locales/ko/ui/views/config.json +53 -0
  341. package/locales/ko/ui/views/cron.json +64 -0
  342. package/locales/ko/ui/views/debug.json +17 -0
  343. package/locales/ko/ui/views/instances.json +9 -0
  344. package/locales/ko/ui/views/logs.json +12 -0
  345. package/locales/ko/ui/views/nodes-exec-approvals.json +45 -0
  346. package/locales/ko/ui/views/nodes.json +46 -0
  347. package/locales/ko/ui/views/overview.json +35 -0
  348. package/locales/ko/ui/views/sessions.json +20 -0
  349. package/locales/ko/ui/views/skills-grouping.json +7 -0
  350. package/locales/ko/ui/views/skills-shared.json +10 -0
  351. package/locales/ko/ui/views/skills.json +10 -0
  352. package/locales/ko/ui/views/usage-metrics.json +18 -0
  353. package/locales/ko/ui/views/usage-query.json +34 -0
  354. package/locales/ko/ui/views/usage-render-details.json +62 -0
  355. package/locales/ko/ui/views/usage.json +85 -0
  356. package/locales/pt/extensions/feishu.json +37 -0
  357. package/locales/pt/src/config/schema.field-metadata.json +4 -0
  358. package/locales/pt/src/config/schema.irc.json +4 -0
  359. package/locales/pt/src/infra/format-time/app-gateway.json +12 -0
  360. package/locales/pt/ui/app-channels.json +10 -0
  361. package/locales/pt/ui/app-gateway.json +4 -0
  362. package/locales/pt/ui/app-render.helpers.json +12 -0
  363. package/locales/pt/ui/app-render.json +16 -0
  364. package/locales/pt/ui/gateway.json +8 -0
  365. package/locales/pt/ui/navigation.json +31 -0
  366. package/locales/pt/ui/views/agents-panels-status-files.json +7 -0
  367. package/locales/pt/ui/views/agents-panels-tools-skills.json +31 -0
  368. package/locales/pt/ui/views/agents-utils.json +49 -0
  369. package/locales/pt/ui/views/agents.json +55 -0
  370. package/locales/pt/ui/views/channels.config.json +31 -0
  371. package/locales/pt/ui/views/channels.discord.json +3 -0
  372. package/locales/pt/ui/views/channels.googlechat.json +3 -0
  373. package/locales/pt/ui/views/channels.imessage.json +3 -0
  374. package/locales/pt/ui/views/channels.json +11 -0
  375. package/locales/pt/ui/views/channels.nostr-profile-form.json +29 -0
  376. package/locales/pt/ui/views/channels.nostr.json +5 -0
  377. package/locales/pt/ui/views/channels.shared.json +3 -0
  378. package/locales/pt/ui/views/channels.signal.json +4 -0
  379. package/locales/pt/ui/views/channels.slack.json +3 -0
  380. package/locales/pt/ui/views/channels.telegram.json +3 -0
  381. package/locales/pt/ui/views/channels.whatsapp.json +3 -0
  382. package/locales/pt/ui/views/chat.json +23 -0
  383. package/locales/pt/ui/views/config-form.render.json +43 -0
  384. package/locales/pt/ui/views/config.json +53 -0
  385. package/locales/pt/ui/views/cron.json +64 -0
  386. package/locales/pt/ui/views/debug.json +17 -0
  387. package/locales/pt/ui/views/instances.json +9 -0
  388. package/locales/pt/ui/views/logs.json +12 -0
  389. package/locales/pt/ui/views/nodes-exec-approvals.json +45 -0
  390. package/locales/pt/ui/views/nodes.json +46 -0
  391. package/locales/pt/ui/views/overview.json +35 -0
  392. package/locales/pt/ui/views/sessions.json +20 -0
  393. package/locales/pt/ui/views/skills-grouping.json +7 -0
  394. package/locales/pt/ui/views/skills-shared.json +10 -0
  395. package/locales/pt/ui/views/skills.json +10 -0
  396. package/locales/pt/ui/views/usage-metrics.json +18 -0
  397. package/locales/pt/ui/views/usage-query.json +35 -0
  398. package/locales/pt/ui/views/usage-render-details.json +62 -0
  399. package/locales/pt/ui/views/usage.json +85 -0
  400. package/locales/vi/extensions/feishu.json +37 -0
  401. package/locales/vi/src/config/schema.field-metadata.json +4 -0
  402. package/locales/vi/src/config/schema.irc.json +4 -0
  403. package/locales/vi/src/infra/format-time/app-gateway.json +12 -0
  404. package/locales/vi/ui/app-channels.json +10 -0
  405. package/locales/vi/ui/app-gateway.json +4 -0
  406. package/locales/vi/ui/app-render.helpers.json +12 -0
  407. package/locales/vi/ui/app-render.json +16 -0
  408. package/locales/vi/ui/gateway.json +8 -0
  409. package/locales/vi/ui/navigation.json +31 -0
  410. package/locales/vi/ui/views/agents-panels-status-files.json +7 -0
  411. package/locales/vi/ui/views/agents-panels-tools-skills.json +31 -0
  412. package/locales/vi/ui/views/agents-utils.json +49 -0
  413. package/locales/vi/ui/views/agents.json +54 -0
  414. package/locales/vi/ui/views/channels.config.json +31 -0
  415. package/locales/vi/ui/views/channels.discord.json +3 -0
  416. package/locales/vi/ui/views/channels.googlechat.json +3 -0
  417. package/locales/vi/ui/views/channels.imessage.json +3 -0
  418. package/locales/vi/ui/views/channels.json +11 -0
  419. package/locales/vi/ui/views/channels.nostr-profile-form.json +29 -0
  420. package/locales/vi/ui/views/channels.nostr.json +5 -0
  421. package/locales/vi/ui/views/channels.shared.json +3 -0
  422. package/locales/vi/ui/views/channels.signal.json +4 -0
  423. package/locales/vi/ui/views/channels.slack.json +3 -0
  424. package/locales/vi/ui/views/channels.telegram.json +3 -0
  425. package/locales/vi/ui/views/channels.whatsapp.json +3 -0
  426. package/locales/vi/ui/views/chat.json +23 -0
  427. package/locales/vi/ui/views/config-form.render.json +43 -0
  428. package/locales/vi/ui/views/config.json +53 -0
  429. package/locales/vi/ui/views/cron.json +64 -0
  430. package/locales/vi/ui/views/debug.json +17 -0
  431. package/locales/vi/ui/views/instances.json +9 -0
  432. package/locales/vi/ui/views/logs.json +12 -0
  433. package/locales/vi/ui/views/nodes-exec-approvals.json +45 -0
  434. package/locales/vi/ui/views/nodes.json +46 -0
  435. package/locales/vi/ui/views/overview.json +35 -0
  436. package/locales/vi/ui/views/sessions.json +20 -0
  437. package/locales/vi/ui/views/skills-grouping.json +7 -0
  438. package/locales/vi/ui/views/skills-shared.json +10 -0
  439. package/locales/vi/ui/views/skills.json +10 -0
  440. package/locales/vi/ui/views/usage-metrics.json +18 -0
  441. package/locales/vi/ui/views/usage-query.json +34 -0
  442. package/locales/vi/ui/views/usage-render-details.json +62 -0
  443. package/locales/vi/ui/views/usage.json +85 -0
  444. package/locales/zh/extensions/feishu.json +37 -0
  445. package/locales/zh/src/config/schema.field-metadata.json +4 -0
  446. package/locales/zh/src/config/schema.irc.json +4 -0
  447. package/locales/zh/src/infra/format-time/app-gateway.json +12 -0
  448. package/locales/zh/ui/app-channels.json +10 -0
  449. package/locales/zh/ui/app-gateway.json +4 -0
  450. package/locales/zh/ui/app-render.helpers.json +12 -0
  451. package/locales/zh/ui/app-render.json +16 -0
  452. package/locales/zh/ui/gateway.json +8 -0
  453. package/locales/zh/ui/navigation.json +31 -0
  454. package/locales/zh/ui/views/agents-panels-status-files.json +7 -0
  455. package/locales/zh/ui/views/agents-panels-tools-skills.json +31 -0
  456. package/locales/zh/ui/views/agents-utils.json +49 -0
  457. package/locales/zh/ui/views/agents.json +55 -0
  458. package/locales/zh/ui/views/channels.config.json +31 -0
  459. package/locales/zh/ui/views/channels.discord.json +3 -0
  460. package/locales/zh/ui/views/channels.googlechat.json +3 -0
  461. package/locales/zh/ui/views/channels.imessage.json +3 -0
  462. package/locales/zh/ui/views/channels.json +11 -0
  463. package/locales/zh/ui/views/channels.nostr-profile-form.json +29 -0
  464. package/locales/zh/ui/views/channels.nostr.json +5 -0
  465. package/locales/zh/ui/views/channels.shared.json +3 -0
  466. package/locales/zh/ui/views/channels.signal.json +4 -0
  467. package/locales/zh/ui/views/channels.slack.json +3 -0
  468. package/locales/zh/ui/views/channels.telegram.json +3 -0
  469. package/locales/zh/ui/views/channels.whatsapp.json +3 -0
  470. package/locales/zh/ui/views/chat.json +23 -0
  471. package/locales/zh/ui/views/config-form.render.json +43 -0
  472. package/locales/zh/ui/views/config.json +53 -0
  473. package/locales/zh/ui/views/cron.json +64 -0
  474. package/locales/zh/ui/views/debug.json +17 -0
  475. package/locales/zh/ui/views/instances.json +9 -0
  476. package/locales/zh/ui/views/logs.json +12 -0
  477. package/locales/zh/ui/views/nodes-exec-approvals.json +45 -0
  478. package/locales/zh/ui/views/nodes.json +46 -0
  479. package/locales/zh/ui/views/overview.json +35 -0
  480. package/locales/zh/ui/views/sessions.json +20 -0
  481. package/locales/zh/ui/views/skills-grouping.json +7 -0
  482. package/locales/zh/ui/views/skills-shared.json +10 -0
  483. package/locales/zh/ui/views/skills.json +10 -0
  484. package/locales/zh/ui/views/usage-metrics.json +18 -0
  485. package/locales/zh/ui/views/usage-query.json +35 -0
  486. package/locales/zh/ui/views/usage-render-details.json +62 -0
  487. package/locales/zh/ui/views/usage.json +85 -0
  488. package/package.json +47 -0
@@ -0,0 +1,85 @@
1
+ {
2
+ ">Token Usage<": ">Mức sử dụng Mã thông báo<",
3
+ ">to<": ">đến<",
4
+ "\"Today\"": "\"Hôm nay\"",
5
+ "\"7d\"": "\"7 ngày\"",
6
+ "\"30d\"": "\"30 ngày\"",
7
+ ">All<": ">Tất cả<",
8
+ " Clear": " Xóa",
9
+
10
+ ">Usage<": ">Mức sử dụng<",
11
+ "See where tokens go, when sessions spike, and what drives cost.": "Xem mã thông báo được dùng vào đâu, khi nào các phiên tăng đột biến và yếu tố nào thúc đẩy chi phí.",
12
+ "\"pinned\"": "\"đã ghim\"",
13
+ ">Filters<": ">Bộ lọc<",
14
+ ">Loading<": ">Đang tải<",
15
+ "Select a date range and click Refresh to load usage.": "Chọn một khoảng thời gian và nhấp vào Làm mới để tải mức sử dụng.",
16
+ "> tokens": "> mã thông báo",
17
+ "> cost": "> chi phí",
18
+
19
+ "\"Unpin filters\"\\}": "\"Bỏ ghim bộ lọc\"}",
20
+ "\"Pin filters\"\\}": "\"Ghim bộ lọc\"}",
21
+ "\"Pinned\"": "\"Đã ghim\"",
22
+ "\"Pin\"": "\"Ghim\"",
23
+ ">Export ▾<": ">Xuất ▾<",
24
+ " Sessions ": " Phiên ",
25
+ " Daily ": " Hàng ngày ",
26
+
27
+ " Tokens": " Mã thông báo",
28
+ " Cost": " Chi phí",
29
+ " Refresh": " Làm mới",
30
+
31
+ "Filter sessions \\(e.g. key:agent:main:cron\\* model:gpt-4o has:errors minTokens:2000\\)": "Lọc phiên (ví dụ: key:agent:main:cron* model:gpt-4o has:errors minTokens:2000)",
32
+ " Filter \\(client-side\\)": " Lọc (phía máy khách)",
33
+ "\\} sessions match": "} phiên phù hợp",
34
+ "\\} sessions in range": "} phiên trong phạm vi",
35
+ "Tip: use filters or click bars to filter days.": "Mẹo: sử dụng bộ lọc hoặc nhấp vào thanh để lọc ngày.",
36
+
37
+ "\"Remove filter\"": "\"Xóa bộ lọc\"",
38
+
39
+ "Showing first 1,000 sessions. Narrow date range for complete results.":"Hiển thị 1.000 phiên đầu tiên. Thu hẹp phạm vi thời gian để có kết quả đầy đủ.",
40
+
41
+ ">Days:": ">Ngày:",
42
+ ">Hours:": ">Giờ:",
43
+ ">Session:": ">Phiên:",
44
+ " Clear All": " Xóa tất cả",
45
+ ">Daily Usage<": ">Mức sử dụng hàng ngày<",
46
+ ">No data<": ">Không có dữ liệu<",
47
+ "\\} Usage<": "} Mức sử dụng<",
48
+ "\\} tokens<": "} mã thông báo<",
49
+
50
+ "\"Tokens\":\"Cost\"} by Type": "\"Mã thông báo\" : \"Chi phí\"} theo loại",
51
+ "\"Output: ": "\"Đầu ra: ",
52
+ "\"Input: ": "\"Đầu vào: ",
53
+ "\"Cache Write: ": "\"Ghi bộ nhớ đệm: ",
54
+ "\"Cache Read: ": "\"Đọc bộ nhớ đệm: ",
55
+
56
+ "Cache hit rate = cache read / \\(input \\+ cache read\\). Higher is better.": "Tỷ lệ truy cập bộ nhớ đệm = đọc bộ nhớ đệm / (đầu vào + đọc bộ nhớ đệm). Cao hơn thì tốt hơn.",
57
+ "Error rate = errors / total messages. Lower is better.": "Tỷ lệ lỗi = lỗi / tổng số tin nhắn. Thấp hơn thì tốt hơn.",
58
+ "Throughput shows tokens per minute over active time. Higher is better.": "Thông lượng hiển thị số mã thông báo mỗi phút trong thời gian hoạt động. Cao hơn thì tốt hơn.",
59
+ "Average tokens per message in this range.": "Số mã thông báo trung bình mỗi tin nhắn trong phạm vi này.",
60
+ "Average cost per message when providers report costs. Cost data is missing for some or all sessions in this range.": "Chi phí trung bình mỗi tin nhắn khi nhà cung cấp báo cáo chi phí. Dữ liệu chi phí bị thiếu đối với một số hoặc tất cả các phiên trong phạm vi này.",
61
+ "Average cost per message when providers report costs.": "Chi phí trung bình mỗi tin nhắn khi nhà cung cấp báo cáo chi phí.",
62
+
63
+ "\\} errors · ": "} lỗi · ",
64
+ "\\} msgs · ": "} tin nhắn · ",
65
+
66
+ ">Usage Overview<": ">Tổng quan Mức sử dụng<",
67
+ "Total user \\+ assistant messages in range.": "Tổng số tin nhắn người dùng + trợ lý trong phạm vi.",
68
+ " Tool Calls": " Lệnh gọi công cụ",
69
+ "Total tool call count across sessions.": "Tổng số lần gọi công cụ trên các phiên.",
70
+ " Errors": " Lỗi",
71
+ "Total message/tool errors in range.": "Tổng số lỗi tin nhắn/công cụ trong phạm vi.",
72
+ " Avg Tokens / Msg": " TB Mã thông báo / Tin nhắn",
73
+ ">Across ": ">Trên ",
74
+ "Avg Cost \/ Msg": "Chi phí TB / Tin nhắn",
75
+ "\\} total<": "} tổng<",
76
+
77
+ "Distinct sessions in the range.": "Các phiên riêng biệt trong phạm vi.",
78
+ " Throughput": " Thông lượng",
79
+ " Error Rate": " Tỷ lệ lỗi",
80
+
81
+ " All ": " Tất cả ",
82
+ " Recently viewed": " Đã xem gần đây",
83
+ ">No sessions in range<": ">Không có phiên nào trong phạm vi<",
84
+ ">No recent sessions<": ">Không có phiên gần đây<"
85
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "Invalid URL format. Expected /base/XXX or /wiki/XXX URL": "URL格式无效。预期格式为 /base/XXX 或 /wiki/XXX。",
3
+ "Use app_token": "使用 app_token",
4
+ " and table_id=": " 以及 table_id=",
5
+ " for other bitable tools": " 用于其他 Bitable 工具",
6
+ "Select a table_id from the tables list.": "从表格列表中选择一个table_id。",
7
+ "Bitable URL. Supports both formats: /base/XXX?table=YYY or /wiki/XXX?table=YYY": "Bitable 网址。支持两种格式:/base/XXX?table=YYY 或 /wiki/XXX?table=YYY",
8
+ "Bitable app token \\(use feishu_bitable_get_meta to get from URL\\)": "Bitable应用令牌(使用feishu_bitable_get_meta从URL获取)",
9
+ "Table ID (from URL: ?table=YYY)": "表格ID(来自URL:?table=YYY)",
10
+ "Number of records per page (1-500, default 100)": "每页记录数(1-500,默认100)",
11
+ "Pagination token from previous response": "来自上个响应的分页令牌",
12
+ "Record ID to retrieve": "检索记录ID",
13
+ "Field values keyed by field name. Format by type: ": "字段值按字段名称键值对存储。格式按类型划分:",
14
+ "Record ID to update": "更新记录ID",
15
+ "Field values to update \\(same format as create_record\\)": "要更新的字段值(与create_record相同格式)",
16
+ "Feishu credentials not configured, skipping bitable tools": "待更新字段值(格式与create_record相同)飞书凭证未配置,跳过bitable工具",
17
+ "Parse a Bitable URL and get app_token, table_id, and table list. Use this first when given a /wiki/ or /base/ URL.": "解析可操作URL并获取app_token、table_id及表格列表。当遇到/wiki/或/base/开头的URL时,请优先使用此方法。",
18
+ "Feishu Bitable List Fields": "飞书 Bitable 列表字段",
19
+ "List all fields \\(columns\\) in a Bitable table with their types and properties": "列出 Bitable 表中所有字段(列)及其类型和属性",
20
+ "List records \\(rows\\) from a Bitable table with pagination support": "从 Bitable 表中列出记录(行),支持分页",
21
+ "Feishu Bitable Get Record": "飞书 Bitable 获取记录",
22
+ "Get a single record by ID from a Bitable table": "通过 ID 从 Bitable 表中获取单条记录",
23
+ "Feishu Bitable Create Record": "飞书 Bitable 创建记录",
24
+ "Create a new record (row) in a Bitable table": "在 Bitable 表中创建一条新记录(行)",
25
+ "Feishu Bitable Update Record": "飞书 Bitable 更新记录",
26
+ "Update an existing record (row) in a Bitable table": "更新 Bitable 表中的现有记录(行)",
27
+ "Registered 6 bitable tools": "已注册6个Bitable工具",
28
+
29
+ "\"Feishu\"": "\"飞书\"",
30
+ "Lark enterprise messaging.": "Lark 企业消息传递。",
31
+ "Feishu targeting: omit `target` to reply to the current conversation \\(auto-inferred\\). Explicit targets: `user:open_id` or `chat:chat_id`.": "飞书目标选择:省略`target`参数可回复当前对话(自动推断)。显式目标:`user:open_id`或`chat:chat_id`。",
32
+ " Feishu supports interactive cards for rich messages.": "飞书 支持为富媒体消息创建交互式卡片。",
33
+ "Feishu\\[": "飞书[",
34
+ "groups: groupPolicy=\"open\" allows any member to trigger \\(mention-gated\\). Set channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom to restrict senders.": "组策略:groupPolicy=“open” 允许任何成员触发(提及门控)。设置 channels.feishu.groupPolicy=“allowlist” + channels.feishu.groupAllowFrom 以限制发送者。",
35
+ "starting feishu\\[": "开始飞书[",
36
+ " \\(mode: ": " (模式: "
37
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "\"Config Last Touched Version\"": "\"配置最后修改版本\"",
3
+ "\"Config Last Touched At\"": "\"配置最后更新时间\""
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "\"IRC DM Policy\"": "\"IRC DM 政策\"",
3
+ "\"IRC NickServ Enabled\"": "\"IRC NickServ 已启用\""
4
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "\"just now\"": "\"刚刚\"",
3
+ "\\}s`": "}秒`",
4
+ "\\}m ago`": "}分钟前`",
5
+ "\\}m`": "}分钟`",
6
+ "\\}h ago`": "}小时前`",
7
+ "\\}h`": "}小时`",
8
+ "\\}d ago`": "}天前`",
9
+ "\\}d`": "}天`",
10
+ "\"in <1m\"": "\"在<1分钟内\"",
11
+ "`in ": "`在 "
12
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "Profile update failed \\(": "个人资料更新失败 (",
3
+ "Profile publish failed on all relays.": "个人资料发布在所有中继服务器上均失败。",
4
+ "Profile published to relays.": "个人资料已发布至中继服务器。",
5
+ "Profile update failed: ": "个人资料更新失败: ",
6
+ "Profile import failed \\(": "个人资料导入失败 (",
7
+ "Profile imported from relays. Review and publish.": "个人资料已从Relays导入。请审核并发布。",
8
+ "Profile imported. Review and publish.": "个人资料已导入。请审核并发布。",
9
+ "Profile import failed: ": "个人资料导入失败: "
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "`disconnected \\(": "`已断开连接 (",
3
+ "\"no reason\"": "\"无理由\""
4
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "\"Refresh chat data\"": "\"刷新聊天数据\"",
3
+ "\"Disabled during onboarding\"": "\"在引导期间禁用\"",
4
+ "\"Toggle assistant thinking/working output\"": "\"切换助手思考/工作输出\"",
5
+ "\"Toggle focus mode \\(hide sidebar \\+ page header\\)\"": "\"切换专注模式(隐藏侧边栏和页面头部)\"",
6
+ "\"System theme\"": "\"跟随系统主题\"",
7
+ "\"System\"": "\"系统\"",
8
+ "\"Light theme\"": "\"浅色主题\"",
9
+ "\"Light\"": "\"浅色\"",
10
+ "\"Dark theme\"": "\"深色主题\"",
11
+ "\"Dark\"": "\"深色\""
12
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Disconnected from gateway.": "已断开与网关的连接。",
3
+
4
+ "\"Expand sidebar\"": "\"展开侧边栏\"",
5
+ "\"Collapse sidebar\"": "\"折叠侧边栏\"",
6
+
7
+ ">Health<": ">健康<",
8
+ "\"OK\"": "\"正常\"",
9
+ "\"Offline\"": "\"离线\"",
10
+
11
+ ">Gateway Dashboard<": ">网关仪表板<",
12
+
13
+ ">Resources<": ">资源<",
14
+ "Docs \\(opens in new tab\\)": "文档(在新标签页中打开)",
15
+ ">Docs<": ">文档<"
16
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "\"gateway client stopped\"": "\"网关客户端已停止\"",
3
+ "gateway closed \\(": "网关已关闭 (",
4
+ "\"connect failed\"": "\"连接失败\"",
5
+ " event handler error:": " 事件处理程序错误:",
6
+ "\"request failed\"": "\"请求失败\"",
7
+ "\"gateway not connected\"": "\"网关未连接\""
8
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "\"Chat\"":"\"聊天\"",
3
+ "\"Control\"":"\"控制\"",
4
+ "\"Agent\"":"\"代理\"",
5
+ "\"Settings\"":"\"设置\"",
6
+ "\"Agents\"":"\"代理\"",
7
+ "\"Overview\"":"\"概览\"",
8
+ "\"Channels\"":"\"渠道\"",
9
+ "\"Instances\"":"\"实例\"",
10
+ "\"Sessions\"":"\"会话\"",
11
+ "\"Usage\"":"\"使用\"",
12
+ "\"Cron Jobs\"":"\"定时任务\"",
13
+ "\"Skills\"":"\"技能\"",
14
+ "\"Nodes\"":"\"节点\"",
15
+ "\"Config\"":"\"配置\"",
16
+ "\"Debug\"":"\"调试\"",
17
+ "\"Logs\"":"\"日志\"",
18
+
19
+ "Manage agent workspaces, tools, and identities.":"管理代理工作区、工具和身份。",
20
+ "Gateway status, entry points, and a fast health read.":"网关状态、入口点和快速健康读取。",
21
+ "Manage channels and settings.":"管理渠道和设置。",
22
+ "Presence beacons from connected clients and nodes.":"来自已连接客户端和节点的在线状态。",
23
+ "Inspect active sessions and adjust per-session defaults.":"检查活跃会话并调整每个会话的默认值。",
24
+ "Schedule wakeups and recurring agent runs.":"安排唤醒和定期代理运行。",
25
+ "Manage skill availability and API key injection.":"管理技能可用性和API密钥注入。",
26
+ "Paired devices, capabilities, and command exposure.":"配对设备、功能和命令暴露。",
27
+ "Direct gateway chat session for quick interventions.":"直接网关聊天会话,用于快速干预。",
28
+ "Edit ~/.openclaw/openclaw.json safely.":"安全编辑 ~/.clawdbot/clawdbot.json。",
29
+ "Gateway snapshots, events, and manual RPC calls.":"网关快照、事件和手动RPC调用。",
30
+ "Live tail of the gateway file logs.":"网关文件日志的实时跟踪。"
31
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ ">Agent Context<": ">代理上下文<",
3
+ "\"no accounts\"": "\"没有账户\"",
4
+ " connected`": " 已连接`",
5
+ " configured`": " 已配置`",
6
+ "\"not configured\"": "\"未配置\""
7
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "\"agent override\"": "\"代理覆盖\"",
3
+ "\"global default\"": "\"全局默认\"",
4
+ "\"default\"": "\"默认\"",
5
+
6
+ ">Tool Access<": ">工具访问<",
7
+ " Profile \\+ per-tool overrides for this agent.": " 此代理的每个工具覆盖配置。",
8
+ "> enabled.": "> 已启用。",
9
+
10
+ " Use All": " 使用全部",
11
+ " Enable All": " 启用全部",
12
+ " Disable All": " 禁用全部",
13
+ " Reload Config": " 重新加载配置",
14
+
15
+ "Load the gateway config to adjust tool profiles.": "加载网关配置以调整工具配置文件。",
16
+ " This agent is using an explicit allowlist in config. Tool overrides are managed in the Config tab.": "此代理在配置中使用了显式白名单。工具覆盖项在“配置”选项卡中进行管理。",
17
+ " Global tools.allow is set. Agent overrides cannot enable tools that are globally blocked.": "全局 tools.allow 已设置。代理覆盖无法启用被全局阻止的工具。",
18
+
19
+ ">Profile<": ">个人资料<",
20
+ ">Source<": ">源<",
21
+ ">unsaved<": ">未保存<",
22
+
23
+ ">Quick Presets<": ">快速预设<",
24
+ " Inherit": " 继承",
25
+
26
+ "Per-agent skill allowlist and workspace skills.": "每个代理的技能白名单和工作区技能。",
27
+ "Load the gateway config to set per-agent skills.": "加载网关配置以设置每个代理的技能。",
28
+ "This agent uses a custom skill allowlist.": "该代理使用自定义技能白名单。",
29
+ "All skills are enabled. Disabling any skill will create a per-agent allowlist.": "所有技能均已启用。禁用任何技能将为每个代理创建一个白名单。",
30
+ "Load skills for this agent to view workspace-specific entries.": "加载此代理的技能以查看特定工作区的条目。"
31
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "\"Files\"": "\"文件\"",
3
+ "\"Read file contents\"": "\"读取文件内容\"",
4
+ "\"Create or overwrite files\"": "\"创建或覆盖文件\"",
5
+ "\"Make precise edits\"": "\"进行精确编辑\"",
6
+ "\"Patch files \\(OpenAI\\)\"": "\"补丁文件(OpenAI)\"",
7
+
8
+ "\"Runtime\"": "\"运行\"",
9
+ "\"Run shell commands\"": "\"运行 shell 命令\"",
10
+ "\"Manage background processes\"": "\"管理后台进程\"",
11
+
12
+ "\"Web\"": "\"网页\"",
13
+ "\"Search the web\"": "\"搜索网页\"",
14
+ "\"Fetch web content\"": "\"获取网页内容\"",
15
+
16
+ "\"Memory\"": "\"内存\"",
17
+ "\"Semantic search\"": "\"语义搜索\"",
18
+ "\"Read memory files\"": "\"读取内存文件\"",
19
+ "\"List sessions\"": "\"列出会话\"",
20
+
21
+ "\"Session history\"": "\"会话记录\"",
22
+ "\"Send to session": "\"发送到会话",
23
+ "\"Spawn sub-agent\"": "\"生成子代理\"",
24
+ "\"Session status\"": "\"会话状态\"",
25
+
26
+ "\"UI\"": "\"用户界面\"",
27
+ "\"Control web browser\"": "\"控制网页浏览器\"",
28
+ "\"Control canvases\"": "\"控制画布\"",
29
+
30
+ "\"Send messages\"": "\"发送消息\"",
31
+
32
+ "\"Automation\"": "\"自动化\"",
33
+ "\"Schedule tasks\"": "\"安排任务\"",
34
+
35
+ "\"Gateway control\"": "\"网关控制\"",
36
+ "\"Nodes \\+ devices\"": "\"节点 + 设备\"",
37
+ "\"List agents\"": "\"列出代理\"",
38
+
39
+ "\"Media\"": "\"媒体\"",
40
+ "\"Image understanding\"": "\"图像理解\"",
41
+
42
+ "\"Minimal\"": "\"最小\"",
43
+ "\"Coding\"": "\"编码\"",
44
+ "\"Messaging\"": "\"消息\"",
45
+ "\"Full\"": "\"全部\"",
46
+
47
+ "\\} selected": "} 已选择",
48
+ "\"all skills\"": "\"所有技能\""
49
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+
3
+ ">No configured models<": ">未配置模型<",
4
+ "\\} configured.<": "} 已配置。<",
5
+ "No agents found.": "未找到代理。",
6
+ ">Select an agent<": ">选择代理<",
7
+ "Pick an agent to inspect its workspace and tools.": "选择一个代理来检查其工作空间和工具。",
8
+ "Agent workspace and routing.": "代理工作区和路由。",
9
+ "\"Tools\"": "\"工具\"",
10
+
11
+ ">Overview<": ">概览<",
12
+ "Workspace paths and identity metadata.": "工作区路径和身份元数据。",
13
+ ">Workspace<": ">工作区<",
14
+ ">Primary Model<": ">主模型<",
15
+ ">Identity Name<": ">身份名称<",
16
+ ">Default<": ">默认值<",
17
+ ">Identity Emoji<": ">身份表情符号<",
18
+ ">Skills Filter<": ">技能筛选<",
19
+ ">Filter<": ">筛选<",
20
+ ">Model Selection<": ">模型选择<",
21
+ ">Primary model": ">主要模型",
22
+ " \\(default\\)": " (默认)",
23
+ "Fallbacks \\(comma-separated\\)": "回退选项(用逗号分隔)",
24
+ "Inherit default \\(": "继承默认 (",
25
+ "\"Inherit default\"": "\"继承默认\"",
26
+ ">Fallbacks (comma-separated)<": ">回退选项(用逗号分隔)",
27
+ "\"Save\"": "\"保存\"",
28
+ "\"yes\"": "\"是\"",
29
+ "\"no\"": "\"否\"",
30
+
31
+ "\"Workspace, identity, and model configuration.\"": "\"工作区、身份和模型配置。\"",
32
+ "Load channels to see live status.": "加载频道以查看实时状态。",
33
+ "Gateway-wide channel status snapshot.": "网关范围的渠道状态快照。",
34
+ " Last refresh:": " 上次刷新:",
35
+ "No channels found.": "未找到频道。",
36
+ "\"no accounts\"": "\"没有账户\"",
37
+ "\\} enabled": "} 已启用",
38
+ "Workspace and scheduling targets.": "工作区和排程目标。",
39
+ "Gateway cron status.": "网关定时任务状态。",
40
+ ">Next wake<": ">下次唤醒<",
41
+ ">Agent Cron Jobs<": ">代理定时任务<",
42
+ "Scheduled jobs targeting this agent.": "针对此代理的计划任务。",
43
+ "No jobs assigned.": "没有分配任务。",
44
+ ">Core Files<": ">核心文件<",
45
+ "Bootstrap persona, identity, and tool guidance.": "引导人物、身份和工具指导。",
46
+ ">Workspace:": ">工作区:",
47
+ " Load the agent workspace files to edit core instructions.": " 加载代理工作区文件以编辑核心指令。",
48
+ "No files found.": "未找到文件。",
49
+ "Select a file to edit.": "选择要编辑的文件。",
50
+ " This file is missing. Saving will create it in the agent workspace.": " 该文件丢失。保存将会在代理工作区中创建它。",
51
+ ">Content<": ">内容<",
52
+ ">missing<": ">缺失<",
53
+
54
+ " Reload": " 重新加载"
55
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "Schema unavailable. Use Raw.": "架构不可用。使用原始数据。",
3
+ "Channel config schema unavailable.": "渠道配置模式不可用。",
4
+ "Loading config schema…": "正在加载配置架构…",
5
+ "Channel status and configuration.": "渠道状态和配置。",
6
+
7
+ ">Configured<": ">配置<",
8
+ ">Linked<": ">链接<",
9
+ ">Last start<": ">最后启动<",
10
+ ">Last probe<": ">最后探测<",
11
+ ">Last connect<": ">上次连接<",
12
+ ">Last message<": ">最后一条消息<",
13
+ ">Last inbound<": ">最后入站<",
14
+ ">Auth age<": ">认证年龄<",
15
+ ">Mode<": ">模式<",
16
+ ">Credential<": ">凭证<",
17
+ ">Public Key<": ">公钥<",
18
+ ">Audience<": ">受众<",
19
+ ">Profile<": ">个人资料<",
20
+
21
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "未设置个人资料。点击“编辑个人资料”添加您的姓名、个人简介和头像。",
22
+ "\"Saving…\"": "\"保存中…\"",
23
+ "\"Save\"": "\"保存\"",
24
+ " probe": " 探测",
25
+
26
+ " Probe": " 探测",
27
+ "\"ok\" \\:": "\"成功\" :",
28
+ "\"failed\"": "\"失败\"",
29
+
30
+ "Decentralized DMs via Nostr relays \\(NIP-04\\).": "通过 Nostr 中继(NIP-04)进行去中心化私信。"
31
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Bot status and channel configuration.": "机器人状态和渠道配置。"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Chat API webhook status and channel configuration.": "聊天API Webhook状态和通道配置。"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "macOS bridge status and channel configuration.": "macOS 桥接状态和渠道配置。"
3
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "Channel health": "渠道健康",
3
+ "Channel status snapshots from the gateway.": "来自网关的渠道状态快照。",
4
+ "No snapshot yet.": "还没有快照。",
5
+ "Channel status and configuration.": "渠道状态和配置。",
6
+ "\"Yes\"": "\"是\"",
7
+ "\"Active\"": "\"活跃\"",
8
+ "\"No\"": "\"否\"",
9
+ ">Running<": ">运行中<",
10
+ ">Connected<": ">已连接<"
11
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ ">Edit Profile<": ">编辑个人资料<",
3
+ ">Account: ": ">账户: ",
4
+
5
+ "\"Username\"": "\"用户名\"",
6
+ "\"Short username \\(": "\"短用户名 (",
7
+ "\"Display Name\"": "\"显示名称\"",
8
+ "Your full display name": "您的完整显示名称",
9
+ "\"Bio\"": "\"个人简介\"",
10
+ "Tell people about yourself...": "向人们介绍你自己...",
11
+ "\"Avatar URL\"": "\"头像网址\"",
12
+ "A brief bio or description": "简短的个人简介或描述",
13
+ "\"Banner URL\"": "\"Banner网址\"",
14
+ "HTTPS URL to your profile picture": " 您的个人资料图片的HTTPS网址",
15
+ "HTTPS URL to a banner image": "Banner图片的HTTPS网址",
16
+ "\"Website\"": "\"网址\"",
17
+ "Your personal website": "您的个人网站",
18
+ "\"NIP-05 Identifier\"": "\"NIP-05 标识符\"",
19
+ "\"Verifiable identifier ": "\"可验证标识符 ",
20
+ "\"Lightning Address\"": "\"闪电地址\"",
21
+ "\"Lightning address for tips ": "\"闪电地址提示 ",
22
+ "\"Saving...\"": "\"保存中...\"",
23
+ "Save & Publish": "保存并发布",
24
+ "\"Importing...\"": "\"导入中...\"",
25
+ "\"Import from Relays\"": "\"从Relays导入\"",
26
+ "\"Hide Advanced\"": "\"隐藏高级选项\"",
27
+ "\"Show Advanced\"": "\"显示高级选项\"",
28
+ " You have unsaved changes": " 您有未保存的更改"
29
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ ">Display Name<": ">显示名称<",
3
+ ">About<": ">关于<",
4
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "尚未设置个人资料。点击“编辑资料”添加您的姓名、简介和头像。"
5
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ ">Accounts ": ">账户 "
3
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "signal-cli status and channel configuration.": "signal-cli状态和通道配置。",
3
+ ">Base URL<": ">基本网址<"
4
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Socket mode status and channel configuration.": "套接字模式状态和通道配置。"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Bot status and channel configuration.": "机器人状态和频道配置。"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Link WhatsApp Web and monitor connection health.": "连接WhatsApp网页版并监控连接状态。"
3
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "Compacting context...": "正在压缩上下文...",
3
+ "Context compacted": "上下文已压缩",
4
+ "Attachment preview": "附件预览",
5
+ "Remove attachment": "移除附件",
6
+ "Add a message or paste more images...": "添加消息或粘贴更多图片...",
7
+ "Message \\(↩ to send, Shift\\+↩ for line breaks, paste images\\)": "消息(回车发送,Shift + 回车换行,可粘贴图片)",
8
+ "Connect to the gateway to start chatting…": "连接到网关以开始聊天…",
9
+ "Loading chat…": "正在加载聊天…",
10
+ "Exit focus mode": "退出专注模式",
11
+ ">Queued ": ">队列 ",
12
+ "Image \\(": "图片 (",
13
+ "Remove queued message": "移除队列消息",
14
+ "New messages ": "新消息 ",
15
+ ">Message<": ">消息<",
16
+ "\"Stop\"": "\"停止\"",
17
+ "New session": "新会话",
18
+ "\"Queue\"": "\"队列\"",
19
+ "\"Send\"": "\"发送\"",
20
+ "Showing last ": "显示最后 ",
21
+ "\\} messages": "} 条消息",
22
+ "\\} hidden": "} 隐藏"
23
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "\"Environment Variables\"": "\"环境变量\"",
3
+ "Environment variables passed to the gateway process": "传递给网关进程的环境变量",
4
+ "\"Updates\"": "\"更新 \"",
5
+ "Auto-update settings and release channel": "自动更新设置和发布渠道",
6
+ "Agent configurations, models, and identities": "代理配置、模型和身份",
7
+ "API keys and authentication profiles": "API 密钥和认证配置文件",
8
+ "Messaging channels (Telegram, Discord, Slack, etc.)": "消息频道(Telegram、Discord、Slack 等)",
9
+ "Custom slash commands": "自定义斜杠命令",
10
+ "Webhooks and event hooks": "Web钩子和事件钩子",
11
+ "Skill packs and capabilities": "技能包与能力",
12
+ "Tool configurations (browser, search, etc.)": "工具配置(浏览器、搜索等)",
13
+ "Gateway server settings (port, auth, binding)": "网关服务器设置(端口、认证、绑定)",
14
+ "Setup wizard state and history": "设置向导状态和历史",
15
+ "\"Metadata\"": "\"元数据\"",
16
+ "Gateway metadata and version information": "网关元数据和版本信息",
17
+ "\"Logging\"": "\"日志\"",
18
+ "Log levels and output configuration": "日志级别和输出配置",
19
+ "\"Browser\"": "\"浏览器\"",
20
+ "Browser automation settings": "浏览器自动化设置",
21
+ "User interface preferences": "用户界面偏好",
22
+ "AI model configurations and providers": "AI 模型配置与提供者",
23
+ "\"Bindings\"": "\"绑定\"",
24
+ "Key bindings and shortcuts": "按键绑定和快捷键",
25
+ "\"Broadcast\"": "\"广播\"",
26
+ "Broadcast and notification settings": "广播和通知设置",
27
+ "\"Audio\"": "\"音频\"",
28
+ "Audio input/output settings": "音频输入/输出设置",
29
+ "Session management and persistence": "会话管理与持久化",
30
+ "Scheduled tasks and automation": "计划任务与自动化",
31
+ "Web server and API settings": "Web 服务器和 API 设置",
32
+ "\"Discovery\"": "\"发现\"",
33
+ "Service discovery and networking": "服务发现与网络",
34
+ "Canvas rendering and display": "Canvas 渲染与显示",
35
+ "\"Talk\"": "\"对话\"",
36
+ "Voice and speech settings": "“语音和语音设置",
37
+ "\"Plugins\"": "\"插件\"",
38
+ "Plugin management and extensions": "插件管理与扩展",
39
+ ">Schema unavailable.<": ">架构不可用。<",
40
+ "Unsupported schema. Use Raw.": "不支持的架构。请使用原始模式。",
41
+ "No settings match ": "没有匹配的设置 ",
42
+ "No settings in this section": "本部分没有设置"
43
+ }