clawui 0.1.0 → 0.1.2

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 (619) hide show
  1. package/README.md +20 -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/eo/extensions/feishu.json +37 -0
  49. package/locales/eo/ui/app.json +107 -0
  50. package/locales/eo/ui/views/agents.json +140 -0
  51. package/locales/eo/ui/views/channels.json +91 -0
  52. package/locales/eo/ui/views/chat.json +23 -0
  53. package/locales/eo/ui/views/config.json +87 -0
  54. package/locales/eo/ui/views/cron.json +64 -0
  55. package/locales/eo/ui/views/debug.json +17 -0
  56. package/locales/eo/ui/views/instances.json +8 -0
  57. package/locales/eo/ui/views/logs.json +12 -0
  58. package/locales/eo/ui/views/nodes.json +91 -0
  59. package/locales/eo/ui/views/overview.json +33 -0
  60. package/locales/eo/ui/views/sessions.json +21 -0
  61. package/locales/eo/ui/views/skills.json +26 -0
  62. package/locales/eo/ui/views/usage.json +242 -0
  63. package/locales/es/extensions/feishu.json +12 -12
  64. package/locales/es/ui/app.json +91 -0
  65. package/locales/es/ui/views/agents.json +79 -19
  66. package/locales/es/ui/views/channels.json +62 -2
  67. package/locales/es/ui/views/chat.json +2 -2
  68. package/locales/es/ui/views/config.json +49 -20
  69. package/locales/es/ui/views/cron.json +10 -16
  70. package/locales/es/ui/views/debug.json +1 -1
  71. package/locales/es/ui/views/instances.json +1 -2
  72. package/locales/es/ui/views/nodes.json +45 -15
  73. package/locales/es/ui/views/overview.json +5 -7
  74. package/locales/es/ui/views/sessions.json +3 -2
  75. package/locales/es/ui/views/skills.json +13 -2
  76. package/locales/es/ui/views/usage.json +152 -33
  77. package/locales/fi/extensions/feishu.json +18 -17
  78. package/locales/fi/ui/app.json +107 -0
  79. package/locales/fi/ui/views/agents.json +104 -19
  80. package/locales/fi/ui/views/channels.json +81 -1
  81. package/locales/fi/ui/views/chat.json +8 -8
  82. package/locales/fi/ui/views/config.json +55 -21
  83. package/locales/fi/ui/views/cron.json +14 -14
  84. package/locales/fi/ui/views/debug.json +9 -9
  85. package/locales/fi/ui/views/instances.json +1 -2
  86. package/locales/fi/ui/views/logs.json +1 -1
  87. package/locales/fi/ui/views/nodes.json +62 -17
  88. package/locales/fi/ui/views/overview.json +13 -15
  89. package/locales/fi/ui/views/sessions.json +5 -4
  90. package/locales/fi/ui/views/skills.json +19 -3
  91. package/locales/fi/ui/views/usage.json +186 -29
  92. package/locales/fr/extensions/feishu.json +19 -19
  93. package/locales/fr/ui/app.json +107 -0
  94. package/locales/fr/ui/views/agents.json +102 -18
  95. package/locales/fr/ui/views/channels.json +83 -3
  96. package/locales/fr/ui/views/chat.json +4 -4
  97. package/locales/fr/ui/views/config.json +49 -15
  98. package/locales/fr/ui/views/cron.json +13 -13
  99. package/locales/fr/ui/views/debug.json +2 -2
  100. package/locales/fr/ui/views/instances.json +1 -2
  101. package/locales/fr/ui/views/logs.json +2 -2
  102. package/locales/fr/ui/views/nodes.json +59 -14
  103. package/locales/fr/ui/views/overview.json +4 -6
  104. package/locales/fr/ui/views/sessions.json +5 -4
  105. package/locales/fr/ui/views/skills.json +19 -3
  106. package/locales/fr/ui/views/usage.json +196 -39
  107. package/locales/hi/extensions/feishu.json +37 -0
  108. package/locales/hi/ui/app.json +107 -0
  109. package/locales/hi/ui/views/agents.json +139 -0
  110. package/locales/hi/ui/views/channels.json +91 -0
  111. package/locales/hi/ui/views/chat.json +23 -0
  112. package/locales/hi/ui/views/config.json +87 -0
  113. package/locales/hi/ui/views/cron.json +64 -0
  114. package/locales/hi/ui/views/debug.json +17 -0
  115. package/locales/hi/ui/views/instances.json +8 -0
  116. package/locales/hi/ui/views/logs.json +12 -0
  117. package/locales/hi/ui/views/nodes.json +91 -0
  118. package/locales/hi/ui/views/overview.json +33 -0
  119. package/locales/hi/ui/views/sessions.json +21 -0
  120. package/locales/hi/ui/views/skills.json +26 -0
  121. package/locales/hi/ui/views/usage.json +242 -0
  122. package/locales/it/extensions/feishu.json +10 -10
  123. package/locales/it/ui/app.json +107 -0
  124. package/locales/it/ui/views/agents.json +100 -14
  125. package/locales/it/ui/views/channels.json +83 -3
  126. package/locales/it/ui/views/chat.json +3 -3
  127. package/locales/it/ui/views/config.json +47 -13
  128. package/locales/it/ui/views/cron.json +10 -11
  129. package/locales/it/ui/views/debug.json +2 -2
  130. package/locales/it/ui/views/instances.json +1 -2
  131. package/locales/it/ui/views/logs.json +2 -2
  132. package/locales/it/ui/views/nodes.json +54 -9
  133. package/locales/it/ui/views/overview.json +4 -6
  134. package/locales/it/ui/views/sessions.json +4 -3
  135. package/locales/it/ui/views/skills.json +19 -3
  136. package/locales/it/ui/views/usage.json +185 -28
  137. package/locales/ja/extensions/feishu.json +26 -26
  138. package/locales/ja/ui/app.json +108 -0
  139. package/locales/ja/ui/views/agents.json +100 -15
  140. package/locales/ja/ui/views/channels.json +81 -1
  141. package/locales/ja/ui/views/chat.json +8 -8
  142. package/locales/ja/ui/views/config.json +45 -11
  143. package/locales/ja/ui/views/cron.json +9 -9
  144. package/locales/ja/ui/views/debug.json +2 -2
  145. package/locales/ja/ui/views/instances.json +0 -1
  146. package/locales/ja/ui/views/logs.json +2 -2
  147. package/locales/ja/ui/views/nodes.json +59 -14
  148. package/locales/ja/ui/views/overview.json +9 -11
  149. package/locales/ja/ui/views/sessions.json +5 -4
  150. package/locales/ja/ui/views/skills.json +19 -3
  151. package/locales/ja/ui/views/usage.json +187 -30
  152. package/locales/ko/extensions/feishu.json +20 -20
  153. package/locales/ko/ui/app.json +107 -0
  154. package/locales/ko/ui/views/agents.json +103 -18
  155. package/locales/ko/ui/views/channels.json +82 -2
  156. package/locales/ko/ui/views/chat.json +5 -5
  157. package/locales/ko/ui/views/config.json +49 -15
  158. package/locales/ko/ui/views/cron.json +5 -5
  159. package/locales/ko/ui/views/debug.json +1 -1
  160. package/locales/ko/ui/views/instances.json +1 -2
  161. package/locales/ko/ui/views/nodes.json +53 -8
  162. package/locales/ko/ui/views/overview.json +5 -7
  163. package/locales/ko/ui/views/sessions.json +3 -2
  164. package/locales/ko/ui/views/skills.json +19 -3
  165. package/locales/ko/ui/views/usage.json +182 -25
  166. package/locales/pa/extensions/feishu.json +37 -0
  167. package/locales/pa/ui/app.json +107 -0
  168. package/locales/pa/ui/views/agents.json +140 -0
  169. package/locales/pa/ui/views/channels.json +91 -0
  170. package/locales/pa/ui/views/chat.json +23 -0
  171. package/locales/pa/ui/views/config.json +87 -0
  172. package/locales/pa/ui/views/cron.json +64 -0
  173. package/locales/pa/ui/views/debug.json +17 -0
  174. package/locales/pa/ui/views/instances.json +8 -0
  175. package/locales/pa/ui/views/logs.json +12 -0
  176. package/locales/pa/ui/views/nodes.json +91 -0
  177. package/locales/pa/ui/views/overview.json +33 -0
  178. package/locales/pa/ui/views/sessions.json +21 -0
  179. package/locales/pa/ui/views/skills.json +26 -0
  180. package/locales/pa/ui/views/usage.json +242 -0
  181. package/locales/pt/extensions/feishu.json +20 -20
  182. package/locales/pt/ui/app.json +107 -0
  183. package/locales/pt/ui/views/agents.json +96 -11
  184. package/locales/pt/ui/views/channels.json +82 -2
  185. package/locales/pt/ui/views/chat.json +3 -3
  186. package/locales/pt/ui/views/config.json +48 -14
  187. package/locales/pt/ui/views/cron.json +12 -12
  188. package/locales/pt/ui/views/debug.json +4 -4
  189. package/locales/pt/ui/views/instances.json +0 -1
  190. package/locales/pt/ui/views/logs.json +1 -1
  191. package/locales/pt/ui/views/nodes.json +59 -14
  192. package/locales/pt/ui/views/overview.json +6 -8
  193. package/locales/pt/ui/views/sessions.json +4 -3
  194. package/locales/pt/ui/views/skills.json +18 -2
  195. package/locales/pt/ui/views/usage.json +188 -31
  196. package/locales/pt-BR/extensions/feishu.json +37 -0
  197. package/locales/pt-BR/ui/app.json +107 -0
  198. package/locales/pt-BR/ui/views/agents.json +139 -0
  199. package/locales/pt-BR/ui/views/channels.json +91 -0
  200. package/locales/pt-BR/ui/views/chat.json +23 -0
  201. package/locales/{pt/ui/views/config-form.render.json → pt-BR/ui/views/config.json} +55 -11
  202. package/locales/pt-BR/ui/views/cron.json +64 -0
  203. package/locales/pt-BR/ui/views/debug.json +17 -0
  204. package/locales/pt-BR/ui/views/instances.json +8 -0
  205. package/locales/pt-BR/ui/views/logs.json +12 -0
  206. package/locales/pt-BR/ui/views/nodes.json +91 -0
  207. package/locales/pt-BR/ui/views/overview.json +33 -0
  208. package/locales/pt-BR/ui/views/sessions.json +21 -0
  209. package/locales/pt-BR/ui/views/skills.json +26 -0
  210. package/locales/pt-BR/ui/views/usage.json +242 -0
  211. package/locales/ru/extensions/feishu.json +37 -0
  212. package/locales/ru/ui/app.json +107 -0
  213. package/locales/ru/ui/views/agents.json +140 -0
  214. package/locales/ru/ui/views/channels.json +91 -0
  215. package/locales/ru/ui/views/chat.json +23 -0
  216. package/locales/ru/ui/views/config.json +87 -0
  217. package/locales/ru/ui/views/cron.json +64 -0
  218. package/locales/ru/ui/views/debug.json +17 -0
  219. package/locales/ru/ui/views/instances.json +12 -0
  220. package/locales/ru/ui/views/logs.json +91 -0
  221. package/locales/ru/ui/views/nodes.json +91 -0
  222. package/locales/ru/ui/views/overview.json +33 -0
  223. package/locales/ru/ui/views/sessions.json +21 -0
  224. package/locales/ru/ui/views/skills.json +26 -0
  225. package/locales/ru/ui/views/usage.json +242 -0
  226. package/locales/te/extensions/feishu.json +37 -0
  227. package/locales/te/ui/app.json +107 -0
  228. package/locales/te/ui/views/agents.json +139 -0
  229. package/locales/te/ui/views/channels.json +91 -0
  230. package/locales/te/ui/views/chat.json +23 -0
  231. package/locales/te/ui/views/config.json +87 -0
  232. package/locales/te/ui/views/cron.json +64 -0
  233. package/locales/te/ui/views/debug.json +17 -0
  234. package/locales/te/ui/views/instances.json +8 -0
  235. package/locales/te/ui/views/logs.json +12 -0
  236. package/locales/te/ui/views/nodes.json +91 -0
  237. package/locales/te/ui/views/overview.json +33 -0
  238. package/locales/te/ui/views/sessions.json +21 -0
  239. package/locales/te/ui/views/skills.json +26 -0
  240. package/locales/te/ui/views/usage.json +242 -0
  241. package/locales/vi/extensions/feishu.json +11 -11
  242. package/locales/vi/ui/app.json +107 -0
  243. package/locales/vi/ui/views/agents.json +106 -21
  244. package/locales/vi/ui/views/channels.json +81 -1
  245. package/locales/vi/ui/views/chat.json +4 -4
  246. package/locales/vi/ui/views/config.json +47 -13
  247. package/locales/vi/ui/views/cron.json +12 -12
  248. package/locales/vi/ui/views/debug.json +6 -6
  249. package/locales/vi/ui/views/instances.json +2 -3
  250. package/locales/vi/ui/views/logs.json +3 -3
  251. package/locales/vi/ui/views/nodes.json +56 -11
  252. package/locales/vi/ui/views/overview.json +9 -11
  253. package/locales/vi/ui/views/sessions.json +4 -3
  254. package/locales/vi/ui/views/skills.json +17 -1
  255. package/locales/vi/ui/views/usage.json +199 -42
  256. package/locales/zh-CN/ui/app.json +107 -0
  257. package/locales/zh-CN/ui/views/agents.json +140 -0
  258. package/locales/zh-CN/ui/views/channels.json +91 -0
  259. package/locales/{zh/ui/views/config-form.render.json → zh-CN/ui/views/config.json} +46 -2
  260. package/locales/{zh → zh-CN}/ui/views/cron.json +1 -1
  261. package/locales/{zh → zh-CN}/ui/views/debug.json +1 -1
  262. package/locales/{zh → zh-CN}/ui/views/instances.json +1 -2
  263. package/locales/{zh → zh-CN}/ui/views/logs.json +1 -1
  264. package/locales/{zh → zh-CN}/ui/views/nodes.json +46 -1
  265. package/locales/{zh → zh-CN}/ui/views/overview.json +15 -17
  266. package/locales/{zh → zh-CN}/ui/views/sessions.json +1 -0
  267. package/locales/zh-CN/ui/views/skills.json +26 -0
  268. package/locales/zh-CN/ui/views/usage.json +242 -0
  269. package/locales/zh-TW/extensions/feishu.json +37 -0
  270. package/locales/zh-TW/ui/app.json +107 -0
  271. package/locales/zh-TW/ui/views/agents.json +140 -0
  272. package/locales/zh-TW/ui/views/channels.json +91 -0
  273. package/locales/zh-TW/ui/views/chat.json +23 -0
  274. package/locales/zh-TW/ui/views/config.json +87 -0
  275. package/locales/zh-TW/ui/views/cron.json +64 -0
  276. package/locales/zh-TW/ui/views/debug.json +17 -0
  277. package/locales/zh-TW/ui/views/instances.json +8 -0
  278. package/locales/zh-TW/ui/views/logs.json +12 -0
  279. package/locales/zh-TW/ui/views/nodes.json +91 -0
  280. package/locales/zh-TW/ui/views/overview.json +33 -0
  281. package/locales/zh-TW/ui/views/sessions.json +21 -0
  282. package/locales/zh-TW/ui/views/skills.json +26 -0
  283. package/locales/zh-TW/ui/views/usage.json +242 -0
  284. package/package.json +1 -1
  285. package/locales/bn/src/config/schema.field-metadata.json +0 -4
  286. package/locales/bn/src/config/schema.irc.json +0 -4
  287. package/locales/bn/src/infra/format-time/app-gateway.json +0 -12
  288. package/locales/bn/ui/app-channels.json +0 -10
  289. package/locales/bn/ui/app-gateway.json +0 -4
  290. package/locales/bn/ui/app-render.helpers.json +0 -12
  291. package/locales/bn/ui/app-render.json +0 -16
  292. package/locales/bn/ui/gateway.json +0 -8
  293. package/locales/bn/ui/navigation.json +0 -31
  294. package/locales/bn/ui/views/agents-panels-status-files.json +0 -7
  295. package/locales/bn/ui/views/agents-panels-tools-skills.json +0 -31
  296. package/locales/bn/ui/views/agents-utils.json +0 -49
  297. package/locales/bn/ui/views/channels.config.json +0 -31
  298. package/locales/bn/ui/views/channels.discord.json +0 -3
  299. package/locales/bn/ui/views/channels.googlechat.json +0 -3
  300. package/locales/bn/ui/views/channels.imessage.json +0 -3
  301. package/locales/bn/ui/views/channels.nostr-profile-form.json +0 -29
  302. package/locales/bn/ui/views/channels.nostr.json +0 -5
  303. package/locales/bn/ui/views/channels.shared.json +0 -3
  304. package/locales/bn/ui/views/channels.signal.json +0 -4
  305. package/locales/bn/ui/views/channels.slack.json +0 -3
  306. package/locales/bn/ui/views/channels.telegram.json +0 -3
  307. package/locales/bn/ui/views/channels.whatsapp.json +0 -3
  308. package/locales/bn/ui/views/config-form.render.json +0 -43
  309. package/locales/bn/ui/views/nodes-exec-approvals.json +0 -45
  310. package/locales/bn/ui/views/skills-grouping.json +0 -7
  311. package/locales/bn/ui/views/skills-shared.json +0 -10
  312. package/locales/bn/ui/views/usage-metrics.json +0 -18
  313. package/locales/bn/ui/views/usage-query.json +0 -34
  314. package/locales/bn/ui/views/usage-render-details.json +0 -62
  315. package/locales/de/src/config/schema.field-metadata.json +0 -4
  316. package/locales/de/src/config/schema.irc.json +0 -4
  317. package/locales/de/src/infra/format-time/app-gateway.json +0 -12
  318. package/locales/de/ui/app-channels.json +0 -10
  319. package/locales/de/ui/app-gateway.json +0 -4
  320. package/locales/de/ui/app-render.helpers.json +0 -12
  321. package/locales/de/ui/app-render.json +0 -16
  322. package/locales/de/ui/gateway.json +0 -8
  323. package/locales/de/ui/navigation.json +0 -31
  324. package/locales/de/ui/views/agents-panels-status-files.json +0 -7
  325. package/locales/de/ui/views/agents-panels-tools-skills.json +0 -31
  326. package/locales/de/ui/views/agents-utils.json +0 -49
  327. package/locales/de/ui/views/channels.config.json +0 -31
  328. package/locales/de/ui/views/channels.discord.json +0 -3
  329. package/locales/de/ui/views/channels.googlechat.json +0 -3
  330. package/locales/de/ui/views/channels.imessage.json +0 -3
  331. package/locales/de/ui/views/channels.nostr-profile-form.json +0 -29
  332. package/locales/de/ui/views/channels.nostr.json +0 -5
  333. package/locales/de/ui/views/channels.shared.json +0 -3
  334. package/locales/de/ui/views/channels.signal.json +0 -4
  335. package/locales/de/ui/views/channels.slack.json +0 -3
  336. package/locales/de/ui/views/channels.telegram.json +0 -3
  337. package/locales/de/ui/views/channels.whatsapp.json +0 -3
  338. package/locales/de/ui/views/config-form.render.json +0 -43
  339. package/locales/de/ui/views/nodes-exec-approvals.json +0 -45
  340. package/locales/de/ui/views/skills-grouping.json +0 -7
  341. package/locales/de/ui/views/skills-shared.json +0 -10
  342. package/locales/de/ui/views/usage-metrics.json +0 -18
  343. package/locales/de/ui/views/usage-query.json +0 -34
  344. package/locales/de/ui/views/usage-render-details.json +0 -62
  345. package/locales/es/src/config/schema.field-metadata.json +0 -4
  346. package/locales/es/src/config/schema.irc.json +0 -4
  347. package/locales/es/src/infra/format-time/app-gateway.json +0 -12
  348. package/locales/es/ui/app-channels.json +0 -10
  349. package/locales/es/ui/app-gateway.json +0 -4
  350. package/locales/es/ui/app-render.helpers.json +0 -12
  351. package/locales/es/ui/app-render.json +0 -16
  352. package/locales/es/ui/gateway.json +0 -8
  353. package/locales/es/ui/navigation.json +0 -31
  354. package/locales/es/ui/views/agents-panels-status-files.json +0 -7
  355. package/locales/es/ui/views/agents-panels-tools-skills.json +0 -31
  356. package/locales/es/ui/views/agents-utils.json +0 -49
  357. package/locales/es/ui/views/channels.config.json +0 -31
  358. package/locales/es/ui/views/channels.discord.json +0 -3
  359. package/locales/es/ui/views/channels.googlechat.json +0 -3
  360. package/locales/es/ui/views/channels.imessage.json +0 -3
  361. package/locales/es/ui/views/channels.nostr-profile-form.json +0 -29
  362. package/locales/es/ui/views/channels.nostr.json +0 -5
  363. package/locales/es/ui/views/channels.shared.json +0 -3
  364. package/locales/es/ui/views/channels.signal.json +0 -4
  365. package/locales/es/ui/views/channels.slack.json +0 -3
  366. package/locales/es/ui/views/channels.telegram.json +0 -3
  367. package/locales/es/ui/views/channels.whatsapp.json +0 -3
  368. package/locales/es/ui/views/config-form.render.json +0 -43
  369. package/locales/es/ui/views/nodes-exec-approvals.json +0 -45
  370. package/locales/es/ui/views/skills-grouping.json +0 -7
  371. package/locales/es/ui/views/skills-shared.json +0 -10
  372. package/locales/es/ui/views/usage-metrics.json +0 -18
  373. package/locales/es/ui/views/usage-query.json +0 -34
  374. package/locales/es/ui/views/usage-render-details.json +0 -62
  375. package/locales/fi/src/config/schema.field-metadata.json +0 -4
  376. package/locales/fi/src/config/schema.irc.json +0 -4
  377. package/locales/fi/src/infra/format-time/app-gateway.json +0 -12
  378. package/locales/fi/ui/app-channels.json +0 -10
  379. package/locales/fi/ui/app-gateway.json +0 -4
  380. package/locales/fi/ui/app-render.helpers.json +0 -12
  381. package/locales/fi/ui/app-render.json +0 -16
  382. package/locales/fi/ui/gateway.json +0 -8
  383. package/locales/fi/ui/navigation.json +0 -31
  384. package/locales/fi/ui/views/agents-panels-status-files.json +0 -7
  385. package/locales/fi/ui/views/agents-panels-tools-skills.json +0 -31
  386. package/locales/fi/ui/views/agents-utils.json +0 -49
  387. package/locales/fi/ui/views/channels.config.json +0 -31
  388. package/locales/fi/ui/views/channels.discord.json +0 -3
  389. package/locales/fi/ui/views/channels.googlechat.json +0 -3
  390. package/locales/fi/ui/views/channels.imessage.json +0 -3
  391. package/locales/fi/ui/views/channels.nostr-profile-form.json +0 -29
  392. package/locales/fi/ui/views/channels.nostr.json +0 -5
  393. package/locales/fi/ui/views/channels.shared.json +0 -3
  394. package/locales/fi/ui/views/channels.signal.json +0 -4
  395. package/locales/fi/ui/views/channels.slack.json +0 -3
  396. package/locales/fi/ui/views/channels.telegram.json +0 -3
  397. package/locales/fi/ui/views/channels.whatsapp.json +0 -3
  398. package/locales/fi/ui/views/config-form.render.json +0 -43
  399. package/locales/fi/ui/views/nodes-exec-approvals.json +0 -45
  400. package/locales/fi/ui/views/skills-grouping.json +0 -7
  401. package/locales/fi/ui/views/skills-shared.json +0 -10
  402. package/locales/fi/ui/views/usage-metrics.json +0 -18
  403. package/locales/fi/ui/views/usage-query.json +0 -35
  404. package/locales/fi/ui/views/usage-render-details.json +0 -62
  405. package/locales/fr/src/config/schema.field-metadata.json +0 -4
  406. package/locales/fr/src/config/schema.irc.json +0 -4
  407. package/locales/fr/src/infra/format-time/app-gateway.json +0 -12
  408. package/locales/fr/ui/app-channels.json +0 -10
  409. package/locales/fr/ui/app-gateway.json +0 -4
  410. package/locales/fr/ui/app-render.helpers.json +0 -12
  411. package/locales/fr/ui/app-render.json +0 -16
  412. package/locales/fr/ui/gateway.json +0 -8
  413. package/locales/fr/ui/navigation.json +0 -31
  414. package/locales/fr/ui/views/agents-panels-status-files.json +0 -7
  415. package/locales/fr/ui/views/agents-panels-tools-skills.json +0 -31
  416. package/locales/fr/ui/views/agents-utils.json +0 -49
  417. package/locales/fr/ui/views/channels.config.json +0 -31
  418. package/locales/fr/ui/views/channels.discord.json +0 -3
  419. package/locales/fr/ui/views/channels.googlechat.json +0 -3
  420. package/locales/fr/ui/views/channels.imessage.json +0 -3
  421. package/locales/fr/ui/views/channels.nostr-profile-form.json +0 -29
  422. package/locales/fr/ui/views/channels.nostr.json +0 -5
  423. package/locales/fr/ui/views/channels.shared.json +0 -3
  424. package/locales/fr/ui/views/channels.signal.json +0 -4
  425. package/locales/fr/ui/views/channels.slack.json +0 -3
  426. package/locales/fr/ui/views/channels.telegram.json +0 -3
  427. package/locales/fr/ui/views/channels.whatsapp.json +0 -3
  428. package/locales/fr/ui/views/config-form.render.json +0 -43
  429. package/locales/fr/ui/views/nodes-exec-approvals.json +0 -45
  430. package/locales/fr/ui/views/skills-grouping.json +0 -7
  431. package/locales/fr/ui/views/skills-shared.json +0 -10
  432. package/locales/fr/ui/views/usage-metrics.json +0 -18
  433. package/locales/fr/ui/views/usage-query.json +0 -34
  434. package/locales/fr/ui/views/usage-render-details.json +0 -62
  435. package/locales/it/src/config/schema.field-metadata.json +0 -4
  436. package/locales/it/src/config/schema.irc.json +0 -4
  437. package/locales/it/src/infra/format-time/app-gateway.json +0 -12
  438. package/locales/it/ui/app-channels.json +0 -10
  439. package/locales/it/ui/app-gateway.json +0 -4
  440. package/locales/it/ui/app-render.helpers.json +0 -12
  441. package/locales/it/ui/app-render.json +0 -16
  442. package/locales/it/ui/gateway.json +0 -8
  443. package/locales/it/ui/navigation.json +0 -31
  444. package/locales/it/ui/views/agents-panels-status-files.json +0 -7
  445. package/locales/it/ui/views/agents-panels-tools-skills.json +0 -31
  446. package/locales/it/ui/views/agents-utils.json +0 -49
  447. package/locales/it/ui/views/channels.config.json +0 -31
  448. package/locales/it/ui/views/channels.discord.json +0 -3
  449. package/locales/it/ui/views/channels.googlechat.json +0 -3
  450. package/locales/it/ui/views/channels.imessage.json +0 -3
  451. package/locales/it/ui/views/channels.nostr-profile-form.json +0 -29
  452. package/locales/it/ui/views/channels.nostr.json +0 -5
  453. package/locales/it/ui/views/channels.shared.json +0 -3
  454. package/locales/it/ui/views/channels.signal.json +0 -4
  455. package/locales/it/ui/views/channels.slack.json +0 -3
  456. package/locales/it/ui/views/channels.telegram.json +0 -3
  457. package/locales/it/ui/views/channels.whatsapp.json +0 -3
  458. package/locales/it/ui/views/config-form.render.json +0 -43
  459. package/locales/it/ui/views/nodes-exec-approvals.json +0 -45
  460. package/locales/it/ui/views/skills-grouping.json +0 -7
  461. package/locales/it/ui/views/skills-shared.json +0 -10
  462. package/locales/it/ui/views/usage-metrics.json +0 -18
  463. package/locales/it/ui/views/usage-query.json +0 -35
  464. package/locales/it/ui/views/usage-render-details.json +0 -62
  465. package/locales/ja/src/config/schema.field-metadata.json +0 -4
  466. package/locales/ja/src/config/schema.irc.json +0 -4
  467. package/locales/ja/src/infra/format-time/app-gateway.json +0 -12
  468. package/locales/ja/ui/app-channels.json +0 -10
  469. package/locales/ja/ui/app-gateway.json +0 -4
  470. package/locales/ja/ui/app-render.helpers.json +0 -12
  471. package/locales/ja/ui/app-render.json +0 -16
  472. package/locales/ja/ui/gateway.json +0 -8
  473. package/locales/ja/ui/navigation.json +0 -31
  474. package/locales/ja/ui/views/agents-panels-status-files.json +0 -7
  475. package/locales/ja/ui/views/agents-panels-tools-skills.json +0 -31
  476. package/locales/ja/ui/views/agents-utils.json +0 -49
  477. package/locales/ja/ui/views/channels.config.json +0 -31
  478. package/locales/ja/ui/views/channels.discord.json +0 -3
  479. package/locales/ja/ui/views/channels.googlechat.json +0 -3
  480. package/locales/ja/ui/views/channels.imessage.json +0 -3
  481. package/locales/ja/ui/views/channels.nostr-profile-form.json +0 -29
  482. package/locales/ja/ui/views/channels.nostr.json +0 -5
  483. package/locales/ja/ui/views/channels.shared.json +0 -3
  484. package/locales/ja/ui/views/channels.signal.json +0 -4
  485. package/locales/ja/ui/views/channels.slack.json +0 -3
  486. package/locales/ja/ui/views/channels.telegram.json +0 -3
  487. package/locales/ja/ui/views/channels.whatsapp.json +0 -3
  488. package/locales/ja/ui/views/config-form.render.json +0 -43
  489. package/locales/ja/ui/views/nodes-exec-approvals.json +0 -45
  490. package/locales/ja/ui/views/skills-grouping.json +0 -7
  491. package/locales/ja/ui/views/skills-shared.json +0 -10
  492. package/locales/ja/ui/views/usage-metrics.json +0 -18
  493. package/locales/ja/ui/views/usage-query.json +0 -34
  494. package/locales/ja/ui/views/usage-render-details.json +0 -62
  495. package/locales/ko/src/config/schema.field-metadata.json +0 -4
  496. package/locales/ko/src/config/schema.irc.json +0 -4
  497. package/locales/ko/src/infra/format-time/app-gateway.json +0 -12
  498. package/locales/ko/ui/app-channels.json +0 -10
  499. package/locales/ko/ui/app-gateway.json +0 -4
  500. package/locales/ko/ui/app-render.helpers.json +0 -12
  501. package/locales/ko/ui/app-render.json +0 -16
  502. package/locales/ko/ui/gateway.json +0 -8
  503. package/locales/ko/ui/navigation.json +0 -31
  504. package/locales/ko/ui/views/agents-panels-status-files.json +0 -7
  505. package/locales/ko/ui/views/agents-panels-tools-skills.json +0 -31
  506. package/locales/ko/ui/views/agents-utils.json +0 -49
  507. package/locales/ko/ui/views/channels.config.json +0 -31
  508. package/locales/ko/ui/views/channels.discord.json +0 -3
  509. package/locales/ko/ui/views/channels.googlechat.json +0 -3
  510. package/locales/ko/ui/views/channels.imessage.json +0 -3
  511. package/locales/ko/ui/views/channels.nostr-profile-form.json +0 -29
  512. package/locales/ko/ui/views/channels.nostr.json +0 -5
  513. package/locales/ko/ui/views/channels.shared.json +0 -3
  514. package/locales/ko/ui/views/channels.signal.json +0 -4
  515. package/locales/ko/ui/views/channels.slack.json +0 -3
  516. package/locales/ko/ui/views/channels.telegram.json +0 -3
  517. package/locales/ko/ui/views/channels.whatsapp.json +0 -3
  518. package/locales/ko/ui/views/config-form.render.json +0 -43
  519. package/locales/ko/ui/views/nodes-exec-approvals.json +0 -45
  520. package/locales/ko/ui/views/skills-grouping.json +0 -7
  521. package/locales/ko/ui/views/skills-shared.json +0 -10
  522. package/locales/ko/ui/views/usage-metrics.json +0 -18
  523. package/locales/ko/ui/views/usage-query.json +0 -34
  524. package/locales/ko/ui/views/usage-render-details.json +0 -62
  525. package/locales/pt/src/config/schema.field-metadata.json +0 -4
  526. package/locales/pt/src/config/schema.irc.json +0 -4
  527. package/locales/pt/src/infra/format-time/app-gateway.json +0 -12
  528. package/locales/pt/ui/app-channels.json +0 -10
  529. package/locales/pt/ui/app-gateway.json +0 -4
  530. package/locales/pt/ui/app-render.helpers.json +0 -12
  531. package/locales/pt/ui/app-render.json +0 -16
  532. package/locales/pt/ui/gateway.json +0 -8
  533. package/locales/pt/ui/navigation.json +0 -31
  534. package/locales/pt/ui/views/agents-panels-status-files.json +0 -7
  535. package/locales/pt/ui/views/agents-panels-tools-skills.json +0 -31
  536. package/locales/pt/ui/views/agents-utils.json +0 -49
  537. package/locales/pt/ui/views/channels.config.json +0 -31
  538. package/locales/pt/ui/views/channels.discord.json +0 -3
  539. package/locales/pt/ui/views/channels.googlechat.json +0 -3
  540. package/locales/pt/ui/views/channels.imessage.json +0 -3
  541. package/locales/pt/ui/views/channels.nostr-profile-form.json +0 -29
  542. package/locales/pt/ui/views/channels.nostr.json +0 -5
  543. package/locales/pt/ui/views/channels.shared.json +0 -3
  544. package/locales/pt/ui/views/channels.signal.json +0 -4
  545. package/locales/pt/ui/views/channels.slack.json +0 -3
  546. package/locales/pt/ui/views/channels.telegram.json +0 -3
  547. package/locales/pt/ui/views/channels.whatsapp.json +0 -3
  548. package/locales/pt/ui/views/nodes-exec-approvals.json +0 -45
  549. package/locales/pt/ui/views/skills-grouping.json +0 -7
  550. package/locales/pt/ui/views/skills-shared.json +0 -10
  551. package/locales/pt/ui/views/usage-metrics.json +0 -18
  552. package/locales/pt/ui/views/usage-query.json +0 -35
  553. package/locales/pt/ui/views/usage-render-details.json +0 -62
  554. package/locales/vi/src/config/schema.field-metadata.json +0 -4
  555. package/locales/vi/src/config/schema.irc.json +0 -4
  556. package/locales/vi/src/infra/format-time/app-gateway.json +0 -12
  557. package/locales/vi/ui/app-channels.json +0 -10
  558. package/locales/vi/ui/app-gateway.json +0 -4
  559. package/locales/vi/ui/app-render.helpers.json +0 -12
  560. package/locales/vi/ui/app-render.json +0 -16
  561. package/locales/vi/ui/gateway.json +0 -8
  562. package/locales/vi/ui/navigation.json +0 -31
  563. package/locales/vi/ui/views/agents-panels-status-files.json +0 -7
  564. package/locales/vi/ui/views/agents-panels-tools-skills.json +0 -31
  565. package/locales/vi/ui/views/agents-utils.json +0 -49
  566. package/locales/vi/ui/views/channels.config.json +0 -31
  567. package/locales/vi/ui/views/channels.discord.json +0 -3
  568. package/locales/vi/ui/views/channels.googlechat.json +0 -3
  569. package/locales/vi/ui/views/channels.imessage.json +0 -3
  570. package/locales/vi/ui/views/channels.nostr-profile-form.json +0 -29
  571. package/locales/vi/ui/views/channels.nostr.json +0 -5
  572. package/locales/vi/ui/views/channels.shared.json +0 -3
  573. package/locales/vi/ui/views/channels.signal.json +0 -4
  574. package/locales/vi/ui/views/channels.slack.json +0 -3
  575. package/locales/vi/ui/views/channels.telegram.json +0 -3
  576. package/locales/vi/ui/views/channels.whatsapp.json +0 -3
  577. package/locales/vi/ui/views/config-form.render.json +0 -43
  578. package/locales/vi/ui/views/nodes-exec-approvals.json +0 -45
  579. package/locales/vi/ui/views/skills-grouping.json +0 -7
  580. package/locales/vi/ui/views/skills-shared.json +0 -10
  581. package/locales/vi/ui/views/usage-metrics.json +0 -18
  582. package/locales/vi/ui/views/usage-query.json +0 -34
  583. package/locales/vi/ui/views/usage-render-details.json +0 -62
  584. package/locales/zh/src/config/schema.field-metadata.json +0 -4
  585. package/locales/zh/src/config/schema.irc.json +0 -4
  586. package/locales/zh/src/infra/format-time/app-gateway.json +0 -12
  587. package/locales/zh/ui/app-channels.json +0 -10
  588. package/locales/zh/ui/app-gateway.json +0 -4
  589. package/locales/zh/ui/app-render.helpers.json +0 -12
  590. package/locales/zh/ui/app-render.json +0 -16
  591. package/locales/zh/ui/gateway.json +0 -8
  592. package/locales/zh/ui/navigation.json +0 -31
  593. package/locales/zh/ui/views/agents-panels-status-files.json +0 -7
  594. package/locales/zh/ui/views/agents-panels-tools-skills.json +0 -31
  595. package/locales/zh/ui/views/agents-utils.json +0 -49
  596. package/locales/zh/ui/views/agents.json +0 -55
  597. package/locales/zh/ui/views/channels.config.json +0 -31
  598. package/locales/zh/ui/views/channels.discord.json +0 -3
  599. package/locales/zh/ui/views/channels.googlechat.json +0 -3
  600. package/locales/zh/ui/views/channels.imessage.json +0 -3
  601. package/locales/zh/ui/views/channels.json +0 -11
  602. package/locales/zh/ui/views/channels.nostr-profile-form.json +0 -29
  603. package/locales/zh/ui/views/channels.nostr.json +0 -5
  604. package/locales/zh/ui/views/channels.shared.json +0 -3
  605. package/locales/zh/ui/views/channels.signal.json +0 -4
  606. package/locales/zh/ui/views/channels.slack.json +0 -3
  607. package/locales/zh/ui/views/channels.telegram.json +0 -3
  608. package/locales/zh/ui/views/channels.whatsapp.json +0 -3
  609. package/locales/zh/ui/views/config.json +0 -53
  610. package/locales/zh/ui/views/nodes-exec-approvals.json +0 -45
  611. package/locales/zh/ui/views/skills-grouping.json +0 -7
  612. package/locales/zh/ui/views/skills-shared.json +0 -10
  613. package/locales/zh/ui/views/skills.json +0 -10
  614. package/locales/zh/ui/views/usage-metrics.json +0 -18
  615. package/locales/zh/ui/views/usage-query.json +0 -35
  616. package/locales/zh/ui/views/usage-render-details.json +0 -62
  617. package/locales/zh/ui/views/usage.json +0 -85
  618. /package/locales/{zh → zh-CN}/extensions/feishu.json +0 -0
  619. /package/locales/{zh → zh-CN}/ui/views/chat.json +0 -0
