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,29 @@
1
+ {
2
+ ">Edit Profile<": ">Chỉnh sửa hồ sơ<",
3
+ ">Account: ": ">Tài khoản: ",
4
+
5
+ "\"Username\"": "\"Tên người dùng\"",
6
+ "\"Short username \\(": "\"Tên người dùng ngắn (",
7
+ "\"Display Name\"": "\"Tên hiển thị\"",
8
+ "Your full display name": "Tên hiển thị đầy đủ của bạn",
9
+ "\"Bio\"": "\"Tiểu sử\"",
10
+ "Tell people about yourself...": "Hãy kể cho mọi người về bản thân bạn...",
11
+ "\"Avatar URL\"": "\"URL ảnh đại diện\"",
12
+ "A brief bio or description": "Tiểu sử hoặc mô tả ngắn gọn",
13
+ "\"Banner URL\"": "\"URL ảnh bìa\"",
14
+ "HTTPS URL to your profile picture": "URL HTTPS dẫn đến ảnh đại diện của bạn",
15
+ "HTTPS URL to a banner image": "URL HTTPS dẫn đến ảnh bìa",
16
+ "\"Website\"": "\"Trang web\"",
17
+ "Your personal website": "Trang web cá nhân của bạn",
18
+ "\"NIP-05 Identifier\"": "\"Mã định danh NIP-05\"",
19
+ "\"Verifiable identifier ": "\"Mã định danh có thể xác minh ",
20
+ "\"Lightning Address\"": "\"Địa chỉ Lightning\"",
21
+ "\"Lightning address for tips ": "\"Địa chỉ Lightning cho tiền tip ",
22
+ "\"Saving...\"": "\"Đang lưu...\"",
23
+ "Save & Publish": "Lưu và Xuất bản",
24
+ "\"Importing...\"": "\"Đang nhập...\"",
25
+ "\"Import from Relays\"": "\"Nhập từ Relay\"",
26
+ "\"Hide Advanced\"": "\"Ẩn nâng cao\"",
27
+ "\"Show Advanced\"": "\"Hiện nâng cao\"",
28
+ " You have unsaved changes": " Bạn có thay đổi chưa lưu"
29
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ ">Display Name<": ">Tên hiển thị<",
3
+ ">About<": ">Giới thiệu<",
4
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "Chưa có hồ sơ nào được thiết lập. Nhấp vào \"Chỉnh sửa hồ sơ\" để thêm tên, tiểu sử và ảnh đại diện của bạn."
5
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ ">Accounts ": ">Tài khoản "
3
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "signal-cli status and channel configuration.": "Trạng thái signal-cli và cấu hình kênh.",
3
+ ">Base URL<": ">URL cơ sở<"
4
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Socket mode status and channel configuration.": "Trạng thái chế độ socket và cấu hình kênh."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Bot status and channel configuration.": "Trạng thái bot và cấu hình kênh."
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "Link WhatsApp Web and monitor connection health.": "Liên kết WhatsApp Web và giám sát tình trạng kết nối."
3
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "Compacting context...": "Đang nén ngữ cảnh...",
3
+ "Context compacted": "Đã nén ngữ cảnh",
4
+ "Attachment preview": "Xem trước tệp đính kèm",
5
+ "Remove attachment": "Xóa tệp đính kèm",
6
+ "Add a message or paste more images...": "Thêm tin nhắn hoặc dán thêm ảnh...",
7
+ "Message \\(↩ to send, Shift\\+↩ for line breaks, paste images\\)": "Tin nhắn (↵ để gửi, Shift+↵ để xuống dòng, dán ảnh)",
8
+ "Connect to the gateway to start chatting…": "Kết nối với cổng để bắt đầu trò chuyện…",
9
+ "Loading chat…": "Đang tải cuộc trò chuyện…",
10
+ "Exit focus mode": "Thoát chế độ tập trung",
11
+ ">Queued ": ">Đã xếp hàng ",
12
+ "Image \\(": "Ảnh (",
13
+ "Remove queued message": "Xóa tin nhắn đã xếp hàng",
14
+ "New messages ": "Tin nhắn mới ",
15
+ ">Message<": ">Tin nhắn<",
16
+ "\"Stop\"": "\"Dừng\"",
17
+ "New session": "Phiên mới",
18
+ "\"Queue\"": "\"Xếp hàng\"",
19
+ "\"Send\"": "\"Gửi\"",
20
+ "Showing last ": "Hiển thị ",
21
+ "\\} messages": "} tin nhắn cuối",
22
+ "\\} hidden": "} bị ẩn"
23
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "\"Environment Variables\"": "\"Biến Môi trường\"",
3
+ "Environment variables passed to the gateway process": "Các biến môi trường được truyền cho tiến trình cổng",
4
+ "\"Updates\"": "\"Cập nhật\"",
5
+ "Auto-update settings and release channel": "Cài đặt tự động cập nhật và kênh phát hành",
6
+ "Agent configurations, models, and identities": "Cấu hình đại lý, mô hình và danh tính",
7
+ "API keys and authentication profiles": "Khóa API và hồ sơ xác thực",
8
+ "Messaging channels (Telegram, Discord, Slack, etc.)": "Kênh nhắn tin (Telegram, Discord, Slack, v.v.)",
9
+ "Custom slash commands": "Lệnh gạch chéo tùy chỉnh",
10
+ "Webhooks and event hooks": "Webhook và hook sự kiện",
11
+ "Skill packs and capabilities": "Gói kỹ năng và năng lực",
12
+ "Tool configurations (browser, search, etc.)": "Cấu hình công cụ (trình duyệt, tìm kiếm, v.v.)",
13
+ "Gateway server settings (port, auth, binding)": "Cài đặt máy chủ cổng (cổng, xác thực, ràng buộc)",
14
+ "Setup wizard state and history": "Trạng thái và lịch sử trình hướng dẫn thiết lập",
15
+ "\"Metadata\"": "\"Siêu dữ liệu\"",
16
+ "Gateway metadata and version information": "Siêu dữ liệu cổng và thông tin phiên bản",
17
+ "\"Logging\"": "\"Ghi nhật ký\"",
18
+ "Log levels and output configuration": "Mức độ ghi nhật ký và cấu hình đầu ra",
19
+ "\"Browser\"": "\"Trình duyệt\"",
20
+ "Browser automation settings": "Cài đặt tự động hóa trình duyệt",
21
+ "User interface preferences": "Tùy chọn giao diện người dùng",
22
+ "AI model configurations and providers": "Cấu hình mô hình AI và nhà cung cấp",
23
+ "\"Bindings\"": "\"Ràng buộc\"",
24
+ "Key bindings and shortcuts": "Ràng buộc phím và phím tắt",
25
+ "\"Broadcast\"": "\"Phát sóng\"",
26
+ "Broadcast and notification settings": "Cài đặt phát sóng và thông báo",
27
+ "\"Audio\"": "\"Âm thanh\"",
28
+ "Audio input/output settings": "Cài đặt đầu vào/đầu ra âm thanh",
29
+ "Session management and persistence": "Quản lý phiên và duy trì",
30
+ "Scheduled tasks and automation": "Tác vụ theo lịch trình và tự động hóa",
31
+ "Web server and API settings": "Cài đặt máy chủ Web và API",
32
+ "\"Discovery\"": "\"Khám phá\"",
33
+ "Service discovery and networking": "Khám phá dịch vụ và mạng",
34
+ "Canvas rendering and display": "Kết xuất và hiển thị Canvas",
35
+ "\"Talk\"": "\"Nói chuyện\"",
36
+ "Voice and speech settings": "Cài đặt giọng nói",
37
+ "\"Plugins\"": "\"Plugin\"",
38
+ "Plugin management and extensions": "Quản lý plugin và tiện ích mở rộng",
39
+ ">Schema unavailable.<": ">Lược đồ không khả dụng.<",
40
+ "Unsupported schema. Use Raw.": "Lược đồ không được hỗ trợ. Vui lòng sử dụng Dữ liệu thô.",
41
+ "No settings match ": "Không có cài đặt nào khớp với ",
42
+ "No settings in this section": "Không có cài đặt nào trong phần này"
43
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ ">All Settings<": ">Tất cả Cài đặt<",
3
+
4
+ "\"Environment\"": "\"Môi trường\"",
5
+ "\"Updates\"": "\"Cập nhật\"",
6
+ "\"Authentication\"": "\"Xác thực\"",
7
+ "\"Commands\"": "\"Lệnh\"",
8
+ "\"Hooks\"": "\"Hook\"",
9
+ "\"Gateway\"": "\"Cổng\"",
10
+ "\"Setup Wizard\"": "\"Trình hướng dẫn Thiết lập\"",
11
+
12
+ "\"Meta\"": "\"Siêu dữ liệu\"",
13
+ "\"Diagnostics\"": "\"Chẩn đoán\"",
14
+ "\"Logging\"": "\"Ghi nhật ký\"",
15
+ "\"Browser\"": "\"Trình duyệt\"",
16
+ "\"Ui\"": "\"Giao diện người dùng\"",
17
+ "\"Models\"": "\"Mô hình\"",
18
+ "\"NodeHost\"": "\"Máy chủ nút\"",
19
+ "\"Bindings\"": "\"Ràng buộc\"",
20
+ "\"Broadcast\"": "\"Phát sóng\"",
21
+ "\"Audio\"": "\"Âm thanh\"",
22
+ "\"Media\"": "\"Phương tiện\"",
23
+ "\"Messages\"": "\"Tin nhắn\"",
24
+ "\"Approvals\"": "\"Phê duyệt\"",
25
+ "\"Session\"": "\"Phiên\"",
26
+ "\"Cron\"": "\"Tác vụ định kỳ\"",
27
+ "\"Web\"": "\"Web\"",
28
+ "\"Discovery\"": "\"Khám phá\"",
29
+ "\"CanvasHost\"": "\"Máy chủ Canvas\"",
30
+ "\"Talk\"": "\"Nói chuyện\"",
31
+ "\"Memory\"": "\"Bộ nhớ\"",
32
+ "\"Plugins\"": "\"Plugin\"",
33
+
34
+ ">Settings<": ">Cài đặt<",
35
+ "\"unknown\"": "\"không xác định\"",
36
+ "\"valid\"": "\"hợp lệ\"",
37
+ "\"invalid\"": "\"không hợp lệ\"",
38
+ "\"Unsaved changes\"": "\"Thay đổi chưa lưu\"",
39
+ " unsaved change\\$": " thay đổi chưa lưu$",
40
+ "Search settings...": "Tìm kiếm cài đặt...",
41
+ ">No changes<": ">Không có thay đổi<",
42
+ "\"Reload\"": "\"Tải lại\"",
43
+ "\"Applying…\"": "\"Đang áp dụng…\"",
44
+ "\"Apply\"": "\"Áp dụng\"",
45
+ "\"Updating…\"": "\"Đang cập nhật…\"",
46
+ "\"Update\"": "\"Cập nhật\"",
47
+ ">View ": ">Xem ",
48
+ "\\} pending": "} đang chờ xử lý",
49
+ " change\\$": " thay đổi$",
50
+ "Loading schema…": "Đang tải lược đồ…",
51
+ " Form view can't safely edit some fields. Use Raw to avoid losing config entries.": " Chế độ xem Biểu mẫu không thể chỉnh sửa an toàn một số trường. Sử dụng Dữ liệu thô để tránh mất các mục cấu hình.",
52
+ ">Raw JSON5<": ">JSON5 thô<"
53
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ ">Scheduler<": ">Bộ lập lịch<",
3
+ "Gateway-owned cron scheduler status.": "Trạng thái bộ lập lịch cron do Cổng sở hữu.",
4
+ ">Enabled<": ">Đã bật<",
5
+ "\"Refreshing…\"": "\"Đang làm mới…\"",
6
+ ">New Job<": ">Công việc Mới<",
7
+ "Create a scheduled wakeup or agent run.": "Tạo một lần đánh thức hoặc lần chạy đại lý theo lịch trình.",
8
+ ">Name<": ">Tên<",
9
+ ">Description<": ">Mô tả<",
10
+ ">Agent ID<": ">ID Đại lý<",
11
+ ">Schedule<": ">Lịch trình<",
12
+ ">Every<": ">Mỗi<",
13
+ ">At<": ">Lúc<",
14
+ ">Cron<": ">Cron<",
15
+
16
+ ">Main<": ">Chính<",
17
+ ">Isolated<": ">Cô lập<",
18
+
19
+ ">Session<": ">Phiên<",
20
+ ">Wake mode<": ">Chế độ đánh thức<",
21
+ ">Now<": ">Bây giờ<",
22
+ ">Next heartbeat<": ">Nhịp tim tiếp theo<",
23
+
24
+ ">Payload<": ">Tải trọng<",
25
+ ">System event<": ">Sự kiện hệ thống<",
26
+ ">Agent turn<": ">Lượt của đại lý<",
27
+ "\"System text\"": "\"Văn bản hệ thống\"",
28
+ "\"Agent message\"": "\"Tin nhắn đại lý\"",
29
+
30
+ ">Delivery<": ">Phân phối<",
31
+ "Announce summary ": "Thông báo tóm tắt ",
32
+ "None \\(internal\\)": "Không (nội bộ)",
33
+ "Timeout \\(seconds\\)": "Thời gian chờ (giây)",
34
+ ">Channel<": ">Kênh<",
35
+ ">To<": ">Đến<",
36
+ "1555… or chat id": "1555… hoặc ID trò chuyện",
37
+
38
+ "\"Add job\"": "\"Thêm công việc\"",
39
+ ">Jobs<": ">Công việc<",
40
+ "All scheduled jobs stored in the gateway.": "Tất cả các công việc theo lịch trình được lưu trữ trong cổng.",
41
+ "No jobs yet.": "Chưa có công việc nào.",
42
+ ">Run history<": ">Lịch sử chạy<",
43
+ ">Latest runs for ": ">Lần chạy gần đây nhất cho ",
44
+ "Select a job to inspect run history.": "Chọn một công việc để xem lịch sử chạy.",
45
+ "No runs yet.": "Chưa có lần chạy nào.",
46
+ ">Run at<": ">Chạy lúc<",
47
+ ">Unit<": ">Đơn vị<",
48
+ ">Minutes<": ">Phút<",
49
+ ">Days<": ">Ngày<",
50
+ ">Expression<": ">Biểu thức<",
51
+ "Timezone \\(optional\\)": "Múi giờ (tùy chọn)",
52
+ ">Agent: ": ">Đại lý: ",
53
+ "\"enabled\"": "\"đã bật\"",
54
+ "\"disabled\"": "\"đã tắt\"",
55
+ "\"Enable\"": "\"Bật\"",
56
+ "\"Disable\"": "\"Tắt\"",
57
+ ">System<": ">Hệ thống<",
58
+ ">Status<": ">Trạng thái<",
59
+ ">Next<": ">Tiếp theo<",
60
+ ">Last<": ">Lần cuối<",
61
+ ">Open run chat<": ">Mở cuộc trò chuyện đang chạy<",
62
+
63
+ "\"\\(select a job\\)\"": "\"(chọn một công việc)\""
64
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ ">Snapshots<": ">Ảnh chụp nhanh<",
3
+ "Status, health, and heartbeat data.": "Dữ liệu trạng thái, tình trạng sức khỏe và nhịp tim.",
4
+ " Security audit:": " Kiểm tra bảo mật:",
5
+ "\\}. Run": "}. Chạy",
6
+ "> for details.": "> để biết chi tiết.",
7
+ ">Last heartbeat<": ">Nhịp tim cuối cùng<",
8
+ ">Manual RPC<": ">RPC Thủ công<",
9
+ "Send a raw gateway method with JSON params.": "Gửi một phương thức cổng thô với các tham số JSON.",
10
+ ">Method<": ">Phương thức<",
11
+ ">Params \\(JSON\\)<": ">Tham số (JSON)<",
12
+ ">Models<": ">Mô hình<",
13
+ ">Call<": ">Gọi<",
14
+ "Catalog from models.list.": "Danh mục từ models.list.",
15
+ ">Event Log<": ">Nhật ký Sự kiện<",
16
+ "Latest gateway events.": "Các sự kiện cổng mới nhất."
17
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ ">Connected Instances<": ">Phiên bản đã kết nối<",
3
+ "Presence beacons from the gateway and clients.": "Báo hiệu hiện diện từ cổng và máy khách.",
4
+ "\"unknown host\"": "\"máy chủ không xác định\"",
5
+ "\"Loading…\"": "\"Đang tải…\"",
6
+ "\"Refresh\"": "\"Làm mới\"",
7
+ ">Last input ": ">Đầu vào cuối cùng ",
8
+ ">Reason ": ">Lý do "
9
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ ">Logs<": ">Nhật ký<",
3
+ "Gateway file logs \\(JSONL\\).": "Nhật ký tệp cổng (JSONL).",
4
+ "\"filtered\"": "\"đã lọc\"",
5
+ "\"visible\"": "\"hiển thị\"",
6
+ " Export ": " Xuất ",
7
+ "\"Search logs\"": "\"Tìm kiếm nhật ký\"",
8
+ ">Auto-follow<": ">Tự động theo dõi<",
9
+ "Log output truncated; showing latest chunk.": "Đầu ra nhật ký bị cắt bớt; hiển thị phần mới nhất.",
10
+ ">Last heartbeat<": ">Nhịp tim cuối cùng<",
11
+ "No log entries.": "Không có mục nhật ký nào."
12
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "\"Deny\"": "\"Từ chối\"",
3
+ "\"Allowlist\"": "\"Danh sách cho phép\"",
4
+ "\"Off\"": "\"Tắt\"",
5
+ "\"On miss\"": "\"Khi không khớp\"",
6
+ "\"Always\"": "\"Luôn luôn\"",
7
+
8
+ ">Exec approvals<": ">Phê duyệt thực thi<",
9
+ "Allowlist and approval policy for \\<span class=\"mono\">exec host=gateway/node\\</span>.": "Danh sách cho phép và chính sách phê duyệt cho \\<span class=\"mono\">exec host=gateway/node\\</span>.",
10
+ "\"Load approvals\"": "\"Tải phê duyệt\"",
11
+ "Load exec approvals to edit allowlists.":"Tải phê duyệt thực thi để chỉnh sửa danh sách cho phép.",
12
+ "Gateway edits local approvals; node edits the selected node.": "Cổng chỉnh sửa phê duyệt cục bộ; nút chỉnh sửa nút đã chọn.",
13
+
14
+ ">Gateway<": ">Cổng<",
15
+ ">Node<": ">Nút<",
16
+ ">Select node<": ">Chọn nút<",
17
+ "No nodes advertise exec approvals yet.": "Chưa có nút nào công bố phê duyệt thực thi.",
18
+
19
+ ">Scope<": ">Phạm vi<",
20
+ " Defaults": " Mặc định",
21
+
22
+ "\"Default security mode.\"": "\"Chế độ bảo mật mặc định.\"",
23
+ "`Default: ": "`Mặc định: ",
24
+ " Use default": " Sử dụng mặc định",
25
+ "\"Default prompt policy.\"": "\"Chính sách nhắc nhở mặc định.\"",
26
+ ">Ask<": ">Hỏi<",
27
+ ">Ask fallback<": ">Hỏi dự phòng<",
28
+ "Applied when the UI prompt is unavailable.": "Được áp dụng khi lời nhắc UI không khả dụng.",
29
+ ">Fallback<": ">Dự phòng<",
30
+
31
+ ">Auto-allow skill CLIs<": ">Tự động cho phép CLI kỹ năng<",
32
+ "Allow skill executables listed by the Gateway.": "Cho phép các tệp thực thi kỹ năng được Cổng liệt kê.",
33
+ "\"on\" \\: \"off\"\\}": "\"bật\" : \"tắt\"}",
34
+ ": `Override \\(": ": `Ghi đè (",
35
+
36
+
37
+ ">Allowlist<": ">Danh sách cho phép<",
38
+ "Case-insensitive glob patterns.": "Các mẫu glob không phân biệt chữ hoa chữ thường.",
39
+ " Add pattern": " Thêm mẫu",
40
+ ">Pattern<": ">Mẫu<",
41
+ "No allowlist entries yet.": "Chưa có mục nào trong danh sách cho phép.",
42
+ "\"New pattern\"": "\"Mẫu mới\"",
43
+ ">Last used: ": ">Sử dụng lần cuối:",
44
+ " Remove": " Xóa"
45
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ ">Nodes<": ">Nút<",
3
+ "Paired devices and live links.": "Thiết bị đã ghép đôi và liên kết trực tiếp.",
4
+ "No nodes found.": "Không tìm thấy nút nào.",
5
+
6
+ ">Devices<": ">Thiết bị<",
7
+ "Pairing requests \\+ role tokens.": "Yêu cầu ghép đôi + mã thông báo vai trò.",
8
+ "\"Loading…\" : \"Refresh\"\\}": "\"Đang tải…\" : \"Làm mới\"}",
9
+ ">Pending<": ">Đang chờ<",
10
+ ">Paired<": ">Đã ghép đôi<",
11
+ "No paired devices.": "Không có thiết bị nào được ghép đôi.",
12
+
13
+ " · requested ": " · đã yêu cầu ",
14
+ " Approve": " Phê duyệt",
15
+ " Reject": " Từ chối",
16
+
17
+ ">Tokens: none<": ">Mã thông báo: không có<",
18
+ " Rotate": " Xoay vòng",
19
+ " Revoke": " Thu hồi",
20
+
21
+ ">Exec node binding<": ">Ràng buộc nút thực thi<",
22
+ "Pin agents to a specific node when using <span class=\"mono\">exec host=node</span>.": "Ghim đại lý vào một nút cụ thể khi sử dụng <span class=\"mono\">exec host=node</span>.",
23
+ "Switch the Config tab to <strong>Form<\/strong> mode to edit bindings here.": "Chuyển tab Cấu hình sang chế độ <strong>Biểu mẫu<\/strong> để chỉnh sửa ràng buộc tại đây.",
24
+ "Load config to edit bindings.": "Tải cấu hình để chỉnh sửa ràng buộc.",
25
+ "\"Load config\"": "\"Tải cấu hình\"",
26
+ ">Default binding<": ">Ràng buộc mặc định<",
27
+ "Used when agents do not override a node binding.": "Được sử dụng khi các đại lý không ghi đè ràng buộc nút.",
28
+ ">Any node<": ">Bất kỳ nút nào<",
29
+ "No nodes with system.run available.": "Không có nút nào có system.run khả dụng.",
30
+
31
+ ">Target<": ">Mục tiêu<",
32
+ " Gateway edits local approvals; node edits the selected node.": " Cổng chỉnh sửa phê duyệt cục bộ; nút chỉnh sửa nút đã chọn.",
33
+
34
+ ">Host<": ">Máy chủ<",
35
+ ">Security<": ">Bảo mật<",
36
+ "\"default agent\"": "\"đại lý mặc định\"",
37
+ "\"agent\"\\}": "\"đại lý\"}",
38
+ "`uses default \\(": "`sử dụng mặc định (",
39
+ "`Using default \\(": "`Đang sử dụng mặc định (",
40
+ "`Override \\(": "`Ghi đè (",
41
+ " \"any\"\\}": " \"bất kỳ\"}",
42
+ ": `override: ": ": `ghi đè:",
43
+ ">Binding<": ">Ràng buộc<",
44
+ "\"paired\" : \"unpaired\"\\}": "\"đã ghép đôi\" : \"chưa ghép đôi\"}",
45
+ "\"connected\" : \"offline\"\\}": "\"đã kết nối\" : \"ngoại tuyến\"}"
46
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Gateway Access": "Truy cập Cổng",
3
+ "Where the dashboard connects and how it authenticates.": "Nơi bảng điều khiển kết nối và cách nó xác thực.",
4
+ "WebSocket URL": "URL WebSocket",
5
+ "Gateway Token": "Mã thông báo Cổng",
6
+ "Password \\(not stored\\)": "Mật khẩu (không được lưu trữ)",
7
+ "Default Session Key": "Khóa Phiên Mặc định",
8
+ "\"system or shared password\"": "\"mật khẩu hệ thống hoặc dùng chung\"",
9
+ ">Connect<": ">Kết nối<",
10
+ ">Refresh<": ">Làm mới<",
11
+ "Click Connect to apply connection changes.": "Nhấp vào Kết nối để áp dụng các thay đổi kết nối.",
12
+ ">Snapshot<": ">Ảnh chụp nhanh<",
13
+ "Latest gateway handshake information.": "Thông tin bắt tay cổng mới nhất.",
14
+ "\"Connected\"": "\"Đã kết nối\"",
15
+ "\"Disconnected\"": "\"Đã ngắt kết nối\"",
16
+ ">Uptime<": ">Thời gian hoạt động<",
17
+ ">Tick Interval<": ">Khoảng thời gian đánh dấu<",
18
+ ">Last Channels Refresh<": ">Làm mới Kênh lần cuối<",
19
+ "Use Channels to link WhatsApp, Telegram, Discord, Signal, or iMessage.": "Sử dụng Kênh để liên kết WhatsApp, Telegram, Discord, Signal hoặc iMessage.",
20
+ ">Instances<": ">Phiên bản<",
21
+ "Presence beacons in the last 5 minutes.": "Báo hiệu hiện diện trong 5 phút qua.",
22
+ ">Sessions<": ">Phiên<",
23
+ "Recent session keys tracked by the gateway.": "Các khóa phiên gần đây được cổng theo dõi.",
24
+ "\"Enabled\"": "\"Đã bật\"",
25
+ "\"Disabled\"": "\"Đã tắt\"",
26
+ "Next wake": "Lần đánh thức tiếp theo",
27
+ ">Notes<": ">Ghi chú<",
28
+ "Quick reminders for remote control setups.": "Lời nhắc nhanh cho thiết lập điều khiển từ xa.",
29
+ "Tailscale serve": "Dịch vụ Tailscale",
30
+ "Prefer serve mode to keep the gateway on loopback with tailnet auth.": "Ưu tiên chế độ serve để giữ cổng trên loopback với xác thực tailnet.",
31
+ "Session hygiene": "Vệ sinh phiên",
32
+ "Use /new or sessions.patch to reset context.": "Sử dụng /new hoặc sessions.patch để đặt lại ngữ cảnh.",
33
+ "Cron reminders": "Lời nhắc Cron",
34
+ "Use isolated sessions for recurring runs.": "Sử dụng các phiên cách ly cho các lần chạy định kỳ."
35
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "Active session keys and per-session overrides.": "Khóa phiên hoạt động và các ghi đè theo phiên.",
3
+ "Active within \\(minutes\\)": "Hoạt động trong vòng (phút)",
4
+ ">Include global<": ">Bao gồm toàn cục<",
5
+ ">Include unknown<": ">Bao gồm không xác định<",
6
+ "No sessions found.": "Không tìm thấy phiên nào.",
7
+ "\"\\(optional\\)\"": "\"(tùy chọn)\"",
8
+ "\\((multiple)\\)": "(nhiều lựa chọn)",
9
+ " Delete": " Xóa",
10
+ ">Limit<": ">Giới hạn<",
11
+ "`Store: ": "`Lưu trữ: ",
12
+ ">Label<": ">Nhãn<",
13
+ ">Kind<": ">Loại<",
14
+ ">Updated<": ">Đã cập nhật<",
15
+ ">Tokens<": ">Mã thông báo<",
16
+ ">Thinking<": ">Đang suy nghĩ<",
17
+ ">Verbose<": ">Chi tiết<",
18
+ ">Reasoning<": ">Lý luận<",
19
+ ">Actions<": ">Hành động<"
20
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "\"Workspace Skills\"": "\"Kỹ năng Không gian làm việc\"",
3
+ "\"Built-in Skills\"": "\"Kỹ năng Tích hợp sẵn\"",
4
+ "\"Installed Skills\"": "\"Kỹ năng Đã cài đặt\"",
5
+ "\"Extra Skills\"": "\"Kỹ năng Bổ sung\"",
6
+ "\"Other Skills\"": "\"Kỹ năng Khác\""
7
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "\"blocked by allowlist\"": "\"bị chặn bởi danh sách cho phép\"",
3
+
4
+ "\"eligible\"": "\"đủ điều kiện\"",
5
+ "\"blocked\"": "\"đã bị chặn\"",
6
+
7
+ ">disabled<": ">đã tắt<",
8
+ ">Missing: ": ">Thiếu: ",
9
+ ">Reason:": ">Lý do:"
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ ">Skills<": ">Kỹ năng<",
3
+ "Bundled, managed, and workspace skills.": "Kỹ năng được đóng gói, quản lý và trong không gian làm việc.",
4
+ "\"Search skills\"": "\"Tìm kiếm kỹ năng\"",
5
+ "No skills found.": "Không tìm thấy kỹ năng nào.",
6
+ "\\} shown": "} được hiển thị",
7
+ "\"Installing…\"": "\"Đang cài đặt…\"",
8
+ ">API key<": ">Khóa API<",
9
+ " Save key": " Lưu khóa"
10
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ ">Activity by Time<": ">Hoạt động theo Thời gian<",
3
+ " tokens<": " mã thông báo<",
4
+ "Estimates require session timestamps.": "Ước tính cần có dấu thời gian của phiên.",
5
+ "No timeline data yet.": "Chưa có dữ liệu dòng thời gian.",
6
+ "Estimated from session spans (first/last activity). Time zone:": "Ước tính từ khoảng thời gian phiên (hoạt động đầu tiên/cuối cùng). Múi giờ:",
7
+ "\"Local\"\\}": "\"Địa phương\"}",
8
+ ">Day of Week<": ">Thứ trong tuần<",
9
+ ">Hours<": ">Giờ<",
10
+ "\\} tokens": "} mã thông báo",
11
+ ">Midnight<": ">Nửa đêm<",
12
+ ">4am<": ">4 giờ sáng<",
13
+ ">8am<": ">8 giờ sáng<",
14
+ ">Moon<": ">12 giờ trưa<",
15
+ ">4pm<": ">4 giờ chiều<",
16
+ ">8pm<": ">8 giờ tối<",
17
+ "Low → High token density": "Mật độ mã thông báo Thấp → Cao"
18
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "\"label\",": "\"nhãn\",",
3
+ "\"agentId\",": "\"ID đại lý\",",
4
+ "\"channel\",": "\"kênh\",",
5
+ "\"provider\",": "\"nhà cung cấp\",",
6
+ "\"model\",": "\"mô hình\",",
7
+ "\"updatedAt\",": "\"thời gian cập nhật\",",
8
+ "\"durationMs\",": "\"thời lượng (ms)\",",
9
+ "\"messages\",": "\"tin nhắn\",",
10
+ "\"errors\",": "\"lỗi\",",
11
+ "\"toolCalls\",": "\"lệnh gọi công cụ\",",
12
+ "\"inputTokens\",": "\"mã thông báo đầu vào\",",
13
+ "\"outputTokens\",": "\"mã thông báo đầu ra\",",
14
+ "\"cacheReadTokens\",": "\"mã thông báo đọc bộ nhớ đệm\",",
15
+ "\"cacheWriteTokens\",": "\"mã thông báo ghi bộ nhớ đệm\",",
16
+ "\"totalTokens\",": "\"tổng mã thông báo\",",
17
+ "\"totalCost\",": "\"tổng chi phí\",",
18
+
19
+ "\"date\",": "\"ngày\",",
20
+ "\"inputCost\",": "\"chi phí đầu vào\",",
21
+ "\"outputCost\",": "\"chi phí đầu ra\",",
22
+ "\"cacheReadCost\",": "\"chi phí đọc bộ nhớ đệm\",",
23
+ "\"cacheWriteCost\",": "\"chi phí ghi bộ nhớ đệm\",",
24
+
25
+ "\"agent:\",": "\"đại lý:\",",
26
+ "\"channel:\",": "\"kênh:\",",
27
+ "\"provider:\",": "\"nhà cung cấp:\",",
28
+ "\"model:\",": "\"mô hình:\",",
29
+ "\"tool:\",": "\"công cụ:\",",
30
+ "\"has:errors:\",": "\"có lỗi:\",",
31
+ "\"has:tools:\",": "\"có công cụ:\",",
32
+ "\"minTokens:\",": "\"mã thông báo tối thiểu:\",",
33
+ "\"maxCost:\",": "\"chi phí tối đa:\","
34
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "No usage data for this session.": "Không có dữ liệu sử dụng cho phiên này.",
3
+ ">Messages<": ">Tin nhắn<",
4
+ "\\} user · ": "} người dùng · ",
5
+ "\\} assistant": "} trợ lý",
6
+ ">Tool Calls<": ">Lệnh gọi Công cụ<",
7
+ " tools<": " công cụ<",
8
+ ">Errors<": ">Lỗi<",
9
+ " tool results<": " kết quả công cụ<",
10
+ ">Duration<": ">Thời lượng<",
11
+
12
+ "\"No tool calls\"": "\"Không có lệnh gọi công cụ\"",
13
+ "\"No model data\"": "\"Không có dữ liệu mô hình\"",
14
+
15
+ "\"Close session details\"": "\"Đóng chi tiết phiên\"",
16
+
17
+ ">No timeline data<": ">Không có dữ liệu dòng thời gian<",
18
+ "\"No data in range\"": "\"Không có dữ liệu trong phạm vi\"",
19
+ ">Usage Over Time<": ">Mức sử dụng theo Thời gian<",
20
+ " Per Turn": " Mỗi lượt",
21
+ " Cumulative": " Tích lũy",
22
+ " Total": " Tổng cộng",
23
+ " By Type": " Theo loại",
24
+ ">Tokens by Type<": ">Mã thông báo theo loại<",
25
+
26
+ "\"Assistant output tokens\"": "\"Mã thông báo đầu ra của trợ lý\"",
27
+ ">Output": ">Đầu ra",
28
+ "\"User \\+ tool input tokens\"": "\"Mã thông báo đầu vào của người dùng + công cụ\"",
29
+ ">Input": ">Đầu vào",
30
+ "\"Tokens written to cache\"": "\"Mã thông báo đã ghi vào bộ nhớ đệm\"",
31
+ ">Cache Write ": ">Ghi bộ nhớ đệm ",
32
+ "\"Tokens read from cache\"": "\"Mã thông báo đã đọc từ bộ nhớ đệm\"",
33
+ ">Cache Read ": ">Đọc bộ nhớ đệm ",
34
+ ">Total: ": ">Tổng: ",
35
+
36
+ ">No context data<": ">Không có dữ liệu ngữ cảnh<",
37
+ ">System Prompt Breakdown<": ">Phân tích Lời nhắc Hệ thống",
38
+ "\"Collapse\"": "\"Thu gọn\"",
39
+ "\"Expand all\"": "\"Mở rộng tất cả\"",
40
+ "\"Base context per message\"": "\"Ngữ cảnh cơ sở mỗi tin nhắn\"",
41
+
42
+ ">Sys ": ">Hệ thống ",
43
+ ">Skills ": ">Kỹ năng ",
44
+ ">Tools ": ">Công cụ ",
45
+ ">Files ": ">Tệp ",
46
+
47
+ " more<": " thêm< ",
48
+
49
+ ">Conversation<": ">Cuộc trò chuyện<",
50
+ ">No messages<": ">Không có tin nhắn<",
51
+
52
+ "\"Collapse All\"": "\"Thu gọn Tất cả\"",
53
+ "\"Expand All\"": "\"Mở rộng Tất cả\"",
54
+
55
+ ">User<": ">Người dùng<",
56
+ ">Assistant<": ">Trợ lý<",
57
+ ">Tool<": ">Công cụ<",
58
+ ">Tool result<": ">Kết quả công cụ<",
59
+
60
+ "\"Search conversation\"": "\"Tìm kiếm cuộc trò chuyện\"",
61
+ "No messages match the filters.": "Không có tin nhắn nào khớp với bộ lọc."
62
+ }