clawui 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (574) hide show
  1. package/README.md +17 -11
  2. package/dist/index.js +1 -1
  3. package/locales/ar/extensions/feishu.json +37 -0
  4. package/locales/ar/ui/app.json +107 -0
  5. package/locales/ar/ui/views/agents.json +139 -0
  6. package/locales/ar/ui/views/channels.json +91 -0
  7. package/locales/ar/ui/views/chat.json +23 -0
  8. package/locales/ar/ui/views/config.json +87 -0
  9. package/locales/ar/ui/views/cron.json +64 -0
  10. package/locales/ar/ui/views/debug.json +17 -0
  11. package/locales/ar/ui/views/instances.json +8 -0
  12. package/locales/ar/ui/views/logs.json +12 -0
  13. package/locales/ar/ui/views/nodes.json +91 -0
  14. package/locales/ar/ui/views/overview.json +33 -0
  15. package/locales/ar/ui/views/sessions.json +21 -0
  16. package/locales/ar/ui/views/skills.json +26 -0
  17. package/locales/ar/ui/views/usage.json +242 -0
  18. package/locales/bn/extensions/feishu.json +15 -15
  19. package/locales/bn/ui/app.json +107 -0
  20. package/locales/bn/ui/views/agents.json +104 -19
  21. package/locales/bn/ui/views/channels.json +82 -2
  22. package/locales/bn/ui/views/chat.json +5 -5
  23. package/locales/bn/ui/views/config.json +50 -16
  24. package/locales/bn/ui/views/cron.json +17 -17
  25. package/locales/bn/ui/views/debug.json +5 -5
  26. package/locales/bn/ui/views/instances.json +1 -2
  27. package/locales/bn/ui/views/logs.json +2 -2
  28. package/locales/bn/ui/views/nodes.json +60 -15
  29. package/locales/bn/ui/views/overview.json +10 -12
  30. package/locales/bn/ui/views/sessions.json +5 -4
  31. package/locales/bn/ui/views/skills.json +22 -6
  32. package/locales/bn/ui/views/usage.json +207 -50
  33. package/locales/de/extensions/feishu.json +18 -17
  34. package/locales/de/ui/app.json +107 -0
  35. package/locales/de/ui/views/agents.json +100 -14
  36. package/locales/de/ui/views/channels.json +83 -3
  37. package/locales/de/ui/views/chat.json +2 -2
  38. package/locales/de/ui/views/config.json +44 -10
  39. package/locales/de/ui/views/cron.json +16 -16
  40. package/locales/de/ui/views/debug.json +6 -6
  41. package/locales/de/ui/views/instances.json +1 -2
  42. package/locales/de/ui/views/logs.json +2 -2
  43. package/locales/de/ui/views/nodes.json +57 -12
  44. package/locales/de/ui/views/overview.json +7 -9
  45. package/locales/de/ui/views/sessions.json +2 -1
  46. package/locales/de/ui/views/skills.json +17 -1
  47. package/locales/de/ui/views/usage.json +183 -26
  48. package/locales/es/extensions/feishu.json +12 -12
  49. package/locales/es/ui/app.json +91 -0
  50. package/locales/es/ui/views/agents.json +79 -19
  51. package/locales/es/ui/views/channels.json +62 -2
  52. package/locales/es/ui/views/chat.json +2 -2
  53. package/locales/es/ui/views/config.json +49 -20
  54. package/locales/es/ui/views/cron.json +10 -16
  55. package/locales/es/ui/views/debug.json +1 -1
  56. package/locales/es/ui/views/instances.json +1 -2
  57. package/locales/es/ui/views/nodes.json +45 -15
  58. package/locales/es/ui/views/overview.json +5 -7
  59. package/locales/es/ui/views/sessions.json +3 -2
  60. package/locales/es/ui/views/skills.json +13 -2
  61. package/locales/es/ui/views/usage.json +152 -33
  62. package/locales/fi/extensions/feishu.json +18 -17
  63. package/locales/fi/ui/app.json +107 -0
  64. package/locales/fi/ui/views/agents.json +104 -19
  65. package/locales/fi/ui/views/channels.json +81 -1
  66. package/locales/fi/ui/views/chat.json +8 -8
  67. package/locales/fi/ui/views/config.json +55 -21
  68. package/locales/fi/ui/views/cron.json +14 -14
  69. package/locales/fi/ui/views/debug.json +9 -9
  70. package/locales/fi/ui/views/instances.json +1 -2
  71. package/locales/fi/ui/views/logs.json +1 -1
  72. package/locales/fi/ui/views/nodes.json +62 -17
  73. package/locales/fi/ui/views/overview.json +13 -15
  74. package/locales/fi/ui/views/sessions.json +5 -4
  75. package/locales/fi/ui/views/skills.json +19 -3
  76. package/locales/fi/ui/views/usage.json +186 -29
  77. package/locales/fr/extensions/feishu.json +19 -19
  78. package/locales/fr/ui/app.json +107 -0
  79. package/locales/fr/ui/views/agents.json +102 -18
  80. package/locales/fr/ui/views/channels.json +83 -3
  81. package/locales/fr/ui/views/chat.json +4 -4
  82. package/locales/fr/ui/views/config.json +49 -15
  83. package/locales/fr/ui/views/cron.json +13 -13
  84. package/locales/fr/ui/views/debug.json +2 -2
  85. package/locales/fr/ui/views/instances.json +1 -2
  86. package/locales/fr/ui/views/logs.json +2 -2
  87. package/locales/fr/ui/views/nodes.json +59 -14
  88. package/locales/fr/ui/views/overview.json +4 -6
  89. package/locales/fr/ui/views/sessions.json +5 -4
  90. package/locales/fr/ui/views/skills.json +19 -3
  91. package/locales/fr/ui/views/usage.json +196 -39
  92. package/locales/hi/extensions/feishu.json +37 -0
  93. package/locales/hi/ui/app.json +107 -0
  94. package/locales/hi/ui/views/agents.json +139 -0
  95. package/locales/hi/ui/views/channels.json +91 -0
  96. package/locales/hi/ui/views/chat.json +23 -0
  97. package/locales/hi/ui/views/config.json +87 -0
  98. package/locales/hi/ui/views/cron.json +64 -0
  99. package/locales/hi/ui/views/debug.json +17 -0
  100. package/locales/hi/ui/views/instances.json +8 -0
  101. package/locales/hi/ui/views/logs.json +12 -0
  102. package/locales/hi/ui/views/nodes.json +91 -0
  103. package/locales/hi/ui/views/overview.json +33 -0
  104. package/locales/hi/ui/views/sessions.json +21 -0
  105. package/locales/hi/ui/views/skills.json +26 -0
  106. package/locales/hi/ui/views/usage.json +242 -0
  107. package/locales/it/extensions/feishu.json +10 -10
  108. package/locales/it/ui/app.json +107 -0
  109. package/locales/it/ui/views/agents.json +100 -14
  110. package/locales/it/ui/views/channels.json +83 -3
  111. package/locales/it/ui/views/chat.json +3 -3
  112. package/locales/it/ui/views/config.json +47 -13
  113. package/locales/it/ui/views/cron.json +10 -11
  114. package/locales/it/ui/views/debug.json +2 -2
  115. package/locales/it/ui/views/instances.json +1 -2
  116. package/locales/it/ui/views/logs.json +2 -2
  117. package/locales/it/ui/views/nodes.json +54 -9
  118. package/locales/it/ui/views/overview.json +4 -6
  119. package/locales/it/ui/views/sessions.json +4 -3
  120. package/locales/it/ui/views/skills.json +19 -3
  121. package/locales/it/ui/views/usage.json +185 -28
  122. package/locales/ja/extensions/feishu.json +26 -26
  123. package/locales/ja/ui/app.json +108 -0
  124. package/locales/ja/ui/views/agents.json +100 -15
  125. package/locales/ja/ui/views/channels.json +81 -1
  126. package/locales/ja/ui/views/chat.json +8 -8
  127. package/locales/ja/ui/views/config.json +45 -11
  128. package/locales/ja/ui/views/cron.json +9 -9
  129. package/locales/ja/ui/views/debug.json +2 -2
  130. package/locales/ja/ui/views/instances.json +0 -1
  131. package/locales/ja/ui/views/logs.json +2 -2
  132. package/locales/ja/ui/views/nodes.json +59 -14
  133. package/locales/ja/ui/views/overview.json +9 -11
  134. package/locales/ja/ui/views/sessions.json +5 -4
  135. package/locales/ja/ui/views/skills.json +19 -3
  136. package/locales/ja/ui/views/usage.json +187 -30
  137. package/locales/ko/extensions/feishu.json +20 -20
  138. package/locales/ko/ui/app.json +107 -0
  139. package/locales/ko/ui/views/agents.json +103 -18
  140. package/locales/ko/ui/views/channels.json +82 -2
  141. package/locales/ko/ui/views/chat.json +5 -5
  142. package/locales/ko/ui/views/config.json +49 -15
  143. package/locales/ko/ui/views/cron.json +5 -5
  144. package/locales/ko/ui/views/debug.json +1 -1
  145. package/locales/ko/ui/views/instances.json +1 -2
  146. package/locales/ko/ui/views/nodes.json +53 -8
  147. package/locales/ko/ui/views/overview.json +5 -7
  148. package/locales/ko/ui/views/sessions.json +3 -2
  149. package/locales/ko/ui/views/skills.json +19 -3
  150. package/locales/ko/ui/views/usage.json +182 -25
  151. package/locales/pt/extensions/feishu.json +20 -20
  152. package/locales/pt/ui/app.json +107 -0
  153. package/locales/pt/ui/views/agents.json +96 -11
  154. package/locales/pt/ui/views/channels.json +82 -2
  155. package/locales/pt/ui/views/chat.json +3 -3
  156. package/locales/pt/ui/views/config.json +48 -14
  157. package/locales/pt/ui/views/cron.json +12 -12
  158. package/locales/pt/ui/views/debug.json +4 -4
  159. package/locales/pt/ui/views/instances.json +0 -1
  160. package/locales/pt/ui/views/logs.json +1 -1
  161. package/locales/pt/ui/views/nodes.json +59 -14
  162. package/locales/pt/ui/views/overview.json +6 -8
  163. package/locales/pt/ui/views/sessions.json +4 -3
  164. package/locales/pt/ui/views/skills.json +18 -2
  165. package/locales/pt/ui/views/usage.json +188 -31
  166. package/locales/pt-BR/extensions/feishu.json +37 -0
  167. package/locales/pt-BR/ui/app.json +107 -0
  168. package/locales/pt-BR/ui/views/agents.json +139 -0
  169. package/locales/pt-BR/ui/views/channels.json +91 -0
  170. package/locales/pt-BR/ui/views/chat.json +23 -0
  171. package/locales/{pt/ui/views/config-form.render.json → pt-BR/ui/views/config.json} +55 -11
  172. package/locales/pt-BR/ui/views/cron.json +64 -0
  173. package/locales/pt-BR/ui/views/debug.json +17 -0
  174. package/locales/pt-BR/ui/views/instances.json +8 -0
  175. package/locales/pt-BR/ui/views/logs.json +12 -0
  176. package/locales/pt-BR/ui/views/nodes.json +91 -0
  177. package/locales/pt-BR/ui/views/overview.json +33 -0
  178. package/locales/pt-BR/ui/views/sessions.json +21 -0
  179. package/locales/pt-BR/ui/views/skills.json +26 -0
  180. package/locales/pt-BR/ui/views/usage.json +242 -0
  181. package/locales/te/extensions/feishu.json +37 -0
  182. package/locales/te/ui/app.json +107 -0
  183. package/locales/te/ui/views/agents.json +139 -0
  184. package/locales/te/ui/views/channels.json +91 -0
  185. package/locales/te/ui/views/chat.json +23 -0
  186. package/locales/te/ui/views/config.json +87 -0
  187. package/locales/te/ui/views/cron.json +64 -0
  188. package/locales/te/ui/views/debug.json +17 -0
  189. package/locales/te/ui/views/instances.json +8 -0
  190. package/locales/te/ui/views/logs.json +12 -0
  191. package/locales/te/ui/views/nodes.json +91 -0
  192. package/locales/te/ui/views/overview.json +33 -0
  193. package/locales/te/ui/views/sessions.json +21 -0
  194. package/locales/te/ui/views/skills.json +26 -0
  195. package/locales/te/ui/views/usage.json +242 -0
  196. package/locales/vi/extensions/feishu.json +11 -11
  197. package/locales/vi/ui/app.json +107 -0
  198. package/locales/vi/ui/views/agents.json +106 -21
  199. package/locales/vi/ui/views/channels.json +81 -1
  200. package/locales/vi/ui/views/chat.json +4 -4
  201. package/locales/vi/ui/views/config.json +47 -13
  202. package/locales/vi/ui/views/cron.json +12 -12
  203. package/locales/vi/ui/views/debug.json +6 -6
  204. package/locales/vi/ui/views/instances.json +2 -3
  205. package/locales/vi/ui/views/logs.json +3 -3
  206. package/locales/vi/ui/views/nodes.json +56 -11
  207. package/locales/vi/ui/views/overview.json +9 -11
  208. package/locales/vi/ui/views/sessions.json +4 -3
  209. package/locales/vi/ui/views/skills.json +17 -1
  210. package/locales/vi/ui/views/usage.json +199 -42
  211. package/locales/zh-CN/ui/app.json +107 -0
  212. package/locales/zh-CN/ui/views/agents.json +140 -0
  213. package/locales/zh-CN/ui/views/channels.json +91 -0
  214. package/locales/{zh/ui/views/config-form.render.json → zh-CN/ui/views/config.json} +46 -2
  215. package/locales/{zh → zh-CN}/ui/views/cron.json +1 -1
  216. package/locales/{zh → zh-CN}/ui/views/debug.json +1 -1
  217. package/locales/{zh → zh-CN}/ui/views/instances.json +1 -2
  218. package/locales/{zh → zh-CN}/ui/views/logs.json +1 -1
  219. package/locales/{zh → zh-CN}/ui/views/nodes.json +46 -1
  220. package/locales/{zh → zh-CN}/ui/views/overview.json +15 -17
  221. package/locales/{zh → zh-CN}/ui/views/sessions.json +1 -0
  222. package/locales/zh-CN/ui/views/skills.json +26 -0
  223. package/locales/zh-CN/ui/views/usage.json +242 -0
  224. package/locales/zh-TW/extensions/feishu.json +37 -0
  225. package/locales/zh-TW/ui/app.json +107 -0
  226. package/locales/zh-TW/ui/views/agents.json +140 -0
  227. package/locales/zh-TW/ui/views/channels.json +91 -0
  228. package/locales/zh-TW/ui/views/chat.json +23 -0
  229. package/locales/zh-TW/ui/views/config.json +87 -0
  230. package/locales/zh-TW/ui/views/cron.json +64 -0
  231. package/locales/zh-TW/ui/views/debug.json +17 -0
  232. package/locales/zh-TW/ui/views/instances.json +8 -0
  233. package/locales/zh-TW/ui/views/logs.json +12 -0
  234. package/locales/zh-TW/ui/views/nodes.json +91 -0
  235. package/locales/zh-TW/ui/views/overview.json +33 -0
  236. package/locales/zh-TW/ui/views/sessions.json +21 -0
  237. package/locales/zh-TW/ui/views/skills.json +26 -0
  238. package/locales/zh-TW/ui/views/usage.json +242 -0
  239. package/package.json +1 -1
  240. package/locales/bn/src/config/schema.field-metadata.json +0 -4
  241. package/locales/bn/src/config/schema.irc.json +0 -4
  242. package/locales/bn/src/infra/format-time/app-gateway.json +0 -12
  243. package/locales/bn/ui/app-channels.json +0 -10
  244. package/locales/bn/ui/app-gateway.json +0 -4
  245. package/locales/bn/ui/app-render.helpers.json +0 -12
  246. package/locales/bn/ui/app-render.json +0 -16
  247. package/locales/bn/ui/gateway.json +0 -8
  248. package/locales/bn/ui/navigation.json +0 -31
  249. package/locales/bn/ui/views/agents-panels-status-files.json +0 -7
  250. package/locales/bn/ui/views/agents-panels-tools-skills.json +0 -31
  251. package/locales/bn/ui/views/agents-utils.json +0 -49
  252. package/locales/bn/ui/views/channels.config.json +0 -31
  253. package/locales/bn/ui/views/channels.discord.json +0 -3
  254. package/locales/bn/ui/views/channels.googlechat.json +0 -3
  255. package/locales/bn/ui/views/channels.imessage.json +0 -3
  256. package/locales/bn/ui/views/channels.nostr-profile-form.json +0 -29
  257. package/locales/bn/ui/views/channels.nostr.json +0 -5
  258. package/locales/bn/ui/views/channels.shared.json +0 -3
  259. package/locales/bn/ui/views/channels.signal.json +0 -4
  260. package/locales/bn/ui/views/channels.slack.json +0 -3
  261. package/locales/bn/ui/views/channels.telegram.json +0 -3
  262. package/locales/bn/ui/views/channels.whatsapp.json +0 -3
  263. package/locales/bn/ui/views/config-form.render.json +0 -43
  264. package/locales/bn/ui/views/nodes-exec-approvals.json +0 -45
  265. package/locales/bn/ui/views/skills-grouping.json +0 -7
  266. package/locales/bn/ui/views/skills-shared.json +0 -10
  267. package/locales/bn/ui/views/usage-metrics.json +0 -18
  268. package/locales/bn/ui/views/usage-query.json +0 -34
  269. package/locales/bn/ui/views/usage-render-details.json +0 -62
  270. package/locales/de/src/config/schema.field-metadata.json +0 -4
  271. package/locales/de/src/config/schema.irc.json +0 -4
  272. package/locales/de/src/infra/format-time/app-gateway.json +0 -12
  273. package/locales/de/ui/app-channels.json +0 -10
  274. package/locales/de/ui/app-gateway.json +0 -4
  275. package/locales/de/ui/app-render.helpers.json +0 -12
  276. package/locales/de/ui/app-render.json +0 -16
  277. package/locales/de/ui/gateway.json +0 -8
  278. package/locales/de/ui/navigation.json +0 -31
  279. package/locales/de/ui/views/agents-panels-status-files.json +0 -7
  280. package/locales/de/ui/views/agents-panels-tools-skills.json +0 -31
  281. package/locales/de/ui/views/agents-utils.json +0 -49
  282. package/locales/de/ui/views/channels.config.json +0 -31
  283. package/locales/de/ui/views/channels.discord.json +0 -3
  284. package/locales/de/ui/views/channels.googlechat.json +0 -3
  285. package/locales/de/ui/views/channels.imessage.json +0 -3
  286. package/locales/de/ui/views/channels.nostr-profile-form.json +0 -29
  287. package/locales/de/ui/views/channels.nostr.json +0 -5
  288. package/locales/de/ui/views/channels.shared.json +0 -3
  289. package/locales/de/ui/views/channels.signal.json +0 -4
  290. package/locales/de/ui/views/channels.slack.json +0 -3
  291. package/locales/de/ui/views/channels.telegram.json +0 -3
  292. package/locales/de/ui/views/channels.whatsapp.json +0 -3
  293. package/locales/de/ui/views/config-form.render.json +0 -43
  294. package/locales/de/ui/views/nodes-exec-approvals.json +0 -45
  295. package/locales/de/ui/views/skills-grouping.json +0 -7
  296. package/locales/de/ui/views/skills-shared.json +0 -10
  297. package/locales/de/ui/views/usage-metrics.json +0 -18
  298. package/locales/de/ui/views/usage-query.json +0 -34
  299. package/locales/de/ui/views/usage-render-details.json +0 -62
  300. package/locales/es/src/config/schema.field-metadata.json +0 -4
  301. package/locales/es/src/config/schema.irc.json +0 -4
  302. package/locales/es/src/infra/format-time/app-gateway.json +0 -12
  303. package/locales/es/ui/app-channels.json +0 -10
  304. package/locales/es/ui/app-gateway.json +0 -4
  305. package/locales/es/ui/app-render.helpers.json +0 -12
  306. package/locales/es/ui/app-render.json +0 -16
  307. package/locales/es/ui/gateway.json +0 -8
  308. package/locales/es/ui/navigation.json +0 -31
  309. package/locales/es/ui/views/agents-panels-status-files.json +0 -7
  310. package/locales/es/ui/views/agents-panels-tools-skills.json +0 -31
  311. package/locales/es/ui/views/agents-utils.json +0 -49
  312. package/locales/es/ui/views/channels.config.json +0 -31
  313. package/locales/es/ui/views/channels.discord.json +0 -3
  314. package/locales/es/ui/views/channels.googlechat.json +0 -3
  315. package/locales/es/ui/views/channels.imessage.json +0 -3
  316. package/locales/es/ui/views/channels.nostr-profile-form.json +0 -29
  317. package/locales/es/ui/views/channels.nostr.json +0 -5
  318. package/locales/es/ui/views/channels.shared.json +0 -3
  319. package/locales/es/ui/views/channels.signal.json +0 -4
  320. package/locales/es/ui/views/channels.slack.json +0 -3
  321. package/locales/es/ui/views/channels.telegram.json +0 -3
  322. package/locales/es/ui/views/channels.whatsapp.json +0 -3
  323. package/locales/es/ui/views/config-form.render.json +0 -43
  324. package/locales/es/ui/views/nodes-exec-approvals.json +0 -45
  325. package/locales/es/ui/views/skills-grouping.json +0 -7
  326. package/locales/es/ui/views/skills-shared.json +0 -10
  327. package/locales/es/ui/views/usage-metrics.json +0 -18
  328. package/locales/es/ui/views/usage-query.json +0 -34
  329. package/locales/es/ui/views/usage-render-details.json +0 -62
  330. package/locales/fi/src/config/schema.field-metadata.json +0 -4
  331. package/locales/fi/src/config/schema.irc.json +0 -4
  332. package/locales/fi/src/infra/format-time/app-gateway.json +0 -12
  333. package/locales/fi/ui/app-channels.json +0 -10
  334. package/locales/fi/ui/app-gateway.json +0 -4
  335. package/locales/fi/ui/app-render.helpers.json +0 -12
  336. package/locales/fi/ui/app-render.json +0 -16
  337. package/locales/fi/ui/gateway.json +0 -8
  338. package/locales/fi/ui/navigation.json +0 -31
  339. package/locales/fi/ui/views/agents-panels-status-files.json +0 -7
  340. package/locales/fi/ui/views/agents-panels-tools-skills.json +0 -31
  341. package/locales/fi/ui/views/agents-utils.json +0 -49
  342. package/locales/fi/ui/views/channels.config.json +0 -31
  343. package/locales/fi/ui/views/channels.discord.json +0 -3
  344. package/locales/fi/ui/views/channels.googlechat.json +0 -3
  345. package/locales/fi/ui/views/channels.imessage.json +0 -3
  346. package/locales/fi/ui/views/channels.nostr-profile-form.json +0 -29
  347. package/locales/fi/ui/views/channels.nostr.json +0 -5
  348. package/locales/fi/ui/views/channels.shared.json +0 -3
  349. package/locales/fi/ui/views/channels.signal.json +0 -4
  350. package/locales/fi/ui/views/channels.slack.json +0 -3
  351. package/locales/fi/ui/views/channels.telegram.json +0 -3
  352. package/locales/fi/ui/views/channels.whatsapp.json +0 -3
  353. package/locales/fi/ui/views/config-form.render.json +0 -43
  354. package/locales/fi/ui/views/nodes-exec-approvals.json +0 -45
  355. package/locales/fi/ui/views/skills-grouping.json +0 -7
  356. package/locales/fi/ui/views/skills-shared.json +0 -10
  357. package/locales/fi/ui/views/usage-metrics.json +0 -18
  358. package/locales/fi/ui/views/usage-query.json +0 -35
  359. package/locales/fi/ui/views/usage-render-details.json +0 -62
  360. package/locales/fr/src/config/schema.field-metadata.json +0 -4
  361. package/locales/fr/src/config/schema.irc.json +0 -4
  362. package/locales/fr/src/infra/format-time/app-gateway.json +0 -12
  363. package/locales/fr/ui/app-channels.json +0 -10
  364. package/locales/fr/ui/app-gateway.json +0 -4
  365. package/locales/fr/ui/app-render.helpers.json +0 -12
  366. package/locales/fr/ui/app-render.json +0 -16
  367. package/locales/fr/ui/gateway.json +0 -8
  368. package/locales/fr/ui/navigation.json +0 -31
  369. package/locales/fr/ui/views/agents-panels-status-files.json +0 -7
  370. package/locales/fr/ui/views/agents-panels-tools-skills.json +0 -31
  371. package/locales/fr/ui/views/agents-utils.json +0 -49
  372. package/locales/fr/ui/views/channels.config.json +0 -31
  373. package/locales/fr/ui/views/channels.discord.json +0 -3
  374. package/locales/fr/ui/views/channels.googlechat.json +0 -3
  375. package/locales/fr/ui/views/channels.imessage.json +0 -3
  376. package/locales/fr/ui/views/channels.nostr-profile-form.json +0 -29
  377. package/locales/fr/ui/views/channels.nostr.json +0 -5
  378. package/locales/fr/ui/views/channels.shared.json +0 -3
  379. package/locales/fr/ui/views/channels.signal.json +0 -4
  380. package/locales/fr/ui/views/channels.slack.json +0 -3
  381. package/locales/fr/ui/views/channels.telegram.json +0 -3
  382. package/locales/fr/ui/views/channels.whatsapp.json +0 -3
  383. package/locales/fr/ui/views/config-form.render.json +0 -43
  384. package/locales/fr/ui/views/nodes-exec-approvals.json +0 -45
  385. package/locales/fr/ui/views/skills-grouping.json +0 -7
  386. package/locales/fr/ui/views/skills-shared.json +0 -10
  387. package/locales/fr/ui/views/usage-metrics.json +0 -18
  388. package/locales/fr/ui/views/usage-query.json +0 -34
  389. package/locales/fr/ui/views/usage-render-details.json +0 -62
  390. package/locales/it/src/config/schema.field-metadata.json +0 -4
  391. package/locales/it/src/config/schema.irc.json +0 -4
  392. package/locales/it/src/infra/format-time/app-gateway.json +0 -12
  393. package/locales/it/ui/app-channels.json +0 -10
  394. package/locales/it/ui/app-gateway.json +0 -4
  395. package/locales/it/ui/app-render.helpers.json +0 -12
  396. package/locales/it/ui/app-render.json +0 -16
  397. package/locales/it/ui/gateway.json +0 -8
  398. package/locales/it/ui/navigation.json +0 -31
  399. package/locales/it/ui/views/agents-panels-status-files.json +0 -7
  400. package/locales/it/ui/views/agents-panels-tools-skills.json +0 -31
  401. package/locales/it/ui/views/agents-utils.json +0 -49
  402. package/locales/it/ui/views/channels.config.json +0 -31
  403. package/locales/it/ui/views/channels.discord.json +0 -3
  404. package/locales/it/ui/views/channels.googlechat.json +0 -3
  405. package/locales/it/ui/views/channels.imessage.json +0 -3
  406. package/locales/it/ui/views/channels.nostr-profile-form.json +0 -29
  407. package/locales/it/ui/views/channels.nostr.json +0 -5
  408. package/locales/it/ui/views/channels.shared.json +0 -3
  409. package/locales/it/ui/views/channels.signal.json +0 -4
  410. package/locales/it/ui/views/channels.slack.json +0 -3
  411. package/locales/it/ui/views/channels.telegram.json +0 -3
  412. package/locales/it/ui/views/channels.whatsapp.json +0 -3
  413. package/locales/it/ui/views/config-form.render.json +0 -43
  414. package/locales/it/ui/views/nodes-exec-approvals.json +0 -45
  415. package/locales/it/ui/views/skills-grouping.json +0 -7
  416. package/locales/it/ui/views/skills-shared.json +0 -10
  417. package/locales/it/ui/views/usage-metrics.json +0 -18
  418. package/locales/it/ui/views/usage-query.json +0 -35
  419. package/locales/it/ui/views/usage-render-details.json +0 -62
  420. package/locales/ja/src/config/schema.field-metadata.json +0 -4
  421. package/locales/ja/src/config/schema.irc.json +0 -4
  422. package/locales/ja/src/infra/format-time/app-gateway.json +0 -12
  423. package/locales/ja/ui/app-channels.json +0 -10
  424. package/locales/ja/ui/app-gateway.json +0 -4
  425. package/locales/ja/ui/app-render.helpers.json +0 -12
  426. package/locales/ja/ui/app-render.json +0 -16
  427. package/locales/ja/ui/gateway.json +0 -8
  428. package/locales/ja/ui/navigation.json +0 -31
  429. package/locales/ja/ui/views/agents-panels-status-files.json +0 -7
  430. package/locales/ja/ui/views/agents-panels-tools-skills.json +0 -31
  431. package/locales/ja/ui/views/agents-utils.json +0 -49
  432. package/locales/ja/ui/views/channels.config.json +0 -31
  433. package/locales/ja/ui/views/channels.discord.json +0 -3
  434. package/locales/ja/ui/views/channels.googlechat.json +0 -3
  435. package/locales/ja/ui/views/channels.imessage.json +0 -3
  436. package/locales/ja/ui/views/channels.nostr-profile-form.json +0 -29
  437. package/locales/ja/ui/views/channels.nostr.json +0 -5
  438. package/locales/ja/ui/views/channels.shared.json +0 -3
  439. package/locales/ja/ui/views/channels.signal.json +0 -4
  440. package/locales/ja/ui/views/channels.slack.json +0 -3
  441. package/locales/ja/ui/views/channels.telegram.json +0 -3
  442. package/locales/ja/ui/views/channels.whatsapp.json +0 -3
  443. package/locales/ja/ui/views/config-form.render.json +0 -43
  444. package/locales/ja/ui/views/nodes-exec-approvals.json +0 -45
  445. package/locales/ja/ui/views/skills-grouping.json +0 -7
  446. package/locales/ja/ui/views/skills-shared.json +0 -10
  447. package/locales/ja/ui/views/usage-metrics.json +0 -18
  448. package/locales/ja/ui/views/usage-query.json +0 -34
  449. package/locales/ja/ui/views/usage-render-details.json +0 -62
  450. package/locales/ko/src/config/schema.field-metadata.json +0 -4
  451. package/locales/ko/src/config/schema.irc.json +0 -4
  452. package/locales/ko/src/infra/format-time/app-gateway.json +0 -12
  453. package/locales/ko/ui/app-channels.json +0 -10
  454. package/locales/ko/ui/app-gateway.json +0 -4
  455. package/locales/ko/ui/app-render.helpers.json +0 -12
  456. package/locales/ko/ui/app-render.json +0 -16
  457. package/locales/ko/ui/gateway.json +0 -8
  458. package/locales/ko/ui/navigation.json +0 -31
  459. package/locales/ko/ui/views/agents-panels-status-files.json +0 -7
  460. package/locales/ko/ui/views/agents-panels-tools-skills.json +0 -31
  461. package/locales/ko/ui/views/agents-utils.json +0 -49
  462. package/locales/ko/ui/views/channels.config.json +0 -31
  463. package/locales/ko/ui/views/channels.discord.json +0 -3
  464. package/locales/ko/ui/views/channels.googlechat.json +0 -3
  465. package/locales/ko/ui/views/channels.imessage.json +0 -3
  466. package/locales/ko/ui/views/channels.nostr-profile-form.json +0 -29
  467. package/locales/ko/ui/views/channels.nostr.json +0 -5
  468. package/locales/ko/ui/views/channels.shared.json +0 -3
  469. package/locales/ko/ui/views/channels.signal.json +0 -4
  470. package/locales/ko/ui/views/channels.slack.json +0 -3
  471. package/locales/ko/ui/views/channels.telegram.json +0 -3
  472. package/locales/ko/ui/views/channels.whatsapp.json +0 -3
  473. package/locales/ko/ui/views/config-form.render.json +0 -43
  474. package/locales/ko/ui/views/nodes-exec-approvals.json +0 -45
  475. package/locales/ko/ui/views/skills-grouping.json +0 -7
  476. package/locales/ko/ui/views/skills-shared.json +0 -10
  477. package/locales/ko/ui/views/usage-metrics.json +0 -18
  478. package/locales/ko/ui/views/usage-query.json +0 -34
  479. package/locales/ko/ui/views/usage-render-details.json +0 -62
  480. package/locales/pt/src/config/schema.field-metadata.json +0 -4
  481. package/locales/pt/src/config/schema.irc.json +0 -4
  482. package/locales/pt/src/infra/format-time/app-gateway.json +0 -12
  483. package/locales/pt/ui/app-channels.json +0 -10
  484. package/locales/pt/ui/app-gateway.json +0 -4
  485. package/locales/pt/ui/app-render.helpers.json +0 -12
  486. package/locales/pt/ui/app-render.json +0 -16
  487. package/locales/pt/ui/gateway.json +0 -8
  488. package/locales/pt/ui/navigation.json +0 -31
  489. package/locales/pt/ui/views/agents-panels-status-files.json +0 -7
  490. package/locales/pt/ui/views/agents-panels-tools-skills.json +0 -31
  491. package/locales/pt/ui/views/agents-utils.json +0 -49
  492. package/locales/pt/ui/views/channels.config.json +0 -31
  493. package/locales/pt/ui/views/channels.discord.json +0 -3
  494. package/locales/pt/ui/views/channels.googlechat.json +0 -3
  495. package/locales/pt/ui/views/channels.imessage.json +0 -3
  496. package/locales/pt/ui/views/channels.nostr-profile-form.json +0 -29
  497. package/locales/pt/ui/views/channels.nostr.json +0 -5
  498. package/locales/pt/ui/views/channels.shared.json +0 -3
  499. package/locales/pt/ui/views/channels.signal.json +0 -4
  500. package/locales/pt/ui/views/channels.slack.json +0 -3
  501. package/locales/pt/ui/views/channels.telegram.json +0 -3
  502. package/locales/pt/ui/views/channels.whatsapp.json +0 -3
  503. package/locales/pt/ui/views/nodes-exec-approvals.json +0 -45
  504. package/locales/pt/ui/views/skills-grouping.json +0 -7
  505. package/locales/pt/ui/views/skills-shared.json +0 -10
  506. package/locales/pt/ui/views/usage-metrics.json +0 -18
  507. package/locales/pt/ui/views/usage-query.json +0 -35
  508. package/locales/pt/ui/views/usage-render-details.json +0 -62
  509. package/locales/vi/src/config/schema.field-metadata.json +0 -4
  510. package/locales/vi/src/config/schema.irc.json +0 -4
  511. package/locales/vi/src/infra/format-time/app-gateway.json +0 -12
  512. package/locales/vi/ui/app-channels.json +0 -10
  513. package/locales/vi/ui/app-gateway.json +0 -4
  514. package/locales/vi/ui/app-render.helpers.json +0 -12
  515. package/locales/vi/ui/app-render.json +0 -16
  516. package/locales/vi/ui/gateway.json +0 -8
  517. package/locales/vi/ui/navigation.json +0 -31
  518. package/locales/vi/ui/views/agents-panels-status-files.json +0 -7
  519. package/locales/vi/ui/views/agents-panels-tools-skills.json +0 -31
  520. package/locales/vi/ui/views/agents-utils.json +0 -49
  521. package/locales/vi/ui/views/channels.config.json +0 -31
  522. package/locales/vi/ui/views/channels.discord.json +0 -3
  523. package/locales/vi/ui/views/channels.googlechat.json +0 -3
  524. package/locales/vi/ui/views/channels.imessage.json +0 -3
  525. package/locales/vi/ui/views/channels.nostr-profile-form.json +0 -29
  526. package/locales/vi/ui/views/channels.nostr.json +0 -5
  527. package/locales/vi/ui/views/channels.shared.json +0 -3
  528. package/locales/vi/ui/views/channels.signal.json +0 -4
  529. package/locales/vi/ui/views/channels.slack.json +0 -3
  530. package/locales/vi/ui/views/channels.telegram.json +0 -3
  531. package/locales/vi/ui/views/channels.whatsapp.json +0 -3
  532. package/locales/vi/ui/views/config-form.render.json +0 -43
  533. package/locales/vi/ui/views/nodes-exec-approvals.json +0 -45
  534. package/locales/vi/ui/views/skills-grouping.json +0 -7
  535. package/locales/vi/ui/views/skills-shared.json +0 -10
  536. package/locales/vi/ui/views/usage-metrics.json +0 -18
  537. package/locales/vi/ui/views/usage-query.json +0 -34
  538. package/locales/vi/ui/views/usage-render-details.json +0 -62
  539. package/locales/zh/src/config/schema.field-metadata.json +0 -4
  540. package/locales/zh/src/config/schema.irc.json +0 -4
  541. package/locales/zh/src/infra/format-time/app-gateway.json +0 -12
  542. package/locales/zh/ui/app-channels.json +0 -10
  543. package/locales/zh/ui/app-gateway.json +0 -4
  544. package/locales/zh/ui/app-render.helpers.json +0 -12
  545. package/locales/zh/ui/app-render.json +0 -16
  546. package/locales/zh/ui/gateway.json +0 -8
  547. package/locales/zh/ui/navigation.json +0 -31
  548. package/locales/zh/ui/views/agents-panels-status-files.json +0 -7
  549. package/locales/zh/ui/views/agents-panels-tools-skills.json +0 -31
  550. package/locales/zh/ui/views/agents-utils.json +0 -49
  551. package/locales/zh/ui/views/agents.json +0 -55
  552. package/locales/zh/ui/views/channels.config.json +0 -31
  553. package/locales/zh/ui/views/channels.discord.json +0 -3
  554. package/locales/zh/ui/views/channels.googlechat.json +0 -3
  555. package/locales/zh/ui/views/channels.imessage.json +0 -3
  556. package/locales/zh/ui/views/channels.json +0 -11
  557. package/locales/zh/ui/views/channels.nostr-profile-form.json +0 -29
  558. package/locales/zh/ui/views/channels.nostr.json +0 -5
  559. package/locales/zh/ui/views/channels.shared.json +0 -3
  560. package/locales/zh/ui/views/channels.signal.json +0 -4
  561. package/locales/zh/ui/views/channels.slack.json +0 -3
  562. package/locales/zh/ui/views/channels.telegram.json +0 -3
  563. package/locales/zh/ui/views/channels.whatsapp.json +0 -3
  564. package/locales/zh/ui/views/config.json +0 -53
  565. package/locales/zh/ui/views/nodes-exec-approvals.json +0 -45
  566. package/locales/zh/ui/views/skills-grouping.json +0 -7
  567. package/locales/zh/ui/views/skills-shared.json +0 -10
  568. package/locales/zh/ui/views/skills.json +0 -10
  569. package/locales/zh/ui/views/usage-metrics.json +0 -18
  570. package/locales/zh/ui/views/usage-query.json +0 -35
  571. package/locales/zh/ui/views/usage-render-details.json +0 -62
  572. package/locales/zh/ui/views/usage.json +0 -85
  573. /package/locales/{zh → zh-CN}/extensions/feishu.json +0 -0
  574. /package/locales/{zh → zh-CN}/ui/views/chat.json +0 -0