@@ -1,27 +1,27 @@
1
1
  {
2
2
  ">Nodes<": ">Knoten<",
3
- "Paired devices and live links.": "Gekoppelte Geräte und Live-Verbindungen.",
3
+ "Paired devices and live links.": "Gekoppelte Geräte und Live-Links.",
4
4
  "No nodes found.": "Keine Knoten gefunden.",
5
5
 
6
6
  ">Devices<": ">Geräte<",
7
7
  "Pairing requests \\+ role tokens.": "Kopplungsanfragen + Rollen-Tokens.",
8
- "\"Loading…\" : \"Refresh\"\\}": "\"Laden…\" : \"Aktualisieren\"}",
8
+ "\"Loading…\" : \"Refresh\"\\}": "\"Lade…\" : \"Aktualisieren\"}",
9
9
  ">Pending<": ">Ausstehend<",
10
10
  ">Paired<": ">Gekoppelt<",
11
11
  "No paired devices.": "Keine gekoppelten Geräte.",
12
12
 
13
13
  " · requested ": " · angefordert ",
14
14
  " Approve": " Genehmigen",
15
- " Reject": " Ablehnen",
15
+ " Reject": " Ablehnen",
16
16
 
17
17
  ">Tokens: none<": ">Tokens: keine<",
18
- " Rotate": " Rotieren",
19
- " Revoke": " Widerrufen",
18
+ " Rotate": " Rotieren",
19
+ " Revoke": " Widerrufen",
20
20
 
21
21
  ">Exec node binding<": ">Exec-Knotenbindung<",
22
- "Pin agents to a specific node when using <span class=\"mono\">exec host=node</span>.": "Agenten bei Verwendung von <span class=\"mono\">exec host=node</span> an einen bestimmten Knoten binden.",
23
- "Switch the Config tab to <strong>Form<\/strong> mode to edit bindings here.": "Wechseln Sie den Konfigurations-Tab in den <strong>Formular<\/strong>-Modus, um Bindungen hier zu bearbeiten.",
24
- "Load config to edit bindings.": "Konfiguration laden, um Bindungen zu bearbeiten.",
22
+ "Pin agents to a specific node when using <span class=\"mono\">exec host=node</span>.": "Agenten an einen bestimmten Knoten binden, wenn <span class=\"mono\">exec host=node</span> verwendet wird.",
23
+ "Switch the Config tab to <strong>Form<\/strong> mode to edit bindings here.": "Wechseln Sie den Konfigurations-Tab in den <strong>Formularmodus<\/strong>, um Bindungen hier zu bearbeiten.",
24
+ "Load config to edit bindings.": "Laden Sie die Konfiguration, um Bindungen zu bearbeiten.",
25
25
  "\"Load config\"": "\"Konfiguration laden\"",
26
26
  ">Default binding<": ">Standardbindung<",
27
27
  "Used when agents do not override a node binding.": "Wird verwendet, wenn Agenten keine Knotenbindung überschreiben.",
@@ -33,14 +33,59 @@
33
33
 
34
34
  ">Host<": ">Host<",
35
35
  ">Security<": ">Sicherheit<",
36
- "\"default agent\"": "\"Standard-Agent\"",
36
+ "\"default agent\"": "\"Standardagent\"",
37
37
  "\"agent\"\\}": "\"Agent\"}",
38
38
  "`uses default \\(": "`verwendet Standard (",
39
39
  "`Using default \\(": "`Verwende Standard (",
40
- "`Override \\(": "`Überschreibung (",
40
+ "`Override \\(": "`Übersteuerung (",
41
41
  " \"any\"\\}": " \"beliebig\"}",
42
- ": `override: ": ": `Überschreibung:",
42
+ ": `override: ": ": `Übersteuerung: ",
43
43
  ">Binding<": ">Bindung<",
44
44
  "\"paired\" : \"unpaired\"\\}": "\"gekoppelt\" : \"nicht gekoppelt\"}",
45
- "\"connected\" : \"offline\"\\}": "\"verbunden\" : \"offline\"}"
45
+ "\"connected\" : \"offline\"\\}": "\"verbunden\" : \"offline\"}",
46
+
47
+
48
+ "\"Deny\"": "\"Verweigern\"",
49
+ "\"Allowlist\"": "\"Zulassungsliste\"",
50
+ "\"Off\"": "\"Aus\"",
51
+ "\"On miss\"": "\"Bei Fehlen\"",
52
+ "\"Always\"": "\"Immer\"",
53
+
54
+ ">Exec approvals<": ">Exec-Genehmigungen<",
55
+ "Allowlist and approval policy for \\<span class=\"mono\">exec host=gateway/node\\</span>.": "Zulassungsliste und Genehmigungsrichtlinie für <span class=\"mono\">exec host=gateway/node</span>.",
56
+ "\"Load approvals\"": "\"Genehmigungen laden\"",
57
+ "Load exec approvals to edit allowlists.":"Laden Sie Exec-Genehmigungen, um Zulassungslisten zu bearbeiten.",
58
+ "Gateway edits local approvals; node edits the selected node.": "Gateway bearbeitet lokale Genehmigungen; Knoten bearbeitet den ausgewählten Knoten.",
59
+
60
+ ">Gateway<": ">Gateway<",
61
+ ">Node<": ">Knoten<",
62
+ ">Select node<": ">Knoten auswählen<",
63
+ "No nodes advertise exec approvals yet.": "Bisher bieten keine Knoten Exec-Genehmigungen an.",
64
+
65
+ ">Scope<": ">Bereich<",
66
+ " Defaults": " Standardeinstellungen",
67
+
68
+ "\"Default security mode.\"": "\"Standard-Sicherheitsmodus.\"",
69
+ "`Default: ": "`Standard: ",
70
+ " Use default": " Standard verwenden",
71
+ "\"Default prompt policy.\"": "\"Standard-Eingabeaufforderungsrichtlinie.\"",
72
+ ">Ask<": ">Fragen<",
73
+ ">Ask fallback<": ">Fragen-Fallback<",
74
+ "Applied when the UI prompt is unavailable.": "Angewendet, wenn die UI-Eingabeaufforderung nicht verfügbar ist.",
75
+ ">Fallback<": ">Fallback<",
76
+
77
+ ">Auto-allow skill CLIs<": ">Fähigkeiten-CLIs automatisch erlauben<",
78
+ "Allow skill executables listed by the Gateway.": "Erlauben Sie vom Gateway gelistete Fähigkeiten-Ausführungsdateien.",
79
+ "\"on\" \\: \"off\"\\}": "\"ein\" : \"aus\"}",
80
+ ": `Override \\(": ": `Übersteuerung (",
81
+
82
+
83
+ ">Allowlist<": ">Zulassungsliste<",
84
+ "Case-insensitive glob patterns.": "Groß-/Kleinschreibung nicht beachtende Glob-Muster.",
85
+ " Add pattern": " Muster hinzufügen",
86
+ ">Pattern<": ">Muster<",
87
+ "No allowlist entries yet.": "Noch keine Einträge in der Zulassungsliste.",
88
+ "\"New pattern\"": "\"Neues Muster\"",
89
+ ">Last used: ": ">Zuletzt verwendet: ",
90
+ " Remove": " Entfernen"
46
91
  }
