@elizaos/ui 2.0.0-alpha.385 → 2.0.0-alpha.392
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 -4
- package/apps/app-companion/src/components/companion/CompanionView.d.ts.map +1 -1
- package/apps/app-companion/src/components/companion/CompanionView.js +6 -4
- package/apps/app-lifeops/src/api/client-lifeops.js +6 -0
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.d.ts +3 -0
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/AppBlockerSettingsCard.js +189 -0
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.d.ts +2 -0
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/BrowserBridgeSetupPanel.js +1065 -0
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.d.ts +7 -0
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/BrowserBridgeStatusChip.js +71 -0
- package/apps/app-lifeops/src/components/DataSourcesStrip.d.ts +14 -0
- package/apps/app-lifeops/src/components/DataSourcesStrip.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/DataSourcesStrip.js +36 -0
- package/apps/app-lifeops/src/components/EventEditorDrawer.d.ts +23 -0
- package/apps/app-lifeops/src/components/EventEditorDrawer.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/EventEditorDrawer.js +514 -0
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsActivitySignalsEffect.js +10 -0
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.d.ts +15 -0
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsCalendarSection.js +515 -0
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.d.ts +34 -0
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsChatAdapter.js +175 -0
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsFeatureTogglesSection.js +99 -0
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.d.ts +37 -0
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsHabitVisuals.js +88 -0
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.d.ts +13 -0
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsInboxSection.js +490 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.d.ts +12 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkBankButton.js +92 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.d.ts +12 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsLinkPaypalButton.js +160 -0
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.d.ts +3 -0
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsMoneySection.js +373 -0
- package/apps/app-lifeops/src/components/LifeOpsNavRail.d.ts +9 -0
- package/apps/app-lifeops/src/components/LifeOpsNavRail.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsNavRail.js +93 -0
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.d.ts +4 -0
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsOperationalPanels.js +274 -0
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.d.ts +7 -0
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsOverviewSection.js +657 -0
- package/apps/app-lifeops/src/components/LifeOpsPageSections.d.ts +42 -0
- package/apps/app-lifeops/src/components/LifeOpsPageSections.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsPageSections.js +166 -0
- package/apps/app-lifeops/src/components/LifeOpsPageView.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsPageView.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsPageView.js +566 -0
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsRemindersSection.js +749 -0
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.d.ts +27 -0
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsResizableSidebar.js +106 -0
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsScreenTimeSection.js +373 -0
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.d.ts +10 -0
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsSectionContent.js +30 -0
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.d.ts +21 -0
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsSelectionContext.js +30 -0
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.d.ts +20 -0
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsSettingsSection.js +597 -0
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.d.ts +13 -0
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsSetupGate.js +134 -0
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.d.ts +10 -0
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsSleepSection.js +425 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.d.ts +11 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceShell.js +49 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.d.ts +2 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/LifeOpsWorkspaceView.js +1041 -0
- package/apps/app-lifeops/src/components/MessagingConnectorCards.d.ts +7 -0
- package/apps/app-lifeops/src/components/MessagingConnectorCards.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/MessagingConnectorCards.js +643 -0
- package/apps/app-lifeops/src/components/MissingSourceCard.d.ts +9 -0
- package/apps/app-lifeops/src/components/MissingSourceCard.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/MissingSourceCard.js +5 -0
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.d.ts +2 -0
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/MobileSignalsSetupCard.js +163 -0
- package/apps/app-lifeops/src/components/SleepInspectionPanel.d.ts +8 -0
- package/apps/app-lifeops/src/components/SleepInspectionPanel.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/SleepInspectionPanel.js +59 -0
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.d.ts +3 -0
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/WebsiteBlockerSettingsCard.js +75 -0
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.d.ts +8 -0
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/WhatsAppQrOverlay.js +48 -0
- package/apps/app-lifeops/src/components/lifeops-labels.d.ts +2 -0
- package/apps/app-lifeops/src/components/lifeops-labels.d.ts.map +1 -0
- package/apps/app-lifeops/src/components/lifeops-labels.js +5 -0
- package/apps/app-lifeops/src/events/index.d.ts +34 -0
- package/apps/app-lifeops/src/events/index.d.ts.map +1 -0
- package/apps/app-lifeops/src/events/index.js +23 -0
- package/apps/app-lifeops/src/hooks/useCalendarWeek.d.ts +28 -0
- package/apps/app-lifeops/src/hooks/useCalendarWeek.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useCalendarWeek.js +93 -0
- package/apps/app-lifeops/src/hooks/useDiscordConnector.d.ts +14 -0
- package/apps/app-lifeops/src/hooks/useDiscordConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useDiscordConnector.js +126 -0
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.d.ts +29 -0
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useGoogleLifeOpsConnector.js +481 -0
- package/apps/app-lifeops/src/hooks/useIMessageConnector.d.ts +10 -0
- package/apps/app-lifeops/src/hooks/useIMessageConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useIMessageConnector.js +50 -0
- package/apps/app-lifeops/src/hooks/useInbox.d.ts +34 -0
- package/apps/app-lifeops/src/hooks/useInbox.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useInbox.js +98 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.d.ts +2 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsActivitySignals.js +383 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.d.ts +9 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsAppState.js +83 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.d.ts +8 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsCapabilitiesStatus.js +60 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.d.ts +18 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleInspection.js +66 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.d.ts +14 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsScheduleState.js +79 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.d.ts +18 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsSection.js +78 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.d.ts +14 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useLifeOpsXConnector.js +160 -0
- package/apps/app-lifeops/src/hooks/useSignalConnector.d.ts +16 -0
- package/apps/app-lifeops/src/hooks/useSignalConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useSignalConnector.js +198 -0
- package/apps/app-lifeops/src/hooks/useTelegramConnector.d.ts +21 -0
- package/apps/app-lifeops/src/hooks/useTelegramConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useTelegramConnector.js +177 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.d.ts +8 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppConnector.js +58 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.d.ts +12 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.d.ts.map +1 -0
- package/apps/app-lifeops/src/hooks/useWhatsAppPairing.js +152 -0
- package/apps/app-lifeops/src/lifeops/discord-browser-scraper.js +1 -1
- package/apps/app-lifeops/src/lifeops/google-gmail.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-gmail.js +74 -26
- package/apps/app-lifeops/src/lifeops/google-managed-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-managed-client.js +4 -5
- package/apps/app-lifeops/src/lifeops/google-oauth.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/google-oauth.js +2 -2
- package/apps/app-lifeops/src/lifeops/owner-profile.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/owner-profile.js +1 -1
- package/apps/app-lifeops/src/lifeops/paypal-managed-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/paypal-managed-client.js +4 -5
- package/apps/app-lifeops/src/lifeops/plaid-managed-client.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/plaid-managed-client.js +4 -5
- package/apps/app-lifeops/src/lifeops/schedule-sync-client.js +2 -2
- package/apps/app-lifeops/src/lifeops/service-constants.d.ts +1 -0
- package/apps/app-lifeops/src/lifeops/service-constants.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-constants.js +1 -0
- package/apps/app-lifeops/src/lifeops/service-mixin-core.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-core.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-core.js +2 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-imessage.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.d.ts +3 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-inbox.js +42 -13
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-reminders.js +3 -2
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-mixin-workflows.js +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-calendar.js +3 -3
- package/apps/app-lifeops/src/lifeops/service-normalize-connector.d.ts +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-connector.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/service-normalize-connector.js +2 -2
- package/apps/app-lifeops/src/lifeops/signal-auth.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/signal-auth.js +6 -3
- package/apps/app-lifeops/src/lifeops/telegram-auth.js +1 -1
- package/apps/app-lifeops/src/lifeops/travel-adapters/duffel.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/travel-adapters/duffel.js +31 -6
- package/apps/app-lifeops/src/lifeops/twilio.js +1 -1
- package/apps/app-lifeops/src/lifeops/x-poster.d.ts.map +1 -1
- package/apps/app-lifeops/src/lifeops/x-poster.js +13 -3
- package/apps/app-lifeops/src/lifeops-route.d.ts +74 -0
- package/apps/app-lifeops/src/lifeops-route.d.ts.map +1 -0
- package/apps/app-lifeops/src/lifeops-route.js +204 -0
- package/apps/app-lifeops/src/platform/lifeops-github.d.ts +15 -0
- package/apps/app-lifeops/src/platform/lifeops-github.d.ts.map +1 -0
- package/apps/app-lifeops/src/platform/lifeops-github.js +135 -0
- package/apps/app-lifeops/src/routes/cloud-features-routes.d.ts +2 -2
- package/apps/app-lifeops/src/routes/cloud-features-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/cloud-features-routes.js +5 -3
- package/apps/app-lifeops/src/routes/lifeops-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/lifeops-routes.js +15 -3
- package/apps/app-lifeops/src/routes/plugin.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/plugin.js +10 -1
- package/apps/app-lifeops/src/routes/travel-provider-relay-routes.d.ts +1 -1
- package/apps/app-lifeops/src/routes/travel-provider-relay-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/routes/travel-provider-relay-routes.js +4 -2
- package/apps/app-lifeops/src/routes/website-blocker-routes.d.ts +1 -1
- package/apps/app-lifeops/src/routes/website-blocker-routes.d.ts.map +1 -1
- package/apps/app-lifeops/src/ui.d.ts +11 -0
- package/apps/app-lifeops/src/ui.d.ts.map +1 -0
- package/apps/app-lifeops/src/ui.js +9 -0
- package/apps/app-lifeops/src/utils/lifeops-url.d.ts +5 -0
- package/apps/app-lifeops/src/utils/lifeops-url.d.ts.map +1 -0
- package/apps/app-lifeops/src/utils/lifeops-url.js +35 -0
- package/apps/app-lifeops/src/website-blocker/access.d.ts.map +1 -1
- package/apps/app-lifeops/src/website-blocker/access.js +1 -1
- package/apps/app-steward/src/routes/steward-compat-routes.d.ts +1 -1
- package/apps/app-steward/src/routes/steward-compat-routes.d.ts.map +1 -1
- package/apps/app-steward/src/routes/steward-compat-routes.js +3 -1
- package/apps/app-steward/src/routes/wallet-browser-compat-routes.d.ts +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 +3 -1
- package/apps/app-steward/src/routes/wallet-bsc-core-routes.d.ts.map +1 -1
- package/apps/app-steward/src/routes/wallet-bsc-core-routes.js +2 -1
- package/apps/app-steward/src/routes/wallet-compat-routes.d.ts +1 -1
- package/apps/app-steward/src/routes/wallet-compat-routes.d.ts.map +1 -1
- package/apps/app-steward/src/routes/wallet-compat-routes.js +3 -1
- package/apps/app-steward/src/routes/wallet-core-routes.d.ts.map +1 -1
- package/apps/app-steward/src/routes/wallet-core-routes.js +2 -1
- package/apps/app-steward/src/routes/wallet-trade-compat-routes.d.ts +1 -1
- package/apps/app-steward/src/routes/wallet-trade-compat-routes.d.ts.map +1 -1
- package/apps/app-steward/src/routes/wallet-trade-compat-routes.js +3 -1
- package/apps/app-training/src/core/dataset-generator.d.ts +1 -1
- package/apps/app-training/src/core/dataset-generator.d.ts.map +1 -1
- package/apps/app-training/src/core/roleplay-executor.d.ts +1 -1
- package/apps/app-training/src/core/roleplay-executor.d.ts.map +1 -1
- package/apps/app-training/src/core/trajectory-task-datasets.d.ts +1 -1
- package/apps/app-training/src/core/trajectory-task-datasets.d.ts.map +1 -1
- package/apps/app-training/src/index.d.ts +1 -2
- package/apps/app-training/src/index.d.ts.map +1 -1
- package/apps/app-training/src/index.js +1 -2
- package/apps/app-training/src/routes/training-routes.d.ts +1 -1
- package/apps/app-training/src/routes/training-routes.d.ts.map +1 -1
- package/apps/app-training/src/routes/training-routes.js +1 -1
- package/apps/app-training/src/routes/trajectory-routes.d.ts +1 -1
- package/apps/app-training/src/routes/trajectory-routes.d.ts.map +1 -1
- package/apps/app-training/src/routes/trajectory-routes.js +3 -1
- package/apps/app-training/src/services/training-service-like.d.ts +1 -1
- package/apps/app-training/src/services/training-service-like.d.ts.map +1 -1
- package/apps/app-training/src/services/training-service.d.ts +1 -1
- package/apps/app-training/src/services/training-service.d.ts.map +1 -1
- package/package.json +1 -1
- package/packages/agent/src/api/provider-switch-config.js +1 -1
- package/packages/agent/src/api/server-helpers-auth.d.ts.map +1 -1
- package/packages/agent/src/api/server-helpers-auth.js +5 -4
- package/packages/agent/src/providers/media-provider.d.ts +1 -1
- package/packages/agent/src/providers/media-provider.d.ts.map +1 -1
- package/packages/app-core/src/App.d.ts.map +1 -1
- package/packages/app-core/src/App.js +20 -12
- package/packages/app-core/src/api/auth.d.ts.map +1 -1
- package/packages/app-core/src/api/auth.js +5 -5
- package/packages/app-core/src/api/client-types-experience.d.ts +7 -0
- package/packages/app-core/src/api/client-types-experience.d.ts.map +1 -1
- package/packages/app-core/src/components/apps/helpers.d.ts +1 -1
- package/packages/app-core/src/components/apps/helpers.d.ts.map +1 -1
- package/packages/app-core/src/components/apps/helpers.js +1 -0
- package/packages/app-core/src/components/apps/internal-tool-apps.d.ts +11 -0
- package/packages/app-core/src/components/apps/internal-tool-apps.d.ts.map +1 -1
- package/packages/app-core/src/components/apps/internal-tool-apps.js +31 -0
- package/packages/app-core/src/components/apps/launch-history.d.ts +16 -0
- package/packages/app-core/src/components/apps/launch-history.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/launch-history.js +77 -0
- package/packages/app-core/src/components/apps/per-app-config.d.ts +19 -0
- package/packages/app-core/src/components/apps/per-app-config.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/per-app-config.js +99 -0
- package/packages/app-core/src/components/apps/useRegistryCatalog.d.ts +14 -0
- package/packages/app-core/src/components/apps/useRegistryCatalog.d.ts.map +1 -0
- package/packages/app-core/src/components/apps/useRegistryCatalog.js +52 -0
- package/packages/app-core/src/components/auth/LoginView.d.ts +1 -19
- package/packages/app-core/src/components/auth/LoginView.d.ts.map +1 -1
- package/packages/app-core/src/components/auth/LoginView.js +4 -99
- package/packages/app-core/src/components/character/CharacterExperienceWorkspace.d.ts.map +1 -1
- package/packages/app-core/src/components/character/CharacterExperienceWorkspace.js +14 -2
- 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 +7 -0
- package/packages/app-core/src/components/character/character-hub-types.d.ts +7 -0
- package/packages/app-core/src/components/character/character-hub-types.d.ts.map +1 -1
- package/packages/app-core/src/components/onboarding/BootstrapStep.d.ts.map +1 -1
- package/packages/app-core/src/components/onboarding/BootstrapStep.js +3 -2
- package/packages/app-core/src/components/pages/AppDetailsView.d.ts +36 -0
- package/packages/app-core/src/components/pages/AppDetailsView.d.ts.map +1 -0
- package/packages/app-core/src/components/pages/AppDetailsView.js +289 -0
- package/packages/app-core/src/components/pages/AppsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/AppsView.js +134 -42
- package/packages/app-core/src/components/shell/StartupShell.d.ts.map +1 -1
- package/packages/app-core/src/components/shell/StartupShell.js +2 -5
- package/packages/app-core/src/i18n/locales/en.json +256 -205
- package/packages/app-core/src/i18n/locales/es.json +256 -205
- package/packages/app-core/src/i18n/locales/ko.json +256 -205
- package/packages/app-core/src/i18n/locales/pt.json +256 -205
- package/packages/app-core/src/i18n/locales/tl.json +256 -205
- package/packages/app-core/src/i18n/locales/vi.json +256 -205
- package/packages/app-core/src/i18n/locales/zh-CN.json +256 -205
- package/packages/app-core/src/navigation/index.d.ts.map +1 -1
- package/packages/app-core/src/navigation/index.js +6 -0
- package/packages/app-core/src/shell/AppWindowRenderer.d.ts +17 -0
- package/packages/app-core/src/shell/AppWindowRenderer.d.ts.map +1 -0
- package/packages/app-core/src/shell/AppWindowRenderer.js +337 -0
- package/packages/app-core/src/shell/DetachedShellRoot.js +4 -1
- package/packages/app-core/src/shell/index.d.ts +1 -0
- package/packages/app-core/src/shell/index.d.ts.map +1 -1
- package/packages/app-core/src/shell/index.js +1 -0
- package/packages/app-core/src/state/startup-coordinator.d.ts.map +1 -1
- package/packages/app-core/src/state/startup-coordinator.js +0 -3
- package/packages/app-core/src/state/startup-phase-poll.d.ts.map +1 -1
- package/packages/app-core/src/state/startup-phase-poll.js +2 -4
- package/packages/app-core/src/state/usePluginsSkillsState.d.ts +6 -6
- package/packages/native-plugins/mobile-signals/src/definitions.d.ts +162 -0
- package/packages/native-plugins/mobile-signals/src/definitions.d.ts.map +1 -0
- package/packages/native-plugins/mobile-signals/src/definitions.js +1 -0
- package/packages/native-plugins/mobile-signals/src/index.d.ts +4 -0
- package/packages/native-plugins/mobile-signals/src/index.d.ts.map +1 -0
- package/packages/native-plugins/mobile-signals/src/index.js +6 -0
- package/packages/native-plugins/mobile-signals/src/web.d.ts +29 -0
- package/packages/native-plugins/mobile-signals/src/web.d.ts.map +1 -0
- package/packages/native-plugins/mobile-signals/src/web.js +269 -0
- package/packages/shared/src/app-hero-art.d.ts.map +1 -1
- package/packages/shared/src/app-hero-art.js +13 -0
- package/packages/shared/src/contracts/lifeops.d.ts +10 -0
- package/packages/shared/src/contracts/lifeops.d.ts.map +1 -1
- package/packages/shared/src/contracts/lifeops.js +5 -0
- 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 +46 -4
- 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 +34 -124
- package/packages/typescript/src/features/advanced-capabilities/experience/service.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/service.js +56 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/types.d.ts +7 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/types.d.ts.map +1 -1
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.d.ts +7 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.d.ts.map +1 -0
- package/packages/typescript/src/features/advanced-capabilities/experience/utils/experienceText.js +123 -0
- package/apps/app-training/src/ui/FineTuningView.d.ts +0 -5
- package/apps/app-training/src/ui/FineTuningView.d.ts.map +0 -1
- package/apps/app-training/src/ui/FineTuningView.js +0 -388
- package/apps/app-training/src/ui/fine-tuning-panels.d.ts +0 -111
- package/apps/app-training/src/ui/fine-tuning-panels.d.ts.map +0 -1
- package/apps/app-training/src/ui/fine-tuning-panels.js +0 -130
- package/apps/app-training/src/ui/index.d.ts +0 -3
- package/apps/app-training/src/ui/index.d.ts.map +0 -1
- package/apps/app-training/src/ui/index.js +0 -2
- package/packages/app-core/src/api/trusted-local-request.d.ts +0 -4
- package/packages/app-core/src/api/trusted-local-request.d.ts.map +0 -1
- package/packages/app-core/src/api/trusted-local-request.js +0 -176
|
@@ -21,9 +21,10 @@
|
|
|
21
21
|
"agentactivitybox.RunningTool": "Running {{tool}}",
|
|
22
22
|
"agentactivitybox.WaitingForInput": "Waiting for input",
|
|
23
23
|
"apikeyconfig.error": "Error: {{message}}",
|
|
24
|
-
"apikeyconfig.fetchModels": "Fetch Models",
|
|
25
24
|
"apikeyconfig.fetching": "Fetching...",
|
|
25
|
+
"apikeyconfig.fetchModels": "Fetch Models",
|
|
26
26
|
"apikeyconfig.loadedModels": "Loaded {{count}} models",
|
|
27
|
+
"appdetails.LaunchFailed": "Could not launch {{name}}: {{message}}",
|
|
27
28
|
"appsview.ActiveOnly": "Active Only",
|
|
28
29
|
"appsview.AppWindowNormal": "App Window Normal",
|
|
29
30
|
"appsview.AppWindowPinFailed": "App Window Pin Failed",
|
|
@@ -39,9 +40,9 @@
|
|
|
39
40
|
"appsview.GameRunning": "Game running",
|
|
40
41
|
"appsview.HelperText": "Choose an app tile to inspect launch details, current session state, and available viewer actions.",
|
|
41
42
|
"appsview.IframeAuthMissing": "{{name}} requires iframe auth, but no auth payload is configured.",
|
|
43
|
+
"appsview.LaunchedNoViewer": "{{name}} launched, but no viewer or URL is configured.",
|
|
42
44
|
"appsview.LaunchFailed": "Failed to launch {{name}}: {{message}}",
|
|
43
45
|
"appsview.LaunchType": "Launch type",
|
|
44
|
-
"appsview.LaunchedNoViewer": "{{name}} launched, but no viewer or URL is configured.",
|
|
45
46
|
"appsview.LoadError": "Failed to load apps: {{message}}",
|
|
46
47
|
"appsview.Loading": "Loading...",
|
|
47
48
|
"appsview.NetworkError": "network error",
|
|
@@ -51,9 +52,10 @@
|
|
|
51
52
|
"appsview.NoRunningApps": "No app runs are active right now.",
|
|
52
53
|
"appsview.NoRunningAppsHint": "Launch a game from the catalog and it will appear here as a reattachable run.",
|
|
53
54
|
"appsview.Open": "Open {{name}}",
|
|
54
|
-
"appsview.OpenInTab": "Open in Tab",
|
|
55
55
|
"appsview.OpenedInDesktopWindow": "Opened In Desktop Window",
|
|
56
56
|
"appsview.OpenedInNewTab": "{{name}} opened in a new tab.",
|
|
57
|
+
"appsview.OpenInTab": "Open in Tab",
|
|
58
|
+
"appsview.OpenWindowFailed": "Could not open {{name}} in a window.",
|
|
57
59
|
"appsview.PopupBlocked": "Popup blocked. Allow popups and try again.",
|
|
58
60
|
"appsview.PopupBlockedOpen": "Popup blocked while opening {{name}}. Allow popups and try again.",
|
|
59
61
|
"appsview.Repository": "Repository",
|
|
@@ -69,6 +71,7 @@
|
|
|
69
71
|
"appsview.Stopped": "Stopped",
|
|
70
72
|
"appsview.URL": "URL",
|
|
71
73
|
"appsview.Viewer": "Viewer",
|
|
74
|
+
"appwindow.LaunchedNoViewer": "This app launched without a viewer URL. Open it from the apps catalog.",
|
|
72
75
|
"aria.advancedNavigation": "Advanced navigation",
|
|
73
76
|
"aria.agentVoiceOff": "Agent voice off",
|
|
74
77
|
"aria.agentVoiceOn": "Agent voice on",
|
|
@@ -139,9 +142,9 @@
|
|
|
139
142
|
"automations.n8n.errorStartSidecar": "Failed to start local n8n: {{message}}",
|
|
140
143
|
"automations.n8n.errorUpdateWorkflow": "Failed to update workflow: {{message}}",
|
|
141
144
|
"automations.n8n.newWorkflow": "New workflow",
|
|
145
|
+
"automations.n8n.nodeCount": "{{count}} nodes",
|
|
142
146
|
"automations.n8n.noWorkflowsHint": "Ask the assistant to build one for you.",
|
|
143
147
|
"automations.n8n.noWorkflowsTitle": "No automations yet",
|
|
144
|
-
"automations.n8n.nodeCount": "{{count}} nodes",
|
|
145
148
|
"automations.n8n.pillAriaCloudDegraded": "Cloud service issue detected",
|
|
146
149
|
"automations.n8n.pillAriaCloudHealthy": "Cloud service healthy",
|
|
147
150
|
"automations.n8n.pillAriaLocalReady": "Local service ready",
|
|
@@ -177,7 +180,6 @@
|
|
|
177
180
|
"automations.taskUpdateFailed": "Failed to update task.",
|
|
178
181
|
"automations.templateCustom.desc": "Describe your own workflow in chat.",
|
|
179
182
|
"automations.templateCustom.title": "Custom",
|
|
180
|
-
"automations.templateUseButton": "Use template",
|
|
181
183
|
"automations.templates.calendarSlack.desc": "Post your day's agenda to Slack each morning.",
|
|
182
184
|
"automations.templates.calendarSlack.prompt": "Every weekday at 8am, read today's events from my Google Calendar and post a formatted agenda to my #daily-standup channel in Slack.",
|
|
183
185
|
"automations.templates.calendarSlack.title": "Calendar to Slack",
|
|
@@ -198,19 +200,20 @@
|
|
|
198
200
|
"automations.templates.slackDiscord.title": "Slack ↔ Discord Bridge",
|
|
199
201
|
"automations.templatesModalSubtitle": "Pick a workflow to customize, or start blank.",
|
|
200
202
|
"automations.templatesModalTitle": "Start with a template",
|
|
203
|
+
"automations.templateUseButton": "Use template",
|
|
201
204
|
"automations.whatShouldThisTaskDo": "What should this task do?",
|
|
202
205
|
"automations.workflow.draftTitle": "Draft Title",
|
|
203
206
|
"automations.workflow.workflowKicker": "Workflow Kicker",
|
|
204
207
|
"automations.zeroState.browseTemplates": "Browse templates →",
|
|
205
208
|
"automations.zeroState.subtitle": "I can build workflows for you, run prompts on a schedule, or keep a checklist of tasks.",
|
|
206
209
|
"automations.zeroState.title": "What would you like your agent to do?",
|
|
210
|
+
"avatarselector.dropVrm": "drop .vrm",
|
|
207
211
|
"avatarselector.GitLfsPointer": "This .vrm is a Git LFS pointer, not the real model file. Download the actual VRM file first.",
|
|
208
212
|
"avatarselector.InvalidAvatarFile": "Invalid avatar file",
|
|
209
213
|
"avatarselector.InvalidVrmBinary": "Invalid VRM file. Pick a real .vrm binary.",
|
|
210
214
|
"avatarselector.ReadSelectedFile": "Couldn't read that file. Try a different .vrm.",
|
|
211
215
|
"avatarselector.SelectVrmFile": "Please pick a .vrm file.",
|
|
212
216
|
"avatarselector.UploadCustomVrm": "Upload custom .vrm (click or drag)",
|
|
213
|
-
"avatarselector.dropVrm": "drop .vrm",
|
|
214
217
|
"babylon.tellTheAgentWhatToDoWhatToAvoidOrWhatToExplain": "Tell the agent what to do, what to avoid, or what to explain.",
|
|
215
218
|
"browserworkspace.ActionFailed": "Browser action failed.",
|
|
216
219
|
"browserworkspace.AddressPlaceholder": "Enter a URL",
|
|
@@ -295,11 +298,18 @@
|
|
|
295
298
|
"bugreportmodal.ActualBehavior": "Actual Behavior",
|
|
296
299
|
"bugreportmodal.AddLogs": "Add logs",
|
|
297
300
|
"bugreportmodal.AnthropicOpenAI": "Anthropic / OpenAI / Ollama",
|
|
301
|
+
"bugreportmodal.attachLogs": "Attach startup logs",
|
|
302
|
+
"bugreportmodal.attachSystemInfo": "Attach system info",
|
|
298
303
|
"bugreportmodal.BugReportSubmitted": "Bug Report Submitted",
|
|
304
|
+
"bugreportmodal.copied": "Copied!",
|
|
305
|
+
"bugreportmodal.copiedDiagnostics": "Diagnostics Copied!",
|
|
306
|
+
"bugreportmodal.copyAndOpenGitHub": "Copy & Open GitHub",
|
|
307
|
+
"bugreportmodal.copyDiagnostics": "Copy Diagnostics",
|
|
299
308
|
"bugreportmodal.DescribeTheActual": "Describe the actual result.",
|
|
300
309
|
"bugreportmodal.DescribeTheExpecte": "Describe the expected result.",
|
|
301
310
|
"bugreportmodal.DescribeTheIssueY": "Describe the issue you encountered.",
|
|
302
311
|
"bugreportmodal.DescriptionHint": "Describe what happened and why it was unexpected.",
|
|
312
|
+
"bugreportmodal.descriptionRequired": "Description is required.",
|
|
303
313
|
"bugreportmodal.DiagnosticsSharedSuccessfully": "Diagnostics were shared successfully.",
|
|
304
314
|
"bugreportmodal.Environment": "Environment",
|
|
305
315
|
"bugreportmodal.ExpectedBehavior": "Expected Behavior",
|
|
@@ -307,28 +317,21 @@
|
|
|
307
317
|
"bugreportmodal.LogsHint": "Paste only the relevant errors, traces, or console output.",
|
|
308
318
|
"bugreportmodal.ModelProvider": "Model Provider",
|
|
309
319
|
"bugreportmodal.NodeVersion": "Node Version",
|
|
320
|
+
"bugreportmodal.openLogsFolder": "Open Logs Folder",
|
|
310
321
|
"bugreportmodal.Other": "Other",
|
|
311
322
|
"bugreportmodal.PasteRelevantError": "Paste relevant error output or logs",
|
|
312
323
|
"bugreportmodal.ReportABug": "Report a Bug",
|
|
313
324
|
"bugreportmodal.ReportCopiedToClipboard": "Report copied to clipboard.",
|
|
314
325
|
"bugreportmodal.ReproductionPrompt": "Help us reproduce the issue with concrete steps and environment details.",
|
|
326
|
+
"bugreportmodal.saveBundle": "Save Report Bundle",
|
|
327
|
+
"bugreportmodal.savingBundle": "Saving Bundle...",
|
|
315
328
|
"bugreportmodal.Select": "Select...",
|
|
316
329
|
"bugreportmodal.StepsHint": "Include the shortest reliable path that reproduces the bug.",
|
|
330
|
+
"bugreportmodal.stepsPlaceholder": "1. Go to...\n2. Click on...\n3. See error...",
|
|
317
331
|
"bugreportmodal.StepsToReproduce": "Steps to Reproduce",
|
|
332
|
+
"bugreportmodal.submitting": "Submitting...",
|
|
318
333
|
"bugreportmodal.Times": "X",
|
|
319
334
|
"bugreportmodal.YourBugReportHas": "Your bug report has been submitted successfully.",
|
|
320
|
-
"bugreportmodal.attachLogs": "Attach startup logs",
|
|
321
|
-
"bugreportmodal.attachSystemInfo": "Attach system info",
|
|
322
|
-
"bugreportmodal.copied": "Copied!",
|
|
323
|
-
"bugreportmodal.copiedDiagnostics": "Diagnostics Copied!",
|
|
324
|
-
"bugreportmodal.copyAndOpenGitHub": "Copy & Open GitHub",
|
|
325
|
-
"bugreportmodal.copyDiagnostics": "Copy Diagnostics",
|
|
326
|
-
"bugreportmodal.descriptionRequired": "Description is required.",
|
|
327
|
-
"bugreportmodal.openLogsFolder": "Open Logs Folder",
|
|
328
|
-
"bugreportmodal.saveBundle": "Save Report Bundle",
|
|
329
|
-
"bugreportmodal.savingBundle": "Saving Bundle...",
|
|
330
|
-
"bugreportmodal.stepsPlaceholder": "1. Go to...\n2. Click on...\n3. See error...",
|
|
331
|
-
"bugreportmodal.submitting": "Submitting...",
|
|
332
335
|
"character.characterHubSections": "Character hub sections",
|
|
333
336
|
"character.characterOverview": "Character overview",
|
|
334
337
|
"character.domainFilter": "Domain filter",
|
|
@@ -387,10 +390,10 @@
|
|
|
387
390
|
"charactereditor.SwitchSectionPrompt": "Switch Section Prompt",
|
|
388
391
|
"charactereditor.SystemPrompt": "Things I Should Always Remember",
|
|
389
392
|
"charactereditor.SystemPromptPlaceholder": "Write in first person...",
|
|
393
|
+
"charactereditor.TabbedEditorGroupLabel": "Character editor — tabbed sections",
|
|
390
394
|
"charactereditor.TabExamples": "Examples",
|
|
391
395
|
"charactereditor.TabPersonality": "Personality",
|
|
392
396
|
"charactereditor.TabStyles": "Styles",
|
|
393
|
-
"charactereditor.TabbedEditorGroupLabel": "Character editor — tabbed sections",
|
|
394
397
|
"charactereditor.UnsavedChangesBody": "Unsaved Changes Body",
|
|
395
398
|
"charactereditor.UnsavedChangesTitle": "Unsaved Changes Title",
|
|
396
399
|
"characterroster.LoadingPresets": "Loading character presets...",
|
|
@@ -421,24 +424,24 @@
|
|
|
421
424
|
"chat.stopSpeaking": "Stop speaking",
|
|
422
425
|
"chat.taskDescriptionPlaceholder": "Describe what to build...",
|
|
423
426
|
"chat.toolCallChip.ACTIVATE_N8N_WORKFLOW": "Activating workflow…",
|
|
424
|
-
"chat.toolCallChip.DEACTIVATE_N8N_WORKFLOW": "Deactivating workflow…",
|
|
425
|
-
"chat.toolCallChip.DELETE_N8N_WORKFLOW": "Deleting workflow…",
|
|
426
427
|
"chat.toolCallChip.buildingWorkflow": "Building workflow…",
|
|
428
|
+
"chat.toolCallChip.DEACTIVATE_N8N_WORKFLOW": "Deactivating workflow…",
|
|
427
429
|
"chat.toolCallChip.default": "Working…",
|
|
430
|
+
"chat.toolCallChip.DELETE_N8N_WORKFLOW": "Deleting workflow…",
|
|
428
431
|
"chat.uncached": "uncached",
|
|
429
432
|
"chat.voiceInput": "Voice input",
|
|
430
433
|
"chatmessage.ResponseInterrupte": "(Response interrupted)",
|
|
431
434
|
"chatmessage.SaveAndResend": "Save and resend",
|
|
432
|
-
"chatsidebar.OpenView": "Open View",
|
|
433
435
|
"chatsidebar.launchApp": "Launch {{name}}",
|
|
434
|
-
"
|
|
435
|
-
"chatview.SilenceEndFirstTo": "Silence end→first token:",
|
|
436
|
+
"chatsidebar.OpenView": "Open View",
|
|
436
437
|
"chatview.msEndVoiceStart": "ms · end→voice start:",
|
|
437
438
|
"chatview.msFirst": "ms\n · first sentence:",
|
|
439
|
+
"chatview.RemoveImage": "Remove image",
|
|
440
|
+
"chatview.SilenceEndFirstTo": "Silence end→first token:",
|
|
438
441
|
"cloudonboarding.ClickToOpenLogin": "Open login page",
|
|
439
442
|
"cloudonboarding.ConnectButton": "Connect to Eliza Cloud",
|
|
440
|
-
"cloudonboarding.ConnectToElizaCloud": "Sign in to get started",
|
|
441
443
|
"cloudonboarding.ConnectedSetupAgent": "Connected! Setting up your agent...",
|
|
444
|
+
"cloudonboarding.ConnectToElizaCloud": "Sign in to get started",
|
|
442
445
|
"cloudonboarding.WaitingForLogin": "Waiting for login...",
|
|
443
446
|
"cloudsourcecontrols.Offline": "Offline",
|
|
444
447
|
"codingagentcontrolchip.ActiveSessions": "{{count}} active coding session(s)",
|
|
@@ -465,8 +468,8 @@
|
|
|
465
468
|
"codingagentsettingssection.FastModel": "Fast Model",
|
|
466
469
|
"codingagentsettingssection.Fixed": "Fixed",
|
|
467
470
|
"codingagentsettingssection.GoogleApiKeyDesc": "For Gemini CLI and Aider (Google provider).",
|
|
468
|
-
"codingagentsettingssection.InstallWith": "Install with",
|
|
469
471
|
"codingagentsettingssection.Installed": "Installed",
|
|
472
|
+
"codingagentsettingssection.InstallWith": "Install with",
|
|
470
473
|
"codingagentsettingssection.LlmProvider": "LLM Provider",
|
|
471
474
|
"codingagentsettingssection.LlmProviderApiKeys": "API Keys",
|
|
472
475
|
"codingagentsettingssection.LlmProviderDescApiKeys": "Provide your own API keys for each provider (Anthropic, OpenAI, Google).",
|
|
@@ -476,8 +479,8 @@
|
|
|
476
479
|
"codingagentsettingssection.LoadingCodingAgent": "Loading task-agent configuration...",
|
|
477
480
|
"codingagentsettingssection.ModelsFetched": "Models fetched from provider API. These are preferences — the CLI may override based on availability.",
|
|
478
481
|
"codingagentsettingssection.NoSupportedCLIs": "No supported task-agent CLIs detected. Install at least one of: Claude Code, Gemini CLI, Codex, Aider, or Pi.",
|
|
479
|
-
"codingagentsettingssection.OpenSignInPage": "Open sign-in page →",
|
|
480
482
|
"codingagentsettingssection.OpenaiApiKeyDesc": "For Codex and Aider (OpenAI provider).",
|
|
483
|
+
"codingagentsettingssection.OpenSignInPage": "Open sign-in page →",
|
|
481
484
|
"codingagentsettingssection.PowerfulModel": "Powerful Model",
|
|
482
485
|
"codingagentsettingssection.PresetAutonomous": "Autonomous",
|
|
483
486
|
"codingagentsettingssection.PresetAutonomousDesc": "All tools auto-approved",
|
|
@@ -504,9 +507,9 @@
|
|
|
504
507
|
"codingagenttaskspanel.inline": "inline",
|
|
505
508
|
"codingagenttaskspanel.kind.coding": "coding",
|
|
506
509
|
"codingagenttaskspanel.kind.unknown": "unknown",
|
|
510
|
+
"codingagenttaskspanel.loadingTasks": "Loading tasks…",
|
|
507
511
|
"codingagenttaskspanel.loadTaskDetailFailed": "Failed to load task detail: {{error}}",
|
|
508
512
|
"codingagenttaskspanel.loadThreadsFailed": "Failed to load task threads: {{error}}",
|
|
509
|
-
"codingagenttaskspanel.loadingTasks": "Loading tasks…",
|
|
510
513
|
"codingagenttaskspanel.messages": "Messages",
|
|
511
514
|
"codingagenttaskspanel.noSessionsRecorded": "No sessions recorded.",
|
|
512
515
|
"codingagenttaskspanel.noWorkRunning": "No orchestrator work running",
|
|
@@ -621,8 +624,8 @@
|
|
|
621
624
|
"common.offline": "offline",
|
|
622
625
|
"common.on": "ON",
|
|
623
626
|
"common.open": "Open",
|
|
624
|
-
"common.openApps": "Open apps",
|
|
625
627
|
"common.openai": "OpenAI",
|
|
628
|
+
"common.openApps": "Open apps",
|
|
626
629
|
"common.parameters": "Parameters",
|
|
627
630
|
"common.pause": "Pause",
|
|
628
631
|
"common.paused": "Paused",
|
|
@@ -705,22 +708,22 @@
|
|
|
705
708
|
"config-field.MoveDown": "Move down",
|
|
706
709
|
"config-field.MoveUp": "Move up",
|
|
707
710
|
"config-field.NoMatches": "No matches",
|
|
708
|
-
"config-field.NoOptionsDefined": "No options defined",
|
|
709
711
|
"config-field.None": "None",
|
|
712
|
+
"config-field.NoOptionsDefined": "No options defined",
|
|
710
713
|
"config-field.NothingToPreview": "Nothing to preview",
|
|
714
|
+
"config-field.options": "options",
|
|
711
715
|
"config-field.RemoveRow": "Remove row",
|
|
712
716
|
"config-field.Times": "×",
|
|
713
|
-
"config-field.options": "options",
|
|
714
|
-
"config-renderer.Rarr": "→",
|
|
715
717
|
"config-renderer.attention": "attention",
|
|
718
|
+
"config-renderer.Rarr": "→",
|
|
716
719
|
"config-renderer.requiredFieldsConf": "required fields configured",
|
|
717
720
|
"config-renderer.total": "total",
|
|
718
721
|
"configpageview.AnkrApiKey": "Ankr API Key",
|
|
719
722
|
"configpageview.ApiKeyPlaceholder": "Enter API key",
|
|
720
723
|
"configpageview.ApiKeySetPlaceholder": "Already set — leave blank to keep",
|
|
724
|
+
"configpageview.BirdeyeApiKey": "Birdeye API Key",
|
|
721
725
|
"configpageview.BSC": "BSC",
|
|
722
726
|
"configpageview.BSCDesc": "BNB Smart Chain",
|
|
723
|
-
"configpageview.BirdeyeApiKey": "Birdeye API Key",
|
|
724
727
|
"configpageview.CloudLoginRequiredSvgTitle": "Eliza Cloud login required",
|
|
725
728
|
"configpageview.CloudModeDesc": "Managed RPC for all chains. No API keys needed.",
|
|
726
729
|
"configpageview.CloudModeSvgTitle": "Eliza Cloud managed RPC",
|
|
@@ -733,9 +736,9 @@
|
|
|
733
736
|
"configpageview.CustomModeSvgTitle": "Custom RPC configuration",
|
|
734
737
|
"configpageview.CustomModeTitle": "Custom RPC",
|
|
735
738
|
"configpageview.CustomRpcProviders": "Custom RPC Providers",
|
|
739
|
+
"configpageview.ElizaCloudKeyInvalid": "Eliza Cloud key invalid",
|
|
736
740
|
"configpageview.EVM": "EVM",
|
|
737
741
|
"configpageview.EVMDesc": "Ethereum, Base, Arbitrum",
|
|
738
|
-
"configpageview.ElizaCloudKeyInvalid": "Eliza Cloud key invalid",
|
|
739
742
|
"configpageview.FixInCloudSettings": "Fix in Cloud settings",
|
|
740
743
|
"configpageview.HeliusApiKey": "Helius API Key",
|
|
741
744
|
"configpageview.InfuraApiKey": "Infura API Key",
|
|
@@ -757,9 +760,9 @@
|
|
|
757
760
|
"configpageview.WalletNetwork": "Wallet Network",
|
|
758
761
|
"configpageview.WalletNetworkDesc": "Mainnet for live funds, Testnet for practice",
|
|
759
762
|
"configpageview.WalletProvidersAnd": "Wallet providers and secrets.",
|
|
763
|
+
"connectionfailedbanner.attemptsRealTime": "attempts. Real-time updates are paused.",
|
|
760
764
|
"connectionfailedbanner.ConnectionLostAfte": "Connection lost after",
|
|
761
765
|
"connectionfailedbanner.ReconnectingAtt": "Reconnecting... (attempt",
|
|
762
|
-
"connectionfailedbanner.attemptsRealTime": "attempts. Real-time updates are paused.",
|
|
763
766
|
"connectionlostoverlay.AttemptsExhausted": "Realtime reconnect attempts exhausted: {{attempts}}.",
|
|
764
767
|
"connectionlostoverlay.ConnectionLost": "Connection Lost",
|
|
765
768
|
"connectionlostoverlay.ConnectionLostBody": "{{appName}} can’t talk to the local backend anymore. Restart the app or retry the connection once the server is back.",
|
|
@@ -821,27 +824,27 @@
|
|
|
821
824
|
"customactioneditor.AliasesOptional": "Aliases (optional)",
|
|
822
825
|
"customactioneditor.AvailableParams": "// Available: params.paramName, fetch()\\nreturn { result: params.input };",
|
|
823
826
|
"customactioneditor.BodyTemplateOptio": "Body Template (optional)",
|
|
824
|
-
"customactioneditor.CommaSeparatedAlte": "Comma-separated alternatives the agent can match against.",
|
|
825
827
|
"customactioneditor.CommandTemplate": "Command Template",
|
|
828
|
+
"customactioneditor.CommaSeparatedAlte": "Comma-separated alternatives the agent can match against.",
|
|
826
829
|
"customactioneditor.DescribeWhatYouWa": "Describe what you want this action to do",
|
|
827
830
|
"customactioneditor.Duration": "Duration:",
|
|
831
|
+
"customactioneditor.echoMessage": "echo {{message}} > /tmp/output.txt",
|
|
832
|
+
"customactioneditor.eGCheckIfAWebs": "e.g. Check if a website is up and return status",
|
|
828
833
|
"customactioneditor.Error": "Error:",
|
|
834
|
+
"customactioneditor.forParameterSubsti": "for parameter substitution",
|
|
829
835
|
"customactioneditor.HandlerType": "Handler Type",
|
|
830
836
|
"customactioneditor.HeaderName": "Header-Name",
|
|
831
837
|
"customactioneditor.HeadersOptional": "Headers (optional)",
|
|
838
|
+
"customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
|
|
832
839
|
"customactioneditor.JavaScriptCode": "JavaScript Code",
|
|
833
840
|
"customactioneditor.MYACTION": "MY_ACTION",
|
|
841
|
+
"customactioneditor.paramName": "paramName",
|
|
834
842
|
"customactioneditor.SYNONYMONESYNONYM": "SYNONYM_ONE, SYNONYM_TWO",
|
|
835
843
|
"customactioneditor.Test": "Test",
|
|
836
844
|
"customactioneditor.TestAction": "Test Action",
|
|
837
845
|
"customactioneditor.TheAgentWillGener": "The agent will generate the action config for you to review and\n edit.",
|
|
838
|
-
"customactioneditor.WhatDoesThisActio": "What does this action do?",
|
|
839
|
-
"customactioneditor.eGCheckIfAWebs": "e.g. Check if a website is up and return status",
|
|
840
|
-
"customactioneditor.echoMessage": "echo {{message}} > /tmp/output.txt",
|
|
841
|
-
"customactioneditor.forParameterSubsti": "for parameter substitution",
|
|
842
|
-
"customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
|
|
843
|
-
"customactioneditor.paramName": "paramName",
|
|
844
846
|
"customactioneditor.valueOrParam": "value or {{param}}",
|
|
847
|
+
"customactioneditor.WhatDoesThisActio": "What does this action do?",
|
|
845
848
|
"customactionspanel.ActionSummary": "{{actionCount}} total · {{enabledCount}} enabled",
|
|
846
849
|
"customactionspanel.AliasCountOne": "{{count}} alias",
|
|
847
850
|
"customactionspanel.AliasCountOther": "{{count}} aliases",
|
|
@@ -877,44 +880,44 @@
|
|
|
877
880
|
"customactionsview.NoActionsMatchFiltersDescription": "Try a different filter or clear search",
|
|
878
881
|
"customactionsview.NoActionsMatchFiltersTitle": "No actions match your current filters.",
|
|
879
882
|
"customactionsview.NoDescriptionYet": "No description yet",
|
|
883
|
+
"customactionsview.parameter": "parameter",
|
|
880
884
|
"customactionsview.ParameterCountOne": "{{count}} parameter",
|
|
881
885
|
"customactionsview.ParameterCountOther": "{{count}} parameters",
|
|
882
886
|
"customactionsview.SearchActionsByNa": "Search actions by name or description...",
|
|
883
887
|
"customactionsview.SearchAndManage": "Search and Manage",
|
|
884
|
-
"customactionsview.parameter": "parameter",
|
|
885
888
|
"databaseview.CellValue": "Cell Value",
|
|
886
889
|
"databaseview.ChooseATableFrom": "Choose a table from the sidebar",
|
|
890
|
+
"databaseview.columns": "columns",
|
|
887
891
|
"databaseview.DatabaseNotAvailab": "Database not available",
|
|
888
892
|
"databaseview.EditorModes": "Database editor modes",
|
|
889
893
|
"databaseview.EmptyTableDescription": "No rows yet",
|
|
890
894
|
"databaseview.FailedToLoadTable": "Failed to load table: {{message}}",
|
|
891
895
|
"databaseview.FailedToLoadTables": "Failed to load tables: {{message}}",
|
|
892
896
|
"databaseview.FilterTables": "Filter tables...",
|
|
897
|
+
"databaseview.hideSidebar": "Hide sidebar",
|
|
893
898
|
"databaseview.NULL": "NULL",
|
|
894
899
|
"databaseview.QueryFailed": "Query failed: {{message}}",
|
|
895
900
|
"databaseview.QueryReturnedNoRo": "Query returned no rows",
|
|
896
901
|
"databaseview.QueryWorkspaceInfo": "Write ad-hoc queries and inspect results without leaving the database workspace.",
|
|
897
902
|
"databaseview.RecentQueries": "Recent Queries",
|
|
903
|
+
"databaseview.row": "row",
|
|
898
904
|
"databaseview.RowCountLabel": "{{count}} rows",
|
|
899
905
|
"databaseview.RowCountSummary": "{{count}} {{rowLabel}}{{range}}",
|
|
906
|
+
"databaseview.runQuery": "Run Query",
|
|
907
|
+
"databaseview.SelectATable": "Select a table",
|
|
900
908
|
"databaseview.SELECTFROMMemori": "SELECT * FROM memories LIMIT 100;",
|
|
909
|
+
"databaseview.ShowingRange": " · showing {{start}}-{{end}}",
|
|
910
|
+
"databaseview.showSidebar": "Show sidebar",
|
|
901
911
|
"databaseview.SQLEditor": "SQL Editor",
|
|
902
912
|
"databaseview.SQLWorkspace": "SQL Workspace",
|
|
903
913
|
"databaseview.SQLWorkspaceDescription": "Run queries and inspect results",
|
|
904
|
-
"databaseview.SelectATable": "Select a table",
|
|
905
|
-
"databaseview.ShowingRange": " · showing {{start}}-{{end}}",
|
|
906
914
|
"databaseview.TableBrowser": "Table Browser",
|
|
907
915
|
"databaseview.TableEditor": "Table Editor",
|
|
908
916
|
"databaseview.TableIsEmpty": "Table is empty",
|
|
909
|
-
"databaseview.TableWorkspaceDescription": "Browse rows and columns",
|
|
910
917
|
"databaseview.Tables": "Tables",
|
|
911
|
-
"databaseview.TheDatabaseViewer": "The database viewer is only available when the local agent runtime is running.",
|
|
912
|
-
"databaseview.columns": "columns",
|
|
913
|
-
"databaseview.hideSidebar": "Hide sidebar",
|
|
914
|
-
"databaseview.row": "row",
|
|
915
|
-
"databaseview.runQuery": "Run Query",
|
|
916
|
-
"databaseview.showSidebar": "Show sidebar",
|
|
917
918
|
"databaseview.tables": "tables",
|
|
919
|
+
"databaseview.TableWorkspaceDescription": "Browse rows and columns",
|
|
920
|
+
"databaseview.TheDatabaseViewer": "The database viewer is only available when the local agent runtime is running.",
|
|
918
921
|
"desktopworkspacesection.AgentRestartRequested": "Agent restart requested.",
|
|
919
922
|
"desktopworkspacesection.ClearClipboard": "Clear Clipboard",
|
|
920
923
|
"desktopworkspacesection.ClipboardAndPaths": "Clipboard + Paths",
|
|
@@ -949,18 +952,18 @@
|
|
|
949
952
|
"desktopworkspacesection.NotificationSent": "Notification sent.",
|
|
950
953
|
"desktopworkspacesection.OpenDesktopSettingsWindow": "Open Desktop Settings Window",
|
|
951
954
|
"desktopworkspacesection.OpenDialogResult": "Open dialog result",
|
|
955
|
+
"desktopworkspacesection.OpenedDetachedDesktopSettingsWindow": "Opened detached desktop settings window.",
|
|
956
|
+
"desktopworkspacesection.OpenedSavedPath": "Opened saved path.",
|
|
952
957
|
"desktopworkspacesection.OpenFilesDialog": "Open Files Dialog",
|
|
953
958
|
"desktopworkspacesection.OpenFolderDialog": "Open Folder Dialog",
|
|
954
959
|
"desktopworkspacesection.OpenSavedPath": "Open Saved Path",
|
|
955
|
-
"desktopworkspacesection.OpenedDetachedDesktopSettingsWindow": "Opened detached desktop settings window.",
|
|
956
|
-
"desktopworkspacesection.OpenedSavedPath": "Opened saved path.",
|
|
957
960
|
"desktopworkspacesection.PlainText": "plain-text",
|
|
958
961
|
"desktopworkspacesection.ReadClipboard": "Read Clipboard",
|
|
959
962
|
"desktopworkspacesection.RefreshDiagnostics": "Refresh Diagnostics",
|
|
960
963
|
"desktopworkspacesection.Relaunch": "Relaunch",
|
|
961
964
|
"desktopworkspacesection.RestoreWindow": "Restore Window",
|
|
962
|
-
"desktopworkspacesection.RevealSavedPath": "Reveal Saved Path",
|
|
963
965
|
"desktopworkspacesection.RevealedSavedPath": "Revealed saved path.",
|
|
966
|
+
"desktopworkspacesection.RevealSavedPath": "Reveal Saved Path",
|
|
964
967
|
"desktopworkspacesection.SaveDialogCompleted": "Save dialog completed.",
|
|
965
968
|
"desktopworkspacesection.SaveDialogResult": "Save dialog result",
|
|
966
969
|
"desktopworkspacesection.SaveFile": "Save file",
|
|
@@ -968,15 +971,15 @@
|
|
|
968
971
|
"desktopworkspacesection.SelectFiles": "Select files",
|
|
969
972
|
"desktopworkspacesection.SelectFolder": "Select folder",
|
|
970
973
|
"desktopworkspacesection.SendTestNotification": "Send Test Notification",
|
|
971
|
-
"desktopworkspacesection.SurfaceOpened": "Opened {{surface}}.",
|
|
972
|
-
"desktopworkspacesection.UnmaximizeWindow": "Unmaximize Window",
|
|
973
|
-
"desktopworkspacesection.WindowControls": "Window Controls",
|
|
974
|
-
"desktopworkspacesection.WindowControlsDescription": "Main window controls",
|
|
975
974
|
"desktopworkspacesection.surface.chat.label": "Chat Window",
|
|
976
975
|
"desktopworkspacesection.surface.cloud.label": "Cloud Window",
|
|
977
976
|
"desktopworkspacesection.surface.connectors.label": "Connectors Window",
|
|
978
977
|
"desktopworkspacesection.surface.plugins.label": "Plugins Window",
|
|
979
978
|
"desktopworkspacesection.surface.triggers.label": "Heartbeats Window",
|
|
979
|
+
"desktopworkspacesection.SurfaceOpened": "Opened {{surface}}.",
|
|
980
|
+
"desktopworkspacesection.UnmaximizeWindow": "Unmaximize Window",
|
|
981
|
+
"desktopworkspacesection.WindowControls": "Window Controls",
|
|
982
|
+
"desktopworkspacesection.WindowControlsDescription": "Main window controls",
|
|
980
983
|
"detachedshell.SetupInProgress": "Setup in progress",
|
|
981
984
|
"detachedshell.SetupInProgressDesc": "Complete onboarding in the main window first. This window will become available once your agent is ready.",
|
|
982
985
|
"detachedshell.SkipToContent": "Skip to content",
|
|
@@ -985,10 +988,11 @@
|
|
|
985
988
|
"elizaclouddashboard.AccountIdSessionNoUserId": "No user ID shown — cloud still works.",
|
|
986
989
|
"elizaclouddashboard.AdminLock": "Admin lock",
|
|
987
990
|
"elizaclouddashboard.AdvancedDashboard": "Advanced External Dashboard",
|
|
991
|
+
"elizaclouddashboard.agentDetails": "Agent Details",
|
|
988
992
|
"elizaclouddashboard.AgentName": "Agent Name",
|
|
993
|
+
"elizaclouddashboard.Agents": "Agents",
|
|
989
994
|
"elizaclouddashboard.AgentWalletDetected": "Wallet empty",
|
|
990
995
|
"elizaclouddashboard.AgentWalletFunded": "Wallet ready",
|
|
991
|
-
"elizaclouddashboard.Agents": "Agents",
|
|
992
996
|
"elizaclouddashboard.AutoTopUp": "Auto Top-Up",
|
|
993
997
|
"elizaclouddashboard.AutoTopUpAmountRange": "Auto top-up amount must be between ${{min}} and ${{max}}.",
|
|
994
998
|
"elizaclouddashboard.AutoTopUpNeedsPaymentMethod": "Add a card first",
|
|
@@ -1008,6 +1012,7 @@
|
|
|
1008
1012
|
"elizaclouddashboard.ConnectDiscord": "Connect Discord",
|
|
1009
1013
|
"elizaclouddashboard.ConnectElizaCloud": "Connect Eliza Cloud",
|
|
1010
1014
|
"elizaclouddashboard.ConnectGitHub": "Connect GitHub",
|
|
1015
|
+
"elizaclouddashboard.created": "Created:",
|
|
1011
1016
|
"elizaclouddashboard.CreditsCritical": "Critical",
|
|
1012
1017
|
"elizaclouddashboard.CreditsHealthy": "Healthy",
|
|
1013
1018
|
"elizaclouddashboard.CreditsLabel": "credits",
|
|
@@ -1021,8 +1026,8 @@
|
|
|
1021
1026
|
"elizaclouddashboard.DiscordActions": "Action Toggles",
|
|
1022
1027
|
"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.",
|
|
1023
1028
|
"elizaclouddashboard.DiscordChunkLimit": "Text chunk limit",
|
|
1024
|
-
"elizaclouddashboard.DiscordDisconnectFailed": "Failed to disconnect managed Discord.",
|
|
1025
1029
|
"elizaclouddashboard.DiscordDisconnected": "Managed Discord disconnected from this agent.",
|
|
1030
|
+
"elizaclouddashboard.DiscordDisconnectFailed": "Failed to disconnect managed Discord.",
|
|
1026
1031
|
"elizaclouddashboard.DiscordDmEnabled": "DMs enabled",
|
|
1027
1032
|
"elizaclouddashboard.DiscordDmPolicy": "DM Policy",
|
|
1028
1033
|
"elizaclouddashboard.DiscordDmPolicyLabel": "Policy",
|
|
@@ -1042,8 +1047,8 @@
|
|
|
1042
1047
|
"elizaclouddashboard.DiscordSaveSettings": "Save Discord Settings",
|
|
1043
1048
|
"elizaclouddashboard.DiscordSettings": "Discord Settings",
|
|
1044
1049
|
"elizaclouddashboard.DiscordSettingsLoadError": "Could not load Discord settings. The cloud endpoint may not be available yet.",
|
|
1045
|
-
"elizaclouddashboard.DiscordSettingsSaveFailed": "Failed to save Discord settings.",
|
|
1046
1050
|
"elizaclouddashboard.DiscordSettingsSaved": "Discord settings saved.",
|
|
1051
|
+
"elizaclouddashboard.DiscordSettingsSaveFailed": "Failed to save Discord settings.",
|
|
1047
1052
|
"elizaclouddashboard.DiscordSetupContinuesInBrowser": "Finish Discord setup in your browser, then return here.",
|
|
1048
1053
|
"elizaclouddashboard.DiscordSetupFailed": "Failed to start Discord setup.",
|
|
1049
1054
|
"elizaclouddashboard.ElizaCloudNotConnected": "Eliza Cloud is not connected.",
|
|
@@ -1066,16 +1071,17 @@
|
|
|
1066
1071
|
"elizaclouddashboard.LaunchConnectionMissing": "Eliza Cloud did not return a launch connection.",
|
|
1067
1072
|
"elizaclouddashboard.LearnMore": "Learn more",
|
|
1068
1073
|
"elizaclouddashboard.LiveLogs": "Live Logs",
|
|
1069
|
-
"elizaclouddashboard.ManageInstance": "Manage your Eliza Cloud instance and resources.",
|
|
1070
|
-
"elizaclouddashboard.ManagedDiscordConnectFailed": "Managed Discord setup did not complete.",
|
|
1071
1074
|
"elizaclouddashboard.ManagedDiscordConnectedNotice": "Managed Discord connected to {{guild}}.{{statusNote}}",
|
|
1072
1075
|
"elizaclouddashboard.ManagedDiscordConnectedNoticeFallback": "Managed Discord connected.{{statusNote}}",
|
|
1076
|
+
"elizaclouddashboard.ManagedDiscordConnectFailed": "Managed Discord setup did not complete.",
|
|
1073
1077
|
"elizaclouddashboard.ManagedDiscordRestartedSuffix": " The agent restarted and is ready.",
|
|
1074
1078
|
"elizaclouddashboard.ManagedGithubConnectedNotice": "GitHub account connected to this agent.",
|
|
1075
1079
|
"elizaclouddashboard.ManagedGithubLinkFailed": "Failed to link GitHub to agent.",
|
|
1080
|
+
"elizaclouddashboard.ManageInstance": "Manage your Eliza Cloud instance and resources.",
|
|
1076
1081
|
"elizaclouddashboard.MinAmountPlaceholder": "Min ${{amount}}",
|
|
1077
1082
|
"elizaclouddashboard.NewToElizaCloud": "New to Eliza Cloud?",
|
|
1078
1083
|
"elizaclouddashboard.NoAgentWalletDetected": "No wallet",
|
|
1084
|
+
"elizaclouddashboard.node": "Node:",
|
|
1079
1085
|
"elizaclouddashboard.NoGitHubLinkedYet": "No account linked yet",
|
|
1080
1086
|
"elizaclouddashboard.NoHeartbeatYet": "No heartbeat yet",
|
|
1081
1087
|
"elizaclouddashboard.NoLogsAvailableDeploying": "No logs available. Deploying...",
|
|
@@ -1099,6 +1105,8 @@
|
|
|
1099
1105
|
"elizaclouddashboard.ScaleYourAgents": "Eliza Cloud has every service you need for your agent so you don't need a bunch of API keys. Free credits to get started.",
|
|
1100
1106
|
"elizaclouddashboard.Secure": "Secure",
|
|
1101
1107
|
"elizaclouddashboard.SharedAppId": "Shared app ID: {{id}}",
|
|
1108
|
+
"elizaclouddashboard.statusProvisioning": "Provisioning",
|
|
1109
|
+
"elizaclouddashboard.statusStopped": "Stopped",
|
|
1102
1110
|
"elizaclouddashboard.StewardPolicyRejected": "Steward policy rejected: {{reason}}",
|
|
1103
1111
|
"elizaclouddashboard.StewardPolicyRejectedTransfer": "Steward policy rejected the transfer: {{reason}}",
|
|
1104
1112
|
"elizaclouddashboard.SubmittedPayment": "Submitted {{currency}} payment: {{hash}}{{note}}",
|
|
@@ -1107,32 +1115,29 @@
|
|
|
1107
1115
|
"elizaclouddashboard.TopUpCredits": "Top Up Credits",
|
|
1108
1116
|
"elizaclouddashboard.TransactionPendingApproval": "Transaction pending Steward policy approval.",
|
|
1109
1117
|
"elizaclouddashboard.TransferAwaitingApproval": "Transfer is waiting for Steward policy approval.",
|
|
1118
|
+
"elizaclouddashboard.unnamedAgent": "Unnamed Agent",
|
|
1110
1119
|
"elizaclouddashboard.UnsignedPaymentRequest": "Cloud returned an unsigned payment request. Sign it from the wallet flow to complete payment.",
|
|
1111
1120
|
"elizaclouddashboard.ViaStewardVault": " (via Steward vault)",
|
|
1112
1121
|
"elizaclouddashboard.WhoeverLinksBecomesAdmin": "Whoever completes setup becomes admin",
|
|
1113
|
-
"elizaclouddashboard.agentDetails": "Agent Details",
|
|
1114
|
-
"elizaclouddashboard.created": "Created:",
|
|
1115
|
-
"elizaclouddashboard.node": "Node:",
|
|
1116
|
-
"elizaclouddashboard.statusProvisioning": "Provisioning",
|
|
1117
|
-
"elizaclouddashboard.statusStopped": "Stopped",
|
|
1118
|
-
"elizaclouddashboard.unnamedAgent": "Unnamed Agent",
|
|
1119
1122
|
"emotepicker.Emotes": "Emotes",
|
|
1120
1123
|
"emotepicker.NoEmotesFound": "No emotes found",
|
|
1121
1124
|
"emotepicker.SearchEmotes": "Search emotes...",
|
|
1122
|
-
"finetuningview.ActivateModel": "Activate Model",
|
|
1123
1125
|
"finetuningview.ActivatedModelMessage": "Activated model {{id}} as {{providerModel}}.",
|
|
1126
|
+
"finetuningview.ActivateModel": "Activate Model",
|
|
1124
1127
|
"finetuningview.Activating": "Activating...",
|
|
1125
1128
|
"finetuningview.ActiveIndicator": "· active",
|
|
1126
1129
|
"finetuningview.ActiveJob": "Active job:",
|
|
1127
1130
|
"finetuningview.AdapterPath": "Adapter path:",
|
|
1128
1131
|
"finetuningview.Agent": "Agent:",
|
|
1129
1132
|
"finetuningview.AutoBuildDatasetF": "Auto-build dataset from trajectories",
|
|
1133
|
+
"finetuningview.backend": "backend:",
|
|
1130
1134
|
"finetuningview.BaseModelForOllam": "Base model for Ollama (optional)",
|
|
1131
1135
|
"finetuningview.BaseModelOptional": "Base model (optional)",
|
|
1132
1136
|
"finetuningview.BatchSizeOptional": "Batch size (optional)",
|
|
1137
|
+
"finetuningview.benchmark": "benchmark:",
|
|
1133
1138
|
"finetuningview.BenchmarkAction": "Benchmark",
|
|
1134
|
-
"finetuningview.BenchmarkStatusMessage": "Benchmark {{status}} for {{id}}.",
|
|
1135
1139
|
"finetuningview.Benchmarking": "Benchmarking...",
|
|
1140
|
+
"finetuningview.BenchmarkStatusMessage": "Benchmark {{status}} for {{id}}.",
|
|
1136
1141
|
"finetuningview.BuildDataset": "Build Dataset",
|
|
1137
1142
|
"finetuningview.BuildDatasetsFrom": "Build datasets from real trajectories, run training jobs, then\n import and activate models.",
|
|
1138
1143
|
"finetuningview.Building": "Building...",
|
|
@@ -1141,6 +1146,8 @@
|
|
|
1141
1146
|
"finetuningview.CancelledJobMessage": "Cancelled job {{id}}.",
|
|
1142
1147
|
"finetuningview.Cancelling": "Cancelling...",
|
|
1143
1148
|
"finetuningview.ChooseATrajectory": "Choose a trajectory to inspect.",
|
|
1149
|
+
"finetuningview.cpu": "cpu",
|
|
1150
|
+
"finetuningview.cuda": "cuda",
|
|
1144
1151
|
"finetuningview.DataReview": "Data Review",
|
|
1145
1152
|
"finetuningview.Dataset": "Dataset:",
|
|
1146
1153
|
"finetuningview.DatasetBuild": "Dataset Build",
|
|
@@ -1157,8 +1164,8 @@
|
|
|
1157
1164
|
"finetuningview.FailedToRunSmokeTest": "Failed to run smoke test.",
|
|
1158
1165
|
"finetuningview.FailedToStartTrainingJob": "Failed to start training job.",
|
|
1159
1166
|
"finetuningview.FineTuning": "Fine-Tuning",
|
|
1160
|
-
"finetuningview.ImportToOllama": "Import To Ollama",
|
|
1161
1167
|
"finetuningview.ImportedModelToOllamaMessage": "Imported model {{id}} to Ollama{{ollamaModel}}.",
|
|
1168
|
+
"finetuningview.ImportToOllama": "Import To Ollama",
|
|
1162
1169
|
"finetuningview.IterationsOptional": "Iterations (optional)",
|
|
1163
1170
|
"finetuningview.LatestTrajectories": "Latest trajectories",
|
|
1164
1171
|
"finetuningview.LearningRateOptio": "Learning rate (optional)",
|
|
@@ -1167,6 +1174,7 @@
|
|
|
1167
1174
|
"finetuningview.LoadingFineTuning": "Loading fine-tuning workspace...",
|
|
1168
1175
|
"finetuningview.LoadingTrajectoryD": "Loading trajectory detail...",
|
|
1169
1176
|
"finetuningview.MinLLMCallsPerTr": "Min LLM calls per trajectory",
|
|
1177
|
+
"finetuningview.mlx": "mlx",
|
|
1170
1178
|
"finetuningview.Model": "Model:",
|
|
1171
1179
|
"finetuningview.ModelActions": "Model actions",
|
|
1172
1180
|
"finetuningview.ModelOps": "Model Ops",
|
|
@@ -1191,37 +1199,31 @@
|
|
|
1191
1199
|
"finetuningview.RestartAgentTitle": "Restart Agent",
|
|
1192
1200
|
"finetuningview.Reward": "· Reward:",
|
|
1193
1201
|
"finetuningview.Reward1": "Reward:",
|
|
1194
|
-
"finetuningview.RunSmokePrompt": "Run Smoke Prompt",
|
|
1195
1202
|
"finetuningview.RunningJobs": "Running Jobs:",
|
|
1203
|
+
"finetuningview.RunSmokePrompt": "Run Smoke Prompt",
|
|
1196
1204
|
"finetuningview.Runtime": "Runtime:",
|
|
1197
1205
|
"finetuningview.RuntimeNotStarted": "Agent runtime is not started.",
|
|
1206
|
+
"finetuningview.samples": "samples ·",
|
|
1198
1207
|
"finetuningview.SelectAJobToInsp": "Select a job to inspect logs.",
|
|
1199
1208
|
"finetuningview.SelectAModelToIm": "Select a model to import or activate.",
|
|
1200
1209
|
"finetuningview.SelectedJobLogs": "Selected job logs",
|
|
1201
1210
|
"finetuningview.SelectedTrajectory": "Selected trajectory",
|
|
1202
1211
|
"finetuningview.SmokeTestCompleted": "Smoke test completed.",
|
|
1203
|
-
"finetuningview.StartTrainingJob": "Start Training Job",
|
|
1204
1212
|
"finetuningview.StartedTrainingJobMessage": "Started training job {{id}}.",
|
|
1205
1213
|
"finetuningview.Starting": "Starting...",
|
|
1214
|
+
"finetuningview.StartTrainingJob": "Start Training Job",
|
|
1206
1215
|
"finetuningview.Status1": "Status:",
|
|
1207
1216
|
"finetuningview.Streaming": "Streaming",
|
|
1208
1217
|
"finetuningview.TrainedModels": "Trained Models",
|
|
1209
1218
|
"finetuningview.Training": "Training",
|
|
1210
1219
|
"finetuningview.TrainingJobs": "Training Jobs",
|
|
1211
|
-
"finetuningview.Trajectory": "Trajectory:",
|
|
1212
|
-
"finetuningview.backend": "backend:",
|
|
1213
|
-
"finetuningview.benchmark": "benchmark:",
|
|
1214
|
-
"finetuningview.cpu": "cpu",
|
|
1215
|
-
"finetuningview.cuda": "cuda",
|
|
1216
|
-
"finetuningview.mlx": "mlx",
|
|
1217
|
-
"finetuningview.samples": "samples ·",
|
|
1218
1220
|
"finetuningview.trajectories": "trajectories",
|
|
1221
|
+
"finetuningview.Trajectory": "Trajectory:",
|
|
1219
1222
|
"finetuningview.trajectoryRowsAvai": "trajectory rows available.",
|
|
1220
1223
|
"flaminaguide.CharacterImpactLabel": "How it affects the character:",
|
|
1221
1224
|
"flaminaguide.FinishSetupLater": "Finish setup later",
|
|
1222
1225
|
"flaminaguide.FinishSetupLaterDescription": "These items can be completed any time",
|
|
1223
1226
|
"flaminaguide.IfYouSkipLabel": "If you skip:",
|
|
1224
|
-
"flaminaguide.WhenToUseLabel": "When to use it:",
|
|
1225
1227
|
"flaminaguide.permissions.characterImpact": "Local system visibility and control",
|
|
1226
1228
|
"flaminaguide.permissions.description": "Local system access controls",
|
|
1227
1229
|
"flaminaguide.permissions.recommended": "Grant only what you need now",
|
|
@@ -1253,6 +1255,7 @@
|
|
|
1253
1255
|
"flaminaguide.voice.skipEffect": "Identity saves; voice deferred",
|
|
1254
1256
|
"flaminaguide.voice.title": "Voice and presentation",
|
|
1255
1257
|
"flaminaguide.voice.whenToUse": "Configure for voice-first interactions",
|
|
1258
|
+
"flaminaguide.WhenToUseLabel": "When to use it:",
|
|
1256
1259
|
"format.duration.days": "{{value}}d",
|
|
1257
1260
|
"format.duration.hours": "{{value}}h",
|
|
1258
1261
|
"format.duration.minutes": "{{value}}m",
|
|
@@ -1281,17 +1284,17 @@
|
|
|
1281
1284
|
"gameview.CommandSentToAppSession": "Command sent to app session.",
|
|
1282
1285
|
"gameview.FailedToSend": "Failed to send: {{message}}",
|
|
1283
1286
|
"gameview.FailedToStop": "Failed to stop: {{message}}",
|
|
1284
|
-
"gameview.FocusWindow": "Focus Window",
|
|
1285
1287
|
"gameview.FocusedNativeGameWindow": "Focused native game window.",
|
|
1288
|
+
"gameview.FocusWindow": "Focus Window",
|
|
1286
1289
|
"gameview.GameWindowNoLongerOpen": "Game Window No Longer Open",
|
|
1287
1290
|
"gameview.GameWindowNotReadyYet": "Game window not ready yet.",
|
|
1288
1291
|
"gameview.GpuDiagnosticsWindowHidden": "GPU diagnostics window hidden.",
|
|
1289
1292
|
"gameview.GpuDiagnosticsWindowReady": "GPU diagnostics window ready.",
|
|
1290
1293
|
"gameview.GpuDiagnosticsWindowShown": "GPU diagnostics window shown.",
|
|
1291
|
-
"gameview.HidNativeGameWindow": "Hid native game window.",
|
|
1292
1294
|
"gameview.HideDashboard": "Hide dashboard",
|
|
1293
1295
|
"gameview.HideGpuWindow": "Hide GPU Window",
|
|
1294
1296
|
"gameview.HideWindow": "Hide Window",
|
|
1297
|
+
"gameview.HidNativeGameWindow": "Hid native game window.",
|
|
1295
1298
|
"gameview.KeepOnTop": "Keep On Top",
|
|
1296
1299
|
"gameview.LaunchGpuDiagnostics": "Launch GPU Diagnostics",
|
|
1297
1300
|
"gameview.NativeGameActionFailed": "Native game action failed.",
|
|
@@ -1299,6 +1302,7 @@
|
|
|
1299
1302
|
"gameview.NativeGameWindowNormal": "Native Game Window Normal",
|
|
1300
1303
|
"gameview.NativeGameWindowPinned": "Native Game Window Pinned",
|
|
1301
1304
|
"gameview.NormalWindow": "Normal Window",
|
|
1305
|
+
"gameview.postMessageAuth": "postMessage auth",
|
|
1302
1306
|
"gameview.Recommendations": "Recommendations",
|
|
1303
1307
|
"gameview.RefreshNativeState": "Refresh Native State",
|
|
1304
1308
|
"gameview.RunSteeringUnsupported": "This run does not expose a steering channel yet.",
|
|
@@ -1307,34 +1311,29 @@
|
|
|
1307
1311
|
"gameview.SessionControlUnsupported": "This run does not expose session controls.",
|
|
1308
1312
|
"gameview.ShowDashboard": "Show dashboard",
|
|
1309
1313
|
"gameview.ShowGpuWindow": "Show GPU Window",
|
|
1310
|
-
"gameview.ShowWindow": "Show Window",
|
|
1311
1314
|
"gameview.ShownNativeGameWindow": "Shown native game window.",
|
|
1315
|
+
"gameview.ShowWindow": "Show Window",
|
|
1312
1316
|
"gameview.SnapshotUnavailable": "Snapshot unavailable.",
|
|
1313
1317
|
"gameview.SnapshotWindow": "Snapshot Window",
|
|
1314
1318
|
"gameview.UpdatingSession": "Updating session…",
|
|
1315
|
-
"gameview.ViewerAttachFailed": "Failed to attach viewer: {{message}}",
|
|
1316
1319
|
"gameview.ViewerAttached": "Viewer attached.",
|
|
1320
|
+
"gameview.ViewerAttachFailed": "Failed to attach viewer: {{message}}",
|
|
1317
1321
|
"gameview.ViewerAuthSent": "Viewer auth sent.",
|
|
1318
|
-
"gameview.ViewerDetachFailed": "Failed to detach viewer: {{message}}",
|
|
1319
1322
|
"gameview.ViewerDetached": "Viewer detached.",
|
|
1323
|
+
"gameview.ViewerDetachFailed": "Failed to detach viewer: {{message}}",
|
|
1320
1324
|
"gameview.ViewerUnavailable": "No viewer or launch URL is available for this run.",
|
|
1321
1325
|
"gameview.WaitingForNativeGameWindow": "Waiting for native game window.",
|
|
1322
|
-
"gameview.postMessageAuth": "postMessage auth",
|
|
1323
1326
|
"gameviewoverlay.CloseOverlay": "Close overlay",
|
|
1324
1327
|
"gameviewoverlay.ExpandBackToApps": "Expand back to Apps tab",
|
|
1325
|
-
"header.CloudCreditsBalanc": "Cloud credits balance",
|
|
1326
|
-
"header.MobileNavigationDescription": "Navigate between sections",
|
|
1327
1328
|
"header.characterMode": "Character Edit",
|
|
1329
|
+
"header.CloudCreditsBalanc": "Cloud credits balance",
|
|
1328
1330
|
"header.companionMode": "Companion Mode",
|
|
1329
1331
|
"header.elizaCloudAuthRejected": "Cloud key invalid",
|
|
1332
|
+
"header.MobileNavigationDescription": "Navigate between sections",
|
|
1330
1333
|
"header.nativeMode": "Native Mode",
|
|
1331
1334
|
"heartbeat.interruptAndRunNow": "Interrupt and run now",
|
|
1332
1335
|
"heartbeat.messageReceived": "Message received",
|
|
1333
1336
|
"heartbeat.repeatingInterval": "Repeating interval",
|
|
1334
|
-
"heartbeatsview.EveryIntervalUnit": "Every {{interval}} {{unit}}",
|
|
1335
|
-
"heartbeatsview.SaveAsTemplate": "Save as template",
|
|
1336
|
-
"heartbeatsview.TemplateLoadedNotice": "Template \"{{name}}\" loaded. Customize and create.",
|
|
1337
|
-
"heartbeatsview.Templates": "Templates",
|
|
1338
1337
|
"heartbeatsview.createFirstHeartbeat": "Create your first Heartbeat",
|
|
1339
1338
|
"heartbeatsview.createHeartbeat": "Create Heartbeat",
|
|
1340
1339
|
"heartbeatsview.cronFieldDay": "day",
|
|
@@ -1355,6 +1354,7 @@
|
|
|
1355
1354
|
"heartbeatsview.emDash": "—",
|
|
1356
1355
|
"heartbeatsview.emptyStateDescription": "Create or select a heartbeat",
|
|
1357
1356
|
"heartbeatsview.every": "Every",
|
|
1357
|
+
"heartbeatsview.EveryIntervalUnit": "Every {{interval}} {{unit}}",
|
|
1358
1358
|
"heartbeatsview.interval": "Interval",
|
|
1359
1359
|
"heartbeatsview.maxRuns": "Max Runs",
|
|
1360
1360
|
"heartbeatsview.newHeartbeat": "New Heartbeat",
|
|
@@ -1367,6 +1367,7 @@
|
|
|
1367
1367
|
"heartbeatsview.onceAt": "Once at {{time}}",
|
|
1368
1368
|
"heartbeatsview.runCountPlural": "{{count}} runs",
|
|
1369
1369
|
"heartbeatsview.runStats": "Run Stats",
|
|
1370
|
+
"heartbeatsview.SaveAsTemplate": "Save as template",
|
|
1370
1371
|
"heartbeatsview.saveChanges": "Save Changes",
|
|
1371
1372
|
"heartbeatsview.searchHeartbeats": "Search heartbeats",
|
|
1372
1373
|
"heartbeatsview.selectAHeartbeat": "Select a Heartbeat",
|
|
@@ -1378,6 +1379,8 @@
|
|
|
1378
1379
|
"heartbeatsview.template.journal.name": "Daily journal prompt",
|
|
1379
1380
|
"heartbeatsview.template.trending.instructions": "Scan for trending topics on crypto Twitter and tech news. Give a 3-bullet summary of what's worth paying attention to.",
|
|
1380
1381
|
"heartbeatsview.template.trending.name": "Trending topics digest",
|
|
1382
|
+
"heartbeatsview.TemplateLoadedNotice": "Template \"{{name}}\" loaded. Customize and create.",
|
|
1383
|
+
"heartbeatsview.Templates": "Templates",
|
|
1381
1384
|
"heartbeatsview.unlimited": "Unlimited",
|
|
1382
1385
|
"heartbeatsview.validationCronFiveFields": "Cron expression must have exactly 5 fields (minute hour day month weekday).",
|
|
1383
1386
|
"heartbeatsview.validationCronInvalidField": "Invalid cron {{field}} field: \"{{value}}\"",
|
|
@@ -1389,6 +1392,7 @@
|
|
|
1389
1392
|
"heartbeatsview.validationScheduledTimeInvalid": "Scheduled time must be a valid ISO date-time.",
|
|
1390
1393
|
"heartbeatsview.validationScheduledTimeRequired": "Scheduled time is required for one-time heartbeats.",
|
|
1391
1394
|
"inboxview.AgentSendWarning": "Agent Send Warning",
|
|
1395
|
+
"inboxview.avatarAlt": "{{title}} avatar",
|
|
1392
1396
|
"inboxview.EmptyRoom": "No messages in this chat yet.",
|
|
1393
1397
|
"inboxview.Loading": "Loading messages…",
|
|
1394
1398
|
"inboxview.ReadOnlyReplyHint": "Read-only view. Reply from the {{source}} app — the connector plugin handles outbound messages.",
|
|
@@ -1397,7 +1401,6 @@
|
|
|
1397
1401
|
"inboxview.SendFailed": "Failed to send message.",
|
|
1398
1402
|
"inboxview.Sending": "Sending…",
|
|
1399
1403
|
"inboxview.TotalCountShort": "messages",
|
|
1400
|
-
"inboxview.avatarAlt": "{{title}} avatar",
|
|
1401
1404
|
"inference.cheapest": "Cheapest",
|
|
1402
1405
|
"inference.embeddingModelTextEmbedding": "Embedding model (TEXT_EMBEDDING)",
|
|
1403
1406
|
"inference.fastest": "Fastest",
|
|
@@ -1430,6 +1433,7 @@
|
|
|
1430
1433
|
"inventoryview.ChainHidden": "{{chain}} — hidden",
|
|
1431
1434
|
"inventoryview.ChainHiddenClickToShow": "{{chain}} — hidden (click to show)",
|
|
1432
1435
|
"inventoryview.ChainInlineError": "{{chain}}: {{message}}",
|
|
1436
|
+
"inventoryview.chainLowercase": "chain",
|
|
1433
1437
|
"inventoryview.ChainNoWalletConfigured": "{{chain}} — no wallet configured",
|
|
1434
1438
|
"inventoryview.ChainShownClickToHide": "{{chain}} — shown (click to hide)",
|
|
1435
1439
|
"inventoryview.ChainVisible": "{{chain}} — visible",
|
|
@@ -1444,7 +1448,6 @@
|
|
|
1444
1448
|
"inventoryview.StewardVaultConnected": "Steward vault connected",
|
|
1445
1449
|
"inventoryview.ThisChainLowercase": "this chain",
|
|
1446
1450
|
"inventoryview.VisibleAssets": "{{count}} visible assets",
|
|
1447
|
-
"inventoryview.chainLowercase": "chain",
|
|
1448
1451
|
"knowledge.ui.searchPlaceholder": "Search knowledge...",
|
|
1449
1452
|
"knowledgeview.AddFromURL": "Add from URL",
|
|
1450
1453
|
"knowledgeview.Batch": "batch",
|
|
@@ -1455,9 +1458,9 @@
|
|
|
1455
1458
|
"knowledgeview.Document": "document",
|
|
1456
1459
|
"knowledgeview.DocumentCountMany": "Document Count Many",
|
|
1457
1460
|
"knowledgeview.DocumentCountOne": "Document Count One",
|
|
1458
|
-
"knowledgeview.DocumentUpdated": "Document Updated",
|
|
1459
1461
|
"knowledgeview.Documents": "Documents",
|
|
1460
1462
|
"knowledgeview.DocumentsCount": "{{count}} docs",
|
|
1463
|
+
"knowledgeview.DocumentUpdated": "Document Updated",
|
|
1461
1464
|
"knowledgeview.DropFilesHereToUpload": "Drop files here to upload",
|
|
1462
1465
|
"knowledgeview.DropFilesOrFoldersToUpload": "Drop files or folders to upload",
|
|
1463
1466
|
"knowledgeview.Editable": "Editable",
|
|
@@ -1476,6 +1479,7 @@
|
|
|
1476
1479
|
"knowledgeview.Fragments1": "Fragments (",
|
|
1477
1480
|
"knowledgeview.FragmentsLabel": "Fragments",
|
|
1478
1481
|
"knowledgeview.FromUrl": "From URL",
|
|
1482
|
+
"knowledgeview.httpsExampleCom": "https://example.com/document.pdf or YouTube URL",
|
|
1479
1483
|
"knowledgeview.ImageCouldNotBeCompressed": "Image could not be compressed below {{limit}} for processing.",
|
|
1480
1484
|
"knowledgeview.IncludeAIImageDes": "Process Images",
|
|
1481
1485
|
"knowledgeview.KnowledgeServiceIs": "Knowledge service is loading...",
|
|
@@ -1508,19 +1512,17 @@
|
|
|
1508
1512
|
"knowledgeview.UnknownImportError": "Unknown import error",
|
|
1509
1513
|
"knowledgeview.UnknownSearchError": "Unknown search error",
|
|
1510
1514
|
"knowledgeview.UnknownUploadError": "Unknown upload error",
|
|
1515
|
+
"knowledgeview.Uploaded": "Uploaded",
|
|
1511
1516
|
"knowledgeview.UploadFailed": "Upload failed",
|
|
1512
1517
|
"knowledgeview.UploadFilesOrImpo": "Upload files or import from URL to get started",
|
|
1518
|
+
"knowledgeview.UploadingBatchStartingWith": "Uploading batch starting with {{label}}",
|
|
1519
|
+
"knowledgeview.UploadingProgress": "Uploading {{current}}/{{total}}{{filename}}",
|
|
1513
1520
|
"knowledgeview.UploadLargeFiles": "Upload Large Files",
|
|
1514
1521
|
"knowledgeview.UploadLargeFilesDetail": "Uploading can take longer and may increase embedding or vision costs.",
|
|
1515
1522
|
"knowledgeview.UploadPayloadExceedsLimit": "Upload payload is {{size}}, which exceeds the current limit ({{limit}}).",
|
|
1516
1523
|
"knowledgeview.UploadSupportedTypes": "Docs, PDFs, JSON, CSV, and supported images.",
|
|
1517
1524
|
"knowledgeview.UploadTooLarge": "Upload too large. Try splitting this file.",
|
|
1518
|
-
"knowledgeview.Uploaded": "Uploaded",
|
|
1519
|
-
"knowledgeview.UploadingBatchStartingWith": "Uploading batch starting with {{label}}",
|
|
1520
|
-
"knowledgeview.UploadingProgress": "Uploading {{current}}/{{total}}{{filename}}",
|
|
1521
1525
|
"knowledgeview.YouTube": "YouTube",
|
|
1522
|
-
"knowledgeview.httpsExampleCom": "https://example.com/document.pdf or YouTube URL",
|
|
1523
|
-
"lifeopsoverview.OpenView": "Open LifeOps view",
|
|
1524
1526
|
"lifeopsoverview.agentOpsHeading": "Agent ops",
|
|
1525
1527
|
"lifeopsoverview.cadence.daily": "Daily",
|
|
1526
1528
|
"lifeopsoverview.cadence.everyHours": "Every {{count}}h",
|
|
@@ -1567,6 +1569,7 @@
|
|
|
1567
1569
|
"lifeopsoverview.noReminderAttemptsYet": "No reminder attempts yet",
|
|
1568
1570
|
"lifeopsoverview.noUpcomingEvents": "No upcoming events",
|
|
1569
1571
|
"lifeopsoverview.now": "Now",
|
|
1572
|
+
"lifeopsoverview.OpenView": "Open LifeOps view",
|
|
1570
1573
|
"lifeopsoverview.originalIntent": "Original intent:",
|
|
1571
1574
|
"lifeopsoverview.performance": "Performance:",
|
|
1572
1575
|
"lifeopsoverview.progressSignal": "Progress signal:",
|
|
@@ -1608,14 +1611,14 @@
|
|
|
1608
1611
|
"lifeopspage.calendarDescription": "See today and the week ahead. Create events without leaving the app.",
|
|
1609
1612
|
"lifeopspage.cloudRequired": "Cloud required",
|
|
1610
1613
|
"lifeopspage.disable": "Disable LifeOps",
|
|
1611
|
-
"lifeopspage.disableHint": "You can disable LifeOps at any time.",
|
|
1612
1614
|
"lifeopspage.disabled": "LifeOps disabled.",
|
|
1615
|
+
"lifeopspage.disableHint": "You can disable LifeOps at any time.",
|
|
1613
1616
|
"lifeopspage.disconnectAgentGithubFailed": "Failed to disconnect agent GitHub.",
|
|
1614
1617
|
"lifeopspage.disconnectGithubFailed": "Failed to disconnect GitHub.",
|
|
1615
1618
|
"lifeopspage.enable": "Enable LifeOps",
|
|
1619
|
+
"lifeopspage.enabled": "LifeOps enabled.",
|
|
1616
1620
|
"lifeopspage.enableDescription": "Enable LifeOps to let the agent triage email, manage your calendar, and keep your goals and reminders on track. You pick which accounts and permissions to connect after turning it on.",
|
|
1617
1621
|
"lifeopspage.enableTitle": "Your personal assistant for calendar, email, and routines",
|
|
1618
|
-
"lifeopspage.enabled": "LifeOps enabled.",
|
|
1619
1622
|
"lifeopspage.enabling": "Enabling…",
|
|
1620
1623
|
"lifeopspage.finishGithubAuth": "Finish GitHub authorization in your browser, then return here.",
|
|
1621
1624
|
"lifeopspage.githubConnectedCloud": "LifeOps GitHub connected through Eliza Cloud.",
|
|
@@ -1659,16 +1662,16 @@
|
|
|
1659
1662
|
"lifeopsworkspace.calendarLockedHint": "Connect Google for both User and Agent in Setup above to see today's events and create new ones here.",
|
|
1660
1663
|
"lifeopsworkspace.calendarWindow": "Calendar window",
|
|
1661
1664
|
"lifeopsworkspace.confirmationRequired": "Confirmation required",
|
|
1665
|
+
"lifeopsworkspace.createdEvent": "Created {{title}}",
|
|
1662
1666
|
"lifeopsworkspace.createEvent": "Create event",
|
|
1663
1667
|
"lifeopsworkspace.createEventFailed": "Could not create the event.",
|
|
1664
1668
|
"lifeopsworkspace.createEventValidation": "Enter a title, date, time, and duration.",
|
|
1665
|
-
"lifeopsworkspace.createdEvent": "Created {{title}}",
|
|
1666
1669
|
"lifeopsworkspace.creating": "Creating…",
|
|
1670
|
+
"lifeopsworkspace.draftedReply": "Drafted {{subject}}",
|
|
1671
|
+
"lifeopsworkspace.drafting": "Drafting...",
|
|
1667
1672
|
"lifeopsworkspace.draftReply": "Draft reply",
|
|
1668
1673
|
"lifeopsworkspace.draftReplyFailed": "Could not draft the reply.",
|
|
1669
1674
|
"lifeopsworkspace.draftToneAria": "{{side}} draft tone",
|
|
1670
|
-
"lifeopsworkspace.draftedReply": "Drafted {{subject}}",
|
|
1671
|
-
"lifeopsworkspace.drafting": "Drafting...",
|
|
1672
1675
|
"lifeopsworkspace.durationMinutes": "Duration in minutes",
|
|
1673
1676
|
"lifeopsworkspace.email": "Email",
|
|
1674
1677
|
"lifeopsworkspace.emailLockedHint": "Connect Google for both User and Agent in Setup above to triage replies and draft responses here.",
|
|
@@ -1687,8 +1690,8 @@
|
|
|
1687
1690
|
"lifeopsworkspace.newEvent": "New event",
|
|
1688
1691
|
"lifeopsworkspace.nothingScheduled": "Nothing scheduled. Use New event below to add one.",
|
|
1689
1692
|
"lifeopsworkspace.readyToSend": "Ready to send",
|
|
1690
|
-
"lifeopsworkspace.sendReplyFailed": "Could not send the reply.",
|
|
1691
1693
|
"lifeopsworkspace.sending": "Sending...",
|
|
1694
|
+
"lifeopsworkspace.sendReplyFailed": "Could not send the reply.",
|
|
1692
1695
|
"lifeopsworkspace.sentReply": "Sent {{subject}}",
|
|
1693
1696
|
"lifeopsworkspace.warm": "Warm",
|
|
1694
1697
|
"lifeopsworkspace.week": "Week",
|
|
@@ -1733,9 +1736,9 @@
|
|
|
1733
1736
|
"mediagalleryview.ScanningForMedia": "Scanning for media...",
|
|
1734
1737
|
"mediagalleryview.SearchActive": "Search active",
|
|
1735
1738
|
"mediagalleryview.SearchMedia": "Search media...",
|
|
1736
|
-
"mediasettingssection.APISourceForCategory": "{{category}} API source:",
|
|
1737
1739
|
"mediasettingssection.AnthropicApiKey": "Anthropic API Key",
|
|
1738
1740
|
"mediasettingssection.ApiKeySetLeaveBlank": "API key set — leave blank to keep",
|
|
1741
|
+
"mediasettingssection.APISourceForCategory": "{{category}} API source:",
|
|
1739
1742
|
"mediasettingssection.AudioMusic": "Audio / Music",
|
|
1740
1743
|
"mediasettingssection.Camera": "Camera",
|
|
1741
1744
|
"mediasettingssection.CameraPermissionRequestSent": "Camera permission request sent.",
|
|
@@ -1765,9 +1768,6 @@
|
|
|
1765
1768
|
"mediasettingssection.FluxPro": "Flux Pro",
|
|
1766
1769
|
"mediasettingssection.FluxProV11": "Flux Pro v1.1",
|
|
1767
1770
|
"mediasettingssection.FluxSchnell": "Flux Schnell",
|
|
1768
|
-
"mediasettingssection.GPT4Turbo": "GPT-4 Turbo",
|
|
1769
|
-
"mediasettingssection.GPT4o": "GPT-4o",
|
|
1770
|
-
"mediasettingssection.GPT4oMini": "GPT-4o Mini",
|
|
1771
1771
|
"mediasettingssection.Gemini15Flash": "Gemini 1.5 Flash",
|
|
1772
1772
|
"mediasettingssection.Gemini15Pro": "Gemini 1.5 Pro",
|
|
1773
1773
|
"mediasettingssection.Gemini20Flash": "Gemini 2.0 Flash",
|
|
@@ -1775,6 +1775,9 @@
|
|
|
1775
1775
|
"mediasettingssection.GenerateGroupRegionLabel": "Media generation by category",
|
|
1776
1776
|
"mediasettingssection.GenerateGroupTitle": "Generation",
|
|
1777
1777
|
"mediasettingssection.GoogleApiKey": "Google API Key",
|
|
1778
|
+
"mediasettingssection.GPT4o": "GPT-4o",
|
|
1779
|
+
"mediasettingssection.GPT4oMini": "GPT-4o Mini",
|
|
1780
|
+
"mediasettingssection.GPT4Turbo": "GPT-4 Turbo",
|
|
1778
1781
|
"mediasettingssection.GrokImagineXAI": "Grok Imagine (xAI)",
|
|
1779
1782
|
"mediasettingssection.GrokVideoXAI": "Grok Video (xAI)",
|
|
1780
1783
|
"mediasettingssection.GrokXAI": "Grok (xAI)",
|
|
@@ -1788,9 +1791,9 @@
|
|
|
1788
1791
|
"mediasettingssection.KlingImageV3": "Kling Image v3",
|
|
1789
1792
|
"mediasettingssection.KlingO3": "Kling O3",
|
|
1790
1793
|
"mediasettingssection.KlingO3Pro": "Kling O3 Pro",
|
|
1791
|
-
"mediasettingssection.LTX219B": "LTX-2 19B",
|
|
1792
1794
|
"mediasettingssection.LastSavedPath": "Last saved path: {{path}}",
|
|
1793
1795
|
"mediasettingssection.LoadingMediaConfig": "Loading media configuration...",
|
|
1796
|
+
"mediasettingssection.LTX219B": "LTX-2 19B",
|
|
1794
1797
|
"mediasettingssection.LumaDreamMachine": "Luma Dream Machine",
|
|
1795
1798
|
"mediasettingssection.MaxDurationSecond": "Max Duration (seconds)",
|
|
1796
1799
|
"mediasettingssection.MediaApiSourceCategory.image": "Image",
|
|
@@ -1809,13 +1812,13 @@
|
|
|
1809
1812
|
"mediasettingssection.NoSavedCapturePathYet": "No saved capture path yet.",
|
|
1810
1813
|
"mediasettingssection.NoScreenSources": "No screen sources",
|
|
1811
1814
|
"mediasettingssection.OpenAIApiKey": "OpenAI API Key",
|
|
1812
|
-
"mediasettingssection.OpenSavedCapture": "Open Saved Capture",
|
|
1813
|
-
"mediasettingssection.OpenScreenPermissionSettings": "Open Screen Permission Settings",
|
|
1814
1815
|
"mediasettingssection.OpenedSavedCapture": "Opened saved capture.",
|
|
1815
1816
|
"mediasettingssection.OpenedScreenRecordingSettings": "Opened screen recording settings.",
|
|
1817
|
+
"mediasettingssection.OpenSavedCapture": "Open Saved Capture",
|
|
1818
|
+
"mediasettingssection.OpenScreenPermissionSettings": "Open Screen Permission Settings",
|
|
1816
1819
|
"mediasettingssection.OtherModels": "Other Models",
|
|
1817
|
-
"mediasettingssection.PauseRecording": "Pause Recording",
|
|
1818
1820
|
"mediasettingssection.Paused": "paused",
|
|
1821
|
+
"mediasettingssection.PauseRecording": "Pause Recording",
|
|
1819
1822
|
"mediasettingssection.Permission": "Permission",
|
|
1820
1823
|
"mediasettingssection.PermissionStatus.denied": "Denied",
|
|
1821
1824
|
"mediasettingssection.PermissionStatus.granted": "Granted",
|
|
@@ -1823,9 +1826,9 @@
|
|
|
1823
1826
|
"mediasettingssection.PermissionStatus.not-determined": "Not set",
|
|
1824
1827
|
"mediasettingssection.PermissionStatus.restricted": "Restricted",
|
|
1825
1828
|
"mediasettingssection.PhotoCaptureCompleted": "Photo capture completed.",
|
|
1829
|
+
"mediasettingssection.PhotoCapturedInMemory": "Photo captured in memory.",
|
|
1826
1830
|
"mediasettingssection.PhotoCaptureRequested": "Photo capture requested.",
|
|
1827
1831
|
"mediasettingssection.PhotoCaptureUnavailable": "Photo capture unavailable.",
|
|
1828
|
-
"mediasettingssection.PhotoCapturedInMemory": "Photo captured in memory.",
|
|
1829
1832
|
"mediasettingssection.PixverseV45": "Pixverse v4.5",
|
|
1830
1833
|
"mediasettingssection.Provider": "Provider:",
|
|
1831
1834
|
"mediasettingssection.ProviderHintAnthropicVision": "Claude Vision",
|
|
@@ -1851,9 +1854,9 @@
|
|
|
1851
1854
|
"mediasettingssection.ScreenRecordingStarted": "Screen recording started.",
|
|
1852
1855
|
"mediasettingssection.ScreenRecordingStopped": "Screen recording stopped.",
|
|
1853
1856
|
"mediasettingssection.ScreenRecordingUnavailable": "Screen recording unavailable.",
|
|
1854
|
-
"mediasettingssection.ScreenSourceSwitched": "Screen source switched.",
|
|
1855
1857
|
"mediasettingssection.ScreenshotCapturedAndSaved": "Screenshot captured and saved.",
|
|
1856
1858
|
"mediasettingssection.ScreenshotUnavailable": "Screenshot unavailable.",
|
|
1859
|
+
"mediasettingssection.ScreenSourceSwitched": "Screen source switched.",
|
|
1857
1860
|
"mediasettingssection.SelectCameraFirst": "Select a camera device first.",
|
|
1858
1861
|
"mediasettingssection.SelectScreenSourceFirst": "Select a screen source first.",
|
|
1859
1862
|
"mediasettingssection.Sora2": "Sora 2",
|
|
@@ -1892,8 +1895,8 @@
|
|
|
1892
1895
|
"messagecontent.FeaturesTabLabel": "Plugins > Features",
|
|
1893
1896
|
"messagecontent.HideJson": "Hide JSON",
|
|
1894
1897
|
"messagecontent.InteractiveUI": "Interactive UI",
|
|
1895
|
-
"messagecontent.LoadPluginInfoFailed": "Couldn't load plugin info.",
|
|
1896
1898
|
"messagecontent.LoadingConfiguration": "Loading {{pluginId}} configuration...",
|
|
1899
|
+
"messagecontent.LoadPluginInfoFailed": "Couldn't load plugin info.",
|
|
1897
1900
|
"messagecontent.NoConfigurablePara": "No configurable parameters.",
|
|
1898
1901
|
"messagecontent.PluginConfigurationTitle": "{{name}} Configuration",
|
|
1899
1902
|
"messagecontent.PluginEnabledInlineNotice": "{{name}} is enabled.",
|
|
@@ -2120,6 +2123,8 @@
|
|
|
2120
2123
|
"pairingview.PairingRequired": "Pairing Required",
|
|
2121
2124
|
"pairingview.PairingSetupDocs": "Pairing setup docs",
|
|
2122
2125
|
"permissionssection.AllowAll": "Allow All",
|
|
2126
|
+
"permissionssection.badge.notAsked": "Not Asked",
|
|
2127
|
+
"permissionssection.badge.offInSettings": "Off in Settings",
|
|
2123
2128
|
"permissionssection.BrowserPermissions": "Browser Permissions",
|
|
2124
2129
|
"permissionssection.CapabilitiesDescription": "Turn higher-level capabilities on only after the required runtime permissions are available.",
|
|
2125
2130
|
"permissionssection.CapabilitiesRequire": "Capabilities require the system permissions listed above.",
|
|
@@ -2128,11 +2133,11 @@
|
|
|
2128
2133
|
"permissionssection.DisableShellAccess": "Disable shell access",
|
|
2129
2134
|
"permissionssection.EnableShellAccess": "Enable shell access",
|
|
2130
2135
|
"permissionssection.Grant": "Grant",
|
|
2136
|
+
"permissionssection.GrantingPermissions": "Granting...",
|
|
2131
2137
|
"permissionssection.GrantPermissions": "Grant Permissions",
|
|
2132
2138
|
"permissionssection.GrantPermissionsNote": "Grant permissions to enable features like voice input and computer control.",
|
|
2133
2139
|
"permissionssection.GrantPermissionsTo": "Grant permissions to unlock desktop features.",
|
|
2134
2140
|
"permissionssection.GrantRequiredPermissionsFirst": "Grant required permissions first",
|
|
2135
|
-
"permissionssection.GrantingPermissions": "Granting...",
|
|
2136
2141
|
"permissionssection.LoadingPermissions": "Loading permissions...",
|
|
2137
2142
|
"permissionssection.LocalRuntime": "Local runtime",
|
|
2138
2143
|
"permissionssection.MacGrantAccessNote": "macOS requires Accessibility permission for computer control. Open System Settings → Privacy & Security to grant access.",
|
|
@@ -2153,8 +2158,6 @@
|
|
|
2153
2158
|
"permissionssection.UnableToLoadPermi": "Unable to load permissions.",
|
|
2154
2159
|
"permissionssection.WebOnboardingDesc": "Allow browser access so your camera, mic, and screen can stream to your agent.",
|
|
2155
2160
|
"permissionssection.WebStreamingDesc": "Grant browser access to your camera, microphone, and screen to stream to your agent.",
|
|
2156
|
-
"permissionssection.badge.notAsked": "Not Asked",
|
|
2157
|
-
"permissionssection.badge.offInSettings": "Off in Settings",
|
|
2158
2161
|
"pluginsview.23FieldDemos": "field demos",
|
|
2159
2162
|
"pluginsview.AllowAllChats": "Allow all chats",
|
|
2160
2163
|
"pluginsview.AllowSpecificChatsOnly": "Allow only specific chats",
|
|
@@ -2173,11 +2176,12 @@
|
|
|
2173
2176
|
"pluginsview.ConnectionTestPassed": "OK ({{durationMs}}ms)",
|
|
2174
2177
|
"pluginsview.ConnectionTestPassedDialog": "✓ OK ({{durationMs}}ms)",
|
|
2175
2178
|
"pluginsview.DEMO": "DEMO",
|
|
2179
|
+
"pluginsview.dependsOn": "depends on",
|
|
2176
2180
|
"pluginsview.DiscordDeveloperPortal": "Get your API token here",
|
|
2177
2181
|
"pluginsview.DiscordInviteBot": "Invite your agent",
|
|
2178
2182
|
"pluginsview.DiscordLocalAuthorize": "Authorize Discord desktop",
|
|
2179
|
-
"pluginsview.DiscordLocalAuthorizePrompt": "Authorize {{appName}} against the local Discord desktop app to read notifications, subscribe to channels, and send replies through macOS UI automation.",
|
|
2180
2183
|
"pluginsview.DiscordLocalAuthorized": "Discord desktop is authorized.",
|
|
2184
|
+
"pluginsview.DiscordLocalAuthorizePrompt": "Authorize {{appName}} against the local Discord desktop app to read notifications, subscribe to channels, and send replies through macOS UI automation.",
|
|
2181
2185
|
"pluginsview.DiscordLocalAuthorizing": "Authorizing…",
|
|
2182
2186
|
"pluginsview.DiscordLocalChannels": "Subscribed channels",
|
|
2183
2187
|
"pluginsview.DiscordLocalIpcPath": "Discord IPC socket",
|
|
@@ -2190,6 +2194,7 @@
|
|
|
2190
2194
|
"pluginsview.DiscordLocalSubscriptionsSaved": "Channel subscriptions saved.",
|
|
2191
2195
|
"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.",
|
|
2192
2196
|
"pluginsview.DragToReorder": "Drag to reorder",
|
|
2197
|
+
"pluginsview.found": "found",
|
|
2193
2198
|
"pluginsview.IMessageConnected": "iMessage is connected. Messages are being read from the local database.",
|
|
2194
2199
|
"pluginsview.IMessageNotConnected": "iMessage is not connected. Set the CLI path above and ensure Full Disk Access is granted to your terminal.",
|
|
2195
2200
|
"pluginsview.IMessageOpenFullDiskAccess": "IMessage Open Full Disk Access",
|
|
@@ -2213,47 +2218,48 @@
|
|
|
2213
2218
|
"pluginsview.NoConfigurationNeeded": "No configuration needed.",
|
|
2214
2219
|
"pluginsview.NoConnectorsAvailable": "No connectors available.",
|
|
2215
2220
|
"pluginsview.NoDescriptionAvailable": "No description available",
|
|
2221
|
+
"pluginsview.NoneAvailableDesc": "No {{label}} are available right now.",
|
|
2222
|
+
"pluginsview.NoneAvailableTitle": "No {{label}} available",
|
|
2216
2223
|
"pluginsview.NoPluginsMatchCategory": "No plugins match the selected category.",
|
|
2217
2224
|
"pluginsview.NoPluginsMatchFilters": "No {{label}} match your filters.",
|
|
2218
2225
|
"pluginsview.NoResultsFound": "No {{label}} found",
|
|
2219
|
-
"pluginsview.
|
|
2220
|
-
"pluginsview.NoneAvailableTitle": "No {{label}} available",
|
|
2226
|
+
"pluginsview.NothingToShow": "Nothing to show",
|
|
2221
2227
|
"pluginsview.NotInstalled": "Not installed",
|
|
2222
2228
|
"pluginsview.NotLoaded": "Not loaded",
|
|
2223
|
-
"pluginsview.NothingToShow": "Nothing to show",
|
|
2224
2229
|
"pluginsview.Official": "Official",
|
|
2225
2230
|
"pluginsview.OpenElizaCloud": "Open Eliza Cloud",
|
|
2226
2231
|
"pluginsview.PackageBrokenMis": "Package broken / missing",
|
|
2227
2232
|
"pluginsview.PluginCatalog": "Plugin Catalog",
|
|
2228
2233
|
"pluginsview.PluginDialogDescription": "Review plugin metadata, adjust settings, and save changes for {{plugin}}.",
|
|
2229
|
-
"pluginsview.PluginInstallFailed": "Failed to install {{plugin}}: {{message}}",
|
|
2230
|
-
"pluginsview.PluginInstallPreparing": "Enabling plugin installs for {{plugin}} and restarting the agent...",
|
|
2231
|
-
"pluginsview.PluginInstallRecovering": "Finishing plugin install setup for {{plugin}} and restarting the agent...",
|
|
2232
2234
|
"pluginsview.PluginInstalledActivated": "{{plugin}} installed and activated without a full agent restart.",
|
|
2233
2235
|
"pluginsview.PluginInstalledRestartComplete": "{{plugin}} installed and activated.",
|
|
2234
2236
|
"pluginsview.PluginInstalledRestartFailed": "{{plugin}} installed, but the agent did not come back online (status: {{status}}).",
|
|
2235
2237
|
"pluginsview.PluginInstalledRestarting": "{{plugin}} installed. Restarting the agent and waiting for activation...",
|
|
2238
|
+
"pluginsview.PluginInstallFailed": "Failed to install {{plugin}}: {{message}}",
|
|
2239
|
+
"pluginsview.PluginInstallPreparing": "Enabling plugin installs for {{plugin}} and restarting the agent...",
|
|
2240
|
+
"pluginsview.PluginInstallRecovering": "Finishing plugin install setup for {{plugin}} and restarting the agent...",
|
|
2236
2241
|
"pluginsview.PluginTypes": "Plugin types",
|
|
2237
|
-
"pluginsview.PluginUninstallFailed": "Failed to uninstall {{plugin}}: {{message}}",
|
|
2238
|
-
"pluginsview.PluginUninstallPreparing": "Preparing uninstall for {{plugin}} and restarting the agent...",
|
|
2239
|
-
"pluginsview.PluginUninstallRecovering": "Finishing uninstall setup for {{plugin}} and restarting the agent...",
|
|
2240
2242
|
"pluginsview.PluginUninstalledActivated": "{{plugin}} uninstalled without a full agent restart.",
|
|
2241
2243
|
"pluginsview.PluginUninstalledRestartComplete": "{{plugin}} uninstalled and fully unloaded.",
|
|
2242
2244
|
"pluginsview.PluginUninstalledRestartFailed": "{{plugin}} uninstalled, but the agent did not come back online (status: {{status}}).",
|
|
2243
2245
|
"pluginsview.PluginUninstalledRestarting": "{{plugin}} uninstalled. Restarting the agent and waiting for cleanup...",
|
|
2244
|
-
"pluginsview.
|
|
2245
|
-
"pluginsview.
|
|
2246
|
-
"pluginsview.
|
|
2246
|
+
"pluginsview.PluginUninstallFailed": "Failed to uninstall {{plugin}}: {{message}}",
|
|
2247
|
+
"pluginsview.PluginUninstallPreparing": "Preparing uninstall for {{plugin}} and restarting the agent...",
|
|
2248
|
+
"pluginsview.PluginUninstallRecovering": "Finishing uninstall setup for {{plugin}} and restarting the agent...",
|
|
2247
2249
|
"pluginsview.PluginUpdatedActivated": "{{plugin}} updated without a full agent restart.",
|
|
2248
2250
|
"pluginsview.PluginUpdatedRestartComplete": "{{plugin}} updated and activated.",
|
|
2249
2251
|
"pluginsview.PluginUpdatedRestartFailed": "{{plugin}} updated, but the agent did not come back online (status: {{status}}).",
|
|
2250
2252
|
"pluginsview.PluginUpdatedRestarting": "{{plugin}} updated. Restarting the agent and waiting for activation...",
|
|
2253
|
+
"pluginsview.PluginUpdateFailed": "Failed to update {{plugin}}: {{message}}",
|
|
2254
|
+
"pluginsview.PluginUpdatePreparing": "Preparing updates for {{plugin}} and restarting the agent...",
|
|
2255
|
+
"pluginsview.PluginUpdateRecovering": "Finishing update setup for {{plugin}} and restarting the agent...",
|
|
2251
2256
|
"pluginsview.ResetOrder": "Reset Order",
|
|
2252
2257
|
"pluginsview.ResetToDefaultSor": "Reset to default sort order",
|
|
2258
|
+
"pluginsview.restarting": "restarting",
|
|
2253
2259
|
"pluginsview.SaveChannelSubscriptions": "Save channel subscriptions",
|
|
2254
|
-
"pluginsview.SaveSettings": "Save Settings",
|
|
2255
2260
|
"pluginsview.SavedWithBang": "Saved!",
|
|
2256
2261
|
"pluginsview.SavedWithCheck": "✓ Saved",
|
|
2262
|
+
"pluginsview.SaveSettings": "Save Settings",
|
|
2257
2263
|
"pluginsview.SelectA": "Select a",
|
|
2258
2264
|
"pluginsview.SetupGuide": "Setup guide",
|
|
2259
2265
|
"pluginsview.TelegramAccountProvisioningExplain": "Telegram first asks {{appName}} to provision app credentials through my.telegram.org. Enter the code Telegram sent you there, then {{appName}} will request the normal account login code.",
|
|
@@ -2267,15 +2273,12 @@
|
|
|
2267
2273
|
"pluginsview.TelegramStep2": "Send /newbot and follow the prompts to create your bot",
|
|
2268
2274
|
"pluginsview.TelegramStep3": "Copy the bot token and paste it below",
|
|
2269
2275
|
"pluginsview.TestConnection": "Test Connection",
|
|
2276
|
+
"pluginsview.toC": "to configure",
|
|
2270
2277
|
"pluginsview.Uninstalling": "Uninstalling...",
|
|
2271
2278
|
"pluginsview.Update": "Update",
|
|
2272
2279
|
"pluginsview.UseManagedDiscord": "Use managed Discord",
|
|
2273
2280
|
"pluginsview.VisibleCount": "{{count}} shown",
|
|
2274
2281
|
"pluginsview.X2807": "⠇",
|
|
2275
|
-
"pluginsview.dependsOn": "depends on",
|
|
2276
|
-
"pluginsview.found": "found",
|
|
2277
|
-
"pluginsview.restarting": "restarting",
|
|
2278
|
-
"pluginsview.toC": "to configure",
|
|
2279
2282
|
"policy.addressControls": "Address Controls",
|
|
2280
2283
|
"policy.autoApprove": "Auto-Approve",
|
|
2281
2284
|
"policy.disablePolicy": "Disable Policy",
|
|
@@ -2296,8 +2299,8 @@
|
|
|
2296
2299
|
"providerswitcher.disconnecting": "Disconnecting...",
|
|
2297
2300
|
"providerswitcher.largeModelDescription": "Powerful model for complex reasoning",
|
|
2298
2301
|
"providerswitcher.largeModelLabel": "Large Model",
|
|
2299
|
-
"providerswitcher.logInToElizaCloud": "Log in to Eliza Cloud",
|
|
2300
2302
|
"providerswitcher.loggedIntoElizaCloud": "Logged into Eliza Cloud",
|
|
2303
|
+
"providerswitcher.logInToElizaCloud": "Log in to Eliza Cloud",
|
|
2301
2304
|
"providerswitcher.model": "Model",
|
|
2302
2305
|
"providerswitcher.noAiProvidersAvailable": "No AI providers available. Enable one from the",
|
|
2303
2306
|
"providerswitcher.opensABrowserWindow": "Opens a browser window to complete login.",
|
|
@@ -2323,9 +2326,9 @@
|
|
|
2323
2326
|
"relationships.searchPeopleAliasesHandles": "Search people, aliases, handles",
|
|
2324
2327
|
"relationships.searchPeopleAliasesHandles2": "Search people, aliases, handles",
|
|
2325
2328
|
"releasecenter.AppBundle": "App bundle",
|
|
2329
|
+
"releasecenter.ApplyDownloadedUpdate": "Apply Downloaded Update",
|
|
2326
2330
|
"releasecenter.AppReleaseService": "App Release Service",
|
|
2327
2331
|
"releasecenter.AppVersionPill": "App: {{version}}",
|
|
2328
|
-
"releasecenter.ApplyDownloadedUpdate": "Apply Downloaded Update",
|
|
2329
2332
|
"releasecenter.Architecture": "Architecture",
|
|
2330
2333
|
"releasecenter.AvailableRenderers": "Available renderers",
|
|
2331
2334
|
"releasecenter.BrowserViewId": "BrowserView ID",
|
|
@@ -2406,9 +2409,9 @@
|
|
|
2406
2409
|
"releasecenterview.WebReadOnly": "This web session is read-only for release management. Open {{appName}} in the desktop shell to check for updates, apply downloaded builds, or manage the detached release notes window.",
|
|
2407
2410
|
"restartbanner.Later": "Later",
|
|
2408
2411
|
"restartbanner.MultipleReasonsPending": "{{count}} changes pending - restart to apply.",
|
|
2412
|
+
"restartbanner.Restarting": "Restarting...",
|
|
2409
2413
|
"restartbanner.RestartNow": "Restart Now",
|
|
2410
2414
|
"restartbanner.RestartRequired": "Restart required to apply changes.",
|
|
2411
|
-
"restartbanner.Restarting": "Restarting...",
|
|
2412
2415
|
"restartbanner.SingleReasonPending": "{{reason}} - restart to apply.",
|
|
2413
2416
|
"runtime.failed": "FAILED",
|
|
2414
2417
|
"runtime.starting": "STARTING",
|
|
@@ -2441,26 +2444,24 @@
|
|
|
2441
2444
|
"runtimegate.unknownError": "Unknown Error",
|
|
2442
2445
|
"runtimegate.waitingForAuth": "Waiting For Auth",
|
|
2443
2446
|
"runtimegate.yourAgents": "Your Agents",
|
|
2444
|
-
"runtimeview.AgentRuntimeIsNot": "Agent runtime is not running. Start the runtime and refresh.",
|
|
2445
|
-
"runtimeview.ExpandTop": "Expand Top",
|
|
2446
|
-
"runtimeview.Services": "Services (",
|
|
2447
|
-
"runtimeview.Summary": "Summary",
|
|
2448
2447
|
"runtimeview.actions": "actions:",
|
|
2449
2448
|
"runtimeview.actionsDescription": "Review registered actions and their load order in the active runtime.",
|
|
2450
2449
|
"runtimeview.agent": "agent:",
|
|
2450
|
+
"runtimeview.AgentRuntimeIsNot": "Agent runtime is not running. Start the runtime and refresh.",
|
|
2451
2451
|
"runtimeview.arrayCap": "array cap",
|
|
2452
2452
|
"runtimeview.available": "available",
|
|
2453
2453
|
"runtimeview.depth": "depth",
|
|
2454
2454
|
"runtimeview.evaluators": "evaluators:",
|
|
2455
2455
|
"runtimeview.evaluatorsDescription": "Review evaluator registration and ordering for agent decision loops.",
|
|
2456
|
+
"runtimeview.ExpandTop": "Expand Top",
|
|
2456
2457
|
"runtimeview.filterSections": "Filter sections",
|
|
2457
2458
|
"runtimeview.lastUpdated": "Last updated:",
|
|
2458
2459
|
"runtimeview.loadingDescription": "Refresh the inspector after the desktop runtime boots to pull the current object tree and registration data.",
|
|
2459
2460
|
"runtimeview.loadingSnapshot": "Loading snapshot...",
|
|
2460
2461
|
"runtimeview.model": "model:",
|
|
2462
|
+
"runtimeview.none": "none",
|
|
2461
2463
|
"runtimeview.noSectionData": "No data was returned for this section in the current snapshot.",
|
|
2462
2464
|
"runtimeview.noSnapshotAvailable": "No snapshot available. Start the agent runtime.",
|
|
2463
|
-
"runtimeview.none": "none",
|
|
2464
2465
|
"runtimeview.objectCap": "object cap",
|
|
2465
2466
|
"runtimeview.path": "Path",
|
|
2466
2467
|
"runtimeview.plugins": "plugins:",
|
|
@@ -2471,19 +2472,21 @@
|
|
|
2471
2472
|
"runtimeview.runtimeDescription": "Inspect the full serialized runtime object and expand into the raw state tree.",
|
|
2472
2473
|
"runtimeview.runtimePendingDescription": "The runtime inspector becomes available after the desktop agent finishes loading its core services.",
|
|
2473
2474
|
"runtimeview.sectionLabel": "Runtime Section",
|
|
2474
|
-
"runtimeview.sectionUnavailable": "Section unavailable",
|
|
2475
2475
|
"runtimeview.sections": "Sections",
|
|
2476
|
+
"runtimeview.sectionUnavailable": "Section unavailable",
|
|
2477
|
+
"runtimeview.Services": "Services (",
|
|
2476
2478
|
"runtimeview.services": "services:",
|
|
2477
2479
|
"runtimeview.servicesDescription": "Inspect grouped services and their instantiated implementations.",
|
|
2478
2480
|
"runtimeview.state": "state:",
|
|
2481
|
+
"runtimeview.Summary": "Summary",
|
|
2479
2482
|
"runtimeview.summaryDescription": "Start here to confirm runtime availability, check the active model, and scan the current registration totals before opening a specific section.",
|
|
2480
2483
|
"runtimeview.tabServices": "Services",
|
|
2481
2484
|
"runtimeview.types": "types)",
|
|
2482
2485
|
"savecommandmodal.CommandName": "Command name",
|
|
2483
|
-
"savecommandmodal.SaveAsCommand": "Save as /Command",
|
|
2484
2486
|
"savecommandmodal.myCommand": "my-command",
|
|
2485
2487
|
"savecommandmodal.nameFormat": "Use lowercase letters, numbers, and hyphens only",
|
|
2486
2488
|
"savecommandmodal.nameRequired": "Name is required",
|
|
2489
|
+
"savecommandmodal.SaveAsCommand": "Save as /Command",
|
|
2487
2490
|
"secretsview.AddSecret": "+ Add Secret",
|
|
2488
2491
|
"secretsview.AddSecretsToVault": "Add Secrets to Vault",
|
|
2489
2492
|
"secretsview.LoadingSecrets": "Loading secrets...",
|
|
@@ -2498,9 +2501,8 @@
|
|
|
2498
2501
|
"settings.appearance.deactivate": "Deactivate current pack",
|
|
2499
2502
|
"settings.appearance.light": "Light",
|
|
2500
2503
|
"settings.appearance.load": "Load",
|
|
2501
|
-
"settings.appearance.loadFromFolder": "Load from folder",
|
|
2502
2504
|
"settings.appearance.loadedPacks": "Loaded content packs",
|
|
2503
|
-
"settings.appearance.
|
|
2505
|
+
"settings.appearance.loadFromFolder": "Load from folder",
|
|
2504
2506
|
"settings.appearance.mode": "Mode",
|
|
2505
2507
|
"settings.appearance.packUrlPlaceholder": "https://example.com/packs/my-pack/",
|
|
2506
2508
|
"settings.appearance.theme": "Theme",
|
|
@@ -2646,62 +2648,62 @@
|
|
|
2646
2648
|
"skillsview.AcknowledgeAmpEn": "Acknowledge & Enable",
|
|
2647
2649
|
"skillsview.BriefDescriptionOf": "Brief description of what this skill does (optional)",
|
|
2648
2650
|
"skillsview.BrowseMarketplace": "Browse Marketplace",
|
|
2649
|
-
"skillsview.CreateNewSkill": "Create New Skill",
|
|
2650
|
-
"skillsview.Disable": "Disable",
|
|
2651
|
-
"skillsview.EditSource": "Edit Source",
|
|
2652
|
-
"skillsview.Enable": "Enable",
|
|
2653
|
-
"skillsview.LoadingScanReport": "Loading scan report...",
|
|
2654
|
-
"skillsview.LoadingSkillSource": "Loading skill source...",
|
|
2655
|
-
"skillsview.NewSkill": "New Skill",
|
|
2656
|
-
"skillsview.NoSkillsFound": "No skills found",
|
|
2657
|
-
"skillsview.RefreshSkillsList": "Refresh Skills List",
|
|
2658
|
-
"skillsview.ReviewFindings": "Review Findings",
|
|
2659
|
-
"skillsview.SKILLMd": "SKILL.md",
|
|
2660
|
-
"skillsview.ScanReport": "Scan Report",
|
|
2661
|
-
"skillsview.SearchSkills": "Search skills...",
|
|
2662
|
-
"skillsview.SelectATalentToConf": "Select a talent to configure",
|
|
2663
|
-
"skillsview.SkillName": "Skill Name",
|
|
2664
|
-
"skillsview.SkillSourceEditorDescription": "Open the skill source editor to inspect or modify `SKILL.md`, or review findings here when a skill needs attention.",
|
|
2665
|
-
"skillsview.Talents": "Talents",
|
|
2666
|
-
"skillsview.VisibleCount": "{{count}} visible",
|
|
2667
|
-
"skillsview.copySkillMd": "Copy Skill Md",
|
|
2668
2651
|
"skillsview.copying": "Copying",
|
|
2652
|
+
"skillsview.copySkillMd": "Copy Skill Md",
|
|
2653
|
+
"skillsview.CreateNewSkill": "Create New Skill",
|
|
2669
2654
|
"skillsview.createSkill": "Create Skill",
|
|
2670
2655
|
"skillsview.creating": "Creating...",
|
|
2671
2656
|
"skillsview.critical": "critical",
|
|
2672
2657
|
"skillsview.details": "Details",
|
|
2658
|
+
"skillsview.Disable": "Disable",
|
|
2673
2659
|
"skillsview.discard": "Discard",
|
|
2674
|
-
"skillsview.eGMyAwesomeSkil": "e.g. my-awesome-skill",
|
|
2675
2660
|
"skillsview.editSkillSourceDescription": "Edit the Markdown source for this skill and save your changes.",
|
|
2661
|
+
"skillsview.EditSource": "Edit Source",
|
|
2662
|
+
"skillsview.eGMyAwesomeSkil": "e.g. my-awesome-skill",
|
|
2663
|
+
"skillsview.Enable": "Enable",
|
|
2676
2664
|
"skillsview.failedToLoadSkillSource": "Failed to load skill source",
|
|
2677
2665
|
"skillsview.failedToSave": "Failed to save",
|
|
2678
2666
|
"skillsview.filterSkills": "Filter skills...",
|
|
2679
2667
|
"skillsview.githubRepositoryDesc": "Paste a full GitHub repository URL to install a skill directly.",
|
|
2680
2668
|
"skillsview.githubRepositoryUrl": "GitHub Repository URL",
|
|
2681
2669
|
"skillsview.githubUrlTab": "GitHub URL",
|
|
2670
|
+
"skillsview.installed": "installed",
|
|
2682
2671
|
"skillsview.installSkillDescription": "Add skills from the marketplace or a GitHub repository.",
|
|
2683
2672
|
"skillsview.installSkillSource": "Install skill source",
|
|
2684
2673
|
"skillsview.installSkillTitle": "Install Skill",
|
|
2685
|
-
"skillsview.
|
|
2674
|
+
"skillsview.LoadingScanReport": "Loading scan report...",
|
|
2675
|
+
"skillsview.LoadingSkillSource": "Loading skill source...",
|
|
2686
2676
|
"skillsview.marketplaceTab": "Marketplace",
|
|
2677
|
+
"skillsview.NewSkill": "New Skill",
|
|
2687
2678
|
"skillsview.noDescription": "No description",
|
|
2688
2679
|
"skillsview.noDescriptionProvided": "No description provided.",
|
|
2689
2680
|
"skillsview.noMatchingSkills": "No matching skills",
|
|
2681
|
+
"skillsview.NoSkillsFound": "No skills found",
|
|
2690
2682
|
"skillsview.noSkillsInstalled": "No Skills Installed",
|
|
2691
2683
|
"skillsview.noSkillsInstalledDesc": "Install skills from the marketplace or create your own.",
|
|
2692
2684
|
"skillsview.noSkillsMatchFilter": "No skills match \"{{filter}}\"",
|
|
2685
|
+
"skillsview.RefreshSkillsList": "Refresh Skills List",
|
|
2693
2686
|
"skillsview.removing": "Removing...",
|
|
2694
2687
|
"skillsview.result": "result",
|
|
2688
|
+
"skillsview.ReviewFindings": "Review Findings",
|
|
2689
|
+
"skillsview.ScanReport": "Scan Report",
|
|
2695
2690
|
"skillsview.score": "score:",
|
|
2696
2691
|
"skillsview.searchAboveToDiscoverSkills": "Search above to discover skills.",
|
|
2697
2692
|
"skillsview.searchByKeyword": "Search skills by keyword...",
|
|
2693
|
+
"skillsview.SearchSkills": "Search skills...",
|
|
2694
|
+
"skillsview.SelectATalentToConf": "Select a talent to configure",
|
|
2698
2695
|
"skillsview.skillBuilder": "Skill Builder",
|
|
2696
|
+
"skillsview.SKILLMd": "SKILL.md",
|
|
2697
|
+
"skillsview.SkillName": "Skill Name",
|
|
2698
|
+
"skillsview.SkillSourceEditorDescription": "Open the skill source editor to inspect or modify `SKILL.md`, or review findings here when a skill needs attention.",
|
|
2699
2699
|
"skillsview.statusBlocked": "Blocked",
|
|
2700
2700
|
"skillsview.statusNotInstalled": "Status Not Installed",
|
|
2701
2701
|
"skillsview.statusWarning": "Warning",
|
|
2702
|
+
"skillsview.Talents": "Talents",
|
|
2702
2703
|
"skillsview.toSave": "to save",
|
|
2703
2704
|
"skillsview.unsaved": "unsaved",
|
|
2704
2705
|
"skillsview.updating": "Updating",
|
|
2706
|
+
"skillsview.VisibleCount": "{{count}} visible",
|
|
2705
2707
|
"skillsview.warnings": "warnings",
|
|
2706
2708
|
"startupfailureview.AgentError": "Agent Error",
|
|
2707
2709
|
"startupfailureview.AgentTimeout": "Agent Timeout",
|
|
@@ -2714,9 +2716,9 @@
|
|
|
2714
2716
|
"startupfailureview.Unknown": "Unknown Error",
|
|
2715
2717
|
"startupshell.AgentName": "Agent name",
|
|
2716
2718
|
"startupshell.CloudLogin": "Sign in to Eliza Cloud",
|
|
2719
|
+
"startupshell.ConnectingBackend": "Connecting to backend…",
|
|
2717
2720
|
"startupshell.ConnectToRemote": "Connect to Remote Agent",
|
|
2718
2721
|
"startupshell.ConnectToRemoteDesc": "Connect to a server running on your network",
|
|
2719
|
-
"startupshell.ConnectingBackend": "Connecting to backend…",
|
|
2720
2722
|
"startupshell.ContentPacks": "Content Packs",
|
|
2721
2723
|
"startupshell.CreateAgentLabel": "New local agent",
|
|
2722
2724
|
"startupshell.CreateLocalAgent": "Create Local Agent",
|
|
@@ -2726,10 +2728,10 @@
|
|
|
2726
2728
|
"startupshell.EnterPackUrl": "Enter the URL of a content pack folder (must contain pack.json):",
|
|
2727
2729
|
"startupshell.GetStarted": "Press Start",
|
|
2728
2730
|
"startupshell.InitializingAgent": "Initializing agent…",
|
|
2729
|
-
"startupshell.LoadPack": "Load content pack",
|
|
2730
|
-
"startupshell.LoadPackHint": "VRMs, backgrounds, themes",
|
|
2731
2731
|
"startupshell.Loading": "Loading…",
|
|
2732
2732
|
"startupshell.LoadingAgents": "Loading agents...",
|
|
2733
|
+
"startupshell.LoadPack": "Load content pack",
|
|
2734
|
+
"startupshell.LoadPackHint": "VRMs, backgrounds, themes",
|
|
2733
2735
|
"startupshell.LocalNetworkAgent": "LAN agent",
|
|
2734
2736
|
"startupshell.ManageCloudAgents": "Manage Cloud Agents",
|
|
2735
2737
|
"startupshell.ManageCloudAgentsDesc": "Host agents on Eliza Cloud infrastructure",
|
|
@@ -2756,12 +2758,12 @@
|
|
|
2756
2758
|
"streamview.EnableTheStreaming": "Enable the streaming plugin to go live",
|
|
2757
2759
|
"streamview.GoLiveHint": "Press Go Live to start streaming.",
|
|
2758
2760
|
"streamview.IfThePluginIsAlr": "If the plugin is already installed, restart the desktop app or\n API server and try again.",
|
|
2761
|
+
"streamview.pluginThenReload": "plugin, then reload the Stream tab.",
|
|
2762
|
+
"streamview.streamingBase": "streaming-base",
|
|
2763
|
+
"streamview.StreamingUnavailabl": "Streaming unavailable",
|
|
2759
2764
|
"streamview.StreamIsLive": "Stream is Live",
|
|
2760
2765
|
"streamview.StreamLiveStatus": "Uptime: {{uptime}} · {{frameCount}} frames",
|
|
2761
2766
|
"streamview.StreamReady": "Stream Ready",
|
|
2762
|
-
"streamview.StreamingUnavailabl": "Streaming unavailable",
|
|
2763
|
-
"streamview.pluginThenReload": "plugin, then reload the Stream tab.",
|
|
2764
|
-
"streamview.streamingBase": "streaming-base",
|
|
2765
2767
|
"streamview.{{appName}}CouldNotRea": "Could not reach the",
|
|
2766
2768
|
"subscriptionstatus.AfterLoggingInCo": "After logging in to Claude, copy the authorization code and\n paste it below.",
|
|
2767
2769
|
"subscriptionstatus.AfterLoggingInYo": "After logging in, you'll be redirected to a page that won't load\n (starts with",
|
|
@@ -2784,18 +2786,18 @@
|
|
|
2784
2786
|
"subscriptionstatus.ExpectedCallbackUrl": "Expected a localhost:1455/auth/callback URL.",
|
|
2785
2787
|
"subscriptionstatus.FailedToSaveSetupToken": "Failed to save setup token.",
|
|
2786
2788
|
"subscriptionstatus.FailedToSaveTokenError": "Failed to save token: {{message}}",
|
|
2789
|
+
"subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
|
|
2787
2790
|
"subscriptionstatus.InvalidCallbackUrl": "Invalid callback URL.",
|
|
2791
|
+
"subscriptionstatus.localhost1455": "localhost:1455",
|
|
2788
2792
|
"subscriptionstatus.PasteCallbackUrlFromLocalhost": "Paste the callback URL from the localhost:1455 page.",
|
|
2789
2793
|
"subscriptionstatus.PasteTheAuthorizat": "Paste the authorization code here...",
|
|
2790
2794
|
"subscriptionstatus.RequiresChatGPTPlu": "Requires ChatGPT Plus ($20/mo) or Pro ($200/mo).",
|
|
2791
2795
|
"subscriptionstatus.RequiresClaudePro": "Requires Claude Pro ($20/mo) or Max ($100/mo).",
|
|
2792
2796
|
"subscriptionstatus.SaveToken": "Save Token",
|
|
2793
2797
|
"subscriptionstatus.SavingAmpRestart": "Saving & restarting...",
|
|
2798
|
+
"subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
|
|
2794
2799
|
"subscriptionstatus.YourChatGPTSubscri": "Your ChatGPT subscription is linked. Disconnect to switch\n accounts.",
|
|
2795
2800
|
"subscriptionstatus.YourClaudeSubscrip": "Your Claude subscription is linked. Disconnect to switch accounts.",
|
|
2796
|
-
"subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
|
|
2797
|
-
"subscriptionstatus.localhost1455": "localhost:1455",
|
|
2798
|
-
"subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
|
|
2799
2801
|
"taskseventspanel.Activity": "Activity",
|
|
2800
2802
|
"taskseventspanel.OpenView": "Open Tasks view",
|
|
2801
2803
|
"taskseventspanel.Tasks": "Tasks",
|
|
@@ -2805,10 +2807,10 @@
|
|
|
2805
2807
|
"terminal.starting": "Starting",
|
|
2806
2808
|
"todo.noOpenTodos": "No open todos",
|
|
2807
2809
|
"tokenstable.nativeGas": "native gas",
|
|
2808
|
-
"trajectoriesview.CSVSummaryOnly": "CSV (summary only)",
|
|
2809
2810
|
"trajectoriesview.ClearAll": "Clear all",
|
|
2810
2811
|
"trajectoriesview.ClearAllPrompt": "Delete all trajectories?",
|
|
2811
2812
|
"trajectoriesview.Clearing": "Clearing...",
|
|
2813
|
+
"trajectoriesview.CSVSummaryOnly": "CSV (summary only)",
|
|
2812
2814
|
"trajectoriesview.DeleteCurrent": "Delete current",
|
|
2813
2815
|
"trajectoriesview.DeleteCurrentPrompt": "Delete this trajectory?",
|
|
2814
2816
|
"trajectoriesview.Deleting": "Deleting...",
|
|
@@ -2827,14 +2829,15 @@
|
|
|
2827
2829
|
"trajectoriesview.ShowingRange": "Showing {{start}}-{{end}} of {{total}}",
|
|
2828
2830
|
"trajectoriesview.TrajectoriesCleared": "Trajectories cleared.",
|
|
2829
2831
|
"trajectoriesview.TrajectoryDeleted": "Trajectory deleted.",
|
|
2830
|
-
"trajectoriesview.ZIPFolders": "ZIP (folders)",
|
|
2831
2832
|
"trajectoriesview.ZeroEntries": "0 entries",
|
|
2833
|
+
"trajectoriesview.ZIPFolders": "ZIP (folders)",
|
|
2832
2834
|
"trajectorydetailview.Copy": "Copy",
|
|
2833
2835
|
"trajectorydetailview.CopyToClipboard": "Copy to clipboard",
|
|
2834
2836
|
"trajectorydetailview.Cost": "Cost",
|
|
2835
2837
|
"trajectorydetailview.Data": "Data",
|
|
2836
2838
|
"trajectorydetailview.DecisionType": "Decision Type:",
|
|
2837
2839
|
"trajectorydetailview.InputUser": "Input (User)",
|
|
2840
|
+
"trajectorydetailview.lines": "lines",
|
|
2838
2841
|
"trajectorydetailview.LlmCalls": "{{count}} LLM calls",
|
|
2839
2842
|
"trajectorydetailview.LoadingDescription": "Pulling prompt, response, token, and metadata detail for the selected run.",
|
|
2840
2843
|
"trajectorydetailview.LoadingTrajectory": "Loading trajectory...",
|
|
@@ -2861,7 +2864,6 @@
|
|
|
2861
2864
|
"trajectorydetailview.TrajectoryNotFound": "Trajectory not found.",
|
|
2862
2865
|
"trajectorydetailview.UnableToLoad": "Unable to load trajectory",
|
|
2863
2866
|
"trajectorydetailview.Unavailable": "Trajectory unavailable",
|
|
2864
|
-
"trajectorydetailview.lines": "lines",
|
|
2865
2867
|
"triggers.cronError": "Invalid cron:",
|
|
2866
2868
|
"triggers.cronExample.every15min": "Every 15 min",
|
|
2867
2869
|
"triggers.cronExample.monthly": "Monthly 1st",
|
|
@@ -2880,23 +2882,23 @@
|
|
|
2880
2882
|
"triggers.workflowUnavailable": "No workflows available. Create one in the Workflows tab first.",
|
|
2881
2883
|
"triggersview.CronExpression5F": "Cron Expression (5-field)",
|
|
2882
2884
|
"triggersview.CronSchedule": "Cron Schedule",
|
|
2885
|
+
"triggersview.eGDailyDigestH": "e.g. Daily Digest, Heartbeat Check",
|
|
2883
2886
|
"triggersview.InjectAmpWakeIm": "Inject and Wake Immediately",
|
|
2884
2887
|
"triggersview.Instructions": "Instructions",
|
|
2885
2888
|
"triggersview.LastRun": "Last run",
|
|
2886
2889
|
"triggersview.MaxRunsOptional": "Max Runs (optional)",
|
|
2890
|
+
"triggersview.minuteHourDayMont": "minute hour day month weekday — e.g. \"0 9 * * 1-5\" = weekdays at\n 9am",
|
|
2887
2891
|
"triggersview.NoRunsRecordedYet": "No runs recorded yet.",
|
|
2888
2892
|
"triggersview.OneTime": "One-time",
|
|
2889
2893
|
"triggersview.QueueForNextCycle": "Queue for next cycle",
|
|
2890
2894
|
"triggersview.RepeatingInterval": "Repeating Interval",
|
|
2891
2895
|
"triggersview.RunHistory": "Run History",
|
|
2892
2896
|
"triggersview.RunNow": "Run now",
|
|
2893
|
-
"triggersview.ScheduleType": "Schedule Type",
|
|
2894
2897
|
"triggersview.ScheduledTimeISO": "Scheduled Time (ISO)",
|
|
2898
|
+
"triggersview.ScheduleType": "Schedule Type",
|
|
2895
2899
|
"triggersview.StartEnabled": "Start enabled",
|
|
2896
2900
|
"triggersview.WakeMode": "Wake Mode",
|
|
2897
2901
|
"triggersview.WhatShouldTheAgen": "What should the agent do when this trigger fires?",
|
|
2898
|
-
"triggersview.eGDailyDigestH": "e.g. Daily Digest, Heartbeat Check",
|
|
2899
|
-
"triggersview.minuteHourDayMont": "minute hour day month weekday — e.g. \"0 9 * * 1-5\" = weekdays at\n 9am",
|
|
2900
2902
|
"ui-renderer.Larr": "←",
|
|
2901
2903
|
"ui-renderer.Rarr": "→",
|
|
2902
2904
|
"ui-renderer.UnknownComponent": "Unknown component:",
|
|
@@ -2904,6 +2906,7 @@
|
|
|
2904
2906
|
"vectorbrowserview.3D": "3D",
|
|
2905
2907
|
"vectorbrowserview.Content": "Content",
|
|
2906
2908
|
"vectorbrowserview.DatabaseConnectionError": "Cannot connect to database. Make sure the agent is running.",
|
|
2909
|
+
"vectorbrowserview.dimensions": "dimensions",
|
|
2907
2910
|
"vectorbrowserview.DimensionsEmbeddings": "{dimensions}D embeddings",
|
|
2908
2911
|
"vectorbrowserview.Embedding": "Embedding",
|
|
2909
2912
|
"vectorbrowserview.Entity": "Entity",
|
|
@@ -2917,6 +2920,7 @@
|
|
|
2917
2920
|
"vectorbrowserview.Loading": "loading...",
|
|
2918
2921
|
"vectorbrowserview.LoadingEmbeddings": "Loading embeddings...",
|
|
2919
2922
|
"vectorbrowserview.LoadingMemories": "Loading memories...",
|
|
2923
|
+
"vectorbrowserview.memories": "memories",
|
|
2920
2924
|
"vectorbrowserview.MemoryCount": "{{count}} memories",
|
|
2921
2925
|
"vectorbrowserview.MemoryDetail": "Memory Detail",
|
|
2922
2926
|
"vectorbrowserview.MemorySelectionHint": "Select a memory from the sidebar to inspect its content, metadata, and embedding values.",
|
|
@@ -2924,9 +2928,9 @@
|
|
|
2924
2928
|
"vectorbrowserview.NeedAtLeast2Memo": "Need at least 2 memories with embedding data. Found",
|
|
2925
2929
|
"vectorbrowserview.NoMemoryRecordsDetected": "No memory records detected in the database.",
|
|
2926
2930
|
"vectorbrowserview.NoRecordsMatchSearchQuery": "No records match your search query.",
|
|
2927
|
-
"vectorbrowserview.NoTimestamp": "No timestamp",
|
|
2928
2931
|
"vectorbrowserview.NotEnoughEmbedding": "Not enough embeddings for graph view",
|
|
2929
2932
|
"vectorbrowserview.NotEnoughEmbedding1": "Not enough embeddings for visualization",
|
|
2933
|
+
"vectorbrowserview.NoTimestamp": "No timestamp",
|
|
2930
2934
|
"vectorbrowserview.Page": "Page",
|
|
2931
2935
|
"vectorbrowserview.RawRecord": "Raw Record",
|
|
2932
2936
|
"vectorbrowserview.RendererUnavailable": "3D view unavailable in this environment.",
|
|
@@ -2937,17 +2941,15 @@
|
|
|
2937
2941
|
"vectorbrowserview.SelectPointHint": "Select a point from the viewer to inspect its full record on the right.",
|
|
2938
2942
|
"vectorbrowserview.StartTheAgentToB": "Start the agent to browse vectors.",
|
|
2939
2943
|
"vectorbrowserview.Unique": "Unique",
|
|
2940
|
-
"vectorbrowserview.dimensions": "dimensions",
|
|
2941
|
-
"vectorbrowserview.memories": "memories",
|
|
2942
2944
|
"vectorbrowserview.unique": "unique",
|
|
2943
2945
|
"vectorbrowserview.vectorsProjectedTo": "vectors projected to 2D via PCA — click a point\n to view details",
|
|
2944
2946
|
"vectorbrowserview.vectorsProjectedTo1": "vectors projected to 2D",
|
|
2945
2947
|
"vincent.connect": "Connect Vincent",
|
|
2946
2948
|
"vincent.connectDescription": "Connect your Vincent account to enable DeFi vault management.",
|
|
2947
|
-
"vincent.connectPrompt": "Connect your Vincent account to get started",
|
|
2948
|
-
"vincent.connectPromptDetail": "Once connected, you'll see your vault health, trading strategy, P&L analytics, and transaction history here.",
|
|
2949
2949
|
"vincent.connected": "Vincent Connected",
|
|
2950
2950
|
"vincent.connectedSince": "Connected since",
|
|
2951
|
+
"vincent.connectPrompt": "Connect your Vincent account to get started",
|
|
2952
|
+
"vincent.connectPromptDetail": "Once connected, you'll see your vault health, trading strategy, P&L analytics, and transaction history here.",
|
|
2951
2953
|
"vincent.disconnected": "Vincent disconnected",
|
|
2952
2954
|
"vincent.loginTimeout": "Login timed out. Close the auth window and try again.",
|
|
2953
2955
|
"voice.gender.female": "Female",
|
|
@@ -2976,16 +2978,20 @@
|
|
|
2976
2978
|
"voice.provider.elevenlabs.hint": "High quality, realistic voices",
|
|
2977
2979
|
"voice.refreshTalkMode": "Refresh Talk Mode",
|
|
2978
2980
|
"voice.startStopTalkMode": "Start/Stop Talk Mode",
|
|
2979
|
-
"voiceconfigview.APISource": "API Source",
|
|
2980
2981
|
"voiceconfigview.ActionFailed": "Talk mode action failed.",
|
|
2981
2982
|
"voiceconfigview.AddTrigger": "Add trigger…",
|
|
2983
|
+
"voiceconfigview.APISource": "API Source",
|
|
2982
2984
|
"voiceconfigview.DesktopTalkMode": "Desktop Talk Mode",
|
|
2983
2985
|
"voiceconfigview.DesktopTalkModeDesktopOnly": "Desktop talk mode controls are only available inside the Electrobun runtime.",
|
|
2984
2986
|
"voiceconfigview.DisableWakeWord": "Disable wake word",
|
|
2985
2987
|
"voiceconfigview.EdgeTTSUsesMicros": "Edge TTS uses Microsoft voices built into the platform.",
|
|
2988
|
+
"voiceconfigview.elevenlabsIo": "elevenlabs.io",
|
|
2986
2989
|
"voiceconfigview.EnableWakeWord": "Enable wake word",
|
|
2987
2990
|
"voiceconfigview.FastPathDefaultE": "Fast-path default ElevenLabs model: ",
|
|
2988
2991
|
"voiceconfigview.GetYourKeyAt": "Get your key at",
|
|
2992
|
+
"voiceconfigview.hintAccurate": "(accurate)",
|
|
2993
|
+
"voiceconfigview.hintFaster": "(faster)",
|
|
2994
|
+
"voiceconfigview.hintRecommended": "(recommended)",
|
|
2989
2995
|
"voiceconfigview.LoadingVoiceConfig": "Loading voice configuration...",
|
|
2990
2996
|
"voiceconfigview.LowerMoreSensiti": "Lower = more sensitive (shorter gap required after wake word)",
|
|
2991
2997
|
"voiceconfigview.Microphone": "Microphone",
|
|
@@ -2997,31 +3003,27 @@
|
|
|
2997
3003
|
"voiceconfigview.RequiresApiKey": "Requires API key",
|
|
2998
3004
|
"voiceconfigview.ServedViaElizaCloud": "served via Eliza Cloud",
|
|
2999
3005
|
"voiceconfigview.SimpleVoiceUsesYo": "Simple Voice uses your system defaults and does not require an external API key.",
|
|
3000
|
-
"voiceconfigview.SpeakTestPhrase": "Speak Test Phrase",
|
|
3001
3006
|
"voiceconfigview.Speaking": "Speaking",
|
|
3007
|
+
"voiceconfigview.SpeakTestPhrase": "Speak Test Phrase",
|
|
3002
3008
|
"voiceconfigview.SpeechRequested": "Speech requested.",
|
|
3003
3009
|
"voiceconfigview.StartTalkMode": "Start Talk Mode",
|
|
3004
3010
|
"voiceconfigview.State": "State",
|
|
3011
|
+
"voiceconfigview.StoppedCurrentSpeechOutput": "Stopped current speech output.",
|
|
3005
3012
|
"voiceconfigview.StopSpeaking": "Stop Speaking",
|
|
3006
3013
|
"voiceconfigview.StopTalkMode": "Stop Talk Mode",
|
|
3007
|
-
"voiceconfigview.StoppedCurrentSpeechOutput": "Stopped current speech output.",
|
|
3008
|
-
"voiceconfigview.TTSProvider": "TTS Provider",
|
|
3009
3014
|
"voiceconfigview.TalkModeDescription": "Native voice loop controls, speech output, and whisper diagnostics.",
|
|
3010
3015
|
"voiceconfigview.TalkModeStarted": "Talk mode started.",
|
|
3011
3016
|
"voiceconfigview.TalkModeStateRefreshed": "Talk mode state refreshed.",
|
|
3012
3017
|
"voiceconfigview.TalkModeStatusUnavailable": "Talk mode status unavailable.",
|
|
3013
3018
|
"voiceconfigview.TalkModeStopped": "Talk mode stopped.",
|
|
3014
3019
|
"voiceconfigview.TalkModeUnavailable": "Talk mode unavailable.",
|
|
3020
|
+
"voiceconfigview.testPhrase": "Hello from {{appName}} desktop talk mode.",
|
|
3015
3021
|
"voiceconfigview.TestVoice": "Test {{name}}",
|
|
3016
3022
|
"voiceconfigview.Triggers": "Triggers",
|
|
3023
|
+
"voiceconfigview.TTSProvider": "TTS Provider",
|
|
3017
3024
|
"voiceconfigview.WakeSensitivity": "Wake sensitivity",
|
|
3018
3025
|
"voiceconfigview.WakeWord": "Wake Word",
|
|
3019
3026
|
"voiceconfigview.Whisper": "Whisper",
|
|
3020
|
-
"voiceconfigview.elevenlabsIo": "elevenlabs.io",
|
|
3021
|
-
"voiceconfigview.hintAccurate": "(accurate)",
|
|
3022
|
-
"voiceconfigview.hintFaster": "(faster)",
|
|
3023
|
-
"voiceconfigview.hintRecommended": "(recommended)",
|
|
3024
|
-
"voiceconfigview.testPhrase": "Hello from {{appName}} desktop talk mode.",
|
|
3025
3027
|
"wallet.addressCopied": "Address copied.",
|
|
3026
3028
|
"wallet.advancedSetup": "Advanced wallet setup",
|
|
3027
3029
|
"wallet.copyEvmAddress": "Copy EVM address",
|
|
@@ -3054,6 +3056,7 @@
|
|
|
3054
3056
|
"wallet.sortDescending": "Descending",
|
|
3055
3057
|
"wallet.table.token": "Token",
|
|
3056
3058
|
"wallet.tokenRemovedManual": "Token removed from watchlist.",
|
|
3059
|
+
"whatsappqroverlay.andSelect": "and select",
|
|
3057
3060
|
"whatsappqroverlay.ConnectWhatsApp": "Connect WhatsApp",
|
|
3058
3061
|
"whatsappqroverlay.GeneratingQR": "Generating QR...",
|
|
3059
3062
|
"whatsappqroverlay.LinkADevice": "Link a Device",
|
|
@@ -3067,7 +3070,6 @@
|
|
|
3067
3070
|
"whatsappqroverlay.Tap": "Tap",
|
|
3068
3071
|
"whatsappqroverlay.TryAgain": "Try Again",
|
|
3069
3072
|
"whatsappqroverlay.UsesAnUnofficialW": "Uses an unofficial WhatsApp API. Use a dedicated phone number.",
|
|
3070
|
-
"whatsappqroverlay.andSelect": "and select",
|
|
3071
3073
|
"workflowGraph.ariaLabel": "Workflow graph with {{nodeCount}} nodes and {{edgeCount}} connections",
|
|
3072
3074
|
"workflowGraph.buildingWorkflow": "Building workflow...",
|
|
3073
3075
|
"workflowGraph.builtToast": "Workflow built",
|
|
@@ -3085,5 +3087,54 @@
|
|
|
3085
3087
|
"workspace.resizeChat": "Resize chat",
|
|
3086
3088
|
"workspace.showContent": "Show content",
|
|
3087
3089
|
"workspace.showLeftSidebar": "Show left sidebar",
|
|
3088
|
-
"workspace.showPageChat": "Show page chat"
|
|
3090
|
+
"workspace.showPageChat": "Show page chat",
|
|
3091
|
+
"knowledgeview.Scratchpad": "Scratchpad",
|
|
3092
|
+
"scratchpadview.FailedToLoad": "Failed to load scratchpad topics.",
|
|
3093
|
+
"scratchpadview.FailedToRead": "Failed to read scratchpad topic.",
|
|
3094
|
+
"scratchpadview.FailedToPreview": "Failed to preview scratchpad size.",
|
|
3095
|
+
"scratchpadview.SearchFailed": "Scratchpad search failed.",
|
|
3096
|
+
"scratchpadview.TopicCreated": "Scratchpad topic created.",
|
|
3097
|
+
"scratchpadview.TopicUpdated": "Scratchpad topic updated.",
|
|
3098
|
+
"scratchpadview.SaveFailed": "Failed to save scratchpad topic.",
|
|
3099
|
+
"scratchpadview.TopicDeleted": "Scratchpad topic deleted.",
|
|
3100
|
+
"scratchpadview.DeleteFailed": "Failed to delete scratchpad topic.",
|
|
3101
|
+
"scratchpadview.NewTopic": "New scratchpad topic",
|
|
3102
|
+
"scratchpadview.SelectedTopic": "Scratchpad topic",
|
|
3103
|
+
"scratchpadview.Counting": "Counting",
|
|
3104
|
+
"scratchpadview.UpdatedAt": "Updated {{date}}",
|
|
3105
|
+
"scratchpadview.DeleteTopic": "Delete scratchpad topic",
|
|
3106
|
+
"scratchpadview.TopicLimitReached": "Scratchpad topic limit reached.",
|
|
3107
|
+
"scratchpadview.Title": "Title",
|
|
3108
|
+
"scratchpadview.Text": "Text",
|
|
3109
|
+
"scratchpadview.SearchResults": "Search results",
|
|
3110
|
+
"scratchpadview.Topics": "Topics",
|
|
3111
|
+
"scratchpadview.TopicCount": "{{count}} / {{max}} topics",
|
|
3112
|
+
"scratchpadview.SearchPlaceholder": "Search scratchpad",
|
|
3113
|
+
"scratchpadview.LoadingTopics": "Loading topics",
|
|
3114
|
+
"scratchpadview.NoTopics": "No scratchpad topics",
|
|
3115
|
+
"scratchpadview.NoSearchResults": "No matching topics",
|
|
3116
|
+
"settings.appearance.companionPerformance": "Companion performance",
|
|
3117
|
+
"settings.sections.apps.label": "Apps",
|
|
3118
|
+
"settings.sections.apps.desc": "Create, load, and manage local apps.",
|
|
3119
|
+
"settings.sections.apps.createNew": "Create new app",
|
|
3120
|
+
"settings.sections.apps.loadFromDirectory": "Load from directory",
|
|
3121
|
+
"settings.sections.apps.verifyOnRelaunchLabel": "Verify on relaunch",
|
|
3122
|
+
"settings.sections.apps.verifyOnRelaunch": "Verify on relaunch",
|
|
3123
|
+
"settings.sections.apps.intentLabel": "What should the app do?",
|
|
3124
|
+
"settings.sections.apps.intentPlaceholder": "Describe the experience you want — e.g. a vibe coder for prototyping web apps with Tailwind.",
|
|
3125
|
+
"settings.sections.apps.basedOnLabel": "Based on existing app (optional)",
|
|
3126
|
+
"settings.sections.apps.basedOnNone": "Start from scratch",
|
|
3127
|
+
"settings.sections.apps.directoryLabel": "Directory path",
|
|
3128
|
+
"settings.sections.apps.loadButton": "Load",
|
|
3129
|
+
"settings.sections.apps.loadingApps": "Loading apps…",
|
|
3130
|
+
"settings.sections.apps.empty": "No apps installed yet. Click 'Create new app' to scaffold one.",
|
|
3131
|
+
"settings.sections.apps.col.name": "App",
|
|
3132
|
+
"settings.sections.apps.col.id": "ID",
|
|
3133
|
+
"settings.sections.apps.col.version": "Version",
|
|
3134
|
+
"settings.sections.apps.col.runs": "Runs",
|
|
3135
|
+
"settings.sections.apps.col.actions": "Actions",
|
|
3136
|
+
"settings.sections.apps.launch": "Launch",
|
|
3137
|
+
"settings.sections.apps.relaunch": "Relaunch",
|
|
3138
|
+
"settings.sections.apps.edit": "Edit",
|
|
3139
|
+
"settings.sections.apps.stop": "Stop"
|
|
3089
3140
|
}
|