@elizaos/agent 2.0.0-alpha.441 → 2.0.0-alpha.501
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.
- package/apps/app-companion/src/components/companion/CompanionAppView.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/CompanionAppView.js +6 -2
- package/apps/app-companion/src/components/companion/CompanionHeader.d.ts +3 -1
- package/apps/app-companion/src/components/companion/CompanionHeader.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/CompanionHeader.js +8 -2
- package/apps/app-companion/src/components/companion/CompanionPerformanceSettings.d.ts +2 -0
- package/apps/app-companion/src/components/companion/CompanionPerformanceSettings.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/CompanionPerformanceSettings.js +33 -0
- package/apps/app-companion/src/components/companion/CompanionSettingsPanel.d.ts +2 -0
- package/apps/app-companion/src/components/companion/CompanionSettingsPanel.d.ts.map +1 -0
- package/apps/app-companion/src/components/companion/CompanionSettingsPanel.js +7 -0
- package/apps/app-companion/src/components/companion/CompanionShell.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/CompanionShell.js +1 -1
- package/apps/app-companion/src/components/companion/CompanionView.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/CompanionView.js +6 -2
- package/apps/app-companion/src/types/render-modes.d.ts +4 -0
- package/apps/app-companion/src/types/render-modes.d.ts.map +1 -0
- package/apps/app-companion/src/types/render-modes.js +6 -0
- package/apps/app-elizamaker/src/drop-routes.d.ts.map +1 -1
- package/apps/app-elizamaker/src/drop-service.d.ts +1 -1
- package/apps/app-elizamaker/src/drop-service.d.ts.map +1 -1
- package/apps/app-elizamaker/src/og-tracker.d.ts.map +1 -1
- package/apps/app-elizamaker/src/og-tracker.js +1 -1
- package/apps/app-elizamaker/src/twitter-verify.js +1 -1
- package/apps/app-lifeops/src/actions/website-blocker.d.ts.map +1 -1
- package/apps/app-lifeops/src/actions/website-blocker.js +18 -16
- package/apps/app-lifeops/src/api/client-lifeops.d.ts +37 -75
- package/apps/app-lifeops/src/api/client-lifeops.d.ts.map +1 -1
- package/apps/app-lifeops/src/api/client-lifeops.js +119 -0
- package/apps/app-lifeops/src/inbox/channel-deep-links.d.ts +2 -4
- package/apps/app-lifeops/src/inbox/channel-deep-links.d.ts.map +1 -1
- package/apps/app-lifeops/src/inbox/channel-deep-links.js +8 -38
- package/apps/app-lifeops/src/inbox/message-fetcher.d.ts +1 -1
- package/apps/app-lifeops/src/inbox/message-fetcher.d.ts.map +1 -1
- package/apps/app-lifeops/src/inbox/message-fetcher.js +180 -77
- package/apps/app-lifeops/src/inbox/types.d.ts +1 -1
- package/apps/app-lifeops/src/inbox/types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/browser-extension-store.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/browser-readiness.d.ts +16 -0
- package/apps/app-lifeops/src/lifeops/browser-readiness.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/browser-readiness.js +74 -0
- package/apps/app-lifeops/src/lifeops/browser-session-lifecycle.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/browser-session-lifecycle.js +1 -1
- package/apps/app-lifeops/src/lifeops/checkin/checkin-service.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/defaults.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/defaults.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.d.ts +16 -0
- package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/discord-desktop-cdp.js +217 -1
- package/apps/app-lifeops/src/lifeops/email-unsubscribe-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/email-unsubscribe-gmail.js +8 -3
- package/apps/app-lifeops/src/lifeops/feature-flags.types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/goal-semantic-evaluator.js +1 -1
- package/apps/app-lifeops/src/lifeops/google-calendar.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-calendar.js +24 -31
- package/apps/app-lifeops/src/lifeops/google-drive.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-drive.js +7 -1
- package/apps/app-lifeops/src/lifeops/google-fetch.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/google-fetch.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-fetch.js +4 -6
- package/apps/app-lifeops/src/lifeops/google-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-gmail.js +50 -34
- package/apps/app-lifeops/src/lifeops/health-bridge.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/health-bridge.js +53 -10
- package/apps/app-lifeops/src/lifeops/health-connectors.d.ts +23 -0
- package/apps/app-lifeops/src/lifeops/health-connectors.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/health-connectors.js +962 -0
- package/apps/app-lifeops/src/lifeops/health-oauth.d.ts +62 -0
- package/apps/app-lifeops/src/lifeops/health-oauth.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops/health-oauth.js +496 -0
- package/apps/app-lifeops/src/lifeops/payment-csv-import.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/payment-csv-import.js +1 -5
- package/apps/app-lifeops/src/lifeops/payment-recurrence.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/payment-recurrence.js +2 -1
- package/apps/app-lifeops/src/lifeops/payment-types.d.ts +8 -7
- package/apps/app-lifeops/src/lifeops/payment-types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/priority-scoring.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/repository.d.ts +46 -10
- package/apps/app-lifeops/src/lifeops/repository.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/repository.js +683 -65
- package/apps/app-lifeops/src/lifeops/schedule-insight.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/schedule-insight.js +2 -3
- package/apps/app-lifeops/src/lifeops/schema.d.ts +6403 -3831
- package/apps/app-lifeops/src/lifeops/schema.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/schema.js +105 -18
- package/apps/app-lifeops/src/lifeops/seed-routines.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/seed-routines.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/seed-routines.js +7 -2
- package/apps/app-lifeops/src/lifeops/service-constants.d.ts +15 -0
- package/apps/app-lifeops/src/lifeops/service-constants.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-constants.js +21 -3
- package/apps/app-lifeops/src/lifeops/service-helpers-browser.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-browser.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-browser.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-misc.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-misc.js +5 -5
- package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-occurrence.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.d.ts +48 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-helpers-reminder.js +191 -17
- package/apps/app-lifeops/src/lifeops/service-mixin-browser.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-browser.js +10 -7
- package/apps/app-lifeops/src/lifeops/service-mixin-calendar.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-calendar.js +4 -11
- package/apps/app-lifeops/src/lifeops/service-mixin-core.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-core.js +5 -2
- package/apps/app-lifeops/src/lifeops/service-mixin-definitions.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-definitions.js +7 -6
- package/apps/app-lifeops/src/lifeops/service-mixin-discord.js +237 -32
- package/apps/app-lifeops/src/lifeops/service-mixin-drive.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-drive.js +6 -5
- package/apps/app-lifeops/src/lifeops/service-mixin-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-gmail.js +86 -31
- package/apps/app-lifeops/src/lifeops/service-mixin-goals.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-goals.js +14 -15
- package/apps/app-lifeops/src/lifeops/service-mixin-google.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-google.js +71 -51
- package/apps/app-lifeops/src/lifeops/service-mixin-health.js +528 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-imessage.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-imessage.js +94 -6
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.js +9 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-payments.d.ts +3 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-payments.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-payments.js +93 -26
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.js +331 -167
- package/apps/app-lifeops/src/lifeops/service-mixin-scheduling.js +5 -10
- package/apps/app-lifeops/src/lifeops/service-mixin-screentime.js +372 -10
- package/apps/app-lifeops/src/lifeops/service-mixin-signal.js +179 -43
- package/apps/app-lifeops/src/lifeops/service-mixin-sleep.js +31 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-status.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-status.js +82 -13
- package/apps/app-lifeops/src/lifeops/service-mixin-subscriptions.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-telegram.js +59 -12
- package/apps/app-lifeops/src/lifeops/service-mixin-whatsapp.js +165 -22
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.js +3 -0
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.js +4 -4
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.d.ts +3 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-gmail.js +5 -3
- package/apps/app-lifeops/src/lifeops/service-normalize-health.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-health.js +4 -3
- package/apps/app-lifeops/src/lifeops/service-normalize-task.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-task.js +10 -1
- package/apps/app-lifeops/src/lifeops/service-normalize.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize.js +3 -3
- package/apps/app-lifeops/src/lifeops/service-types.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service.d.ts +92 -166
- package/apps/app-lifeops/src/lifeops/service.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service.js +2 -2
- package/apps/app-lifeops/src/lifeops/signal-auth.d.ts +7 -0
- package/apps/app-lifeops/src/lifeops/signal-auth.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/signal-auth.js +50 -6
- package/apps/app-lifeops/src/lifeops/signal-local-client.d.ts +7 -0
- package/apps/app-lifeops/src/lifeops/signal-local-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/signal-local-client.js +95 -4
- package/apps/app-lifeops/src/lifeops/sleep-cycle.d.ts +7 -1
- package/apps/app-lifeops/src/lifeops/sleep-cycle.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-cycle.js +16 -6
- package/apps/app-lifeops/src/lifeops/sleep-episode-store.d.ts +2 -1
- package/apps/app-lifeops/src/lifeops/sleep-episode-store.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/sleep-episode-store.js +7 -3
- package/apps/app-lifeops/src/lifeops/social-taxonomy.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/social-taxonomy.js +68 -16
- package/apps/app-lifeops/src/lifeops/subscriptions-playbooks.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/subscriptions-playbooks.js +24 -14
- package/apps/app-lifeops/src/lifeops/subscriptions-types.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/telegram-auth.d.ts +8 -1
- package/apps/app-lifeops/src/lifeops/telegram-auth.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/telegram-auth.js +44 -5
- package/apps/app-lifeops/src/lifeops/telegram-local-client.d.ts +1 -0
- package/apps/app-lifeops/src/lifeops/telegram-local-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/telegram-local-client.js +141 -7
- package/apps/app-lifeops/src/lifeops/twilio.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/twilio.js +3 -1
- package/apps/app-lifeops/src/lifeops/whatsapp-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/whatsapp-client.js +7 -4
- package/apps/app-lifeops/src/lifeops/x-poster.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/x-poster.js +3 -1
- package/apps/app-lifeops/src/lifeops/x-reader.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/x-reader.js +10 -3
- package/apps/app-lifeops/src/providers/website-blocker.js +2 -2
- package/apps/app-lifeops/src/public.d.ts +2 -2
- package/apps/app-lifeops/src/public.d.ts.map +1 -1
- package/apps/app-lifeops/src/public.js +2 -2
- package/apps/app-lifeops/src/routes/lifeops-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/lifeops-routes.js +327 -92
- package/apps/app-lifeops/src/routes/plugin.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/plugin.js +79 -50
- package/apps/app-lifeops/src/routes/sleep-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/access.d.ts +1 -1
- package/apps/app-lifeops/src/website-blocker/access.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/access.js +13 -9
- package/apps/app-lifeops/src/website-blocker/engine.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/engine.js +23 -2
- package/apps/app-lifeops/src/website-blocker/public.d.ts +4 -4
- package/apps/app-lifeops/src/website-blocker/public.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/public.js +2 -2
- package/apps/app-lifeops/src/website-blocker/roles.d.ts +2 -4
- package/apps/app-lifeops/src/website-blocker/roles.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/roles.js +1 -4
- package/apps/app-steward/src/actions/check-balance.d.ts.map +1 -1
- package/apps/app-steward/src/actions/wallet-action-shared.d.ts.map +1 -1
- package/apps/app-steward/src/actions/wallet-action-shared.js +1 -1
- package/apps/app-steward/src/api/wallet-evm-balance.d.ts.map +1 -1
- package/apps/app-steward/src/browser-workspace-wallet.d.ts +15 -1
- package/apps/app-steward/src/browser-workspace-wallet.d.ts.map +1 -1
- package/apps/app-steward/src/browser-workspace-wallet.js +7 -1
- package/apps/app-steward/src/index.d.ts +4 -4
- package/apps/app-steward/src/index.d.ts.map +1 -1
- package/apps/app-steward/src/index.js +4 -4
- package/apps/app-steward/src/routes/steward-bridge.d.ts.map +1 -1
- package/apps/app-steward/src/routes/steward-bridge.js +1 -1
- package/apps/app-steward/src/routes/wallet-browser-compat-routes.d.ts.map +1 -1
- package/apps/app-steward/src/routes/wallet-browser-compat-routes.js +88 -1
- package/apps/app-training/src/backends/atropos.d.ts.map +1 -1
- package/apps/app-training/src/backends/atropos.js +2 -2
- package/apps/app-training/src/backends/native.d.ts +1 -1
- package/apps/app-training/src/backends/native.d.ts.map +1 -1
- package/apps/app-training/src/backends/tinker.d.ts.map +1 -1
- package/apps/app-training/src/core/index.d.ts +5 -5
- package/apps/app-training/src/core/index.d.ts.map +1 -1
- package/apps/app-training/src/core/index.js +4 -4
- package/apps/app-training/src/core/privacy-filter.d.ts.map +1 -1
- package/apps/app-training/src/core/training-orchestrator.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/bootstrap-fewshot.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/bootstrap-fewshot.js +7 -3
- package/apps/app-training/src/optimizers/index.d.ts +4 -4
- package/apps/app-training/src/optimizers/index.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/index.js +2 -2
- package/apps/app-training/src/optimizers/instruction-search.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/instruction-search.js +6 -1
- package/apps/app-training/src/optimizers/prompt-evolution.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/prompt-evolution.js +6 -1
- package/apps/app-training/src/optimizers/scoring.d.ts +5 -7
- package/apps/app-training/src/optimizers/scoring.d.ts.map +1 -1
- package/apps/app-training/src/optimizers/types.d.ts.map +1 -1
- package/apps/app-training/src/routes/index.d.ts +1 -1
- package/apps/app-training/src/routes/index.d.ts.map +1 -1
- package/apps/app-training/src/routes/index.js +1 -1
- package/apps/app-training/src/services/index.d.ts +3 -3
- package/apps/app-training/src/services/index.d.ts.map +1 -1
- package/apps/app-training/src/services/index.js +2 -2
- package/apps/app-training/src/services/training-trigger.d.ts.map +1 -1
- package/package.json +4 -4
- package/packages/agent/src/actions/browser-session.d.ts.map +1 -1
- package/packages/agent/src/actions/browser-session.js +73 -5
- package/packages/agent/src/actions/extract-page.d.ts.map +1 -1
- package/packages/agent/src/actions/extract-page.js +11 -3
- package/packages/agent/src/actions/launchpad-launch.d.ts +16 -0
- package/packages/agent/src/actions/launchpad-launch.d.ts.map +1 -0
- package/packages/agent/src/actions/launchpad-launch.js +207 -0
- package/packages/agent/src/actions/logs.d.ts.map +1 -1
- package/packages/agent/src/actions/logs.js +19 -2
- package/packages/agent/src/actions/manage-tasks.d.ts.map +1 -1
- package/packages/agent/src/actions/manage-tasks.js +55 -0
- package/packages/agent/src/actions/page-action-groups.d.ts +17 -0
- package/packages/agent/src/actions/page-action-groups.d.ts.map +1 -0
- package/packages/agent/src/actions/page-action-groups.js +171 -0
- package/packages/agent/src/actions/scratchpad.d.ts.map +1 -1
- package/packages/agent/src/actions/scratchpad.js +17 -2
- package/packages/agent/src/actions/web-search.d.ts.map +1 -1
- package/packages/agent/src/actions/web-search.js +10 -2
- package/packages/agent/src/api/accounts-routes.d.ts.map +1 -1
- package/packages/agent/src/api/accounts-routes.js +8 -10
- package/packages/agent/src/api/chat-augmentation.d.ts.map +1 -1
- package/packages/agent/src/api/chat-augmentation.js +18 -6
- package/packages/agent/src/api/cloud-relay-routes.d.ts.map +1 -1
- package/packages/agent/src/api/cloud-relay-routes.js +3 -2
- package/packages/agent/src/api/cloud-routes.d.ts +3 -0
- package/packages/agent/src/api/cloud-routes.d.ts.map +1 -1
- package/packages/agent/src/api/cloud-routes.js +54 -1
- package/packages/agent/src/api/cloud-status-routes.d.ts.map +1 -1
- package/packages/agent/src/api/cloud-status-routes.js +25 -15
- package/packages/agent/src/api/connector-routes.d.ts +8 -0
- package/packages/agent/src/api/connector-routes.d.ts.map +1 -1
- package/packages/agent/src/api/connector-routes.js +25 -1
- package/packages/agent/src/api/experience-routes.d.ts.map +1 -1
- package/packages/agent/src/api/experience-routes.js +57 -0
- package/packages/agent/src/api/index.d.ts +1 -1
- package/packages/agent/src/api/index.d.ts.map +1 -1
- package/packages/agent/src/api/index.js +5 -5
- package/packages/agent/src/api/provider-switch-config.d.ts +4 -1
- package/packages/agent/src/api/provider-switch-config.d.ts.map +1 -1
- package/packages/agent/src/api/provider-switch-config.js +8 -1
- package/packages/agent/src/api/provider-switch-routes.d.ts +7 -1
- package/packages/agent/src/api/provider-switch-routes.d.ts.map +1 -1
- package/packages/agent/src/api/provider-switch-routes.js +62 -27
- package/packages/agent/src/api/runtime-plugin-routes.d.ts +5 -0
- package/packages/agent/src/api/runtime-plugin-routes.d.ts.map +1 -1
- package/packages/agent/src/api/runtime-plugin-routes.js +13 -0
- package/packages/agent/src/api/server-helpers-auth.d.ts.map +1 -1
- package/packages/agent/src/api/server-helpers-auth.js +7 -0
- package/packages/agent/src/api/server.d.ts.map +1 -1
- package/packages/agent/src/api/server.js +73 -11
- package/packages/agent/src/api/subscription-routes.d.ts.map +1 -1
- package/packages/agent/src/api/subscription-routes.js +6 -2
- package/packages/agent/src/auth/credentials.d.ts.map +1 -1
- package/packages/agent/src/auth/credentials.js +6 -2
- package/packages/agent/src/autonomy/index.d.ts.map +1 -1
- package/packages/agent/src/autonomy/index.js +5 -3
- package/packages/agent/src/bin.js +25 -0
- package/packages/agent/src/cli/index.d.ts.map +1 -1
- package/packages/agent/src/cli/index.js +17 -1
- package/packages/agent/src/cloud/cloud-manager.d.ts +1 -0
- package/packages/agent/src/cloud/cloud-manager.d.ts.map +1 -1
- package/packages/agent/src/cloud/cloud-manager.js +9 -0
- package/packages/agent/src/providers/page-scoped-context.d.ts.map +1 -1
- package/packages/agent/src/providers/page-scoped-context.js +48 -8
- package/packages/agent/src/runtime/aosp-llama-adapter.d.ts +193 -0
- package/packages/agent/src/runtime/aosp-llama-adapter.d.ts.map +1 -0
- package/packages/agent/src/runtime/aosp-llama-adapter.js +938 -0
- package/packages/agent/src/runtime/aosp-local-inference-bootstrap.d.ts +42 -0
- package/packages/agent/src/runtime/aosp-local-inference-bootstrap.d.ts.map +1 -0
- package/packages/agent/src/runtime/aosp-local-inference-bootstrap.js +299 -0
- package/packages/agent/src/runtime/core-plugins.d.ts +20 -0
- package/packages/agent/src/runtime/core-plugins.d.ts.map +1 -1
- package/packages/agent/src/runtime/core-plugins.js +22 -2
- package/packages/agent/src/runtime/discord-local-plugin.d.ts.map +1 -1
- package/packages/agent/src/runtime/discord-local-plugin.js +36 -0
- package/packages/agent/src/runtime/eliza-plugin.d.ts.map +1 -1
- package/packages/agent/src/runtime/eliza-plugin.js +9 -0
- package/packages/agent/src/runtime/eliza.d.ts.map +1 -1
- package/packages/agent/src/runtime/eliza.js +18 -8
- package/packages/agent/src/runtime/first-time-setup.d.ts +1 -0
- package/packages/agent/src/runtime/first-time-setup.d.ts.map +1 -1
- package/packages/agent/src/runtime/first-time-setup.js +1 -0
- package/packages/agent/src/runtime/operations/classifier.d.ts +36 -0
- package/packages/agent/src/runtime/operations/classifier.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/classifier.js +72 -0
- package/packages/agent/src/runtime/operations/cold-strategy.d.ts +19 -0
- package/packages/agent/src/runtime/operations/cold-strategy.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/cold-strategy.js +83 -0
- package/packages/agent/src/runtime/operations/health-checks.d.ts +24 -0
- package/packages/agent/src/runtime/operations/health-checks.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/health-checks.js +186 -0
- package/packages/agent/src/runtime/operations/health.d.ts +32 -0
- package/packages/agent/src/runtime/operations/health.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/health.js +151 -0
- package/packages/agent/src/runtime/operations/index.d.ts +16 -0
- package/packages/agent/src/runtime/operations/index.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/index.js +14 -0
- package/packages/agent/src/runtime/operations/manager.d.ts +68 -0
- package/packages/agent/src/runtime/operations/manager.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/manager.js +182 -0
- package/packages/agent/src/runtime/operations/reload-hot.d.ts +40 -0
- package/packages/agent/src/runtime/operations/reload-hot.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/reload-hot.js +176 -0
- package/packages/agent/src/runtime/operations/repository.d.ts +44 -0
- package/packages/agent/src/runtime/operations/repository.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/repository.js +233 -0
- package/packages/agent/src/runtime/operations/types.d.ts +201 -0
- package/packages/agent/src/runtime/operations/types.d.ts.map +1 -0
- package/packages/agent/src/runtime/operations/types.js +30 -0
- package/packages/agent/src/runtime/plugin-collector.d.ts.map +1 -1
- package/packages/agent/src/runtime/plugin-collector.js +47 -7
- package/packages/agent/src/runtime/plugin-role-gating.d.ts.map +1 -1
- package/packages/agent/src/runtime/plugin-role-gating.js +42 -9
- package/packages/agent/src/runtime/restart.d.ts +14 -38
- package/packages/agent/src/runtime/restart.d.ts.map +1 -1
- package/packages/agent/src/runtime/restart.js +14 -39
- package/packages/agent/src/services/browser-workspace-desktop.d.ts.map +1 -1
- package/packages/agent/src/services/browser-workspace-desktop.js +107 -0
- package/packages/agent/src/services/browser-workspace-types.d.ts +7 -1
- package/packages/agent/src/services/browser-workspace-types.d.ts.map +1 -1
- package/packages/agent/src/services/browser-workspace.d.ts.map +1 -1
- package/packages/agent/src/services/browser-workspace.js +7 -0
- package/packages/agent/src/services/index.d.ts +1 -0
- package/packages/agent/src/services/index.d.ts.map +1 -1
- package/packages/agent/src/services/index.js +1 -0
- package/packages/agent/src/services/launchpads/image-generator.d.ts +22 -0
- package/packages/agent/src/services/launchpads/image-generator.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/image-generator.js +46 -0
- package/packages/agent/src/services/launchpads/launchpad-engine.d.ts +32 -0
- package/packages/agent/src/services/launchpads/launchpad-engine.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/launchpad-engine.js +191 -0
- package/packages/agent/src/services/launchpads/launchpad-types.d.ts +116 -0
- package/packages/agent/src/services/launchpads/launchpad-types.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/launchpad-types.js +19 -0
- package/packages/agent/src/services/launchpads/metadata-generator.d.ts +24 -0
- package/packages/agent/src/services/launchpads/metadata-generator.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/metadata-generator.js +96 -0
- package/packages/agent/src/services/launchpads/profiles/flap-sh.d.ts +25 -0
- package/packages/agent/src/services/launchpads/profiles/flap-sh.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/profiles/flap-sh.js +80 -0
- package/packages/agent/src/services/launchpads/profiles/four-meme.d.ts +11 -0
- package/packages/agent/src/services/launchpads/profiles/four-meme.d.ts.map +1 -0
- package/packages/agent/src/services/launchpads/profiles/four-meme.js +70 -0
- package/packages/agent/src/services/registry-client.js +1 -1
- package/packages/agent/src/services/research-task-executor.d.ts.map +1 -1
- package/packages/agent/src/services/research-task-executor.js +3 -1
- package/packages/app-core/src/App.d.ts.map +1 -1
- package/packages/app-core/src/App.js +6 -8
- package/packages/app-core/src/api/auth/sessions.js +1 -1
- package/packages/app-core/src/api/auth/tokens.d.ts +3 -0
- package/packages/app-core/src/api/auth/tokens.d.ts.map +1 -0
- package/packages/app-core/src/api/auth/tokens.js +13 -0
- package/packages/app-core/src/api/auth.d.ts +1 -3
- package/packages/app-core/src/api/auth.d.ts.map +1 -1
- package/packages/app-core/src/api/auth.js +2 -16
- package/packages/app-core/src/api/client-agent.d.ts +14 -3
- package/packages/app-core/src/api/client-agent.d.ts.map +1 -1
- package/packages/app-core/src/api/client-agent.js +74 -1
- package/packages/app-core/src/api/client-base.d.ts.map +1 -1
- package/packages/app-core/src/api/client-base.js +34 -2
- package/packages/app-core/src/api/client-cloud.d.ts +5 -1
- package/packages/app-core/src/api/client-cloud.d.ts.map +1 -1
- package/packages/app-core/src/api/client-cloud.js +9 -2
- package/packages/app-core/src/api/client-types-chat.d.ts +8 -0
- package/packages/app-core/src/api/client-types-chat.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-cloud.d.ts +2 -0
- package/packages/app-core/src/api/client-types-cloud.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-config.d.ts +1 -1
- package/packages/app-core/src/api/client-types-config.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-core.d.ts +1 -1
- package/packages/app-core/src/api/client-types-core.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-experience.d.ts +50 -0
- package/packages/app-core/src/api/client-types-experience.d.ts.map +1 -1
- package/packages/app-core/src/api/client-wallet.d.ts +7 -1
- package/packages/app-core/src/api/client-wallet.d.ts.map +1 -1
- package/packages/app-core/src/api/client-wallet.js +6 -0
- package/packages/app-core/src/components/accounts/AccountCard.d.ts.map +1 -1
- package/packages/app-core/src/components/accounts/AccountCard.js +5 -3
- package/packages/app-core/src/components/accounts/AccountList.d.ts.map +1 -1
- package/packages/app-core/src/components/accounts/AccountList.js +1 -9
- package/packages/app-core/src/components/accounts/AddAccountDialog.d.ts.map +1 -1
- package/packages/app-core/src/components/accounts/AddAccountDialog.js +2 -27
- package/packages/app-core/src/components/accounts/RotationStrategyPicker.d.ts.map +1 -1
- package/packages/app-core/src/components/accounts/RotationStrategyPicker.js +0 -5
- package/packages/app-core/src/components/apps/AppsCatalogGrid.js +1 -1
- package/packages/app-core/src/components/apps/app-identity.d.ts +8 -0
- package/packages/app-core/src/components/apps/app-identity.d.ts.map +1 -1
- package/packages/app-core/src/components/apps/app-identity.js +23 -2
- package/packages/app-core/src/components/apps/catalog-loader.d.ts.map +1 -1
- package/packages/app-core/src/components/apps/catalog-loader.js +10 -1
- package/packages/app-core/src/components/apps/helpers.d.ts +5 -2
- package/packages/app-core/src/components/apps/helpers.d.ts.map +1 -1
- package/packages/app-core/src/components/apps/helpers.js +14 -3
- package/packages/app-core/src/components/apps/overlay-app-registry.d.ts.map +1 -1
- package/packages/app-core/src/components/apps/overlay-app-registry.js +13 -2
- package/packages/app-core/src/components/character/CharacterExperienceWorkspace.d.ts.map +1 -1
- package/packages/app-core/src/components/character/CharacterExperienceWorkspace.js +220 -3
- package/packages/app-core/src/components/character/character-hub-helpers.d.ts.map +1 -1
- package/packages/app-core/src/components/character/character-hub-helpers.js +4 -0
- package/packages/app-core/src/components/character/character-hub-types.d.ts +4 -0
- package/packages/app-core/src/components/character/character-hub-types.d.ts.map +1 -1
- package/packages/app-core/src/components/chat/AppsSection.d.ts.map +1 -1
- package/packages/app-core/src/components/chat/AppsSection.js +24 -1
- package/packages/app-core/src/components/chat/TasksEventsPanel.d.ts.map +1 -1
- package/packages/app-core/src/components/chat/TasksEventsPanel.js +1 -1
- package/packages/app-core/src/components/connectors/ConnectorModeSelector.d.ts +35 -0
- package/packages/app-core/src/components/connectors/ConnectorModeSelector.d.ts.map +1 -0
- package/packages/app-core/src/components/connectors/ConnectorModeSelector.js +150 -0
- package/packages/app-core/src/components/conversations/ConversationsSidebar.d.ts.map +1 -1
- package/packages/app-core/src/components/conversations/ConversationsSidebar.js +8 -6
- package/packages/app-core/src/components/custom-actions/custom-action-form.d.ts +1 -1
- package/packages/app-core/src/components/custom-actions/custom-action-form.d.ts.map +1 -1
- package/packages/app-core/src/components/custom-actions/custom-action-form.js +1 -1
- package/packages/app-core/src/components/local-inference/LocalInferencePanel.d.ts.map +1 -1
- package/packages/app-core/src/components/local-inference/LocalInferencePanel.js +1 -3
- package/packages/app-core/src/components/local-inference/ProvidersList.d.ts +0 -13
- package/packages/app-core/src/components/local-inference/ProvidersList.d.ts.map +1 -1
- package/packages/app-core/src/components/local-inference/ProvidersList.js +10 -21
- package/packages/app-core/src/components/local-inference/RoutingMatrix.d.ts +0 -11
- package/packages/app-core/src/components/local-inference/RoutingMatrix.d.ts.map +1 -1
- package/packages/app-core/src/components/local-inference/RoutingMatrix.js +21 -18
- package/packages/app-core/src/components/local-inference/SlotAssignments.d.ts.map +1 -1
- package/packages/app-core/src/components/local-inference/SlotAssignments.js +11 -11
- package/packages/app-core/src/components/onboarding/BootstrapStep.d.ts +5 -2
- package/packages/app-core/src/components/onboarding/BootstrapStep.d.ts.map +1 -1
- package/packages/app-core/src/components/onboarding/BootstrapStep.js +54 -6
- package/packages/app-core/src/components/pages/AppDetailsView.d.ts +4 -6
- package/packages/app-core/src/components/pages/AppDetailsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/AppDetailsView.js +109 -54
- package/packages/app-core/src/components/pages/AppsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/AppsView.js +33 -53
- package/packages/app-core/src/components/pages/AutomationsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/AutomationsView.js +6 -22
- package/packages/app-core/src/components/pages/BrowserWorkspaceView.d.ts +14 -0
- package/packages/app-core/src/components/pages/BrowserWorkspaceView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/BrowserWorkspaceView.js +462 -45
- package/packages/app-core/src/components/pages/ChatView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/ChatView.js +1 -1
- package/packages/app-core/src/components/pages/ConfigPageView.js +2 -2
- package/packages/app-core/src/components/pages/InventoryView.js +4 -4
- package/packages/app-core/src/components/pages/KnowledgeView.js +1 -1
- package/packages/app-core/src/components/pages/LogsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/LogsView.js +0 -4
- package/packages/app-core/src/components/pages/SecretsView.js +1 -1
- package/packages/app-core/src/components/pages/SettingsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/SettingsView.js +76 -176
- package/packages/app-core/src/components/pages/WorkflowGraphViewer.js +1 -1
- package/packages/app-core/src/components/pages/page-scoped-conversations.d.ts +1 -1
- package/packages/app-core/src/components/pages/page-scoped-conversations.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/page-scoped-conversations.js +62 -7
- package/packages/app-core/src/components/pages/plugin-list-utils.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/plugin-list-utils.js +0 -1
- package/packages/app-core/src/components/pages/plugin-view-connectors.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/plugin-view-connectors.js +12 -4
- package/packages/app-core/src/components/pages/useBrowserWorkspaceWalletBridge.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/useBrowserWorkspaceWalletBridge.js +41 -0
- package/packages/app-core/src/components/settings/AppearanceSettingsSection.d.ts.map +1 -1
- package/packages/app-core/src/components/settings/AppearanceSettingsSection.js +3 -42
- package/packages/app-core/src/components/settings/ProviderSwitcher.d.ts.map +1 -1
- package/packages/app-core/src/components/settings/ProviderSwitcher.js +74 -39
- package/packages/app-core/src/components/settings/SubscriptionStatus.d.ts.map +1 -1
- package/packages/app-core/src/components/settings/SubscriptionStatus.js +2 -2
- package/packages/app-core/src/components/settings/permission-controls.d.ts.map +1 -1
- package/packages/app-core/src/components/settings/permission-controls.js +41 -7
- package/packages/app-core/src/components/shell/BugReportModal.js +2 -2
- package/packages/app-core/src/components/shell/CommandPalette.d.ts.map +1 -1
- package/packages/app-core/src/components/shell/CommandPalette.js +3 -3
- package/packages/app-core/src/components/shell/Header.js +2 -2
- package/packages/app-core/src/components/shell/RuntimeGate.d.ts.map +1 -1
- package/packages/app-core/src/components/shell/RuntimeGate.js +309 -57
- package/packages/app-core/src/components/shell/StartupShell.js +2 -2
- package/packages/app-core/src/components/workspace/AppWorkspaceChrome.js +2 -2
- package/packages/app-core/src/config/boot-config-store.d.ts +35 -6
- package/packages/app-core/src/config/boot-config-store.d.ts.map +1 -1
- package/packages/app-core/src/hooks/useAccounts.d.ts +1 -1
- package/packages/app-core/src/hooks/useAccounts.d.ts.map +1 -1
- package/packages/app-core/src/hooks/voice-chat-playback.d.ts.map +1 -1
- package/packages/app-core/src/hooks/voice-chat-playback.js +2 -2
- package/packages/app-core/src/i18n/locales/en.json +229 -210
- package/packages/app-core/src/i18n/locales/es.json +255 -236
- package/packages/app-core/src/i18n/locales/ko.json +255 -236
- package/packages/app-core/src/i18n/locales/pt.json +255 -236
- package/packages/app-core/src/i18n/locales/tl.json +254 -235
- package/packages/app-core/src/i18n/locales/vi.json +255 -236
- package/packages/app-core/src/i18n/locales/zh-CN.json +255 -236
- package/packages/app-core/src/onboarding/mobile-runtime-mode.d.ts +1 -1
- package/packages/app-core/src/onboarding/mobile-runtime-mode.d.ts.map +1 -1
- package/packages/app-core/src/onboarding/mobile-runtime-mode.js +3 -0
- package/packages/app-core/src/onboarding/probe-local-agent.d.ts +44 -0
- package/packages/app-core/src/onboarding/probe-local-agent.d.ts.map +1 -0
- package/packages/app-core/src/onboarding/probe-local-agent.js +126 -0
- package/packages/app-core/src/onboarding-config.d.ts +1 -0
- package/packages/app-core/src/onboarding-config.d.ts.map +1 -1
- package/packages/app-core/src/onboarding-config.js +3 -0
- package/packages/app-core/src/platform/init.d.ts +8 -0
- package/packages/app-core/src/platform/init.d.ts.map +1 -1
- package/packages/app-core/src/platform/init.js +10 -0
- package/packages/app-core/src/services/account-pool.d.ts +98 -0
- package/packages/app-core/src/services/account-pool.d.ts.map +1 -0
- package/packages/app-core/src/services/account-pool.js +506 -0
- package/packages/app-core/src/services/account-usage.d.ts +75 -0
- package/packages/app-core/src/services/account-usage.d.ts.map +1 -0
- package/packages/app-core/src/services/account-usage.js +179 -0
- package/packages/app-core/src/services/local-inference/active-model.d.ts +14 -0
- package/packages/app-core/src/services/local-inference/active-model.d.ts.map +1 -1
- package/packages/app-core/src/services/local-inference/device-bridge.d.ts +7 -0
- package/packages/app-core/src/services/local-inference/device-bridge.d.ts.map +1 -1
- package/packages/app-core/src/services/local-inference/device-bridge.js +108 -3
- package/packages/app-core/src/services/local-inference/paths.d.ts +9 -2
- package/packages/app-core/src/services/local-inference/paths.d.ts.map +1 -1
- package/packages/app-core/src/services/local-inference/paths.js +10 -3
- package/packages/app-core/src/services/local-inference/providers.d.ts +1 -1
- package/packages/app-core/src/services/local-inference/providers.d.ts.map +1 -1
- package/packages/app-core/src/services/local-inference/providers.js +46 -0
- package/packages/app-core/src/services/local-inference/routing-preferences.d.ts +3 -1
- package/packages/app-core/src/services/local-inference/routing-preferences.d.ts.map +1 -1
- package/packages/app-core/src/services/local-inference/routing-preferences.js +1 -0
- package/packages/app-core/src/services/local-inference/types.d.ts +1 -1
- package/packages/app-core/src/services/local-inference/types.d.ts.map +1 -1
- package/packages/app-core/src/shell/AppWindowRenderer.d.ts.map +1 -1
- package/packages/app-core/src/shell/AppWindowRenderer.js +14 -26
- package/packages/app-core/src/state/AppContext.d.ts +1 -1
- package/packages/app-core/src/state/AppContext.d.ts.map +1 -1
- package/packages/app-core/src/state/AppContext.js +1 -1
- package/packages/app-core/src/state/connector-deeplink.d.ts +30 -0
- package/packages/app-core/src/state/connector-deeplink.d.ts.map +1 -0
- package/packages/app-core/src/state/connector-deeplink.js +46 -0
- package/packages/app-core/src/state/index.d.ts +1 -0
- package/packages/app-core/src/state/index.d.ts.map +1 -1
- package/packages/app-core/src/state/index.js +1 -0
- package/packages/app-core/src/state/useCloudState.d.ts.map +1 -1
- package/packages/app-core/src/state/useCloudState.js +4 -1
- package/packages/app-core/src/state/useMiscUiState.js +1 -1
- package/packages/app-core/src/utils/asset-url.d.ts.map +1 -1
- package/packages/app-core/src/utils/asset-url.js +14 -1
- package/packages/app-core/src/utils/browser-tabs-renderer-registry.d.ts +56 -0
- package/packages/app-core/src/utils/browser-tabs-renderer-registry.d.ts.map +1 -0
- package/packages/app-core/src/utils/browser-tabs-renderer-registry.js +738 -0
- package/packages/app-core/src/utils/errors.d.ts +13 -0
- package/packages/app-core/src/utils/errors.d.ts.map +1 -0
- package/packages/app-core/src/utils/errors.js +25 -0
- package/packages/shared/src/connector-cred-types.d.ts +27 -0
- package/packages/shared/src/connector-cred-types.d.ts.map +1 -0
- package/packages/shared/src/connector-cred-types.js +63 -0
- package/packages/shared/src/contracts/apps.d.ts.map +1 -1
- package/packages/shared/src/contracts/apps.js +10 -0
- package/packages/shared/src/contracts/lifeops-extensions.d.ts +145 -0
- package/packages/shared/src/contracts/lifeops-extensions.d.ts.map +1 -1
- package/packages/shared/src/contracts/lifeops-extensions.js +6 -0
- package/packages/shared/src/contracts/lifeops.d.ts +265 -25
- package/packages/shared/src/contracts/lifeops.d.ts.map +1 -1
- package/packages/shared/src/contracts/lifeops.js +56 -0
- package/packages/shared/src/contracts/service-routing.d.ts +1 -0
- package/packages/shared/src/contracts/service-routing.d.ts.map +1 -1
- package/packages/shared/src/contracts/service-routing.js +3 -0
- package/packages/shared/src/index.d.ts +1 -0
- package/packages/shared/src/index.d.ts.map +1 -1
- package/packages/shared/src/index.js +1 -0
- package/packages/shared/src/runtime-env.d.ts +2 -0
- package/packages/shared/src/runtime-env.d.ts.map +1 -1
- package/packages/shared/src/runtime-env.js +20 -0
- package/packages/shared/src/spoken-text.js +2 -2
- package/packages/typescript/src/action-docs.d.ts +4 -0
- package/packages/typescript/src/action-docs.d.ts.map +1 -1
- package/packages/typescript/src/action-docs.js +29 -5
- package/packages/typescript/src/actions.d.ts.map +1 -1
- package/packages/typescript/src/actions.js +19 -3
- package/packages/typescript/src/features/advanced-capabilities/actions/removeContact.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/actions/removeContact.js +23 -4
- package/packages/typescript/src/features/advanced-capabilities/actions/scheduleFollowUp.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/actions/scheduleFollowUp.js +2 -0
- package/packages/typescript/src/features/advanced-capabilities/actions/searchContacts.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/actions/searchContacts.js +2 -0
- package/packages/typescript/src/features/advanced-capabilities/actions/updateContact.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/actions/updateContact.js +23 -3
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-attachment.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-attachment.js +9 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/read-file.js +4 -0
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/save-attachment-to-clipboard.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/actions/save-attachment-to-clipboard.js +8 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/types.d.ts +1 -1
- package/packages/typescript/src/features/advanced-capabilities/clipboard/types.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/evaluators/factExtractor.js +2 -2
- package/packages/typescript/src/features/advanced-capabilities/experience/actions/record-experience.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/actions/record-experience.js +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/actions/search-experiences.d.ts +3 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/actions/search-experiences.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/actions/search-experiences.js +110 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/evaluators/experienceEvaluator.js +5 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/index.d.ts +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/index.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/index.js +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/providers/experienceProvider.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/providers/experienceProvider.js +16 -6
- package/packages/typescript/src/features/advanced-capabilities/experience/service.d.ts +21 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/service.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/service.js +391 -8
- package/packages/typescript/src/features/advanced-capabilities/experience/types.d.ts +44 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/types.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceFormatter.d.ts +24 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceFormatter.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceFormatter.js +152 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.d.ts +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.js +53 -1
- package/packages/typescript/src/features/advanced-capabilities/index.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/index.js +4 -2
- package/packages/typescript/src/features/advanced-capabilities/personality/index.d.ts +1 -2
- package/packages/typescript/src/features/advanced-capabilities/personality/index.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/personality/index.js +1 -2
- package/packages/typescript/src/features/advanced-planning/actions/chain-example.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-planning/actions/chain-example.js +4 -7
- package/packages/typescript/src/features/basic-capabilities/actions/reply.d.ts.map +1 -1
- package/packages/typescript/src/features/basic-capabilities/actions/reply.js +1 -0
- package/packages/typescript/src/features/basic-capabilities/index.d.ts +1 -1
- package/packages/typescript/src/features/basic-capabilities/index.d.ts.map +1 -1
- package/packages/typescript/src/features/basic-capabilities/providers/actions.d.ts.map +1 -1
- package/packages/typescript/src/features/basic-capabilities/providers/actions.js +40 -2
- package/packages/typescript/src/features/index.js +1 -1
- package/packages/typescript/src/features/knowledge/actions.d.ts.map +1 -1
- package/packages/typescript/src/features/knowledge/actions.js +42 -16
- package/packages/typescript/src/features/plugin-manager/actions/coreStatusAction.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/coreStatusAction.js +23 -5
- package/packages/typescript/src/features/plugin-manager/actions/listEjectedPluginsAction.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/listEjectedPluginsAction.js +31 -6
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/core-status.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/create.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/create.js +21 -5
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/eject.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/eject.js +3 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin-handlers/install.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/plugin.js +4 -1
- package/packages/typescript/src/features/plugin-manager/actions/searchPluginAction.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/actions/searchPluginAction.js +44 -11
- package/packages/typescript/src/features/plugin-manager/index.d.ts +2 -2
- package/packages/typescript/src/features/plugin-manager/index.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/index.js +3 -3
- package/packages/typescript/src/features/plugin-manager/security.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/services/pluginManagerService.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/services/pluginManagerService.js +0 -1
- package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.d.ts.map +1 -1
- package/packages/typescript/src/features/plugin-manager/services/pluginRegistryService.js +1 -2
- package/packages/typescript/src/features/secrets/actions/manage-secret.d.ts.map +1 -1
- package/packages/typescript/src/features/secrets/actions/manage-secret.js +13 -2
- package/packages/typescript/src/features/secrets/actions/request-secret.d.ts.map +1 -1
- package/packages/typescript/src/features/secrets/actions/request-secret.js +23 -5
- package/packages/typescript/src/features/secrets/actions/set-secret.d.ts.map +1 -1
- package/packages/typescript/src/features/secrets/actions/set-secret.js +22 -4
- package/packages/typescript/src/features/secrets/index.d.ts +22 -0
- package/packages/typescript/src/features/secrets/index.d.ts.map +1 -0
- package/packages/typescript/src/features/secrets/index.js +24 -0
- package/packages/typescript/src/features/secrets/onboarding/action.d.ts.map +1 -1
- package/packages/typescript/src/features/secrets/onboarding/action.js +1 -0
- package/packages/typescript/src/features/secrets/plugin.d.ts +70 -0
- package/packages/typescript/src/features/secrets/plugin.d.ts.map +1 -0
- package/packages/typescript/src/features/secrets/plugin.js +87 -0
- package/packages/typescript/src/features/secrets/services/index.d.ts +7 -0
- package/packages/typescript/src/features/secrets/services/index.d.ts.map +1 -0
- package/packages/typescript/src/features/secrets/services/index.js +5 -0
- package/packages/typescript/src/features/secrets/types.d.ts +1 -1
- package/packages/typescript/src/features/secrets/types.js +1 -1
- package/packages/typescript/src/features/trust/actions/evaluateTrust.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/actions/evaluateTrust.js +5 -0
- package/packages/typescript/src/features/trust/actions/recordTrustInteraction.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/actions/recordTrustInteraction.js +5 -0
- package/packages/typescript/src/features/trust/actions/requestElevation.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/actions/requestElevation.js +5 -0
- package/packages/typescript/src/features/trust/actions/roles.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/actions/roles.js +4 -0
- package/packages/typescript/src/features/trust/actions/settings.d.ts.map +1 -1
- package/packages/typescript/src/features/trust/actions/settings.js +17 -4
- package/packages/typescript/src/features/trust/index.js +4 -4
- package/packages/typescript/src/features/trust/providers/settings.js +1 -1
- package/packages/typescript/src/features/trust/services/SecurityStore.d.ts +1 -1
- package/packages/typescript/src/features/trust/services/SecurityStore.js +1 -1
- package/packages/typescript/src/features/trust/services/db.js +1 -1
- package/packages/typescript/src/generated/action-docs.d.ts +93 -15
- package/packages/typescript/src/generated/action-docs.d.ts.map +1 -1
- package/packages/typescript/src/generated/action-docs.js +93 -16
- package/packages/typescript/src/index.node.d.ts +3 -0
- package/packages/typescript/src/index.node.d.ts.map +1 -1
- package/packages/typescript/src/index.node.js +4 -0
- package/packages/typescript/src/lifeops-passive-connectors.d.ts +7 -0
- package/packages/typescript/src/lifeops-passive-connectors.d.ts.map +1 -0
- package/packages/typescript/src/lifeops-passive-connectors.js +39 -0
- package/packages/typescript/src/runtime.d.ts +1 -0
- package/packages/typescript/src/runtime.d.ts.map +1 -1
- package/packages/typescript/src/runtime.js +199 -9
- package/packages/typescript/src/services/message.d.ts +7 -0
- package/packages/typescript/src/services/message.d.ts.map +1 -1
- package/packages/typescript/src/services/message.js +222 -25
- package/packages/typescript/src/types/components.d.ts +5 -0
- package/packages/typescript/src/types/components.d.ts.map +1 -1
- package/packages/typescript/src/types/memory.d.ts +2 -1
- package/packages/typescript/src/types/memory.d.ts.map +1 -1
- package/packages/typescript/src/utils/context-catalog.d.ts.map +1 -1
- package/packages/typescript/src/utils/context-catalog.js +124 -14
- package/packages/typescript/src/utils/context-routing.d.ts.map +1 -1
- package/packages/typescript/src/utils/context-routing.js +42 -0
- package/packages/typescript/src/utils/prompt-compression.d.ts +6 -0
- package/packages/typescript/src/utils/prompt-compression.d.ts.map +1 -0
- package/packages/typescript/src/utils/prompt-compression.js +14 -0
- package/packages/typescript/src/utils.d.ts +1 -0
- package/packages/typescript/src/utils.d.ts.map +1 -1
- package/packages/typescript/src/utils.js +2 -1
- package/packages/ui/src/components/composites/chat/chat-composer-shell.js +1 -1
- package/packages/ui/src/components/composites/sidebar/sidebar-root.js +3 -3
- package/packages/ui/src/components/ui/dialog.js +1 -1
- package/packages/ui/src/components/ui/drawer-sheet.js +1 -1
- package/packages/ui/src/components/ui/themed-select.js +2 -2
- package/packages/ui/src/components/ui/tooltip-extended.js +1 -1
- package/packages/ui/src/components/ui/tooltip.js +1 -1
- package/packages/ui/src/layouts/page-layout/page-layout-mobile-drawer.js +1 -1
- package/packages/ui/src/layouts/workspace-layout/workspace-layout.js +2 -2
- package/plugins/plugin-browser-bridge/src/actions.d.ts +44 -0
- package/plugins/plugin-browser-bridge/src/actions.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/actions.js +234 -0
- package/plugins/plugin-browser-bridge/src/contracts.d.ts +272 -0
- package/plugins/plugin-browser-bridge/src/contracts.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/contracts.js +48 -0
- package/plugins/plugin-browser-bridge/src/index.d.ts +19 -0
- package/plugins/plugin-browser-bridge/src/index.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/index.js +18 -0
- package/plugins/plugin-browser-bridge/src/packaging.d.ts +27 -0
- package/plugins/plugin-browser-bridge/src/packaging.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/packaging.js +503 -0
- package/plugins/plugin-browser-bridge/src/plugin.d.ts +10 -0
- package/plugins/plugin-browser-bridge/src/plugin.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/plugin.js +140 -0
- package/plugins/plugin-browser-bridge/src/routes.d.ts +37 -0
- package/plugins/plugin-browser-bridge/src/routes.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/routes.js +496 -0
- package/plugins/plugin-browser-bridge/src/schema.d.ts +2250 -0
- package/plugins/plugin-browser-bridge/src/schema.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/schema.js +111 -0
- package/plugins/plugin-browser-bridge/src/service.d.ts +28 -0
- package/plugins/plugin-browser-bridge/src/service.d.ts.map +1 -0
- package/plugins/plugin-browser-bridge/src/service.js +1 -0
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.d.ts +0 -3
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.js +0 -189
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.d.ts +0 -2
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.js +0 -1065
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.d.ts +0 -7
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.js +0 -71
- package/apps/app-lifeops/src/components/DataSourcesStrip.d.ts +0 -14
- package/apps/app-lifeops/src/components/DataSourcesStrip.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/DataSourcesStrip.js +0 -36
- package/apps/app-lifeops/src/components/EventEditorDrawer.d.ts +0 -23
- package/apps/app-lifeops/src/components/EventEditorDrawer.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/EventEditorDrawer.js +0 -514
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.js +0 -10
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.d.ts +0 -15
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.js +0 -515
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.d.ts +0 -34
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.js +0 -175
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.js +0 -99
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.d.ts +0 -37
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.js +0 -88
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.d.ts +0 -13
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.js +0 -491
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.d.ts +0 -12
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.js +0 -92
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.d.ts +0 -12
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.js +0 -160
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.d.ts +0 -3
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.js +0 -373
- package/apps/app-lifeops/src/components/LifeOpsNavRail.d.ts +0 -9
- package/apps/app-lifeops/src/components/LifeOpsNavRail.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsNavRail.js +0 -93
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.d.ts +0 -4
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.js +0 -274
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.d.ts +0 -7
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.js +0 -670
- package/apps/app-lifeops/src/components/LifeOpsPageSections.d.ts +0 -42
- package/apps/app-lifeops/src/components/LifeOpsPageSections.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsPageSections.js +0 -166
- package/apps/app-lifeops/src/components/LifeOpsPageView.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsPageView.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsPageView.js +0 -566
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.js +0 -749
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.d.ts +0 -27
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.js +0 -106
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.js +0 -373
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.d.ts +0 -10
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.js +0 -30
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.d.ts +0 -21
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.js +0 -30
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.d.ts +0 -20
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.js +0 -598
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.d.ts +0 -13
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.js +0 -134
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.d.ts +0 -10
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.js +0 -425
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.d.ts +0 -11
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.js +0 -49
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.d.ts +0 -2
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.js +0 -1041
- package/apps/app-lifeops/src/components/MessagingConnectorCards.d.ts +0 -7
- package/apps/app-lifeops/src/components/MessagingConnectorCards.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/MessagingConnectorCards.js +0 -643
- package/apps/app-lifeops/src/components/MissingSourceCard.d.ts +0 -9
- package/apps/app-lifeops/src/components/MissingSourceCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/MissingSourceCard.js +0 -5
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.d.ts +0 -2
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.js +0 -163
- package/apps/app-lifeops/src/components/SleepInspectionPanel.d.ts +0 -8
- package/apps/app-lifeops/src/components/SleepInspectionPanel.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/SleepInspectionPanel.js +0 -59
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.d.ts +0 -3
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.js +0 -75
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.d.ts +0 -8
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.js +0 -48
- package/apps/app-lifeops/src/components/lifeops-labels.d.ts +0 -2
- package/apps/app-lifeops/src/components/lifeops-labels.d.ts.map +0 -1
- package/apps/app-lifeops/src/components/lifeops-labels.js +0 -5
- package/apps/app-lifeops/src/events/index.d.ts +0 -34
- package/apps/app-lifeops/src/events/index.d.ts.map +0 -1
- package/apps/app-lifeops/src/events/index.js +0 -23
- package/apps/app-lifeops/src/hooks/useCalendarWeek.d.ts +0 -28
- package/apps/app-lifeops/src/hooks/useCalendarWeek.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useCalendarWeek.js +0 -93
- package/apps/app-lifeops/src/hooks/useDiscordConnector.d.ts +0 -14
- package/apps/app-lifeops/src/hooks/useDiscordConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useDiscordConnector.js +0 -126
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.d.ts +0 -29
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.js +0 -481
- package/apps/app-lifeops/src/hooks/useIMessageConnector.d.ts +0 -10
- package/apps/app-lifeops/src/hooks/useIMessageConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useIMessageConnector.js +0 -50
- package/apps/app-lifeops/src/hooks/useInbox.d.ts +0 -34
- package/apps/app-lifeops/src/hooks/useInbox.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useInbox.js +0 -98
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.d.ts +0 -2
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.js +0 -383
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.d.ts +0 -9
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.js +0 -83
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.d.ts +0 -8
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.js +0 -60
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.d.ts +0 -18
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.js +0 -66
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.d.ts +0 -14
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.js +0 -79
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.d.ts +0 -18
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.js +0 -78
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.d.ts +0 -14
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.js +0 -160
- package/apps/app-lifeops/src/hooks/useSignalConnector.d.ts +0 -16
- package/apps/app-lifeops/src/hooks/useSignalConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useSignalConnector.js +0 -198
- package/apps/app-lifeops/src/hooks/useTelegramConnector.d.ts +0 -21
- package/apps/app-lifeops/src/hooks/useTelegramConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useTelegramConnector.js +0 -177
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.d.ts +0 -8
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.js +0 -58
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.d.ts +0 -12
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.d.ts.map +0 -1
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.js +0 -159
- package/apps/app-lifeops/src/lifeops-route.d.ts +0 -74
- package/apps/app-lifeops/src/lifeops-route.d.ts.map +0 -1
- package/apps/app-lifeops/src/lifeops-route.js +0 -204
- package/apps/app-lifeops/src/platform/lifeops-github.d.ts +0 -15
- package/apps/app-lifeops/src/platform/lifeops-github.d.ts.map +0 -1
- package/apps/app-lifeops/src/platform/lifeops-github.js +0 -135
- package/apps/app-lifeops/src/types/app-blocker-settings-card.d.ts +0 -2
- package/apps/app-lifeops/src/types/app-blocker-settings-card.d.ts.map +0 -1
- package/apps/app-lifeops/src/types/app-blocker-settings-card.js +0 -1
- package/apps/app-lifeops/src/types/index.d.ts +0 -3
- package/apps/app-lifeops/src/types/index.d.ts.map +0 -1
- package/apps/app-lifeops/src/types/index.js +0 -1
- package/apps/app-lifeops/src/types/website-blocker-settings-card.d.ts +0 -2
- package/apps/app-lifeops/src/types/website-blocker-settings-card.d.ts.map +0 -1
- package/apps/app-lifeops/src/types/website-blocker-settings-card.js +0 -1
- package/apps/app-lifeops/src/ui.d.ts +0 -11
- package/apps/app-lifeops/src/ui.d.ts.map +0 -1
- package/apps/app-lifeops/src/ui.js +0 -9
- package/apps/app-lifeops/src/utils/lifeops-url.d.ts +0 -5
- package/apps/app-lifeops/src/utils/lifeops-url.d.ts.map +0 -1
- package/apps/app-lifeops/src/utils/lifeops-url.js +0 -35
- package/packages/native-plugins/mobile-signals/src/definitions.d.ts +0 -162
- package/packages/native-plugins/mobile-signals/src/definitions.d.ts.map +0 -1
- package/packages/native-plugins/mobile-signals/src/definitions.js +0 -1
- package/packages/native-plugins/mobile-signals/src/index.d.ts +0 -4
- package/packages/native-plugins/mobile-signals/src/index.d.ts.map +0 -1
- package/packages/native-plugins/mobile-signals/src/index.js +0 -6
- package/packages/native-plugins/mobile-signals/src/web.d.ts +0 -29
- package/packages/native-plugins/mobile-signals/src/web.d.ts.map +0 -1
- package/packages/native-plugins/mobile-signals/src/web.js +0 -269
|
@@ -91,10 +91,11 @@
|
|
|
91
91
|
"agentactivitybox.RunningTool": "Đang chạy {{tool}}",
|
|
92
92
|
"agentactivitybox.WaitingForInput": "Đang chờ đầu vào",
|
|
93
93
|
"apikeyconfig.error": "Lỗi: {{message}}",
|
|
94
|
-
"apikeyconfig.fetching": "Đang lấy...",
|
|
95
94
|
"apikeyconfig.fetchModels": "Lấy Models",
|
|
95
|
+
"apikeyconfig.fetching": "Đang lấy...",
|
|
96
96
|
"apikeyconfig.loadedModels": "Đã tải {{count}} models",
|
|
97
97
|
"appdetails.LaunchFailed": "Could not launch {{name}}: {{message}}",
|
|
98
|
+
"appdetails.LaunchedNoViewer": "Ứng dụng này đã khởi chạy nhưng không có URL trình xem.",
|
|
98
99
|
"appsview.ActiveOnly": "Chỉ đang bật",
|
|
99
100
|
"appsview.AppWindowNormal": "App Window Normal",
|
|
100
101
|
"appsview.AppWindowPinFailed": "App Window Pin Failed",
|
|
@@ -110,9 +111,9 @@
|
|
|
110
111
|
"appsview.GameRunning": "Trò chơi đang chạy",
|
|
111
112
|
"appsview.HelperText": "Chọn một ô ứng dụng để xem chi tiết khởi chạy, trạng thái phiên hiện tại và các thao tác trình xem khả dụng.",
|
|
112
113
|
"appsview.IframeAuthMissing": "{{name}} yêu cầu xác thực iframe nhưng chưa có payload xác thực nào được cấu hình.",
|
|
113
|
-
"appsview.LaunchedNoViewer": "Đã khởi chạy {{name}} nhưng chưa có trình xem hoặc URL nào được cấu hình.",
|
|
114
114
|
"appsview.LaunchFailed": "Không thể khởi chạy {{name}}: {{message}}",
|
|
115
115
|
"appsview.LaunchType": "Kiểu chạy",
|
|
116
|
+
"appsview.LaunchedNoViewer": "Đã khởi chạy {{name}} nhưng chưa có trình xem hoặc URL nào được cấu hình.",
|
|
116
117
|
"appsview.LoadError": "Không thể tải ứng dụng: {{message}}",
|
|
117
118
|
"appsview.Loading": "Đang tải...",
|
|
118
119
|
"appsview.NetworkError": "lỗi mạng",
|
|
@@ -122,10 +123,10 @@
|
|
|
122
123
|
"appsview.NoRunningApps": "No app runs are active right now.",
|
|
123
124
|
"appsview.NoRunningAppsHint": "Launch a game from the catalog and it will appear here as a reattachable run.",
|
|
124
125
|
"appsview.Open": "Mở {{name}}",
|
|
125
|
-
"appsview.OpenedInDesktopWindow": "Opened In Desktop Window",
|
|
126
|
-
"appsview.OpenedInNewTab": "Đã mở {{name}} trong tab mới.",
|
|
127
126
|
"appsview.OpenInTab": "Mở trong Tab",
|
|
128
127
|
"appsview.OpenWindowFailed": "Could not open {{name}} in a window.",
|
|
128
|
+
"appsview.OpenedInDesktopWindow": "Opened In Desktop Window",
|
|
129
|
+
"appsview.OpenedInNewTab": "Đã mở {{name}} trong tab mới.",
|
|
129
130
|
"appsview.PopupBlocked": "Cửa sổ bật lên bị chặn. Hãy cho phép cửa sổ bật lên rồi thử lại.",
|
|
130
131
|
"appsview.PopupBlockedOpen": "Trình chặn cửa sổ bật lên đã chặn việc mở {{name}}. Hãy cho phép cửa sổ bật lên rồi thử lại.",
|
|
131
132
|
"appsview.Repository": "Kho lưu trữ",
|
|
@@ -142,6 +143,7 @@
|
|
|
142
143
|
"appsview.URL": "URL",
|
|
143
144
|
"appsview.Viewer": "Giao diện (Viewer)",
|
|
144
145
|
"appwindow.LaunchedNoViewer": "This app launched without a viewer URL. Open it from the apps catalog.",
|
|
146
|
+
"appwindow.RetryingLaunch": "Retrying launch...",
|
|
145
147
|
"aria.advancedNavigation": "Điều hướng nâng cao",
|
|
146
148
|
"aria.agentVoiceOff": "Tắt giọng nói đại lý",
|
|
147
149
|
"aria.agentVoiceOn": "Bật giọng nói đại lý",
|
|
@@ -214,9 +216,9 @@
|
|
|
214
216
|
"automations.n8n.errorStartSidecar": "Không thể khởi động n8n cục bộ: {{message}}",
|
|
215
217
|
"automations.n8n.errorUpdateWorkflow": "Không thể cập nhật workflow: {{message}}",
|
|
216
218
|
"automations.n8n.newWorkflow": "Workflow mới",
|
|
217
|
-
"automations.n8n.nodeCount": "{{count}} node",
|
|
218
219
|
"automations.n8n.noWorkflowsHint": "Hãy yêu cầu trợ lý xây dựng giúp bạn.",
|
|
219
220
|
"automations.n8n.noWorkflowsTitle": "Chưa có tự động hóa nào",
|
|
221
|
+
"automations.n8n.nodeCount": "{{count}} node",
|
|
220
222
|
"automations.n8n.pillAriaCloudDegraded": "Phát hiện sự cố dịch vụ cloud",
|
|
221
223
|
"automations.n8n.pillAriaCloudHealthy": "Dịch vụ cloud ổn định",
|
|
222
224
|
"automations.n8n.pillAriaLocalReady": "Dịch vụ cục bộ sẵn sàng",
|
|
@@ -252,6 +254,7 @@
|
|
|
252
254
|
"automations.taskUpdateFailed": "Không thể cập nhật tác vụ.",
|
|
253
255
|
"automations.templateCustom.desc": "Mô tả workflow của bạn trong chat.",
|
|
254
256
|
"automations.templateCustom.title": "Tùy chỉnh",
|
|
257
|
+
"automations.templateUseButton": "Dùng mẫu này",
|
|
255
258
|
"automations.templates.calendarSlack.desc": "Đăng lịch trình trong ngày lên Slack mỗi sáng.",
|
|
256
259
|
"automations.templates.calendarSlack.prompt": "Mỗi ngày trong tuần lúc 8 giờ sáng, đọc các sự kiện hôm nay từ Google Calendar và đăng lịch trình đã định dạng vào kênh #daily-standup trên Slack.",
|
|
257
260
|
"automations.templates.calendarSlack.title": "Calendar đến Slack",
|
|
@@ -272,20 +275,19 @@
|
|
|
272
275
|
"automations.templates.slackDiscord.title": "Cầu nối Slack ↔ Discord",
|
|
273
276
|
"automations.templatesModalSubtitle": "Chọn một workflow để tùy chỉnh, hoặc bắt đầu mới hoàn toàn.",
|
|
274
277
|
"automations.templatesModalTitle": "Bắt đầu với mẫu",
|
|
275
|
-
"automations.templateUseButton": "Dùng mẫu này",
|
|
276
278
|
"automations.whatShouldThisTaskDo": "Tác vụ này nên làm gì?",
|
|
277
279
|
"automations.workflow.draftTitle": "Draft Title",
|
|
278
280
|
"automations.workflow.workflowKicker": "Workflow Kicker",
|
|
279
281
|
"automations.zeroState.browseTemplates": "Xem các mẫu →",
|
|
280
282
|
"automations.zeroState.subtitle": "Tôi có thể xây dựng workflow cho bạn, chạy prompt theo lịch, hoặc duy trì một danh sách tác vụ.",
|
|
281
283
|
"automations.zeroState.title": "Bạn muốn agent của mình làm gì?",
|
|
282
|
-
"avatarselector.dropVrm": "thả .vrm",
|
|
283
284
|
"avatarselector.GitLfsPointer": ".vrm này là con trỏ Git LFS, không phải tệp mô hình thực. Trước tiên hãy tải xuống tệp VRM thực tế.",
|
|
284
285
|
"avatarselector.InvalidAvatarFile": "Tệp hình đại diện không hợp lệ",
|
|
285
286
|
"avatarselector.InvalidVrmBinary": "Tệp VRM không hợp lệ. Chọn một tệp nhị phân .vrm thực.",
|
|
286
287
|
"avatarselector.ReadSelectedFile": "Không thể đọc tập tin đó. Hãy thử một .vrm khác.",
|
|
287
288
|
"avatarselector.SelectVrmFile": "Vui lòng chọn tệp .vrm.",
|
|
288
289
|
"avatarselector.UploadCustomVrm": "Tải .vrm tuỳ chỉnh (click hoặc kéo thả)",
|
|
290
|
+
"avatarselector.dropVrm": "thả .vrm",
|
|
289
291
|
"babylon.tellTheAgentWhatToDoWhatToAvoidOrWhatToExplain": "Tell the agent what to do, what to avoid, or what to explain.",
|
|
290
292
|
"browserworkspace.ActionFailed": "Browser action failed.",
|
|
291
293
|
"browserworkspace.AddressPlaceholder": "Enter a URL",
|
|
@@ -308,8 +310,8 @@
|
|
|
308
310
|
"browserworkspace.BrowserBridgeRefreshSuccess": "Đã làm mới trạng thái kết nối Agent Browser Bridge.",
|
|
309
311
|
"browserworkspace.BrowserBridgeTitle": "Agent Browser Bridge",
|
|
310
312
|
"browserworkspace.BrowserBridgeUseRealBrowser": "Dùng trình duyệt thật của bạn tại đây",
|
|
311
|
-
"browserworkspace.ChatPlaceholderConnected": "
|
|
312
|
-
"browserworkspace.ChatPlaceholderInstallBridge": "
|
|
313
|
+
"browserworkspace.ChatPlaceholderConnected": "Hãy nói tôi cần làm gì trên trình duyệt…",
|
|
314
|
+
"browserworkspace.ChatPlaceholderInstallBridge": "Hãy nói tôi cần làm gì trên trình duyệt…",
|
|
313
315
|
"browserworkspace.Checking": "Đang kiểm tra",
|
|
314
316
|
"browserworkspace.ChromeBuild": "Bản dựng Chrome",
|
|
315
317
|
"browserworkspace.CloseTab": "Đóng tab",
|
|
@@ -350,8 +352,8 @@
|
|
|
350
352
|
"browserworkspace.OpenExtensionFolder": "Mở thư mục extension",
|
|
351
353
|
"browserworkspace.OpenExternal": "Open external",
|
|
352
354
|
"browserworkspace.OpenInitialBrowseFailed": "Failed to open the requested browser tab.",
|
|
353
|
-
"browserworkspace.OpenInitialHomeFailed": "Open Initial Home Failed",
|
|
354
355
|
"browserworkspace.OpenLiveSession": "Mở phiên trực tiếp",
|
|
356
|
+
"browserworkspace.OpenNewTab": "Open new tab",
|
|
355
357
|
"browserworkspace.OpenTabs": "Open tabs",
|
|
356
358
|
"browserworkspace.RealSessionDescription": "Đây là phiên trình duyệt thật, không phải iframe nhúng thô. Hãy dùng chat hoặc các thao tác trình duyệt để điều hướng và tương tác với các trang như Google và Discord.",
|
|
357
359
|
"browserworkspace.RefreshBrowserBridge": "Refresh Browser Bridge",
|
|
@@ -366,22 +368,16 @@
|
|
|
366
368
|
"browserworkspace.UserTabs": "User Tabs",
|
|
367
369
|
"browserworkspace.Visible": "Visible",
|
|
368
370
|
"browserworkspace.WebWorkspace": "Web iframe workspace",
|
|
371
|
+
"browserworkspace.Working": "Working: {{action}}",
|
|
369
372
|
"bugreportmodal.22X": "22.x",
|
|
370
373
|
"bugreportmodal.ActualBehavior": "Hành vi thực tế",
|
|
371
374
|
"bugreportmodal.AddLogs": "Thêm nhật ký",
|
|
372
375
|
"bugreportmodal.AnthropicOpenAI": "Nhân loại / OpenAI / Ollama",
|
|
373
|
-
"bugreportmodal.attachLogs": "Đính kèm nhật ký khởi động",
|
|
374
|
-
"bugreportmodal.attachSystemInfo": "Đính kèm thông tin hệ thống",
|
|
375
376
|
"bugreportmodal.BugReportSubmitted": "Đã gửi báo lỗi",
|
|
376
|
-
"bugreportmodal.copied": "Đã copy!",
|
|
377
|
-
"bugreportmodal.copiedDiagnostics": "Đã sao chép chẩn đoán!",
|
|
378
|
-
"bugreportmodal.copyAndOpenGitHub": "Copy & mở GitHub",
|
|
379
|
-
"bugreportmodal.copyDiagnostics": "Sao chép chẩn đoán",
|
|
380
377
|
"bugreportmodal.DescribeTheActual": "Mô tả kết quả thực tế.",
|
|
381
378
|
"bugreportmodal.DescribeTheExpecte": "Mô tả kết quả mong đợi.",
|
|
382
379
|
"bugreportmodal.DescribeTheIssueY": "Mô tả vấn đề bạn gặp phải.",
|
|
383
380
|
"bugreportmodal.DescriptionHint": "Mô tả những gì đã xảy ra và tại sao nó lại bất ngờ.",
|
|
384
|
-
"bugreportmodal.descriptionRequired": "Mô tả và các bước tái hiện là bắt buộc nha.",
|
|
385
381
|
"bugreportmodal.DiagnosticsSharedSuccessfully": "Chẩn đoán đã được chia sẻ thành công.",
|
|
386
382
|
"bugreportmodal.Environment": "Môi trường",
|
|
387
383
|
"bugreportmodal.ExpectedBehavior": "Hành vi mong đợi",
|
|
@@ -389,21 +385,28 @@
|
|
|
389
385
|
"bugreportmodal.LogsHint": "Chỉ dán các lỗi, dấu vết hoặc đầu ra bảng điều khiển có liên quan.",
|
|
390
386
|
"bugreportmodal.ModelProvider": "Nhà cung cấp Model",
|
|
391
387
|
"bugreportmodal.NodeVersion": "Phiên bản nút",
|
|
392
|
-
"bugreportmodal.openLogsFolder": "Mở thư mục nhật ký",
|
|
393
388
|
"bugreportmodal.Other": "Khác",
|
|
394
389
|
"bugreportmodal.PasteRelevantError": "Dán log lỗi liên quan",
|
|
395
390
|
"bugreportmodal.ReportABug": "Báo lỗi",
|
|
396
391
|
"bugreportmodal.ReportCopiedToClipboard": "Đã sao chép báo cáo vào clipboard.",
|
|
397
392
|
"bugreportmodal.ReproductionPrompt": "Hãy giúp chúng tôi tái hiện vấn đề bằng các bước cụ thể và thông tin chi tiết về môi trường.",
|
|
398
|
-
"bugreportmodal.saveBundle": "Lưu gói báo cáo",
|
|
399
|
-
"bugreportmodal.savingBundle": "Gói tiết kiệm...",
|
|
400
393
|
"bugreportmodal.Select": "Chọn...",
|
|
401
394
|
"bugreportmodal.StepsHint": "Bao gồm đường dẫn đáng tin cậy ngắn nhất tái tạo lỗi.",
|
|
402
|
-
"bugreportmodal.stepsPlaceholder": "1. Vào...\n2. Click vào...\n3. Thấy...",
|
|
403
395
|
"bugreportmodal.StepsToReproduce": "Các bước tái hiện",
|
|
404
|
-
"bugreportmodal.submitting": "Đang gửi...",
|
|
405
396
|
"bugreportmodal.Times": "X",
|
|
406
397
|
"bugreportmodal.YourBugReportHas": "Báo lỗi đã được gửi thành công.",
|
|
398
|
+
"bugreportmodal.attachLogs": "Đính kèm nhật ký khởi động",
|
|
399
|
+
"bugreportmodal.attachSystemInfo": "Đính kèm thông tin hệ thống",
|
|
400
|
+
"bugreportmodal.copied": "Đã copy!",
|
|
401
|
+
"bugreportmodal.copiedDiagnostics": "Đã sao chép chẩn đoán!",
|
|
402
|
+
"bugreportmodal.copyAndOpenGitHub": "Copy & mở GitHub",
|
|
403
|
+
"bugreportmodal.copyDiagnostics": "Sao chép chẩn đoán",
|
|
404
|
+
"bugreportmodal.descriptionRequired": "Mô tả và các bước tái hiện là bắt buộc nha.",
|
|
405
|
+
"bugreportmodal.openLogsFolder": "Mở thư mục nhật ký",
|
|
406
|
+
"bugreportmodal.saveBundle": "Lưu gói báo cáo",
|
|
407
|
+
"bugreportmodal.savingBundle": "Gói tiết kiệm...",
|
|
408
|
+
"bugreportmodal.stepsPlaceholder": "1. Vào...\n2. Click vào...\n3. Thấy...",
|
|
409
|
+
"bugreportmodal.submitting": "Đang gửi...",
|
|
407
410
|
"character.characterHubSections": "Character hub sections",
|
|
408
411
|
"character.characterOverview": "Tổng quan nhân vật",
|
|
409
412
|
"character.domainFilter": "Domain filter",
|
|
@@ -462,10 +465,10 @@
|
|
|
462
465
|
"charactereditor.SwitchSectionPrompt": "Switch Section Prompt",
|
|
463
466
|
"charactereditor.SystemPrompt": "Lời nhắc hệ thống",
|
|
464
467
|
"charactereditor.SystemPromptPlaceholder": "Viết ở ngôi thứ nhất...",
|
|
465
|
-
"charactereditor.TabbedEditorGroupLabel": "Trình chỉnh sửa ký tự - các phần được gắn thẻ",
|
|
466
468
|
"charactereditor.TabExamples": "Ví dụ",
|
|
467
469
|
"charactereditor.TabPersonality": "Tính cách",
|
|
468
470
|
"charactereditor.TabStyles": "Phong cách",
|
|
471
|
+
"charactereditor.TabbedEditorGroupLabel": "Trình chỉnh sửa ký tự - các phần được gắn thẻ",
|
|
469
472
|
"charactereditor.UnsavedChangesBody": "Unsaved Changes Body",
|
|
470
473
|
"charactereditor.UnsavedChangesTitle": "Unsaved Changes Title",
|
|
471
474
|
"characterroster.LoadingPresets": "Đang tải cài đặt trước ký tự...",
|
|
@@ -496,24 +499,25 @@
|
|
|
496
499
|
"chat.stopSpeaking": "Dừng nói",
|
|
497
500
|
"chat.taskDescriptionPlaceholder": "Mô tả những gì cần xây dựng...",
|
|
498
501
|
"chat.toolCallChip.ACTIVATE_N8N_WORKFLOW": "Đang kích hoạt workflow…",
|
|
499
|
-
"chat.toolCallChip.buildingWorkflow": "Đang xây dựng workflow…",
|
|
500
502
|
"chat.toolCallChip.DEACTIVATE_N8N_WORKFLOW": "Đang vô hiệu hóa workflow…",
|
|
501
|
-
"chat.toolCallChip.default": "Đang xử lý…",
|
|
502
503
|
"chat.toolCallChip.DELETE_N8N_WORKFLOW": "Đang xóa workflow…",
|
|
504
|
+
"chat.toolCallChip.buildingWorkflow": "Đang xây dựng workflow…",
|
|
505
|
+
"chat.toolCallChip.default": "Đang xử lý…",
|
|
503
506
|
"chat.uncached": "chưa cache",
|
|
504
507
|
"chat.voiceInput": "Nhập giọng nói",
|
|
505
508
|
"chatmessage.ResponseInterrupte": "(Phản hồi bị gián đoạn)",
|
|
506
509
|
"chatmessage.SaveAndResend": "Lưu và gửi lại",
|
|
507
|
-
"chatsidebar.launchApp": "Mở {{name}}",
|
|
508
510
|
"chatsidebar.OpenView": "Mở chế độ xem",
|
|
509
|
-
"
|
|
510
|
-
"chatview.
|
|
511
|
+
"chatsidebar.launchApp": "Mở {{name}}",
|
|
512
|
+
"chatview.NoMessagesYet": "Chưa có tin nhắn.",
|
|
511
513
|
"chatview.RemoveImage": "Xoá ảnh",
|
|
512
514
|
"chatview.SilenceEndFirstTo": "Im lặng end→first token:",
|
|
515
|
+
"chatview.msEndVoiceStart": "ms · kết thúc→bắt đầu bằng giọng nói:",
|
|
516
|
+
"chatview.msFirst": "cô\n · câu đầu tiên:",
|
|
513
517
|
"cloudonboarding.ClickToOpenLogin": "Bấm vào đây để mở trang đăng nhập",
|
|
514
518
|
"cloudonboarding.ConnectButton": "Kết nối với đám mây Eliza",
|
|
515
|
-
"cloudonboarding.ConnectedSetupAgent": "Đã kết nối! Đang thiết lập đại lý của bạn...",
|
|
516
519
|
"cloudonboarding.ConnectToElizaCloud": "Kết nối với Eliza Cloud để bắt đầu",
|
|
520
|
+
"cloudonboarding.ConnectedSetupAgent": "Đã kết nối! Đang thiết lập đại lý của bạn...",
|
|
517
521
|
"cloudonboarding.WaitingForLogin": "Đang chờ đăng nhập...",
|
|
518
522
|
"cloudsourcecontrols.Offline": "Ngoại tuyến",
|
|
519
523
|
"codingagentcontrolchip.ActiveSessions": "{{count}} phiên coding đang hoạt động",
|
|
@@ -540,8 +544,8 @@
|
|
|
540
544
|
"codingagentsettingssection.FastModel": "Model nhanh",
|
|
541
545
|
"codingagentsettingssection.Fixed": "Cố định",
|
|
542
546
|
"codingagentsettingssection.GoogleApiKeyDesc": "For Gemini CLI and Aider (Google provider).",
|
|
543
|
-
"codingagentsettingssection.Installed": "Đã cài",
|
|
544
547
|
"codingagentsettingssection.InstallWith": "Cài với",
|
|
548
|
+
"codingagentsettingssection.Installed": "Đã cài",
|
|
545
549
|
"codingagentsettingssection.LlmProvider": "LLM Provider",
|
|
546
550
|
"codingagentsettingssection.LlmProviderApiKeys": "API Keys",
|
|
547
551
|
"codingagentsettingssection.LlmProviderDescApiKeys": "Provide your own API keys for each provider (Anthropic, OpenAI, Google).",
|
|
@@ -551,8 +555,8 @@
|
|
|
551
555
|
"codingagentsettingssection.LoadingCodingAgent": "Đang tải cấu hình coding agent...",
|
|
552
556
|
"codingagentsettingssection.ModelsFetched": "Models lấy từ API provider. Đây là tuỳ chọn — CLI có thể ghi đè.",
|
|
553
557
|
"codingagentsettingssection.NoSupportedCLIs": "Không tìm thấy CLI coding agent hỗ trợ. Cài ít nhất: Claude, Gemini, Codex, hoặc Aider.",
|
|
554
|
-
"codingagentsettingssection.OpenaiApiKeyDesc": "For Codex and Aider (OpenAI provider).",
|
|
555
558
|
"codingagentsettingssection.OpenSignInPage": "Open sign-in page →",
|
|
559
|
+
"codingagentsettingssection.OpenaiApiKeyDesc": "For Codex and Aider (OpenAI provider).",
|
|
556
560
|
"codingagentsettingssection.PowerfulModel": "Model mạnh",
|
|
557
561
|
"codingagentsettingssection.PresetAutonomous": "Tự chủ",
|
|
558
562
|
"codingagentsettingssection.PresetAutonomousDesc": "Mọi công cụ tự duyệt",
|
|
@@ -579,9 +583,9 @@
|
|
|
579
583
|
"codingagenttaskspanel.inline": "nội dòng",
|
|
580
584
|
"codingagenttaskspanel.kind.coding": "lập trình",
|
|
581
585
|
"codingagenttaskspanel.kind.unknown": "không xác định",
|
|
582
|
-
"codingagenttaskspanel.loadingTasks": "Đang tải tác vụ…",
|
|
583
586
|
"codingagenttaskspanel.loadTaskDetailFailed": "Không thể tải chi tiết tác vụ: {{error}}",
|
|
584
587
|
"codingagenttaskspanel.loadThreadsFailed": "Không thể tải các luồng tác vụ: {{error}}",
|
|
588
|
+
"codingagenttaskspanel.loadingTasks": "Đang tải tác vụ…",
|
|
585
589
|
"codingagenttaskspanel.messages": "Tin nhắn",
|
|
586
590
|
"codingagenttaskspanel.noSessionsRecorded": "Không có phiên nào được ghi lại.",
|
|
587
591
|
"codingagenttaskspanel.noWorkRunning": "Không có công việc orchestrator nào đang chạy",
|
|
@@ -696,8 +700,8 @@
|
|
|
696
700
|
"common.offline": "ngoại tuyến",
|
|
697
701
|
"common.on": "BẬT",
|
|
698
702
|
"common.open": "Open",
|
|
699
|
-
"common.openai": "OpenAI",
|
|
700
703
|
"common.openApps": "Mở ứng dụng",
|
|
704
|
+
"common.openai": "OpenAI",
|
|
701
705
|
"common.parameters": "Tham số",
|
|
702
706
|
"common.pause": "Tạm dừng",
|
|
703
707
|
"common.paused": "Tạm dừng",
|
|
@@ -780,22 +784,22 @@
|
|
|
780
784
|
"config-field.MoveDown": "Di xuống",
|
|
781
785
|
"config-field.MoveUp": "Di lên",
|
|
782
786
|
"config-field.NoMatches": "Không tìm thấy",
|
|
783
|
-
"config-field.None": "Không có",
|
|
784
787
|
"config-field.NoOptionsDefined": "Chưa có tùy chọn",
|
|
788
|
+
"config-field.None": "Không có",
|
|
785
789
|
"config-field.NothingToPreview": "Không có gì để xem",
|
|
786
|
-
"config-field.options": "tùy chọn",
|
|
787
790
|
"config-field.RemoveRow": "Xóa dòng",
|
|
788
791
|
"config-field.Times": "×",
|
|
789
|
-
"config-
|
|
792
|
+
"config-field.options": "tùy chọn",
|
|
790
793
|
"config-renderer.Rarr": "→",
|
|
794
|
+
"config-renderer.attention": "chú ý",
|
|
791
795
|
"config-renderer.requiredFieldsConf": "trường bắt buộc đã cấu hình",
|
|
792
796
|
"config-renderer.total": "tổng",
|
|
793
797
|
"configpageview.AnkrApiKey": "Khóa API Ankr",
|
|
794
798
|
"configpageview.ApiKeyPlaceholder": "Nhập API key",
|
|
795
799
|
"configpageview.ApiKeySetPlaceholder": "Đã cài đặt — để trống để giữ nguyên",
|
|
796
|
-
"configpageview.BirdeyeApiKey": "Khóa API Birdeye",
|
|
797
800
|
"configpageview.BSC": "BSC",
|
|
798
801
|
"configpageview.BSCDesc": "Chuỗi thông minh BNB",
|
|
802
|
+
"configpageview.BirdeyeApiKey": "Khóa API Birdeye",
|
|
799
803
|
"configpageview.CloudLoginRequiredSvgTitle": "Yêu cầu đăng nhập Eliza Cloud",
|
|
800
804
|
"configpageview.CloudModeDesc": "RPC được quản lý cho tất cả các chuỗi. Không cần khóa API.",
|
|
801
805
|
"configpageview.CloudModeSvgTitle": "Eliza Cloud quản lý RPC",
|
|
@@ -808,9 +812,9 @@
|
|
|
808
812
|
"configpageview.CustomModeSvgTitle": "Cấu hình RPC tùy chỉnh",
|
|
809
813
|
"configpageview.CustomModeTitle": "RPC tùy chỉnh",
|
|
810
814
|
"configpageview.CustomRpcProviders": "Nhà cung cấp RPC tùy chỉnh",
|
|
811
|
-
"configpageview.ElizaCloudKeyInvalid": "Khóa Eliza Cloud không hợp lệ",
|
|
812
815
|
"configpageview.EVM": "EVM",
|
|
813
816
|
"configpageview.EVMDesc": "Ethereum, Base, Arbitrum",
|
|
817
|
+
"configpageview.ElizaCloudKeyInvalid": "Khóa Eliza Cloud không hợp lệ",
|
|
814
818
|
"configpageview.FixInCloudSettings": "Khắc phục trong cài đặt Đám mây",
|
|
815
819
|
"configpageview.HeliusApiKey": "Khóa API Helius",
|
|
816
820
|
"configpageview.InfuraApiKey": "Khóa API Infura",
|
|
@@ -832,9 +836,9 @@
|
|
|
832
836
|
"configpageview.WalletNetwork": "Mạng ví",
|
|
833
837
|
"configpageview.WalletNetworkDesc": "Chọn Mainnet để lấy tiền trực tiếp hoặc Testnet để thực hành.",
|
|
834
838
|
"configpageview.WalletProvidersAnd": "Nhà cung cấp ví và bí mật.",
|
|
835
|
-
"connectionfailedbanner.attemptsRealTime": "lần. Cập nhật realtime đã tạm dừng.",
|
|
836
839
|
"connectionfailedbanner.ConnectionLostAfte": "Mất kết nối sau",
|
|
837
840
|
"connectionfailedbanner.ReconnectingAtt": "Đang kết nối lại... (lần thử",
|
|
841
|
+
"connectionfailedbanner.attemptsRealTime": "lần. Cập nhật realtime đã tạm dừng.",
|
|
838
842
|
"connectionlostoverlay.AttemptsExhausted": "Realtime reconnect attempts exhausted: {{attempts}}.",
|
|
839
843
|
"connectionlostoverlay.ConnectionLost": "Connection Lost",
|
|
840
844
|
"connectionlostoverlay.ConnectionLostBody": "{{appName}} can’t talk to the local backend anymore. Restart the app or retry the connection once the server is back.",
|
|
@@ -874,6 +878,7 @@
|
|
|
874
878
|
"conversations.minutesAgo": "{{count}} phút trước",
|
|
875
879
|
"conversations.newChat": "+ Chat mới",
|
|
876
880
|
"conversations.newTerminal": "New Terminal",
|
|
881
|
+
"conversations.newTerminalFailed": "Failed to start terminal: {{message}}",
|
|
877
882
|
"conversations.noMatchingChats": "Không có chat nào khớp với tìm kiếm của bạn",
|
|
878
883
|
"conversations.none": "Chưa có cuộc trò chuyện",
|
|
879
884
|
"conversations.noneApp": "Chưa có cuộc trò chuyện nào",
|
|
@@ -896,27 +901,27 @@
|
|
|
896
901
|
"customactioneditor.AliasesOptional": "Bí danh (tuỳ chọn)",
|
|
897
902
|
"customactioneditor.AvailableParams": "// Available: params.paramName, fetch()\\nreturn { result: params.input };",
|
|
898
903
|
"customactioneditor.BodyTemplateOptio": "Body Template (tuỳ chọn)",
|
|
899
|
-
"customactioneditor.CommandTemplate": "Mẫu lệnh",
|
|
900
904
|
"customactioneditor.CommaSeparatedAlte": "Các tên thay thế, cách nhau bằng dấu phẩy.",
|
|
905
|
+
"customactioneditor.CommandTemplate": "Mẫu lệnh",
|
|
901
906
|
"customactioneditor.DescribeWhatYouWa": "Mô tả bạn muốn action này làm gì",
|
|
902
907
|
"customactioneditor.Duration": "Thời gian:",
|
|
903
|
-
"customactioneditor.echoMessage": "echo {{message}} > /tmp/output.txt",
|
|
904
|
-
"customactioneditor.eGCheckIfAWebs": "VD: Kiểm tra website có hoạt động không",
|
|
905
908
|
"customactioneditor.Error": "Lỗi:",
|
|
906
|
-
"customactioneditor.forParameterSubsti": "để thay thế tham số",
|
|
907
909
|
"customactioneditor.HandlerType": "Loại Handler",
|
|
908
910
|
"customactioneditor.HeaderName": "Header-Name",
|
|
909
911
|
"customactioneditor.HeadersOptional": "Headers (tuỳ chọn)",
|
|
910
|
-
"customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
|
|
911
912
|
"customactioneditor.JavaScriptCode": "Mã JavaScript",
|
|
912
913
|
"customactioneditor.MYACTION": "MY_ACTION",
|
|
913
|
-
"customactioneditor.paramName": "paramName",
|
|
914
914
|
"customactioneditor.SYNONYMONESYNONYM": "SYNONYM_ONE, SYNONYM_TWO",
|
|
915
915
|
"customactioneditor.Test": "Kiểm tra",
|
|
916
916
|
"customactioneditor.TestAction": "Hành động thử nghiệm",
|
|
917
917
|
"customactioneditor.TheAgentWillGener": "Agent sẽ tạo cấu hình action để bạn xem và chỉnh.",
|
|
918
|
-
"customactioneditor.valueOrParam": "giá trị hoặc {{param}}",
|
|
919
918
|
"customactioneditor.WhatDoesThisActio": "Action này làm gì?",
|
|
919
|
+
"customactioneditor.eGCheckIfAWebs": "VD: Kiểm tra website có hoạt động không",
|
|
920
|
+
"customactioneditor.echoMessage": "echo {{message}} > /tmp/output.txt",
|
|
921
|
+
"customactioneditor.forParameterSubsti": "để thay thế tham số",
|
|
922
|
+
"customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
|
|
923
|
+
"customactioneditor.paramName": "paramName",
|
|
924
|
+
"customactioneditor.valueOrParam": "giá trị hoặc {{param}}",
|
|
920
925
|
"customactionspanel.ActionSummary": "tổng cộng {{actionCount}} · đã bật {{enabledCount}}",
|
|
921
926
|
"customactionspanel.AliasCountOne": "{{count}} bí danh",
|
|
922
927
|
"customactionspanel.AliasCountOther": "{{count}} bí danh",
|
|
@@ -952,44 +957,44 @@
|
|
|
952
957
|
"customactionsview.NoActionsMatchFiltersDescription": "Hãy thử tên khác, loại trình xử lý hoặc xóa trường tìm kiếm để xem mọi hành động đã lưu.",
|
|
953
958
|
"customactionsview.NoActionsMatchFiltersTitle": "Không có hành động nào phù hợp với bộ lọc hiện tại của bạn.",
|
|
954
959
|
"customactionsview.NoDescriptionYet": "Chưa có mô tả. Mở hành động này để ghi lại thời điểm nó nên chạy và những gì nó nên làm.",
|
|
955
|
-
"customactionsview.parameter": "tham số",
|
|
956
960
|
"customactionsview.ParameterCountOne": "tham số {{count}}",
|
|
957
961
|
"customactionsview.ParameterCountOther": "{{count}} thông số",
|
|
958
962
|
"customactionsview.SearchActionsByNa": "Tìm action theo tên hoặc mô tả...",
|
|
959
963
|
"customactionsview.SearchAndManage": "Tìm kiếm và quản lý",
|
|
964
|
+
"customactionsview.parameter": "tham số",
|
|
960
965
|
"databaseview.CellValue": "Giá trị ô",
|
|
961
966
|
"databaseview.ChooseATableFrom": "Chọn bảng từ sidebar",
|
|
962
|
-
"databaseview.columns": "cột",
|
|
963
967
|
"databaseview.DatabaseNotAvailab": "Database không khả dụng",
|
|
964
968
|
"databaseview.EditorModes": "Chế độ soạn thảo cơ sở dữ liệu",
|
|
965
969
|
"databaseview.EmptyTableDescription": "Bảng này đã được kết nối và sẵn sàng, nhưng chưa có hàng nào.",
|
|
966
970
|
"databaseview.FailedToLoadTable": "Không tải được bảng: {{message}}",
|
|
967
971
|
"databaseview.FailedToLoadTables": "Không tải được bảng: {{message}}",
|
|
968
972
|
"databaseview.FilterTables": "Lọc bảng...",
|
|
969
|
-
"databaseview.hideSidebar": "Ẩn sidebar",
|
|
970
973
|
"databaseview.NULL": "NULL",
|
|
971
974
|
"databaseview.QueryFailed": "Truy vấn không thành công: {{message}}",
|
|
972
975
|
"databaseview.QueryReturnedNoRo": "Query không trả về dòng nào",
|
|
973
976
|
"databaseview.QueryWorkspaceInfo": "Viết các truy vấn đặc biệt và kiểm tra kết quả mà không cần rời khỏi không gian làm việc của cơ sở dữ liệu.",
|
|
974
977
|
"databaseview.RecentQueries": "Query gần đây",
|
|
975
|
-
"databaseview.row": "dòng",
|
|
976
978
|
"databaseview.RowCountLabel": "{{count}} hàng",
|
|
977
979
|
"databaseview.RowCountSummary": "{{count}} {{rowLabel}}{{range}}",
|
|
978
|
-
"databaseview.runQuery": "Chạy Query",
|
|
979
|
-
"databaseview.SelectATable": "Chọn một bảng",
|
|
980
980
|
"databaseview.SELECTFROMMemori": "SELECT * FROM memories LIMIT 100;",
|
|
981
|
-
"databaseview.ShowingRange": "· hiển thị {{start}}-{{end}}",
|
|
982
|
-
"databaseview.showSidebar": "Hiện sidebar",
|
|
983
981
|
"databaseview.SQLEditor": "Trình soạn thảo SQL",
|
|
984
982
|
"databaseview.SQLWorkspace": "SQL Không gian làm việc",
|
|
985
983
|
"databaseview.SQLWorkspaceDescription": "Chạy các truy vấn đặc biệt, kiểm tra kết quả và sử dụng lại SQL gần đây từ thanh bên.",
|
|
984
|
+
"databaseview.SelectATable": "Chọn một bảng",
|
|
985
|
+
"databaseview.ShowingRange": "· hiển thị {{start}}-{{end}}",
|
|
986
986
|
"databaseview.TableBrowser": "Trình duyệt bảng",
|
|
987
987
|
"databaseview.TableEditor": "Trình sửa bảng",
|
|
988
988
|
"databaseview.TableIsEmpty": "Bảng trống",
|
|
989
|
-
"databaseview.tables": "bảng",
|
|
990
|
-
"databaseview.Tables": "Bảng",
|
|
991
989
|
"databaseview.TableWorkspaceDescription": "Kiểm tra hàng, sắp xếp cột và xem lại cấu trúc bảng ở một nơi.",
|
|
990
|
+
"databaseview.Tables": "Bảng",
|
|
992
991
|
"databaseview.TheDatabaseViewer": "Trình xem database chỉ khả dụng khi agent runtime đang chạy.",
|
|
992
|
+
"databaseview.columns": "cột",
|
|
993
|
+
"databaseview.hideSidebar": "Ẩn sidebar",
|
|
994
|
+
"databaseview.row": "dòng",
|
|
995
|
+
"databaseview.runQuery": "Chạy Query",
|
|
996
|
+
"databaseview.showSidebar": "Hiện sidebar",
|
|
997
|
+
"databaseview.tables": "bảng",
|
|
993
998
|
"desktopworkspacesection.AgentRestartRequested": "Đã yêu cầu khởi động lại đại lý.",
|
|
994
999
|
"desktopworkspacesection.ClearClipboard": "Xóa bảng tạm",
|
|
995
1000
|
"desktopworkspacesection.ClipboardAndPaths": "Bảng nhớ tạm + Đường dẫn",
|
|
@@ -1024,18 +1029,18 @@
|
|
|
1024
1029
|
"desktopworkspacesection.NotificationSent": "Đã gửi thông báo.",
|
|
1025
1030
|
"desktopworkspacesection.OpenDesktopSettingsWindow": "Mở cửa sổ cài đặt màn hình",
|
|
1026
1031
|
"desktopworkspacesection.OpenDialogResult": "Kết quả hộp thoại mở",
|
|
1027
|
-
"desktopworkspacesection.OpenedDetachedDesktopSettingsWindow": "Đã mở cửa sổ cài đặt máy tính để bàn tách rời.",
|
|
1028
|
-
"desktopworkspacesection.OpenedSavedPath": "Đã mở đường dẫn đã lưu.",
|
|
1029
1032
|
"desktopworkspacesection.OpenFilesDialog": "Hộp thoại mở tệp",
|
|
1030
1033
|
"desktopworkspacesection.OpenFolderDialog": "Hộp thoại mở thư mục",
|
|
1031
1034
|
"desktopworkspacesection.OpenSavedPath": "Mở đường dẫn đã lưu",
|
|
1035
|
+
"desktopworkspacesection.OpenedDetachedDesktopSettingsWindow": "Đã mở cửa sổ cài đặt máy tính để bàn tách rời.",
|
|
1036
|
+
"desktopworkspacesection.OpenedSavedPath": "Đã mở đường dẫn đã lưu.",
|
|
1032
1037
|
"desktopworkspacesection.PlainText": "văn bản thuần túy",
|
|
1033
1038
|
"desktopworkspacesection.ReadClipboard": "Đọc bảng nhớ tạm",
|
|
1034
1039
|
"desktopworkspacesection.RefreshDiagnostics": "Làm mới chẩn đoán",
|
|
1035
1040
|
"desktopworkspacesection.Relaunch": "Khởi chạy lại",
|
|
1036
1041
|
"desktopworkspacesection.RestoreWindow": "Khôi phục cửa sổ",
|
|
1037
|
-
"desktopworkspacesection.RevealedSavedPath": "Tiết lộ đường dẫn đã lưu.",
|
|
1038
1042
|
"desktopworkspacesection.RevealSavedPath": "Tiết lộ đường dẫn đã lưu",
|
|
1043
|
+
"desktopworkspacesection.RevealedSavedPath": "Tiết lộ đường dẫn đã lưu.",
|
|
1039
1044
|
"desktopworkspacesection.SaveDialogCompleted": "Hộp thoại lưu đã hoàn tất.",
|
|
1040
1045
|
"desktopworkspacesection.SaveDialogResult": "Lưu kết quả hộp thoại",
|
|
1041
1046
|
"desktopworkspacesection.SaveFile": "Lưu tập tin",
|
|
@@ -1043,15 +1048,15 @@
|
|
|
1043
1048
|
"desktopworkspacesection.SelectFiles": "Chọn tập tin",
|
|
1044
1049
|
"desktopworkspacesection.SelectFolder": "Chọn thư mục",
|
|
1045
1050
|
"desktopworkspacesection.SendTestNotification": "Gửi thông báo kiểm tra",
|
|
1051
|
+
"desktopworkspacesection.SurfaceOpened": "Đã mở {{surface}}.",
|
|
1052
|
+
"desktopworkspacesection.UnmaximizeWindow": "Không phóng to cửa sổ",
|
|
1053
|
+
"desktopworkspacesection.WindowControls": "Điều khiển cửa sổ",
|
|
1054
|
+
"desktopworkspacesection.WindowControlsDescription": "Kiểm soát cửa sổ máy tính để bàn chính trực tiếp từ cài đặt.",
|
|
1046
1055
|
"desktopworkspacesection.surface.chat.label": "Cửa sổ trò chuyện",
|
|
1047
1056
|
"desktopworkspacesection.surface.cloud.label": "Cửa sổ đám mây",
|
|
1048
1057
|
"desktopworkspacesection.surface.connectors.label": "Cửa sổ kết nối",
|
|
1049
1058
|
"desktopworkspacesection.surface.plugins.label": "Cửa sổ plugin",
|
|
1050
1059
|
"desktopworkspacesection.surface.triggers.label": "Cửa sổ nhịp tim",
|
|
1051
|
-
"desktopworkspacesection.SurfaceOpened": "Đã mở {{surface}}.",
|
|
1052
|
-
"desktopworkspacesection.UnmaximizeWindow": "Không phóng to cửa sổ",
|
|
1053
|
-
"desktopworkspacesection.WindowControls": "Điều khiển cửa sổ",
|
|
1054
|
-
"desktopworkspacesection.WindowControlsDescription": "Kiểm soát cửa sổ máy tính để bàn chính trực tiếp từ cài đặt.",
|
|
1055
1060
|
"detachedshell.SetupInProgress": "Đang thiết lập",
|
|
1056
1061
|
"detachedshell.SetupInProgressDesc": "Trước tiên hãy hoàn tất quá trình giới thiệu trong cửa sổ chính. Cửa sổ này sẽ khả dụng khi đại lý của bạn sẵn sàng.",
|
|
1057
1062
|
"detachedshell.SkipToContent": "Bỏ qua tới nội dung",
|
|
@@ -1060,11 +1065,10 @@
|
|
|
1060
1065
|
"elizaclouddashboard.AccountIdSessionNoUserId": "Không hiển thị ID người dùng — cloud vẫn hoạt động.",
|
|
1061
1066
|
"elizaclouddashboard.AdminLock": "Admin lock",
|
|
1062
1067
|
"elizaclouddashboard.AdvancedDashboard": "Dashboard nâng cao",
|
|
1063
|
-
"elizaclouddashboard.agentDetails": "Chi tiết đại lý",
|
|
1064
1068
|
"elizaclouddashboard.AgentName": "Tên Agent",
|
|
1065
|
-
"elizaclouddashboard.Agents": "Đại lý",
|
|
1066
1069
|
"elizaclouddashboard.AgentWalletDetected": "Đã phát hiện ví agent. Nạp tiền vào ví trước khi trả bằng crypto.",
|
|
1067
1070
|
"elizaclouddashboard.AgentWalletFunded": "Đã phát hiện ví agent có tiền. Lấy báo giá rồi trả từ ví khi có chi tiết chuyển.",
|
|
1071
|
+
"elizaclouddashboard.Agents": "Đại lý",
|
|
1068
1072
|
"elizaclouddashboard.AutoTopUp": "Tự động nạp",
|
|
1069
1073
|
"elizaclouddashboard.AutoTopUpAmountRange": "Số tiền tự động nạp tiền phải nằm trong khoảng từ ${{min}} đến ${{max}}.",
|
|
1070
1074
|
"elizaclouddashboard.AutoTopUpNeedsPaymentMethod": "Thanh toán bằng thẻ một lần để lưu phương thức trước khi bật tự động nạp.",
|
|
@@ -1084,7 +1088,6 @@
|
|
|
1084
1088
|
"elizaclouddashboard.ConnectDiscord": "Connect Discord",
|
|
1085
1089
|
"elizaclouddashboard.ConnectElizaCloud": "Kết nối Eliza Cloud",
|
|
1086
1090
|
"elizaclouddashboard.ConnectGitHub": "Kết nối GitHub",
|
|
1087
|
-
"elizaclouddashboard.created": "Tạo lúc",
|
|
1088
1091
|
"elizaclouddashboard.CreditsCritical": "Nguy hiểm",
|
|
1089
1092
|
"elizaclouddashboard.CreditsHealthy": "Khoẻ",
|
|
1090
1093
|
"elizaclouddashboard.CreditsLabel": "tín chỉ",
|
|
@@ -1098,8 +1101,8 @@
|
|
|
1098
1101
|
"elizaclouddashboard.DiscordActions": "Action Toggles",
|
|
1099
1102
|
"elizaclouddashboard.DiscordAdminLockCopy": "The Discord account that finishes setup must own the server. That account becomes the only Discord connector admin for role-gated actions on this agent.",
|
|
1100
1103
|
"elizaclouddashboard.DiscordChunkLimit": "Text chunk limit",
|
|
1101
|
-
"elizaclouddashboard.DiscordDisconnected": "Managed Discord disconnected from this agent.",
|
|
1102
1104
|
"elizaclouddashboard.DiscordDisconnectFailed": "Failed to disconnect managed Discord.",
|
|
1105
|
+
"elizaclouddashboard.DiscordDisconnected": "Managed Discord disconnected from this agent.",
|
|
1103
1106
|
"elizaclouddashboard.DiscordDmEnabled": "DMs enabled",
|
|
1104
1107
|
"elizaclouddashboard.DiscordDmPolicy": "DM Policy",
|
|
1105
1108
|
"elizaclouddashboard.DiscordDmPolicyLabel": "Policy",
|
|
@@ -1119,8 +1122,8 @@
|
|
|
1119
1122
|
"elizaclouddashboard.DiscordSaveSettings": "Save Discord Settings",
|
|
1120
1123
|
"elizaclouddashboard.DiscordSettings": "Discord Settings",
|
|
1121
1124
|
"elizaclouddashboard.DiscordSettingsLoadError": "Could not load Discord settings. The cloud endpoint may not be available yet.",
|
|
1122
|
-
"elizaclouddashboard.DiscordSettingsSaved": "Discord settings saved.",
|
|
1123
1125
|
"elizaclouddashboard.DiscordSettingsSaveFailed": "Failed to save Discord settings.",
|
|
1126
|
+
"elizaclouddashboard.DiscordSettingsSaved": "Discord settings saved.",
|
|
1124
1127
|
"elizaclouddashboard.DiscordSetupContinuesInBrowser": "Finish Discord setup in your browser, then return here.",
|
|
1125
1128
|
"elizaclouddashboard.DiscordSetupFailed": "Failed to start Discord setup.",
|
|
1126
1129
|
"elizaclouddashboard.ElizaCloudNotConnected": "Chưa kết nối Eliza Cloud.",
|
|
@@ -1143,17 +1146,16 @@
|
|
|
1143
1146
|
"elizaclouddashboard.LaunchConnectionMissing": "Eliza Cloud không trả lại kết nối khởi chạy.",
|
|
1144
1147
|
"elizaclouddashboard.LearnMore": "Tìm hiểu thêm",
|
|
1145
1148
|
"elizaclouddashboard.LiveLogs": "Nhật ký trực tiếp",
|
|
1149
|
+
"elizaclouddashboard.ManageInstance": "Quản lý instance và tài nguyên Eliza Cloud.",
|
|
1150
|
+
"elizaclouddashboard.ManagedDiscordConnectFailed": "Managed Discord setup did not complete.",
|
|
1146
1151
|
"elizaclouddashboard.ManagedDiscordConnectedNotice": "Managed Discord connected to {{guild}}.{{statusNote}}",
|
|
1147
1152
|
"elizaclouddashboard.ManagedDiscordConnectedNoticeFallback": "Managed Discord connected.{{statusNote}}",
|
|
1148
|
-
"elizaclouddashboard.ManagedDiscordConnectFailed": "Managed Discord setup did not complete.",
|
|
1149
1153
|
"elizaclouddashboard.ManagedDiscordRestartedSuffix": " The agent restarted and is ready.",
|
|
1150
1154
|
"elizaclouddashboard.ManagedGithubConnectedNotice": "Tài khoản GitHub đã được kết nối với agent này.",
|
|
1151
1155
|
"elizaclouddashboard.ManagedGithubLinkFailed": "Không thể liên kết GitHub với agent.",
|
|
1152
|
-
"elizaclouddashboard.ManageInstance": "Quản lý instance và tài nguyên Eliza Cloud.",
|
|
1153
1156
|
"elizaclouddashboard.MinAmountPlaceholder": "Tối thiểu ${{amount}}",
|
|
1154
1157
|
"elizaclouddashboard.NewToElizaCloud": "Mới dùng Eliza Cloud?",
|
|
1155
1158
|
"elizaclouddashboard.NoAgentWalletDetected": "Chưa có ví agent. Tạo hoặc import trong Cài đặt trước khi nạp crypto.",
|
|
1156
|
-
"elizaclouddashboard.node": "Node",
|
|
1157
1159
|
"elizaclouddashboard.NoGitHubLinkedYet": "Chưa liên kết tài khoản nào",
|
|
1158
1160
|
"elizaclouddashboard.NoHeartbeatYet": "Chưa có nhịp tim",
|
|
1159
1161
|
"elizaclouddashboard.NoLogsAvailableDeploying": "Không có nhật ký có sẵn. Đang triển khai...",
|
|
@@ -1177,8 +1179,6 @@
|
|
|
1177
1179
|
"elizaclouddashboard.ScaleYourAgents": "Đưa agent lên cloud để chạy 24/7, suy luận nâng cao và hiện diện đa nền tảng.",
|
|
1178
1180
|
"elizaclouddashboard.Secure": "An toàn",
|
|
1179
1181
|
"elizaclouddashboard.SharedAppId": "Shared app ID: {{id}}",
|
|
1180
|
-
"elizaclouddashboard.statusProvisioning": "Đang thiết lập",
|
|
1181
|
-
"elizaclouddashboard.statusStopped": "Đã dừng",
|
|
1182
1182
|
"elizaclouddashboard.StewardPolicyRejected": "Chính sách tiếp viên bị từ chối: {{reason}}",
|
|
1183
1183
|
"elizaclouddashboard.StewardPolicyRejectedTransfer": "Chính sách tiếp viên đã từ chối chuyển khoản: {{reason}}",
|
|
1184
1184
|
"elizaclouddashboard.SubmittedPayment": "Đã gửi {{currency}} khoản thanh toán: {{hash}}_PH_2__",
|
|
@@ -1187,29 +1187,32 @@
|
|
|
1187
1187
|
"elizaclouddashboard.TopUpCredits": "Nạp Credits",
|
|
1188
1188
|
"elizaclouddashboard.TransactionPendingApproval": "Giao dịch đang chờ phê duyệt chính sách của Người quản lý.",
|
|
1189
1189
|
"elizaclouddashboard.TransferAwaitingApproval": "Việc chuyển nhượng đang chờ phê duyệt chính sách của Steward.",
|
|
1190
|
-
"elizaclouddashboard.unnamedAgent": "Agent chưa đặt tên",
|
|
1191
1190
|
"elizaclouddashboard.UnsignedPaymentRequest": "Cloud trả lại yêu cầu thanh toán chưa được ký. Ký tên từ luồng ví để hoàn tất thanh toán.",
|
|
1192
1191
|
"elizaclouddashboard.ViaStewardVault": "(thông qua hầm Steward)",
|
|
1193
1192
|
"elizaclouddashboard.WhoeverLinksBecomesAdmin": "Whoever completes setup becomes admin",
|
|
1193
|
+
"elizaclouddashboard.agentDetails": "Chi tiết đại lý",
|
|
1194
|
+
"elizaclouddashboard.created": "Tạo lúc",
|
|
1195
|
+
"elizaclouddashboard.node": "Node",
|
|
1196
|
+
"elizaclouddashboard.statusProvisioning": "Đang thiết lập",
|
|
1197
|
+
"elizaclouddashboard.statusStopped": "Đã dừng",
|
|
1198
|
+
"elizaclouddashboard.unnamedAgent": "Agent chưa đặt tên",
|
|
1194
1199
|
"emotepicker.Emotes": "Emotes",
|
|
1195
1200
|
"emotepicker.NoEmotesFound": "Không tìm thấy emote",
|
|
1196
1201
|
"emotepicker.SearchEmotes": "Tìm emotes...",
|
|
1197
|
-
"finetuningview.ActivatedModelMessage": "Mô hình đã kích hoạt {{id}} là {{providerModel}}.",
|
|
1198
1202
|
"finetuningview.ActivateModel": "Kích hoạt mô hình",
|
|
1203
|
+
"finetuningview.ActivatedModelMessage": "Mô hình đã kích hoạt {{id}} là {{providerModel}}.",
|
|
1199
1204
|
"finetuningview.Activating": "Đang kích hoạt...",
|
|
1200
1205
|
"finetuningview.ActiveIndicator": "· tích cực",
|
|
1201
1206
|
"finetuningview.ActiveJob": "Job đang chạy:",
|
|
1202
1207
|
"finetuningview.AdapterPath": "Đường dẫn adapter:",
|
|
1203
1208
|
"finetuningview.Agent": "Đại lý:",
|
|
1204
1209
|
"finetuningview.AutoBuildDatasetF": "Tự tạo dataset từ trajectories",
|
|
1205
|
-
"finetuningview.backend": "phụ trợ:",
|
|
1206
1210
|
"finetuningview.BaseModelForOllam": "Base model cho Ollama (tuỳ chọn)",
|
|
1207
1211
|
"finetuningview.BaseModelOptional": "Base model (tuỳ chọn)",
|
|
1208
1212
|
"finetuningview.BatchSizeOptional": "Batch size (tuỳ chọn)",
|
|
1209
|
-
"finetuningview.benchmark": "điểm chuẩn:",
|
|
1210
1213
|
"finetuningview.BenchmarkAction": "Điểm chuẩn",
|
|
1211
|
-
"finetuningview.Benchmarking": "Đang đo điểm chuẩn...",
|
|
1212
1214
|
"finetuningview.BenchmarkStatusMessage": "Điểm chuẩn {{status}} cho {{id}}.",
|
|
1215
|
+
"finetuningview.Benchmarking": "Đang đo điểm chuẩn...",
|
|
1213
1216
|
"finetuningview.BuildDataset": "Xây dựng tập dữ liệu",
|
|
1214
1217
|
"finetuningview.BuildDatasetsFrom": "Tạo dataset từ trajectory thực, chạy training, rồi import và kích hoạt model.",
|
|
1215
1218
|
"finetuningview.Building": "Xây dựng...",
|
|
@@ -1218,8 +1221,6 @@
|
|
|
1218
1221
|
"finetuningview.CancelledJobMessage": "Công việc đã hủy {{id}}.",
|
|
1219
1222
|
"finetuningview.Cancelling": "Đang hủy...",
|
|
1220
1223
|
"finetuningview.ChooseATrajectory": "Chọn trajectory để xem.",
|
|
1221
|
-
"finetuningview.cpu": "CPU",
|
|
1222
|
-
"finetuningview.cuda": "cuda",
|
|
1223
1224
|
"finetuningview.DataReview": "Đánh giá dữ liệu",
|
|
1224
1225
|
"finetuningview.Dataset": "Bộ dữ liệu:",
|
|
1225
1226
|
"finetuningview.DatasetBuild": "Xây dựng tập dữ liệu",
|
|
@@ -1236,8 +1237,8 @@
|
|
|
1236
1237
|
"finetuningview.FailedToRunSmokeTest": "Không thể chạy thử nghiệm khói.",
|
|
1237
1238
|
"finetuningview.FailedToStartTrainingJob": "Không thể bắt đầu công việc đào tạo.",
|
|
1238
1239
|
"finetuningview.FineTuning": "Tinh chỉnh",
|
|
1239
|
-
"finetuningview.ImportedModelToOllamaMessage": "Đã nhập mẫu {{id}} vào Ollama{{ollamaModel}}.",
|
|
1240
1240
|
"finetuningview.ImportToOllama": "Nhập khẩu vào Ollama",
|
|
1241
|
+
"finetuningview.ImportedModelToOllamaMessage": "Đã nhập mẫu {{id}} vào Ollama{{ollamaModel}}.",
|
|
1241
1242
|
"finetuningview.IterationsOptional": "Iterations (tuỳ chọn)",
|
|
1242
1243
|
"finetuningview.LatestTrajectories": "Trajectories mới nhất",
|
|
1243
1244
|
"finetuningview.LearningRateOptio": "Learning rate (tuỳ chọn)",
|
|
@@ -1246,7 +1247,6 @@
|
|
|
1246
1247
|
"finetuningview.LoadingFineTuning": "Đang tải fine-tuning...",
|
|
1247
1248
|
"finetuningview.LoadingTrajectoryD": "Đang tải chi tiết trajectory...",
|
|
1248
1249
|
"finetuningview.MinLLMCallsPerTr": "Số LLM call tối thiểu mỗi trajectory",
|
|
1249
|
-
"finetuningview.mlx": "mlx",
|
|
1250
1250
|
"finetuningview.Model": "Mô hình:",
|
|
1251
1251
|
"finetuningview.ModelActions": "Thao tác Model",
|
|
1252
1252
|
"finetuningview.ModelOps": "Hoạt động mẫu",
|
|
@@ -1271,31 +1271,37 @@
|
|
|
1271
1271
|
"finetuningview.RestartAgentTitle": "Khởi động lại đại lý",
|
|
1272
1272
|
"finetuningview.Reward": "· Phần thưởng:",
|
|
1273
1273
|
"finetuningview.Reward1": "Phần thưởng:",
|
|
1274
|
-
"finetuningview.RunningJobs": "Jobs đang chạy:",
|
|
1275
1274
|
"finetuningview.RunSmokePrompt": "Chạy nhắc nhở khói",
|
|
1275
|
+
"finetuningview.RunningJobs": "Jobs đang chạy:",
|
|
1276
1276
|
"finetuningview.Runtime": "Thời gian chạy:",
|
|
1277
1277
|
"finetuningview.RuntimeNotStarted": "Thời gian chạy đại lý chưa được bắt đầu.",
|
|
1278
|
-
"finetuningview.samples": "mẫu ·",
|
|
1279
1278
|
"finetuningview.SelectAJobToInsp": "Chọn job để xem log.",
|
|
1280
1279
|
"finetuningview.SelectAModelToIm": "Chọn model để import hoặc kích hoạt.",
|
|
1281
1280
|
"finetuningview.SelectedJobLogs": "Log job đã chọn",
|
|
1282
1281
|
"finetuningview.SelectedTrajectory": "Trajectory đã chọn",
|
|
1283
1282
|
"finetuningview.SmokeTestCompleted": "Kiểm tra khói đã hoàn thành.",
|
|
1283
|
+
"finetuningview.StartTrainingJob": "Bắt đầu công việc đào tạo",
|
|
1284
1284
|
"finetuningview.StartedTrainingJobMessage": "Bắt đầu công việc đào tạo {{id}}.",
|
|
1285
1285
|
"finetuningview.Starting": "Đang bắt đầu...",
|
|
1286
|
-
"finetuningview.StartTrainingJob": "Bắt đầu công việc đào tạo",
|
|
1287
1286
|
"finetuningview.Status1": "Trạng thái:",
|
|
1288
1287
|
"finetuningview.Streaming": "Truyền phát",
|
|
1289
1288
|
"finetuningview.TrainedModels": "Models đã train",
|
|
1290
1289
|
"finetuningview.Training": "đào tạo",
|
|
1291
1290
|
"finetuningview.TrainingJobs": "Việc làm đào tạo",
|
|
1292
|
-
"finetuningview.trajectories": "quỹ đạo",
|
|
1293
1291
|
"finetuningview.Trajectory": "Quỹ đạo:",
|
|
1292
|
+
"finetuningview.backend": "phụ trợ:",
|
|
1293
|
+
"finetuningview.benchmark": "điểm chuẩn:",
|
|
1294
|
+
"finetuningview.cpu": "CPU",
|
|
1295
|
+
"finetuningview.cuda": "cuda",
|
|
1296
|
+
"finetuningview.mlx": "mlx",
|
|
1297
|
+
"finetuningview.samples": "mẫu ·",
|
|
1298
|
+
"finetuningview.trajectories": "quỹ đạo",
|
|
1294
1299
|
"finetuningview.trajectoryRowsAvai": "dòng trajectory khả dụng.",
|
|
1295
1300
|
"flaminaguide.CharacterImpactLabel": "Nó ảnh hưởng đến nhân vật như thế nào:",
|
|
1296
1301
|
"flaminaguide.FinishSetupLater": "Hoàn tất thiết lập sau",
|
|
1297
1302
|
"flaminaguide.FinishSetupLaterDescription": "Flamina giữ con đường nhanh chóng mở. Những mục nâng cao này có thể được hoàn thành bất cứ lúc nào.",
|
|
1298
1303
|
"flaminaguide.IfYouSkipLabel": "Nếu bạn bỏ qua:",
|
|
1304
|
+
"flaminaguide.WhenToUseLabel": "Khi nào nên sử dụng nó:",
|
|
1299
1305
|
"flaminaguide.permissions.characterImpact": "Điều này ảnh hưởng đến những gì nhân vật có thể nhìn, nghe và điều khiển cục bộ.",
|
|
1300
1306
|
"flaminaguide.permissions.description": "Quyền kiểm soát những gì nhân vật của bạn có thể nhìn thấy hoặc làm trên máy này.",
|
|
1301
1307
|
"flaminaguide.permissions.recommended": "Mặc định được đề xuất: chỉ cấp những quyền bạn cần ngay hôm nay và trì hoãn những quyền còn lại.",
|
|
@@ -1327,7 +1333,6 @@
|
|
|
1327
1333
|
"flaminaguide.voice.skipEffect": "Nếu bạn bỏ qua, danh tính nhân vật vẫn được lưu và hoạt động; chỉ có lớp giọng nói vẫn bị trì hoãn.",
|
|
1328
1334
|
"flaminaguide.voice.title": "Giọng nói và cách trình bày",
|
|
1329
1335
|
"flaminaguide.voice.whenToUse": "Định cấu hình tính năng này khi đầu ra bằng giọng nói quan trọng đối với trải nghiệm hoặc bạn muốn có một phong cách trình bày cụ thể.",
|
|
1330
|
-
"flaminaguide.WhenToUseLabel": "Khi nào nên sử dụng nó:",
|
|
1331
1336
|
"format.duration.days": "{{value}}ngày",
|
|
1332
1337
|
"format.duration.hours": "{{value}}giờ",
|
|
1333
1338
|
"format.duration.minutes": "{{value}}phút",
|
|
@@ -1356,17 +1361,17 @@
|
|
|
1356
1361
|
"gameview.CommandSentToAppSession": "Đã gửi lệnh tới phiên ứng dụng.",
|
|
1357
1362
|
"gameview.FailedToSend": "Không gửi được: {{message}}",
|
|
1358
1363
|
"gameview.FailedToStop": "Không dừng được: {{message}}",
|
|
1359
|
-
"gameview.FocusedNativeGameWindow": "Cửa sổ trò chơi gốc tập trung.",
|
|
1360
1364
|
"gameview.FocusWindow": "Cửa sổ lấy nét",
|
|
1365
|
+
"gameview.FocusedNativeGameWindow": "Cửa sổ trò chơi gốc tập trung.",
|
|
1361
1366
|
"gameview.GameWindowNoLongerOpen": "Game Window No Longer Open",
|
|
1362
1367
|
"gameview.GameWindowNotReadyYet": "Cửa sổ trò chơi chưa sẵn sàng.",
|
|
1363
1368
|
"gameview.GpuDiagnosticsWindowHidden": "Cửa sổ chẩn đoán GPU bị ẩn.",
|
|
1364
1369
|
"gameview.GpuDiagnosticsWindowReady": "Cửa sổ chẩn đoán GPU đã sẵn sàng.",
|
|
1365
1370
|
"gameview.GpuDiagnosticsWindowShown": "Cửa sổ chẩn đoán GPU được hiển thị.",
|
|
1371
|
+
"gameview.HidNativeGameWindow": "Ẩn cửa sổ trò chơi gốc.",
|
|
1366
1372
|
"gameview.HideDashboard": "Ẩn bảng điều khiển",
|
|
1367
1373
|
"gameview.HideGpuWindow": "Ẩn cửa sổ GPU",
|
|
1368
1374
|
"gameview.HideWindow": "Ẩn cửa sổ",
|
|
1369
|
-
"gameview.HidNativeGameWindow": "Ẩn cửa sổ trò chơi gốc.",
|
|
1370
1375
|
"gameview.KeepOnTop": "Keep On Top",
|
|
1371
1376
|
"gameview.LaunchGpuDiagnostics": "Khởi chạy Chẩn đoán GPU",
|
|
1372
1377
|
"gameview.NativeGameActionFailed": "Hành động trò chơi gốc không thành công.",
|
|
@@ -1374,7 +1379,6 @@
|
|
|
1374
1379
|
"gameview.NativeGameWindowNormal": "Native Game Window Normal",
|
|
1375
1380
|
"gameview.NativeGameWindowPinned": "Native Game Window Pinned",
|
|
1376
1381
|
"gameview.NormalWindow": "Normal Window",
|
|
1377
|
-
"gameview.postMessageAuth": "Xác thực postMessage",
|
|
1378
1382
|
"gameview.Recommendations": "Đề xuất",
|
|
1379
1383
|
"gameview.RefreshNativeState": "Làm mới trạng thái gốc",
|
|
1380
1384
|
"gameview.RunSteeringUnsupported": "Lần chạy này chưa có kênh điều khiển.",
|
|
@@ -1383,29 +1387,34 @@
|
|
|
1383
1387
|
"gameview.SessionControlUnsupported": "Lần chạy này không có điều khiển phiên.",
|
|
1384
1388
|
"gameview.ShowDashboard": "Hiện bảng điều khiển",
|
|
1385
1389
|
"gameview.ShowGpuWindow": "Hiển thị cửa sổ GPU",
|
|
1386
|
-
"gameview.ShownNativeGameWindow": "Hiển thị cửa sổ trò chơi gốc.",
|
|
1387
1390
|
"gameview.ShowWindow": "Hiển thị cửa sổ",
|
|
1391
|
+
"gameview.ShownNativeGameWindow": "Hiển thị cửa sổ trò chơi gốc.",
|
|
1388
1392
|
"gameview.SnapshotUnavailable": "Ảnh chụp nhanh không có sẵn.",
|
|
1389
1393
|
"gameview.SnapshotWindow": "Cửa sổ chụp nhanh",
|
|
1390
1394
|
"gameview.UpdatingSession": "Đang cập nhật phiên…",
|
|
1391
|
-
"gameview.ViewerAttached": "Đã gắn trình xem.",
|
|
1392
1395
|
"gameview.ViewerAttachFailed": "Không thể gắn trình xem: {{message}}",
|
|
1396
|
+
"gameview.ViewerAttached": "Đã gắn trình xem.",
|
|
1393
1397
|
"gameview.ViewerAuthSent": "Đã gửi xác thực người xem.",
|
|
1394
|
-
"gameview.ViewerDetached": "Đã tách trình xem.",
|
|
1395
1398
|
"gameview.ViewerDetachFailed": "Không thể tách trình xem: {{message}}",
|
|
1399
|
+
"gameview.ViewerDetached": "Đã tách trình xem.",
|
|
1396
1400
|
"gameview.ViewerUnavailable": "Không có trình xem hoặc URL khởi chạy nào cho lần chạy này.",
|
|
1397
1401
|
"gameview.WaitingForNativeGameWindow": "Đang chờ cửa sổ trò chơi gốc.",
|
|
1402
|
+
"gameview.postMessageAuth": "Xác thực postMessage",
|
|
1398
1403
|
"gameviewoverlay.CloseOverlay": "Đóng overlay",
|
|
1399
1404
|
"gameviewoverlay.ExpandBackToApps": "Mở rộng về tab Ứng dụng",
|
|
1400
|
-
"header.characterMode": "Chỉnh nhân vật",
|
|
1401
1405
|
"header.CloudCreditsBalanc": "Số dư credit Cloud",
|
|
1406
|
+
"header.MobileNavigationDescription": "Chuyển đổi giữa các phần {{appName}} từ ngăn điều hướng trên thiết bị di động.",
|
|
1407
|
+
"header.characterMode": "Chỉnh nhân vật",
|
|
1402
1408
|
"header.companionMode": "Chế độ bạn đồng hành",
|
|
1403
1409
|
"header.elizaCloudAuthRejected": "Cloud key không hợp lệ",
|
|
1404
|
-
"header.MobileNavigationDescription": "Chuyển đổi giữa các phần {{appName}} từ ngăn điều hướng trên thiết bị di động.",
|
|
1405
1410
|
"header.nativeMode": "Chế độ gốc",
|
|
1406
1411
|
"heartbeat.interruptAndRunNow": "Ngắt và chạy ngay",
|
|
1407
1412
|
"heartbeat.messageReceived": "Đã nhận tin nhắn",
|
|
1408
1413
|
"heartbeat.repeatingInterval": "Khoảng thời gian lặp lại",
|
|
1414
|
+
"heartbeatsview.EveryIntervalUnit": "Mọi {{interval}} {{unit}}",
|
|
1415
|
+
"heartbeatsview.SaveAsTemplate": "Lưu dưới dạng mẫu",
|
|
1416
|
+
"heartbeatsview.TemplateLoadedNotice": "Đã tải mẫu \"{{name}}\". Tùy chỉnh và tạo.",
|
|
1417
|
+
"heartbeatsview.Templates": "Mẫu",
|
|
1409
1418
|
"heartbeatsview.createFirstHeartbeat": "Tạo heartbeat đầu tiên",
|
|
1410
1419
|
"heartbeatsview.createHeartbeat": "Tạo Heartbeat",
|
|
1411
1420
|
"heartbeatsview.cronFieldDay": "ngày",
|
|
@@ -1426,7 +1435,6 @@
|
|
|
1426
1435
|
"heartbeatsview.emDash": "—",
|
|
1427
1436
|
"heartbeatsview.emptyStateDescription": "Dùng nút Heartbeat mới để tạo tác vụ tự động lặp lại hoặc theo lịch.",
|
|
1428
1437
|
"heartbeatsview.every": "Mỗi",
|
|
1429
|
-
"heartbeatsview.EveryIntervalUnit": "Mọi {{interval}} {{unit}}",
|
|
1430
1438
|
"heartbeatsview.interval": "Khoảng cách",
|
|
1431
1439
|
"heartbeatsview.maxRuns": "Chạy tối đa",
|
|
1432
1440
|
"heartbeatsview.newHeartbeat": "Heartbeat mới",
|
|
@@ -1439,7 +1447,6 @@
|
|
|
1439
1447
|
"heartbeatsview.onceAt": "Một lần lúc {{time}}",
|
|
1440
1448
|
"heartbeatsview.runCountPlural": "{{count}} lần chạy",
|
|
1441
1449
|
"heartbeatsview.runStats": "Thống kê chạy",
|
|
1442
|
-
"heartbeatsview.SaveAsTemplate": "Lưu dưới dạng mẫu",
|
|
1443
1450
|
"heartbeatsview.saveChanges": "Lưu thay đổi",
|
|
1444
1451
|
"heartbeatsview.searchHeartbeats": "Tìm kiếm heartbeat",
|
|
1445
1452
|
"heartbeatsview.selectAHeartbeat": "Chọn một Heartbeat",
|
|
@@ -1451,8 +1458,6 @@
|
|
|
1451
1458
|
"heartbeatsview.template.journal.name": "Nhật ký hàng ngày",
|
|
1452
1459
|
"heartbeatsview.template.trending.instructions": "Quét các chủ đề nổi bật trên crypto Twitter và tin tức công nghệ. Đưa ra tóm tắt 3 điểm đáng chú ý.",
|
|
1453
1460
|
"heartbeatsview.template.trending.name": "Tóm tắt xu hướng",
|
|
1454
|
-
"heartbeatsview.TemplateLoadedNotice": "Đã tải mẫu \"{{name}}\". Tùy chỉnh và tạo.",
|
|
1455
|
-
"heartbeatsview.Templates": "Mẫu",
|
|
1456
1461
|
"heartbeatsview.unlimited": "Không giới hạn",
|
|
1457
1462
|
"heartbeatsview.validationCronFiveFields": "Biểu thức cron phải có đúng 5 trường (phút giờ ngày tháng thứ).",
|
|
1458
1463
|
"heartbeatsview.validationCronInvalidField": "Trường cron {{field}} không hợp lệ: \"{{value}}\"",
|
|
@@ -1464,7 +1469,6 @@
|
|
|
1464
1469
|
"heartbeatsview.validationScheduledTimeInvalid": "Thời gian lên lịch phải là ISO date-time hợp lệ.",
|
|
1465
1470
|
"heartbeatsview.validationScheduledTimeRequired": "Thời gian lên lịch là bắt buộc cho heartbeat một lần.",
|
|
1466
1471
|
"inboxview.AgentSendWarning": "Agent Send Warning",
|
|
1467
|
-
"inboxview.avatarAlt": "Ảnh đại diện {{title}}",
|
|
1468
1472
|
"inboxview.EmptyRoom": "No messages in this chat yet.",
|
|
1469
1473
|
"inboxview.Loading": "Loading messages…",
|
|
1470
1474
|
"inboxview.ReadOnlyReplyHint": "Read-only view. Reply from the {{source}} app — the connector plugin handles outbound messages.",
|
|
@@ -1473,6 +1477,7 @@
|
|
|
1473
1477
|
"inboxview.SendFailed": "Failed to send message.",
|
|
1474
1478
|
"inboxview.Sending": "Sending…",
|
|
1475
1479
|
"inboxview.TotalCountShort": "messages",
|
|
1480
|
+
"inboxview.avatarAlt": "Ảnh đại diện {{title}}",
|
|
1476
1481
|
"inference.cheapest": "Rẻ nhất",
|
|
1477
1482
|
"inference.embeddingModelTextEmbedding": "Mô hình embedding (TEXT_EMBEDDING)",
|
|
1478
1483
|
"inference.fastest": "Nhanh nhất",
|
|
@@ -1505,7 +1510,6 @@
|
|
|
1505
1510
|
"inventoryview.ChainHidden": "{{chain}} — đã ẩn",
|
|
1506
1511
|
"inventoryview.ChainHiddenClickToShow": "{{chain}} — đã ẩn (bấm để hiện)",
|
|
1507
1512
|
"inventoryview.ChainInlineError": "{{chain}}: {{message}}",
|
|
1508
|
-
"inventoryview.chainLowercase": "chuỗi",
|
|
1509
1513
|
"inventoryview.ChainNoWalletConfigured": "{{chain}} — chưa cấu hình ví",
|
|
1510
1514
|
"inventoryview.ChainShownClickToHide": "{{chain}} — đang hiển thị (bấm để ẩn)",
|
|
1511
1515
|
"inventoryview.ChainVisible": "{{chain}} — hiển thị",
|
|
@@ -1520,6 +1524,7 @@
|
|
|
1520
1524
|
"inventoryview.StewardVaultConnected": "Kho Steward đã kết nối",
|
|
1521
1525
|
"inventoryview.ThisChainLowercase": "chuỗi này",
|
|
1522
1526
|
"inventoryview.VisibleAssets": "{{count}} tài sản đang hiển thị",
|
|
1527
|
+
"inventoryview.chainLowercase": "chuỗi",
|
|
1523
1528
|
"knowledge.ui.searchPlaceholder": "Tìm kiếm tri thức...",
|
|
1524
1529
|
"knowledgeview.AddFromURL": "Thêm từ URL",
|
|
1525
1530
|
"knowledgeview.Batch": "lô",
|
|
@@ -1530,9 +1535,9 @@
|
|
|
1530
1535
|
"knowledgeview.Document": "tài liệu",
|
|
1531
1536
|
"knowledgeview.DocumentCountMany": "Document Count Many",
|
|
1532
1537
|
"knowledgeview.DocumentCountOne": "Document Count One",
|
|
1538
|
+
"knowledgeview.DocumentUpdated": "Document Updated",
|
|
1533
1539
|
"knowledgeview.Documents": "Documents",
|
|
1534
1540
|
"knowledgeview.DocumentsCount": "{{count}} docs",
|
|
1535
|
-
"knowledgeview.DocumentUpdated": "Document Updated",
|
|
1536
1541
|
"knowledgeview.DropFilesHereToUpload": "Thả tập tin vào đây để tải lên",
|
|
1537
1542
|
"knowledgeview.DropFilesOrFoldersToUpload": "Thả tập tin hoặc thư mục để tải lên",
|
|
1538
1543
|
"knowledgeview.Editable": "Editable",
|
|
@@ -1551,7 +1556,6 @@
|
|
|
1551
1556
|
"knowledgeview.Fragments1": "Phân đoạn (",
|
|
1552
1557
|
"knowledgeview.FragmentsLabel": "Mảnh vỡ",
|
|
1553
1558
|
"knowledgeview.FromUrl": "Từ URL",
|
|
1554
|
-
"knowledgeview.httpsExampleCom": "https://example.com/document.pdf hoặc URL YouTube",
|
|
1555
1559
|
"knowledgeview.ImageCouldNotBeCompressed": "Không thể nén hình ảnh xuống dưới {{limit}} để xử lý.",
|
|
1556
1560
|
"knowledgeview.IncludeAIImageDes": "Xử lý ảnh",
|
|
1557
1561
|
"knowledgeview.KnowledgeServiceIs": "Dịch vụ tri thức đang tải...",
|
|
@@ -1585,17 +1589,19 @@
|
|
|
1585
1589
|
"knowledgeview.UnknownImportError": "Lỗi nhập không xác định",
|
|
1586
1590
|
"knowledgeview.UnknownSearchError": "Lỗi tìm kiếm không xác định",
|
|
1587
1591
|
"knowledgeview.UnknownUploadError": "Lỗi tải lên không xác định",
|
|
1588
|
-
"knowledgeview.Uploaded": "Đã tải lên",
|
|
1589
1592
|
"knowledgeview.UploadFailed": "Tải lên không thành công",
|
|
1590
1593
|
"knowledgeview.UploadFilesOrImpo": "Tải file hoặc import từ URL để bắt đầu",
|
|
1591
|
-
"knowledgeview.UploadingBatchStartingWith": "Đang tải lên lô bắt đầu bằng {{label}}",
|
|
1592
|
-
"knowledgeview.UploadingProgress": "Đang tải lên {{current}}/{{total}}P2__",
|
|
1593
1594
|
"knowledgeview.UploadLargeFiles": "Tải lên các tệp lớn",
|
|
1594
1595
|
"knowledgeview.UploadLargeFilesDetail": "Quá trình tải lên có thể mất nhiều thời gian hơn và có thể làm tăng chi phí nhúng hoặc hiển thị.",
|
|
1595
1596
|
"knowledgeview.UploadPayloadExceedsLimit": "Tải trọng tải lên là {{size}}, vượt quá giới hạn hiện tại ({{limit}}).",
|
|
1596
1597
|
"knowledgeview.UploadSupportedTypes": "Tài liệu, PDF, JSON, CSV và hình ảnh được hỗ trợ.",
|
|
1597
1598
|
"knowledgeview.UploadTooLarge": "Tải lên quá lớn. Hãy thử chia tập tin này.",
|
|
1599
|
+
"knowledgeview.Uploaded": "Đã tải lên",
|
|
1600
|
+
"knowledgeview.UploadingBatchStartingWith": "Đang tải lên lô bắt đầu bằng {{label}}",
|
|
1601
|
+
"knowledgeview.UploadingProgress": "Đang tải lên {{current}}/{{total}}P2__",
|
|
1598
1602
|
"knowledgeview.YouTube": "YouTube",
|
|
1603
|
+
"knowledgeview.httpsExampleCom": "https://example.com/document.pdf hoặc URL YouTube",
|
|
1604
|
+
"lifeopsoverview.OpenView": "Mở chế độ xem LifeOps",
|
|
1599
1605
|
"lifeopsoverview.agentOpsHeading": "Hoạt động của agent",
|
|
1600
1606
|
"lifeopsoverview.cadence.daily": "Hằng ngày",
|
|
1601
1607
|
"lifeopsoverview.cadence.everyHours": "Mỗi {{count}} giờ",
|
|
@@ -1642,7 +1648,6 @@
|
|
|
1642
1648
|
"lifeopsoverview.noReminderAttemptsYet": "Chưa có lần nhắc nào",
|
|
1643
1649
|
"lifeopsoverview.noUpcomingEvents": "Không có sự kiện sắp tới",
|
|
1644
1650
|
"lifeopsoverview.now": "Bây giờ",
|
|
1645
|
-
"lifeopsoverview.OpenView": "Mở chế độ xem LifeOps",
|
|
1646
1651
|
"lifeopsoverview.originalIntent": "Ý định ban đầu:",
|
|
1647
1652
|
"lifeopsoverview.performance": "Hiệu suất:",
|
|
1648
1653
|
"lifeopsoverview.progressSignal": "Tín hiệu tiến độ:",
|
|
@@ -1684,14 +1689,14 @@
|
|
|
1684
1689
|
"lifeopspage.calendarDescription": "Xem lịch hôm nay và tuần tới. Tạo sự kiện mà không cần rời khỏi ứng dụng.",
|
|
1685
1690
|
"lifeopspage.cloudRequired": "Cần cloud",
|
|
1686
1691
|
"lifeopspage.disable": "Tắt LifeOps",
|
|
1687
|
-
"lifeopspage.disabled": "LifeOps đã tắt.",
|
|
1688
1692
|
"lifeopspage.disableHint": "Bạn có thể tắt LifeOps bất cứ lúc nào.",
|
|
1693
|
+
"lifeopspage.disabled": "LifeOps đã tắt.",
|
|
1689
1694
|
"lifeopspage.disconnectAgentGithubFailed": "Không thể ngắt kết nối Agent GitHub.",
|
|
1690
1695
|
"lifeopspage.disconnectGithubFailed": "Không thể ngắt kết nối GitHub.",
|
|
1691
1696
|
"lifeopspage.enable": "Bật LifeOps",
|
|
1692
|
-
"lifeopspage.enabled": "LifeOps đã bật.",
|
|
1693
1697
|
"lifeopspage.enableDescription": "Bật LifeOps để agent giúp bạn xử lý email, quản lý lịch và theo dõi mục tiêu cùng lời nhắc. Bạn sẽ chọn tài khoản và quyền nào để kết nối sau khi bật.",
|
|
1694
1698
|
"lifeopspage.enableTitle": "Trợ lý cá nhân cho lịch, email và thói quen",
|
|
1699
|
+
"lifeopspage.enabled": "LifeOps đã bật.",
|
|
1695
1700
|
"lifeopspage.enabling": "Đang bật…",
|
|
1696
1701
|
"lifeopspage.finishGithubAuth": "Hoàn tất xác thực GitHub trong trình duyệt, sau đó quay lại đây.",
|
|
1697
1702
|
"lifeopspage.githubConnectedCloud": "GitHub của LifeOps đã được kết nối qua Eliza Cloud.",
|
|
@@ -1735,16 +1740,16 @@
|
|
|
1735
1740
|
"lifeopsworkspace.calendarLockedHint": "Kết nối Google cho cả Người dùng và Agent ở phần Thiết lập phía trên để xem các sự kiện hôm nay và tạo sự kiện mới ở đây.",
|
|
1736
1741
|
"lifeopsworkspace.calendarWindow": "Khung lịch",
|
|
1737
1742
|
"lifeopsworkspace.confirmationRequired": "Cần xác nhận",
|
|
1738
|
-
"lifeopsworkspace.createdEvent": "Đã tạo {{title}}",
|
|
1739
1743
|
"lifeopsworkspace.createEvent": "Tạo sự kiện",
|
|
1740
1744
|
"lifeopsworkspace.createEventFailed": "Không thể tạo sự kiện.",
|
|
1741
1745
|
"lifeopsworkspace.createEventValidation": "Nhập tiêu đề, ngày, giờ và thời lượng.",
|
|
1746
|
+
"lifeopsworkspace.createdEvent": "Đã tạo {{title}}",
|
|
1742
1747
|
"lifeopsworkspace.creating": "Đang tạo…",
|
|
1743
|
-
"lifeopsworkspace.draftedReply": "Đã soạn {{subject}}",
|
|
1744
|
-
"lifeopsworkspace.drafting": "Đang soạn...",
|
|
1745
1748
|
"lifeopsworkspace.draftReply": "Soạn phản hồi",
|
|
1746
1749
|
"lifeopsworkspace.draftReplyFailed": "Không thể soạn phản hồi.",
|
|
1747
1750
|
"lifeopsworkspace.draftToneAria": "Tông giọng bản nháp {{side}}",
|
|
1751
|
+
"lifeopsworkspace.draftedReply": "Đã soạn {{subject}}",
|
|
1752
|
+
"lifeopsworkspace.drafting": "Đang soạn...",
|
|
1748
1753
|
"lifeopsworkspace.durationMinutes": "Thời lượng (phút)",
|
|
1749
1754
|
"lifeopsworkspace.email": "Email",
|
|
1750
1755
|
"lifeopsworkspace.emailLockedHint": "Kết nối Google cho cả Người dùng và Agent ở phần Thiết lập phía trên để sàng lọc phản hồi và soạn thư trả lời ở đây.",
|
|
@@ -1763,8 +1768,8 @@
|
|
|
1763
1768
|
"lifeopsworkspace.newEvent": "Sự kiện mới",
|
|
1764
1769
|
"lifeopsworkspace.nothingScheduled": "Không có lịch nào. Dùng Sự kiện mới bên dưới để thêm.",
|
|
1765
1770
|
"lifeopsworkspace.readyToSend": "Sẵn sàng gửi",
|
|
1766
|
-
"lifeopsworkspace.sending": "Đang gửi...",
|
|
1767
1771
|
"lifeopsworkspace.sendReplyFailed": "Không thể gửi phản hồi.",
|
|
1772
|
+
"lifeopsworkspace.sending": "Đang gửi...",
|
|
1768
1773
|
"lifeopsworkspace.sentReply": "Đã gửi {{subject}}",
|
|
1769
1774
|
"lifeopsworkspace.warm": "Thân thiện",
|
|
1770
1775
|
"lifeopsworkspace.week": "Tuần",
|
|
@@ -1809,9 +1814,9 @@
|
|
|
1809
1814
|
"mediagalleryview.ScanningForMedia": "Đang quét media...",
|
|
1810
1815
|
"mediagalleryview.SearchActive": "Tìm kiếm đang hoạt động",
|
|
1811
1816
|
"mediagalleryview.SearchMedia": "Tìm media...",
|
|
1817
|
+
"mediasettingssection.APISourceForCategory": "Nguồn API {{category}}:",
|
|
1812
1818
|
"mediasettingssection.AnthropicApiKey": "Khóa API nhân loại",
|
|
1813
1819
|
"mediasettingssection.ApiKeySetLeaveBlank": "Đã có API key — để trống nếu giữ nguyên",
|
|
1814
|
-
"mediasettingssection.APISourceForCategory": "Nguồn API {{category}}:",
|
|
1815
1820
|
"mediasettingssection.AudioMusic": "Âm thanh / Nhạc",
|
|
1816
1821
|
"mediasettingssection.Camera": "Camera",
|
|
1817
1822
|
"mediasettingssection.CameraPermissionRequestSent": "Đã gửi yêu cầu cấp quyền cho máy ảnh.",
|
|
@@ -1841,6 +1846,9 @@
|
|
|
1841
1846
|
"mediasettingssection.FluxPro": "Flux Pro",
|
|
1842
1847
|
"mediasettingssection.FluxProV11": "Flux Pro v1.1",
|
|
1843
1848
|
"mediasettingssection.FluxSchnell": "thông lượng Schnell",
|
|
1849
|
+
"mediasettingssection.GPT4Turbo": "GPT-4 Turbo",
|
|
1850
|
+
"mediasettingssection.GPT4o": "GPT-4o",
|
|
1851
|
+
"mediasettingssection.GPT4oMini": "GPT-4o Mini",
|
|
1844
1852
|
"mediasettingssection.Gemini15Flash": "Song Tử 1.5 Flash",
|
|
1845
1853
|
"mediasettingssection.Gemini15Pro": "Song Tử 1.5 Pro",
|
|
1846
1854
|
"mediasettingssection.Gemini20Flash": "Song Tử 2.0 Flash",
|
|
@@ -1848,9 +1856,6 @@
|
|
|
1848
1856
|
"mediasettingssection.GenerateGroupRegionLabel": "Tạo phương tiện truyền thông theo danh mục",
|
|
1849
1857
|
"mediasettingssection.GenerateGroupTitle": "Generation",
|
|
1850
1858
|
"mediasettingssection.GoogleApiKey": "Khóa API của Google",
|
|
1851
|
-
"mediasettingssection.GPT4o": "GPT-4o",
|
|
1852
|
-
"mediasettingssection.GPT4oMini": "GPT-4o Mini",
|
|
1853
|
-
"mediasettingssection.GPT4Turbo": "GPT-4 Turbo",
|
|
1854
1859
|
"mediasettingssection.GrokImagineXAI": "Hãy tưởng tượng Grok (xAI)",
|
|
1855
1860
|
"mediasettingssection.GrokVideoXAI": "Video Grok (xAI)",
|
|
1856
1861
|
"mediasettingssection.GrokXAI": "Grok (xAI)",
|
|
@@ -1864,9 +1869,9 @@
|
|
|
1864
1869
|
"mediasettingssection.KlingImageV3": "Hình ảnh Kling v3",
|
|
1865
1870
|
"mediasettingssection.KlingO3": "Kling O3",
|
|
1866
1871
|
"mediasettingssection.KlingO3Pro": "Kling O3 Pro",
|
|
1872
|
+
"mediasettingssection.LTX219B": "LTX-2 19B",
|
|
1867
1873
|
"mediasettingssection.LastSavedPath": "Đường dẫn được lưu lần cuối: {{path}}",
|
|
1868
1874
|
"mediasettingssection.LoadingMediaConfig": "Đang tải cấu hình media...",
|
|
1869
|
-
"mediasettingssection.LTX219B": "LTX-2 19B",
|
|
1870
1875
|
"mediasettingssection.LumaDreamMachine": "Máy mơ ước Luma",
|
|
1871
1876
|
"mediasettingssection.MaxDurationSecond": "Thời lượng tối đa (giây)",
|
|
1872
1877
|
"mediasettingssection.MediaApiSourceCategory.image": "Hình ảnh",
|
|
@@ -1885,13 +1890,13 @@
|
|
|
1885
1890
|
"mediasettingssection.NoSavedCapturePathYet": "Chưa có đường dẫn chụp nào được lưu.",
|
|
1886
1891
|
"mediasettingssection.NoScreenSources": "Không có nguồn màn hình",
|
|
1887
1892
|
"mediasettingssection.OpenAIApiKey": "Khóa API OpenAI",
|
|
1888
|
-
"mediasettingssection.OpenedSavedCapture": "Đã mở ảnh chụp đã lưu.",
|
|
1889
|
-
"mediasettingssection.OpenedScreenRecordingSettings": "Đã mở cài đặt ghi màn hình.",
|
|
1890
1893
|
"mediasettingssection.OpenSavedCapture": "Mở ảnh chụp đã lưu",
|
|
1891
1894
|
"mediasettingssection.OpenScreenPermissionSettings": "Mở cài đặt quyền màn hình",
|
|
1895
|
+
"mediasettingssection.OpenedSavedCapture": "Đã mở ảnh chụp đã lưu.",
|
|
1896
|
+
"mediasettingssection.OpenedScreenRecordingSettings": "Đã mở cài đặt ghi màn hình.",
|
|
1892
1897
|
"mediasettingssection.OtherModels": "Models khác",
|
|
1893
|
-
"mediasettingssection.Paused": "paused",
|
|
1894
1898
|
"mediasettingssection.PauseRecording": "Tạm dừng ghi",
|
|
1899
|
+
"mediasettingssection.Paused": "paused",
|
|
1895
1900
|
"mediasettingssection.Permission": "Permission",
|
|
1896
1901
|
"mediasettingssection.PermissionStatus.denied": "Denied",
|
|
1897
1902
|
"mediasettingssection.PermissionStatus.granted": "Granted",
|
|
@@ -1899,9 +1904,9 @@
|
|
|
1899
1904
|
"mediasettingssection.PermissionStatus.not-determined": "Chưa đặt",
|
|
1900
1905
|
"mediasettingssection.PermissionStatus.restricted": "Restricted",
|
|
1901
1906
|
"mediasettingssection.PhotoCaptureCompleted": "Chụp ảnh xong.",
|
|
1902
|
-
"mediasettingssection.PhotoCapturedInMemory": "Hình ảnh được chụp trong bộ nhớ.",
|
|
1903
1907
|
"mediasettingssection.PhotoCaptureRequested": "Yêu cầu chụp ảnh.",
|
|
1904
1908
|
"mediasettingssection.PhotoCaptureUnavailable": "Chụp ảnh không có sẵn.",
|
|
1909
|
+
"mediasettingssection.PhotoCapturedInMemory": "Hình ảnh được chụp trong bộ nhớ.",
|
|
1905
1910
|
"mediasettingssection.PixverseV45": "Pixverse v4.5",
|
|
1906
1911
|
"mediasettingssection.Provider": "Nhà cung cấp:",
|
|
1907
1912
|
"mediasettingssection.ProviderHintAnthropicVision": "Tầm nhìn của Claude",
|
|
@@ -1927,9 +1932,9 @@
|
|
|
1927
1932
|
"mediasettingssection.ScreenRecordingStarted": "Quá trình ghi màn hình đã bắt đầu.",
|
|
1928
1933
|
"mediasettingssection.ScreenRecordingStopped": "Quá trình ghi màn hình đã dừng.",
|
|
1929
1934
|
"mediasettingssection.ScreenRecordingUnavailable": "Ghi màn hình không có sẵn.",
|
|
1935
|
+
"mediasettingssection.ScreenSourceSwitched": "Đã chuyển nguồn màn hình.",
|
|
1930
1936
|
"mediasettingssection.ScreenshotCapturedAndSaved": "Ảnh chụp màn hình được chụp và lưu.",
|
|
1931
1937
|
"mediasettingssection.ScreenshotUnavailable": "Ảnh chụp màn hình không có sẵn.",
|
|
1932
|
-
"mediasettingssection.ScreenSourceSwitched": "Đã chuyển nguồn màn hình.",
|
|
1933
1938
|
"mediasettingssection.SelectCameraFirst": "Select a camera device first.",
|
|
1934
1939
|
"mediasettingssection.SelectScreenSourceFirst": "Select a screen source first.",
|
|
1935
1940
|
"mediasettingssection.Sora2": "Sora 2",
|
|
@@ -1968,8 +1973,8 @@
|
|
|
1968
1973
|
"messagecontent.FeaturesTabLabel": "Plugin > Tính năng",
|
|
1969
1974
|
"messagecontent.HideJson": "Ẩn JSON",
|
|
1970
1975
|
"messagecontent.InteractiveUI": "Giao diện tương tác",
|
|
1971
|
-
"messagecontent.LoadingConfiguration": "Đang tải cấu hình {{pluginId}}...",
|
|
1972
1976
|
"messagecontent.LoadPluginInfoFailed": "Không thể tải thông tin plugin.",
|
|
1977
|
+
"messagecontent.LoadingConfiguration": "Đang tải cấu hình {{pluginId}}...",
|
|
1973
1978
|
"messagecontent.NoConfigurablePara": "Không có tham số cấu hình.",
|
|
1974
1979
|
"messagecontent.PluginConfigurationTitle": "{{name}} Cấu hình",
|
|
1975
1980
|
"messagecontent.PluginEnabledInlineNotice": "{{name}} được bật.",
|
|
@@ -2196,8 +2201,6 @@
|
|
|
2196
2201
|
"pairingview.PairingRequired": "Cần ghép nối",
|
|
2197
2202
|
"pairingview.PairingSetupDocs": "Tài liệu ghép nối",
|
|
2198
2203
|
"permissionssection.AllowAll": "Cho phép tất cả",
|
|
2199
|
-
"permissionssection.badge.notAsked": "không được hỏi",
|
|
2200
|
-
"permissionssection.badge.offInSettings": "Tắt trong Cài đặt",
|
|
2201
2204
|
"permissionssection.BrowserPermissions": "Quyền trình duyệt",
|
|
2202
2205
|
"permissionssection.CapabilitiesDescription": "Chỉ bật các khả năng cấp cao hơn sau khi có sẵn các quyền thời gian chạy cần thiết.",
|
|
2203
2206
|
"permissionssection.CapabilitiesRequire": "Các tính năng cần quyền hệ thống liệt kê trên.",
|
|
@@ -2206,11 +2209,11 @@
|
|
|
2206
2209
|
"permissionssection.DisableShellAccess": "Vô hiệu hóa quyền truy cập shell",
|
|
2207
2210
|
"permissionssection.EnableShellAccess": "Cho phép truy cập shell",
|
|
2208
2211
|
"permissionssection.Grant": "Cấp quyền",
|
|
2209
|
-
"permissionssection.GrantingPermissions": "Cấp...",
|
|
2210
2212
|
"permissionssection.GrantPermissions": "Cấp quyền",
|
|
2211
2213
|
"permissionssection.GrantPermissionsNote": "Cấp quyền để bật các tính năng như nhập liệu bằng giọng nói và điều khiển máy tính.",
|
|
2212
2214
|
"permissionssection.GrantPermissionsTo": "Cấp quyền để mở khoá tính năng desktop.",
|
|
2213
2215
|
"permissionssection.GrantRequiredPermissionsFirst": "Cấp quyền cần thiết trước tiên",
|
|
2216
|
+
"permissionssection.GrantingPermissions": "Cấp...",
|
|
2214
2217
|
"permissionssection.LoadingPermissions": "Đang tải quyền...",
|
|
2215
2218
|
"permissionssection.LocalRuntime": "Thời gian chạy cục bộ",
|
|
2216
2219
|
"permissionssection.MacGrantAccessNote": "macOS yêu cầu quyền Trợ năng để điều khiển máy tính. Mở Cài đặt hệ thống → Quyền riêng tư & Bảo mật để cấp quyền truy cập.",
|
|
@@ -2231,6 +2234,8 @@
|
|
|
2231
2234
|
"permissionssection.UnableToLoadPermi": "Không thể tải quyền.",
|
|
2232
2235
|
"permissionssection.WebOnboardingDesc": "Cho phép trình duyệt truy cập camera, mic, và màn hình để stream cho agent.",
|
|
2233
2236
|
"permissionssection.WebStreamingDesc": "Cho phép trình duyệt truy cập camera, mic, và màn hình để stream cho agent.",
|
|
2237
|
+
"permissionssection.badge.notAsked": "không được hỏi",
|
|
2238
|
+
"permissionssection.badge.offInSettings": "Tắt trong Cài đặt",
|
|
2234
2239
|
"pluginsview.23FieldDemos": "demo trường",
|
|
2235
2240
|
"pluginsview.AllowAllChats": "Cho phép tất cả các cuộc trò chuyện",
|
|
2236
2241
|
"pluginsview.AllowSpecificChatsOnly": "Chỉ cho phép các cuộc trò chuyện cụ thể",
|
|
@@ -2249,12 +2254,11 @@
|
|
|
2249
2254
|
"pluginsview.ConnectionTestPassed": "Được rồi ({{durationMs}}ms)",
|
|
2250
2255
|
"pluginsview.ConnectionTestPassedDialog": "✓ Được rồi ({{durationMs}}ms)",
|
|
2251
2256
|
"pluginsview.DEMO": "DEMO",
|
|
2252
|
-
"pluginsview.dependsOn": "phụ thuộc vào",
|
|
2253
2257
|
"pluginsview.DiscordDeveloperPortal": "Lấy API token của bạn tại đây",
|
|
2254
2258
|
"pluginsview.DiscordInviteBot": "Mời agent của bạn",
|
|
2255
2259
|
"pluginsview.DiscordLocalAuthorize": "Authorize Discord desktop",
|
|
2256
|
-
"pluginsview.DiscordLocalAuthorized": "Discord desktop is authorized.",
|
|
2257
2260
|
"pluginsview.DiscordLocalAuthorizePrompt": "Authorize {{appName}} against the local Discord desktop app to read notifications, subscribe to channels, and send replies through macOS UI automation.",
|
|
2261
|
+
"pluginsview.DiscordLocalAuthorized": "Discord desktop is authorized.",
|
|
2258
2262
|
"pluginsview.DiscordLocalAuthorizing": "Authorizing…",
|
|
2259
2263
|
"pluginsview.DiscordLocalChannels": "Subscribed channels",
|
|
2260
2264
|
"pluginsview.DiscordLocalIpcPath": "Discord IPC socket",
|
|
@@ -2267,7 +2271,6 @@
|
|
|
2267
2271
|
"pluginsview.DiscordLocalSubscriptionsSaved": "Đã lưu đăng ký kênh.",
|
|
2268
2272
|
"pluginsview.DiscordLocalUnavailable": "Save the local Discord client ID and client secret above, enable the connector, and keep the Discord desktop app running on this device.",
|
|
2269
2273
|
"pluginsview.DragToReorder": "Kéo để sắp xếp lại",
|
|
2270
|
-
"pluginsview.found": "tìm thấy",
|
|
2271
2274
|
"pluginsview.IMessageConnected": "iMessage đã kết nối. Tin nhắn đang được đọc từ cơ sở dữ liệu cục bộ.",
|
|
2272
2275
|
"pluginsview.IMessageNotConnected": "iMessage chưa kết nối. Đặt đường dẫn CLI ở trên và đảm bảo đã cấp Quyền truy cập đĩa đầy đủ cho terminal của bạn.",
|
|
2273
2276
|
"pluginsview.IMessageOpenFullDiskAccess": "IMessage Open Full Disk Access",
|
|
@@ -2291,48 +2294,47 @@
|
|
|
2291
2294
|
"pluginsview.NoConfigurationNeeded": "Không cần cấu hình.",
|
|
2292
2295
|
"pluginsview.NoConnectorsAvailable": "Không có connector nào.",
|
|
2293
2296
|
"pluginsview.NoDescriptionAvailable": "Không có mô tả nào",
|
|
2294
|
-
"pluginsview.NoneAvailableDesc": "Hiện không có {{label}} nào.",
|
|
2295
|
-
"pluginsview.NoneAvailableTitle": "Không có sẵn {{label}}",
|
|
2296
2297
|
"pluginsview.NoPluginsMatchCategory": "Không có plugin nào phù hợp với danh mục đã chọn.",
|
|
2297
2298
|
"pluginsview.NoPluginsMatchFilters": "Không {{label}} phù hợp với bộ lọc của bạn.",
|
|
2298
2299
|
"pluginsview.NoResultsFound": "Không tìm thấy {{label}}",
|
|
2299
|
-
"pluginsview.
|
|
2300
|
+
"pluginsview.NoneAvailableDesc": "Hiện không có {{label}} nào.",
|
|
2301
|
+
"pluginsview.NoneAvailableTitle": "Không có sẵn {{label}}",
|
|
2300
2302
|
"pluginsview.NotInstalled": "Chưa được cài đặt",
|
|
2301
2303
|
"pluginsview.NotLoaded": "Not loaded",
|
|
2304
|
+
"pluginsview.NothingToShow": "Không có gì để hiển thị",
|
|
2302
2305
|
"pluginsview.Official": "Chính thức",
|
|
2303
2306
|
"pluginsview.OpenElizaCloud": "Open Eliza Cloud",
|
|
2304
2307
|
"pluginsview.PackageBrokenMis": "Package lỗi / thiếu",
|
|
2305
2308
|
"pluginsview.PluginCatalog": "Danh mục plugin",
|
|
2306
2309
|
"pluginsview.PluginDialogDescription": "Xem lại siêu dữ liệu plugin, điều chỉnh cài đặt và lưu thay đổi cho {{plugin}}.",
|
|
2310
|
+
"pluginsview.PluginInstallFailed": "Không cài đặt được {{plugin}}: {{message}}",
|
|
2311
|
+
"pluginsview.PluginInstallPreparing": "Enabling plugin installs for {{plugin}} and restarting the agent...",
|
|
2312
|
+
"pluginsview.PluginInstallRecovering": "Finishing plugin install setup for {{plugin}} and restarting the agent...",
|
|
2307
2313
|
"pluginsview.PluginInstalledActivated": "{{plugin}} installed and activated without a full agent restart.",
|
|
2308
2314
|
"pluginsview.PluginInstalledRestartComplete": "{{plugin}} installed and activated.",
|
|
2309
2315
|
"pluginsview.PluginInstalledRestartFailed": "{{plugin}} installed, but the agent did not come back online (status: {{status}}).",
|
|
2310
2316
|
"pluginsview.PluginInstalledRestarting": "{{plugin}} installed. Restarting the agent and waiting for activation...",
|
|
2311
|
-
"pluginsview.PluginInstallFailed": "Không cài đặt được {{plugin}}: {{message}}",
|
|
2312
|
-
"pluginsview.PluginInstallPreparing": "Enabling plugin installs for {{plugin}} and restarting the agent...",
|
|
2313
|
-
"pluginsview.PluginInstallRecovering": "Finishing plugin install setup for {{plugin}} and restarting the agent...",
|
|
2314
2317
|
"pluginsview.PluginTypes": "Các loại plugin",
|
|
2318
|
+
"pluginsview.PluginUninstallFailed": "Failed to uninstall {{plugin}}: {{message}}",
|
|
2319
|
+
"pluginsview.PluginUninstallPreparing": "Preparing uninstall for {{plugin}} and restarting the agent...",
|
|
2320
|
+
"pluginsview.PluginUninstallRecovering": "Finishing uninstall setup for {{plugin}} and restarting the agent...",
|
|
2315
2321
|
"pluginsview.PluginUninstalledActivated": "{{plugin}} uninstalled without a full agent restart.",
|
|
2316
2322
|
"pluginsview.PluginUninstalledRestartComplete": "{{plugin}} uninstalled and fully unloaded.",
|
|
2317
2323
|
"pluginsview.PluginUninstalledRestartFailed": "{{plugin}} uninstalled, but the agent did not come back online (status: {{status}}).",
|
|
2318
2324
|
"pluginsview.PluginUninstalledRestarting": "{{plugin}} uninstalled. Restarting the agent and waiting for cleanup...",
|
|
2319
|
-
"pluginsview.
|
|
2320
|
-
"pluginsview.
|
|
2321
|
-
"pluginsview.
|
|
2325
|
+
"pluginsview.PluginUpdateFailed": "Failed to update {{plugin}}: {{message}}",
|
|
2326
|
+
"pluginsview.PluginUpdatePreparing": "Preparing updates for {{plugin}} and restarting the agent...",
|
|
2327
|
+
"pluginsview.PluginUpdateRecovering": "Finishing update setup for {{plugin}} and restarting the agent...",
|
|
2322
2328
|
"pluginsview.PluginUpdatedActivated": "{{plugin}} updated without a full agent restart.",
|
|
2323
2329
|
"pluginsview.PluginUpdatedRestartComplete": "{{plugin}} updated and activated.",
|
|
2324
2330
|
"pluginsview.PluginUpdatedRestartFailed": "{{plugin}} updated, but the agent did not come back online (status: {{status}}).",
|
|
2325
2331
|
"pluginsview.PluginUpdatedRestarting": "{{plugin}} updated. Restarting the agent and waiting for activation...",
|
|
2326
|
-
"pluginsview.PluginUpdateFailed": "Failed to update {{plugin}}: {{message}}",
|
|
2327
|
-
"pluginsview.PluginUpdatePreparing": "Preparing updates for {{plugin}} and restarting the agent...",
|
|
2328
|
-
"pluginsview.PluginUpdateRecovering": "Finishing update setup for {{plugin}} and restarting the agent...",
|
|
2329
2332
|
"pluginsview.ResetOrder": "Reset thứ tự",
|
|
2330
2333
|
"pluginsview.ResetToDefaultSor": "Khôi phục thứ tự mặc định",
|
|
2331
|
-
"pluginsview.restarting": "đang khởi động lại",
|
|
2332
2334
|
"pluginsview.SaveChannelSubscriptions": "Save channel subscriptions",
|
|
2335
|
+
"pluginsview.SaveSettings": "Lưu cài đặt",
|
|
2333
2336
|
"pluginsview.SavedWithBang": "Đã lưu!",
|
|
2334
2337
|
"pluginsview.SavedWithCheck": "✓ Đã lưu",
|
|
2335
|
-
"pluginsview.SaveSettings": "Lưu cài đặt",
|
|
2336
2338
|
"pluginsview.SelectA": "Chọn một",
|
|
2337
2339
|
"pluginsview.SetupGuide": "Hướng dẫn thiết lập",
|
|
2338
2340
|
"pluginsview.TelegramAccountProvisioningExplain": "Telegram trước tiên yêu cầu {{appName}} cung cấp thông tin ứng dụng qua my.telegram.org. Nhập mã Telegram đã gửi cho bạn, sau đó {{appName}} sẽ yêu cầu mã đăng nhập tài khoản bình thường.",
|
|
@@ -2346,12 +2348,15 @@
|
|
|
2346
2348
|
"pluginsview.TelegramStep2": "Gửi /newbot và làm theo hướng dẫn để tạo bot",
|
|
2347
2349
|
"pluginsview.TelegramStep3": "Sao chép token bot và dán vào bên dưới",
|
|
2348
2350
|
"pluginsview.TestConnection": "Test kết nối",
|
|
2349
|
-
"pluginsview.toC": "để cấu hình",
|
|
2350
2351
|
"pluginsview.Uninstalling": "Uninstalling...",
|
|
2351
2352
|
"pluginsview.Update": "Update",
|
|
2352
2353
|
"pluginsview.UseManagedDiscord": "Use managed Discord",
|
|
2353
2354
|
"pluginsview.VisibleCount": "{{count}} được hiển thị",
|
|
2354
2355
|
"pluginsview.X2807": "⠇",
|
|
2356
|
+
"pluginsview.dependsOn": "phụ thuộc vào",
|
|
2357
|
+
"pluginsview.found": "tìm thấy",
|
|
2358
|
+
"pluginsview.restarting": "đang khởi động lại",
|
|
2359
|
+
"pluginsview.toC": "để cấu hình",
|
|
2355
2360
|
"policy.addressControls": "Kiểm soát địa chỉ",
|
|
2356
2361
|
"policy.autoApprove": "Tự động phê duyệt",
|
|
2357
2362
|
"policy.disablePolicy": "Vô hiệu hóa chính sách",
|
|
@@ -2372,8 +2377,8 @@
|
|
|
2372
2377
|
"providerswitcher.disconnecting": "Đang ngắt...",
|
|
2373
2378
|
"providerswitcher.largeModelDescription": "Model mạnh cho suy luận phức tạp",
|
|
2374
2379
|
"providerswitcher.largeModelLabel": "Model lớn",
|
|
2375
|
-
"providerswitcher.loggedIntoElizaCloud": "Đã đăng nhập Eliza Cloud",
|
|
2376
2380
|
"providerswitcher.logInToElizaCloud": "Đăng nhập Eliza Cloud",
|
|
2381
|
+
"providerswitcher.loggedIntoElizaCloud": "Đã đăng nhập Eliza Cloud",
|
|
2377
2382
|
"providerswitcher.model": "Model",
|
|
2378
2383
|
"providerswitcher.noAiProvidersAvailable": "Không có AI provider khả dụng. Bật một cái từ",
|
|
2379
2384
|
"providerswitcher.opensABrowserWindow": "Mở trình duyệt để hoàn tất đăng nhập.",
|
|
@@ -2399,9 +2404,9 @@
|
|
|
2399
2404
|
"relationships.searchPeopleAliasesHandles": "Tìm người, bí danh, handle",
|
|
2400
2405
|
"relationships.searchPeopleAliasesHandles2": "Tìm người, bí danh, handle",
|
|
2401
2406
|
"releasecenter.AppBundle": "Gói ứng dụng",
|
|
2402
|
-
"releasecenter.ApplyDownloadedUpdate": "Áp dụng bản cập nhật đã tải xuống",
|
|
2403
2407
|
"releasecenter.AppReleaseService": "Dịch vụ phát hành ứng dụng",
|
|
2404
2408
|
"releasecenter.AppVersionPill": "Ứng dụng: {{version}}",
|
|
2409
|
+
"releasecenter.ApplyDownloadedUpdate": "Áp dụng bản cập nhật đã tải xuống",
|
|
2405
2410
|
"releasecenter.Architecture": "Kiến trúc",
|
|
2406
2411
|
"releasecenter.AvailableRenderers": "Trình kết xuất có sẵn",
|
|
2407
2412
|
"releasecenter.BrowserViewId": "BrowserView ID",
|
|
@@ -2482,59 +2487,75 @@
|
|
|
2482
2487
|
"releasecenterview.WebReadOnly": "Phiên web này ở chế độ chỉ đọc để quản lý bản phát hành. Mở {{appName}} trong giao diện máy tính để bàn để kiểm tra các bản cập nhật, áp dụng các bản dựng đã tải xuống hoặc quản lý cửa sổ ghi chú phát hành tách rời.",
|
|
2483
2488
|
"restartbanner.Later": "Để sau",
|
|
2484
2489
|
"restartbanner.MultipleReasonsPending": "{{count}} thay đổi đang chờ xử lý - hãy khởi động lại để áp dụng.",
|
|
2485
|
-
"restartbanner.Restarting": "Đang khởi động lại...",
|
|
2486
2490
|
"restartbanner.RestartNow": "Khởi động lại ngay bây giờ",
|
|
2487
2491
|
"restartbanner.RestartRequired": "Cần phải khởi động lại để áp dụng các thay đổi.",
|
|
2492
|
+
"restartbanner.Restarting": "Đang khởi động lại...",
|
|
2488
2493
|
"restartbanner.SingleReasonPending": "{{reason}} - khởi động lại để áp dụng.",
|
|
2489
2494
|
"runtime.failed": "THẤT BẠI",
|
|
2490
2495
|
"runtime.starting": "ĐANG KHỞI ĐỘNG",
|
|
2491
2496
|
"runtime.stopped": "ĐÃ DỪNG",
|
|
2492
|
-
"runtimegate.autoCreating": "
|
|
2493
|
-
"runtimegate.cloudDesc": "
|
|
2497
|
+
"runtimegate.autoCreating": "Đang thiết lập tác nhân đầu tiên của bạn...",
|
|
2498
|
+
"runtimegate.cloudDesc": "Tác nhân được lưu trữ với mô hình và trình kết nối được quản lý. Cách bắt đầu nhanh nhất.",
|
|
2494
2499
|
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2495
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2496
|
-
"runtimegate.
|
|
2497
|
-
"runtimegate.
|
|
2498
|
-
"runtimegate.
|
|
2499
|
-
"runtimegate.
|
|
2500
|
-
"runtimegate.
|
|
2501
|
-
"runtimegate.
|
|
2502
|
-
"runtimegate.
|
|
2503
|
-
"runtimegate.
|
|
2504
|
-
"runtimegate.
|
|
2505
|
-
"runtimegate.
|
|
2506
|
-
"runtimegate.
|
|
2507
|
-
"runtimegate.
|
|
2508
|
-
"runtimegate.
|
|
2509
|
-
"runtimegate.
|
|
2510
|
-
"runtimegate.
|
|
2500
|
+
"runtimegate.cloudLoginEyebrow": "Đăng nhập Eliza Cloud",
|
|
2501
|
+
"runtimegate.cloudOptionLabel": "ĐÁM MÂY",
|
|
2502
|
+
"runtimegate.cloudTitle": "Chạy trên Eliza Cloud",
|
|
2503
|
+
"runtimegate.connecting": "Đang kết nối...",
|
|
2504
|
+
"runtimegate.creating": "Đang tạo tác nhân...",
|
|
2505
|
+
"runtimegate.failedCreate": "Không tạo được tác nhân. Hãy thử lại.",
|
|
2506
|
+
"runtimegate.failedLoadAgents": "Không tải được tác nhân",
|
|
2507
|
+
"runtimegate.loadingAgents": "Đang tải tác nhân của bạn...",
|
|
2508
|
+
"runtimegate.localDesc": "Giữ tác nhân trên máy này. Bạn sẽ chọn nhà cung cấp sau khi khởi động.",
|
|
2509
|
+
"runtimegate.localDescAndroid": "Chạy đầy đủ tác nhân Eliza ngay trên thiết bị này. Không cần đám mây.",
|
|
2510
|
+
"runtimegate.localEyebrow": "Thiết bị này",
|
|
2511
|
+
"runtimegate.localEyebrowOnDevice": "Trên thiết bị",
|
|
2512
|
+
"runtimegate.localOnlyHint": "Bản build này chạy tác nhân trên thiết bị này.",
|
|
2513
|
+
"runtimegate.localOptionLabel": "CỤC BỘ",
|
|
2514
|
+
"runtimegate.localProbing": "Đang kiểm tra tác nhân trên thiết bị…",
|
|
2515
|
+
"runtimegate.localTitle": "Chạy tác nhân cục bộ",
|
|
2516
|
+
"runtimegate.localTitleAndroid": "Tác nhân cục bộ (Beta)",
|
|
2517
|
+
"runtimegate.optionAvailable": "Có thể chọn",
|
|
2518
|
+
"runtimegate.optionSelected": "Đã chọn",
|
|
2519
|
+
"runtimegate.provisioning": "Đang cấp phát...",
|
|
2520
|
+
"runtimegate.remoteConnectEyebrow": "Kết nối tới tác nhân từ xa",
|
|
2521
|
+
"runtimegate.remoteDesc": "Trỏ tới tác nhân bạn đang chạy, ví dụ trên máy Mac của bạn.",
|
|
2522
|
+
"runtimegate.remoteEyebrow": "Tác nhân từ xa",
|
|
2523
|
+
"runtimegate.remoteOptionLabel": "TỪ XA",
|
|
2524
|
+
"runtimegate.remoteTitle": "Kết nối tới tác nhân hiện có",
|
|
2525
|
+
"runtimegate.remoteTokenPlaceholder": "Mã truy cập (không bắt buộc)",
|
|
2511
2526
|
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2512
|
-
"runtimegate.retry": "
|
|
2513
|
-
"runtimegate.
|
|
2514
|
-
"runtimegate.
|
|
2515
|
-
"runtimegate.
|
|
2516
|
-
"runtimegate.
|
|
2517
|
-
"runtimegate.
|
|
2518
|
-
"runtimegate.
|
|
2519
|
-
"runtimegate.
|
|
2527
|
+
"runtimegate.retry": "Thử lại",
|
|
2528
|
+
"runtimegate.selectCloud": "Chọn đám mây",
|
|
2529
|
+
"runtimegate.selectLocal": "Khởi động tác nhân cục bộ",
|
|
2530
|
+
"runtimegate.selectRemote": "Chọn từ xa",
|
|
2531
|
+
"runtimegate.selectedHint": "Đã chọn {{target}}",
|
|
2532
|
+
"runtimegate.signIn": "Đăng nhập bằng Eliza Cloud",
|
|
2533
|
+
"runtimegate.startingProvisioning": "Đang bắt đầu cấp phát...",
|
|
2534
|
+
"runtimegate.subtitle": "Tác nhân của bạn nên chạy ở đâu?",
|
|
2535
|
+
"runtimegate.title": "Chọn thiết lập",
|
|
2536
|
+
"runtimegate.unknownError": "Lỗi không xác định",
|
|
2537
|
+
"runtimegate.waitingForAuth": "Đang chờ xác thực...",
|
|
2538
|
+
"runtimegate.yourAgents": "Tác nhân đám mây của bạn",
|
|
2539
|
+
"runtimeview.AgentRuntimeIsNot": "Agent runtime chưa chạy. Khởi động runtime rồi làm mới.",
|
|
2540
|
+
"runtimeview.ExpandTop": "Mở rộng",
|
|
2541
|
+
"runtimeview.Services": "Dịch vụ (",
|
|
2542
|
+
"runtimeview.Summary": "Tóm tắt",
|
|
2520
2543
|
"runtimeview.actions": "hành động:",
|
|
2521
2544
|
"runtimeview.actionsDescription": "Xem lại các action đã đăng ký và thứ tự tải của chúng trong runtime hiện tại.",
|
|
2522
2545
|
"runtimeview.agent": "đại lý:",
|
|
2523
|
-
"runtimeview.AgentRuntimeIsNot": "Agent runtime chưa chạy. Khởi động runtime rồi làm mới.",
|
|
2524
2546
|
"runtimeview.arrayCap": "giới hạn mảng",
|
|
2525
2547
|
"runtimeview.available": "khả dụng",
|
|
2526
2548
|
"runtimeview.depth": "độ sâu",
|
|
2527
2549
|
"runtimeview.evaluators": "người đánh giá:",
|
|
2528
2550
|
"runtimeview.evaluatorsDescription": "Xem lại việc đăng ký và thứ tự của các evaluator trong vòng quyết định của agent.",
|
|
2529
|
-
"runtimeview.ExpandTop": "Mở rộng",
|
|
2530
2551
|
"runtimeview.filterSections": "Filter sections",
|
|
2531
2552
|
"runtimeview.lastUpdated": "Cập nhật lần cuối:",
|
|
2532
2553
|
"runtimeview.loadingDescription": "Hãy làm mới trình kiểm tra sau khi runtime desktop khởi động để lấy cây đối tượng hiện tại và dữ liệu đăng ký.",
|
|
2533
2554
|
"runtimeview.loadingSnapshot": "Đang tải snapshot runtime...",
|
|
2534
2555
|
"runtimeview.model": "mô hình:",
|
|
2535
|
-
"runtimeview.none": "không có",
|
|
2536
2556
|
"runtimeview.noSectionData": "Không có dữ liệu nào được trả về cho mục này trong ảnh chụp hiện tại.",
|
|
2537
2557
|
"runtimeview.noSnapshotAvailable": "Không có snapshot. Hãy khởi động agent runtime.",
|
|
2558
|
+
"runtimeview.none": "không có",
|
|
2538
2559
|
"runtimeview.objectCap": "giới hạn object",
|
|
2539
2560
|
"runtimeview.path": "Đường dẫn",
|
|
2540
2561
|
"runtimeview.plugins": "plugin:",
|
|
@@ -2545,21 +2566,19 @@
|
|
|
2545
2566
|
"runtimeview.runtimeDescription": "Kiểm tra toàn bộ đối tượng runtime đã được tuần tự hóa và mở rộng xuống cây trạng thái thô.",
|
|
2546
2567
|
"runtimeview.runtimePendingDescription": "Trình kiểm tra runtime sẽ khả dụng sau khi agent desktop tải xong các dịch vụ cốt lõi.",
|
|
2547
2568
|
"runtimeview.sectionLabel": "Mục runtime",
|
|
2548
|
-
"runtimeview.sections": "Các mục",
|
|
2549
2569
|
"runtimeview.sectionUnavailable": "Không có mục này",
|
|
2570
|
+
"runtimeview.sections": "Các mục",
|
|
2550
2571
|
"runtimeview.services": "dịch vụ:",
|
|
2551
|
-
"runtimeview.Services": "Dịch vụ (",
|
|
2552
2572
|
"runtimeview.servicesDescription": "Kiểm tra các dịch vụ được nhóm và các triển khai đã được khởi tạo của chúng.",
|
|
2553
2573
|
"runtimeview.state": "trạng thái:",
|
|
2554
|
-
"runtimeview.Summary": "Tóm tắt",
|
|
2555
2574
|
"runtimeview.summaryDescription": "Bắt đầu tại đây để xác nhận runtime sẵn sàng, kiểm tra mô hình đang hoạt động và xem tổng quan các đăng ký hiện tại trước khi mở một mục cụ thể.",
|
|
2556
2575
|
"runtimeview.tabServices": "Dịch vụ",
|
|
2557
2576
|
"runtimeview.types": "loại)",
|
|
2558
2577
|
"savecommandmodal.CommandName": "Tên lệnh",
|
|
2578
|
+
"savecommandmodal.SaveAsCommand": "Lưu thành /Lệnh",
|
|
2559
2579
|
"savecommandmodal.myCommand": "my-command",
|
|
2560
2580
|
"savecommandmodal.nameFormat": "Chỉ dùng chữ thường, số và dấu gạch ngang",
|
|
2561
2581
|
"savecommandmodal.nameRequired": "Phải nhập tên nha",
|
|
2562
|
-
"savecommandmodal.SaveAsCommand": "Lưu thành /Lệnh",
|
|
2563
2582
|
"scratchpadview.Counting": "Counting",
|
|
2564
2583
|
"scratchpadview.DeleteFailed": "Failed to delete scratchpad topic.",
|
|
2565
2584
|
"scratchpadview.DeleteTopic": "Delete scratchpad topic",
|
|
@@ -2581,8 +2600,8 @@
|
|
|
2581
2600
|
"scratchpadview.TopicCreated": "Scratchpad topic created.",
|
|
2582
2601
|
"scratchpadview.TopicDeleted": "Scratchpad topic deleted.",
|
|
2583
2602
|
"scratchpadview.TopicLimitReached": "Scratchpad topic limit reached.",
|
|
2584
|
-
"scratchpadview.Topics": "Topics",
|
|
2585
2603
|
"scratchpadview.TopicUpdated": "Scratchpad topic updated.",
|
|
2604
|
+
"scratchpadview.Topics": "Topics",
|
|
2586
2605
|
"scratchpadview.UpdatedAt": "Updated {{date}}",
|
|
2587
2606
|
"secretsview.AddSecret": "+ Thêm Secret",
|
|
2588
2607
|
"secretsview.AddSecretsToVault": "Thêm Secrets vào Kho",
|
|
@@ -2599,8 +2618,8 @@
|
|
|
2599
2618
|
"settings.appearance.deactivate": "Hủy kích hoạt gói hiện tại",
|
|
2600
2619
|
"settings.appearance.light": "Light",
|
|
2601
2620
|
"settings.appearance.load": "Tải",
|
|
2602
|
-
"settings.appearance.loadedPacks": "Gói nội dung đã tải",
|
|
2603
2621
|
"settings.appearance.loadFromFolder": "Tải từ thư mục",
|
|
2622
|
+
"settings.appearance.loadedPacks": "Gói nội dung đã tải",
|
|
2604
2623
|
"settings.appearance.mode": "Mode",
|
|
2605
2624
|
"settings.appearance.packUrlPlaceholder": "https://example.com/packs/my-pack/",
|
|
2606
2625
|
"settings.appearance.theme": "Giao diện",
|
|
@@ -2769,62 +2788,62 @@
|
|
|
2769
2788
|
"skillsview.AcknowledgeAmpEn": "Xác nhận & Bật",
|
|
2770
2789
|
"skillsview.BriefDescriptionOf": "Mô tả ngắn skill này làm gì (tuỳ chọn)",
|
|
2771
2790
|
"skillsview.BrowseMarketplace": "Mở Marketplace",
|
|
2772
|
-
"skillsview.copying": "Copying",
|
|
2773
|
-
"skillsview.copySkillMd": "Copy Skill Md",
|
|
2774
2791
|
"skillsview.CreateNewSkill": "Tạo Skill mới",
|
|
2792
|
+
"skillsview.Disable": "Disable",
|
|
2793
|
+
"skillsview.EditSource": "Sửa code",
|
|
2794
|
+
"skillsview.Enable": "Enable",
|
|
2795
|
+
"skillsview.LoadingScanReport": "Đang tải báo cáo quét...",
|
|
2796
|
+
"skillsview.LoadingSkillSource": "Đang tải skill...",
|
|
2797
|
+
"skillsview.NewSkill": "Kỹ năng mới",
|
|
2798
|
+
"skillsview.NoSkillsFound": "Không tìm thấy kỹ năng nào",
|
|
2799
|
+
"skillsview.RefreshSkillsList": "Làm mới danh sách",
|
|
2800
|
+
"skillsview.ReviewFindings": "Xem kết quả",
|
|
2801
|
+
"skillsview.SKILLMd": "KỸ NĂNG.md",
|
|
2802
|
+
"skillsview.ScanReport": "Báo cáo quét",
|
|
2803
|
+
"skillsview.SearchSkills": "Tìm kiếm kỹ năng...",
|
|
2804
|
+
"skillsview.SelectATalentToConf": "Chọn kỹ năng để sửa",
|
|
2805
|
+
"skillsview.SkillName": "Tên Skill",
|
|
2806
|
+
"skillsview.SkillSourceEditorDescription": "Mở trình chỉnh sửa nguồn kỹ năng để kiểm tra hoặc sửa đổi `SKILL.md` hoặc xem lại các phát hiện tại đây khi một kỹ năng cần được chú ý.",
|
|
2807
|
+
"skillsview.Talents": "Kỹ năng (Talents)",
|
|
2808
|
+
"skillsview.VisibleCount": "{{count}} hiển thị",
|
|
2809
|
+
"skillsview.copySkillMd": "Copy Skill Md",
|
|
2810
|
+
"skillsview.copying": "Copying",
|
|
2775
2811
|
"skillsview.createSkill": "Tạo kỹ năng",
|
|
2776
2812
|
"skillsview.creating": "Đang tạo...",
|
|
2777
2813
|
"skillsview.critical": "nghiêm trọng",
|
|
2778
2814
|
"skillsview.details": "Details",
|
|
2779
|
-
"skillsview.Disable": "Disable",
|
|
2780
2815
|
"skillsview.discard": "Loại bỏ",
|
|
2781
|
-
"skillsview.editSkillSourceDescription": "Chỉnh sửa nguồn Markdown cho kỹ năng này và lưu các thay đổi của bạn.",
|
|
2782
|
-
"skillsview.EditSource": "Sửa code",
|
|
2783
2816
|
"skillsview.eGMyAwesomeSkil": "VD: my-awesome-skill",
|
|
2784
|
-
"skillsview.
|
|
2817
|
+
"skillsview.editSkillSourceDescription": "Chỉnh sửa nguồn Markdown cho kỹ năng này và lưu các thay đổi của bạn.",
|
|
2785
2818
|
"skillsview.failedToLoadSkillSource": "Không thể tải nguồn kỹ năng",
|
|
2786
2819
|
"skillsview.failedToSave": "Không lưu được",
|
|
2787
2820
|
"skillsview.filterSkills": "Lọc kỹ năng...",
|
|
2788
2821
|
"skillsview.githubRepositoryDesc": "Dán URL kho lưu trữ GitHub đầy đủ để cài đặt trực tiếp một kỹ năng.",
|
|
2789
2822
|
"skillsview.githubRepositoryUrl": "URL kho lưu trữ GitHub",
|
|
2790
2823
|
"skillsview.githubUrlTab": "URL GitHub",
|
|
2791
|
-
"skillsview.installed": "đã cài",
|
|
2792
2824
|
"skillsview.installSkillDescription": "Thêm kỹ năng từ thị trường hoặc kho lưu trữ GitHub.",
|
|
2793
2825
|
"skillsview.installSkillSource": "Cài đặt nguồn kỹ năng",
|
|
2794
2826
|
"skillsview.installSkillTitle": "Cài đặt kỹ năng",
|
|
2795
|
-
"skillsview.
|
|
2796
|
-
"skillsview.LoadingSkillSource": "Đang tải skill...",
|
|
2827
|
+
"skillsview.installed": "đã cài",
|
|
2797
2828
|
"skillsview.marketplaceTab": "Thị trường",
|
|
2798
|
-
"skillsview.NewSkill": "Kỹ năng mới",
|
|
2799
2829
|
"skillsview.noDescription": "Chưa có mô tả",
|
|
2800
2830
|
"skillsview.noDescriptionProvided": "Không có mô tả được cung cấp.",
|
|
2801
2831
|
"skillsview.noMatchingSkills": "Không có kỹ năng phù hợp",
|
|
2802
|
-
"skillsview.NoSkillsFound": "Không tìm thấy kỹ năng nào",
|
|
2803
2832
|
"skillsview.noSkillsInstalled": "Không có kỹ năng nào được cài đặt",
|
|
2804
2833
|
"skillsview.noSkillsInstalledDesc": "Cài đặt các kỹ năng từ thị trường hoặc tạo kỹ năng của riêng bạn.",
|
|
2805
2834
|
"skillsview.noSkillsMatchFilter": "Không có kỹ năng nào phù hợp với \"{{filter}}\"",
|
|
2806
|
-
"skillsview.RefreshSkillsList": "Làm mới danh sách",
|
|
2807
2835
|
"skillsview.removing": "Đang xóa...",
|
|
2808
2836
|
"skillsview.result": "kết quả",
|
|
2809
|
-
"skillsview.ReviewFindings": "Xem kết quả",
|
|
2810
|
-
"skillsview.ScanReport": "Báo cáo quét",
|
|
2811
2837
|
"skillsview.score": "điểm:",
|
|
2812
2838
|
"skillsview.searchAboveToDiscoverSkills": "Tìm kiếm ở trên để khám phá các kỹ năng.",
|
|
2813
2839
|
"skillsview.searchByKeyword": "Tìm kiếm kỹ năng theo từ khóa...",
|
|
2814
|
-
"skillsview.SearchSkills": "Tìm kiếm kỹ năng...",
|
|
2815
|
-
"skillsview.SelectATalentToConf": "Chọn kỹ năng để sửa",
|
|
2816
2840
|
"skillsview.skillBuilder": "Người xây dựng kỹ năng",
|
|
2817
|
-
"skillsview.SKILLMd": "KỸ NĂNG.md",
|
|
2818
|
-
"skillsview.SkillName": "Tên Skill",
|
|
2819
|
-
"skillsview.SkillSourceEditorDescription": "Mở trình chỉnh sửa nguồn kỹ năng để kiểm tra hoặc sửa đổi `SKILL.md` hoặc xem lại các phát hiện tại đây khi một kỹ năng cần được chú ý.",
|
|
2820
2841
|
"skillsview.statusBlocked": "Bị chặn",
|
|
2821
2842
|
"skillsview.statusNotInstalled": "Status Not Installed",
|
|
2822
2843
|
"skillsview.statusWarning": "Cảnh báo",
|
|
2823
|
-
"skillsview.Talents": "Kỹ năng (Talents)",
|
|
2824
2844
|
"skillsview.toSave": "để lưu",
|
|
2825
2845
|
"skillsview.unsaved": "chưa lưu",
|
|
2826
2846
|
"skillsview.updating": "Updating",
|
|
2827
|
-
"skillsview.VisibleCount": "{{count}} hiển thị",
|
|
2828
2847
|
"skillsview.warnings": "cảnh báo",
|
|
2829
2848
|
"startupfailureview.AgentError": "Lỗi đại lý",
|
|
2830
2849
|
"startupfailureview.AgentTimeout": "Thời gian chờ của đại lý",
|
|
@@ -2837,9 +2856,9 @@
|
|
|
2837
2856
|
"startupfailureview.Unknown": "Unknown Error",
|
|
2838
2857
|
"startupshell.AgentName": "Tên agent",
|
|
2839
2858
|
"startupshell.CloudLogin": "Đăng nhập Eliza Cloud",
|
|
2840
|
-
"startupshell.ConnectingBackend": "Connecting to backend…",
|
|
2841
2859
|
"startupshell.ConnectToRemote": "Kết nối đến agent từ xa",
|
|
2842
2860
|
"startupshell.ConnectToRemoteDesc": "Kết nối đến máy chủ đang chạy trên mạng của bạn",
|
|
2861
|
+
"startupshell.ConnectingBackend": "Connecting to backend…",
|
|
2843
2862
|
"startupshell.ContentPacks": "Gói nội dung",
|
|
2844
2863
|
"startupshell.CreateAgentLabel": "New local agent",
|
|
2845
2864
|
"startupshell.CreateLocalAgent": "Tạo agent cục bộ",
|
|
@@ -2849,10 +2868,10 @@
|
|
|
2849
2868
|
"startupshell.EnterPackUrl": "Nhập URL của thư mục gói nội dung (phải chứa pack.json):",
|
|
2850
2869
|
"startupshell.GetStarted": "Press Start",
|
|
2851
2870
|
"startupshell.InitializingAgent": "Initializing agent…",
|
|
2852
|
-
"startupshell.Loading": "Loading…",
|
|
2853
|
-
"startupshell.LoadingAgents": "Đang tải danh sách agent...",
|
|
2854
2871
|
"startupshell.LoadPack": "Tải gói",
|
|
2855
2872
|
"startupshell.LoadPackHint": "VRM, hình nền, chủ đề",
|
|
2873
|
+
"startupshell.Loading": "Loading…",
|
|
2874
|
+
"startupshell.LoadingAgents": "Đang tải danh sách agent...",
|
|
2856
2875
|
"startupshell.LocalNetworkAgent": "LAN agent",
|
|
2857
2876
|
"startupshell.ManageCloudAgents": "Quản lý agent trên mây",
|
|
2858
2877
|
"startupshell.ManageCloudAgentsDesc": "Lưu trữ agent trên hạ tầng Eliza Cloud",
|
|
@@ -2875,17 +2894,17 @@
|
|
|
2875
2894
|
"statusbar.PopOutStreamView": "Bật cửa sổ stream",
|
|
2876
2895
|
"statusbar.StopStream": "Dừng phát trực tiếp",
|
|
2877
2896
|
"streamsettings.Use": "Dùng",
|
|
2878
|
-
"streamview.{{appName}}CouldNotRea": "Không thể kết nối tới",
|
|
2879
2897
|
"streamview.CouldNotRea": "Could Not Rea",
|
|
2880
2898
|
"streamview.EnableTheStreaming": "Bật plugin phát sóng để go live",
|
|
2881
2899
|
"streamview.GoLiveHint": "Nhấn Go Live để bắt đầu phát trực tuyến.",
|
|
2882
2900
|
"streamview.IfThePluginIsAlr": "Nếu plugin đã cài, khởi động lại desktop app hoặc API server rồi thử lại.",
|
|
2883
|
-
"streamview.pluginThenReload": "plugin, rồi tải lại tab Phát sóng.",
|
|
2884
|
-
"streamview.streamingBase": "cơ sở phát trực tuyến",
|
|
2885
|
-
"streamview.StreamingUnavailabl": "Phát sóng không khả dụng",
|
|
2886
2901
|
"streamview.StreamIsLive": "Luồng đang trực tiếp",
|
|
2887
2902
|
"streamview.StreamLiveStatus": "Thời gian hoạt động: {{uptime}} · {{frameCount}} khung",
|
|
2888
2903
|
"streamview.StreamReady": "Đã sẵn sàng phát trực tuyến",
|
|
2904
|
+
"streamview.StreamingUnavailabl": "Phát sóng không khả dụng",
|
|
2905
|
+
"streamview.pluginThenReload": "plugin, rồi tải lại tab Phát sóng.",
|
|
2906
|
+
"streamview.streamingBase": "cơ sở phát trực tuyến",
|
|
2907
|
+
"streamview.{{appName}}CouldNotRea": "Không thể kết nối tới",
|
|
2889
2908
|
"subscriptionstatus.AfterLoggingInCo": "Sau khi đăng nhập Claude, copy mã xác thực và dán bên dưới.",
|
|
2890
2909
|
"subscriptionstatus.AfterLoggingInYo": "Sau khi đăng nhập, trình duyệt sẽ chuyển đến trang không tải được (bắt đầu bằng",
|
|
2891
2910
|
"subscriptionstatus.CallbackCodeTooLong": "Mã callback quá dài.",
|
|
@@ -2907,18 +2926,18 @@
|
|
|
2907
2926
|
"subscriptionstatus.ExpectedCallbackUrl": "Cần URL localhost:1455/auth/callback.",
|
|
2908
2927
|
"subscriptionstatus.FailedToSaveSetupToken": "Lưu setup token thất bại.",
|
|
2909
2928
|
"subscriptionstatus.FailedToSaveTokenError": "Lưu token thất bại: {{message}}",
|
|
2910
|
-
"subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
|
|
2911
2929
|
"subscriptionstatus.InvalidCallbackUrl": "Callback URL không hợp lệ.",
|
|
2912
|
-
"subscriptionstatus.localhost1455": "localhost:1455",
|
|
2913
2930
|
"subscriptionstatus.PasteCallbackUrlFromLocalhost": "Dán callback URL từ trang localhost:1455.",
|
|
2914
2931
|
"subscriptionstatus.PasteTheAuthorizat": "Dán mã xác thực ở đây...",
|
|
2915
2932
|
"subscriptionstatus.RequiresChatGPTPlu": "Cần ChatGPT Plus ($20/tháng) hoặc Pro ($200/tháng).",
|
|
2916
2933
|
"subscriptionstatus.RequiresClaudePro": "Cần Claude Pro ($20/tháng) hoặc Max ($100/tháng).",
|
|
2917
2934
|
"subscriptionstatus.SaveToken": "Lưu Token",
|
|
2918
2935
|
"subscriptionstatus.SavingAmpRestart": "Đang lưu & khởi động lại...",
|
|
2919
|
-
"subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
|
|
2920
2936
|
"subscriptionstatus.YourChatGPTSubscri": "ChatGPT subscription đã liên kết. Ngắt kết nối để đổi tài khoản.",
|
|
2921
2937
|
"subscriptionstatus.YourClaudeSubscrip": "Claude subscription đã liên kết. Ngắt kết nối để đổi tài khoản.",
|
|
2938
|
+
"subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
|
|
2939
|
+
"subscriptionstatus.localhost1455": "localhost:1455",
|
|
2940
|
+
"subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
|
|
2922
2941
|
"taskseventspanel.Activity": "Activity",
|
|
2923
2942
|
"taskseventspanel.OpenView": "Mở chế độ xem tác vụ",
|
|
2924
2943
|
"taskseventspanel.Tasks": "Nhiệm vụ",
|
|
@@ -2928,10 +2947,10 @@
|
|
|
2928
2947
|
"terminal.starting": "Starting",
|
|
2929
2948
|
"todo.noOpenTodos": "Không có việc cần làm",
|
|
2930
2949
|
"tokenstable.nativeGas": "gas gốc",
|
|
2950
|
+
"trajectoriesview.CSVSummaryOnly": "CSV (tóm tắt)",
|
|
2931
2951
|
"trajectoriesview.ClearAll": "Xóa tất cả",
|
|
2932
2952
|
"trajectoriesview.ClearAllPrompt": "Xóa tất cả trajectory?",
|
|
2933
2953
|
"trajectoriesview.Clearing": "Đang xóa...",
|
|
2934
|
-
"trajectoriesview.CSVSummaryOnly": "CSV (tóm tắt)",
|
|
2935
2954
|
"trajectoriesview.DeleteCurrent": "Xóa mục hiện tại",
|
|
2936
2955
|
"trajectoriesview.DeleteCurrentPrompt": "Xóa trajectory này?",
|
|
2937
2956
|
"trajectoriesview.Deleting": "Đang xóa...",
|
|
@@ -2950,15 +2969,14 @@
|
|
|
2950
2969
|
"trajectoriesview.ShowingRange": "Hiển thị {{start}}-{{end}} / {{total}}",
|
|
2951
2970
|
"trajectoriesview.TrajectoriesCleared": "Đã xóa các trajectory.",
|
|
2952
2971
|
"trajectoriesview.TrajectoryDeleted": "Đã xóa trajectory.",
|
|
2953
|
-
"trajectoriesview.ZeroEntries": "0 mục",
|
|
2954
2972
|
"trajectoriesview.ZIPFolders": "ZIP (thư mục)",
|
|
2973
|
+
"trajectoriesview.ZeroEntries": "0 mục",
|
|
2955
2974
|
"trajectorydetailview.Copy": "Sao chép",
|
|
2956
2975
|
"trajectorydetailview.CopyToClipboard": "Sao chép vào khay",
|
|
2957
2976
|
"trajectorydetailview.Cost": "Chi phí",
|
|
2958
2977
|
"trajectorydetailview.Data": "Data",
|
|
2959
2978
|
"trajectorydetailview.DecisionType": "Loại quyết định:",
|
|
2960
2979
|
"trajectorydetailview.InputUser": "Đầu vào (User)",
|
|
2961
|
-
"trajectorydetailview.lines": "dòng",
|
|
2962
2980
|
"trajectorydetailview.LlmCalls": "{{count}} lần gọi LLM",
|
|
2963
2981
|
"trajectorydetailview.LoadingDescription": "Đang tải chi tiết prompt, phản hồi, token và siêu dữ liệu cho lần chạy đã chọn.",
|
|
2964
2982
|
"trajectorydetailview.LoadingTrajectory": "Đang tải trajectory...",
|
|
@@ -2985,6 +3003,7 @@
|
|
|
2985
3003
|
"trajectorydetailview.TrajectoryNotFound": "Không tìm thấy trajectory.",
|
|
2986
3004
|
"trajectorydetailview.UnableToLoad": "Không thể tải quỹ đạo",
|
|
2987
3005
|
"trajectorydetailview.Unavailable": "Không có quỹ đạo",
|
|
3006
|
+
"trajectorydetailview.lines": "dòng",
|
|
2988
3007
|
"triggers.cronError": "Cron không hợp lệ:",
|
|
2989
3008
|
"triggers.cronExample.every15min": "Mỗi 15 phút",
|
|
2990
3009
|
"triggers.cronExample.monthly": "Ngày 1 hằng tháng",
|
|
@@ -3003,23 +3022,23 @@
|
|
|
3003
3022
|
"triggers.workflowUnavailable": "Không có workflow nào. Hãy tạo trong tab Workflow trước.",
|
|
3004
3023
|
"triggersview.CronExpression5F": "Biểu thức Cron (5 trường)",
|
|
3005
3024
|
"triggersview.CronSchedule": "Lịch Cron",
|
|
3006
|
-
"triggersview.eGDailyDigestH": "VD: Bản tin hàng ngày, Kiểm tra nhịp tim",
|
|
3007
3025
|
"triggersview.InjectAmpWakeIm": "Inject & đánh thức ngay",
|
|
3008
3026
|
"triggersview.Instructions": "Hướng dẫn",
|
|
3009
3027
|
"triggersview.LastRun": "Lần chạy cuối",
|
|
3010
3028
|
"triggersview.MaxRunsOptional": "Số lần chạy tối đa (tuỳ chọn)",
|
|
3011
|
-
"triggersview.minuteHourDayMont": "phút giờ ngày tháng thứ — VD: \"0 9 * * 1-5\" = ngày trong tuần lúc 9h",
|
|
3012
3029
|
"triggersview.NoRunsRecordedYet": "Chưa ghi nhận lần chạy nào.",
|
|
3013
3030
|
"triggersview.OneTime": "Một lần",
|
|
3014
3031
|
"triggersview.QueueForNextCycle": "Xếp hàng cho chu kỳ tiếp",
|
|
3015
3032
|
"triggersview.RepeatingInterval": "Lặp lại theo khoảng",
|
|
3016
3033
|
"triggersview.RunHistory": "Lịch sử chạy",
|
|
3017
3034
|
"triggersview.RunNow": "Chạy ngay",
|
|
3018
|
-
"triggersview.ScheduledTimeISO": "Thời gian lên lịch (ISO)",
|
|
3019
3035
|
"triggersview.ScheduleType": "Loại lịch",
|
|
3036
|
+
"triggersview.ScheduledTimeISO": "Thời gian lên lịch (ISO)",
|
|
3020
3037
|
"triggersview.StartEnabled": "Bật khi tạo",
|
|
3021
3038
|
"triggersview.WakeMode": "Chế độ đánh thức",
|
|
3022
3039
|
"triggersview.WhatShouldTheAgen": "Agent nên làm gì khi trigger này kích hoạt?",
|
|
3040
|
+
"triggersview.eGDailyDigestH": "VD: Bản tin hàng ngày, Kiểm tra nhịp tim",
|
|
3041
|
+
"triggersview.minuteHourDayMont": "phút giờ ngày tháng thứ — VD: \"0 9 * * 1-5\" = ngày trong tuần lúc 9h",
|
|
3023
3042
|
"ui-renderer.Larr": "←",
|
|
3024
3043
|
"ui-renderer.Rarr": "→",
|
|
3025
3044
|
"ui-renderer.UnknownComponent": "Component không xác định:",
|
|
@@ -3027,7 +3046,6 @@
|
|
|
3027
3046
|
"vectorbrowserview.3D": "3D",
|
|
3028
3047
|
"vectorbrowserview.Content": "Nội dung",
|
|
3029
3048
|
"vectorbrowserview.DatabaseConnectionError": "Không thể kết nối với cơ sở dữ liệu. Hãy chắc chắn rằng đại lý đang chạy.",
|
|
3030
|
-
"vectorbrowserview.dimensions": "chiều",
|
|
3031
3049
|
"vectorbrowserview.DimensionsEmbeddings": "Vector {dimensions}D",
|
|
3032
3050
|
"vectorbrowserview.Embedding": "Nhúng",
|
|
3033
3051
|
"vectorbrowserview.Entity": "Thực thể",
|
|
@@ -3041,7 +3059,6 @@
|
|
|
3041
3059
|
"vectorbrowserview.Loading": "đang tải...",
|
|
3042
3060
|
"vectorbrowserview.LoadingEmbeddings": "Đang tải embeddings...",
|
|
3043
3061
|
"vectorbrowserview.LoadingMemories": "Đang tải bộ nhớ...",
|
|
3044
|
-
"vectorbrowserview.memories": "bộ nhớ",
|
|
3045
3062
|
"vectorbrowserview.MemoryCount": "{{count}} kỷ niệm",
|
|
3046
3063
|
"vectorbrowserview.MemoryDetail": "Chi tiết bộ nhớ",
|
|
3047
3064
|
"vectorbrowserview.MemorySelectionHint": "Chọn bộ nhớ từ thanh bên để kiểm tra nội dung, siêu dữ liệu và giá trị nhúng của bộ nhớ đó.",
|
|
@@ -3049,9 +3066,9 @@
|
|
|
3049
3066
|
"vectorbrowserview.NeedAtLeast2Memo": "Cần ít nhất 2 memories có embedding. Tìm thấy",
|
|
3050
3067
|
"vectorbrowserview.NoMemoryRecordsDetected": "Không tìm thấy bộ nhớ nào trong database.",
|
|
3051
3068
|
"vectorbrowserview.NoRecordsMatchSearchQuery": "Không có bản ghi nào khớp với tìm kiếm.",
|
|
3069
|
+
"vectorbrowserview.NoTimestamp": "Không có dấu thời gian",
|
|
3052
3070
|
"vectorbrowserview.NotEnoughEmbedding": "Không đủ embeddings cho chế độ đồ thị",
|
|
3053
3071
|
"vectorbrowserview.NotEnoughEmbedding1": "Không đủ embeddings để hiển thị",
|
|
3054
|
-
"vectorbrowserview.NoTimestamp": "Không có dấu thời gian",
|
|
3055
3072
|
"vectorbrowserview.Page": "Trang",
|
|
3056
3073
|
"vectorbrowserview.RawRecord": "Bản ghi raw",
|
|
3057
3074
|
"vectorbrowserview.RendererUnavailable": "Chế độ xem 3D không khả dụng trong môi trường này.",
|
|
@@ -3061,16 +3078,18 @@
|
|
|
3061
3078
|
"vectorbrowserview.SearchContent": "Tìm nội dung...",
|
|
3062
3079
|
"vectorbrowserview.SelectPointHint": "Chọn một điểm từ trình xem để kiểm tra bản ghi đầy đủ của nó ở bên phải.",
|
|
3063
3080
|
"vectorbrowserview.StartTheAgentToB": "Khởi động agent để duyệt vectors.",
|
|
3064
|
-
"vectorbrowserview.unique": "duy nhất",
|
|
3065
3081
|
"vectorbrowserview.Unique": "Độc nhất",
|
|
3082
|
+
"vectorbrowserview.dimensions": "chiều",
|
|
3083
|
+
"vectorbrowserview.memories": "bộ nhớ",
|
|
3084
|
+
"vectorbrowserview.unique": "duy nhất",
|
|
3066
3085
|
"vectorbrowserview.vectorsProjectedTo": "vectors chiếu 2D qua PCA — click điểm để xem chi tiết",
|
|
3067
3086
|
"vectorbrowserview.vectorsProjectedTo1": "vectors chiếu xuống 2D",
|
|
3068
3087
|
"vincent.connect": "Connect Vincent",
|
|
3069
3088
|
"vincent.connectDescription": "Connect your Vincent account to enable DeFi vault management.",
|
|
3070
|
-
"vincent.connected": "Vincent Connected",
|
|
3071
|
-
"vincent.connectedSince": "Connected since",
|
|
3072
3089
|
"vincent.connectPrompt": "Connect your Vincent account to get started",
|
|
3073
3090
|
"vincent.connectPromptDetail": "Once connected, you'll see your vault health, trading strategy, P&L analytics, and transaction history here.",
|
|
3091
|
+
"vincent.connected": "Vincent Connected",
|
|
3092
|
+
"vincent.connectedSince": "Connected since",
|
|
3074
3093
|
"vincent.disconnected": "Vincent disconnected",
|
|
3075
3094
|
"vincent.loginTimeout": "Đăng nhập hết thời gian. Đóng cửa sổ xác thực và thử lại.",
|
|
3076
3095
|
"voice.gender.female": "Nữ",
|
|
@@ -3099,20 +3118,16 @@
|
|
|
3099
3118
|
"voice.provider.elevenlabs.hint": "Giọng nói chất lượng cao, chân thực",
|
|
3100
3119
|
"voice.refreshTalkMode": "Làm mới chế độ trò chuyện",
|
|
3101
3120
|
"voice.startStopTalkMode": "Bắt đầu/Dừng chế độ trò chuyện",
|
|
3121
|
+
"voiceconfigview.APISource": "Nguồn API",
|
|
3102
3122
|
"voiceconfigview.ActionFailed": "Thao tác talk mode thất bại.",
|
|
3103
3123
|
"voiceconfigview.AddTrigger": "Thêm trigger…",
|
|
3104
|
-
"voiceconfigview.APISource": "Nguồn API",
|
|
3105
3124
|
"voiceconfigview.DesktopTalkMode": "Talk mode trên desktop",
|
|
3106
3125
|
"voiceconfigview.DesktopTalkModeDesktopOnly": "Các điều khiển talk mode trên desktop chỉ khả dụng trong runtime Electrobun.",
|
|
3107
3126
|
"voiceconfigview.DisableWakeWord": "Vô hiệu hóa từ đánh thức",
|
|
3108
3127
|
"voiceconfigview.EdgeTTSUsesMicros": "Edge TTS dùng giọng Microsoft tích hợp sẵn.",
|
|
3109
|
-
"voiceconfigview.elevenlabsIo": "Elevenlabs.io",
|
|
3110
3128
|
"voiceconfigview.EnableWakeWord": "Bật từ đánh thức",
|
|
3111
3129
|
"voiceconfigview.FastPathDefaultE": "Model ElevenLabs fast-path mặc định: ",
|
|
3112
3130
|
"voiceconfigview.GetYourKeyAt": "Lấy key tại",
|
|
3113
|
-
"voiceconfigview.hintAccurate": "(chính xác)",
|
|
3114
|
-
"voiceconfigview.hintFaster": "(nhanh hơn)",
|
|
3115
|
-
"voiceconfigview.hintRecommended": "(khuyên dùng)",
|
|
3116
3131
|
"voiceconfigview.LoadingVoiceConfig": "Đang tải cấu hình giọng nói...",
|
|
3117
3132
|
"voiceconfigview.LowerMoreSensiti": "Thấp hơn = nhạy hơn (khoảng ngắn hơn sau từ khoá)",
|
|
3118
3133
|
"voiceconfigview.Microphone": "Micrô",
|
|
@@ -3124,27 +3139,31 @@
|
|
|
3124
3139
|
"voiceconfigview.RequiresApiKey": "Cần API key",
|
|
3125
3140
|
"voiceconfigview.ServedViaElizaCloud": "phục vụ qua Eliza Cloud",
|
|
3126
3141
|
"voiceconfigview.SimpleVoiceUsesYo": "Simple Voice dùng giọng mặc định hệ thống, không cần API key.",
|
|
3127
|
-
"voiceconfigview.Speaking": "Đang nói",
|
|
3128
3142
|
"voiceconfigview.SpeakTestPhrase": "Đọc câu thử nghiệm",
|
|
3143
|
+
"voiceconfigview.Speaking": "Đang nói",
|
|
3129
3144
|
"voiceconfigview.SpeechRequested": "Đã yêu cầu phát giọng nói.",
|
|
3130
3145
|
"voiceconfigview.StartTalkMode": "Bắt đầu talk mode",
|
|
3131
3146
|
"voiceconfigview.State": "Trạng thái",
|
|
3132
|
-
"voiceconfigview.StoppedCurrentSpeechOutput": "Đã dừng đầu ra giọng nói hiện tại.",
|
|
3133
3147
|
"voiceconfigview.StopSpeaking": "Dừng nói",
|
|
3134
3148
|
"voiceconfigview.StopTalkMode": "Dừng talk mode",
|
|
3149
|
+
"voiceconfigview.StoppedCurrentSpeechOutput": "Đã dừng đầu ra giọng nói hiện tại.",
|
|
3150
|
+
"voiceconfigview.TTSProvider": "Nhà cung cấp TTS",
|
|
3135
3151
|
"voiceconfigview.TalkModeDescription": "Điều khiển vòng lặp giọng nói gốc, đầu ra giọng nói và chẩn đoán whisper.",
|
|
3136
3152
|
"voiceconfigview.TalkModeStarted": "Đã bắt đầu talk mode.",
|
|
3137
3153
|
"voiceconfigview.TalkModeStateRefreshed": "Đã làm mới trạng thái talk mode.",
|
|
3138
3154
|
"voiceconfigview.TalkModeStatusUnavailable": "Trạng thái chế độ trò chuyện không khả dụng.",
|
|
3139
3155
|
"voiceconfigview.TalkModeStopped": "Đã dừng talk mode.",
|
|
3140
3156
|
"voiceconfigview.TalkModeUnavailable": "Talk mode không khả dụng.",
|
|
3141
|
-
"voiceconfigview.testPhrase": "Xin chào từ chế độ thoại {{appName}} desktop.",
|
|
3142
3157
|
"voiceconfigview.TestVoice": "Kiểm tra {{name}}",
|
|
3143
3158
|
"voiceconfigview.Triggers": "Trình kích hoạt",
|
|
3144
|
-
"voiceconfigview.TTSProvider": "Nhà cung cấp TTS",
|
|
3145
3159
|
"voiceconfigview.WakeSensitivity": "Độ nhạy đánh thức",
|
|
3146
3160
|
"voiceconfigview.WakeWord": "Từ khoá đánh thức",
|
|
3147
3161
|
"voiceconfigview.Whisper": "Thì thầm",
|
|
3162
|
+
"voiceconfigview.elevenlabsIo": "Elevenlabs.io",
|
|
3163
|
+
"voiceconfigview.hintAccurate": "(chính xác)",
|
|
3164
|
+
"voiceconfigview.hintFaster": "(nhanh hơn)",
|
|
3165
|
+
"voiceconfigview.hintRecommended": "(khuyên dùng)",
|
|
3166
|
+
"voiceconfigview.testPhrase": "Xin chào từ chế độ thoại {{appName}} desktop.",
|
|
3148
3167
|
"wallet.addressCopied": "Đã copy địa chỉ.",
|
|
3149
3168
|
"wallet.advancedSetup": "Cài đặt ví nâng cao",
|
|
3150
3169
|
"wallet.copyEvmAddress": "Copy địa chỉ EVM",
|
|
@@ -3177,7 +3196,6 @@
|
|
|
3177
3196
|
"wallet.sortDescending": "Sắp xếp giảm dần",
|
|
3178
3197
|
"wallet.table.token": "Mã thông báo",
|
|
3179
3198
|
"wallet.tokenRemovedManual": "Đã xoá token khỏi watchlist.",
|
|
3180
|
-
"whatsappqroverlay.andSelect": "và chọn",
|
|
3181
3199
|
"whatsappqroverlay.ConnectWhatsApp": "Kết nối WhatsApp",
|
|
3182
3200
|
"whatsappqroverlay.GeneratingQR": "Đang tạo QR...",
|
|
3183
3201
|
"whatsappqroverlay.LinkADevice": "Liên kết thiết bị",
|
|
@@ -3191,6 +3209,7 @@
|
|
|
3191
3209
|
"whatsappqroverlay.Tap": "Chạm",
|
|
3192
3210
|
"whatsappqroverlay.TryAgain": "Thử lại",
|
|
3193
3211
|
"whatsappqroverlay.UsesAnUnofficialW": "Dùng API WhatsApp không chính thức. Hãy dùng số riêng.",
|
|
3212
|
+
"whatsappqroverlay.andSelect": "và chọn",
|
|
3194
3213
|
"workflowGraph.ariaLabel": "Sơ đồ workflow với {{nodeCount}} node và {{edgeCount}} kết nối",
|
|
3195
3214
|
"workflowGraph.buildingWorkflow": "Đang xây dựng workflow...",
|
|
3196
3215
|
"workflowGraph.builtToast": "Đã tạo workflow",
|