clawui 0.0.1

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

Potentially problematic release.


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

Files changed (488) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +29 -0
  3. package/dist/index.js +60 -0
  4. package/locales/bn/extensions/feishu.json +37 -0
  5. package/locales/bn/src/config/schema.field-metadata.json +4 -0
  6. package/locales/bn/src/config/schema.irc.json +4 -0
  7. package/locales/bn/src/infra/format-time/app-gateway.json +12 -0
  8. package/locales/bn/ui/app-channels.json +10 -0
  9. package/locales/bn/ui/app-gateway.json +4 -0
  10. package/locales/bn/ui/app-render.helpers.json +12 -0
  11. package/locales/bn/ui/app-render.json +16 -0
  12. package/locales/bn/ui/gateway.json +8 -0
  13. package/locales/bn/ui/navigation.json +31 -0
  14. package/locales/bn/ui/views/agents-panels-status-files.json +7 -0
  15. package/locales/bn/ui/views/agents-panels-tools-skills.json +31 -0
  16. package/locales/bn/ui/views/agents-utils.json +49 -0
  17. package/locales/bn/ui/views/agents.json +54 -0
  18. package/locales/bn/ui/views/channels.config.json +31 -0
  19. package/locales/bn/ui/views/channels.discord.json +3 -0
  20. package/locales/bn/ui/views/channels.googlechat.json +3 -0
  21. package/locales/bn/ui/views/channels.imessage.json +3 -0
  22. package/locales/bn/ui/views/channels.json +11 -0
  23. package/locales/bn/ui/views/channels.nostr-profile-form.json +29 -0
  24. package/locales/bn/ui/views/channels.nostr.json +5 -0
  25. package/locales/bn/ui/views/channels.shared.json +3 -0
  26. package/locales/bn/ui/views/channels.signal.json +4 -0
  27. package/locales/bn/ui/views/channels.slack.json +3 -0
  28. package/locales/bn/ui/views/channels.telegram.json +3 -0
  29. package/locales/bn/ui/views/channels.whatsapp.json +3 -0
  30. package/locales/bn/ui/views/chat.json +23 -0
  31. package/locales/bn/ui/views/config-form.render.json +43 -0
  32. package/locales/bn/ui/views/config.json +53 -0
  33. package/locales/bn/ui/views/cron.json +64 -0
  34. package/locales/bn/ui/views/debug.json +17 -0
  35. package/locales/bn/ui/views/instances.json +9 -0
  36. package/locales/bn/ui/views/logs.json +12 -0
  37. package/locales/bn/ui/views/nodes-exec-approvals.json +45 -0
  38. package/locales/bn/ui/views/nodes.json +46 -0
  39. package/locales/bn/ui/views/overview.json +35 -0
  40. package/locales/bn/ui/views/sessions.json +20 -0
  41. package/locales/bn/ui/views/skills-grouping.json +7 -0
  42. package/locales/bn/ui/views/skills-shared.json +10 -0
  43. package/locales/bn/ui/views/skills.json +10 -0
  44. package/locales/bn/ui/views/usage-metrics.json +18 -0
  45. package/locales/bn/ui/views/usage-query.json +34 -0
  46. package/locales/bn/ui/views/usage-render-details.json +62 -0
  47. package/locales/bn/ui/views/usage.json +85 -0
  48. package/locales/de/extensions/feishu.json +36 -0
  49. package/locales/de/src/config/schema.field-metadata.json +4 -0
  50. package/locales/de/src/config/schema.irc.json +4 -0
  51. package/locales/de/src/infra/format-time/app-gateway.json +12 -0
  52. package/locales/de/ui/app-channels.json +10 -0
  53. package/locales/de/ui/app-gateway.json +4 -0
  54. package/locales/de/ui/app-render.helpers.json +12 -0
  55. package/locales/de/ui/app-render.json +16 -0
  56. package/locales/de/ui/gateway.json +8 -0
  57. package/locales/de/ui/navigation.json +31 -0
  58. package/locales/de/ui/views/agents-panels-status-files.json +7 -0
  59. package/locales/de/ui/views/agents-panels-tools-skills.json +31 -0
  60. package/locales/de/ui/views/agents-utils.json +49 -0
  61. package/locales/de/ui/views/agents.json +54 -0
  62. package/locales/de/ui/views/channels.config.json +31 -0
  63. package/locales/de/ui/views/channels.discord.json +3 -0
  64. package/locales/de/ui/views/channels.googlechat.json +3 -0
  65. package/locales/de/ui/views/channels.imessage.json +3 -0
  66. package/locales/de/ui/views/channels.json +11 -0
  67. package/locales/de/ui/views/channels.nostr-profile-form.json +29 -0
  68. package/locales/de/ui/views/channels.nostr.json +5 -0
  69. package/locales/de/ui/views/channels.shared.json +3 -0
  70. package/locales/de/ui/views/channels.signal.json +4 -0
  71. package/locales/de/ui/views/channels.slack.json +3 -0
  72. package/locales/de/ui/views/channels.telegram.json +3 -0
  73. package/locales/de/ui/views/channels.whatsapp.json +3 -0
  74. package/locales/de/ui/views/chat.json +23 -0
  75. package/locales/de/ui/views/config-form.render.json +43 -0
  76. package/locales/de/ui/views/config.json +53 -0
  77. package/locales/de/ui/views/cron.json +64 -0
  78. package/locales/de/ui/views/debug.json +17 -0
  79. package/locales/de/ui/views/instances.json +9 -0
  80. package/locales/de/ui/views/logs.json +12 -0
  81. package/locales/de/ui/views/nodes-exec-approvals.json +45 -0
  82. package/locales/de/ui/views/nodes.json +46 -0
  83. package/locales/de/ui/views/overview.json +35 -0
  84. package/locales/de/ui/views/sessions.json +20 -0
  85. package/locales/de/ui/views/skills-grouping.json +7 -0
  86. package/locales/de/ui/views/skills-shared.json +10 -0
  87. package/locales/de/ui/views/skills.json +10 -0
  88. package/locales/de/ui/views/usage-metrics.json +18 -0
  89. package/locales/de/ui/views/usage-query.json +34 -0
  90. package/locales/de/ui/views/usage-render-details.json +62 -0
  91. package/locales/de/ui/views/usage.json +85 -0
  92. package/locales/es/extensions/feishu.json +36 -0
  93. package/locales/es/src/config/schema.field-metadata.json +4 -0
  94. package/locales/es/src/config/schema.irc.json +4 -0
  95. package/locales/es/src/infra/format-time/app-gateway.json +12 -0
  96. package/locales/es/ui/app-channels.json +10 -0
  97. package/locales/es/ui/app-gateway.json +4 -0
  98. package/locales/es/ui/app-render.helpers.json +12 -0
  99. package/locales/es/ui/app-render.json +16 -0
  100. package/locales/es/ui/gateway.json +8 -0
  101. package/locales/es/ui/navigation.json +31 -0
  102. package/locales/es/ui/views/agents-panels-status-files.json +7 -0
  103. package/locales/es/ui/views/agents-panels-tools-skills.json +31 -0
  104. package/locales/es/ui/views/agents-utils.json +49 -0
  105. package/locales/es/ui/views/agents.json +54 -0
  106. package/locales/es/ui/views/channels.config.json +31 -0
  107. package/locales/es/ui/views/channels.discord.json +3 -0
  108. package/locales/es/ui/views/channels.googlechat.json +3 -0
  109. package/locales/es/ui/views/channels.imessage.json +3 -0
  110. package/locales/es/ui/views/channels.json +11 -0
  111. package/locales/es/ui/views/channels.nostr-profile-form.json +29 -0
  112. package/locales/es/ui/views/channels.nostr.json +5 -0
  113. package/locales/es/ui/views/channels.shared.json +3 -0
  114. package/locales/es/ui/views/channels.signal.json +4 -0
  115. package/locales/es/ui/views/channels.slack.json +3 -0
  116. package/locales/es/ui/views/channels.telegram.json +3 -0
  117. package/locales/es/ui/views/channels.whatsapp.json +3 -0
  118. package/locales/es/ui/views/chat.json +23 -0
  119. package/locales/es/ui/views/config-form.render.json +43 -0
  120. package/locales/es/ui/views/config.json +53 -0
  121. package/locales/es/ui/views/cron.json +64 -0
  122. package/locales/es/ui/views/debug.json +17 -0
  123. package/locales/es/ui/views/instances.json +9 -0
  124. package/locales/es/ui/views/logs.json +12 -0
  125. package/locales/es/ui/views/nodes-exec-approvals.json +45 -0
  126. package/locales/es/ui/views/nodes.json +46 -0
  127. package/locales/es/ui/views/overview.json +35 -0
  128. package/locales/es/ui/views/sessions.json +20 -0
  129. package/locales/es/ui/views/skills-grouping.json +7 -0
  130. package/locales/es/ui/views/skills-shared.json +10 -0
  131. package/locales/es/ui/views/skills.json +10 -0
  132. package/locales/es/ui/views/usage-metrics.json +18 -0
  133. package/locales/es/ui/views/usage-query.json +34 -0
  134. package/locales/es/ui/views/usage-render-details.json +62 -0
  135. package/locales/es/ui/views/usage.json +85 -0
  136. package/locales/fi/extensions/feishu.json +36 -0
  137. package/locales/fi/src/config/schema.field-metadata.json +4 -0
  138. package/locales/fi/src/config/schema.irc.json +4 -0
  139. package/locales/fi/src/infra/format-time/app-gateway.json +12 -0
  140. package/locales/fi/ui/app-channels.json +10 -0
  141. package/locales/fi/ui/app-gateway.json +4 -0
  142. package/locales/fi/ui/app-render.helpers.json +12 -0
  143. package/locales/fi/ui/app-render.json +16 -0
  144. package/locales/fi/ui/gateway.json +8 -0
  145. package/locales/fi/ui/navigation.json +31 -0
  146. package/locales/fi/ui/views/agents-panels-status-files.json +7 -0
  147. package/locales/fi/ui/views/agents-panels-tools-skills.json +31 -0
  148. package/locales/fi/ui/views/agents-utils.json +49 -0
  149. package/locales/fi/ui/views/agents.json +54 -0
  150. package/locales/fi/ui/views/channels.config.json +31 -0
  151. package/locales/fi/ui/views/channels.discord.json +3 -0
  152. package/locales/fi/ui/views/channels.googlechat.json +3 -0
  153. package/locales/fi/ui/views/channels.imessage.json +3 -0
  154. package/locales/fi/ui/views/channels.json +11 -0
  155. package/locales/fi/ui/views/channels.nostr-profile-form.json +29 -0
  156. package/locales/fi/ui/views/channels.nostr.json +5 -0
  157. package/locales/fi/ui/views/channels.shared.json +3 -0
  158. package/locales/fi/ui/views/channels.signal.json +4 -0
  159. package/locales/fi/ui/views/channels.slack.json +3 -0
  160. package/locales/fi/ui/views/channels.telegram.json +3 -0
  161. package/locales/fi/ui/views/channels.whatsapp.json +3 -0
  162. package/locales/fi/ui/views/chat.json +23 -0
  163. package/locales/fi/ui/views/config-form.render.json +43 -0
  164. package/locales/fi/ui/views/config.json +53 -0
  165. package/locales/fi/ui/views/cron.json +64 -0
  166. package/locales/fi/ui/views/debug.json +17 -0
  167. package/locales/fi/ui/views/instances.json +9 -0
  168. package/locales/fi/ui/views/logs.json +12 -0
  169. package/locales/fi/ui/views/nodes-exec-approvals.json +45 -0
  170. package/locales/fi/ui/views/nodes.json +46 -0
  171. package/locales/fi/ui/views/overview.json +35 -0
  172. package/locales/fi/ui/views/sessions.json +20 -0
  173. package/locales/fi/ui/views/skills-grouping.json +7 -0
  174. package/locales/fi/ui/views/skills-shared.json +10 -0
  175. package/locales/fi/ui/views/skills.json +10 -0
  176. package/locales/fi/ui/views/usage-metrics.json +18 -0
  177. package/locales/fi/ui/views/usage-query.json +35 -0
  178. package/locales/fi/ui/views/usage-render-details.json +62 -0
  179. package/locales/fi/ui/views/usage.json +85 -0
  180. package/locales/fr/extensions/feishu.json +37 -0
  181. package/locales/fr/src/config/schema.field-metadata.json +4 -0
  182. package/locales/fr/src/config/schema.irc.json +4 -0
  183. package/locales/fr/src/infra/format-time/app-gateway.json +12 -0
  184. package/locales/fr/ui/app-channels.json +10 -0
  185. package/locales/fr/ui/app-gateway.json +4 -0
  186. package/locales/fr/ui/app-render.helpers.json +12 -0
  187. package/locales/fr/ui/app-render.json +16 -0
  188. package/locales/fr/ui/gateway.json +8 -0
  189. package/locales/fr/ui/navigation.json +31 -0
  190. package/locales/fr/ui/views/agents-panels-status-files.json +7 -0
  191. package/locales/fr/ui/views/agents-panels-tools-skills.json +31 -0
  192. package/locales/fr/ui/views/agents-utils.json +49 -0
  193. package/locales/fr/ui/views/agents.json +55 -0
  194. package/locales/fr/ui/views/channels.config.json +31 -0
  195. package/locales/fr/ui/views/channels.discord.json +3 -0
  196. package/locales/fr/ui/views/channels.googlechat.json +3 -0
  197. package/locales/fr/ui/views/channels.imessage.json +3 -0
  198. package/locales/fr/ui/views/channels.json +11 -0
  199. package/locales/fr/ui/views/channels.nostr-profile-form.json +29 -0
  200. package/locales/fr/ui/views/channels.nostr.json +5 -0
  201. package/locales/fr/ui/views/channels.shared.json +3 -0
  202. package/locales/fr/ui/views/channels.signal.json +4 -0
  203. package/locales/fr/ui/views/channels.slack.json +3 -0
  204. package/locales/fr/ui/views/channels.telegram.json +3 -0
  205. package/locales/fr/ui/views/channels.whatsapp.json +3 -0
  206. package/locales/fr/ui/views/chat.json +23 -0
  207. package/locales/fr/ui/views/config-form.render.json +43 -0
  208. package/locales/fr/ui/views/config.json +53 -0
  209. package/locales/fr/ui/views/cron.json +64 -0
  210. package/locales/fr/ui/views/debug.json +17 -0
  211. package/locales/fr/ui/views/instances.json +9 -0
  212. package/locales/fr/ui/views/logs.json +12 -0
  213. package/locales/fr/ui/views/nodes-exec-approvals.json +45 -0
  214. package/locales/fr/ui/views/nodes.json +46 -0
  215. package/locales/fr/ui/views/overview.json +35 -0
  216. package/locales/fr/ui/views/sessions.json +20 -0
  217. package/locales/fr/ui/views/skills-grouping.json +7 -0
  218. package/locales/fr/ui/views/skills-shared.json +10 -0
  219. package/locales/fr/ui/views/skills.json +10 -0
  220. package/locales/fr/ui/views/usage-metrics.json +18 -0
  221. package/locales/fr/ui/views/usage-query.json +34 -0
  222. package/locales/fr/ui/views/usage-render-details.json +62 -0
  223. package/locales/fr/ui/views/usage.json +85 -0
  224. package/locales/it/extensions/feishu.json +37 -0
  225. package/locales/it/src/config/schema.field-metadata.json +4 -0
  226. package/locales/it/src/config/schema.irc.json +4 -0
  227. package/locales/it/src/infra/format-time/app-gateway.json +12 -0
  228. package/locales/it/ui/app-channels.json +10 -0
  229. package/locales/it/ui/app-gateway.json +4 -0
  230. package/locales/it/ui/app-render.helpers.json +12 -0
  231. package/locales/it/ui/app-render.json +16 -0
  232. package/locales/it/ui/gateway.json +8 -0
  233. package/locales/it/ui/navigation.json +31 -0
  234. package/locales/it/ui/views/agents-panels-status-files.json +7 -0
  235. package/locales/it/ui/views/agents-panels-tools-skills.json +31 -0
  236. package/locales/it/ui/views/agents-utils.json +49 -0
  237. package/locales/it/ui/views/agents.json +54 -0
  238. package/locales/it/ui/views/channels.config.json +31 -0
  239. package/locales/it/ui/views/channels.discord.json +3 -0
  240. package/locales/it/ui/views/channels.googlechat.json +3 -0
  241. package/locales/it/ui/views/channels.imessage.json +3 -0
  242. package/locales/it/ui/views/channels.json +11 -0
  243. package/locales/it/ui/views/channels.nostr-profile-form.json +29 -0
  244. package/locales/it/ui/views/channels.nostr.json +5 -0
  245. package/locales/it/ui/views/channels.shared.json +3 -0
  246. package/locales/it/ui/views/channels.signal.json +4 -0
  247. package/locales/it/ui/views/channels.slack.json +3 -0
  248. package/locales/it/ui/views/channels.telegram.json +3 -0
  249. package/locales/it/ui/views/channels.whatsapp.json +3 -0
  250. package/locales/it/ui/views/chat.json +23 -0
  251. package/locales/it/ui/views/config-form.render.json +43 -0
  252. package/locales/it/ui/views/config.json +53 -0
  253. package/locales/it/ui/views/cron.json +64 -0
  254. package/locales/it/ui/views/debug.json +17 -0
  255. package/locales/it/ui/views/instances.json +9 -0
  256. package/locales/it/ui/views/logs.json +12 -0
  257. package/locales/it/ui/views/nodes-exec-approvals.json +45 -0
  258. package/locales/it/ui/views/nodes.json +46 -0
  259. package/locales/it/ui/views/overview.json +35 -0
  260. package/locales/it/ui/views/sessions.json +20 -0
  261. package/locales/it/ui/views/skills-grouping.json +7 -0
  262. package/locales/it/ui/views/skills-shared.json +10 -0
  263. package/locales/it/ui/views/skills.json +10 -0
  264. package/locales/it/ui/views/usage-metrics.json +18 -0
  265. package/locales/it/ui/views/usage-query.json +35 -0
  266. package/locales/it/ui/views/usage-render-details.json +62 -0
  267. package/locales/it/ui/views/usage.json +85 -0
  268. package/locales/ja/extensions/feishu.json +37 -0
  269. package/locales/ja/src/config/schema.field-metadata.json +4 -0
  270. package/locales/ja/src/config/schema.irc.json +4 -0
  271. package/locales/ja/src/infra/format-time/app-gateway.json +12 -0
  272. package/locales/ja/ui/app-channels.json +10 -0
  273. package/locales/ja/ui/app-gateway.json +4 -0
  274. package/locales/ja/ui/app-render.helpers.json +12 -0
  275. package/locales/ja/ui/app-render.json +16 -0
  276. package/locales/ja/ui/gateway.json +8 -0
  277. package/locales/ja/ui/navigation.json +31 -0
  278. package/locales/ja/ui/views/agents-panels-status-files.json +7 -0
  279. package/locales/ja/ui/views/agents-panels-tools-skills.json +31 -0
  280. package/locales/ja/ui/views/agents-utils.json +49 -0
  281. package/locales/ja/ui/views/agents.json +55 -0
  282. package/locales/ja/ui/views/channels.config.json +31 -0
  283. package/locales/ja/ui/views/channels.discord.json +3 -0
  284. package/locales/ja/ui/views/channels.googlechat.json +3 -0
  285. package/locales/ja/ui/views/channels.imessage.json +3 -0
  286. package/locales/ja/ui/views/channels.json +11 -0
  287. package/locales/ja/ui/views/channels.nostr-profile-form.json +29 -0
  288. package/locales/ja/ui/views/channels.nostr.json +5 -0
  289. package/locales/ja/ui/views/channels.shared.json +3 -0
  290. package/locales/ja/ui/views/channels.signal.json +4 -0
  291. package/locales/ja/ui/views/channels.slack.json +3 -0
  292. package/locales/ja/ui/views/channels.telegram.json +3 -0
  293. package/locales/ja/ui/views/channels.whatsapp.json +3 -0
  294. package/locales/ja/ui/views/chat.json +23 -0
  295. package/locales/ja/ui/views/config-form.render.json +43 -0
  296. package/locales/ja/ui/views/config.json +53 -0
  297. package/locales/ja/ui/views/cron.json +64 -0
  298. package/locales/ja/ui/views/debug.json +17 -0
  299. package/locales/ja/ui/views/instances.json +9 -0
  300. package/locales/ja/ui/views/logs.json +12 -0
  301. package/locales/ja/ui/views/nodes-exec-approvals.json +45 -0
  302. package/locales/ja/ui/views/nodes.json +46 -0
  303. package/locales/ja/ui/views/overview.json +35 -0
  304. package/locales/ja/ui/views/sessions.json +20 -0
  305. package/locales/ja/ui/views/skills-grouping.json +7 -0
  306. package/locales/ja/ui/views/skills-shared.json +10 -0
  307. package/locales/ja/ui/views/skills.json +10 -0
  308. package/locales/ja/ui/views/usage-metrics.json +18 -0
  309. package/locales/ja/ui/views/usage-query.json +34 -0
  310. package/locales/ja/ui/views/usage-render-details.json +62 -0
  311. package/locales/ja/ui/views/usage.json +85 -0
  312. package/locales/ko/extensions/feishu.json +37 -0
  313. package/locales/ko/src/config/schema.field-metadata.json +4 -0
  314. package/locales/ko/src/config/schema.irc.json +4 -0
  315. package/locales/ko/src/infra/format-time/app-gateway.json +12 -0
  316. package/locales/ko/ui/app-channels.json +10 -0
  317. package/locales/ko/ui/app-gateway.json +4 -0
  318. package/locales/ko/ui/app-render.helpers.json +12 -0
  319. package/locales/ko/ui/app-render.json +16 -0
  320. package/locales/ko/ui/gateway.json +8 -0
  321. package/locales/ko/ui/navigation.json +31 -0
  322. package/locales/ko/ui/views/agents-panels-status-files.json +7 -0
  323. package/locales/ko/ui/views/agents-panels-tools-skills.json +31 -0
  324. package/locales/ko/ui/views/agents-utils.json +49 -0
  325. package/locales/ko/ui/views/agents.json +54 -0
  326. package/locales/ko/ui/views/channels.config.json +31 -0
  327. package/locales/ko/ui/views/channels.discord.json +3 -0
  328. package/locales/ko/ui/views/channels.googlechat.json +3 -0
  329. package/locales/ko/ui/views/channels.imessage.json +3 -0
  330. package/locales/ko/ui/views/channels.json +11 -0
  331. package/locales/ko/ui/views/channels.nostr-profile-form.json +29 -0
  332. package/locales/ko/ui/views/channels.nostr.json +5 -0
  333. package/locales/ko/ui/views/channels.shared.json +3 -0
  334. package/locales/ko/ui/views/channels.signal.json +4 -0
  335. package/locales/ko/ui/views/channels.slack.json +3 -0
  336. package/locales/ko/ui/views/channels.telegram.json +3 -0
  337. package/locales/ko/ui/views/channels.whatsapp.json +3 -0
  338. package/locales/ko/ui/views/chat.json +23 -0
  339. package/locales/ko/ui/views/config-form.render.json +43 -0
  340. package/locales/ko/ui/views/config.json +53 -0
  341. package/locales/ko/ui/views/cron.json +64 -0
  342. package/locales/ko/ui/views/debug.json +17 -0
  343. package/locales/ko/ui/views/instances.json +9 -0
  344. package/locales/ko/ui/views/logs.json +12 -0
  345. package/locales/ko/ui/views/nodes-exec-approvals.json +45 -0
  346. package/locales/ko/ui/views/nodes.json +46 -0
  347. package/locales/ko/ui/views/overview.json +35 -0
  348. package/locales/ko/ui/views/sessions.json +20 -0
  349. package/locales/ko/ui/views/skills-grouping.json +7 -0
  350. package/locales/ko/ui/views/skills-shared.json +10 -0
  351. package/locales/ko/ui/views/skills.json +10 -0
  352. package/locales/ko/ui/views/usage-metrics.json +18 -0
  353. package/locales/ko/ui/views/usage-query.json +34 -0
  354. package/locales/ko/ui/views/usage-render-details.json +62 -0
  355. package/locales/ko/ui/views/usage.json +85 -0
  356. package/locales/pt/extensions/feishu.json +37 -0
  357. package/locales/pt/src/config/schema.field-metadata.json +4 -0
  358. package/locales/pt/src/config/schema.irc.json +4 -0
  359. package/locales/pt/src/infra/format-time/app-gateway.json +12 -0
  360. package/locales/pt/ui/app-channels.json +10 -0
  361. package/locales/pt/ui/app-gateway.json +4 -0
  362. package/locales/pt/ui/app-render.helpers.json +12 -0
  363. package/locales/pt/ui/app-render.json +16 -0
  364. package/locales/pt/ui/gateway.json +8 -0
  365. package/locales/pt/ui/navigation.json +31 -0
  366. package/locales/pt/ui/views/agents-panels-status-files.json +7 -0
  367. package/locales/pt/ui/views/agents-panels-tools-skills.json +31 -0
  368. package/locales/pt/ui/views/agents-utils.json +49 -0
  369. package/locales/pt/ui/views/agents.json +55 -0
  370. package/locales/pt/ui/views/channels.config.json +31 -0
  371. package/locales/pt/ui/views/channels.discord.json +3 -0
  372. package/locales/pt/ui/views/channels.googlechat.json +3 -0
  373. package/locales/pt/ui/views/channels.imessage.json +3 -0
  374. package/locales/pt/ui/views/channels.json +11 -0
  375. package/locales/pt/ui/views/channels.nostr-profile-form.json +29 -0
  376. package/locales/pt/ui/views/channels.nostr.json +5 -0
  377. package/locales/pt/ui/views/channels.shared.json +3 -0
  378. package/locales/pt/ui/views/channels.signal.json +4 -0
  379. package/locales/pt/ui/views/channels.slack.json +3 -0
  380. package/locales/pt/ui/views/channels.telegram.json +3 -0
  381. package/locales/pt/ui/views/channels.whatsapp.json +3 -0
  382. package/locales/pt/ui/views/chat.json +23 -0
  383. package/locales/pt/ui/views/config-form.render.json +43 -0
  384. package/locales/pt/ui/views/config.json +53 -0
  385. package/locales/pt/ui/views/cron.json +64 -0
  386. package/locales/pt/ui/views/debug.json +17 -0
  387. package/locales/pt/ui/views/instances.json +9 -0
  388. package/locales/pt/ui/views/logs.json +12 -0
  389. package/locales/pt/ui/views/nodes-exec-approvals.json +45 -0
  390. package/locales/pt/ui/views/nodes.json +46 -0
  391. package/locales/pt/ui/views/overview.json +35 -0
  392. package/locales/pt/ui/views/sessions.json +20 -0
  393. package/locales/pt/ui/views/skills-grouping.json +7 -0
  394. package/locales/pt/ui/views/skills-shared.json +10 -0
  395. package/locales/pt/ui/views/skills.json +10 -0
  396. package/locales/pt/ui/views/usage-metrics.json +18 -0
  397. package/locales/pt/ui/views/usage-query.json +35 -0
  398. package/locales/pt/ui/views/usage-render-details.json +62 -0
  399. package/locales/pt/ui/views/usage.json +85 -0
  400. package/locales/vi/extensions/feishu.json +37 -0
  401. package/locales/vi/src/config/schema.field-metadata.json +4 -0
  402. package/locales/vi/src/config/schema.irc.json +4 -0
  403. package/locales/vi/src/infra/format-time/app-gateway.json +12 -0
  404. package/locales/vi/ui/app-channels.json +10 -0
  405. package/locales/vi/ui/app-gateway.json +4 -0
  406. package/locales/vi/ui/app-render.helpers.json +12 -0
  407. package/locales/vi/ui/app-render.json +16 -0
  408. package/locales/vi/ui/gateway.json +8 -0
  409. package/locales/vi/ui/navigation.json +31 -0
  410. package/locales/vi/ui/views/agents-panels-status-files.json +7 -0
  411. package/locales/vi/ui/views/agents-panels-tools-skills.json +31 -0
  412. package/locales/vi/ui/views/agents-utils.json +49 -0
  413. package/locales/vi/ui/views/agents.json +54 -0
  414. package/locales/vi/ui/views/channels.config.json +31 -0
  415. package/locales/vi/ui/views/channels.discord.json +3 -0
  416. package/locales/vi/ui/views/channels.googlechat.json +3 -0
  417. package/locales/vi/ui/views/channels.imessage.json +3 -0
  418. package/locales/vi/ui/views/channels.json +11 -0
  419. package/locales/vi/ui/views/channels.nostr-profile-form.json +29 -0
  420. package/locales/vi/ui/views/channels.nostr.json +5 -0
  421. package/locales/vi/ui/views/channels.shared.json +3 -0
  422. package/locales/vi/ui/views/channels.signal.json +4 -0
  423. package/locales/vi/ui/views/channels.slack.json +3 -0
  424. package/locales/vi/ui/views/channels.telegram.json +3 -0
  425. package/locales/vi/ui/views/channels.whatsapp.json +3 -0
  426. package/locales/vi/ui/views/chat.json +23 -0
  427. package/locales/vi/ui/views/config-form.render.json +43 -0
  428. package/locales/vi/ui/views/config.json +53 -0
  429. package/locales/vi/ui/views/cron.json +64 -0
  430. package/locales/vi/ui/views/debug.json +17 -0
  431. package/locales/vi/ui/views/instances.json +9 -0
  432. package/locales/vi/ui/views/logs.json +12 -0
  433. package/locales/vi/ui/views/nodes-exec-approvals.json +45 -0
  434. package/locales/vi/ui/views/nodes.json +46 -0
  435. package/locales/vi/ui/views/overview.json +35 -0
  436. package/locales/vi/ui/views/sessions.json +20 -0
  437. package/locales/vi/ui/views/skills-grouping.json +7 -0
  438. package/locales/vi/ui/views/skills-shared.json +10 -0
  439. package/locales/vi/ui/views/skills.json +10 -0
  440. package/locales/vi/ui/views/usage-metrics.json +18 -0
  441. package/locales/vi/ui/views/usage-query.json +34 -0
  442. package/locales/vi/ui/views/usage-render-details.json +62 -0
  443. package/locales/vi/ui/views/usage.json +85 -0
  444. package/locales/zh/extensions/feishu.json +37 -0
  445. package/locales/zh/src/config/schema.field-metadata.json +4 -0
  446. package/locales/zh/src/config/schema.irc.json +4 -0
  447. package/locales/zh/src/infra/format-time/app-gateway.json +12 -0
  448. package/locales/zh/ui/app-channels.json +10 -0
  449. package/locales/zh/ui/app-gateway.json +4 -0
  450. package/locales/zh/ui/app-render.helpers.json +12 -0
  451. package/locales/zh/ui/app-render.json +16 -0
  452. package/locales/zh/ui/gateway.json +8 -0
  453. package/locales/zh/ui/navigation.json +31 -0
  454. package/locales/zh/ui/views/agents-panels-status-files.json +7 -0
  455. package/locales/zh/ui/views/agents-panels-tools-skills.json +31 -0
  456. package/locales/zh/ui/views/agents-utils.json +49 -0
  457. package/locales/zh/ui/views/agents.json +55 -0
  458. package/locales/zh/ui/views/channels.config.json +31 -0
  459. package/locales/zh/ui/views/channels.discord.json +3 -0
  460. package/locales/zh/ui/views/channels.googlechat.json +3 -0
  461. package/locales/zh/ui/views/channels.imessage.json +3 -0
  462. package/locales/zh/ui/views/channels.json +11 -0
  463. package/locales/zh/ui/views/channels.nostr-profile-form.json +29 -0
  464. package/locales/zh/ui/views/channels.nostr.json +5 -0
  465. package/locales/zh/ui/views/channels.shared.json +3 -0
  466. package/locales/zh/ui/views/channels.signal.json +4 -0
  467. package/locales/zh/ui/views/channels.slack.json +3 -0
  468. package/locales/zh/ui/views/channels.telegram.json +3 -0
  469. package/locales/zh/ui/views/channels.whatsapp.json +3 -0
  470. package/locales/zh/ui/views/chat.json +23 -0
  471. package/locales/zh/ui/views/config-form.render.json +43 -0
  472. package/locales/zh/ui/views/config.json +53 -0
  473. package/locales/zh/ui/views/cron.json +64 -0
  474. package/locales/zh/ui/views/debug.json +17 -0
  475. package/locales/zh/ui/views/instances.json +9 -0
  476. package/locales/zh/ui/views/logs.json +12 -0
  477. package/locales/zh/ui/views/nodes-exec-approvals.json +45 -0
  478. package/locales/zh/ui/views/nodes.json +46 -0
  479. package/locales/zh/ui/views/overview.json +35 -0
  480. package/locales/zh/ui/views/sessions.json +20 -0
  481. package/locales/zh/ui/views/skills-grouping.json +7 -0
  482. package/locales/zh/ui/views/skills-shared.json +10 -0
  483. package/locales/zh/ui/views/skills.json +10 -0
  484. package/locales/zh/ui/views/usage-metrics.json +18 -0
  485. package/locales/zh/ui/views/usage-query.json +35 -0
  486. package/locales/zh/ui/views/usage-render-details.json +62 -0
  487. package/locales/zh/ui/views/usage.json +85 -0
  488. package/package.json +47 -0
