@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.refresh": "Actualizar",
|
|
3
|
+
"game.backToApps": "Volver a Aplicaciones",
|
|
4
|
+
"game.openInNewTab": "Abrir en Nueva Pestaña",
|
|
5
|
+
"game.stop": "Detener",
|
|
6
|
+
"common.retry": "Reintentar",
|
|
7
|
+
"common.loading": "Cargando",
|
|
8
|
+
"common.export": "Exportar",
|
|
9
|
+
"common.exporting": "Exportando...",
|
|
10
|
+
"common.clearAll": "Borrar todo",
|
|
11
|
+
"common.clearing": "Borrando...",
|
|
12
|
+
"common.cancel": "Cancelar",
|
|
13
|
+
"common.deleteAll": "Borrar todo",
|
|
14
|
+
"common.on": "ACTIVADO",
|
|
15
|
+
"common.off": "DESACTIVADO",
|
|
16
|
+
"nav.chat": "Chat",
|
|
17
|
+
"nav.companion": "Compañero",
|
|
18
|
+
"nav.character": "Personaje",
|
|
19
|
+
"nav.talents": "Talentos",
|
|
20
|
+
"nav.wallets": "Carteras",
|
|
21
|
+
"nav.channels": "Canales",
|
|
22
|
+
"nav.knowledge": "Conocimiento",
|
|
23
|
+
"nav.plugins": "Plugins",
|
|
24
|
+
"nav.social": "Conectores",
|
|
25
|
+
"nav.apps": "Aplicaciones",
|
|
26
|
+
"nav.settings": "Ajustes",
|
|
27
|
+
"nav.heartbeats": "Heartbeats",
|
|
28
|
+
"nav.advanced": "Avanzado",
|
|
29
|
+
"nav.stream": "Stream",
|
|
30
|
+
"nav.cloud": "Cloud",
|
|
31
|
+
"header.cloudDisconnected": "Nube desconectada",
|
|
32
|
+
"header.nativeMode": "Modo nativo",
|
|
33
|
+
"header.companionMode": "Modo acompañante",
|
|
34
|
+
"header.switchToNative": "Cambiar a nativo",
|
|
35
|
+
"pairing.expiresIn": "Caduca en {{seconds}} segundos",
|
|
36
|
+
"chat.inputPlaceholder": "Escribe un mensaje...",
|
|
37
|
+
"chat.listening": "Escuchando...",
|
|
38
|
+
"chat.agentStarting": "Agente iniciando...",
|
|
39
|
+
"chat.send": "Enviar",
|
|
40
|
+
"chat.stopGeneration": "detener la generación",
|
|
41
|
+
"chat.stopSpeaking": "deja de hablar",
|
|
42
|
+
"chat.stopListening": "deja de escuchar",
|
|
43
|
+
"chat.voiceInput": "Entrada de voz",
|
|
44
|
+
"chat.mode.label": "Modo",
|
|
45
|
+
"chat.mode.fast": "Fast",
|
|
46
|
+
"chat.mode.fastHint": "Menor latencia con un perfil compacto.",
|
|
47
|
+
"chat.mode.pro": "Pro",
|
|
48
|
+
"chat.mode.proHint": "Contexto completo para un razonamiento más capaz.",
|
|
49
|
+
"chat.mode.voiceFast": "La voz siempre usa Fast.",
|
|
50
|
+
"conversations.newChat": "+ Nuevo chat",
|
|
51
|
+
"conversations.newChatTitle": "Nuevo chat",
|
|
52
|
+
"conversations.none": "Aún no hay conversaciones",
|
|
53
|
+
"conversations.justNow": "En este momento",
|
|
54
|
+
"conversations.minutesAgo": "Hace {{count}}m",
|
|
55
|
+
"conversations.hoursAgo": "Hace {{count}}h",
|
|
56
|
+
"conversations.daysAgo": "Hace {{count}}d",
|
|
57
|
+
"conversations.rename": "Cambiar el nombre de la conversación",
|
|
58
|
+
"conversations.delete": "Eliminar conversación",
|
|
59
|
+
"conversations.chats": "Chats",
|
|
60
|
+
"conversations.closePanel": "Cerrar panel",
|
|
61
|
+
"conversations.deleteConfirm": "¿Borrar?",
|
|
62
|
+
"conversations.deleteYes": "Sí",
|
|
63
|
+
"conversations.deleteNo": "No",
|
|
64
|
+
"knowledge.ui.searchPlaceholder": "Buscar conocimiento...",
|
|
65
|
+
"knowledge.ui.searching": "Búsqueda...",
|
|
66
|
+
"knowledge.ui.search": "Buscar",
|
|
67
|
+
"elizaclouddashboard.ScaleYourAgents": "Escala tus agentes a la nube para una autonomía 24/7, razonamiento avanzado y una presencia fluida entre plataformas.",
|
|
68
|
+
"elizaclouddashboard.Connecting": "Conectando...",
|
|
69
|
+
"elizaclouddashboard.ConnectElizaCloud": "Conectar Eliza Cloud",
|
|
70
|
+
"elizaclouddashboard.NewToElizaCloud": "¿Nuevo en Eliza Cloud?",
|
|
71
|
+
"elizaclouddashboard.LearnMore": "Más información",
|
|
72
|
+
"elizaclouddashboard.CloudDashboard": "Panel de Cloud",
|
|
73
|
+
"elizaclouddashboard.ManageInstance": "Administra tu instancia y recursos de Eliza Cloud.",
|
|
74
|
+
"elizaclouddashboard.Refresh": "Actualizar",
|
|
75
|
+
"elizaclouddashboard.Disconnect": "Desconectar",
|
|
76
|
+
"elizaclouddashboard.Disconnecting": "Desconectando...",
|
|
77
|
+
"elizaclouddashboard.CloudAgents": "Agentes en la nube",
|
|
78
|
+
"elizaclouddashboard.CloudAgentsDesc": "Tus agentes autónomos ejecutándose en la infraestructura de Eliza Cloud.",
|
|
79
|
+
"elizaclouddashboard.DeployNewAgent": "Desplegar nuevo agente",
|
|
80
|
+
"elizaclouddashboard.InitializeInstance": "Inicializa una nueva instancia autónoma en la nube.",
|
|
81
|
+
"elizaclouddashboard.UsageMetrics": "Uso y métricas",
|
|
82
|
+
"elizaclouddashboard.UsageMetricsDesc": "Utilización de recursos en tiempo real en tus instancias en la nube.",
|
|
83
|
+
"elizaclouddashboard.MetricsPlaceholder": "Las métricas de uso aparecerán aquí una vez que se desplieguen los agentes.",
|
|
84
|
+
"elizaclouddashboard.CreditWallet": "Billetera de créditos",
|
|
85
|
+
"elizaclouddashboard.AvailableBalance": "Saldo disponible",
|
|
86
|
+
"elizaclouddashboard.TopUpCredits": "Recargar créditos",
|
|
87
|
+
"elizaclouddashboard.History": "Historial",
|
|
88
|
+
"elizaclouddashboard.Pricing": "Precios",
|
|
89
|
+
"elizaclouddashboard.AccountDetails": "Detalles de la cuenta",
|
|
90
|
+
"elizaclouddashboard.CloudUserID": "ID de usuario de Cloud",
|
|
91
|
+
"elizaclouddashboard.SecurityStatus": "Estado de seguridad",
|
|
92
|
+
"elizaclouddashboard.Secure": "Seguro",
|
|
93
|
+
"elizaclouddashboard.AdvancedDashboard": "Panel externo avanzado",
|
|
94
|
+
"settings.language": "Idioma",
|
|
95
|
+
"settings.languageSyncFailed": "El idioma cambió localmente, pero falló la sincronización en la nube.",
|
|
96
|
+
"settings.customizeExperience": "Personaliza tu experiencia",
|
|
97
|
+
"settings.searchPlaceholder": "Configuración de búsqueda...",
|
|
98
|
+
"settings.exportAgentShort": "Copia de seguridad de todos los datos",
|
|
99
|
+
"settings.importAgentShort": "Restaurar desde copia de seguridad",
|
|
100
|
+
"settings.dangerZone": "Zona de peligro",
|
|
101
|
+
"settings.versionPrefix": "Versión",
|
|
102
|
+
"settings.checking": "De cheques...",
|
|
103
|
+
"settings.checkNow": "Comprobar ahora",
|
|
104
|
+
"settings.updateAvailable": "Actualización disponible",
|
|
105
|
+
"settings.lastChecked": "Última comprobación:",
|
|
106
|
+
"settings.import": "Importar",
|
|
107
|
+
"settings.export": "Exportar",
|
|
108
|
+
"settings.resetAgent": "Restablecer agente",
|
|
109
|
+
"settings.resetAgentHint": "Borre toda la configuración, la memoria y los datos. Regresa al asistente de incorporación.",
|
|
110
|
+
"settings.resetConfirmMessage": "¿Está seguro de que desea restablecer todas las configuraciones y datos? Esto no se puede deshacer y volverá a la incorporación.",
|
|
111
|
+
"settings.resetEverything": "Restablecer todo",
|
|
112
|
+
"settings.exportAgent": "Agente de Exportación",
|
|
113
|
+
"settings.importAgent": "Agente de Importación",
|
|
114
|
+
"wallet.portfolio": "Cartera",
|
|
115
|
+
"wallet.receive": "Recibir",
|
|
116
|
+
"wallet.addressCopied": "Dirección copiada.",
|
|
117
|
+
"wallet.status.connectedTitle": "Cartera conectada",
|
|
118
|
+
"wallet.status.noWallet": "Sin billetera",
|
|
119
|
+
"wallet.status.noWalletTitle": "No se detectó ninguna billetera en cadena",
|
|
120
|
+
"wallet.status.tradeReady": "Listo para el comercio",
|
|
121
|
+
"wallet.status.tradeReadyTitle": "Listo para verificación previa y cotización.",
|
|
122
|
+
"wallet.status.tradeNotReady": "Comercio no listo",
|
|
123
|
+
"wallet.status.tradeNeedGasTitle": "Necesito gasolina BNB",
|
|
124
|
+
"wallet.status.tradeFeedRequired": "Se requiere alimentación de mercado",
|
|
125
|
+
"wallet.txStatus.pending": "Pendiente",
|
|
126
|
+
"wallet.failedFetchQuote": "No se pudo recuperar la cotización.",
|
|
127
|
+
"wallet.noDataRefresh": "No tokens yet!",
|
|
128
|
+
"wallet.noTokensFound": "Aún no hay tokens. Envíale algunos a tu agente.",
|
|
129
|
+
"wallet.emptyTokensCta": "Usa las direcciones de abajo para fondear este agente.",
|
|
130
|
+
"wallet.noNftsFound": "No se encontraron NFT.",
|
|
131
|
+
"wallet.noNftData": "Sin datos NFT.",
|
|
132
|
+
"wallet.noImage": "Sin imagen",
|
|
133
|
+
"wallet.value": "Valor",
|
|
134
|
+
"wallet.chain": "Cadena",
|
|
135
|
+
"wallet.name": "Nombre",
|
|
136
|
+
"wallet.sort": "Clasificar",
|
|
137
|
+
"wallet.tokens": "Tokens",
|
|
138
|
+
"wallet.nfts": "NFT",
|
|
139
|
+
"wallet.all": "Todo",
|
|
140
|
+
"wallet.table.token": "Token",
|
|
141
|
+
"wallet.table.balance": "Balance",
|
|
142
|
+
"wallet.loadingBalances": "Cargando saldos...",
|
|
143
|
+
"wallet.loadingNfts": "Cargando NFT...",
|
|
144
|
+
"wallet.setup.rpcNotConfigured": "BSC RPC no está configurado.",
|
|
145
|
+
"wallet.noOnchainWallet": "Aún no hay billetera en cadena. Inicie sesión con Privy primero.",
|
|
146
|
+
"wallet.noOnchainWalletHint": "Después de iniciar sesión, su billetera administrada aparece automáticamente.",
|
|
147
|
+
"wallet.manual": "Manual",
|
|
148
|
+
"wallet.remove": "Eliminar",
|
|
149
|
+
"wallet.removeManualTitle": "Quitar token manual",
|
|
150
|
+
"wallet.tokenRemovedManual": "Token eliminado de la lista de seguimiento.",
|
|
151
|
+
"wallet.copyEvmAddress": "Copiar dirección EVM",
|
|
152
|
+
"wallet.copySolanaAddress": "Copiar dirección Solana",
|
|
153
|
+
"wallet.enableIt": "Habilítalo",
|
|
154
|
+
"companion.avatarPreviewAlt": "Vista previa de avatar",
|
|
155
|
+
"companion.switchToNativeUi": "Cambiar a la interfaz de usuario nativa",
|
|
156
|
+
"wallet.setup.configureRpc": "Configurar RPC",
|
|
157
|
+
"apikeyconfig.configured": "configurado",
|
|
158
|
+
"appsview.EmbeddedAgents": "Agentes integrados (",
|
|
159
|
+
"appsview.SelectEmbeddedAgen": "Seleccionar agente integrado",
|
|
160
|
+
"appsview.Character": "Personaje:",
|
|
161
|
+
"appsview.Health": "| Salud:",
|
|
162
|
+
"appsview.Position": "| Posición:",
|
|
163
|
+
"appsview.CreateEmbeddedAgen": "Crear agente integrado",
|
|
164
|
+
"appsview.NoScriptedRole": "Sin papel escrito",
|
|
165
|
+
"appsview.AutoStart": "inicio automático",
|
|
166
|
+
"appsview.SendMessage": "Enviar mensaje",
|
|
167
|
+
"appsview.SendCommand": "Enviar comando",
|
|
168
|
+
"appsview.GoalQuickActions": "Objetivo + Acciones Rápidas",
|
|
169
|
+
"appsview.Nearby": "Cercano:",
|
|
170
|
+
"appsview.ActiveGameSession": "Sesión de juego activa",
|
|
171
|
+
"appsview.ResumeInFullScree": "Reanudar en pantalla completa o abrir el visor en una nueva pestaña.",
|
|
172
|
+
"appsview.ResumeFullscreen": "Reanudar pantalla completa",
|
|
173
|
+
"appsview.OpenInNewTab": "Abrir en nueva pestaña",
|
|
174
|
+
"appsview.Back": "Atrás",
|
|
175
|
+
"appsview.Active": "Activo",
|
|
176
|
+
"appsview.Inactive": "Inactivo",
|
|
177
|
+
"appsview.ViewActiveSession": "Ver sesión activa",
|
|
178
|
+
"appsview.OpenViewerInNewT": "Abrir visor en una nueva pestaña",
|
|
179
|
+
"appsview.LaunchType": "Tipo de lanzamiento:",
|
|
180
|
+
"appsview.LatestVersion": "Última versión:",
|
|
181
|
+
"appsview.LaunchURL": "URL de inicio:",
|
|
182
|
+
"appsview.Repository": "Repositorio:",
|
|
183
|
+
"appsview.Capabilities": "Capacidades",
|
|
184
|
+
"appsview.ViewerConfig": "Configuración del visor",
|
|
185
|
+
"appsview.URL": "URL:",
|
|
186
|
+
"appsview.postMessageAuth": "autenticación posterior al mensaje:",
|
|
187
|
+
"appsview.Sandbox": "Sandbox:",
|
|
188
|
+
"appsview.HyperscapeControls": "Controles de Hyperscape",
|
|
189
|
+
"appsview.EmbeddedAgentsCom": "Agentes integrados, comandos y telemetría.",
|
|
190
|
+
"appsview.Refresh": "Refrescar",
|
|
191
|
+
"appsview.active": "activo",
|
|
192
|
+
"appsview.LoadingApps": "Cargando aplicaciones...",
|
|
193
|
+
"appsview.CharacterID": "ID de personaje",
|
|
194
|
+
"appsview.SaySomethingToSel": "Dile algo al agente seleccionado...",
|
|
195
|
+
"appsview.Target000": "{\"objetivo\":[0,0,0]}",
|
|
196
|
+
"appsview.SearchApps": "Buscar aplicaciones...",
|
|
197
|
+
"avatarselector.UploadVRM": "Cargar VRM",
|
|
198
|
+
"avatarselector.dropVrm": "soltar .vrm",
|
|
199
|
+
"avatarselector.UploadCustomVrm": "Cargue un .vrm personalizado (haga clic o arrastre)",
|
|
200
|
+
"bsctradepanel.ViewTx": "ver tx",
|
|
201
|
+
"bsctradepanel.Pending": "Pendiente...",
|
|
202
|
+
"bsctradepanel.RefreshStatus": "Actualizar estado",
|
|
203
|
+
"bsctradepanel.Confirmations": "Confirmaciones:",
|
|
204
|
+
"bsctradepanel.RequiresWalletSign": "Requiere la firma de la billetera para completarse.",
|
|
205
|
+
"bsctradepanel.CopyApprovalTX": "Aprobación de copia TX",
|
|
206
|
+
"bsctradepanel.CopySwapTX": "Copiar Intercambiar TX",
|
|
207
|
+
"bsctradepanel.BNB": "BNB:",
|
|
208
|
+
"bsctradepanel.Preflight": "verificación previa",
|
|
209
|
+
"bsctradepanel.Quote": "Cotización",
|
|
210
|
+
"bsctradepanel.BNB1": "BNB",
|
|
211
|
+
"bsctradepanel.Buy": "Comprar",
|
|
212
|
+
"bsctradepanel.Sell": "Vender",
|
|
213
|
+
"bsctradepanel.LatestQuote": "Última cotización",
|
|
214
|
+
"bsctradepanel.trade": "¿comercio?",
|
|
215
|
+
"bsctradepanel.ExecuteTrade": "Ejecutar comercio",
|
|
216
|
+
"bsctradepanel.TokenContractAddre": "Dirección del contrato de token (0x...)",
|
|
217
|
+
"bugreportmodal.BugReportSubmitted": "Informe de error enviado",
|
|
218
|
+
"bugreportmodal.Times": "×",
|
|
219
|
+
"bugreportmodal.YourBugReportHas": "Su informe de error se ha enviado correctamente.",
|
|
220
|
+
"bugreportmodal.Close": "Cerrar",
|
|
221
|
+
"bugreportmodal.ReportABug": "Informar un error",
|
|
222
|
+
"bugreportmodal.StepsToReproduce": "Pasos para reproducirse",
|
|
223
|
+
"bugreportmodal.ExpectedBehavior": "Comportamiento esperado",
|
|
224
|
+
"bugreportmodal.ActualBehavior": "Comportamiento real",
|
|
225
|
+
"bugreportmodal.Environment": "Ambiente",
|
|
226
|
+
"bugreportmodal.Select": "Seleccionar...",
|
|
227
|
+
"bugreportmodal.NodeVersion": "Versión del nodo",
|
|
228
|
+
"bugreportmodal.ModelProvider": "Proveedor de modelos",
|
|
229
|
+
"bugreportmodal.Logs": "Registros",
|
|
230
|
+
"bugreportmodal.DescribeTheIssueY": "Describe el problema que encontraste.",
|
|
231
|
+
"bugreportmodal.DescribeTheExpecte": "Describe el resultado esperado.",
|
|
232
|
+
"bugreportmodal.DescribeTheActual": "Describe el resultado real.",
|
|
233
|
+
"bugreportmodal.22X": "22.x",
|
|
234
|
+
"bugreportmodal.AnthropicOpenAI": "Anthropic / OpenAI / Ollama",
|
|
235
|
+
"bugreportmodal.PasteRelevantError": "Pegue registros o salidas de errores relevantes",
|
|
236
|
+
"characterview.reload": "Recargar",
|
|
237
|
+
"characterview.import": "Importar",
|
|
238
|
+
"characterview.export": "Exportar",
|
|
239
|
+
"characterview.importCharacterJso": "Importar JSON del personaje",
|
|
240
|
+
"characterview.exportAsCharacter": "Exportar JSON del personaje",
|
|
241
|
+
"characterview.customize": "Personalizar",
|
|
242
|
+
"characterview.backToCharacterSelect": "Volver a la selección de personaje",
|
|
243
|
+
"characterview.loadingCharacterDa": "cargando datos de caracteres...",
|
|
244
|
+
"characterview.selectAVoice": "Selecciona una voz",
|
|
245
|
+
"characterview.core": "Base",
|
|
246
|
+
"characterview.style": "Estilo",
|
|
247
|
+
"characterview.examples": "Ejemplos",
|
|
248
|
+
"characterview.aboutMe": "Sobre mí",
|
|
249
|
+
"characterview.directionsAndThing": "Instrucciones y cosas para recordar",
|
|
250
|
+
"characterview.StyleRules": "Reglas de estilo",
|
|
251
|
+
"characterview.RegisterYourAgent": "Registre a su agente en la red principal de Ethereum para reclamar su ERC-8004\n identidad NFT.",
|
|
252
|
+
"characterview.Registered": "Registrado",
|
|
253
|
+
"characterview.Token": "Token",
|
|
254
|
+
"characterview.OnChainName": "Nombre en cadena \"",
|
|
255
|
+
"characterview.DiffersFrom": "\" difiere de \"",
|
|
256
|
+
"characterview.adjectives": "adjetivos",
|
|
257
|
+
"chatmessage.ResponseInterrupte": "(Respuesta interrumpida)",
|
|
258
|
+
"chatmessage.StartAConversation": "iniciar una conversación",
|
|
259
|
+
"chatmessage.SendAMessageTo": "Enviar un mensaje a",
|
|
260
|
+
"chatmessage.toBeginChattingY": "para empezar a chatear. También puedes arrastrar y\n soltar imágenes o utilizar la entrada de voz.",
|
|
261
|
+
"chatmessage.RetryMessage": "Reintentar mensaje",
|
|
262
|
+
"chatmessage.DeleteMessage": "Eliminar mensaje",
|
|
263
|
+
"chatview.SilenceEndFirstTo": "Fin del silencio → primera ficha:",
|
|
264
|
+
"chatview.msEndVoiceStart": "ms · fin → inicio de voz:",
|
|
265
|
+
"chatview.msFirst": "ms\n · primera frase:",
|
|
266
|
+
"chatview.RemoveImage": "Quitar imagen",
|
|
267
|
+
"chatview.AttachImage": "Adjuntar imagen",
|
|
268
|
+
"cloudsourcecontrols.Offline": "Desconectado",
|
|
269
|
+
"codingagentsettingssection.LoadingCodingAgent": "Cargando configuración del agente de codificación...",
|
|
270
|
+
"codingagentsettingssection.AgentSelectionStra": "Estrategia de selección de agentes",
|
|
271
|
+
"codingagentsettingssection.Fixed": "Fijado",
|
|
272
|
+
"codingagentsettingssection.RankedAutoSelect": "Clasificado (selecciona automáticamente al mejor intérprete)",
|
|
273
|
+
"codingagentsettingssection.DefaultAgentType": "Tipo de agente predeterminado",
|
|
274
|
+
"codingagentsettingssection.AgentUsedWhenNoE": "Agente utilizado cuando no se especifica ningún tipo explícito en una solicitud de generación.",
|
|
275
|
+
"codingagentsettingssection.DefaultPermissionL": "Nivel de permiso predeterminado",
|
|
276
|
+
"codingagentsettingssection.Provider": "Proveedor",
|
|
277
|
+
"codingagentsettingssection.Anthropic": "Anthropic",
|
|
278
|
+
"codingagentsettingssection.OpenAI": "OpenAI",
|
|
279
|
+
"codingagentsettingssection.Google": "Google",
|
|
280
|
+
"codingagentsettingssection.PowerfulModel": "Modelo potente",
|
|
281
|
+
"codingagentsettingssection.Default": "Por defecto",
|
|
282
|
+
"codingagentsettingssection.FastModel": "Modelo rápido",
|
|
283
|
+
"commandpalette.NoCommandsFound": "No se encontraron comandos",
|
|
284
|
+
"commandpalette.TypeToSearchComma": "Escriba para buscar comandos...",
|
|
285
|
+
"configpageview.ConnectedToElizaC": "Conectado a la nube de milady",
|
|
286
|
+
"configpageview.Credits": "Créditos:",
|
|
287
|
+
"configpageview.TopUp": "Completar",
|
|
288
|
+
"configpageview.RequiresElizaCloud": "Requiere conexión a Eliza Cloud",
|
|
289
|
+
"configpageview.CloudServices": "Servicios en la nube",
|
|
290
|
+
"configpageview.RestartRequiredFor": "Es necesario reiniciar para que los cambios surtan efecto",
|
|
291
|
+
"configpageview.ChooseWhichElizaCl": "Elija qué servicios de Eliza Cloud utilizar. Desactive la inferencia para utilizar su\n En su lugar, utilice sus propias claves de proveedor de IA.",
|
|
292
|
+
"configpageview.Config": "configuración",
|
|
293
|
+
"configpageview.WalletProvidersAnd": "Proveedores de billetera y secretos.",
|
|
294
|
+
"configpageview.WalletAmpRPC": "Monedero y RPC",
|
|
295
|
+
"configpageview.SecretsVault": "Bóveda de secretos",
|
|
296
|
+
"configpageview.Secrets": "Secretos",
|
|
297
|
+
"configpageview.SecretsVault1": "Bóveda de secretos",
|
|
298
|
+
"configpageview.BSC": "BSC",
|
|
299
|
+
"configpageview.EVM": "EVM",
|
|
300
|
+
"configpageview.Solana": "Solana",
|
|
301
|
+
"configsavefooter.Saved": "¡Guardado!",
|
|
302
|
+
"connectionfailedbanner.ReconnectingAtt": "Reconectando... (intento",
|
|
303
|
+
"connectionfailedbanner.ConnectionLostAfte": "Conexión perdida después",
|
|
304
|
+
"connectionfailedbanner.attemptsRealTime": "intentos. Las actualizaciones en tiempo real están en pausa.",
|
|
305
|
+
"customactioneditor.DescribeWhatYouWa": "Describe lo que quieres que haga esta acción.",
|
|
306
|
+
"customactioneditor.TheAgentWillGener": "El agente generará la configuración de acción para que usted la revise y\n editar.",
|
|
307
|
+
"customactioneditor.AliasesOptional": "Alias (opcional)",
|
|
308
|
+
"customactioneditor.CommaSeparatedAlte": "Alternativas separadas por comas con las que el agente puede comparar.",
|
|
309
|
+
"customactioneditor.HandlerType": "Tipo de controlador",
|
|
310
|
+
"customactioneditor.HeadersOptional": "Encabezados (opcional)",
|
|
311
|
+
"customactioneditor.Add": "+ Agregar",
|
|
312
|
+
"customactioneditor.BodyTemplateOptio": "Plantilla de cuerpo (opcional)",
|
|
313
|
+
"customactioneditor.CommandTemplate": "Plantilla de comando",
|
|
314
|
+
"customactioneditor.forParameterSubsti": "para sustitución de parámetros",
|
|
315
|
+
"customactioneditor.JavaScriptCode": "Código JavaScript",
|
|
316
|
+
"customactioneditor.Parameters": "Parámetros",
|
|
317
|
+
"customactioneditor.AddParameter": "+ Agregar parámetro",
|
|
318
|
+
"customactioneditor.Required": "Requerido",
|
|
319
|
+
"customactioneditor.TestAction": "Acción de prueba",
|
|
320
|
+
"customactioneditor.Error": "Error:",
|
|
321
|
+
"customactioneditor.Duration": "Duración:",
|
|
322
|
+
"customactioneditor.eGCheckIfAWebs": "p.ej. Comprobar si un sitio web está activo y devolver el estado",
|
|
323
|
+
"customactioneditor.MYACTION": "MI_ACCIÓN",
|
|
324
|
+
"customactioneditor.WhatDoesThisActio": "¿Qué hace esta acción?",
|
|
325
|
+
"customactioneditor.SYNONYMONESYNONYM": "SINÓNIMO_UNO, SINÓNIMO_DOS",
|
|
326
|
+
"customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
|
|
327
|
+
"customactioneditor.HeaderName": "Nombre del encabezado",
|
|
328
|
+
"customactioneditor.valueOrParam": "valor o {{param}}",
|
|
329
|
+
"customactioneditor.echoMessage": "eco {{message}} > /tmp/salida.txt",
|
|
330
|
+
"customactioneditor.AvailableParams": "// Disponible: params.paramName, fetch()\\nreturn { resultado: params.input };",
|
|
331
|
+
"customactioneditor.paramName": "nombreParam",
|
|
332
|
+
"customactionspanel.CustomActions": "Acciones personalizadas",
|
|
333
|
+
"customactionspanel.action": "acción",
|
|
334
|
+
"customactionspanel.enabled": "activado",
|
|
335
|
+
"customactionspanel.NewCustomAction": "+ Nueva acción personalizada",
|
|
336
|
+
"customactionspanel.LoadingYourActions": "Cargando tus acciones...",
|
|
337
|
+
"customactionspanel.SearchByNameDesc": "Busca por nombre, descripción, alias...",
|
|
338
|
+
"customactionspanel.EditAction": "Editar acción",
|
|
339
|
+
"customactionspanel.DeleteAction": "Eliminar acción",
|
|
340
|
+
"customactionsview.LoadingActions": "Cargando acciones...",
|
|
341
|
+
"customactionsview.Export": "Exportar",
|
|
342
|
+
"customactionsview.CreateAction": "Crear acción",
|
|
343
|
+
"customactionsview.parameter": "parámetro",
|
|
344
|
+
"customactionsview.Enabled": "Activado",
|
|
345
|
+
"customactionsview.SearchActionsByNa": "Buscar acciones por nombre o descripción...",
|
|
346
|
+
"databasepageview.Databases": "Bases de datos",
|
|
347
|
+
"databasepageview.BrowseAndQueryAge": "Explora y consulta datos del agente, recursos multimedia y vectores.",
|
|
348
|
+
"databasepageview.Tables": "Tablas",
|
|
349
|
+
"databasepageview.Media": "Media",
|
|
350
|
+
"databasepageview.Vectors": "Vectores",
|
|
351
|
+
"databaseview.CellValue": "Valor de celda",
|
|
352
|
+
"databaseview.NULL": "NULO",
|
|
353
|
+
"databaseview.row": "fila",
|
|
354
|
+
"databaseview.Prev": "Anterior",
|
|
355
|
+
"databaseview.Next": "Próximo",
|
|
356
|
+
"databaseview.TableEditor": "Editor de tablas",
|
|
357
|
+
"databaseview.SQLEditor": "Editor SQL",
|
|
358
|
+
"databaseview.Refresh": "Actualizar",
|
|
359
|
+
"databaseview.SelectATable": "Selecciona una tabla",
|
|
360
|
+
"databaseview.ChooseATableFrom": "Elige una tabla de la barra lateral",
|
|
361
|
+
"databaseview.Tables": "Tablas",
|
|
362
|
+
"databaseview.tables": "tablas",
|
|
363
|
+
"databaseview.Connecting": "Conectando...",
|
|
364
|
+
"databaseview.DatabaseNotAvailab": "Base de datos no disponible",
|
|
365
|
+
"databaseview.TheDatabaseViewer": "El visor de base de datos solo está disponible cuando el runtime local del agente está en ejecución.",
|
|
366
|
+
"databaseview.FilterTables": "Filtrar tablas...",
|
|
367
|
+
"databaseview.Loading": "Cargando...",
|
|
368
|
+
"databaseview.showSidebar": "Mostrar barra lateral",
|
|
369
|
+
"databaseview.hideSidebar": "Ocultar barra lateral",
|
|
370
|
+
"databaseview.columns": "columnas",
|
|
371
|
+
"databaseview.TableIsEmpty": "La tabla está vacía",
|
|
372
|
+
"databaseview.SELECTFROMMemori": "SELECT * FROM memories LIMIT 100;",
|
|
373
|
+
"databaseview.runQuery": "Ejecutar consulta",
|
|
374
|
+
"databaseview.Enter": "Enter",
|
|
375
|
+
"databaseview.RecentQueries": "Consultas recientes",
|
|
376
|
+
"databaseview.QueryReturnedNoRo": "La consulta no devolvió filas",
|
|
377
|
+
"emotepicker.Emotes": "Emoticones",
|
|
378
|
+
"emotepicker.NoEmotesFound": "No se encontraron gestos",
|
|
379
|
+
"emotepicker.SearchEmotes": "Buscar gestos...",
|
|
380
|
+
"finetuningview.LoadingFineTuning": "Cargando espacio de trabajo de ajuste fino...",
|
|
381
|
+
"finetuningview.FineTuning": "Sintonia FINA",
|
|
382
|
+
"finetuningview.BuildDatasetsFrom": "Cree conjuntos de datos a partir de trayectorias reales, ejecute trabajos de capacitación y luego\n importar y activar modelos.",
|
|
383
|
+
"finetuningview.RefreshAll": "Actualizar todo",
|
|
384
|
+
"finetuningview.Status": "Estado",
|
|
385
|
+
"finetuningview.Runtime": "Tiempo de ejecución:",
|
|
386
|
+
"finetuningview.RunningJobs": "Trabajos en ejecución:",
|
|
387
|
+
"finetuningview.QueuedJobs": "Trabajos en cola:",
|
|
388
|
+
"finetuningview.Datasets": "Conjuntos de datos:",
|
|
389
|
+
"finetuningview.Models": "Modelos:",
|
|
390
|
+
"finetuningview.FailedJobs": "Trabajos fallidos:",
|
|
391
|
+
"finetuningview.Trajectories": "Trayectorias",
|
|
392
|
+
"finetuningview.trajectoryRowsAvai": "filas de trayectoria disponibles.",
|
|
393
|
+
"finetuningview.LatestTrajectories": "Últimas trayectorias",
|
|
394
|
+
"finetuningview.NoTrajectoriesFoun": "Aún no se han encontrado trayectorias.",
|
|
395
|
+
"finetuningview.Calls": "Llamadas:",
|
|
396
|
+
"finetuningview.Reward": "· Premio:",
|
|
397
|
+
"finetuningview.SelectedTrajectory": "Trayectoria seleccionada",
|
|
398
|
+
"finetuningview.LoadingTrajectoryD": "Cargando detalle de trayectoria...",
|
|
399
|
+
"finetuningview.ChooseATrajectory": "Elija una trayectoria para inspeccionar.",
|
|
400
|
+
"finetuningview.Trajectory": "Trayectoria:",
|
|
401
|
+
"finetuningview.Agent": "Agente:",
|
|
402
|
+
"finetuningview.Reward1": "Premio:",
|
|
403
|
+
"finetuningview.Datasets1": "Conjuntos de datos",
|
|
404
|
+
"finetuningview.RefreshDatasets": "Actualizar conjuntos de datos",
|
|
405
|
+
"finetuningview.NoDatasetsYet": "Aún no hay conjuntos de datos.",
|
|
406
|
+
"finetuningview.samples": "muestras ·",
|
|
407
|
+
"finetuningview.trajectories": "trayectorias",
|
|
408
|
+
"finetuningview.TrainingJobs": "Trabajos de formación",
|
|
409
|
+
"finetuningview.AutoBuildDatasetF": "Conjunto de datos de creación automática a partir de trayectorias",
|
|
410
|
+
"finetuningview.cpu": "CPU",
|
|
411
|
+
"finetuningview.mlx": "mlx",
|
|
412
|
+
"finetuningview.cuda": "cuda",
|
|
413
|
+
"finetuningview.RefreshJobs": "Actualizar trabajos",
|
|
414
|
+
"finetuningview.ActiveJob": "Trabajo activo:",
|
|
415
|
+
"finetuningview.NoJobsYet": "Aún no hay trabajos.",
|
|
416
|
+
"finetuningview.SelectedJobLogs": "Registros de trabajos seleccionados",
|
|
417
|
+
"finetuningview.SelectAJobToInsp": "Seleccione un trabajo para inspeccionar los registros.",
|
|
418
|
+
"finetuningview.Status1": "Estado:",
|
|
419
|
+
"finetuningview.Dataset": "Conjunto de datos:",
|
|
420
|
+
"finetuningview.TrainedModels": "Modelos entrenados",
|
|
421
|
+
"finetuningview.NoTrainedModelsYe": "Aún no hay modelos entrenados.",
|
|
422
|
+
"finetuningview.backend": "back-end:",
|
|
423
|
+
"finetuningview.benchmark": "punto de referencia:",
|
|
424
|
+
"finetuningview.ModelActions": "Acciones modelo",
|
|
425
|
+
"finetuningview.SelectAModelToIm": "Seleccione un modelo para importar o activar.",
|
|
426
|
+
"finetuningview.Model": "Modelo:",
|
|
427
|
+
"finetuningview.AdapterPath": "Ruta del adaptador:",
|
|
428
|
+
"finetuningview.LiveTrainingEvents": "Eventos de capacitación en vivo",
|
|
429
|
+
"finetuningview.NoLiveEventsYet": "Aún no hay eventos en vivo. Inicie un trabajo para transmitir el progreso aquí.",
|
|
430
|
+
"finetuningview.LimitTrajectories": "Limitar trayectorias (por ejemplo, 250)",
|
|
431
|
+
"finetuningview.MinLLMCallsPerTr": "Llamadas mínimas de LLM por trayectoria",
|
|
432
|
+
"finetuningview.BaseModelOptional": "Modelo base (opcional)",
|
|
433
|
+
"finetuningview.IterationsOptional": "Iteraciones (opcional)",
|
|
434
|
+
"finetuningview.BatchSizeOptional": "Tamaño de lote (opcional)",
|
|
435
|
+
"finetuningview.LearningRateOptio": "Tasa de aprendizaje (opcional)",
|
|
436
|
+
"finetuningview.OllamaModelNameO": "Nombre del modelo Ollama (opcional)",
|
|
437
|
+
"finetuningview.BaseModelForOllam": "Modelo base para Ollama (opcional)",
|
|
438
|
+
"finetuningview.OllamaURL": "URL de Ollama",
|
|
439
|
+
"finetuningview.ProviderModelEG": "Modelo de proveedor (por ejemplo, \"ollama/my-model\")",
|
|
440
|
+
"gameviewoverlay.Expand": "Expandir",
|
|
441
|
+
"gameviewoverlay.ExpandBackToApps": "Expandir nuevamente a la pestaña Aplicaciones",
|
|
442
|
+
"gameviewoverlay.CloseOverlay": "Cerrar superposición",
|
|
443
|
+
"header.Cloud": "Nube",
|
|
444
|
+
"header.CloudCreditsBalanc": "Saldo de créditos en la nube",
|
|
445
|
+
"knowledgeview.Documents": "Documentos",
|
|
446
|
+
"knowledgeview.ChooseFiles": "Elija archivos",
|
|
447
|
+
"knowledgeview.ChooseFolder": "Elegir carpeta",
|
|
448
|
+
"knowledgeview.AddFromURL": "Agregar desde URL",
|
|
449
|
+
"knowledgeview.IncludeAIImageDes": "Procesar imágenes",
|
|
450
|
+
"knowledgeview.PasteAURLToImpor": "Pegue una URL para importar contenido. Los enlaces de YouTube serán\n transcrito automáticamente.",
|
|
451
|
+
"knowledgeview.Import": "Importar",
|
|
452
|
+
"knowledgeview.SearchResults": "Resultados de la búsqueda (",
|
|
453
|
+
"knowledgeview.Clear": "Limpiar",
|
|
454
|
+
"knowledgeview.Match": "% fósforo",
|
|
455
|
+
"knowledgeview.NoResultsFound": "No se encontraron resultados",
|
|
456
|
+
"knowledgeview.YouTube": "YouTube",
|
|
457
|
+
"knowledgeview.URL": "URL",
|
|
458
|
+
"knowledgeview.Loading": "Cargando...",
|
|
459
|
+
"knowledgeview.Type": "Tipo:",
|
|
460
|
+
"knowledgeview.Source": "Fuente:",
|
|
461
|
+
"knowledgeview.Fragments1": "Fragmentos (",
|
|
462
|
+
"knowledgeview.Fragment": "Fragmento",
|
|
463
|
+
"knowledgeview.Position": "Posición:",
|
|
464
|
+
"knowledgeview.NoFragmentsFound": "No se encontraron fragmentos",
|
|
465
|
+
"knowledgeview.KnowledgeServiceIs": "El servicio de conocimiento se está cargando...",
|
|
466
|
+
"knowledgeview.LoadingDocuments": "Cargando documentos...",
|
|
467
|
+
"knowledgeview.NoDocumentsYet": "Aún no hay documentos",
|
|
468
|
+
"knowledgeview.UploadFilesOrImpo": "Cargue archivos o importe desde URL para comenzar",
|
|
469
|
+
"knowledgeview.httpsExampleCom": "https://example.com/document.pdf o URL de YouTube",
|
|
470
|
+
"lifomonitorpanel.LifoComputerUseSu": "Superficie de uso informático Lifo",
|
|
471
|
+
"lifomonitorpanel.WatchOnlyDesktopM": "Espejo de escritorio de solo visualización de lo que está haciendo el agente autónomo.",
|
|
472
|
+
"lifomonitorpanel.WaitingForSandbox": "Esperando marcos de pantalla sandbox...",
|
|
473
|
+
"lifomonitorpanel.BrowserSandboxCo": "Navegador + Contexto Sandbox",
|
|
474
|
+
"lifomonitorpanel.AgentControlsBrows": "El agente controla el navegador/herramientas informáticas; este panel refleja el estado.",
|
|
475
|
+
"lifomonitorpanel.LiveSurface": "Superficie viva",
|
|
476
|
+
"lifomonitorpanel.CDPEndpoint": "Punto final CDP",
|
|
477
|
+
"lifomonitorpanel.WSEndpoint": "Punto final de WS",
|
|
478
|
+
"lifomonitorpanel.noVNCEndpoint": "Punto final noVNC",
|
|
479
|
+
"lifomonitorpanel.VisibleWindows": "Ventanas visibles (",
|
|
480
|
+
"lifomonitorpanel.NoActiveWindowsRe": "No se informaron ventanas activas.",
|
|
481
|
+
"lifomonitorpanel.SandboxLiveNoVNCS": "Superficie sandbox live noVNC",
|
|
482
|
+
"lifosandboxview.Reset": "Reiniciar",
|
|
483
|
+
"lifosandboxview.AgentCommandsRepla": "Comandos del agente reproducidos:",
|
|
484
|
+
"lifosandboxview.Explorer": "Explorador",
|
|
485
|
+
"lifosandboxview.Terminal": "Terminal",
|
|
486
|
+
"lifosandboxview.AgentReplayLog": "Registro de reproducción del agente",
|
|
487
|
+
"logspageview.AgentRuntimeLogsW": "Registros de tiempo de ejecución del agente con filtrado.",
|
|
488
|
+
"logsview.AllLevels": "Todos los niveles",
|
|
489
|
+
"logsview.Debug": "Depurar",
|
|
490
|
+
"logsview.Info": "Información",
|
|
491
|
+
"logsview.Warn": "Advertir",
|
|
492
|
+
"logsview.Error": "Error",
|
|
493
|
+
"logsview.AllSources": "Todas las fuentes",
|
|
494
|
+
"logsview.AllTags": "Todas las etiquetas",
|
|
495
|
+
"logsview.ClearFilters": "Limpiar filtros",
|
|
496
|
+
"logsview.NoLogEntries": "Sin entradas de registro",
|
|
497
|
+
"logsview.SearchLogs": "Buscar registros...",
|
|
498
|
+
"mediasettingssection.LoadingMediaConfig": "Cargando configuración de medios...",
|
|
499
|
+
"mediasettingssection.APISource": "Fuente API:",
|
|
500
|
+
"mediasettingssection.Provider": "Proveedor:",
|
|
501
|
+
"mediasettingssection.Model": "Modelo",
|
|
502
|
+
"mediasettingssection.FluxPro": "Flux Pro",
|
|
503
|
+
"mediasettingssection.FluxProV11": "Flux Pro v1.1",
|
|
504
|
+
"mediasettingssection.FluxKontextPro": "Flux Kontext Pro",
|
|
505
|
+
"mediasettingssection.Flux2Flex": "Flux 2 Flex",
|
|
506
|
+
"mediasettingssection.FluxDev": "Flux Dev",
|
|
507
|
+
"mediasettingssection.FluxSchnell": "Flux Schnell",
|
|
508
|
+
"mediasettingssection.FastFlux": "Fast Flux",
|
|
509
|
+
"mediasettingssection.NanoBananaProGoo": "Nano Banana Pro (Google)",
|
|
510
|
+
"mediasettingssection.RecraftV3": "Recraft V3",
|
|
511
|
+
"mediasettingssection.KlingImageV3": "Imagen Kling v3",
|
|
512
|
+
"mediasettingssection.KlingImageO3": "Imagen Kling O3",
|
|
513
|
+
"mediasettingssection.GrokImagineXAI": "Grok Imagine (xAI)",
|
|
514
|
+
"mediasettingssection.StableDiffusion3": "Stable Diffusion 3",
|
|
515
|
+
"mediasettingssection.DALLE3": "DALL-E 3",
|
|
516
|
+
"mediasettingssection.DALLE2": "DALL-E 2",
|
|
517
|
+
"mediasettingssection.Quality": "Calidad",
|
|
518
|
+
"mediasettingssection.Standard": "Estándar",
|
|
519
|
+
"mediasettingssection.Veo31Google": "Veo 3.1 (Google)",
|
|
520
|
+
"mediasettingssection.Veo31Fast": "Veo 3.1 Rápido",
|
|
521
|
+
"mediasettingssection.Sora2": "sora 2",
|
|
522
|
+
"mediasettingssection.Sora2Pro": "Sora 2 Pro",
|
|
523
|
+
"mediasettingssection.Kling30Pro": "Kling 3.0 Pro",
|
|
524
|
+
"mediasettingssection.Kling30": "kling 3.0",
|
|
525
|
+
"mediasettingssection.KlingO3Pro": "Kling O3 Pro",
|
|
526
|
+
"mediasettingssection.KlingO3": "Kling O3",
|
|
527
|
+
"mediasettingssection.GrokVideoXAI": "Grok Video (xAI)",
|
|
528
|
+
"mediasettingssection.MinimaxHailuo": "Minimax Hailuo",
|
|
529
|
+
"mediasettingssection.HunyuanVideo": "Hunyuan Video",
|
|
530
|
+
"mediasettingssection.Mochi1": "mochi 1",
|
|
531
|
+
"mediasettingssection.Wan22": "Wan 2.2",
|
|
532
|
+
"mediasettingssection.Veo31": "Veo 3.1",
|
|
533
|
+
"mediasettingssection.GrokXAI": "Grok (xAI)",
|
|
534
|
+
"mediasettingssection.LumaDreamMachine": "Luma Dream Machine",
|
|
535
|
+
"mediasettingssection.PixverseV45": "Pixverse v4.5",
|
|
536
|
+
"mediasettingssection.LTX219B": "LTX-2 19B",
|
|
537
|
+
"mediasettingssection.ChirpV35": "Chirp v3.5",
|
|
538
|
+
"mediasettingssection.ChirpV3": "Chirp v3",
|
|
539
|
+
"mediasettingssection.MaxDurationSecond": "Duración máxima (segundos)",
|
|
540
|
+
"mediasettingssection.GPT4o": "GPT-4o",
|
|
541
|
+
"mediasettingssection.GPT4oMini": "GPT-4o Mini",
|
|
542
|
+
"mediasettingssection.GPT4Turbo": "GPT-4 Turbo",
|
|
543
|
+
"mediasettingssection.Gemini20Flash": "Gemini 2.0 Flash",
|
|
544
|
+
"mediasettingssection.Gemini15Pro": "Gemini 1.5 Pro",
|
|
545
|
+
"mediasettingssection.Gemini15Flash": "Gemini 1.5 Flash",
|
|
546
|
+
"mediasettingssection.ClaudeSonnet4": "Claude Sonnet 4",
|
|
547
|
+
"mediasettingssection.Claude35Sonnet": "Claude 3.5 Sonnet",
|
|
548
|
+
"mediasettingssection.Claude3Haiku": "Claude 3 Haiku",
|
|
549
|
+
"mediasettingssection.Flux": "Flux",
|
|
550
|
+
"mediasettingssection.OtherModels": "Otros modelos",
|
|
551
|
+
"mediasettingssection.TextToVideo": "Texto a vídeo",
|
|
552
|
+
"mediasettingssection.ImageToVideo": "Imagen a vídeo",
|
|
553
|
+
"messagecontent.Enabled": "- activado",
|
|
554
|
+
"messagecontent.configuration": "configuración...",
|
|
555
|
+
"messagecontent.Plugin": "Complemento \"",
|
|
556
|
+
"messagecontent.NotFound": "\" extraviado.",
|
|
557
|
+
"messagecontent.Configuration": "Configuración",
|
|
558
|
+
"messagecontent.Configured": "Configurado",
|
|
559
|
+
"messagecontent.NoConfigurablePara": "Sin parámetros configurables.",
|
|
560
|
+
"messagecontent.Saved": "Guardado",
|
|
561
|
+
"messagecontent.InteractiveUI": "Interfaz de usuario interactiva",
|
|
562
|
+
"pairingview.PairingRequired": "Se requiere emparejamiento",
|
|
563
|
+
"pairingview.EnterThePairingCo": "Ingrese el código de emparejamiento de los registros del servidor para autenticarse.",
|
|
564
|
+
"pairingview.PairingCode": "Código de emparejamiento",
|
|
565
|
+
"pairingview.PairingIsNotEnabl": "El emparejamiento no está habilitado en este servidor.",
|
|
566
|
+
"pairingview.NextSteps": "Próximos pasos:",
|
|
567
|
+
"pairingview.AskTheServerOwner": "Pídale al propietario del servidor un token API.",
|
|
568
|
+
"pairingview.EnablePairingOnTh": "Habilite el emparejamiento en el servidor y reinicie Milady.",
|
|
569
|
+
"pairingview.PairingSetupDocs": "Documentos de configuración de emparejamiento",
|
|
570
|
+
"pairingview.EnterPairingCode": "Introduce el código de emparejamiento",
|
|
571
|
+
"permissionssection.Request": "Pedido",
|
|
572
|
+
"permissionssection.MissingPermissions": "Permisos faltantes",
|
|
573
|
+
"permissionssection.LoadingPermissions": "Cargando permisos...",
|
|
574
|
+
"permissionssection.SystemPermissions": "Permisos del sistema",
|
|
575
|
+
"permissionssection.Continue": "Continuar",
|
|
576
|
+
"permissionssection.Grant": "Conceder",
|
|
577
|
+
"permissionssection.SkipForNow": "Saltar por ahora",
|
|
578
|
+
"pluginsview.TestConnection": "Conexión de prueba",
|
|
579
|
+
"pluginsview.AddPlugin": "+ Agregar complemento",
|
|
580
|
+
"pluginsview.ApplyingPluginChan": "Aplicando el cambio del complemento y esperando que se reinicie el agente...",
|
|
581
|
+
"restartbanner.Later": "Más tarde",
|
|
582
|
+
"runtimeview.none": "ninguno",
|
|
583
|
+
"runtimeview.Services": "Servicios (",
|
|
584
|
+
"runtimeview.types": "tipos)",
|
|
585
|
+
"runtimeview.depth": "profundidad",
|
|
586
|
+
"runtimeview.arrayCap": "tapa de matriz",
|
|
587
|
+
"runtimeview.objectCap": "tapa de objeto",
|
|
588
|
+
"runtimeview.Collapse": "Colapsar",
|
|
589
|
+
"runtimeview.ExpandTop": "Expandir arriba",
|
|
590
|
+
"runtimeview.Summary": "Resumen",
|
|
591
|
+
"runtimeview.runtime": "tiempo de ejecución:",
|
|
592
|
+
"runtimeview.agent": "agente:",
|
|
593
|
+
"runtimeview.state": "estado:",
|
|
594
|
+
"runtimeview.model": "modelo:",
|
|
595
|
+
"runtimeview.plugins": "complementos:",
|
|
596
|
+
"runtimeview.actions": "acciones:",
|
|
597
|
+
"runtimeview.providers": "proveedores:",
|
|
598
|
+
"runtimeview.evaluators": "evaluadores:",
|
|
599
|
+
"runtimeview.services": "servicios:",
|
|
600
|
+
"runtimeview.AgentRuntimeIsNot": "El tiempo de ejecución del agente no se está ejecutando. Inicie el tiempo de ejecución y actualice.",
|
|
601
|
+
"runtimeview.Plugins": "Complementos",
|
|
602
|
+
"runtimeview.Actions": "Acciones",
|
|
603
|
+
"runtimeview.Providers": "Proveedores",
|
|
604
|
+
"runtimeview.Evaluators": "Evaluadores",
|
|
605
|
+
"savecommandmodal.SaveAsCommand": "Guardar como /Comando",
|
|
606
|
+
"savecommandmodal.CommandName": "Nombre del comando",
|
|
607
|
+
"savecommandmodal.Preview": "Vista previa",
|
|
608
|
+
"savecommandmodal.Save": "Guardar",
|
|
609
|
+
"savecommandmodal.myCommand": "mi-comando",
|
|
610
|
+
"secretsview.LoadingSecrets": "Cargando secretos...",
|
|
611
|
+
"secretsview.ManageAPIKeysAnd": "Administre claves y credenciales API. Agregue secretos de sus complementos, configure\n ellos una vez.",
|
|
612
|
+
"secretsview.AddSecret": "+ Agregar secreto",
|
|
613
|
+
"secretsview.YourVaultIsEmpty": "Tu bóveda está vacía. Haga clic en \"Agregar secreto\" para elegir qué claves API desea\n gestionar aquí.",
|
|
614
|
+
"secretsview.AddSecretsToVault": "Agregar secretos a la bóveda",
|
|
615
|
+
"secretsview.Add": "Agregar",
|
|
616
|
+
"secretsview.Required": "Requerido",
|
|
617
|
+
"secretsview.SearchByKeyDescr": "Buscar por clave, descripción o nombre del complemento...",
|
|
618
|
+
"secretsview.RemoveFromVault": "Quitar de la bóveda",
|
|
619
|
+
"settingsview.Password": "Contraseña",
|
|
620
|
+
"settingsview.IncludeRecentLogs": "Incluir registros recientes en la copia de seguridad",
|
|
621
|
+
"settingsview.BackupFile": "Archivo de copia de seguridad",
|
|
622
|
+
"settingsview.EnterExportPasswor": "Introduzca la contraseña de exportación",
|
|
623
|
+
"settingsview.EnterImportPasswor": "Ingrese la contraseña de importación",
|
|
624
|
+
"shortcutsoverlay.KeyboardShortcuts": "Atajos de teclado",
|
|
625
|
+
"skillsview.ReviewFindings": "Revisar los hallazgos",
|
|
626
|
+
"skillsview.ScanReport": "Informe de escaneo",
|
|
627
|
+
"skillsview.critical": "crítico",
|
|
628
|
+
"skillsview.warnings": "advertencias",
|
|
629
|
+
"skillsview.AcknowledgeAmpEn": "Reconocer y habilitar",
|
|
630
|
+
"skillsview.Dismiss": "Cerrar",
|
|
631
|
+
"skillsview.LoadingScanReport": "Cargando informe de escaneo...",
|
|
632
|
+
"skillsview.score": "puntaje:",
|
|
633
|
+
"skillsview.result": "resultado",
|
|
634
|
+
"skillsview.CreateNewSkill": "Crear nueva habilidad",
|
|
635
|
+
"skillsview.SkillName": "Nombre de la habilidad",
|
|
636
|
+
"skillsview.Description": "Descripción",
|
|
637
|
+
"skillsview.SKILLMd": "HABILIDAD.md",
|
|
638
|
+
"skillsview.unsaved": "sin guardar",
|
|
639
|
+
"skillsview.toSave": "guardar",
|
|
640
|
+
"skillsview.LoadingSkillSource": "Cargando fuente de habilidades...",
|
|
641
|
+
"skillsview.eGMyAwesomeSkil": "p.ej. mi-habilidad-increíble",
|
|
642
|
+
"skillsview.BriefDescriptionOf": "Breve descripción de lo que hace esta habilidad (opcional)",
|
|
643
|
+
"startupfailureview.StartupFailed": "El inicio falló:",
|
|
644
|
+
"startupfailureview.ThisOriginDoesNot": "Este origen no aloja el backend del agente.",
|
|
645
|
+
"startupfailureview.RetryStartup": "Reintentar inicio",
|
|
646
|
+
"startupfailureview.OpenApp": "Abrir aplicación",
|
|
647
|
+
"streamview.StreamingUnavailabl": "Transmisión no disponible",
|
|
648
|
+
"streamview.EnableTheStreaming": "Habilite el complemento de transmisión para que se publique",
|
|
649
|
+
"streamview.MiladyCouldNotRea": "Milady no pudo alcanzar las rutas de transmisión locales para esto.\n ver. Instalar y habilitar el",
|
|
650
|
+
"streamview.streamingBase": "base de transmisión",
|
|
651
|
+
"streamview.pluginThenReload": "complemento, luego vuelva a cargar la pestaña Stream.",
|
|
652
|
+
"streamview.IfThePluginIsAlr": "Si el complemento ya está instalado, reinicie la aplicación de escritorio o\n Servidor API e inténtelo de nuevo.",
|
|
653
|
+
"streamview.Game": "Juego",
|
|
654
|
+
"subscriptionstatus.ClaudeSubscription": "Las credenciales de suscripción de Claude están caducadas o no son válidas. Reconectar\n para continuar.",
|
|
655
|
+
"subscriptionstatus.SetupToken": "Setup Token",
|
|
656
|
+
"subscriptionstatus.OAuthLogin": "Iniciar sesión OAuth",
|
|
657
|
+
"subscriptionstatus.SavingAmpRestart": "Guardando y reiniciando...",
|
|
658
|
+
"subscriptionstatus.YourClaudeSubscrip": "Tu suscripción a Claude está vinculada. Desconéctese para cambiar de cuenta.",
|
|
659
|
+
"subscriptionstatus.RequiresClaudePro": "Requiere Claude Pro ($20/mes) o Max ($100/mes).",
|
|
660
|
+
"subscriptionstatus.AfterLoggingInCo": "Después de iniciar sesión, copie el código de autorización de Anthropic y\n pégalo a continuación.",
|
|
661
|
+
"subscriptionstatus.ChatGPTSubscription": "Las credenciales de suscripción a ChatGPT están caducadas o no son válidas. Reconectar\n para continuar.",
|
|
662
|
+
"subscriptionstatus.YourChatGPTSubscri": "Tu suscripción a ChatGPT está vinculada. Desconectar para cambiar\n cuentas.",
|
|
663
|
+
"subscriptionstatus.LoginWithOpenAI": "Iniciar sesión con OpenAI",
|
|
664
|
+
"subscriptionstatus.RequiresChatGPTPlu": "Requiere ChatGPT Plus ($20/mes) o Pro ($200/mes).",
|
|
665
|
+
"subscriptionstatus.AfterLoggingInYo": "Después de iniciar sesión, serás redirigido a una página que no se carga.\n (comienza con",
|
|
666
|
+
"subscriptionstatus.localhost1455": "localhost:1455",
|
|
667
|
+
"subscriptionstatus.CopyTheEntireU": "). Copie la URL completa y péguela a continuación.",
|
|
668
|
+
"subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
|
|
669
|
+
"subscriptionstatus.PasteTheAuthorizat": "Pegue el código de autorización aquí...",
|
|
670
|
+
"subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
|
|
671
|
+
"trajectoriesview.Total": "Total:",
|
|
672
|
+
"trajectoriesview.LLMCalls": "Llamadas LLM:",
|
|
673
|
+
"trajectoriesview.Tokens": "Tokens:",
|
|
674
|
+
"trajectoriesview.AvgDuration": "Duración promedio:",
|
|
675
|
+
"trajectoriesview.Logging": "Registro:",
|
|
676
|
+
"trajectoriesview.AllStatuses": "Todos los estados",
|
|
677
|
+
"trajectoriesview.Completed": "Completado",
|
|
678
|
+
"trajectoriesview.JSONWithPrompts": "JSON (con indicaciones)",
|
|
679
|
+
"trajectoriesview.JSONRedacted": "JSON (redactado)",
|
|
680
|
+
"trajectoriesview.CSVSummaryOnly": "CSV (solo resumen)",
|
|
681
|
+
"trajectoriesview.ZIPFolders": "ZIP (carpetas)",
|
|
682
|
+
"trajectoriesview.LoadingTrajectories": "Cargando trayectorias...",
|
|
683
|
+
"trajectoriesview.NoTrajectories": "Sin trayectorias",
|
|
684
|
+
"trajectoriesview.NoTrajectoriesMatchingFilters": "Ninguna trayectoria coincide con los filtros actuales.",
|
|
685
|
+
"trajectoriesview.NoTrajectoriesYet": "Aún no hay trayectorias.",
|
|
686
|
+
"trajectoriesview.LoggingHelp": "El registro se inicia DESACTIVADO en producción y ACTIVADO en desarrollo. Usa el botón para cambiarlo.",
|
|
687
|
+
"trajectoriesview.FailedToLoad": "No se pudieron cargar las trayectorias",
|
|
688
|
+
"trajectoriesview.FailedToUpdateConfig": "No se pudo actualizar la configuración del registro",
|
|
689
|
+
"trajectoriesview.FailedToExport": "No se pudieron exportar las trayectorias",
|
|
690
|
+
"trajectoriesview.FailedToClear": "No se pudieron borrar las trayectorias",
|
|
691
|
+
"trajectoriesview.DeleteAllTitle": "Borrar todas las trayectorias",
|
|
692
|
+
"trajectoriesview.DeleteAllMessage": "¿Seguro que quieres borrar todas las trayectorias?",
|
|
693
|
+
"trajectoriesview.DeleteAllDetail": "Esta acción no se puede deshacer.",
|
|
694
|
+
"trajectoriesview.Time": "Tiempo",
|
|
695
|
+
"trajectoriesview.Source": "Fuente",
|
|
696
|
+
"trajectoriesview.Calls": "Llamadas",
|
|
697
|
+
"trajectoriesview.Tokens1": "Tokens",
|
|
698
|
+
"trajectoriesview.Duration": "Duración",
|
|
699
|
+
"trajectoriesview.Showing": "Mostrando",
|
|
700
|
+
"trajectoriesview.ShowingRange": "Mostrando {{start}}-{{end}} de {{total}}",
|
|
701
|
+
"trajectoriesview.Search": "Buscar...",
|
|
702
|
+
"trajectorydetailview.lines": "líneas",
|
|
703
|
+
"trajectorydetailview.Copy": "Copiar",
|
|
704
|
+
"trajectorydetailview.EstCost": "Est. costo:",
|
|
705
|
+
"trajectorydetailview.Temp": "Temperatura:",
|
|
706
|
+
"trajectorydetailview.Max": "Máximo:",
|
|
707
|
+
"trajectorydetailview.SystemPrompt": "Aviso del sistema (",
|
|
708
|
+
"trajectorydetailview.chars": "caracteres)",
|
|
709
|
+
"trajectorydetailview.LoadingTrajectory": "Cargando trayectoria...",
|
|
710
|
+
"trajectorydetailview.GoBack": "Volver",
|
|
711
|
+
"trajectorydetailview.TrajectoryNotFound": "Trayectoria no encontrada",
|
|
712
|
+
"trajectorydetailview.Back": "← Volver",
|
|
713
|
+
"trajectorydetailview.TrajectoryDetail": "Detalle de trayectoria",
|
|
714
|
+
"trajectorydetailview.Time": "Tiempo:",
|
|
715
|
+
"trajectorydetailview.Source": "Fuente:",
|
|
716
|
+
"trajectorydetailview.Duration": "Duración:",
|
|
717
|
+
"trajectorydetailview.TotalTokens": "Tokens totales:",
|
|
718
|
+
"trajectorydetailview.NoLLMCallsRecorde": "No se registraron llamadas de LLM para esta trayectoria.",
|
|
719
|
+
"trajectorydetailview.CopyToClipboard": "Copiar al portapapeles",
|
|
720
|
+
"trajectorydetailview.System": "Sistema",
|
|
721
|
+
"trajectorydetailview.InputUser": "Entrada (Usuario)",
|
|
722
|
+
"trajectorydetailview.OutputResponse": "Salida (respuesta)",
|
|
723
|
+
"triggersview.TriggersScheduleAu": "Los heartbeats programan instrucciones autónomas para el agente. Cada heartbeat\n puede ejecutarse en un intervalo, una marca de tiempo única o una programación cron; cuando\n se activa, la instrucción se inyecta en autonomía y el resultado\n se registra a continuación.",
|
|
724
|
+
"triggersview.TriggerHealth": "Salud del heartbeat",
|
|
725
|
+
"triggersview.NoHealthDataYet": "Aún no hay datos de salud: los heartbeats informarán aquí después de la primera\n ejecución.",
|
|
726
|
+
"triggersview.Name": "Nombre",
|
|
727
|
+
"triggersview.Instructions": "Instrucciones",
|
|
728
|
+
"triggersview.ScheduleType": "Tipo de horario",
|
|
729
|
+
"triggersview.RepeatingInterval": "Intervalo de repetición",
|
|
730
|
+
"triggersview.OneTime": "una sola vez",
|
|
731
|
+
"triggersview.CronSchedule": "Horario cron",
|
|
732
|
+
"triggersview.WakeMode": "Modo despertar",
|
|
733
|
+
"triggersview.InjectAmpWakeIm": "Inyecte y despierte inmediatamente",
|
|
734
|
+
"triggersview.QueueForNextCycle": "Cola para el próximo ciclo",
|
|
735
|
+
"triggersview.MaxRunsOptional": "Carreras máximas (opcional)",
|
|
736
|
+
"triggersview.IntervalMs": "Intervalo (ms) —",
|
|
737
|
+
"triggersview.ScheduledTimeISO": "Hora programada (ISO)",
|
|
738
|
+
"triggersview.CronExpression5F": "Expresión cron (5 campos)",
|
|
739
|
+
"triggersview.minuteHourDayMont": "minuto hora día mes día laborable — p.e. \"0 9 * * 1-5\" = días laborables a las\n 9 a.m.",
|
|
740
|
+
"triggersview.StartEnabled": "Inicio habilitado",
|
|
741
|
+
"triggersview.NoTriggersConfigur": "Todavía no hay heartbeats configurados",
|
|
742
|
+
"triggersview.CreateOneAboveTo": "Cree uno arriba para programar tareas de agentes autónomos",
|
|
743
|
+
"triggersview.Edit": "Editar",
|
|
744
|
+
"triggersview.RunNow": "Ejecutar ahora",
|
|
745
|
+
"triggersview.Delete": "Borrar",
|
|
746
|
+
"triggersview.LastRun": "última ejecución",
|
|
747
|
+
"triggersview.RunHistory": "Historial de ejecución",
|
|
748
|
+
"triggersview.NoRunsRecordedYet": "Aún no se han registrado carreras.",
|
|
749
|
+
"triggersview.Disabled": "Desactivado",
|
|
750
|
+
"triggersview.Executions": "Ejecuciones",
|
|
751
|
+
"triggersview.Failures": "Fallos",
|
|
752
|
+
"triggersview.LastExec": "Última ejecución",
|
|
753
|
+
"triggersview.eGDailyDigestH": "p.ej. Resumen diario, control de latidos del corazón",
|
|
754
|
+
"triggersview.WhatShouldTheAgen": "¿Qué debe hacer el agente cuando se activa este disparador?",
|
|
755
|
+
"triggersview.20260215T100000": "2026-02-15T10:00:00.000Z",
|
|
756
|
+
"heartbeatsview.durationUnitSeconds": "segundos",
|
|
757
|
+
"heartbeatsview.durationUnitMinutes": "minutos",
|
|
758
|
+
"heartbeatsview.durationUnitHours": "horas",
|
|
759
|
+
"heartbeatsview.durationUnitDays": "días",
|
|
760
|
+
"heartbeatsview.every": "Cada",
|
|
761
|
+
"heartbeatsview.onceAt": "Una vez a las {{time}}",
|
|
762
|
+
"heartbeatsview.once": "Una vez",
|
|
763
|
+
"heartbeatsview.cronPrefix": "Cron:",
|
|
764
|
+
"heartbeatsview.validationDisplayNameRequired": "El nombre visible es obligatorio.",
|
|
765
|
+
"heartbeatsview.validationInstructionsRequired": "Las instrucciones son obligatorias.",
|
|
766
|
+
"heartbeatsview.validationIntervalPositive": "El intervalo debe ser un número positivo.",
|
|
767
|
+
"heartbeatsview.validationScheduledTimeRequired": "La hora programada es obligatoria para los heartbeats de una sola vez.",
|
|
768
|
+
"heartbeatsview.validationScheduledTimeInvalid": "La hora programada debe ser una fecha y hora ISO válida.",
|
|
769
|
+
"heartbeatsview.validationCronRequired": "La expresión cron es obligatoria.",
|
|
770
|
+
"heartbeatsview.validationCronFiveFields": "La expresión cron debe tener exactamente 5 campos (minuto hora día mes día de la semana).",
|
|
771
|
+
"heartbeatsview.cronFieldMinute": "minuto",
|
|
772
|
+
"heartbeatsview.cronFieldHour": "hora",
|
|
773
|
+
"heartbeatsview.cronFieldDay": "día",
|
|
774
|
+
"heartbeatsview.cronFieldMonth": "mes",
|
|
775
|
+
"heartbeatsview.cronFieldWeekday": "día de la semana",
|
|
776
|
+
"heartbeatsview.validationCronInvalidField": "Campo cron no válido {{field}}: \"{{value}}\"",
|
|
777
|
+
"heartbeatsview.validationMaxRunsPositive": "El máximo de ejecuciones debe ser un entero positivo.",
|
|
778
|
+
"heartbeatsview.deleteTitle": "Eliminar heartbeat",
|
|
779
|
+
"heartbeatsview.deleteMessage": "¿Eliminar \"{{name}}\"?",
|
|
780
|
+
"heartbeatsview.heartbeatSingular": "Heartbeat",
|
|
781
|
+
"heartbeatsview.editTitle": "Editar: {{name}}",
|
|
782
|
+
"heartbeatsview.newHeartbeat": "Nuevo heartbeat",
|
|
783
|
+
"heartbeatsview.emptyStateDescription": "Usa el botón Nuevo heartbeat para crear la primera tarea autónoma recurrente o programada.",
|
|
784
|
+
"heartbeatsview.statusActive": "Activo",
|
|
785
|
+
"heartbeatsview.statusPaused": "Pausado",
|
|
786
|
+
"heartbeatsview.nextInline": "Siguiente {{time}}",
|
|
787
|
+
"heartbeatsview.runCountSingle": "{{count}} ejecución",
|
|
788
|
+
"heartbeatsview.runCountPlural": "{{count}} ejecuciones",
|
|
789
|
+
"heartbeatsview.maxRuns": "Máximo de ejecuciones",
|
|
790
|
+
"heartbeatsview.unlimited": "Ilimitado",
|
|
791
|
+
"heartbeatsview.nextRun": "Próxima ejecución",
|
|
792
|
+
"heartbeatsview.notYetRun": "Aún no se ejecutó",
|
|
793
|
+
"heartbeatsview.notScheduled": "No programado",
|
|
794
|
+
"heartbeatsview.enable": "Activar",
|
|
795
|
+
"heartbeatsview.disable": "Desactivar",
|
|
796
|
+
"heartbeatsview.refresh": "Actualizar",
|
|
797
|
+
"heartbeatsview.loading": "Cargando...",
|
|
798
|
+
"heartbeatsview.editHeartbeat": "Editar heartbeat",
|
|
799
|
+
"heartbeatsview.createHeartbeat": "Crear heartbeat",
|
|
800
|
+
"heartbeatsview.close": "Cerrar",
|
|
801
|
+
"heartbeatsview.interval": "Intervalo",
|
|
802
|
+
"heartbeatsview.saving": "Guardando...",
|
|
803
|
+
"heartbeatsview.saveChanges": "Guardar cambios",
|
|
804
|
+
"heartbeatsview.statusSuccess": "Éxito",
|
|
805
|
+
"heartbeatsview.statusCompleted": "Completado",
|
|
806
|
+
"heartbeatsview.statusSkipped": "Omitido",
|
|
807
|
+
"heartbeatsview.statusQueued": "En cola",
|
|
808
|
+
"heartbeatsview.statusError": "Error",
|
|
809
|
+
"heartbeatsview.statusFailed": "Falló",
|
|
810
|
+
"heartbeatsview.emDash": "—",
|
|
811
|
+
"ui-renderer.Larr": "←",
|
|
812
|
+
"ui-renderer.Rarr": "→",
|
|
813
|
+
"ui-renderer.UnknownComponent": "Componente desconocido:",
|
|
814
|
+
"vectorbrowserview.NotEnoughEmbedding": "No hay suficientes incrustaciones para la vista de gráfico",
|
|
815
|
+
"vectorbrowserview.NeedAtLeast2Memo": "Necesita al menos 2 memorias con datos incorporados. Encontró",
|
|
816
|
+
"vectorbrowserview.vectorsProjectedTo": "vectores proyectados en 2D mediante PCA: haga clic en un punto\n para ver detalles",
|
|
817
|
+
"vectorbrowserview.List": "Lista",
|
|
818
|
+
"vectorbrowserview.DatabaseNotAvailab": "Base de datos no disponible",
|
|
819
|
+
"vectorbrowserview.RetryConnection": "Reintentar conexión",
|
|
820
|
+
"vectorbrowserview.NoMemoriesFound": "No se encontraron recuerdos",
|
|
821
|
+
"voiceconfigview.WakeWord": "Palabra de despertar",
|
|
822
|
+
"voiceconfigview.Triggers": "Desencadenantes",
|
|
823
|
+
"voiceconfigview.PressEnterOrComma": "Presione Entrar o coma para agregar. Se requiere al menos un disparador.",
|
|
824
|
+
"voiceconfigview.WakeSensitivity": "Sensibilidad al despertar",
|
|
825
|
+
"voiceconfigview.LowerMoreSensiti": "Inferior = más sensible (se requiere un espacio más corto después de la palabra de activación)",
|
|
826
|
+
"voiceconfigview.ModelSize": "Tamaño del modelo",
|
|
827
|
+
"voiceconfigview.Microphone": "Micrófono",
|
|
828
|
+
"voiceconfigview.AddTrigger": "Agregar disparador…",
|
|
829
|
+
"whatsappqroverlay.Disconnect": "Desconectar",
|
|
830
|
+
"whatsappqroverlay.TryAgain": "Intentar otra vez",
|
|
831
|
+
"whatsappqroverlay.ScanAQRCodeWith": "Escanea un código QR con tu teléfono para vincular WhatsApp.",
|
|
832
|
+
"whatsappqroverlay.UsesAnUnofficialW": "Utiliza una API de WhatsApp no oficial. Utilice un número de teléfono exclusivo.",
|
|
833
|
+
"whatsappqroverlay.ConnectWhatsApp": "Conecta WhatsApp",
|
|
834
|
+
"whatsappqroverlay.GeneratingQR": "Generando QR...",
|
|
835
|
+
"whatsappqroverlay.ScanWithWhatsApp": "Escanear con WhatsApp",
|
|
836
|
+
"whatsappqroverlay.OpenWhatsAppOnYou": "Abre WhatsApp en tu teléfono",
|
|
837
|
+
"whatsappqroverlay.Tap": "Toca",
|
|
838
|
+
"whatsappqroverlay.Menu": "Menú",
|
|
839
|
+
"whatsappqroverlay.andSelect": "y seleccione",
|
|
840
|
+
"whatsappqroverlay.LinkedDevices": "Dispositivos vinculados",
|
|
841
|
+
"whatsappqroverlay.LinkADevice": "Vincular un dispositivo",
|
|
842
|
+
"whatsappqroverlay.PointYourPhoneAt": "Apunta tu teléfono a este código QR",
|
|
843
|
+
"whatsappqroverlay.QRRefreshesAutomat": "QR se actualiza automáticamente (~15s)",
|
|
844
|
+
"portfolioheader.ConnectViaElizaCl": "Conéctese a través de Eliza Cloud o configure un proveedor BSC RPC personalizado\n (NodeReal / QuickNode) para permitir el comercio.",
|
|
845
|
+
"tokenstable.nativeGas": "gas nativo",
|
|
846
|
+
"activityfeed.Activity": "Actividad",
|
|
847
|
+
"activityfeed.NoEventsYet": "Aún no hay eventos",
|
|
848
|
+
"chatcontent.WaitingForMessages": "Esperando mensajes...",
|
|
849
|
+
"chatticker.chat": "chat",
|
|
850
|
+
"idlecontent.Thought": "Pensamiento",
|
|
851
|
+
"idlecontent.AgentIsIdleAwai": "El agente está inactivo, esperando actividad...",
|
|
852
|
+
"idlecontent.RecentActions": "Acciones recientes",
|
|
853
|
+
"statusbar.Src": "Src:",
|
|
854
|
+
"statusbar.Active": "(activo)",
|
|
855
|
+
"statusbar.https": "https://...",
|
|
856
|
+
"statusbar.PopOutStreamView": "Vista emergente de transmisión",
|
|
857
|
+
"streamsettings.StreamSettings": "Configuración de transmisión",
|
|
858
|
+
"streamsettings.SelectWhereToBroa": "Seleccione dónde transmitir. Para cambiar de canal, detenga la transmisión\n primero.",
|
|
859
|
+
"streamsettings.NoStreamingDestina": "No hay destinos de transmisión configurados.",
|
|
860
|
+
"streamsettings.InstallAStreaming": "Instale un complemento de transmisión (Twitch, YouTube, Retake.tv, Custom\n RTMP) a través de la pestaña Complementos.",
|
|
861
|
+
"streamsettings.StreamIsLiveSt": "⚠ La transmisión es en vivo. Detén la transmisión para cambiar de canal.",
|
|
862
|
+
"streamsettings.ToggleAndConfigure": "Alterna y configura los widgets que se muestran en la parte superior de tu transmisión.",
|
|
863
|
+
"streamsettings.ResetDefaults": "Restablecer valores predeterminados",
|
|
864
|
+
"streamsettings.NoWidgetsAvailable": "No hay widgets disponibles. Vuelva a cargar la pestaña de transmisión.",
|
|
865
|
+
"streamsettings.ChooseWhatContent": "Elija qué contenido se captura y transmite.",
|
|
866
|
+
"streamsettings.Use": "Usar",
|
|
867
|
+
"streamsettings.CustomURLsMustSta": "Las URL personalizadas deben comenzar con `http://` o `https://`.",
|
|
868
|
+
"streamsettings.httpsYourUrlCom": "https://tu-url.com",
|
|
869
|
+
"streamterminal.TERMINAL": "TERMINAL",
|
|
870
|
+
"streamterminal.WaitingForTerminal": "Esperando actividad terminal...",
|
|
871
|
+
"streamvoiceconfig.Voice": "Voz",
|
|
872
|
+
"streamvoiceconfig.NoKey": "(sin clave)",
|
|
873
|
+
"streamvoiceconfig.Speaking": "Hablando...",
|
|
874
|
+
"streamvoiceconfig.Test": "Test",
|
|
875
|
+
"streamvoiceconfig.NoAPIKeyConfigure": "No hay clave API configurada",
|
|
876
|
+
"streamvoiceconfig.TestTTSOnStream": "Prueba TTS en directo",
|
|
877
|
+
"actiontickerwidget.actions": "acciones",
|
|
878
|
+
"peonhudwidget.events": "eventos",
|
|
879
|
+
"elizaclouddashboard.AgentName": "Nombre de la gente",
|
|
880
|
+
"elizaclouddashboard.Deploy": "Desplegar",
|
|
881
|
+
"settings.sections.aimodel.label": "Modelo de IA",
|
|
882
|
+
"settings.sections.aimodel.desc": "Configuración de proveedores y modelos",
|
|
883
|
+
"settings.sections.cloud.desc": "Gestione sus agentes y recursos en la nube",
|
|
884
|
+
"settings.sections.codingagents.label": "Agentes de Programación",
|
|
885
|
+
"settings.sections.codingagents.desc": "Preferencias de agentes, modelos y permisos",
|
|
886
|
+
"settings.sections.walletrpc.label": "Billetera y RPC",
|
|
887
|
+
"settings.sections.walletrpc.desc": "Proveedores RPC de cadena y claves API",
|
|
888
|
+
"settings.sections.media.label": "Medios",
|
|
889
|
+
"settings.sections.media.desc": "Proveedores de imagen, video y visión",
|
|
890
|
+
"settings.sections.voice.label": "Voz",
|
|
891
|
+
"settings.sections.voice.desc": "Texto a voz y transcripción",
|
|
892
|
+
"settings.sections.permissions.label": "Permisos",
|
|
893
|
+
"settings.sections.permissions.desc": "Capacidades y control de acceso",
|
|
894
|
+
"settings.sections.updates.label": "Actualizaciones",
|
|
895
|
+
"settings.sections.updates.desc": "Configuración de actualizaciones de software",
|
|
896
|
+
"settings.sections.advanced.desc": "Exportación, importación y acciones peligrosas",
|
|
897
|
+
"settings.change": "Cambiar",
|
|
898
|
+
"settings.browse": "Explorar",
|
|
899
|
+
"settings.aiModel": "Modelo de IA",
|
|
900
|
+
"settings.aiModelDescription": "Configuración de proveedores y modelos",
|
|
901
|
+
"settings.codingAgents": "Agentes de Programación",
|
|
902
|
+
"settings.codingAgentsDescription": "Configura agentes de programación de IA para ejecución de tareas multiagente.",
|
|
903
|
+
"settings.walletRpc": "Billetera y RPC",
|
|
904
|
+
"settings.walletRpcDescription": "Configura proveedores RPC de cadena para trading y datos de mercado.",
|
|
905
|
+
"settings.mediaGeneration": "Medios",
|
|
906
|
+
"settings.mediaDescription": "Proveedores de imagen, video y visión",
|
|
907
|
+
"settings.speechInterface": "Voz",
|
|
908
|
+
"settings.speechDescription": "Texto a voz y transcripción",
|
|
909
|
+
"settings.permissionsCapabilities": "Permisos",
|
|
910
|
+
"settings.permissionsDescription": "Capacidades y control de acceso",
|
|
911
|
+
"settings.softwareUpdates": "Actualizaciones",
|
|
912
|
+
"settings.updatesDescription": "Configuración de actualizaciones de software",
|
|
913
|
+
"settings.advancedSettings": "Avanzado",
|
|
914
|
+
"settings.advancedDescription": "Exportación, importación y acciones peligrosas",
|
|
915
|
+
"settings.noMatchingSettingsDescription": "Prueba una búsqueda más amplia o borra el filtro actual.",
|
|
916
|
+
"settingsview.JumpToSection": "Ir a la sección",
|
|
917
|
+
"settingsview.NoMatchingSettings": "No hay ajustes coincidentes",
|
|
918
|
+
"settingsview.ClearSearch": "Borrar búsqueda",
|
|
919
|
+
"providerswitcher.noAiProvidersAvailable": "No hay proveedores de IA disponibles. Activa uno desde la",
|
|
920
|
+
"providerswitcher.plugins": "Plugins",
|
|
921
|
+
"providerswitcher.page": "página.",
|
|
922
|
+
"providerswitcher.selectAIProvider": "Seleccionar proveedor de IA",
|
|
923
|
+
"providerswitcher.chooseYourPreferredProvider": "Elige tu proveedor preferido para inferencia.",
|
|
924
|
+
"providerswitcher.loggedIntoElizaCloud": "Conectado a Eliza Cloud",
|
|
925
|
+
"providerswitcher.disconnecting": "Desconectando...",
|
|
926
|
+
"providerswitcher.disconnect": "Desconectar",
|
|
927
|
+
"providerswitcher.credits": "Créditos:",
|
|
928
|
+
"providerswitcher.topUp": "Recargar",
|
|
929
|
+
"providerswitcher.smallModelDescription": "Modelo rápido para tareas simples",
|
|
930
|
+
"providerswitcher.largeModelDescription": "Modelo potente para razonamiento complejo",
|
|
931
|
+
"providerswitcher.smallModelLabel": "Modelo pequeño",
|
|
932
|
+
"providerswitcher.largeModelLabel": "Modelo grande",
|
|
933
|
+
"providerswitcher.savingRestarting": "Guardando y reiniciando...",
|
|
934
|
+
"providerswitcher.savedRestartingAgent": "Guardado. Reiniciando el agente...",
|
|
935
|
+
"providerswitcher.waitingForBrowser": "Esperando inicio de sesión en el navegador...",
|
|
936
|
+
"providerswitcher.logInToElizaCloud": "Iniciar sesión en Eliza Cloud",
|
|
937
|
+
"providerswitcher.opensABrowserWindow": "Abre una ventana del navegador para completar el inicio de sesión.",
|
|
938
|
+
"providerswitcher.piSettings": "Configuración de Pi (pi-ai)",
|
|
939
|
+
"providerswitcher.usesLocalCredentials": "Usa credenciales de ~/.pi/agent/auth.json.",
|
|
940
|
+
"providerswitcher.primaryModelOverride": "Anulación del modelo principal",
|
|
941
|
+
"providerswitcher.usePiDefaultModel": "Usar modelo predeterminado de pi",
|
|
942
|
+
"providerswitcher.customModelSpec": "Especificación de modelo personalizada",
|
|
943
|
+
"providerswitcher.providerModelPlaceholder": "provider/model (p. ej. ollama/qwen2.5)",
|
|
944
|
+
"providerswitcher.saveInProgress": "Guardando...",
|
|
945
|
+
"providerswitcher.save": "Guardar",
|
|
946
|
+
"providerswitcher.elizaCloud": "Eliza Cloud",
|
|
947
|
+
"providerswitcher.piAi": "Pi (pi-ai)",
|
|
948
|
+
"providerswitcher.claudeSubscription": "Suscripción de Claude",
|
|
949
|
+
"providerswitcher.chatgptSubscription": "Suscripción de ChatGPT",
|
|
950
|
+
"apikeyconfig.fetchModels": "Obtener modelos",
|
|
951
|
+
"apikeyconfig.fetching": "Obteniendo...",
|
|
952
|
+
"apikeyconfig.loadedModels": "{{count}} modelos cargados",
|
|
953
|
+
"apikeyconfig.error": "Error: {{message}}",
|
|
954
|
+
"apikeyconfig.failed": "falló",
|
|
955
|
+
"apikeyconfig.saving": "Guardando...",
|
|
956
|
+
"apikeyconfig.save": "Guardar",
|
|
957
|
+
"apikeyconfig.saved": "Guardado",
|
|
958
|
+
"subscriptionstatus.PasteCallbackUrlFromLocalhost": "Pega la URL de devolución de llamada desde la página localhost:1455.",
|
|
959
|
+
"subscriptionstatus.CallbackCodeTooLong": "El código de devolución de llamada es demasiado largo.",
|
|
960
|
+
"subscriptionstatus.InvalidCallbackUrl": "URL de devolución de llamada no válida.",
|
|
961
|
+
"subscriptionstatus.ExpectedCallbackUrl": "Se esperaba una URL localhost:1455/auth/callback.",
|
|
962
|
+
"subscriptionstatus.CallbackUrlMissingCode": "A la URL de devolución de llamada le falta el parámetro ?code=.",
|
|
963
|
+
"subscriptionstatus.FailedToSaveSetupToken": "No se pudo guardar el token de configuración.",
|
|
964
|
+
"subscriptionstatus.FailedToSaveTokenError": "No se pudo guardar el token: {{message}}",
|
|
965
|
+
"subscriptionstatus.DisconnectFailedError": "Error al desconectar: {{message}}",
|
|
966
|
+
"subscriptionstatus.FailedToGetAuthUrl": "No se pudo obtener la URL de autenticación",
|
|
967
|
+
"subscriptionstatus.FailedToStartLogin": "No se pudo iniciar sesión: {{message}}",
|
|
968
|
+
"subscriptionstatus.ExchangeFailed": "Error en el intercambio",
|
|
969
|
+
"subscriptionstatus.ExchangeFailedError": "Error en el intercambio: {{message}}",
|
|
970
|
+
"subscriptionstatus.NoAuthUrlReturned": "No se devolvió ninguna URL de autenticación desde el inicio de sesión",
|
|
971
|
+
"subscriptionstatus.ConnectedToClaudeSubscription": "Conectado a la suscripción de Claude",
|
|
972
|
+
"subscriptionstatus.ClaudeSubscriptionTitle": "Suscripción de Claude",
|
|
973
|
+
"subscriptionstatus.Disconnecting": "Desconectando...",
|
|
974
|
+
"subscriptionstatus.Disconnect": "Desconectar",
|
|
975
|
+
"subscriptionstatus.Saving": "Guardando...",
|
|
976
|
+
"subscriptionstatus.SaveToken": "Guardar token",
|
|
977
|
+
"subscriptionstatus.ConnectedToChatGPTSubscription": "Conectado a la suscripción de ChatGPT",
|
|
978
|
+
"subscriptionstatus.ChatGPTSubscriptionTitle": "Suscripción de ChatGPT",
|
|
979
|
+
"subscriptionstatus.Completing": "Completando...",
|
|
980
|
+
"elizaclouddashboard.ElizaCloud": "Eliza Cloud",
|
|
981
|
+
"elizaclouddashboard.NotAvailable": "No disponible",
|
|
982
|
+
"elizaclouddashboard.ElizaCloudNotConnectedSettings": "Eliza Cloud no conectada - configurar en Configuración -> Modelo de IA",
|
|
983
|
+
"elizaclouddashboard.NoSetupNeeded": "No requiere configuración",
|
|
984
|
+
"codingagentsettingssection.NoSupportedCLIs": "No supported coding agent CLIs detected. Install at least one of: Claude, Gemini, Codex, or Aider.",
|
|
985
|
+
"codingagentsettingssection.Availability": "Availability:",
|
|
986
|
+
"codingagentsettingssection.Installed": "Installed",
|
|
987
|
+
"codingagentsettingssection.NotInstalled": "Not installed",
|
|
988
|
+
"codingagentsettingssection.Unknown": "Unknown",
|
|
989
|
+
"codingagentsettingssection.AgentUsedWhenNoEStrategyFixed": "Always use the selected default agent type when none is specified.",
|
|
990
|
+
"codingagentsettingssection.AgentUsedWhenNoEStrategyRanked": "Automatically select the best-performing installed agent based on success rate and stall metrics.",
|
|
991
|
+
"codingagentsettingssection.AppliesToAllNewlySpawned": " — applies to all newly spawned agents unless overridden per-spawn.",
|
|
992
|
+
"codingagentsettingssection.ModelsFetched": "Models fetched from provider API. These are preferences — the CLI may override based on availability.",
|
|
993
|
+
"codingagentsettingssection.UsingFallback": "Using fallback model list — configure your API key to see all available models.",
|
|
994
|
+
"codingagentsettingssection.PresetReadOnly": "Read Only",
|
|
995
|
+
"codingagentsettingssection.PresetReadOnlyDesc": "Read-only tools only",
|
|
996
|
+
"codingagentsettingssection.PresetStandard": "Standard",
|
|
997
|
+
"codingagentsettingssection.PresetStandardDesc": "Read + write, asks for shell/network",
|
|
998
|
+
"codingagentsettingssection.PresetPermissive": "Permissive",
|
|
999
|
+
"codingagentsettingssection.PresetPermissiveDesc": "File ops auto-approved, asks for shell",
|
|
1000
|
+
"codingagentsettingssection.PresetAutonomous": "Autonomous",
|
|
1001
|
+
"codingagentsettingssection.PresetAutonomousDesc": "All tools auto-approved",
|
|
1002
|
+
"mediasettingssection.ImageGeneration": "Image Generation",
|
|
1003
|
+
"mediasettingssection.VideoGeneration": "Video Generation",
|
|
1004
|
+
"mediasettingssection.AudioMusic": "Audio / Music",
|
|
1005
|
+
"mediasettingssection.VisionAnalysis": "Vision (Analysis)",
|
|
1006
|
+
"mediasettingssection.ProviderHintNoSetup": "No setup needed",
|
|
1007
|
+
"mediasettingssection.ProviderHintFalImage": "Flux 2, Kling, Recraft, Grok",
|
|
1008
|
+
"mediasettingssection.ProviderHintOpenAIImage": "DALL-E 3",
|
|
1009
|
+
"mediasettingssection.ProviderHintGoogleImage": "Imagen 3",
|
|
1010
|
+
"mediasettingssection.ProviderHintXAIAurora": "Aurora",
|
|
1011
|
+
"mediasettingssection.ProviderHintFalVideo": "Veo 3, Sora 2, Kling 3, Minimax",
|
|
1012
|
+
"mediasettingssection.ProviderHintOpenAIVideo": "Sora",
|
|
1013
|
+
"mediasettingssection.ProviderHintGoogleVideo": "Veo",
|
|
1014
|
+
"mediasettingssection.ProviderHintSuno": "Music generation",
|
|
1015
|
+
"mediasettingssection.ProviderHintElevenLabs": "Sound effects",
|
|
1016
|
+
"mediasettingssection.ProviderHintOpenAIVision": "GPT-4o Vision",
|
|
1017
|
+
"mediasettingssection.ProviderHintGoogleVision": "Gemini Vision",
|
|
1018
|
+
"mediasettingssection.ProviderHintAnthropicVision": "Claude Vision",
|
|
1019
|
+
"mediasettingssection.ProviderHintXAIVision": "Grok Vision",
|
|
1020
|
+
"mediasettingssection.Configured": "Configured",
|
|
1021
|
+
"mediasettingssection.NeedsSetup": "Needs Setup",
|
|
1022
|
+
"mediasettingssection.ApiKeySetLeaveBlank": "API key set — leave blank to keep",
|
|
1023
|
+
"mediasettingssection.EnterApiKey": "Enter API key...",
|
|
1024
|
+
"mediasettingssection.FalApiKey": "FAL API Key",
|
|
1025
|
+
"mediasettingssection.OpenAIApiKey": "OpenAI API Key",
|
|
1026
|
+
"mediasettingssection.GoogleApiKey": "Google API Key",
|
|
1027
|
+
"mediasettingssection.XAIApiKey": "xAI API Key",
|
|
1028
|
+
"mediasettingssection.SunoApiKey": "Suno API Key",
|
|
1029
|
+
"mediasettingssection.ElevenLabsApiKey": "ElevenLabs API Key",
|
|
1030
|
+
"mediasettingssection.AnthropicApiKey": "Anthropic API Key",
|
|
1031
|
+
"streamsettings.DisableWidget": "Disable widget",
|
|
1032
|
+
"streamsettings.EnableWidget": "Enable widget",
|
|
1033
|
+
"streamsettings.ConfigExpanded": "▲ config",
|
|
1034
|
+
"streamsettings.ConfigCollapsed": "▼ config",
|
|
1035
|
+
"streamsettings.CaptureStreamBrowserTab": "Capture the stream browser tab (default)",
|
|
1036
|
+
"streamsettings.NoGameActive": "No game active",
|
|
1037
|
+
"streamsettings.BroadcastFromCustomUrl": "Broadcast from a custom HTTP(S) URL",
|
|
1038
|
+
"streamsettings.StopStreamToChangeChannel": "Stop stream to change channel",
|
|
1039
|
+
"streamsettings.NavChannel": "Channel",
|
|
1040
|
+
"streamsettings.NavOverlays": "Overlays",
|
|
1041
|
+
"streamsettings.NavSource": "Source",
|
|
1042
|
+
"onboarding.stepName.wakeUp": "Inicializar",
|
|
1043
|
+
"onboarding.stepSub.wakeUp": "Arranque del sistema",
|
|
1044
|
+
"onboarding.stepSub.connection": "Enlace neural",
|
|
1045
|
+
"onboarding.stepName.senses": "Acceso",
|
|
1046
|
+
"onboarding.stepSub.senses": "Permisos del sistema",
|
|
1047
|
+
"onboarding.stepName.activate": "Lanzar",
|
|
1048
|
+
"onboarding.welcomeTitle": "Bienvenido a Milady",
|
|
1049
|
+
"onboarding.welcomeSubtitle": "Tu compañero autónomo de IA te espera.",
|
|
1050
|
+
"onboarding.createNewAgent": "Crear nuevo agente",
|
|
1051
|
+
"onboarding.restoreFromBackup": "Restaurar desde copia de seguridad",
|
|
1052
|
+
"onboarding.importAgent": "Importar agente",
|
|
1053
|
+
"onboarding.importDesc": "Selecciona un archivo <code>.eliza-agent</code> e ingresa la contraseña de descifrado.",
|
|
1054
|
+
"onboarding.decryptionPasswordPlaceholder": "Contraseña de descifrado...",
|
|
1055
|
+
"onboarding.selectFileError": "Selecciona un archivo de exportación antes de importar.",
|
|
1056
|
+
"onboarding.passwordMinError": "La contraseña debe tener al menos 4 caracteres.",
|
|
1057
|
+
"onboarding.cancel": "Cancelar",
|
|
1058
|
+
"onboarding.importing": "Importando...",
|
|
1059
|
+
"onboarding.restore": "Restaurar",
|
|
1060
|
+
"onboarding.back": "← Atrás",
|
|
1061
|
+
"onboarding.hostingTitle": "Hosting",
|
|
1062
|
+
"onboarding.hostingQuestion": "Where should Milady run?",
|
|
1063
|
+
"onboarding.hostingLocal": "Local",
|
|
1064
|
+
"onboarding.hostingLocalDesc": "Run the backend on this machine.",
|
|
1065
|
+
"onboarding.hostingCloud": "Cloud",
|
|
1066
|
+
"onboarding.hostingCloudDesc": "Use Eliza Cloud or connect to a remote backend.",
|
|
1067
|
+
"onboarding.cloudQuestion": "Choose a cloud setup",
|
|
1068
|
+
"onboarding.cloudManaged": "Eliza Cloud",
|
|
1069
|
+
"onboarding.cloudManagedDesc": "Provision a managed container and connect to it.",
|
|
1070
|
+
"onboarding.cloudRemote": "Remote Milady",
|
|
1071
|
+
"onboarding.cloudRemoteDesc": "Connect to an existing backend with its address and access key.",
|
|
1072
|
+
"onboarding.remoteTitle": "Remote Milady",
|
|
1073
|
+
"onboarding.remoteAddress": "Backend address",
|
|
1074
|
+
"onboarding.remoteAddressPlaceholder": "https://my-milady.example.com",
|
|
1075
|
+
"onboarding.remoteAccessKey": "Access key",
|
|
1076
|
+
"onboarding.remoteAccessKeyPlaceholder": "Paste the MILADY_API_TOKEN value",
|
|
1077
|
+
"onboarding.remoteConnect": "Connect remote backend",
|
|
1078
|
+
"onboarding.remoteConnectedDesc": "Connected to your remote Milady backend. Continue configuring it here.",
|
|
1079
|
+
"onboarding.neuralLinkTitle": "Enlace Neural",
|
|
1080
|
+
"onboarding.chooseProvider": "Elige tu proveedor de IA",
|
|
1081
|
+
"onboarding.change": "Cambiar",
|
|
1082
|
+
"onboarding.login": "Iniciar sesión",
|
|
1083
|
+
"onboarding.apiKey": "Clave API",
|
|
1084
|
+
"onboarding.connected": "Conectado",
|
|
1085
|
+
"onboarding.connecting": "Conectando...",
|
|
1086
|
+
"onboarding.connectAccount": "Conectar cuenta",
|
|
1087
|
+
"onboarding.freeCredits": "Créditos gratuitos para empezar.",
|
|
1088
|
+
"onboarding.useExistingKey": "Úsalo si ya tienes una clave.",
|
|
1089
|
+
"onboarding.getOneHere": "Obtén una aquí",
|
|
1090
|
+
"onboarding.setupToken": "Token de configuración",
|
|
1091
|
+
"onboarding.oauthLogin": "Inicio de sesión OAuth",
|
|
1092
|
+
"onboarding.enterSetupToken": "Ingresa tu token de configuración",
|
|
1093
|
+
"onboarding.setupTokenInstructions": "Cómo obtener tu token de configuración:\n\n• Opción A: Ejecuta claude setup-token en tu terminal\n\n• Opción B: Ve a claude.ai/settings/api → \"Claude Code\" → \"Use setup token\"",
|
|
1094
|
+
"onboarding.connectedToClaude": "Conectado a Claude",
|
|
1095
|
+
"onboarding.claudeSubscriptionReady": "Tu suscripción de Claude está lista.",
|
|
1096
|
+
"onboarding.loginWithAnthropic": "Iniciar sesión con Anthropic",
|
|
1097
|
+
"onboarding.requiresClaudeSub": "Requiere suscripción Claude Pro o Max.",
|
|
1098
|
+
"onboarding.authCodeInstructions": "Después de iniciar sesión, recibirás un código de autorización.\nCópialo y pégalo abajo.",
|
|
1099
|
+
"onboarding.pasteAuthCode": "Pegar código de autorización...",
|
|
1100
|
+
"onboarding.connect": "Conectar",
|
|
1101
|
+
"onboarding.connectedToChatGPT": "Conectado a ChatGPT",
|
|
1102
|
+
"onboarding.chatgptSubscriptionReady": "Tu suscripción de ChatGPT está lista.",
|
|
1103
|
+
"onboarding.loginWithOpenAI": "Iniciar sesión con OpenAI",
|
|
1104
|
+
"onboarding.requiresChatGPTSub": "Requiere suscripción ChatGPT Plus o Pro.",
|
|
1105
|
+
"onboarding.almostThere": "¡Casi listo!",
|
|
1106
|
+
"onboarding.redirectInstructions": "Después de iniciar sesión, tu navegador redirigirá a",
|
|
1107
|
+
"onboarding.copyEntireUrl": ". Copia la URL completa de la barra de direcciones.",
|
|
1108
|
+
"onboarding.completeLogin": "Completar inicio de sesión",
|
|
1109
|
+
"onboarding.startOver": "Empezar de nuevo",
|
|
1110
|
+
"onboarding.enterApiKey": "Ingresa tu clave API...",
|
|
1111
|
+
"onboarding.keyFormatWarning": "El formato de la clave parece incorrecto. Verifica e intenta de nuevo.",
|
|
1112
|
+
"onboarding.ollamaNoConfig": "No se necesita configuración. Ollama se usará automáticamente.",
|
|
1113
|
+
"onboarding.primaryModelOptional": "Modelo principal (opcional)",
|
|
1114
|
+
"onboarding.useDefaultModel": "Usar modelo predeterminado",
|
|
1115
|
+
"onboarding.customModel": "Modelo personalizado...",
|
|
1116
|
+
"onboarding.piCredentialsHint": "Usa credenciales de ~/.pi/agent/auth.json.",
|
|
1117
|
+
"onboarding.piDropdownHint": " Elige del menú desplegable o un modelo personalizado.",
|
|
1118
|
+
"onboarding.piManualHint": " Ingresa provider/model manualmente si deseas una anulación.",
|
|
1119
|
+
"onboarding.selectModel": "Seleccionar modelo",
|
|
1120
|
+
"onboarding.confirm": "Confirmar",
|
|
1121
|
+
"onboarding.loginSessionExpired": "La sesión ha expirado. Haz clic en 'Empezar de nuevo' e intenta otra vez.",
|
|
1122
|
+
"onboarding.networkError": "Error de red — verifica tu conexión e intenta de nuevo.",
|
|
1123
|
+
"onboarding.systemAccessTitle": "Acceso al sistema",
|
|
1124
|
+
"onboarding.readyTitle": "Listo",
|
|
1125
|
+
"onboarding.companionReady": "{{name}} está listo.",
|
|
1126
|
+
"onboarding.allConfigured": "Todos los sistemas configurados. Puedes ajustar la configuración en cualquier momento.",
|
|
1127
|
+
"onboarding.enter": "Entrar",
|
|
1128
|
+
"onboarding.recommended": "Recomendado",
|
|
1129
|
+
"onboarding.stepName.rpc": "RPC",
|
|
1130
|
+
"onboarding.stepSub.rpc": "Acceso a blockchain",
|
|
1131
|
+
"onboarding.next": "Siguiente",
|
|
1132
|
+
"onboarding.rpcTitle": "Acceso a blockchain",
|
|
1133
|
+
"onboarding.rpcQuestion": "¿Configurar proveedores RPC de blockchain?",
|
|
1134
|
+
"onboarding.rpcDesc": "Los proveedores RPC dan a tu agente acceso a datos de blockchain para cartera y trading. Puedes omitir esto y configurarlo más tarde en Ajustes.",
|
|
1135
|
+
"onboarding.rpcElizaCloud": "Usar Eliza Cloud",
|
|
1136
|
+
"onboarding.rpcElizaCloudDesc": "Incluye todas las cadenas. No se necesitan claves API.",
|
|
1137
|
+
"onboarding.rpcBringKeys": "Trae tus propias claves",
|
|
1138
|
+
"onboarding.rpcAlchemyKey": "Clave API de Alchemy",
|
|
1139
|
+
"onboarding.rpcHeliusKey": "Clave API de Helius (Solana)",
|
|
1140
|
+
"onboarding.rpcBirdeyeKey": "Clave API de Birdeye (Solana)",
|
|
1141
|
+
"onboarding.rpcSkip": "Omitir por ahora",
|
|
1142
|
+
"onboarding.rpcConnectedCloud": "Conectado mediante Eliza Cloud",
|
|
1143
|
+
"elizaclouddashboard.CloudBilling": "Facturación en la nube",
|
|
1144
|
+
"elizaclouddashboard.CloudBillingDesc": "Recarga créditos, gestiona la recarga automática y mantén la facturación dentro de Configuración.",
|
|
1145
|
+
"elizaclouddashboard.InAppBillingReady": "Todas las APIs de facturación disponibles de Eliza Cloud aparecen aquí, sin rebotarte primero al panel.",
|
|
1146
|
+
"elizaclouddashboard.CreditsHealthy": "Correcto",
|
|
1147
|
+
"elizaclouddashboard.CreditsLow": "Saldo bajo",
|
|
1148
|
+
"elizaclouddashboard.CreditsCritical": "Crítico",
|
|
1149
|
+
"elizaclouddashboard.AutoTopUp": "Recarga automática",
|
|
1150
|
+
"elizaclouddashboard.AutoTopUpDesc": "Mantén los créditos recargados automáticamente cuando tu saldo caiga por debajo de un umbral.",
|
|
1151
|
+
"elizaclouddashboard.ToggleAutoTopUp": "Activar o desactivar recarga automática",
|
|
1152
|
+
"elizaclouddashboard.AutoTopUpPaymentReady": "Hay un método de pago guardado, así que la recarga automática puede activarse.",
|
|
1153
|
+
"elizaclouddashboard.AutoTopUpNeedsPaymentMethod": "Completa un pago con tarjeta una vez para guardar un método de pago antes de activar la recarga automática.",
|
|
1154
|
+
"elizaclouddashboard.AutoTopUpThreshold": "Umbral",
|
|
1155
|
+
"elizaclouddashboard.AutoTopUpAmount": "Importe de recarga",
|
|
1156
|
+
"elizaclouddashboard.AutoTopUpLimits": "Importe ${{minAmount}}-${{maxAmount}} · umbral ${{minThreshold}}-${{maxThreshold}}",
|
|
1157
|
+
"elizaclouddashboard.SaveBillingSettings": "Guardar configuración de facturación",
|
|
1158
|
+
"elizaclouddashboard.TopUpCreditsDesc": "El pago con tarjeta abre Stripe de forma segura, mientras que el pago con cripto usa directamente el proveedor de pagos en la nube desde este panel.",
|
|
1159
|
+
"elizaclouddashboard.OpenBrowserBilling": "Abrir facturación en el navegador",
|
|
1160
|
+
"elizaclouddashboard.CustomAmount": "Importe personalizado",
|
|
1161
|
+
"elizaclouddashboard.PayWithCard": "Pagar con tarjeta",
|
|
1162
|
+
"elizaclouddashboard.PayWithCrypto": "Pagar con cripto",
|
|
1163
|
+
"elizaclouddashboard.CheckoutProviderNote": "Stripe sigue alojado por ahora porque Eliza Cloud devuelve URLs de checkout alojadas. Las cotizaciones cripto permanecen en la app y pueden abrir la página de pago alojada cuando haga falta.",
|
|
1164
|
+
"elizaclouddashboard.CryptoTopUp": "Recarga con cripto",
|
|
1165
|
+
"elizaclouddashboard.CryptoTopUpDesc": "Genera enlaces de pago en cripto y paga desde la cartera del agente cuando la cotización incluya instrucciones de transferencia directas.",
|
|
1166
|
+
"elizaclouddashboard.AgentWalletFunded": "Se detectó una cartera del agente con fondos. Solicita una cotización y luego paga desde la cartera cuando la cotización en la nube incluya detalles directos de transferencia.",
|
|
1167
|
+
"elizaclouddashboard.AgentWalletDetected": "Se detectó una cartera del agente. Fúndela o carga los saldos antes de pagar con cripto.",
|
|
1168
|
+
"elizaclouddashboard.NoAgentWalletDetected": "Aún no se detectó una cartera del agente. Genera o importa una en Configuración antes de usar recargas con cripto.",
|
|
1169
|
+
"elizaclouddashboard.CryptoQuoteReady": "Cotización cripto lista",
|
|
1170
|
+
"elizaclouddashboard.OpenHostedCryptoCheckout": "Abrir checkout cripto alojado",
|
|
1171
|
+
"elizaclouddashboard.PayFromAgentWallet": "Pagar desde la cartera del agente",
|
|
1172
|
+
"elizaclouddashboard.CryptoQuoteHint": "Solicita una cotización cripto para obtener el enlace de pago alojado desde Eliza Cloud. El pago directo desde la cartera del agente solo se activa cuando la cotización incluye detalles de transferencia directos.",
|
|
1173
|
+
"elizaclouddashboard.MinimumTopUp": "Recarga mínima: ${{amount}}",
|
|
1174
|
+
"elizaclouddashboard.Enabled": "Activado",
|
|
1175
|
+
"elizaclouddashboard.Disabled": "Desactivado",
|
|
1176
|
+
"elizaclouddashboard.ElizaCloudNotConnected": "Eliza Cloud no está conectada.",
|
|
1177
|
+
"config-field.Required": "Obligatorio",
|
|
1178
|
+
"config-field.Configured": "Configurado",
|
|
1179
|
+
"config-field.Times": "×",
|
|
1180
|
+
"voiceconfigview.LoadingVoiceConfig": "Cargando configuración de voz...",
|
|
1181
|
+
"voiceconfigview.TTSProvider": "Proveedor TTS",
|
|
1182
|
+
"voiceconfigview.APISource": "Origen de API",
|
|
1183
|
+
"voiceconfigview.ElevenLabsAPIKey": "Clave API de ElevenLabs",
|
|
1184
|
+
"voiceconfigview.GetYourKeyAt": "Obtén tu clave en",
|
|
1185
|
+
"voiceconfigview.elevenlabsIo": "elevenlabs.io",
|
|
1186
|
+
"voiceconfigview.FastPathDefaultE": "Modelo predeterminado de ElevenLabs para la vía rápida: ",
|
|
1187
|
+
"voiceconfigview.Voice": "Voz",
|
|
1188
|
+
"voiceconfigview.Stop": "Detener",
|
|
1189
|
+
"voiceconfigview.ServedViaElizaCloud": "servido mediante Eliza Cloud",
|
|
1190
|
+
"voiceconfigview.RequiresApiKey": "Requiere clave API",
|
|
1191
|
+
"voiceconfigview.NoApiKeyNeeded": "No se necesita clave API",
|
|
1192
|
+
"voiceconfigview.Playing": "Reproduciendo...",
|
|
1193
|
+
"voiceconfigview.TestVoice": "Probar {{name}}",
|
|
1194
|
+
"voiceconfigview.EdgeTTSUsesMicros": "Edge TTS usa voces de Microsoft integradas en la plataforma.",
|
|
1195
|
+
"voiceconfigview.SimpleVoiceUsesYo": "Simple Voice usa la configuración predeterminada del sistema y no requiere una clave API externa."
|
|
1196
|
+
}
|