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,10 @@
1
+ {
2
+ "Profile update failed \\(": "프로필 업데이트 실패 (",
3
+ "Profile publish failed on all relays.": "모든 릴레이에서 프로필 게시에 실패했습니다.",
4
+ "Profile published to relays.": "프로필이 릴레이에 게시되었습니다.",
5
+ "Profile update failed: ": "프로필 업데이트 실패: ",
6
+ "Profile import failed \\(": "프로필 가져오기 실패 (",
7
+ "Profile imported from relays. Review and publish.": "릴레이에서 프로필을 가져왔습니다. 검토 후 게시하세요.",
8
+ "Profile imported. Review and publish.": "프로필을 가져왔습니다. 검토 후 게시하세요.",
9
+ "Profile import failed: ": "프로필 가져오기 실패: "
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "`disconnected \\(": "`연결 끊김 (",
3
+ "\"no reason\"": "\"이유 없음\""
4
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "\"Refresh chat data\"": "\"채팅 데이터 새로고침\"",
3
+ "\"Disabled during onboarding\"": "\"온보딩 중에는 비활성화됨\"",
4
+ "\"Toggle assistant thinking/working output\"": "\"어시스턴트 사고/작업 출력 전환\"",
5
+ "\"Toggle focus mode \\(hide sidebar \\+ page header\\)\"": "\"집중 모드 전환 (사이드바 및 페이지 헤더 숨기기)\"",
6
+ "\"System theme\"": "\"시스템 테마\"",
7
+ "\"System\"": "\"시스템\"",
8
+ "\"Light theme\"": "\"라이트 테마\"",
9
+ "\"Light\"": "\"라이트\"",
10
+ "\"Dark theme\"": "\"다크 테마\"",
11
+ "\"Dark\"": "\"다크\""
12
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "Disconnected from gateway.": "게이트웨이와의 연결이 끊어졌습니다.",
3
+
4
+ "\"Expand sidebar\"": "\"사이드바 확장\"",
5
+ "\"Collapse sidebar\"": "\"사이드바 축소\"",
6
+
7
+ ">Health<": ">상태<",
8
+ "\"OK\"": "\"정상\"",
9
+ "\"Offline\"": "\"오프라인\"",
10
+
11
+ ">Gateway Dashboard<": ">게이트웨이 대시보드<",
12
+
13
+ ">Resources<": ">리소스<",
14
+ "Docs \\(opens in new tab\\)": "문서 (새 탭에서 열기)",
15
+ ">Docs<": ">문서<"
16
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "\"gateway client stopped\"": "\"게이트웨이 클라이언트 중지됨\"",
3
+ "gateway closed \\(": "게이트웨이 종료됨 (",
4
+ "\"connect failed\"": "\"연결 실패\"",
5
+ " event handler error:": " 이벤트 핸들러 오류:",
6
+ "\"request failed\"": "\"요청 실패\"",
7
+ "\"gateway not connected\"": "\"게이트웨이 연결 안 됨\""
8
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "\"Chat\"": "\"채팅\"",
3
+ "\"Control\"": "\"제어\"",
4
+ "\"Agent\"": "\"에이전트\"",
5
+ "\"Settings\"": "\"설정\"",
6
+ "\"Agents\"": "\"에이전트\"",
7
+ "\"Overview\"": "\"개요\"",
8
+ "\"Channels\"": "\"채널\"",
9
+ "\"Instances\"": "\"인스턴스\"",
10
+ "\"Sessions\"": "\"세션\"",
11
+ "\"Usage\"": "\"사용량\"",
12
+ "\"Cron Jobs\"": "\"크론 작업\"",
13
+ "\"Skills\"": "\"스킬\"",
14
+ "\"Nodes\"": "\"노드\"",
15
+ "\"Config\"": "\"구성\"",
16
+ "\"Debug\"": "\"디버그\"",
17
+ "\"Logs\"": "\"로그\"",
18
+
19
+ "Manage agent workspaces, tools, and identities.": "에이전트 작업 공간, 도구 및 아이덴티티를 관리합니다.",
20
+ "Gateway status, entry points, and a fast health read.": "게이트웨이 상태, 진입점 및 빠른 상태 확인을 제공합니다.",
21
+ "Manage channels and settings.": "채널 및 설정을 관리합니다.",
22
+ "Presence beacons from connected clients and nodes.": "연결된 클라이언트와 노드의 상태 신호를 표시합니다.",
23
+ "Inspect active sessions and adjust per-session defaults.": "활성 세션을 검사하고 세션별 기본값을 조정합니다.",
24
+ "Schedule wakeups and recurring agent runs.": "웨이크업 및 반복 에이전트 실행을 예약합니다.",
25
+ "Manage skill availability and API key injection.": "스킬 가용성 및 API 키 삽입을 관리합니다.",
26
+ "Paired devices, capabilities, and command exposure.": "페어링된 장치, 기능 및 명령 노출을 관리합니다.",
27
+ "Direct gateway chat session for quick interventions.": "신속한 개입을 위한 직접 게이트웨이 채팅 세션입니다.",
28
+ "Edit ~/.openclaw/openclaw.json safely.": "~/.clawdbot/clawdbot.json을 안전하게 편집합니다.",
29
+ "Gateway snapshots, events, and manual RPC calls.": "게이트웨이 스냅샷, 이벤트 및 수동 RPC 호출을 제공합니다.",
30
+ "Live tail of the gateway file logs.": "게이트웨이 파일 로그의 실시간 추적을 제공합니다."
31
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ ">Agent Context<": ">에이전트 컨텍스트<",
3
+ "\"no accounts\"": "\"계정 없음\"",
4
+ " connected`": " 연결됨`",
5
+ " configured`": " 구성됨`",
6
+ "\"not configured\"": "\"구성되지 않음\""
7
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "\"agent override\"": "\"에이전트 재정의\"",
3
+ "\"global default\"": "\"전역 기본값\"",
4
+ "\"default\"": "\"기본값\"",
5
+
6
+ ">Tool Access<": ">도구 액세스<",
7
+ " Profile \\+ per-tool overrides for this agent.": " 이 에이전트의 프로필 및 도구별 재정의.",
8
+ "> enabled.": "> 활성화됨.",
9
+
10
+ " Use All": " 모두 사용",
11
+ " Enable All": " 모두 활성화",
12
+ " Disable All": " 모두 비활성화",
13
+ " Reload Config": " 구성 다시 로드",
14
+
15
+ "Load the gateway config to adjust tool profiles.": "도구 프로필을 조정하려면 게이트웨이 구성을 로드하세요.",
16
+ " This agent is using an explicit allowlist in config. Tool overrides are managed in the Config tab.": " 이 에이전트는 구성에서 명시적 허용 목록을 사용하고 있습니다. 도구 재정의는 구성 탭에서 관리됩니다.",
17
+ " Global tools.allow is set. Agent overrides cannot enable tools that are globally blocked.": " 전역 tools.allow가 설정되었습니다. 에이전트 재정의는 전역적으로 차단된 도구를 활성화할 수 없습니다.",
18
+
19
+ ">Profile<": ">프로필<",
20
+ ">Source<": ">소스<",
21
+ ">unsaved<": ">저장되지 않음<",
22
+
23
+ ">Quick Presets<": ">빠른 프리셋<",
24
+ " Inherit": " 상속",
25
+
26
+ "Per-agent skill allowlist and workspace skills.": "에이전트별 스킬 허용 목록 및 작업 공간 스킬.",
27
+ "Load the gateway config to set per-agent skills.": "에이전트별 스킬을 설정하려면 게이트웨이 구성을 로드하세요.",
28
+ "This agent uses a custom skill allowlist.": "이 에이전트는 사용자 정의 스킬 허용 목록을 사용합니다.",
29
+ "All skills are enabled. Disabling any skill will create a per-agent allowlist.": "모든 스킬이 활성화되었습니다. 스킬을 비활성화하면 에이전트별 허용 목록이 생성됩니다.",
30
+ "Load skills for this agent to view workspace-specific entries.": "작업 공간별 항목을 보려면 이 에이전트의 스킬을 로드하세요."
31
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "\"Files\"": "\"파일\"",
3
+ "\"Read file contents\"": "\"파일 내용 읽기\"",
4
+ "\"Create or overwrite files\"": "\"파일 생성 또는 덮어쓰기\"",
5
+ "\"Make precise edits\"": "\"정밀 편집 수행\"",
6
+ "\"Patch files \\(OpenAI\\)\"": "\"파일 패치 (OpenAI)\"",
7
+
8
+ "\"Runtime\"": "\"런타임\"",
9
+ "\"Run shell commands\"": "\"셸 명령 실행\"",
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
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ ">No configured models<": ">구성된 모델 없음<",
3
+ "\\} configured.<": "} 구성됨.<",
4
+ "No agents found.": "에이전트를 찾을 수 없습니다.",
5
+ ">Select an agent<": ">에이전트 선택<",
6
+ "Pick an agent to inspect its workspace and tools.": "에이전트를 선택하여 작업 공간과 도구를 검사하세요.",
7
+ "Agent workspace and routing.": "에이전트 작업 공간 및 라우팅.",
8
+ "\"Tools\"": "\"도구\"",
9
+
10
+ ">Overview<": ">개요<",
11
+ "Workspace paths and identity metadata.": "작업 공간 경로 및 아이덴티티 메타데이터.",
12
+ ">Workspace<": ">작업 공간<",
13
+ ">Primary Model<": ">기본 모델<",
14
+ ">Identity Name<": ">아이덴티티 이름<",
15
+ ">Default<": ">기본값<",
16
+ ">Identity Emoji<": ">아이덴티티 이모지<",
17
+ ">Skills Filter<": ">스킬 필터<",
18
+ ">Filter<": ">필터<",
19
+ ">Model Selection<": ">모델 선택<",
20
+ ">Primary model": ">기본 모델",
21
+ " \\(default\\)": " (기본값)",
22
+ "Fallbacks \\(comma-separated\\)": "폴백 (쉼표로 구분)",
23
+ "Inherit default \\(": "기본값 상속 (",
24
+ "\"Inherit default\"": "\"기본값 상속\"",
25
+ ">Fallbacks (comma-separated)<": ">폴백 (쉼표로 구분)<",
26
+ "\"Save\"": "\"저장\"",
27
+ "\"yes\"": "\"예\"",
28
+ "\"no\"": "\"아니요\"",
29
+
30
+ "\"Workspace, identity, and model configuration.\"": "\"작업 공간, 아이덴티티 및 모델 구성.\"",
31
+ "Load channels to see live status.": "채널을 로드하여 실시간 상태를 확인하세요.",
32
+ "Gateway-wide channel status snapshot.": "게이트웨이 전체 채널 상태 스냅샷.",
33
+ " Last refresh:": " 마지막 새로고침:",
34
+ "No channels found.": "채널을 찾을 수 없습니다.",
35
+ "\"no accounts\"": "\"계정 없음\"",
36
+ "\\} enabled": "} 활성화됨",
37
+ "Workspace and scheduling targets.": "작업 공간 및 스케줄링 대상.",
38
+ "Gateway cron status.": "게이트웨이 크론 상태.",
39
+ ">Next wake<": ">다음 웨이크업<",
40
+ ">Agent Cron Jobs<": ">에이전트 크론 작업<",
41
+ "Scheduled jobs targeting this agent.": "이 에이전트를 대상으로 하는 예약된 작업.",
42
+ "No jobs assigned.": "할당된 작업이 없습니다.",
43
+ ">Core Files<": ">핵심 파일<",
44
+ "Bootstrap persona, identity, and tool guidance.": "부트스트랩 페르소나, 아이덴티티 및 도구 지침.",
45
+ ">Workspace:": ">작업 공간:",
46
+ " Load the agent workspace files to edit core instructions.": " 핵심 지침을 편집하려면 에이전트 작업 공간 파일을 로드하세요.",
47
+ "No files found.": "파일을 찾을 수 없습니다.",
48
+ "Select a file to edit.": "편집할 파일을 선택하세요.",
49
+ " This file is missing. Saving will create it in the agent workspace.": " 이 파일이 없습니다. 저장하면 에이전트 작업 공간에 생성됩니다.",
50
+ ">Content<": ">내용<",
51
+ ">missing<": ">없음<",
52
+
53
+ " Reload": " 다시 로드"
54
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "Schema unavailable. Use Raw.": "스키마를 사용할 수 없습니다. 원시 데이터를 사용하세요.",
3
+ "Channel config schema unavailable.": "채널 구성 스키마를 사용할 수 없습니다.",
4
+ "Loading config schema…": "구성 스키마 로드 중…",
5
+ "Channel status and configuration.": "채널 상태 및 구성.",
6
+
7
+ ">Configured<": ">구성됨<",
8
+ ">Linked<": ">연결됨<",
9
+ ">Last start<": ">마지막 시작<",
10
+ ">Last probe<": ">마지막 프로브<",
11
+ ">Last connect<": ">마지막 연결<",
12
+ ">Last message<": ">마지막 메시지<",
13
+ ">Last inbound<": ">마지막 인바운드<",
14
+ ">Auth age<": ">인증 기간<",
15
+ ">Mode<": ">모드<",
16
+ ">Credential<": ">자격 증명<",
17
+ ">Public Key<": ">공개 키<",
18
+ ">Audience<": ">대상<",
19
+ ">Profile<": ">프로필<",
20
+
21
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "설정된 프로필이 없습니다. \"프로필 편집\"을 클릭하여 이름, 소개 및 아바타를 추가하세요.",
22
+ "\"Saving…\"": "\"저장 중…\"",
23
+ "\"Save\"": "\"저장\"",
24
+ " probe": " 프로브",
25
+
26
+ " Probe": " 프로브",
27
+ "\"ok\" \\:": "\"성공\" :",
28
+ "\"failed\"": "\"실패\"",
29
+
30
+ "Decentralized DMs via Nostr relays \\(NIP-04\\).": "Nostr 릴레이를 통한 탈중앙화 DM (NIP-04)."
31
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Bot status and channel configuration.": "봇 상태 및 채널 구성."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Chat API webhook status and channel configuration.": "채팅 API 웹훅 상태 및 채널 구성."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "macOS bridge status and channel configuration.": "macOS 브리지 상태 및 채널 구성."
3
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "Channel health": "채널 상태",
3
+ "Channel status snapshots from the gateway.": "게이트웨이의 채널 상태 스냅샷.",
4
+ "No snapshot yet.": "아직 스냅샷이 없습니다.",
5
+ "Channel status and configuration.": "채널 상태 및 구성.",
6
+ "\"Yes\"": "\"예\"",
7
+ "\"Active\"": "\"활성\"",
8
+ "\"No\"": "\"아니요\"",
9
+ ">Running<": ">실행 중<",
10
+ ">Connected<": ">연결됨<"
11
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ ">Edit Profile<": ">프로필 편집<",
3
+ ">Account: ": ">계정: ",
4
+
5
+ "\"Username\"": "\"사용자 이름\"",
6
+ "\"Short username \\(": "\"짧은 사용자 이름 (",
7
+ "\"Display Name\"": "\"표시 이름\"",
8
+ "Your full display name": "전체 표시 이름",
9
+ "\"Bio\"": "\"소개\"",
10
+ "Tell people about yourself...": "자신에 대해 소개해보세요...",
11
+ "\"Avatar URL\"": "\"아바타 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
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ ">Display Name<": ">표시 이름<",
3
+ ">About<": ">소개<",
4
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "설정된 프로필이 없습니다. \"프로필 편집\"을 클릭하여 이름, 소개 및 아바타를 추가하세요."
5
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ ">Accounts ": ">계정 "
3
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "signal-cli status and channel configuration.": "signal-cli 상태 및 채널 구성.",
3
+ ">Base URL<": ">기본 URL<"
4
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Socket mode status and channel configuration.": "소켓 모드 상태 및 채널 구성."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Bot status and channel configuration.": "봇 상태 및 채널 구성."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Link WhatsApp Web and monitor connection health.": "WhatsApp Web을 연결하고 연결 상태를 모니터링합니다."
3
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "Compacting context...": "컨텍스트 압축 중...",
3
+ "Context compacted": "컨텍스트 압축됨",
4
+ "Attachment preview": "첨부 파일 미리보기",
5
+ "Remove attachment": "첨부 파일 제거",
6
+ "Add a message or paste more images...": "메시지를 추가하거나 더 많은 이미지를 붙여넣으세요...",
7
+ "Message \\(↩ to send, Shift\\+↩ for line breaks, paste images\\)": "메시지 (↵ 전송, Shift+↵ 줄 바꿈, 이미지 붙여넣기)",
8
+ "Connect to the gateway to start chatting…": "채팅을 시작하려면 게이트웨이에 연결하세요…",
9
+ "Loading chat…": "채팅 로드 중…",
10
+ "Exit focus mode": "집중 모드 종료",
11
+ ">Queued ": ">대기 중 ",
12
+ "Image \\(": "이미지 (",
13
+ "Remove queued message": "대기 중인 메시지 제거",
14
+ "New messages ": "새 메시지 ",
15
+ ">Message<": ">메시지<",
16
+ "\"Stop\"": "\"중지\"",
17
+ "New session": "새 세션",
18
+ "\"Queue\"": "\"대기열\"",
19
+ "\"Send\"": "\"전송\"",
20
+ "Showing last ": "마지막 ",
21
+ "\\} messages": "} 메시지 표시",
22
+ "\\} hidden": "} 숨김"
23
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "\"Environment Variables\"": "\"환경 변수\"",
3
+ "Environment variables passed to the gateway process": "게이트웨이 프로세스에 전달되는 환경 변수",
4
+ "\"Updates\"": "\"업데이트\"",
5
+ "Auto-update settings and release channel": "자동 업데이트 설정 및 릴리스 채널",
6
+ "Agent configurations, models, and identities": "에이전트 구성, 모델 및 아이덴티티",
7
+ "API keys and authentication profiles": "API 키 및 인증 프로필",
8
+ "Messaging channels (Telegram, Discord, Slack, etc.)": "메시징 채널 (Telegram, Discord, Slack 등)",
9
+ "Custom slash commands": "사용자 정의 슬래시 명령어",
10
+ "Webhooks and event hooks": "웹훅 및 이벤트 훅",
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
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ ">All Settings<": ">모든 설정<",
3
+
4
+ "\"Environment\"": "\"환경\"",
5
+ "\"Updates\"": "\"업데이트\"",
6
+ "\"Authentication\"": "\"인증\"",
7
+ "\"Commands\"": "\"명령어\"",
8
+ "\"Hooks\"": "\"훅\"",
9
+ "\"Gateway\"": "\"게이트웨이\"",
10
+ "\"Setup Wizard\"": "\"설치 마법사\"",
11
+
12
+ "\"Meta\"": "\"메타\"",
13
+ "\"Diagnostics\"": "\"진단\"",
14
+ "\"Logging\"": "\"로깅\"",
15
+ "\"Browser\"": "\"브라우저\"",
16
+ "\"Ui\"": "\"UI\"",
17
+ "\"Models\"": "\"모델\"",
18
+ "\"NodeHost\"": "\"노드 호스트\"",
19
+ "\"Bindings\"": "\"바인딩\"",
20
+ "\"Broadcast\"": "\"브로드캐스트\"",
21
+ "\"Audio\"": "\"오디오\"",
22
+ "\"Media\"": "\"미디어\"",
23
+ "\"Messages\"": "\"메시지\"",
24
+ "\"Approvals\"": "\"승인\"",
25
+ "\"Session\"": "\"세션\"",
26
+ "\"Cron\"": "\"크론\"",
27
+ "\"Web\"": "\"웹\"",
28
+ "\"Discovery\"": "\"디스커버리\"",
29
+ "\"CanvasHost\"": "\"캔버스 호스트\"",
30
+ "\"Talk\"": "\"토크\"",
31
+ "\"Memory\"": "\"메모리\"",
32
+ "\"Plugins\"": "\"플러그인\"",
33
+
34
+ ">Settings<": ">설정<",
35
+ "\"unknown\"": "\"알 수 없음\"",
36
+ "\"valid\"": "\"유효함\"",
37
+ "\"invalid\"": "\"유효하지 않음\"",
38
+ "\"Unsaved changes\"": "\"저장되지 않은 변경 사항\"",
39
+ " unsaved change\\$": " 저장되지 않은 변경 사항",
40
+ "Search settings...": "설정 검색...",
41
+ ">No changes<": ">변경 사항 없음<",
42
+ "\"Reload\"": "\"다시 로드\"",
43
+ "\"Applying…\"": "\"적용 중…\"",
44
+ "\"Apply\"": "\"적용\"",
45
+ "\"Updating…\"": "\"업데이트 중…\"",
46
+ "\"Update\"": "\"업데이트\"",
47
+ ">View ": ">",
48
+ "\\} pending": "} 보기 (보류 중)",
49
+ " change\\$": " 변경 사항",
50
+ "Loading schema…": "스키마 로드 중…",
51
+ " Form view can't safely edit some fields. Use Raw to avoid losing config entries.": " 양식 보기로는 일부 필드를 안전하게 편집할 수 없습니다. 구성 항목 손실을 방지하려면 원시 데이터를 사용하세요.",
52
+ ">Raw JSON5<": ">원시 JSON5<"
53
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ ">Scheduler<": ">스케줄러<",
3
+ "Gateway-owned cron scheduler status.": "게이트웨이 소유 크론 스케줄러 상태.",
4
+ ">Enabled<": ">활성화됨<",
5
+ "\"Refreshing…\"": "\"새로고침 중…\"",
6
+ ">New Job<": ">새 작업<",
7
+ "Create a scheduled wakeup or agent run.": "예약된 웨이크업 또는 에이전트 실행을 생성합니다.",
8
+ ">Name<": ">이름<",
9
+ ">Description<": ">설명<",
10
+ ">Agent ID<": ">에이전트 ID<",
11
+ ">Schedule<": ">일정<",
12
+ ">Every<": ">매<",
13
+ ">At<": ">에<",
14
+ ">Cron<": ">크론<",
15
+
16
+ ">Main<": ">메인<",
17
+ ">Isolated<": ">격리됨<",
18
+
19
+ ">Session<": ">세션<",
20
+ ">Wake mode<": ">웨이크 모드<",
21
+ ">Now<": ">지금<",
22
+ ">Next heartbeat<": ">다음 하트비트<",
23
+
24
+ ">Payload<": ">페이로드<",
25
+ ">System event<": ">시스템 이벤트<",
26
+ ">Agent turn<": ">에이전트 차례<",
27
+ "\"System text\"": "\"시스템 텍스트\"",
28
+ "\"Agent message\"": "\"에이전트 메시지\"",
29
+
30
+ ">Delivery<": ">전달<",
31
+ "Announce summary ": "요약 공지 ",
32
+ "None \\(internal\\)": "없음 (내부)",
33
+ "Timeout \\(seconds\\)": "시간 초과 (초)",
34
+ ">Channel<": ">채널<",
35
+ ">To<": ">받는 사람<",
36
+ "1555… or chat id": "1555… 또는 채팅 ID",
37
+
38
+ "\"Add job\"": "\"작업 추가\"",
39
+ ">Jobs<": ">작업<",
40
+ "All scheduled jobs stored in the gateway.": "게이트웨이에 저장된 모든 예약 작업.",
41
+ "No jobs yet.": "아직 작업이 없습니다.",
42
+ ">Run history<": ">실행 기록<",
43
+ ">Latest runs for ": ">최신 실행: ",
44
+ "Select a job to inspect run history.": "실행 기록을 확인하려면 작업을 선택하세요.",
45
+ "No runs yet.": "아직 실행 기록이 없습니다.",
46
+ ">Run at<": ">실행 시간<",
47
+ ">Unit<": ">단위<",
48
+ ">Minutes<": ">분<",
49
+ ">Days<": ">일<",
50
+ ">Expression<": ">표현식<",
51
+ "Timezone \\(optional\\)": "시간대 (선택 사항)",
52
+ ">Agent: ": ">에이전트: ",
53
+ "\"enabled\"": "\"활성화됨\"",
54
+ "\"disabled\"": "\"비활성화됨\"",
55
+ "\"Enable\"": "\"활성화\"",
56
+ "\"Disable\"": "\"비활성화\"",
57
+ ">System<": ">시스템<",
58
+ ">Status<": ">상태<",
59
+ ">Next<": ">다음<",
60
+ ">Last<": ">마지막<",
61
+ ">Open run chat<": ">실행 채팅 열기<",
62
+
63
+ "\"\\(select a job\\)\"": "\"(작업 선택)\""
64
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ ">Snapshots<": ">스냅샷<",
3
+ "Status, health, and heartbeat data.": "상태, 건강 및 하트비트 데이터.",
4
+ " Security audit:": " 보안 감사:",
5
+ "\\}. Run": "}. 실행",
6
+ "> for details.": "> 자세한 내용은.",
7
+ ">Last heartbeat<": ">마지막 하트비트<",
8
+ ">Manual RPC<": ">수동 RPC<",
9
+ "Send a raw gateway method with JSON params.": "JSON 매개변수와 함께 원시 게이트웨이 메서드를 보냅니다.",
10
+ ">Method<": ">메서드<",
11
+ ">Params \\(JSON\\)<": ">매개변수 (JSON)<",
12
+ ">Models<": ">모델<",
13
+ ">Call<": ">호출<",
14
+ "Catalog from models.list.": "models.list의 카탈로그.",
15
+ ">Event Log<": ">이벤트 로그<",
16
+ "Latest gateway events.": "최신 게이트웨이 이벤트."
17
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ ">Connected Instances<": ">연결된 인스턴스<",
3
+ "Presence beacons from the gateway and clients.": "게이트웨이 및 클라이언트의 상태 신호.",
4
+ "\"unknown host\"": "\"알 수 없는 호스트\"",
5
+ "\"Loading…\"": "\"로딩 중…\"",
6
+ "\"Refresh\"": "\"새로고침\"",
7
+ ">Last input ": ">마지막 입력 ",
8
+ ">Reason ": ">이유 "
9
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ ">Logs<": ">로그<",
3
+ "Gateway file logs \\(JSONL\\).": "게이트웨이 파일 로그 (JSONL).",
4
+ "\"filtered\"": "\"필터링됨\"",
5
+ "\"visible\"": "\"표시됨\"",
6
+ " Export ": " 내보내기 ",
7
+ "\"Search logs\"": "\"로그 검색\"",
8
+ ">Auto-follow<": ">자동 팔로우<",
9
+ "Log output truncated; showing latest chunk.": "로그 출력이 잘렸습니다. 최신 부분을 표시합니다.",
10
+ ">Last heartbeat<": ">마지막 하트비트<",
11
+ "No log entries.": "로그 항목이 없습니다."
12
+ }