clawui 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (574) hide show
  1. package/README.md +17 -11
  2. package/dist/index.js +1 -1
  3. package/locales/ar/extensions/feishu.json +37 -0
  4. package/locales/ar/ui/app.json +107 -0
  5. package/locales/ar/ui/views/agents.json +139 -0
  6. package/locales/ar/ui/views/channels.json +91 -0
  7. package/locales/ar/ui/views/chat.json +23 -0
  8. package/locales/ar/ui/views/config.json +87 -0
  9. package/locales/ar/ui/views/cron.json +64 -0
  10. package/locales/ar/ui/views/debug.json +17 -0
  11. package/locales/ar/ui/views/instances.json +8 -0
  12. package/locales/ar/ui/views/logs.json +12 -0
  13. package/locales/ar/ui/views/nodes.json +91 -0
  14. package/locales/ar/ui/views/overview.json +33 -0
  15. package/locales/ar/ui/views/sessions.json +21 -0
  16. package/locales/ar/ui/views/skills.json +26 -0
  17. package/locales/ar/ui/views/usage.json +242 -0
  18. package/locales/bn/extensions/feishu.json +15 -15
  19. package/locales/bn/ui/app.json +107 -0
  20. package/locales/bn/ui/views/agents.json +104 -19
  21. package/locales/bn/ui/views/channels.json +82 -2
  22. package/locales/bn/ui/views/chat.json +5 -5
  23. package/locales/bn/ui/views/config.json +50 -16
  24. package/locales/bn/ui/views/cron.json +17 -17
  25. package/locales/bn/ui/views/debug.json +5 -5
  26. package/locales/bn/ui/views/instances.json +1 -2
  27. package/locales/bn/ui/views/logs.json +2 -2
  28. package/locales/bn/ui/views/nodes.json +60 -15
  29. package/locales/bn/ui/views/overview.json +10 -12
  30. package/locales/bn/ui/views/sessions.json +5 -4
  31. package/locales/bn/ui/views/skills.json +22 -6
  32. package/locales/bn/ui/views/usage.json +207 -50
  33. package/locales/de/extensions/feishu.json +18 -17
  34. package/locales/de/ui/app.json +107 -0
  35. package/locales/de/ui/views/agents.json +100 -14
  36. package/locales/de/ui/views/channels.json +83 -3
  37. package/locales/de/ui/views/chat.json +2 -2
  38. package/locales/de/ui/views/config.json +44 -10
  39. package/locales/de/ui/views/cron.json +16 -16
  40. package/locales/de/ui/views/debug.json +6 -6
  41. package/locales/de/ui/views/instances.json +1 -2
  42. package/locales/de/ui/views/logs.json +2 -2
  43. package/locales/de/ui/views/nodes.json +57 -12
  44. package/locales/de/ui/views/overview.json +7 -9
  45. package/locales/de/ui/views/sessions.json +2 -1
  46. package/locales/de/ui/views/skills.json +17 -1
  47. package/locales/de/ui/views/usage.json +183 -26
  48. package/locales/es/extensions/feishu.json +12 -12
  49. package/locales/es/ui/app.json +91 -0
  50. package/locales/es/ui/views/agents.json +79 -19
  51. package/locales/es/ui/views/channels.json +62 -2
  52. package/locales/es/ui/views/chat.json +2 -2
  53. package/locales/es/ui/views/config.json +49 -20
  54. package/locales/es/ui/views/cron.json +10 -16
  55. package/locales/es/ui/views/debug.json +1 -1
  56. package/locales/es/ui/views/instances.json +1 -2
  57. package/locales/es/ui/views/nodes.json +45 -15
  58. package/locales/es/ui/views/overview.json +5 -7
  59. package/locales/es/ui/views/sessions.json +3 -2
  60. package/locales/es/ui/views/skills.json +13 -2
  61. package/locales/es/ui/views/usage.json +152 -33
  62. package/locales/fi/extensions/feishu.json +18 -17
  63. package/locales/fi/ui/app.json +107 -0
  64. package/locales/fi/ui/views/agents.json +104 -19
  65. package/locales/fi/ui/views/channels.json +81 -1
  66. package/locales/fi/ui/views/chat.json +8 -8
  67. package/locales/fi/ui/views/config.json +55 -21
  68. package/locales/fi/ui/views/cron.json +14 -14
  69. package/locales/fi/ui/views/debug.json +9 -9
  70. package/locales/fi/ui/views/instances.json +1 -2
  71. package/locales/fi/ui/views/logs.json +1 -1
  72. package/locales/fi/ui/views/nodes.json +62 -17
  73. package/locales/fi/ui/views/overview.json +13 -15
  74. package/locales/fi/ui/views/sessions.json +5 -4
  75. package/locales/fi/ui/views/skills.json +19 -3
  76. package/locales/fi/ui/views/usage.json +186 -29
  77. package/locales/fr/extensions/feishu.json +19 -19
  78. package/locales/fr/ui/app.json +107 -0
  79. package/locales/fr/ui/views/agents.json +102 -18
  80. package/locales/fr/ui/views/channels.json +83 -3
  81. package/locales/fr/ui/views/chat.json +4 -4
  82. package/locales/fr/ui/views/config.json +49 -15
  83. package/locales/fr/ui/views/cron.json +13 -13
  84. package/locales/fr/ui/views/debug.json +2 -2
  85. package/locales/fr/ui/views/instances.json +1 -2
  86. package/locales/fr/ui/views/logs.json +2 -2
  87. package/locales/fr/ui/views/nodes.json +59 -14
  88. package/locales/fr/ui/views/overview.json +4 -6
  89. package/locales/fr/ui/views/sessions.json +5 -4
  90. package/locales/fr/ui/views/skills.json +19 -3
  91. package/locales/fr/ui/views/usage.json +196 -39
  92. package/locales/hi/extensions/feishu.json +37 -0
  93. package/locales/hi/ui/app.json +107 -0
  94. package/locales/hi/ui/views/agents.json +139 -0
  95. package/locales/hi/ui/views/channels.json +91 -0
  96. package/locales/hi/ui/views/chat.json +23 -0
  97. package/locales/hi/ui/views/config.json +87 -0
  98. package/locales/hi/ui/views/cron.json +64 -0
  99. package/locales/hi/ui/views/debug.json +17 -0
  100. package/locales/hi/ui/views/instances.json +8 -0
  101. package/locales/hi/ui/views/logs.json +12 -0
  102. package/locales/hi/ui/views/nodes.json +91 -0
  103. package/locales/hi/ui/views/overview.json +33 -0
  104. package/locales/hi/ui/views/sessions.json +21 -0
  105. package/locales/hi/ui/views/skills.json +26 -0
  106. package/locales/hi/ui/views/usage.json +242 -0
  107. package/locales/it/extensions/feishu.json +10 -10
  108. package/locales/it/ui/app.json +107 -0
  109. package/locales/it/ui/views/agents.json +100 -14
  110. package/locales/it/ui/views/channels.json +83 -3
  111. package/locales/it/ui/views/chat.json +3 -3
  112. package/locales/it/ui/views/config.json +47 -13
  113. package/locales/it/ui/views/cron.json +10 -11
  114. package/locales/it/ui/views/debug.json +2 -2
  115. package/locales/it/ui/views/instances.json +1 -2
  116. package/locales/it/ui/views/logs.json +2 -2
  117. package/locales/it/ui/views/nodes.json +54 -9
  118. package/locales/it/ui/views/overview.json +4 -6
  119. package/locales/it/ui/views/sessions.json +4 -3
  120. package/locales/it/ui/views/skills.json +19 -3
  121. package/locales/it/ui/views/usage.json +185 -28
  122. package/locales/ja/extensions/feishu.json +26 -26
  123. package/locales/ja/ui/app.json +108 -0
  124. package/locales/ja/ui/views/agents.json +100 -15
  125. package/locales/ja/ui/views/channels.json +81 -1
  126. package/locales/ja/ui/views/chat.json +8 -8
  127. package/locales/ja/ui/views/config.json +45 -11
  128. package/locales/ja/ui/views/cron.json +9 -9
  129. package/locales/ja/ui/views/debug.json +2 -2
  130. package/locales/ja/ui/views/instances.json +0 -1
  131. package/locales/ja/ui/views/logs.json +2 -2
  132. package/locales/ja/ui/views/nodes.json +59 -14
  133. package/locales/ja/ui/views/overview.json +9 -11
  134. package/locales/ja/ui/views/sessions.json +5 -4
  135. package/locales/ja/ui/views/skills.json +19 -3
  136. package/locales/ja/ui/views/usage.json +187 -30
  137. package/locales/ko/extensions/feishu.json +20 -20
  138. package/locales/ko/ui/app.json +107 -0
  139. package/locales/ko/ui/views/agents.json +103 -18
  140. package/locales/ko/ui/views/channels.json +82 -2
  141. package/locales/ko/ui/views/chat.json +5 -5
  142. package/locales/ko/ui/views/config.json +49 -15
  143. package/locales/ko/ui/views/cron.json +5 -5
  144. package/locales/ko/ui/views/debug.json +1 -1
  145. package/locales/ko/ui/views/instances.json +1 -2
  146. package/locales/ko/ui/views/nodes.json +53 -8
  147. package/locales/ko/ui/views/overview.json +5 -7
  148. package/locales/ko/ui/views/sessions.json +3 -2
  149. package/locales/ko/ui/views/skills.json +19 -3
  150. package/locales/ko/ui/views/usage.json +182 -25
  151. package/locales/pt/extensions/feishu.json +20 -20
  152. package/locales/pt/ui/app.json +107 -0
  153. package/locales/pt/ui/views/agents.json +96 -11
  154. package/locales/pt/ui/views/channels.json +82 -2
  155. package/locales/pt/ui/views/chat.json +3 -3
  156. package/locales/pt/ui/views/config.json +48 -14
  157. package/locales/pt/ui/views/cron.json +12 -12
  158. package/locales/pt/ui/views/debug.json +4 -4
  159. package/locales/pt/ui/views/instances.json +0 -1
  160. package/locales/pt/ui/views/logs.json +1 -1
  161. package/locales/pt/ui/views/nodes.json +59 -14
  162. package/locales/pt/ui/views/overview.json +6 -8
  163. package/locales/pt/ui/views/sessions.json +4 -3
  164. package/locales/pt/ui/views/skills.json +18 -2
  165. package/locales/pt/ui/views/usage.json +188 -31
  166. package/locales/pt-BR/extensions/feishu.json +37 -0
  167. package/locales/pt-BR/ui/app.json +107 -0
  168. package/locales/pt-BR/ui/views/agents.json +139 -0
  169. package/locales/pt-BR/ui/views/channels.json +91 -0
  170. package/locales/pt-BR/ui/views/chat.json +23 -0
  171. package/locales/{pt/ui/views/config-form.render.json → pt-BR/ui/views/config.json} +55 -11
  172. package/locales/pt-BR/ui/views/cron.json +64 -0
  173. package/locales/pt-BR/ui/views/debug.json +17 -0
  174. package/locales/pt-BR/ui/views/instances.json +8 -0
  175. package/locales/pt-BR/ui/views/logs.json +12 -0
  176. package/locales/pt-BR/ui/views/nodes.json +91 -0
  177. package/locales/pt-BR/ui/views/overview.json +33 -0
  178. package/locales/pt-BR/ui/views/sessions.json +21 -0
  179. package/locales/pt-BR/ui/views/skills.json +26 -0
  180. package/locales/pt-BR/ui/views/usage.json +242 -0
  181. package/locales/te/extensions/feishu.json +37 -0
  182. package/locales/te/ui/app.json +107 -0
  183. package/locales/te/ui/views/agents.json +139 -0
  184. package/locales/te/ui/views/channels.json +91 -0
  185. package/locales/te/ui/views/chat.json +23 -0
  186. package/locales/te/ui/views/config.json +87 -0
  187. package/locales/te/ui/views/cron.json +64 -0
  188. package/locales/te/ui/views/debug.json +17 -0
  189. package/locales/te/ui/views/instances.json +8 -0
  190. package/locales/te/ui/views/logs.json +12 -0
  191. package/locales/te/ui/views/nodes.json +91 -0
  192. package/locales/te/ui/views/overview.json +33 -0
  193. package/locales/te/ui/views/sessions.json +21 -0
  194. package/locales/te/ui/views/skills.json +26 -0
  195. package/locales/te/ui/views/usage.json +242 -0
  196. package/locales/vi/extensions/feishu.json +11 -11
  197. package/locales/vi/ui/app.json +107 -0
  198. package/locales/vi/ui/views/agents.json +106 -21
  199. package/locales/vi/ui/views/channels.json +81 -1
  200. package/locales/vi/ui/views/chat.json +4 -4
  201. package/locales/vi/ui/views/config.json +47 -13
  202. package/locales/vi/ui/views/cron.json +12 -12
  203. package/locales/vi/ui/views/debug.json +6 -6
  204. package/locales/vi/ui/views/instances.json +2 -3
  205. package/locales/vi/ui/views/logs.json +3 -3
  206. package/locales/vi/ui/views/nodes.json +56 -11
  207. package/locales/vi/ui/views/overview.json +9 -11
  208. package/locales/vi/ui/views/sessions.json +4 -3
  209. package/locales/vi/ui/views/skills.json +17 -1
  210. package/locales/vi/ui/views/usage.json +199 -42
  211. package/locales/zh-CN/ui/app.json +107 -0
  212. package/locales/zh-CN/ui/views/agents.json +140 -0
  213. package/locales/zh-CN/ui/views/channels.json +91 -0
  214. package/locales/{zh/ui/views/config-form.render.json → zh-CN/ui/views/config.json} +46 -2
  215. package/locales/{zh → zh-CN}/ui/views/cron.json +1 -1
  216. package/locales/{zh → zh-CN}/ui/views/debug.json +1 -1
  217. package/locales/{zh → zh-CN}/ui/views/instances.json +1 -2
  218. package/locales/{zh → zh-CN}/ui/views/logs.json +1 -1
  219. package/locales/{zh → zh-CN}/ui/views/nodes.json +46 -1
  220. package/locales/{zh → zh-CN}/ui/views/overview.json +15 -17
  221. package/locales/{zh → zh-CN}/ui/views/sessions.json +1 -0
  222. package/locales/zh-CN/ui/views/skills.json +26 -0
  223. package/locales/zh-CN/ui/views/usage.json +242 -0
  224. package/locales/zh-TW/extensions/feishu.json +37 -0
  225. package/locales/zh-TW/ui/app.json +107 -0
  226. package/locales/zh-TW/ui/views/agents.json +140 -0
  227. package/locales/zh-TW/ui/views/channels.json +91 -0
  228. package/locales/zh-TW/ui/views/chat.json +23 -0
  229. package/locales/zh-TW/ui/views/config.json +87 -0
  230. package/locales/zh-TW/ui/views/cron.json +64 -0
  231. package/locales/zh-TW/ui/views/debug.json +17 -0
  232. package/locales/zh-TW/ui/views/instances.json +8 -0
  233. package/locales/zh-TW/ui/views/logs.json +12 -0
  234. package/locales/zh-TW/ui/views/nodes.json +91 -0
  235. package/locales/zh-TW/ui/views/overview.json +33 -0
  236. package/locales/zh-TW/ui/views/sessions.json +21 -0
  237. package/locales/zh-TW/ui/views/skills.json +26 -0
  238. package/locales/zh-TW/ui/views/usage.json +242 -0
  239. package/package.json +1 -1
  240. package/locales/bn/src/config/schema.field-metadata.json +0 -4
  241. package/locales/bn/src/config/schema.irc.json +0 -4
  242. package/locales/bn/src/infra/format-time/app-gateway.json +0 -12
  243. package/locales/bn/ui/app-channels.json +0 -10
  244. package/locales/bn/ui/app-gateway.json +0 -4
  245. package/locales/bn/ui/app-render.helpers.json +0 -12
  246. package/locales/bn/ui/app-render.json +0 -16
  247. package/locales/bn/ui/gateway.json +0 -8
  248. package/locales/bn/ui/navigation.json +0 -31
  249. package/locales/bn/ui/views/agents-panels-status-files.json +0 -7
  250. package/locales/bn/ui/views/agents-panels-tools-skills.json +0 -31
  251. package/locales/bn/ui/views/agents-utils.json +0 -49
  252. package/locales/bn/ui/views/channels.config.json +0 -31
  253. package/locales/bn/ui/views/channels.discord.json +0 -3
  254. package/locales/bn/ui/views/channels.googlechat.json +0 -3
  255. package/locales/bn/ui/views/channels.imessage.json +0 -3
  256. package/locales/bn/ui/views/channels.nostr-profile-form.json +0 -29
  257. package/locales/bn/ui/views/channels.nostr.json +0 -5
  258. package/locales/bn/ui/views/channels.shared.json +0 -3
  259. package/locales/bn/ui/views/channels.signal.json +0 -4
  260. package/locales/bn/ui/views/channels.slack.json +0 -3
  261. package/locales/bn/ui/views/channels.telegram.json +0 -3
  262. package/locales/bn/ui/views/channels.whatsapp.json +0 -3
  263. package/locales/bn/ui/views/config-form.render.json +0 -43
  264. package/locales/bn/ui/views/nodes-exec-approvals.json +0 -45
  265. package/locales/bn/ui/views/skills-grouping.json +0 -7
  266. package/locales/bn/ui/views/skills-shared.json +0 -10
  267. package/locales/bn/ui/views/usage-metrics.json +0 -18
  268. package/locales/bn/ui/views/usage-query.json +0 -34
  269. package/locales/bn/ui/views/usage-render-details.json +0 -62
  270. package/locales/de/src/config/schema.field-metadata.json +0 -4
  271. package/locales/de/src/config/schema.irc.json +0 -4
  272. package/locales/de/src/infra/format-time/app-gateway.json +0 -12
  273. package/locales/de/ui/app-channels.json +0 -10
  274. package/locales/de/ui/app-gateway.json +0 -4
  275. package/locales/de/ui/app-render.helpers.json +0 -12
  276. package/locales/de/ui/app-render.json +0 -16
  277. package/locales/de/ui/gateway.json +0 -8
  278. package/locales/de/ui/navigation.json +0 -31
  279. package/locales/de/ui/views/agents-panels-status-files.json +0 -7
  280. package/locales/de/ui/views/agents-panels-tools-skills.json +0 -31
  281. package/locales/de/ui/views/agents-utils.json +0 -49
  282. package/locales/de/ui/views/channels.config.json +0 -31
  283. package/locales/de/ui/views/channels.discord.json +0 -3
  284. package/locales/de/ui/views/channels.googlechat.json +0 -3
  285. package/locales/de/ui/views/channels.imessage.json +0 -3
  286. package/locales/de/ui/views/channels.nostr-profile-form.json +0 -29
  287. package/locales/de/ui/views/channels.nostr.json +0 -5
  288. package/locales/de/ui/views/channels.shared.json +0 -3
  289. package/locales/de/ui/views/channels.signal.json +0 -4
  290. package/locales/de/ui/views/channels.slack.json +0 -3
  291. package/locales/de/ui/views/channels.telegram.json +0 -3
  292. package/locales/de/ui/views/channels.whatsapp.json +0 -3
  293. package/locales/de/ui/views/config-form.render.json +0 -43
  294. package/locales/de/ui/views/nodes-exec-approvals.json +0 -45
  295. package/locales/de/ui/views/skills-grouping.json +0 -7
  296. package/locales/de/ui/views/skills-shared.json +0 -10
  297. package/locales/de/ui/views/usage-metrics.json +0 -18
  298. package/locales/de/ui/views/usage-query.json +0 -34
  299. package/locales/de/ui/views/usage-render-details.json +0 -62
  300. package/locales/es/src/config/schema.field-metadata.json +0 -4
  301. package/locales/es/src/config/schema.irc.json +0 -4
  302. package/locales/es/src/infra/format-time/app-gateway.json +0 -12
  303. package/locales/es/ui/app-channels.json +0 -10
  304. package/locales/es/ui/app-gateway.json +0 -4
  305. package/locales/es/ui/app-render.helpers.json +0 -12
  306. package/locales/es/ui/app-render.json +0 -16
  307. package/locales/es/ui/gateway.json +0 -8
  308. package/locales/es/ui/navigation.json +0 -31
  309. package/locales/es/ui/views/agents-panels-status-files.json +0 -7
  310. package/locales/es/ui/views/agents-panels-tools-skills.json +0 -31
  311. package/locales/es/ui/views/agents-utils.json +0 -49
  312. package/locales/es/ui/views/channels.config.json +0 -31
  313. package/locales/es/ui/views/channels.discord.json +0 -3
  314. package/locales/es/ui/views/channels.googlechat.json +0 -3
  315. package/locales/es/ui/views/channels.imessage.json +0 -3
  316. package/locales/es/ui/views/channels.nostr-profile-form.json +0 -29
  317. package/locales/es/ui/views/channels.nostr.json +0 -5
  318. package/locales/es/ui/views/channels.shared.json +0 -3
  319. package/locales/es/ui/views/channels.signal.json +0 -4
  320. package/locales/es/ui/views/channels.slack.json +0 -3
  321. package/locales/es/ui/views/channels.telegram.json +0 -3
  322. package/locales/es/ui/views/channels.whatsapp.json +0 -3
  323. package/locales/es/ui/views/config-form.render.json +0 -43
  324. package/locales/es/ui/views/nodes-exec-approvals.json +0 -45
  325. package/locales/es/ui/views/skills-grouping.json +0 -7
  326. package/locales/es/ui/views/skills-shared.json +0 -10
  327. package/locales/es/ui/views/usage-metrics.json +0 -18
  328. package/locales/es/ui/views/usage-query.json +0 -34
  329. package/locales/es/ui/views/usage-render-details.json +0 -62
  330. package/locales/fi/src/config/schema.field-metadata.json +0 -4
  331. package/locales/fi/src/config/schema.irc.json +0 -4
  332. package/locales/fi/src/infra/format-time/app-gateway.json +0 -12
  333. package/locales/fi/ui/app-channels.json +0 -10
  334. package/locales/fi/ui/app-gateway.json +0 -4
  335. package/locales/fi/ui/app-render.helpers.json +0 -12
  336. package/locales/fi/ui/app-render.json +0 -16
  337. package/locales/fi/ui/gateway.json +0 -8
  338. package/locales/fi/ui/navigation.json +0 -31
  339. package/locales/fi/ui/views/agents-panels-status-files.json +0 -7
  340. package/locales/fi/ui/views/agents-panels-tools-skills.json +0 -31
  341. package/locales/fi/ui/views/agents-utils.json +0 -49
  342. package/locales/fi/ui/views/channels.config.json +0 -31
  343. package/locales/fi/ui/views/channels.discord.json +0 -3
  344. package/locales/fi/ui/views/channels.googlechat.json +0 -3
  345. package/locales/fi/ui/views/channels.imessage.json +0 -3
  346. package/locales/fi/ui/views/channels.nostr-profile-form.json +0 -29
  347. package/locales/fi/ui/views/channels.nostr.json +0 -5
  348. package/locales/fi/ui/views/channels.shared.json +0 -3
  349. package/locales/fi/ui/views/channels.signal.json +0 -4
  350. package/locales/fi/ui/views/channels.slack.json +0 -3
  351. package/locales/fi/ui/views/channels.telegram.json +0 -3
  352. package/locales/fi/ui/views/channels.whatsapp.json +0 -3
  353. package/locales/fi/ui/views/config-form.render.json +0 -43
  354. package/locales/fi/ui/views/nodes-exec-approvals.json +0 -45
  355. package/locales/fi/ui/views/skills-grouping.json +0 -7
  356. package/locales/fi/ui/views/skills-shared.json +0 -10
  357. package/locales/fi/ui/views/usage-metrics.json +0 -18
  358. package/locales/fi/ui/views/usage-query.json +0 -35
  359. package/locales/fi/ui/views/usage-render-details.json +0 -62
  360. package/locales/fr/src/config/schema.field-metadata.json +0 -4
  361. package/locales/fr/src/config/schema.irc.json +0 -4
  362. package/locales/fr/src/infra/format-time/app-gateway.json +0 -12
  363. package/locales/fr/ui/app-channels.json +0 -10
  364. package/locales/fr/ui/app-gateway.json +0 -4
  365. package/locales/fr/ui/app-render.helpers.json +0 -12
  366. package/locales/fr/ui/app-render.json +0 -16
  367. package/locales/fr/ui/gateway.json +0 -8
  368. package/locales/fr/ui/navigation.json +0 -31
  369. package/locales/fr/ui/views/agents-panels-status-files.json +0 -7
  370. package/locales/fr/ui/views/agents-panels-tools-skills.json +0 -31
  371. package/locales/fr/ui/views/agents-utils.json +0 -49
  372. package/locales/fr/ui/views/channels.config.json +0 -31
  373. package/locales/fr/ui/views/channels.discord.json +0 -3
  374. package/locales/fr/ui/views/channels.googlechat.json +0 -3
  375. package/locales/fr/ui/views/channels.imessage.json +0 -3
  376. package/locales/fr/ui/views/channels.nostr-profile-form.json +0 -29
  377. package/locales/fr/ui/views/channels.nostr.json +0 -5
  378. package/locales/fr/ui/views/channels.shared.json +0 -3
  379. package/locales/fr/ui/views/channels.signal.json +0 -4
  380. package/locales/fr/ui/views/channels.slack.json +0 -3
  381. package/locales/fr/ui/views/channels.telegram.json +0 -3
  382. package/locales/fr/ui/views/channels.whatsapp.json +0 -3
  383. package/locales/fr/ui/views/config-form.render.json +0 -43
  384. package/locales/fr/ui/views/nodes-exec-approvals.json +0 -45
  385. package/locales/fr/ui/views/skills-grouping.json +0 -7
  386. package/locales/fr/ui/views/skills-shared.json +0 -10
  387. package/locales/fr/ui/views/usage-metrics.json +0 -18
  388. package/locales/fr/ui/views/usage-query.json +0 -34
  389. package/locales/fr/ui/views/usage-render-details.json +0 -62
  390. package/locales/it/src/config/schema.field-metadata.json +0 -4
  391. package/locales/it/src/config/schema.irc.json +0 -4
  392. package/locales/it/src/infra/format-time/app-gateway.json +0 -12
  393. package/locales/it/ui/app-channels.json +0 -10
  394. package/locales/it/ui/app-gateway.json +0 -4
  395. package/locales/it/ui/app-render.helpers.json +0 -12
  396. package/locales/it/ui/app-render.json +0 -16
  397. package/locales/it/ui/gateway.json +0 -8
  398. package/locales/it/ui/navigation.json +0 -31
  399. package/locales/it/ui/views/agents-panels-status-files.json +0 -7
  400. package/locales/it/ui/views/agents-panels-tools-skills.json +0 -31
  401. package/locales/it/ui/views/agents-utils.json +0 -49
  402. package/locales/it/ui/views/channels.config.json +0 -31
  403. package/locales/it/ui/views/channels.discord.json +0 -3
  404. package/locales/it/ui/views/channels.googlechat.json +0 -3
  405. package/locales/it/ui/views/channels.imessage.json +0 -3
  406. package/locales/it/ui/views/channels.nostr-profile-form.json +0 -29
  407. package/locales/it/ui/views/channels.nostr.json +0 -5
  408. package/locales/it/ui/views/channels.shared.json +0 -3
  409. package/locales/it/ui/views/channels.signal.json +0 -4
  410. package/locales/it/ui/views/channels.slack.json +0 -3
  411. package/locales/it/ui/views/channels.telegram.json +0 -3
  412. package/locales/it/ui/views/channels.whatsapp.json +0 -3
  413. package/locales/it/ui/views/config-form.render.json +0 -43
  414. package/locales/it/ui/views/nodes-exec-approvals.json +0 -45
  415. package/locales/it/ui/views/skills-grouping.json +0 -7
  416. package/locales/it/ui/views/skills-shared.json +0 -10
  417. package/locales/it/ui/views/usage-metrics.json +0 -18
  418. package/locales/it/ui/views/usage-query.json +0 -35
  419. package/locales/it/ui/views/usage-render-details.json +0 -62
  420. package/locales/ja/src/config/schema.field-metadata.json +0 -4
  421. package/locales/ja/src/config/schema.irc.json +0 -4
  422. package/locales/ja/src/infra/format-time/app-gateway.json +0 -12
  423. package/locales/ja/ui/app-channels.json +0 -10
  424. package/locales/ja/ui/app-gateway.json +0 -4
  425. package/locales/ja/ui/app-render.helpers.json +0 -12
  426. package/locales/ja/ui/app-render.json +0 -16
  427. package/locales/ja/ui/gateway.json +0 -8
  428. package/locales/ja/ui/navigation.json +0 -31
  429. package/locales/ja/ui/views/agents-panels-status-files.json +0 -7
  430. package/locales/ja/ui/views/agents-panels-tools-skills.json +0 -31
  431. package/locales/ja/ui/views/agents-utils.json +0 -49
  432. package/locales/ja/ui/views/channels.config.json +0 -31
  433. package/locales/ja/ui/views/channels.discord.json +0 -3
  434. package/locales/ja/ui/views/channels.googlechat.json +0 -3
  435. package/locales/ja/ui/views/channels.imessage.json +0 -3
  436. package/locales/ja/ui/views/channels.nostr-profile-form.json +0 -29
  437. package/locales/ja/ui/views/channels.nostr.json +0 -5
  438. package/locales/ja/ui/views/channels.shared.json +0 -3
  439. package/locales/ja/ui/views/channels.signal.json +0 -4
  440. package/locales/ja/ui/views/channels.slack.json +0 -3
  441. package/locales/ja/ui/views/channels.telegram.json +0 -3
  442. package/locales/ja/ui/views/channels.whatsapp.json +0 -3
  443. package/locales/ja/ui/views/config-form.render.json +0 -43
  444. package/locales/ja/ui/views/nodes-exec-approvals.json +0 -45
  445. package/locales/ja/ui/views/skills-grouping.json +0 -7
  446. package/locales/ja/ui/views/skills-shared.json +0 -10
  447. package/locales/ja/ui/views/usage-metrics.json +0 -18
  448. package/locales/ja/ui/views/usage-query.json +0 -34
  449. package/locales/ja/ui/views/usage-render-details.json +0 -62
  450. package/locales/ko/src/config/schema.field-metadata.json +0 -4
  451. package/locales/ko/src/config/schema.irc.json +0 -4
  452. package/locales/ko/src/infra/format-time/app-gateway.json +0 -12
  453. package/locales/ko/ui/app-channels.json +0 -10
  454. package/locales/ko/ui/app-gateway.json +0 -4
  455. package/locales/ko/ui/app-render.helpers.json +0 -12
  456. package/locales/ko/ui/app-render.json +0 -16
  457. package/locales/ko/ui/gateway.json +0 -8
  458. package/locales/ko/ui/navigation.json +0 -31
  459. package/locales/ko/ui/views/agents-panels-status-files.json +0 -7
  460. package/locales/ko/ui/views/agents-panels-tools-skills.json +0 -31
  461. package/locales/ko/ui/views/agents-utils.json +0 -49
  462. package/locales/ko/ui/views/channels.config.json +0 -31
  463. package/locales/ko/ui/views/channels.discord.json +0 -3
  464. package/locales/ko/ui/views/channels.googlechat.json +0 -3
  465. package/locales/ko/ui/views/channels.imessage.json +0 -3
  466. package/locales/ko/ui/views/channels.nostr-profile-form.json +0 -29
  467. package/locales/ko/ui/views/channels.nostr.json +0 -5
  468. package/locales/ko/ui/views/channels.shared.json +0 -3
  469. package/locales/ko/ui/views/channels.signal.json +0 -4
  470. package/locales/ko/ui/views/channels.slack.json +0 -3
  471. package/locales/ko/ui/views/channels.telegram.json +0 -3
  472. package/locales/ko/ui/views/channels.whatsapp.json +0 -3
  473. package/locales/ko/ui/views/config-form.render.json +0 -43
  474. package/locales/ko/ui/views/nodes-exec-approvals.json +0 -45
  475. package/locales/ko/ui/views/skills-grouping.json +0 -7
  476. package/locales/ko/ui/views/skills-shared.json +0 -10
  477. package/locales/ko/ui/views/usage-metrics.json +0 -18
  478. package/locales/ko/ui/views/usage-query.json +0 -34
  479. package/locales/ko/ui/views/usage-render-details.json +0 -62
  480. package/locales/pt/src/config/schema.field-metadata.json +0 -4
  481. package/locales/pt/src/config/schema.irc.json +0 -4
  482. package/locales/pt/src/infra/format-time/app-gateway.json +0 -12
  483. package/locales/pt/ui/app-channels.json +0 -10
  484. package/locales/pt/ui/app-gateway.json +0 -4
  485. package/locales/pt/ui/app-render.helpers.json +0 -12
  486. package/locales/pt/ui/app-render.json +0 -16
  487. package/locales/pt/ui/gateway.json +0 -8
  488. package/locales/pt/ui/navigation.json +0 -31
  489. package/locales/pt/ui/views/agents-panels-status-files.json +0 -7
  490. package/locales/pt/ui/views/agents-panels-tools-skills.json +0 -31
  491. package/locales/pt/ui/views/agents-utils.json +0 -49
  492. package/locales/pt/ui/views/channels.config.json +0 -31
  493. package/locales/pt/ui/views/channels.discord.json +0 -3
  494. package/locales/pt/ui/views/channels.googlechat.json +0 -3
  495. package/locales/pt/ui/views/channels.imessage.json +0 -3
  496. package/locales/pt/ui/views/channels.nostr-profile-form.json +0 -29
  497. package/locales/pt/ui/views/channels.nostr.json +0 -5
  498. package/locales/pt/ui/views/channels.shared.json +0 -3
  499. package/locales/pt/ui/views/channels.signal.json +0 -4
  500. package/locales/pt/ui/views/channels.slack.json +0 -3
  501. package/locales/pt/ui/views/channels.telegram.json +0 -3
  502. package/locales/pt/ui/views/channels.whatsapp.json +0 -3
  503. package/locales/pt/ui/views/nodes-exec-approvals.json +0 -45
  504. package/locales/pt/ui/views/skills-grouping.json +0 -7
  505. package/locales/pt/ui/views/skills-shared.json +0 -10
  506. package/locales/pt/ui/views/usage-metrics.json +0 -18
  507. package/locales/pt/ui/views/usage-query.json +0 -35
  508. package/locales/pt/ui/views/usage-render-details.json +0 -62
  509. package/locales/vi/src/config/schema.field-metadata.json +0 -4
  510. package/locales/vi/src/config/schema.irc.json +0 -4
  511. package/locales/vi/src/infra/format-time/app-gateway.json +0 -12
  512. package/locales/vi/ui/app-channels.json +0 -10
  513. package/locales/vi/ui/app-gateway.json +0 -4
  514. package/locales/vi/ui/app-render.helpers.json +0 -12
  515. package/locales/vi/ui/app-render.json +0 -16
  516. package/locales/vi/ui/gateway.json +0 -8
  517. package/locales/vi/ui/navigation.json +0 -31
  518. package/locales/vi/ui/views/agents-panels-status-files.json +0 -7
  519. package/locales/vi/ui/views/agents-panels-tools-skills.json +0 -31
  520. package/locales/vi/ui/views/agents-utils.json +0 -49
  521. package/locales/vi/ui/views/channels.config.json +0 -31
  522. package/locales/vi/ui/views/channels.discord.json +0 -3
  523. package/locales/vi/ui/views/channels.googlechat.json +0 -3
  524. package/locales/vi/ui/views/channels.imessage.json +0 -3
  525. package/locales/vi/ui/views/channels.nostr-profile-form.json +0 -29
  526. package/locales/vi/ui/views/channels.nostr.json +0 -5
  527. package/locales/vi/ui/views/channels.shared.json +0 -3
  528. package/locales/vi/ui/views/channels.signal.json +0 -4
  529. package/locales/vi/ui/views/channels.slack.json +0 -3
  530. package/locales/vi/ui/views/channels.telegram.json +0 -3
  531. package/locales/vi/ui/views/channels.whatsapp.json +0 -3
  532. package/locales/vi/ui/views/config-form.render.json +0 -43
  533. package/locales/vi/ui/views/nodes-exec-approvals.json +0 -45
  534. package/locales/vi/ui/views/skills-grouping.json +0 -7
  535. package/locales/vi/ui/views/skills-shared.json +0 -10
  536. package/locales/vi/ui/views/usage-metrics.json +0 -18
  537. package/locales/vi/ui/views/usage-query.json +0 -34
  538. package/locales/vi/ui/views/usage-render-details.json +0 -62
  539. package/locales/zh/src/config/schema.field-metadata.json +0 -4
  540. package/locales/zh/src/config/schema.irc.json +0 -4
  541. package/locales/zh/src/infra/format-time/app-gateway.json +0 -12
  542. package/locales/zh/ui/app-channels.json +0 -10
  543. package/locales/zh/ui/app-gateway.json +0 -4
  544. package/locales/zh/ui/app-render.helpers.json +0 -12
  545. package/locales/zh/ui/app-render.json +0 -16
  546. package/locales/zh/ui/gateway.json +0 -8
  547. package/locales/zh/ui/navigation.json +0 -31
  548. package/locales/zh/ui/views/agents-panels-status-files.json +0 -7
  549. package/locales/zh/ui/views/agents-panels-tools-skills.json +0 -31
  550. package/locales/zh/ui/views/agents-utils.json +0 -49
  551. package/locales/zh/ui/views/agents.json +0 -55
  552. package/locales/zh/ui/views/channels.config.json +0 -31
  553. package/locales/zh/ui/views/channels.discord.json +0 -3
  554. package/locales/zh/ui/views/channels.googlechat.json +0 -3
  555. package/locales/zh/ui/views/channels.imessage.json +0 -3
  556. package/locales/zh/ui/views/channels.json +0 -11
  557. package/locales/zh/ui/views/channels.nostr-profile-form.json +0 -29
  558. package/locales/zh/ui/views/channels.nostr.json +0 -5
  559. package/locales/zh/ui/views/channels.shared.json +0 -3
  560. package/locales/zh/ui/views/channels.signal.json +0 -4
  561. package/locales/zh/ui/views/channels.slack.json +0 -3
  562. package/locales/zh/ui/views/channels.telegram.json +0 -3
  563. package/locales/zh/ui/views/channels.whatsapp.json +0 -3
  564. package/locales/zh/ui/views/config.json +0 -53
  565. package/locales/zh/ui/views/nodes-exec-approvals.json +0 -45
  566. package/locales/zh/ui/views/skills-grouping.json +0 -7
  567. package/locales/zh/ui/views/skills-shared.json +0 -10
  568. package/locales/zh/ui/views/skills.json +0 -10
  569. package/locales/zh/ui/views/usage-metrics.json +0 -18
  570. package/locales/zh/ui/views/usage-query.json +0 -35
  571. package/locales/zh/ui/views/usage-render-details.json +0 -62
  572. package/locales/zh/ui/views/usage.json +0 -85
  573. /package/locales/{zh → zh-CN}/extensions/feishu.json +0 -0
  574. /package/locales/{zh → zh-CN}/ui/views/chat.json +0 -0