@@ -0,0 +1,85 @@
1
+ {
2
+ ">Token Usage<": ">Utilizzo Token<",
3
+ ">to<": ">a<",
4
+ "\"Today\"": "\"Oggi\"",
5
+ "\"7d\"": "\"7g\"",
6
+ "\"30d\"": "\"30g\"",
7
+ ">All<": ">Tutti<",
8
+ " Clear": " Cancella",
9
+
10
+ ">Usage<": ">Utilizzo<",
11
+ "See where tokens go, when sessions spike, and what drives cost.": "Scopri dove vanno i token, quando le sessioni aumentano e cosa determina i costi.",
12
+ "\"pinned\"": "\"fissato\"",
13
+ ">Filters<": ">Filtri<",
14
+ ">Loading<": ">Caricamento<",
15
+ "Select a date range and click Refresh to load usage.": "Seleziona un intervallo di date e clicca Aggiorna per caricare l'utilizzo.",
16
+ "> tokens": "> token",
17
+ "> cost": "> costo",
18
+
19
+ "\"Unpin filters\"\\}": "\"Rimuovi fissaggio filtri\"}",
20
+ "\"Pin filters\"\\}": "\"Fissa filtri\"}",
21
+ "\"Pinned\"": "\"Fissato\"",
22
+ "\"Pin\"": "\"Fissa\"",
23
+ ">Export ▾<": ">Esporta ▾<",
24
+ " Sessions ": " Sessioni ",
25
+ " Daily ": " Giornaliero ",
26
+
27
+ " Tokens": " Token",
28
+ " Cost": " Costo",
29
+ " Refresh": " Aggiorna",
30
+
31
+ "Filter sessions \\(e.g. key:agent:main:cron\\* model:gpt-4o has:errors minTokens:2000\\)": "Filtra sessioni (es. key:agent:main:cron* model:gpt-4o has:errors minTokens:2000)",
32
+ " Filter \\(client-side\\)": " Filtro (lato client)",
33
+ "\\} sessions match": "} sessioni corrispondono",
34
+ "\\} sessions in range": "} sessioni nell'intervallo",
35
+ "Tip: use filters or click bars to filter days.": "Suggerimento: usa i filtri o clicca sulle barre per filtrare i giorni.",
36
+
37
+ "\"Remove filter\"": "\"Rimuovi filtro\"",
38
+
39
+ "Showing first 1,000 sessions. Narrow date range for complete results.":"Mostra le prime 1.000 sessioni. Restringi l'intervallo di date per risultati completi.",
40
+
41
+ ">Days:": ">Giorni:",
42
+ ">Hours:": ">Ore:",
43
+ ">Session:": ">Sessione:",
44
+ " Clear All": " Cancella Tutto",
45
+ ">Daily Usage<": ">Utilizzo Giornaliero<",
46
+ ">No data<": ">Nessun dato<",
47
+ "\\} Usage<": "} Utilizzo<",
48
+ "\\} tokens<": "} token<",
49
+
50
+ "\"Tokens\":\"Cost\"} by Type": "\"Token\":\"Costo\"} per Tipo",
51
+ "\"Output: ": "\"Output: ",
52
+ "\"Input: ": "\"Input: ",
53
+ "\"Cache Write: ": "\"Scrittura Cache: ",
54
+ "\"Cache Read: ": "\"Lettura Cache: ",
55
+
56
+ "Cache hit rate = cache read / \\(input \\+ cache read\\). Higher is better.": "Tasso di hit cache = letture cache / (input + letture cache). Più alto è, meglio è.",
57
+ "Error rate = errors / total messages. Lower is better.": "Tasso di errore = errori / messaggi totali. Più basso è, meglio è.",
58
+ "Throughput shows tokens per minute over active time. Higher is better.": "Il throughput mostra i token al minuto durante il tempo attivo. Più alto è, meglio è.",
59
+ "Average tokens per message in this range.": "Media token per messaggio in questo intervallo.",
60
+ "Average cost per message when providers report costs. Cost data is missing for some or all sessions in this range.": "Costo medio per messaggio quando i provider riportano i costi. I dati sui costi mancano per alcune o tutte le sessioni in questo intervallo.",
61
+ "Average cost per message when providers report costs.": "Costo medio per messaggio quando i provider riportano i costi.",
62
+
63
+ "\\} errors · ": "} errori · ",
64
+ "\\} msgs · ": "} msg · ",
65
+
66
+ ">Usage Overview<": ">Panoramica Utilizzo<",
67
+ "Total user \\+ assistant messages in range.": "Totale messaggi utente + assistente nell'intervallo.",
68
+ " Tool Calls": " Chiamate Strumenti",
69
+ "Total tool call count across sessions.": "Numero totale di chiamate strumenti tra le sessioni.",
70
+ " Errors": " Errori",
71
+ "Total message/tool errors in range.": "Totale errori messaggio/strumento nell'intervallo.",
72
+ " Avg Tokens / Msg": " Media Token / Messaggio",
73
+ ">Across ": ">In ",
74
+ "Avg Cost \/ Msg": "Costo Medio \/ Messaggio",
75
+ "\\} total<": "} totale<",
76
+
77
+ "Distinct sessions in the range.": "Sessioni distinte nell'intervallo.",
78
+ " Throughput": " Throughput",
79
+ " Error Rate": " Tasso di Errore",
80
+
81
+ " All ": " Tutte ",
82
+ " Recently viewed": " Visualizzate di recente",
83
+ ">No sessions in range<": ">Nessuna sessione nell'intervallo<",
84
+ ">No recent sessions<": ">Nessuna sessione recente<"
85
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "Invalid URL format. Expected /base/XXX or /wiki/XXX URL": "無効なURL形式です。/base/XXX または /wiki/XXX 形式のURLが必要です。",
3
+ "Use app_token": "app_token を使用",
4
+ " and table_id=": " と table_id=",
5
+ " for other bitable tools": " を他のビッテーブルツールに使用",
6
+ "Select a table_id from the tables list.": "テーブルリストから table_id を選択してください。",
7
+ "Bitable URL. Supports both formats: /base/XXX?table=YYY or /wiki/XXX?table=YYY": "ビッテーブルURL。 /base/XXX?table=YYY または /wiki/XXX?table=YYY の両方の形式をサポートします。",
8
+ "Bitable app token \\(use feishu_bitable_get_meta to get from URL\\)": "ビッテーブルアプリトークン(URLから取得するには feishu_bitable_get_meta を使用)",
9
+ "Table ID (from URL: ?table=YYY)": "テーブルID(URLから: ?table=YYY)",
10
+ "Number of records per page (1-500, default 100)": "1ページあたりのレコード数(1-500、デフォルト100)",
11
+ "Pagination token from previous response": "前回のレスポンスからのページネーショントークン",
12
+ "Record ID to retrieve": "取得するレコードID",
13
+ "Field values keyed by field name. Format by type: ": "フィールド名をキーとしたフィールド値。タイプ別の形式:",
14
+ "Record ID to update": "更新するレコードID",
15
+ "Field values to update \\(same format as create_record\\)": "更新するフィールド値(create_recordと同じ形式)",
16
+ "Feishu credentials not configured, skipping bitable tools": "Feishu認証情報が設定されていないため、ビッテーブルツールをスキップします",
17
+ "Parse a Bitable URL and get app_token, table_id, and table list. Use this first when given a /wiki/ or /base/ URL.": "ビッテーブルURLを解析し、app_token、table_id、テーブルリストを取得します。/wiki/ または /base/ URLが指定された場合は、これを最初に使用してください。",
18
+ "Feishu Bitable List Fields": "Feishu ビッテーブル フィールド一覧",
19
+ "List all fields \\(columns\\) in a Bitable table with their types and properties": "ビッテーブル内のすべてのフィールド(列)を、そのタイプとプロパティとともに一覧表示します",
20
+ "List records \\(rows\\) from a Bitable table with pagination support": "ビッテーブルからレコード(行)をページネーション対応で一覧表示します",
21
+ "Feishu Bitable Get Record": "Feishu ビッテーブル レコード取得",
22
+ "Get a single record by ID from a Bitable table": "ビッテーブルからIDで単一レコードを取得します",
23
+ "Feishu Bitable Create Record": "Feishu ビッテーブル レコード作成",
24
+ "Create a new record (row) in a Bitable table": "ビッテーブルに新しいレコード(行)を作成します",
25
+ "Feishu Bitable Update Record": "Feishu ビッテーブル レコード更新",
26
+ "Update an existing record (row) in a Bitable table": "ビッテーブルの既存レコード(行)を更新します",
27
+ "Registered 6 bitable tools": "6つのビッテーブルツールを登録しました",
28
+
29
+ "\"Feishu\"": "\"Feishu\"",
30
+ "Lark enterprise messaging.": "Lark エンタープライズメッセージング。",
31
+ "Feishu targeting: omit `target` to reply to the current conversation \\(auto-inferred\\). Explicit targets: `user:open_id` or `chat:chat_id`.": "Feishu ターゲット指定:`target`を省略すると現在の会話に返信します(自動推測)。明示的なターゲット:`user:open_id` または `chat:chat_id`。",
32
+ " Feishu supports interactive cards for rich messages.": " Feishu はリッチメッセージ用のインタラクティブカードをサポートしています。",
33
+ "Feishu\\[": "Feishu[",
34
+ "groups: groupPolicy=\"open\" allows any member to trigger \\(mention-gated\\). Set channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom to restrict senders.": "グループ: groupPolicy=\"open\" は任意のメンバーによるトリガーを許可します(メンションゲート)。送信者を制限するには、channels.feishu.groupPolicy=\"allowlist\" と channels.feishu.groupAllowFrom を設定してください。",
35
+ "starting feishu\\[": "Feishu[ を開始中",
36
+ " \\(mode: ": " (モード: "
37
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "\"Config Last Touched Version\"": "\"設定最終更新バージョン\"",
3
+ "\"Config Last Touched At\"": "\"設定最終更新日時\""
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "\"IRC DM Policy\"": "\"IRC DMポリシー\"",
3
+ "\"IRC NickServ Enabled\"": "\"IRC NickServ 有効\""
4
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "\"just now\"": "\"たった今\"",
3
+ "\\}s`": "}秒`",
4
+ "\\}m ago`": "}分前`",
5
+ "\\}m`": "}分`",
6
+ "\\}h ago`": "}時間前`",
7
+ "\\}h`": "}時間`",
8
+ "\\}d ago`": "}日前`",
9
+ "\\}d`": "}日`",
10
+ "\"in <1m\"": "\"1分未満後\"",
11
+ "`in ": "`あと "
12
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "Profile update failed \\(": "プロフィールの更新に失敗しました (",
3
+ "Profile publish failed on all relays.": "全てのリレーでのプロフィール公開に失敗しました。",
4
+ "Profile published to relays.": "プロフィールがリレーに公開されました。",
5
+ "Profile update failed: ": "プロフィールの更新に失敗しました: ",
6
+ "Profile import failed \\(": "プロフィールのインポートに失敗しました (",
7
+ "Profile imported from relays. Review and publish.": "プロフィールがリレーからインポートされました。確認して公開してください。",
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.":"~/.openclaw/openclaw.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,55 @@
1
+ {
2
+
3
+ ">No configured models<": ">設定済みモデルがありません<",
4
+ "\\} configured.<": "} 設定済み。<",
5
+ "No agents found.": "エージェントが見つかりません。",
6
+ ">Select an agent<": ">エージェントを選択<",
7
+ "Pick an agent to inspect its workspace and tools.": "エージェントを選択して、そのワークスペースとツールを確認します。",
8
+ "Agent workspace and routing.": "エージェントのワークスペースとルーティング。",
9
+ "\"Tools\"": "\"ツール\"",
10
+
11
+ ">Overview<": ">概要<",
12
+ "Workspace paths and identity metadata.": "ワークスペースのパスとアイデンティティメタデータ。",
13
+ ">Workspace<": ">ワークスペース<",
14
+ ">Primary Model<": ">プライマリモデル<",
15
+ ">Identity Name<": ">アイデンティティ名<",
16
+ ">Default<": ">デフォルト値<",
17
+ ">Identity Emoji<": ">アイデンティティ絵文字<",
18
+ ">Skills Filter<": ">スキルフィルター<",
19
+ ">Filter<": ">フィルター<",
20
+ ">Model Selection<": ">モデル選択<",
21
+ ">Primary model": ">プライマリモデル",
22
+ " \\(default\\)": " (デフォルト)",
23
+ "Fallbacks \\(comma-separated\\)": "フォールバック(カンマ区切り)",
24
+ "Inherit default \\(": "デフォルトを継承 (",
25
+ "\"Inherit default\"": "\"デフォルトを継承\"",
26
+ ">Fallbacks (comma-separated)<": ">フォールバック(カンマ区切り)",
27
+ "\"Save\"": "\"保存\"",
28
+ "\"yes\"": "\"はい\"",
29
+ "\"no\"": "\"いいえ\"",
30
+
31
+ "\"Workspace, identity, and model configuration.\"": "\"ワークスペース、アイデンティティ、モデル設定。\"",
32
+ "Load channels to see live status.": "ライブステータスを表示するにはチャンネルを読み込んでください。",
33
+ "Gateway-wide channel status snapshot.": "ゲートウェイ全体のチャンネルステータススナップショット。",
34
+ " Last refresh:": " 最終更新:",
35
+ "No channels found.": "チャンネルが見つかりません。",
36
+ "\"no accounts\"": "\"アカウントなし\"",
37
+ "\\} enabled": "} 有効",
38
+ "Workspace and scheduling targets.": "ワークスペースとスケジューリングターゲット。",
39
+ "Gateway cron status.": "ゲートウェイクーロンステータス。",
40
+ ">Next wake<": ">次回ウェイク<",
41
+ ">Agent Cron Jobs<": ">エージェントクーロンジョブ<",
42
+ "Scheduled jobs targeting this agent.": "このエージェントを対象としたスケジュール済みジョブ。",
43
+ "No jobs assigned.": "割り当てられたジョブはありません。",
44
+ ">Core Files<": ">コアファイル<",
45
+ "Bootstrap persona, identity, and tool guidance.": "ブートストラップペルソナ、アイデンティティ、ツールガイダンス。",
46
+ ">Workspace:": ">ワークスペース:",
47
+ " Load the agent workspace files to edit core instructions.": " コアインストラクションを編集するには、エージェントのワークスペースファイルを読み込んでください。",
48
+ "No files found.": "ファイルが見つかりません。",
49
+ "Select a file to edit.": "編集するファイルを選択してください。",
50
+ " This file is missing. Saving will create it in the agent workspace.": " このファイルは存在しません。保存するとエージェントのワークスペースに作成されます。",
51
+ ">Content<": ">内容<",
52
+ ">missing<": ">不存在<",
53
+
54
+ " Reload": " 再読み込み"
55
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "Schema unavailable. Use Raw.": "スキーマが利用できません。Rawを使用してください。",
3
+ "Channel config schema unavailable.": "チャンネル設定スキーマが利用できません。",
4
+ "Loading config schema…": "設定スキーマを読み込んでいます…",
5
+ "Channel status and configuration.": "チャンネルのステータスと設定。",
6
+
7
+ ">Configured<": ">設定済み<",
8
+ ">Linked<": ">リンク済み<",
9
+ ">Last start<": ">最終開始<",
10
+ ">Last probe<": ">最終プローブ<",
11
+ ">Last connect<": ">最終接続<",
12
+ ">Last message<": ">最終メッセージ<",
13
+ ">Last inbound<": ">最終受信<",
14
+ ">Auth age<": ">認証経過時間<",
15
+ ">Mode<": ">モード<",
16
+ ">Credential<": ">資格情報<",
17
+ ">Public Key<": ">公開鍵<",
18
+ ">Audience<": ">オーディエンス<",
19
+ ">Profile<": ">プロフィール<",
20
+
21
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "プロフィールが設定されていません。「プロフィールを編集」をクリックして、名前、自己紹介、アバターを追加してください。",
22
+ "\"Saving…\"": "\"保存中…\"",
23
+ "\"Save\"": "\"保存\"",
24
+ " probe": " プローブ",
25
+
26
+ " Probe": " プローブ",
27
+ "\"ok\" \\:": "\"成功\" :",
28
+ "\"failed\"": "\"失敗\"",
29
+
30
+ "Decentralized DMs via Nostr relays \\(NIP-04\\).": "Nostrリレー(NIP-04)を介した分散型ダイレクトメッセージ。"
31
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Bot status and channel configuration.": "ボットのステータスとチャンネル設定。"
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Chat API webhook status and channel configuration.": "チャットAPIウェブフックのステータスとチャンネル設定。"
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.": "サポートされていないスキーマです。Rawを使用してください。",
41
+ "No settings match ": "一致する設定はありません ",
42
+ "No settings in this section": "このセクションには設定がありません"
43
+ }