@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": "새로고침",
|
|
3
|
+
"game.backToApps": "앱으로 돌아가기",
|
|
4
|
+
"game.openInNewTab": "새 탭에서 열기",
|
|
5
|
+
"game.stop": "중지",
|
|
6
|
+
"common.retry": "다시 시도",
|
|
7
|
+
"common.loading": "로드 중",
|
|
8
|
+
"common.export": "내보내기",
|
|
9
|
+
"common.exporting": "내보내는 중...",
|
|
10
|
+
"common.clearAll": "모두 지우기",
|
|
11
|
+
"common.clearing": "지우는 중...",
|
|
12
|
+
"common.cancel": "취소",
|
|
13
|
+
"common.deleteAll": "모두 삭제",
|
|
14
|
+
"common.on": "켜짐",
|
|
15
|
+
"common.off": "꺼짐",
|
|
16
|
+
"nav.chat": "채팅",
|
|
17
|
+
"nav.companion": "컴패니언",
|
|
18
|
+
"nav.character": "캐릭터",
|
|
19
|
+
"nav.talents": "재능",
|
|
20
|
+
"nav.wallets": "지갑",
|
|
21
|
+
"nav.channels": "채널",
|
|
22
|
+
"nav.knowledge": "지식",
|
|
23
|
+
"nav.plugins": "플러그인",
|
|
24
|
+
"nav.social": "커넥터",
|
|
25
|
+
"nav.apps": "앱",
|
|
26
|
+
"nav.settings": "설정",
|
|
27
|
+
"nav.heartbeats": "하트비트",
|
|
28
|
+
"nav.advanced": "고급",
|
|
29
|
+
"nav.stream": "스트림",
|
|
30
|
+
"nav.cloud": "클라우드",
|
|
31
|
+
"header.cloudDisconnected": "클라우드 연결이 끊어졌습니다.",
|
|
32
|
+
"header.nativeMode": "네이티브 모드",
|
|
33
|
+
"header.companionMode": "컴패니언 모드",
|
|
34
|
+
"header.switchToNative": "네이티브로 전환",
|
|
35
|
+
"pairing.expiresIn": "{{seconds}}초 후에 만료됩니다.",
|
|
36
|
+
"chat.inputPlaceholder": "메시지를 입력하세요...",
|
|
37
|
+
"chat.listening": "듣는 중...",
|
|
38
|
+
"chat.agentStarting": "에이전트 시작 중...",
|
|
39
|
+
"chat.send": "전송",
|
|
40
|
+
"chat.stopGeneration": "생성 중지",
|
|
41
|
+
"chat.stopSpeaking": "음성 중지",
|
|
42
|
+
"chat.stopListening": "듣기 중지",
|
|
43
|
+
"chat.voiceInput": "음성 입력",
|
|
44
|
+
"chat.mode.label": "모드",
|
|
45
|
+
"chat.mode.fast": "Fast",
|
|
46
|
+
"chat.mode.fastHint": "더 낮은 지연 시간의 컴팩트 프로필입니다.",
|
|
47
|
+
"chat.mode.pro": "Pro",
|
|
48
|
+
"chat.mode.proHint": "더 강한 추론을 위한 전체 컨텍스트입니다.",
|
|
49
|
+
"chat.mode.voiceFast": "음성은 항상 Fast를 사용합니다.",
|
|
50
|
+
"conversations.newChat": "+ 새 채팅",
|
|
51
|
+
"conversations.newChatTitle": "새 채팅",
|
|
52
|
+
"conversations.none": "아직 대화가 없습니다.",
|
|
53
|
+
"conversations.justNow": "방금",
|
|
54
|
+
"conversations.minutesAgo": "{{count}}분 전",
|
|
55
|
+
"conversations.hoursAgo": "{{count}}시간 전",
|
|
56
|
+
"conversations.daysAgo": "{{count}}일 전",
|
|
57
|
+
"conversations.rename": "대화 이름 바꾸기",
|
|
58
|
+
"conversations.delete": "대화 삭제",
|
|
59
|
+
"conversations.chats": "채팅",
|
|
60
|
+
"conversations.closePanel": "패널 닫기",
|
|
61
|
+
"conversations.deleteConfirm": "삭제?",
|
|
62
|
+
"conversations.deleteYes": "예",
|
|
63
|
+
"conversations.deleteNo": "아니요",
|
|
64
|
+
"knowledge.ui.searchPlaceholder": "지식 검색...",
|
|
65
|
+
"knowledge.ui.searching": "검색 중...",
|
|
66
|
+
"knowledge.ui.search": "검색",
|
|
67
|
+
"elizaclouddashboard.ScaleYourAgents": "에이전트를 클라우드로 확장하여 24시간 자율성, 고급 추론, 원활한 크로스 플랫폼 존재를 확보하세요.",
|
|
68
|
+
"elizaclouddashboard.Connecting": "연결 중...",
|
|
69
|
+
"elizaclouddashboard.ConnectElizaCloud": "Eliza Cloud 연결",
|
|
70
|
+
"elizaclouddashboard.NewToElizaCloud": "Eliza Cloud가 처음이신가요?",
|
|
71
|
+
"elizaclouddashboard.LearnMore": "자세히 알아보기",
|
|
72
|
+
"elizaclouddashboard.CloudDashboard": "클라우드 대시보드",
|
|
73
|
+
"elizaclouddashboard.ManageInstance": "Eliza Cloud 인스턴스와 리소스를 관리하세요.",
|
|
74
|
+
"elizaclouddashboard.Refresh": "새로고침",
|
|
75
|
+
"elizaclouddashboard.Disconnect": "연결 해제",
|
|
76
|
+
"elizaclouddashboard.Disconnecting": "연결 해제 중...",
|
|
77
|
+
"elizaclouddashboard.CloudAgents": "클라우드 에이전트",
|
|
78
|
+
"elizaclouddashboard.CloudAgentsDesc": "Eliza Cloud 인프라에서 실행 중인 자율 에이전트입니다.",
|
|
79
|
+
"elizaclouddashboard.DeployNewAgent": "새 에이전트 배포",
|
|
80
|
+
"elizaclouddashboard.InitializeInstance": "새 자율 클라우드 인스턴스를 초기화합니다.",
|
|
81
|
+
"elizaclouddashboard.UsageMetrics": "사용량 및 메트릭",
|
|
82
|
+
"elizaclouddashboard.UsageMetricsDesc": "클라우드 인스턴스 전반의 실시간 리소스 사용량입니다.",
|
|
83
|
+
"elizaclouddashboard.MetricsPlaceholder": "에이전트가 배포되면 사용량 메트릭이 여기에 표시됩니다.",
|
|
84
|
+
"elizaclouddashboard.CreditWallet": "크레딧 지갑",
|
|
85
|
+
"elizaclouddashboard.AvailableBalance": "사용 가능 잔액",
|
|
86
|
+
"elizaclouddashboard.TopUpCredits": "크레딧 충전",
|
|
87
|
+
"elizaclouddashboard.History": "기록",
|
|
88
|
+
"elizaclouddashboard.Pricing": "요금",
|
|
89
|
+
"elizaclouddashboard.AccountDetails": "계정 세부 정보",
|
|
90
|
+
"elizaclouddashboard.CloudUserID": "클라우드 사용자 ID",
|
|
91
|
+
"elizaclouddashboard.SecurityStatus": "보안 상태",
|
|
92
|
+
"elizaclouddashboard.Secure": "안전",
|
|
93
|
+
"elizaclouddashboard.AdvancedDashboard": "고급 외부 대시보드",
|
|
94
|
+
"settings.language": "언어",
|
|
95
|
+
"settings.languageSyncFailed": "언어가 로컬로 변경되었지만 클라우드 동기화에 실패했습니다.",
|
|
96
|
+
"settings.customizeExperience": "경험을 맞춤화하세요",
|
|
97
|
+
"settings.searchPlaceholder": "검색 설정...",
|
|
98
|
+
"settings.exportAgentShort": "모든 데이터 백업",
|
|
99
|
+
"settings.importAgentShort": "백업에서 복원",
|
|
100
|
+
"settings.dangerZone": "위험지대",
|
|
101
|
+
"settings.versionPrefix": "버전",
|
|
102
|
+
"settings.checking": "확인 중...",
|
|
103
|
+
"settings.checkNow": "지금 확인",
|
|
104
|
+
"settings.updateAvailable": "업데이트 가능",
|
|
105
|
+
"settings.lastChecked": "마지막 확인:",
|
|
106
|
+
"settings.import": "가져오기",
|
|
107
|
+
"settings.export": "내보내기",
|
|
108
|
+
"settings.resetAgent": "에이전트 재설정",
|
|
109
|
+
"settings.resetAgentHint": "모든 구성, 메모리 및 데이터를 지웁니다. 온보딩 마법사로 돌아갑니다.",
|
|
110
|
+
"settings.resetConfirmMessage": "모든 설정과 데이터를 재설정하시겠습니까? 이 작업은 취소할 수 없으며 온보딩으로 돌아갑니다.",
|
|
111
|
+
"settings.resetEverything": "모든 것을 재설정",
|
|
112
|
+
"settings.exportAgent": "에이전트 내보내기",
|
|
113
|
+
"settings.importAgent": "에이전트 가져오기",
|
|
114
|
+
"wallet.portfolio": "포트폴리오",
|
|
115
|
+
"wallet.receive": "받기",
|
|
116
|
+
"wallet.addressCopied": "주소가 복사되었습니다.",
|
|
117
|
+
"wallet.status.connectedTitle": "지갑이 연결됨",
|
|
118
|
+
"wallet.status.noWallet": "지갑 없음",
|
|
119
|
+
"wallet.status.noWalletTitle": "온체인 지갑이 감지되지 않았습니다.",
|
|
120
|
+
"wallet.status.tradeReady": "거래 준비",
|
|
121
|
+
"wallet.status.tradeReadyTitle": "프리플라이트 및 견적 준비",
|
|
122
|
+
"wallet.status.tradeNotReady": "거래 준비 안됨",
|
|
123
|
+
"wallet.status.tradeNeedGasTitle": "BNB 가스가 필요합니다",
|
|
124
|
+
"wallet.status.tradeFeedRequired": "시장 피드가 필요합니다.",
|
|
125
|
+
"wallet.txStatus.pending": "대기 중",
|
|
126
|
+
"wallet.failedFetchQuote": "견적을 가져오지 못했습니다.",
|
|
127
|
+
"wallet.noDataRefresh": "No tokens yet!",
|
|
128
|
+
"wallet.noTokensFound": "아직 토큰이 없습니다. 에이전트에 토큰을 보내세요!",
|
|
129
|
+
"wallet.emptyTokensCta": "아래 지갑 주소를 사용해 이 에이전트에 자금을 보내세요.",
|
|
130
|
+
"wallet.noNftsFound": "NFT를 찾을 수 없습니다.",
|
|
131
|
+
"wallet.noNftData": "NFT 데이터가 없습니다.",
|
|
132
|
+
"wallet.noImage": "이미지 없음",
|
|
133
|
+
"wallet.value": "가치",
|
|
134
|
+
"wallet.chain": "체인",
|
|
135
|
+
"wallet.name": "이름",
|
|
136
|
+
"wallet.sort": "정렬",
|
|
137
|
+
"wallet.tokens": "토큰",
|
|
138
|
+
"wallet.nfts": "NFT",
|
|
139
|
+
"wallet.all": "모두",
|
|
140
|
+
"wallet.table.token": "토큰",
|
|
141
|
+
"wallet.table.balance": "잔액",
|
|
142
|
+
"wallet.loadingBalances": "잔액 로드 중...",
|
|
143
|
+
"wallet.loadingNfts": "NFT 로드 중...",
|
|
144
|
+
"wallet.setup.rpcNotConfigured": "BSC RPC가 구성되지 않았습니다.",
|
|
145
|
+
"wallet.noOnchainWallet": "아직 온체인 지갑이 없습니다. 먼저 Privy로 로그인하세요.",
|
|
146
|
+
"wallet.noOnchainWalletHint": "로그인 후 관리되는 지갑이 자동으로 나타납니다.",
|
|
147
|
+
"wallet.manual": "수동",
|
|
148
|
+
"wallet.remove": "삭제",
|
|
149
|
+
"wallet.removeManualTitle": "수동 토큰 제거",
|
|
150
|
+
"wallet.tokenRemovedManual": "관심 목록에서 토큰이 제거되었습니다.",
|
|
151
|
+
"wallet.copyEvmAddress": "EVM 주소 복사",
|
|
152
|
+
"wallet.copySolanaAddress": "Solana 주소 복사",
|
|
153
|
+
"wallet.enableIt": "활성화",
|
|
154
|
+
"companion.avatarPreviewAlt": "아바타 미리보기",
|
|
155
|
+
"companion.switchToNativeUi": "기본 UI로 전환",
|
|
156
|
+
"wallet.setup.configureRpc": "RPC 구성",
|
|
157
|
+
"apikeyconfig.configured": "구성된",
|
|
158
|
+
"appsview.EmbeddedAgents": "내장 에이전트(",
|
|
159
|
+
"appsview.SelectEmbeddedAgen": "내장된 에이전트 선택",
|
|
160
|
+
"appsview.Character": "캐릭터:",
|
|
161
|
+
"appsview.Health": "| 건강:",
|
|
162
|
+
"appsview.Position": "| 위치:",
|
|
163
|
+
"appsview.CreateEmbeddedAgen": "임베디드 에이전트 생성",
|
|
164
|
+
"appsview.NoScriptedRole": "스크립트된 역할 없음",
|
|
165
|
+
"appsview.AutoStart": "자동 시작",
|
|
166
|
+
"appsview.SendMessage": "메시지 보내기",
|
|
167
|
+
"appsview.SendCommand": "명령 보내기",
|
|
168
|
+
"appsview.GoalQuickActions": "목표 + 빠른 작업",
|
|
169
|
+
"appsview.Nearby": "가까운:",
|
|
170
|
+
"appsview.ActiveGameSession": "활성 게임 세션",
|
|
171
|
+
"appsview.ResumeInFullScree": "전체 화면으로 다시 시작하거나 새 탭에서 뷰어를 엽니다.",
|
|
172
|
+
"appsview.ResumeFullscreen": "전체 화면 재개",
|
|
173
|
+
"appsview.OpenInNewTab": "새 탭에서 열기",
|
|
174
|
+
"appsview.Back": "뒤로",
|
|
175
|
+
"appsview.Active": "활성",
|
|
176
|
+
"appsview.Inactive": "비활성",
|
|
177
|
+
"appsview.ViewActiveSession": "활성 세션 보기",
|
|
178
|
+
"appsview.OpenViewerInNewT": "새 탭에서 뷰어 열기",
|
|
179
|
+
"appsview.LaunchType": "실행 유형:",
|
|
180
|
+
"appsview.LatestVersion": "최신 버전:",
|
|
181
|
+
"appsview.LaunchURL": "실행 URL:",
|
|
182
|
+
"appsview.Repository": "저장소:",
|
|
183
|
+
"appsview.Capabilities": "기능",
|
|
184
|
+
"appsview.ViewerConfig": "뷰어 구성",
|
|
185
|
+
"appsview.URL": "URL:",
|
|
186
|
+
"appsview.postMessageAuth": "postMessage 인증:",
|
|
187
|
+
"appsview.Sandbox": "샌드박스:",
|
|
188
|
+
"appsview.HyperscapeControls": "하이퍼스케이프 컨트롤",
|
|
189
|
+
"appsview.EmbeddedAgentsCom": "내장된 에이전트, 명령 및 원격 측정.",
|
|
190
|
+
"appsview.Refresh": "새로고침",
|
|
191
|
+
"appsview.active": "활성",
|
|
192
|
+
"appsview.LoadingApps": "앱 로드 중...",
|
|
193
|
+
"appsview.CharacterID": "캐릭터ID",
|
|
194
|
+
"appsview.SaySomethingToSel": "선택한 에이전트에게 메시지 입력...",
|
|
195
|
+
"appsview.Target000": "{\"대상\":[0,0,0]}",
|
|
196
|
+
"appsview.SearchApps": "앱 검색...",
|
|
197
|
+
"avatarselector.UploadVRM": "VRM 업로드",
|
|
198
|
+
"avatarselector.dropVrm": ".vrm 드래그",
|
|
199
|
+
"avatarselector.UploadCustomVrm": "사용자 정의 .vrm 업로드(클릭 또는 드래그)",
|
|
200
|
+
"bsctradepanel.ViewTx": "tx 보기",
|
|
201
|
+
"bsctradepanel.Pending": "보류 중...",
|
|
202
|
+
"bsctradepanel.RefreshStatus": "상태 새로 고침",
|
|
203
|
+
"bsctradepanel.Confirmations": "확인:",
|
|
204
|
+
"bsctradepanel.RequiresWalletSign": "완료하려면 지갑 서명이 필요합니다.",
|
|
205
|
+
"bsctradepanel.CopyApprovalTX": "복사 승인 전송",
|
|
206
|
+
"bsctradepanel.CopySwapTX": "복사 스왑 TX",
|
|
207
|
+
"bsctradepanel.BNB": "BNB:",
|
|
208
|
+
"bsctradepanel.Preflight": "사전 점검",
|
|
209
|
+
"bsctradepanel.Quote": "견적",
|
|
210
|
+
"bsctradepanel.BNB1": "BNB",
|
|
211
|
+
"bsctradepanel.Buy": "매수",
|
|
212
|
+
"bsctradepanel.Sell": "매도",
|
|
213
|
+
"bsctradepanel.LatestQuote": "최신 견적",
|
|
214
|
+
"bsctradepanel.trade": "거래?",
|
|
215
|
+
"bsctradepanel.ExecuteTrade": "거래 실행",
|
|
216
|
+
"bsctradepanel.TokenContractAddre": "토큰 계약 주소(0x...)",
|
|
217
|
+
"bugreportmodal.BugReportSubmitted": "버그 신고가 제출되었습니다.",
|
|
218
|
+
"bugreportmodal.Times": "×",
|
|
219
|
+
"bugreportmodal.YourBugReportHas": "귀하의 버그 보고서가 성공적으로 제출되었습니다.",
|
|
220
|
+
"bugreportmodal.Close": "닫기",
|
|
221
|
+
"bugreportmodal.ReportABug": "버그 신고",
|
|
222
|
+
"bugreportmodal.StepsToReproduce": "재현 단계",
|
|
223
|
+
"bugreportmodal.ExpectedBehavior": "예상되는 동작",
|
|
224
|
+
"bugreportmodal.ActualBehavior": "실제 행동",
|
|
225
|
+
"bugreportmodal.Environment": "환경",
|
|
226
|
+
"bugreportmodal.Select": "선택...",
|
|
227
|
+
"bugreportmodal.NodeVersion": "노드 버전",
|
|
228
|
+
"bugreportmodal.ModelProvider": "모델 제공자",
|
|
229
|
+
"bugreportmodal.Logs": "로그",
|
|
230
|
+
"bugreportmodal.DescribeTheIssueY": "발생한 문제를 설명하세요.",
|
|
231
|
+
"bugreportmodal.DescribeTheExpecte": "예상되는 결과를 설명하세요.",
|
|
232
|
+
"bugreportmodal.DescribeTheActual": "실제 결과를 설명합니다.",
|
|
233
|
+
"bugreportmodal.22X": "22.x",
|
|
234
|
+
"bugreportmodal.AnthropicOpenAI": "Anthropic / OpenAI / 올라마",
|
|
235
|
+
"bugreportmodal.PasteRelevantError": "관련 오류 출력 또는 로그 붙여넣기",
|
|
236
|
+
"characterview.reload": "새로고침",
|
|
237
|
+
"characterview.import": "가져오기",
|
|
238
|
+
"characterview.export": "내보내기",
|
|
239
|
+
"characterview.importCharacterJso": "캐릭터 JSON 가져오기",
|
|
240
|
+
"characterview.exportAsCharacter": "캐릭터 JSON 내보내기",
|
|
241
|
+
"characterview.customize": "커스터마이즈",
|
|
242
|
+
"characterview.backToCharacterSelect": "캐릭터 선택으로 돌아가기",
|
|
243
|
+
"characterview.loadingCharacterDa": "캐릭터 데이터 로드 중...",
|
|
244
|
+
"characterview.selectAVoice": "음성을 선택하세요",
|
|
245
|
+
"characterview.core": "기본",
|
|
246
|
+
"characterview.style": "스타일",
|
|
247
|
+
"characterview.examples": "예시",
|
|
248
|
+
"characterview.aboutMe": "소개",
|
|
249
|
+
"characterview.directionsAndThing": "지침 및 기억할 점",
|
|
250
|
+
"characterview.StyleRules": "스타일 규칙",
|
|
251
|
+
"characterview.RegisterYourAgent": "ERC-8004를 받으려면 이더리움 메인넷에 에이전트를 등록하세요.\n 신원 NFT.",
|
|
252
|
+
"characterview.Registered": "등록됨",
|
|
253
|
+
"characterview.Token": "토큰 #",
|
|
254
|
+
"characterview.OnChainName": "온체인 이름 \"",
|
|
255
|
+
"characterview.DiffersFrom": "\"와는 다르다\"",
|
|
256
|
+
"characterview.adjectives": "형용사",
|
|
257
|
+
"chatmessage.ResponseInterrupte": "(응답이 중단됨)",
|
|
258
|
+
"chatmessage.StartAConversation": "대화 시작",
|
|
259
|
+
"chatmessage.SendAMessageTo": "메시지 보내기",
|
|
260
|
+
"chatmessage.toBeginChattingY": "채팅을 시작합니다. 드래그하여 사용할 수도 있습니다.\n 이미지를 삭제하거나 음성 입력을 사용하세요.",
|
|
261
|
+
"chatmessage.RetryMessage": "재시도 메시지",
|
|
262
|
+
"chatmessage.DeleteMessage": "메시지 삭제",
|
|
263
|
+
"chatview.SilenceEndFirstTo": "무음 종료→첫 번째 토큰:",
|
|
264
|
+
"chatview.msEndVoiceStart": "ms · 종료→음성 시작:",
|
|
265
|
+
"chatview.msFirst": "ms\n · 첫 번째 문장:",
|
|
266
|
+
"chatview.RemoveImage": "이미지 삭제",
|
|
267
|
+
"chatview.AttachImage": "이미지 첨부",
|
|
268
|
+
"cloudsourcecontrols.Offline": "오프라인",
|
|
269
|
+
"codingagentsettingssection.LoadingCodingAgent": "코딩 에이전트 구성 로드 중...",
|
|
270
|
+
"codingagentsettingssection.AgentSelectionStra": "에이전트 선택 전략",
|
|
271
|
+
"codingagentsettingssection.Fixed": "고정",
|
|
272
|
+
"codingagentsettingssection.RankedAutoSelect": "순위(최고 성과자 자동 선택)",
|
|
273
|
+
"codingagentsettingssection.DefaultAgentType": "기본 에이전트 유형",
|
|
274
|
+
"codingagentsettingssection.AgentUsedWhenNoE": "생성 요청에 명시적인 유형이 지정되지 않은 경우 사용되는 에이전트입니다.",
|
|
275
|
+
"codingagentsettingssection.DefaultPermissionL": "기본 권한 수준",
|
|
276
|
+
"codingagentsettingssection.Provider": "공급자",
|
|
277
|
+
"codingagentsettingssection.Anthropic": "Anthropic",
|
|
278
|
+
"codingagentsettingssection.OpenAI": "오픈AI",
|
|
279
|
+
"codingagentsettingssection.Google": "Google",
|
|
280
|
+
"codingagentsettingssection.PowerfulModel": "강력한 모델",
|
|
281
|
+
"codingagentsettingssection.Default": "기본",
|
|
282
|
+
"codingagentsettingssection.FastModel": "빠른 모델",
|
|
283
|
+
"commandpalette.NoCommandsFound": "명령을 찾을 수 없습니다.",
|
|
284
|
+
"commandpalette.TypeToSearchComma": "검색 명령을 입력하세요...",
|
|
285
|
+
"configpageview.ConnectedToElizaC": "밀라디 클라우드에 연결됨",
|
|
286
|
+
"configpageview.Credits": "크레딧:",
|
|
287
|
+
"configpageview.TopUp": "충전",
|
|
288
|
+
"configpageview.RequiresElizaCloud": "Eliza Cloud 연결이 필요합니다",
|
|
289
|
+
"configpageview.CloudServices": "클라우드 서비스",
|
|
290
|
+
"configpageview.RestartRequiredFor": "변경 사항을 적용하려면 다시 시작해야 함",
|
|
291
|
+
"configpageview.ChooseWhichElizaCl": "사용할 Eliza Cloud 서비스를 선택하세요. 자체 AI 제공업체 키를 사용하려면 추론을 비활성화하세요.",
|
|
292
|
+
"configpageview.Config": "구성",
|
|
293
|
+
"configpageview.WalletProvidersAnd": "지갑 제공업체 및 비밀.",
|
|
294
|
+
"configpageview.WalletAmpRPC": "지갑 & RPC",
|
|
295
|
+
"configpageview.SecretsVault": "비밀 금고",
|
|
296
|
+
"configpageview.Secrets": "시크릿",
|
|
297
|
+
"configpageview.SecretsVault1": "비밀 금고",
|
|
298
|
+
"configpageview.BSC": "BSC",
|
|
299
|
+
"configpageview.EVM": "EVM",
|
|
300
|
+
"configpageview.Solana": "솔라나",
|
|
301
|
+
"configsavefooter.Saved": "저장되었습니다!",
|
|
302
|
+
"connectionfailedbanner.ReconnectingAtt": "다시 연결하는 중... (시도",
|
|
303
|
+
"connectionfailedbanner.ConnectionLostAfte": "다음 이후에 연결이 끊어졌습니다.",
|
|
304
|
+
"connectionfailedbanner.attemptsRealTime": "시도. 실시간 업데이트가 일시중지되었습니다.",
|
|
305
|
+
"customactioneditor.DescribeWhatYouWa": "이 작업으로 수행하려는 작업을 설명하세요.",
|
|
306
|
+
"customactioneditor.TheAgentWillGener": "에이전트는 사용자가 검토하고 확인할 수 있는 작업 구성을 생성합니다.\n 편집하다.",
|
|
307
|
+
"customactioneditor.AliasesOptional": "별칭(선택 사항)",
|
|
308
|
+
"customactioneditor.CommaSeparatedAlte": "에이전트가 일치시킬 수 있는 쉼표로 구분된 대안입니다.",
|
|
309
|
+
"customactioneditor.HandlerType": "핸들러 유형",
|
|
310
|
+
"customactioneditor.HeadersOptional": "헤더(선택사항)",
|
|
311
|
+
"customactioneditor.Add": "+ 추가",
|
|
312
|
+
"customactioneditor.BodyTemplateOptio": "본문 템플릿(선택 사항)",
|
|
313
|
+
"customactioneditor.CommandTemplate": "명령 템플릿",
|
|
314
|
+
"customactioneditor.forParameterSubsti": "매개변수 대체용",
|
|
315
|
+
"customactioneditor.JavaScriptCode": "자바스크립트 코드",
|
|
316
|
+
"customactioneditor.Parameters": "매개변수",
|
|
317
|
+
"customactioneditor.AddParameter": "+ 매개변수 추가",
|
|
318
|
+
"customactioneditor.Required": "필수의",
|
|
319
|
+
"customactioneditor.TestAction": "테스트 동작",
|
|
320
|
+
"customactioneditor.Error": "오류:",
|
|
321
|
+
"customactioneditor.Duration": "지속:",
|
|
322
|
+
"customactioneditor.eGCheckIfAWebs": "예를 들어 웹사이트가 작동 중인지 확인하고 상태를 반환하세요.",
|
|
323
|
+
"customactioneditor.MYACTION": "MY_ACTION",
|
|
324
|
+
"customactioneditor.WhatDoesThisActio": "이 작업은 무엇을 합니까?",
|
|
325
|
+
"customactioneditor.SYNONYMONESYNONYM": "SYNONYM_ONE, SYNONYM_TWO",
|
|
326
|
+
"customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
|
|
327
|
+
"customactioneditor.HeaderName": "헤더 이름",
|
|
328
|
+
"customactioneditor.valueOrParam": "값 또는 {{param}}",
|
|
329
|
+
"customactioneditor.echoMessage": "에코 {{message}} > /tmp/output.txt",
|
|
330
|
+
"customactioneditor.AvailableParams": "// 사용 가능: params.paramName, fetch()\\nreturn { 결과: params.input };",
|
|
331
|
+
"customactioneditor.paramName": "매개변수 이름",
|
|
332
|
+
"customactionspanel.CustomActions": "사용자 정의 작업",
|
|
333
|
+
"customactionspanel.action": "행동",
|
|
334
|
+
"customactionspanel.enabled": "활성화됨",
|
|
335
|
+
"customactionspanel.NewCustomAction": "+ 새로운 맞춤 액션",
|
|
336
|
+
"customactionspanel.LoadingYourActions": "작업 로드 중...",
|
|
337
|
+
"customactionspanel.SearchByNameDesc": "이름, 설명, 별칭으로 검색...",
|
|
338
|
+
"customactionspanel.EditAction": "작업 수정",
|
|
339
|
+
"customactionspanel.DeleteAction": "작업 삭제",
|
|
340
|
+
"customactionsview.LoadingActions": "작업 로드 중...",
|
|
341
|
+
"customactionsview.Export": "내보내기",
|
|
342
|
+
"customactionsview.CreateAction": "액션 생성",
|
|
343
|
+
"customactionsview.parameter": "매개변수",
|
|
344
|
+
"customactionsview.Enabled": "활성화됨",
|
|
345
|
+
"customactionsview.SearchActionsByNa": "이름이나 설명으로 작업 검색...",
|
|
346
|
+
"databasepageview.Databases": "데이터베이스",
|
|
347
|
+
"databasepageview.BrowseAndQueryAge": "에이전트 데이터, 미디어 자산, 벡터를 탐색하고 조회합니다.",
|
|
348
|
+
"databasepageview.Tables": "테이블",
|
|
349
|
+
"databasepageview.Media": "미디어",
|
|
350
|
+
"databasepageview.Vectors": "벡터",
|
|
351
|
+
"databaseview.CellValue": "셀 값",
|
|
352
|
+
"databaseview.NULL": "NULL",
|
|
353
|
+
"databaseview.row": "행",
|
|
354
|
+
"databaseview.Prev": "이전",
|
|
355
|
+
"databaseview.Next": "다음",
|
|
356
|
+
"databaseview.TableEditor": "테이블 편집기",
|
|
357
|
+
"databaseview.SQLEditor": "SQL 편집기",
|
|
358
|
+
"databaseview.Refresh": "새로고침",
|
|
359
|
+
"databaseview.SelectATable": "테이블을 선택하세요",
|
|
360
|
+
"databaseview.ChooseATableFrom": "사이드바에서 테이블을 선택하세요",
|
|
361
|
+
"databaseview.Tables": "테이블",
|
|
362
|
+
"databaseview.tables": "테이블",
|
|
363
|
+
"databaseview.Connecting": "연결 중...",
|
|
364
|
+
"databaseview.DatabaseNotAvailab": "데이터베이스를 사용할 수 없습니다",
|
|
365
|
+
"databaseview.TheDatabaseViewer": "데이터베이스 뷰어는 로컬 에이전트 런타임이 실행 중일 때만 사용할 수 있습니다.",
|
|
366
|
+
"databaseview.FilterTables": "테이블 필터링...",
|
|
367
|
+
"databaseview.Loading": "불러오는 중...",
|
|
368
|
+
"databaseview.showSidebar": "사이드바 표시",
|
|
369
|
+
"databaseview.hideSidebar": "사이드바 숨기기",
|
|
370
|
+
"databaseview.columns": "열",
|
|
371
|
+
"databaseview.TableIsEmpty": "테이블이 비어 있습니다",
|
|
372
|
+
"databaseview.SELECTFROMMemori": "SELECT * FROM memories LIMIT 100;",
|
|
373
|
+
"databaseview.runQuery": "쿼리 실행",
|
|
374
|
+
"databaseview.Enter": "Enter",
|
|
375
|
+
"databaseview.RecentQueries": "최근 쿼리",
|
|
376
|
+
"databaseview.QueryReturnedNoRo": "쿼리 결과가 없습니다",
|
|
377
|
+
"emotepicker.Emotes": "감정 표현",
|
|
378
|
+
"emotepicker.NoEmotesFound": "감정 표현을 찾을 수 없습니다.",
|
|
379
|
+
"emotepicker.SearchEmotes": "이모티콘 검색...",
|
|
380
|
+
"finetuningview.LoadingFineTuning": "미세 조정 작업공간 로드 중...",
|
|
381
|
+
"finetuningview.FineTuning": "미세 조정",
|
|
382
|
+
"finetuningview.BuildDatasetsFrom": "실제 궤적에서 데이터 세트를 구축하고 훈련 작업을 실행한 다음\n 모델을 가져오고 활성화합니다.",
|
|
383
|
+
"finetuningview.RefreshAll": "전체 새로고침",
|
|
384
|
+
"finetuningview.Status": "상태",
|
|
385
|
+
"finetuningview.Runtime": "실행 시간:",
|
|
386
|
+
"finetuningview.RunningJobs": "작업 실행:",
|
|
387
|
+
"finetuningview.QueuedJobs": "대기 중인 작업:",
|
|
388
|
+
"finetuningview.Datasets": "데이터세트:",
|
|
389
|
+
"finetuningview.Models": "모델:",
|
|
390
|
+
"finetuningview.FailedJobs": "실패한 작업:",
|
|
391
|
+
"finetuningview.Trajectories": "궤적",
|
|
392
|
+
"finetuningview.trajectoryRowsAvai": "궤적 행을 사용할 수 있습니다.",
|
|
393
|
+
"finetuningview.LatestTrajectories": "최신 궤적",
|
|
394
|
+
"finetuningview.NoTrajectoriesFoun": "아직 궤적을 찾을 수 없습니다.",
|
|
395
|
+
"finetuningview.Calls": "호출:",
|
|
396
|
+
"finetuningview.Reward": "· 보상:",
|
|
397
|
+
"finetuningview.SelectedTrajectory": "선택된 궤적",
|
|
398
|
+
"finetuningview.LoadingTrajectoryD": "궤도 세부정보 로드 중...",
|
|
399
|
+
"finetuningview.ChooseATrajectory": "검사할 궤적을 선택하세요.",
|
|
400
|
+
"finetuningview.Trajectory": "궤도:",
|
|
401
|
+
"finetuningview.Agent": "에이전트:",
|
|
402
|
+
"finetuningview.Reward1": "보상:",
|
|
403
|
+
"finetuningview.Datasets1": "데이터세트",
|
|
404
|
+
"finetuningview.RefreshDatasets": "데이터 세트 새로 고침",
|
|
405
|
+
"finetuningview.NoDatasetsYet": "아직 데이터세트가 없습니다.",
|
|
406
|
+
"finetuningview.samples": "샘플 ·",
|
|
407
|
+
"finetuningview.trajectories": "궤적",
|
|
408
|
+
"finetuningview.TrainingJobs": "학습 작업",
|
|
409
|
+
"finetuningview.AutoBuildDatasetF": "궤적에서 데이터 세트 자동 구축",
|
|
410
|
+
"finetuningview.cpu": "CPU",
|
|
411
|
+
"finetuningview.mlx": "mlx",
|
|
412
|
+
"finetuningview.cuda": "쿠다",
|
|
413
|
+
"finetuningview.RefreshJobs": "작업 새로 고침",
|
|
414
|
+
"finetuningview.ActiveJob": "활성 작업:",
|
|
415
|
+
"finetuningview.NoJobsYet": "아직 작업이 없습니다.",
|
|
416
|
+
"finetuningview.SelectedJobLogs": "선택된 작업 로그",
|
|
417
|
+
"finetuningview.SelectAJobToInsp": "로그를 검사할 작업을 선택하세요.",
|
|
418
|
+
"finetuningview.Status1": "상태:",
|
|
419
|
+
"finetuningview.Dataset": "데이터세트:",
|
|
420
|
+
"finetuningview.TrainedModels": "훈련된 모델",
|
|
421
|
+
"finetuningview.NoTrainedModelsYe": "아직 훈련된 모델이 없습니다.",
|
|
422
|
+
"finetuningview.backend": "백엔드:",
|
|
423
|
+
"finetuningview.benchmark": "기준:",
|
|
424
|
+
"finetuningview.ModelActions": "모델 작업",
|
|
425
|
+
"finetuningview.SelectAModelToIm": "가져오거나 활성화할 모델을 선택하세요.",
|
|
426
|
+
"finetuningview.Model": "모델:",
|
|
427
|
+
"finetuningview.AdapterPath": "어댑터 경로:",
|
|
428
|
+
"finetuningview.LiveTrainingEvents": "실시간 교육 이벤트",
|
|
429
|
+
"finetuningview.NoLiveEventsYet": "아직 라이브 이벤트가 없습니다. 여기에서 진행 상황을 스트리밍하려면 작업을 시작하세요.",
|
|
430
|
+
"finetuningview.LimitTrajectories": "궤적 제한(예: 250)",
|
|
431
|
+
"finetuningview.MinLLMCallsPerTr": "궤적당 최소 LLM 호출",
|
|
432
|
+
"finetuningview.BaseModelOptional": "기본 모델(선택 사항)",
|
|
433
|
+
"finetuningview.IterationsOptional": "반복(선택사항)",
|
|
434
|
+
"finetuningview.BatchSizeOptional": "배치 크기(선택 사항)",
|
|
435
|
+
"finetuningview.LearningRateOptio": "학습률(선택사항)",
|
|
436
|
+
"finetuningview.OllamaModelNameO": "Ollama 모델명(선택사항)",
|
|
437
|
+
"finetuningview.BaseModelForOllam": "Ollama 기본 모델(선택 사항)",
|
|
438
|
+
"finetuningview.OllamaURL": "올라마 URL",
|
|
439
|
+
"finetuningview.ProviderModelEG": "공급자 모델(예: \"ollama/my-model\")",
|
|
440
|
+
"gameviewoverlay.Expand": "확장",
|
|
441
|
+
"gameviewoverlay.ExpandBackToApps": "앱 탭으로 다시 확장",
|
|
442
|
+
"gameviewoverlay.CloseOverlay": "오버레이 닫기",
|
|
443
|
+
"header.Cloud": "클라우드",
|
|
444
|
+
"header.CloudCreditsBalanc": "클라우드 크레딧 잔액",
|
|
445
|
+
"knowledgeview.Documents": "문서",
|
|
446
|
+
"knowledgeview.ChooseFiles": "파일 선택",
|
|
447
|
+
"knowledgeview.ChooseFolder": "폴더 선택",
|
|
448
|
+
"knowledgeview.AddFromURL": "URL에서 추가",
|
|
449
|
+
"knowledgeview.IncludeAIImageDes": "이미지 처리",
|
|
450
|
+
"knowledgeview.PasteAURLToImpor": "콘텐츠를 가져오려면 URL을 붙여넣으세요. 유튜브 링크는 됩니다\n 자동 전사되었습니다.",
|
|
451
|
+
"knowledgeview.Import": "가져오기",
|
|
452
|
+
"knowledgeview.SearchResults": "검색결과(",
|
|
453
|
+
"knowledgeview.Clear": "지우기",
|
|
454
|
+
"knowledgeview.Match": "% 일치",
|
|
455
|
+
"knowledgeview.NoResultsFound": "검색결과가 없습니다",
|
|
456
|
+
"knowledgeview.YouTube": "유튜브",
|
|
457
|
+
"knowledgeview.URL": "URL",
|
|
458
|
+
"knowledgeview.Loading": "로드 중...",
|
|
459
|
+
"knowledgeview.Type": "유형:",
|
|
460
|
+
"knowledgeview.Source": "출처:",
|
|
461
|
+
"knowledgeview.Fragments1": "조각(",
|
|
462
|
+
"knowledgeview.Fragment": "조각",
|
|
463
|
+
"knowledgeview.Position": "위치:",
|
|
464
|
+
"knowledgeview.NoFragmentsFound": "조각을 찾을 수 없습니다.",
|
|
465
|
+
"knowledgeview.KnowledgeServiceIs": "지식 서비스 로드 중...",
|
|
466
|
+
"knowledgeview.LoadingDocuments": "문서 로드 중...",
|
|
467
|
+
"knowledgeview.NoDocumentsYet": "아직 문서가 없습니다.",
|
|
468
|
+
"knowledgeview.UploadFilesOrImpo": "시작하려면 파일을 업로드하거나 URL에서 가져오기",
|
|
469
|
+
"knowledgeview.httpsExampleCom": "https://example.com/document.pdf 또는 YouTube URL",
|
|
470
|
+
"lifomonitorpanel.LifoComputerUseSu": "Lifo 컴퓨터 사용 표면",
|
|
471
|
+
"lifomonitorpanel.WatchOnlyDesktopM": "자율 에이전트가 수행하는 작업에 대한 감시 전용 데스크탑 미러입니다.",
|
|
472
|
+
"lifomonitorpanel.WaitingForSandbox": "샌드박스 화면 프레임을 기다리는 중...",
|
|
473
|
+
"lifomonitorpanel.BrowserSandboxCo": "브라우저 + 샌드박스 컨텍스트",
|
|
474
|
+
"lifomonitorpanel.AgentControlsBrows": "에이전트는 브라우저/컴퓨터 도구를 제어합니다. 이 패널은 상태를 반영합니다.",
|
|
475
|
+
"lifomonitorpanel.LiveSurface": "라이브 표면",
|
|
476
|
+
"lifomonitorpanel.CDPEndpoint": "CDP 엔드포인트",
|
|
477
|
+
"lifomonitorpanel.WSEndpoint": "WS 엔드포인트",
|
|
478
|
+
"lifomonitorpanel.noVNCEndpoint": "noVNC 엔드포인트",
|
|
479
|
+
"lifomonitorpanel.VisibleWindows": "보이는 창(",
|
|
480
|
+
"lifomonitorpanel.NoActiveWindowsRe": "보고된 활성 창이 없습니다.",
|
|
481
|
+
"lifomonitorpanel.SandboxLiveNoVNCS": "샌드박스 라이브 noVNC 표면",
|
|
482
|
+
"lifosandboxview.Reset": "초기화",
|
|
483
|
+
"lifosandboxview.AgentCommandsRepla": "재생된 에이전트 명령:",
|
|
484
|
+
"lifosandboxview.Explorer": "탐색기",
|
|
485
|
+
"lifosandboxview.Terminal": "터미널",
|
|
486
|
+
"lifosandboxview.AgentReplayLog": "에이전트 재생 로그",
|
|
487
|
+
"logspageview.AgentRuntimeLogsW": "필터링이 포함된 에이전트 런타임 로그입니다.",
|
|
488
|
+
"logsview.AllLevels": "모든 레벨",
|
|
489
|
+
"logsview.Debug": "디버그",
|
|
490
|
+
"logsview.Info": "정보",
|
|
491
|
+
"logsview.Warn": "경고",
|
|
492
|
+
"logsview.Error": "오류",
|
|
493
|
+
"logsview.AllSources": "모든 소스",
|
|
494
|
+
"logsview.AllTags": "모든 태그",
|
|
495
|
+
"logsview.ClearFilters": "필터 지우기",
|
|
496
|
+
"logsview.NoLogEntries": "로그 항목 없음",
|
|
497
|
+
"logsview.SearchLogs": "로그 검색...",
|
|
498
|
+
"mediasettingssection.LoadingMediaConfig": "미디어 구성 로드 중...",
|
|
499
|
+
"mediasettingssection.APISource": "API 소스:",
|
|
500
|
+
"mediasettingssection.Provider": "공급자:",
|
|
501
|
+
"mediasettingssection.Model": "모델",
|
|
502
|
+
"mediasettingssection.FluxPro": "플럭스 프로",
|
|
503
|
+
"mediasettingssection.FluxProV11": "플럭스 프로 v1.1",
|
|
504
|
+
"mediasettingssection.FluxKontextPro": "Flux 컨텍스트 프로",
|
|
505
|
+
"mediasettingssection.Flux2Flex": "플럭스 2 플렉스",
|
|
506
|
+
"mediasettingssection.FluxDev": "플럭스 개발",
|
|
507
|
+
"mediasettingssection.FluxSchnell": "플럭스 슈넬",
|
|
508
|
+
"mediasettingssection.FastFlux": "패스트 플럭스",
|
|
509
|
+
"mediasettingssection.NanoBananaProGoo": "나노 바나나 프로(구글)",
|
|
510
|
+
"mediasettingssection.RecraftV3": "V3 재제작",
|
|
511
|
+
"mediasettingssection.KlingImageV3": "클링 이미지 v3",
|
|
512
|
+
"mediasettingssection.KlingImageO3": "클링 이미지 O3",
|
|
513
|
+
"mediasettingssection.GrokImagineXAI": "그록 이매진(xAI)",
|
|
514
|
+
"mediasettingssection.StableDiffusion3": "안정확산 3",
|
|
515
|
+
"mediasettingssection.DALLE3": "DALL-E 3",
|
|
516
|
+
"mediasettingssection.DALLE2": "DALL-E 2",
|
|
517
|
+
"mediasettingssection.Quality": "품질",
|
|
518
|
+
"mediasettingssection.Standard": "기준",
|
|
519
|
+
"mediasettingssection.Veo31Google": "베오 3.1(구글)",
|
|
520
|
+
"mediasettingssection.Veo31Fast": "Veo 3.1 빠른",
|
|
521
|
+
"mediasettingssection.Sora2": "소라 2",
|
|
522
|
+
"mediasettingssection.Sora2Pro": "소라 2 프로",
|
|
523
|
+
"mediasettingssection.Kling30Pro": "클링 3.0 프로",
|
|
524
|
+
"mediasettingssection.Kling30": "클링 3.0",
|
|
525
|
+
"mediasettingssection.KlingO3Pro": "클링 O3 프로",
|
|
526
|
+
"mediasettingssection.KlingO3": "클링 O3",
|
|
527
|
+
"mediasettingssection.GrokVideoXAI": "그록 비디오(xAI)",
|
|
528
|
+
"mediasettingssection.MinimaxHailuo": "미니맥스 하이뤄",
|
|
529
|
+
"mediasettingssection.HunyuanVideo": "훈위안 비디오",
|
|
530
|
+
"mediasettingssection.Mochi1": "떡 1개",
|
|
531
|
+
"mediasettingssection.Wan22": "완 2.2",
|
|
532
|
+
"mediasettingssection.Veo31": "베오 3.1",
|
|
533
|
+
"mediasettingssection.GrokXAI": "그록(xAI)",
|
|
534
|
+
"mediasettingssection.LumaDreamMachine": "루마 드림 머신",
|
|
535
|
+
"mediasettingssection.PixverseV45": "픽스버스 v4.5",
|
|
536
|
+
"mediasettingssection.LTX219B": "LTX-2 19B",
|
|
537
|
+
"mediasettingssection.ChirpV35": "처프 v3.5",
|
|
538
|
+
"mediasettingssection.ChirpV3": "처프 v3",
|
|
539
|
+
"mediasettingssection.MaxDurationSecond": "최대 기간(초)",
|
|
540
|
+
"mediasettingssection.GPT4o": "GPT-4o",
|
|
541
|
+
"mediasettingssection.GPT4oMini": "GPT-4o 미니",
|
|
542
|
+
"mediasettingssection.GPT4Turbo": "GPT-4 터보",
|
|
543
|
+
"mediasettingssection.Gemini20Flash": "제미니 2.0 플래시",
|
|
544
|
+
"mediasettingssection.Gemini15Pro": "제미니 1.5 프로",
|
|
545
|
+
"mediasettingssection.Gemini15Flash": "제미니 1.5 플래시",
|
|
546
|
+
"mediasettingssection.ClaudeSonnet4": "클로드 소네트 4",
|
|
547
|
+
"mediasettingssection.Claude35Sonnet": "클로드 3.5 소네트",
|
|
548
|
+
"mediasettingssection.Claude3Haiku": "클로드 3 하이쿠",
|
|
549
|
+
"mediasettingssection.Flux": "Flux",
|
|
550
|
+
"mediasettingssection.OtherModels": "기타 모델",
|
|
551
|
+
"mediasettingssection.TextToVideo": "텍스트 → 비디오",
|
|
552
|
+
"mediasettingssection.ImageToVideo": "이미지 → 비디오",
|
|
553
|
+
"messagecontent.Enabled": "— 활성화됨",
|
|
554
|
+
"messagecontent.configuration": "구성...",
|
|
555
|
+
"messagecontent.Plugin": "플러그인 \"",
|
|
556
|
+
"messagecontent.NotFound": "\" 찾을 수 없습니다.",
|
|
557
|
+
"messagecontent.Configuration": "구성",
|
|
558
|
+
"messagecontent.Configured": "구성됨",
|
|
559
|
+
"messagecontent.NoConfigurablePara": "구성 가능한 매개변수가 없습니다.",
|
|
560
|
+
"messagecontent.Saved": "저장됨",
|
|
561
|
+
"messagecontent.InteractiveUI": "대화형 UI",
|
|
562
|
+
"pairingview.PairingRequired": "페어링 필요",
|
|
563
|
+
"pairingview.EnterThePairingCo": "서버 로그에 있는 페어링 코드를 입력하여 인증하세요.",
|
|
564
|
+
"pairingview.PairingCode": "페어링 코드",
|
|
565
|
+
"pairingview.PairingIsNotEnabl": "이 서버에서는 페어링이 활성화되어 있지 않습니다.",
|
|
566
|
+
"pairingview.NextSteps": "다음 단계:",
|
|
567
|
+
"pairingview.AskTheServerOwner": "서버 소유자에게 API 토큰을 요청하세요.",
|
|
568
|
+
"pairingview.EnablePairingOnTh": "서버에서 페어링을 활성화하고 Milady를 다시 시작하세요.",
|
|
569
|
+
"pairingview.PairingSetupDocs": "페어링 설정 문서",
|
|
570
|
+
"pairingview.EnterPairingCode": "페어링 코드 입력",
|
|
571
|
+
"permissionssection.Request": "요청",
|
|
572
|
+
"permissionssection.MissingPermissions": "누락된 권한",
|
|
573
|
+
"permissionssection.LoadingPermissions": "권한 로드 중...",
|
|
574
|
+
"permissionssection.SystemPermissions": "시스템 권한",
|
|
575
|
+
"permissionssection.Continue": "계속",
|
|
576
|
+
"permissionssection.Grant": "허용",
|
|
577
|
+
"permissionssection.SkipForNow": "지금은 건너뛰기",
|
|
578
|
+
"pluginsview.TestConnection": "연결 테스트",
|
|
579
|
+
"pluginsview.AddPlugin": "+ 플러그인 추가",
|
|
580
|
+
"pluginsview.ApplyingPluginChan": "플러그인 변경 사항을 적용하고 에이전트가 다시 시작되기를 기다리는 중...",
|
|
581
|
+
"restartbanner.Later": "나중에",
|
|
582
|
+
"runtimeview.none": "없음",
|
|
583
|
+
"runtimeview.Services": "서비스(",
|
|
584
|
+
"runtimeview.types": "타입)",
|
|
585
|
+
"runtimeview.depth": "깊이",
|
|
586
|
+
"runtimeview.arrayCap": "어레이 캡",
|
|
587
|
+
"runtimeview.objectCap": "개체 캡",
|
|
588
|
+
"runtimeview.Collapse": "접기",
|
|
589
|
+
"runtimeview.ExpandTop": "상단 확장",
|
|
590
|
+
"runtimeview.Summary": "요약",
|
|
591
|
+
"runtimeview.runtime": "런타임:",
|
|
592
|
+
"runtimeview.agent": "에이전트:",
|
|
593
|
+
"runtimeview.state": "상태:",
|
|
594
|
+
"runtimeview.model": "모델:",
|
|
595
|
+
"runtimeview.plugins": "플러그인:",
|
|
596
|
+
"runtimeview.actions": "액션:",
|
|
597
|
+
"runtimeview.providers": "프로바이더:",
|
|
598
|
+
"runtimeview.evaluators": "이밸류에이터:",
|
|
599
|
+
"runtimeview.services": "서비스:",
|
|
600
|
+
"runtimeview.AgentRuntimeIsNot": "에이전트 런타임이 실행되고 있지 않습니다. 런타임을 시작하고 새로 고칩니다.",
|
|
601
|
+
"runtimeview.Plugins": "플러그인",
|
|
602
|
+
"runtimeview.Actions": "액션",
|
|
603
|
+
"runtimeview.Providers": "프로바이더",
|
|
604
|
+
"runtimeview.Evaluators": "이밸류에이터",
|
|
605
|
+
"savecommandmodal.SaveAsCommand": "/명령으로 저장",
|
|
606
|
+
"savecommandmodal.CommandName": "명령 이름",
|
|
607
|
+
"savecommandmodal.Preview": "미리보기",
|
|
608
|
+
"savecommandmodal.Save": "저장",
|
|
609
|
+
"savecommandmodal.myCommand": "내 명령",
|
|
610
|
+
"secretsview.LoadingSecrets": "비밀 로드 중...",
|
|
611
|
+
"secretsview.ManageAPIKeysAnd": "API 키 및 자격 증명을 관리합니다. 플러그인에서 비밀을 추가하고 설정하세요.\n 한 번.",
|
|
612
|
+
"secretsview.AddSecret": "+ 비밀 추가",
|
|
613
|
+
"secretsview.YourVaultIsEmpty": "저장소가 비어 있습니다. \"비밀 추가\"를 클릭하여 어떤 API 키를 추가할지 선택하세요.\n 여기서 관리하세요.",
|
|
614
|
+
"secretsview.AddSecretsToVault": "Vault에 비밀 추가",
|
|
615
|
+
"secretsview.Add": "추가",
|
|
616
|
+
"secretsview.Required": "필수",
|
|
617
|
+
"secretsview.SearchByKeyDescr": "키, 설명 또는 플러그인 이름으로 검색하세요...",
|
|
618
|
+
"secretsview.RemoveFromVault": "저장소에서 제거",
|
|
619
|
+
"settingsview.Password": "비밀번호",
|
|
620
|
+
"settingsview.IncludeRecentLogs": "백업에 최근 로그 포함",
|
|
621
|
+
"settingsview.BackupFile": "백업 파일",
|
|
622
|
+
"settingsview.EnterExportPasswor": "내보내기 비밀번호를 입력하세요",
|
|
623
|
+
"settingsview.EnterImportPasswor": "가져오기 비밀번호를 입력하세요",
|
|
624
|
+
"shortcutsoverlay.KeyboardShortcuts": "키보드 단축키",
|
|
625
|
+
"skillsview.ReviewFindings": "결과 검토",
|
|
626
|
+
"skillsview.ScanReport": "스캔 보고서",
|
|
627
|
+
"skillsview.critical": "심각",
|
|
628
|
+
"skillsview.warnings": "경고",
|
|
629
|
+
"skillsview.AcknowledgeAmpEn": "승인 및 활성화",
|
|
630
|
+
"skillsview.Dismiss": "닫기",
|
|
631
|
+
"skillsview.LoadingScanReport": "스캔 보고서 로드 중...",
|
|
632
|
+
"skillsview.score": "점수:",
|
|
633
|
+
"skillsview.result": "결과",
|
|
634
|
+
"skillsview.CreateNewSkill": "새 기술 만들기",
|
|
635
|
+
"skillsview.SkillName": "스킬명",
|
|
636
|
+
"skillsview.Description": "설명",
|
|
637
|
+
"skillsview.SKILLMd": "SKILL.md",
|
|
638
|
+
"skillsview.unsaved": "저장되지 않은",
|
|
639
|
+
"skillsview.toSave": "저장",
|
|
640
|
+
"skillsview.LoadingSkillSource": "스킬 소스 로드 중...",
|
|
641
|
+
"skillsview.eGMyAwesomeSkil": "예를 들어 내 굉장한 기술",
|
|
642
|
+
"skillsview.BriefDescriptionOf": "이 기술의 기능에 대한 간략한 설명(선택 사항)",
|
|
643
|
+
"startupfailureview.StartupFailed": "시작 실패:",
|
|
644
|
+
"startupfailureview.ThisOriginDoesNot": "이 원본은 에이전트 백엔드를 호스팅하지 않습니다.",
|
|
645
|
+
"startupfailureview.RetryStartup": "시동 재시도",
|
|
646
|
+
"startupfailureview.OpenApp": "앱 열기",
|
|
647
|
+
"streamview.StreamingUnavailabl": "스트리밍 불가",
|
|
648
|
+
"streamview.EnableTheStreaming": "스트리밍 플러그인을 활성화하여 라이브로 전환하세요",
|
|
649
|
+
"streamview.MiladyCouldNotRea": "Milady는 이에 대한 로컬 스트리밍 경로에 연결할 수 없습니다.\n 보기. 설치 및 활성화",
|
|
650
|
+
"streamview.streamingBase": "스트리밍 기반",
|
|
651
|
+
"streamview.pluginThenReload": "플러그인을 선택한 다음 스트림 탭을 다시 로드하세요.",
|
|
652
|
+
"streamview.IfThePluginIsAlr": "플러그인이 이미 설치되어 있는 경우 데스크톱 앱을 다시 시작하거나\n API 서버를 확인하고 다시 시도하세요.",
|
|
653
|
+
"streamview.Game": "게임",
|
|
654
|
+
"subscriptionstatus.ClaudeSubscription": "Claude 구독 자격 증명이 만료되었거나 유효하지 않습니다. 다시 연결\n 계속하려면.",
|
|
655
|
+
"subscriptionstatus.SetupToken": "설정 토큰",
|
|
656
|
+
"subscriptionstatus.OAuthLogin": "OAuth 로그인",
|
|
657
|
+
"subscriptionstatus.SavingAmpRestart": "저장하고 다시 시작하는 중...",
|
|
658
|
+
"subscriptionstatus.YourClaudeSubscrip": "귀하의 Claude 구독이 연결되었습니다. 계정을 전환하려면 연결을 해제하세요.",
|
|
659
|
+
"subscriptionstatus.RequiresClaudePro": "Claude Pro($20/월) 또는 Max($100/월)가 필요합니다.",
|
|
660
|
+
"subscriptionstatus.AfterLoggingInCo": "로그인 후 Anthropic에서 인증코드를 복사하고\n 아래에 붙여넣으세요.",
|
|
661
|
+
"subscriptionstatus.ChatGPTSubscription": "ChatGPT 구독 자격 증명이 만료되었거나 유효하지 않습니다. 다시 연결\n 계속하려면.",
|
|
662
|
+
"subscriptionstatus.YourChatGPTSubscri": "ChatGPT 구독이 연결되었습니다. 스위치 연결 해제\n 계정.",
|
|
663
|
+
"subscriptionstatus.LoginWithOpenAI": "OpenAI로 로그인",
|
|
664
|
+
"subscriptionstatus.RequiresChatGPTPlu": "ChatGPT Plus($20/월) 또는 Pro($200/월)가 필요합니다.",
|
|
665
|
+
"subscriptionstatus.AfterLoggingInYo": "로그인하면 로드되지 않는 페이지로 리디렉션됩니다.\n (다음으로 시작",
|
|
666
|
+
"subscriptionstatus.localhost1455": "로컬호스트:1455",
|
|
667
|
+
"subscriptionstatus.CopyTheEntireU": "). 전체 URL을 복사하여 아래에 붙여넣으세요.",
|
|
668
|
+
"subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
|
|
669
|
+
"subscriptionstatus.PasteTheAuthorizat": "여기에 인증 코드를 붙여넣으세요...",
|
|
670
|
+
"subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
|
|
671
|
+
"trajectoriesview.Total": "총:",
|
|
672
|
+
"trajectoriesview.LLMCalls": "LLM 호출:",
|
|
673
|
+
"trajectoriesview.Tokens": "토큰:",
|
|
674
|
+
"trajectoriesview.AvgDuration": "평균 기간:",
|
|
675
|
+
"trajectoriesview.Logging": "로깅:",
|
|
676
|
+
"trajectoriesview.AllStatuses": "모든 상태",
|
|
677
|
+
"trajectoriesview.Completed": "완료됨",
|
|
678
|
+
"trajectoriesview.JSONWithPrompts": "JSON(프롬프트 포함)",
|
|
679
|
+
"trajectoriesview.JSONRedacted": "JSON(수정됨)",
|
|
680
|
+
"trajectoriesview.CSVSummaryOnly": "CSV(요약만)",
|
|
681
|
+
"trajectoriesview.ZIPFolders": "ZIP(폴더)",
|
|
682
|
+
"trajectoriesview.LoadingTrajectories": "궤적 로드 중...",
|
|
683
|
+
"trajectoriesview.NoTrajectories": "궤적 없음",
|
|
684
|
+
"trajectoriesview.NoTrajectoriesMatchingFilters": "현재 필터와 일치하는 궤적이 없습니다.",
|
|
685
|
+
"trajectoriesview.NoTrajectoriesYet": "아직 궤적이 없습니다.",
|
|
686
|
+
"trajectoriesview.LoggingHelp": "로깅은 프로덕션에서 기본적으로 꺼져 있고 개발 환경에서는 켜져 있습니다. 이 버튼으로 변경할 수 있습니다.",
|
|
687
|
+
"trajectoriesview.FailedToLoad": "궤적을 불러오지 못했습니다.",
|
|
688
|
+
"trajectoriesview.FailedToUpdateConfig": "로깅 설정을 업데이트하지 못했습니다.",
|
|
689
|
+
"trajectoriesview.FailedToExport": "궤적을 내보내지 못했습니다.",
|
|
690
|
+
"trajectoriesview.FailedToClear": "궤적을 지우지 못했습니다.",
|
|
691
|
+
"trajectoriesview.DeleteAllTitle": "모든 궤적 삭제",
|
|
692
|
+
"trajectoriesview.DeleteAllMessage": "모든 궤적을 삭제하시겠습니까?",
|
|
693
|
+
"trajectoriesview.DeleteAllDetail": "이 작업은 되돌릴 수 없습니다.",
|
|
694
|
+
"trajectoriesview.Time": "시간",
|
|
695
|
+
"trajectoriesview.Source": "원천",
|
|
696
|
+
"trajectoriesview.Calls": "호출",
|
|
697
|
+
"trajectoriesview.Tokens1": "토큰",
|
|
698
|
+
"trajectoriesview.Duration": "소요 시간",
|
|
699
|
+
"trajectoriesview.Showing": "표시 중",
|
|
700
|
+
"trajectoriesview.ShowingRange": "{{total}}개 중 {{start}}-{{end}} 표시",
|
|
701
|
+
"trajectoriesview.Search": "검색...",
|
|
702
|
+
"trajectorydetailview.lines": "줄",
|
|
703
|
+
"trajectorydetailview.Copy": "복사",
|
|
704
|
+
"trajectorydetailview.EstCost": "예상 비용:",
|
|
705
|
+
"trajectorydetailview.Temp": "온도:",
|
|
706
|
+
"trajectorydetailview.Max": "최대:",
|
|
707
|
+
"trajectorydetailview.SystemPrompt": "시스템 프롬프트(",
|
|
708
|
+
"trajectorydetailview.chars": "문자)",
|
|
709
|
+
"trajectorydetailview.LoadingTrajectory": "궤적 로드 중...",
|
|
710
|
+
"trajectorydetailview.GoBack": "돌아가기",
|
|
711
|
+
"trajectorydetailview.TrajectoryNotFound": "궤적을 찾을 수 없습니다.",
|
|
712
|
+
"trajectorydetailview.Back": "← 뒤로",
|
|
713
|
+
"trajectorydetailview.TrajectoryDetail": "궤적 세부정보",
|
|
714
|
+
"trajectorydetailview.Time": "시간:",
|
|
715
|
+
"trajectorydetailview.Source": "원천:",
|
|
716
|
+
"trajectorydetailview.Duration": "소요 시간:",
|
|
717
|
+
"trajectorydetailview.TotalTokens": "총 토큰:",
|
|
718
|
+
"trajectorydetailview.NoLLMCallsRecorde": "이 궤적에 대해 기록된 LLM 호출이 없습니다.",
|
|
719
|
+
"trajectorydetailview.CopyToClipboard": "클립보드에 복사",
|
|
720
|
+
"trajectorydetailview.System": "시스템",
|
|
721
|
+
"trajectorydetailview.InputUser": "입력(사용자)",
|
|
722
|
+
"trajectorydetailview.OutputResponse": "출력(응답)",
|
|
723
|
+
"triggersview.TriggersScheduleAu": "하트비트는 에이전트의 자율 지침을 예약합니다. 각 하트비트는\n 간격, 일회성 타임스탬프 또는 크론 일정으로 실행될 수 있습니다. 실행되면\n 지침이 자율성에 주입되고 실행 결과는\n 아래에 기록됩니다.",
|
|
724
|
+
"triggersview.TriggerHealth": "하트비트 상태",
|
|
725
|
+
"triggersview.NoHealthDataYet": "아직 건강 데이터가 없습니다. 트리거는 처음 이후 여기에 보고합니다.\n 실행.",
|
|
726
|
+
"triggersview.Name": "이름",
|
|
727
|
+
"triggersview.Instructions": "지침",
|
|
728
|
+
"triggersview.ScheduleType": "일정 유형",
|
|
729
|
+
"triggersview.RepeatingInterval": "반복 간격",
|
|
730
|
+
"triggersview.OneTime": "일회성",
|
|
731
|
+
"triggersview.CronSchedule": "크론 일정",
|
|
732
|
+
"triggersview.WakeMode": "웨이크 모드",
|
|
733
|
+
"triggersview.InjectAmpWakeIm": "주입 후 즉시 깨우기",
|
|
734
|
+
"triggersview.QueueForNextCycle": "다음 주기를 위한 대기열",
|
|
735
|
+
"triggersview.MaxRunsOptional": "최대 실행(선택 사항)",
|
|
736
|
+
"triggersview.IntervalMs": "간격 (ms) —",
|
|
737
|
+
"triggersview.ScheduledTimeISO": "예정된 시간(ISO)",
|
|
738
|
+
"triggersview.CronExpression5F": "크론 표현식(5필드)",
|
|
739
|
+
"triggersview.minuteHourDayMont": "분 시 일 월 주중 — 예: \"0 9 * * 1-5\" = 평일\n 오전 9시",
|
|
740
|
+
"triggersview.StartEnabled": "활성화 상태로 시작",
|
|
741
|
+
"triggersview.NoTriggersConfigur": "아직 구성된 하트비트가 없습니다.",
|
|
742
|
+
"triggersview.CreateOneAboveTo": "자율 에이전트 작업을 예약하려면 위에서 하나를 만드세요.",
|
|
743
|
+
"triggersview.Edit": "편집",
|
|
744
|
+
"triggersview.RunNow": "지금 실행",
|
|
745
|
+
"triggersview.Delete": "삭제",
|
|
746
|
+
"triggersview.LastRun": "마지막 실행",
|
|
747
|
+
"triggersview.RunHistory": "실행 기록",
|
|
748
|
+
"triggersview.NoRunsRecordedYet": "아직 기록된 실행이 없습니다.",
|
|
749
|
+
"triggersview.Disabled": "비활성화",
|
|
750
|
+
"triggersview.Executions": "실행 횟수",
|
|
751
|
+
"triggersview.Failures": "실패",
|
|
752
|
+
"triggersview.LastExec": "마지막 실행",
|
|
753
|
+
"triggersview.eGDailyDigestH": "예를 들어 데일리 다이제스트, 심박체크",
|
|
754
|
+
"triggersview.WhatShouldTheAgen": "이 트리거가 실행되면 에이전트는 무엇을 해야 합니까?",
|
|
755
|
+
"triggersview.20260215T100000": "2026-02-15T10:00:00.000Z",
|
|
756
|
+
"heartbeatsview.durationUnitSeconds": "초",
|
|
757
|
+
"heartbeatsview.durationUnitMinutes": "분",
|
|
758
|
+
"heartbeatsview.durationUnitHours": "시간",
|
|
759
|
+
"heartbeatsview.durationUnitDays": "일",
|
|
760
|
+
"heartbeatsview.every": "매",
|
|
761
|
+
"heartbeatsview.onceAt": "{{time}}에 한 번",
|
|
762
|
+
"heartbeatsview.once": "한 번",
|
|
763
|
+
"heartbeatsview.cronPrefix": "크론:",
|
|
764
|
+
"heartbeatsview.validationDisplayNameRequired": "표시 이름은 필수입니다.",
|
|
765
|
+
"heartbeatsview.validationInstructionsRequired": "지침은 필수입니다.",
|
|
766
|
+
"heartbeatsview.validationIntervalPositive": "간격은 양수여야 합니다.",
|
|
767
|
+
"heartbeatsview.validationScheduledTimeRequired": "일회성 하트비트에는 예약 시간이 필요합니다.",
|
|
768
|
+
"heartbeatsview.validationScheduledTimeInvalid": "예약 시간은 유효한 ISO 날짜-시간이어야 합니다.",
|
|
769
|
+
"heartbeatsview.validationCronRequired": "크론 표현식은 필수입니다.",
|
|
770
|
+
"heartbeatsview.validationCronFiveFields": "크론 표현식은 정확히 5개 필드(분 시 일 월 요일)여야 합니다.",
|
|
771
|
+
"heartbeatsview.cronFieldMinute": "분",
|
|
772
|
+
"heartbeatsview.cronFieldHour": "시",
|
|
773
|
+
"heartbeatsview.cronFieldDay": "일",
|
|
774
|
+
"heartbeatsview.cronFieldMonth": "월",
|
|
775
|
+
"heartbeatsview.cronFieldWeekday": "요일",
|
|
776
|
+
"heartbeatsview.validationCronInvalidField": "잘못된 크론 {{field}} 필드: \"{{value}}\"",
|
|
777
|
+
"heartbeatsview.validationMaxRunsPositive": "최대 실행 횟수는 양의 정수여야 합니다.",
|
|
778
|
+
"heartbeatsview.deleteTitle": "하트비트 삭제",
|
|
779
|
+
"heartbeatsview.deleteMessage": "\"{{name}}\"을(를) 삭제할까요?",
|
|
780
|
+
"heartbeatsview.heartbeatSingular": "하트비트",
|
|
781
|
+
"heartbeatsview.editTitle": "편집: {{name}}",
|
|
782
|
+
"heartbeatsview.newHeartbeat": "새 하트비트",
|
|
783
|
+
"heartbeatsview.emptyStateDescription": "새 하트비트 버튼을 사용해 첫 번째 반복 또는 예약 자율 작업을 만드세요.",
|
|
784
|
+
"heartbeatsview.statusActive": "활성",
|
|
785
|
+
"heartbeatsview.statusPaused": "일시중지됨",
|
|
786
|
+
"heartbeatsview.nextInline": "다음 {{time}}",
|
|
787
|
+
"heartbeatsview.runCountSingle": "{{count}}회 실행",
|
|
788
|
+
"heartbeatsview.runCountPlural": "{{count}}회 실행",
|
|
789
|
+
"heartbeatsview.maxRuns": "최대 실행 횟수",
|
|
790
|
+
"heartbeatsview.unlimited": "무제한",
|
|
791
|
+
"heartbeatsview.nextRun": "다음 실행",
|
|
792
|
+
"heartbeatsview.notYetRun": "아직 실행되지 않음",
|
|
793
|
+
"heartbeatsview.notScheduled": "예약되지 않음",
|
|
794
|
+
"heartbeatsview.enable": "활성화",
|
|
795
|
+
"heartbeatsview.disable": "비활성화",
|
|
796
|
+
"heartbeatsview.refresh": "새로고침",
|
|
797
|
+
"heartbeatsview.loading": "로딩 중...",
|
|
798
|
+
"heartbeatsview.editHeartbeat": "하트비트 편집",
|
|
799
|
+
"heartbeatsview.createHeartbeat": "하트비트 만들기",
|
|
800
|
+
"heartbeatsview.close": "닫기",
|
|
801
|
+
"heartbeatsview.interval": "간격",
|
|
802
|
+
"heartbeatsview.saving": "저장 중...",
|
|
803
|
+
"heartbeatsview.saveChanges": "변경 사항 저장",
|
|
804
|
+
"heartbeatsview.statusSuccess": "성공",
|
|
805
|
+
"heartbeatsview.statusCompleted": "완료됨",
|
|
806
|
+
"heartbeatsview.statusSkipped": "건너뜀",
|
|
807
|
+
"heartbeatsview.statusQueued": "대기 중",
|
|
808
|
+
"heartbeatsview.statusError": "오류",
|
|
809
|
+
"heartbeatsview.statusFailed": "실패",
|
|
810
|
+
"heartbeatsview.emDash": "—",
|
|
811
|
+
"ui-renderer.Larr": "←",
|
|
812
|
+
"ui-renderer.Rarr": "→",
|
|
813
|
+
"ui-renderer.UnknownComponent": "알 수 없는 구성 요소:",
|
|
814
|
+
"vectorbrowserview.NotEnoughEmbedding": "그래프 보기에 대한 임베딩이 충분하지 않습니다.",
|
|
815
|
+
"vectorbrowserview.NeedAtLeast2Memo": "임베딩 데이터가 포함된 메모리가 최소 2개 필요합니다. 발견됨",
|
|
816
|
+
"vectorbrowserview.vectorsProjectedTo": "PCA를 통해 2D로 투영된 벡터 — 점 클릭\n 세부정보를 보려면",
|
|
817
|
+
"vectorbrowserview.List": "목록",
|
|
818
|
+
"vectorbrowserview.DatabaseNotAvailab": "데이터베이스를 사용할 수 없습니다.",
|
|
819
|
+
"vectorbrowserview.RetryConnection": "연결 재시도",
|
|
820
|
+
"vectorbrowserview.NoMemoriesFound": "메모리를 찾을 수 없습니다.",
|
|
821
|
+
"voiceconfigview.WakeWord": "웨이크 워드",
|
|
822
|
+
"voiceconfigview.Triggers": "트리거",
|
|
823
|
+
"voiceconfigview.PressEnterOrComma": "추가하려면 Enter 또는 쉼표를 누르세요. 하나 이상의 트리거가 필요합니다.",
|
|
824
|
+
"voiceconfigview.WakeSensitivity": "깨우기 감도",
|
|
825
|
+
"voiceconfigview.LowerMoreSensiti": "낮음 = 더 민감함(깨우기 단어 이후에 더 짧은 간격이 필요함)",
|
|
826
|
+
"voiceconfigview.ModelSize": "모델 크기",
|
|
827
|
+
"voiceconfigview.Microphone": "마이크로폰",
|
|
828
|
+
"voiceconfigview.AddTrigger": "트리거 추가…",
|
|
829
|
+
"whatsappqroverlay.Disconnect": "연결 끊기",
|
|
830
|
+
"whatsappqroverlay.TryAgain": "다시 시도",
|
|
831
|
+
"whatsappqroverlay.ScanAQRCodeWith": "WhatsApp에 연결하려면 휴대폰으로 QR 코드를 스캔하세요.",
|
|
832
|
+
"whatsappqroverlay.UsesAnUnofficialW": "비공식 WhatsApp API를 사용합니다. 전용 전화번호를 사용하세요.",
|
|
833
|
+
"whatsappqroverlay.ConnectWhatsApp": "WhatsApp에 연결",
|
|
834
|
+
"whatsappqroverlay.GeneratingQR": "QR 생성 중...",
|
|
835
|
+
"whatsappqroverlay.ScanWithWhatsApp": "WhatsApp으로 스캔",
|
|
836
|
+
"whatsappqroverlay.OpenWhatsAppOnYou": "휴대폰에서 WhatsApp 열기",
|
|
837
|
+
"whatsappqroverlay.Tap": "탭",
|
|
838
|
+
"whatsappqroverlay.Menu": "메뉴",
|
|
839
|
+
"whatsappqroverlay.andSelect": "그리고 선택",
|
|
840
|
+
"whatsappqroverlay.LinkedDevices": "연결된 장치",
|
|
841
|
+
"whatsappqroverlay.LinkADevice": "장치 연결",
|
|
842
|
+
"whatsappqroverlay.PointYourPhoneAt": "휴대전화로 이 QR 코드를 가리키세요.",
|
|
843
|
+
"whatsappqroverlay.QRRefreshesAutomat": "QR은 자동으로 새로고침됩니다(~15초).",
|
|
844
|
+
"portfolioheader.ConnectViaElizaCl": "Eliza Cloud를 통해 연결하거나 맞춤형 BSC RPC 공급자 구성\n (NodeReal / QuickNode) 거래를 활성화합니다.",
|
|
845
|
+
"tokenstable.nativeGas": "네이티브 가스",
|
|
846
|
+
"activityfeed.Activity": "활동",
|
|
847
|
+
"activityfeed.NoEventsYet": "아직 이벤트가 없습니다",
|
|
848
|
+
"chatcontent.WaitingForMessages": "메시지를 기다리는 중...",
|
|
849
|
+
"chatticker.chat": "채팅",
|
|
850
|
+
"idlecontent.Thought": "생각",
|
|
851
|
+
"idlecontent.AgentIsIdleAwai": "에이전트가 유휴 상태입니다. 활동을 기다리는 중입니다...",
|
|
852
|
+
"idlecontent.RecentActions": "최근 활동",
|
|
853
|
+
"statusbar.Src": "소스:",
|
|
854
|
+
"statusbar.Active": "(활성)",
|
|
855
|
+
"statusbar.https": "https://...",
|
|
856
|
+
"statusbar.PopOutStreamView": "팝아웃 스트림 보기",
|
|
857
|
+
"streamsettings.StreamSettings": "스트림 설정",
|
|
858
|
+
"streamsettings.SelectWhereToBroa": "방송할 곳을 선택하세요. 채널을 전환하려면 스트림을 중지하세요.\n 먼저.",
|
|
859
|
+
"streamsettings.NoStreamingDestina": "구성된 스트리밍 대상이 없습니다.",
|
|
860
|
+
"streamsettings.InstallAStreaming": "스트리밍 플러그인 설치(Twitch, YouTube, Retake.tv, Custom\n RTMP) 플러그인 탭을 통해.",
|
|
861
|
+
"streamsettings.StreamIsLiveSt": "⚠ 스트림이 실시간으로 진행됩니다. 채널을 전환하려면 스트림을 중지하세요.",
|
|
862
|
+
"streamsettings.ToggleAndConfigure": "스트림 상단에 표시되는 위젯을 전환하고 구성하세요.",
|
|
863
|
+
"streamsettings.ResetDefaults": "기본값 재설정",
|
|
864
|
+
"streamsettings.NoWidgetsAvailable": "사용 가능한 위젯이 없습니다. 스트림 탭을 새로고침하세요.",
|
|
865
|
+
"streamsettings.ChooseWhatContent": "캡처하고 방송할 콘텐츠를 선택하세요.",
|
|
866
|
+
"streamsettings.Use": "사용",
|
|
867
|
+
"streamsettings.CustomURLsMustSta": "맞춤 URL은 `http://` 또는 `https://`로 시작해야 합니다.",
|
|
868
|
+
"streamsettings.httpsYourUrlCom": "https://your-url.com",
|
|
869
|
+
"streamterminal.TERMINAL": "단말기",
|
|
870
|
+
"streamterminal.WaitingForTerminal": "터미널 활동을 기다리는 중...",
|
|
871
|
+
"streamvoiceconfig.Voice": "목소리",
|
|
872
|
+
"streamvoiceconfig.NoKey": "(키 없음)",
|
|
873
|
+
"streamvoiceconfig.Speaking": "말하기...",
|
|
874
|
+
"streamvoiceconfig.Test": "테스트",
|
|
875
|
+
"streamvoiceconfig.NoAPIKeyConfigure": "API 키가 구성되지 않았습니다.",
|
|
876
|
+
"streamvoiceconfig.TestTTSOnStream": "스트림에서 TTS 테스트",
|
|
877
|
+
"actiontickerwidget.actions": "행위",
|
|
878
|
+
"peonhudwidget.events": "이벤트",
|
|
879
|
+
"elizaclouddashboard.AgentName": "에이전트 이름",
|
|
880
|
+
"elizaclouddashboard.Deploy": "배포",
|
|
881
|
+
"settings.sections.aimodel.label": "AI 모델",
|
|
882
|
+
"settings.sections.aimodel.desc": "제공자 및 모델 설정",
|
|
883
|
+
"settings.sections.cloud.desc": "클라우드 에이전트 및 리소스 관리",
|
|
884
|
+
"settings.sections.codingagents.label": "코딩 에이전트",
|
|
885
|
+
"settings.sections.codingagents.desc": "에이전트 기본 설정, 모델 및 권한",
|
|
886
|
+
"settings.sections.walletrpc.label": "지갑 및 RPC",
|
|
887
|
+
"settings.sections.walletrpc.desc": "체인 RPC 제공자 및 API 키",
|
|
888
|
+
"settings.sections.media.label": "미디어",
|
|
889
|
+
"settings.sections.media.desc": "이미지, 비디오 및 비전 제공자",
|
|
890
|
+
"settings.sections.voice.label": "음성",
|
|
891
|
+
"settings.sections.voice.desc": "텍스트 음성 변환 및 스크립트 작성",
|
|
892
|
+
"settings.sections.permissions.label": "권한",
|
|
893
|
+
"settings.sections.permissions.desc": "기능 및 액세스 제어",
|
|
894
|
+
"settings.sections.updates.label": "업데이트",
|
|
895
|
+
"settings.sections.updates.desc": "소프트웨어 업데이트 설정",
|
|
896
|
+
"settings.sections.advanced.desc": "내보내기, 가져오기 및 위험한 작업",
|
|
897
|
+
"settings.change": "변경",
|
|
898
|
+
"settings.browse": "찾아보기",
|
|
899
|
+
"settings.aiModel": "AI 모델",
|
|
900
|
+
"settings.aiModelDescription": "제공자 및 모델 설정",
|
|
901
|
+
"settings.codingAgents": "코딩 에이전트",
|
|
902
|
+
"settings.codingAgentsDescription": "멀티 에이전트 작업 실행을 위한 AI 코딩 에이전트를 구성합니다.",
|
|
903
|
+
"settings.walletRpc": "지갑 및 RPC",
|
|
904
|
+
"settings.walletRpcDescription": "트레이딩과 시장 데이터용 체인 RPC 제공자를 구성합니다.",
|
|
905
|
+
"settings.mediaGeneration": "미디어",
|
|
906
|
+
"settings.mediaDescription": "이미지, 비디오 및 비전 제공자",
|
|
907
|
+
"settings.speechInterface": "음성",
|
|
908
|
+
"settings.speechDescription": "텍스트 음성 변환 및 전사",
|
|
909
|
+
"settings.permissionsCapabilities": "권한",
|
|
910
|
+
"settings.permissionsDescription": "기능 및 액세스 제어",
|
|
911
|
+
"settings.softwareUpdates": "업데이트",
|
|
912
|
+
"settings.updatesDescription": "소프트웨어 업데이트 설정",
|
|
913
|
+
"settings.advancedSettings": "고급",
|
|
914
|
+
"settings.advancedDescription": "내보내기, 가져오기 및 위험한 작업",
|
|
915
|
+
"settings.noMatchingSettingsDescription": "더 넓은 검색어를 시도하거나 현재 필터를 지우세요.",
|
|
916
|
+
"settingsview.JumpToSection": "섹션으로 이동",
|
|
917
|
+
"settingsview.NoMatchingSettings": "일치하는 설정이 없습니다",
|
|
918
|
+
"settingsview.ClearSearch": "검색 지우기",
|
|
919
|
+
"providerswitcher.noAiProvidersAvailable": "사용 가능한 AI 제공자가 없습니다. 다음에서 하나를 활성화하세요:",
|
|
920
|
+
"providerswitcher.plugins": "플러그인",
|
|
921
|
+
"providerswitcher.page": "페이지.",
|
|
922
|
+
"providerswitcher.selectAIProvider": "AI 제공자 선택",
|
|
923
|
+
"providerswitcher.chooseYourPreferredProvider": "추론에 사용할 선호 제공자를 선택하세요.",
|
|
924
|
+
"providerswitcher.loggedIntoElizaCloud": "Eliza Cloud에 로그인됨",
|
|
925
|
+
"providerswitcher.disconnecting": "연결 해제 중...",
|
|
926
|
+
"providerswitcher.disconnect": "연결 해제",
|
|
927
|
+
"providerswitcher.credits": "크레딧:",
|
|
928
|
+
"providerswitcher.topUp": "충전",
|
|
929
|
+
"providerswitcher.smallModelDescription": "간단한 작업을 위한 빠른 모델",
|
|
930
|
+
"providerswitcher.largeModelDescription": "복잡한 추론을 위한 강력한 모델",
|
|
931
|
+
"providerswitcher.smallModelLabel": "소형 모델",
|
|
932
|
+
"providerswitcher.largeModelLabel": "대형 모델",
|
|
933
|
+
"providerswitcher.savingRestarting": "저장 후 재시작 중...",
|
|
934
|
+
"providerswitcher.savedRestartingAgent": "저장되었습니다. 에이전트를 재시작하는 중...",
|
|
935
|
+
"providerswitcher.waitingForBrowser": "브라우저 로그인을 기다리는 중...",
|
|
936
|
+
"providerswitcher.logInToElizaCloud": "Eliza Cloud에 로그인",
|
|
937
|
+
"providerswitcher.opensABrowserWindow": "로그인을 완료하기 위해 브라우저 창을 엽니다.",
|
|
938
|
+
"providerswitcher.piSettings": "Pi (pi-ai) 설정",
|
|
939
|
+
"providerswitcher.usesLocalCredentials": "~/.pi/agent/auth.json의 자격 증명을 사용합니다.",
|
|
940
|
+
"providerswitcher.primaryModelOverride": "기본 모델 재정의",
|
|
941
|
+
"providerswitcher.usePiDefaultModel": "pi 기본 모델 사용",
|
|
942
|
+
"providerswitcher.customModelSpec": "사용자 지정 모델 사양",
|
|
943
|
+
"providerswitcher.providerModelPlaceholder": "provider/model (예: ollama/qwen2.5)",
|
|
944
|
+
"providerswitcher.saveInProgress": "저장 중...",
|
|
945
|
+
"providerswitcher.save": "저장",
|
|
946
|
+
"providerswitcher.elizaCloud": "Eliza Cloud",
|
|
947
|
+
"providerswitcher.piAi": "Pi (pi-ai)",
|
|
948
|
+
"providerswitcher.claudeSubscription": "Claude 구독",
|
|
949
|
+
"providerswitcher.chatgptSubscription": "ChatGPT 구독",
|
|
950
|
+
"apikeyconfig.fetchModels": "모델 가져오기",
|
|
951
|
+
"apikeyconfig.fetching": "가져오는 중...",
|
|
952
|
+
"apikeyconfig.loadedModels": "{{count}}개 모델을 불러왔습니다",
|
|
953
|
+
"apikeyconfig.error": "오류: {{message}}",
|
|
954
|
+
"apikeyconfig.failed": "실패",
|
|
955
|
+
"apikeyconfig.saving": "저장 중...",
|
|
956
|
+
"apikeyconfig.save": "저장",
|
|
957
|
+
"apikeyconfig.saved": "저장됨",
|
|
958
|
+
"subscriptionstatus.PasteCallbackUrlFromLocalhost": "localhost:1455 페이지의 콜백 URL을 붙여넣으세요.",
|
|
959
|
+
"subscriptionstatus.CallbackCodeTooLong": "콜백 코드가 너무 깁니다.",
|
|
960
|
+
"subscriptionstatus.InvalidCallbackUrl": "유효하지 않은 콜백 URL입니다.",
|
|
961
|
+
"subscriptionstatus.ExpectedCallbackUrl": "localhost:1455/auth/callback URL이 필요합니다.",
|
|
962
|
+
"subscriptionstatus.CallbackUrlMissingCode": "콜백 URL에 ?code= 매개변수가 없습니다.",
|
|
963
|
+
"subscriptionstatus.FailedToSaveSetupToken": "설정 토큰을 저장하지 못했습니다.",
|
|
964
|
+
"subscriptionstatus.FailedToSaveTokenError": "토큰 저장 실패: {{message}}",
|
|
965
|
+
"subscriptionstatus.DisconnectFailedError": "연결 해제 실패: {{message}}",
|
|
966
|
+
"subscriptionstatus.FailedToGetAuthUrl": "인증 URL을 가져오지 못했습니다",
|
|
967
|
+
"subscriptionstatus.FailedToStartLogin": "로그인을 시작하지 못했습니다: {{message}}",
|
|
968
|
+
"subscriptionstatus.ExchangeFailed": "교환 실패",
|
|
969
|
+
"subscriptionstatus.ExchangeFailedError": "교환 실패: {{message}}",
|
|
970
|
+
"subscriptionstatus.NoAuthUrlReturned": "로그인에서 인증 URL이 반환되지 않았습니다",
|
|
971
|
+
"subscriptionstatus.ConnectedToClaudeSubscription": "Claude 구독에 연결됨",
|
|
972
|
+
"subscriptionstatus.ClaudeSubscriptionTitle": "Claude 구독",
|
|
973
|
+
"subscriptionstatus.Disconnecting": "연결 해제 중...",
|
|
974
|
+
"subscriptionstatus.Disconnect": "연결 해제",
|
|
975
|
+
"subscriptionstatus.Saving": "저장 중...",
|
|
976
|
+
"subscriptionstatus.SaveToken": "토큰 저장",
|
|
977
|
+
"subscriptionstatus.ConnectedToChatGPTSubscription": "ChatGPT 구독에 연결됨",
|
|
978
|
+
"subscriptionstatus.ChatGPTSubscriptionTitle": "ChatGPT 구독",
|
|
979
|
+
"subscriptionstatus.Completing": "완료 중...",
|
|
980
|
+
"elizaclouddashboard.ElizaCloud": "Eliza Cloud",
|
|
981
|
+
"elizaclouddashboard.NotAvailable": "사용 불가",
|
|
982
|
+
"elizaclouddashboard.ElizaCloudNotConnectedSettings": "Eliza Cloud 연결 안 됨 - 설정 -> AI 모델에서 구성",
|
|
983
|
+
"elizaclouddashboard.NoSetupNeeded": "설정 필요 없음",
|
|
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": "초기화",
|
|
1043
|
+
"onboarding.stepSub.wakeUp": "시스템 부팅",
|
|
1044
|
+
"onboarding.stepSub.connection": "신경 링크",
|
|
1045
|
+
"onboarding.stepName.senses": "접근",
|
|
1046
|
+
"onboarding.stepSub.senses": "시스템 권한",
|
|
1047
|
+
"onboarding.stepName.activate": "시작",
|
|
1048
|
+
"onboarding.welcomeTitle": "Milady에 오신 것을 환영합니다",
|
|
1049
|
+
"onboarding.welcomeSubtitle": "당신의 자율 AI 동반자가 기다리고 있습니다.",
|
|
1050
|
+
"onboarding.createNewAgent": "새 에이전트 만들기",
|
|
1051
|
+
"onboarding.restoreFromBackup": "백업에서 복원",
|
|
1052
|
+
"onboarding.importAgent": "에이전트 가져오기",
|
|
1053
|
+
"onboarding.importDesc": "<code>.eliza-agent</code> 내보내기 파일을 선택하고 복호화 비밀번호를 입력하세요.",
|
|
1054
|
+
"onboarding.decryptionPasswordPlaceholder": "복호화 비밀번호...",
|
|
1055
|
+
"onboarding.selectFileError": "가져오기 전에 내보내기 파일을 선택하세요.",
|
|
1056
|
+
"onboarding.passwordMinError": "비밀번호는 최소 4자 이상이어야 합니다.",
|
|
1057
|
+
"onboarding.cancel": "취소",
|
|
1058
|
+
"onboarding.importing": "가져오는 중...",
|
|
1059
|
+
"onboarding.restore": "복원",
|
|
1060
|
+
"onboarding.back": "← 뒤로",
|
|
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": "신경 링크",
|
|
1080
|
+
"onboarding.chooseProvider": "AI 제공자를 선택하세요",
|
|
1081
|
+
"onboarding.change": "변경",
|
|
1082
|
+
"onboarding.login": "로그인",
|
|
1083
|
+
"onboarding.apiKey": "API 키",
|
|
1084
|
+
"onboarding.connected": "연결됨",
|
|
1085
|
+
"onboarding.connecting": "연결 중...",
|
|
1086
|
+
"onboarding.connectAccount": "계정 연결",
|
|
1087
|
+
"onboarding.freeCredits": "무료 크레딧으로 시작하세요.",
|
|
1088
|
+
"onboarding.useExistingKey": "이미 키가 있으면 여기에 사용하세요.",
|
|
1089
|
+
"onboarding.getOneHere": "여기서 받기",
|
|
1090
|
+
"onboarding.setupToken": "설정 토큰",
|
|
1091
|
+
"onboarding.oauthLogin": "OAuth 로그인",
|
|
1092
|
+
"onboarding.enterSetupToken": "설정 토큰을 입력하세요",
|
|
1093
|
+
"onboarding.setupTokenInstructions": "설정 토큰 가져오기:\n\n• 방법 A: 터미널에서 claude setup-token 실행\n\n• 방법 B: claude.ai/settings/api → \"Claude Code\" → \"Use setup token\"",
|
|
1094
|
+
"onboarding.connectedToClaude": "Claude에 연결됨",
|
|
1095
|
+
"onboarding.claudeSubscriptionReady": "Claude 구독이 사용 준비되었습니다.",
|
|
1096
|
+
"onboarding.loginWithAnthropic": "Anthropic으로 로그인",
|
|
1097
|
+
"onboarding.requiresClaudeSub": "Claude Pro 또는 Max 구독이 필요합니다.",
|
|
1098
|
+
"onboarding.authCodeInstructions": "로그인 후 인증 코드를 받게 됩니다.\n아래에 복사하여 붙여넣으세요.",
|
|
1099
|
+
"onboarding.pasteAuthCode": "인증 코드 붙여넣기...",
|
|
1100
|
+
"onboarding.connect": "연결",
|
|
1101
|
+
"onboarding.connectedToChatGPT": "ChatGPT에 연결됨",
|
|
1102
|
+
"onboarding.chatgptSubscriptionReady": "ChatGPT 구독이 사용 준비되었습니다.",
|
|
1103
|
+
"onboarding.loginWithOpenAI": "OpenAI로 로그인",
|
|
1104
|
+
"onboarding.requiresChatGPTSub": "ChatGPT Plus 또는 Pro 구독이 필요합니다.",
|
|
1105
|
+
"onboarding.almostThere": "거의 완료!",
|
|
1106
|
+
"onboarding.redirectInstructions": "로그인 후 브라우저가 다음으로 리다이렉트됩니다:",
|
|
1107
|
+
"onboarding.copyEntireUrl": ". 브라우저 주소창에서 전체 URL을 복사하세요.",
|
|
1108
|
+
"onboarding.completeLogin": "로그인 완료",
|
|
1109
|
+
"onboarding.startOver": "다시 시작",
|
|
1110
|
+
"onboarding.enterApiKey": "API 키를 입력하세요...",
|
|
1111
|
+
"onboarding.keyFormatWarning": "키 형식이 올바르지 않은 것 같습니다. 다시 확인해 주세요.",
|
|
1112
|
+
"onboarding.ollamaNoConfig": "설정이 필요 없습니다. Ollama가 자동으로 사용됩니다.",
|
|
1113
|
+
"onboarding.primaryModelOptional": "기본 모델 (선택사항)",
|
|
1114
|
+
"onboarding.useDefaultModel": "기본 모델 사용",
|
|
1115
|
+
"onboarding.customModel": "사용자 정의 모델...",
|
|
1116
|
+
"onboarding.piCredentialsHint": "~/.pi/agent/auth.json의 자격 증명을 사용합니다.",
|
|
1117
|
+
"onboarding.piDropdownHint": " 드롭다운에서 선택하거나 사용자 정의 모델을 선택하세요.",
|
|
1118
|
+
"onboarding.piManualHint": " 재정의가 필요하면 provider/model을 수동 입력하세요.",
|
|
1119
|
+
"onboarding.selectModel": "모델 선택",
|
|
1120
|
+
"onboarding.confirm": "확인",
|
|
1121
|
+
"onboarding.loginSessionExpired": "로그인 세션이 만료되었습니다. '다시 시작'을 클릭하고 다시 시도하세요.",
|
|
1122
|
+
"onboarding.networkError": "네트워크 오류 — 연결을 확인하고 다시 시도하세요.",
|
|
1123
|
+
"onboarding.systemAccessTitle": "시스템 접근",
|
|
1124
|
+
"onboarding.readyTitle": "준비 완료",
|
|
1125
|
+
"onboarding.companionReady": "{{name}}이(가) 준비 완료되었습니다.",
|
|
1126
|
+
"onboarding.allConfigured": "모든 시스템이 구성되었습니다. 언제든지 설정에서 조정할 수 있습니다.",
|
|
1127
|
+
"onboarding.enter": "시작",
|
|
1128
|
+
"onboarding.recommended": "추천",
|
|
1129
|
+
"onboarding.stepName.rpc": "RPC",
|
|
1130
|
+
"onboarding.stepSub.rpc": "블록체인 액세스",
|
|
1131
|
+
"onboarding.next": "다음",
|
|
1132
|
+
"onboarding.rpcTitle": "블록체인 액세스",
|
|
1133
|
+
"onboarding.rpcQuestion": "블록체인 RPC 제공자를 구성할까요?",
|
|
1134
|
+
"onboarding.rpcDesc": "RPC 제공자는 지갑 및 거래를 위해 에이전트가 블록체인 데이터에 접근할 수 있게 합니다. 지금 건너뛰고 나중에 설정에서 구성할 수 있습니다.",
|
|
1135
|
+
"onboarding.rpcElizaCloud": "Eliza Cloud 사용",
|
|
1136
|
+
"onboarding.rpcElizaCloudDesc": "모든 체인이 포함됩니다. API 키가 필요 없습니다.",
|
|
1137
|
+
"onboarding.rpcBringKeys": "직접 키 사용",
|
|
1138
|
+
"onboarding.rpcAlchemyKey": "Alchemy API 키",
|
|
1139
|
+
"onboarding.rpcHeliusKey": "Helius API 키 (Solana)",
|
|
1140
|
+
"onboarding.rpcBirdeyeKey": "Birdeye API 키 (Solana)",
|
|
1141
|
+
"onboarding.rpcSkip": "지금은 건너뛰기",
|
|
1142
|
+
"onboarding.rpcConnectedCloud": "Eliza Cloud로 연결됨",
|
|
1143
|
+
"elizaclouddashboard.CloudBilling": "클라우드 결제",
|
|
1144
|
+
"elizaclouddashboard.CloudBillingDesc": "크레딧을 충전하고 자동 충전을 관리하며 결제를 설정 안에서 처리합니다.",
|
|
1145
|
+
"elizaclouddashboard.InAppBillingReady": "사용 가능한 Eliza Cloud 결제 API가 모두 여기 표시되며, 먼저 대시보드로 튕기지 않습니다.",
|
|
1146
|
+
"elizaclouddashboard.CreditsHealthy": "정상",
|
|
1147
|
+
"elizaclouddashboard.CreditsLow": "부족함",
|
|
1148
|
+
"elizaclouddashboard.CreditsCritical": "위험",
|
|
1149
|
+
"elizaclouddashboard.AutoTopUp": "자동 충전",
|
|
1150
|
+
"elizaclouddashboard.AutoTopUpDesc": "잔액이 임계값 아래로 내려가면 크레딧을 자동으로 충전합니다.",
|
|
1151
|
+
"elizaclouddashboard.ToggleAutoTopUp": "자동 충전 전환",
|
|
1152
|
+
"elizaclouddashboard.AutoTopUpPaymentReady": "저장된 결제 수단이 있어 자동 충전을 활성화할 수 있습니다.",
|
|
1153
|
+
"elizaclouddashboard.AutoTopUpNeedsPaymentMethod": "자동 충전을 켜기 전에 카드 결제를 한 번 완료해 결제 수단을 저장하세요.",
|
|
1154
|
+
"elizaclouddashboard.AutoTopUpThreshold": "임계값",
|
|
1155
|
+
"elizaclouddashboard.AutoTopUpAmount": "충전 금액",
|
|
1156
|
+
"elizaclouddashboard.AutoTopUpLimits": "금액 ${{minAmount}}-${{maxAmount}} · 임계값 ${{minThreshold}}-${{maxThreshold}}",
|
|
1157
|
+
"elizaclouddashboard.SaveBillingSettings": "결제 설정 저장",
|
|
1158
|
+
"elizaclouddashboard.TopUpCreditsDesc": "카드 결제는 Stripe를 안전하게 열고, 암호화폐 결제는 이 패널에서 클라우드 결제 제공자를 직접 사용합니다.",
|
|
1159
|
+
"elizaclouddashboard.OpenBrowserBilling": "브라우저 결제 열기",
|
|
1160
|
+
"elizaclouddashboard.CustomAmount": "사용자 지정 금액",
|
|
1161
|
+
"elizaclouddashboard.PayWithCard": "카드로 결제",
|
|
1162
|
+
"elizaclouddashboard.PayWithCrypto": "암호화폐로 결제",
|
|
1163
|
+
"elizaclouddashboard.CheckoutProviderNote": "Eliza Cloud가 현재 호스팅된 체크아웃 URL을 반환하므로 Stripe는 아직 호스팅 방식입니다. 암호화폐 견적은 앱 안에 유지되며 필요할 때 호스팅 결제 페이지를 열 수 있습니다.",
|
|
1164
|
+
"elizaclouddashboard.CryptoTopUp": "암호화폐 충전",
|
|
1165
|
+
"elizaclouddashboard.CryptoTopUpDesc": "견적에 직접 전송 지시가 포함될 때 암호화폐 결제 링크를 만들고 에이전트 지갑에서 결제합니다.",
|
|
1166
|
+
"elizaclouddashboard.AgentWalletFunded": "자금이 있는 에이전트 지갑이 감지되었습니다. 견적을 요청한 뒤 클라우드 견적에 직접 전송 정보가 포함되면 지갑에서 결제하세요.",
|
|
1167
|
+
"elizaclouddashboard.AgentWalletDetected": "에이전트 지갑이 감지되었습니다. 암호화폐로 결제하기 전에 지갑에 자금을 넣거나 잔액을 불러오세요.",
|
|
1168
|
+
"elizaclouddashboard.NoAgentWalletDetected": "아직 에이전트 지갑이 감지되지 않았습니다. 암호화폐 충전을 사용하기 전에 설정에서 지갑을 생성하거나 가져오세요.",
|
|
1169
|
+
"elizaclouddashboard.CryptoQuoteReady": "암호화폐 견적 준비 완료",
|
|
1170
|
+
"elizaclouddashboard.OpenHostedCryptoCheckout": "호스팅된 암호화폐 결제 열기",
|
|
1171
|
+
"elizaclouddashboard.PayFromAgentWallet": "에이전트 지갑으로 결제",
|
|
1172
|
+
"elizaclouddashboard.CryptoQuoteHint": "Eliza Cloud에서 호스팅 결제 링크를 가져오려면 암호화폐 견적을 요청하세요. 직접 지갑 결제는 견적에 직접 전송 정보가 있을 때만 활성화됩니다.",
|
|
1173
|
+
"elizaclouddashboard.MinimumTopUp": "최소 충전: ${{amount}}",
|
|
1174
|
+
"elizaclouddashboard.Enabled": "활성화됨",
|
|
1175
|
+
"elizaclouddashboard.Disabled": "비활성화됨",
|
|
1176
|
+
"elizaclouddashboard.ElizaCloudNotConnected": "Eliza Cloud가 연결되어 있지 않습니다.",
|
|
1177
|
+
"config-field.Required": "필수",
|
|
1178
|
+
"config-field.Configured": "구성됨",
|
|
1179
|
+
"config-field.Times": "×",
|
|
1180
|
+
"voiceconfigview.LoadingVoiceConfig": "음성 설정을 불러오는 중...",
|
|
1181
|
+
"voiceconfigview.TTSProvider": "TTS 제공자",
|
|
1182
|
+
"voiceconfigview.APISource": "API 소스",
|
|
1183
|
+
"voiceconfigview.ElevenLabsAPIKey": "ElevenLabs API 키",
|
|
1184
|
+
"voiceconfigview.GetYourKeyAt": "키 받기",
|
|
1185
|
+
"voiceconfigview.elevenlabsIo": "elevenlabs.io",
|
|
1186
|
+
"voiceconfigview.FastPathDefaultE": "빠른 경로 기본 ElevenLabs 모델: ",
|
|
1187
|
+
"voiceconfigview.Voice": "음성",
|
|
1188
|
+
"voiceconfigview.Stop": "중지",
|
|
1189
|
+
"voiceconfigview.ServedViaElizaCloud": "Eliza Cloud를 통해 제공됨",
|
|
1190
|
+
"voiceconfigview.RequiresApiKey": "API 키 필요",
|
|
1191
|
+
"voiceconfigview.NoApiKeyNeeded": "API 키 필요 없음",
|
|
1192
|
+
"voiceconfigview.Playing": "재생 중...",
|
|
1193
|
+
"voiceconfigview.TestVoice": "{{name}} 테스트",
|
|
1194
|
+
"voiceconfigview.EdgeTTSUsesMicros": "Edge TTS는 플랫폼에 내장된 Microsoft 음성을 사용합니다.",
|
|
1195
|
+
"voiceconfigview.SimpleVoiceUsesYo": "Simple Voice는 시스템 기본값을 사용하며 외부 API 키가 필요하지 않습니다."
|
|
1196
|
+
}
|