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,107 @@
1
+ {
2
+ "\"Refresh chat data\"": "\"Chatdaten aktualisieren\"",
3
+ "\"Disabled during onboarding\"": "\"Während der Einführung deaktiviert\"",
4
+ "\"Toggle assistant thinking/working output\"": "\"Assistenten-Denk-/Arbeitsausgabe umschalten\"",
5
+ "\"Toggle focus mode \\(hide sidebar \\+ page header\\)\"": "\"Fokusmodus umschalten (Seitenleiste + Seitenkopf ausblenden)\"",
6
+ "\"System theme\"": "\"Systemthema\"",
7
+ "\"System\"": "\"System\"",
8
+ "\"Light theme\"": "\"Helles Thema\"",
9
+ "\"Light\"": "\"Hell\"",
10
+ "\"Dark theme\"": "\"Dunkles Thema\"",
11
+ "\"Dark\"": "\"Dunkel\"",
12
+
13
+ "Profile update failed \\(": "Profilaktualisierung fehlgeschlagen (",
14
+ "Profile publish failed on all relays.": "Profilveröffentlichung auf allen Relays fehlgeschlagen.",
15
+ "Profile published to relays.": "Profil auf Relays veröffentlicht.",
16
+ "Profile update failed: ": "Profilaktualisierung fehlgeschlagen: ",
17
+ "Profile import failed \\(": "Profilimport fehlgeschlagen (",
18
+ "Profile imported from relays. Review and publish.": "Profil von Relays importiert. Überprüfen und veröffentlichen.",
19
+ "Profile imported. Review and publish.": "Profil importiert. Überprüfen und veröffentlichen.",
20
+ "Profile import failed: ": "Profilimport fehlgeschlagen: ",
21
+
22
+ "`disconnected \\(": "`getrennt (",
23
+ "\"no reason\"": "\"kein Grund\"",
24
+
25
+ "\"gateway client stopped\"": "\"Gateway-Client gestoppt\"",
26
+ "gateway closed \\(": "Gateway geschlossen (",
27
+ "\"connect failed\"": "\"Verbindung fehlgeschlagen\"",
28
+ " event handler error:": " Event-Handler-Fehler:",
29
+ "\"request failed\"": "\"Anfrage fehlgeschlagen\"",
30
+ "\"gateway not connected\"": "\"Gateway nicht verbunden\"",
31
+
32
+ "Disconnected from gateway.": "Vom Gateway getrennt.",
33
+
34
+ "\"Expand sidebar\"": "\"Seitenleiste ausklappen\"",
35
+ "\"Collapse sidebar\"": "\"Seitenleiste einklappen\"",
36
+
37
+ ">Health<": ">Zustand<",
38
+ "\"OK\"": "\"OK\"",
39
+ "\"Offline\"": "\"Offline\"",
40
+
41
+ ">Gateway Dashboard<": ">Gateway-Dashboard<",
42
+
43
+
44
+ "\"Chat\"": "\"Chat\"",
45
+ "Direct gateway chat session for quick interventions.": "Direkte Gateway-Chat-Sitzung für schnelle Eingriffe.",
46
+ "\"Control\"": "\"Steuerung\"",
47
+ "\"Overview\"": "\"Übersicht\"",
48
+ "Gateway status, entry points, and a fast health read.": "Gateway-Status, Einstiegspunkte und schneller Zustandsbericht.",
49
+ "\"Channels\"": "\"Kanäle\"",
50
+ "Manage channels and settings.": "Kanäle und Einstellungen verwalten.",
51
+ "\"Instances\"": "\"Instanzen\"",
52
+ "Presence beacons from connected clients and nodes.": "Präsenzsignale von verbundenen Clients und Knoten.",
53
+ "\"Sessions\"": "\"Sitzungen\"",
54
+ "Inspect active sessions and adjust per-session defaults.": "Aktive Sitzungen inspizieren und sitzungsspezifische Standardwerte anpassen.",
55
+ "\"Usage\"": "\"Nutzung\"",
56
+ "See where tokens go, when sessions spike, and what drives cost.": "Sehen Sie, wohin Token gehen, wann Sitzungen ansteigen und was Kosten verursacht.",
57
+ "\"Cron Jobs\"": "\"Cron-Jobs\"",
58
+ "Schedule wakeups and recurring agent runs.": "Planen Sie Aufweckvorgänge und wiederkehrende Agentenläufe.",
59
+ "\"Agent\"": "\"Agent\"",
60
+ "\"Agents\"": "\"Agenten\"",
61
+ "Manage agent workspaces, tools, and identities.": "Verwalten Sie Agentenarbeitsbereiche, Werkzeuge und Identitäten.",
62
+ "\"Skills\"": "\"Fähigkeiten\"",
63
+ "Manage skill availability and API key injection.": "Verwalten Sie die Verfügbarkeit von Fähigkeiten und die API-Schlüssel-Injektion.",
64
+ "\"Nodes\"": "\"Knoten\"",
65
+ "Paired devices, capabilities, and command exposure.": "Gekoppelte Geräte, Fähigkeiten und Befehlsfreigabe.",
66
+ "\"Settings\"": "\"Einstellungen\"",
67
+ "\"Config\"": "\"Konfiguration\"",
68
+ "Edit ~/.openclaw/openclaw.json safely.": "Bearbeiten Sie ~/.openclaw/openclaw.json sicher.",
69
+ "\"Debug\"": "\"Debug\"",
70
+ "Gateway snapshots, events, and manual RPC calls.": "Gateway-Momentaufnahmen, Ereignisse und manuelle RPC-Aufrufe.",
71
+ "\"Logs\"": "\"Protokolle\"",
72
+ "Live tail of the gateway file logs.": "Live-Verfolgung der Gateway-Dateiprotokolle.",
73
+ "\\(opens in new tab\\)": "(wird in neuem Tab geöffnet)",
74
+ "Presence beacons from the gateway and clients.": "Präsenzsignale vom Gateway und von Clients.",
75
+
76
+
77
+ "\"Health\"": "\"Zustand\"",
78
+ "\"Resources\"": "\"Ressourcen\"",
79
+ "\"Docs\"": "\"Dokumentation\"",
80
+
81
+ "\"Language\"": "\"Sprache\"",
82
+ "\"Connect\"": "\"Verbinden\"",
83
+ "\"Snapshot\"": "\"Momentaufnahme\"",
84
+ "\"Status\"": "\"Status\"",
85
+ "\"Uptime\"": "\"Betriebszeit\"",
86
+ "Tick Interval": "Tick-Intervall",
87
+ "Last Channels Refresh": "Letzte Kanalaktualisierung",
88
+ "\"Notes\"": "\"Notizen\"",
89
+
90
+ "\"Config Last Touched Version\"": "\"Konfiguration zuletzt berührte Version\"",
91
+ "\"Config Last Touched At\"": "\"Konfiguration zuletzt berührt um\"",
92
+
93
+
94
+ "\"IRC DM Policy\"": "\"IRC-DM-Richtlinie\"",
95
+ "\"IRC NickServ Enabled\"": "\"IRC NickServ aktiviert\"",
96
+
97
+ "\"just now\"": "\"gerade eben\"",
98
+ "\\}s`": "}s`",
99
+ "\\}m ago`": "}m her`",
100
+ "\\}m`": "}m`",
101
+ "\\}h ago`": "}h her`",
102
+ "\\}h`": "}h`",
103
+ "\\}d ago`": "}T her`",
104
+ "\\}d`": "}T`",
105
+ "\"in <1m\"": "\"in <1m\"",
106
+ "`in ": "`in "
107
+ }
@@ -3,7 +3,7 @@
3
3
  "\\} configured.<": "} konfiguriert.<",