@@ -1,31 +0,0 @@
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
- }
@@ -1,49 +0,0 @@
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\"": "\"셸 명령 실행\"",
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\"": "\"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
- }
@@ -1,31 +0,0 @@
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 릴레이를 통한 탈중앙화 DM (NIP-04)."
31
- }
@@ -1,3 +0,0 @@
1
- {
2
- "Bot status and channel configuration.": "봇 상태 및 채널 구성."
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "Chat API webhook status and channel configuration.": "채팅 API 웹훅 상태 및 채널 구성."
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "macOS bridge status and channel configuration.": "macOS 브리지 상태 및 채널 구성."
3
- }
@@ -1,29 +0,0 @@
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\"": "\"아바타 URL\"",
12
- "A brief bio or description": "간단한 소개 또는 설명",
13
- "\"Banner URL\"": "\"배너 URL\"",
14
- "HTTPS URL to your profile picture": "프로필 사진의 HTTPS URL",
15
- "HTTPS URL to a banner image": "배너 이미지의 HTTPS URL",
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\"": "\"릴레이에서 가져오기\"",
26
- "\"Hide Advanced\"": "\"고급 숨기기\"",
27
- "\"Show Advanced\"": "\"고급 표시\"",
28
- " You have unsaved changes": " 저장되지 않은 변경 사항이 있습니다"
29
- }
@@ -1,5 +0,0 @@
1
- {
2
- ">Display Name<": ">표시 이름<",
3
- ">About<": ">소개<",
4
- "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "설정된 프로필이 없습니다. \"프로필 편집\"을 클릭하여 이름, 소개 및 아바타를 추가하세요."
5
- }
@@ -1,3 +0,0 @@
1
- {
2
- ">Accounts ": ">계정 "
3
- }
@@ -1,4 +0,0 @@
1
- {
2
- "signal-cli status and channel configuration.": "signal-cli 상태 및 채널 구성.",
3
- ">Base URL<": ">기본 URL<"
4
- }
@@ -1,3 +0,0 @@
1
- {
2
- "Socket mode status and channel configuration.": "소켓 모드 상태 및 채널 구성."
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "Bot status and channel configuration.": "봇 상태 및 채널 구성."
3
- }
@@ -1,3 +0,0 @@
1
- {
2
- "Link WhatsApp Web and monitor connection health.": "WhatsApp Web을 연결하고 연결 상태를 모니터링합니다."
3
- }
@@ -1,43 +0,0 @@
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": "웹훅 및 이벤트 훅",
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": "웹 서버 및 API 설정",
32
- "\"Discovery\"": "\"디스커버리\"",
33
- "Service discovery and networking": "서비스 디스커버리 및 네트워킹",
34
- "Canvas rendering and display": "캔버스 렌더링 및 디스플레이",
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
- }
@@ -1,45 +0,0 @@
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
- }
@@ -1,7 +0,0 @@
1
- {
2
- "\"Workspace Skills\"": "\"작업 공간 스킬\"",
3
- "\"Built-in Skills\"": "\"내장 스킬\"",
4
- "\"Installed Skills\"": "\"설치된 스킬\"",
5
- "\"Extra Skills\"": "\"추가 스킬\"",
6
- "\"Other Skills\"": "\"기타 스킬\""
7
- }
@@ -1,10 +0,0 @@
1
- {
2
- "\"blocked by allowlist\"": "\"허용 목록에 의해 차단됨\"",
3
-
4
- "\"eligible\"": "\"자격 있음\"",
5
- "\"blocked\"": "\"차단됨\"",
6
-
7
- ">disabled<": ">비활성화됨<",
8
- ">Missing: ": ">누락: ",
9
- ">Reason:": ">이유:"
10
- }
@@ -1,18 +0,0 @@
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
- }
@@ -1,34 +0,0 @@
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
- }
@@ -1,62 +0,0 @@
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
- }
@@ -1,4 +0,0 @@
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
- }
@@ -1,4 +0,0 @@
1
- {
2
- "\"IRC DM Policy\"": "\"Política de DM no IRC\"",
3
- "\"IRC NickServ Enabled\"": "\"NickServ do IRC Ativado\""
4
- }
@@ -1,12 +0,0 @@
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
- }
@@ -1,10 +0,0 @@
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
- }
@@ -1,4 +0,0 @@
1
- {
2
- "`disconnected \\(": "`desconectado (",
3
- "\"no reason\"": "\"sem motivo\""
4
- }
@@ -1,12 +0,0 @@
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
- }
@@ -1,16 +0,0 @@
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
- }
@@ -1,8 +0,0 @@
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
- }
@@ -1,31 +0,0 @@
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
- }
@@ -1,7 +0,0 @@
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
- }
@@ -1,31 +0,0 @@
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
- }