@elizaos/app-core 2.0.0-alpha.37
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/.turbo/turbo-build.log +2 -0
- package/LICENSE +21 -0
- package/dist/App.d.ts +5 -0
- package/dist/App.d.ts.map +1 -0
- package/dist/App.js +198 -0
- package/dist/actions/character.d.ts +27 -0
- package/dist/actions/character.d.ts.map +1 -0
- package/dist/actions/character.js +97 -0
- package/dist/actions/chat-helpers.d.ts +47 -0
- package/dist/actions/chat-helpers.d.ts.map +1 -0
- package/dist/actions/chat-helpers.js +79 -0
- package/dist/actions/cloud.d.ts +17 -0
- package/dist/actions/cloud.d.ts.map +1 -0
- package/dist/actions/cloud.js +43 -0
- package/dist/actions/index.d.ts +12 -0
- package/dist/actions/index.d.ts.map +1 -0
- package/dist/actions/index.js +11 -0
- package/dist/actions/lifecycle.d.ts +43 -0
- package/dist/actions/lifecycle.d.ts.map +1 -0
- package/dist/actions/lifecycle.js +118 -0
- package/dist/actions/onboarding.d.ts +12 -0
- package/dist/actions/onboarding.d.ts.map +1 -0
- package/dist/actions/onboarding.js +28 -0
- package/dist/actions/triggers.d.ts +23 -0
- package/dist/actions/triggers.d.ts.map +1 -0
- package/dist/actions/triggers.js +148 -0
- package/dist/api/client.d.ts +2823 -0
- package/dist/api/client.d.ts.map +1 -0
- package/dist/api/client.js +2392 -0
- package/dist/api/index.d.ts +2 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/index.js +1 -0
- package/dist/autonomy/index.d.ts +48 -0
- package/dist/autonomy/index.d.ts.map +1 -0
- package/dist/autonomy/index.js +330 -0
- package/dist/bridge/capacitor-bridge.d.ts +153 -0
- package/dist/bridge/capacitor-bridge.d.ts.map +1 -0
- package/dist/bridge/capacitor-bridge.js +193 -0
- package/dist/bridge/electrobun-rpc.d.ts +19 -0
- package/dist/bridge/electrobun-rpc.d.ts.map +1 -0
- package/dist/bridge/electrobun-rpc.js +27 -0
- package/dist/bridge/electrobun-runtime.d.ts +3 -0
- package/dist/bridge/electrobun-runtime.d.ts.map +1 -0
- package/dist/bridge/electrobun-runtime.js +17 -0
- package/dist/bridge/index.d.ts +6 -0
- package/dist/bridge/index.d.ts.map +1 -0
- package/dist/bridge/index.js +5 -0
- package/dist/bridge/native-plugins.d.ts +82 -0
- package/dist/bridge/native-plugins.d.ts.map +1 -0
- package/dist/bridge/native-plugins.js +39 -0
- package/dist/bridge/plugin-bridge.d.ts +116 -0
- package/dist/bridge/plugin-bridge.d.ts.map +1 -0
- package/dist/bridge/plugin-bridge.js +203 -0
- package/dist/bridge/storage-bridge.d.ts +39 -0
- package/dist/bridge/storage-bridge.d.ts.map +1 -0
- package/dist/bridge/storage-bridge.js +135 -0
- package/dist/chat/index.d.ts +57 -0
- package/dist/chat/index.d.ts.map +1 -0
- package/dist/chat/index.js +161 -0
- package/dist/coding/index.d.ts +25 -0
- package/dist/coding/index.d.ts.map +1 -0
- package/dist/coding/index.js +25 -0
- package/dist/components/AdvancedPageView.d.ts +17 -0
- package/dist/components/AdvancedPageView.d.ts.map +1 -0
- package/dist/components/AdvancedPageView.js +137 -0
- package/dist/components/AgentActivityBox.d.ts +7 -0
- package/dist/components/AgentActivityBox.d.ts.map +1 -0
- package/dist/components/AgentActivityBox.js +25 -0
- package/dist/components/ApiKeyConfig.d.ts +26 -0
- package/dist/components/ApiKeyConfig.d.ts.map +1 -0
- package/dist/components/ApiKeyConfig.js +121 -0
- package/dist/components/AppsPageView.d.ts +7 -0
- package/dist/components/AppsPageView.d.ts.map +1 -0
- package/dist/components/AppsPageView.js +31 -0
- package/dist/components/AppsView.d.ts +8 -0
- package/dist/components/AppsView.d.ts.map +1 -0
- package/dist/components/AppsView.js +149 -0
- package/dist/components/AvatarLoader.d.ts +9 -0
- package/dist/components/AvatarLoader.d.ts.map +1 -0
- package/dist/components/AvatarLoader.js +45 -0
- package/dist/components/AvatarSelector.d.ts +23 -0
- package/dist/components/AvatarSelector.d.ts.map +1 -0
- package/dist/components/AvatarSelector.js +105 -0
- package/dist/components/BscTradePanel.d.ts +22 -0
- package/dist/components/BscTradePanel.d.ts.map +1 -0
- package/dist/components/BscTradePanel.js +221 -0
- package/dist/components/BugReportModal.d.ts +2 -0
- package/dist/components/BugReportModal.d.ts.map +1 -0
- package/dist/components/BugReportModal.js +218 -0
- package/dist/components/CharacterView.d.ts +8 -0
- package/dist/components/CharacterView.d.ts.map +1 -0
- package/dist/components/CharacterView.js +703 -0
- package/dist/components/ChatAvatar.d.ts +8 -0
- package/dist/components/ChatAvatar.d.ts.map +1 -0
- package/dist/components/ChatAvatar.js +89 -0
- package/dist/components/ChatComposer.d.ts +37 -0
- package/dist/components/ChatComposer.d.ts.map +1 -0
- package/dist/components/ChatComposer.js +136 -0
- package/dist/components/ChatMessage.d.ts +24 -0
- package/dist/components/ChatMessage.d.ts.map +1 -0
- package/dist/components/ChatMessage.js +167 -0
- package/dist/components/ChatModalView.d.ts +10 -0
- package/dist/components/ChatModalView.d.ts.map +1 -0
- package/dist/components/ChatModalView.js +57 -0
- package/dist/components/ChatView.d.ts +14 -0
- package/dist/components/ChatView.d.ts.map +1 -0
- package/dist/components/ChatView.js +511 -0
- package/dist/components/CloudSourceControls.d.ts +13 -0
- package/dist/components/CloudSourceControls.d.ts.map +1 -0
- package/dist/components/CloudSourceControls.js +14 -0
- package/dist/components/CodingAgentSettingsSection.d.ts +2 -0
- package/dist/components/CodingAgentSettingsSection.d.ts.map +1 -0
- package/dist/components/CodingAgentSettingsSection.js +268 -0
- package/dist/components/CommandPalette.d.ts +2 -0
- package/dist/components/CommandPalette.d.ts.map +1 -0
- package/dist/components/CommandPalette.js +181 -0
- package/dist/components/CompanionSceneHost.d.ts +15 -0
- package/dist/components/CompanionSceneHost.d.ts.map +1 -0
- package/dist/components/CompanionSceneHost.js +343 -0
- package/dist/components/CompanionShell.d.ts +17 -0
- package/dist/components/CompanionShell.d.ts.map +1 -0
- package/dist/components/CompanionShell.js +15 -0
- package/dist/components/CompanionView.d.ts +2 -0
- package/dist/components/CompanionView.d.ts.map +1 -0
- package/dist/components/CompanionView.js +22 -0
- package/dist/components/ConfigPageView.d.ts +11 -0
- package/dist/components/ConfigPageView.d.ts.map +1 -0
- package/dist/components/ConfigPageView.js +275 -0
- package/dist/components/ConfigSaveFooter.d.ts +8 -0
- package/dist/components/ConfigSaveFooter.d.ts.map +1 -0
- package/dist/components/ConfigSaveFooter.js +10 -0
- package/dist/components/ConfirmModal.d.ts +61 -0
- package/dist/components/ConfirmModal.d.ts.map +1 -0
- package/dist/components/ConfirmModal.js +164 -0
- package/dist/components/ConnectionFailedBanner.d.ts +6 -0
- package/dist/components/ConnectionFailedBanner.d.ts.map +1 -0
- package/dist/components/ConnectionFailedBanner.js +22 -0
- package/dist/components/ConnectorsPageView.d.ts +7 -0
- package/dist/components/ConnectorsPageView.d.ts.map +1 -0
- package/dist/components/ConnectorsPageView.js +8 -0
- package/dist/components/ConversationsSidebar.d.ts +9 -0
- package/dist/components/ConversationsSidebar.d.ts.map +1 -0
- package/dist/components/ConversationsSidebar.js +116 -0
- package/dist/components/CustomActionEditor.d.ts +10 -0
- package/dist/components/CustomActionEditor.d.ts.map +1 -0
- package/dist/components/CustomActionEditor.js +578 -0
- package/dist/components/CustomActionsPanel.d.ts +9 -0
- package/dist/components/CustomActionsPanel.d.ts.map +1 -0
- package/dist/components/CustomActionsPanel.js +107 -0
- package/dist/components/CustomActionsView.d.ts +2 -0
- package/dist/components/CustomActionsView.d.ts.map +1 -0
- package/dist/components/CustomActionsView.js +134 -0
- package/dist/components/DatabasePageView.d.ts +5 -0
- package/dist/components/DatabasePageView.d.ts.map +1 -0
- package/dist/components/DatabasePageView.js +28 -0
- package/dist/components/DatabaseView.d.ts +9 -0
- package/dist/components/DatabaseView.d.ts.map +1 -0
- package/dist/components/DatabaseView.js +311 -0
- package/dist/components/ElizaCloudDashboard.d.ts +2 -0
- package/dist/components/ElizaCloudDashboard.d.ts.map +1 -0
- package/dist/components/ElizaCloudDashboard.js +657 -0
- package/dist/components/EmotePicker.d.ts +2 -0
- package/dist/components/EmotePicker.d.ts.map +1 -0
- package/dist/components/EmotePicker.js +343 -0
- package/dist/components/ErrorBoundary.d.ts +22 -0
- package/dist/components/ErrorBoundary.d.ts.map +1 -0
- package/dist/components/ErrorBoundary.js +31 -0
- package/dist/components/FineTuningView.d.ts +2 -0
- package/dist/components/FineTuningView.d.ts.map +1 -0
- package/dist/components/FineTuningView.js +433 -0
- package/dist/components/GameView.d.ts +11 -0
- package/dist/components/GameView.d.ts.map +1 -0
- package/dist/components/GameView.js +295 -0
- package/dist/components/GameViewOverlay.d.ts +8 -0
- package/dist/components/GameViewOverlay.d.ts.map +1 -0
- package/dist/components/GameViewOverlay.js +70 -0
- package/dist/components/GlobalEmoteOverlay.d.ts +2 -0
- package/dist/components/GlobalEmoteOverlay.d.ts.map +1 -0
- package/dist/components/GlobalEmoteOverlay.js +112 -0
- package/dist/components/Header.d.ts +8 -0
- package/dist/components/Header.d.ts.map +1 -0
- package/dist/components/Header.js +121 -0
- package/dist/components/HeartbeatsView.d.ts +2 -0
- package/dist/components/HeartbeatsView.d.ts.map +1 -0
- package/dist/components/HeartbeatsView.js +378 -0
- package/dist/components/InventoryView.d.ts +10 -0
- package/dist/components/InventoryView.d.ts.map +1 -0
- package/dist/components/InventoryView.js +162 -0
- package/dist/components/KnowledgeView.d.ts +20 -0
- package/dist/components/KnowledgeView.d.ts.map +1 -0
- package/dist/components/KnowledgeView.js +480 -0
- package/dist/components/LanguageDropdown.d.ts +30 -0
- package/dist/components/LanguageDropdown.d.ts.map +1 -0
- package/dist/components/LanguageDropdown.js +98 -0
- package/dist/components/LifoMonitorPanel.d.ts +21 -0
- package/dist/components/LifoMonitorPanel.d.ts.map +1 -0
- package/dist/components/LifoMonitorPanel.js +24 -0
- package/dist/components/LifoSandboxView.d.ts +5 -0
- package/dist/components/LifoSandboxView.d.ts.map +1 -0
- package/dist/components/LifoSandboxView.js +333 -0
- package/dist/components/LoadingScreen.d.ts +13 -0
- package/dist/components/LoadingScreen.d.ts.map +1 -0
- package/dist/components/LoadingScreen.js +39 -0
- package/dist/components/LogsPageView.d.ts +2 -0
- package/dist/components/LogsPageView.d.ts.map +1 -0
- package/dist/components/LogsPageView.js +7 -0
- package/dist/components/LogsView.d.ts +5 -0
- package/dist/components/LogsView.d.ts.map +1 -0
- package/dist/components/LogsView.js +71 -0
- package/dist/components/MediaGalleryView.d.ts +9 -0
- package/dist/components/MediaGalleryView.d.ts.map +1 -0
- package/dist/components/MediaGalleryView.js +236 -0
- package/dist/components/MediaSettingsSection.d.ts +11 -0
- package/dist/components/MediaSettingsSection.d.ts.map +1 -0
- package/dist/components/MediaSettingsSection.js +329 -0
- package/dist/components/MessageContent.d.ts +51 -0
- package/dist/components/MessageContent.d.ts.map +1 -0
- package/dist/components/MessageContent.js +553 -0
- package/dist/components/OnboardingWizard.d.ts +2 -0
- package/dist/components/OnboardingWizard.d.ts.map +1 -0
- package/dist/components/OnboardingWizard.js +59 -0
- package/dist/components/PairingView.d.ts +5 -0
- package/dist/components/PairingView.d.ts.map +1 -0
- package/dist/components/PairingView.js +28 -0
- package/dist/components/PermissionsSection.d.ts +20 -0
- package/dist/components/PermissionsSection.d.ts.map +1 -0
- package/dist/components/PermissionsSection.js +368 -0
- package/dist/components/PluginsPageView.d.ts +5 -0
- package/dist/components/PluginsPageView.d.ts.map +1 -0
- package/dist/components/PluginsPageView.js +8 -0
- package/dist/components/PluginsView.d.ts +21 -0
- package/dist/components/PluginsView.d.ts.map +1 -0
- package/dist/components/PluginsView.js +1531 -0
- package/dist/components/ProviderSwitcher.d.ts +42 -0
- package/dist/components/ProviderSwitcher.d.ts.map +1 -0
- package/dist/components/ProviderSwitcher.js +480 -0
- package/dist/components/RestartBanner.d.ts +2 -0
- package/dist/components/RestartBanner.d.ts.map +1 -0
- package/dist/components/RestartBanner.js +36 -0
- package/dist/components/RuntimeView.d.ts +10 -0
- package/dist/components/RuntimeView.d.ts.map +1 -0
- package/dist/components/RuntimeView.js +165 -0
- package/dist/components/SaveCommandModal.d.ts +12 -0
- package/dist/components/SaveCommandModal.d.ts.map +1 -0
- package/dist/components/SaveCommandModal.js +84 -0
- package/dist/components/SecretsView.d.ts +9 -0
- package/dist/components/SecretsView.d.ts.map +1 -0
- package/dist/components/SecretsView.js +249 -0
- package/dist/components/SettingsView.d.ts +9 -0
- package/dist/components/SettingsView.d.ts.map +1 -0
- package/dist/components/SettingsView.js +230 -0
- package/dist/components/ShellOverlays.d.ts +8 -0
- package/dist/components/ShellOverlays.d.ts.map +1 -0
- package/dist/components/ShellOverlays.js +10 -0
- package/dist/components/ShortcutsOverlay.d.ts +2 -0
- package/dist/components/ShortcutsOverlay.d.ts.map +1 -0
- package/dist/components/ShortcutsOverlay.js +79 -0
- package/dist/components/SkillsView.d.ts +11 -0
- package/dist/components/SkillsView.d.ts.map +1 -0
- package/dist/components/SkillsView.js +358 -0
- package/dist/components/StartupFailureView.d.ts +8 -0
- package/dist/components/StartupFailureView.d.ts.map +1 -0
- package/dist/components/StartupFailureView.js +15 -0
- package/dist/components/StreamView.d.ts +16 -0
- package/dist/components/StreamView.d.ts.map +1 -0
- package/dist/components/StreamView.js +300 -0
- package/dist/components/StripeEmbeddedCheckout.d.ts +24 -0
- package/dist/components/StripeEmbeddedCheckout.d.ts.map +1 -0
- package/dist/components/StripeEmbeddedCheckout.js +101 -0
- package/dist/components/SubscriptionStatus.d.ts +22 -0
- package/dist/components/SubscriptionStatus.d.ts.map +1 -0
- package/dist/components/SubscriptionStatus.js +301 -0
- package/dist/components/SystemWarningBanner.d.ts +6 -0
- package/dist/components/SystemWarningBanner.d.ts.map +1 -0
- package/dist/components/SystemWarningBanner.js +46 -0
- package/dist/components/ThemeToggle.d.ts +21 -0
- package/dist/components/ThemeToggle.d.ts.map +1 -0
- package/dist/components/ThemeToggle.js +24 -0
- package/dist/components/TrajectoriesView.d.ts +12 -0
- package/dist/components/TrajectoriesView.d.ts.map +1 -0
- package/dist/components/TrajectoriesView.js +183 -0
- package/dist/components/TrajectoryDetailView.d.ts +13 -0
- package/dist/components/TrajectoryDetailView.d.ts.map +1 -0
- package/dist/components/TrajectoryDetailView.js +112 -0
- package/dist/components/TriggersView.d.ts +2 -0
- package/dist/components/TriggersView.d.ts.map +1 -0
- package/dist/components/TriggersView.js +1 -0
- package/dist/components/VectorBrowserView.d.ts +10 -0
- package/dist/components/VectorBrowserView.d.ts.map +1 -0
- package/dist/components/VectorBrowserView.js +997 -0
- package/dist/components/VoiceConfigView.d.ts +11 -0
- package/dist/components/VoiceConfigView.d.ts.map +1 -0
- package/dist/components/VoiceConfigView.js +329 -0
- package/dist/components/VrmStage.d.ts +21 -0
- package/dist/components/VrmStage.d.ts.map +1 -0
- package/dist/components/VrmStage.js +252 -0
- package/dist/components/WhatsAppQrOverlay.d.ts +8 -0
- package/dist/components/WhatsAppQrOverlay.d.ts.map +1 -0
- package/dist/components/WhatsAppQrOverlay.js +63 -0
- package/dist/components/apps/AppDetailPane.d.ts +15 -0
- package/dist/components/apps/AppDetailPane.d.ts.map +1 -0
- package/dist/components/apps/AppDetailPane.js +13 -0
- package/dist/components/apps/AppsCatalogGrid.d.ts +20 -0
- package/dist/components/apps/AppsCatalogGrid.d.ts.map +1 -0
- package/dist/components/apps/AppsCatalogGrid.js +18 -0
- package/dist/components/apps/extensions/HyperscapeAppDetailPanel.d.ts +3 -0
- package/dist/components/apps/extensions/HyperscapeAppDetailPanel.d.ts.map +1 -0
- package/dist/components/apps/extensions/HyperscapeAppDetailPanel.js +253 -0
- package/dist/components/apps/extensions/registry.d.ts +4 -0
- package/dist/components/apps/extensions/registry.d.ts.map +1 -0
- package/dist/components/apps/extensions/registry.js +10 -0
- package/dist/components/apps/extensions/types.d.ts +7 -0
- package/dist/components/apps/extensions/types.d.ts.map +1 -0
- package/dist/components/apps/extensions/types.js +1 -0
- package/dist/components/apps/helpers.d.ts +7 -0
- package/dist/components/apps/helpers.d.ts.map +1 -0
- package/dist/components/apps/helpers.js +46 -0
- package/dist/components/avatar/VrmAnimationLoader.d.ts +30 -0
- package/dist/components/avatar/VrmAnimationLoader.d.ts.map +1 -0
- package/dist/components/avatar/VrmAnimationLoader.js +99 -0
- package/dist/components/avatar/VrmBlinkController.d.ts +37 -0
- package/dist/components/avatar/VrmBlinkController.d.ts.map +1 -0
- package/dist/components/avatar/VrmBlinkController.js +98 -0
- package/dist/components/avatar/VrmCameraManager.d.ts +57 -0
- package/dist/components/avatar/VrmCameraManager.d.ts.map +1 -0
- package/dist/components/avatar/VrmCameraManager.js +277 -0
- package/dist/components/avatar/VrmEngine.d.ts +229 -0
- package/dist/components/avatar/VrmEngine.d.ts.map +1 -0
- package/dist/components/avatar/VrmEngine.js +1950 -0
- package/dist/components/avatar/VrmFootShadow.d.ts +18 -0
- package/dist/components/avatar/VrmFootShadow.d.ts.map +1 -0
- package/dist/components/avatar/VrmFootShadow.js +83 -0
- package/dist/components/avatar/VrmViewer.d.ts +45 -0
- package/dist/components/avatar/VrmViewer.d.ts.map +1 -0
- package/dist/components/avatar/VrmViewer.js +341 -0
- package/dist/components/avatar/mixamoVRMRigMap.d.ts +3 -0
- package/dist/components/avatar/mixamoVRMRigMap.d.ts.map +1 -0
- package/dist/components/avatar/mixamoVRMRigMap.js +56 -0
- package/dist/components/avatar/retargetMixamoFbxToVrm.d.ts +9 -0
- package/dist/components/avatar/retargetMixamoFbxToVrm.d.ts.map +1 -0
- package/dist/components/avatar/retargetMixamoFbxToVrm.js +88 -0
- package/dist/components/avatar/retargetMixamoGltfToVrm.d.ts +11 -0
- package/dist/components/avatar/retargetMixamoGltfToVrm.d.ts.map +1 -0
- package/dist/components/avatar/retargetMixamoGltfToVrm.js +80 -0
- package/dist/components/chainConfig.d.ts +84 -0
- package/dist/components/chainConfig.d.ts.map +1 -0
- package/dist/components/chainConfig.js +268 -0
- package/dist/components/companion/CompanionHeader.d.ts +15 -0
- package/dist/components/companion/CompanionHeader.d.ts.map +1 -0
- package/dist/components/companion/CompanionHeader.js +7 -0
- package/dist/components/companion/CompanionSceneHost.d.ts +2 -0
- package/dist/components/companion/CompanionSceneHost.d.ts.map +1 -0
- package/dist/components/companion/CompanionSceneHost.js +1 -0
- package/dist/components/companion/VrmStage.d.ts +3 -0
- package/dist/components/companion/VrmStage.d.ts.map +1 -0
- package/dist/components/companion/VrmStage.js +1 -0
- package/dist/components/companion/walletUtils.d.ts +95 -0
- package/dist/components/companion/walletUtils.d.ts.map +1 -0
- package/dist/components/companion/walletUtils.js +167 -0
- package/dist/components/companion-shell-styles.d.ts +38 -0
- package/dist/components/companion-shell-styles.d.ts.map +1 -0
- package/dist/components/companion-shell-styles.js +248 -0
- package/dist/components/confirm-delete-control.d.ts +16 -0
- package/dist/components/confirm-delete-control.d.ts.map +1 -0
- package/dist/components/confirm-delete-control.js +12 -0
- package/dist/components/conversations/ConversationListItem.d.ts +31 -0
- package/dist/components/conversations/ConversationListItem.d.ts.map +1 -0
- package/dist/components/conversations/ConversationListItem.js +52 -0
- package/dist/components/conversations/conversation-utils.d.ts +9 -0
- package/dist/components/conversations/conversation-utils.d.ts.map +1 -0
- package/dist/components/conversations/conversation-utils.js +138 -0
- package/dist/components/format.d.ts +54 -0
- package/dist/components/format.d.ts.map +1 -0
- package/dist/components/format.js +82 -0
- package/dist/components/index.d.ts +93 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +92 -0
- package/dist/components/inventory/CopyableAddress.d.ts +8 -0
- package/dist/components/inventory/CopyableAddress.d.ts.map +1 -0
- package/dist/components/inventory/CopyableAddress.js +18 -0
- package/dist/components/inventory/InventoryToolbar.d.ts +25 -0
- package/dist/components/inventory/InventoryToolbar.d.ts.map +1 -0
- package/dist/components/inventory/InventoryToolbar.js +28 -0
- package/dist/components/inventory/NftGrid.d.ts +13 -0
- package/dist/components/inventory/NftGrid.d.ts.map +1 -0
- package/dist/components/inventory/NftGrid.js +29 -0
- package/dist/components/inventory/TokenLogo.d.ts +12 -0
- package/dist/components/inventory/TokenLogo.d.ts.map +1 -0
- package/dist/components/inventory/TokenLogo.js +33 -0
- package/dist/components/inventory/TokensTable.d.ts +24 -0
- package/dist/components/inventory/TokensTable.d.ts.map +1 -0
- package/dist/components/inventory/TokensTable.js +26 -0
- package/dist/components/inventory/constants.d.ts +52 -0
- package/dist/components/inventory/constants.d.ts.map +1 -0
- package/dist/components/inventory/constants.js +121 -0
- package/dist/components/inventory/index.d.ts +9 -0
- package/dist/components/inventory/index.d.ts.map +1 -0
- package/dist/components/inventory/index.js +8 -0
- package/dist/components/inventory/media-url.d.ts +6 -0
- package/dist/components/inventory/media-url.d.ts.map +1 -0
- package/dist/components/inventory/media-url.js +28 -0
- package/dist/components/inventory/useInventoryData.d.ts +53 -0
- package/dist/components/inventory/useInventoryData.d.ts.map +1 -0
- package/dist/components/inventory/useInventoryData.js +332 -0
- package/dist/components/knowledge-upload-image.d.ts +27 -0
- package/dist/components/knowledge-upload-image.d.ts.map +1 -0
- package/dist/components/knowledge-upload-image.js +146 -0
- package/dist/components/labels.d.ts +6 -0
- package/dist/components/labels.d.ts.map +1 -0
- package/dist/components/labels.js +40 -0
- package/dist/components/onboarding/ActivateStep.d.ts +2 -0
- package/dist/components/onboarding/ActivateStep.d.ts.map +1 -0
- package/dist/components/onboarding/ActivateStep.js +6 -0
- package/dist/components/onboarding/ConnectionStep.d.ts +2 -0
- package/dist/components/onboarding/ConnectionStep.d.ts.map +1 -0
- package/dist/components/onboarding/ConnectionStep.js +552 -0
- package/dist/components/onboarding/OnboardingPanel.d.ts +9 -0
- package/dist/components/onboarding/OnboardingPanel.d.ts.map +1 -0
- package/dist/components/onboarding/OnboardingPanel.js +24 -0
- package/dist/components/onboarding/OnboardingStepNav.d.ts +2 -0
- package/dist/components/onboarding/OnboardingStepNav.d.ts.map +1 -0
- package/dist/components/onboarding/OnboardingStepNav.js +14 -0
- package/dist/components/onboarding/PermissionsStep.d.ts +2 -0
- package/dist/components/onboarding/PermissionsStep.d.ts.map +1 -0
- package/dist/components/onboarding/PermissionsStep.js +7 -0
- package/dist/components/onboarding/RpcStep.d.ts +2 -0
- package/dist/components/onboarding/RpcStep.d.ts.map +1 -0
- package/dist/components/onboarding/RpcStep.js +125 -0
- package/dist/components/onboarding/WakeUpStep.d.ts +2 -0
- package/dist/components/onboarding/WakeUpStep.d.ts.map +1 -0
- package/dist/components/onboarding/WakeUpStep.js +82 -0
- package/dist/components/permissions/PermissionIcon.d.ts +4 -0
- package/dist/components/permissions/PermissionIcon.d.ts.map +1 -0
- package/dist/components/permissions/PermissionIcon.js +12 -0
- package/dist/components/permissions/StreamingPermissions.d.ts +20 -0
- package/dist/components/permissions/StreamingPermissions.d.ts.map +1 -0
- package/dist/components/permissions/StreamingPermissions.js +173 -0
- package/dist/components/plugins/showcase-data.d.ts +7 -0
- package/dist/components/plugins/showcase-data.d.ts.map +1 -0
- package/dist/components/plugins/showcase-data.js +464 -0
- package/dist/components/shared/ShellHeaderControls.d.ts +27 -0
- package/dist/components/shared/ShellHeaderControls.d.ts.map +1 -0
- package/dist/components/shared/ShellHeaderControls.js +60 -0
- package/dist/components/skeletons.d.ts +17 -0
- package/dist/components/skeletons.d.ts.map +1 -0
- package/dist/components/skeletons.js +22 -0
- package/dist/components/stream/ActivityFeed.d.ts +5 -0
- package/dist/components/stream/ActivityFeed.d.ts.map +1 -0
- package/dist/components/stream/ActivityFeed.js +57 -0
- package/dist/components/stream/AvatarPip.d.ts +5 -0
- package/dist/components/stream/AvatarPip.d.ts.map +1 -0
- package/dist/components/stream/AvatarPip.js +6 -0
- package/dist/components/stream/ChatContent.d.ts +6 -0
- package/dist/components/stream/ChatContent.d.ts.map +1 -0
- package/dist/components/stream/ChatContent.js +69 -0
- package/dist/components/stream/ChatTicker.d.ts +5 -0
- package/dist/components/stream/ChatTicker.d.ts.map +1 -0
- package/dist/components/stream/ChatTicker.js +34 -0
- package/dist/components/stream/IdleContent.d.ts +5 -0
- package/dist/components/stream/IdleContent.d.ts.map +1 -0
- package/dist/components/stream/IdleContent.js +17 -0
- package/dist/components/stream/StatusBar.d.ts +36 -0
- package/dist/components/stream/StatusBar.d.ts.map +1 -0
- package/dist/components/stream/StatusBar.js +140 -0
- package/dist/components/stream/StreamSettings.d.ts +33 -0
- package/dist/components/stream/StreamSettings.d.ts.map +1 -0
- package/dist/components/stream/StreamSettings.js +99 -0
- package/dist/components/stream/StreamTerminal.d.ts +2 -0
- package/dist/components/stream/StreamTerminal.d.ts.map +1 -0
- package/dist/components/stream/StreamTerminal.js +52 -0
- package/dist/components/stream/StreamVoiceConfig.d.ts +10 -0
- package/dist/components/stream/StreamVoiceConfig.d.ts.map +1 -0
- package/dist/components/stream/StreamVoiceConfig.js +88 -0
- package/dist/components/stream/helpers.d.ts +32 -0
- package/dist/components/stream/helpers.d.ts.map +1 -0
- package/dist/components/stream/helpers.js +110 -0
- package/dist/components/stream/overlays/OverlayLayer.d.ts +20 -0
- package/dist/components/stream/overlays/OverlayLayer.d.ts.map +1 -0
- package/dist/components/stream/overlays/OverlayLayer.js +24 -0
- package/dist/components/stream/overlays/built-in/ActionTickerWidget.d.ts +8 -0
- package/dist/components/stream/overlays/built-in/ActionTickerWidget.d.ts.map +1 -0
- package/dist/components/stream/overlays/built-in/ActionTickerWidget.js +44 -0
- package/dist/components/stream/overlays/built-in/AlertPopupWidget.d.ts +7 -0
- package/dist/components/stream/overlays/built-in/AlertPopupWidget.d.ts.map +1 -0
- package/dist/components/stream/overlays/built-in/AlertPopupWidget.js +62 -0
- package/dist/components/stream/overlays/built-in/BrandingWidget.d.ts +7 -0
- package/dist/components/stream/overlays/built-in/BrandingWidget.d.ts.map +1 -0
- package/dist/components/stream/overlays/built-in/BrandingWidget.js +36 -0
- package/dist/components/stream/overlays/built-in/CustomHtmlWidget.d.ts +26 -0
- package/dist/components/stream/overlays/built-in/CustomHtmlWidget.d.ts.map +1 -0
- package/dist/components/stream/overlays/built-in/CustomHtmlWidget.js +78 -0
- package/dist/components/stream/overlays/built-in/PeonGlassWidget.d.ts +11 -0
- package/dist/components/stream/overlays/built-in/PeonGlassWidget.d.ts.map +1 -0
- package/dist/components/stream/overlays/built-in/PeonGlassWidget.js +188 -0
- package/dist/components/stream/overlays/built-in/PeonHudWidget.d.ts +10 -0
- package/dist/components/stream/overlays/built-in/PeonHudWidget.d.ts.map +1 -0
- package/dist/components/stream/overlays/built-in/PeonHudWidget.js +168 -0
- package/dist/components/stream/overlays/built-in/PeonSakuraWidget.d.ts +11 -0
- package/dist/components/stream/overlays/built-in/PeonSakuraWidget.d.ts.map +1 -0
- package/dist/components/stream/overlays/built-in/PeonSakuraWidget.js +213 -0
- package/dist/components/stream/overlays/built-in/ThoughtBubbleWidget.d.ts +8 -0
- package/dist/components/stream/overlays/built-in/ThoughtBubbleWidget.d.ts.map +1 -0
- package/dist/components/stream/overlays/built-in/ThoughtBubbleWidget.js +59 -0
- package/dist/components/stream/overlays/built-in/ViewerCountWidget.d.ts +7 -0
- package/dist/components/stream/overlays/built-in/ViewerCountWidget.d.ts.map +1 -0
- package/dist/components/stream/overlays/built-in/ViewerCountWidget.js +34 -0
- package/dist/components/stream/overlays/built-in/index.d.ts +13 -0
- package/dist/components/stream/overlays/built-in/index.d.ts.map +1 -0
- package/dist/components/stream/overlays/built-in/index.js +12 -0
- package/dist/components/stream/overlays/registry.d.ts +11 -0
- package/dist/components/stream/overlays/registry.d.ts.map +1 -0
- package/dist/components/stream/overlays/registry.js +16 -0
- package/dist/components/stream/overlays/types.d.ts +67 -0
- package/dist/components/stream/overlays/types.d.ts.map +1 -0
- package/dist/components/stream/overlays/types.js +7 -0
- package/dist/components/stream/overlays/useOverlayLayout.d.ts +27 -0
- package/dist/components/stream/overlays/useOverlayLayout.d.ts.map +1 -0
- package/dist/components/stream/overlays/useOverlayLayout.js +162 -0
- package/dist/components/trajectory-format.d.ts +6 -0
- package/dist/components/trajectory-format.d.ts.map +1 -0
- package/dist/components/trajectory-format.js +43 -0
- package/dist/components/ui-badges.d.ts +23 -0
- package/dist/components/ui-badges.d.ts.map +1 -0
- package/dist/components/ui-badges.js +38 -0
- package/dist/components/ui-switch.d.ts +14 -0
- package/dist/components/ui-switch.d.ts.map +1 -0
- package/dist/components/ui-switch.js +15 -0
- package/dist/components/vector-browser-three.d.ts +4 -0
- package/dist/components/vector-browser-three.d.ts.map +1 -0
- package/dist/components/vector-browser-three.js +19 -0
- package/dist/config/config-catalog.d.ts +376 -0
- package/dist/config/config-catalog.d.ts.map +1 -0
- package/dist/config/config-catalog.js +724 -0
- package/dist/config/config-field.d.ts +68 -0
- package/dist/config/config-field.d.ts.map +1 -0
- package/dist/config/config-field.js +821 -0
- package/dist/config/config-renderer.d.ts +176 -0
- package/dist/config/config-renderer.d.ts.map +1 -0
- package/dist/config/config-renderer.js +403 -0
- package/dist/config/index.d.ts +5 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +4 -0
- package/dist/config/ui-renderer.d.ts +26 -0
- package/dist/config/ui-renderer.d.ts.map +1 -0
- package/dist/config/ui-renderer.js +815 -0
- package/dist/config/ui-spec.d.ts +164 -0
- package/dist/config/ui-spec.d.ts.map +1 -0
- package/dist/config/ui-spec.js +13 -0
- package/dist/events/index.d.ts +42 -0
- package/dist/events/index.d.ts.map +1 -0
- package/dist/events/index.js +41 -0
- package/dist/hooks/index.d.ts +14 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +13 -0
- package/dist/hooks/useBugReport.d.ts +14 -0
- package/dist/hooks/useBugReport.d.ts.map +1 -0
- package/dist/hooks/useBugReport.js +18 -0
- package/dist/hooks/useCanvasWindow.d.ts +38 -0
- package/dist/hooks/useCanvasWindow.d.ts.map +1 -0
- package/dist/hooks/useCanvasWindow.js +273 -0
- package/dist/hooks/useChatAvatarVoice.d.ts +10 -0
- package/dist/hooks/useChatAvatarVoice.d.ts.map +1 -0
- package/dist/hooks/useChatAvatarVoice.js +71 -0
- package/dist/hooks/useContextMenu.d.ts +17 -0
- package/dist/hooks/useContextMenu.d.ts.map +1 -0
- package/dist/hooks/useContextMenu.js +100 -0
- package/dist/hooks/useKeyboardShortcuts.d.ts +17 -0
- package/dist/hooks/useKeyboardShortcuts.d.ts.map +1 -0
- package/dist/hooks/useKeyboardShortcuts.js +67 -0
- package/dist/hooks/useLifoSync.d.ts +18 -0
- package/dist/hooks/useLifoSync.d.ts.map +1 -0
- package/dist/hooks/useLifoSync.js +113 -0
- package/dist/hooks/useMemoryMonitor.d.ts +87 -0
- package/dist/hooks/useMemoryMonitor.d.ts.map +1 -0
- package/dist/hooks/useMemoryMonitor.js +210 -0
- package/dist/hooks/useRenderGuard.d.ts +17 -0
- package/dist/hooks/useRenderGuard.d.ts.map +1 -0
- package/dist/hooks/useRenderGuard.js +36 -0
- package/dist/hooks/useRetakeCapture.d.ts +12 -0
- package/dist/hooks/useRetakeCapture.d.ts.map +1 -0
- package/dist/hooks/useRetakeCapture.js +59 -0
- package/dist/hooks/useStreamPopoutNavigation.d.ts +3 -0
- package/dist/hooks/useStreamPopoutNavigation.d.ts.map +1 -0
- package/dist/hooks/useStreamPopoutNavigation.js +17 -0
- package/dist/hooks/useTimeout.d.ts +11 -0
- package/dist/hooks/useTimeout.d.ts.map +1 -0
- package/dist/hooks/useTimeout.js +32 -0
- package/dist/hooks/useVoiceChat.d.ts +129 -0
- package/dist/hooks/useVoiceChat.d.ts.map +1 -0
- package/dist/hooks/useVoiceChat.js +1071 -0
- package/dist/hooks/useWhatsAppPairing.d.ts +11 -0
- package/dist/hooks/useWhatsAppPairing.d.ts.map +1 -0
- package/dist/hooks/useWhatsAppPairing.js +95 -0
- package/dist/i18n/index.d.ts +7 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/index.js +53 -0
- package/dist/i18n/locales/en.json +1196 -0
- package/dist/i18n/locales/es.json +1196 -0
- package/dist/i18n/locales/ko.json +1196 -0
- package/dist/i18n/locales/pt.json +1196 -0
- package/dist/i18n/locales/zh-CN.json +1196 -0
- package/dist/i18n/messages.d.ts +6 -0
- package/dist/i18n/messages.d.ts.map +1 -0
- package/dist/i18n/messages.js +14 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +6 -0
- package/dist/navigation/index.d.ts +27 -0
- package/dist/navigation/index.d.ts.map +1 -0
- package/dist/navigation/index.js +230 -0
- package/dist/package.json +161 -0
- package/dist/platform/browser-launch.d.ts +2 -0
- package/dist/platform/browser-launch.d.ts.map +1 -0
- package/dist/platform/browser-launch.js +109 -0
- package/dist/platform/index.d.ts +64 -0
- package/dist/platform/index.d.ts.map +1 -0
- package/dist/platform/index.js +155 -0
- package/dist/platform/init.d.ts +40 -0
- package/dist/platform/init.d.ts.map +1 -0
- package/dist/platform/init.js +158 -0
- package/dist/providers/index.d.ts +13 -0
- package/dist/providers/index.d.ts.map +1 -0
- package/dist/providers/index.js +72 -0
- package/dist/state/AppContext.d.ts +11 -0
- package/dist/state/AppContext.d.ts.map +1 -0
- package/dist/state/AppContext.js +4496 -0
- package/dist/state/index.d.ts +7 -0
- package/dist/state/index.d.ts.map +1 -0
- package/dist/state/index.js +6 -0
- package/dist/state/internal.d.ts +6 -0
- package/dist/state/internal.d.ts.map +1 -0
- package/dist/state/internal.js +5 -0
- package/dist/state/parsers.d.ts +26 -0
- package/dist/state/parsers.d.ts.map +1 -0
- package/dist/state/parsers.js +255 -0
- package/dist/state/persistence.d.ts +36 -0
- package/dist/state/persistence.d.ts.map +1 -0
- package/dist/state/persistence.js +254 -0
- package/dist/state/types.d.ts +402 -0
- package/dist/state/types.d.ts.map +1 -0
- package/dist/state/types.js +70 -0
- package/dist/state/ui-preferences.d.ts +3 -0
- package/dist/state/ui-preferences.d.ts.map +1 -0
- package/dist/state/ui-preferences.js +1 -0
- package/dist/state/useApp.d.ts +4 -0
- package/dist/state/useApp.d.ts.map +1 -0
- package/dist/state/useApp.js +22 -0
- package/dist/state/vrm.d.ts +19 -0
- package/dist/state/vrm.d.ts.map +1 -0
- package/dist/state/vrm.js +65 -0
- package/dist/stories/AppMockProvider.d.ts +15 -0
- package/dist/stories/AppMockProvider.d.ts.map +1 -0
- package/dist/stories/AppMockProvider.js +14 -0
- package/dist/styles/anime.css +6324 -0
- package/dist/styles/base.css +196 -0
- package/dist/styles/onboarding-game.css +716 -0
- package/dist/styles/styles.css +2085 -0
- package/dist/styles/xterm.css +241 -0
- package/dist/types/index.d.ts +657 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +1 -0
- package/dist/utils/asset-url.d.ts +26 -0
- package/dist/utils/asset-url.d.ts.map +1 -0
- package/dist/utils/asset-url.js +99 -0
- package/dist/utils/assistant-text.d.ts +2 -0
- package/dist/utils/assistant-text.d.ts.map +1 -0
- package/dist/utils/assistant-text.js +161 -0
- package/dist/utils/clipboard.d.ts +2 -0
- package/dist/utils/clipboard.d.ts.map +1 -0
- package/dist/utils/clipboard.js +38 -0
- package/dist/utils/desktop-dialogs.d.ts +19 -0
- package/dist/utils/desktop-dialogs.d.ts.map +1 -0
- package/dist/utils/desktop-dialogs.js +50 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +6 -0
- package/dist/utils/number-parsing.d.ts +44 -0
- package/dist/utils/number-parsing.d.ts.map +1 -0
- package/dist/utils/number-parsing.js +56 -0
- package/dist/utils/openExternalUrl.d.ts +2 -0
- package/dist/utils/openExternalUrl.d.ts.map +1 -0
- package/dist/utils/openExternalUrl.js +17 -0
- package/dist/utils/spoken-text.d.ts +2 -0
- package/dist/utils/spoken-text.d.ts.map +1 -0
- package/dist/utils/spoken-text.js +56 -0
- package/dist/utils/streaming-text.d.ts +3 -0
- package/dist/utils/streaming-text.d.ts.map +1 -0
- package/dist/utils/streaming-text.js +87 -0
- package/dist/voice/index.d.ts +2 -0
- package/dist/voice/index.d.ts.map +1 -0
- package/dist/voice/index.js +1 -0
- package/dist/voice/types.d.ts +25 -0
- package/dist/voice/types.d.ts.map +1 -0
- package/dist/voice/types.js +166 -0
- package/package.json +86 -0
- package/src/App.tsx +469 -0
- package/src/actions/character.ts +113 -0
- package/src/actions/chat-helpers.ts +100 -0
- package/src/actions/cloud.ts +59 -0
- package/src/actions/index.ts +12 -0
- package/src/actions/lifecycle.ts +175 -0
- package/src/actions/onboarding.ts +46 -0
- package/src/actions/triggers.ts +190 -0
- package/src/ambient.d.ts +16 -0
- package/src/api/client.ts +5616 -0
- package/src/api/index.ts +1 -0
- package/src/autonomy/index.ts +477 -0
- package/src/bridge/capacitor-bridge.ts +295 -0
- package/src/bridge/electrobun-rpc.ts +58 -0
- package/src/bridge/electrobun-runtime.ts +28 -0
- package/src/bridge/index.ts +5 -0
- package/src/bridge/native-plugins.ts +134 -0
- package/src/bridge/plugin-bridge.ts +352 -0
- package/src/bridge/storage-bridge.ts +162 -0
- package/src/chat/index.ts +251 -0
- package/src/coding/index.ts +43 -0
- package/src/components/AdvancedPageView.tsx +362 -0
- package/src/components/AgentActivityBox.tsx +49 -0
- package/src/components/ApiKeyConfig.tsx +224 -0
- package/src/components/AppsPageView.tsx +52 -0
- package/src/components/AppsView.tsx +293 -0
- package/src/components/AvatarLoader.tsx +86 -0
- package/src/components/AvatarSelector.tsx +223 -0
- package/src/components/BscTradePanel.tsx +549 -0
- package/src/components/BugReportModal.tsx +499 -0
- package/src/components/CharacterView.tsx +1623 -0
- package/src/components/ChatAvatar.test.ts +96 -0
- package/src/components/ChatAvatar.tsx +147 -0
- package/src/components/ChatComposer.tsx +330 -0
- package/src/components/ChatMessage.tsx +448 -0
- package/src/components/ChatModalView.test.tsx +118 -0
- package/src/components/ChatModalView.tsx +125 -0
- package/src/components/ChatView.tsx +999 -0
- package/src/components/CloudSourceControls.tsx +80 -0
- package/src/components/CodingAgentSettingsSection.tsx +536 -0
- package/src/components/CommandPalette.tsx +284 -0
- package/src/components/CompanionSceneHost.tsx +498 -0
- package/src/components/CompanionShell.tsx +31 -0
- package/src/components/CompanionView.tsx +109 -0
- package/src/components/ConfigPageView.tsx +722 -0
- package/src/components/ConfigSaveFooter.tsx +41 -0
- package/src/components/ConfirmModal.tsx +379 -0
- package/src/components/ConnectionFailedBanner.tsx +91 -0
- package/src/components/ConnectorsPageView.tsx +13 -0
- package/src/components/ConversationsSidebar.tsx +279 -0
- package/src/components/CustomActionEditor.tsx +1125 -0
- package/src/components/CustomActionsPanel.tsx +288 -0
- package/src/components/CustomActionsView.tsx +322 -0
- package/src/components/DatabasePageView.tsx +55 -0
- package/src/components/DatabaseView.tsx +814 -0
- package/src/components/ElizaCloudDashboard.tsx +1696 -0
- package/src/components/EmotePicker.tsx +529 -0
- package/src/components/ErrorBoundary.tsx +76 -0
- package/src/components/FineTuningView.tsx +1080 -0
- package/src/components/GameView.tsx +551 -0
- package/src/components/GameViewOverlay.tsx +133 -0
- package/src/components/GlobalEmoteOverlay.tsx +152 -0
- package/src/components/Header.test.tsx +413 -0
- package/src/components/Header.tsx +400 -0
- package/src/components/HeartbeatsView.tsx +1002 -0
- package/src/components/InventoryView.tsx +372 -0
- package/src/components/KnowledgeView.tsx +1128 -0
- package/src/components/LanguageDropdown.tsx +187 -0
- package/src/components/LifoMonitorPanel.tsx +196 -0
- package/src/components/LifoSandboxView.tsx +499 -0
- package/src/components/LoadingScreen.tsx +77 -0
- package/src/components/LogsPageView.tsx +17 -0
- package/src/components/LogsView.tsx +239 -0
- package/src/components/MediaGalleryView.tsx +432 -0
- package/src/components/MediaSettingsSection.tsx +893 -0
- package/src/components/MessageContent.tsx +815 -0
- package/src/components/OnboardingWizard.test.tsx +107 -0
- package/src/components/OnboardingWizard.tsx +186 -0
- package/src/components/PairingView.tsx +110 -0
- package/src/components/PermissionsSection.tsx +818 -0
- package/src/components/PluginsPageView.tsx +9 -0
- package/src/components/PluginsView.tsx +3152 -0
- package/src/components/ProviderSwitcher.tsx +874 -0
- package/src/components/RestartBanner.tsx +76 -0
- package/src/components/RuntimeView.tsx +460 -0
- package/src/components/SaveCommandModal.tsx +211 -0
- package/src/components/SecretsView.tsx +569 -0
- package/src/components/SettingsView.tsx +825 -0
- package/src/components/ShellOverlays.tsx +41 -0
- package/src/components/ShortcutsOverlay.tsx +155 -0
- package/src/components/SkillsView.tsx +1435 -0
- package/src/components/StartupFailureView.tsx +63 -0
- package/src/components/StreamView.tsx +483 -0
- package/src/components/StripeEmbeddedCheckout.tsx +155 -0
- package/src/components/SubscriptionStatus.tsx +634 -0
- package/src/components/SystemWarningBanner.tsx +71 -0
- package/src/components/ThemeToggle.tsx +100 -0
- package/src/components/TrajectoriesView.tsx +526 -0
- package/src/components/TrajectoryDetailView.tsx +426 -0
- package/src/components/TriggersView.tsx +1 -0
- package/src/components/VectorBrowserView.tsx +1633 -0
- package/src/components/VoiceConfigView.tsx +674 -0
- package/src/components/VrmStage.test.ts +219 -0
- package/src/components/VrmStage.tsx +432 -0
- package/src/components/WhatsAppQrOverlay.tsx +230 -0
- package/src/components/__tests__/chainConfig.test.ts +220 -0
- package/src/components/apps/AppDetailPane.tsx +242 -0
- package/src/components/apps/AppsCatalogGrid.tsx +137 -0
- package/src/components/apps/extensions/HyperscapeAppDetailPanel.tsx +577 -0
- package/src/components/apps/extensions/registry.ts +16 -0
- package/src/components/apps/extensions/types.ts +9 -0
- package/src/components/apps/helpers.ts +44 -0
- package/src/components/avatar/VrmAnimationLoader.test.ts +164 -0
- package/src/components/avatar/VrmAnimationLoader.ts +151 -0
- package/src/components/avatar/VrmBlinkController.ts +118 -0
- package/src/components/avatar/VrmCameraManager.ts +407 -0
- package/src/components/avatar/VrmEngine.ts +2678 -0
- package/src/components/avatar/VrmFootShadow.ts +96 -0
- package/src/components/avatar/VrmViewer.tsx +421 -0
- package/src/components/avatar/__tests__/VrmCameraManager.test.ts +168 -0
- package/src/components/avatar/__tests__/VrmEngine.test.ts +1574 -0
- package/src/components/avatar/mixamoVRMRigMap.ts +62 -0
- package/src/components/avatar/retargetMixamoFbxToVrm.ts +144 -0
- package/src/components/avatar/retargetMixamoGltfToVrm.ts +119 -0
- package/src/components/chainConfig.ts +380 -0
- package/src/components/companion/CompanionHeader.tsx +47 -0
- package/src/components/companion/CompanionSceneHost.tsx +5 -0
- package/src/components/companion/VrmStage.tsx +2 -0
- package/src/components/companion/__tests__/walletUtils.test.ts +742 -0
- package/src/components/companion/walletUtils.ts +290 -0
- package/src/components/companion-shell-styles.test.ts +146 -0
- package/src/components/companion-shell-styles.ts +270 -0
- package/src/components/confirm-delete-control.tsx +69 -0
- package/src/components/conversations/ConversationListItem.tsx +185 -0
- package/src/components/conversations/conversation-utils.ts +151 -0
- package/src/components/format.ts +131 -0
- package/src/components/index.ts +92 -0
- package/src/components/inventory/CopyableAddress.tsx +41 -0
- package/src/components/inventory/InventoryToolbar.tsx +142 -0
- package/src/components/inventory/NftGrid.tsx +99 -0
- package/src/components/inventory/TokenLogo.tsx +71 -0
- package/src/components/inventory/TokensTable.tsx +216 -0
- package/src/components/inventory/constants.ts +170 -0
- package/src/components/inventory/index.ts +29 -0
- package/src/components/inventory/media-url.test.ts +38 -0
- package/src/components/inventory/media-url.ts +36 -0
- package/src/components/inventory/useInventoryData.ts +460 -0
- package/src/components/knowledge-upload-image.ts +215 -0
- package/src/components/labels.ts +46 -0
- package/src/components/onboarding/ActivateStep.tsx +30 -0
- package/src/components/onboarding/ConnectionStep.tsx +1530 -0
- package/src/components/onboarding/OnboardingPanel.tsx +39 -0
- package/src/components/onboarding/OnboardingStepNav.tsx +31 -0
- package/src/components/onboarding/PermissionsStep.tsx +20 -0
- package/src/components/onboarding/RpcStep.tsx +402 -0
- package/src/components/onboarding/WakeUpStep.tsx +184 -0
- package/src/components/permissions/PermissionIcon.tsx +25 -0
- package/src/components/permissions/StreamingPermissions.tsx +376 -0
- package/src/components/plugins/showcase-data.ts +481 -0
- package/src/components/shared/ShellHeaderControls.tsx +193 -0
- package/src/components/skeletons.tsx +88 -0
- package/src/components/stream/ActivityFeed.tsx +113 -0
- package/src/components/stream/AvatarPip.tsx +10 -0
- package/src/components/stream/ChatContent.tsx +126 -0
- package/src/components/stream/ChatTicker.tsx +55 -0
- package/src/components/stream/IdleContent.tsx +73 -0
- package/src/components/stream/StatusBar.tsx +469 -0
- package/src/components/stream/StreamSettings.tsx +506 -0
- package/src/components/stream/StreamTerminal.tsx +94 -0
- package/src/components/stream/StreamVoiceConfig.tsx +160 -0
- package/src/components/stream/helpers.ts +134 -0
- package/src/components/stream/overlays/OverlayLayer.tsx +75 -0
- package/src/components/stream/overlays/built-in/ActionTickerWidget.tsx +64 -0
- package/src/components/stream/overlays/built-in/AlertPopupWidget.tsx +87 -0
- package/src/components/stream/overlays/built-in/BrandingWidget.tsx +51 -0
- package/src/components/stream/overlays/built-in/CustomHtmlWidget.tsx +105 -0
- package/src/components/stream/overlays/built-in/PeonGlassWidget.tsx +265 -0
- package/src/components/stream/overlays/built-in/PeonHudWidget.tsx +247 -0
- package/src/components/stream/overlays/built-in/PeonSakuraWidget.tsx +278 -0
- package/src/components/stream/overlays/built-in/ThoughtBubbleWidget.tsx +77 -0
- package/src/components/stream/overlays/built-in/ViewerCountWidget.tsx +46 -0
- package/src/components/stream/overlays/built-in/index.ts +13 -0
- package/src/components/stream/overlays/registry.ts +22 -0
- package/src/components/stream/overlays/types.ts +90 -0
- package/src/components/stream/overlays/useOverlayLayout.ts +218 -0
- package/src/components/trajectory-format.ts +50 -0
- package/src/components/ui-badges.tsx +109 -0
- package/src/components/ui-switch.tsx +57 -0
- package/src/components/vector-browser-three.ts +27 -0
- package/src/config/config-catalog.ts +1092 -0
- package/src/config/config-field.tsx +1900 -0
- package/src/config/config-renderer.tsx +730 -0
- package/src/config/index.ts +11 -0
- package/src/config/ui-renderer.tsx +1751 -0
- package/src/config/ui-spec.ts +256 -0
- package/src/events/index.ts +89 -0
- package/src/hooks/index.ts +13 -0
- package/src/hooks/useBugReport.tsx +43 -0
- package/src/hooks/useCanvasWindow.ts +372 -0
- package/src/hooks/useChatAvatarVoice.ts +111 -0
- package/src/hooks/useContextMenu.ts +127 -0
- package/src/hooks/useKeyboardShortcuts.ts +86 -0
- package/src/hooks/useLifoSync.ts +143 -0
- package/src/hooks/useMemoryMonitor.ts +335 -0
- package/src/hooks/useRenderGuard.ts +43 -0
- package/src/hooks/useRetakeCapture.ts +67 -0
- package/src/hooks/useStreamPopoutNavigation.ts +27 -0
- package/src/hooks/useTimeout.ts +37 -0
- package/src/hooks/useVoiceChat.ts +1443 -0
- package/src/hooks/useWhatsAppPairing.ts +123 -0
- package/src/i18n/index.ts +76 -0
- package/src/i18n/locales/en.json +1196 -0
- package/src/i18n/locales/es.json +1196 -0
- package/src/i18n/locales/ko.json +1196 -0
- package/src/i18n/locales/pt.json +1196 -0
- package/src/i18n/locales/zh-CN.json +1196 -0
- package/src/i18n/messages.ts +21 -0
- package/src/index.ts +6 -0
- package/src/navigation/index.ts +282 -0
- package/src/navigation.test.ts +189 -0
- package/src/platform/browser-launch.test.ts +94 -0
- package/src/platform/browser-launch.ts +149 -0
- package/src/platform/index.ts +261 -0
- package/src/platform/init.ts +236 -0
- package/src/providers/index.ts +82 -0
- package/src/state/AppContext.tsx +5737 -0
- package/src/state/index.ts +6 -0
- package/src/state/internal.ts +77 -0
- package/src/state/parsers.test.ts +124 -0
- package/src/state/parsers.ts +309 -0
- package/src/state/persistence.ts +278 -0
- package/src/state/types.ts +694 -0
- package/src/state/ui-preferences.ts +3 -0
- package/src/state/useApp.ts +23 -0
- package/src/state/vrm.ts +76 -0
- package/src/stories/AppMockProvider.tsx +32 -0
- package/src/stories/ChatEmptyState.stories.tsx +27 -0
- package/src/stories/ChatMessage.stories.tsx +115 -0
- package/src/stories/CompanionHeader.stories.tsx +74 -0
- package/src/stories/CompanionView.stories.tsx +33 -0
- package/src/stories/ConversationListItem.stories.tsx +102 -0
- package/src/stories/TypingIndicator.stories.tsx +28 -0
- package/src/styles/anime.css +6324 -0
- package/src/styles/base.css +196 -0
- package/src/styles/onboarding-game.css +716 -0
- package/src/styles/styles.css +2085 -0
- package/src/styles/xterm.css +241 -0
- package/src/types/index.ts +715 -0
- package/src/types/react-test-renderer.d.ts +45 -0
- package/src/utils/asset-url.ts +110 -0
- package/src/utils/assistant-text.ts +172 -0
- package/src/utils/clipboard.ts +41 -0
- package/src/utils/desktop-dialogs.ts +80 -0
- package/src/utils/index.ts +6 -0
- package/src/utils/number-parsing.ts +125 -0
- package/src/utils/openExternalUrl.ts +20 -0
- package/src/utils/spoken-text.ts +65 -0
- package/src/utils/streaming-text.ts +120 -0
- package/src/voice/index.ts +1 -0
- package/src/voice/types.ts +197 -0
- package/test/app/AppContext.pty-sessions.test.tsx +143 -0
- package/test/app/MessageContent.test.tsx +326 -0
- package/test/app/PermissionsOnboarding.test.tsx +216 -0
- package/test/app/PermissionsSection.test.tsx +186 -0
- package/test/app/advanced-trajectory-fine-tuning.e2e.test.ts +397 -0
- package/test/app/agent-activity-box.test.tsx +132 -0
- package/test/app/agent-transfer-lock.test.ts +274 -0
- package/test/app/api-client-electron-fallback.test.ts +139 -0
- package/test/app/api-client-timeout.test.ts +75 -0
- package/test/app/api-client-ws.test.ts +98 -0
- package/test/app/api-client.ws-max-reconnect.test.ts +139 -0
- package/test/app/api-client.ws-reconnect.test.ts +157 -0
- package/test/app/app-context-autonomy-events.test.ts +478 -0
- package/test/app/apps-page-view.test.ts +114 -0
- package/test/app/apps-view.test.ts +769 -0
- package/test/app/autonomous-workflows.e2e.test.ts +765 -0
- package/test/app/autonomy-events.test.ts +150 -0
- package/test/app/avatar-selector.test.tsx +52 -0
- package/test/app/bsc-trade-panel.test.tsx +134 -0
- package/test/app/bug-report-modal.test.tsx +353 -0
- package/test/app/character-customization.e2e.test.ts +1168 -0
- package/test/app/chat-advanced-features.e2e.test.ts +706 -0
- package/test/app/chat-composer.test.tsx +181 -0
- package/test/app/chat-language-header.test.ts +64 -0
- package/test/app/chat-message.test.tsx +222 -0
- package/test/app/chat-modal-view.test.tsx +191 -0
- package/test/app/chat-routine-filter.test.ts +96 -0
- package/test/app/chat-send-lock.test.ts +1302 -0
- package/test/app/chat-stream-api-client.test.tsx +390 -0
- package/test/app/chat-view-game-modal.test.tsx +661 -0
- package/test/app/chat-view.test.tsx +877 -0
- package/test/app/cloud-api.e2e.test.ts +258 -0
- package/test/app/cloud-login-flow.e2e.test.ts +494 -0
- package/test/app/cloud-login-lock.test.ts +411 -0
- package/test/app/command-palette.test.tsx +184 -0
- package/test/app/command-registry.test.ts +75 -0
- package/test/app/companion-greeting-wave.test.tsx +443 -0
- package/test/app/companion-stale-conversation.test.tsx +424 -0
- package/test/app/companion-view.test.tsx +686 -0
- package/test/app/confirm-delete-control.test.ts +79 -0
- package/test/app/confirm-modal.test.tsx +219 -0
- package/test/app/connectors-ui.e2e.test.ts +508 -0
- package/test/app/conversations-sidebar-game-modal.test.tsx +260 -0
- package/test/app/conversations-sidebar.test.tsx +160 -0
- package/test/app/custom-actions-smoke.test.ts +387 -0
- package/test/app/custom-avatar-api-client.test.ts +207 -0
- package/test/app/desktop-utils.test.ts +145 -0
- package/test/app/electrobun-rpc-bridge.test.ts +83 -0
- package/test/app/events.test.ts +88 -0
- package/test/app/export-import-flows.e2e.test.ts +700 -0
- package/test/app/fine-tuning-view.test.ts +471 -0
- package/test/app/game-view-auth-session.test.tsx +186 -0
- package/test/app/game-view.test.ts +444 -0
- package/test/app/global-emote-overlay.test.tsx +106 -0
- package/test/app/header-status.test.tsx +149 -0
- package/test/app/i18n.test.ts +152 -0
- package/test/app/inventory-bsc-view.test.ts +908 -0
- package/test/app/knowledge-ui.e2e.test.ts +762 -0
- package/test/app/knowledge-upload-helpers.test.ts +124 -0
- package/test/app/lifecycle-lock.test.ts +267 -0
- package/test/app/lifo-popout-utils.test.ts +208 -0
- package/test/app/lifo-safe-endpoint.test.ts +34 -0
- package/test/app/loading-screen.test.tsx +45 -0
- package/test/app/memory-monitor.test.ts +332 -0
- package/test/app/navigation.test.tsx +29 -0
- package/test/app/onboarding-finish-lock.test.ts +500 -0
- package/test/app/onboarding-language.test.tsx +161 -0
- package/test/app/onboarding-steps.test.tsx +371 -0
- package/test/app/open-external-url.test.ts +65 -0
- package/test/app/pages-navigation-smoke.e2e.test.ts +633 -0
- package/test/app/pairing-lock.test.ts +260 -0
- package/test/app/pairing-view.test.tsx +74 -0
- package/test/app/permissions-section.test.ts +432 -0
- package/test/app/plugin-bridge.test.ts +109 -0
- package/test/app/plugins-ui.e2e.test.ts +605 -0
- package/test/app/plugins-view-game-modal.test.tsx +650 -0
- package/test/app/plugins-view-toggle-restart.test.ts +129 -0
- package/test/app/provider-dropdown-default.test.tsx +164 -0
- package/test/app/restart-banner.test.tsx +197 -0
- package/test/app/retake-capture.test.ts +84 -0
- package/test/app/sandbox-api-client.test.ts +108 -0
- package/test/app/save-command-modal.test.tsx +109 -0
- package/test/app/secrets-view.test.tsx +92 -0
- package/test/app/settings-control-styles.test.tsx +142 -0
- package/test/app/settings-reset.e2e.test.ts +728 -0
- package/test/app/settings-sections.e2e.test.ts +614 -0
- package/test/app/shared-format.test.ts +44 -0
- package/test/app/shared-switch.test.ts +69 -0
- package/test/app/shell-mode-switching.e2e.test.ts +829 -0
- package/test/app/shell-mode-tab-memory.test.tsx +283 -0
- package/test/app/shell-overlays.test.tsx +50 -0
- package/test/app/shortcuts-overlay.test.tsx +111 -0
- package/test/app/sse-interruption.test.ts +122 -0
- package/test/app/startup-asset-missing.e2e.test.ts +126 -0
- package/test/app/startup-backend-missing.e2e.test.ts +118 -0
- package/test/app/startup-chat.e2e.test.ts +305 -0
- package/test/app/startup-conversation-restore.test.tsx +344 -0
- package/test/app/startup-failure-view.test.tsx +103 -0
- package/test/app/startup-onboarding.e2e.test.ts +612 -0
- package/test/app/startup-timeout.test.tsx +80 -0
- package/test/app/startup-token-401.e2e.test.ts +103 -0
- package/test/app/stream-helpers.test.ts +46 -0
- package/test/app/stream-popout-navigation.test.tsx +41 -0
- package/test/app/stream-status-bar.test.tsx +89 -0
- package/test/app/theme-toggle.test.tsx +33 -0
- package/test/app/training-api-client.test.ts +128 -0
- package/test/app/trajectories-view.test.tsx +220 -0
- package/test/app/triggers-api-client.test.ts +77 -0
- package/test/app/triggers-navigation.test.ts +118 -0
- package/test/app/triggers-view.e2e.test.ts +674 -0
- package/test/app/update-channel-lock.test.ts +259 -0
- package/test/app/vector-browser.async-cleanup.test.tsx +367 -0
- package/test/app/vector-browser.e2e.test.ts +653 -0
- package/test/app/vrm-stage.test.tsx +351 -0
- package/test/app/vrm-viewer.test.tsx +298 -0
- package/test/app/wallet-api-save-lock.test.ts +277 -0
- package/test/app/wallet-hooks.test.ts +405 -0
- package/test/app/wallet-ui-flows.e2e.test.ts +556 -0
- package/test/avatar/asset-url.test.ts +90 -0
- package/test/avatar/avatar-selector.test.ts +173 -0
- package/test/avatar/mixamo-vrm-rig-map.test.ts +111 -0
- package/test/avatar/voice-chat-streaming-text.test.ts +96 -0
- package/test/avatar/voice-chat.test.ts +391 -0
- package/test/ui/command-palette-commands.test.ts +57 -0
- package/test/ui/ui-renderer.test.ts +39 -0
- package/tsconfig.build.json +19 -0
- package/tsconfig.json +21 -0
|
@@ -0,0 +1,1196 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common.retry": "Retry",
|
|
3
|
+
"common.loading": "Loading",
|
|
4
|
+
"common.export": "Export",
|
|
5
|
+
"common.exporting": "Exporting...",
|
|
6
|
+
"common.clearAll": "Clear All",
|
|
7
|
+
"common.clearing": "Clearing...",
|
|
8
|
+
"common.cancel": "Cancel",
|
|
9
|
+
"common.deleteAll": "Delete All",
|
|
10
|
+
"common.on": "ON",
|
|
11
|
+
"common.off": "OFF",
|
|
12
|
+
"nav.chat": "Chat",
|
|
13
|
+
"nav.companion": "Companion",
|
|
14
|
+
"nav.character": "Character",
|
|
15
|
+
"nav.talents": "Talents",
|
|
16
|
+
"nav.wallets": "Wallets",
|
|
17
|
+
"nav.channels": "Channels",
|
|
18
|
+
"nav.knowledge": "Knowledge",
|
|
19
|
+
"nav.plugins": "Plugins",
|
|
20
|
+
"nav.social": "Connectors",
|
|
21
|
+
"nav.apps": "Apps",
|
|
22
|
+
"nav.settings": "Settings",
|
|
23
|
+
"nav.heartbeats": "Heartbeats",
|
|
24
|
+
"nav.advanced": "Advanced",
|
|
25
|
+
"nav.stream": "Stream",
|
|
26
|
+
"nav.cloud": "Cloud",
|
|
27
|
+
"header.cloudDisconnected": "Cloud disconnected",
|
|
28
|
+
"header.nativeMode": "Native Mode",
|
|
29
|
+
"header.companionMode": "Companion Mode",
|
|
30
|
+
"header.switchToNative": "Switch to Native",
|
|
31
|
+
"pairing.expiresIn": "Expires in {{seconds}} seconds",
|
|
32
|
+
"chat.inputPlaceholder": "Type a message...",
|
|
33
|
+
"chat.listening": "Listening...",
|
|
34
|
+
"chat.agentStarting": "Agent starting...",
|
|
35
|
+
"chat.send": "Send",
|
|
36
|
+
"chat.stopGeneration": "Stop generation",
|
|
37
|
+
"chat.stopSpeaking": "Stop speaking",
|
|
38
|
+
"chat.stopListening": "Stop listening",
|
|
39
|
+
"chat.voiceInput": "Voice input",
|
|
40
|
+
"chat.mode.label": "Mode",
|
|
41
|
+
"chat.mode.fast": "Fast",
|
|
42
|
+
"chat.mode.fastHint": "Lower latency with a compact profile.",
|
|
43
|
+
"chat.mode.pro": "Pro",
|
|
44
|
+
"chat.mode.proHint": "Full context for more capable reasoning.",
|
|
45
|
+
"chat.mode.voiceFast": "Voice always uses Fast.",
|
|
46
|
+
"conversations.newChat": "+ New Chat",
|
|
47
|
+
"conversations.newChatTitle": "New Chat",
|
|
48
|
+
"conversations.none": "No conversations yet",
|
|
49
|
+
"conversations.justNow": "just now",
|
|
50
|
+
"conversations.minutesAgo": "{{count}}m ago",
|
|
51
|
+
"conversations.hoursAgo": "{{count}}h ago",
|
|
52
|
+
"conversations.daysAgo": "{{count}}d ago",
|
|
53
|
+
"conversations.rename": "Rename conversation",
|
|
54
|
+
"conversations.delete": "Delete conversation",
|
|
55
|
+
"conversations.chats": "Chats",
|
|
56
|
+
"conversations.closePanel": "Close panel",
|
|
57
|
+
"conversations.deleteConfirm": "Delete?",
|
|
58
|
+
"conversations.deleteYes": "Yes",
|
|
59
|
+
"conversations.deleteNo": "No",
|
|
60
|
+
"knowledge.ui.searchPlaceholder": "Search knowledge...",
|
|
61
|
+
"knowledge.ui.searching": "Searching...",
|
|
62
|
+
"knowledge.ui.search": "Search",
|
|
63
|
+
"elizaclouddashboard.ScaleYourAgents": "Scale your agents to the cloud for 24/7 autonomy, advanced reasoning, and seamless cross-platform presence.",
|
|
64
|
+
"elizaclouddashboard.Connecting": "Connecting...",
|
|
65
|
+
"elizaclouddashboard.ConnectElizaCloud": "Connect Eliza Cloud",
|
|
66
|
+
"elizaclouddashboard.NewToElizaCloud": "New to Eliza Cloud?",
|
|
67
|
+
"elizaclouddashboard.LearnMore": "Learn more",
|
|
68
|
+
"elizaclouddashboard.CloudDashboard": "Cloud Dashboard",
|
|
69
|
+
"elizaclouddashboard.ManageInstance": "Manage your Eliza Cloud instance and resources.",
|
|
70
|
+
"elizaclouddashboard.Refresh": "Refresh",
|
|
71
|
+
"elizaclouddashboard.Disconnect": "Disconnect",
|
|
72
|
+
"elizaclouddashboard.Disconnecting": "Disconnecting...",
|
|
73
|
+
"elizaclouddashboard.CloudAgents": "Cloud Agents",
|
|
74
|
+
"elizaclouddashboard.CloudAgentsDesc": "Your autonomous agents running on Eliza Cloud infrastructure.",
|
|
75
|
+
"elizaclouddashboard.DeployNewAgent": "Deploy New Agent",
|
|
76
|
+
"elizaclouddashboard.InitializeInstance": "Initialize a new autonomous cloud instance.",
|
|
77
|
+
"elizaclouddashboard.UsageMetrics": "Usage & Metrics",
|
|
78
|
+
"elizaclouddashboard.UsageMetricsDesc": "Real-time resource utilization across your cloud instances.",
|
|
79
|
+
"elizaclouddashboard.MetricsPlaceholder": "Usage metrics will appear here once agents are deployed.",
|
|
80
|
+
"elizaclouddashboard.CreditWallet": "Credit Wallet",
|
|
81
|
+
"elizaclouddashboard.AvailableBalance": "Available Balance",
|
|
82
|
+
"elizaclouddashboard.TopUpCredits": "Top Up Credits",
|
|
83
|
+
"elizaclouddashboard.History": "History",
|
|
84
|
+
"elizaclouddashboard.Pricing": "Pricing",
|
|
85
|
+
"elizaclouddashboard.AccountDetails": "Account Details",
|
|
86
|
+
"elizaclouddashboard.CloudUserID": "Cloud User ID",
|
|
87
|
+
"elizaclouddashboard.SecurityStatus": "Security Status",
|
|
88
|
+
"elizaclouddashboard.Secure": "Secure",
|
|
89
|
+
"elizaclouddashboard.AdvancedDashboard": "Advanced External Dashboard",
|
|
90
|
+
"elizaclouddashboard.CloudBilling": "Cloud Billing",
|
|
91
|
+
"elizaclouddashboard.CloudBillingDesc": "Top up credits, manage auto top-up, and keep billing inside Settings.",
|
|
92
|
+
"elizaclouddashboard.InAppBillingReady": "All available Eliza Cloud billing APIs are surfaced here, without bouncing you through the dashboard first.",
|
|
93
|
+
"elizaclouddashboard.CreditsHealthy": "Healthy",
|
|
94
|
+
"elizaclouddashboard.CreditsLow": "Running Low",
|
|
95
|
+
"elizaclouddashboard.CreditsCritical": "Critical",
|
|
96
|
+
"elizaclouddashboard.AutoTopUp": "Auto Top-Up",
|
|
97
|
+
"elizaclouddashboard.AutoTopUpDesc": "Keep credits topped up automatically when your balance dips below a threshold.",
|
|
98
|
+
"elizaclouddashboard.ToggleAutoTopUp": "Toggle auto top-up",
|
|
99
|
+
"elizaclouddashboard.AutoTopUpPaymentReady": "A saved payment method is on file, so auto top-up can be enabled.",
|
|
100
|
+
"elizaclouddashboard.AutoTopUpNeedsPaymentMethod": "Complete a card checkout once to save a payment method before enabling auto top-up.",
|
|
101
|
+
"elizaclouddashboard.AutoTopUpThreshold": "Threshold",
|
|
102
|
+
"elizaclouddashboard.AutoTopUpAmount": "Top-up Amount",
|
|
103
|
+
"elizaclouddashboard.AutoTopUpLimits": "Amount ${{minAmount}}-${{maxAmount}} · threshold ${{minThreshold}}-${{maxThreshold}}",
|
|
104
|
+
"elizaclouddashboard.SaveBillingSettings": "Save Billing Settings",
|
|
105
|
+
"elizaclouddashboard.TopUpCreditsDesc": "Card checkout opens Stripe securely, while crypto checkout uses the cloud payment provider directly from this panel.",
|
|
106
|
+
"elizaclouddashboard.OpenBrowserBilling": "Open browser billing",
|
|
107
|
+
"elizaclouddashboard.CustomAmount": "Custom Amount",
|
|
108
|
+
"elizaclouddashboard.PayWithCard": "Pay with Card",
|
|
109
|
+
"elizaclouddashboard.PayWithCrypto": "Pay with Crypto",
|
|
110
|
+
"elizaclouddashboard.CheckoutProviderNote": "Stripe is still hosted today because Eliza Cloud returns hosted checkout URLs. Crypto quotes stay in-app and can open the hosted payment page when needed.",
|
|
111
|
+
"elizaclouddashboard.CryptoTopUp": "Crypto Top-Up",
|
|
112
|
+
"elizaclouddashboard.CryptoTopUpDesc": "Generate crypto payment links and pay from the agent wallet when the quote includes raw transfer instructions.",
|
|
113
|
+
"elizaclouddashboard.AgentWalletFunded": "Agent wallet detected with funds. Request a quote, then pay from the wallet when the cloud quote includes direct transfer details.",
|
|
114
|
+
"elizaclouddashboard.AgentWalletDetected": "Agent wallet detected. Fund the wallet or load balances before paying with crypto.",
|
|
115
|
+
"elizaclouddashboard.NoAgentWalletDetected": "No agent wallet detected yet. Generate or import one in Settings before using crypto top-ups.",
|
|
116
|
+
"elizaclouddashboard.CryptoQuoteReady": "Crypto quote ready",
|
|
117
|
+
"elizaclouddashboard.OpenHostedCryptoCheckout": "Open Hosted Crypto Checkout",
|
|
118
|
+
"elizaclouddashboard.PayFromAgentWallet": "Pay from Agent Wallet",
|
|
119
|
+
"elizaclouddashboard.CryptoQuoteHint": "Request a crypto quote to fetch the hosted payment link from Eliza Cloud. Direct agent-wallet payment only enables when the quote includes raw transfer details.",
|
|
120
|
+
"elizaclouddashboard.MinimumTopUp": "Minimum top-up: ${{amount}}",
|
|
121
|
+
"elizaclouddashboard.Enabled": "Enabled",
|
|
122
|
+
"elizaclouddashboard.Disabled": "Disabled",
|
|
123
|
+
"elizaclouddashboard.ElizaCloudNotConnected": "Eliza Cloud is not connected.",
|
|
124
|
+
"settings.language": "Language",
|
|
125
|
+
"settings.languageSyncFailed": "Language changed locally, but cloud sync failed.",
|
|
126
|
+
"settings.customizeExperience": "Customize your experience",
|
|
127
|
+
"settings.searchPlaceholder": "Search settings...",
|
|
128
|
+
"settings.exportAgentShort": "Backup all data",
|
|
129
|
+
"settings.importAgentShort": "Restore from backup",
|
|
130
|
+
"settings.dangerZone": "Danger Zone",
|
|
131
|
+
"settings.versionPrefix": "Version",
|
|
132
|
+
"settings.checking": "Checking...",
|
|
133
|
+
"settings.checkNow": "Check Now",
|
|
134
|
+
"settings.updateAvailable": "Update available",
|
|
135
|
+
"settings.lastChecked": "Last checked:",
|
|
136
|
+
"settings.import": "Import",
|
|
137
|
+
"settings.export": "Export",
|
|
138
|
+
"settings.resetAgent": "Reset Agent",
|
|
139
|
+
"settings.resetAgentHint": "Wipe all config, memory, and data. Returns to the onboarding wizard.",
|
|
140
|
+
"settings.resetConfirmMessage": "Are you sure you want to reset all settings and data? This cannot be undone and you will return to onboarding.",
|
|
141
|
+
"settings.resetEverything": "Reset Everything",
|
|
142
|
+
"settings.exportAgent": "Export Agent",
|
|
143
|
+
"settings.importAgent": "Import Agent",
|
|
144
|
+
"wallet.portfolio": "Portfolio",
|
|
145
|
+
"wallet.receive": "Receive",
|
|
146
|
+
"wallet.addressCopied": "Address copied.",
|
|
147
|
+
"wallet.status.connectedTitle": "Wallet connected",
|
|
148
|
+
"wallet.status.noWallet": "No Wallet",
|
|
149
|
+
"wallet.status.noWalletTitle": "No onchain wallet detected",
|
|
150
|
+
"wallet.status.tradeReady": "Trade Ready",
|
|
151
|
+
"wallet.status.tradeReadyTitle": "Ready for preflight and quote",
|
|
152
|
+
"wallet.status.tradeNotReady": "Trade Not Ready",
|
|
153
|
+
"wallet.status.tradeNeedGasTitle": "Need BNB gas",
|
|
154
|
+
"wallet.status.tradeFeedRequired": "Market feed required",
|
|
155
|
+
"wallet.txStatus.pending": "Pending",
|
|
156
|
+
"wallet.failedFetchQuote": "Failed to fetch quote.",
|
|
157
|
+
"wallet.noDataRefresh": "No tokens yet!",
|
|
158
|
+
"wallet.noTokensFound": "No tokens yet. Send your agent some tokens!",
|
|
159
|
+
"wallet.emptyTokensCta": "Use the wallet addresses below to fund this agent.",
|
|
160
|
+
"wallet.noNftsFound": "No NFTs found.",
|
|
161
|
+
"wallet.noNftData": "No NFT data.",
|
|
162
|
+
"wallet.noImage": "No image",
|
|
163
|
+
"wallet.value": "Value",
|
|
164
|
+
"wallet.chain": "Chain",
|
|
165
|
+
"wallet.name": "Name",
|
|
166
|
+
"wallet.sort": "Sort",
|
|
167
|
+
"wallet.tokens": "Tokens",
|
|
168
|
+
"wallet.nfts": "NFTs",
|
|
169
|
+
"wallet.all": "All",
|
|
170
|
+
"wallet.table.token": "Token",
|
|
171
|
+
"wallet.table.balance": "Balance",
|
|
172
|
+
"wallet.loadingBalances": "Loading balances...",
|
|
173
|
+
"wallet.loadingNfts": "Loading NFTs...",
|
|
174
|
+
"wallet.setup.rpcNotConfigured": "BSC RPC is not configured.",
|
|
175
|
+
"wallet.noOnchainWallet": "No onchain wallet yet. Log in with Privy first.",
|
|
176
|
+
"wallet.noOnchainWalletHint": "After login, your managed wallet appears automatically.",
|
|
177
|
+
"wallet.manual": "Manual",
|
|
178
|
+
"wallet.remove": "Remove",
|
|
179
|
+
"wallet.removeManualTitle": "Remove manual token",
|
|
180
|
+
"wallet.tokenRemovedManual": "Token removed from watchlist.",
|
|
181
|
+
"wallet.copyEvmAddress": "Copy EVM address",
|
|
182
|
+
"wallet.copySolanaAddress": "Copy Solana address",
|
|
183
|
+
"wallet.enableIt": "Enable it",
|
|
184
|
+
"companion.avatarPreviewAlt": "Avatar preview",
|
|
185
|
+
"companion.switchToNativeUi": "Switch to native UI",
|
|
186
|
+
"common.refresh": "Refresh",
|
|
187
|
+
"game.backToApps": "Back to Apps",
|
|
188
|
+
"game.openInNewTab": "Open in New Tab",
|
|
189
|
+
"game.stop": "Stop",
|
|
190
|
+
"wallet.setup.configureRpc": "Configure RPC",
|
|
191
|
+
"apikeyconfig.configured": "configured",
|
|
192
|
+
"appsview.EmbeddedAgents": "Embedded agents (",
|
|
193
|
+
"appsview.SelectEmbeddedAgen": "Select embedded agent",
|
|
194
|
+
"appsview.Character": "Character:",
|
|
195
|
+
"appsview.Health": "| Health:",
|
|
196
|
+
"appsview.Position": "| Position:",
|
|
197
|
+
"appsview.CreateEmbeddedAgen": "Create Embedded Agent",
|
|
198
|
+
"appsview.NoScriptedRole": "No scripted role",
|
|
199
|
+
"appsview.AutoStart": "Auto start",
|
|
200
|
+
"appsview.SendMessage": "Send Message",
|
|
201
|
+
"appsview.SendCommand": "Send Command",
|
|
202
|
+
"appsview.GoalQuickActions": "Goal + Quick Actions",
|
|
203
|
+
"appsview.Nearby": "Nearby:",
|
|
204
|
+
"appsview.ActiveGameSession": "Active Game Session",
|
|
205
|
+
"appsview.ResumeInFullScree": "Resume in full-screen or open the viewer in a new tab.",
|
|
206
|
+
"appsview.ResumeFullscreen": "Resume Fullscreen",
|
|
207
|
+
"appsview.OpenInNewTab": "Open in New Tab",
|
|
208
|
+
"appsview.Back": "Back",
|
|
209
|
+
"appsview.Active": "Active",
|
|
210
|
+
"appsview.Inactive": "Inactive",
|
|
211
|
+
"appsview.ViewActiveSession": "View Active Session",
|
|
212
|
+
"appsview.OpenViewerInNewT": "Open Viewer in New Tab",
|
|
213
|
+
"appsview.LaunchType": "Launch type:",
|
|
214
|
+
"appsview.LatestVersion": "Latest version:",
|
|
215
|
+
"appsview.LaunchURL": "Launch URL:",
|
|
216
|
+
"appsview.Repository": "Repository:",
|
|
217
|
+
"appsview.Capabilities": "Capabilities",
|
|
218
|
+
"appsview.ViewerConfig": "Viewer Config",
|
|
219
|
+
"appsview.URL": "URL:",
|
|
220
|
+
"appsview.postMessageAuth": "postMessage auth:",
|
|
221
|
+
"appsview.Sandbox": "Sandbox:",
|
|
222
|
+
"appsview.HyperscapeControls": "Hyperscape Controls",
|
|
223
|
+
"appsview.EmbeddedAgentsCom": "Embedded agents, commands, and telemetry.",
|
|
224
|
+
"appsview.Refresh": "Refresh",
|
|
225
|
+
"appsview.active": "active",
|
|
226
|
+
"appsview.LoadingApps": "Loading apps...",
|
|
227
|
+
"appsview.CharacterID": "Character ID",
|
|
228
|
+
"appsview.SaySomethingToSel": "Say something to selected agent...",
|
|
229
|
+
"appsview.Target000": "{\"target\":[0,0,0]}",
|
|
230
|
+
"appsview.SearchApps": "Search apps...",
|
|
231
|
+
"avatarselector.UploadVRM": "Upload VRM",
|
|
232
|
+
"avatarselector.dropVrm": "drop .vrm",
|
|
233
|
+
"avatarselector.UploadCustomVrm": "Upload custom .vrm (click or drag)",
|
|
234
|
+
"bsctradepanel.ViewTx": "View tx",
|
|
235
|
+
"bsctradepanel.Pending": "Pending...",
|
|
236
|
+
"bsctradepanel.RefreshStatus": "Refresh Status",
|
|
237
|
+
"bsctradepanel.Confirmations": "Confirmations:",
|
|
238
|
+
"bsctradepanel.RequiresWalletSign": "Requires wallet signature to complete.",
|
|
239
|
+
"bsctradepanel.CopyApprovalTX": "Copy Approval TX",
|
|
240
|
+
"bsctradepanel.CopySwapTX": "Copy Swap TX",
|
|
241
|
+
"bsctradepanel.BNB": "BNB:",
|
|
242
|
+
"bsctradepanel.Preflight": "Preflight",
|
|
243
|
+
"bsctradepanel.Quote": "Quote",
|
|
244
|
+
"bsctradepanel.BNB1": "BNB",
|
|
245
|
+
"bsctradepanel.Buy": "Buy",
|
|
246
|
+
"bsctradepanel.Sell": "Sell",
|
|
247
|
+
"bsctradepanel.LatestQuote": "Latest quote",
|
|
248
|
+
"bsctradepanel.trade": "trade?",
|
|
249
|
+
"bsctradepanel.ExecuteTrade": "Execute Trade",
|
|
250
|
+
"bsctradepanel.TokenContractAddre": "Token contract address (0x...)",
|
|
251
|
+
"bugreportmodal.BugReportSubmitted": "Bug Report Submitted",
|
|
252
|
+
"bugreportmodal.Times": "X",
|
|
253
|
+
"bugreportmodal.YourBugReportHas": "Your bug report has been submitted successfully.",
|
|
254
|
+
"bugreportmodal.Close": "Close",
|
|
255
|
+
"bugreportmodal.ReportABug": "Report a Bug",
|
|
256
|
+
"bugreportmodal.StepsToReproduce": "Steps to Reproduce",
|
|
257
|
+
"bugreportmodal.ExpectedBehavior": "Expected Behavior",
|
|
258
|
+
"bugreportmodal.ActualBehavior": "Actual Behavior",
|
|
259
|
+
"bugreportmodal.Environment": "Environment",
|
|
260
|
+
"bugreportmodal.Select": "Select...",
|
|
261
|
+
"bugreportmodal.NodeVersion": "Node Version",
|
|
262
|
+
"bugreportmodal.ModelProvider": "Model Provider",
|
|
263
|
+
"bugreportmodal.Logs": "Logs",
|
|
264
|
+
"bugreportmodal.DescribeTheIssueY": "Describe the issue you encountered.",
|
|
265
|
+
"bugreportmodal.DescribeTheExpecte": "Describe the expected result.",
|
|
266
|
+
"bugreportmodal.DescribeTheActual": "Describe the actual result.",
|
|
267
|
+
"bugreportmodal.22X": "22.x",
|
|
268
|
+
"bugreportmodal.AnthropicOpenAI": "Anthropic / OpenAI / Ollama",
|
|
269
|
+
"bugreportmodal.PasteRelevantError": "Paste relevant error output or logs",
|
|
270
|
+
"characterview.reload": "Reload",
|
|
271
|
+
"characterview.import": "Import",
|
|
272
|
+
"characterview.export": "Export",
|
|
273
|
+
"characterview.importCharacterJso": "Import character JSON",
|
|
274
|
+
"characterview.exportAsCharacter": "Export character JSON",
|
|
275
|
+
"characterview.customize": "Customize",
|
|
276
|
+
"characterview.backToCharacterSelect": "Back to Character Select",
|
|
277
|
+
"characterview.loadingCharacterDa": "loading character data...",
|
|
278
|
+
"characterview.selectAVoice": "Select a voice",
|
|
279
|
+
"characterview.core": "Core",
|
|
280
|
+
"characterview.style": "Style",
|
|
281
|
+
"characterview.examples": "Examples",
|
|
282
|
+
"characterview.aboutMe": "About Me",
|
|
283
|
+
"characterview.directionsAndThing": "Directions & Things to Remember",
|
|
284
|
+
"characterview.StyleRules": "Style Rules",
|
|
285
|
+
"characterview.RegisterYourAgent": "Register your agent on Ethereum mainnet to claim your ERC-8004\n identity NFT.",
|
|
286
|
+
"characterview.Registered": "Registered",
|
|
287
|
+
"characterview.Token": "Token #",
|
|
288
|
+
"characterview.OnChainName": "On-chain name \"",
|
|
289
|
+
"characterview.DiffersFrom": "\" differs from \"",
|
|
290
|
+
"characterview.adjectives": "adjectives",
|
|
291
|
+
"chatmessage.ResponseInterrupte": "(Response interrupted)",
|
|
292
|
+
"chatmessage.StartAConversation": "Start a conversation",
|
|
293
|
+
"chatmessage.SendAMessageTo": "Send a message to",
|
|
294
|
+
"chatmessage.toBeginChattingY": "to begin chatting. You can also drag and\n drop images or use voice input.",
|
|
295
|
+
"chatmessage.RetryMessage": "Retry message",
|
|
296
|
+
"chatmessage.DeleteMessage": "Delete message",
|
|
297
|
+
"chatview.SilenceEndFirstTo": "Silence end→first token:",
|
|
298
|
+
"chatview.msEndVoiceStart": "ms · end→voice start:",
|
|
299
|
+
"chatview.msFirst": "ms\n · first sentence:",
|
|
300
|
+
"chatview.RemoveImage": "Remove image",
|
|
301
|
+
"chatview.AttachImage": "Attach image",
|
|
302
|
+
"cloudsourcecontrols.Offline": "Offline",
|
|
303
|
+
"codingagentsettingssection.LoadingCodingAgent": "Loading coding agent configuration...",
|
|
304
|
+
"codingagentsettingssection.AgentSelectionStra": "Agent Selection Strategy",
|
|
305
|
+
"codingagentsettingssection.Fixed": "Fixed",
|
|
306
|
+
"codingagentsettingssection.RankedAutoSelect": "Ranked (auto-select best performer)",
|
|
307
|
+
"codingagentsettingssection.DefaultAgentType": "Default Agent Type",
|
|
308
|
+
"codingagentsettingssection.AgentUsedWhenNoE": "Agent used when no explicit type is specified in a spawn request.",
|
|
309
|
+
"codingagentsettingssection.DefaultPermissionL": "Default Permission Level",
|
|
310
|
+
"codingagentsettingssection.Provider": "Provider",
|
|
311
|
+
"codingagentsettingssection.Anthropic": "Anthropic",
|
|
312
|
+
"codingagentsettingssection.OpenAI": "OpenAI",
|
|
313
|
+
"codingagentsettingssection.Google": "Google",
|
|
314
|
+
"codingagentsettingssection.PowerfulModel": "Powerful Model",
|
|
315
|
+
"codingagentsettingssection.Default": "Default",
|
|
316
|
+
"codingagentsettingssection.FastModel": "Fast Model",
|
|
317
|
+
"commandpalette.NoCommandsFound": "No commands found",
|
|
318
|
+
"commandpalette.TypeToSearchComma": "Type to search commands...",
|
|
319
|
+
"configpageview.ConnectedToElizaC": "Connected to Eliza Cloud",
|
|
320
|
+
"configpageview.Credits": "Credits:",
|
|
321
|
+
"configpageview.TopUp": "Top up",
|
|
322
|
+
"configpageview.RequiresElizaCloud": "Requires Eliza Cloud connection",
|
|
323
|
+
"configpageview.CloudServices": "Cloud Services",
|
|
324
|
+
"configpageview.RestartRequiredFor": "Restart required for changes to take effect",
|
|
325
|
+
"configpageview.ChooseWhichElizaCl": "Choose which Eliza Cloud services to use. Disable inference to use your\n own AI provider keys instead.",
|
|
326
|
+
"configpageview.Config": "Config",
|
|
327
|
+
"configpageview.WalletProvidersAnd": "Wallet providers and secrets.",
|
|
328
|
+
"configpageview.WalletAmpRPC": "Wallet & RPC",
|
|
329
|
+
"configpageview.SecretsVault": "Secrets vault",
|
|
330
|
+
"configpageview.Secrets": "Secrets",
|
|
331
|
+
"configpageview.SecretsVault1": "Secrets Vault",
|
|
332
|
+
"configpageview.BSC": "BSC",
|
|
333
|
+
"configpageview.EVM": "EVM",
|
|
334
|
+
"configpageview.Solana": "Solana",
|
|
335
|
+
"configsavefooter.Saved": "Saved!",
|
|
336
|
+
"connectionfailedbanner.ReconnectingAtt": "Reconnecting... (attempt",
|
|
337
|
+
"connectionfailedbanner.ConnectionLostAfte": "Connection lost after",
|
|
338
|
+
"connectionfailedbanner.attemptsRealTime": "attempts. Real-time updates are paused.",
|
|
339
|
+
"customactioneditor.DescribeWhatYouWa": "Describe what you want this action to do",
|
|
340
|
+
"customactioneditor.TheAgentWillGener": "The agent will generate the action config for you to review and\n edit.",
|
|
341
|
+
"customactioneditor.AliasesOptional": "Aliases (optional)",
|
|
342
|
+
"customactioneditor.CommaSeparatedAlte": "Comma-separated alternatives the agent can match against.",
|
|
343
|
+
"customactioneditor.HandlerType": "Handler Type",
|
|
344
|
+
"customactioneditor.HeadersOptional": "Headers (optional)",
|
|
345
|
+
"customactioneditor.Add": "+ Add",
|
|
346
|
+
"customactioneditor.BodyTemplateOptio": "Body Template (optional)",
|
|
347
|
+
"customactioneditor.CommandTemplate": "Command Template",
|
|
348
|
+
"customactioneditor.forParameterSubsti": "for parameter substitution",
|
|
349
|
+
"customactioneditor.JavaScriptCode": "JavaScript Code",
|
|
350
|
+
"customactioneditor.Parameters": "Parameters",
|
|
351
|
+
"customactioneditor.AddParameter": "+ Add Parameter",
|
|
352
|
+
"customactioneditor.Required": "Required",
|
|
353
|
+
"customactioneditor.TestAction": "Test Action",
|
|
354
|
+
"customactioneditor.Error": "Error:",
|
|
355
|
+
"customactioneditor.Duration": "Duration:",
|
|
356
|
+
"customactioneditor.eGCheckIfAWebs": "e.g. Check if a website is up and return status",
|
|
357
|
+
"customactioneditor.MYACTION": "MY_ACTION",
|
|
358
|
+
"customactioneditor.WhatDoesThisActio": "What does this action do?",
|
|
359
|
+
"customactioneditor.SYNONYMONESYNONYM": "SYNONYM_ONE, SYNONYM_TWO",
|
|
360
|
+
"customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
|
|
361
|
+
"customactioneditor.HeaderName": "Header-Name",
|
|
362
|
+
"customactioneditor.valueOrParam": "value or {{param}}",
|
|
363
|
+
"customactioneditor.echoMessage": "echo {{message}} > /tmp/output.txt",
|
|
364
|
+
"customactioneditor.AvailableParams": "// Available: params.paramName, fetch()\\nreturn { result: params.input };",
|
|
365
|
+
"customactioneditor.paramName": "paramName",
|
|
366
|
+
"customactionspanel.CustomActions": "Custom Actions",
|
|
367
|
+
"customactionspanel.action": "action",
|
|
368
|
+
"customactionspanel.enabled": "enabled",
|
|
369
|
+
"customactionspanel.NewCustomAction": "+ New Custom Action",
|
|
370
|
+
"customactionspanel.LoadingYourActions": "Loading your actions...",
|
|
371
|
+
"customactionspanel.SearchByNameDesc": "Search by name, description, alias...",
|
|
372
|
+
"customactionspanel.EditAction": "Edit action",
|
|
373
|
+
"customactionspanel.DeleteAction": "Delete action",
|
|
374
|
+
"customactionsview.LoadingActions": "Loading actions...",
|
|
375
|
+
"customactionsview.Export": "Export",
|
|
376
|
+
"customactionsview.CreateAction": "Create Action",
|
|
377
|
+
"customactionsview.parameter": "parameter",
|
|
378
|
+
"customactionsview.Enabled": "Enabled",
|
|
379
|
+
"customactionsview.SearchActionsByNa": "Search actions by name or description...",
|
|
380
|
+
"databasepageview.Databases": "Databases",
|
|
381
|
+
"databasepageview.BrowseAndQueryAge": "Browse and query agent data, media assets, and vectors.",
|
|
382
|
+
"databasepageview.Tables": "Tables",
|
|
383
|
+
"databasepageview.Media": "Media",
|
|
384
|
+
"databasepageview.Vectors": "Vectors",
|
|
385
|
+
"databaseview.CellValue": "Cell Value",
|
|
386
|
+
"databaseview.NULL": "NULL",
|
|
387
|
+
"databaseview.row": "row",
|
|
388
|
+
"databaseview.Prev": "Prev",
|
|
389
|
+
"databaseview.Next": "Next",
|
|
390
|
+
"databaseview.TableEditor": "Table Editor",
|
|
391
|
+
"databaseview.SQLEditor": "SQL Editor",
|
|
392
|
+
"databaseview.Refresh": "Refresh",
|
|
393
|
+
"databaseview.SelectATable": "Select a table",
|
|
394
|
+
"databaseview.ChooseATableFrom": "Choose a table from the sidebar",
|
|
395
|
+
"databaseview.Tables": "Tables",
|
|
396
|
+
"databaseview.tables": "tables",
|
|
397
|
+
"databaseview.Connecting": "Connecting...",
|
|
398
|
+
"databaseview.DatabaseNotAvailab": "Database not available",
|
|
399
|
+
"databaseview.TheDatabaseViewer": "The database viewer is only available when the local agent runtime is running.",
|
|
400
|
+
"databaseview.FilterTables": "Filter tables...",
|
|
401
|
+
"databaseview.Loading": "Loading...",
|
|
402
|
+
"databaseview.showSidebar": "Show sidebar",
|
|
403
|
+
"databaseview.hideSidebar": "Hide sidebar",
|
|
404
|
+
"databaseview.columns": "columns",
|
|
405
|
+
"databaseview.TableIsEmpty": "Table is empty",
|
|
406
|
+
"databaseview.SELECTFROMMemori": "SELECT * FROM memories LIMIT 100;",
|
|
407
|
+
"databaseview.runQuery": "Run Query",
|
|
408
|
+
"databaseview.Enter": "Enter",
|
|
409
|
+
"databaseview.RecentQueries": "Recent Queries",
|
|
410
|
+
"databaseview.QueryReturnedNoRo": "Query returned no rows",
|
|
411
|
+
"emotepicker.Emotes": "Emotes",
|
|
412
|
+
"emotepicker.NoEmotesFound": "No emotes found",
|
|
413
|
+
"emotepicker.SearchEmotes": "Search emotes...",
|
|
414
|
+
"finetuningview.LoadingFineTuning": "Loading fine-tuning workspace...",
|
|
415
|
+
"finetuningview.FineTuning": "Fine-Tuning",
|
|
416
|
+
"finetuningview.BuildDatasetsFrom": "Build datasets from real trajectories, run training jobs, then\n import and activate models.",
|
|
417
|
+
"finetuningview.RefreshAll": "Refresh All",
|
|
418
|
+
"finetuningview.Status": "Status",
|
|
419
|
+
"finetuningview.Runtime": "Runtime:",
|
|
420
|
+
"finetuningview.RunningJobs": "Running Jobs:",
|
|
421
|
+
"finetuningview.QueuedJobs": "Queued Jobs:",
|
|
422
|
+
"finetuningview.Datasets": "Datasets:",
|
|
423
|
+
"finetuningview.Models": "Models:",
|
|
424
|
+
"finetuningview.FailedJobs": "Failed Jobs:",
|
|
425
|
+
"finetuningview.Trajectories": "Trajectories",
|
|
426
|
+
"finetuningview.trajectoryRowsAvai": "trajectory rows available.",
|
|
427
|
+
"finetuningview.LatestTrajectories": "Latest trajectories",
|
|
428
|
+
"finetuningview.NoTrajectoriesFoun": "No trajectories found yet.",
|
|
429
|
+
"finetuningview.Calls": "Calls:",
|
|
430
|
+
"finetuningview.Reward": "· Reward:",
|
|
431
|
+
"finetuningview.SelectedTrajectory": "Selected trajectory",
|
|
432
|
+
"finetuningview.LoadingTrajectoryD": "Loading trajectory detail...",
|
|
433
|
+
"finetuningview.ChooseATrajectory": "Choose a trajectory to inspect.",
|
|
434
|
+
"finetuningview.Trajectory": "Trajectory:",
|
|
435
|
+
"finetuningview.Agent": "Agent:",
|
|
436
|
+
"finetuningview.Reward1": "Reward:",
|
|
437
|
+
"finetuningview.Datasets1": "Datasets",
|
|
438
|
+
"finetuningview.RefreshDatasets": "Refresh Datasets",
|
|
439
|
+
"finetuningview.NoDatasetsYet": "No datasets yet.",
|
|
440
|
+
"finetuningview.samples": "samples ·",
|
|
441
|
+
"finetuningview.trajectories": "trajectories",
|
|
442
|
+
"finetuningview.TrainingJobs": "Training Jobs",
|
|
443
|
+
"finetuningview.AutoBuildDatasetF": "Auto-build dataset from trajectories",
|
|
444
|
+
"finetuningview.cpu": "cpu",
|
|
445
|
+
"finetuningview.mlx": "mlx",
|
|
446
|
+
"finetuningview.cuda": "cuda",
|
|
447
|
+
"finetuningview.RefreshJobs": "Refresh Jobs",
|
|
448
|
+
"finetuningview.ActiveJob": "Active job:",
|
|
449
|
+
"finetuningview.NoJobsYet": "No jobs yet.",
|
|
450
|
+
"finetuningview.SelectedJobLogs": "Selected job logs",
|
|
451
|
+
"finetuningview.SelectAJobToInsp": "Select a job to inspect logs.",
|
|
452
|
+
"finetuningview.Status1": "Status:",
|
|
453
|
+
"finetuningview.Dataset": "Dataset:",
|
|
454
|
+
"finetuningview.TrainedModels": "Trained Models",
|
|
455
|
+
"finetuningview.NoTrainedModelsYe": "No trained models yet.",
|
|
456
|
+
"finetuningview.backend": "backend:",
|
|
457
|
+
"finetuningview.benchmark": "benchmark:",
|
|
458
|
+
"finetuningview.ModelActions": "Model actions",
|
|
459
|
+
"finetuningview.SelectAModelToIm": "Select a model to import or activate.",
|
|
460
|
+
"finetuningview.Model": "Model:",
|
|
461
|
+
"finetuningview.AdapterPath": "Adapter path:",
|
|
462
|
+
"finetuningview.LiveTrainingEvents": "Live Training Events",
|
|
463
|
+
"finetuningview.NoLiveEventsYet": "No live events yet. Start a job to stream progress here.",
|
|
464
|
+
"finetuningview.LimitTrajectories": "Limit trajectories (e.g. 250)",
|
|
465
|
+
"finetuningview.MinLLMCallsPerTr": "Min LLM calls per trajectory",
|
|
466
|
+
"finetuningview.BaseModelOptional": "Base model (optional)",
|
|
467
|
+
"finetuningview.IterationsOptional": "Iterations (optional)",
|
|
468
|
+
"finetuningview.BatchSizeOptional": "Batch size (optional)",
|
|
469
|
+
"finetuningview.LearningRateOptio": "Learning rate (optional)",
|
|
470
|
+
"finetuningview.OllamaModelNameO": "Ollama model name (optional)",
|
|
471
|
+
"finetuningview.BaseModelForOllam": "Base model for Ollama (optional)",
|
|
472
|
+
"finetuningview.OllamaURL": "Ollama URL",
|
|
473
|
+
"finetuningview.ProviderModelEG": "Provider model (e.g. \"ollama/my-model\")",
|
|
474
|
+
"gameviewoverlay.Expand": "Expand",
|
|
475
|
+
"gameviewoverlay.ExpandBackToApps": "Expand back to Apps tab",
|
|
476
|
+
"gameviewoverlay.CloseOverlay": "Close overlay",
|
|
477
|
+
"header.Cloud": "Cloud",
|
|
478
|
+
"header.CloudCreditsBalanc": "Cloud credits balance",
|
|
479
|
+
"knowledgeview.Documents": "Documents",
|
|
480
|
+
"knowledgeview.ChooseFiles": "Choose Files",
|
|
481
|
+
"knowledgeview.ChooseFolder": "Choose Folder",
|
|
482
|
+
"knowledgeview.AddFromURL": "Add from URL",
|
|
483
|
+
"knowledgeview.IncludeAIImageDes": "Process Images",
|
|
484
|
+
"knowledgeview.PasteAURLToImpor": "Paste a URL to import content. YouTube links will be\n auto-transcribed.",
|
|
485
|
+
"knowledgeview.Import": "Import",
|
|
486
|
+
"knowledgeview.SearchResults": "Search Results (",
|
|
487
|
+
"knowledgeview.Clear": "Clear",
|
|
488
|
+
"knowledgeview.Match": "% match",
|
|
489
|
+
"knowledgeview.NoResultsFound": "No results found",
|
|
490
|
+
"knowledgeview.YouTube": "YouTube",
|
|
491
|
+
"knowledgeview.URL": "URL",
|
|
492
|
+
"knowledgeview.Loading": "Loading...",
|
|
493
|
+
"knowledgeview.Type": "Type:",
|
|
494
|
+
"knowledgeview.Source": "Source:",
|
|
495
|
+
"knowledgeview.Fragments1": "Fragments (",
|
|
496
|
+
"knowledgeview.Fragment": "Fragment",
|
|
497
|
+
"knowledgeview.Position": "Position:",
|
|
498
|
+
"knowledgeview.NoFragmentsFound": "No fragments found",
|
|
499
|
+
"knowledgeview.KnowledgeServiceIs": "Knowledge service is loading...",
|
|
500
|
+
"knowledgeview.LoadingDocuments": "Loading documents...",
|
|
501
|
+
"knowledgeview.NoDocumentsYet": "No documents yet",
|
|
502
|
+
"knowledgeview.UploadFilesOrImpo": "Upload files or import from URL to get started",
|
|
503
|
+
"knowledgeview.httpsExampleCom": "https://example.com/document.pdf or YouTube URL",
|
|
504
|
+
"lifomonitorpanel.LifoComputerUseSu": "Lifo Computer-Use Surface",
|
|
505
|
+
"lifomonitorpanel.WatchOnlyDesktopM": "Watch-only desktop mirror of what the autonomous agent is doing.",
|
|
506
|
+
"lifomonitorpanel.WaitingForSandbox": "Waiting for sandbox screen frames...",
|
|
507
|
+
"lifomonitorpanel.BrowserSandboxCo": "Browser + Sandbox Context",
|
|
508
|
+
"lifomonitorpanel.AgentControlsBrows": "Agent controls browser/computer tools; this panel mirrors state.",
|
|
509
|
+
"lifomonitorpanel.LiveSurface": "Live Surface",
|
|
510
|
+
"lifomonitorpanel.CDPEndpoint": "CDP Endpoint",
|
|
511
|
+
"lifomonitorpanel.WSEndpoint": "WS Endpoint",
|
|
512
|
+
"lifomonitorpanel.noVNCEndpoint": "noVNC Endpoint",
|
|
513
|
+
"lifomonitorpanel.VisibleWindows": "Visible Windows (",
|
|
514
|
+
"lifomonitorpanel.NoActiveWindowsRe": "No active windows reported.",
|
|
515
|
+
"lifomonitorpanel.SandboxLiveNoVNCS": "Sandbox live noVNC surface",
|
|
516
|
+
"lifosandboxview.Reset": "Reset",
|
|
517
|
+
"lifosandboxview.AgentCommandsRepla": "Agent commands replayed:",
|
|
518
|
+
"lifosandboxview.Explorer": "Explorer",
|
|
519
|
+
"lifosandboxview.Terminal": "Terminal",
|
|
520
|
+
"lifosandboxview.AgentReplayLog": "Agent Replay Log",
|
|
521
|
+
"logspageview.AgentRuntimeLogsW": "Agent runtime logs with filtering.",
|
|
522
|
+
"logsview.AllLevels": "All levels",
|
|
523
|
+
"logsview.Debug": "Debug",
|
|
524
|
+
"logsview.Info": "Info",
|
|
525
|
+
"logsview.Warn": "Warn",
|
|
526
|
+
"logsview.Error": "Error",
|
|
527
|
+
"logsview.AllSources": "All sources",
|
|
528
|
+
"logsview.AllTags": "All tags",
|
|
529
|
+
"logsview.ClearFilters": "Clear filters",
|
|
530
|
+
"logsview.NoLogEntries": "No log entries",
|
|
531
|
+
"logsview.SearchLogs": "Search logs...",
|
|
532
|
+
"mediasettingssection.LoadingMediaConfig": "Loading media configuration...",
|
|
533
|
+
"mediasettingssection.APISource": "API Source:",
|
|
534
|
+
"mediasettingssection.Provider": "Provider:",
|
|
535
|
+
"mediasettingssection.Model": "Model",
|
|
536
|
+
"mediasettingssection.FluxPro": "Flux Pro",
|
|
537
|
+
"mediasettingssection.FluxProV11": "Flux Pro v1.1",
|
|
538
|
+
"mediasettingssection.FluxKontextPro": "Flux Kontext Pro",
|
|
539
|
+
"mediasettingssection.Flux2Flex": "Flux 2 Flex",
|
|
540
|
+
"mediasettingssection.FluxDev": "Flux Dev",
|
|
541
|
+
"mediasettingssection.FluxSchnell": "Flux Schnell",
|
|
542
|
+
"mediasettingssection.FastFlux": "Fast Flux",
|
|
543
|
+
"mediasettingssection.NanoBananaProGoo": "Nano Banana Pro (Google)",
|
|
544
|
+
"mediasettingssection.RecraftV3": "Recraft V3",
|
|
545
|
+
"mediasettingssection.KlingImageV3": "Kling Image v3",
|
|
546
|
+
"mediasettingssection.KlingImageO3": "Kling Image O3",
|
|
547
|
+
"mediasettingssection.GrokImagineXAI": "Grok Imagine (xAI)",
|
|
548
|
+
"mediasettingssection.StableDiffusion3": "Stable Diffusion 3",
|
|
549
|
+
"mediasettingssection.DALLE3": "DALL-E 3",
|
|
550
|
+
"mediasettingssection.DALLE2": "DALL-E 2",
|
|
551
|
+
"mediasettingssection.Quality": "Quality",
|
|
552
|
+
"mediasettingssection.Standard": "Standard",
|
|
553
|
+
"mediasettingssection.Veo31Google": "Veo 3.1 (Google)",
|
|
554
|
+
"mediasettingssection.Veo31Fast": "Veo 3.1 Fast",
|
|
555
|
+
"mediasettingssection.Sora2": "Sora 2",
|
|
556
|
+
"mediasettingssection.Sora2Pro": "Sora 2 Pro",
|
|
557
|
+
"mediasettingssection.Kling30Pro": "Kling 3.0 Pro",
|
|
558
|
+
"mediasettingssection.Kling30": "Kling 3.0",
|
|
559
|
+
"mediasettingssection.KlingO3Pro": "Kling O3 Pro",
|
|
560
|
+
"mediasettingssection.KlingO3": "Kling O3",
|
|
561
|
+
"mediasettingssection.GrokVideoXAI": "Grok Video (xAI)",
|
|
562
|
+
"mediasettingssection.MinimaxHailuo": "Minimax Hailuo",
|
|
563
|
+
"mediasettingssection.HunyuanVideo": "Hunyuan Video",
|
|
564
|
+
"mediasettingssection.Mochi1": "Mochi 1",
|
|
565
|
+
"mediasettingssection.Wan22": "Wan 2.2",
|
|
566
|
+
"mediasettingssection.Veo31": "Veo 3.1",
|
|
567
|
+
"mediasettingssection.GrokXAI": "Grok (xAI)",
|
|
568
|
+
"mediasettingssection.LumaDreamMachine": "Luma Dream Machine",
|
|
569
|
+
"mediasettingssection.PixverseV45": "Pixverse v4.5",
|
|
570
|
+
"mediasettingssection.LTX219B": "LTX-2 19B",
|
|
571
|
+
"mediasettingssection.ChirpV35": "Chirp v3.5",
|
|
572
|
+
"mediasettingssection.ChirpV3": "Chirp v3",
|
|
573
|
+
"mediasettingssection.MaxDurationSecond": "Max Duration (seconds)",
|
|
574
|
+
"mediasettingssection.GPT4o": "GPT-4o",
|
|
575
|
+
"mediasettingssection.GPT4oMini": "GPT-4o Mini",
|
|
576
|
+
"mediasettingssection.GPT4Turbo": "GPT-4 Turbo",
|
|
577
|
+
"mediasettingssection.Gemini20Flash": "Gemini 2.0 Flash",
|
|
578
|
+
"mediasettingssection.Gemini15Pro": "Gemini 1.5 Pro",
|
|
579
|
+
"mediasettingssection.Gemini15Flash": "Gemini 1.5 Flash",
|
|
580
|
+
"mediasettingssection.ClaudeSonnet4": "Claude Sonnet 4",
|
|
581
|
+
"mediasettingssection.Claude35Sonnet": "Claude 3.5 Sonnet",
|
|
582
|
+
"mediasettingssection.Claude3Haiku": "Claude 3 Haiku",
|
|
583
|
+
"mediasettingssection.Flux": "Flux",
|
|
584
|
+
"mediasettingssection.OtherModels": "Other Models",
|
|
585
|
+
"mediasettingssection.TextToVideo": "Text to Video",
|
|
586
|
+
"mediasettingssection.ImageToVideo": "Image to Video",
|
|
587
|
+
"messagecontent.Enabled": "— enabled",
|
|
588
|
+
"messagecontent.configuration": "configuration...",
|
|
589
|
+
"messagecontent.Plugin": "Plugin \"",
|
|
590
|
+
"messagecontent.NotFound": "\" not found.",
|
|
591
|
+
"messagecontent.Configuration": "Configuration",
|
|
592
|
+
"messagecontent.Configured": "Configured",
|
|
593
|
+
"config-field.Required": "Required",
|
|
594
|
+
"config-field.Configured": "Configured",
|
|
595
|
+
"config-field.Times": "×",
|
|
596
|
+
"messagecontent.NoConfigurablePara": "No configurable parameters.",
|
|
597
|
+
"messagecontent.Saved": "Saved",
|
|
598
|
+
"messagecontent.InteractiveUI": "Interactive UI",
|
|
599
|
+
"pairingview.PairingRequired": "Pairing Required",
|
|
600
|
+
"pairingview.EnterThePairingCo": "Enter the pairing code from the server logs to authenticate.",
|
|
601
|
+
"pairingview.PairingCode": "Pairing Code",
|
|
602
|
+
"pairingview.PairingIsNotEnabl": "Pairing is not enabled on this server.",
|
|
603
|
+
"pairingview.NextSteps": "Next steps:",
|
|
604
|
+
"pairingview.AskTheServerOwner": "Ask the server owner for an API token.",
|
|
605
|
+
"pairingview.EnablePairingOnTh": "Enable pairing on the server and restart Milady.",
|
|
606
|
+
"pairingview.PairingSetupDocs": "Pairing setup docs",
|
|
607
|
+
"pairingview.EnterPairingCode": "Enter pairing code",
|
|
608
|
+
"permissionssection.Request": "Request",
|
|
609
|
+
"permissionssection.MissingPermissions": "Missing Permissions",
|
|
610
|
+
"permissionssection.LoadingPermissions": "Loading permissions...",
|
|
611
|
+
"permissionssection.SystemPermissions": "System Permissions",
|
|
612
|
+
"permissionssection.Continue": "Continue",
|
|
613
|
+
"permissionssection.Grant": "Grant",
|
|
614
|
+
"permissionssection.SkipForNow": "Skip for Now",
|
|
615
|
+
"pluginsview.TestConnection": "Test Connection",
|
|
616
|
+
"pluginsview.AddPlugin": "+ Add Plugin",
|
|
617
|
+
"pluginsview.ApplyingPluginChan": "Applying plugin change and waiting for agent restart...",
|
|
618
|
+
"restartbanner.Later": "Later",
|
|
619
|
+
"runtimeview.none": "none",
|
|
620
|
+
"runtimeview.Services": "Services (",
|
|
621
|
+
"runtimeview.types": "types)",
|
|
622
|
+
"runtimeview.depth": "depth",
|
|
623
|
+
"runtimeview.arrayCap": "array cap",
|
|
624
|
+
"runtimeview.objectCap": "object cap",
|
|
625
|
+
"runtimeview.Collapse": "Collapse",
|
|
626
|
+
"runtimeview.ExpandTop": "Expand Top",
|
|
627
|
+
"runtimeview.Summary": "Summary",
|
|
628
|
+
"runtimeview.runtime": "runtime:",
|
|
629
|
+
"runtimeview.agent": "agent:",
|
|
630
|
+
"runtimeview.state": "state:",
|
|
631
|
+
"runtimeview.model": "model:",
|
|
632
|
+
"runtimeview.plugins": "plugins:",
|
|
633
|
+
"runtimeview.actions": "actions:",
|
|
634
|
+
"runtimeview.providers": "providers:",
|
|
635
|
+
"runtimeview.evaluators": "evaluators:",
|
|
636
|
+
"runtimeview.services": "services:",
|
|
637
|
+
"runtimeview.AgentRuntimeIsNot": "Agent runtime is not running. Start the runtime and refresh.",
|
|
638
|
+
"runtimeview.Plugins": "Plugins",
|
|
639
|
+
"runtimeview.Actions": "Actions",
|
|
640
|
+
"runtimeview.Providers": "Providers",
|
|
641
|
+
"runtimeview.Evaluators": "Evaluators",
|
|
642
|
+
"savecommandmodal.SaveAsCommand": "Save as /Command",
|
|
643
|
+
"savecommandmodal.CommandName": "Command name",
|
|
644
|
+
"savecommandmodal.Preview": "Preview",
|
|
645
|
+
"savecommandmodal.Save": "Save",
|
|
646
|
+
"savecommandmodal.myCommand": "my-command",
|
|
647
|
+
"secretsview.LoadingSecrets": "Loading secrets...",
|
|
648
|
+
"secretsview.ManageAPIKeysAnd": "Manage API keys and credentials. Add secrets from your plugins, set\n them once.",
|
|
649
|
+
"secretsview.AddSecret": "+ Add Secret",
|
|
650
|
+
"secretsview.YourVaultIsEmpty": "Your vault is empty. Click \"Add Secret\" to choose which API keys to\n manage here.",
|
|
651
|
+
"secretsview.AddSecretsToVault": "Add Secrets to Vault",
|
|
652
|
+
"secretsview.Add": "Add",
|
|
653
|
+
"secretsview.Required": "Required",
|
|
654
|
+
"secretsview.SearchByKeyDescr": "Search by key, description, or plugin name...",
|
|
655
|
+
"secretsview.RemoveFromVault": "Remove from vault",
|
|
656
|
+
"settingsview.Password": "Password",
|
|
657
|
+
"settingsview.IncludeRecentLogs": "Include recent logs in the backup",
|
|
658
|
+
"settingsview.BackupFile": "Backup file",
|
|
659
|
+
"settingsview.EnterExportPasswor": "Enter export password",
|
|
660
|
+
"settingsview.EnterImportPasswor": "Enter import password",
|
|
661
|
+
"shortcutsoverlay.KeyboardShortcuts": "Keyboard Shortcuts",
|
|
662
|
+
"skillsview.ReviewFindings": "Review Findings",
|
|
663
|
+
"skillsview.ScanReport": "Scan Report",
|
|
664
|
+
"skillsview.critical": "critical",
|
|
665
|
+
"skillsview.warnings": "warnings",
|
|
666
|
+
"skillsview.AcknowledgeAmpEn": "Acknowledge & Enable",
|
|
667
|
+
"skillsview.Dismiss": "Dismiss",
|
|
668
|
+
"skillsview.LoadingScanReport": "Loading scan report...",
|
|
669
|
+
"skillsview.score": "score:",
|
|
670
|
+
"skillsview.result": "result",
|
|
671
|
+
"skillsview.CreateNewSkill": "Create New Skill",
|
|
672
|
+
"skillsview.SkillName": "Skill Name",
|
|
673
|
+
"skillsview.Description": "Description",
|
|
674
|
+
"skillsview.SKILLMd": "SKILL.md",
|
|
675
|
+
"skillsview.unsaved": "unsaved",
|
|
676
|
+
"skillsview.toSave": "to save",
|
|
677
|
+
"skillsview.LoadingSkillSource": "Loading skill source...",
|
|
678
|
+
"skillsview.eGMyAwesomeSkil": "e.g. my-awesome-skill",
|
|
679
|
+
"skillsview.BriefDescriptionOf": "Brief description of what this skill does (optional)",
|
|
680
|
+
"startupfailureview.StartupFailed": "Startup failed:",
|
|
681
|
+
"startupfailureview.ThisOriginDoesNot": "This origin does not host the agent backend.",
|
|
682
|
+
"startupfailureview.RetryStartup": "Retry Startup",
|
|
683
|
+
"startupfailureview.OpenApp": "Open App",
|
|
684
|
+
"streamview.StreamingUnavailabl": "Streaming unavailable",
|
|
685
|
+
"streamview.EnableTheStreaming": "Enable the streaming plugin to go live",
|
|
686
|
+
"streamview.MiladyCouldNotRea": "Milady could not reach the local streaming routes for this\n view. Install and enable the",
|
|
687
|
+
"streamview.streamingBase": "streaming-base",
|
|
688
|
+
"streamview.pluginThenReload": "plugin, then reload the Stream tab.",
|
|
689
|
+
"streamview.IfThePluginIsAlr": "If the plugin is already installed, restart the desktop app or\n API server and try again.",
|
|
690
|
+
"streamview.Game": "Game",
|
|
691
|
+
"subscriptionstatus.ClaudeSubscription": "Claude subscription credentials are expired or invalid. Reconnect\n to continue.",
|
|
692
|
+
"subscriptionstatus.SetupToken": "Setup Token",
|
|
693
|
+
"subscriptionstatus.OAuthLogin": "OAuth Login",
|
|
694
|
+
"subscriptionstatus.SavingAmpRestart": "Saving & restarting...",
|
|
695
|
+
"subscriptionstatus.YourClaudeSubscrip": "Your Claude subscription is linked. Disconnect to switch accounts.",
|
|
696
|
+
"subscriptionstatus.RequiresClaudePro": "Requires Claude Pro ($20/mo) or Max ($100/mo).",
|
|
697
|
+
"subscriptionstatus.AfterLoggingInCo": "After logging in, copy the authorization code from Anthropic and\n paste it below.",
|
|
698
|
+
"subscriptionstatus.ChatGPTSubscription": "ChatGPT subscription credentials are expired or invalid. Reconnect\n to continue.",
|
|
699
|
+
"subscriptionstatus.YourChatGPTSubscri": "Your ChatGPT subscription is linked. Disconnect to switch\n accounts.",
|
|
700
|
+
"subscriptionstatus.LoginWithOpenAI": "Login with OpenAI",
|
|
701
|
+
"subscriptionstatus.RequiresChatGPTPlu": "Requires ChatGPT Plus ($20/mo) or Pro ($200/mo).",
|
|
702
|
+
"subscriptionstatus.AfterLoggingInYo": "After logging in, you'll be redirected to a page that won't load\n (starts with",
|
|
703
|
+
"subscriptionstatus.localhost1455": "localhost:1455",
|
|
704
|
+
"subscriptionstatus.CopyTheEntireU": "). Copy the entire URL and paste it below.",
|
|
705
|
+
"subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
|
|
706
|
+
"subscriptionstatus.PasteTheAuthorizat": "Paste the authorization code here...",
|
|
707
|
+
"subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
|
|
708
|
+
"trajectoriesview.Total": "Total:",
|
|
709
|
+
"trajectoriesview.LLMCalls": "LLM Calls:",
|
|
710
|
+
"trajectoriesview.Tokens": "Tokens:",
|
|
711
|
+
"trajectoriesview.AvgDuration": "Avg Duration:",
|
|
712
|
+
"trajectoriesview.Logging": "Logging:",
|
|
713
|
+
"trajectoriesview.AllStatuses": "All statuses",
|
|
714
|
+
"trajectoriesview.Completed": "Completed",
|
|
715
|
+
"trajectoriesview.JSONWithPrompts": "JSON (with prompts)",
|
|
716
|
+
"trajectoriesview.JSONRedacted": "JSON (redacted)",
|
|
717
|
+
"trajectoriesview.CSVSummaryOnly": "CSV (summary only)",
|
|
718
|
+
"trajectoriesview.ZIPFolders": "ZIP (folders)",
|
|
719
|
+
"trajectoriesview.LoadingTrajectories": "Loading trajectories...",
|
|
720
|
+
"trajectoriesview.NoTrajectories": "No trajectories",
|
|
721
|
+
"trajectoriesview.NoTrajectoriesMatchingFilters": "No trajectories match the current filters.",
|
|
722
|
+
"trajectoriesview.NoTrajectoriesYet": "No trajectories yet.",
|
|
723
|
+
"trajectoriesview.LoggingHelp": "Logging defaults to OFF in production and ON in development. Use the toggle to change it.",
|
|
724
|
+
"trajectoriesview.FailedToLoad": "Failed to load trajectories",
|
|
725
|
+
"trajectoriesview.FailedToUpdateConfig": "Failed to update logging setting",
|
|
726
|
+
"trajectoriesview.FailedToExport": "Failed to export trajectories",
|
|
727
|
+
"trajectoriesview.FailedToClear": "Failed to clear trajectories",
|
|
728
|
+
"trajectoriesview.DeleteAllTitle": "Delete All Trajectories",
|
|
729
|
+
"trajectoriesview.DeleteAllMessage": "Are you sure you want to delete all trajectories?",
|
|
730
|
+
"trajectoriesview.DeleteAllDetail": "This cannot be undone.",
|
|
731
|
+
"trajectoriesview.Time": "Time",
|
|
732
|
+
"trajectoriesview.Source": "Source",
|
|
733
|
+
"trajectoriesview.Calls": "Calls",
|
|
734
|
+
"trajectoriesview.Tokens1": "Tokens",
|
|
735
|
+
"trajectoriesview.Duration": "Duration",
|
|
736
|
+
"trajectoriesview.Showing": "Showing",
|
|
737
|
+
"trajectoriesview.ShowingRange": "Showing {{start}}-{{end}} of {{total}}",
|
|
738
|
+
"trajectoriesview.Search": "Search...",
|
|
739
|
+
"trajectorydetailview.lines": "lines",
|
|
740
|
+
"trajectorydetailview.Copy": "Copy",
|
|
741
|
+
"trajectorydetailview.EstCost": "Est. cost:",
|
|
742
|
+
"trajectorydetailview.Temp": "Temp:",
|
|
743
|
+
"trajectorydetailview.Max": "Max:",
|
|
744
|
+
"trajectorydetailview.SystemPrompt": "System prompt (",
|
|
745
|
+
"trajectorydetailview.chars": "chars)",
|
|
746
|
+
"trajectorydetailview.LoadingTrajectory": "Loading trajectory...",
|
|
747
|
+
"trajectorydetailview.GoBack": "Go back",
|
|
748
|
+
"trajectorydetailview.TrajectoryNotFound": "Trajectory not found",
|
|
749
|
+
"trajectorydetailview.Back": "← Back",
|
|
750
|
+
"trajectorydetailview.TrajectoryDetail": "Trajectory Detail",
|
|
751
|
+
"trajectorydetailview.Time": "Time:",
|
|
752
|
+
"trajectorydetailview.Source": "Source:",
|
|
753
|
+
"trajectorydetailview.Duration": "Duration:",
|
|
754
|
+
"trajectorydetailview.TotalTokens": "Total Tokens:",
|
|
755
|
+
"trajectorydetailview.NoLLMCallsRecorde": "No LLM calls recorded for this trajectory.",
|
|
756
|
+
"trajectorydetailview.CopyToClipboard": "Copy to clipboard",
|
|
757
|
+
"trajectorydetailview.System": "System",
|
|
758
|
+
"trajectorydetailview.InputUser": "Input (User)",
|
|
759
|
+
"trajectorydetailview.OutputResponse": "Output (Response)",
|
|
760
|
+
"triggersview.TriggersScheduleAu": "Heartbeats schedule autonomous instructions for the agent. Each heartbeat\n can run on an interval, a one-time timestamp, or a cron schedule; when\n it fires, the instruction is injected into autonomy and the run\n outcome is logged below.",
|
|
761
|
+
"triggersview.TriggerHealth": "Heartbeat Health",
|
|
762
|
+
"triggersview.NoHealthDataYet": "No health data yet — heartbeats will report here after first\n execution.",
|
|
763
|
+
"triggersview.Name": "Name",
|
|
764
|
+
"triggersview.Instructions": "Instructions",
|
|
765
|
+
"triggersview.ScheduleType": "Schedule Type",
|
|
766
|
+
"triggersview.RepeatingInterval": "Repeating Interval",
|
|
767
|
+
"triggersview.OneTime": "One-time",
|
|
768
|
+
"triggersview.CronSchedule": "Cron Schedule",
|
|
769
|
+
"triggersview.WakeMode": "Wake Mode",
|
|
770
|
+
"triggersview.InjectAmpWakeIm": "Inject and Wake Immediately",
|
|
771
|
+
"triggersview.QueueForNextCycle": "Queue for next cycle",
|
|
772
|
+
"triggersview.MaxRunsOptional": "Max Runs (optional)",
|
|
773
|
+
"triggersview.IntervalMs": "Interval (ms) —",
|
|
774
|
+
"triggersview.ScheduledTimeISO": "Scheduled Time (ISO)",
|
|
775
|
+
"triggersview.CronExpression5F": "Cron Expression (5-field)",
|
|
776
|
+
"triggersview.minuteHourDayMont": "minute hour day month weekday — e.g. \"0 9 * * 1-5\" = weekdays at\n 9am",
|
|
777
|
+
"triggersview.StartEnabled": "Start enabled",
|
|
778
|
+
"triggersview.NoTriggersConfigur": "No heartbeats configured yet",
|
|
779
|
+
"triggersview.CreateOneAboveTo": "Create one above to schedule autonomous agent tasks",
|
|
780
|
+
"triggersview.Edit": "Edit",
|
|
781
|
+
"triggersview.RunNow": "Run now",
|
|
782
|
+
"triggersview.Delete": "Delete",
|
|
783
|
+
"triggersview.LastRun": "Last run",
|
|
784
|
+
"triggersview.RunHistory": "Run History",
|
|
785
|
+
"triggersview.NoRunsRecordedYet": "No runs recorded yet.",
|
|
786
|
+
"triggersview.Disabled": "Disabled",
|
|
787
|
+
"triggersview.Executions": "Executions",
|
|
788
|
+
"triggersview.Failures": "Failures",
|
|
789
|
+
"triggersview.LastExec": "Last Exec",
|
|
790
|
+
"triggersview.eGDailyDigestH": "e.g. Daily Digest, Heartbeat Check",
|
|
791
|
+
"triggersview.WhatShouldTheAgen": "What should the agent do when this trigger fires?",
|
|
792
|
+
"triggersview.20260215T100000": "2026-02-15T10:00:00.000Z",
|
|
793
|
+
"heartbeatsview.durationUnitSeconds": "seconds",
|
|
794
|
+
"heartbeatsview.durationUnitMinutes": "minutes",
|
|
795
|
+
"heartbeatsview.durationUnitHours": "hours",
|
|
796
|
+
"heartbeatsview.durationUnitDays": "days",
|
|
797
|
+
"heartbeatsview.every": "Every",
|
|
798
|
+
"heartbeatsview.onceAt": "Once at {{time}}",
|
|
799
|
+
"heartbeatsview.once": "Once",
|
|
800
|
+
"heartbeatsview.cronPrefix": "Cron:",
|
|
801
|
+
"heartbeatsview.validationDisplayNameRequired": "Display name is required.",
|
|
802
|
+
"heartbeatsview.validationInstructionsRequired": "Instructions are required.",
|
|
803
|
+
"heartbeatsview.validationIntervalPositive": "Interval must be a positive number.",
|
|
804
|
+
"heartbeatsview.validationScheduledTimeRequired": "Scheduled time is required for one-time heartbeats.",
|
|
805
|
+
"heartbeatsview.validationScheduledTimeInvalid": "Scheduled time must be a valid ISO date-time.",
|
|
806
|
+
"heartbeatsview.validationCronRequired": "Cron expression is required.",
|
|
807
|
+
"heartbeatsview.validationCronFiveFields": "Cron expression must have exactly 5 fields (minute hour day month weekday).",
|
|
808
|
+
"heartbeatsview.cronFieldMinute": "minute",
|
|
809
|
+
"heartbeatsview.cronFieldHour": "hour",
|
|
810
|
+
"heartbeatsview.cronFieldDay": "day",
|
|
811
|
+
"heartbeatsview.cronFieldMonth": "month",
|
|
812
|
+
"heartbeatsview.cronFieldWeekday": "weekday",
|
|
813
|
+
"heartbeatsview.validationCronInvalidField": "Invalid cron {{field}} field: \"{{value}}\"",
|
|
814
|
+
"heartbeatsview.validationMaxRunsPositive": "Max runs must be a positive integer.",
|
|
815
|
+
"heartbeatsview.deleteTitle": "Delete Heartbeat",
|
|
816
|
+
"heartbeatsview.deleteMessage": "Delete \"{{name}}\"?",
|
|
817
|
+
"heartbeatsview.heartbeatSingular": "Heartbeat",
|
|
818
|
+
"heartbeatsview.editTitle": "Edit: {{name}}",
|
|
819
|
+
"heartbeatsview.newHeartbeat": "New Heartbeat",
|
|
820
|
+
"heartbeatsview.emptyStateDescription": "Use the New Heartbeat button to create the first recurring or scheduled autonomous task.",
|
|
821
|
+
"heartbeatsview.statusActive": "Active",
|
|
822
|
+
"heartbeatsview.statusPaused": "Paused",
|
|
823
|
+
"heartbeatsview.nextInline": "Next {{time}}",
|
|
824
|
+
"heartbeatsview.runCountSingle": "{{count}} run",
|
|
825
|
+
"heartbeatsview.runCountPlural": "{{count}} runs",
|
|
826
|
+
"heartbeatsview.maxRuns": "Max Runs",
|
|
827
|
+
"heartbeatsview.unlimited": "Unlimited",
|
|
828
|
+
"heartbeatsview.nextRun": "Next Run",
|
|
829
|
+
"heartbeatsview.notYetRun": "Not yet run",
|
|
830
|
+
"heartbeatsview.notScheduled": "Not scheduled",
|
|
831
|
+
"heartbeatsview.enable": "Enable",
|
|
832
|
+
"heartbeatsview.disable": "Disable",
|
|
833
|
+
"heartbeatsview.refresh": "Refresh",
|
|
834
|
+
"heartbeatsview.loading": "Loading...",
|
|
835
|
+
"heartbeatsview.editHeartbeat": "Edit Heartbeat",
|
|
836
|
+
"heartbeatsview.createHeartbeat": "Create Heartbeat",
|
|
837
|
+
"heartbeatsview.close": "Close",
|
|
838
|
+
"heartbeatsview.interval": "Interval",
|
|
839
|
+
"heartbeatsview.saving": "Saving...",
|
|
840
|
+
"heartbeatsview.saveChanges": "Save Changes",
|
|
841
|
+
"heartbeatsview.statusSuccess": "Success",
|
|
842
|
+
"heartbeatsview.statusCompleted": "Completed",
|
|
843
|
+
"heartbeatsview.statusSkipped": "Skipped",
|
|
844
|
+
"heartbeatsview.statusQueued": "Queued",
|
|
845
|
+
"heartbeatsview.statusError": "Error",
|
|
846
|
+
"heartbeatsview.statusFailed": "Failed",
|
|
847
|
+
"heartbeatsview.emDash": "—",
|
|
848
|
+
"ui-renderer.Larr": "←",
|
|
849
|
+
"ui-renderer.Rarr": "→",
|
|
850
|
+
"ui-renderer.UnknownComponent": "Unknown component:",
|
|
851
|
+
"vectorbrowserview.NotEnoughEmbedding": "Not enough embeddings for graph view",
|
|
852
|
+
"vectorbrowserview.NeedAtLeast2Memo": "Need at least 2 memories with embedding data. Found",
|
|
853
|
+
"vectorbrowserview.vectorsProjectedTo": "vectors projected to 2D via PCA — click a point\n to view details",
|
|
854
|
+
"vectorbrowserview.List": "List",
|
|
855
|
+
"vectorbrowserview.DatabaseNotAvailab": "Database not available",
|
|
856
|
+
"vectorbrowserview.RetryConnection": "Retry Connection",
|
|
857
|
+
"vectorbrowserview.NoMemoriesFound": "No memories found",
|
|
858
|
+
"voiceconfigview.WakeWord": "Wake Word",
|
|
859
|
+
"voiceconfigview.Triggers": "Triggers",
|
|
860
|
+
"voiceconfigview.PressEnterOrComma": "Press Enter or comma to add. At least one trigger required.",
|
|
861
|
+
"voiceconfigview.WakeSensitivity": "Wake sensitivity",
|
|
862
|
+
"voiceconfigview.LowerMoreSensiti": "Lower = more sensitive (shorter gap required after wake word)",
|
|
863
|
+
"voiceconfigview.ModelSize": "Model size",
|
|
864
|
+
"voiceconfigview.Microphone": "Microphone",
|
|
865
|
+
"voiceconfigview.AddTrigger": "Add trigger…",
|
|
866
|
+
"voiceconfigview.LoadingVoiceConfig": "Loading voice configuration...",
|
|
867
|
+
"voiceconfigview.TTSProvider": "TTS Provider",
|
|
868
|
+
"voiceconfigview.APISource": "API Source",
|
|
869
|
+
"voiceconfigview.ElevenLabsAPIKey": "ElevenLabs API Key",
|
|
870
|
+
"voiceconfigview.GetYourKeyAt": "Get your key at",
|
|
871
|
+
"voiceconfigview.elevenlabsIo": "elevenlabs.io",
|
|
872
|
+
"voiceconfigview.FastPathDefaultE": "Fast-path default ElevenLabs model: ",
|
|
873
|
+
"voiceconfigview.Voice": "Voice",
|
|
874
|
+
"voiceconfigview.Stop": "Stop",
|
|
875
|
+
"voiceconfigview.ServedViaElizaCloud": "served via Eliza Cloud",
|
|
876
|
+
"voiceconfigview.RequiresApiKey": "Requires API key",
|
|
877
|
+
"voiceconfigview.NoApiKeyNeeded": "No API key needed",
|
|
878
|
+
"voiceconfigview.Playing": "Playing...",
|
|
879
|
+
"voiceconfigview.TestVoice": "Test {{name}}",
|
|
880
|
+
"voiceconfigview.EdgeTTSUsesMicros": "Edge TTS uses Microsoft voices built into the platform.",
|
|
881
|
+
"voiceconfigview.SimpleVoiceUsesYo": "Simple Voice uses your system defaults and does not require an external API key.",
|
|
882
|
+
"whatsappqroverlay.Disconnect": "Disconnect",
|
|
883
|
+
"whatsappqroverlay.TryAgain": "Try Again",
|
|
884
|
+
"whatsappqroverlay.ScanAQRCodeWith": "Scan a QR code with your phone to link WhatsApp.",
|
|
885
|
+
"whatsappqroverlay.UsesAnUnofficialW": "Uses an unofficial WhatsApp API. Use a dedicated phone number.",
|
|
886
|
+
"whatsappqroverlay.ConnectWhatsApp": "Connect WhatsApp",
|
|
887
|
+
"whatsappqroverlay.GeneratingQR": "Generating QR...",
|
|
888
|
+
"whatsappqroverlay.ScanWithWhatsApp": "Scan with WhatsApp",
|
|
889
|
+
"whatsappqroverlay.OpenWhatsAppOnYou": "Open WhatsApp on your phone",
|
|
890
|
+
"whatsappqroverlay.Tap": "Tap",
|
|
891
|
+
"whatsappqroverlay.Menu": "Menu",
|
|
892
|
+
"whatsappqroverlay.andSelect": "and select",
|
|
893
|
+
"whatsappqroverlay.LinkedDevices": "Linked Devices",
|
|
894
|
+
"whatsappqroverlay.LinkADevice": "Link a Device",
|
|
895
|
+
"whatsappqroverlay.PointYourPhoneAt": "Point your phone at this QR code",
|
|
896
|
+
"whatsappqroverlay.QRRefreshesAutomat": "QR refreshes automatically (~15s)",
|
|
897
|
+
"portfolioheader.ConnectViaElizaCl": "Connect via Eliza Cloud or configure a custom BSC RPC provider\n (NodeReal / QuickNode) to enable trading.",
|
|
898
|
+
"tokenstable.nativeGas": "native gas",
|
|
899
|
+
"activityfeed.Activity": "Activity",
|
|
900
|
+
"activityfeed.NoEventsYet": "No events yet",
|
|
901
|
+
"chatcontent.WaitingForMessages": "Waiting for messages...",
|
|
902
|
+
"chatticker.chat": "chat",
|
|
903
|
+
"idlecontent.Thought": "Thought",
|
|
904
|
+
"idlecontent.AgentIsIdleAwai": "Agent is idle — awaiting activity...",
|
|
905
|
+
"idlecontent.RecentActions": "Recent Actions",
|
|
906
|
+
"statusbar.Src": "Src:",
|
|
907
|
+
"statusbar.Active": "(active)",
|
|
908
|
+
"statusbar.https": "https://...",
|
|
909
|
+
"statusbar.PopOutStreamView": "Pop out stream view",
|
|
910
|
+
"streamsettings.StreamSettings": "Stream Settings",
|
|
911
|
+
"streamsettings.SelectWhereToBroa": "Select where to broadcast. To switch channels, stop the stream\n first.",
|
|
912
|
+
"streamsettings.NoStreamingDestina": "No streaming destinations configured.",
|
|
913
|
+
"streamsettings.InstallAStreaming": "Install a streaming plugin (Twitch, YouTube, Retake.tv, Custom\n RTMP) via the Plugins tab.",
|
|
914
|
+
"streamsettings.StreamIsLiveSt": "⚠ Stream is live. Stop the stream to switch channels.",
|
|
915
|
+
"streamsettings.ToggleAndConfigure": "Toggle and configure widgets shown on top of your stream.",
|
|
916
|
+
"streamsettings.ResetDefaults": "Reset defaults",
|
|
917
|
+
"streamsettings.NoWidgetsAvailable": "No widgets available. Reload the stream tab.",
|
|
918
|
+
"streamsettings.ChooseWhatContent": "Choose what content is captured and broadcast.",
|
|
919
|
+
"streamsettings.Use": "Use",
|
|
920
|
+
"streamsettings.CustomURLsMustSta": "Custom URLs must start with `http://` or `https://`.",
|
|
921
|
+
"streamsettings.httpsYourUrlCom": "https://your-url.com",
|
|
922
|
+
"streamterminal.TERMINAL": "TERMINAL",
|
|
923
|
+
"streamterminal.WaitingForTerminal": "Waiting for terminal activity...",
|
|
924
|
+
"streamvoiceconfig.Voice": "Voice",
|
|
925
|
+
"streamvoiceconfig.NoKey": "(no key)",
|
|
926
|
+
"streamvoiceconfig.Speaking": "Speaking...",
|
|
927
|
+
"streamvoiceconfig.Test": "Test",
|
|
928
|
+
"streamvoiceconfig.NoAPIKeyConfigure": "No API key configured",
|
|
929
|
+
"streamvoiceconfig.TestTTSOnStream": "Test TTS on stream",
|
|
930
|
+
"actiontickerwidget.actions": "actions",
|
|
931
|
+
"peonhudwidget.events": "events",
|
|
932
|
+
"elizaclouddashboard.AgentName": "Agent Name",
|
|
933
|
+
"elizaclouddashboard.Deploy": "Deploy",
|
|
934
|
+
"settings.sections.aimodel.label": "AI Model",
|
|
935
|
+
"settings.sections.aimodel.desc": "Provider and model settings",
|
|
936
|
+
"settings.sections.cloud.desc": "Manage your cloud agents and resources",
|
|
937
|
+
"settings.sections.codingagents.label": "Coding Agents",
|
|
938
|
+
"settings.sections.codingagents.desc": "Agent preferences, models, and permissions",
|
|
939
|
+
"settings.sections.walletrpc.label": "Wallet & RPC",
|
|
940
|
+
"settings.sections.walletrpc.desc": "Chain RPC providers and API keys",
|
|
941
|
+
"settings.sections.media.label": "Media",
|
|
942
|
+
"settings.sections.media.desc": "Image, video, and vision providers",
|
|
943
|
+
"settings.sections.voice.label": "Voice",
|
|
944
|
+
"settings.sections.voice.desc": "Text-to-speech and transcription",
|
|
945
|
+
"settings.sections.permissions.label": "Permissions",
|
|
946
|
+
"settings.sections.permissions.desc": "Capabilities and access control",
|
|
947
|
+
"settings.sections.updates.label": "Updates",
|
|
948
|
+
"settings.sections.updates.desc": "Software update settings",
|
|
949
|
+
"settings.sections.advanced.desc": "Export, import, and dangerous actions",
|
|
950
|
+
"settings.change": "Change",
|
|
951
|
+
"settings.browse": "Browse",
|
|
952
|
+
"settings.aiModel": "AI Model",
|
|
953
|
+
"settings.aiModelDescription": "Provider and model settings",
|
|
954
|
+
"settings.codingAgents": "Coding Agents",
|
|
955
|
+
"settings.codingAgentsDescription": "Configure AI coding agents for multi-agent task execution.",
|
|
956
|
+
"settings.walletRpc": "Wallet & RPC",
|
|
957
|
+
"settings.walletRpcDescription": "Configure chain RPC providers for trading and market data.",
|
|
958
|
+
"settings.mediaGeneration": "Media",
|
|
959
|
+
"settings.mediaDescription": "Image, video, and vision providers",
|
|
960
|
+
"settings.speechInterface": "Voice",
|
|
961
|
+
"settings.speechDescription": "Text-to-speech and transcription",
|
|
962
|
+
"settings.permissionsCapabilities": "Permissions",
|
|
963
|
+
"settings.permissionsDescription": "Capabilities and access control",
|
|
964
|
+
"settings.softwareUpdates": "Updates",
|
|
965
|
+
"settings.updatesDescription": "Software update settings",
|
|
966
|
+
"settings.advancedSettings": "Advanced",
|
|
967
|
+
"settings.advancedDescription": "Export, import, and dangerous actions",
|
|
968
|
+
"settings.noMatchingSettingsDescription": "Try a broader search or clear the current filter.",
|
|
969
|
+
"settingsview.JumpToSection": "Jump to section",
|
|
970
|
+
"settingsview.NoMatchingSettings": "No matching settings",
|
|
971
|
+
"settingsview.ClearSearch": "Clear search",
|
|
972
|
+
"providerswitcher.noAiProvidersAvailable": "No AI providers available. Enable one from the",
|
|
973
|
+
"providerswitcher.plugins": "Plugins",
|
|
974
|
+
"providerswitcher.page": "page.",
|
|
975
|
+
"providerswitcher.selectAIProvider": "Select AI provider",
|
|
976
|
+
"providerswitcher.chooseYourPreferredProvider": "Choose your preferred provider for inference.",
|
|
977
|
+
"providerswitcher.loggedIntoElizaCloud": "Logged into Eliza Cloud",
|
|
978
|
+
"providerswitcher.disconnecting": "Disconnecting...",
|
|
979
|
+
"providerswitcher.disconnect": "Disconnect",
|
|
980
|
+
"providerswitcher.credits": "Credits:",
|
|
981
|
+
"providerswitcher.topUp": "Top up",
|
|
982
|
+
"providerswitcher.smallModelDescription": "Fast model for simple tasks",
|
|
983
|
+
"providerswitcher.largeModelDescription": "Powerful model for complex reasoning",
|
|
984
|
+
"providerswitcher.smallModelLabel": "Small Model",
|
|
985
|
+
"providerswitcher.largeModelLabel": "Large Model",
|
|
986
|
+
"providerswitcher.savingRestarting": "Saving & restarting...",
|
|
987
|
+
"providerswitcher.savedRestartingAgent": "Saved. Restarting agent...",
|
|
988
|
+
"providerswitcher.waitingForBrowser": "Waiting for browser login...",
|
|
989
|
+
"providerswitcher.logInToElizaCloud": "Log in to Eliza Cloud",
|
|
990
|
+
"providerswitcher.opensABrowserWindow": "Opens a browser window to complete login.",
|
|
991
|
+
"providerswitcher.piSettings": "Pi (pi-ai) Settings",
|
|
992
|
+
"providerswitcher.usesLocalCredentials": "Uses credentials from ~/.pi/agent/auth.json.",
|
|
993
|
+
"providerswitcher.primaryModelOverride": "Primary model override",
|
|
994
|
+
"providerswitcher.usePiDefaultModel": "Use pi default model",
|
|
995
|
+
"providerswitcher.customModelSpec": "Custom model spec",
|
|
996
|
+
"providerswitcher.providerModelPlaceholder": "provider/model (e.g. ollama/qwen2.5)",
|
|
997
|
+
"providerswitcher.saveInProgress": "Saving...",
|
|
998
|
+
"providerswitcher.save": "Save",
|
|
999
|
+
"providerswitcher.elizaCloud": "Eliza Cloud",
|
|
1000
|
+
"providerswitcher.piAi": "Pi (pi-ai)",
|
|
1001
|
+
"providerswitcher.claudeSubscription": "Claude Subscription",
|
|
1002
|
+
"providerswitcher.chatgptSubscription": "ChatGPT Subscription",
|
|
1003
|
+
"apikeyconfig.fetchModels": "Fetch Models",
|
|
1004
|
+
"apikeyconfig.fetching": "Fetching...",
|
|
1005
|
+
"apikeyconfig.loadedModels": "Loaded {{count}} models",
|
|
1006
|
+
"apikeyconfig.error": "Error: {{message}}",
|
|
1007
|
+
"apikeyconfig.failed": "failed",
|
|
1008
|
+
"apikeyconfig.saving": "Saving...",
|
|
1009
|
+
"apikeyconfig.save": "Save",
|
|
1010
|
+
"apikeyconfig.saved": "Saved",
|
|
1011
|
+
"subscriptionstatus.PasteCallbackUrlFromLocalhost": "Paste the callback URL from the localhost:1455 page.",
|
|
1012
|
+
"subscriptionstatus.CallbackCodeTooLong": "Callback code is too long.",
|
|
1013
|
+
"subscriptionstatus.InvalidCallbackUrl": "Invalid callback URL.",
|
|
1014
|
+
"subscriptionstatus.ExpectedCallbackUrl": "Expected a localhost:1455/auth/callback URL.",
|
|
1015
|
+
"subscriptionstatus.CallbackUrlMissingCode": "Callback URL is missing the ?code= parameter.",
|
|
1016
|
+
"subscriptionstatus.FailedToSaveSetupToken": "Failed to save setup token.",
|
|
1017
|
+
"subscriptionstatus.FailedToSaveTokenError": "Failed to save token: {{message}}",
|
|
1018
|
+
"subscriptionstatus.DisconnectFailedError": "Disconnect failed: {{message}}",
|
|
1019
|
+
"subscriptionstatus.FailedToGetAuthUrl": "Failed to get auth URL",
|
|
1020
|
+
"subscriptionstatus.FailedToStartLogin": "Failed to start login: {{message}}",
|
|
1021
|
+
"subscriptionstatus.ExchangeFailed": "Exchange failed",
|
|
1022
|
+
"subscriptionstatus.ExchangeFailedError": "Exchange failed: {{message}}",
|
|
1023
|
+
"subscriptionstatus.NoAuthUrlReturned": "No auth URL returned from login",
|
|
1024
|
+
"subscriptionstatus.ConnectedToClaudeSubscription": "Connected to Claude Subscription",
|
|
1025
|
+
"subscriptionstatus.ClaudeSubscriptionTitle": "Claude Subscription",
|
|
1026
|
+
"subscriptionstatus.Disconnecting": "Disconnecting...",
|
|
1027
|
+
"subscriptionstatus.Disconnect": "Disconnect",
|
|
1028
|
+
"subscriptionstatus.Saving": "Saving...",
|
|
1029
|
+
"subscriptionstatus.SaveToken": "Save Token",
|
|
1030
|
+
"subscriptionstatus.ConnectedToChatGPTSubscription": "Connected to ChatGPT Subscription",
|
|
1031
|
+
"subscriptionstatus.ChatGPTSubscriptionTitle": "ChatGPT Subscription",
|
|
1032
|
+
"subscriptionstatus.Completing": "Completing...",
|
|
1033
|
+
"elizaclouddashboard.ElizaCloud": "Eliza Cloud",
|
|
1034
|
+
"elizaclouddashboard.NotAvailable": "Not available",
|
|
1035
|
+
"elizaclouddashboard.ElizaCloudNotConnectedSettings": "Eliza Cloud not connected - configure in Settings -> AI Model",
|
|
1036
|
+
"elizaclouddashboard.NoSetupNeeded": "No setup needed",
|
|
1037
|
+
"codingagentsettingssection.NoSupportedCLIs": "No supported coding agent CLIs detected. Install at least one of: Claude, Gemini, Codex, or Aider.",
|
|
1038
|
+
"codingagentsettingssection.Availability": "Availability:",
|
|
1039
|
+
"codingagentsettingssection.Installed": "Installed",
|
|
1040
|
+
"codingagentsettingssection.NotInstalled": "Not installed",
|
|
1041
|
+
"codingagentsettingssection.Unknown": "Unknown",
|
|
1042
|
+
"codingagentsettingssection.AgentUsedWhenNoEStrategyFixed": "Always use the selected default agent type when none is specified.",
|
|
1043
|
+
"codingagentsettingssection.AgentUsedWhenNoEStrategyRanked": "Automatically select the best-performing installed agent based on success rate and stall metrics.",
|
|
1044
|
+
"codingagentsettingssection.AppliesToAllNewlySpawned": " — applies to all newly spawned agents unless overridden per-spawn.",
|
|
1045
|
+
"codingagentsettingssection.ModelsFetched": "Models fetched from provider API. These are preferences — the CLI may override based on availability.",
|
|
1046
|
+
"codingagentsettingssection.UsingFallback": "Using fallback model list — configure your API key to see all available models.",
|
|
1047
|
+
"codingagentsettingssection.PresetReadOnly": "Read Only",
|
|
1048
|
+
"codingagentsettingssection.PresetReadOnlyDesc": "Read-only tools only",
|
|
1049
|
+
"codingagentsettingssection.PresetStandard": "Standard",
|
|
1050
|
+
"codingagentsettingssection.PresetStandardDesc": "Read + write, asks for shell/network",
|
|
1051
|
+
"codingagentsettingssection.PresetPermissive": "Permissive",
|
|
1052
|
+
"codingagentsettingssection.PresetPermissiveDesc": "File ops auto-approved, asks for shell",
|
|
1053
|
+
"codingagentsettingssection.PresetAutonomous": "Autonomous",
|
|
1054
|
+
"codingagentsettingssection.PresetAutonomousDesc": "All tools auto-approved",
|
|
1055
|
+
"mediasettingssection.ImageGeneration": "Image Generation",
|
|
1056
|
+
"mediasettingssection.VideoGeneration": "Video Generation",
|
|
1057
|
+
"mediasettingssection.AudioMusic": "Audio / Music",
|
|
1058
|
+
"mediasettingssection.VisionAnalysis": "Vision (Analysis)",
|
|
1059
|
+
"mediasettingssection.ProviderHintNoSetup": "No setup needed",
|
|
1060
|
+
"mediasettingssection.ProviderHintFalImage": "Flux 2, Kling, Recraft, Grok",
|
|
1061
|
+
"mediasettingssection.ProviderHintOpenAIImage": "DALL-E 3",
|
|
1062
|
+
"mediasettingssection.ProviderHintGoogleImage": "Imagen 3",
|
|
1063
|
+
"mediasettingssection.ProviderHintXAIAurora": "Aurora",
|
|
1064
|
+
"mediasettingssection.ProviderHintFalVideo": "Veo 3, Sora 2, Kling 3, Minimax",
|
|
1065
|
+
"mediasettingssection.ProviderHintOpenAIVideo": "Sora",
|
|
1066
|
+
"mediasettingssection.ProviderHintGoogleVideo": "Veo",
|
|
1067
|
+
"mediasettingssection.ProviderHintSuno": "Music generation",
|
|
1068
|
+
"mediasettingssection.ProviderHintElevenLabs": "Sound effects",
|
|
1069
|
+
"mediasettingssection.ProviderHintOpenAIVision": "GPT-4o Vision",
|
|
1070
|
+
"mediasettingssection.ProviderHintGoogleVision": "Gemini Vision",
|
|
1071
|
+
"mediasettingssection.ProviderHintAnthropicVision": "Claude Vision",
|
|
1072
|
+
"mediasettingssection.ProviderHintXAIVision": "Grok Vision",
|
|
1073
|
+
"mediasettingssection.Configured": "Configured",
|
|
1074
|
+
"mediasettingssection.NeedsSetup": "Needs Setup",
|
|
1075
|
+
"mediasettingssection.ApiKeySetLeaveBlank": "API key set — leave blank to keep",
|
|
1076
|
+
"mediasettingssection.EnterApiKey": "Enter API key...",
|
|
1077
|
+
"mediasettingssection.FalApiKey": "FAL API Key",
|
|
1078
|
+
"mediasettingssection.OpenAIApiKey": "OpenAI API Key",
|
|
1079
|
+
"mediasettingssection.GoogleApiKey": "Google API Key",
|
|
1080
|
+
"mediasettingssection.XAIApiKey": "xAI API Key",
|
|
1081
|
+
"mediasettingssection.SunoApiKey": "Suno API Key",
|
|
1082
|
+
"mediasettingssection.ElevenLabsApiKey": "ElevenLabs API Key",
|
|
1083
|
+
"mediasettingssection.AnthropicApiKey": "Anthropic API Key",
|
|
1084
|
+
"streamsettings.DisableWidget": "Disable widget",
|
|
1085
|
+
"streamsettings.EnableWidget": "Enable widget",
|
|
1086
|
+
"streamsettings.ConfigExpanded": "▲ config",
|
|
1087
|
+
"streamsettings.ConfigCollapsed": "▼ config",
|
|
1088
|
+
"streamsettings.CaptureStreamBrowserTab": "Capture the stream browser tab (default)",
|
|
1089
|
+
"streamsettings.NoGameActive": "No game active",
|
|
1090
|
+
"streamsettings.BroadcastFromCustomUrl": "Broadcast from a custom HTTP(S) URL",
|
|
1091
|
+
"streamsettings.StopStreamToChangeChannel": "Stop stream to change channel",
|
|
1092
|
+
"streamsettings.NavChannel": "Channel",
|
|
1093
|
+
"streamsettings.NavOverlays": "Overlays",
|
|
1094
|
+
"streamsettings.NavSource": "Source",
|
|
1095
|
+
"onboarding.stepName.wakeUp": "Initialize",
|
|
1096
|
+
"onboarding.stepSub.wakeUp": "System boot",
|
|
1097
|
+
"onboarding.stepSub.connection": "Neural link",
|
|
1098
|
+
"onboarding.stepName.rpc": "RPC",
|
|
1099
|
+
"onboarding.stepSub.rpc": "Blockchain access",
|
|
1100
|
+
"onboarding.stepName.senses": "Access",
|
|
1101
|
+
"onboarding.stepSub.senses": "System permissions",
|
|
1102
|
+
"onboarding.stepName.activate": "Launch",
|
|
1103
|
+
"onboarding.welcomeTitle": "Welcome to Milady",
|
|
1104
|
+
"onboarding.welcomeSubtitle": "Your autonomous AI companion awaits.",
|
|
1105
|
+
"onboarding.createNewAgent": "Create New Agent",
|
|
1106
|
+
"onboarding.restoreFromBackup": "Restore from Backup",
|
|
1107
|
+
"onboarding.importAgent": "Import Agent",
|
|
1108
|
+
"onboarding.importDesc": "Select an <code>.eliza-agent</code> export file and enter the decryption password.",
|
|
1109
|
+
"onboarding.decryptionPasswordPlaceholder": "Decryption password...",
|
|
1110
|
+
"onboarding.selectFileError": "Select an export file before importing.",
|
|
1111
|
+
"onboarding.passwordMinError": "Password must be at least 4 characters.",
|
|
1112
|
+
"onboarding.cancel": "Cancel",
|
|
1113
|
+
"onboarding.importing": "Importing...",
|
|
1114
|
+
"onboarding.restore": "Restore",
|
|
1115
|
+
"onboarding.back": "← Back",
|
|
1116
|
+
"onboarding.hostingTitle": "Hosting",
|
|
1117
|
+
"onboarding.hostingQuestion": "Where should Milady run?",
|
|
1118
|
+
"onboarding.hostingLocal": "Local",
|
|
1119
|
+
"onboarding.hostingLocalDesc": "Run the backend on this machine.",
|
|
1120
|
+
"onboarding.hostingCloud": "Cloud",
|
|
1121
|
+
"onboarding.hostingCloudDesc": "Use Eliza Cloud or connect to a remote backend.",
|
|
1122
|
+
"onboarding.cloudQuestion": "Choose a cloud setup",
|
|
1123
|
+
"onboarding.cloudManaged": "Eliza Cloud",
|
|
1124
|
+
"onboarding.cloudManagedDesc": "Provision a managed container and connect to it.",
|
|
1125
|
+
"onboarding.cloudRemote": "Remote Milady",
|
|
1126
|
+
"onboarding.cloudRemoteDesc": "Connect to an existing backend with its address and access key.",
|
|
1127
|
+
"onboarding.remoteTitle": "Remote Milady",
|
|
1128
|
+
"onboarding.remoteAddress": "Backend address",
|
|
1129
|
+
"onboarding.remoteAddressPlaceholder": "https://my-milady.example.com",
|
|
1130
|
+
"onboarding.remoteAccessKey": "Access key",
|
|
1131
|
+
"onboarding.remoteAccessKeyPlaceholder": "Paste the MILADY_API_TOKEN value",
|
|
1132
|
+
"onboarding.remoteConnect": "Connect remote backend",
|
|
1133
|
+
"onboarding.remoteConnectedDesc": "Connected to your remote Milady backend. Continue configuring it here.",
|
|
1134
|
+
"onboarding.neuralLinkTitle": "Neural Link",
|
|
1135
|
+
"onboarding.chooseProvider": "Choose your AI provider",
|
|
1136
|
+
"onboarding.change": "Change",
|
|
1137
|
+
"onboarding.login": "Login",
|
|
1138
|
+
"onboarding.apiKey": "API Key",
|
|
1139
|
+
"onboarding.connected": "Connected",
|
|
1140
|
+
"onboarding.connecting": "Connecting...",
|
|
1141
|
+
"onboarding.connectAccount": "Connect Account",
|
|
1142
|
+
"onboarding.freeCredits": "Free credits to get started.",
|
|
1143
|
+
"onboarding.useExistingKey": "Use this if you already have a key.",
|
|
1144
|
+
"onboarding.getOneHere": "Get one here",
|
|
1145
|
+
"onboarding.setupToken": "Setup Token",
|
|
1146
|
+
"onboarding.oauthLogin": "OAuth Login",
|
|
1147
|
+
"onboarding.enterSetupToken": "Enter your setup token",
|
|
1148
|
+
"onboarding.setupTokenInstructions": "How to get your setup token:\n\n• Option A: Run claude setup-token in your terminal\n\n• Option B: Go to claude.ai/settings/api → \"Claude Code\" → \"Use setup token\"",
|
|
1149
|
+
"onboarding.connectedToClaude": "Connected to Claude",
|
|
1150
|
+
"onboarding.claudeSubscriptionReady": "Your Claude subscription is ready to use.",
|
|
1151
|
+
"onboarding.loginWithAnthropic": "Login with Anthropic",
|
|
1152
|
+
"onboarding.requiresClaudeSub": "Requires a Claude Pro or Max subscription.",
|
|
1153
|
+
"onboarding.authCodeInstructions": "After logging in, you will receive an authorization code.\nCopy and paste it below.",
|
|
1154
|
+
"onboarding.pasteAuthCode": "Paste authorization code...",
|
|
1155
|
+
"onboarding.connect": "Connect",
|
|
1156
|
+
"onboarding.connectedToChatGPT": "Connected to ChatGPT",
|
|
1157
|
+
"onboarding.chatgptSubscriptionReady": "Your ChatGPT subscription is ready to use.",
|
|
1158
|
+
"onboarding.loginWithOpenAI": "Login with OpenAI",
|
|
1159
|
+
"onboarding.requiresChatGPTSub": "Requires a ChatGPT Plus or Pro subscription.",
|
|
1160
|
+
"onboarding.almostThere": "Almost there!",
|
|
1161
|
+
"onboarding.redirectInstructions": "After logging in, your browser will redirect to",
|
|
1162
|
+
"onboarding.copyEntireUrl": ". Copy the entire URL from your browser's address bar.",
|
|
1163
|
+
"onboarding.completeLogin": "Complete Login",
|
|
1164
|
+
"onboarding.startOver": "Start Over",
|
|
1165
|
+
"onboarding.enterApiKey": "Enter your API key...",
|
|
1166
|
+
"onboarding.keyFormatWarning": "Key format looks incorrect. Double-check and try again.",
|
|
1167
|
+
"onboarding.ollamaNoConfig": "No configuration needed. Ollama will be used automatically.",
|
|
1168
|
+
"onboarding.primaryModelOptional": "Primary Model (optional)",
|
|
1169
|
+
"onboarding.useDefaultModel": "Use default model",
|
|
1170
|
+
"onboarding.customModel": "Custom model...",
|
|
1171
|
+
"onboarding.piCredentialsHint": "Uses credentials from ~/.pi/agent/auth.json.",
|
|
1172
|
+
"onboarding.piDropdownHint": " Pick from the dropdown or choose a custom model.",
|
|
1173
|
+
"onboarding.piManualHint": " Enter provider/model manually if you want an override.",
|
|
1174
|
+
"onboarding.selectModel": "Select Model",
|
|
1175
|
+
"onboarding.confirm": "Confirm",
|
|
1176
|
+
"onboarding.loginSessionExpired": "Login session expired. Click 'Start Over' and try again.",
|
|
1177
|
+
"onboarding.networkError": "Network error — check your connection and try again.",
|
|
1178
|
+
"onboarding.systemAccessTitle": "System Access",
|
|
1179
|
+
"onboarding.readyTitle": "Ready",
|
|
1180
|
+
"onboarding.companionReady": "{{name}} is ready.",
|
|
1181
|
+
"onboarding.allConfigured": "All systems configured. You can adjust settings anytime.",
|
|
1182
|
+
"onboarding.enter": "Enter",
|
|
1183
|
+
"onboarding.recommended": "Recommended",
|
|
1184
|
+
"onboarding.next": "Next",
|
|
1185
|
+
"onboarding.rpcTitle": "Blockchain Access",
|
|
1186
|
+
"onboarding.rpcQuestion": "Configure blockchain RPC providers?",
|
|
1187
|
+
"onboarding.rpcDesc": "RPC providers give your agent access to blockchain data for wallet & trading. You can skip this and configure it later in Settings.",
|
|
1188
|
+
"onboarding.rpcElizaCloud": "Use Eliza Cloud",
|
|
1189
|
+
"onboarding.rpcElizaCloudDesc": "All chains included. No API keys needed.",
|
|
1190
|
+
"onboarding.rpcBringKeys": "Bring Your Own Keys",
|
|
1191
|
+
"onboarding.rpcAlchemyKey": "Alchemy API Key",
|
|
1192
|
+
"onboarding.rpcHeliusKey": "Helius API Key (Solana)",
|
|
1193
|
+
"onboarding.rpcBirdeyeKey": "Birdeye API Key (Solana)",
|
|
1194
|
+
"onboarding.rpcSkip": "Skip for now",
|
|
1195
|
+
"onboarding.rpcConnectedCloud": "Connected via Eliza Cloud"
|
|
1196
|
+
}
|