4
4
  "No agents found.": "Keine Agenten gefunden.",
5
5
  ">Select an agent<": ">Agent auswählen<",
6
- "Pick an agent to inspect its workspace and tools.": "Wählen Sie einen Agenten aus, um seinen Arbeitsbereich und seine Tools zu untersuchen.",
6
+ "Pick an agent to inspect its workspace and tools.": "Wählen Sie einen Agenten aus, um seinen Arbeitsbereich und seine Werkzeuge zu inspizieren.",
7
7
  "Agent workspace and routing.": "Agentenarbeitsbereich und Routing.",
8
8
  "\"Tools\"": "\"Werkzeuge\"",
9
9
 
@@ -19,36 +19,122 @@
19
19
  ">Model Selection<": ">Modellauswahl<",
20
20
  ">Primary model": ">Primärmodell",
21
21
  " \\(default\\)": " (Standard)",
22
- "Fallbacks \\(comma-separated\\)": "Fallbacks (kommagetrennt)",
23
- "Inherit default \\(": "Standard übernehmen (",
24
- "\"Inherit default\"": "\"Standard übernehmen\"",
25
- ">Fallbacks (comma-separated)<": ">Fallbacks (kommagetrennt)<",
22
+ "Fallbacks \\(comma-separated\\)": "Fallbacks (durch Kommas getrennt)",
23
+ "Inherit default \\(": "Standard erben (",
24
+ "\"Inherit default\"": "\"Standard erben\"",
25
+ ">Fallbacks (comma-separated)<": ">Fallbacks (durch Kommas getrennt)<",
26
26
  "\"Save\"": "\"Speichern\"",
27
27
  "\"yes\"": "\"ja\"",
28
28
  "\"no\"": "\"nein\"",
