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,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.": " フォームビューでは安全に編集できないフィールドがあります。設定エントリの損失を防ぐため、Rawを使用してください。",
52
+ ">Raw JSON5<": ">Raw 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
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "\"Deny\"": "\"拒否\"",
3
+ "\"Allowlist\"": "\"許可リスト\"",
4
+ "\"Off\"": "\"オフ\"",
5
+ "\"On miss\"": "\"ミス時オン\"",
6
+ "\"Always\"": "\"常時\"",
7
+
8
+ ">Exec approvals<": ">実行承認<",
9
+ "Allowlist and approval policy for \\<span class=\"mono\">exec host=gateway/node\\</span>.": "<span class=\"mono\">exec host=gateway/node</span> の許可リストと承認ポリシー。",
10
+ "\"Load approvals\"": "\"承認を読み込む\"",
11
+ "Load exec approvals to edit allowlists.":"許可リストを編集するには、実行承認を読み込んでください。",
12
+ "Gateway edits local approvals; node edits the selected node.": "ゲートウェイはローカル承認を編集し、ノードは選択されたノードを編集します。",
13
+
14
+ ">Gateway<": ">ゲートウェイ<",
15
+ ">Node<": ">ノード<",
16
+ ">Select node<": ">ノードを選択<",
17
+ "No nodes advertise exec approvals yet.": "実行承認をアドバタイズしているノードはまだありません。",
18
+
19
+ ">Scope<": ">スコープ<",
20
+ " Defaults": " デフォルト",
21
+
22
+ "\"Default security mode.\"": "\"デフォルトのセキュリティモード。\"",
23
+ "`Default: ": "`デフォルト: ",
24
+ " Use default": " デフォルトを使用",
25
+ "\"Default prompt policy.\"": "\"デフォルトのプロンプトポリシー。\"",
26
+ ">Ask<": ">確認<",
27
+ ">Ask fallback<": ">確認フォールバック<",
28
+ "Applied when the UI prompt is unavailable.": "UIプロンプトが利用できない場合に適用されます。",
29
+ ">Fallback<": ">フォールバック<",
30
+
31
+ ">Auto-allow skill CLIs<": ">スキルCLIを自動許可<",
32
+ "Allow skill executables listed by the Gateway.": "ゲートウェイによってリストされたスキル実行ファイルを許可します。",
33
+ "\"on\" \\: \"off\"\\}": "\"オン\" : \"オフ\"}",
34
+ ": `Override \\(": ": `オーバーライド (",
35
+
36
+
37
+ ">Allowlist<": ">許可リスト<",
38
+ "Case-insensitive glob patterns.": "大文字小文字を区別しないグロブパターン。",
39
+ " Add pattern": " パターンを追加",
40
+ ">Pattern<": ">パターン<",
41
+ "No allowlist entries yet.": "許可リストエントリはまだありません。",
42
+ "\"New pattern\"": "\"新規パターン\"",
43
+ ">Last used: ": ">最終使用: ",
44
+ " Remove": " 削除"
45
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ ">Nodes<": ">ノード<",
3
+ "Paired devices and live links.": "ペアリング済みデバイスとライブリンク。",
4
+ "No nodes found.": "ノードが見つかりません。",
5
+
6
+ ">Devices<": ">デバイス<",
7
+ "Pairing requests \\+ role tokens.": "ペアリングリクエスト + ロールトークン。",
8
+ "\"Loading…\" : \"Refresh\"\\}": "\"読み込み中…\" : \"更新\"}",
9
+ ">Pending<": ">保留中<",
10
+ ">Paired<": ">ペアリング済み<",
11
+ "No paired devices.": "ペアリング済みデバイスはありません。",
12
+
13
+ " · requested ": "・リクエスト済み",
14
+ " Approve": " 承認",
15
+ " Reject": " 拒否",
16
+
17
+ ">Tokens: none<": ">トークン: なし<",
18
+ " Rotate": " ローテート",
19
+ " Revoke": " 取り消し",
20
+
21
+ ">Exec node binding<": ">実行ノードバインディング<",
22
+ "Pin agents to a specific node when using <span class=\"mono\">exec host=node</span>.": "<span class=\"mono\">exec host=node</span> 使用時にエージェントを特定のノードに固定します。",
23
+ "Switch the Config tab to <strong>Form<\/strong> mode to edit bindings here.": "ここでバインディングを編集するには、設定タブを<strong>フォーム<\/strong>モードに切り替えてください。",
24
+ "Load config to edit bindings.": "バインディングを編集するには設定を読み込んでください。",
25
+ "\"Load config\"": "\"設定を読み込む\"",
26
+ ">Default binding<": ">デフォルトバインディング<",
27
+ "Used when agents do not override a node binding.": "エージェントがノードバインディングをオーバーライドしない場合に使用されます。",
28
+ ">Any node<": ">任意のノード<",
29
+ "No nodes with system.run available.": "system.run が利用可能なノードはありません。",
30
+
31
+ ">Target<": ">ターゲット<",
32
+ " Gateway edits local approvals; node edits the selected node.": " ゲートウェイはローカル承認を編集し、ノードは選択されたノードを編集します。",
33
+
34
+ ">Host<": ">ホスト<",
35
+ ">Security<": ">セキュリティ<",
36
+ "\"default agent\"": "\"デフォルトエージェント\"",
37
+ "\"agent\"\\}": "\"エージェント\"}",
38
+ "`uses default \\(": "`デフォルトを使用 (",
39
+ "`Using default \\(": "`デフォルトを使用中 (",
40
+ "`Override \\(": "`オーバーライド (",
41
+ " \"any\"\\}": " \"任意\"}",
42
+ ": `override: ": ": `オーバーライド:",
43
+ ">Binding<": ">バインディング<",
44
+ "\"paired\" : \"unpaired\"\\}": "\"ペアリング済み\" : \"未ペアリング\"}",
45
+ "\"connected\" : \"offline\"\\}": "\"接続済み\" : \"オフライン\"}"
46
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Gateway Access": "ゲートウェイアクセス",
3
+ "Where the dashboard connects and how it authenticates.": "ダッシュボードの接続先と認証方法。",
4
+ "WebSocket URL": "WebSocket URL",
5
+ "Gateway Token": "ゲートウェイトークン",
6
+ "Password \\(not stored\\)": "パスワード(保存されません)",
7
+ "Default Session Key": "デフォルトセッションキー",
8
+ "\"system or shared password\"": "\"システムまたは共有パスワード\"",
9
+ ">Connect<": ">接続<",
10
+ ">Refresh<": ">更新<",
11
+ "Click Connect to apply connection changes.": "接続の変更を適用するには「接続」をクリックしてください。",
12
+ ">Snapshot<": ">スナップショット<",
13
+ "Latest gateway handshake information.": "最新のゲートウェイハンドシェイク情報。",
14
+ "\"Connected\"": "\"接続済み\"",
15
+ "\"Disconnected\"": "\"切断済み\"",
16
+ ">Uptime<": ">稼働時間<",
17
+ ">Tick Interval<": ">ティック間隔<",
18
+ ">Last Channels Refresh<": ">最終チャンネル更新<",
19
+ "Use Channels to link WhatsApp, Telegram, Discord, Signal, or iMessage.": "チャンネルを使用して、WhatsApp、Telegram、Discord、Signal、iMessageをリンクします。",
20
+ ">Instances<": ">インスタンス<",
21
+ "Presence beacons in the last 5 minutes.": "過去5分間のプレゼンスビーコン。",
22
+ ">Sessions<": ">セッション<",
23
+ "Recent session keys tracked by the gateway.": "ゲートウェイによって追跡された最近のセッションキー。",
24
+ "\"Enabled\"": "\"有効\"",
25
+ "\"Disabled\"": "\"無効\"",
26
+ "Next wake": "次回ウェイク",
27
+ ">Notes<": ">メモ<",
28
+ "Quick reminders for remote control setups.": "リモートコントロール設定のクイックリマインダー。",
29
+ "Tailscale serve": "Tailscale サーブ",
30
+ "Prefer serve mode to keep the gateway on loopback with tailnet auth.": "テイルネット認証でゲートウェイをループバックに保つには、サーブモードを推奨します。",
31
+ "Session hygiene": "セッション衛生",
32
+ "Use /new or sessions.patch to reset context.": "コンテキストをリセットするには、/new または sessions.patch を使用します。",
33
+ "Cron reminders": "クーロンリマインダー",
34
+ "Use isolated sessions for recurring runs.": "繰り返し実行には、分離されたセッションを使用します。"
35
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "Active session keys and per-session overrides.": "アクティブなセッションキーとセッションごとのオーバーライド。",
3
+ "Active within \\(minutes\\)": "アクティブ期間(分)",
4
+ ">Include global<": ">グローバルを含める<",
5
+ ">Include unknown<": ">不明を含める<",
6
+ "No sessions found.": "セッションが見つかりません。",
7
+ "\"\\(optional\\)\"": "\"(オプション)\"",
8
+ "\\((multiple)\\)": "(複数可)",
9
+ " Delete": " 削除",
10
+ ">Limit<": ">制限<",
11
+ "`Store: ": "`ストア: ",
12
+ ">Label<": ">ラベル<",
13
+ ">Kind<": ">種類<",
14
+ ">Updated<": ">更新日<",
15
+ ">Tokens<": ">トークン<",
16
+ ">Thinking<": ">思考<",
17
+ ">Verbose<": ">詳細<",
18
+ ">Reasoning<": ">推論<",
19
+ ">Actions<": ">アクション<"
20
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "\"Workspace Skills\"": "\"ワークスペーススキル\"",
3
+ "\"Built-in Skills\"": "\"ビルトインスキル\"",
4
+ "\"Installed Skills\"": "\"インストール済みスキル\"",
5
+ "\"Extra Skills\"": "\"追加スキル\"",
6
+ "\"Other Skills\"": "\"その他のスキル\""
7
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "\"blocked by allowlist\"": "\"許可リストによりブロック済み\"",
3
+
4
+ "\"eligible\"": "\"対象\"",
5
+ "\"blocked\"": "\"ブロック済み\"",
6
+
7
+ ">disabled<": ">無効<",
8
+ ">Missing: ": ">欠落:",
9
+ ">Reason:": ">理由:"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ ">Skills<": ">スキル<",
3
+ "Bundled, managed, and workspace skills.": "バンドル、管理、およびワークスペーススキル。",
4
+ "\"Search skills\"": "\"スキル検索\"",
5
+ "No skills found.": "スキルが見つかりません。",
6
+ "\\} shown": "} 表示中",
7
+ "\"Installing…\"": "\"インストール中…\"",
8
+ ">API key<": ">APIキー<",
9
+ " Save key": " キーを保存"
10
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ ">Activity by Time<": ">時間別アクティビティ<",
3
+ " tokens<": " トークン<",
4
+ "Estimates require session timestamps.": "推定にはセッションのタイムスタンプが必要です。",
5
+ "No timeline data yet.": "タイムラインデータはまだありません。",
6
+ "Estimated from session spans (first/last activity). Time zone:": "セッション期間(最初/最後のアクティビティ)から推定。タイムゾーン:",
7
+ "\"Local\"\\}": "\"ローカル\"}",
8
+ ">Day of Week<": ">曜日<",
9
+ ">Hours<": ">時間<",
10
+ "\\} tokens": "} トークン",
11
+ ">Midnight<": ">0時<",
12
+ ">4am<": ">午前4時<",
13
+ ">8am<": ">午前8時<",
14
+ ">Moon<": ">正午<",
15
+ ">4pm<": ">午後4時<",
16
+ ">8pm<": ">午後8時<",
17
+ "Low → High token density": "低 → 高 トークン密度"
18
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "\"label\",": "\"ラベル\",",
3
+ "\"agentId\",": "\"エージェントID\",",
4
+ "\"channel\",": "\"チャンネル\",",
5
+ "\"provider\",": "\"プロバイダー\",",
6
+ "\"model\",": "\"モデル\",",
7
+ "\"updatedAt\",": "\"更新日時\",",
8
+ "\"durationMs\",": "\"期間(ミリ秒)\",",
9
+ "\"messages\",": "\"メッセージ\",",
10
+ "\"errors\",": "\"エラー\",",
11
+ "\"toolCalls\",": "\"ツール呼び出し\",",
12
+ "\"inputTokens\",": "\"入力トークン\",",
13
+ "\"outputTokens\",": "\"出力トークン\",",
14
+ "\"cacheReadTokens\",": "\"キャッシュ読み取りトークン\",",
15
+ "\"cacheWriteTokens\",": "\"キャッシュ書き込みトークン\",",
16
+ "\"totalTokens\",": "\"総トークン数\",",
17
+ "\"totalCost\",": "\"総コスト\",",
18
+
19
+ "\"date\",": "\"日付\",",
20
+ "\"inputCost\",": "\"入力コスト\",",
21
+ "\"outputCost\",": "\"出力コスト\",",
22
+ "\"cacheReadCost\",": "\"キャッシュ読み取りコスト\",",
23
+ "\"cacheWriteCost\",": "\"キャッシュ書き込みコスト\",",
24
+
25
+ "\"agent:\",": "\"エージェント:\",",
26
+ "\"channel:\",": "\"チャンネル:\",",
27
+ "\"provider:\",": "\"プロバイダー:\",",
28
+ "\"model:\",": "\"モデル:\",",
29
+ "\"tool:\",": "\"ツール:\",",
30
+ "\"has:errors:\",": "\"エラーあり:\",",
31
+ "\"has:tools:\",": "\"ツールあり:\",",
32
+ "\"minTokens:\",": "\"最小トークン:\",",
33
+ "\"maxCost:\",": "\"最大コスト:\","
34
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "No usage data for this session.": "このセッションの使用データはありません。",
3
+ ">Messages<": ">メッセージ<",
4
+ "\\} user · ": "} ユーザー · ",
5
+ "\\} assistant": "} アシスタント",
6
+ ">Tool Calls<": ">ツール呼び出し<",
7
+ " tools<": " ツール<",
8
+ ">Errors<": ">エラー<",
9
+ " tool results<": "ツール結果<",
10
+ ">Duration<": ">期間<",
11
+
12
+ "\"No tool calls\"": "\"ツール呼び出しなし\"",
13
+ "\"No model data\"": "\"モデルデータなし\"",
14
+
15
+ "\"Close session details\"": "\"セッション詳細を閉じる\"",
16
+
17
+ ">No timeline data<": ">タイムラインデータなし<",
18
+ "\"No data in range\"": "\"範囲内にデータなし\"",
19
+ ">Usage Over Time<": ">時間経過に伴う使用状況<",
20
+ " Per Turn": " ターンごと",
21
+ " Cumulative": " 累計",
22
+ " Total": " 合計",
23
+ " By Type": " タイプ別",
24
+ ">Tokens by Type<": ">タイプ別トークン<",
25
+
26
+ "\"Assistant output tokens\"": "\"アシスタント出力トークン\"",
27
+ ">Output": ">出力",
28
+ "\"User \\+ tool input tokens\"": "\"ユーザー + ツール入力トークン\"",
29
+ ">Input": ">入力",
30
+ "\"Tokens written to cache\"": "\"キャッシュに書き込まれたトークン\"",
31
+ ">Cache Write ": ">キャッシュ書き込み ",
32
+ "\"Tokens read from cache\"": "\"キャッシュから読み取られたトークン\"",
33
+ ">Cache Read ": ">キャッシュ読み取り ",
34
+ ">Total: ": ">合計: ",
35
+
36
+ ">No context data<": ">コンテキストデータなし<",
37
+ ">System Prompt Breakdown<": ">システムプロンプト内訳<",
38
+ "\"Collapse\"": "\"折りたたむ\"",
39
+ "\"Expand all\"": "\"すべて展開\"",
40
+ "\"Base context per message\"": "\"メッセージごとのベースコンテキスト\"",
41
+
42
+ ">Sys ": ">システム ",
43
+ ">Skills ": ">スキル ",
44
+ ">Tools ": ">ツール ",
45
+ ">Files ": ">ファイル ",
46
+
47
+ " more<": " さらに< ",
48
+
49
+ ">Conversation<": ">会話<",
50
+ ">No messages<": ">メッセージなし<",
51
+
52
+ "\"Collapse All\"": "\"すべて折りたたむ\"",
53
+ "\"Expand All\"": "\"すべて展開\"",
54
+
55
+ ">User<": ">ユーザー<",
56
+ ">Assistant<": ">アシスタント<",
57
+ ">Tool<": ">ツール<",
58
+ ">Tool result<": ">ツール結果<",
59
+
60
+ "\"Search conversation\"": "\"会話を検索\"",
61
+ "No messages match the filters.": "フィルターに一致するメッセージはありません。"
62
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ ">Token Usage<": ">トークン使用量<",
3
+ ">to<": ">から<",
4
+ "\"Today\"": "\"今日\"",
5
+ "\"7d\"": "\"7日\"",
6
+ "\"30d\"": "\"30日\"",
7
+ ">All<": ">すべて<",
8
+ " Clear": " クリア",
9
+
10
+ ">Usage<": ">使用状況<",
11
+ "See where tokens go, when sessions spike, and what drives cost.": "トークンの使用先、セッションの急増時期、コストの要因を確認します。",
12
+ "\"pinned\"": "\"ピン留め済み\"",
13
+ ">Filters<": ">フィルター<",
14
+ ">Loading<": ">読み込み中<",
15
+ "Select a date range and click Refresh to load usage.": "日付範囲を選択し、「更新」をクリックして使用状況を読み込みます。",
16
+ "> tokens": "> トークン",
17
+ "> cost": "> コスト",
18
+
19
+ "\"Unpin filters\"\\}": "\"フィルターのピン留めを解除\"}",
20
+ "\"Pin filters\"\\}": "\"フィルターをピン留め\"}",
21
+ "\"Pinned\"": "\"ピン留め済み\"",
22
+ "\"Pin\"": "\"ピン留め\"",
23
+ ">Export ▾<": ">エクスポート ▾<",
24
+ " Sessions ": " セッション ",
25
+ " Daily ": " 日別 ",
26
+
27
+ " Tokens": " トークン",
28
+ " Cost": " コスト",
29
+ " Refresh": " 更新",
30
+
31
+ "Filter sessions \\(e.g. key:agent:main:cron\\* model:gpt-4o has:errors minTokens:2000\\)": "セッションをフィルター(例:key:agent:main:cron* model:gpt-4o has:errors minTokens:2000)",
32
+ " Filter \\(client-side\\)": " フィルター(クライアントサイド)",
33
+ "\\} sessions match": "} セッションが一致",
34
+ "\\} sessions in range": "} 範囲内のセッション",
35
+ "Tip: use filters or click bars to filter days.": "ヒント:フィルターを使用するか、バーをクリックして日付を絞り込みます。",
36
+
37
+ "\"Remove filter\"": "\"フィルターを解除\"",
38
+
39
+ "Showing first 1,000 sessions. Narrow date range for complete results.":"最初の1,000セッションを表示しています。完全な結果を得るには日付範囲を絞り込んでください。",
40
+
41
+ ">Days:": ">日数:",
42
+ ">Hours:": ">時間:",
43
+ ">Session:": ">セッション:",
44
+ " Clear All": " すべてクリア",
45
+ ">Daily Usage<": ">日別使用量<",
46
+ ">No data<": ">データなし<",
47
+ "\\} Usage<": "} 使用量<",
48
+ "\\} tokens<": "} トークン<",
49
+
50
+ "\"Tokens\":\"Cost\"} by Type": "\"タイプ別トークン\":\"タイプ別コスト\"}",
51
+ "\"Output: ": "\"出力:",
52
+ "\"Input: ": "\"入力:",
53
+ "\"Cache Write: ": "\"キャッシュ書き込み:",
54
+ "\"Cache Read: ": "\"キャッシュ読み取り:",
55
+
56
+ "Cache hit rate = cache read / \\(input \\+ cache read\\). Higher is better.": "キャッシュヒット率 = キャッシュ読み取り / (入力 + キャッシュ読み取り)。高いほど良い。",
57
+ "Error rate = errors / total messages. Lower is better.": "エラー率 = エラー数 / 総メッセージ数。低いほど良い。",
58
+ "Throughput shows tokens per minute over active time. Higher is better.": "スループットはアクティブ時間中の1分あたりのトークン数を示します。高いほど良い。",
59
+ "Average tokens per message in this range.": "この範囲におけるメッセージあたりの平均トークン数。",
60
+ "Average cost per message when providers report costs. Cost data is missing for some or all sessions in this range.": "プロバイダーがコストを報告した場合のメッセージあたりの平均コスト。この範囲の一部またはすべてのセッションでコストデータが欠落しています。",
61
+ "Average cost per message when providers report costs.": "プロバイダーがコストを報告した場合のメッセージあたりの平均コスト。",
62
+
63
+ "\\} errors · ": "} エラー · ",
64
+ "\\} msgs · ": "} メッセージ · ",
65
+
66
+ ">Usage Overview<": ">使用状況概要<",
67
+ "Total user \\+ assistant messages in range.": "範囲内のユーザー+アシスタントメッセージの合計。",
68
+ " Tool Calls": " ツール呼び出し",
69
+ "Total tool call count across sessions.": "全セッションにおけるツール呼び出しの総数。",
70
+ " Errors": " エラー",
71
+ "Total message/tool errors in range.": "範囲内のメッセージ/ツールエラーの総数。",
72
+ " Avg Tokens / Msg": " 平均トークン数 / メッセージ",
73
+ ">Across ": ">全体で",
74
+ "Avg Cost \/ Msg": "平均コスト / メッセージ",
75
+ "\\} total<": "} 合計<",
76
+
77
+ "Distinct sessions in the range.": "範囲内の個別セッション数。",
78
+ " Throughput": " スループット",
79
+ " Error Rate": " エラー率",
80
+
81
+ " All ": " すべて ",
82
+ " Recently viewed": " 最近表示したもの",
83
+ ">No sessions in range<": ">範囲内にセッションがありません<",
84
+ ">No recent sessions<": ">最近のセッションはありません<"
85
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "Invalid URL format. Expected /base/XXX or /wiki/XXX URL": "잘못된 URL 형식입니다. /base/XXX 또는 /wiki/XXX URL 형식이어야 합니다.",
3
+ "Use app_token": "app_token 사용",
4
+ " and table_id=": " 및 table_id=",
5
+ " for other bitable tools": " 다른 Bitable 도구용",
6
+ "Select a table_id from the tables list.": "테이블 목록에서 table_id를 선택하세요.",
7
+ "Bitable URL. Supports both formats: /base/XXX?table=YYY or /wiki/XXX?table=YYY": "Bitable URL. 다음 두 형식을 모두 지원합니다: /base/XXX?table=YYY 또는 /wiki/XXX?table=YYY",
8
+ "Bitable app token \\(use feishu_bitable_get_meta to get from URL\\)": "Bitable 앱 토큰 (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-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 자격 증명이 구성되지 않아 Bitable 도구를 건너<0xEB><0x8A><0xB0>니다.",
17
+ "Parse a Bitable URL and get app_token, table_id, and table list. Use this first when given a /wiki/ or /base/ URL.": "Bitable URL을 파싱하여 app_token, table_id 및 테이블 목록을 가져옵니다. /wiki/ 또는 /base/ URL이 주어지면 먼저 이 기능을 사용하세요.",
18
+ "Feishu Bitable List Fields": "Feishu Bitable 필드 목록",
19
+ "List all fields \\(columns\\) in a Bitable table with their types and properties": "Bitable 테이블의 모든 필드(열)와 해당 유형 및 속성을 나열합니다.",
20
+ "List records \\(rows\\) from a Bitable table with pagination support": "페이지네이션을 지원하여 Bitable 테이블의 레코드(행)를 나열합니다.",
21
+ "Feishu Bitable Get Record": "Feishu Bitable 레코드 가져오기",
22
+ "Get a single record by ID from a Bitable table": "ID로 Bitable 테이블에서 단일 레코드를 가져옵니다.",
23
+ "Feishu Bitable Create Record": "Feishu Bitable 레코드 생성",
24
+ "Create a new record (row) in a Bitable table": "Bitable 테이블에 새 레코드(행)를 생성합니다.",
25
+ "Feishu Bitable Update Record": "Feishu Bitable 레코드 업데이트",
26
+ "Update an existing record (row) in a Bitable table": "Bitable 테이블의 기존 레코드(행)를 업데이트합니다.",
27
+ "Registered 6 bitable tools": "6개의 Bitable 도구가 등록되었습니다.",
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
+ }