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,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
">Skills<": ">Habilidades<",
|
|
3
|
+
"Bundled, managed, and workspace skills.": "Habilidades agrupadas, gerenciadas e do espaço de trabalho.",
|
|
4
|
+
"\"Search skills\"": "\"Pesquisar habilidades\"",
|
|
5
|
+
"No skills found.": "Nenhuma habilidade encontrada.",
|
|
6
|
+
"\\} shown": "} exibidas",
|
|
7
|
+
"\"Installing…\"": "\"Instalando…\"",
|
|
8
|
+
">API key<": ">Chave de API<",
|
|
9
|
+
" Save key": " Salvar chave"
|
|
10
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
">Activity by Time<": ">Atividade por Horário<",
|
|
3
|
+
" tokens<": " tokens<",
|
|
4
|
+
"Estimates require session timestamps.": "Estimativas exigem carimbos de data/hora da sessão.",
|
|
5
|
+
"No timeline data yet.": "Nenhum dado de linha do tempo ainda.",
|
|
6
|
+
"Estimated from session spans (first/last activity). Time zone:": "Estimado a partir dos intervalos de sessão (primeira/última atividade). Fuso horário:",
|
|
7
|
+
"\"Local\"\\}": "\"Local\"}",
|
|
8
|
+
">Day of Week<": ">Dia da Semana<",
|
|
9
|
+
">Hours<": ">Horas<",
|
|
10
|
+
"\\} tokens": "} tokens",
|
|
11
|
+
">Midnight<": ">Meia-noite<",
|
|
12
|
+
">4am<": ">4h<",
|
|
13
|
+
">8am<": ">8h<",
|
|
14
|
+
">Moon<": ">Meio-dia<",
|
|
15
|
+
">4pm<": ">16h<",
|
|
16
|
+
">8pm<": ">20h<",
|
|
17
|
+
"Low → High token density": "Baixa → Alta densidade de tokens"
|
|
18
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"label\",": "\"rótulo\",",
|
|
3
|
+
"\"agentId\",": "\"ID do agente\",",
|
|
4
|
+
"\"channel\",": "\"canal\",",
|
|
5
|
+
"\"provider\",": "\"provedor\",",
|
|
6
|
+
"\"model\",": "\"modelo\",",
|
|
7
|
+
"\"updatedAt\",": "\"atualizado em\",",
|
|
8
|
+
"\"durationMs\",": "\"duração em ms\",",
|
|
9
|
+
"\"messages\",": "\"mensagens\",",
|
|
10
|
+
"\"errors\",": "\"erros\",",
|
|
11
|
+
"\"toolCalls\",": "\"chamadas de ferramenta\",",
|
|
12
|
+
"\"inputTokens\",": "\"tokens de entrada\",",
|
|
13
|
+
"\"outputTokens\",": "\"tokens de saída\",",
|
|
14
|
+
"\"cacheReadTokens\",": "\"tokens de leitura de cache\",",
|
|
15
|
+
"\"cacheWriteTokens\",": "\"tokens de escrita em cache\",",
|
|
16
|
+
"\"totalTokens\",": "\"total de tokens\",",
|
|
17
|
+
"\"totalCost\",": "\"custo total\",",
|
|
18
|
+
|
|
19
|
+
"\"date\",": "\"data\",",
|
|
20
|
+
"\"inputCost\",": "\"custo de entrada\",",
|
|
21
|
+
"\"outputCost\",": "\"custo de saída\",",
|
|
22
|
+
"\"cacheReadCost\",": "\"custo de leitura de cache\",",
|
|
23
|
+
"\"cacheWriteCost\",": "\"custo de escrita em cache\",",
|
|
24
|
+
|
|
25
|
+
"\"agent:\",": "\"agente:\",",
|
|
26
|
+
"\"channel:\",": "\"canal:\",",
|
|
27
|
+
"\"provider:\",": "\"provedor:\",",
|
|
28
|
+
"\"model:\",": "\"modelo:\",",
|
|
29
|
+
"\"tool:\",": "\"ferramenta:\",",
|
|
30
|
+
"\"has:errors:\",": "\"tem:erros:\",",
|
|
31
|
+
"\"has:tools:\",": "\"tem:ferramentas:\",",
|
|
32
|
+
"\"minTokens:\",": "\"mínimo de tokens:\",",
|
|
33
|
+
"\"maxCost:\",": "\"custo máximo:\","
|
|
34
|
+
|
|
35
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"No usage data for this session.": "Sem dados de uso para esta sessão.",
|
|
3
|
+
">Messages<": ">Mensagens<",
|
|
4
|
+
"\\} user · ": "} usuário · ",
|
|
5
|
+
"\\} assistant": "} assistente",
|
|
6
|
+
">Tool Calls<": ">Chamadas de Ferramenta<",
|
|
7
|
+
" tools<": " ferramentas<",
|
|
8
|
+
">Errors<": ">Erros<",
|
|
9
|
+
" tool results<": " resultados de ferramenta<",
|
|
10
|
+
">Duration<": ">Duração<",
|
|
11
|
+
|
|
12
|
+
"\"No tool calls\"": "\"Nenhuma chamada de ferramenta\"",
|
|
13
|
+
"\"No model data\"": "\"Sem dados do modelo\"",
|
|
14
|
+
|
|
15
|
+
"\"Close session details\"": "\"Fechar detalhes da sessão\"",
|
|
16
|
+
|
|
17
|
+
">No timeline data<": ">Sem dados de linha do tempo<",
|
|
18
|
+
"\"No data in range\"": "\"Sem dados no intervalo\"",
|
|
19
|
+
">Usage Over Time<": ">Uso ao Longo do Tempo<",
|
|
20
|
+
" Per Turn": " Por Turno",
|
|
21
|
+
" Cumulative": " Acumulado",
|
|
22
|
+
" Total": " Total",
|
|
23
|
+
" By Type": " Por Tipo",
|
|
24
|
+
">Tokens by Type<": ">Tokens por Tipo<",
|
|
25
|
+
|
|
26
|
+
"\"Assistant output tokens\"": "\"Tokens de saída do assistente\"",
|
|
27
|
+
">Output": ">Saída",
|
|
28
|
+
"\"User \\+ tool input tokens\"": "\"Tokens de entrada do usuário + ferramenta\"",
|
|
29
|
+
">Input": ">Entrada",
|
|
30
|
+
"\"Tokens written to cache\"": "\"Tokens gravados em cache\"",
|
|
31
|
+
">Cache Write ": ">Gravação em Cache ",
|
|
32
|
+
"\"Tokens read from cache\"": "\"Tokens lidos do cache\"",
|
|
33
|
+
">Cache Read ": ">Leitura de Cache ",
|
|
34
|
+
">Total: ": ">Total: ",
|
|
35
|
+
|
|
36
|
+
">No context data<": ">Sem dados de contexto<",
|
|
37
|
+
">System Prompt Breakdown<": ">Detalhamento do Prompt do Sistema<",
|
|
38
|
+
"\"Collapse\"": "\"Recolher\"",
|
|
39
|
+
"\"Expand all\"": "\"Expandir tudo\"",
|
|
40
|
+
"\"Base context per message\"": "\"Contexto base por mensagem\"",
|
|
41
|
+
|
|
42
|
+
">Sys ": ">Sistema ",
|
|
43
|
+
">Skills ": ">Habilidades ",
|
|
44
|
+
">Tools ": ">Ferramentas ",
|
|
45
|
+
">Files ": ">Arquivos ",
|
|
46
|
+
|
|
47
|
+
" more<": " mais< ",
|
|
48
|
+
|
|
49
|
+
">Conversation<": ">Conversa<",
|
|
50
|
+
">No messages<": ">Sem mensagens<",
|
|
51
|
+
|
|
52
|
+
"\"Collapse All\"": "\"Recolher Tudo\"",
|
|
53
|
+
"\"Expand All\"": "\"Expandir Tudo\"",
|
|
54
|
+
|
|
55
|
+
">User<": ">Usuário<",
|
|
56
|
+
">Assistant<": ">Assistente<",
|
|
57
|
+
">Tool<": ">Ferramenta<",
|
|
58
|
+
">Tool result<": ">Resultado da ferramenta<",
|
|
59
|
+
|
|
60
|
+
"\"Search conversation\"": "\"Pesquisar na conversa\"",
|
|
61
|
+
"No messages match the filters.": "Nenhuma mensagem corresponde aos filtros."
|
|
62
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
">Token Usage<": ">Uso de Tokens<",
|
|
3
|
+
">to<": ">até<",
|
|
4
|
+
"\"Today\"": "\"Hoje\"",
|
|
5
|
+
"\"7d\"": "\"7d\"",
|
|
6
|
+
"\"30d\"": "\"30d\"",
|
|
7
|
+
">All<": ">Todos<",
|
|
8
|
+
" Clear": " Limpar",
|
|
9
|
+
|
|
10
|
+
">Usage<": ">Uso<",
|
|
11
|
+
"See where tokens go, when sessions spike, and what drives cost.": "Veja para onde vão os tokens, quando as sessões atingem o pico e o que impulsiona os custos.",
|
|
12
|
+
"\"pinned\"": "\"fixado\"",
|
|
13
|
+
">Filters<": ">Filtros<",
|
|
14
|
+
">Loading<": ">Carregando<",
|
|
15
|
+
"Select a date range and click Refresh to load usage.": "Selecione um intervalo de datas e clique em Atualizar para carregar o uso.",
|
|
16
|
+
"> tokens": "> tokens",
|
|
17
|
+
"> cost": "> custo",
|
|
18
|
+
|
|
19
|
+
"\"Unpin filters\"\\}": "\"Desafixar filtros\"}",
|
|
20
|
+
"\"Pin filters\"\\}": "\"Fixar filtros\"}",
|
|
21
|
+
"\"Pinned\"": "\"Fixado\"",
|
|
22
|
+
"\"Pin\"": "\"Fixar\"",
|
|
23
|
+
">Export ▾<": ">Exportar ▾<",
|
|
24
|
+
" Sessions ": " Sessões ",
|
|
25
|
+
" Daily ": " Diário ",
|
|
26
|
+
|
|
27
|
+
" Tokens": " Tokens",
|
|
28
|
+
" Cost": " Custo",
|
|
29
|
+
" Refresh": " Atualizar",
|
|
30
|
+
|
|
31
|
+
"Filter sessions \\(e.g. key:agent:main:cron\\* model:gpt-4o has:errors minTokens:2000\\)": "Filtrar sessões (ex: key:agent:main:cron* model:gpt-4o has:errors minTokens:2000)",
|
|
32
|
+
" Filter \\(client-side\\)": " Filtro (lado do cliente)",
|
|
33
|
+
"\\} sessions match": "} sessões correspondem",
|
|
34
|
+
"\\} sessions in range": "} sessões no intervalo",
|
|
35
|
+
"Tip: use filters or click bars to filter days.": "Dica: use filtros ou clique nas barras para filtrar dias.",
|
|
36
|
+
|
|
37
|
+
"\"Remove filter\"": "\"Remover filtro\"",
|
|
38
|
+
|
|
39
|
+
"Showing first 1,000 sessions. Narrow date range for complete results.":"Mostrando as primeiras 1.000 sessões. Reduza o intervalo de datas para resultados completos.",
|
|
40
|
+
|
|
41
|
+
">Days:": ">Dias:",
|
|
42
|
+
">Hours:": ">Horas:",
|
|
43
|
+
">Session:": ">Sessão:",
|
|
44
|
+
" Clear All": " Limpar Tudo",
|
|
45
|
+
">Daily Usage<": ">Uso Diário<",
|
|
46
|
+
">No data<": ">Sem dados<",
|
|
47
|
+
"\\} Usage<": "} Uso<",
|
|
48
|
+
"\\} tokens<": "} tokens<",
|
|
49
|
+
|
|
50
|
+
"\"Tokens\":\"Cost\"} by Type": "\"Tokens\":\"Custo\"} por Tipo",
|
|
51
|
+
"\"Output: ": "\"Saída: ",
|
|
52
|
+
"\"Input: ": "\"Entrada: ",
|
|
53
|
+
"\"Cache Write: ": "\"Gravação em Cache: ",
|
|
54
|
+
"\"Cache Read: ": "\"Leitura de Cache: ",
|
|
55
|
+
|
|
56
|
+
"Cache hit rate = cache read / \\(input \\+ cache read\\). Higher is better.": "Taxa de acerto de cache = leitura de cache / (entrada + leitura de cache). Quanto maior, melhor.",
|
|
57
|
+
"Error rate = errors / total messages. Lower is better.": "Taxa de erro = erros / total de mensagens. Quanto menor, melhor.",
|
|
58
|
+
"Throughput shows tokens per minute over active time. Higher is better.": "Taxa de transferência mostra tokens por minuto durante o tempo ativo. Quanto maior, melhor.",
|
|
59
|
+
"Average tokens per message in this range.": "Média de tokens por mensagem neste intervalo.",
|
|
60
|
+
"Average cost per message when providers report costs. Cost data is missing for some or all sessions in this range.": "Custo médio por mensagem quando os provedores reportam custos. Dados de custo estão ausentes para algumas ou todas as sessões neste intervalo.",
|
|
61
|
+
"Average cost per message when providers report costs.": "Custo médio por mensagem quando os provedores reportam custos.",
|
|
62
|
+
|
|
63
|
+
"\\} errors · ": "} erros · ",
|
|
64
|
+
"\\} msgs · ": "} mensagens · ",
|
|
65
|
+
|
|
66
|
+
">Usage Overview<": ">Visão Geral do Uso<",
|
|
67
|
+
"Total user \\+ assistant messages in range.": "Total de mensagens de usuário + assistente no intervalo.",
|
|
68
|
+
" Tool Calls": " Chamadas de Ferramenta",
|
|
69
|
+
"Total tool call count across sessions.": "Número total de chamadas de ferramenta em todas as sessões.",
|
|
70
|
+
" Errors": " Erros",
|
|
71
|
+
"Total message/tool errors in range.": "Total de erros de mensagem/ferramenta no intervalo.",
|
|
72
|
+
" Avg Tokens / Msg": " Média de Tokens / Mensagem",
|
|
73
|
+
">Across ": ">Em ",
|
|
74
|
+
"Avg Cost \/ Msg": "Custo Médio / Mensagem",
|
|
75
|
+
"\\} total<": "} total<",
|
|
76
|
+
|
|
77
|
+
"Distinct sessions in the range.": "Sessões distintas no intervalo.",
|
|
78
|
+
" Throughput": " Taxa de Transferência",
|
|
79
|
+
" Error Rate": " Taxa de Erro",
|
|
80
|
+
|
|
81
|
+
" All ": " Todas ",
|
|
82
|
+
" Recently viewed": " Visualizadas Recentemente",
|
|
83
|
+
">No sessions in range<": ">Nenhuma sessão no intervalo<",
|
|
84
|
+
">No recent sessions<": ">Nenhuma sessão recente<"
|
|
85
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Invalid URL format. Expected /base/XXX or /wiki/XXX URL": "Định dạng URL không hợp lệ. URL phải có dạng /base/XXX hoặc /wiki/XXX.",
|
|
3
|
+
"Use app_token": "Sử dụng app_token",
|
|
4
|
+
" and table_id=": " và table_id=",
|
|
5
|
+
" for other bitable tools": " cho các công cụ bitable khác",
|
|
6
|
+
"Select a table_id from the tables list.": "Chọn table_id từ danh sách bảng.",
|
|
7
|
+
"Bitable URL. Supports both formats: /base/XXX?table=YYY or /wiki/XXX?table=YYY": "URL Bitable. Hỗ trợ cả hai định dạng: /base/XXX?table=YYY hoặc /wiki/XXX?table=YYY",
|
|
8
|
+
"Bitable app token \\(use feishu_bitable_get_meta to get from URL\\)": "Mã ứng dụng Bitable (sử dụng feishu_bitable_get_meta để lấy từ URL)",
|
|
9
|
+
"Table ID (from URL: ?table=YYY)": "ID Bảng (từ URL: ?table=YYY)",
|
|
10
|
+
"Number of records per page (1-500, default 100)": "Số bản ghi mỗi trang (1-500, mặc định 100)",
|
|
11
|
+
"Pagination token from previous response": "Mã thông báo phân trang từ phản hồi trước đó",
|
|
12
|
+
"Record ID to retrieve": "ID bản ghi cần lấy",
|
|
13
|
+
"Field values keyed by field name. Format by type: ": "Giá trị trường được khóa theo tên trường. Định dạng theo loại: ",
|
|
14
|
+
"Record ID to update": "ID bản ghi cần cập nhật",
|
|
15
|
+
"Field values to update \\(same format as create_record\\)": "Giá trị trường cần cập nhật (định dạng tương tự create_record)",
|
|
16
|
+
"Feishu credentials not configured, skipping bitable tools": "Thông tin xác thực Feishu chưa được cấu hình, bỏ qua các công cụ bitable",
|
|
17
|
+
"Parse a Bitable URL and get app_token, table_id, and table list. Use this first when given a /wiki/ or /base/ URL.": "Phân tích cú pháp URL Bitable và lấy app_token, table_id cũng như danh sách bảng. Hãy sử dụng công cụ này trước tiên khi được cung cấp URL /wiki/ hoặc /base/.",
|
|
18
|
+
"Feishu Bitable List Fields": "Feishu Bitable Liệt kê Trường",
|
|
19
|
+
"List all fields \\(columns\\) in a Bitable table with their types and properties": "Liệt kê tất cả các trường (cột) trong bảng Bitable kèm theo loại và thuộc tính của chúng",
|
|
20
|
+
"List records \\(rows\\) from a Bitable table with pagination support": "Liệt kê các bản ghi (hàng) từ bảng Bitable có hỗ trợ phân trang",
|
|
21
|
+
"Feishu Bitable Get Record": "Feishu Bitable Lấy Bản ghi",
|
|
22
|
+
"Get a single record by ID from a Bitable table": "Lấy một bản ghi theo ID từ bảng Bitable",
|
|
23
|
+
"Feishu Bitable Create Record": "Feishu Bitable Tạo Bản ghi",
|
|
24
|
+
"Create a new record (row) in a Bitable table": "Tạo một bản ghi (hàng) mới trong bảng Bitable",
|
|
25
|
+
"Feishu Bitable Update Record": "Feishu Bitable Cập nhật Bản ghi",
|
|
26
|
+
"Update an existing record (row) in a Bitable table": "Cập nhật một bản ghi (hàng) hiện có trong bảng Bitable",
|
|
27
|
+
"Registered 6 bitable tools": "Đã đăng ký 6 công cụ bitable",
|
|
28
|
+
|
|
29
|
+
"\"Feishu\"": "\"Feishu\"",
|
|
30
|
+
"Lark enterprise messaging.": "Nhắn tin doanh nghiệp Lark.",
|
|
31
|
+
"Feishu targeting: omit `target` to reply to the current conversation \\(auto-inferred\\). Explicit targets: `user:open_id` or `chat:chat_id`.": "Nhắm mục tiêu Feishu: bỏ qua `target` để trả lời cuộc trò chuyện hiện tại (tự động suy luận). Mục tiêu rõ ràng: `user:open_id` hoặc `chat:chat_id`.",
|
|
32
|
+
" Feishu supports interactive cards for rich messages.": " Feishu hỗ trợ thẻ tương tác cho tin nhắn đa phương tiện.",
|
|
33
|
+
"Feishu\\[": "Feishu[",
|
|
34
|
+
"groups: groupPolicy=\"open\" allows any member to trigger \\(mention-gated\\). Set channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom to restrict senders.": "nhóm: groupPolicy=\"open\" cho phép bất kỳ thành viên nào kích hoạt (có kiểm soát đề cập). Đặt channels.feishu.groupPolicy=\"allowlist\" + channels.feishu.groupAllowFrom để giới hạn người gửi.",
|
|
35
|
+
"starting feishu\\[": "đang bắt đầu feishu[",
|
|
36
|
+
" \\(mode: ": " (chế độ: "
|
|
37
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"just now\"": "\"vừa xong\"",
|
|
3
|
+
"\\}s`": "} giây trước`",
|
|
4
|
+
"\\}m ago`": "} phút trước`",
|
|
5
|
+
"\\}m`": "} phút`",
|
|
6
|
+
"\\}h ago`": "} giờ trước`",
|
|
7
|
+
"\\}h`": "} giờ`",
|
|
8
|
+
"\\}d ago`": "} ngày trước`",
|
|
9
|
+
"\\}d`": "} ngày`",
|
|
10
|
+
"\"in <1m\"": "\"trong vòng <1 phút\"",
|
|
11
|
+
"`in ": "`trong "
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Profile update failed \\(": "Cập nhật hồ sơ thất bại (",
|
|
3
|
+
"Profile publish failed on all relays.": "Xuất bản hồ sơ thất bại trên tất cả các relay.",
|
|
4
|
+
"Profile published to relays.": "Đã xuất bản hồ sơ đến các relay.",
|
|
5
|
+
"Profile update failed: ": "Cập nhật hồ sơ thất bại: ",
|
|
6
|
+
"Profile import failed \\(": "Nhập hồ sơ thất bại (",
|
|
7
|
+
"Profile imported from relays. Review and publish.": "Đã nhập hồ sơ từ các relay. Vui lòng xem xét và xuất bản.",
|
|
8
|
+
"Profile imported. Review and publish.": "Đã nhập hồ sơ. Vui lòng xem xét và xuất bản.",
|
|
9
|
+
"Profile import failed: ": "Nhập hồ sơ thất bại: "
|
|
10
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Refresh chat data\"": "\"Làm mới dữ liệu trò chuyện\"",
|
|
3
|
+
"\"Disabled during onboarding\"": "\"Đã tắt trong quá trình hướng dẫn\"",
|
|
4
|
+
"\"Toggle assistant thinking/working output\"": "\"Bật/tắt đầu ra suy nghĩ/làm việc của trợ lý\"",
|
|
5
|
+
"\"Toggle focus mode \\(hide sidebar \\+ page header\\)\"": "\"Bật/tắt chế độ tập trung (ẩn thanh bên + tiêu đề trang)\"",
|
|
6
|
+
"\"System theme\"": "\"Giao diện hệ thống\"",
|
|
7
|
+
"\"System\"": "\"Hệ thống\"",
|
|
8
|
+
"\"Light theme\"": "\"Giao diện sáng\"",
|
|
9
|
+
"\"Light\"": "\"Sáng\"",
|
|
10
|
+
"\"Dark theme\"": "\"Giao diện tối\"",
|
|
11
|
+
"\"Dark\"": "\"Tối\""
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Disconnected from gateway.": "Đã ngắt kết nối khỏi cổng.",
|
|
3
|
+
|
|
4
|
+
"\"Expand sidebar\"": "\"Mở rộng thanh bên\"",
|
|
5
|
+
"\"Collapse sidebar\"": "\"Thu gọn thanh bên\"",
|
|
6
|
+
|
|
7
|
+
">Health<": ">Tình trạng<",
|
|
8
|
+
"\"OK\"": "\"Tốt\"",
|
|
9
|
+
"\"Offline\"": "\"Ngoại tuyến\"",
|
|
10
|
+
|
|
11
|
+
">Gateway Dashboard<": ">Bảng điều khiển Cổng<",
|
|
12
|
+
|
|
13
|
+
">Resources<": ">Tài nguyên<",
|
|
14
|
+
"Docs \\(opens in new tab\\)": "Tài liệu (mở trong tab mới)",
|
|
15
|
+
">Docs<": ">Tài liệu<"
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"gateway client stopped\"": "\"máy khách cổng đã dừng\"",
|
|
3
|
+
"gateway closed \\(": "cổng đã đóng (",
|
|
4
|
+
"\"connect failed\"": "\"kết nối thất bại\"",
|
|
5
|
+
" event handler error:": " lỗi trình xử lý sự kiện:",
|
|
6
|
+
"\"request failed\"": "\"yêu cầu thất bại\"",
|
|
7
|
+
"\"gateway not connected\"": "\"cổng chưa kết nối\""
|
|
8
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Chat\"": "\"Trò chuyện\"",
|
|
3
|
+
"\"Control\"": "\"Điều khiển\"",
|
|
4
|
+
"\"Agent\"": "\"Đại lý\"",
|
|
5
|
+
"\"Settings\"": "\"Cài đặt\"",
|
|
6
|
+
"\"Agents\"": "\"Đại lý\"",
|
|
7
|
+
"\"Overview\"": "\"Tổng quan\"",
|
|
8
|
+
"\"Channels\"": "\"Kênh\"",
|
|
9
|
+
"\"Instances\"": "\"Phiên bản\"",
|
|
10
|
+
"\"Sessions\"": "\"Phiên\"",
|
|
11
|
+
"\"Usage\"": "\"Mức sử dụng\"",
|
|
12
|
+
"\"Cron Jobs\"": "\"Công việc Cron\"",
|
|
13
|
+
"\"Skills\"": "\"Kỹ năng\"",
|
|
14
|
+
"\"Nodes\"": "\"Nút\"",
|
|
15
|
+
"\"Config\"": "\"Cấu hình\"",
|
|
16
|
+
"\"Debug\"": "\"Gỡ lỗi\"",
|
|
17
|
+
"\"Logs\"": "\"Nhật ký\"",
|
|
18
|
+
|
|
19
|
+
"Manage agent workspaces, tools, and identities.": "Quản lý không gian làm việc, công cụ và danh tính của đại lý.",
|
|
20
|
+
"Gateway status, entry points, and a fast health read.": "Trạng thái cổng, điểm truy cập và đọc nhanh tình trạng sức khỏe.",
|
|
21
|
+
"Manage channels and settings.": "Quản lý kênh và cài đặt.",
|
|
22
|
+
"Presence beacons from connected clients and nodes.": "Báo hiệu hiện diện từ các máy khách và nút đã kết nối.",
|
|
23
|
+
"Inspect active sessions and adjust per-session defaults.": "Kiểm tra các phiên hoạt động và điều chỉnh mặc định theo phiên.",
|
|
24
|
+
"Schedule wakeups and recurring agent runs.": "Lên lịch đánh thức và các lần chạy đại lý định kỳ.",
|
|
25
|
+
"Manage skill availability and API key injection.": "Quản lý khả năng khả dụng của kỹ năng và tiêm khóa API.",
|
|
26
|
+
"Paired devices, capabilities, and command exposure.": "Thiết bị đã ghép đôi, khả năng và hiển thị lệnh.",
|
|
27
|
+
"Direct gateway chat session for quick interventions.": "Phiên trò chuyện trực tiếp với cổng để can thiệp nhanh.",
|
|
28
|
+
"Edit ~/.openclaw/openclaw.json safely.": "Chỉnh sửa ~/.clawdbot/clawdbot.json một cách an toàn.",
|
|
29
|
+
"Gateway snapshots, events, and manual RPC calls.": "Ảnh chụp nhanh cổng, sự kiện và lệnh gọi RPC thủ công.",
|
|
30
|
+
"Live tail of the gateway file logs.": "Xem trực tiếp phần cuối của nhật ký tệp cổng."
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"agent override\"": "\"ghi đè đại lý\"",
|
|
3
|
+
"\"global default\"": "\"mặc định toàn cục\"",
|
|
4
|
+
"\"default\"": "\"mặc định\"",
|
|
5
|
+
|
|
6
|
+
">Tool Access<": ">Truy cập Công cụ<",
|
|
7
|
+
" Profile \\+ per-tool overrides for this agent.": " Cấu hình ghi đè theo từng công cụ cho đại lý này.",
|
|
8
|
+
"> enabled.": "> đã bật.",
|
|
9
|
+
|
|
10
|
+
" Use All": " Sử dụng Tất cả",
|
|
11
|
+
" Enable All": " Bật Tất cả",
|
|
12
|
+
" Disable All": " Tắt Tất cả",
|
|
13
|
+
" Reload Config": " Tải lại Cấu hình",
|
|
14
|
+
|
|
15
|
+
"Load the gateway config to adjust tool profiles.": "Tải cấu hình cổng để điều chỉnh hồ sơ công cụ.",
|
|
16
|
+
" This agent is using an explicit allowlist in config. Tool overrides are managed in the Config tab.": "Đại lý này đang sử dụng danh sách cho phép rõ ràng trong cấu hình. Việc ghi đè công cụ được quản lý trong tab Cấu hình.",
|
|
17
|
+
" Global tools.allow is set. Agent overrides cannot enable tools that are globally blocked.": "Đã đặt tools.allow toàn cục. Ghi đè đại lý không thể bật các công cụ đã bị chặn toàn cục.",
|
|
18
|
+
|
|
19
|
+
">Profile<": ">Hồ sơ<",
|
|
20
|
+
">Source<": ">Nguồn<",
|
|
21
|
+
">unsaved<": ">chưa lưu<",
|
|
22
|
+
|
|
23
|
+
">Quick Presets<": ">Cài đặt sẵn Nhanh<",
|
|
24
|
+
" Inherit": " Kế thừa",
|
|
25
|
+
|
|
26
|
+
"Per-agent skill allowlist and workspace skills.": "Danh sách cho phép kỹ năng theo từng đại lý và kỹ năng không gian làm việc.",
|
|
27
|
+
"Load the gateway config to set per-agent skills.": "Tải cấu hình cổng để đặt kỹ năng cho từng đại lý.",
|
|
28
|
+
"This agent uses a custom skill allowlist.": "Đại lý này sử dụng danh sách cho phép kỹ năng tùy chỉnh.",
|
|
29
|
+
"All skills are enabled. Disabling any skill will create a per-agent allowlist.": "Tất cả các kỹ năng đều được bật. Vô hiệu hóa bất kỳ kỹ năng nào sẽ tạo một danh sách cho phép theo từng đại lý.",
|
|
30
|
+
"Load skills for this agent to view workspace-specific entries.": "Tải kỹ năng cho đại lý này để xem các mục cụ thể theo không gian làm việc."
|
|
31
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\"Files\"": "\"Tệp tin\"",
|
|
3
|
+
"\"Read file contents\"": "\"Đọc nội dung tệp\"",
|
|
4
|
+
"\"Create or overwrite files\"": "\"Tạo hoặc ghi đè tệp\"",
|
|
5
|
+
"\"Make precise edits\"": "\"Chỉnh sửa chính xác\"",
|
|
6
|
+
"\"Patch files \\(OpenAI\\)\"": "\"Tệp vá lỗi (OpenAI)\"",
|
|
7
|
+
|
|
8
|
+
"\"Runtime\"": "\"Môi trường thực thi\"",
|
|
9
|
+
"\"Run shell commands\"": "\"Chạy lệnh shell\"",
|
|
10
|
+
"\"Manage background processes\"": "\"Quản lý tiến trình nền\"",
|
|
11
|
+
|
|
12
|
+
"\"Web\"": "\"Web\"",
|
|
13
|
+
"\"Search the web\"": "\"Tìm kiếm trên web\"",
|
|
14
|
+
"\"Fetch web content\"": "\"Lấy nội dung web\"",
|
|
15
|
+
|
|
16
|
+
"\"Memory\"": "\"Bộ nhớ\"",
|
|
17
|
+
"\"Semantic search\"": "\"Tìm kiếm ngữ nghĩa\"",
|
|
18
|
+
"\"Read memory files\"": "\"Đọc tệp bộ nhớ\"",
|
|
19
|
+
"\"List sessions\"": "\"Liệt kê phiên\"",
|
|
20
|
+
|
|
21
|
+
"\"Session history\"": "\"Lịch sử phiên\"",
|
|
22
|
+
"\"Send to session": "\"Gửi đến phiên",
|
|
23
|
+
"\"Spawn sub-agent\"": "\"Tạo đại lý con\"",
|
|
24
|
+
"\"Session status\"": "\"Trạng thái phiên\"",
|
|
25
|
+
|
|
26
|
+
"\"UI\"": "\"Giao diện người dùng\"",
|
|
27
|
+
"\"Control web browser\"": "\"Điều khiển trình duyệt web\"",
|
|
28
|
+
"\"Control canvases\"": "\"Điều khiển khung vẽ\"",
|
|
29
|
+
|
|
30
|
+
"\"Send messages\"": "\"Gửi tin nhắn\"",
|
|
31
|
+
|
|
32
|
+
"\"Automation\"": "\"Tự động hóa\"",
|
|
33
|
+
"\"Schedule tasks\"": "\"Lên lịch tác vụ\"",
|
|
34
|
+
|
|
35
|
+
"\"Gateway control\"": "\"Điều khiển cổng\"",
|
|
36
|
+
"\"Nodes \\+ devices\"": "\"Nút + thiết bị\"",
|
|
37
|
+
"\"List agents\"": "\"Liệt kê đại lý\"",
|
|
38
|
+
|
|
39
|
+
"\"Media\"": "\"Phương tiện\"",
|
|
40
|
+
"\"Image understanding\"": "\"Hiểu hình ảnh\"",
|
|
41
|
+
|
|
42
|
+
"\"Minimal\"": "\"Tối thiểu\"",
|
|
43
|
+
"\"Coding\"": "\"Lập trình\"",
|
|
44
|
+
"\"Messaging\"": "\"Nhắn tin\"",
|
|
45
|
+
"\"Full\"": "\"Đầy đủ\"",
|
|
46
|
+
|
|
47
|
+
"\\} selected": "} đã chọn",
|
|
48
|
+
"\"all skills\"": "\"tất cả kỹ năng\""
|
|
49
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
">No configured models<": ">Không có mô hình nào được cấu hình<",
|
|
3
|
+
"\\} configured.<": "} đã được cấu hình.<",
|
|
4
|
+
"No agents found.": "Không tìm thấy đại lý nào.",
|
|
5
|
+
">Select an agent<": ">Chọn một đại lý<",
|
|
6
|
+
"Pick an agent to inspect its workspace and tools.": "Chọn một đại lý để kiểm tra không gian làm việc và các công cụ của nó.",
|
|
7
|
+
"Agent workspace and routing.": "Không gian làm việc và định tuyến của đại lý.",
|
|
8
|
+
"\"Tools\"": "\"Công cụ\"",
|
|
9
|
+
|
|
10
|
+
">Overview<": ">Tổng quan<",
|
|
11
|
+
"Workspace paths and identity metadata.": "Đường dẫn không gian làm việc và siêu dữ liệu danh tính.",
|
|
12
|
+
">Workspace<": ">Không gian làm việc<",
|
|
13
|
+
">Primary Model<": ">Mô hình Chính<",
|
|
14
|
+
">Identity Name<": ">Tên Danh tính<",
|
|
15
|
+
">Default<": ">Mặc định<",
|
|
16
|
+
">Identity Emoji<": ">Biểu tượng cảm xúc Danh tính<",
|
|
17
|
+
">Skills Filter<": ">Bộ lọc Kỹ năng<",
|
|
18
|
+
">Filter<": ">Bộ lọc<",
|
|
19
|
+
">Model Selection<": ">Lựa chọn Mô hình<",
|
|
20
|
+
">Primary model": ">Mô hình chính",
|
|
21
|
+
" \\(default\\)": " (mặc định)",
|
|
22
|
+
"Fallbacks \\(comma-separated\\)": "Dự phòng (phân cách bằng dấu phẩy)",
|
|
23
|
+
"Inherit default \\(": "Kế thừa mặc định (",
|
|
24
|
+
"\"Inherit default\"": "\"Kế thừa mặc định\"",
|
|
25
|
+
">Fallbacks (comma-separated)<": ">Dự phòng (phân cách bằng dấu phẩy)<",
|
|
26
|
+
"\"Save\"": "\"Lưu\"",
|
|
27
|
+
"\"yes\"": "\"có\"",
|
|
28
|
+
"\"no\"": "\"không\"",
|
|
29
|
+
|
|
30
|
+
"\"Workspace, identity, and model configuration.\"": "\"Cấu hình không gian làm việc, danh tính và mô hình.\"",
|
|
31
|
+
"Load channels to see live status.": "Tải kênh để xem trạng thái trực tiếp.",
|
|
32
|
+
"Gateway-wide channel status snapshot.": "Ảnh chụp nhanh trạng thái kênh trên toàn cổng.",
|
|
33
|
+
" Last refresh:": " Làm mới lần cuối:",
|
|
34
|
+
"No channels found.": "Không tìm thấy kênh nào.",
|
|
35
|
+
"\"no accounts\"": "\"không có tài khoản\"",
|
|
36
|
+
"\\} enabled": "} đã bật",
|
|
37
|
+
"Workspace and scheduling targets.": "Mục tiêu không gian làm việc và lập lịch.",
|
|
38
|
+
"Gateway cron status.": "Trạng thái Cron của cổng.",
|
|
39
|
+
">Next wake<": ">Lần đánh thức tiếp theo<",
|
|
40
|
+
">Agent Cron Jobs<": ">Công việc Cron của Đại lý<",
|
|
41
|
+
"Scheduled jobs targeting this agent.": "Các công việc theo lịch trình nhắm mục tiêu vào đại lý này.",
|
|
42
|
+
"No jobs assigned.": "Không có công việc nào được giao.",
|
|
43
|
+
">Core Files<": ">Tệp Lõi<",
|
|
44
|
+
"Bootstrap persona, identity, and tool guidance.": "Hướng dẫn khởi tạo nhân vật, danh tính và công cụ.",
|
|
45
|
+
">Workspace:": ">Không gian làm việc:",
|
|
46
|
+
" Load the agent workspace files to edit core instructions.": " Tải các tệp không gian làm việc của đại lý để chỉnh sửa hướng dẫn cốt lõi.",
|
|
47
|
+
"No files found.": "Không tìm thấy tệp nào.",
|
|
48
|
+
"Select a file to edit.": "Chọn một tệp để chỉnh sửa.",
|
|
49
|
+
" This file is missing. Saving will create it in the agent workspace.": " Tệp này bị thiếu. Lưu sẽ tạo nó trong không gian làm việc của đại lý.",
|
|
50
|
+
">Content<": ">Nội dung<",
|
|
51
|
+
">missing<": ">bị thiếu<",
|
|
52
|
+
|
|
53
|
+
" Reload": " Tải lại"
|
|
54
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Schema unavailable. Use Raw.": "Lược đồ không khả dụng. Vui lòng sử dụng Dữ liệu thô.",
|
|
3
|
+
"Channel config schema unavailable.": "Lược đồ cấu hình kênh không khả dụng.",
|
|
4
|
+
"Loading config schema…": "Đang tải lược đồ cấu hình…",
|
|
5
|
+
"Channel status and configuration.": "Trạng thái và cấu hình kênh.",
|
|
6
|
+
|
|
7
|
+
">Configured<": ">Đã cấu hình<",
|
|
8
|
+
">Linked<": ">Đã liên kết<",
|
|
9
|
+
">Last start<": ">Lần khởi động cuối<",
|
|
10
|
+
">Last probe<": ">Lần thăm dò cuối<",
|
|
11
|
+
">Last connect<": ">Lần kết nối cuối<",
|
|
12
|
+
">Last message<": ">Tin nhắn cuối cùng<",
|
|
13
|
+
">Last inbound<": ">Cuộc gọi đến cuối cùng<",
|
|
14
|
+
">Auth age<": ">Thời gian xác thực<",
|
|
15
|
+
">Mode<": ">Chế độ<",
|
|
16
|
+
">Credential<": ">Thông tin xác thực<",
|
|
17
|
+
">Public Key<": ">Khóa công khai<",
|
|
18
|
+
">Audience<": ">Đối tượng<",
|
|
19
|
+
">Profile<": ">Hồ sơ<",
|
|
20
|
+
|
|
21
|
+
"No profile set. Click \"Edit Profile\" to add your name, bio, and avatar.": "Chưa có hồ sơ. Nhấp vào \"Chỉnh sửa hồ sơ\" để thêm tên, tiểu sử và ảnh đại diện của bạn.",
|
|
22
|
+
"\"Saving…\"": "\"Đang lưu…\"",
|
|
23
|
+
"\"Save\"": "\"Lưu\"",
|
|
24
|
+
" probe": " thăm dò",
|
|
25
|
+
|
|
26
|
+
" Probe": " Thăm dò",
|
|
27
|
+
"\"ok\" \\:": "\"thành công\" :",
|
|
28
|
+
"\"failed\"": "\"thất bại\"",
|
|
29
|
+
|
|
30
|
+
"Decentralized DMs via Nostr relays \\(NIP-04\\).": "Tin nhắn trực tiếp phi tập trung qua các relay Nostr (NIP-04)."
|
|
31
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Channel health": "Tình trạng kênh",
|
|
3
|
+
"Channel status snapshots from the gateway.": "Ảnh chụp nhanh trạng thái kênh từ cổng.",
|
|
4
|
+
"No snapshot yet.": "Chưa có ảnh chụp nhanh nào.",
|
|
5
|
+
"Channel status and configuration.": "Trạng thái và cấu hình kênh.",
|
|
6
|
+
"\"Yes\"": "\"Có\"",
|
|
7
|
+
"\"Active\"": "\"Hoạt động\"",
|
|
8
|
+
"\"No\"": "\"Không\"",
|
|
9
|
+
">Running<": ">Đang chạy<",
|
|
10
|
+
">Connected<": ">Đã kết nối<"
|
|
11
|
+
}
|