29
29
 
30
30
  "\"Workspace, identity, and model configuration.\"": "\"Arbeitsbereichs-, Identitäts- und Modellkonfiguration.\"",
31
- "Load channels to see live status.": "Kanäle laden, um den Live-Status anzuzeigen.",
32
- "Gateway-wide channel status snapshot.": "Gateway-weiter Kanalstatus-Schnappschuss.",
31
+ "Load channels to see live status.": "Kanäle laden, um den Live-Status zu sehen.",
32
+ "Gateway-wide channel status snapshot.": "Gateway-weite Momentaufnahme des Kanalstatus.",
33
33
  " Last refresh:": " Letzte Aktualisierung:",
34
34
  "No channels found.": "Keine Kanäle gefunden.",
35
- "\"no accounts\"": "\"keine Konten\"",
36
35
  "\\} enabled": "} aktiviert",
37
36
  "Workspace and scheduling targets.": "Arbeitsbereichs- und Planungsziele.",
38
37
  "Gateway cron status.": "Gateway-Cron-Status.",
39
38
  ">Next wake<": ">Nächstes Aufwachen<",
40
39
  ">Agent Cron Jobs<": ">Agenten-Cron-Jobs<",
41
- "Scheduled jobs targeting this agent.": "Geplante Aufträge für diesen Agenten.",
42
- "No jobs assigned.": "Keine Aufträge zugewiesen.",
40
+ "Scheduled jobs targeting this agent.": "Geplante Jobs, die auf diesen Agenten abzielen.",
41
+ "No jobs assigned.": "Keine Jobs zugewiesen.",
43
42
  ">Core Files<": ">Kerndateien<",
44
- "Bootstrap persona, identity, and tool guidance.": "Bootstrap-Persona, Identität und Tool-Anleitung.",
43
+ "Bootstrap persona, identity, and tool guidance.": "Bootstrap-Persona, Identität und Werkzeuganleitung.",
45
44
  ">Workspace:": ">Arbeitsbereich:",
46
45
  " Load the agent workspace files to edit core instructions.": " Laden Sie die Agenten-Arbeitsbereichsdateien, um Kernanweisungen zu bearbeiten.",
47
46
  "No files found.": "Keine Dateien gefunden.",
48
47
  "Select a file to edit.": "Wählen Sie eine Datei zum Bearbeiten aus.",
49
- " This file is missing. Saving will create it in the agent workspace.": " Diese Datei fehlt. Beim Speichern wird sie im Agenten-Arbeitsbereich erstellt.",
48
+ " This file is missing. Saving will create it in the agent workspace.": " Diese Datei fehlt. Beim Speichern wird sie im Agentenarbeitsbereich erstellt.",
50
49
  ">Content<": ">Inhalt<",
