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,45 @@
1
+ {
2
+ "\"Deny\"": "\"거부\"",
3
+ "\"Allowlist\"": "\"허용 목록\"",
4
+ "\"Off\"": "\"끄기\"",
5
+ "\"On miss\"": "\"실패 시\"",
6
+ "\"Always\"": "\"항상\"",
7
+
8
+ ">Exec approvals<": ">실행 승인<",
9
+ "Allowlist and approval policy for \\<span class=\"mono\">exec host=gateway/node\\</span>.": "<span class=\"mono\">exec host=gateway/node</span>에 대한 허용 목록 및 승인 정책.",
10
+ "\"Load approvals\"": "\"승인 로드\"",
11
+ "Load exec approvals to edit allowlists.":"허용 목록을 편집하려면 실행 승인을 로드하세요.",
12
+ "Gateway edits local approvals; node edits the selected node.": "게이트웨이는 로컬 승인을 편집하고, 노드는 선택된 노드를 편집합니다.",
13
+
14
+ ">Gateway<": ">게이트웨이<",
15
+ ">Node<": ">노드<",
16
+ ">Select node<": ">노드 선택<",
17
+ "No nodes advertise exec approvals yet.": "아직 실행 승인을 알리는 노드가 없습니다.",
18
+
19
+ ">Scope<": ">범위<",
20
+ " Defaults": " 기본값",
21
+
22
+ "\"Default security mode.\"": "\"기본 보안 모드.\"",
23
+ "`Default: ": "`기본값: ",
24
+ " Use default": " 기본값 사용",
25
+ "\"Default prompt policy.\"": "\"기본 프롬프트 정책.\"",
26
+ ">Ask<": ">요청<",
27
+ ">Ask fallback<": ">요청 폴백<",
28
+ "Applied when the UI prompt is unavailable.": "UI 프롬프트를 사용할 수 없을 때 적용됩니다.",
29
+ ">Fallback<": ">폴백<",
30
+
31
+ ">Auto-allow skill CLIs<": ">스킬 CLI 자동 허용<",
32
+ "Allow skill executables listed by the Gateway.": "게이트웨이에 의해 나열된 스킬 실행 파일을 허용합니다.",
33
+ "\"on\" \\: \"off\"\\}": "\"켜기\" : \"끄기\"}",
34
+ ": `Override \\(": ": `재정의 (",
35
+
36
+
37
+ ">Allowlist<": ">허용 목록<",
38
+ "Case-insensitive glob patterns.": "대소문자를 구분하지 않는 글로브 패턴.",
39
+ " Add pattern": " 패턴 추가",
40
+ ">Pattern<": ">패턴<",
41
+ "No allowlist entries yet.": "아직 허용 목록 항목이 없습니다.",
42
+ "\"New pattern\"": "\"새 패턴\"",
43
+ ">Last used: ": ">마지막 사용: ",
44
+ " Remove": " 삭제"
45
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ ">Nodes<": ">노드<",
3
+ "Paired devices and live links.": "페어링된 장치 및 실시간 링크.",
4
+ "No nodes found.": "노드를 찾을 수 없습니다.",
5
+
6
+ ">Devices<": ">장치<",
7
+ "Pairing requests \\+ role tokens.": "페어링 요청 + 역할 토큰.",
8
+ "\"Loading…\" : \"Refresh\"\\}": "\"로딩 중…\" : \"새로고침\"}",
9
+ ">Pending<": ">대기 중<",
10
+ ">Paired<": ">페어링됨<",
11
+ "No paired devices.": "페어링된 장치가 없습니다.",
12
+
13
+ " · requested ": " · 요청됨",
14
+ " Approve": " 승인",
15
+ " Reject": " 거부",
16
+
17
+ ">Tokens: none<": ">토큰: 없음<",
18
+ " Rotate": " 순환",
19
+ " Revoke": " 취소",
20
+
21
+ ">Exec node binding<": ">실행 노드 바인딩<",
22
+ "Pin agents to a specific node when using <span class=\"mono\">exec host=node</span>.": "<span class=\"mono\">exec host=node</span> 사용 시 에이전트를 특정 노드에 고정합니다.",
23
+ "Switch the Config tab to <strong>Form<\/strong> mode to edit bindings here.": "여기서 바인딩을 편집하려면 구성 탭을 <strong>양식<\/strong> 모드로 전환하세요.",
24
+ "Load config to edit bindings.": "바인딩을 편집하려면 구성을 로드하세요.",
25
+ "\"Load config\"": "\"구성 로드\"",
26
+ ">Default binding<": ">기본 바인딩<",
27
+ "Used when agents do not override a node binding.": "에이전트가 노드 바인딩을 재정의하지 않을 때 사용됩니다.",
28
+ ">Any node<": ">모든 노드<",
29
+ "No nodes with system.run available.": "system.run을 사용할 수 있는 노드가 없습니다.",
30
+
31
+ ">Target<": ">대상<",
32
+ " Gateway edits local approvals; node edits the selected node.": " 게이트웨이는 로컬 승인을 편집하고, 노드는 선택된 노드를 편집합니다.",
33
+
34
+ ">Host<": ">호스트<",
35
+ ">Security<": ">보안<",
36
+ "\"default agent\"": "\"기본 에이전트\"",
37
+ "\"agent\"\\}": "\"에이전트\"}",
38
+ "`uses default \\(": "`기본값 사용 (",
39
+ "`Using default \\(": "`기본값 사용 중 (",
40
+ "`Override \\(": "`재정의 (",
41
+ " \"any\"\\}": " \"모두\"}",
42
+ ": `override: ": ": `재정의:",
43
+ ">Binding<": ">바인딩<",
44
+ "\"paired\" : \"unpaired\"\\}": "\"페어링됨\" : \"페어링 안 됨\"}",
45
+ "\"connected\" : \"offline\"\\}": "\"연결됨\" : \"오프라인\"}"
46
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Gateway Access": "게이트웨이 액세스",
3
+ "Where the dashboard connects and how it authenticates.": "대시보드가 연결되는 위치와 인증 방식.",
4
+ "WebSocket URL": "WebSocket URL",
5
+ "Gateway Token": "게이트웨이 토큰",
6
+ "Password \\(not stored\\)": "비밀번호 (저장되지 않음)",
7
+ "Default Session Key": "기본 세션 키",
8
+ "\"system or shared password\"": "\"시스템 또는 공유 비밀번호\"",
9
+ ">Connect<": ">연결<",
10
+ ">Refresh<": ">새로고침<",
11
+ "Click Connect to apply connection changes.": "연결 변경 사항을 적용하려면 연결을 클릭하세요.",
12
+ ">Snapshot<": ">스냅샷<",
13
+ "Latest gateway handshake information.": "최신 게이트웨이 핸드셰이크 정보.",
14
+ "\"Connected\"": "\"연결됨\"",
15
+ "\"Disconnected\"": "\"연결 끊김\"",
16
+ ">Uptime<": ">가동 시간<",
17
+ ">Tick Interval<": ">틱 간격<",
18
+ ">Last Channels Refresh<": ">마지막 채널 새로고침<",
19
+ "Use Channels to link WhatsApp, Telegram, Discord, Signal, or iMessage.": "채널을 사용하여 WhatsApp, Telegram, Discord, Signal 또는 iMessage를 연결하세요.",
20
+ ">Instances<": ">인스턴스<",
21
+ "Presence beacons in the last 5 minutes.": "지난 5분간의 상태 신호.",
22
+ ">Sessions<": ">세션<",
23
+ "Recent session keys tracked by the gateway.": "게이트웨이가 추적한 최근 세션 키.",
24
+ "\"Enabled\"": "\"활성화됨\"",
25
+ "\"Disabled\"": "\"비활성화됨\"",
26
+ "Next wake": "다음 웨이크업",
27
+ ">Notes<": ">참고 사항<",
28
+ "Quick reminders for remote control setups.": "원격 제어 설정을 위한 빠른 알림.",
29
+ "Tailscale serve": "Tailscale 서브",
30
+ "Prefer serve mode to keep the gateway on loopback with tailnet auth.": "Tailnet 인증과 함께 게이트웨이를 루프백 상태로 유지하려면 서브 모드를 선호하세요.",
31
+ "Session hygiene": "세션 위생",
32
+ "Use /new or sessions.patch to reset context.": "컨텍스트를 재설정하려면 /new 또는 sessions.patch를 사용하세요.",
33
+ "Cron reminders": "크론 알림",
34
+ "Use isolated sessions for recurring runs.": "반복 실행에는 격리된 세션을 사용하세요."
35
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "Active session keys and per-session overrides.": "활성 세션 키 및 세션별 재정의.",
3
+ "Active within \\(minutes\\)": "활성 시간 (분)",
4
+ ">Include global<": ">전역 포함<",
5
+ ">Include unknown<": ">알 수 없음 포함<",
6
+ "No sessions found.": "세션을 찾을 수 없습니다.",
7
+ "\"\\(optional\\)\"": "\"(선택 사항)\"",
8
+ "\\((multiple)\\)": "(다중 선택)",
9
+ " Delete": " 삭제",
10
+ ">Limit<": ">제한<",
11
+ "`Store: ": "`저장소: ",
12
+ ">Label<": ">레이블<",
13
+ ">Kind<": ">종류<",
14
+ ">Updated<": ">업데이트됨<",
15
+ ">Tokens<": ">토큰<",
16
+ ">Thinking<": ">생각 중<",
17
+ ">Verbose<": ">상세<",
18
+ ">Reasoning<": ">추론<",
19
+ ">Actions<": ">작업<"
20
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "\"Workspace Skills\"": "\"작업 공간 스킬\"",
3
+ "\"Built-in Skills\"": "\"내장 스킬\"",
4
+ "\"Installed Skills\"": "\"설치된 스킬\"",
5
+ "\"Extra Skills\"": "\"추가 스킬\"",
6
+ "\"Other Skills\"": "\"기타 스킬\""
7
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "\"blocked by allowlist\"": "\"허용 목록에 의해 차단됨\"",
3
+
4
+ "\"eligible\"": "\"자격 있음\"",
5
+ "\"blocked\"": "\"차단됨\"",
6
+
7
+ ">disabled<": ">비활성화됨<",
8
+ ">Missing: ": ">누락: ",
9
+ ">Reason:": ">이유:"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ ">Skills<": ">스킬<",
3
+ "Bundled, managed, and workspace skills.": "번들, 관리 및 작업 공간 스킬.",
4
+ "\"Search skills\"": "\"스킬 검색\"",
5
+ "No skills found.": "스킬을 찾을 수 없습니다.",
6
+ "\\} shown": "} 표시됨",
7
+ "\"Installing…\"": "\"설치 중…\"",
8
+ ">API key<": ">API 키<",
9
+ " Save key": " 키 저장"
10
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ ">Activity by Time<": ">시간별 활동<",
3
+ " tokens<": " 토큰<",
4
+ "Estimates require session timestamps.": "추정에는 세션 타임스탬프가 필요합니다.",
5
+ "No timeline data yet.": "아직 타임라인 데이터가 없습니다.",
6
+ "Estimated from session spans (first/last activity). Time zone:": "세션 기간(첫 번째/마지막 활동)을 기반으로 추정됨. 시간대:",
7
+ "\"Local\"\\}": "\"현지 시간\"}",
8
+ ">Day of Week<": ">요일<",
9
+ ">Hours<": ">시간<",
10
+ "\\} tokens": "} 토큰",
11
+ ">Midnight<": ">자정<",
12
+ ">4am<": ">오전 4시<",
13
+ ">8am<": ">오전 8시<",
14
+ ">Moon<": ">정오<",
15
+ ">4pm<": ">오후 4시<",
16
+ ">8pm<": ">오후 8시<",
17
+ "Low → High token density": "낮음 → 높음 토큰 밀도"
18
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "\"label\",": "\"레이블\",",
3
+ "\"agentId\",": "\"에이전트 ID\",",
4
+ "\"channel\",": "\"채널\",",
5
+ "\"provider\",": "\"제공자\",",
6
+ "\"model\",": "\"모델\",",
7
+ "\"updatedAt\",": "\"업데이트 시간\",",
8
+ "\"durationMs\",": "\"지속 시간(ms)\",",
9
+ "\"messages\",": "\"메시지\",",
10
+ "\"errors\",": "\"오류\",",
11
+ "\"toolCalls\",": "\"도구 호출\",",
12
+ "\"inputTokens\",": "\"입력 토큰\",",
13
+ "\"outputTokens\",": "\"출력 토큰\",",
14
+ "\"cacheReadTokens\",": "\"캐시 읽기 토큰\",",
15
+ "\"cacheWriteTokens\",": "\"캐시 쓰기 토큰\",",
16
+ "\"totalTokens\",": "\"총 토큰\",",
17
+ "\"totalCost\",": "\"총 비용\",",
18
+
19
+ "\"date\",": "\"날짜\",",
20
+ "\"inputCost\",": "\"입력 비용\",",
21
+ "\"outputCost\",": "\"출력 비용\",",
22
+ "\"cacheReadCost\",": "\"캐시 읽기 비용\",",
23
+ "\"cacheWriteCost\",": "\"캐시 쓰기 비용\",",
24
+
25
+ "\"agent:\",": "\"에이전트:\",",
26
+ "\"channel:\",": "\"채널:\",",
27
+ "\"provider:\",": "\"제공자:\",",
28
+ "\"model:\",": "\"모델:\",",
29
+ "\"tool:\",": "\"도구:\",",
30
+ "\"has:errors:\",": "\"오류 있음:\",",
31
+ "\"has:tools:\",": "\"도구 있음:\",",
32
+ "\"minTokens:\",": "\"최소 토큰:\",",
33
+ "\"maxCost:\",": "\"최대 비용:\","
34
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "No usage data for this session.": "이 세션에 대한 사용량 데이터가 없습니다.",
3
+ ">Messages<": ">메시지<",
4
+ "\\} user · ": "} 사용자 · ",
5
+ "\\} assistant": "} 어시스턴트",
6
+ ">Tool Calls<": ">도구 호출<",
7
+ " tools<": " 도구<",
8
+ ">Errors<": ">오류<",
9
+ " tool results<": " 도구 결과<",
10
+ ">Duration<": ">지속 시간<",
11
+
12
+ "\"No tool calls\"": "\"도구 호출 없음\"",
13
+ "\"No model data\"": "\"모델 데이터 없음\"",
14
+
15
+ "\"Close session details\"": "\"세션 세부 정보 닫기\"",
16
+
17
+ ">No timeline data<": ">타임라인 데이터 없음<",
18
+ "\"No data in range\"": "\"범위 내 데이터 없음\"",
19
+ ">Usage Over Time<": ">시간 경과에 따른 사용량<",
20
+ " Per Turn": " 턴당",
21
+ " Cumulative": " 누적",
22
+ " Total": " 총계",
23
+ " By Type": " 유형별",
24
+ ">Tokens by Type<": ">유형별 토큰<",
25
+
26
+ "\"Assistant output tokens\"": "\"어시스턴트 출력 토큰\"",
27
+ ">Output": ">출력",
28
+ "\"User \\+ tool input tokens\"": "\"사용자 + 도구 입력 토큰\"",
29
+ ">Input": ">입력",
30
+ "\"Tokens written to cache\"": "\"캐시에 기록된 토큰\"",
31
+ ">Cache Write ": ">캐시 쓰기 ",
32
+ "\"Tokens read from cache\"": "\"캐시에서 읽은 토큰\"",
33
+ ">Cache Read ": ">캐시 읽기 ",
34
+ ">Total: ": ">총계: ",
35
+
36
+ ">No context data<": ">컨텍스트 데이터 없음<",
37
+ ">System Prompt Breakdown<": ">시스템 프롬프트 분석<",
38
+ "\"Collapse\"": "\"접기\"",
39
+ "\"Expand all\"": "\"모두 펼치기\"",
40
+ "\"Base context per message\"": "\"메시지당 기본 컨텍스트\"",
41
+
42
+ ">Sys ": ">시스템 ",
43
+ ">Skills ": ">스킬 ",
44
+ ">Tools ": ">도구 ",
45
+ ">Files ": ">파일 ",
46
+
47
+ " more<": " 더보기<",
48
+
49
+ ">Conversation<": ">대화<",
50
+ ">No messages<": ">메시지 없음<",
51
+
52
+ "\"Collapse All\"": "\"모두 접기\"",
53
+ "\"Expand All\"": "\"모두 펼치기\"",
54
+
55
+ ">User<": ">사용자<",
56
+ ">Assistant<": ">어시스턴트<",
57
+ ">Tool<": ">도구<",
58
+ ">Tool result<": ">도구 결과<",
59
+
60
+ "\"Search conversation\"": "\"대화 검색\"",
61
+ "No messages match the filters.": "필터와 일치하는 메시지가 없습니다."
62
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ ">Token Usage<": ">토큰 사용량<",
3
+ ">to<": ">까지<",
4
+ "\"Today\"": "\"오늘\"",
5
+ "\"7d\"": "\"7일\"",
6
+ "\"30d\"": "\"30일\"",
7
+ ">All<": ">전체<",
8
+ " Clear": " 지우기",
9
+
10
+ ">Usage<": ">사용량<",
11
+ "See where tokens go, when sessions spike, and what drives cost.": "토큰이 어디에 사용되는지, 세션이 언제 급증하는지, 비용의 원인이 무엇인지 확인하세요.",
12
+ "\"pinned\"": "\"고정됨\"",
13
+ ">Filters<": ">필터<",
14
+ ">Loading<": ">로딩 중<",
15
+ "Select a date range and click Refresh to load usage.": "날짜 범위를 선택하고 새로고침을 클릭하여 사용량을 로드하세요.",
16
+ "> tokens": "> 토큰",
17
+ "> cost": "> 비용",
18
+
19
+ "\"Unpin filters\"\\}": "\"필터 고정 해제\"}",
20
+ "\"Pin filters\"\\}": "\"필터 고정\"}",
21
+ "\"Pinned\"": "\"고정됨\"",
22
+ "\"Pin\"": "\"고정\"",
23
+ ">Export ▾<": ">내보내기 ▾<",
24
+ " Sessions ": " 세션 ",
25
+ " Daily ": " 일간 ",
26
+
27
+ " Tokens": " 토큰",
28
+ " Cost": " 비용",
29
+ " Refresh": " 새로고침",
30
+
31
+ "Filter sessions \\(e.g. key:agent:main:cron\\* model:gpt-4o has:errors minTokens:2000\\)": "세션 필터링 (예: key:agent:main:cron* model:gpt-4o has:errors minTokens:2000)",
32
+ " Filter \\(client-side\\)": " 필터 (클라이언트 측)",
33
+ "\\} sessions match": "} 세션 일치",
34
+ "\\} sessions in range": "} 범위 내 세션",
35
+ "Tip: use filters or click bars to filter days.": "팁: 필터를 사용하거나 막대를 클릭하여 날짜를 필터링하세요.",
36
+
37
+ "\"Remove filter\"": "\"필터 제거\"",
38
+
39
+ "Showing first 1,000 sessions. Narrow date range for complete results.":"처음 1,000개 세션을 표시합니다. 전체 결과를 보려면 날짜 범위를 좁히세요.",
40
+
41
+ ">Days:": ">일:",
42
+ ">Hours:": ">시간:",
43
+ ">Session:": ">세션:",
44
+ " Clear All": " 모두 지우기",
45
+ ">Daily Usage<": ">일일 사용량<",
46
+ ">No data<": ">데이터 없음<",
47
+ "\\} Usage<": "} 사용량<",
48
+ "\\} tokens<": "} 토큰<",
49
+
50
+ "\"Tokens\":\"Cost\"} by Type": "\"토큰\":\"비용\"} 유형별",
51
+ "\"Output: ": "\"출력: ",
52
+ "\"Input: ": "\"입력: ",
53
+ "\"Cache Write: ": "\"캐시 쓰기: ",
54
+ "\"Cache Read: ": "\"캐시 읽기: ",
55
+
56
+ "Cache hit rate = cache read / \\(input \\+ cache read\\). Higher is better.": "캐시 적중률 = 캐시 읽기 / (입력 + 캐시 읽기). 높을수록 좋습니다.",
57
+ "Error rate = errors / total messages. Lower is better.": "오류율 = 오류 / 전체 메시지. 낮을수록 좋습니다.",
58
+ "Throughput shows tokens per minute over active time. Higher is better.": "처리량은 활성 시간 동안 분당 토큰 수를 나타냅니다. 높을수록 좋습니다.",
59
+ "Average tokens per message in this range.": "이 범위 내 메시지당 평균 토큰 수.",
60
+ "Average cost per message when providers report costs. Cost data is missing for some or all sessions in this range.": "제공자가 비용을 보고할 때의 메시지당 평균 비용. 이 범위의 일부 또는 전체 세션에 대한 비용 데이터가 누락되었습니다.",
61
+ "Average cost per message when providers report costs.": "제공자가 비용을 보고할 때의 메시지당 평균 비용.",
62
+
63
+ "\\} errors · ": "} 오류 · ",
64
+ "\\} msgs · ": "} 메시지 · ",
65
+
66
+ ">Usage Overview<": ">사용량 개요<",
67
+ "Total user \\+ assistant messages in range.": "범위 내 총 사용자 + 어시스턴트 메시지 수.",
68
+ " Tool Calls": " 도구 호출",
69
+ "Total tool call count across sessions.": "세션 전체의 총 도구 호출 수.",
70
+ " Errors": " 오류",
71
+ "Total message/tool errors in range.": "범위 내 총 메시지/도구 오류 수.",
72
+ " Avg Tokens / Msg": " 평균 토큰 / 메시지",
73
+ ">Across ": ">전체 ",
74
+ "Avg Cost \/ Msg": "평균 비용 / 메시지",
75
+ "\\} total<": "} 총계<",
76
+
77
+ "Distinct sessions in the range.": "범위 내의 고유 세션.",
78
+ " Throughput": " 처리량",
79
+ " Error Rate": " 오류율",
80
+
81
+ " All ": " 전체 ",
82
+ " Recently viewed": " 최근 본 항목",
83
+ ">No sessions in range<": ">범위 내 세션 없음<",
84
+ ">No recent sessions<": ">최근 세션 없음<"
85
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "Invalid URL format. Expected /base/XXX or /wiki/XXX URL": "Formato de URL inválido. Esperado URL /base/XXX ou /wiki/XXX",
3
+ "Use app_token": "Use app_token",
4
+ " and table_id=": " e table_id=",
5
+ " for other bitable tools": " para outras ferramentas Bitable",
6
+ "Select a table_id from the tables list.": "Selecione um table_id da lista de tabelas.",
7
+ "Bitable URL. Supports both formats: /base/XXX?table=YYY or /wiki/XXX?table=YYY": "URL do Bitable. Suporta ambos os formatos: /base/XXX?table=YYY ou /wiki/XXX?table=YYY",
8
+ "Bitable app token \\(use feishu_bitable_get_meta to get from URL\\)": "Token do aplicativo Bitable (use feishu_bitable_get_meta para obter da URL)",
9
+ "Table ID (from URL: ?table=YYY)": "ID da Tabela (da URL: ?table=YYY)",
10
+ "Number of records per page (1-500, default 100)": "Número de registros por página (1-500, padrão 100)",
11
+ "Pagination token from previous response": "Token de paginação da resposta anterior",
12
+ "Record ID to retrieve": "ID do registro a ser recuperado",
13
+ "Field values keyed by field name. Format by type: ": "Valores dos campos organizados por nome do campo. Formato por tipo: ",
14
+ "Record ID to update": "ID do registro a ser atualizado",
15
+ "Field values to update \\(same format as create_record\\)": "Valores dos campos a serem atualizados (mesmo formato de create_record)",
16
+ "Feishu credentials not configured, skipping bitable tools": "Credenciais do Feishu não configuradas, ignorando ferramentas 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.": "Analise uma URL do Bitable e obtenha app_token, table_id e a lista de tabelas. Use isto primeiro ao receber uma URL /wiki/ ou /base/.",
18
+ "Feishu Bitable List Fields": "Feishu Bitable - Listar Campos",
19
+ "List all fields \\(columns\\) in a Bitable table with their types and properties": "Listar todos os campos (colunas) em uma tabela Bitable com seus tipos e propriedades",
20
+ "List records \\(rows\\) from a Bitable table with pagination support": "Listar registros (linhas) de uma tabela Bitable com suporte a paginação",
21
+ "Feishu Bitable Get Record": "Feishu Bitable - Obter Registro",
22
+ "Get a single record by ID from a Bitable table": "Obter um único registro por ID de uma tabela Bitable",
23
+ "Feishu Bitable Create Record": "Feishu Bitable - Criar Registro",
24
+ "Create a new record (row) in a Bitable table": "Criar um novo registro (linha) em uma tabela Bitable",
25
+ "Feishu Bitable Update Record": "Feishu Bitable - Atualizar Registro",
26
+ "Update an existing record (row) in a Bitable table": "Atualizar um registro (linha) existente em uma tabela Bitable",
27
+ "Registered 6 bitable tools": "6 ferramentas Bitable registradas",
28
+
29
+ "\"Feishu\"": "\"Feishu\"",
30
+ "Lark enterprise messaging.": "Mensagens empresariais do Lark.",
31
+ "Feishu targeting: omit `target` to reply to the current conversation \\(auto-inferred\\). Explicit targets: `user:open_id` or `chat:chat_id`.": "Segmentação no Feishu: omita `target` para responder à conversa atual (inferido automaticamente). Alvos explícitos: `user:open_id` ou `chat:chat_id`.",
32
+ " Feishu supports interactive cards for rich messages.": " O Feishu suporta cards interativos para mensagens avançadas.",
33
+ "Feishu\\[": "Feishu[",
34
+ "groups: groupPolicy=\"open\" allows any member to trigger \\(mention-gated\\). Set channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom to restrict senders.": "grupos: groupPolicy=\"open\" permite que qualquer membro acione (com restrição de menção). Defina channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom para restringir remetentes.",
35
+ "starting feishu\\[": "iniciando Feishu[",
36
+ " \\(mode: ": " (modo: "
37
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "\"Config Last Touched Version\"": "\"Versão da Última Modificação da Configuração\"",
3
+ "\"Config Last Touched At\"": "\"Data da Última Modificação da Configuração\""
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "\"IRC DM Policy\"": "\"Política de DM no IRC\"",
3
+ "\"IRC NickServ Enabled\"": "\"NickServ do IRC Ativado\""
4
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "\"just now\"": "\"agora mesmo\"",
3
+ "\\}s`": "}s`",
4
+ "\\}m ago`": "}m atrás`",
5
+ "\\}m`": "}m`",
6
+ "\\}h ago`": "}h atrás`",
7
+ "\\}h`": "}h`",
8
+ "\\}d ago`": "}d atrás`",
9
+ "\\}d`": "}d`",
10
+ "\"in <1m\"": "\"em <1m\"",
11
+ "`in ": "`em "
12
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "Profile update failed \\(": "Falha na atualização do perfil (",
3
+ "Profile publish failed on all relays.": "Falha na publicação do perfil em todos os relays.",
4
+ "Profile published to relays.": "Perfil publicado nos relays.",
5
+ "Profile update failed: ": "Falha na atualização do perfil: ",
6
+ "Profile import failed \\(": "Falha na importação do perfil (",
7
+ "Profile imported from relays. Review and publish.": "Perfil importado dos relays. Revise e publique.",
8
+ "Profile imported. Review and publish.": "Perfil importado. Revise e publique.",
9
+ "Profile import failed: ": "Falha na importação do perfil: "
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "`disconnected \\(": "`desconectado (",
3
+ "\"no reason\"": "\"sem motivo\""
4
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "\"Refresh chat data\"": "\"Atualizar dados do chat\"",
3
+ "\"Disabled during onboarding\"": "\"Desativado durante a configuração inicial\"",
4
+ "\"Toggle assistant thinking/working output\"": "\"Alternar a saída de pensamento/trabalho do assistente\"",
5
+ "\"Toggle focus mode \\(hide sidebar \\+ page header\\)\"": "\"Alternar modo foco (ocultar barra lateral + cabeçalho da página)\"",
6
+ "\"System theme\"": "\"Tema do sistema\"",
7
+ "\"System\"": "\"Sistema\"",
8
+ "\"Light theme\"": "\"Tema claro\"",
9
+ "\"Light\"": "\"Claro\"",
10
+ "\"Dark theme\"": "\"Tema escuro\"",
11
+ "\"Dark\"": "\"Escuro\""
12
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Disconnected from gateway.": "Desconectado do gateway.",
3
+
4
+ "\"Expand sidebar\"": "\"Expandir barra lateral\"",
5
+ "\"Collapse sidebar\"": "\"Recolher barra lateral\"",
6
+
7
+ ">Health<": ">Saúde<",
8
+ "\"OK\"": "\"OK\"",
9
+ "\"Offline\"": "\"Offline\"",
10
+
11
+ ">Gateway Dashboard<": ">Painel do Gateway<",
12
+
13
+ ">Resources<": ">Recursos<",
14
+ "Docs \\(opens in new tab\\)": "Documentação (abre em nova aba)",
15
+ ">Docs<": ">Documentação<"
16
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "\"gateway client stopped\"": "\"cliente do gateway parado\"",
3
+ "gateway closed \\(": "gateway fechado (",
4
+ "\"connect failed\"": "\"falha na conexão\"",
5
+ " event handler error:": " erro no manipulador de eventos:",
6
+ "\"request failed\"": "\"falha na solicitação\"",
7
+ "\"gateway not connected\"": "\"gateway não conectado\""
8
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "\"Chat\"":"\"Chat\"",
3
+ "\"Control\"":"\"Controle\"",
4
+ "\"Agent\"":"\"Agente\"",
5
+ "\"Settings\"":"\"Configurações\"",
6
+ "\"Agents\"":"\"Agentes\"",
7
+ "\"Overview\"":"\"Visão Geral\"",
8
+ "\"Channels\"":"\"Canais\"",
9
+ "\"Instances\"":"\"Instâncias\"",
10
+ "\"Sessions\"":"\"Sessões\"",
11
+ "\"Usage\"":"\"Uso\"",
12
+ "\"Cron Jobs\"":"\"Tarefas Cron\"",
13
+ "\"Skills\"":"\"Habilidades\"",
14
+ "\"Nodes\"":"\"Nós\"",
15
+ "\"Config\"":"\"Configuração\"",
16
+ "\"Debug\"":"\"Depuração\"",
17
+ "\"Logs\"":"\"Logs\"",
18
+
19
+ "Manage agent workspaces, tools, and identities.":"Gerenciar espaços de trabalho, ferramentas e identidades dos agentes.",
20
+ "Gateway status, entry points, and a fast health read.":"Status do gateway, pontos de entrada e uma leitura rápida de integridade.",
21
+ "Manage channels and settings.":"Gerenciar canais e configurações.",
22
+ "Presence beacons from connected clients and nodes.":"Beacons de presença de clientes e nós conectados.",
23
+ "Inspect active sessions and adjust per-session defaults.":"Inspecionar sessões ativas e ajustar padrões por sessão.",
24
+ "Schedule wakeups and recurring agent runs.":"Agendar despertares e execuções recorrentes de agentes.",
25
+ "Manage skill availability and API key injection.":"Gerenciar disponibilidade de habilidades e injeção de chaves de API.",
26
+ "Paired devices, capabilities, and command exposure.":"Dispositivos pareados, capacidades e exposição de comandos.",
27
+ "Direct gateway chat session for quick interventions.":"Sessão de chat direta com o gateway para intervenções rápidas.",
28
+ "Edit ~/.openclaw/openclaw.json safely.":"Editar ~/.clawdbot/clawdbot.json com segurança.",
29
+ "Gateway snapshots, events, and manual RPC calls.":"Instantâneos do gateway, eventos e chamadas RPC manuais.",
30
+ "Live tail of the gateway file logs.":"Acompanhamento ao vivo dos logs de arquivo do gateway."
31
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ ">Agent Context<": ">Contexto do Agente<",
3
+ "\"no accounts\"": "\"sem contas\"",
4
+ " connected`": " conectado`",
5
+ " configured`": " configurado`",
6
+ "\"not configured\"": "\"não configurado\""
7
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "\"agent override\"": "\"substituição do agente\"",
3
+ "\"global default\"": "\"padrão global\"",
4
+ "\"default\"": "\"padrão\"",
5
+
6
+ ">Tool Access<": ">Acesso a Ferramentas<",
7
+ " Profile \\+ per-tool overrides for this agent.": " Perfil + substituições por ferramenta para este agente.",
8
+ "> enabled.": "> ativado.",
9
+
10
+ " Use All": " Usar Tudo",
11
+ " Enable All": " Ativar Tudo",
12
+ " Disable All": " Desativar Tudo",
13
+ " Reload Config": " Recarregar Configuração",
14
+
15
+ "Load the gateway config to adjust tool profiles.": "Carregue a configuração do gateway para ajustar os perfis de ferramenta.",
16
+ " This agent is using an explicit allowlist in config. Tool overrides are managed in the Config tab.": " Este agente está usando uma lista de permissões explícita na configuração. As substituições de ferramentas são gerenciadas na aba Configuração.",
17
+ " Global tools.allow is set. Agent overrides cannot enable tools that are globally blocked.": " A configuração global tools.allow está definida. Substituições do agente não podem ativar ferramentas que estão bloqueadas globalmente.",
18
+
19
+ ">Profile<": ">Perfil<",
20
+ ">Source<": ">Fonte<",
21
+ ">unsaved<": ">não salvo<",
22
+
23
+ ">Quick Presets<": ">Predefinições Rápidas<",
24
+ " Inherit": " Herdar",
25
+
26
+ "Per-agent skill allowlist and workspace skills.": "Lista de permissões de habilidades por agente e habilidades do espaço de trabalho.",
27
+ "Load the gateway config to set per-agent skills.": "Carregue a configuração do gateway para definir as habilidades por agente.",
28
+ "This agent uses a custom skill allowlist.": "Este agente usa uma lista de permissões de habilidades personalizada.",
29
+ "All skills are enabled. Disabling any skill will create a per-agent allowlist.": "Todas as habilidades estão ativadas. Desativar qualquer habilidade criará uma lista de permissões por agente.",
30
+ "Load skills for this agent to view workspace-specific entries.": "Carregue as habilidades deste agente para ver as entradas específicas do espaço de trabalho."
31
+ }