clawui 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of clawui might be problematic. Click here for more details.
- package/LICENSE +21 -0
- package/README.md +29 -0
- package/dist/index.js +60 -0
- package/locales/bn/extensions/feishu.json +37 -0
- package/locales/bn/src/config/schema.field-metadata.json +4 -0
- package/locales/bn/src/config/schema.irc.json +4 -0
- package/locales/bn/src/infra/format-time/app-gateway.json +12 -0
- package/locales/bn/ui/app-channels.json +10 -0
- package/locales/bn/ui/app-gateway.json +4 -0
- package/locales/bn/ui/app-render.helpers.json +12 -0
- package/locales/bn/ui/app-render.json +16 -0
- package/locales/bn/ui/gateway.json +8 -0
- package/locales/bn/ui/navigation.json +31 -0
- package/locales/bn/ui/views/agents-panels-status-files.json +7 -0
- package/locales/bn/ui/views/agents-panels-tools-skills.json +31 -0
- package/locales/bn/ui/views/agents-utils.json +49 -0
- package/locales/bn/ui/views/agents.json +54 -0
- package/locales/bn/ui/views/channels.config.json +31 -0
- package/locales/bn/ui/views/channels.discord.json +3 -0
- package/locales/bn/ui/views/channels.googlechat.json +3 -0
- package/locales/bn/ui/views/channels.imessage.json +3 -0
- package/locales/bn/ui/views/channels.json +11 -0
- package/locales/bn/ui/views/channels.nostr-profile-form.json +29 -0
- package/locales/bn/ui/views/channels.nostr.json +5 -0
- package/locales/bn/ui/views/channels.shared.json +3 -0
- package/locales/bn/ui/views/channels.signal.json +4 -0
- package/locales/bn/ui/views/channels.slack.json +3 -0
- package/locales/bn/ui/views/channels.telegram.json +3 -0
- package/locales/bn/ui/views/channels.whatsapp.json +3 -0
- package/locales/bn/ui/views/chat.json +23 -0
- package/locales/bn/ui/views/config-form.render.json +43 -0
- package/locales/bn/ui/views/config.json +53 -0
- package/locales/bn/ui/views/cron.json +64 -0
- package/locales/bn/ui/views/debug.json +17 -0
- package/locales/bn/ui/views/instances.json +9 -0
- package/locales/bn/ui/views/logs.json +12 -0
- package/locales/bn/ui/views/nodes-exec-approvals.json +45 -0
- package/locales/bn/ui/views/nodes.json +46 -0
- package/locales/bn/ui/views/overview.json +35 -0
- package/locales/bn/ui/views/sessions.json +20 -0
- package/locales/bn/ui/views/skills-grouping.json +7 -0
- package/locales/bn/ui/views/skills-shared.json +10 -0
- package/locales/bn/ui/views/skills.json +10 -0
- package/locales/bn/ui/views/usage-metrics.json +18 -0
- package/locales/bn/ui/views/usage-query.json +34 -0
- package/locales/bn/ui/views/usage-render-details.json +62 -0
- package/locales/bn/ui/views/usage.json +85 -0
- package/locales/de/extensions/feishu.json +36 -0
- package/locales/de/src/config/schema.field-metadata.json +4 -0
- package/locales/de/src/config/schema.irc.json +4 -0
- package/locales/de/src/infra/format-time/app-gateway.json +12 -0
- package/locales/de/ui/app-channels.json +10 -0
- package/locales/de/ui/app-gateway.json +4 -0
- package/locales/de/ui/app-render.helpers.json +12 -0
- package/locales/de/ui/app-render.json +16 -0
- package/locales/de/ui/gateway.json +8 -0
- package/locales/de/ui/navigation.json +31 -0
- package/locales/de/ui/views/agents-panels-status-files.json +7 -0
- package/locales/de/ui/views/agents-panels-tools-skills.json +31 -0
- package/locales/de/ui/views/agents-utils.json +49 -0
- package/locales/de/ui/views/agents.json +54 -0
- package/locales/de/ui/views/channels.config.json +31 -0
- package/locales/de/ui/views/channels.discord.json +3 -0
- package/locales/de/ui/views/channels.googlechat.json +3 -0
- package/locales/de/ui/views/channels.imessage.json +3 -0
- package/locales/de/ui/views/channels.json +11 -0
- package/locales/de/ui/views/channels.nostr-profile-form.json +29 -0
- package/locales/de/ui/views/channels.nostr.json +5 -0
- package/locales/de/ui/views/channels.shared.json +3 -0
- package/locales/de/ui/views/channels.signal.json +4 -0
- package/locales/de/ui/views/channels.slack.json +3 -0
- package/locales/de/ui/views/channels.telegram.json +3 -0
- package/locales/de/ui/views/channels.whatsapp.json +3 -0
- package/locales/de/ui/views/chat.json +23 -0
- package/locales/de/ui/views/config-form.render.json +43 -0
- package/locales/de/ui/views/config.json +53 -0
- package/locales/de/ui/views/cron.json +64 -0
- package/locales/de/ui/views/debug.json +17 -0
- package/locales/de/ui/views/instances.json +9 -0
- package/locales/de/ui/views/logs.json +12 -0
- package/locales/de/ui/views/nodes-exec-approvals.json +45 -0
- package/locales/de/ui/views/nodes.json +46 -0
- package/locales/de/ui/views/overview.json +35 -0
- package/locales/de/ui/views/sessions.json +20 -0
- package/locales/de/ui/views/skills-grouping.json +7 -0
- package/locales/de/ui/views/skills-shared.json +10 -0
- package/locales/de/ui/views/skills.json +10 -0
- package/locales/de/ui/views/usage-metrics.json +18 -0
- package/locales/de/ui/views/usage-query.json +34 -0
- package/locales/de/ui/views/usage-render-details.json +62 -0
- package/locales/de/ui/views/usage.json +85 -0
- package/locales/es/extensions/feishu.json +36 -0
- package/locales/es/src/config/schema.field-metadata.json +4 -0
- package/locales/es/src/config/schema.irc.json +4 -0
- package/locales/es/src/infra/format-time/app-gateway.json +12 -0
- package/locales/es/ui/app-channels.json +10 -0
- package/locales/es/ui/app-gateway.json +4 -0
- package/locales/es/ui/app-render.helpers.json +12 -0
- package/locales/es/ui/app-render.json +16 -0
- package/locales/es/ui/gateway.json +8 -0
- package/locales/es/ui/navigation.json +31 -0
- package/locales/es/ui/views/agents-panels-status-files.json +7 -0
- package/locales/es/ui/views/agents-panels-tools-skills.json +31 -0
- package/locales/es/ui/views/agents-utils.json +49 -0
- package/locales/es/ui/views/agents.json +54 -0
- package/locales/es/ui/views/channels.config.json +31 -0
- package/locales/es/ui/views/channels.discord.json +3 -0
- package/locales/es/ui/views/channels.googlechat.json +3 -0
- package/locales/es/ui/views/channels.imessage.json +3 -0
- package/locales/es/ui/views/channels.json +11 -0
- package/locales/es/ui/views/channels.nostr-profile-form.json +29 -0
- package/locales/es/ui/views/channels.nostr.json +5 -0
- package/locales/es/ui/views/channels.shared.json +3 -0
- package/locales/es/ui/views/channels.signal.json +4 -0
- package/locales/es/ui/views/channels.slack.json +3 -0
- package/locales/es/ui/views/channels.telegram.json +3 -0
- package/locales/es/ui/views/channels.whatsapp.json +3 -0
- package/locales/es/ui/views/chat.json +23 -0
- package/locales/es/ui/views/config-form.render.json +43 -0
- package/locales/es/ui/views/config.json +53 -0
- package/locales/es/ui/views/cron.json +64 -0
- package/locales/es/ui/views/debug.json +17 -0
- package/locales/es/ui/views/instances.json +9 -0
- package/locales/es/ui/views/logs.json +12 -0
- package/locales/es/ui/views/nodes-exec-approvals.json +45 -0
- package/locales/es/ui/views/nodes.json +46 -0
- package/locales/es/ui/views/overview.json +35 -0
- package/locales/es/ui/views/sessions.json +20 -0
- package/locales/es/ui/views/skills-grouping.json +7 -0
- package/locales/es/ui/views/skills-shared.json +10 -0
- package/locales/es/ui/views/skills.json +10 -0
- package/locales/es/ui/views/usage-metrics.json +18 -0
- package/locales/es/ui/views/usage-query.json +34 -0
- package/locales/es/ui/views/usage-render-details.json +62 -0
- package/locales/es/ui/views/usage.json +85 -0
- package/locales/fi/extensions/feishu.json +36 -0
- package/locales/fi/src/config/schema.field-metadata.json +4 -0
- package/locales/fi/src/config/schema.irc.json +4 -0
- package/locales/fi/src/infra/format-time/app-gateway.json +12 -0
- package/locales/fi/ui/app-channels.json +10 -0
- package/locales/fi/ui/app-gateway.json +4 -0
- package/locales/fi/ui/app-render.helpers.json +12 -0
- package/locales/fi/ui/app-render.json +16 -0
- package/locales/fi/ui/gateway.json +8 -0
- package/locales/fi/ui/navigation.json +31 -0
- package/locales/fi/ui/views/agents-panels-status-files.json +7 -0
- package/locales/fi/ui/views/agents-panels-tools-skills.json +31 -0
- package/locales/fi/ui/views/agents-utils.json +49 -0
- package/locales/fi/ui/views/agents.json +54 -0
- package/locales/fi/ui/views/channels.config.json +31 -0
- package/locales/fi/ui/views/channels.discord.json +3 -0
- package/locales/fi/ui/views/channels.googlechat.json +3 -0
- package/locales/fi/ui/views/channels.imessage.json +3 -0
- package/locales/fi/ui/views/channels.json +11 -0
- package/locales/fi/ui/views/channels.nostr-profile-form.json +29 -0
- package/locales/fi/ui/views/channels.nostr.json +5 -0
- package/locales/fi/ui/views/channels.shared.json +3 -0
- package/locales/fi/ui/views/channels.signal.json +4 -0
- package/locales/fi/ui/views/channels.slack.json +3 -0
- package/locales/fi/ui/views/channels.telegram.json +3 -0
- package/locales/fi/ui/views/channels.whatsapp.json +3 -0
- package/locales/fi/ui/views/chat.json +23 -0
- package/locales/fi/ui/views/config-form.render.json +43 -0
- package/locales/fi/ui/views/config.json +53 -0
- package/locales/fi/ui/views/cron.json +64 -0
- package/locales/fi/ui/views/debug.json +17 -0
- package/locales/fi/ui/views/instances.json +9 -0
- package/locales/fi/ui/views/logs.json +12 -0
- package/locales/fi/ui/views/nodes-exec-approvals.json +45 -0
- package/locales/fi/ui/views/nodes.json +46 -0
- package/locales/fi/ui/views/overview.json +35 -0
- package/locales/fi/ui/views/sessions.json +20 -0
- package/locales/fi/ui/views/skills-grouping.json +7 -0
- package/locales/fi/ui/views/skills-shared.json +10 -0
- package/locales/fi/ui/views/skills.json +10 -0
- package/locales/fi/ui/views/usage-metrics.json +18 -0
- package/locales/fi/ui/views/usage-query.json +35 -0
- package/locales/fi/ui/views/usage-render-details.json +62 -0
- package/locales/fi/ui/views/usage.json +85 -0
- package/locales/fr/extensions/feishu.json +37 -0
- package/locales/fr/src/config/schema.field-metadata.json +4 -0
- package/locales/fr/src/config/schema.irc.json +4 -0
- package/locales/fr/src/infra/format-time/app-gateway.json +12 -0
- package/locales/fr/ui/app-channels.json +10 -0
- package/locales/fr/ui/app-gateway.json +4 -0
- package/locales/fr/ui/app-render.helpers.json +12 -0
- package/locales/fr/ui/app-render.json +16 -0
- package/locales/fr/ui/gateway.json +8 -0
- package/locales/fr/ui/navigation.json +31 -0
- package/locales/fr/ui/views/agents-panels-status-files.json +7 -0
- package/locales/fr/ui/views/agents-panels-tools-skills.json +31 -0
- package/locales/fr/ui/views/agents-utils.json +49 -0
- package/locales/fr/ui/views/agents.json +55 -0
- package/locales/fr/ui/views/channels.config.json +31 -0
- package/locales/fr/ui/views/channels.discord.json +3 -0
- package/locales/fr/ui/views/channels.googlechat.json +3 -0
- package/locales/fr/ui/views/channels.imessage.json +3 -0
- package/locales/fr/ui/views/channels.json +11 -0
- package/locales/fr/ui/views/channels.nostr-profile-form.json +29 -0
- package/locales/fr/ui/views/channels.nostr.json +5 -0
- package/locales/fr/ui/views/channels.shared.json +3 -0
- package/locales/fr/ui/views/channels.signal.json +4 -0
- package/locales/fr/ui/views/channels.slack.json +3 -0
- package/locales/fr/ui/views/channels.telegram.json +3 -0
- package/locales/fr/ui/views/channels.whatsapp.json +3 -0
- package/locales/fr/ui/views/chat.json +23 -0
- package/locales/fr/ui/views/config-form.render.json +43 -0
- package/locales/fr/ui/views/config.json +53 -0
- package/locales/fr/ui/views/cron.json +64 -0
- package/locales/fr/ui/views/debug.json +17 -0
- package/locales/fr/ui/views/instances.json +9 -0
- package/locales/fr/ui/views/logs.json +12 -0
- package/locales/fr/ui/views/nodes-exec-approvals.json +45 -0
- package/locales/fr/ui/views/nodes.json +46 -0
- package/locales/fr/ui/views/overview.json +35 -0
- package/locales/fr/ui/views/sessions.json +20 -0
- package/locales/fr/ui/views/skills-grouping.json +7 -0
- package/locales/fr/ui/views/skills-shared.json +10 -0
- package/locales/fr/ui/views/skills.json +10 -0
- package/locales/fr/ui/views/usage-metrics.json +18 -0
- package/locales/fr/ui/views/usage-query.json +34 -0
- package/locales/fr/ui/views/usage-render-details.json +62 -0
- package/locales/fr/ui/views/usage.json +85 -0
- package/locales/it/extensions/feishu.json +37 -0
- package/locales/it/src/config/schema.field-metadata.json +4 -0
- package/locales/it/src/config/schema.irc.json +4 -0
- package/locales/it/src/infra/format-time/app-gateway.json +12 -0
- package/locales/it/ui/app-channels.json +10 -0
- package/locales/it/ui/app-gateway.json +4 -0
- package/locales/it/ui/app-render.helpers.json +12 -0
- package/locales/it/ui/app-render.json +16 -0
- package/locales/it/ui/gateway.json +8 -0
- package/locales/it/ui/navigation.json +31 -0
- package/locales/it/ui/views/agents-panels-status-files.json +7 -0
- package/locales/it/ui/views/agents-panels-tools-skills.json +31 -0
- package/locales/it/ui/views/agents-utils.json +49 -0
- package/locales/it/ui/views/agents.json +54 -0
- package/locales/it/ui/views/channels.config.json +31 -0
- package/locales/it/ui/views/channels.discord.json +3 -0
- package/locales/it/ui/views/channels.googlechat.json +3 -0
- package/locales/it/ui/views/channels.imessage.json +3 -0
- package/locales/it/ui/views/channels.json +11 -0
- package/locales/it/ui/views/channels.nostr-profile-form.json +29 -0
- package/locales/it/ui/views/channels.nostr.json +5 -0
- package/locales/it/ui/views/channels.shared.json +3 -0
- package/locales/it/ui/views/channels.signal.json +4 -0
- package/locales/it/ui/views/channels.slack.json +3 -0
- package/locales/it/ui/views/channels.telegram.json +3 -0
- package/locales/it/ui/views/channels.whatsapp.json +3 -0
- package/locales/it/ui/views/chat.json +23 -0
- package/locales/it/ui/views/config-form.render.json +43 -0
- package/locales/it/ui/views/config.json +53 -0
- package/locales/it/ui/views/cron.json +64 -0
- package/locales/it/ui/views/debug.json +17 -0
- package/locales/it/ui/views/instances.json +9 -0
- package/locales/it/ui/views/logs.json +12 -0
- package/locales/it/ui/views/nodes-exec-approvals.json +45 -0
- package/locales/it/ui/views/nodes.json +46 -0
- package/locales/it/ui/views/overview.json +35 -0
- package/locales/it/ui/views/sessions.json +20 -0
- package/locales/it/ui/views/skills-grouping.json +7 -0
- package/locales/it/ui/views/skills-shared.json +10 -0
- package/locales/it/ui/views/skills.json +10 -0
- package/locales/it/ui/views/usage-metrics.json +18 -0
- package/locales/it/ui/views/usage-query.json +35 -0
- package/locales/it/ui/views/usage-render-details.json +62 -0
- package/locales/it/ui/views/usage.json +85 -0
- package/locales/ja/extensions/feishu.json +37 -0
- package/locales/ja/src/config/schema.field-metadata.json +4 -0
- package/locales/ja/src/config/schema.irc.json +4 -0
- package/locales/ja/src/infra/format-time/app-gateway.json +12 -0
- package/locales/ja/ui/app-channels.json +10 -0
- package/locales/ja/ui/app-gateway.json +4 -0
- package/locales/ja/ui/app-render.helpers.json +12 -0
- package/locales/ja/ui/app-render.json +16 -0
- package/locales/ja/ui/gateway.json +8 -0
- package/locales/ja/ui/navigation.json +31 -0
- package/locales/ja/ui/views/agents-panels-status-files.json +7 -0
- package/locales/ja/ui/views/agents-panels-tools-skills.json +31 -0
- package/locales/ja/ui/views/agents-utils.json +49 -0
- package/locales/ja/ui/views/agents.json +55 -0
- package/locales/ja/ui/views/channels.config.json +31 -0
- package/locales/ja/ui/views/channels.discord.json +3 -0
- package/locales/ja/ui/views/channels.googlechat.json +3 -0
- package/locales/ja/ui/views/channels.imessage.json +3 -0
- package/locales/ja/ui/views/channels.json +11 -0
- package/locales/ja/ui/views/channels.nostr-profile-form.json +29 -0
- package/locales/ja/ui/views/channels.nostr.json +5 -0
- package/locales/ja/ui/views/channels.shared.json +3 -0
- package/locales/ja/ui/views/channels.signal.json +4 -0
- package/locales/ja/ui/views/channels.slack.json +3 -0
- package/locales/ja/ui/views/channels.telegram.json +3 -0
- package/locales/ja/ui/views/channels.whatsapp.json +3 -0
- package/locales/ja/ui/views/chat.json +23 -0
- package/locales/ja/ui/views/config-form.render.json +43 -0
- package/locales/ja/ui/views/config.json +53 -0
- package/locales/ja/ui/views/cron.json +64 -0
- package/locales/ja/ui/views/debug.json +17 -0
- package/locales/ja/ui/views/instances.json +9 -0
- package/locales/ja/ui/views/logs.json +12 -0
- package/locales/ja/ui/views/nodes-exec-approvals.json +45 -0
- package/locales/ja/ui/views/nodes.json +46 -0
- package/locales/ja/ui/views/overview.json +35 -0
- package/locales/ja/ui/views/sessions.json +20 -0
- package/locales/ja/ui/views/skills-grouping.json +7 -0
- package/locales/ja/ui/views/skills-shared.json +10 -0
- package/locales/ja/ui/views/skills.json +10 -0
- package/locales/ja/ui/views/usage-metrics.json +18 -0
- package/locales/ja/ui/views/usage-query.json +34 -0
- package/locales/ja/ui/views/usage-render-details.json +62 -0
- package/locales/ja/ui/views/usage.json +85 -0
- package/locales/ko/extensions/feishu.json +37 -0
- package/locales/ko/src/config/schema.field-metadata.json +4 -0
- package/locales/ko/src/config/schema.irc.json +4 -0
- package/locales/ko/src/infra/format-time/app-gateway.json +12 -0
- package/locales/ko/ui/app-channels.json +10 -0
- package/locales/ko/ui/app-gateway.json +4 -0
- package/locales/ko/ui/app-render.helpers.json +12 -0
- package/locales/ko/ui/app-render.json +16 -0
- package/locales/ko/ui/gateway.json +8 -0
- package/locales/ko/ui/navigation.json +31 -0
- package/locales/ko/ui/views/agents-panels-status-files.json +7 -0
- package/locales/ko/ui/views/agents-panels-tools-skills.json +31 -0
- package/locales/ko/ui/views/agents-utils.json +49 -0
- package/locales/ko/ui/views/agents.json +54 -0
- package/locales/ko/ui/views/channels.config.json +31 -0
- package/locales/ko/ui/views/channels.discord.json +3 -0
- package/locales/ko/ui/views/channels.googlechat.json +3 -0
- package/locales/ko/ui/views/channels.imessage.json +3 -0
- package/locales/ko/ui/views/channels.json +11 -0
- package/locales/ko/ui/views/channels.nostr-profile-form.json +29 -0
- package/locales/ko/ui/views/channels.nostr.json +5 -0
- package/locales/ko/ui/views/channels.shared.json +3 -0
- package/locales/ko/ui/views/channels.signal.json +4 -0
- package/locales/ko/ui/views/channels.slack.json +3 -0
- package/locales/ko/ui/views/channels.telegram.json +3 -0
- package/locales/ko/ui/views/channels.whatsapp.json +3 -0
- package/locales/ko/ui/views/chat.json +23 -0
- package/locales/ko/ui/views/config-form.render.json +43 -0
- package/locales/ko/ui/views/config.json +53 -0
- package/locales/ko/ui/views/cron.json +64 -0
- package/locales/ko/ui/views/debug.json +17 -0
- package/locales/ko/ui/views/instances.json +9 -0
- package/locales/ko/ui/views/logs.json +12 -0
- package/locales/ko/ui/views/nodes-exec-approvals.json +45 -0
- package/locales/ko/ui/views/nodes.json +46 -0
- package/locales/ko/ui/views/overview.json +35 -0
- package/locales/ko/ui/views/sessions.json +20 -0
- package/locales/ko/ui/views/skills-grouping.json +7 -0
- package/locales/ko/ui/views/skills-shared.json +10 -0
- package/locales/ko/ui/views/skills.json +10 -0
- package/locales/ko/ui/views/usage-metrics.json +18 -0
- package/locales/ko/ui/views/usage-query.json +34 -0
- package/locales/ko/ui/views/usage-render-details.json +62 -0
- package/locales/ko/ui/views/usage.json +85 -0
- package/locales/pt/extensions/feishu.json +37 -0
- package/locales/pt/src/config/schema.field-metadata.json +4 -0
- package/locales/pt/src/config/schema.irc.json +4 -0
- package/locales/pt/src/infra/format-time/app-gateway.json +12 -0
- package/locales/pt/ui/app-channels.json +10 -0
- package/locales/pt/ui/app-gateway.json +4 -0
- package/locales/pt/ui/app-render.helpers.json +12 -0
- package/locales/pt/ui/app-render.json +16 -0
- package/locales/pt/ui/gateway.json +8 -0
- package/locales/pt/ui/navigation.json +31 -0
- package/locales/pt/ui/views/agents-panels-status-files.json +7 -0
- package/locales/pt/ui/views/agents-panels-tools-skills.json +31 -0
- package/locales/pt/ui/views/agents-utils.json +49 -0
- package/locales/pt/ui/views/agents.json +55 -0
- package/locales/pt/ui/views/channels.config.json +31 -0
- package/locales/pt/ui/views/channels.discord.json +3 -0
- package/locales/pt/ui/views/channels.googlechat.json +3 -0
- package/locales/pt/ui/views/channels.imessage.json +3 -0
- package/locales/pt/ui/views/channels.json +11 -0
- package/locales/pt/ui/views/channels.nostr-profile-form.json +29 -0
- package/locales/pt/ui/views/channels.nostr.json +5 -0
- package/locales/pt/ui/views/channels.shared.json +3 -0
- package/locales/pt/ui/views/channels.signal.json +4 -0
- package/locales/pt/ui/views/channels.slack.json +3 -0
- package/locales/pt/ui/views/channels.telegram.json +3 -0
- package/locales/pt/ui/views/channels.whatsapp.json +3 -0
- package/locales/pt/ui/views/chat.json +23 -0
- package/locales/pt/ui/views/config-form.render.json +43 -0
- package/locales/pt/ui/views/config.json +53 -0
- package/locales/pt/ui/views/cron.json +64 -0
- package/locales/pt/ui/views/debug.json +17 -0
- package/locales/pt/ui/views/instances.json +9 -0
- package/locales/pt/ui/views/logs.json +12 -0
- package/locales/pt/ui/views/nodes-exec-approvals.json +45 -0
- package/locales/pt/ui/views/nodes.json +46 -0
- package/locales/pt/ui/views/overview.json +35 -0
- package/locales/pt/ui/views/sessions.json +20 -0
- package/locales/pt/ui/views/skills-grouping.json +7 -0
- package/locales/pt/ui/views/skills-shared.json +10 -0
- package/locales/pt/ui/views/skills.json +10 -0
- package/locales/pt/ui/views/usage-metrics.json +18 -0
- package/locales/pt/ui/views/usage-query.json +35 -0
- package/locales/pt/ui/views/usage-render-details.json +62 -0
- package/locales/pt/ui/views/usage.json +85 -0
- package/locales/vi/extensions/feishu.json +37 -0
- package/locales/vi/src/config/schema.field-metadata.json +4 -0
- package/locales/vi/src/config/schema.irc.json +4 -0
- package/locales/vi/src/infra/format-time/app-gateway.json +12 -0
- package/locales/vi/ui/app-channels.json +10 -0
- package/locales/vi/ui/app-gateway.json +4 -0
- package/locales/vi/ui/app-render.helpers.json +12 -0
- package/locales/vi/ui/app-render.json +16 -0
- package/locales/vi/ui/gateway.json +8 -0
- package/locales/vi/ui/navigation.json +31 -0
- package/locales/vi/ui/views/agents-panels-status-files.json +7 -0
- package/locales/vi/ui/views/agents-panels-tools-skills.json +31 -0
- package/locales/vi/ui/views/agents-utils.json +49 -0
- package/locales/vi/ui/views/agents.json +54 -0
- package/locales/vi/ui/views/channels.config.json +31 -0
- package/locales/vi/ui/views/channels.discord.json +3 -0
- package/locales/vi/ui/views/channels.googlechat.json +3 -0
- package/locales/vi/ui/views/channels.imessage.json +3 -0
- package/locales/vi/ui/views/channels.json +11 -0
- package/locales/vi/ui/views/channels.nostr-profile-form.json +29 -0
- package/locales/vi/ui/views/channels.nostr.json +5 -0
- package/locales/vi/ui/views/channels.shared.json +3 -0
- package/locales/vi/ui/views/channels.signal.json +4 -0
- package/locales/vi/ui/views/channels.slack.json +3 -0
- package/locales/vi/ui/views/channels.telegram.json +3 -0
- package/locales/vi/ui/views/channels.whatsapp.json +3 -0
- package/locales/vi/ui/views/chat.json +23 -0
- package/locales/vi/ui/views/config-form.render.json +43 -0
- package/locales/vi/ui/views/config.json +53 -0
- package/locales/vi/ui/views/cron.json +64 -0
- package/locales/vi/ui/views/debug.json +17 -0
- package/locales/vi/ui/views/instances.json +9 -0
- package/locales/vi/ui/views/logs.json +12 -0
- package/locales/vi/ui/views/nodes-exec-approvals.json +45 -0
- package/locales/vi/ui/views/nodes.json +46 -0
- package/locales/vi/ui/views/overview.json +35 -0
- package/locales/vi/ui/views/sessions.json +20 -0
- package/locales/vi/ui/views/skills-grouping.json +7 -0
- package/locales/vi/ui/views/skills-shared.json +10 -0
- package/locales/vi/ui/views/skills.json +10 -0
- package/locales/vi/ui/views/usage-metrics.json +18 -0
- package/locales/vi/ui/views/usage-query.json +34 -0
- package/locales/vi/ui/views/usage-render-details.json +62 -0
- package/locales/vi/ui/views/usage.json +85 -0
- package/locales/zh/extensions/feishu.json +37 -0
- package/locales/zh/src/config/schema.field-metadata.json +4 -0
- package/locales/zh/src/config/schema.irc.json +4 -0
- package/locales/zh/src/infra/format-time/app-gateway.json +12 -0
- package/locales/zh/ui/app-channels.json +10 -0
- package/locales/zh/ui/app-gateway.json +4 -0
- package/locales/zh/ui/app-render.helpers.json +12 -0
- package/locales/zh/ui/app-render.json +16 -0
- package/locales/zh/ui/gateway.json +8 -0
- package/locales/zh/ui/navigation.json +31 -0
- package/locales/zh/ui/views/agents-panels-status-files.json +7 -0
- package/locales/zh/ui/views/agents-panels-tools-skills.json +31 -0
- package/locales/zh/ui/views/agents-utils.json +49 -0
- package/locales/zh/ui/views/agents.json +55 -0
- package/locales/zh/ui/views/channels.config.json +31 -0
- package/locales/zh/ui/views/channels.discord.json +3 -0
- package/locales/zh/ui/views/channels.googlechat.json +3 -0
- package/locales/zh/ui/views/channels.imessage.json +3 -0
- package/locales/zh/ui/views/channels.json +11 -0
- package/locales/zh/ui/views/channels.nostr-profile-form.json +29 -0
- package/locales/zh/ui/views/channels.nostr.json +5 -0
- package/locales/zh/ui/views/channels.shared.json +3 -0
- package/locales/zh/ui/views/channels.signal.json +4 -0
- package/locales/zh/ui/views/channels.slack.json +3 -0
- package/locales/zh/ui/views/channels.telegram.json +3 -0
- package/locales/zh/ui/views/channels.whatsapp.json +3 -0
- package/locales/zh/ui/views/chat.json +23 -0
- package/locales/zh/ui/views/config-form.render.json +43 -0
- package/locales/zh/ui/views/config.json +53 -0
- package/locales/zh/ui/views/cron.json +64 -0
- package/locales/zh/ui/views/debug.json +17 -0
- package/locales/zh/ui/views/instances.json +9 -0
- package/locales/zh/ui/views/logs.json +12 -0
- package/locales/zh/ui/views/nodes-exec-approvals.json +45 -0
- package/locales/zh/ui/views/nodes.json +46 -0
- package/locales/zh/ui/views/overview.json +35 -0
- package/locales/zh/ui/views/sessions.json +20 -0
- package/locales/zh/ui/views/skills-grouping.json +7 -0
- package/locales/zh/ui/views/skills-shared.json +10 -0
- package/locales/zh/ui/views/skills.json +10 -0
- package/locales/zh/ui/views/usage-metrics.json +18 -0
- package/locales/zh/ui/views/usage-query.json +35 -0
- package/locales/zh/ui/views/usage-render-details.json +62 -0
- package/locales/zh/ui/views/usage.json +85 -0
- package/package.json +47 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
">All Settings<": ">所有设置<",
|
|
3
|
+
|
|
4
|
+
"\"Environment\"": "\"环境\"",
|
|
5
|
+
"\"Updates\"": "\"更新\"",
|
|
6
|
+
"\"Authentication\"": "\"身份验证\"",
|
|
7
|
+
"\"Commands\"": "\"命令\"",
|
|
8
|
+
"\"Hooks\"": "\"钩子\"",
|
|
9
|
+
"\"Gateway\"": "\"网关\"",
|
|
10
|
+
"\"Setup Wizard\"": "\"安装向导\"",
|
|
11
|
+
|
|
12
|
+
"\"Meta\"": "\"元数据\"",
|
|
13
|
+
"\"Diagnostics\"": "\"诊断\"",
|
|
14
|
+
"\"Logging\"": "\"日志记录\"",
|
|
15
|
+
"\"Browser\"": "\"浏览器\"",
|
|
16
|
+
"\"Ui\"": "\"用户界面\"",
|
|
17
|
+
"\"Models\"": "\"模型\"",
|
|
18
|
+
"\"NodeHost\"": "\"节点主机\"",
|
|
19
|
+
"\"Bindings\"": "\"绑定\"",
|
|
20
|
+
"\"Broadcast\"": "\"广播\"",
|
|
21
|
+
"\"Audio\"": "\"音频\"",
|
|
22
|
+
"\"Media\"": "\"媒介\"",
|
|
23
|
+
"\"Messages\"": "\"消息\"",
|
|
24
|
+
"\"Approvals\"": "\"许可\"",
|
|
25
|
+
"\"Session\"": "\"会话\"",
|
|
26
|
+
"\"Cron\"": "\"定时任务\"",
|
|
27
|
+
"\"Web\"": "\"网络\"",
|
|
28
|
+
"\"Discovery\"": "\"发现\"",
|
|
29
|
+
"\"CanvasHost\"": "\"画布主机\"",
|
|
30
|
+
"\"Talk\"": "\"对话\"",
|
|
31
|
+
"\"Memory\"": "\"记忆\"",
|
|
32
|
+
"\"Plugins\"": "\"插件\"",
|
|
33
|
+
|
|
34
|
+
">Settings<": ">设置<",
|
|
35
|
+
"\"unknown\"": "\"未知\"",
|
|
36
|
+
"\"valid\"": "\"有效\"",
|
|
37
|
+
"\"invalid\"": "\"无效\"",
|
|
38
|
+
"\"Unsaved changes\"": "\"未保存的更改\"",
|
|
39
|
+
" unsaved change\\$": " 未保存的更改$",
|
|
40
|
+
"Search settings...": "搜索设置...",
|
|
41
|
+
">No changes<": ">无变化<",
|
|
42
|
+
"\"Reload\"": "\"重新加载\"",
|
|
43
|
+
"\"Applying…\"": "\"申请中…\"",
|
|
44
|
+
"\"Apply\"": "\"申请\"",
|
|
45
|
+
"\"Updating…\"": "\"更新中…\"",
|
|
46
|
+
"\"Update\"": "\"更新\"",
|
|
47
|
+
">View ": ">查看 ",
|
|
48
|
+
"\\} pending": "} 个待处理",
|
|
49
|
+
" change\\$": " 更改$",
|
|
50
|
+
"Loading schema…": "正在加载模式…",
|
|
51
|
+
" Form view can't safely edit some fields. Use Raw to avoid losing config entries.": " 表单视图无法安全编辑某些字段。使用原始模式以避免丢失配置项。",
|
|
52
|
+
">Raw JSON5<": ">原始 JSON5<"
|
|
53
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
">Scheduler<": ">调度器<",
|
|
3
|
+
"Gateway-owned cron scheduler status.": "网关所有的 cron 调度器状态。",
|
|
4
|
+
">Enabled<": ">已启用<",
|
|
5
|
+
"\"Refreshing…\"": "\"刷新中…\"",
|
|
6
|
+
">New Job<": ">新任务<",
|
|
7
|
+
"Create a scheduled wakeup or agent run.": "创建定时唤醒或代理运行。",
|
|
8
|
+
">Name<": ">名称<",
|
|
9
|
+
">Description<": ">描述<",
|
|
10
|
+
">Agent ID<": ">代理编号<",
|
|
11
|
+
">Schedule<": ">制定计划<",
|
|
12
|
+
">Every<": ">每隔<",
|
|
13
|
+
">At<": ">于<",
|
|
14
|
+
">Cron<": ">定时任务<",
|
|
15
|
+
|
|
16
|
+
">Main<": ">主会话<",
|
|
17
|
+
">Isolated<": ">隔离<",
|
|
18
|
+
|
|
19
|
+
">Session<": ">会话<",
|
|
20
|
+
">Wake mode<": ">唤醒模式<",
|
|
21
|
+
">Now<": ">现在<",
|
|
22
|
+
">Next heartbeat<": ">下一次心跳<",
|
|
23
|
+
|
|
24
|
+
">Payload<": ">有效载荷<",
|
|
25
|
+
">System event<": ">系统事件<",
|
|
26
|
+
">Agent turn<": ">代理轮次<",
|
|
27
|
+
"\"System text\"": "\"系统文本\"",
|
|
28
|
+
"\"Agent message\"": "\"代理消息\"",
|
|
29
|
+
|
|
30
|
+
">Delivery<": ">传送<",
|
|
31
|
+
"Announce summary ": "公告摘要 ",
|
|
32
|
+
"None \\(internal\\)": "无(内部)",
|
|
33
|
+
"Timeout \\(seconds\\)": "超时(秒)",
|
|
34
|
+
">Channel<": ">渠道<",
|
|
35
|
+
">To<": ">发送至<",
|
|
36
|
+
"1555… or chat id": "1555……或者聊天ID",
|
|
37
|
+
|
|
38
|
+
"\"Add job\"": "\"添加任务\"",
|
|
39
|
+
">Jobs<": ">任务数<",
|
|
40
|
+
"All scheduled jobs stored in the gateway.": "所有计划任务都存储在网关中。",
|
|
41
|
+
"No jobs yet.": "还没有任务。",
|
|
42
|
+
">Run history<": ">运行记录<",
|
|
43
|
+
">Latest runs for ": ">最新运行情况",
|
|
44
|
+
"Select a job to inspect run history.": "选择一个任务以查看运行记录。",
|
|
45
|
+
"No runs yet.": "还没有运行记录。",
|
|
46
|
+
">Run at<": ">运行于<",
|
|
47
|
+
">Unit<": ">单位<",
|
|
48
|
+
">Minutes<": ">分钟<",
|
|
49
|
+
">Days<": ">天数<",
|
|
50
|
+
">Expression<": ">表达<",
|
|
51
|
+
"Timezone \\(optional\\)": "时区(可选)",
|
|
52
|
+
">Agent: ": ">代理: ",
|
|
53
|
+
"\"enabled\"": "\"已启用\"",
|
|
54
|
+
"\"disabled\"": "\"已禁用\"",
|
|
55
|
+
"\"Enable\"": "\"启动\"",
|
|
56
|
+
"\"Disable\"": "\"禁用\"",
|
|
57
|
+
">System<": ">系统<",
|
|
58
|
+
">Status<": ">状态<",
|
|
59
|
+
">Next<": ">下一个<",
|
|
60
|
+
">Last<": ">最后<",
|
|
61
|
+
">Open run chat<": ">打开运行聊天<",
|
|
62
|
+
|
|
63
|
+
"\"\\(select a job\\)\"": "\"(选择一个任务)\""
|
|
64
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
">Snapshots<": ">快照<",
|
|
3
|
+
"Status, health, and heartbeat data.": "状态、健康和心跳数据。",
|
|
4
|
+
" Security audit:": " 安全审计:",
|
|
5
|
+
"\\}. Run": "}. 运行命令",
|
|
6
|
+
"> for details.": "> 详情请参阅。",
|
|
7
|
+
">Last heartbeat<": ">最后的心跳<",
|
|
8
|
+
">Manual RPC<": ">手动 RPC<",
|
|
9
|
+
"Send a raw gateway method with JSON params.": "使用 JSON 参数发送原始网关方法。",
|
|
10
|
+
">Method<": ">方法<",
|
|
11
|
+
">Params \\(JSON\\)<": ">参数 (JSON)<",
|
|
12
|
+
">Models<": ">模型<",
|
|
13
|
+
">Call<": ">调用<",
|
|
14
|
+
"Catalog from models.list.": "来自 models.list 的目录。",
|
|
15
|
+
">Event Log<": ">事件日志<",
|
|
16
|
+
"Latest gateway events.": "最新的网关事件。"
|
|
17
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
">Logs<": ">日志<",
|
|
3
|
+
"Gateway file logs \\(JSONL\\).": "网关文件日志(JSONL)。",
|
|
4
|
+
"\"filtered\"": "\"已筛选\"",
|
|
5
|
+
"\"visible\"": "\"可见\"",
|
|
6
|
+
" Export ": " 导出 ",
|
|
7
|
+
"\"Search logs\"": "\"搜索日志\"",
|
|
8
|
+
">Auto-follow<": ">自动关注<",
|
|
9
|
+
"Log output truncated; showing latest chunk.": "日志输出被截断;显示最新部分。",
|
|
10
|
+
">Last heartbeat<": ">最后的心跳<",
|
|
11
|
+
"No log entries.": "没有日志条目。"
|
|
12
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Deny\"": "\"拒绝\"",
|
|
3
|
+
"\"Allowlist\"": "\"白名单\"",
|
|
4
|
+
"\"Off\"": "\"关闭\"",
|
|
5
|
+
"\"On miss\"": "\"未命中时\"",
|
|
6
|
+
"\"Always\"": "\"始终\"",
|
|
7
|
+
|
|
8
|
+
">Exec approvals<": ">执行许可<",
|
|
9
|
+
"Allowlist and approval policy for \\<span class=\"mono\">exec host=gateway/node\\</span>.": "<span class=\"mono\">exec host=gateway/node</span>的白名单和许可策略。",
|
|
10
|
+
"\"Load approvals\"": "\"许可加载\"",
|
|
11
|
+
"Load exec approvals to edit allowlists.":"加载执行许可以编辑白名单。",
|
|
12
|
+
"Gateway edits local approvals; node edits the selected node.": "网关编辑本地许可;节点编辑所选节点。",
|
|
13
|
+
|
|
14
|
+
">Gateway<": ">网关<",
|
|
15
|
+
">Node<": ">节点<",
|
|
16
|
+
">Select node<": ">选择节点<",
|
|
17
|
+
"No nodes advertise exec approvals yet.": "目前尚无节点发布执行许可信息。",
|
|
18
|
+
|
|
19
|
+
">Scope<": ">范围<",
|
|
20
|
+
" Defaults": " 默认值",
|
|
21
|
+
|
|
22
|
+
"\"Default security mode.\"": "\"默认安全模式。\"",
|
|
23
|
+
"`Default: ": "`默认值: ",
|
|
24
|
+
" Use default": " 使用默认值",
|
|
25
|
+
"\"Default prompt policy.\"": "\"默认提示策略。\"",
|
|
26
|
+
">Ask<": ">询问<",
|
|
27
|
+
">Ask fallback<": ">询问回退<",
|
|
28
|
+
"Applied when the UI prompt is unavailable.": "当界面提示不可用时应用。",
|
|
29
|
+
">Fallback<": ">回退<",
|
|
30
|
+
|
|
31
|
+
">Auto-allow skill CLIs<": ">自动允许技能CLIs<",
|
|
32
|
+
"Allow skill executables listed by the Gateway.": "允许网关列出的技能可执行文件。",
|
|
33
|
+
"\"on\" \\: \"off\"\\}": "\"开\" : \"关\"}",
|
|
34
|
+
": `Override \\(": ": `覆盖 (",
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
">Allowlist<": ">白名单<",
|
|
38
|
+
"Case-insensitive glob patterns.": "不区分大小写的通配符模式。",
|
|
39
|
+
" Add pattern": " 添加模式",
|
|
40
|
+
">Pattern<": ">模式<",
|
|
41
|
+
"No allowlist entries yet.": "尚无白名单条目。",
|
|
42
|
+
"\"New pattern\"": "\"新模式\"",
|
|
43
|
+
">Last used: ": ">最后使用:",
|
|
44
|
+
" Remove": " 移除"
|
|
45
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
">Nodes<": ">节点<",
|
|
3
|
+
"Paired devices and live links.": "已配对的设备和实时链接。",
|
|
4
|
+
"No nodes found.": "未找到节点。",
|
|
5
|
+
|
|
6
|
+
">Devices<": ">设备<",
|
|
7
|
+
"Pairing requests \\+ role tokens.": "配对请求 + 角色令牌。",
|
|
8
|
+
"\"Loading…\" : \"Refresh\"\\}": "\"加载中…\" : \"刷新\"}",
|
|
9
|
+
">Pending<": ">待处理<",
|
|
10
|
+
">Paired<": ">已配对<",
|
|
11
|
+
"No paired devices.": "没有配对的设备。",
|
|
12
|
+
|
|
13
|
+
" · requested ": " · 请求的",
|
|
14
|
+
" Approve": " 批准",
|
|
15
|
+
" Reject": " 拒绝",
|
|
16
|
+
|
|
17
|
+
">Tokens: none<": ">令牌:无<",
|
|
18
|
+
" Rotate": " 更新",
|
|
19
|
+
" Revoke": " 撤销",
|
|
20
|
+
|
|
21
|
+
">Exec node binding<": ">执行节点绑定<",
|
|
22
|
+
"Pin agents to a specific node when using <span class=\"mono\">exec host=node</span>.": "在使用<span class=\"mono\">exec host=node</span>时,将代理绑定到特定节点。",
|
|
23
|
+
"Switch the Config tab to <strong>Form<\/strong> mode to edit bindings here.": "将配置选项卡切换到<strong>表单<\/strong>模式,以在此编辑绑定。",
|
|
24
|
+
"Load config to edit bindings.": "加载配置以编辑绑定。",
|
|
25
|
+
"\"Load config\"": "\"加载配置\"",
|
|
26
|
+
">Default binding<": ">默认绑定<",
|
|
27
|
+
"Used when agents do not override a node binding.": "当代理未覆盖节点绑定时使用。",
|
|
28
|
+
">Any node<": ">任何节点<",
|
|
29
|
+
"No nodes with system.run available.": "没有可用 system.run 的节点。",
|
|
30
|
+
|
|
31
|
+
">Target<": ">目标<",
|
|
32
|
+
" Gateway edits local approvals; node edits the selected node.": "网关编辑本地许可流程;节点编辑所选节点。",
|
|
33
|
+
|
|
34
|
+
">Host<": ">主机<",
|
|
35
|
+
">Security<": ">安全<",
|
|
36
|
+
"\"default agent\"": "\"默认代理\"",
|
|
37
|
+
"\"agent\"\\}": "\"代理\"}",
|
|
38
|
+
"`uses default \\(": "`使用默认 (",
|
|
39
|
+
"`Using default \\(": "`使用默认 (",
|
|
40
|
+
"`Override \\(": "`覆盖 (",
|
|
41
|
+
" \"any\"\\}": " \"任何\"}",
|
|
42
|
+
": `override: ": ": `覆盖:",
|
|
43
|
+
">Binding<": ">绑定<",
|
|
44
|
+
"\"paired\" : \"unpaired\"\\}": "\"配对\" : \"未配对\"}",
|
|
45
|
+
"\"connected\" : \"offline\"\\}": "\"已连接\" : \"离线\"}"
|
|
46
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Gateway Access": "网关访问",
|
|
3
|
+
"Where the dashboard connects and how it authenticates.": "仪表板连接的位置以及它如何进行身份验证。",
|
|
4
|
+
"WebSocket URL": "WebSocket 地址",
|
|
5
|
+
"Gateway Token": "网关令牌",
|
|
6
|
+
"Password \\(not stored\\)": "密码(不保存)",
|
|
7
|
+
"Default Session Key": "默认会话密钥",
|
|
8
|
+
"\"system or shared password\"": "\"系统或共享密码\"",
|
|
9
|
+
">Connect<": ">连接<",
|
|
10
|
+
">Refresh<": ">刷新<",
|
|
11
|
+
"Click Connect to apply connection changes.": "点击 连接 以应用连接更改。",
|
|
12
|
+
">Snapshot<": ">快照<",
|
|
13
|
+
"Latest gateway handshake information.": "最新网关握手信息。",
|
|
14
|
+
"\"Connected\"": "\"已连接\"",
|
|
15
|
+
"\"Disconnected\"": "\"已断开\"",
|
|
16
|
+
">Uptime<": ">正常运行时间<",
|
|
17
|
+
">Tick Interval<": ">计时间隔<",
|
|
18
|
+
">Last Channels Refresh<": ">上次渠道刷新<",
|
|
19
|
+
"Use Channels to link WhatsApp, Telegram, Discord, Signal, or iMessage.": "使用渠道连接 WhatsApp、Telegram、Discord、Signal 或 iMessage。",
|
|
20
|
+
">Instances<": ">实例<",
|
|
21
|
+
"Presence beacons in the last 5 minutes.": "过去5分钟内的在线状态。",
|
|
22
|
+
">Sessions<": ">会话<",
|
|
23
|
+
"Recent session keys tracked by the gateway.": "网关跟踪的最近会话密钥。",
|
|
24
|
+
"\"Enabled\"": "\"已启用\"",
|
|
25
|
+
"\"Disabled\"": "\"已禁用\"",
|
|
26
|
+
"Next wake": "下一次唤醒",
|
|
27
|
+
">Notes<": ">注释<",
|
|
28
|
+
"Quick reminders for remote control setups.": "远程控制设置快速提醒。",
|
|
29
|
+
"Tailscale serve": "Tailscale 服务",
|
|
30
|
+
"Prefer serve mode to keep the gateway on loopback with tailnet auth.": "建议使用服务模式,以保持网关在回环模式下使用 Tailnet 认证。",
|
|
31
|
+
"Session hygiene": "会话管理",
|
|
32
|
+
"Use /new or sessions.patch to reset context.": "使用 /new 或 sessions.patch 来重置上下文。",
|
|
33
|
+
"Cron reminders": "定时提醒",
|
|
34
|
+
"Use isolated sessions for recurring runs.": "对重复运行使用隔离会话。"
|
|
35
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Active session keys and per-session overrides.": "活动会话密钥和每会话的覆盖设置。",
|
|
3
|
+
"Active within \\(minutes\\)": "活动时间(分钟)",
|
|
4
|
+
">Include global<": ">包含全局<",
|
|
5
|
+
">Include unknown<": ">包含未知<",
|
|
6
|
+
"No sessions found.": "未找到会话。",
|
|
7
|
+
"\"\\(optional\\)\"": "\"(可选)\"",
|
|
8
|
+
"\\((multiple)\\)": "(多选)",
|
|
9
|
+
" Delete": " 删除",
|
|
10
|
+
">Limit<": ">限制<",
|
|
11
|
+
"`Store: ": "`储存: ",
|
|
12
|
+
">Label<": ">标签<",
|
|
13
|
+
">Kind<": ">类型<",
|
|
14
|
+
">Updated<": ">已更新<",
|
|
15
|
+
">Tokens<": ">令牌<",
|
|
16
|
+
">Thinking<": ">思考中<",
|
|
17
|
+
">Verbose<": ">详细<",
|
|
18
|
+
">Reasoning<": ">推理<",
|
|
19
|
+
">Actions<": ">操作<"
|
|
20
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
">Skills<": ">技能<",
|
|
3
|
+
"Bundled, managed, and workspace skills.": "捆绑、管理和工作区技能。",
|
|
4
|
+
"\"Search skills\"": "\"搜索技能\"",
|
|
5
|
+
"No skills found.": "未找到技能。",
|
|
6
|
+
"\\} shown": "} 项显示",
|
|
7
|
+
"\"Installing…\"": "\"安装中…\"",
|
|
8
|
+
">API key<": ">API密钥<",
|
|
9
|
+
" Save key": " 保存密钥"
|
|
10
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
">Activity by Time<": ">按时间活动<",
|
|
3
|
+
" tokens<": " 令牌<",
|
|
4
|
+
"Estimates require session timestamps.": "估算需要会话时间戳。",
|
|
5
|
+
"No timeline data yet.": "尚无时间线数据。",
|
|
6
|
+
"Estimated from session spans (first/last activity). Time zone:": "根据会话时长(首次/最后一次活动)估算。时区:",
|
|
7
|
+
"\"Local\"\\}": "\"本地时间\"}",
|
|
8
|
+
">Day of Week<": ">周<",
|
|
9
|
+
">Hours<": ">小时<",
|
|
10
|
+
"\\} tokens": "} 令牌",
|
|
11
|
+
">Midnight<": ">零时<",
|
|
12
|
+
">4am<": ">凌晨4点<",
|
|
13
|
+
">8am<": ">早上8点<",
|
|
14
|
+
">Moon<": ">12点<",
|
|
15
|
+
">4pm<": ">下午4点<",
|
|
16
|
+
">8pm<": ">晚上8点<",
|
|
17
|
+
"Low → High token density": "低 → 高 令牌密度"
|
|
18
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"label\",": "\"标签\",",
|
|
3
|
+
"\"agentId\",": "\"代理ID\",",
|
|
4
|
+
"\"channel\",": "\"渠道\",",
|
|
5
|
+
"\"provider\",": "\"提供商\",",
|
|
6
|
+
"\"model\",": "\"模型\",",
|
|
7
|
+
"\"updatedAt\",": "\"更新时间\",",
|
|
8
|
+
"\"durationMs\",": "\"持续时间毫秒\",",
|
|
9
|
+
"\"messages\",": "\"消息\",",
|
|
10
|
+
"\"errors\",": "\"错误\",",
|
|
11
|
+
"\"toolCalls\",": "\"工具调用\",",
|
|
12
|
+
"\"inputTokens\",": "\"输入令牌\",",
|
|
13
|
+
"\"outputTokens\",": "\"输出令牌\",",
|
|
14
|
+
"\"cacheReadTokens\",": "\"缓存读取令牌\",",
|
|
15
|
+
"\"cacheWriteTokens\",": "\"缓存写入令牌\",",
|
|
16
|
+
"\"totalTokens\",": "\"总令牌数\",",
|
|
17
|
+
"\"totalCost\",": "\"总费用\",",
|
|
18
|
+
|
|
19
|
+
"\"date\",": "\"日期\",",
|
|
20
|
+
"\"inputCost\",": "\"输入成本\",",
|
|
21
|
+
"\"outputCost\",": "\"输出成本\",",
|
|
22
|
+
"\"cacheReadCost\",": "\"缓存读取成本\",",
|
|
23
|
+
"\"cacheWriteCost\",": "\"缓存写入成本\",",
|
|
24
|
+
|
|
25
|
+
"\"agent:\",": "\"代理:\",",
|
|
26
|
+
"\"channel:\",": "\"渠道:\",",
|
|
27
|
+
"\"provider:\",": "\"提供商:\",",
|
|
28
|
+
"\"model:\",": "\"模型:\",",
|
|
29
|
+
"\"tool:\",": "\"工具:\",",
|
|
30
|
+
"\"has:errors:\",": "\"有错误:\",",
|
|
31
|
+
"\"has:tools:\",": "\"有工具:\",",
|
|
32
|
+
"\"minTokens:\",": "\"最小令牌:\",",
|
|
33
|
+
"\"maxCost:\",": "\"最大成本:\","
|
|
34
|
+
|
|
35
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"No usage data for this session.": "此会话无使用数据。",
|
|
3
|
+
">Messages<": ">消息<",
|
|
4
|
+
"\\} user · ": "} 个用户 · ",
|
|
5
|
+
"\\} assistant": "} 个助手",
|
|
6
|
+
">Tool Calls<": ">工具调用<",
|
|
7
|
+
" tools<": " 工具<",
|
|
8
|
+
">Errors<": ">错误<",
|
|
9
|
+
" tool results<": "工具结果<",
|
|
10
|
+
">Duration<": ">持续时间<",
|
|
11
|
+
|
|
12
|
+
"\"No tool calls\"": "\"无工具调用\"",
|
|
13
|
+
"\"No model data\"": "\"无模型数据\"",
|
|
14
|
+
|
|
15
|
+
"\"Close session details\"": "\"关闭会话详情\"",
|
|
16
|
+
|
|
17
|
+
">No timeline data<": ">无时间线数据<",
|
|
18
|
+
"\"No data in range\"": "\"范围内无数据\"",
|
|
19
|
+
">Usage Over Time<": ">随时间使用情况<",
|
|
20
|
+
" Per Turn": " 每回合",
|
|
21
|
+
" Cumulative": " 累计",
|
|
22
|
+
" Total": " 总计",
|
|
23
|
+
" By Type": " 按类型",
|
|
24
|
+
">Tokens by Type<": ">按类型划分的令牌<",
|
|
25
|
+
|
|
26
|
+
"\"Assistant output tokens\"": "\"助手输出令牌\"",
|
|
27
|
+
">Output": ">输出",
|
|
28
|
+
"\"User \\+ tool input tokens\"": "\"用户 + 工具输入令牌\"",
|
|
29
|
+
">Input": ">输入",
|
|
30
|
+
"\"Tokens written to cache\"": "\"已将令牌写入缓存\"",
|
|
31
|
+
">Cache Write ": ">缓存写入",
|
|
32
|
+
"\"Tokens read from cache\"": "\"从缓存读取的令牌\"",
|
|
33
|
+
">Cache Read ": ">缓存读取",
|
|
34
|
+
">Total: ": ">总计: ",
|
|
35
|
+
|
|
36
|
+
">No context data<": ">没有上下文数据<",
|
|
37
|
+
">System Prompt Breakdown<": ">系统提示拆解\"",
|
|
38
|
+
"\"Collapse\"": "\"折叠\"",
|
|
39
|
+
"\"Expand all\"": "\"全部展开\"",
|
|
40
|
+
"\"Base context per message\"": "\"每条消息的基本上下文\"",
|
|
41
|
+
|
|
42
|
+
">Sys ": ">系统 ",
|
|
43
|
+
">Skills ": ">技能 ",
|
|
44
|
+
">Tools ": ">工具 ",
|
|
45
|
+
">Files ": ">文件 ",
|
|
46
|
+
|
|
47
|
+
" more<": " 更多< ",
|
|
48
|
+
|
|
49
|
+
">Conversation<": ">对话<",
|
|
50
|
+
">No messages<": ">没有消息<",
|
|
51
|
+
|
|
52
|
+
"\"Collapse All\"": "\"全部折叠\"",
|
|
53
|
+
"\"Expand All\"": "\"全部展开\"",
|
|
54
|
+
|
|
55
|
+
">User<": ">用户<",
|
|
56
|
+
">Assistant<": ">助手<",
|
|
57
|
+
">Tool<": ">工具<",
|
|
58
|
+
">Tool result<": ">工具结果<",
|
|
59
|
+
|
|
60
|
+
"\"Search conversation\"": "\"搜索对话\"",
|
|
61
|
+
"No messages match the filters.": "没有消息符合筛选条件。"
|
|
62
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
">Token Usage<": ">令牌使用<",
|
|
3
|
+
">to<": ">到<",
|
|
4
|
+
"\"Today\"": "\"今天\"",
|
|
5
|
+
"\"7d\"": "\"7天\"",
|
|
6
|
+
"\"30d\"": "\"30天\"",
|
|
7
|
+
">All<": ">所有<",
|
|
8
|
+
" Clear": " 清除",
|
|
9
|
+
|
|
10
|
+
">Usage<": ">使用<",
|
|
11
|
+
"See where tokens go, when sessions spike, and what drives cost.": "查看令牌的去向、会话激增的时间以及成本的驱动因素。",
|
|
12
|
+
"\"pinned\"": "\"已置顶\"",
|
|
13
|
+
">Filters<": ">筛选<",
|
|
14
|
+
">Loading<": ">加载中<",
|
|
15
|
+
"Select a date range and click Refresh to load usage.": "选择日期范围,然后点击刷新以加载使用情况。",
|
|
16
|
+
"> tokens": "> 令牌",
|
|
17
|
+
"> cost": "> 成本",
|
|
18
|
+
|
|
19
|
+
"\"Unpin filters\"\\}": "\"取消置顶筛选\"}",
|
|
20
|
+
"\"Pin filters\"\\}": "\"置顶筛选\"}",
|
|
21
|
+
"\"Pinned\"": "\"已置顶\"",
|
|
22
|
+
"\"Pin\"": "\"置顶\"",
|
|
23
|
+
">Export ▾<": ">导出 ▾<",
|
|
24
|
+
" Sessions ": " 会话 ",
|
|
25
|
+
" Daily ": " 每日 ",
|
|
26
|
+
|
|
27
|
+
" Tokens": " 令牌",
|
|
28
|
+
" Cost": " 成本",
|
|
29
|
+
" Refresh": " 刷新",
|
|
30
|
+
|
|
31
|
+
"Filter sessions \\(e.g. key:agent:main:cron\\* model:gpt-4o has:errors minTokens:2000\\)": "筛选会话(例如:key:agent:main:cron* model:gpt-4o has:errors minTokens:2000)",
|
|
32
|
+
" Filter \\(client-side\\)": " 筛选(客户端)",
|
|
33
|
+
"\\} sessions match": "} 会话匹配",
|
|
34
|
+
"\\} sessions in range": "} 范围内的会话",
|
|
35
|
+
"Tip: use filters or click bars to filter days.": "提示:使用筛选或点击条来筛选日期。",
|
|
36
|
+
|
|
37
|
+
"\"Remove filter\"": "\"取消筛选\"",
|
|
38
|
+
|
|
39
|
+
"Showing first 1,000 sessions. Narrow date range for complete results.":"显示前 1,000 个会话。缩小日期范围以获取完整结果。",
|
|
40
|
+
|
|
41
|
+
">Days:": ">天数:",
|
|
42
|
+
">Hours:": ">小时:",
|
|
43
|
+
">Session:": ">会话:",
|
|
44
|
+
" Clear All": " 清除所有",
|
|
45
|
+
">Daily Usage<": ">每日使用<",
|
|
46
|
+
">No data<": ">无数据<",
|
|
47
|
+
"\\} Usage<": "} 使用<",
|
|
48
|
+
"\\} tokens<": "} 令牌<",
|
|
49
|
+
|
|
50
|
+
"\"Tokens\":\"Cost\"} by Type": "\"按类型的令牌\" : \"按类型的费用\"}",
|
|
51
|
+
"\"Output: ": "\"输出:",
|
|
52
|
+
"\"Input: ": "\"输入:",
|
|
53
|
+
"\"Cache Write: ": "\"缓存写入:",
|
|
54
|
+
"\"Cache Read: ": "\"缓存读取:",
|
|
55
|
+
|
|
56
|
+
"Cache hit rate = cache read / \\(input \\+ cache read\\). Higher is better.": "缓存命中率 = 缓存读取 / (输入 + 缓存读取)。越高越好。",
|
|
57
|
+
"Error rate = errors / total messages. Lower is better.": "错误率 = 错误数 / 总消息数。越低越好。",
|
|
58
|
+
"Throughput shows tokens per minute over active time. Higher is better.": "吞吐量显示每分钟处理的令牌数量。数值越高越好。",
|
|
59
|
+
"Average tokens per message in this range.": "此范围内每条消息的平均令牌数。",
|
|
60
|
+
"Average cost per message when providers report costs. Cost data is missing for some or all sessions in this range.": "当提供商报告成本时,每条消息的平均成本。在此范围内的某些或所有会话的成本数据缺失。",
|
|
61
|
+
"Average cost per message when providers report costs.": "当供应商报告成本时,每条消息的平均成本。",
|
|
62
|
+
|
|
63
|
+
"\\} errors · ": "} 条错误 · ",
|
|
64
|
+
"\\} msgs · ": "} 条消息 · ",
|
|
65
|
+
|
|
66
|
+
">Usage Overview<": ">使用概览<",
|
|
67
|
+
"Total user \\+ assistant messages in range.": "范围内的用户助手消息总数。",
|
|
68
|
+
" Tool Calls": " 工具调用",
|
|
69
|
+
"Total tool call count across sessions.": "跨会话的工具调用总次数。",
|
|
70
|
+
" Errors": " 错误",
|
|
71
|
+
"Total message/tool errors in range.": "范围内的总消息/工具错误数。",
|
|
72
|
+
" Avg Tokens / Msg": " 平均每条消息的令牌数",
|
|
73
|
+
">Across ": ">共",
|
|
74
|
+
"Avg Cost \/ Msg": "平均每条消息成本",
|
|
75
|
+
"\\} total<": "} 总计<",
|
|
76
|
+
|
|
77
|
+
"Distinct sessions in the range.": "范围内的不同会话。",
|
|
78
|
+
" Throughput": " 吞吐量",
|
|
79
|
+
" Error Rate": " 错误率",
|
|
80
|
+
|
|
81
|
+
" All ": " 全部 ",
|
|
82
|
+
" Recently viewed": " 最近浏览",
|
|
83
|
+
">No sessions in range<": ">范围内没有会话<",
|
|
84
|
+
">No recent sessions<": ">最近没有会话<"
|
|
85
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "clawui",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Translate the OpenClaw UI into multiple languages",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"bin": {
|
|
8
|
+
"clawui": "./dist/index.js"
|
|
9
|
+
},
|
|
10
|
+
"exports": {
|
|
11
|
+
".": "./dist/index.js"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist",
|
|
15
|
+
"README.md",
|
|
16
|
+
"LICENSE",
|
|
17
|
+
"locales"
|
|
18
|
+
],
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "bun build ./bin/clawui.ts --outfile ./dist/index.js --target node --minify"
|
|
21
|
+
},
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@clack/prompts": "^1.0.1",
|
|
24
|
+
"commander": "^14.0.3"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"bun": "^1.3.9",
|
|
28
|
+
"@types/bun": "^1.3.9",
|
|
29
|
+
"@types/node": "^25.2.3"
|
|
30
|
+
},
|
|
31
|
+
"repository": {
|
|
32
|
+
"type": "git",
|
|
33
|
+
"url": "git+https://github.com/openlark/openclaw-ui-locales.git"
|
|
34
|
+
},
|
|
35
|
+
"bugs": {
|
|
36
|
+
"url": "https://github.com/openlark/openclaw-ui-locales/issues"
|
|
37
|
+
},
|
|
38
|
+
"homepage": "https://github.com/openlark/openclaw-ui-locales#readme",
|
|
39
|
+
"keywords": [
|
|
40
|
+
"openclaw-ui-locales",
|
|
41
|
+
"claw",
|
|
42
|
+
"openclaw",
|
|
43
|
+
"clawui",
|
|
44
|
+
"locales"
|
|
45
|
+
],
|
|
46
|
+
"license": "MIT"
|
|
47
|
+
}
|