@@ -1,7 +1,6 @@
1
1
  {
2
- "Gateway Access": "Gateway-Zugang",
3
- "Where the dashboard connects and how it authenticates.": "Wo das Dashboard verbindet und wie es authentifiziert.",
4
- "WebSocket URL": "WebSocket-URL",
2
+ "Gateway Access": "Gateway-Zugriff",
3
+ "Where the dashboard connects and how it authenticates.": "Wo das Dashboard eine Verbindung herstellt und wie es sich authentifiziert.",
5
4
  "Gateway Token": "Gateway-Token",
6
5
  "Password \\(not stored\\)": "Passwort (nicht gespeichert)",
7
6
  "Default Session Key": "Standard-Sitzungsschlüssel",
@@ -9,7 +8,7 @@
9
8
  ">Connect<": ">Verbinden<",
10
9
  ">Refresh<": ">Aktualisieren<",
11
10
  "Click Connect to apply connection changes.": "Klicken Sie auf Verbinden, um Verbindungsänderungen zu übernehmen.",
12
- ">Snapshot<": ">Schnappschuss<",
11
+ ">Snapshot<": ">Momentaufnahme<",
13
12
  "Latest gateway handshake information.": "Neueste Gateway-Handshake-Informationen.",
14
13
  "\"Connected\"": "\"Verbunden\"",
15
14
  "\"Disconnected\"": "\"Getrennt\"",
@@ -18,16 +17,15 @@
18
17
  ">Last Channels Refresh<": ">Letzte Kanalaktualisierung<",
19
18
  "Use Channels to link WhatsApp, Telegram, Discord, Signal, or iMessage.": "Verwenden Sie Kanäle, um WhatsApp, Telegram, Discord, Signal oder iMessage zu verbinden.",
20
19
  ">Instances<": ">Instanzen<",
21
- "Presence beacons in the last 5 minutes.": "Präsenzsignale der letzten 5 Minuten.",
20
+ "Presence beacons in the last 5 minutes.": "Präsenzsignale in den letzten 5 Minuten.",
22
21
  ">Sessions<": ">Sitzungen<",
23
22
  "Recent session keys tracked by the gateway.": "Vom Gateway verfolgte aktuelle Sitzungsschlüssel.",
24
23
  "\"Enabled\"": "\"Aktiviert\"",
25
24
  "\"Disabled\"": "\"Deaktiviert\"",
26
- "Next wake": "Nächstes Aufwachen",
25
+ "Next wake": "Nächstes Aufwecken",
27
26
  ">Notes<": ">Notizen<",
28
- "Quick reminders for remote control setups.": "Kurzerinnerungen für Fernsteuerungseinrichtungen.",
29
- "Tailscale serve": "Tailscale Serve",
30
- "Prefer serve mode to keep the gateway on loopback with tailnet auth.": "Bevorzugen Sie den Serve-Modus, um das Gateway mit Tailnet-Auth im Loopback zu halten.",
27
+ "Quick reminders for remote control setups.": "Kurze Erinnerungen für Fernsteuerungseinrichtungen.",
28
+ "Prefer serve mode to keep the gateway on loopback with tailnet auth.": "Bevorzugen Sie den Serve-Modus, um das Gateway mit tailnet-Authentifizierung auf Loopback zu halten.",
31
29
  "Session hygiene": "Sitzungshygiene",
32
30
  "Use /new or sessions.patch to reset context.": "Verwenden Sie /new oder sessions.patch, um den Kontext zurückzusetzen.",
33
31
  "Cron reminders": "Cron-Erinnerungen",
@@ -1,5 +1,5 @@
1
1
  {
2
- "Active session keys and per-session overrides.": "Aktive Sitzungsschlüssel und sitzungsspezifische Überschreibungen.",
2
+ "Active session keys and per-session overrides.": "Aktive Sitzungsschlüssel und sitzungsspezifische Übersteuerungen.",
3
3
  "Active within \\(minutes\\)": "Aktiv innerhalb (Minuten)",
4
4
  ">Include global<": ">Global einschließen<",
5
5
  ">Include unknown<": ">Unbekannte einschließen<",
@@ -9,6 +9,7 @@
9
9
  " Delete": " Löschen",
10
10
  ">Limit<": ">Limit<",
11
11
  "`Store: ": "`Speicher: ",
12
+ ">Key<": ">Schlüssel<",
12
13
  ">Label<": ">Bezeichnung<",
13
14
  ">Kind<": ">Art<",
14
15
  ">Updated<": ">Aktualisiert<",
@@ -6,5 +6,21 @@
6
6
  "\\} shown": "} angezeigt",
7
7
  "\"Installing…\"": "\"Installiere…\"",
8
8
  ">API key<": ">API-Schlüssel<",
9
- " Save key": " Schlüssel speichern"
9
+ " Save key": " Schlüssel speichern",
10
+
11
+ "\"Workspace Skills\"": "\"Arbeitsbereichsfähigkeiten\"",
12
+ "\"Built-in Skills\"": "\"Integrierte Fähigkeiten\"",
13
+ "\"Installed Skills\"": "\"Installierte Fähigkeiten\"",
14
+ "\"Extra Skills\"": "\"Zusätzliche Fähigkeiten\"",
15
+ "\"Other Skills\"": "\"Andere Fähigkeiten\"",
16
+
17
+
18
+ "\"blocked by allowlist\"": "\"durch Zulassungsliste blockiert\"",
19
+
20
+ "\"eligible\"": "\"berechtigt\"",
21
+ "\"blocked\"": "\"blockiert\"",
22
+
23
+ ">disabled<": ">deaktiviert<",
24
+ ">Missing: ": ">Fehlt: ",
25
+ ">Reason:": ">Grund:"
10
26
  }
@@ -1,5 +1,7 @@
1
1
  {
2
2
  ">Token Usage<": ">Token-Nutzung<",
3
+ " Loading": " Lade",
4
+
3
5
  ">to<": ">bis<",
4
6
  "\"Today\"": "\"Heute\"",
5
7
  "\"7d\"": "\"7T\"",
@@ -8,19 +10,20 @@
8
10
  " Clear": " Löschen",
9
11
 
10
12
  ">Usage<": ">Nutzung<",
11
- "See where tokens go, when sessions spike, and what drives cost.": "Sehen Sie, wohin Token fließen, wann Sitzungen ansteigen und was Kosten verursacht.",
12
13
  "\"pinned\"": "\"angeheftet\"",
13
14
  ">Filters<": ">Filter<",
14
- ">Loading<": ">Laden<",
15
+ ">Loading<": ">Lade<",
15
16
  "Select a date range and click Refresh to load usage.": "Wählen Sie einen Datumsbereich aus und klicken Sie auf Aktualisieren, um die Nutzung zu laden.",
16
17
  "> tokens": "> Token",
17
18
  "> cost": "> Kosten",
19
+ " session\\$": " Sitzung$",
20
+ "\"s\"": "\"\"",
18
21
 
19
22
  "\"Unpin filters\"\\}": "\"Filter lösen\"}",
20
23
  "\"Pin filters\"\\}": "\"Filter anheften\"}",
21
24
  "\"Pinned\"": "\"Angeheftet\"",
22
25
  "\"Pin\"": "\"Anheften\"",
23
- ">Export ▾<": ">Export ▾<",
26
+ ">Export ▾<": ">Exportieren ▾<",
24
27
  " Sessions ": " Sitzungen ",
25
28
  " Daily ": " Täglich ",
26
29
 
@@ -30,13 +33,18 @@
30
33
 
31
34
  "Filter sessions \\(e.g. key:agent:main:cron\\* model:gpt-4o has:errors minTokens:2000\\)": "Sitzungen filtern (z.B. key:agent:main:cron* model:gpt-4o has:errors minTokens:2000)",
32
35
  " Filter \\(client-side\\)": " Filter (clientseitig)",
36
+ "\"Remove filter\"": "\"Filter entfernen\"",
33
37
  "\\} sessions match": "} Sitzungen entsprechen",
34
38
  "\\} sessions in range": "} Sitzungen im Bereich",
35
39
  "Tip: use filters or click bars to filter days.": "Tipp: Verwenden Sie Filter oder klicken Sie auf Balken, um Tage zu filtern.",
36
40
 
37
- "\"Remove filter\"": "\"Filter entfernen\"",
41
+ "\"Channel\"": "\"Kanal\"",
42
+ "\"Provider\"": "\"Anbieter\"",
43
+ "\"Model\"": "\"Modell\"",
44
+ "\"Tool\"": "\"Werkzeug\"",
45
+
38
46
 
39
- "Showing first 1,000 sessions. Narrow date range for complete results.":"Zeige die ersten 1.000 Sitzungen. Grenzen Sie den Datumsbereich ein, um vollständige Ergebnisse zu erhalten.",
47
+ "Showing first 1,000 sessions. Narrow date range for complete results.":"Zeige die ersten 1.000 Sitzungen. Verkleinern Sie den Datumsbereich für vollständige Ergebnisse.",
40
48
 
41
49
  ">Days:": ">Tage:",
42
50
  ">Hours:": ">Stunden:",
@@ -50,36 +58,185 @@
50
58
  "\"Tokens\":\"Cost\"} by Type": "\"Token\":\"Kosten\"} nach Typ",
51
59
  "\"Output: ": "\"Ausgabe: ",
52
60
  "\"Input: ": "\"Eingabe: ",
53
- "\"Cache Write: ": "\"Cache-Schreib: ",
54
- "\"Cache Read: ": "\"Cache-Lese: ",
61
+ "\"Cache Write: ": "\"Cache-Schreiben: ",
62
+ "\"Cache Read: ": "\"Cache-Lesen: ",
55
63
 
56
- "Cache hit rate = cache read / \\(input \\+ cache read\\). Higher is better.": "Cache-Trefferquote = Cache-Lesen / (Eingabe + Cache-Lesen). Höher ist besser.",
57
- "Error rate = errors / total messages. Lower is better.": "Fehlerquote = Fehler / Gesamtnachrichten. Niedriger ist besser.",
64
+
65
+ ">Usage Overview<": ">Nutzungsübersicht<",
66
+
67
+ ">Cost<": ">Kosten<",
68
+ ">Messages<": ">Nachrichten<",
69
+ ">Errors<": ">Fehler<",
70
+ ">Recent<": ">Aktuell<",
71
+
72
+ "\"Copy session namen\"": "\"Sitzungsnamen kopieren\"",
73
+ " Copy": " Kopieren",
74
+
75
+ " Messages": " Nachrichten",
76
+ "\\} user · ": "} Benutzer · ",
77
+ "\\} assistant": "} Assistent",
78
+ ">Tool Calls<": ">Werkzeugaufrufe<",
79
+ " tools used": " verwendete Werkzeuge",
80
+ " tools<": " Werkzeuge<",
81
+ " tool results<": " Werkzeugergebnisse<",
82
+ ">Duration<": ">Dauer<",
83
+ " Sessions": " Sitzungen",
84
+ "Distinct sessions in the range.": "Unterschiedliche Sitzungen im Bereich.",
85
+ ">of ": ">von ",
86
+ " in range": " im Bereich",
87
+ " Throughput": " Durchsatz",
58
88
  "Throughput shows tokens per minute over active time. Higher is better.": "Durchsatz zeigt Token pro Minute über aktive Zeit. Höher ist besser.",
89
+ " tok/min": " Token/Min",
90
+ " / min": " / Min",
91
+ " Error Rate": " Fehlerrate",
92
+ "Error rate = errors / total messages. Lower is better.": "Fehlerrate = Fehler / Gesamtnachrichten. Niedriger ist besser.",
93
+ "\\} errors · ": "} Fehler · ",
94
+ "\\} msgs": "} Nachr.",
95
+ "\\} avg session ": "} durchschn. Sitzung ",
96
+ " Cache Hit Rate": " Cache-Trefferquote",
97
+ "Cache hit rate = cache read / \\(input \\+ cache read\\). Higher is better.": "Cache-Trefferquote = Cache-Lesen / (Eingabe + Cache-Lesen). Höher ist besser.",
98
+ "\\} cached · ": "} gecached · ",
99
+ "\\} prompt": "} Prompt",
100
+ "Top Models": "Top-Modelle",
101
+ "Top Providers": "Top-Anbieter",
102
+ "Top Tools": "Top-Werkzeuge",
103
+ "Top Agents": "Top-Agenten",
104
+ "Top Channels": "Top-Kanäle",
105
+ "Peak Error Days": "Spitzenfehlertage",
106
+ "Peak Error Hours": "Spitzenfehlerstunden",
107
+ "Model Mix": "Modell-Mix",
108
+
109
+ "\"calls\"": "\"Aufrufe\"",
110
+
59
111
  "Average tokens per message in this range.": "Durchschnittliche Token pro Nachricht in diesem Bereich.",
60
- "Average cost per message when providers report costs. Cost data is missing for some or all sessions in this range.": "Durchschnittliche Kosten pro Nachricht, wenn Anbieter Kosten melden. Für einige oder alle Sitzungen in diesem Bereich fehlen Kostendaten.",
112
+ "Average cost per message when providers report costs. Cost data is missing for some or all sessions in this range.": "Durchschnittliche Kosten pro Nachricht, wenn Anbieter Kosten melden. Kostendaten fehlen für einige oder alle Sitzungen in diesem Bereich.",
61
113
  "Average cost per message when providers report costs.": "Durchschnittliche Kosten pro Nachricht, wenn Anbieter Kosten melden.",
62
-
63
- "\\} errors · ": "} Fehler · ",
64
- "\\} msgs · ": "} Nachrichten · ",
65
114
 
66
- ">Usage Overview<": ">Nutzungsübersicht<",
67
- "Total user \\+ assistant messages in range.": "Gesamtzahl der Benutzer- und Assistentennachrichten im Bereich.",
68
- " Tool Calls": " Tool-Aufrufe",
69
- "Total tool call count across sessions.": "Gesamtzahl der Tool-Aufrufe über alle Sitzungen hinweg.",
115
+
116
+ "Total user \\+ assistant messages in range.": "Gesamtzahl der Benutzer- + Assistentennachrichten im Bereich.",
117
+ " Tool Calls": " Werkzeugaufrufe",
118
+ "Total tool call count across sessions.": "Gesamtzahl der Werkzeugaufrufe über alle Sitzungen.",
70
119
  " Errors": " Fehler",
71
- "Total message/tool errors in range.": "Gesamtzahl der Nachrichten-/Tool-Fehler im Bereich.",
72
- " Avg Tokens / Msg": " Durchschn. Token / Nachricht",
120
+ "Total message/tool errors in range.": "Gesamtzahl der Nachrichten-/Werkzeugfehler im Bereich.",
121
+ " Avg Tokens / Msg": " Durchschn. Token / Nachr.",
73
122
  ">Across ": ">Über ",
74
- "Avg Cost \/ Msg": "Durchschn. Kosten / Nachricht",
123
+ "Avg Cost \/ Msg": "Durchschn. Kosten / Nachr.",
75
124
  "\\} total<": "} gesamt<",
125
+
126
+ ">Activity by Time<": ">Aktivität nach Zeit<",
127
+ " tokens<": " Token<",
128
+ "Estimates require session timestamps.": "Schätzungen erfordern Sitzungszeitstempel.",
129
+ "No timeline data yet.": "Noch keine Zeitplandaten.",
130
+ "Estimated from session spans \\(first/last activity\\). Time zone:": "Geschätzt aus Sitzungsspannen (erste/letzte Aktivität). Zeitzone:",
131
+ "\"Local\"\\}": "\"Lokal\"}",
132
+ ">Day of Week<": ">Wochentag<",
133
+ ">Hours<": ">Stunden<",
134
+ "\\} tokens": "} Token",
135
+ ">Midnight<": ">Mitternacht<",
136
+ ">4am<": ">4 Uhr<",
137
+ ">8am<": ">8 Uhr<",
138
+ ">Moon<": ">12 Uhr<",
139
+ ">4pm<": ">16 Uhr<",
140
+ ">8pm<": ">20 Uhr<",
141
+ "Low → High token density": "Niedrige → Hohe Token-Dichte",
142
+
143
+
144
+ "\"label\",": "\"Bezeichnung\",",
145
+ "\"agentId\",": "\"Agenten-ID\",",
146
+ "\"channel\",": "\"Kanal\",",
147
+ "\"provider\",": "\"Anbieter\",",
148
+ "\"model\",": "\"Modell\",",
149
+ "\"updatedAt\",": "\"AktualisiertAm\",",
150
+ "\"durationMs\",": "\"DauerMs\",",
151
+ "\"messages\",": "\"Nachrichten\",",
152
+ "\"errors\",": "\"Fehler\",",
153
+ "\"toolCalls\",": "\"Werkzeugaufrufe\",",
154
+ "\"inputTokens\",": "\"Eingabe-Token\",",
155
+ "\"outputTokens\",": "\"Ausgabe-Token\",",
156
+ "\"cacheReadTokens\",": "\"Cache-Lese-Token\",",
157
+ "\"cacheWriteTokens\",": "\"Cache-Schreib-Token\",",
158
+ "\"totalTokens\",": "\"Gesamt-Token\",",
159
+ "\"totalCost\",": "\"Gesamtkosten\",",
160
+
161
+ "\"date\",": "\"Datum\",",
162
+ "\"inputCost\",": "\"Eingabekosten\",",
163
+ "\"outputCost\",": "\"Ausgabekosten\",",
164
+ "\"cacheReadCost\",": "\"Cache-Lesekosten\",",
165
+ "\"cacheWriteCost\",": "\"Cache-Schreibkosten\",",
166
+
167
+ "\"agent:\",": "\"Agent:\",",
168
+ "\"channel:\",": "\"Kanal:\",",
169
+ "\"provider:\",": "\"Anbieter:\",",
170
+ "\"model:\",": "\"Modell:\",",
171
+ "\"tool:\",": "\"Werkzeug:\",",
172
+ "\"has:errors:\",": "\"hat:Fehler:\",",
173
+ "\"has:tools:\",": "\"hat:Werkzeuge:\",",
174
+ "\"minTokens:\",": "\"minToken:\",",
175
+ "\"maxCost:\",": "\"maxKosten:\",",
76
176
 
77
- "Distinct sessions in the range.": "Einzigartige Sitzungen im Bereich.",
78
- " Throughput": " Durchsatz",
79
- " Error Rate": " Fehlerquote",
80
177
 
81
- " All ": " Alle ",
82
- " Recently viewed": " Kürzlich angesehen",
178
+ "\\} avg<": "} durchschn.<",
179
+ "\\} errors<": "} Fehler<",
180
+ " All": " Alle",
181
+ " Recently viewed": " Zuletzt angesehen",
182
+ ">Sort<": ">Sortieren<",
83
183
  ">No sessions in range<": ">Keine Sitzungen im Bereich<",
84
- ">No recent sessions<": ">Keine kürzlichen Sitzungen<"
184
+ ">No recent sessions<": ">Keine aktuellen Sitzungen<",
185
+
186
+ "No usage data for this session.": "Keine Nutzungsdaten für diese Sitzung.",
187
+
188
+ "\"No tool calls\"": "\"Keine Werkzeugaufrufe\"",
189
+ "\"No model data\"": "\"Keine Modelldaten\"",
190
+
191
+ "\"Close session details\"": "\"Sitzungsdetails schließen\"",
192
+
193
+ ">No timeline data<": ">Keine Zeitplandaten<",
194
+ "\"No data in range\"": "\"Keine Daten im Bereich\"",
195
+ ">Usage Over Time<": ">Nutzung im Zeitverlauf<",
196
+ ">Reset<": ">Zurücksetzen<",
197
+ " Per Turn": " Pro Zug",
198
+ " Cumulative": " Kumulativ",
199
+ " Total": " Gesamt",
200
+ " By Type": " Nach Typ",
201
+ ">Tokens by Type<": ">Token nach Typ<",
202
+ ">Daily ": ">Täglich ",
203
+ "\"Token\"": "\"Token\"",
204
+ "\"Cost\"": "\"Kosten\"",
205
+
206
+ "\"Assistant output tokens\"": "\"Assistenten-Ausgabe-Token\"",
207
+ ">Output": ">Ausgabe",
208
+ "\"User \\+ tool input tokens\"": "\"Benutzer- + Werkzeug-Eingabe-Token\"",
209
+ ">Input": ">Eingabe",
210
+ "\"Tokens written to cache\"": "\"In Cache geschriebene Token\"",
211
+ ">Cache Write ": ">Cache-Schreiben ",
212
+ "\"Tokens read from cache\"": "\"Aus Cache gelesene Token\"",
213
+ ">Cache Read ": ">Cache-Lesen ",
214
+ ">Total: ": ">Gesamt: ",
215
+
216
+ ">No context data<": ">Keine Kontextdaten<",
217
+ ">System Prompt Breakdown<": ">System-Prompt-Aufschlüsselung\"",
218
+ "\"Collapse\"": "\"Einklappen\"",
219
+ "\"Expand all\"": "\"Alle ausklappen\"",
220
+ "\"Base context per message\"": "\"Basiskontext pro Nachricht\"",
221
+
222
+ ">Sys ": ">Sys ",
223
+ ">Skills ": ">Fähigkeiten ",
224
+ ">Tools ": ">Werkzeuge ",
225
+ ">Files ": ">Dateien ",
226
+
227
+ " more<": " mehr< ",
228
+
229
+ ">Conversation<": ">Konversation<",
230
+ ">No messages<": ">Keine Nachrichten<",
231
+
232
+ "\"Collapse All\"": "\"Alle einklappen\"",
233
+ "\"Expand All\"": "\"Alle ausklappen\"",
234
+
235
+ ">User<": ">Benutzer<",
236
+ ">Assistant<": ">Assistent<",
237
+ ">Tool<": ">Werkzeug<",
238
+ ">Tool result<": ">Werkzeugergebnis<",
239
+
240
+ "\"Search conversation\"": "\"Konversation durchsuchen\"",
241
+ "No messages match the filters.": "Keine Nachrichten entsprechen den Filtern."
85
242
  }
@@ -0,0 +1,37 @@
1
+ {
2
+ "Invalid URL format. Expected /base/XXX or /wiki/XXX URL": "Nevalida URL-formato. Atendata formato /base/XXX aŭ /wiki/XXX.",
3
+ "Use app_token": "Uzu app_token",
4
+ " and table_id=": " kaj table_id=",
5
+ " for other bitable tools": " por aliaj bitable-iloj",
6
+ "Select a table_id from the tables list.": "Elektu table_id el la tabela listo.",
7
+ "Bitable URL. Supports both formats: /base/XXX?table=YYY or /wiki/XXX?table=YYY": "Bitable-URL. Subtenas ambaŭ formatojn: /base/XXX?table=YYY aŭ /wiki/XXX?table=YYY",
8
+ "Bitable app token \\(use feishu_bitable_get_meta to get from URL\\)": "Bitable-aplikaĵa ĵetono (uzu feishu_bitable_get_meta por akiri el URL)",
9
+ "Table ID (from URL: ?table=YYY)": "Tabela ID (el URL: ?table=YYY)",
10
+ "Number of records per page (1-500, default 100)": "Nombro da rekordoj por paĝo (1-500, defaŭlte 100)",
11
+ "Pagination token from previous response": "Paĝiga ĵetono el antaŭa respondo",
12
+ "Record ID to retrieve": "Rekorda ID por retrovi",
13
+ "Field values keyed by field name. Format by type: ": "Kampaj valoroj ŝlositaj per kampnomo. Formato laŭ tipo:",
14
+ "Record ID to update": "Rekorda ID por ĝisdatigi",
15
+ "Field values to update \\(same format as create_record\\)": "Kampaj valoroj por ĝisdatigi (sama formato kiel create_record)",
16
+ "Feishu credentials not configured, skipping bitable tools": "Atendataj ĝisdatigaj kampaj valoroj (formato kiel create_record) Feishu-akreditaĵoj ne agorditaj, preterlasante bitable-ilojn",
17
+ "Parse a Bitable URL and get app_token, table_id, and table list. Use this first when given a /wiki/ or /base/ URL.": "Analizu Bitable-URL kaj akiru app_token, table_id kaj tabelan liston. Uzu ĉi tion unue kiam oni donas URL komenciĝantan per /wiki/ aŭ /base/.",
18
+ "Feishu Bitable List Fields": "Feishu Bitable Listigi Kampojn",
19
+ "List all fields \\(columns\\) in a Bitable table with their types and properties": "Listigu ĉiujn kampojn (kolumnojn) en Bitable-tabelo kun iliaj tipoj kaj ecoj",
20
+ "List records \\(rows\\) from a Bitable table with pagination support": "Listigu rekordojn (vicojn) el Bitable-tabelo kun paĝiga subteno",
21
+ "Feishu Bitable Get Record": "Feishu Bitable Akiri Rekordon",
22
+ "Get a single record by ID from a Bitable table": "Akiri ununuran rekordon per ID el Bitable-tabelo",
23
+ "Feishu Bitable Create Record": "Feishu Bitable Krei Rekordon",
24
+ "Create a new record (row) in a Bitable table": "Krei novan rekordon (vicon) en Bitable-tabelo",
25
+ "Feishu Bitable Update Record": "Feishu Bitable Ĝisdatigi Rekordon",
26
+ "Update an existing record (row) in a Bitable table": "Ĝisdatigi ekzistantan rekordon (vicon) en Bitable-tabelo",
27
+ "Registered 6 bitable tools": "Registritaj 6 bitable-iloj",
28
+
29
+ "\"Feishu\"": "\"Feishu\"",
30
+ "Lark enterprise messaging.": "Lark entreprena mesaĝado.",
31
+ "Feishu targeting: omit `target` to reply to the current conversation \\(auto-inferred\\). Explicit targets: `user:open_id` or `chat:chat_id`.": "Feishu-cellokigo: preterlasu `target` por respondi al la nuna konversacio (aŭtomate deduktita). Klaraj celoj: `user:open_id` aŭ `chat:chat_id`.",
32
+ " Feishu supports interactive cards for rich messages.": " Feishu subtenas interagajn kartojn por riĉaj mesaĝoj.",
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.": "Grupa politiko: groupPolicy=\"open\" permesas al iu ajn ano aktivigi (mencio-limigita). Agordu channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom por limigi sendintojn.",
35
+ "starting feishu\\[": "komencante Feishu[",
36
+ " \\(mode: ": " (reĝimo: "
37
+ }
@@ -0,0 +1,107 @@
1
+ {
2
+ "\"Refresh chat data\"": "\"Refreŝigi babilajn datumojn\"",
3
+ "\"Disabled during onboarding\"": "\"Malaktivigita dum enkonduko\"",
4
+ "\"Toggle assistant thinking/working output\"": "\"Baskuli helpantan pensadon/laboran eligon\"",
5
+ "\"Toggle focus mode \\(hide sidebar \\+ page header\\)\"": "\"Baskuli fokusreĝimon (kaŝi flankan strion + paĝan kaplinion)\"",
6
+ "\"System theme\"": "\"Sekvi sisteman etoson\"",
7
+ "\"System\"": "\"Sistema\"",
8
+ "\"Light theme\"": "\"Hela etoso\"",
9
+ "\"Light\"": "\"Hela\"",
10
+ "\"Dark theme\"": "\"Malhela etoso\"",
11
+ "\"Dark\"": "\"Malhela\"",
12
+
13
+ "Profile update failed \\(": "Profila ĝisdatigo malsukcesis (",
14
+ "Profile publish failed on all relays.": "Profila publikigo malsukcesis sur ĉiuj relajsoj.",
15
+ "Profile published to relays.": "Profilo publikigita al relajsoj.",
16
+ "Profile update failed: ": "Profila ĝisdatigo malsukcesis: ",
17
+ "Profile import failed \\(": "Profila importo malsukcesis (",
18
+ "Profile imported from relays. Review and publish.": "Profilo importita el relajsoj. Kontrolu kaj publikigu.",
19
+ "Profile imported. Review and publish.": "Profilo importita. Kontrolu kaj publikigu.",
20
+ "Profile import failed: ": "Profila importo malsukcesis: ",
21
+
22
+ "`disconnected \\(": "`malkonektita (",
23
+ "\"no reason\"": "\"sen kialo\"",
24
+
25
+ "\"gateway client stopped\"": "\"kliento de enirejo haltis\"",
26
+ "gateway closed \\(": "enirejo fermita (",
27
+ "\"connect failed\"": "\"konekto malsukcesis\"",
28
+ " event handler error:": " okaztraktada eraro:",
29
+ "\"request failed\"": "\"peto malsukcesis\"",
30
+ "\"gateway not connected\"": "\"enirejo ne konektita\"",
31
+
32
+ "Disconnected from gateway.": "Malkonektita de enirejo.",
33
+
34
+ "\"Expand sidebar\"": "\"Etendi flankan strion\"",
35
+ "\"Collapse sidebar\"": "\"Faldi flankan strion\"",
36
+
37
+ ">Health<": ">Sanstato<",
38
+ "\"OK\"": "\"Bone\"",
39
+ "\"Offline\"": "\"Eksterrete\"",
40
+
41
+ ">Gateway Dashboard<": ">Panelo de Enirejo<",
42
+
43
+
44
+ "\"Chat\"": "\"Babili\"",
45
+ "Direct gateway chat session for quick interventions.": "Rekta babila seanco de enirejo por rapidaj intervenoj.",
46
+ "\"Control\"": "\"Kontroli\"",
47
+ "\"Overview\"": "\"Superrigardo\"",
48
+ "Gateway status, entry points, and a fast health read.": "Stato de enirejo, enirpunktoj kaj rapida sanstatolegado.",
49
+ "\"Channels\"": "\"Kanaloj\"",
50
+ "Manage channels and settings.": "Administri kanalojn kaj agordojn.",
51
+ "\"Instances\"": "\"Ekzempleroj\"",
52
+ "Presence beacons from connected clients and nodes.": "Ĉeestaj signaloj de konektitaj klientoj kaj nodoj.",
53
+ "\"Sessions\"": "\"Seancoj\"",
54
+ "Inspect active sessions and adjust per-session defaults.": "Inspekti aktivajn seancojn kaj ĝustigi por-seancajn defaŭltojn.",
55
+ "\"Usage\"": "\"Uzado\"",
56
+ "See where tokens go, when sessions spike, and what drives cost.": "Vidu kien iras ĵetonoj, kiam seancoj pikiĝas kaj kio kostas.",
57
+ "\"Cron Jobs\"": "\"Cron-taskoj\"",
58
+ "Schedule wakeups and recurring agent runs.": "Plani vekiĝojn kaj ripetiĝantajn agentajn rulojn.",
59
+ "\"Agent\"": "\"Agento\"",
60
+ "\"Agents\"": "\"Agentoj\"",
61
+ "Manage agent workspaces, tools, and identities.": "Administri agentajn laborspacojn, ilojn kaj identecojn.",
62
+ "\"Skills\"": "\"Kapabloj\"",
63
+ "Manage skill availability and API key injection.": "Administri haveblecon de kapabloj kaj injektadon de API-ŝlosiloj.",
64
+ "\"Nodes\"": "\"Nodoj\"",
65
+ "Paired devices, capabilities, and command exposure.": "Parigitaj aparatoj, kapabloj kaj komanda ekspono.",
66
+ "\"Settings\"": "\"Agordoj\"",
67
+ "\"Config\"": "\"Agordo\"",
68
+ "Edit ~/.openclaw/openclaw.json safely.": "Sekure redakti ~/.openclaw/openclaw.json.",
69
+ "\"Debug\"": "\"Cimserĉi\"",
70
+ "Gateway snapshots, events, and manual RPC calls.": "Enirejaj momentfotoj, eventoj kaj manaj RPC-vokoj.",
71
+ "\"Logs\"": "\"Protokoloj\"",
72
+ "Live tail of the gateway file logs.": "Viva sekvado de la enirejaj dosieraj protokoloj.",
73
+ "\\(opens in new tab\\)": "(malfermiĝas en nova langeto)",
74
+ "Presence beacons from the gateway and clients.": "Ĉeestaj signaloj de la enirejo kaj klientoj.",
75
+
76
+
77
+ "\"Health\"": "\"Sanstato\"",
78
+ "\"Resources\"": "\"Rimedoj\"",
79
+ "\"Docs\"": "\"Dokumentoj\"",
80
+
81
+ "\"Language\"": "\"Lingvo\"",
82
+ "\"Connect\"": "\"Konekti\"",
83
+ "\"Snapshot\"": "\"Momentfoto\"",
84
+ "\"Status\"": "\"Stato\"",
85
+ "\"Uptime\"": "\"Funkciada tempo\"",
86
+ "Tick Interval": "Tik-intervalo",
87
+ "Last Channels Refresh": "Lasta refreŝigo de kanaloj",
88
+ "\"Notes\"": "\"Notoj\"",
89
+
90
+ "\"Config Last Touched Version\"": "\"Lasta tuŝita versio de agordo\"",
91
+ "\"Config Last Touched At\"": "\"Lasta tuŝita tempo de agordo\"",
92
+
93
+
94
+ "\"IRC DM Policy\"": "\"IRC DM-politiko\"",
95
+ "\"IRC NickServ Enabled\"": "\"IRC NickServ aktivigita\"",
96
+
97
+ "\"just now\"": "\"ĵus nun\"",
98
+ "\\}s`": "}s`",
99
+ "\\}m ago`": "}m antaŭe`",
100
+ "\\}m`": "}m`",
101
+ "\\}h ago`": "}h antaŭe`",
102
+ "\\}h`": "}h`",
103
+ "\\}d ago`": "}t antaŭe`",
104
+ "\\}d`": "}t`",
105
+ "\"in <1m\"": "\"post <1m\"",
106
+ "`in ": "`post "
107
+ }