51
- ">missing<": ">fehlt<",
50
+ ">missing<": ">fehlt<",
51
+
52
+
53
+ "\"Files\"": "\"Dateien\"",
54
+ "\"Read file contents\"": "\"Dateiinhalte lesen\"",
55
+ "\"Create or overwrite files\"": "\"Dateien erstellen oder überschreiben\"",
56
+ "\"Make precise edits\"": "\"Präzise Bearbeitungen vornehmen\"",
57
+ "\"Patch files \\(OpenAI\\)\"": "\"Patch-Dateien (OpenAI)\"",
58
+
59
+ "\"Runtime\"": "\"Laufzeit\"",
60
+ "\"Run shell commands\"": "\"Shell-Befehle ausführen\"",
61
+ "\"Manage background processes\"": "\"Hintergrundprozesse verwalten\"",
62
+
63
+ "\"Web\"": "\"Web\"",
64
+ "\"Search the web\"": "\"Web durchsuchen\"",
65
+ "\"Fetch web content\"": "\"Webinhalte abrufen\"",
66
+
67
+ "\"Memory\"": "\"Speicher\"",
68
+ "\"Semantic search\"": "\"Semantische Suche\"",
69
+ "\"Read memory files\"": "\"Speicherdateien lesen\"",
70
+ "\"List sessions\"": "\"Sitzungen auflisten\"",
71
+
72
+ "\"Session history\"": "\"Sitzungsverlauf\"",
73
+ "\"Send to session": "\"An Sitzung senden",
74
+ "\"Spawn sub-agent\"": "\"Sub-Agent erzeugen\"",
75
+ "\"Session status\"": "\"Sitzungsstatus\"",
76
+
77
+ "\"UI\"": "\"UI\"",
78
+ "\"Control web browser\"": "\"Webbrowser steuern\"",
79
+ "\"Control canvases\"": "\"Leinwände steuern\"",
80
+
81
+ "\"Send messages\"": "\"Nachrichten senden\"",
82
+
83
+ "\"Automation\"": "\"Automatisierung\"",
84
+ "\"Schedule tasks\"": "\"Aufgaben planen\"",
85
+
86
+ "\"Gateway control\"": "\"Gateway-Steuerung\"",
87
+ "\"Nodes \\+ devices\"": "\"Knoten + Geräte\"",
88
+ "\"List agents\"": "\"Agenten auflisten\"",
89
+
90
+ "\"Media\"": "\"Medien\"",
91
+ "\"Image understanding\"": "\"Bildverständnis\"",
92
+
93
+ "\"Minimal\"": "\"Minimal\"",
94
+ "\"Coding\"": "\"Codierung\"",
95
+ "\"Messaging\"": "\"Nachrichtenübermittlung\"",
96
+ "\"Full\"": "\"Vollständig\"",
97
+
98
+ "\\} selected": "} ausgewählt",
99
+ "\"all skills\"": "\"alle Fähigkeiten\"",
100
+
101
+
102
+ ">Agent Context<": ">Agentenkontext<",
103
+ "\"no accounts\"": "\"keine Konten\"",
104
+ " connected`": " verbunden`",
105
+ " configured`": " konfiguriert`",
106
+ "\"not configured\"": "\"nicht konfiguriert\"",
107
+
108
+ "\"agent override\"": "\"Agenten-Übersteuerung\"",
109
+ "\"global default\"": "\"globaler Standard\"",
110
+ "\"default\"": "\"Standard\"",
111
+
112
+ ">Tool Access<": ">Werkzeugzugriff<",
113
+ " Profile \\+ per-tool overrides for this agent.": " Profil + werkzeugspezifische Übersteuerungen für diesen Agenten.",
114
+ "> enabled.": "> aktiviert.",
115
+
116
+ " Use All": " Alle verwenden",
117
+ " Enable All": " Alle aktivieren",
118
+ " Disable All": " Alle deaktivieren",
119
+ " Reload Config": " Konfiguration neu laden",
120
+
121
+ " Reload": " Neu laden",
122
+
123
+ "Load the gateway config to adjust tool profiles.": "Laden Sie die Gateway-Konfiguration, um Werkzeugprofile anzupassen.",
124
+ " This agent is using an explicit allowlist in config. Tool overrides are managed in the Config tab.": "Dieser Agent verwendet eine explizite Zulassungsliste in der Konfiguration. Werkzeugübersteuerungen werden im Tab „Konfiguration“ verwaltet.",
125
+ " Global tools.allow is set. Agent overrides cannot enable tools that are globally blocked.": "Globale tools.allow ist gesetzt. Agentenübersteuerungen können keine global gesperrten Werkzeuge aktivieren.",
126
+
127
+ ">Profile<": ">Profil<",
128
+ ">Source<": ">Quelle<",
129
+ ">unsaved<": ">nicht gespeichert<",
130
+
131
+ ">Quick Presets<": ">Schnellvoreinstellungen<",
132
+ " Inherit": " Vererben",
133
+
134
+ "Per-agent skill allowlist and workspace skills.": "Agentenspezifische Fähigkeiten-Zulassungsliste und Arbeitsbereichsfähigkeiten.",
135
+ "Load the gateway config to set per-agent skills.": "Laden Sie die Gateway-Konfiguration, um agentenspezifische Fähigkeiten festzulegen.",
136
+ "This agent uses a custom skill allowlist.": "Dieser Agent verwendet eine benutzerdefinierte Fähigkeiten-Zulassungsliste.",
137
+ "All skills are enabled. Disabling any skill will create a per-agent allowlist.": "Alle Fähigkeiten sind aktiviert. Das Deaktivieren einer Fähigkeit erstellt eine agentenspezifische Zulassungsliste.",
138
+ "Load skills for this agent to view workspace-specific entries.": "Laden Sie die Fähigkeiten für diesen Agenten, um arbeitsbereichsspezifische Einträge anzuzeigen."
52
139
 
53
- " Reload": " Neu laden"
54
140
  }