@@ -0,0 +1,140 @@
1
+ {
2
+ ">No configured models<": ">未配置模型<",
3
+ "\\} configured.<": "} 已配置。<",
4
+ "No agents found.": "未找到代理。",
5
+ ">Select an agent<": ">選擇代理<",
6
+ "Pick an agent to inspect its workspace and tools.": "選擇一個代理來檢查其工作空間和工具。",
7
+ "Agent workspace and routing.": "代理工作區和路由。",
8
+ "\"Tools\"": "\"工具\"",
9
+
10
+ ">Overview<": ">概覽<",
11
+ "Workspace paths and identity metadata.": "工作區路徑和身份元數據。",
12
+ ">Workspace<": ">工作區<",
13
+ ">Primary Model<": ">主模型<",
14
+ ">Identity Name<": ">身份名稱<",
15
+ ">Default<": ">默認值<",
16
+ ">Identity Emoji<": ">身份表情符号<",
17
+ ">Skills Filter<": ">技能篩選<",
18
+ ">Filter<": ">篩選<",
19
+ ">Model Selection<": ">模型選擇<",
20
+ ">Primary model": ">主要模型",
21
+ " \\(default\\)": " (默認)",
22
+ "Fallbacks \\(comma-separated\\)": "回退選項(用逗号分隔)",
23
+ "Inherit default \\(": "繼承默認 (",
24
+ "\"Inherit default\"": "\"繼承默認\"",
25
+ ">Fallbacks (comma-separated)<": ">回退選項(用逗号分隔)",
26
+ "\"Save\"": "\"保存\"",
27
+ "\"yes\"": "\"是\"",
28
+ "\"no\"": "\"否\"",
29
+
30
+ "\"Workspace, identity, and model configuration.\"": "\"工作區、身份和模型配置。\"",
31
+ "Load channels to see live status.": "加載頻道以查看實時狀态。",
32
+ "Gateway-wide channel status snapshot.": "網關範圍的渠道狀态快照。",
33
+ " Last refresh:": " 上次刷新:",
34
+ "No channels found.": "未找到頻道。",
35
+ "\\} enabled": "} 已啓用",
36
+ "Workspace and scheduling targets.": "工作區和排程目标。",
37
+ "Gateway cron status.": "網關定時任務狀态。",
38
+ ">Next wake<": ">下次喚醒<",
39
+ ">Agent Cron Jobs<": ">代理定時任務<",
40
+ "Scheduled jobs targeting this agent.": "針對此代理的計劃任務。",
41
+ "No jobs assigned.": "沒有分配任務。",
42
+ ">Core Files<": ">核心文件<",
43
+ "Bootstrap persona, identity, and tool guidance.": "引導人物、身份和工具指導。",
44
+ ">Workspace:": ">工作區:",
45
+ " Load the agent workspace files to edit core instructions.": " 加載代理工作區文件以編輯核心指令。",
46
+ "No files found.": "未找到文件。",
47
+ "Select a file to edit.": "選擇要編輯的文件。",
48
+ " This file is missing. Saving will create it in the agent workspace.": " 該文件丢失。保存将會在代理工作區中創建它。",
49
+ ">Content<": ">内容<",
50
+ ">missing<": ">缺失<",
51
+
52
+
53
+ "\"Files\"": "\"文件\"",
54
+ "\"Read file contents\"": "\"讀取文件内容\"",
55
+ "\"Create or overwrite files\"": "\"創建或覆蓋文件\"",
56
+ "\"Make precise edits\"": "\"進行精确編輯\"",
57
+ "\"Patch files \\(OpenAI\\)\"": "\"補丁文件(OpenAI)\"",
58
+
59
+ "\"Runtime\"": "\"運行\"",
60
+ "\"Run shell commands\"": "\"運行 shell 命令\"",
61
+ "\"Manage background processes\"": "\"管理後台進程\"",
62
+
63
+ "\"Web\"": "\"網頁\"",
64
+ "\"Search the web\"": "\"搜索網頁\"",
65
+ "\"Fetch web content\"": "\"獲取網頁内容\"",
66
+
67
+ "\"Memory\"": "\"内存\"",
68
+ "\"Semantic search\"": "\"語義搜索\"",
69
+ "\"Read memory files\"": "\"讀取内存文件\"",
70
+ "\"List sessions\"": "\"列出會話\"",
71
+
72
+ "\"Session history\"": "\"會話記錄\"",
73
+ "\"Send to session": "\"發送到會話",
74
+ "\"Spawn sub-agent\"": "\"生成子代理\"",
75
+ "\"Session status\"": "\"會話狀态\"",
76
+
77
+ "\"UI\"": "\"用戶界面\"",
78
+ "\"Control web browser\"": "\"控制網頁浏覽器\"",
79
+ "\"Control canvases\"": "\"控制畫布\"",
80
+
81
+ "\"Send messages\"": "\"發送消息\"",
82
+
83
+ "\"Automation\"": "\"自動化\"",
84
+ "\"Schedule tasks\"": "\"安排任務\"",
85
+
86
+ "\"Gateway control\"": "\"網關控制\"",
87
+ "\"Nodes \\+ devices\"": "\"節點 + 設備\"",
88
+ "\"List agents\"": "\"列出代理\"",
89
+
90
+ "\"Media\"": "\"媒體\"",
91
+ "\"Image understanding\"": "\"圖像理解\"",
92
+
93
+ "\"Minimal\"": "\"最小\"",
94
+ "\"Coding\"": "\"編碼\"",
95
+ "\"Messaging\"": "\"消息\"",
96
+ "\"Full\"": "\"全部\"",
97
+
98
+ "\\} selected": "} 已選擇",
99
+ "\"all skills\"": "\"所有技能\"",
100
+
101
+
102
+ ">Agent Context<": ">代理上下文<",
103
+ "\"no accounts\"": "\"沒有賬戶\"",
104
+ " connected`": " 已連接`",
105
+ " configured`": " 已配置`",
106
+ "\"not configured\"": "\"未配置\"",
107
+
108
+ "\"agent override\"": "\"代理覆蓋\"",
109
+ "\"global default\"": "\"全局默認\"",
110
+ "\"default\"": "\"默認\"",
111
+
112
+ ">Tool Access<": ">工具訪問<",
113
+ " Profile \\+ per-tool overrides for this agent.": " 此代理的每個工具覆蓋配置。",
114
+ "> enabled.": "> 已啓用。",
115
+
116
+ " Use All": " 使用全部",
117
+ " Enable All": " 啓用全部",
118
+ " Disable All": " 禁用全部",
119
+ " Reload Config": " 重新加載配置",
120
+
121
+ " Reload": " 重新加載",
122
+
123
+ "Load the gateway config to adjust tool profiles.": "加載網關配置以調整工具配置文件。",
124
+ " This agent is using an explicit allowlist in config. Tool overrides are managed in the Config tab.": "此代理在配置中使用了顯式白名單。工具覆蓋項在“配置”選項卡中進行管理。",
125
+ " Global tools.allow is set. Agent overrides cannot enable tools that are globally blocked.": "全局 tools.allow 已設置。代理覆蓋無法啓用被全局阻止的工具。",
126
+
127
+ ">Profile<": ">個人資料<",
128
+ ">Source<": ">源<",
129
+ ">unsaved<": ">未保存<",
130
+
131
+ ">Quick Presets<": ">快速預設<",
132
+ " Inherit": " 繼承",
133
+
134
+ "Per-agent skill allowlist and workspace skills.": "每個代理的技能白名單和工作區技能。",
135
+ "Load the gateway config to set per-agent skills.": "加載網關配置以設置每個代理的技能。",
136
+ "This agent uses a custom skill allowlist.": "該代理使用自定義技能白名單。",
137
+ "All skills are enabled. Disabling any skill will create a per-agent allowlist.": "所有技能均已啓用。禁用任何技能将爲每個代理創建一個白名單。",
138
+ "Load skills for this agent to view workspace-specific entries.": "加載此代理的技能以查看特定工作區的條目。"
139
+
140
+ }
@@ -0,0 +1,91 @@
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
+
12
+
13
+ "Schema unavailable. Use Raw.": "架構不可用。使用原始數據。",
14
+ "Channel config schema unavailable.": "渠道配置模式不可用。",
15
+ "Loading config schema…": "正在加載配置架構…",
16
+
17
+ ">Configured<": ">配置<",
18
+ ">Linked<": ">鏈接<",
19
+ ">Last start<": ">最後啓動<",
20
+ ">Last probe<": ">最後探測<",
21
+ ">Last connect<": ">上次連接<",
22
+ ">Last message<": ">最後一條消息<",
23
+ ">Last inbound<": ">最後入站<",
24
+ ">Auth age<": ">認證年齡<",
25
+ ">Mode<": ">模式<",
26
+ ">Credential<": ">憑證<",
27
+ ">Public Key<": ">公鑰<",
28
+ ">Audience<": ">受衆<",
29
+ ">Profile<": ">個人資料<",
30
+
31
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "未設置個人資料。點擊“編輯個人資料”添加您的姓名、個人簡介和頭像。",
32
+ "\"Saving…\"": "\"保存中…\"",
33
+ "\"Save\"": "\"保存\"",
34
+ " probe": " 探測",
35
+
36
+ " Probe": " 探測",
37
+ "\"ok\" \\:": "\"成功\" :",
38
+ "\"failed\"": "\"失敗\"",
39
+
40
+ "Decentralized DMs via Nostr relays \\(NIP-04\\).": "通過 Nostr 中繼(NIP-04)進行去中心化私信。",
41
+
42
+
43
+ "Chat API webhook status and channel configuration.": "聊天API Webhook狀态和渠道配置。",
44
+
45
+ "macOS bridge status and channel configuration.": "macOS 橋接狀态和渠道配置。",
46
+
47
+
48
+ ">Edit Profile<": ">編輯個人資料<",
49
+ ">Account: ": ">賬戶: ",
50
+
51
+ "\"Username\"": "\"用戶名\"",
52
+ "\"Short username \\(": "\"短用戶名 (",
53
+ "\"Display Name\"": "\"顯示名稱\"",
54
+ "Your full display name": "您的完整顯示名稱",
55
+ "\"Bio\"": "\"個人簡介\"",
56
+ "Tell people about yourself...": "向人們介紹你自己...",
57
+ "\"Avatar URL\"": "\"頭像網址\"",
58
+ "A brief bio or description": "簡短的個人簡介或描述",
59
+ "\"Banner URL\"": "\"Banner網址\"",
60
+ "HTTPS URL to your profile picture": " 您的個人資料圖片的HTTPS網址",
61
+ "HTTPS URL to a banner image": "Banner圖片的HTTPS網址",
62
+ "\"Website\"": "\"網址\"",
63
+ "Your personal website": "您的個人網站",
64
+ "\"NIP-05 Identifier\"": "\"NIP-05 标識符\"",
65
+ "\"Verifiable identifier ": "\"可驗證标識符 ",
66
+ "\"Lightning Address\"": "\"閃電地址\"",
67
+ "\"Lightning address for tips ": "\"閃電地址提示 ",
68
+ "\"Saving...\"": "\"保存中...\"",
69
+ "Save & Publish": "保存并發布",
70
+ "\"Importing...\"": "\"導入中...\"",
71
+ "\"Import from Relays\"": "\"從Relays導入\"",
72
+ "\"Hide Advanced\"": "\"隐藏高級選項\"",
73
+ "\"Show Advanced\"": "\"顯示高級選項\"",
74
+ " You have unsaved changes": " 您有未保存的更改",
75
+
76
+ ">Display Name<": ">顯示名稱<",
77
+ ">About<": ">關于<",
78
+
79
+ ">Accounts ": ">賬戶 ",
80
+
81
+
82
+ "signal-cli status and channel configuration.": "signal-cli狀态和渠道配置。",
83
+ ">Base URL<": ">基本網址<",
84
+
85
+
86
+ "Socket mode status and channel configuration.": "套接字模式狀态和渠道配置。",
87
+
88
+ "Bot status and channel configuration.": "機器人狀态和頻道配置。",
89
+
90
+ "Link WhatsApp Web and monitor connection health.": "連接WhatsApp網頁版并監控連接狀态。"
91
+ }
@@ -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,87 @@
1
+ {
2
+ ">All Settings<": ">所有設置<",
3
+
4
+ "\"Environment Variables\"": "\"環境變量\"",
5
+ "Environment variables passed to the gateway process": "傳遞給網關進程的環境變量",
6
+ "\"Updates\"": "\"更新 \"",
7
+ "Auto-update settings and release channel": "自動更新設置和發布渠道",
8
+ "Agent configurations, models, and identities": "代理配置、模型和身份",
9
+ "API keys and authentication profiles": "API 密鑰和認證配置文件",
10
+ "Messaging channels (Telegram, Discord, Slack, etc.)": "消息頻道(Telegram、Discord、Slack 等)",
11
+ "Custom slash commands": "自定義斜杠命令",
12
+ "Webhooks and event hooks": "Web鈎子和事件鈎子",
13
+ "Skill packs and capabilities": "技能包與能力",
14
+ "Tool configurations (browser, search, etc.)": "工具配置(浏覽器、搜索等)",
15
+ "Gateway server settings (port, auth, binding)": "網關服務器設置(端口、認證、綁定)",
16
+ "Setup wizard state and history": "設置向導狀态和曆史",
17
+ "\"Metadata\"": "\"元數據\"",
18
+ "Gateway metadata and version information": "網關元數據和版本信息",
19
+ "Log levels and output configuration": "日志級别和輸出配置",
20
+ "\"Browser\"": "\"浏覽器\"",
21
+ "Browser automation settings": "浏覽器自動化設置",
22
+ "User interface preferences": "用戶界面偏好",
23
+ "AI model configurations and providers": "AI 模型配置與提供者",
24
+ "\"Bindings\"": "\"綁定\"",
25
+ "Key bindings and shortcuts": "按鍵綁定和快捷鍵",
26
+ "\"Broadcast\"": "\"廣播\"",
27
+ "Broadcast and notification settings": "廣播和通知設置",
28
+ "\"Audio\"": "\"音頻\"",
29
+ "Audio input/output settings": "音頻輸入/輸出設置",
30
+ "Session management and persistence": "會話管理與持久化",
31
+ "Scheduled tasks and automation": "計劃任務與自動化",
32
+ "Web server and API settings": "Web 服務器和 API 設置",
33
+ "\"Discovery\"": "\"發現\"",
34
+ "Service discovery and networking": "服務發現與網絡",
35
+ "Canvas rendering and display": "Canvas 渲染與顯示",
36
+ "\"Talk\"": "\"對話\"",
37
+ "Voice and speech settings": "“語音和語音設置",
38
+ "\"Plugins\"": "\"插件\"",
39
+ "Plugin management and extensions": "插件管理與擴展",
40
+ ">Schema unavailable.<": ">架構不可用。<",
41
+ "Unsupported schema. Use Raw.": "不支持的架構。請使用原始模式。",
42
+ "No settings match ": "沒有匹配的設置 ",
43
+ "No settings in this section": "本部分沒有設置",
44
+
45
+
46
+ "\"Environment\"": "\"環境\"",
47
+ "\"Authentication\"": "\"身份驗證\"",
48
+ "\"Commands\"": "\"命令\"",
49
+ "\"Hooks\"": "\"鈎子\"",
50
+ "\"Gateway\"": "\"網關\"",
51
+ "\"Setup Wizard\"": "\"安裝向導\"",
52
+
53
+ "\"Meta\"": "\"元數據\"",
54
+ "\"Diagnostics\"": "\"診斷\"",
55
+ "\"Logging\"": "\"日志記錄\"",
56
+ "\"Ui\"": "\"用戶界面\"",
57
+ "\"Models\"": "\"模型\"",
58
+ "\"NodeHost\"": "\"節點主機\"",
59
+ "\"Media\"": "\"媒介\"",
60
+ "\"Messages\"": "\"消息\"",
61
+ "\"Approvals\"": "\"許可\"",
62
+ "\"Session\"": "\"會話\"",
63
+ "\"Cron\"": "\"定時任務\"",
64
+ "\"Web\"": "\"網絡\"",
65
+ "\"CanvasHost\"": "\"畫布主機\"",
66
+ "\"Memory\"": "\"記憶\"",
67
+
68
+ ">Settings<": ">設置<",
69
+ "\"unknown\"": "\"未知\"",
70
+ "\"valid\"": "\"有效\"",
71
+ "\"invalid\"": "\"無效\"",
72
+ "\"Unsaved changes\"": "\"未保存的更改\"",
73
+ " unsaved change\\$": " 未保存的更改$",
74
+ "Search settings...": "搜索設置...",
75
+ ">No changes<": ">無變化<",
76
+ "\"Reload\"": "\"重新加載\"",
77
+ "\"Applying…\"": "\"申請中…\"",
78
+ "\"Apply\"": "\"申請\"",
79
+ "\"Updating…\"": "\"更新中…\"",
80
+ "\"Update\"": "\"更新\"",
81
+ ">View ": ">查看 ",
82
+ "\\} pending": "} 個待處理",
83
+ " change\\$": " 更改$",
84
+ "Loading schema…": "正在加載模式…",
85
+ " Form view can't safely edit some fields. Use Raw to avoid losing config entries.": " 表單視圖無法安全編輯某些字段。使用原始模式以避免丢失配置項。",
86
+ ">Raw JSON5<": ">原始 JSON5<"
87
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ ">Scheduler<": ">調度器<",
3
+ "Gateway-owned cron scheduler status.": "網關所有的 cron 調度器狀态。",
4
+ ">Enabled<": ">已啓用<",
5
+ "\"Refreshing…\"": "\"刷新中…\"",
6
+ ">New Job<": ">新任務<",
7
+ "Create a scheduled wakeup or agent run.": "創建定時喚醒或代理運行。",
8
+ ">Name<": ">名稱<",
9
+ ">Description<": ">描述<",
10
+ ">Agent 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,8 @@
1
+ {
2
+ ">Connected Instances<": ">已連接的實例<",
3
+ "\"unknown host\"": "\"未知主機\"",
4
+ "\"Loading…\"": "\"加載中… \"",
5
+ "\"Refresh\"": "\"刷新\"",
6
+ ">Last input ": ">最後輸入 ",
7
+ ">Reason ": ">理由 "
8
+ }
@@ -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,91 @@
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
+
47
+
48
+ "\"Deny\"": "\"拒絕\"",
49
+ "\"Allowlist\"": "\"白名單\"",
50
+ "\"Off\"": "\"關閉\"",
51
+ "\"On miss\"": "\"未命中時\"",
52
+ "\"Always\"": "\"始終\"",
53
+
54
+ ">Exec approvals<": ">執行許可<",
55
+ "Allowlist and approval policy for \\<span class=\"mono\">exec host=gateway/node\\</span>.": "<span class=\"mono\">exec host=gateway/node</span>的白名單和許可策略。",
56
+ "\"Load approvals\"": "\"許可加載\"",
57
+ "Load exec approvals to edit allowlists.":"加載執行許可以編輯白名單。",
58
+ "Gateway edits local approvals; node edits the selected node.": "網關編輯本地許可;節點編輯所選節點。",
59
+
60
+ ">Gateway<": ">網關<",
61
+ ">Node<": ">節點<",
62
+ ">Select node<": ">選擇節點<",
63
+ "No nodes advertise exec approvals yet.": "目前尚無節點發布執行許可信息。",
64
+
65
+ ">Scope<": ">範圍<",
66
+ " Defaults": " 默認值",
67
+
68
+ "\"Default security mode.\"": "\"默認安全模式。\"",
69
+ "`Default: ": "`默認值: ",
70
+ " Use default": " 使用默認值",
71
+ "\"Default prompt policy.\"": "\"默認提示策略。\"",
72
+ ">Ask<": ">詢問<",
73
+ ">Ask fallback<": ">詢問回退<",
74
+ "Applied when the UI prompt is unavailable.": "當界面提示不可用時應用。",
75
+ ">Fallback<": ">回退<",
76
+
77
+ ">Auto-allow skill CLIs<": ">自動允許技能CLIs<",
78
+ "Allow skill executables listed by the Gateway.": "允許網關列出的技能可執行文件。",
79
+ "\"on\" \\: \"off\"\\}": "\"開\" : \"關\"}",
80
+ ": `Override \\(": ": `覆蓋 (",
81
+
82
+
83
+ ">Allowlist<": ">白名單<",
84
+ "Case-insensitive glob patterns.": "不區分大小寫的通配符模式。",
85
+ " Add pattern": " 添加模式",
86
+ ">Pattern<": ">模式<",
87
+ "No allowlist entries yet.": "尚無白名單條目。",
88
+ "\"New pattern\"": "\"新模式\"",
89
+ ">Last used: ": ">最後使用:",
90
+ " Remove": " 移除"
91
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "Gateway Access": "網關訪問",
3
+ "Where the dashboard connects and how it authenticates.": "儀表闆連接的位置及其身份驗證方式。",
4
+ "Gateway Token": "網關令牌",
5
+ "Password \\(not stored\\)": "密碼 (不存儲)",
6
+ "Default Session Key": "默認會話密鑰",
7
+ "\"system or shared password\"": "\"系統或共享密碼\"",
8
+ ">Connect<": ">連接<",
9
+ ">Refresh<": ">刷新<",
10
+ "Click Connect to apply connection changes.": "點擊連接以應用連接更改。",
11
+ ">Snapshot<": ">快照<",
12
+ "Latest gateway handshake information.": "最新網關握手信息。",
13
+ "\"Connected\"": "\"已連接\"",
14
+ "\"Disconnected\"": "\"已斷開\"",
15
+ ">Uptime<": ">運行時間<",
16
+ ">Tick Interval<": ">刻度間隔<",
17
+ ">Last Channels Refresh<": ">最後渠道刷新<",
18
+ "Use Channels to link WhatsApp, Telegram, Discord, Signal, or iMessage.": "使用渠道連接 WhatsApp、Telegram、Discord、Signal 或 iMessage。",
19
+ ">Instances<": ">實例<",
20
+ "Presence beacons in the last 5 minutes.": "過去 5 分鍾内的在線信号。",
21
+ ">Sessions<": ">會話<",
22
+ "Recent session keys tracked by the gateway.": "網關跟蹤的最近會話密鑰。",
23
+ "\"Enabled\"": "\"已啓用\"",
24
+ "\"Disabled\"": "\"已禁用\"",
25
+ "Next wake": "下次喚醒",
26
+ ">Notes<": ">備注<",
27
+ "Quick reminders for remote control setups.": "遠程控制設置的快速提醒。",
28
+ "Prefer serve mode to keep the gateway on loopback with tailnet auth.": "首選 serve 模式以通過 tailnet 身份驗證将網關保持在回環地址。",
29
+ "Session hygiene": "會話清理",
30
+ "Use /new or sessions.patch to reset context.": "使用 /new 或 sessions.patch 重置上下文。",
31
+ "Cron reminders": "定時任務提醒",
32
+ "Use isolated sessions for recurring runs.": "爲重複運行使用隔離的會話。"
33
+ }
@@ -0,0 +1,21 @@
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
+ ">Key<": ">密鑰<",
13
+ ">Label<": ">标簽<",
14
+ ">Kind<": ">類型<",
15
+ ">Updated<": ">已更新<",
16
+ ">Tokens<": ">令牌<",
17
+ ">Thinking<": ">思考中<",
18
+ ">Verbose<": ">詳細<",
19
+ ">Reasoning<": ">推理<",
20
+ ">Actions<": ">操作<"
21
+ }
@@ -0,0 +1,26 @@
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
+
11
+ "\"Workspace Skills\"": "\"工作區技能\"",
12
+ "\"Built-in Skills\"": "\"内置技能\"",
13
+ "\"Installed Skills\"": "\"已安裝技能\"",
14
+ "\"Extra Skills\"": "\"額外技能\"",
15
+ "\"Other Skills\"": "\"其他技能\"",
16
+
17
+
18
+ "\"blocked by allowlist\"": "\"被白名單阻止\"",
19
+
20
+ "\"eligible\"": "\"符合條件\"",
21
+ "\"blocked\"": "\"被阻止\"",
22
+
23
+ ">disabled<": ">已禁用<",
24
+ ">Missing: ": ">缺少:",
25
+ ">Reason:": ">理由:"
26
+ }