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,242 @@
1
+ {
2
+ ">Token Usage<": ">టోకెన్ వినియోగం<",
3
+ " Loading": " లోడ్ అవుతోంది",
4
+
5
+ ">to<": ">నుండి<",
6
+ "\"Today\"": "\"ఈరోజు\"",
7
+ "\"7d\"": "\"7 రోజులు\"",
8
+ "\"30d\"": "\"30 రోజులు\"",
9
+ ">All<": ">అన్నీ<",
10
+ " Clear": " క్లియర్ చేయండి",
11
+
12
+ ">Usage<": ">వినియోగం<",
13
+ "\"pinned\"": "\"పిన్ చేయబడింది\"",
14
+ ">Filters<": ">ఫిల్టర్‌లు<",
15
+ ">Loading<": ">లోడ్ అవుతోంది<",
16
+ "Select a date range and click Refresh to load usage.": "తేదీ పరిధిని ఎంచుకుని, వినియోగాన్ని లోడ్ చేయడానికి రిఫ్రెష్ క్లిక్ చేయండి.",
17
+ "> tokens": "> టోకెన్‌లు",
18
+ "> cost": "> ఖర్చు",
19
+ " session\\$": " సెషన్$",
20
+ "\"s\"": "\"\"",
21
+
22
+ "\"Unpin filters\"\\}": "\"ఫిల్టర్‌లను అన్‌పిన్ చేయండి\"}",
23
+ "\"Pin filters\"\\}": "\"ఫిల్టర్‌లను పిన్ చేయండి\"}",
24
+ "\"Pinned\"": "\"పిన్ చేయబడింది\"",
25
+ "\"Pin\"": "\"పిన్\"",
26
+ ">Export ▾<": ">ఎగుమతి ▾<",
27
+ " Sessions ": " సెషన్‌లు ",
28
+ " Daily ": " రోజువారీ ",
29
+
30
+ " Tokens": " టోకెన్‌లు",
31
+ " Cost": " ఖర్చు",
32
+ " Refresh": " రిఫ్రెష్",
33
+
34
+ "Filter sessions \\(e.g. key:agent:main:cron\\* model:gpt-4o has:errors minTokens:2000\\)": "సెషన్‌లను ఫిల్టర్ చేయండి (ఉదా. key:agent:main:cron* model:gpt-4o has:errors minTokens:2000)",
35
+ " Filter \\(client-side\\)": " ఫిల్టర్ (క్లయింట్-వైపు)",
36
+ "\"Remove filter\"": "\"ఫిల్టర్‌ను తీసివేయండి\"",
37
+ "\\} sessions match": "} సెషన్‌లు సరిపోలాయి",
38
+ "\\} sessions in range": "} పరిధిలోని సెషన్‌లు",
39
+ "Tip: use filters or click bars to filter days.": "చిట్కా: రోజులను ఫిల్టర్ చేయడానికి ఫిల్టర్‌లను ఉపయోగించండి లేదా బార్‌లను క్లిక్ చేయండి.",
40
+
41
+ "\"Channel\"": "\"ఛానెల్\"",
42
+ "\"Provider\"": "\"ప్రొవైడర్\"",
43
+ "\"Model\"": "\"మోడల్\"",
44
+ "\"Tool\"": "\"సాధనం\"",
45
+
46
+
47
+ "Showing first 1,000 sessions. Narrow date range for complete results.":"మొదటి 1,000 సెషన్‌లను చూపిస్తోంది. పూర్తి ఫలితాల కోసం తేదీ పరిధిని ఇరుకైనదిగా చేయండి.",
48
+
49
+ ">Days:": ">రోజులు:",
50
+ ">Hours:": ">గంటలు:",
51
+ ">Session:": ">సెషన్:",
52
+ " Clear All": " అన్నీ క్లియర్ చేయండి",
53
+ ">Daily Usage<": ">రోజువారీ వినియోగం<",
54
+ ">No data<": ">డేటా లేదు<",
55
+ "\\} Usage<": "} వినియోగం<",
56
+ "\\} tokens<": "} టోకెన్‌లు<",
57
+
58
+ "\"Tokens\":\"Cost\"} by Type": "\"రకం వారీగా టోకెన్‌లు\" : \"రకం వారీగా ఖర్చు\"}",
59
+ "\"Output: ": "\"అవుట్‌పుట్: ",
60
+ "\"Input: ": "\"ఇన్‌పుట్: ",
61
+ "\"Cache Write: ": "\"కాష్ రైట్: ",
62
+ "\"Cache Read: ": "\"కాష్ రీడ్: ",
63
+
64
+
65
+ ">Usage Overview<": ">వినియోగ అవలోకనం<",
66
+
67
+ ">Cost<": ">ఖర్చు<",
68
+ ">Messages<": ">సందేశాలు<",
69
+ ">Errors<": ">లోపాలు<",
70
+ ">Recent<": ">ఇటీవలి<",
71
+
72
+ "\"Copy session namen\"": "\"సెషన్ పేరును కాపీ చేయండి\"",
73
+ " Copy": " కాపీ",
74
+
75
+ " Messages": " సందేశాలు",
76
+ "\\} user · ": "} వినియోగదారు · ",
77
+ "\\} assistant": "} అసిస్టెంట్",
78
+ ">Tool Calls<": ">సాధన కాల్‌లు<",
79
+ " tools used": " సాధనాలు ఉపయోగించబడ్డాయి",
80
+ " tools<": " సాధనాలు<",
81
+ " tool results<": " సాధన ఫలితాలు<",
82
+ ">Duration<": ">వ్యవధి<",
83
+ " Sessions": " సెషన్‌లు",
84
+ "Distinct sessions in the range.": "పరిధిలోని విభిన్న సెషన్‌లు.",
85
+ ">of ": ">లో ",
86
+ " in range": " పరిధిలో",
87
+ " Throughput": " థ్రూపుట్",
88
+ "Throughput shows tokens per minute over active time. Higher is better.": "థ్రూపుట్ యాక్టివ్ సమయంలో నిమిషానికి టోకెన్‌లను చూపిస్తుంది. ఎక్కువ ఉంటే మంచిది.",
89
+ " tok/min": " టోకెన్/నిమి",
90
+ " / min": " / నిమి",
91
+ " Error Rate": " ఎర్రర్ రేట్",
92
+ "Error rate = errors / total messages. Lower is better.": "ఎర్రర్ రేట్ = లోపాలు / మొత్తం సందేశాలు. తక్కువ ఉంటే మంచిది.",
93
+ "\\} errors · ": "} లోపాలు · ",
94
+ "\\} msgs": "} సందేశాలు",
95
+ "\\} avg session ": "} సగటు సెషన్ ",
96
+ " Cache Hit Rate": " కాష్ హిట్ రేట్",
97
+ "Cache hit rate = cache read / \\(input \\+ cache read\\). Higher is better.": "కాష్ హిట్ రేట్ = కాష్ రీడ్ / (ఇన్‌పుట్ + కాష్ రీడ్). ఎక్కువ ఉంటే మంచిది.",
98
+ "\\} cached · ": "} కాష్ చేయబడింది · ",
99
+ "\\} prompt": "} ప్రాంప్ట్",
100
+ "Top Models": "టాప్ మోడల్‌లు",
101
+ "Top Providers": "టాప్ ప్రొవైడర్‌లు",
102
+ "Top Tools": "టాప్ సాధనాలు",
103
+ "Top Agents": "టాప్ ఏజెంట్‌లు",
104
+ "Top Channels": "టాప్ ఛానెల్‌లు",
105
+ "Peak Error Days": "పీక్ ఎర్రర్ రోజులు",
106
+ "Peak Error Hours": "పీక్ ఎర్రర్ గంటలు",
107
+ "Model Mix": "మోడల్ మిక్స్",
108
+
109
+ "\"calls\"": "\"కాల్‌లు\"",
110
+
111
+ "Average tokens per message in this range.": "ఈ పరిధిలో సందేశానికి సగటు టోకెన్‌లు.",
112
+ "Average cost per message when providers report costs. Cost data is missing for some or all sessions in this range.": "ప్రొవైడర్‌లు ఖర్చులను నివేదించినప్పుడు సందేశానికి సగటు ఖర్చు. ఈ పరిధిలోని కొన్ని లేదా అన్ని సెషన్‌లకు ఖర్చు డేటా లేదు.",
113
+ "Average cost per message when providers report costs.": "ప్రొవైడర్‌లు ఖర్చులను నివేదించినప్పుడు సందేశానికి సగటు ఖర్చు.",
114
+
115
+
116
+ "Total user \\+ assistant messages in range.": "పరిధిలోని మొత్తం వినియోగదారు + అసిస్టెంట్ సందేశాలు.",
117
+ " Tool Calls": " సాధన కాల్‌లు",
118
+ "Total tool call count across sessions.": "సెషన్‌ల అంతటా మొత్తం సాధన కాల్ కౌంట్.",
119
+ " Errors": " లోపాలు",
120
+ "Total message/tool errors in range.": "పరిధిలోని మొత్తం సందేశం/సాధన లోపాలు.",
121
+ " Avg Tokens / Msg": " సగటు టోకెన్‌లు / సందేశం",
122
+ ">Across ": ">అంతటా ",
123
+ "Avg Cost \/ Msg": "సగటు ఖర్చు / సందేశం",
124
+ "\\} total<": "} మొత్తం<",
125
+
126
+ ">Activity by Time<": ">సమయం వారీగా కార్యాచరణ<",
127
+ " tokens<": " టోకెన్‌లు<",
128
+ "Estimates require session timestamps.": "అంచనాలకు సెషన్ టైమ్‌స్టాంప్‌లు అవసరం.",
129
+ "No timeline data yet.": "ఇంకా టైమ్‌లైన్ డేటా లేదు.",
130
+ "Estimated from session spans \\(first/last activity\\). Time zone:": "సెషన్ స్పాన్‌ల నుండి అంచనా వేయబడింది (మొదటి/చివరి కార్యాచరణ). సమయ మండలి:",
131
+ "\"Local\"\\}": "\"స్థానిక సమయం\"}",
132
+ ">Day of Week<": ">వారం రోజు<",
133
+ ">Hours<": ">గంటలు<",
134
+ "\\} tokens": "} టోకెన్‌లు",
135
+ ">Midnight<": ">అర్ధరాత్రి<",
136
+ ">4am<": ">ఉదయం 4<",
137
+ ">8am<": ">ఉదయం 8<",
138
+ ">Moon<": ">12<",
139
+ ">4pm<": ">సాయంత్రం 4<",
140
+ ">8pm<": ">రాత్రి 8<",
141
+ "Low → High token density": "తక్కువ → ఎక్కువ టోకెన్ సాంద్రత",
142
+
143
+
144
+ "\"label\",": "\"లేబుల్\",",
145
+ "\"agentId\",": "\"ఏజెంట్ ID\",",
146
+ "\"channel\",": "\"ఛానెల్\",",
147
+ "\"provider\",": "\"ప్రొవైడర్\",",
148
+ "\"model\",": "\"మోడల్\",",
149
+ "\"updatedAt\",": "\"నవీకరించబడిన సమయం\",",
150
+ "\"durationMs\",": "\"వ్యవధి మి.సె\",",
151
+ "\"messages\",": "\"సందేశాలు\",",
152
+ "\"errors\",": "\"లోపాలు\",",
153
+ "\"toolCalls\",": "\"సాధన కాల్‌లు\",",
154
+ "\"inputTokens\",": "\"ఇన్‌పుట్ టోకెన్‌లు\",",
155
+ "\"outputTokens\",": "\"అవుట్‌పుట్ టోకెన్‌లు\",",
156
+ "\"cacheReadTokens\",": "\"కాష్ రీడ్ టోకెన్‌లు\",",
157
+ "\"cacheWriteTokens\",": "\"కాష్ రైట్ టోకెన్‌లు\",",
158
+ "\"totalTokens\",": "\"మొత్తం టోకెన్‌లు\",",
159
+ "\"totalCost\",": "\"మొత్తం ఖర్చు\",",
160
+
161
+ "\"date\",": "\"తేదీ\",",
162
+ "\"inputCost\",": "\"ఇన్‌పుట్ ఖర్చు\",",
163
+ "\"outputCost\",": "\"అవుట్‌పుట్ ఖర్చు\",",
164
+ "\"cacheReadCost\",": "\"కాష్ రీడ్ ఖర్చు\",",
165
+ "\"cacheWriteCost\",": "\"కాష్ రైట్ ఖర్చు\",",
166
+
167
+ "\"agent:\",": "\"ఏజెంట్:\",",
168
+ "\"channel:\",": "\"ఛానెల్:\",",
169
+ "\"provider:\",": "\"ప్రొవైడర్:\",",
170
+ "\"model:\",": "\"మోడల్:\",",
171
+ "\"tool:\",": "\"సాధనం:\",",
172
+ "\"has:errors:\",": "\"లోపాలు ఉన్నాయి:\",",
173
+ "\"has:tools:\",": "\"సాధనాలు ఉన్నాయి:\",",
174
+ "\"minTokens:\",": "\"కనిష్ట టోకెన్‌లు:\",",
175
+ "\"maxCost:\",": "\"గరిష్ట ఖర్చు:\",",
176
+
177
+
178
+ "\\} avg<": "} సగటు<",
179
+ "\\} errors<": "} లోపాలు<",
180
+ " All": " అన్నీ",
181
+ " Recently viewed": " ఇటీవల వీక్షించినవి",
182
+ ">Sort<": ">క్రమం<",
183
+ ">No sessions in range<": ">పరిధిలో సెషన్‌లు లేవు<",
184
+ ">No recent sessions<": ">ఇటీవలి సెషన్‌లు లేవు<",
185
+
186
+ "No usage data for this session.": "ఈ సెషన్‌కు వినియోగ డేటా లేదు.",
187
+
188
+ "\"No tool calls\"": "\"సాధన కాల్‌లు లేవు\"",
189
+ "\"No model data\"": "\"మోడల్ డేటా లేదు\"",
190
+
191
+ "\"Close session details\"": "\"సెషన్ వివరాలను మూసివేయండి\"",
192
+
193
+ ">No timeline data<": ">టైమ్‌లైన్ డేటా లేదు<",
194
+ "\"No data in range\"": "\"పరిధిలో డేటా లేదు\"",
195
+ ">Usage Over Time<": ">కాలక్రమేణా వినియోగం<",
196
+ ">Reset<": ">రీసెట్ చేయండి<",
197
+ " Per Turn": " ప్రతి టర్న్",
198
+ " Cumulative": " సంచిత",
199
+ " Total": " మొత్తం",
200
+ " By Type": " రకం వారీగా",
201
+ ">Tokens by Type<": ">రకం వారీగా టోకెన్‌లు<",
202
+ ">Daily ": ">రోజువారీ ",
203
+ "\"Token\"": "\"టోకెన్\"",
204
+ "\"Cost\"": "\"ఖర్చు\"",
205
+
206
+ "\"Assistant output tokens\"": "\"అసిస్టెంట్ అవుట్‌పుట్ టోకెన్‌లు\"",
207
+ ">Output": ">అవుట్‌పుట్",
208
+ "\"User \\+ tool input tokens\"": "\"వినియోగదారు + సాధన ఇన్‌పుట్ టోకెన్‌లు\"",
209
+ ">Input": ">ఇన్‌పుట్",
210
+ "\"Tokens written to cache\"": "\"కాష్‌కు వ్రాయబడిన టోకెన్‌లు\"",
211
+ ">Cache Write ": ">కాష్ రైట్ ",
212
+ "\"Tokens read from cache\"": "\"కాష్ నుండి చదివిన టోకెన్‌లు\"",
213
+ ">Cache Read ": ">కాష్ రీడ్ ",
214
+ ">Total: ": ">మొత్తం: ",
215
+
216
+ ">No context data<": ">సందర్భ డేటా లేదు<",
217
+ ">System Prompt Breakdown<": ">సిస్టమ్ ప్రాంప్ట్ వివరణ\"",
218
+ "\"Collapse\"": "\"కుదించండి\"",
219
+ "\"Expand all\"": "\"అన్నీ విస్తరించండి\"",
220
+ "\"Base context per message\"": "\"సందేశానికి బేస్ సందర్భం\"",
221
+
222
+ ">Sys ": ">సిస్ ",
223
+ ">Skills ": ">నైపుణ్యాలు ",
224
+ ">Tools ": ">సాధనాలు ",
225
+ ">Files ": ">ఫైల్‌లు ",
226
+
227
+ " more<": " మరిన్ని< ",
228
+
229
+ ">Conversation<": ">సంభాషణ<",
230
+ ">No messages<": ">సందేశాలు లేవు<",
231
+
232
+ "\"Collapse All\"": "\"అన్నీ కుదించండి\"",
233
+ "\"Expand All\"": "\"అన్నీ విస్తరించండి\"",
234
+
235
+ ">User<": ">వినియోగదారు<",
236
+ ">Assistant<": ">అసిస్టెంట్<",
237
+ ">Tool<": ">సాధనం<",
238
+ ">Tool result<": ">సాధన ఫలితం<",
239
+
240
+ "\"Search conversation\"": "\"సంభాషణను శోధించండి\"",
241
+ "No messages match the filters.": "ఫిల్టర్‌లకు సరిపోలిన సందేశాలు లేవు."
242
+ }
@@ -1,25 +1,25 @@
1
1
  {
2
- "Invalid URL format. Expected /base/XXX or /wiki/XXX URL": "Định dạng URL không hợp lệ. URL phải có dạng /base/XXX hoặc /wiki/XXX.",
2
+ "Invalid URL format. Expected /base/XXX or /wiki/XXX URL": "Định dạng URL không hợp lệ. Dự kiến ​​URL có dạng /base/XXX hoặc /wiki/XXX.",
3
3
  "Use app_token": "Sử dụng app_token",
4
4
  " and table_id=": " và table_id=",
5
- " for other bitable tools": " cho các công cụ bitable khác",
6
- "Select a table_id from the tables list.": "Chọn table_id từ danh sách bảng.",
5
+ " for other bitable tools": " cho các công cụ Bitable khác",
6
+ "Select a table_id from the tables list.": "Chọn một table_id từ danh sách bảng.",
7
7
  "Bitable URL. Supports both formats: /base/XXX?table=YYY or /wiki/XXX?table=YYY": "URL Bitable. Hỗ trợ cả hai định dạng: /base/XXX?table=YYY hoặc /wiki/XXX?table=YYY",
8
- "Bitable app token \\(use feishu_bitable_get_meta to get from URL\\)": " ứng dụng Bitable (sử dụng feishu_bitable_get_meta để lấy từ URL)",
8
+ "Bitable app token \\(use feishu_bitable_get_meta to get from URL\\)": "App token Bitable (sử dụng feishu_bitable_get_meta để lấy từ URL)",
9
9
  "Table ID (from URL: ?table=YYY)": "ID Bảng (từ URL: ?table=YYY)",
10
- "Number of records per page (1-500, default 100)": "Số bản ghi mỗi trang (1-500, mặc định 100)",
11
- "Pagination token from previous response": " thông báo phân trang từ phản hồi trước đó",
10
+ "Number of records per page (1-500, default 100)": "Số lượng bản ghi trên mỗi trang (1-500, mặc định 100)",
11
+ "Pagination token from previous response": "Token phân trang từ phản hồi trước đó",
12
12
  "Record ID to retrieve": "ID bản ghi cần lấy",
13
13
  "Field values keyed by field name. Format by type: ": "Giá trị trường được khóa theo tên trường. Định dạng theo loại: ",
14
14
  "Record ID to update": "ID bản ghi cần cập nhật",
15
- "Field values to update \\(same format as create_record\\)": "Giá trị trường cần cập nhật (định dạng tương tự create_record)",
15
+ "Field values to update \\(same format as create_record\\)": "Giá trị trường cần cập nhật (định dạng giống như create_record)",
16
16
  "Feishu credentials not configured, skipping bitable tools": "Thông tin xác thực Feishu chưa được cấu hình, bỏ qua các công cụ bitable",
17
- "Parse a Bitable URL and get app_token, table_id, and table list. Use this first when given a /wiki/ or /base/ URL.": "Phân tích cú pháp URL Bitable và lấy app_token, table_id cũng như danh sách bảng. Hãy sử dụng công cụ này trước tiên khi được cung cấp URL /wiki/ hoặc /base/.",
17
+ "Parse a Bitable URL and get app_token, table_id, and table list. Use this first when given a /wiki/ or /base/ URL.": "Phân tích cú pháp URL Bitable và lấy app_token, table_id danh sách bảng. Sử dụng công cụ này trước tiên khi được cung cấp URL /wiki/ hoặc /base/.",
18
18
  "Feishu Bitable List Fields": "Feishu Bitable Liệt kê Trường",
19
19
  "List all fields \\(columns\\) in a Bitable table with their types and properties": "Liệt kê tất cả các trường (cột) trong bảng Bitable kèm theo loại và thuộc tính của chúng",
20
20
  "List records \\(rows\\) from a Bitable table with pagination support": "Liệt kê các bản ghi (hàng) từ bảng Bitable có hỗ trợ phân trang",
21
21
  "Feishu Bitable Get Record": "Feishu Bitable Lấy Bản ghi",
22
- "Get a single record by ID from a Bitable table": "Lấy một bản ghi theo ID từ bảng Bitable",
22
+ "Get a single record by ID from a Bitable table": "Lấy một bản ghi duy nhất theo ID từ bảng Bitable",
23
23
  "Feishu Bitable Create Record": "Feishu Bitable Tạo Bản ghi",
24
24
  "Create a new record (row) in a Bitable table": "Tạo một bản ghi (hàng) mới trong bảng Bitable",
25
25
  "Feishu Bitable Update Record": "Feishu Bitable Cập nhật Bản ghi",
@@ -31,7 +31,7 @@
31
31
  "Feishu targeting: omit `target` to reply to the current conversation \\(auto-inferred\\). Explicit targets: `user:open_id` or `chat:chat_id`.": "Nhắm mục tiêu Feishu: bỏ qua `target` để trả lời cuộc trò chuyện hiện tại (tự động suy luận). Mục tiêu rõ ràng: `user:open_id` hoặc `chat:chat_id`.",
32
32
  " Feishu supports interactive cards for rich messages.": " Feishu hỗ trợ thẻ tương tác cho tin nhắn đa phương tiện.",
33
33
  "Feishu\\[": "Feishu[",
34
- "groups: groupPolicy=\"open\" allows any member to trigger \\(mention-gated\\). Set channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom to restrict senders.": "nhóm: groupPolicy=\"open\" cho phép bất kỳ thành viên nào kích hoạt ( kiểm soát đề cập). Đặt channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom để giới hạn người gửi.",
35
- "starting feishu\\[": "đang bắt đầu feishu[",
34
+ "groups: groupPolicy=\"open\" allows any member to trigger \\(mention-gated\\). Set channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom to restrict senders.": "nhóm: groupPolicy=\"open\" cho phép bất kỳ thành viên nào kích hoạt (giới hạn bởi đề cập). Đặt channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom để giới hạn người gửi.",
35
+ "starting feishu\\[": "đang bắt đầu Feishu[",
36
36
  " \\(mode: ": " (chế độ: "
37
37
  }