@@ -1,11 +1,91 @@
1
1
  {
2
2
  "Channel health": "Kanalzustand",
3
- "Channel status snapshots from the gateway.": "Kanalstatus-Schnappschüsse vom Gateway.",
4
- "No snapshot yet.": "Noch kein Schnappschuss vorhanden.",
3
+ "Channel status snapshots from the gateway.": "Momentaufnahmen des Kanalstatus vom Gateway.",
4
+ "No snapshot yet.": "Noch keine Momentaufnahme.",
5
5
  "Channel status and configuration.": "Kanalstatus und -konfiguration.",
6
6
  "\"Yes\"": "\"Ja\"",
7
7
  "\"Active\"": "\"Aktiv\"",
8
8
  "\"No\"": "\"Nein\"",
9
9
  ">Running<": ">Läuft<",
10
- ">Connected<": ">Verbunden<"
10
+ ">Connected<": ">Verbunden<",
11
+
12
+
13
+ "Schema unavailable. Use Raw.": "Schema nicht verfügbar. Rohdaten verwenden.",
14
+ "Channel config schema unavailable.": "Kanalkonfigurationsschema nicht verfügbar.",
15
+ "Loading config schema…": "Lade Konfigurationsschema…",
16
+
17
+ ">Configured<": ">Konfiguriert<",
18
+ ">Linked<": ">Verknüpft<",
19
+ ">Last start<": ">Letzter Start<",
20
+ ">Last probe<": ">Letzte Überprüfung<",
21
+ ">Last connect<": ">Letzte Verbindung<",
22
+ ">Last message<": ">Letzte Nachricht<",
23
+ ">Last inbound<": ">Letzter Eingang<",
24
+ ">Auth age<": ">Authentifizierungsalter<",
25
+ ">Mode<": ">Modus<",
26
+ ">Credential<": ">Anmeldedaten<",
27
+ ">Public Key<": ">Öffentlicher Schlüssel<",
28
+ ">Audience<": ">Zielgruppe<",
29
+ ">Profile<": ">Profil<",
30
+
31
+ "No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "Kein Profil festgelegt. Klicken Sie auf „Profil bearbeiten“, um Namen, Bio und Avatar hinzuzufügen.",
32
+ "\"Saving…\"": "\"Speichern…\"",
33
+ "\"Save\"": "\"Speichern\"",
34
+ " probe": " Prüfung",
35
+
36
+ " Probe": " Prüfung",
37
+ "\"ok\" \\:": "\"ok\" :",
38
+ "\"failed\"": "\"fehlgeschlagen\"",
39
+
40
+ "Decentralized DMs via Nostr relays \\(NIP-04\\).": "Dezentrale Direktnachrichten über Nostr-Relays (NIP-04).",
41
+
42
+
43
+ "Chat API webhook status and channel configuration.": "Chat-API-Webhook-Status und Kanalkonfiguration.",
44
+
45
+ "macOS bridge status and channel configuration.": "macOS-Bridge-Status und Kanalkonfiguration.",
46
+
47
+
48
+ ">Edit Profile<": ">Profil bearbeiten<",
49
+ ">Account: ": ">Konto: ",
50
+
51
+ "\"Username\"": "\"Benutzername\"",
52
+ "\"Short username \\(": "\"Kurzer Benutzername (",
53
+ "\"Display Name\"": "\"Anzeigename\"",
54
+ "Your full display name": "Ihr vollständiger Anzeigename",
55
+ "\"Bio\"": "\"Bio\"",
56
+ "Tell people about yourself...": "Erzählen Sie den Leuten von sich...",
57
+ "\"Avatar URL\"": "\"Avatar-URL\"",
58
+ "A brief bio or description": "Eine kurze Biografie oder Beschreibung",
59
+ "\"Banner URL\"": "\"Banner-URL\"",
60
+ "HTTPS URL to your profile picture": " HTTPS-URL zu Ihrem Profilbild",
61
+ "HTTPS URL to a banner image": "HTTPS-URL zu einem Bannerbild",
62
+ "\"Website\"": "\"Webseite\"",
63
+ "Your personal website": "Ihre persönliche Webseite",
64
+ "\"NIP-05 Identifier\"": "\"NIP-05-Kennung\"",
65
+ "\"Verifiable identifier ": "\"Überprüfbare Kennung ",
66
+ "\"Lightning Address\"": "\"Lightning-Adresse\"",
67
+ "\"Lightning address for tips ": "\"Lightning-Adresse für Trinkgelder ",
68
+ "\"Saving...\"": "\"Speichern...\"",
69
+ "Save & Publish": "Speichern & Veröffentlichen",
70
+ "\"Importing...\"": "\"Importieren...\"",
71
+ "\"Import from Relays\"": "\"Von Relays importieren\"",
72
+ "\"Hide Advanced\"": "\"Erweitert ausblenden\"",
73
+ "\"Show Advanced\"": "\"Erweitert anzeigen\"",
74
+ " You have unsaved changes": " Sie haben ungespeicherte Änderungen",
75
+
76
+ ">Display Name<": ">Anzeigename<",
77
+ ">About<": ">Über<",
78
+
79
+ ">Accounts ": ">Konten ",
80
+
81
+
82
+ "signal-cli status and channel configuration.": "signal-cli-Status und Kanalkonfiguration.",
83
+ ">Base URL<": ">Basis-URL<",
84
+
85
+
86
+ "Socket mode status and channel configuration.": "Socket-Modus-Status und Kanalkonfiguration.",
87
+
88
+ "Bot status and channel configuration.": "Bot-Status und Kanalkonfiguration.",
89
+
90
+ "Link WhatsApp Web and monitor connection health.": "WhatsApp Web verknüpfen und Verbindungszustand überwachen."
11
91
  }
