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,91 @@
1
+ {
2
+ "Channel health": "ఛానెల్ ఆరోగ్యం",
3
+ "Channel status snapshots from the gateway.": "గేట్‌వే నుండి ఛానెల్ స్థితి స్నాప్‌షాట్‌లు.",
4
+ "No snapshot yet.": "ఇంకా స్నాప్‌షాట్ లేదు.",
5
+ "Channel status and configuration.": "ఛానెల్ స్థితి మరియు కాన్ఫిగరేషన్.",
6
+ "\"Yes\"": "\"అవును\"",
7
+ "\"Active\"": "\"యాక్టివ్\"",
8
+ "\"No\"": "\"కాదు\"",
9
+ ">Running<": ">రన్ అవుతోంది<",
10
+ ">Connected<": ">కనెక్ట్ చేయబడింది<",
11
+
12
+
13
+ "Schema unavailable. Use Raw.": "స్కీమా అందుబాటులో లేదు. రాను ఉపయోగించండి.",
14
+ "Channel config schema unavailable.": "ఛానెల్ కాన్ఫిగ్ స్కీమా అందుబాటులో లేదు.",
15
+ "Loading config schema…": "కాన్ఫిగ్ స్కీమా లోడ్ అవుతోంది…",
16
+
17
+ ">Configured<": ">కాన్ఫిగర్ చేయబడింది<",
18
+ ">Linked<": ">లింక్ చేయబడింది<",
19
+ ">Last start<": ">చివరి ప్రారంభం<",
20
+ ">Last probe<": ">చివరి ప్రోబ్<",
21
+ ">Last connect<": ">చివరి కనెక్ట్<",
22
+ ">Last message<": ">చివరి సందేశం<",
23
+ ">Last inbound<": ">చివరి ఇన్‌బౌండ్<",
24
+ ">Auth age<": ">ప్రామాణీకరణ వయస్సు<",
25
+ ">Mode<": ">మోడ్<",
26
+ ">Credential<": ">క్రెడెన్షియల్<",
27
+ ">Public Key<": ">పబ్లిక్ కీ<",
28
+ ">Audience<": ">ప్రేక్షకులు<",
29
+ ">Profile<": ">ప్రొఫైల్<",
30
+
31
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "ప్రొఫైల్ సెట్ చేయబడలేదు. మీ పేరు, బయో మరియు అవతార్‌ను జోడించడానికి \"ప్రొఫైల్‌ని సవరించు\" క్లిక్ చేయండి.",
32
+ "\"Saving…\"": "\"సేవ్ అవుతోంది…\"",
33
+ "\"Save\"": "\"సేవ్ చేయండి\"",
34
+ " probe": " ప్రోబ్",
35
+
36
+ " Probe": " ప్రోబ్",
37
+ "\"ok\" \\:": "\"సరే\" :",
38
+ "\"failed\"": "\"విఫలమైంది\"",
39
+
40
+ "Decentralized DMs via Nostr relays \\(NIP-04\\).": "Nostr రిలేల ద్వారా వికేంద్రీకృత DMలు (NIP-04).",
41
+
42
+
43
+ "Chat API webhook status and channel configuration.": "చాట్ API వెబ్‌హుక్ స్థితి మరియు ఛానెల్ కాన్ఫిగరేషన్.",
44
+
45
+ "macOS bridge status and channel configuration.": "macOS బ్రిడ్జ్ స్థితి మరియు ఛానెల్ కాన్ఫిగరేషన్.",
46
+
47
+
48
+ ">Edit Profile<": ">ప్రొఫైల్‌ని సవరించు<",
49
+ ">Account: ": ">ఖాతా: ",
50
+
51
+ "\"Username\"": "\"వినియోగదారు పేరు\"",
52
+ "\"Short username \\(": "\"చిన్న వినియోగదారు పేరు (",
53
+ "\"Display Name\"": "\"ప్రదర్శన పేరు\"",
54
+ "Your full display name": "మీ పూర్తి ప్రదర్శన పేరు",
55
+ "\"Bio\"": "\"బయో\"",
56
+ "Tell people about yourself...": "మీ గురించి వ్యక్తులకు చెప్పండి...",
57
+ "\"Avatar URL\"": "\"అవతార్ URL\"",
58
+ "A brief bio or description": "చిన్న బయో లేదా వివరణ",
59
+ "\"Banner URL\"": "\"బ్యానర్ URL\"",
60
+ "HTTPS URL to your profile picture": " మీ ప్రొఫైల్ చిత్రానికి HTTPS URL",
61
+ "HTTPS URL to a banner image": "బ్యానర్ చిత్రానికి HTTPS URL",
62
+ "\"Website\"": "\"వెబ్‌సైట్\"",
63
+ "Your personal website": "మీ వ్యక్తిగత వెబ్‌సైట్",
64
+ "\"NIP-05 Identifier\"": "\"NIP-05 ఐడెంటిఫైయర్\"",
65
+ "\"Verifiable identifier ": "\"ధృవీకరించదగిన గుర్తింపు ",
66
+ "\"Lightning Address\"": "\"లైట్నింగ్ చిరునామా\"",
67
+ "\"Lightning address for tips ": "\"చిట్కాల కోసం లైట్నింగ్ చిరునామా ",
68
+ "\"Saving...\"": "\"సేవ్ అవుతోంది...\"",
69
+ "Save & Publish": "సేవ్ చేసి ప్రచురించండి",
70
+ "\"Importing...\"": "\"దిగుమతి అవుతోంది...\"",
71
+ "\"Import from Relays\"": "\"రిలేల నుండి దిగుమతి చేయండి\"",
72
+ "\"Hide Advanced\"": "\"అధునాతన దాచు\"",
73
+ "\"Show Advanced\"": "\"అధునాతన చూపించు\"",
74
+ " You have unsaved changes": " మీరు సేవ్ చేయని మార్పులు ఉన్నాయి",
75
+
76
+ ">Display Name<": ">ప్రదర్శన పేరు<",
77
+ ">About<": ">గురించి<",
78
+
79
+ ">Accounts ": ">ఖాతాలు ",
80
+
81
+
82
+ "signal-cli status and channel configuration.": "signal-cli స్థితి మరియు ఛానెల్ కాన్ఫిగరేషన్.",
83
+ ">Base URL<": ">బేస్ URL<",
84
+
85
+
86
+ "Socket mode status and channel configuration.": "సాకెట్ మోడ్ స్థితి మరియు ఛానెల్ కాన్ఫిగరేషన్.",
87
+
88
+ "Bot status and channel configuration.": "బాట్ స్థితి మరియు ఛానెల్ కాన్ఫిగరేషన్.",
89
+
90
+ "Link WhatsApp Web and monitor connection health.": "WhatsApp Webని లింక్ చేయండి మరియు కనెక్షన్ ఆరోగ్యాన్ని పర్యవేక్షించండి."
91
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "Compacting context...": "సందర్భాన్ని కుదిస్తోంది...",
3
+ "Context compacted": "సందర్భం కుదించబడింది",
4
+ "Attachment preview": "అటాచ్‌మెంట్ ప్రివ్యూ",
5
+ "Remove attachment": "అటాచ్‌మెంట్‌ను తీసివేయండి",
6
+ "Add a message or paste more images...": "సందేశాన్ని జోడించండి లేదా మరిన్ని చిత్రాలను అతికించండి...",
7
+ "Message \\(↩ to send, Shift\\+↩ for line breaks, paste images\\)": "సందేశం (పంపడానికి ↩, లైన్ బ్రేక్‌ల కోసం Shift+↩, చిత్రాలను అతికించండి)",
8
+ "Connect to the gateway to start chatting…": "చాటింగ్ ప్రారంభించడానికి గేట్‌వేకు కనెక్ట్ చేయండి…",
9
+ "Loading chat…": "చాట్ లోడ్ అవుతోంది…",
10
+ "Exit focus mode": "ఫోకస్ మోడ్ నుండి నిష్క్రమించండి",
11
+ ">Queued ": ">క్యూలో ఉంది ",
12
+ "Image \\(": "చిత్రం (",
13
+ "Remove queued message": "క్యూ చేసిన సందేశాన్ని తీసివేయండి",
14
+ "New messages ": "కొత్త సందేశాలు ",
15
+ ">Message<": ">సందేశం<",
16
+ "\"Stop\"": "\"ఆపు\"",
17
+ "New session": "కొత్త సెషన్",
18
+ "\"Queue\"": "\"క్యూ\"",
19
+ "\"Send\"": "\"పంపండి\"",
20
+ "Showing last ": "చివరి చూపిస్తోంది ",
21
+ "\\} messages": "} సందేశాలు",
22
+ "\\} hidden": "} దాచబడింది"
23
+ }
@@ -0,0 +1,87 @@
1
+ {
2
+ ">All Settings<": ">అన్ని సెట్టింగ్‌లు<",
3
+
4
+ "\"Environment Variables\"": "\"ఎన్విరాన్‌మెంట్ వేరియబుల్‌లు\"",
5
+ "Environment variables passed to the gateway process": "గేట్‌వే ప్రాసెస్‌కు పంపబడిన ఎన్విరాన్‌మెంట్ వేరియబుల్‌లు",
6
+ "\"Updates\"": "\"నవీకరణలు \"",
7
+ "Auto-update settings and release channel": "స్వయంచాలక నవీకరణ సెట్టింగ్‌లు మరియు విడుదల ఛానెల్",
8
+ "Agent configurations, models, and identities": "ఏజెంట్ కాన్ఫిగరేషన్‌లు, మోడల్‌లు మరియు గుర్తింపులు",
9
+ "API keys and authentication profiles": "API కీలు మరియు ప్రామాణీకరణ ప్రొఫైల్‌లు",
10
+ "Messaging channels (Telegram, Discord, Slack, etc.)": "మెసేజింగ్ ఛానెల్‌లు (టెలిగ్రామ్, డిస్కార్డ్, స్లాక్ మొదలైనవి)",
11
+ "Custom slash commands": "అనుకూల స్లాష్ కమాండ్‌లు",
12
+ "Webhooks and event hooks": "వెబ్‌హుక్‌లు మరియు ఈవెంట్ హుక్‌లు",
13
+ "Skill packs and capabilities": "నైపుణ్య ప్యాక్‌లు మరియు సామర్థ్యాలు",
14
+ "Tool configurations (browser, search, etc.)": "సాధన కాన్ఫిగరేషన్‌లు (బ్రౌజర్, శోధన మొదలైనవి)",
15
+ "Gateway server settings (port, auth, binding)": "గేట్‌వే సర్వర్ సెట్టింగ్‌లు (పోర్ట్, ప్రామాణీకరణ, బైండింగ్)",
16
+ "Setup wizard state and history": "సెటప్ విజార్డ్ స్థితి మరియు చరిత్ర",
17
+ "\"Metadata\"": "\"మెటాడేటా\"",
18
+ "Gateway metadata and version information": "గేట్‌వే మెటాడేటా మరియు వెర్షన్ సమాచారం",
19
+ "Log levels and output configuration": "లాగ్ స్థాయిలు మరియు అవుట్‌పుట్ కాన్ఫిగరేషన్",
20
+ "\"Browser\"": "\"బ్రౌజర్\"",
21
+ "Browser automation settings": "బ్రౌజర్ ఆటోమేషన్ సెట్టింగ్‌లు",
22
+ "User interface preferences": "యూజర్ ఇంటర్ఫేస్ ప్రాధాన్యతలు",
23
+ "AI model configurations and providers": "AI మోడల్ కాన్ఫిగరేషన్‌లు మరియు ప్రొవైడర్‌లు",
24
+ "\"Bindings\"": "\"బైండింగ్‌లు\"",
25
+ "Key bindings and shortcuts": "కీ బైండింగ్‌లు మరియు సత్వరమార్గాలు",
26
+ "\"Broadcast\"": "\"ప్రసారం\"",
27
+ "Broadcast and notification settings": "ప్రసారం మరియు నోటిఫికేషన్ సెట్టింగ్‌లు",
28
+ "\"Audio\"": "\"ఆడియో\"",
29
+ "Audio input/output settings": "ఆడియో ఇన్‌పుట్/అవుట్‌పుట్ సెట్టింగ్‌లు",
30
+ "Session management and persistence": "సెషన్ నిర్వహణ మరియు నిలకడ",
31
+ "Scheduled tasks and automation": "షెడ్యూల్ చేసిన పనులు మరియు ఆటోమేషన్",
32
+ "Web server and API settings": "వెబ్ సర్వర్ మరియు API సెట్టింగ్‌లు",
33
+ "\"Discovery\"": "\"డిస్కవరీ\"",
34
+ "Service discovery and networking": "సేవా డిస్కవరీ మరియు నెట్‌వర్కింగ్",
35
+ "Canvas rendering and display": "Canvas రెండరింగ్ మరియు ప్రదర్శన",
36
+ "\"Talk\"": "\"చర్చ\"",
37
+ "Voice and speech settings": "వాయిస్ మరియు స్పీచ్ సెట్టింగ్‌లు",
38
+ "\"Plugins\"": "\"ప్లగిన్‌లు\"",
39
+ "Plugin management and extensions": "ప్లగిన్ నిర్వహణ మరియు పొడిగింపులు",
40
+ ">Schema unavailable.<": ">స్కీమా అందుబాటులో లేదు.<",
41
+ "Unsupported schema. Use Raw.": "మద్దతు లేని స్కీమా. రాను ఉపయోగించండి.",
42
+ "No settings match ": "సెట్టింగ్‌లు సరిపోలలేదు ",
43
+ "No settings in this section": "ఈ విభాగంలో సెట్టింగ్‌లు లేవు",
44
+
45
+
46
+ "\"Environment\"": "\"పర్యావరణం\"",
47
+ "\"Authentication\"": "\"ప్రామాణీకరణ\"",
48
+ "\"Commands\"": "\"కమాండ్‌లు\"",
49
+ "\"Hooks\"": "\"హుక్‌లు\"",
50
+ "\"Gateway\"": "\"గేట్‌వే\"",
51
+ "\"Setup Wizard\"": "\"సెటప్ విజార్డ్\"",
52
+
53
+ "\"Meta\"": "\"మెటా\"",
54
+ "\"Diagnostics\"": "\"డయాగ్నోస్టిక్స్\"",
55
+ "\"Logging\"": "\"లాగింగ్\"",
56
+ "\"Ui\"": "\"UI\"",
57
+ "\"Models\"": "\"మోడల్‌లు\"",
58
+ "\"NodeHost\"": "\"నోడ్ హోస్ట్\"",
59
+ "\"Media\"": "\"మీడియా\"",
60
+ "\"Messages\"": "\"సందేశాలు\"",
61
+ "\"Approvals\"": "\"అనుమతులు\"",
62
+ "\"Session\"": "\"సెషన్\"",
63
+ "\"Cron\"": "\"క్రాన్\"",
64
+ "\"Web\"": "\"వెబ్\"",
65
+ "\"CanvasHost\"": "\"కాన్వాస్ హోస్ట్\"",
66
+ "\"Memory\"": "\"మెమరీ\"",
67
+
68
+ ">Settings<": ">సెట్టింగ్‌లు<",
69
+ "\"unknown\"": "\"తెలియదు\"",
70
+ "\"valid\"": "\"చెల్లుబాటు అయ్యేది\"",
71
+ "\"invalid\"": "\"చెల్లనిది\"",
72
+ "\"Unsaved changes\"": "\"సేవ్ చేయని మార్పులు\"",
73
+ " unsaved change\\$": " సేవ్ చేయని మార్పు$",
74
+ "Search settings...": "సెట్టింగ్‌లను శోధించండి...",
75
+ ">No changes<": ">మార్పులు లేవు<",
76
+ "\"Reload\"": "\"రీలోడ్ చేయండి\"",
77
+ "\"Applying…\"": "\"వర్తింపజేస్తోంది…\"",
78
+ "\"Apply\"": "\"వర్తింపజేయండి\"",
79
+ "\"Updating…\"": "\"నవీకరించబడుతోంది…\"",
80
+ "\"Update\"": "\"నవీకరించండి\"",
81
+ ">View ": ">వీక్షించండి ",
82
+ "\\} pending": "} పెండింగ్‌లో ఉంది",
83
+ " change\\$": " మార్పు$",
84
+ "Loading schema…": "స్కీమా లోడ్ అవుతోంది…",
85
+ " Form view can't safely edit some fields. Use Raw to avoid losing config entries.": " ఫారమ్ వ్యూలో కొన్ని ఫీల్డ్‌లను సురక్షితంగా సవరించలేరు. కాన్ఫిగ్ ఎంట్రీలను కోల్పోకుండా ఉండటానికి రాను ఉపయోగించండి.",
86
+ ">Raw JSON5<": ">రా JSON5<"
87
+ }
@@ -0,0 +1,64 @@
1
+ {
2
+ ">Scheduler<": ">షెడ్యూలర్<",
3
+ "Gateway-owned cron scheduler status.": "గేట్‌వే-యాజమాన్యంలోని క్రాన్ షెడ్యూలర్ స్థితి.",
4
+ ">Enabled<": ">ప్రారంభించబడింది<",
5
+ "\"Refreshing…\"": "\"రిఫ్రెష్ అవుతోంది…\"",
6
+ ">New Job<": ">కొత్త జాబ్<",
7
+ "Create a scheduled wakeup or agent run.": "షెడ్యూల్ చేసిన మేల్కొలుపు లేదా ఏజెంట్ రన్‌ను సృష్టించండి.",
8
+ ">Name<": ">పేరు<",
9
+ ">Description<": ">వివరణ<",
10
+ ">Agent ID<": ">ఏజెంట్ ID<",
11
+ ">Schedule<": ">షెడ్యూల్<",
12
+ ">Every<": ">ప్రతి<",
13
+ ">At<": ">వద్ద<",
14
+ ">Cron<": ">క్రాన్<",
15
+
16
+ ">Main<": ">ప్రధాన<",
17
+ ">Isolated<": ">వేరుచేయబడింది<",
18
+
19
+ ">Session<": ">సెషన్<",
20
+ ">Wake mode<": ">మేల్కొలుపు మోడ్<",
21
+ ">Now<": ">ఇప్పుడు<",
22
+ ">Next heartbeat<": ">తదుపరి హార్ట్‌బీట్<",
23
+
24
+ ">Payload<": ">పేలోడ్<",
25
+ ">System event<": ">సిస్టమ్ ఈవెంట్<",
26
+ ">Agent turn<": ">ఏజెంట్ టర్న్<",
27
+ "\"System text\"": "\"సిస్టమ్ టెక్స్ట్\"",
28
+ "\"Agent message\"": "\"ఏజెంట్ సందేశం\"",
29
+
30
+ ">Delivery<": ">డెలివరీ<",
31
+ "Announce summary ": "సారాంశాన్ని ప్రకటించండి ",
32
+ "None \\(internal\\)": "ఏదీ లేదు (అంతర్గత)",
33
+ "Timeout \\(seconds\\)": "టైమౌట్ (సెకన్లు)",
34
+ ">Channel<": ">ఛానెల్<",
35
+ ">To<": ">కు<",
36
+ "1555… or chat id": "1555… లేదా చాట్ ID",
37
+
38
+ "\"Add job\"": "\"జాబ్‌ను జోడించండి\"",
39
+ ">Jobs<": ">జాబ్‌లు<",
40
+ "All scheduled jobs stored in the gateway.": "గేట్‌వేలో నిల్వ చేయబడిన అన్ని షెడ్యూల్ చేసిన జాబ్‌లు.",
41
+ "No jobs yet.": "ఇంకా జాబ్‌లు లేవు.",
42
+ ">Run history<": ">రన్ చరిత్ర<",
43
+ ">Latest runs for ": ">తాజా రన్‌లు ",
44
+ "Select a job to inspect run history.": "రన్ చరిత్రను తనిఖీ చేయడానికి జాబ్‌ను ఎంచుకోండి.",
45
+ "No runs yet.": "ఇంకా రన్‌లు లేవు.",
46
+ ">Run at<": ">రన్ సమయం<",
47
+ ">Unit<": ">యూనిట్<",
48
+ ">Minutes<": ">నిమిషాలు<",
49
+ ">Days<": ">రోజులు<",
50
+ ">Expression<": ">వ్యక్తీకరణ<",
51
+ "Timezone \\(optional\\)": "సమయ మండలి (ఐచ్ఛికం)",
52
+ ">Agent: ": ">ఏజెంట్: ",
53
+ "\"enabled\"": "\"ప్రారంభించబడింది\"",
54
+ "\"disabled\"": "\"నిలిపివేయబడింది\"",
55
+ "\"Enable\"": "\"ప్రారంభించు\"",
56
+ "\"Disable\"": "\"నిలిపివేయి\"",
57
+ ">System<": ">సిస్టమ్<",
58
+ ">Status<": ">స్థితి<",
59
+ ">Next<": ">తదుపరి<",
60
+ ">Last<": ">చివరి<",
61
+ ">Open run chat<": ">రన్ చాట్‌ను తెరవండి<",
62
+
63
+ "\"\\(select a job\\)\"": "\"(ఒక జాబ్‌ను ఎంచుకోండి)\""
64
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ ">Snapshots<": ">స్నాప్‌షాట్‌లు<",
3
+ "Status, health, and heartbeat data.": "స్థితి, ఆరోగ్యం మరియు హార్ట్‌బీట్ డేటా.",
4
+ " Security audit:": " భద్రతా ఆడిట్:",
5
+ "\\}. Run": "}. అమలు చేయండి",
6
+ "> for details.": "> వివరాల కోసం.",
7
+ ">Last heartbeat<": ">చివరి హార్ట్‌బీట్<",
8
+ ">Manual RPC<": ">మాన్యువల్ RPC<",
9
+ "Send a raw gateway method with JSON params.": "JSON పారామితులతో రా గేట్‌వే పద్ధతిని పంపండి.",
10
+ ">Method<": ">పద్ధతి<",
11
+ ">Params \\(JSON\\)<": ">పారామితులు (JSON)<",
12
+ ">Models<": ">మోడల్‌లు<",
13
+ ">Call<": ">కాల్<",
14
+ "Catalog from models.list.": "models.list నుండి కేటలాగ్.",
15
+ ">Event Log<": ">ఈవెంట్ లాగ్<",
16
+ "Latest gateway events.": "తాజా గేట్‌వే ఈవెంట్‌లు."
17
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ ">Connected Instances<": ">కనెక్ట్ చేయబడిన ఇన్‌స్టెన్స్‌లు<",
3
+ "\"unknown host\"": "\"తెలియని హోస్ట్\"",
4
+ "\"Loading…\"": "\"లోడ్ అవుతోంది… \"",
5
+ "\"Refresh\"": "\"రిఫ్రెష్ చేయండి\"",
6
+ ">Last input ": ">చివరి ఇన్‌పుట్ ",
7
+ ">Reason ": ">కారణం "
8
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ ">Logs<": ">లాగ్‌లు<",
3
+ "Gateway file logs \\(JSONL\\).": "గేట్‌వే ఫైల్ లాగ్‌లు (JSONL).",
4
+ "\"filtered\"": "\"ఫిల్టర్ చేయబడింది\"",
5
+ "\"visible\"": "\"కనిపిస్తుంది\"",
6
+ " Export ": " ఎగుమతి ",
7
+ "\"Search logs\"": "\"లాగ్‌లను శోధించండి\"",
8
+ ">Auto-follow<": ">స్వయంచాలకంగా అనుసరించు<",
9
+ "Log output truncated; showing latest chunk.": "లాగ్ అవుట్‌పుట్ ట్రంకేట్ చేయబడింది; తాజా భాగాన్ని చూపిస్తోంది.",
10
+ ">Last heartbeat<": ">చివరి హార్ట్‌బీట్<",
11
+ "No log entries.": "లాగ్ ఎంట్రీలు లేవు."
12
+ }
@@ -0,0 +1,91 @@
1
+ {
2
+ ">Nodes<": ">నోడ్‌లు<",
3
+ "Paired devices and live links.": "జత చేసిన పరికరాలు మరియు ప్రత్యక్ష లింక్‌లు.",
4
+ "No nodes found.": "నోడ్‌లు ఏవీ కనుగొనబడలేదు.",
5
+
6
+ ">Devices<": ">పరికరాలు<",
7
+ "Pairing requests \\+ role tokens.": "పెయిరింగ్ అభ్యర్థనలు + రోల్ టోకెన్‌లు.",
8
+ "\"Loading…\" : \"Refresh\"\\}": "\"లోడ్ అవుతోంది…\" : \"రిఫ్రెష్\"}",
9
+ ">Pending<": ">పెండింగ్‌లో ఉంది<",
10
+ ">Paired<": ">జత చేయబడింది<",
11
+ "No paired devices.": "జత చేసిన పరికరాలు లేవు.",
12
+
13
+ " · requested ": " · అభ్యర్థించబడింది ",
14
+ " Approve": " ఆమోదించండి",
15
+ " Reject": " తిరస్కరించండి",
16
+
17
+ ">Tokens: none<": ">టోకెన్‌లు: లేవు<",
18
+ " Rotate": " రొటేట్ చేయండి",
19
+ " Revoke": " రద్దు చేయండి",
20
+
21
+ ">Exec node binding<": ">Exec నోడ్ బైండింగ్<",
22
+ "Pin agents to a specific node when using <span class=\"mono\">exec host=node</span>.": "<span class=\"mono\">exec host=node</span> ఉపయోగిస్తున్నప్పుడు ఏజెంట్‌లను నిర్దిష్ట నోడ్‌కు పిన్ చేయండి.",
23
+ "Switch the Config tab to <strong>Form<\/strong> mode to edit bindings here.": "ఇక్కడ బైండింగ్‌లను సవరించడానికి కాన్ఫిగ్ ట్యాబ్‌ను <strong>ఫారమ్<\/strong> మోడ్‌కు మార్చండి.",
24
+ "Load config to edit bindings.": "బైండింగ్‌లను సవరించడానికి కాన్ఫిగ్‌ను లోడ్ చేయండి.",
25
+ "\"Load config\"": "\"కాన్ఫిగ్‌ను లోడ్ చేయండి\"",
26
+ ">Default binding<": ">డిఫాల్ట్ బైండింగ్<",
27
+ "Used when agents do not override a node binding.": "ఏజెంట్‌లు నోడ్ బైండింగ్‌ను ఓవర్‌రైడ్ చేయనప్పుడు ఉపయోగించబడుతుంది.",
28
+ ">Any node<": ">ఏదైనా నోడ్<",
29
+ "No nodes with system.run available.": "system.run అందుబాటులో ఉన్న నోడ్‌లు లేవు.",
30
+
31
+ ">Target<": ">లక్ష్యం<",
32
+ " Gateway edits local approvals; node edits the selected node.": " గేట్‌వే స్థానిక అనుమతులను సవరిస్తుంది; నోడ్ ఎంచుకున్న నోడ్‌ను సవరిస్తుంది.",
33
+
34
+ ">Host<": ">హోస్ట్<",
35
+ ">Security<": ">భద్రత<",
36
+ "\"default agent\"": "\"డిఫాల్ట్ ఏజెంట్\"",
37
+ "\"agent\"\\}": "\"ఏజెంట్\"}",
38
+ "`uses default \\(": "`డిఫాల్ట్ ఉపయోగిస్తుంది (",
39
+ "`Using default \\(": "`డిఫాల్ట్ ఉపయోగిస్తోంది (",
40
+ "`Override \\(": "`ఓవర్‌రైడ్ (",
41
+ " \"any\"\\}": " \"ఏదైనా\"}",
42
+ ": `override: ": ": `ఓవర్‌రైడ్: ",
43
+ ">Binding<": ">బైండింగ్<",
44
+ "\"paired\" : \"unpaired\"\\}": "\"జత చేయబడింది\" : \"జత చేయబడలేదు\"}",
45
+ "\"connected\" : \"offline\"\\}": "\"కనెక్ట్ చేయబడింది\" : \"ఆఫ్‌లైన్\"}",
46
+
47
+
48
+ "\"Deny\"": "\"తిరస్కరించు\"",
49
+ "\"Allowlist\"": "\"అనుమతి జాబితా\"",
50
+ "\"Off\"": "\"ఆఫ్\"",
51
+ "\"On miss\"": "\"మిస్ అయినప్పుడు\"",
52
+ "\"Always\"": "\"ఎల్లప్పుడూ\"",
53
+
54
+ ">Exec approvals<": ">Exec అనుమతులు<",
55
+ "Allowlist and approval policy for \\<span class=\"mono\">exec host=gateway/node\\</span>.": "<span class=\"mono\">exec host=gateway/node</span> కోసం అనుమతి జాబితా మరియు ఆమోద విధానం.",
56
+ "\"Load approvals\"": "\"అనుమతులను లోడ్ చేయండి\"",
57
+ "Load exec approvals to edit allowlists.":"అనుమతి జాబితాలను సవరించడానికి exec అనుమతులను లోడ్ చేయండి.",
58
+ "Gateway edits local approvals; node edits the selected node.": "గేట్‌వే స్థానిక అనుమతులను సవరిస్తుంది; నోడ్ ఎంచుకున్న నోడ్‌ను సవరిస్తుంది.",
59
+
60
+ ">Gateway<": ">గేట్‌వే<",
61
+ ">Node<": ">నోడ్<",
62
+ ">Select node<": ">నోడ్‌ను ఎంచుకోండి<",
63
+ "No nodes advertise exec approvals yet.": "ఇంకా ఏ నోడ్‌లు exec అనుమతులను ప్రకటించలేదు.",
64
+
65
+ ">Scope<": ">పరిధి<",
66
+ " Defaults": " డిఫాల్ట్‌లు",
67
+
68
+ "\"Default security mode.\"": "\"డిఫాల్ట్ భద్రతా మోడ్.\"",
69
+ "`Default: ": "`డిఫాల్ట్: ",
70
+ " Use default": " డిఫాల్ట్ ఉపయోగించండి",
71
+ "\"Default prompt policy.\"": "\"డిఫాల్ట్ ప్రాంప్ట్ విధానం.\"",
72
+ ">Ask<": ">అడగండి<",
73
+ ">Ask fallback<": ">ఫాల్‌బ్యాక్ అడగండి<",
74
+ "Applied when the UI prompt is unavailable.": "UI ప్రాంప్ట్ అందుబాటులో లేనప్పుడు వర్తించబడుతుంది.",
75
+ ">Fallback<": ">ఫాల్‌బ్యాక్<",
76
+
77
+ ">Auto-allow skill CLIs<": ">స్వయంచాలకంగా నైపుణ్య CLIలను అనుమతించు<",
78
+ "Allow skill executables listed by the Gateway.": "గేట్‌వే జాబితా చేసిన నైపుణ్య ఎగ్జిక్యూటబుల్‌లను అనుమతించండి.",
79
+ "\"on\" \\: \"off\"\\}": "\"ఆన్\" : \"ఆఫ్\"}",
80
+ ": `Override \\(": ": `ఓవర్‌రైడ్ (",
81
+
82
+
83
+ ">Allowlist<": ">అనుమతి జాబితా<",
84
+ "Case-insensitive glob patterns.": "కేస్-ఇన్‌సెన్సిటివ్ గ్లోబ్ ప్యాటర్న్‌లు.",
85
+ " Add pattern": " నమూనాను జోడించండి",
86
+ ">Pattern<": ">నమూనా<",
87
+ "No allowlist entries yet.": "ఇంకా అనుమతి జాబితా ఎంట్రీలు లేవు.",
88
+ "\"New pattern\"": "\"కొత్త నమూనా\"",
89
+ ">Last used: ": ">చివరిగా ఉపయోగించినది: ",
90
+ " Remove": " తీసివేయండి"
91
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "Gateway Access": "గేట్‌వే యాక్సెస్",
3
+ "Where the dashboard connects and how it authenticates.": "డ్యాష్‌బోర్డ్ ఎక్కడ కనెక్ట్ అవుతుంది మరియు అది ఎలా ప్రామాణీకరించబడుతుంది.",
4
+ "Gateway Token": "గేట్‌వే టోకెన్",
5
+ "Password \\(not stored\\)": "పాస్‌వర్డ్ (నిల్వ చేయబడదు)",
6
+ "Default Session Key": "డిఫాల్ట్ సెషన్ కీ",
7
+ "\"system or shared password\"": "\"సిస్టమ్ లేదా భాగస్వామ్య పాస్‌వర్డ్\"",
8
+ ">Connect<": ">కనెక్ట్ చేయండి<",
9
+ ">Refresh<": ">రిఫ్రెష్ చేయండి<",
10
+ "Click Connect to apply connection changes.": "కనెక్షన్ మార్పులను వర్తింపజేయడానికి కనెక్ట్ క్లిక్ చేయండి.",
11
+ ">Snapshot<": ">స్నాప్‌షాట్<",
12
+ "Latest gateway handshake information.": "తాజా గేట్‌వే హ్యాండ్‌షేక్ సమాచారం.",
13
+ "\"Connected\"": "\"కనెక్ట్ చేయబడింది\"",
14
+ "\"Disconnected\"": "\"డిస్‌కనెక్ట్ చేయబడింది\"",
15
+ ">Uptime<": ">అప్‌టైమ్<",
16
+ ">Tick Interval<": ">టిక్ విరామం<",
17
+ ">Last Channels Refresh<": ">చివరి ఛానెల్‌ల రిఫ్రెష్<",
18
+ "Use Channels to link WhatsApp, Telegram, Discord, Signal, or iMessage.": "WhatsApp, Telegram, Discord, Signal లేదా iMessage లింక్ చేయడానికి ఛానెల్‌లను ఉపయోగించండి.",
19
+ ">Instances<": ">ఇన్‌స్టెన్స్‌లు<",
20
+ "Presence beacons in the last 5 minutes.": "గత 5 నిమిషాల్లో ప్రెజెన్స్ బీకాన్‌లు.",
21
+ ">Sessions<": ">సెషన్‌లు<",
22
+ "Recent session keys tracked by the gateway.": "గేట్‌వే ద్వారా ట్రాక్ చేయబడిన ఇటీవలి సెషన్ కీలు.",
23
+ "\"Enabled\"": "\"ప్రారంభించబడింది\"",
24
+ "\"Disabled\"": "\"నిలిపివేయబడింది\"",
25
+ "Next wake": "తదుపరి మేల్కొలుపు",
26
+ ">Notes<": ">గమనికలు<",
27
+ "Quick reminders for remote control setups.": "రిమోట్ కంట్రోల్ సెటప్‌ల కోసం శీఘ్ర రిమైండర్‌లు.",
28
+ "Prefer serve mode to keep the gateway on loopback with tailnet auth.": "టెయిల్‌నెట్ ప్రామాణీకరణతో గేట్‌వేని లూప్‌బ్యాక్‌లో ఉంచడానికి సర్వ్ మోడ్‌ను ఇష్టపడండి.",
29
+ "Session hygiene": "సెషన్ పరిశుభ్రత",
30
+ "Use /new or sessions.patch to reset context.": "సందర్భాన్ని రీసెట్ చేయడానికి /new లేదా sessions.patch ఉపయోగించండి.",
31
+ "Cron reminders": "క్రాన్ రిమైండర్‌లు",
32
+ "Use isolated sessions for recurring runs.": "పునరావృత రన్‌ల కోసం వేరుచేయబడిన సెషన్‌లను ఉపయోగించండి."
33
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "Active session keys and per-session overrides.": "యాక్టివ్ సెషన్ కీలు మరియు ప్రతి-సెషన్ ఓవర్‌రైడ్‌లు.",
3
+ "Active within \\(minutes\\)": "లోపల యాక్టివ్ (నిమిషాలు)",
4
+ ">Include global<": ">గ్లోబల్ చేర్చండి<",
5
+ ">Include unknown<": ">తెలియని వాటిని చేర్చండి<",
6
+ "No sessions found.": "సెషన్‌లు ఏవీ కనుగొనబడలేదు.",
7
+ "\"\\(optional\\)\"": "\"(ఐచ్ఛికం)\"",
8
+ "\\((multiple)\\)": "(బహుళ)",
9
+ " Delete": " తొలగించండి",
10
+ ">Limit<": ">పరిమితి<",
11
+ "`Store: ": "`స్టోర్: ",
12
+ ">Key<": ">కీ<",
13
+ ">Label<": ">లేబుల్<",
14
+ ">Kind<": ">రకం<",
15
+ ">Updated<": ">నవీకరించబడింది<",
16
+ ">Tokens<": ">టోకెన్‌లు<",
17
+ ">Thinking<": ">ఆలోచిస్తోంది<",
18
+ ">Verbose<": ">వెర్బోస్<",
19
+ ">Reasoning<": ">రీజనింగ్<",
20
+ ">Actions<": ">చర్యలు<"
21
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ ">Skills<": ">నైపుణ్యాలు<",
3
+ "Bundled, managed, and workspace skills.": "బండిల్ చేయబడిన, నిర్వహించబడిన మరియు వర్క్‌స్పేస్ నైపుణ్యాలు.",
4
+ "\"Search skills\"": "\"నైపుణ్యాలను శోధించండి\"",
5
+ "No skills found.": "నైపుణ్యాలు ఏవీ కనుగొనబడలేదు.",
6
+ "\\} shown": "} చూపబడింది",
7
+ "\"Installing…\"": "\"ఇన్‌స్టాల్ అవుతోంది…\"",
8
+ ">API key<": ">API కీ<",
9
+ " Save key": " కీని సేవ్ చేయండి",
10
+
11
+ "\"Workspace Skills\"": "\"వర్క్‌స్పేస్ నైపుణ్యాలు\"",
12
+ "\"Built-in Skills\"": "\"అంతర్నిర్మిత నైపుణ్యాలు\"",
13
+ "\"Installed Skills\"": "\"ఇన్‌స్టాల్ చేసిన నైపుణ్యాలు\"",
14
+ "\"Extra Skills\"": "\"అదనపు నైపుణ్యాలు\"",
15
+ "\"Other Skills\"": "\"ఇతర నైపుణ్యాలు\"",
16
+
17
+
18
+ "\"blocked by allowlist\"": "\"అనుమతి జాబితా ద్వారా నిరోధించబడింది\"",
19
+
20
+ "\"eligible\"": "\"అర్హత\"",
21
+ "\"blocked\"": "\"నిరోధించబడింది\"",
22
+
23
+ ">disabled<": ">నిలిపివేయబడింది<",
24
+ ">Missing: ": ">లేదు: ",
25
+ ">Reason:": ">కారణం:"
26
+ }