@@ -0,0 +1,107 @@
1
+ {
2
+ "\"Refresh chat data\"": "\"Làm mới dữ liệu trò chuyện\"",
3
+ "\"Disabled during onboarding\"": "\"Đã tắt trong quá trình hướng dẫn\"",
4
+ "\"Toggle assistant thinking/working output\"": "\"Bật/tắt đầu ra suy nghĩ/làm việc của trợ lý\"",
5
+ "\"Toggle focus mode \\(hide sidebar \\+ page header\\)\"": "\"Bật/tắt chế độ tập trung (ẩn thanh bên + tiêu đề trang)\"",
6
+ "\"System theme\"": "\"Theo giao diện hệ thống\"",
7
+ "\"System\"": "\"Hệ thống\"",
8
+ "\"Light theme\"": "\"Giao diện sáng\"",
9
+ "\"Light\"": "\"Sáng\"",
10
+ "\"Dark theme\"": "\"Giao diện tối\"",
11
+ "\"Dark\"": "\"Tối\"",
12
+
13
+ "Profile update failed \\(": "Cập nhật hồ sơ thất bại (",
14
+ "Profile publish failed on all relays.": "Xuất bản hồ sơ thất bại trên tất cả các relay.",
15
+ "Profile published to relays.": "Đã xuất bản hồ sơ lên các relay.",
16
+ "Profile update failed: ": "Cập nhật hồ sơ thất bại: ",
17
+ "Profile import failed \\(": "Nhập hồ sơ thất bại (",
18
+ "Profile imported from relays. Review and publish.": "Đã nhập hồ sơ từ các relay. Hãy xem xét và xuất bản.",
19
+ "Profile imported. Review and publish.": "Đã nhập hồ sơ. Hãy xem xét và xuất bản.",
20
+ "Profile import failed: ": "Nhập hồ sơ thất bại: ",
21
+
22
+ "`disconnected \\(": "`đã ngắt kết nối (",
23
+ "\"no reason\"": "\"không có lý do\"",
24
+
25
+ "\"gateway client stopped\"": "\"máy khách cổng đã dừng\"",
26
+ "gateway closed \\(": "cổng đã đóng (",
27
+ "\"connect failed\"": "\"kết nối thất bại\"",
28
+ " event handler error:": " lỗi trình xử lý sự kiện:",
29
+ "\"request failed\"": "\"yêu cầu thất bại\"",
30
+ "\"gateway not connected\"": "\"cổng chưa được kết nối\"",
31
+
32
+ "Disconnected from gateway.": "Đã ngắt kết nối khỏi cổng.",
33
+
34
+ "\"Expand sidebar\"": "\"Mở rộng thanh bên\"",
35
+ "\"Collapse sidebar\"": "\"Thu gọn thanh bên\"",
36
+
37
+ ">Health<": ">Tình trạng<",
38
+ "\"OK\"": "\"Tốt\"",
39
+ "\"Offline\"": "\"Ngoại tuyến\"",
40
+
41
+ ">Gateway Dashboard<": ">Bảng điều khiển Cổng<",
42
+
43
+
44
+ "\"Chat\"": "\"Trò chuyện\"",
45
+ "Direct gateway chat session for quick interventions.": "Phiên trò chuyện trực tiếp qua cổng để can thiệp nhanh.",
46
+ "\"Control\"": "\"Điều khiển\"",
47
+ "\"Overview\"": "\"Tổng quan\"",
48
+ "Gateway status, entry points, and a fast health read.": "Trạng thái cổng, điểm đầu vào và đọc nhanh tình trạng.",
49
+ "\"Channels\"": "\"Kênh\"",
50
+ "Manage channels and settings.": "Quản lý kênh và cài đặt.",
51
+ "\"Instances\"": "\"Phiên bản\"",
52
+ "Presence beacons from connected clients and nodes.": "Tín hiệu hiện diện từ các máy khách và nút đã kết nối.",
53
+ "\"Sessions\"": "\"Phiên\"",
54
+ "Inspect active sessions and adjust per-session defaults.": "Kiểm tra các phiên đang hoạt động và điều chỉnh mặc định cho từng phiên.",
55
+ "\"Usage\"": "\"Sử dụng\"",
56
+ "See where tokens go, when sessions spike, and what drives cost.": "Xem token được dùng ở đâu, khi nào phiên tăng đột biến và điều gì thúc đẩy chi phí.",
57
+ "\"Cron Jobs\"": "\"Công việc định kỳ\"",
58
+ "Schedule wakeups and recurring agent runs.": "Lên lịch đánh thức và chạy tác vụ định kỳ.",
59
+ "\"Agent\"": "\"Tác vụ\"",
60
+ "\"Agents\"": "\"Tác vụ\"",
61
+ "Manage agent workspaces, tools, and identities.": "Quản lý không gian làm việc, công cụ và danh tính của tác vụ.",
62
+ "\"Skills\"": "\"Kỹ năng\"",
63
+ "Manage skill availability and API key injection.": "Quản lý tính khả dụng của kỹ năng và tiêm khóa API.",
64
+ "\"Nodes\"": "\"Nút\"",
65
+ "Paired devices, capabilities, and command exposure.": "Thiết bị đã ghép đôi, khả năng và lệnh hiển thị.",
66
+ "\"Settings\"": "\"Cài đặt\"",
67
+ "\"Config\"": "\"Cấu hình\"",
68
+ "Edit ~/.openclaw/openclaw.json safely.": "Chỉnh sửa ~/.openclaw/openclaw.json một cách an toàn.",
69
+ "\"Debug\"": "\"Gỡ lỗi\"",
70
+ "Gateway snapshots, events, and manual RPC calls.": "Ảnh chụp nhanh, sự kiện và lệnh gọi RPC thủ công của cổng.",
71
+ "\"Logs\"": "\"Nhật ký\"",
72
+ "Live tail of the gateway file logs.": "Theo dõi trực tiếp nhật ký tệp của cổng.",
73
+ "\\(opens in new tab\\)": "(mở trong tab mới)",
74
+ "Presence beacons from the gateway and clients.": "Tín hiệu hiện diện từ cổng và máy khách.",
75
+
76
+
77
+ "\"Health\"": "\"Tình trạng\"",
78
+ "\"Resources\"": "\"Tài nguyên\"",
79
+ "\"Docs\"": "\"Tài liệu\"",
80
+
81
+ "\"Language\"": "\"Ngôn ngữ\"",
82
+ "\"Connect\"": "\"Kết nối\"",
83
+ "\"Snapshot\"": "\"Ảnh chụp nhanh\"",
84
+ "\"Status\"": "\"Trạng thái\"",
85
+ "\"Uptime\"": "\"Thời gian hoạt động\"",
86
+ "Tick Interval": "Khoảng thời gian đánh dấu",
87
+ "Last Channels Refresh": "Lần làm mới kênh cuối",
88
+ "\"Notes\"": "\"Ghi chú\"",
89
+
90
+ "\"Config Last Touched Version\"": "\"Phiên bản cấu hình cuối cùng được chạm\"",
91
+ "\"Config Last Touched At\"": "\"Lần cuối cấu hình được chạm lúc\"",
92
+
93
+
94
+ "\"IRC DM Policy\"": "\"Chính sách DM IRC\"",
95
+ "\"IRC NickServ Enabled\"": "\"Đã bật IRC NickServ\"",
96
+
97
+ "\"just now\"": "\"vừa xong\"",
98
+ "\\}s`": "} giây trước`",
99
+ "\\}m ago`": "} phút trước`",
100
+ "\\}m`": "} phút`",
101
+ "\\}h ago`": "} giờ trước`",
102
+ "\\}h`": "} giờ`",
103
+ "\\}d ago`": "} ngày trước`",
104
+ "\\}d`": "} ngày`",
105
+ "\"in <1m\"": "\"trong <1 phút\"",
106
+ "`in ": "`trong "
107
+ }
@@ -1,19 +1,19 @@
1
1
  {
2
- ">No configured models<": ">Không có mô hình nào được cấu hình<",
2
+ ">No configured models<": ">Chưa có mô hình nào được cấu hình<",
3
3
  "\\} configured.<": "} đã được cấu hình.<",
4
- "No agents found.": "Không tìm thấy đại nào.",
5
- ">Select an agent<": ">Chọn một đại lý<",
6
- "Pick an agent to inspect its workspace and tools.": "Chọn một đại để kiểm tra không gian làm việc và các công cụ của nó.",
7
- "Agent workspace and routing.": "Không gian làm việc và định tuyến của đại lý.",
4
+ "No agents found.": "Không tìm thấy tác vụ nào.",
5
+ ">Select an agent<": ">Chọn một tác vụ<",
6
+ "Pick an agent to inspect its workspace and tools.": "Chọn một tác vụ để kiểm tra không gian làm việc và công cụ của nó.",
7
+ "Agent workspace and routing.": "Không gian làm việc và định tuyến của tác vụ.",
8
8
  "\"Tools\"": "\"Công cụ\"",
9
9
 
10
10
  ">Overview<": ">Tổng quan<",
11
11
  "Workspace paths and identity metadata.": "Đường dẫn không gian làm việc và siêu dữ liệu danh tính.",
12
12
  ">Workspace<": ">Không gian làm việc<",
13
- ">Primary Model<": ">Mô hình Chính<",
14
- ">Identity Name<": ">Tên Danh tính<",
13
+ ">Primary Model<": ">Mô hình chính<",
14
+ ">Identity Name<": ">Tên danh tính<",
15
15
  ">Default<": ">Mặc định<",
16
- ">Identity Emoji<": ">Biểu tượng cảm xúc Danh tính<",
16
+ ">Identity Emoji<": ">Biểu tượng cảm xúc danh tính<",
17
17
  ">Skills Filter<": ">Bộ lọc Kỹ năng<",
18
18
  ">Filter<": ">Bộ lọc<",
19
19
  ">Model Selection<": ">Lựa chọn Mô hình<",
@@ -22,7 +22,7 @@
22
22
  "Fallbacks \\(comma-separated\\)": "Dự phòng (phân cách bằng dấu phẩy)",
23
23
  "Inherit default \\(": "Kế thừa mặc định (",
24
24
  "\"Inherit default\"": "\"Kế thừa mặc định\"",
25
- ">Fallbacks (comma-separated)<": ">Dự phòng (phân cách bằng dấu phẩy)<",
25
+ ">Fallbacks (comma-separated)<": ">Dự phòng (phân cách bằng dấu phẩy)",
26
26
  "\"Save\"": "\"Lưu\"",
27
27
  "\"yes\"": "\"có\"",
28
28
  "\"no\"": "\"không\"",
@@ -30,25 +30,110 @@
30
30
  "\"Workspace, identity, and model configuration.\"": "\"Cấu hình không gian làm việc, danh tính và mô hình.\"",
31
31
  "Load channels to see live status.": "Tải kênh để xem trạng thái trực tiếp.",
32
32
  "Gateway-wide channel status snapshot.": "Ảnh chụp nhanh trạng thái kênh trên toàn cổng.",
33
- " Last refresh:": " Làm mới lần cuối:",
33
+ " Last refresh:": " Lần làm mới cuối:",
34
34
  "No channels found.": "Không tìm thấy kênh nào.",
35
- "\"no accounts\"": "\"không có tài khoản\"",
36
35
  "\\} enabled": "} đã bật",
37
36
  "Workspace and scheduling targets.": "Mục tiêu không gian làm việc và lập lịch.",
38
- "Gateway cron status.": "Trạng thái Cron của cổng.",
37
+ "Gateway cron status.": "Trạng thái cron của cổng.",
39
38
  ">Next wake<": ">Lần đánh thức tiếp theo<",
40
- ">Agent Cron Jobs<": ">Công việc Cron của Đại lý<",
41
- "Scheduled jobs targeting this agent.": "Các công việc theo lịch trình nhắm mục tiêu vào đại này.",
42
- "No jobs assigned.": "Không có công việc nào được giao.",
43
- ">Core Files<": ">Tệp Lõi<",
44
- "Bootstrap persona, identity, and tool guidance.": "Hướng dẫn khởi tạo nhân vật, danh tính và công cụ.",
39
+ ">Agent Cron Jobs<": ">Công việc định kỳ của Tác vụ<",
40
+ "Scheduled jobs targeting this agent.": "Công việc theo lịch nhắm mục tiêu tác vụ này.",
41
+ "No jobs assigned.": "Không có công việc nào được gán.",
42
+ ">Core Files<": ">Tệp lõi<",
43
+ "Bootstrap persona, identity, and tool guidance.": "Nhân cách bootstrap, danh tính và hướng dẫn công cụ.",
45
44
  ">Workspace:": ">Không gian làm việc:",
46
- " Load the agent workspace files to edit core instructions.": " Tải các tệp không gian làm việc của đại để chỉnh sửa hướng dẫn cốt lõi.",
45
+ " Load the agent workspace files to edit core instructions.": " Tải tệp không gian làm việc của tác vụ để chỉnh sửa hướng dẫn lõi.",
47
46
  "No files found.": "Không tìm thấy tệp nào.",
48
47
  "Select a file to edit.": "Chọn một tệp để chỉnh sửa.",
49
- " This file is missing. Saving will create it in the agent workspace.": " Tệp này bị thiếu. Lưu sẽ tạo nó trong không gian làm việc của đại lý.",
48
+ " This file is missing. Saving will create it in the agent workspace.": " Tệp này bị thiếu. Lưu sẽ tạo nó trong không gian làm việc của tác vụ.",
50
49
  ">Content<": ">Nội dung<",
51
- ">missing<": ">bị thiếu<",
50
+ ">missing<": ">thiếu<",
51
+
52
+
53
+ "\"Files\"": "\"Tệp\"",
54
+ "\"Read file contents\"": "\"Đọc nội dung tệp\"",
55
+ "\"Create or overwrite files\"": "\"Tạo hoặc ghi đè tệp\"",
56
+ "\"Make precise edits\"": "\"Chỉnh sửa chính xác\"",
57
+ "\"Patch files \\(OpenAI\\)\"": "\"Tệp vá (OpenAI)\"",
58
+
59
+ "\"Runtime\"": "\"Thời gian chạy\"",
60
+ "\"Run shell commands\"": "\"Chạy lệnh shell\"",
61
+ "\"Manage background processes\"": "\"Quản lý tiến trình nền\"",
62
+
63
+ "\"Web\"": "\"Web\"",
64
+ "\"Search the web\"": "\"Tìm kiếm trên web\"",
65
+ "\"Fetch web content\"": "\"Tìm nạp nội dung web\"",
66
+
67
+ "\"Memory\"": "\"Bộ nhớ\"",
68
+ "\"Semantic search\"": "\"Tìm kiếm ngữ nghĩa\"",
69
+ "\"Read memory files\"": "\"Đọc tệp bộ nhớ\"",
70
+ "\"List sessions\"": "\"Liệt kê phiên\"",
71
+
72
+ "\"Session history\"": "\"Lịch sử phiên\"",
73
+ "\"Send to session": "\"Gửi đến phiên",
74
+ "\"Spawn sub-agent\"": "\"Tạo tác vụ con\"",
75
+ "\"Session status\"": "\"Trạng thái phiên\"",
76
+
77
+ "\"UI\"": "\"Giao diện người dùng\"",
78
+ "\"Control web browser\"": "\"Điều khiển trình duyệt web\"",
79
+ "\"Control canvases\"": "\"Điều khiển canvas\"",
80
+
81
+ "\"Send messages\"": "\"Gửi tin nhắn\"",
82
+
83
+ "\"Automation\"": "\"Tự động hóa\"",
84
+ "\"Schedule tasks\"": "\"Lên lịch tác vụ\"",
85
+
86
+ "\"Gateway control\"": "\"Điều khiển cổng\"",
87
+ "\"Nodes \\+ devices\"": "\"Nút + thiết bị\"",
88
+ "\"List agents\"": "\"Liệt kê tác vụ\"",
89
+
90
+ "\"Media\"": "\"Phương tiện\"",
91
+ "\"Image understanding\"": "\"Hiểu hình ảnh\"",
92
+
93
+ "\"Minimal\"": "\"Tối thiểu\"",
94
+ "\"Coding\"": "\"Mã hóa\"",
95
+ "\"Messaging\"": "\"Nhắn tin\"",
96
+ "\"Full\"": "\"Đầy đủ\"",
97
+
98
+ "\\} selected": "} đã chọn",
99
+ "\"all skills\"": "\"tất cả kỹ năng\"",
100
+
101
+
102
+ ">Agent Context<": ">Ngữ cảnh Tác vụ<",
103
+ "\"no accounts\"": "\"không có tài khoản\"",
104
+ " connected`": " đã kết nối`",
105
+ " configured`": " đã cấu hình`",
106
+ "\"not configured\"": "\"chưa cấu hình\"",
107
+
108
+ "\"agent override\"": "\"ghi đè tác vụ\"",
109
+ "\"global default\"": "\"mặc định toàn cầu\"",
110
+ "\"default\"": "\"mặc định\"",
111
+
112
+ ">Tool Access<": ">Truy cập Công cụ<",
113
+ " Profile \\+ per-tool overrides for this agent.": " Hồ sơ + ghi đè theo từng công cụ cho tác vụ này.",
114
+ "> enabled.": "> đã bật.",
115
+
116
+ " Use All": " Sử dụng Tất cả",
117
+ " Enable All": " Bật Tất cả",
118
+ " Disable All": " Tắt Tất cả",
119
+ " Reload Config": " Tải lại Cấu hình",
120
+
121
+ " Reload": " Tải lại",
122
+
123
+ "Load the gateway config to adjust tool profiles.": "Tải cấu hình cổng để điều chỉnh hồ sơ công cụ.",
124
+ " This agent is using an explicit allowlist in config. Tool overrides are managed in the Config tab.": " Tác vụ này đang sử dụng danh sách cho phép rõ ràng trong cấu hình. Ghi đè công cụ được quản lý trong tab Cấu hình.",
125
+ " Global tools.allow is set. Agent overrides cannot enable tools that are globally blocked.": " Công cụ toàn cục.allow đã được đặt. Ghi đè tác vụ không thể bật các công cụ bị chặn toàn cục.",
126
+
127
+ ">Profile<": ">Hồ sơ<",
128
+ ">Source<": ">Nguồn<",
129
+ ">unsaved<": ">chưa lưu<",
130
+
131
+ ">Quick Presets<": ">Cài đặt sẵn nhanh<",
132
+ " Inherit": " Kế thừa",
52
133
 
53
- " Reload": " Tải lại"
134
+ "Per-agent skill allowlist and workspace skills.": "Danh sách cho phép kỹ năng theo từng tác vụ và kỹ năng không gian làm việc.",
135
+ "Load the gateway config to set per-agent skills.": "Tải cấu hình cổng để đặt kỹ năng cho từng tác vụ.",
136
+ "This agent uses a custom skill allowlist.": "Tác vụ này sử dụng danh sách cho phép kỹ năng tùy chỉnh.",
137
+ "All skills are enabled. Disabling any skill will create a per-agent allowlist.": "Tất cả các kỹ năng đều được bật. Vô hiệu hóa bất kỳ kỹ năng nào sẽ tạo danh sách cho phép theo từng tác vụ.",
138
+ "Load skills for this agent to view workspace-specific entries.": "Tải kỹ năng cho tác vụ này để xem các mục cụ thể theo không gian làm việc."
54
139
  }