@@ -3,9 +3,9 @@
3
3
  "Context compacted": "Kontext komprimiert",
4
4
  "Attachment preview": "Anhangs-Vorschau",
5
5
  "Remove attachment": "Anhang entfernen",
6
- "Add a message or paste more images...": "Nachricht hinzufügen oder mehr Bilder einfügen...",
6
+ "Add a message or paste more images...": "Nachricht hinzufügen oder weitere Bilder einfügen...",
7
7
  "Message \\(↩ to send, Shift\\+↩ for line breaks, paste images\\)": "Nachricht (↩ zum Senden, Shift+↩ für Zeilenumbrüche, Bilder einfügen)",
8
- "Connect to the gateway to start chatting…": "Mit dem Gateway verbinden, um mit dem Chatten zu beginnen…",
8
+ "Connect to the gateway to start chatting…": "Mit dem Gateway verbinden, um zu chatten…",
9
9
  "Loading chat…": "Chat wird geladen…",
10
10
  "Exit focus mode": "Fokusmodus beenden",
11
11
  ">Queued ": ">In Warteschlange ",
@@ -1,8 +1,49 @@
1
1
  {
2
2
  ">All Settings<": ">Alle Einstellungen<",
3
+
4
+ "\"Environment Variables\"": "\"Umgebungsvariablen\"",
5
+ "Environment variables passed to the gateway process": "An den Gateway-Prozess übergebene Umgebungsvariablen",
6
+ "\"Updates\"": "\"Updates \"",
7
+ "Auto-update settings and release channel": "Auto-Update-Einstellungen und Release-Kanal",
8
+ "Agent configurations, models, and identities": "Agentenkonfigurationen, Modelle und Identitäten",
9
+ "API keys and authentication profiles": "API-Schlüssel und Authentifizierungsprofile",
10
+ "Messaging channels (Telegram, Discord, Slack, etc.)": "Nachrichtenkanäle (Telegram, Discord, Slack, etc.)",
11
+ "Custom slash commands": "Benutzerdefinierte Slash-Befehle",
12
+ "Webhooks and event hooks": "Webhooks und Event-Hooks",
13
+ "Skill packs and capabilities": "Fähigkeitenpakete und -möglichkeiten",
14
+ "Tool configurations (browser, search, etc.)": "Werkzeugkonfigurationen (Browser, Suche, etc.)",
15
+ "Gateway server settings (port, auth, binding)": "Gateway-Servereinstellungen (Port, Authentifizierung, Bindung)",
16
+ "Setup wizard state and history": "Setup-Assistentenstatus und -verlauf",
17
+ "\"Metadata\"": "\"Metadaten\"",
18
+ "Gateway metadata and version information": "Gateway-Metadaten und Versionsinformationen",
19
+ "Log levels and output configuration": "Log-Level und Ausgabekonfiguration",
20
+ "\"Browser\"": "\"Browser\"",
21
+ "Browser automation settings": "Browser-Automatisierungseinstellungen",
22
+ "User interface preferences": "Benutzeroberflächeneinstellungen",
23
+ "AI model configurations and providers": "KI-Modellkonfigurationen und Anbieter",
24
+ "\"Bindings\"": "\"Bindungen\"",
25
+ "Key bindings and shortcuts": "Tastenzuordnungen und Tastenkürzel",
26
+ "\"Broadcast\"": "\"Rundfunk\"",
27
+ "Broadcast and notification settings": "Rundfunk- und Benachrichtigungseinstellungen",
28
+ "\"Audio\"": "\"Audio\"",
29
+ "Audio input/output settings": "Audio-Eingabe-/Ausgabeeinstellungen",
30
+ "Session management and persistence": "Sitzungsverwaltung und -persistenz",
31
+ "Scheduled tasks and automation": "Geplante Aufgaben und Automatisierung",
32
+ "Web server and API settings": "Webserver- und API-Einstellungen",
33
+ "\"Discovery\"": "\"Erkennung\"",
34
+ "Service discovery and networking": "Diensterkennung und Vernetzung",
35
+ "Canvas rendering and display": "Canvas-Rendering und -Anzeige",
36
+ "\"Talk\"": "\"Sprache\"",
37
+ "Voice and speech settings": "Sprach- und Sprecheinstellungen",
38
+ "\"Plugins\"": "\"Plugins\"",
39
+ "Plugin management and extensions": "Plugin-Verwaltung und Erweiterungen",
40
+ ">Schema unavailable.<": ">Schema nicht verfügbar.<",
41
+ "Unsupported schema. Use Raw.": "Nicht unterstütztes Schema. Rohdaten verwenden.",
42
+ "No settings match ": "Keine Einstellungen entsprechen ",
43
+ "No settings in this section": "Keine Einstellungen in diesem Abschnitt",
44
+
3
45
 
4
46
  "\"Environment\"": "\"Umgebung\"",
5
- "\"Updates\"": "\"Updates\"",
6
47
  "\"Authentication\"": "\"Authentifizierung\"",
7
48
  "\"Commands\"": "\"Befehle\"",
8
49
  "\"Hooks\"": "\"Hooks\"",
@@ -12,24 +53,17 @@
12
53
  "\"Meta\"": "\"Meta\"",
13
54
  "\"Diagnostics\"": "\"Diagnose\"",
14
55
  "\"Logging\"": "\"Protokollierung\"",
15
- "\"Browser\"": "\"Browser\"",
16
56
  "\"Ui\"": "\"Benutzeroberfläche\"",
17
57
  "\"Models\"": "\"Modelle\"",
18
58
  "\"NodeHost\"": "\"Knoten-Host\"",
19
- "\"Bindings\"": "\"Tastenkombinationen\"",
20
- "\"Broadcast\"": "\"Broadcast\"",
21
- "\"Audio\"": "\"Audio\"",
22
59
  "\"Media\"": "\"Medien\"",
23
60
  "\"Messages\"": "\"Nachrichten\"",
24
61
  "\"Approvals\"": "\"Genehmigungen\"",
25
62
  "\"Session\"": "\"Sitzung\"",
26
63
  "\"Cron\"": "\"Cron\"",
27
64
  "\"Web\"": "\"Web\"",
28
- "\"Discovery\"": "\"Discovery\"",
29
65
  "\"CanvasHost\"": "\"Canvas-Host\"",
30
- "\"Talk\"": "\"Sprache\"",
31
66
  "\"Memory\"": "\"Speicher\"",
32
- "\"Plugins\"": "\"Plugins\"",
33
67
 
34
68
  ">Settings<": ">Einstellungen<",
35
69
  "\"unknown\"": "\"unbekannt\"",
@@ -46,8 +80,8 @@
46
80
  "\"Update\"": "\"Aktualisieren\"",
47
81
  ">View ": ">Ansicht ",
48
82
  "\\} pending": "} ausstehend",
49
- " change\\$": " Änderung$",
83
+ " change\\$": " Änderung$",
50
84
  "Loading schema…": "Lade Schema…",
51
85
  " Form view can't safely edit some fields. Use Raw to avoid losing config entries.": " Die Formularansicht kann einige Felder nicht sicher bearbeiten. Verwenden Sie Rohdaten, um Konfigurationseinträge nicht zu verlieren.",
52
- ">Raw JSON5<": ">Rohdaten JSON5<"
86
+ ">Raw JSON5<": ">Roh-JSON5<"
53
87
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- ">Scheduler<": ">Scheduler<",
3
- "Gateway-owned cron scheduler status.": "Status des gateway-eigenen Cron-Schedulers.",
2
+ ">Scheduler<": ">Planer<",
3
+ "Gateway-owned cron scheduler status.": "Status des Gateway-eigenen Cron-Planers.",
4
4
  ">Enabled<": ">Aktiviert<",
5
5
  "\"Refreshing…\"": "\"Aktualisiere…\"",
6
- ">New Job<": ">Neuer Auftrag<",
7
- "Create a scheduled wakeup or agent run.": "Einen geplanten Wakeup oder Agentenlauf erstellen.",
6
+ ">New Job<": ">Neuer Job<",
7
+ "Create a scheduled wakeup or agent run.": "Erstellen Sie ein geplantes Aufwecken oder einen Agentenlauf.",
8
8
  ">Name<": ">Name<",
9
9
  ">Description<": ">Beschreibung<",
10
10
  ">Agent ID<": ">Agenten-ID<",
11
11
  ">Schedule<": ">Zeitplan<",
12
- ">Every<": ">Alle<",
12
+ ">Every<": ">Jede<",
13
13
  ">At<": ">Um<",
14
14
  ">Cron<": ">Cron<",
15
15
 
@@ -17,13 +17,13 @@
17
17
  ">Isolated<": ">Isoliert<",
18
18
 
19
19
  ">Session<": ">Sitzung<",
20
- ">Wake mode<": ">Wake-Modus<",
20
+ ">Wake mode<": ">Aufweckmodus<",
21
21
  ">Now<": ">Jetzt<",
22
- ">Next heartbeat<": ">Nächster Heartbeat<",
22
+ ">Next heartbeat<": ">Nächster Herzschlag<",
23
23
 
24
- ">Payload<": ">Nutzlast<",
24
+ ">Payload<": ">Nutzdaten<",
25
25
  ">System event<": ">Systemereignis<",
26
- ">Agent turn<": ">Agentenrunde<",
26
+ ">Agent turn<": ">Agentenzug<",
27
27
  "\"System text\"": "\"Systemtext\"",
28
28
  "\"Agent message\"": "\"Agentennachricht\"",
29
29
 
@@ -35,13 +35,13 @@
35
35
  ">To<": ">An<",
36
36
  "1555… or chat id": "1555… oder Chat-ID",
37
37
 
38
- "\"Add job\"": "\"Auftrag hinzufügen\"",
39
- ">Jobs<": ">Aufträge<",
40
- "All scheduled jobs stored in the gateway.": "Alle im Gateway gespeicherten geplanten Aufträge.",
41
- "No jobs yet.": "Noch keine Aufträge.",
38
+ "\"Add job\"": "\"Job hinzufügen\"",
39
+ ">Jobs<": ">Jobs<",
40
+ "All scheduled jobs stored in the gateway.": "Alle im Gateway gespeicherten geplanten Jobs.",
41
+ "No jobs yet.": "Noch keine Jobs.",
42
42
  ">Run history<": ">Ausführungsverlauf<",
43
43
  ">Latest runs for ": ">Letzte Ausführungen für ",
44
- "Select a job to inspect run history.": "Wählen Sie einen Auftrag aus, um den Ausführungsverlauf einzusehen.",
44
+ "Select a job to inspect run history.": "Wählen Sie einen Job aus, um den Ausführungsverlauf zu prüfen.",
45
45
  "No runs yet.": "Noch keine Ausführungen.",
46
46
  ">Run at<": ">Ausgeführt um<",
47
47
  ">Unit<": ">Einheit<",
@@ -58,7 +58,7 @@
58
58
  ">Status<": ">Status<",
59
59
  ">Next<": ">Nächste<",
60
60
  ">Last<": ">Letzte<",
61
- ">Open run chat<": ">Ausführungs-Chat öffnen<",
61
+ ">Open run chat<": ">Ausführungschat öffnen<",
62
62
 
63
- "\"\\(select a job\\)\"": "\"(Auftrag auswählen)\""
63
+ "\"\\(select a job\\)\"": "\"(wählen Sie einen Job aus)\""
64
64
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- ">Snapshots<": ">Schnappschüsse<",
3
- "Status, health, and heartbeat data.": "Status-, Zustands- und Heartbeat-Daten.",
4
- " Security audit:": " Sicherheitsaudit:",
5
- "\\}. Run": "}. Führen Sie",
6
- "> for details.": "> für Details aus.",
7
- ">Last heartbeat<": ">Letzter Heartbeat<",
2
+ ">Snapshots<": ">Momentaufnahmen<",
3
+ "Status, health, and heartbeat data.": "Status-, Zustands- und Herzschlagdaten.",
4
+ " Security audit:": " Sicherheitsüberprüfung:",
5
+ "\\}. Run": "}. Ausführen",
6
+ "> for details.": "> für Details.",
7
+ ">Last heartbeat<": ">Letzter Herzschlag<",
8
8
  ">Manual RPC<": ">Manueller RPC<",
9
9
  "Send a raw gateway method with JSON params.": "Senden Sie eine rohe Gateway-Methode mit JSON-Parametern.",
10
10
  ">Method<": ">Methode<",
@@ -1,8 +1,7 @@
1
1
  {
2
2
  ">Connected Instances<": ">Verbundene Instanzen<",
3
- "Presence beacons from the gateway and clients.": "Präsenzsignale vom Gateway und den Clients.",
4
3
  "\"unknown host\"": "\"unbekannter Host\"",
5
- "\"Loading…\"": "\"Laden…\"",
4
+ "\"Loading…\"": "\"Lade… \"",
6
5
  "\"Refresh\"": "\"Aktualisieren\"",
7
6
  ">Last input ": ">Letzte Eingabe ",
8
7
  ">Reason ": ">Grund "
@@ -6,7 +6,7 @@
6
6
  " Export ": " Exportieren ",
7
7
  "\"Search logs\"": "\"Protokolle durchsuchen\"",
8
8
  ">Auto-follow<": ">Auto-folgen<",
9
- "Log output truncated; showing latest chunk.": "Protokollausgabe gekürzt; zeige neuesten Ausschnitt.",
10
- ">Last heartbeat<": ">Letzter Heartbeat<",
9
+ "Log output truncated; showing latest chunk.": "Protokollausgabe abgeschnitten; zeige neuesten Teil.",
10
+ ">Last heartbeat<": ">Letzter Herzschlag<",
11
11
  "No log entries.": "Keine Protokolleinträge."
12
12
  }