@elizaos/app-core 2.0.0-alpha.350 → 2.0.0-alpha.351

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.
Files changed (108) hide show
  1. package/i18n/locales/en.json +868 -1081
  2. package/i18n/locales/es.json +747 -538
  3. package/i18n/locales/ko.json +747 -538
  4. package/i18n/locales/pt.json +747 -538
  5. package/i18n/locales/tl.json +747 -538
  6. package/i18n/locales/vi.json +747 -538
  7. package/i18n/locales/zh-CN.json +816 -1114
  8. package/package.json +5 -5
  9. package/packages/app-core/src/components/apps/AppsSidebar.d.ts.map +1 -1
  10. package/packages/app-core/src/components/apps/AppsSidebar.js +3 -1
  11. package/packages/app-core/src/components/apps/BabylonTerminal.d.ts.map +1 -1
  12. package/packages/app-core/src/components/apps/BabylonTerminal.js +3 -1
  13. package/packages/app-core/src/components/apps/GameView.js +11 -11
  14. package/packages/app-core/src/components/apps/GameViewOverlay.js +2 -2
  15. package/packages/app-core/src/components/character/CharacterEditor.js +8 -8
  16. package/packages/app-core/src/components/character/CharacterExperienceWorkspace.d.ts.map +1 -1
  17. package/packages/app-core/src/components/character/CharacterExperienceWorkspace.js +3 -1
  18. package/packages/app-core/src/components/character/CharacterHubView.d.ts.map +1 -1
  19. package/packages/app-core/src/components/character/CharacterHubView.js +8 -5
  20. package/packages/app-core/src/components/chat/AgentActivityBox.js +2 -2
  21. package/packages/app-core/src/components/chat/AppsSection.js +1 -1
  22. package/packages/app-core/src/components/chat/MessageContent.js +5 -5
  23. package/packages/app-core/src/components/chat/SaveCommandModal.js +2 -2
  24. package/packages/app-core/src/components/cloud/CloudSourceControls.js +1 -1
  25. package/packages/app-core/src/components/cloud/CloudStatusBadge.js +1 -1
  26. package/packages/app-core/src/components/cloud/FlaminaGuide.js +2 -2
  27. package/packages/app-core/src/components/config-ui/config-field.js +4 -4
  28. package/packages/app-core/src/components/config-ui/config-renderer.js +1 -1
  29. package/packages/app-core/src/components/connectors/DiscordLocalConnectorPanel.js +4 -4
  30. package/packages/app-core/src/components/connectors/SignalQrOverlay.js +2 -2
  31. package/packages/app-core/src/components/connectors/TelegramBotSetupPanel.js +1 -1
  32. package/packages/app-core/src/components/connectors/WhatsAppQrOverlay.js +2 -2
  33. package/packages/app-core/src/components/conversations/ConversationRenameDialog.js +1 -1
  34. package/packages/app-core/src/components/conversations/ConversationsSidebar.js +5 -5
  35. package/packages/app-core/src/components/conversations/conversation-sidebar-model.js +2 -2
  36. package/packages/app-core/src/components/conversations/conversation-utils.js +1 -1
  37. package/packages/app-core/src/components/custom-actions/CustomActionEditor.js +4 -4
  38. package/packages/app-core/src/components/custom-actions/CustomActionsPanel.js +3 -3
  39. package/packages/app-core/src/components/custom-actions/CustomActionsView.js +4 -4
  40. package/packages/app-core/src/components/pages/AutomationRoomChatPane.js +2 -2
  41. package/packages/app-core/src/components/pages/AutomationsView.js +8 -8
  42. package/packages/app-core/src/components/pages/BrowserWorkspaceView.js +4 -4
  43. package/packages/app-core/src/components/pages/ChatView.js +3 -3
  44. package/packages/app-core/src/components/pages/ConfigPageView.js +9 -9
  45. package/packages/app-core/src/components/pages/DatabasePageView.js +1 -1
  46. package/packages/app-core/src/components/pages/DatabaseView.js +7 -7
  47. package/packages/app-core/src/components/pages/ElizaCloudDashboard.js +5 -5
  48. package/packages/app-core/src/components/pages/HeartbeatForm.js +5 -5
  49. package/packages/app-core/src/components/pages/HeartbeatsView.js +12 -12
  50. package/packages/app-core/src/components/pages/KnowledgeView.js +1 -1
  51. package/packages/app-core/src/components/pages/LogsView.js +2 -2
  52. package/packages/app-core/src/components/pages/MediaGalleryView.js +5 -5
  53. package/packages/app-core/src/components/pages/MemoryDetailPanel.js +2 -2
  54. package/packages/app-core/src/components/pages/N8nWorkflowsPanel.js +11 -11
  55. package/packages/app-core/src/components/pages/PluginCard.js +4 -4
  56. package/packages/app-core/src/components/pages/PluginsView.js +9 -9
  57. package/packages/app-core/src/components/pages/ReleaseCenterView.js +12 -12
  58. package/packages/app-core/src/components/pages/RuntimeView.js +10 -10
  59. package/packages/app-core/src/components/pages/SecretsView.js +2 -2
  60. package/packages/app-core/src/components/pages/SettingsView.js +3 -3
  61. package/packages/app-core/src/components/pages/SkillsView.js +8 -8
  62. package/packages/app-core/src/components/pages/SqlEditorPanel.js +2 -2
  63. package/packages/app-core/src/components/pages/TrajectoriesView.js +1 -1
  64. package/packages/app-core/src/components/pages/TrajectoryDetailView.js +6 -6
  65. package/packages/app-core/src/components/pages/VectorBrowserView.js +4 -4
  66. package/packages/app-core/src/components/pages/WorkflowGraphViewer.js +1 -1
  67. package/packages/app-core/src/components/pages/cloud-dashboard-utils.js +3 -3
  68. package/packages/app-core/src/components/pages/config-page-sections.js +2 -2
  69. package/packages/app-core/src/components/pages/database-utils.js +2 -2
  70. package/packages/app-core/src/components/pages/heartbeat-utils.js +4 -4
  71. package/packages/app-core/src/components/pages/knowledge-detail.js +3 -3
  72. package/packages/app-core/src/components/pages/plugin-list-utils.js +1 -1
  73. package/packages/app-core/src/components/pages/plugin-view-connectors.js +2 -2
  74. package/packages/app-core/src/components/pages/plugin-view-dialogs.js +1 -1
  75. package/packages/app-core/src/components/pages/plugin-view-modal.js +1 -1
  76. package/packages/app-core/src/components/pages/settings/IdentitySettingsSection.js +2 -2
  77. package/packages/app-core/src/components/pages/skill-detail-panel.js +7 -7
  78. package/packages/app-core/src/components/pages/skill-marketplace.js +9 -9
  79. package/packages/app-core/src/components/release-center/shared.js +1 -1
  80. package/packages/app-core/src/components/settings/ApiKeyConfig.js +4 -4
  81. package/packages/app-core/src/components/settings/AppearanceSettingsSection.js +1 -1
  82. package/packages/app-core/src/components/settings/CapabilitiesSection.js +3 -3
  83. package/packages/app-core/src/components/settings/DesktopWorkspaceSection.js +5 -5
  84. package/packages/app-core/src/components/settings/PermissionsSection.js +4 -4
  85. package/packages/app-core/src/components/settings/ProviderSwitcher.js +3 -3
  86. package/packages/app-core/src/components/settings/SubscriptionStatus.js +12 -12
  87. package/packages/app-core/src/components/settings/VoiceConfigView.js +13 -13
  88. package/packages/app-core/src/components/shared/confirm-delete-control.js +4 -4
  89. package/packages/app-core/src/components/shell/BugReportModal.js +4 -4
  90. package/packages/app-core/src/components/shell/ConnectionFailedBanner.js +1 -1
  91. package/packages/app-core/src/components/shell/ConnectionLostOverlay.js +2 -2
  92. package/packages/app-core/src/components/shell/LoadingScreen.js +1 -1
  93. package/packages/app-core/src/components/shell/PairingView.js +1 -1
  94. package/packages/app-core/src/components/shell/RuntimeGate.js +4 -4
  95. package/packages/app-core/src/components/shell/ShellHeaderControls.js +8 -8
  96. package/packages/app-core/src/components/shell/SplashServerChooser.js +2 -2
  97. package/packages/app-core/src/components/shell/StartupFailureView.js +1 -1
  98. package/packages/app-core/src/i18n/locales/en.json +868 -1081
  99. package/packages/app-core/src/i18n/locales/es.json +747 -538
  100. package/packages/app-core/src/i18n/locales/ko.json +747 -538
  101. package/packages/app-core/src/i18n/locales/pt.json +747 -538
  102. package/packages/app-core/src/i18n/locales/tl.json +747 -538
  103. package/packages/app-core/src/i18n/locales/vi.json +747 -538
  104. package/packages/app-core/src/i18n/locales/zh-CN.json +816 -1114
  105. package/packages/app-core/src/state/useChatSend.js +1 -1
  106. package/packages/app-core/src/voice/types.js +1 -1
  107. package/packages/ui/src/components/composites/chat/chat-composer.js +5 -5
  108. package/packages/ui/src/components/composites/chat/create-task-popover.js +1 -1
@@ -1,141 +1,31 @@
1
1
  {
2
- "actions.refresh": "Refresh",
3
- "automations.n8n.bannerCloud": "Cloud automations connected",
4
- "automations.n8n.bannerLocalReady": "Local automations running",
5
- "automations.n8n.bannerLocalStarting": "Starting local automations...",
6
- "automations.n8n.bannerLocalError": "Local automations failed",
7
- "automations.n8n.bannerDisabled": "Sign in to Eliza Cloud or enable local automations in Settings",
8
- "automations.n8n.bannerRetry": "Retry",
9
- "automations.n8n.bannerDismiss": "Dismiss",
10
- "automations.n8n.ctaHeadingMobile": "Workflows require Eliza Cloud",
11
- "automations.n8n.ctaBodyMobile": "Workflows require an Eliza Cloud account on mobile.",
12
- "automations.n8n.ctaSignInCloud": "Sign in to Eliza Cloud",
13
- "automations.n8n.ctaHeadingDesktop": "Get started with Workflows",
14
- "automations.n8n.ctaBodyDesktop": "Sign in to Eliza Cloud to sync workflows across devices, or run a local automation engine.",
15
- "automations.n8n.ctaEnableLocal": "Enable local automations",
16
- "automations.n8n.cloudDegradedHeading": "Cloud connection issue",
17
- "automations.n8n.cloudDegradedBody": "Eliza Cloud is unreachable right now. Workflows may be unavailable.",
18
- "automations.n8n.cloudDegradedRetry": "Retry",
19
- "automations.n8n.pillCloudHealthy": "Cloud (Eliza)",
20
- "automations.n8n.pillCloudDegraded": "Cloud (issue)",
21
- "automations.n8n.pillLocalReady": "Local (this device)",
22
- "automations.n8n.pillLocalStarting": "Local (starting…)",
23
- "automations.n8n.pillAriaCloudHealthy": "Cloud service healthy",
24
- "automations.n8n.pillAriaCloudDegraded": "Cloud service issue detected",
25
- "automations.n8n.pillAriaLocalReady": "Local service ready",
26
- "automations.n8n.pillAriaLocalStarting": "Local service starting",
27
- "automations.n8n.filterLabel": "Workflows",
28
- "automations.n8n.workflowActive": "Active",
29
- "automations.n8n.workflowInactive": "Paused",
30
- "automations.n8n.nodeCount": "{{count}} nodes",
31
- "automations.n8n.newWorkflow": "New workflow",
32
- "automations.n8n.activate": "Activate",
33
- "automations.n8n.deactivate": "Deactivate",
34
- "automations.n8n.updating": "Updating...",
35
- "automations.n8n.deleteWorkflow": "Delete workflow",
36
- "automations.n8n.dangerZone": "Danger zone",
37
- "automations.n8n.deleteConfirmMessage": "Permanently delete this workflow. This cannot be undone.",
38
- "automations.n8n.noWorkflowsTitle": "No automations yet",
39
- "automations.n8n.noWorkflowsHint": "Ask the assistant to build one for you.",
40
- "automations.n8n.settingsLink": "Settings",
41
- "automations.chat.assistantLabel": "Automations Assistant",
42
- "automations.chat.placeholder": "Ask me to build a workflow. e.g. \"Send me a Slack message every morning at 9am with today's calendar.\"",
43
- "automations.chat.send": "Send",
44
- "automations.chat.stop": "Stop",
45
- "automations.chat.expand": "Expand assistant",
46
- "automations.chat.collapse": "Collapse assistant",
47
- "automations.chat.errorGeneric": "Something went wrong. Please try again.",
48
- "automations.chat.roleUser": "You",
49
- "automations.chat.roleAssistant": "Agent",
50
- "chat.toolCallChip.buildingWorkflow": "Building workflow…",
51
- "chat.toolCallChip.CREATE_N8N_WORKFLOW": "Building workflow…",
52
- "chat.toolCallChip.ACTIVATE_N8N_WORKFLOW": "Activating workflow…",
53
- "chat.toolCallChip.DEACTIVATE_N8N_WORKFLOW": "Deactivating workflow…",
54
- "chat.toolCallChip.DELETE_N8N_WORKFLOW": "Deleting workflow…",
55
- "chat.toolCallChip.default": "Working…",
56
- "chat.newMessagesChip": "New messages ↓",
57
- "chat.messageAriaLabelUser": "Your message: {{preview}}",
58
- "chat.messageAriaLabelAgent": "Agent message: {{preview}}",
59
- "chat.messageAriaLabelSystem": "System: {{preview}}",
60
- "automations.n8n.workflowListLabel": "Workflow list",
61
- "automations.n8n.deleteConfirmWorkflow": "Delete \"{{name}}\"? This cannot be undone.",
62
- "automations.n8n.errorLoadStatus": "Failed to load n8n status: {{message}}",
63
- "automations.n8n.errorLoadWorkflows": "Failed to load workflows: {{message}}",
64
- "automations.n8n.errorUpdateWorkflow": "Failed to update workflow: {{message}}",
65
- "automations.n8n.errorDeleteWorkflow": "Failed to delete workflow: {{message}}",
66
- "automations.n8n.errorStartSidecar": "Failed to start local n8n: {{message}}",
67
- "workflowGraph.closeDrawer": "Close node details",
68
- "workflowGraph.nodeDrawer.parametersLabel": "Parameters",
69
- "workflowGraph.nodeDrawer.rawJsonLabel": "Raw JSON",
70
- "workflowGraph.nodeDrawer.openInEditor": "Open in n8n editor",
71
- "workflowGraph.nodeDrawer.noParameters": "No parameters",
72
- "workflowGraph.nodeDrawer.showMore": "Show more",
73
- "workflowGraph.nodeDrawer.showLess": "Show less",
74
- "workflowGraph.nodeDrawer.editorDisabled": "Open the n8n editor from the Workflows tab",
75
- "automations.runsWorkflow": "Runs workflow: {{name}}",
76
- "automations.openInWorkflowsTab": "Open in Workflows tab",
77
- "workflowGraph.buildingWorkflow": "Building workflow...",
78
- "workflowGraph.empty": "No nodes yet",
79
- "workflowGraph.emptyHelp": "Ask the Automations Assistant to build one.",
80
- "workflowGraph.focusComposer": "Open chat",
81
- "workflowGraph.fullScreen": "Full screen",
82
- "workflowGraph.closeFullScreen": "Close",
83
- "workflowGraph.ariaLabel": "Workflow graph with {{nodeCount}} nodes and {{edgeCount}} connections",
84
- "workflowGraph.builtToast": "Workflow built",
85
- "triggers.whatToRun": "What should this run?",
86
- "triggers.kindText": "Send prompt",
87
- "triggers.kindWorkflow": "Run workflow",
88
- "triggers.workflowLabel": "Workflow",
89
- "triggers.workflowPlaceholder": "Select a workflow…",
90
- "triggers.workflowUnavailable": "No workflows available. Create one in the Workflows tab first.",
91
- "triggers.goToWorkflows": "Go to Workflows tab",
92
- "triggers.schedulePreviewTitle": "Next runs",
93
- "triggers.scheduleOnceLabel": "Runs once at {{time}}",
94
- "triggers.scheduleIntervalError": "Interval must be positive",
95
- "triggers.scheduleOnceInPast": "Scheduled time is in the past",
96
- "triggers.cronError": "Invalid cron:",
97
- "triggers.cronExampleHint": "Common examples:",
98
- "triggers.cronExample.weekdaysNine": "Weekdays 9am",
99
- "triggers.cronExample.every15min": "Every 15 min",
100
- "triggers.cronExample.monthly": "Monthly 1st",
101
- "advancedpageview.Database": "Database",
102
2
  "advancedpageview.DatabaseDescription": "Tables, media, and vector browser",
103
- "advancedpageview.Desktop": "Desktop",
104
3
  "advancedpageview.DesktopDescription": "Native runtime diagnostics, detached windows, file dialogs, clipboard, and shell controls",
105
- "advancedpageview.Logs": "Logs",
106
4
  "advancedpageview.LogsDescription": "Runtime and service logs",
107
5
  "advancedpageview.Memories": "Memories",
108
6
  "advancedpageview.MemoriesDescription": "Memory, fact, and extraction viewer with activity feed",
109
- "advancedpageview.Plugins": "Plugins",
110
7
  "advancedpageview.PluginsDescription": "Features and connectors",
111
8
  "advancedpageview.Relationships": "Relationships",
112
9
  "advancedpageview.RelationshipsDescription": "Cross-channel people, identities, facts, and relationships",
113
- "advancedpageview.Runtime": "Runtime",
114
10
  "advancedpageview.RuntimeDescription": "Deep runtime object introspection and load order",
115
11
  "advancedpageview.Security": "Security",
116
12
  "advancedpageview.SecurityDescription": "API keys and credentials vault",
117
13
  "advancedpageview.Skills": "Skills",
118
14
  "advancedpageview.SkillsDescription": "Custom agent skills",
119
- "advancedpageview.Trajectories": "Trajectories",
120
15
  "advancedpageview.TrajectoriesDescription": "LLM call history and analysis",
121
- "agentactivitybox.Error": "Error",
122
- "agentactivitybox.Running": "Running",
16
+ "agent.clearActivity": "Clear activity",
17
+ "agent.currentlyPlaying": "Currently playing",
18
+ "agent.noGamesAreRunning": "No games are running",
19
+ "agent.noRecentActivity": "No recent activity",
20
+ "agent.resumeViewer": "Resume viewer",
123
21
  "agentactivitybox.RunningTool": "Running {{tool}}",
124
22
  "agentactivitybox.WaitingForInput": "Waiting for input",
125
- "apikeyconfig.configured": "configured",
126
23
  "apikeyconfig.error": "Error: {{message}}",
127
- "apikeyconfig.failed": "failed",
128
- "apikeyconfig.fetchModels": "Fetch Models",
129
24
  "apikeyconfig.fetching": "Fetching...",
25
+ "apikeyconfig.fetchModels": "Fetch Models",
130
26
  "apikeyconfig.loadedModels": "Loaded {{count}} models",
131
- "apikeyconfig.save": "Save",
132
- "apikeyconfig.saved": "Saved",
133
- "apikeyconfig.saving": "Saving...",
134
- "appsview.Active": "Active",
135
27
  "appsview.ActiveOnly": "Active Only",
136
28
  "appsview.Auth": "Auth",
137
- "appsview.Back": "Back",
138
- "appsview.Capabilities": "Capabilities",
139
29
  "appsview.CurrentGameOpened": "Current game opened in a new tab.",
140
30
  "appsview.Disabled": "disabled",
141
31
  "appsview.EmptyCatalogHint": "Refresh the catalog or check back after more app packages are installed.",
@@ -146,12 +36,9 @@
146
36
  "appsview.GameRunning": "Game running",
147
37
  "appsview.HelperText": "Choose an app tile to inspect launch details, current session state, and available viewer actions.",
148
38
  "appsview.IframeAuthMissing": "{{name}} requires iframe auth, but no auth payload is configured.",
149
- "appsview.Inactive": "Inactive",
150
- "appsview.Launch": "Launch",
39
+ "appsview.LaunchedNoViewer": "{{name}} launched, but no viewer or URL is configured.",
151
40
  "appsview.LaunchFailed": "Failed to launch {{name}}: {{message}}",
152
41
  "appsview.LaunchType": "Launch type",
153
- "appsview.LaunchedNoViewer": "{{name}} launched, but no viewer or URL is configured.",
154
- "appsview.Launching": "Launching...",
155
42
  "appsview.LoadError": "Failed to load apps: {{message}}",
156
43
  "appsview.Loading": "Loading...",
157
44
  "appsview.NetworkError": "network error",
@@ -161,13 +48,12 @@
161
48
  "appsview.NoRunningApps": "No app runs are active right now.",
162
49
  "appsview.NoRunningAppsHint": "Launch a game from the catalog and it will appear here as a reattachable run.",
163
50
  "appsview.Open": "Open {{name}}",
164
- "appsview.OpenInTab": "Open in Tab",
165
51
  "appsview.OpenedInNewTab": "{{name}} opened in a new tab.",
52
+ "appsview.OpenInTab": "Open in Tab",
166
53
  "appsview.PopupBlocked": "Popup blocked. Allow popups and try again.",
167
54
  "appsview.PopupBlockedOpen": "Popup blocked while opening {{name}}. Allow popups and try again.",
168
55
  "appsview.Repository": "Repository",
169
56
  "appsview.Results": "{{count}} results",
170
- "appsview.Resume": "Resume",
171
57
  "appsview.ResumeSession": "Resume Session",
172
58
  "appsview.RunAttention": "Attention needed",
173
59
  "appsview.Running": "Running",
@@ -183,7 +69,6 @@
183
69
  "aria.attachImage": "Attach image",
184
70
  "aria.chatMessage": "Chat message",
185
71
  "aria.chatWorkspace": "Chat workspace",
186
- "aria.close": "Close",
187
72
  "aria.closeConsole": "Close console",
188
73
  "aria.closeConsolePanel": "Close console panel",
189
74
  "aria.closeNavMenu": "Close navigation menu",
@@ -203,82 +88,225 @@
203
88
  "aria.switchShellView": "Switch shell view",
204
89
  "aria.toggleTheme": "Toggle theme",
205
90
  "aria.upload": "Upload",
91
+ "automations.chat.assistantLabel": "Automations Assistant",
92
+ "automations.chat.collapse": "Collapse assistant",
93
+ "automations.chat.errorGeneric": "Something went wrong. Please try again.",
94
+ "automations.chat.expand": "Expand assistant",
95
+ "automations.chat.placeholder": "Ask me to build a workflow. e.g. \"Send me a Slack message every morning at 9am with today's calendar.\"",
96
+ "automations.chat.roleUser": "You",
97
+ "automations.collapse": "Collapse automations",
98
+ "automations.coordinatorDescriptionPlaceholder": "What should the coordinator do...",
99
+ "automations.coordinatorNamePlaceholder": "Coordinator automation name...",
100
+ "automations.createCoordinator": "Create coordinator",
101
+ "automations.createTaskOrWorkflow": "Create task or workflow",
102
+ "automations.editCoordinator": "Edit coordinator",
103
+ "automations.expand": "Expand automations",
104
+ "automations.filter.coordinator": "Coordinator",
105
+ "automations.filter.scheduled": "Scheduled",
106
+ "automations.filterTabsLabel": "Filter automations",
107
+ "automations.loadFailed": "Failed to load automations.",
108
+ "automations.n8n.activate": "Activate",
109
+ "automations.n8n.bannerCloud": "Cloud automations connected",
110
+ "automations.n8n.bannerDisabled": "Sign in to Eliza Cloud or enable local automations in Settings",
111
+ "automations.n8n.bannerLocalError": "Local automations failed",
112
+ "automations.n8n.bannerLocalReady": "Local automations running",
113
+ "automations.n8n.bannerLocalStarting": "Starting local automations...",
114
+ "automations.n8n.cloudDegradedBody": "Eliza Cloud is unreachable right now. Workflows may be unavailable.",
115
+ "automations.n8n.cloudDegradedHeading": "Cloud connection issue",
116
+ "automations.n8n.ctaBodyDesktop": "Sign in to Eliza Cloud to sync workflows across devices, or run a local automation engine.",
117
+ "automations.n8n.ctaBodyMobile": "Workflows require an Eliza Cloud account on mobile.",
118
+ "automations.n8n.ctaEnableLocal": "Enable local automations",
119
+ "automations.n8n.ctaHeadingDesktop": "Get started with Workflows",
120
+ "automations.n8n.ctaHeadingMobile": "Workflows require Eliza Cloud",
121
+ "automations.n8n.dangerZone": "Danger zone",
122
+ "automations.n8n.deactivate": "Deactivate",
123
+ "automations.n8n.deleteConfirmMessage": "Permanently delete this workflow. This cannot be undone.",
124
+ "automations.n8n.deleteConfirmWorkflow": "Delete \"{{name}}\"? This cannot be undone.",
125
+ "automations.n8n.deleteFailed": "Failed to delete workflow.",
126
+ "automations.n8n.deleteWorkflow": "Delete workflow",
127
+ "automations.n8n.errorDeleteWorkflow": "Failed to delete workflow: {{message}}",
128
+ "automations.n8n.errorLoadStatus": "Failed to load n8n status: {{message}}",
129
+ "automations.n8n.errorLoadWorkflows": "Failed to load workflows: {{message}}",
130
+ "automations.n8n.errorStartSidecar": "Failed to start local n8n: {{message}}",
131
+ "automations.n8n.errorUpdateWorkflow": "Failed to update workflow: {{message}}",
132
+ "automations.n8n.newWorkflow": "New workflow",
133
+ "automations.n8n.nodeCount": "{{count}} nodes",
134
+ "automations.n8n.noWorkflowsHint": "Ask the assistant to build one for you.",
135
+ "automations.n8n.noWorkflowsTitle": "No automations yet",
136
+ "automations.n8n.pillAriaCloudDegraded": "Cloud service issue detected",
137
+ "automations.n8n.pillAriaCloudHealthy": "Cloud service healthy",
138
+ "automations.n8n.pillAriaLocalReady": "Local service ready",
139
+ "automations.n8n.pillAriaLocalStarting": "Local service starting",
140
+ "automations.n8n.pillCloudDegraded": "Cloud (issue)",
141
+ "automations.n8n.pillCloudHealthy": "Cloud (Eliza)",
142
+ "automations.n8n.pillLocalReady": "Local (this device)",
143
+ "automations.n8n.pillLocalStarting": "Local (starting…)",
144
+ "automations.n8n.startFailed": "Failed to start local automations.",
145
+ "automations.n8n.updateStateFailed": "Failed to update workflow state.",
146
+ "automations.n8n.workflowListLabel": "Workflow list",
147
+ "automations.nameRequired": "Name is required.",
148
+ "automations.newCoordinator": "New coordinator",
149
+ "automations.newSchedule": "New schedule",
150
+ "automations.newTaskButton": "+ New task",
151
+ "automations.newTriggerButton": "+ New trigger",
152
+ "automations.newWorkflowCTA": "+ New Workflow",
153
+ "automations.newWorkflowDisabled": "Enable Automations in Settings to create workflows",
154
+ "automations.openInWorkflowsTab": "Open in Workflows tab",
155
+ "automations.runsWorkflow": "Runs workflow: {{name}}",
156
+ "automations.saveCoordinator": "Save coordinator",
157
+ "automations.searchPlaceholder": "Search automations",
158
+ "automations.taskCreateFailed": "Failed to create task.",
159
+ "automations.taskDeleteFailed": "Failed to delete task.",
160
+ "automations.taskDeleteMessage": "Are you sure you want to delete this task?",
161
+ "automations.taskDeleteTitle": "Delete task",
162
+ "automations.taskLabel": "Task",
163
+ "automations.taskName": "Task name...",
164
+ "automations.taskUpdateFailed": "Failed to update task.",
165
+ "automations.templateCustom.desc": "Describe your own workflow in chat.",
166
+ "automations.templateCustom.title": "Custom",
167
+ "automations.templates.calendarSlack.desc": "Post your day's agenda to Slack each morning.",
168
+ "automations.templates.calendarSlack.prompt": "Every weekday at 8am, read today's events from my Google Calendar and post a formatted agenda to my #daily-standup channel in Slack.",
169
+ "automations.templates.calendarSlack.title": "Calendar to Slack",
170
+ "automations.templates.emailDigest.desc": "Summarize your inbox each morning and post to Slack.",
171
+ "automations.templates.emailDigest.prompt": "Every weekday at 9am, read my Gmail inbox from the last 24 hours, summarize the important messages, and post the summary to my #daily channel in Slack.",
172
+ "automations.templates.emailDigest.title": "Daily Email Digest",
173
+ "automations.templates.emailNotion.desc": "Turn tagged emails into Notion pages.",
174
+ "automations.templates.emailNotion.prompt": "When I receive a Gmail message labeled 'Task', extract the key details and create a new page in my Notion 'Inbox' database with the subject as the title and body as content.",
175
+ "automations.templates.emailNotion.title": "Email → Notion",
176
+ "automations.templates.githubTriage.desc": "Auto-classify and label new GitHub issues.",
177
+ "automations.templates.githubTriage.prompt": "When a new issue is opened on my GitHub repo, classify it (bug/feature/question/docs), add the matching label, and post a welcoming comment.",
178
+ "automations.templates.githubTriage.title": "GitHub Issue Triage",
179
+ "automations.templates.rssSummary.desc": "Poll an RSS feed and summarize new articles by email.",
180
+ "automations.templates.rssSummary.prompt": "Check my RSS feed https://example.com/feed.xml every hour. For each new article, generate a 3-sentence summary and email it to me.",
181
+ "automations.templates.rssSummary.title": "RSS to Summary",
182
+ "automations.templates.slackDiscord.desc": "Cross-post messages between Slack and Discord channels.",
183
+ "automations.templates.slackDiscord.prompt": "Whenever a message is posted in the #announcements channel in Slack, forward it to the #general channel in Discord.",
184
+ "automations.templates.slackDiscord.title": "Slack ↔ Discord Bridge",
185
+ "automations.templatesModalSubtitle": "Pick a workflow to customize, or start blank.",
186
+ "automations.templatesModalTitle": "Start with a template",
187
+ "automations.templateUseButton": "Use template",
188
+ "automations.whatShouldThisTaskDo": "What should this task do?",
189
+ "automations.zeroState.browseTemplates": "Browse templates →",
190
+ "automations.zeroState.subtitle": "I can build workflows for you, run prompts on a schedule, or keep a checklist of tasks.",
191
+ "automations.zeroState.title": "What would you like your agent to do?",
192
+ "avatarselector.dropVrm": "drop .vrm",
206
193
  "avatarselector.GitLfsPointer": "This .vrm is a Git LFS pointer, not the real model file. Download the actual VRM file first.",
207
194
  "avatarselector.InvalidAvatarFile": "Invalid avatar file",
208
195
  "avatarselector.InvalidVrmBinary": "Invalid VRM file. Pick a real .vrm binary.",
209
196
  "avatarselector.ReadSelectedFile": "Couldn't read that file. Try a different .vrm.",
210
197
  "avatarselector.SelectVrmFile": "Please pick a .vrm file.",
211
198
  "avatarselector.UploadCustomVrm": "Upload custom .vrm (click or drag)",
212
- "avatarselector.UploadVRM": "Upload",
213
- "avatarselector.dropVrm": "drop .vrm",
199
+ "babylon.tellTheAgentWhatToDoWhatToAvoidOrWhatToExplain": "Tell the agent what to do, what to avoid, or what to explain.",
214
200
  "browserworkspace.ActionFailed": "Browser action failed.",
215
- "browserworkspace.Active": "Active",
216
201
  "browserworkspace.AddressPlaceholder": "Enter a URL",
202
+ "browserworkspace.AgentActive": "Agent is on this tab",
217
203
  "browserworkspace.Background": "Background",
218
- "browserworkspace.Close": "Close",
204
+ "browserworkspace.BrowserBridgeCheckingTitle": "Checking your browser connection",
205
+ "browserworkspace.BrowserBridgeChromeReady": "Chrome is ready. Click Load unpacked and choose {{path}}.",
206
+ "browserworkspace.BrowserBridgeConnectedDescription": "Agent Browser Bridge is active in {{browser}} / {{profile}}. Use that real browser profile for Discord, Google, and other sites that do not belong inside an embed.",
207
+ "browserworkspace.BrowserBridgeConnectedTitle": "Your browser is connected",
208
+ "browserworkspace.BrowserBridgeFolderReady": "The Agent Browser Bridge folder is ready at {{path}}. Open chrome://extensions, click Load unpacked, and choose that folder.",
209
+ "browserworkspace.BrowserBridgeFolderRevealed": "Revealed the Agent Browser Bridge folder at {{path}}.",
210
+ "browserworkspace.BrowserBridgeInstallDescription": "Install the Agent Browser Bridge extension in this Chrome profile so the agent can see and control your real tabs instead of falling back to embedded browsing.",
211
+ "browserworkspace.BrowserBridgeOpenedChromeExtensions": "Opened Chrome extensions. Click Load unpacked and choose the Agent Browser Bridge folder.",
212
+ "browserworkspace.BrowserBridgeRefreshSuccess": "Refreshed Agent Browser Bridge connection status.",
213
+ "browserworkspace.BrowserBridgeTitle": "Agent Browser Bridge",
214
+ "browserworkspace.BrowserBridgeUseRealBrowser": "Use your real browser here",
215
+ "browserworkspace.Checking": "Checking",
216
+ "browserworkspace.ChromeBuild": "Chrome Build",
217
+ "browserworkspace.CloseTab": "Close tab",
218
+ "browserworkspace.CloudSession": "Cloud browser session",
219
+ "browserworkspace.CollapseChat": "Collapse chat",
219
220
  "browserworkspace.DesktopBridge": "Desktop bridge",
221
+ "browserworkspace.DesktopSession": "Desktop browser session",
220
222
  "browserworkspace.EmptyDescription": "Open a page here, or let the agent create tabs through the {{appName}} browser workspace plugin.",
223
+ "browserworkspace.EmptySessionDescription": "Open a page to start a real browser session. The preview here follows the session instead of embedding the target site directly.",
221
224
  "browserworkspace.EmptyTitle": "No browser tabs yet",
225
+ "browserworkspace.EnterUrlToNavigate": "Enter a URL to navigate.",
226
+ "browserworkspace.EnterUrlToOpen": "Enter a URL to open.",
227
+ "browserworkspace.ExpandChat": "Expand chat",
222
228
  "browserworkspace.Go": "Go",
229
+ "browserworkspace.InstallBrowserBridge": "Install Agent Browser Bridge",
230
+ "browserworkspace.InstallBrowserBridgeFailed": "Failed to prepare the Agent Browser Bridge extension.",
231
+ "browserworkspace.InvalidUrl": "Enter a valid http or https URL.",
223
232
  "browserworkspace.LastSeen": "Last seen {{time}}",
224
233
  "browserworkspace.LoadFailed": "Failed to load browser workspace.",
225
234
  "browserworkspace.Loading": "Loading browser workspace",
226
235
  "browserworkspace.NewTab": "New tab",
227
236
  "browserworkspace.NoTabsOpen": "No tabs open yet.",
228
- "browserworkspace.Open": "Open",
237
+ "browserworkspace.OpenBlankTabFailed": "Failed to open a blank browser tab.",
238
+ "browserworkspace.OpenBlankTabHere": "Open blank tab here",
239
+ "browserworkspace.OpenBrowserBridgeFolderFailed": "Failed to reveal the Agent Browser Bridge extension folder.",
240
+ "browserworkspace.OpenBrowserBridgeManagerFailed": "Failed to open Chrome extensions.",
241
+ "browserworkspace.OpenChromeExtensions": "Open Chrome extensions",
242
+ "browserworkspace.OpenExtensionFolder": "Open extension folder",
229
243
  "browserworkspace.OpenExternal": "Open external",
230
244
  "browserworkspace.OpenInitialBrowseFailed": "Failed to open the requested browser tab.",
245
+ "browserworkspace.OpenLiveSession": "Open live session",
231
246
  "browserworkspace.OpenTabs": "Open tabs",
247
+ "browserworkspace.RealSessionDescription": "This is a real browser session, not a raw iframe embed. Use chat or browser actions to navigate and interact with sites like Google and Discord.",
248
+ "browserworkspace.RefreshBrowserBridgeFailed": "Failed to refresh Agent Browser Bridge status.",
249
+ "browserworkspace.SessionPreview": "Browser session preview",
250
+ "browserworkspace.SessionPreviewPending": "Waiting for browser session preview",
251
+ "browserworkspace.SessionPreviewPendingDescription": "The page is running in a real browser session. A fresh preview will appear here as the session updates.",
232
252
  "browserworkspace.SidebarLabel": "Browser workspace",
253
+ "browserworkspace.SnapshotFailed": "Failed to load browser session preview.",
233
254
  "browserworkspace.Tabs": "Tabs",
255
+ "browserworkspace.UnsupportedProtocol": "Only http and https URLs are supported.",
234
256
  "browserworkspace.Visible": "Visible",
235
257
  "browserworkspace.WebWorkspace": "Web iframe workspace",
236
258
  "bugreportmodal.22X": "22.x",
237
259
  "bugreportmodal.ActualBehavior": "Actual Behavior",
238
260
  "bugreportmodal.AddLogs": "Add logs",
239
261
  "bugreportmodal.AnthropicOpenAI": "Anthropic / OpenAI / Ollama",
262
+ "bugreportmodal.attachLogs": "Attach startup logs",
263
+ "bugreportmodal.attachSystemInfo": "Attach system info",
240
264
  "bugreportmodal.BugReportSubmitted": "Bug Report Submitted",
241
- "bugreportmodal.Close": "Close",
265
+ "bugreportmodal.copied": "Copied!",
266
+ "bugreportmodal.copiedDiagnostics": "Diagnostics Copied!",
267
+ "bugreportmodal.copyAndOpenGitHub": "Copy & Open GitHub",
268
+ "bugreportmodal.copyDiagnostics": "Copy Diagnostics",
242
269
  "bugreportmodal.DescribeTheActual": "Describe the actual result.",
243
270
  "bugreportmodal.DescribeTheExpecte": "Describe the expected result.",
244
271
  "bugreportmodal.DescribeTheIssueY": "Describe the issue you encountered.",
245
272
  "bugreportmodal.DescriptionHint": "Describe what happened and why it was unexpected.",
273
+ "bugreportmodal.descriptionRequired": "Description is required.",
246
274
  "bugreportmodal.DiagnosticsSharedSuccessfully": "Diagnostics were shared successfully.",
247
275
  "bugreportmodal.Environment": "Environment",
248
276
  "bugreportmodal.ExpectedBehavior": "Expected Behavior",
249
277
  "bugreportmodal.HideLogs": "Hide logs",
250
- "bugreportmodal.Logs": "Logs",
251
278
  "bugreportmodal.LogsHint": "Paste only the relevant errors, traces, or console output.",
252
279
  "bugreportmodal.ModelProvider": "Model Provider",
253
280
  "bugreportmodal.NodeVersion": "Node Version",
281
+ "bugreportmodal.openLogsFolder": "Open Logs Folder",
254
282
  "bugreportmodal.Other": "Other",
255
283
  "bugreportmodal.PasteRelevantError": "Paste relevant error output or logs",
256
284
  "bugreportmodal.ReportABug": "Report a Bug",
257
285
  "bugreportmodal.ReportCopiedToClipboard": "Report copied to clipboard.",
258
286
  "bugreportmodal.ReproductionPrompt": "Help us reproduce the issue with concrete steps and environment details.",
287
+ "bugreportmodal.saveBundle": "Save Report Bundle",
288
+ "bugreportmodal.savingBundle": "Saving Bundle...",
259
289
  "bugreportmodal.Select": "Select...",
260
290
  "bugreportmodal.StepsHint": "Include the shortest reliable path that reproduces the bug.",
291
+ "bugreportmodal.stepsPlaceholder": "1. Go to...\n2. Click on...\n3. See error...",
261
292
  "bugreportmodal.StepsToReproduce": "Steps to Reproduce",
293
+ "bugreportmodal.submitting": "Submitting...",
262
294
  "bugreportmodal.Times": "X",
263
295
  "bugreportmodal.YourBugReportHas": "Your bug report has been submitted successfully.",
264
- "bugreportmodal.attachLogs": "Attach startup logs",
265
- "bugreportmodal.attachSystemInfo": "Attach system info",
266
- "bugreportmodal.copied": "Copied!",
267
- "bugreportmodal.copiedDiagnostics": "Diagnostics Copied!",
268
- "bugreportmodal.copyAndOpenGitHub": "Copy & Open GitHub",
269
- "bugreportmodal.copyDiagnostics": "Copy Diagnostics",
270
- "bugreportmodal.descriptionRequired": "Description is required.",
271
- "bugreportmodal.openLogsFolder": "Open Logs Folder",
272
- "bugreportmodal.saveBundle": "Save Report Bundle",
273
- "bugreportmodal.savingBundle": "Saving Bundle...",
274
- "bugreportmodal.stepsPlaceholder": "1. Go to...\n2. Click on...\n3. See error...",
275
- "bugreportmodal.submit": "Submit",
276
- "bugreportmodal.submitting": "Submitting...",
296
+ "character.characterHubSections": "Character hub sections",
297
+ "character.characterOverview": "Character overview",
298
+ "character.domainFilter": "Domain filter",
299
+ "character.getStartedWithYourCharacter": "Get started with your character",
300
+ "character.outcomeFilter": "Outcome filter",
301
+ "character.refreshLearnedSkills": "Refresh learned skills",
302
+ "character.reviewFilter": "Review filter",
303
+ "character.searchLearningEvidenceTags": "Search learning, evidence, tags...",
304
+ "character.sortExperiences": "Sort experiences",
305
+ "character.tagFilter": "Tag filter",
277
306
  "charactereditor.AboutMe": "About Me",
278
307
  "charactereditor.AboutMePlaceholder": "Describe who your agent is...",
279
308
  "charactereditor.AddInline": "+ add",
280
309
  "charactereditor.AddPost": "Add Post",
281
- "charactereditor.AgentNamePlaceholder": "Agent name",
282
310
  "charactereditor.ChatExamples": "Chat Examples",
283
311
  "charactereditor.ConversationN": "Conversation {n}",
284
312
  "charactereditor.CustomizeBtn": "Customize",
@@ -286,7 +314,6 @@
286
314
  "charactereditor.Generate": "generate",
287
315
  "charactereditor.Generating": "generating...",
288
316
  "charactereditor.LoadingCharacterData": "Loading character data...",
289
- "charactereditor.Name": "Name",
290
317
  "charactereditor.NoChatExamples": "No chat examples yet.",
291
318
  "charactereditor.NoPostExamples": "No post examples yet.",
292
319
  "charactereditor.PageContextDesc.examples": "Example conversations and posts the model can imitate.",
@@ -297,59 +324,59 @@
297
324
  "charactereditor.PageContextTitle.style": "Speaking style",
298
325
  "charactereditor.PostExamples": "Post Examples",
299
326
  "charactereditor.Regenerate": "regenerate",
300
- "charactereditor.Reset": "Reset",
301
327
  "charactereditor.ResetToDefaults": "Reset to Defaults",
302
- "charactereditor.Save": "Save",
303
- "charactereditor.Saved": "Saved",
304
328
  "charactereditor.Saving": "saving...",
305
329
  "charactereditor.SelectAVoice": "Select a voice",
306
330
  "charactereditor.SelectBtn": "Select",
307
331
  "charactereditor.SystemPrompt": "Things I Should Always Remember",
308
332
  "charactereditor.SystemPromptPlaceholder": "Write in first person...",
309
- "charactereditor.TabCharacter": "Character",
333
+ "charactereditor.TabbedEditorGroupLabel": "Character editor — tabbed sections",
310
334
  "charactereditor.TabExamples": "Examples",
311
- "charactereditor.TabKnowledge": "Knowledge",
312
335
  "charactereditor.TabPersonality": "Personality",
313
336
  "charactereditor.TabStyles": "Styles",
314
- "charactereditor.TabbedEditorGroupLabel": "Character editor — tabbed sections",
315
- "charactereditor.UploadVRM": "Upload",
316
- "charactereditor.Voice": "Voice",
317
337
  "characterroster.LoadingPresets": "Loading character presets...",
318
338
  "chat.agentStarting": "Agent starting...",
319
- "chat.agentType": "Agent",
339
+ "chat.cached": "cached",
340
+ "chat.collapseWidgets": "Collapse widgets",
320
341
  "chat.conversations": "Conversations",
321
342
  "chat.createTask": "Create coding task",
322
- "chat.createTaskButton": "Create",
323
343
  "chat.createTaskTitle": "Create Coding Task",
344
+ "chat.editWidgets": "Edit widgets",
345
+ "chat.expandWidgets": "Expand widgets",
324
346
  "chat.inferenceCloudNotConnected": "Eliza Cloud is enabled or your last reply used a cloud-hosted model, but {{appName}} is not connected. Sign in or add an API key under Settings → Cloud.",
325
347
  "chat.inferenceStreamInterrupted": "The last reply did not finish streaming (connection or model error). Check logs or model settings, or retry.",
326
- "chat.inputPlaceholder": "Message",
327
- "chat.inputPlaceholderNarrow": "Message",
328
348
  "chat.listening": "Listening...",
329
- "chat.micTitleIdleEnhanced": "Voice input — assistant replies use neural TTS (ElevenLabs). Change under Settings → Voice.",
349
+ "chat.messageAriaLabelAgent": "Agent message: {{preview}}",
350
+ "chat.messageAriaLabelSystem": "System: {{preview}}",
351
+ "chat.messageAriaLabelUser": "Your message: {{preview}}",
352
+ "chat.micTitleIdleEnhanced": "Voice input — assistant replies use neural TTS (ElevenLabs). Change under Settings → Voice.",
330
353
  "chat.micTitleIdleStandard": "Voice input — assistant uses device speech. Neural TTS and billing: Settings → Voice.",
354
+ "chat.newMessagesChip": "New messages ↓",
331
355
  "chat.releaseToSend": "Release to send...",
332
- "chat.send": "Send",
356
+ "chat.removeImage": "Remove image {{name}}",
333
357
  "chat.stopGeneration": "Stop generation",
334
358
  "chat.stopListening": "Stop listening",
335
359
  "chat.stopSpeaking": "Stop speaking",
336
360
  "chat.taskDescriptionPlaceholder": "Describe what to build...",
361
+ "chat.toolCallChip.ACTIVATE_N8N_WORKFLOW": "Activating workflow…",
362
+ "chat.toolCallChip.buildingWorkflow": "Building workflow…",
363
+ "chat.toolCallChip.DEACTIVATE_N8N_WORKFLOW": "Deactivating workflow…",
364
+ "chat.toolCallChip.default": "Working…",
365
+ "chat.toolCallChip.DELETE_N8N_WORKFLOW": "Deleting workflow…",
366
+ "chat.uncached": "uncached",
337
367
  "chat.voiceInput": "Voice input",
338
- "chatmessage.DeleteMessage": "Delete message",
339
368
  "chatmessage.ResponseInterrupte": "(Response interrupted)",
340
369
  "chatmessage.SaveAndResend": "Save and resend",
341
- "chatmessage.Saving": "Saving...",
342
- "chatview.AttachImage": "Attach image",
343
- "chatview.RemoveImage": "Remove image",
344
- "chatview.SilenceEndFirstTo": "Silence end→first token:",
370
+ "chatsidebar.launchApp": "Launch {{name}}",
371
+ "chatsidebar.OpenView": "Open View",
345
372
  "chatview.msEndVoiceStart": "ms · end→voice start:",
346
373
  "chatview.msFirst": "ms\n · first sentence:",
347
- "chatsidebar.Apps": "Apps",
348
- "chatsidebar.OpenView": "Open View",
374
+ "chatview.RemoveImage": "Remove image",
375
+ "chatview.SilenceEndFirstTo": "Silence end→first token:",
349
376
  "cloudonboarding.ClickToOpenLogin": "Open login page",
350
377
  "cloudonboarding.ConnectButton": "Connect to Eliza Cloud",
351
- "cloudonboarding.ConnectToElizaCloud": "Sign in to get started",
352
378
  "cloudonboarding.ConnectedSetupAgent": "Connected! Setting up your agent...",
379
+ "cloudonboarding.ConnectToElizaCloud": "Sign in to get started",
353
380
  "cloudonboarding.WaitingForLogin": "Waiting for login...",
354
381
  "cloudsourcecontrols.Offline": "Offline",
355
382
  "codingagentcontrolchip.ActiveSessions": "{{count}} active coding session(s)",
@@ -359,8 +386,6 @@
359
386
  "codingagentsettingssection.AgentUsedWhenNoE": "Agent used when no explicit type is specified in a spawn request.",
360
387
  "codingagentsettingssection.AgentUsedWhenNoEStrategyFixed": "Always use the selected default agent type when none is specified.",
361
388
  "codingagentsettingssection.AgentUsedWhenNoEStrategyRanked": "Automatically select the best-performing installed agent based on success rate and stall metrics.",
362
- "codingagentsettingssection.Anthropic": "Anthropic",
363
- "codingagentsettingssection.AnthropicApiKey": "Anthropic API Key",
364
389
  "codingagentsettingssection.AnthropicApiKeyDesc": "For Claude Code and Aider (Anthropic provider).",
365
390
  "codingagentsettingssection.AppliesToAllNewlySpawned": " — applies to all newly spawned agents unless overridden per-spawn.",
366
391
  "codingagentsettingssection.AuthenticateAgent": "Authenticate {{agent}}",
@@ -371,21 +396,17 @@
371
396
  "codingagentsettingssection.CloudUnpaired": "No Eliza Cloud account connected. Pair your account in the Cloud settings section first.",
372
397
  "codingagentsettingssection.CodingDirectory": "Coding Directory",
373
398
  "codingagentsettingssection.CodingDirectoryDesc": "Where task-agent scratch workspaces are created.",
374
- "codingagentsettingssection.Default": "Default",
375
399
  "codingagentsettingssection.DefaultAgentType": "Default Agent Type",
376
400
  "codingagentsettingssection.DefaultPermissionL": "Default Permission Level",
377
401
  "codingagentsettingssection.EnterDeviceCodePrefix": "Enter code",
378
402
  "codingagentsettingssection.EnterDeviceCodeSuffix": "at the sign-in page.",
379
403
  "codingagentsettingssection.FastModel": "Fast Model",
380
404
  "codingagentsettingssection.Fixed": "Fixed",
381
- "codingagentsettingssection.Google": "Google",
382
- "codingagentsettingssection.GoogleApiKey": "Google API Key",
383
405
  "codingagentsettingssection.GoogleApiKeyDesc": "For Gemini CLI and Aider (Google provider).",
384
- "codingagentsettingssection.InstallWith": "Install with",
385
406
  "codingagentsettingssection.Installed": "Installed",
407
+ "codingagentsettingssection.InstallWith": "Install with",
386
408
  "codingagentsettingssection.LlmProvider": "LLM Provider",
387
409
  "codingagentsettingssection.LlmProviderApiKeys": "API Keys",
388
- "codingagentsettingssection.LlmProviderCloud": "Eliza Cloud",
389
410
  "codingagentsettingssection.LlmProviderDescApiKeys": "Provide your own API keys for each provider (Anthropic, OpenAI, Google).",
390
411
  "codingagentsettingssection.LlmProviderDescCloud": "Route all agent LLM calls through Eliza Cloud. Gemini CLI is not supported.",
391
412
  "codingagentsettingssection.LlmProviderDescSubscription": "Use each CLI's built-in login (Claude Code, Codex, and Gemini subscriptions).",
@@ -393,11 +414,8 @@
393
414
  "codingagentsettingssection.LoadingCodingAgent": "Loading task-agent configuration...",
394
415
  "codingagentsettingssection.ModelsFetched": "Models fetched from provider API. These are preferences — the CLI may override based on availability.",
395
416
  "codingagentsettingssection.NoSupportedCLIs": "No supported task-agent CLIs detected. Install at least one of: Claude Code, Gemini CLI, Codex, Aider, or Pi.",
396
- "codingagentsettingssection.NotInstalled": "Not installed",
397
- "codingagentsettingssection.OpenAI": "OpenAI",
398
- "codingagentsettingssection.OpenSignInPage": "Open sign-in page →",
399
- "codingagentsettingssection.OpenaiApiKey": "OpenAI API Key",
400
417
  "codingagentsettingssection.OpenaiApiKeyDesc": "For Codex and Aider (OpenAI provider).",
418
+ "codingagentsettingssection.OpenSignInPage": "Open sign-in page →",
401
419
  "codingagentsettingssection.PowerfulModel": "Powerful Model",
402
420
  "codingagentsettingssection.PresetAutonomous": "Autonomous",
403
421
  "codingagentsettingssection.PresetAutonomousDesc": "All tools auto-approved",
@@ -406,108 +424,243 @@
406
424
  "codingagentsettingssection.PresetReadOnly": "Read Only",
407
425
  "codingagentsettingssection.PresetReadOnlyDesc": "Read-only tools only",
408
426
  "codingagentsettingssection.PresetStandardDesc": "Read + write, asks for shell/network",
409
- "codingagentsettingssection.Provider": "Provider",
410
427
  "codingagentsettingssection.RankedAutoSelect": "Ranked (auto-select best performer)",
411
428
  "codingagentsettingssection.RetentionAlwaysKeep": "Always keep",
412
429
  "codingagentsettingssection.RetentionAskMe": "Ask me",
413
430
  "codingagentsettingssection.RetentionEphemeral": "Ephemeral",
414
- "codingagentsettingssection.Retry": "Retry",
415
431
  "codingagentsettingssection.ScratchRetention": "Scratch Retention",
416
432
  "codingagentsettingssection.ScratchRetentionDesc": "What happens to scratch workspace code when a task finishes.",
417
- "codingagentsettingssection.Unknown": "Unknown",
418
433
  "codingagentsettingssection.UsingFallback": "Using fallback model list — configure your API key to see all available models.",
434
+ "codingagenttaskspanel.acceptance": "Acceptance",
435
+ "codingagenttaskspanel.artifacts": "Artifacts",
436
+ "codingagenttaskspanel.artifactsCount": "{{count}} artifacts",
437
+ "codingagenttaskspanel.changedFiles": "{{count}} changed files: {{preview}}",
438
+ "codingagenttaskspanel.changedFilesMore": "{{count}} changed files: {{preview}}, +{{remaining}} more",
439
+ "codingagenttaskspanel.coordinatorDecisions": "Coordinator Decisions",
440
+ "codingagenttaskspanel.decisionsCount": "{{count}} decisions",
441
+ "codingagenttaskspanel.deleteFailed": "Failed to delete task: {{error}}",
442
+ "codingagenttaskspanel.inline": "inline",
443
+ "codingagenttaskspanel.kind.coding": "coding",
444
+ "codingagenttaskspanel.kind.unknown": "unknown",
445
+ "codingagenttaskspanel.loadingTasks": "Loading tasks…",
446
+ "codingagenttaskspanel.loadTaskDetailFailed": "Failed to load task detail: {{error}}",
447
+ "codingagenttaskspanel.loadThreadsFailed": "Failed to load task threads: {{error}}",
448
+ "codingagenttaskspanel.messages": "Messages",
449
+ "codingagenttaskspanel.noSessionsRecorded": "No sessions recorded.",
450
+ "codingagenttaskspanel.noWorkRunning": "No orchestrator work running",
451
+ "codingagenttaskspanel.noWorkspace": "No workspace",
452
+ "codingagenttaskspanel.pendingUserInput": "Pending User Input",
453
+ "codingagenttaskspanel.prompt": "prompt",
454
+ "codingagenttaskspanel.reopen": "Reopen",
455
+ "codingagenttaskspanel.reopenFailed": "Failed to reopen task: {{error}}",
456
+ "codingagenttaskspanel.searchPlaceholder": "Search tasks",
457
+ "codingagenttaskspanel.sessions": "Sessions",
458
+ "codingagenttaskspanel.sessionsCount": "{{count}} sessions",
459
+ "codingagenttaskspanel.status.active": "active",
460
+ "codingagenttaskspanel.status.archived": "archived",
461
+ "codingagenttaskspanel.status.blocked": "blocked",
462
+ "codingagenttaskspanel.status.done": "done",
463
+ "codingagenttaskspanel.status.interrupted": "interrupted",
464
+ "codingagenttaskspanel.status.open": "open",
465
+ "codingagenttaskspanel.status.validating": "validating",
466
+ "codingagenttaskspanel.status.waitingOnUser": "waiting on user",
467
+ "codingagenttaskspanel.system": "system",
468
+ "codingagenttaskspanel.transcriptEntriesCount": "{{count}} transcript entries",
469
+ "codingagenttaskspanel.waitingForNextUserResponse": "Coordinator is waiting for the next user response.",
419
470
  "commandpalette.Description": "Search commands and jump straight to actions.",
420
471
  "commandpalette.NoCommandsFound": "No commands found",
421
472
  "commandpalette.ResultsLabel": "Command results",
422
473
  "commandpalette.SearchLabel": "Search commands",
423
474
  "commandpalette.Title": "Command palette",
424
475
  "commandpalette.TypeToSearchComma": "Type to search commands...",
476
+ "common.account": "Account",
477
+ "common.actions": "Actions",
478
+ "common.active": "Active",
479
+ "common.add": "Add",
480
+ "common.agent": "Agent",
481
+ "common.all": "All",
482
+ "common.anthropic": "Anthropic",
483
+ "common.audio": "Audio",
484
+ "common.available": "Available",
425
485
  "common.back": "Back",
486
+ "common.balance": "Balance",
487
+ "common.calendar": "Calendar",
426
488
  "common.cancel": "Cancel",
489
+ "common.capabilities": "Capabilities",
490
+ "common.chain": "Chain",
491
+ "common.channel": "Channel",
427
492
  "common.clear": "Clear",
428
493
  "common.close": "Close",
494
+ "common.cloud": "Cloud",
495
+ "common.collapse": "Collapse",
496
+ "common.completed": "Completed",
497
+ "common.configured": "configured",
498
+ "common.confirm": "Confirm",
429
499
  "common.connect": "Connect",
430
500
  "common.connected": "Connected",
431
501
  "common.connecting": "Starting…",
432
502
  "common.continue": "Continue",
503
+ "common.create": "Create",
504
+ "common.database": "Database",
505
+ "common.default": "Default",
506
+ "common.delete": "Delete",
507
+ "common.description": "Description",
508
+ "common.desktop": "Desktop",
509
+ "common.details": "Details",
510
+ "common.disable": "Disable",
511
+ "common.disabled": "Disabled",
433
512
  "common.disconnect": "Disconnect",
434
513
  "common.disconnecting": "Disconnecting…",
514
+ "common.discord": "Discord",
515
+ "common.dismiss": "Dismiss",
516
+ "common.done": "Done",
517
+ "common.duration": "Duration",
518
+ "common.edit": "Edit",
519
+ "common.elizaCloud": "Eliza Cloud",
520
+ "common.enable": "Enable",
521
+ "common.enabled": "Enabled",
435
522
  "common.error": "Error",
523
+ "common.evaluators": "Evaluators",
524
+ "common.events": "Events",
525
+ "common.expand": "Expand",
436
526
  "common.export": "Export",
437
527
  "common.exporting": "Exporting...",
528
+ "common.failed": "failed",
529
+ "common.features": "Features",
530
+ "common.game": "Game",
531
+ "common.google": "Google",
532
+ "common.heartbeat": "Heartbeat",
438
533
  "common.hide": "Hide",
534
+ "common.hosting": "Hosting",
535
+ "common.idle": "Idle",
536
+ "common.importing": "Importing...",
537
+ "common.inactive": "Inactive",
538
+ "common.inbox": "Inbox",
539
+ "common.install": "Install",
540
+ "common.installing": "Installing...",
541
+ "common.item": "item",
542
+ "common.label": "Label",
543
+ "common.launch": "Launch",
544
+ "common.launching": "Launching...",
439
545
  "common.loading": "Loading",
546
+ "common.local": "Local",
547
+ "common.location": "Location",
548
+ "common.logs": "Logs",
549
+ "common.message": "Message",
550
+ "common.name": "Name",
551
+ "common.needsSetup": "Needs setup",
552
+ "common.new": "New",
553
+ "common.newChat": "New Chat",
554
+ "common.next": "Next",
555
+ "common.no": "No",
556
+ "common.nodes": "Nodes",
440
557
  "common.notConnected": "Not connected",
441
558
  "common.off": "OFF",
559
+ "common.offline": "offline",
442
560
  "common.on": "ON",
561
+ "common.open": "Open",
562
+ "common.openai": "OpenAI",
563
+ "common.openApps": "Open apps",
564
+ "common.parameters": "Parameters",
565
+ "common.pause": "Pause",
566
+ "common.paused": "Paused",
567
+ "common.permissions": "Permissions",
568
+ "common.plugins": "Plugins",
569
+ "common.prev": "Prev",
570
+ "common.preview": "Preview",
571
+ "common.provider": "Provider",
572
+ "common.providers": "Providers",
573
+ "common.queued": "Queued",
574
+ "common.ready": "Ready",
575
+ "common.reconnect": "Reconnect",
443
576
  "common.refresh": "Refresh",
577
+ "common.refreshing": "Refreshing...",
578
+ "common.reminders": "Reminders",
444
579
  "common.remove": "Remove",
580
+ "common.reply": "Reply",
581
+ "common.reset": "Reset",
445
582
  "common.restart": "Restart agent",
446
583
  "common.restarting": "Restarting…",
584
+ "common.resume": "Resume",
447
585
  "common.retry": "Retry",
586
+ "common.rows": "rows",
448
587
  "common.running": "Running...",
588
+ "common.runtime": "Runtime",
449
589
  "common.save": "Save",
590
+ "common.saved": "Saved",
591
+ "common.saving": "Saving...",
592
+ "common.schedule": "Schedule",
593
+ "common.search": "Search",
594
+ "common.searching": "Searching...",
450
595
  "common.send": "Send",
596
+ "common.server": "Server",
597
+ "common.skip": "Skip",
598
+ "common.source": "Source:",
599
+ "common.status": "Status",
600
+ "common.stop": "Stop",
601
+ "common.submit": "Submit",
451
602
  "common.submitting": "Submitting…",
603
+ "common.testing": "Testing...",
604
+ "common.today": "Today",
605
+ "common.tokens": "Tokens",
606
+ "common.trajectories": "Trajectories",
607
+ "common.type": "Type",
608
+ "common.unavailable": "Unavailable",
609
+ "common.uninstall": "Uninstall",
452
610
  "common.unknown": "Unknown",
611
+ "common.updating": "Updating...",
612
+ "common.user": "User",
453
613
  "common.validating": "Validating…",
614
+ "common.value": "Value",
615
+ "common.vectors": "Vectors",
454
616
  "common.version": "Version",
455
- "companion.agentVoiceOff": "Agent voice off",
456
- "companion.agentVoiceOn": "Agent voice on",
617
+ "common.video": "Video",
618
+ "common.voice": "Voice",
619
+ "common.workflows": "Workflows",
620
+ "common.yes": "Yes",
457
621
  "companion.avatarPreviewAlt": "Avatar preview",
458
622
  "companion.exitToApps": "Exit to Apps",
459
- "companion.newChat": "New Chat",
460
- "companion.newChatButton": "New Chat",
461
- "companion.voiceToggle": "Voice",
462
623
  "config-field.AddItem": "Add item",
463
624
  "config-field.AddRow": "Add row",
464
625
  "config-field.Configured": "Configured",
465
626
  "config-field.CustomComponent": "Custom component:",
466
- "config-field.Default": "Default",
467
- "config-field.Edit": "Edit",
468
627
  "config-field.EnterAFilePathOr": "Enter a file path or paste one here.",
469
628
  "config-field.Key": "Key",
470
629
  "config-field.KeyValue": "Key-value JSON",
471
630
  "config-field.MoveDown": "Move down",
472
631
  "config-field.MoveUp": "Move up",
473
632
  "config-field.NoMatches": "No matches",
474
- "config-field.NoOptionsDefined": "No options defined",
475
633
  "config-field.None": "None",
634
+ "config-field.NoOptionsDefined": "No options defined",
476
635
  "config-field.NothingToPreview": "Nothing to preview",
477
- "config-field.Preview": "Preview",
636
+ "config-field.options": "options",
478
637
  "config-field.RemoveRow": "Remove row",
479
638
  "config-field.Times": "×",
480
- "config-field.Value": "Value",
481
- "config-field.options": "options",
482
- "config-renderer.Advanced": "Advanced",
483
- "config-renderer.Rarr": "→",
484
639
  "config-renderer.attention": "attention",
640
+ "config-renderer.Rarr": "→",
485
641
  "config-renderer.requiredFieldsConf": "required fields configured",
486
642
  "config-renderer.total": "total",
487
- "configpageview.AlchemyApiKey": "Alchemy API Key",
488
643
  "configpageview.AnkrApiKey": "Ankr API Key",
489
644
  "configpageview.ApiKeyPlaceholder": "Enter API key",
490
645
  "configpageview.ApiKeySetPlaceholder": "Already set — leave blank to keep",
646
+ "configpageview.BirdeyeApiKey": "Birdeye API Key",
491
647
  "configpageview.BSC": "BSC",
492
648
  "configpageview.BSCDesc": "BNB Smart Chain",
493
- "configpageview.BirdeyeApiKey": "Birdeye API Key",
494
649
  "configpageview.CloudLoginRequiredSvgTitle": "Eliza Cloud login required",
495
650
  "configpageview.CloudModeDesc": "Managed RPC for all chains. No API keys needed.",
496
651
  "configpageview.CloudModeSvgTitle": "Eliza Cloud managed RPC",
497
- "configpageview.CloudModeTitle": "Eliza Cloud",
498
652
  "configpageview.CloudServices": "Cloud Services",
499
653
  "configpageview.CloudServicesDesc": "Toggle Eliza Cloud services",
500
654
  "configpageview.Config": "Config",
501
655
  "configpageview.ConnectedToElizaCloud": "Connected to Eliza Cloud",
502
- "configpageview.Connecting": "Connecting...",
503
656
  "configpageview.Credits": "Credits:",
504
657
  "configpageview.CustomModeDesc": "Bring your own API keys. Configure per chain.",
505
658
  "configpageview.CustomModeSvgTitle": "Custom RPC configuration",
506
659
  "configpageview.CustomModeTitle": "Custom RPC",
507
660
  "configpageview.CustomRpcProviders": "Custom RPC Providers",
661
+ "configpageview.ElizaCloudKeyInvalid": "Eliza Cloud key invalid",
508
662
  "configpageview.EVM": "EVM",
509
663
  "configpageview.EVMDesc": "Ethereum, Base, Arbitrum",
510
- "configpageview.ElizaCloudKeyInvalid": "Eliza Cloud key invalid",
511
664
  "configpageview.FixInCloudSettings": "Fix in Cloud settings",
512
665
  "configpageview.HeliusApiKey": "Helius API Key",
513
666
  "configpageview.InfuraApiKey": "Infura API Key",
@@ -529,95 +682,90 @@
529
682
  "configpageview.WalletNetwork": "Wallet Network",
530
683
  "configpageview.WalletNetworkDesc": "Mainnet for live funds, Testnet for practice",
531
684
  "configpageview.WalletProvidersAnd": "Wallet providers and secrets.",
532
- "confirmdeletecontrol.Cancel": "Cancel",
533
- "confirmdeletecontrol.Confirm": "Confirm",
534
- "confirmdeletecontrol.Delete": "Delete",
535
- "confirmdeletecontrol.DeletePrompt": "Delete?",
685
+ "connectionfailedbanner.attemptsRealTime": "attempts. Real-time updates are paused.",
536
686
  "connectionfailedbanner.ConnectionLostAfte": "Connection lost after",
537
687
  "connectionfailedbanner.ReconnectingAtt": "Reconnecting... (attempt",
538
- "connectionfailedbanner.attemptsRealTime": "attempts. Real-time updates are paused.",
539
688
  "connectionlostoverlay.AttemptsExhausted": "Realtime reconnect attempts exhausted: {{attempts}}.",
540
689
  "connectionlostoverlay.ConnectionLost": "Connection Lost",
541
690
  "connectionlostoverlay.ConnectionLostBody": "{{appName}} can’t talk to the local backend anymore. Restart the app or retry the connection once the server is back.",
542
691
  "connectionlostoverlay.LostBackendConnection": "Lost backend connection.",
543
- "connectionlostoverlay.Restart": "Restart",
544
- "connectionlostoverlay.Restarting": "Restarting...",
692
+ "connectors.blooioCloud": "Blooio (Cloud)",
693
+ "connectors.bluebubbles": "BlueBubbles",
694
+ "connectors.botToken": "Bot Token",
695
+ "connectors.botToken2": "Bot Token",
696
+ "connectors.businessCloudApi": "Business Cloud API",
697
+ "connectors.desktopApp": "Desktop App",
698
+ "connectors.directChatDb": "Direct (chat.db)",
699
+ "connectors.managedElizaCloud": "Managed (Eliza Cloud)",
700
+ "connectors.personalAccount": "Personal Account",
701
+ "connectors.qrPair": "QR Pair",
702
+ "connectors.qrPair2": "QR Pair",
703
+ "connectors.signalQrCode": "Signal QR Code",
704
+ "connectors.whatsappQrCode": "WhatsApp QR Code",
705
+ "conversations.actions": "More actions",
706
+ "conversations.bucketDaysAgo": "{{count}} days ago",
707
+ "conversations.bucketLastMonth": "Last month",
708
+ "conversations.bucketLastWeek": "Last week",
709
+ "conversations.bucketLastYear": "Over a year ago",
710
+ "conversations.bucketMonthsAgo": "{{count}} months ago",
711
+ "conversations.bucketWeeksAgo": "{{count}} weeks ago",
712
+ "conversations.bucketYearsAgo": "{{count}} years ago",
713
+ "conversations.bucketYesterday": "Yesterday",
545
714
  "conversations.chats": "Chats",
546
- "conversations.closePanel": "Close panel",
547
715
  "conversations.daysAgo": "{{count}}d ago",
548
716
  "conversations.delete": "Delete conversation",
549
717
  "conversations.deleteConfirm": "Delete?",
550
- "conversations.deleteNo": "No",
551
- "conversations.deleteYes": "Yes",
552
718
  "conversations.filterScope": "Channels",
553
719
  "conversations.filterWorld": "Server / world",
554
720
  "conversations.hoursAgo": "{{count}}h ago",
555
721
  "conversations.justNow": "just now",
722
+ "conversations.manageConnections": "Manage",
556
723
  "conversations.minutesAgo": "{{count}}m ago",
557
724
  "conversations.newChat": "+ New Chat",
558
725
  "conversations.noMatchingChats": "No chats match your search",
559
726
  "conversations.none": "No conversations yet",
560
- "conversations.noneConnectors": "No conversations yet",
561
- "conversations.none{{appName}}": "No conversations yet",
727
+ "conversations.noneApp": "No chats yet",
562
728
  "conversations.rename": "Rename conversation",
563
729
  "conversations.renameDialogDescription": "Type any title you want, or use Suggest to generate one from this chat (uses your configured model).",
564
730
  "conversations.renameDialogLabel": "Topic title",
565
- "conversations.renameDialogSave": "Save",
566
731
  "conversations.renameDialogSaving": "Saving…",
567
732
  "conversations.renameDialogSuggest": "Suggest",
568
733
  "conversations.renameDialogSuggesting": "Suggesting…",
569
734
  "conversations.renameDialogTitle": "Rename chat topic",
570
735
  "conversations.scopeAllConnectors": "All connectors",
571
- "conversations.scopeAllWorlds": "All",
572
- "conversations.scope{{appName}}": "{{appName}}",
573
- "conversations.actions": "More actions",
736
+ "conversations.scopeApp": "{{appName}}",
574
737
  "conversations.scopeDms": "DMs",
575
738
  "conversations.scopeUnknownWorld": "Unknown world",
576
739
  "conversations.searchChats": "Search chats",
577
- "conversations.newChatShort": "New",
578
- "conversations.newTerminalShort": "New",
579
- "conversations.bucketToday": "Today",
580
- "conversations.bucketYesterday": "Yesterday",
581
- "conversations.bucketDaysAgo": "{{count}} days ago",
582
- "conversations.bucketLastWeek": "Last week",
583
- "conversations.bucketWeeksAgo": "{{count}} weeks ago",
584
- "conversations.bucketLastMonth": "Last month",
585
- "conversations.bucketMonthsAgo": "{{count}} months ago",
586
- "conversations.bucketLastYear": "Over a year ago",
587
- "conversations.bucketYearsAgo": "{{count}} years ago",
588
740
  "customactioneditor.Add": "+ Add",
589
741
  "customactioneditor.AddParameter": "+ Add Parameter",
590
742
  "customactioneditor.AliasesOptional": "Aliases (optional)",
591
743
  "customactioneditor.AvailableParams": "// Available: params.paramName, fetch()\\nreturn { result: params.input };",
592
744
  "customactioneditor.BodyTemplateOptio": "Body Template (optional)",
593
- "customactioneditor.CommaSeparatedAlte": "Comma-separated alternatives the agent can match against.",
594
745
  "customactioneditor.CommandTemplate": "Command Template",
746
+ "customactioneditor.CommaSeparatedAlte": "Comma-separated alternatives the agent can match against.",
595
747
  "customactioneditor.DescribeWhatYouWa": "Describe what you want this action to do",
596
748
  "customactioneditor.Duration": "Duration:",
749
+ "customactioneditor.echoMessage": "echo {{message}} > /tmp/output.txt",
750
+ "customactioneditor.eGCheckIfAWebs": "e.g. Check if a website is up and return status",
597
751
  "customactioneditor.Error": "Error:",
752
+ "customactioneditor.forParameterSubsti": "for parameter substitution",
598
753
  "customactioneditor.HandlerType": "Handler Type",
599
754
  "customactioneditor.HeaderName": "Header-Name",
600
755
  "customactioneditor.HeadersOptional": "Headers (optional)",
756
+ "customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
601
757
  "customactioneditor.JavaScriptCode": "JavaScript Code",
602
758
  "customactioneditor.MYACTION": "MY_ACTION",
603
- "customactioneditor.Parameters": "Parameters",
759
+ "customactioneditor.paramName": "paramName",
604
760
  "customactioneditor.SYNONYMONESYNONYM": "SYNONYM_ONE, SYNONYM_TWO",
605
- "customactioneditor.Saving": "Saving...",
606
761
  "customactioneditor.Test": "Test",
607
762
  "customactioneditor.TestAction": "Test Action",
608
- "customactioneditor.Testing": "Testing...",
609
763
  "customactioneditor.TheAgentWillGener": "The agent will generate the action config for you to review and\n edit.",
610
- "customactioneditor.WhatDoesThisActio": "What does this action do?",
611
- "customactioneditor.eGCheckIfAWebs": "e.g. Check if a website is up and return status",
612
- "customactioneditor.echoMessage": "echo {{message}} > /tmp/output.txt",
613
- "customactioneditor.forParameterSubsti": "for parameter substitution",
614
- "customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
615
- "customactioneditor.paramName": "paramName",
616
764
  "customactioneditor.valueOrParam": "value or {{param}}",
765
+ "customactioneditor.WhatDoesThisActio": "What does this action do?",
617
766
  "customactionspanel.ActionSummary": "{{actionCount}} total · {{enabledCount}} enabled",
618
767
  "customactionspanel.AliasCountOne": "{{count}} alias",
619
768
  "customactionspanel.AliasCountOther": "{{count}} aliases",
620
- "customactionspanel.CustomActions": "Custom Actions",
621
769
  "customactionspanel.DeleteAction": "Delete action",
622
770
  "customactionspanel.DeleteFailed": "Couldn't delete this action. Try again.",
623
771
  "customactionspanel.EditAction": "Edit action",
@@ -636,16 +784,12 @@
636
784
  "customactionsview.ActionRegistry": "Action Registry",
637
785
  "customactionsview.ActionRegistryDescription": "Manage reusable action definitions",
638
786
  "customactionsview.AllActions": "All actions",
639
- "customactionsview.Cancel": "Cancel",
640
787
  "customactionsview.CreateAction": "Create Action",
641
788
  "customactionsview.CustomActions": "Custom Actions",
642
- "customactionsview.Delete": "Delete",
643
789
  "customactionsview.DeleteCustomActionMessage": "Are you sure you want to delete \"{{name}}\"?",
644
790
  "customactionsview.DeleteCustomActionTitle": "Delete Custom Action",
645
- "customactionsview.Disabled": "Disabled",
646
791
  "customactionsview.EmptyDescription": "Create and manage custom actions",
647
792
  "customactionsview.EmptyTitle": "Build reusable actions for power workflows.",
648
- "customactionsview.Enabled": "Enabled",
649
793
  "customactionsview.Filtered": "Filtered",
650
794
  "customactionsview.Handler": "Handler",
651
795
  "customactionsview.ImportFailedMessage": "Failed to import actions. Please check the file format.",
@@ -654,51 +798,44 @@
654
798
  "customactionsview.NoActionsMatchFiltersDescription": "Try a different filter or clear search",
655
799
  "customactionsview.NoActionsMatchFiltersTitle": "No actions match your current filters.",
656
800
  "customactionsview.NoDescriptionYet": "No description yet",
801
+ "customactionsview.parameter": "parameter",
657
802
  "customactionsview.ParameterCountOne": "{{count}} parameter",
658
803
  "customactionsview.ParameterCountOther": "{{count}} parameters",
659
804
  "customactionsview.SearchActionsByNa": "Search actions by name or description...",
660
805
  "customactionsview.SearchAndManage": "Search and Manage",
661
- "customactionsview.parameter": "parameter",
662
- "databasepageview.Vectors": "Vectors",
663
806
  "databaseview.CellValue": "Cell Value",
664
807
  "databaseview.ChooseATableFrom": "Choose a table from the sidebar",
665
- "databaseview.Database": "Database",
808
+ "databaseview.columns": "columns",
666
809
  "databaseview.DatabaseNotAvailab": "Database not available",
667
810
  "databaseview.EditorModes": "Database editor modes",
668
811
  "databaseview.EmptyTableDescription": "No rows yet",
669
812
  "databaseview.FailedToLoadTable": "Failed to load table: {{message}}",
670
813
  "databaseview.FailedToLoadTables": "Failed to load tables: {{message}}",
671
814
  "databaseview.FilterTables": "Filter tables...",
672
- "databaseview.Loading": "Loading...",
815
+ "databaseview.hideSidebar": "Hide sidebar",
673
816
  "databaseview.NULL": "NULL",
674
- "databaseview.Prev": "Prev",
675
817
  "databaseview.QueryFailed": "Query failed: {{message}}",
676
- "databaseview.QueryNoRowsDescription": "Query returned no rows",
677
818
  "databaseview.QueryReturnedNoRo": "Query returned no rows",
678
819
  "databaseview.QueryWorkspaceInfo": "Write ad-hoc queries and inspect results without leaving the database workspace.",
679
820
  "databaseview.RecentQueries": "Recent Queries",
821
+ "databaseview.row": "row",
680
822
  "databaseview.RowCountLabel": "{{count}} rows",
681
823
  "databaseview.RowCountSummary": "{{count}} {{rowLabel}}{{range}}",
682
- "databaseview.Rows": "rows",
824
+ "databaseview.runQuery": "Run Query",
825
+ "databaseview.SelectATable": "Select a table",
683
826
  "databaseview.SELECTFROMMemori": "SELECT * FROM memories LIMIT 100;",
827
+ "databaseview.ShowingRange": " · showing {{start}}-{{end}}",
828
+ "databaseview.showSidebar": "Show sidebar",
684
829
  "databaseview.SQLEditor": "SQL Editor",
685
830
  "databaseview.SQLWorkspace": "SQL Workspace",
686
831
  "databaseview.SQLWorkspaceDescription": "Run queries and inspect results",
687
- "databaseview.SelectATable": "Select a table",
688
- "databaseview.ShowingRange": " · showing {{start}}-{{end}}",
689
832
  "databaseview.TableBrowser": "Table Browser",
690
833
  "databaseview.TableEditor": "Table Editor",
691
834
  "databaseview.TableIsEmpty": "Table is empty",
692
- "databaseview.TableWorkspaceDescription": "Browse rows and columns",
835
+ "databaseview.tables": "tables",
693
836
  "databaseview.Tables": "Tables",
837
+ "databaseview.TableWorkspaceDescription": "Browse rows and columns",
694
838
  "databaseview.TheDatabaseViewer": "The database viewer is only available when the local agent runtime is running.",
695
- "databaseview.columns": "columns",
696
- "databaseview.hideSidebar": "Hide sidebar",
697
- "databaseview.row": "row",
698
- "databaseview.rows": "rows",
699
- "databaseview.runQuery": "Run Query",
700
- "databaseview.showSidebar": "Show sidebar",
701
- "databaseview.tables": "tables",
702
839
  "desktopworkspacesection.AgentRestartRequested": "Agent restart requested.",
703
840
  "desktopworkspacesection.ClearClipboard": "Clear Clipboard",
704
841
  "desktopworkspacesection.ClipboardAndPaths": "Clipboard + Paths",
@@ -718,10 +855,8 @@
718
855
  "desktopworkspacesection.DisableAutoLaunch": "Disable Auto-launch",
719
856
  "desktopworkspacesection.EnableAutoLaunch": "Enable Auto-launch",
720
857
  "desktopworkspacesection.FileDialogCompleted": "File dialog completed.",
721
- "desktopworkspacesection.FocusWindow": "Focus Window",
722
858
  "desktopworkspacesection.FolderDialogCompleted": "Folder dialog completed.",
723
859
  "desktopworkspacesection.Formats": "Formats:",
724
- "desktopworkspacesection.HideWindow": "Hide Window",
725
860
  "desktopworkspacesection.LaunchHiddenOnLogin": "Launch Hidden on Login",
726
861
  "desktopworkspacesection.LaunchVisibleOnLogin": "Launch Visible on Login",
727
862
  "desktopworkspacesection.Lifecycle": "Lifecycle",
@@ -733,22 +868,20 @@
733
868
  "desktopworkspacesection.NoPathSelectedYet": "No path selected yet.",
734
869
  "desktopworkspacesection.NotificationBody": "Desktop workspace notification test.",
735
870
  "desktopworkspacesection.NotificationSent": "Notification sent.",
736
- "desktopworkspacesection.NotificationTitle": "Desktop",
737
871
  "desktopworkspacesection.OpenDesktopSettingsWindow": "Open Desktop Settings Window",
738
872
  "desktopworkspacesection.OpenDialogResult": "Open dialog result",
873
+ "desktopworkspacesection.OpenedDetachedDesktopSettingsWindow": "Opened detached desktop settings window.",
874
+ "desktopworkspacesection.OpenedSavedPath": "Opened saved path.",
739
875
  "desktopworkspacesection.OpenFilesDialog": "Open Files Dialog",
740
876
  "desktopworkspacesection.OpenFolderDialog": "Open Folder Dialog",
741
877
  "desktopworkspacesection.OpenSavedPath": "Open Saved Path",
742
- "desktopworkspacesection.OpenedDetachedDesktopSettingsWindow": "Opened detached desktop settings window.",
743
- "desktopworkspacesection.OpenedSavedPath": "Opened saved path.",
744
878
  "desktopworkspacesection.PlainText": "plain-text",
745
879
  "desktopworkspacesection.ReadClipboard": "Read Clipboard",
746
880
  "desktopworkspacesection.RefreshDiagnostics": "Refresh Diagnostics",
747
881
  "desktopworkspacesection.Relaunch": "Relaunch",
748
- "desktopworkspacesection.RestartAgent": "Restart Agent",
749
882
  "desktopworkspacesection.RestoreWindow": "Restore Window",
750
- "desktopworkspacesection.RevealSavedPath": "Reveal Saved Path",
751
883
  "desktopworkspacesection.RevealedSavedPath": "Revealed saved path.",
884
+ "desktopworkspacesection.RevealSavedPath": "Reveal Saved Path",
752
885
  "desktopworkspacesection.SaveDialogCompleted": "Save dialog completed.",
753
886
  "desktopworkspacesection.SaveDialogResult": "Save dialog result",
754
887
  "desktopworkspacesection.SaveFile": "Save file",
@@ -756,35 +889,33 @@
756
889
  "desktopworkspacesection.SelectFiles": "Select files",
757
890
  "desktopworkspacesection.SelectFolder": "Select folder",
758
891
  "desktopworkspacesection.SendTestNotification": "Send Test Notification",
759
- "desktopworkspacesection.ShowWindow": "Show Window",
760
- "desktopworkspacesection.SurfaceOpened": "Opened {{surface}}.",
761
- "desktopworkspacesection.UnmaximizeWindow": "Unmaximize Window",
762
- "desktopworkspacesection.WindowControls": "Window Controls",
763
- "desktopworkspacesection.WindowControlsDescription": "Main window controls",
764
892
  "desktopworkspacesection.surface.chat.label": "Chat Window",
765
893
  "desktopworkspacesection.surface.cloud.label": "Cloud Window",
766
894
  "desktopworkspacesection.surface.connectors.label": "Connectors Window",
767
895
  "desktopworkspacesection.surface.plugins.label": "Plugins Window",
768
- "desktopworkspacesection.surface.release.label": "Release Center",
769
896
  "desktopworkspacesection.surface.triggers.label": "Heartbeats Window",
897
+ "desktopworkspacesection.SurfaceOpened": "Opened {{surface}}.",
898
+ "desktopworkspacesection.UnmaximizeWindow": "Unmaximize Window",
899
+ "desktopworkspacesection.WindowControls": "Window Controls",
900
+ "desktopworkspacesection.WindowControlsDescription": "Main window controls",
770
901
  "detachedshell.SetupInProgress": "Setup in progress",
771
902
  "detachedshell.SetupInProgressDesc": "Complete onboarding in the main window first. This window will become available once your agent is ready.",
903
+ "detachedshell.SkipToContent": "Skip to content",
772
904
  "detachedshell.UnknownView": "Unknown view: {{view}}",
773
- "elizaclouddashboard.Account": "Account",
774
905
  "elizaclouddashboard.AccountIdApiKeyOnly": "API key only — connect via browser sign-in to show your cloud user ID.",
775
906
  "elizaclouddashboard.AccountIdSessionNoUserId": "No user ID shown — cloud still works.",
776
907
  "elizaclouddashboard.AdminLock": "Admin lock",
777
908
  "elizaclouddashboard.AdvancedDashboard": "Advanced External Dashboard",
909
+ "elizaclouddashboard.agentDetails": "Agent Details",
778
910
  "elizaclouddashboard.AgentName": "Agent Name",
911
+ "elizaclouddashboard.Agents": "Agents",
779
912
  "elizaclouddashboard.AgentWalletDetected": "Wallet empty",
780
913
  "elizaclouddashboard.AgentWalletFunded": "Wallet ready",
781
- "elizaclouddashboard.Agents": "Agents",
782
914
  "elizaclouddashboard.AutoTopUp": "Auto Top-Up",
783
915
  "elizaclouddashboard.AutoTopUpAmountRange": "Auto top-up amount must be between ${{min}} and ${{max}}.",
784
916
  "elizaclouddashboard.AutoTopUpNeedsPaymentMethod": "Add a card first",
785
917
  "elizaclouddashboard.AutoTopUpPaymentReady": "Card saved",
786
918
  "elizaclouddashboard.AutoTopUpThresholdRange": "Auto top-up threshold must be between ${{min}} and ${{max}}.",
787
- "elizaclouddashboard.Balance": "Balance",
788
919
  "elizaclouddashboard.Billing": "Billing",
789
920
  "elizaclouddashboard.BillingSettingsUpdated": "Billing settings updated.",
790
921
  "elizaclouddashboard.BillingSummaryUnavailable": "Billing summary unavailable.",
@@ -798,6 +929,7 @@
798
929
  "elizaclouddashboard.ConnectDiscord": "Connect Discord",
799
930
  "elizaclouddashboard.ConnectElizaCloud": "Connect Eliza Cloud",
800
931
  "elizaclouddashboard.ConnectGitHub": "Connect GitHub",
932
+ "elizaclouddashboard.created": "Created:",
801
933
  "elizaclouddashboard.CreditsCritical": "Critical",
802
934
  "elizaclouddashboard.CreditsHealthy": "Healthy",
803
935
  "elizaclouddashboard.CreditsLabel": "credits",
@@ -808,16 +940,11 @@
808
940
  "elizaclouddashboard.DatabaseStatus": "DB Status",
809
941
  "elizaclouddashboard.Deploy": "Deploy",
810
942
  "elizaclouddashboard.DeployNewAgent": "Deploy New Agent",
811
- "elizaclouddashboard.DisconnectDiscord": "Disconnect",
812
- "elizaclouddashboard.DisconnectGitHub": "Disconnect",
813
- "elizaclouddashboard.Discord": "Discord",
814
943
  "elizaclouddashboard.DiscordActions": "Action Toggles",
815
944
  "elizaclouddashboard.DiscordAdminLockCopy": "The Discord account that finishes setup must own the server. That account becomes the only Discord connector admin for role-gated actions on this agent.",
816
- "elizaclouddashboard.DiscordAdvanced": "Advanced",
817
945
  "elizaclouddashboard.DiscordChunkLimit": "Text chunk limit",
818
- "elizaclouddashboard.DiscordConnectedAt": "Linked {{time}}",
819
- "elizaclouddashboard.DiscordDisconnectFailed": "Failed to disconnect managed Discord.",
820
946
  "elizaclouddashboard.DiscordDisconnected": "Managed Discord disconnected from this agent.",
947
+ "elizaclouddashboard.DiscordDisconnectFailed": "Failed to disconnect managed Discord.",
821
948
  "elizaclouddashboard.DiscordDmEnabled": "DMs enabled",
822
949
  "elizaclouddashboard.DiscordDmPolicy": "DM Policy",
823
950
  "elizaclouddashboard.DiscordDmPolicyLabel": "Policy",
@@ -837,8 +964,8 @@
837
964
  "elizaclouddashboard.DiscordSaveSettings": "Save Discord Settings",
838
965
  "elizaclouddashboard.DiscordSettings": "Discord Settings",
839
966
  "elizaclouddashboard.DiscordSettingsLoadError": "Could not load Discord settings. The cloud endpoint may not be available yet.",
840
- "elizaclouddashboard.DiscordSettingsSaveFailed": "Failed to save Discord settings.",
841
967
  "elizaclouddashboard.DiscordSettingsSaved": "Discord settings saved.",
968
+ "elizaclouddashboard.DiscordSettingsSaveFailed": "Failed to save Discord settings.",
842
969
  "elizaclouddashboard.DiscordSetupContinuesInBrowser": "Finish Discord setup in your browser, then return here.",
843
970
  "elizaclouddashboard.DiscordSetupFailed": "Failed to start Discord setup.",
844
971
  "elizaclouddashboard.ElizaCloudNotConnected": "Eliza Cloud is not connected.",
@@ -852,31 +979,26 @@
852
979
  "elizaclouddashboard.FailedToStartCheckout": "Failed to start checkout.",
853
980
  "elizaclouddashboard.FailedToUpdateBillingSettings": "Failed to update billing settings.",
854
981
  "elizaclouddashboard.GitHub": "GitHub",
855
- "elizaclouddashboard.GitHubAccount": "Account",
856
982
  "elizaclouddashboard.GitHubConnectedAt": "Linked {{time}}",
857
- "elizaclouddashboard.GitHubDisconnectFailed": "Failed to disconnect GitHub.",
858
983
  "elizaclouddashboard.GitHubDisconnected": "GitHub disconnected from this agent.",
859
984
  "elizaclouddashboard.GitHubOAuthCopy": "Connect your GitHub account to let this agent push code, create pull requests, and manage issues on your behalf.",
860
985
  "elizaclouddashboard.GitHubOAuthUnavailable": "GitHub OAuth is not configured on Eliza Cloud yet.",
861
986
  "elizaclouddashboard.GitHubScopes": "Scopes",
862
- "elizaclouddashboard.GitHubSetupContinuesInBrowser": "Finish GitHub authorization in your browser, then return here.",
863
- "elizaclouddashboard.GitHubSetupFailed": "Failed to start GitHub setup.",
864
- "elizaclouddashboard.Heartbeat": "Heartbeat",
865
987
  "elizaclouddashboard.Hosted": "Hosted",
866
988
  "elizaclouddashboard.LaunchConnectionMissing": "Eliza Cloud did not return a launch connection.",
867
989
  "elizaclouddashboard.LearnMore": "Learn more",
868
990
  "elizaclouddashboard.LiveLogs": "Live Logs",
869
- "elizaclouddashboard.ManageInstance": "Manage your Eliza Cloud instance and resources.",
870
- "elizaclouddashboard.ManagedDiscordConnectFailed": "Managed Discord setup did not complete.",
871
991
  "elizaclouddashboard.ManagedDiscordConnectedNotice": "Managed Discord connected to {{guild}}.{{statusNote}}",
872
992
  "elizaclouddashboard.ManagedDiscordConnectedNoticeFallback": "Managed Discord connected.{{statusNote}}",
993
+ "elizaclouddashboard.ManagedDiscordConnectFailed": "Managed Discord setup did not complete.",
873
994
  "elizaclouddashboard.ManagedDiscordRestartedSuffix": " The agent restarted and is ready.",
874
- "elizaclouddashboard.ManagedGithubConnectFailed": "GitHub setup did not complete.",
875
995
  "elizaclouddashboard.ManagedGithubConnectedNotice": "GitHub account connected to this agent.",
876
996
  "elizaclouddashboard.ManagedGithubLinkFailed": "Failed to link GitHub to agent.",
997
+ "elizaclouddashboard.ManageInstance": "Manage your Eliza Cloud instance and resources.",
877
998
  "elizaclouddashboard.MinAmountPlaceholder": "Min ${{amount}}",
878
999
  "elizaclouddashboard.NewToElizaCloud": "New to Eliza Cloud?",
879
1000
  "elizaclouddashboard.NoAgentWalletDetected": "No wallet",
1001
+ "elizaclouddashboard.node": "Node:",
880
1002
  "elizaclouddashboard.NoGitHubLinkedYet": "No account linked yet",
881
1003
  "elizaclouddashboard.NoHeartbeatYet": "No heartbeat yet",
882
1004
  "elizaclouddashboard.NoLogsAvailableDeploying": "No logs available. Deploying...",
@@ -892,7 +1014,6 @@
892
1014
  "elizaclouddashboard.PayWithCard": "Pay with Card",
893
1015
  "elizaclouddashboard.PayWithCrypto": "Pay with Crypto",
894
1016
  "elizaclouddashboard.PolicyRejected": "Policy rejected",
895
- "elizaclouddashboard.PopupBlocked": "Popup blocked. Please allow popups and try again.",
896
1017
  "elizaclouddashboard.ReconnectDiscord": "Reconnect / change server",
897
1018
  "elizaclouddashboard.ReconnectGitHub": "Reconnect / change account",
898
1019
  "elizaclouddashboard.RefillWhenBelow": "Refill when below",
@@ -900,9 +1021,9 @@
900
1021
  "elizaclouddashboard.SavePaymentMethodBeforeAutoTopUp": "Add a card first.",
901
1022
  "elizaclouddashboard.ScaleYourAgents": "Eliza Cloud has every service you need for your agent so you don't need a bunch of API keys. Free credits to get started.",
902
1023
  "elizaclouddashboard.Secure": "Secure",
903
- "elizaclouddashboard.Server": "Server",
904
1024
  "elizaclouddashboard.SharedAppId": "Shared app ID: {{id}}",
905
- "elizaclouddashboard.Status": "Status",
1025
+ "elizaclouddashboard.statusProvisioning": "Provisioning",
1026
+ "elizaclouddashboard.statusStopped": "Stopped",
906
1027
  "elizaclouddashboard.StewardPolicyRejected": "Steward policy rejected: {{reason}}",
907
1028
  "elizaclouddashboard.StewardPolicyRejectedTransfer": "Steward policy rejected the transfer: {{reason}}",
908
1029
  "elizaclouddashboard.SubmittedPayment": "Submitted {{currency}} payment: {{hash}}{{note}}",
@@ -911,45 +1032,39 @@
911
1032
  "elizaclouddashboard.TopUpCredits": "Top Up Credits",
912
1033
  "elizaclouddashboard.TransactionPendingApproval": "Transaction pending Steward policy approval.",
913
1034
  "elizaclouddashboard.TransferAwaitingApproval": "Transfer is waiting for Steward policy approval.",
1035
+ "elizaclouddashboard.unnamedAgent": "Unnamed Agent",
914
1036
  "elizaclouddashboard.UnsignedPaymentRequest": "Cloud returned an unsigned payment request. Sign it from the wallet flow to complete payment.",
915
1037
  "elizaclouddashboard.ViaStewardVault": " (via Steward vault)",
916
1038
  "elizaclouddashboard.WhoeverLinksBecomesAdmin": "Whoever completes setup becomes admin",
917
- "elizaclouddashboard.agentDetails": "Agent Details",
918
- "elizaclouddashboard.created": "Created:",
919
- "elizaclouddashboard.node": "Node:",
920
- "elizaclouddashboard.open": "Open",
921
- "elizaclouddashboard.statusFailed": "Failed",
922
- "elizaclouddashboard.statusProvisioning": "Provisioning",
923
- "elizaclouddashboard.statusQueued": "Queued",
924
- "elizaclouddashboard.statusRunning": "Running",
925
- "elizaclouddashboard.statusStopped": "Stopped",
926
- "elizaclouddashboard.unnamedAgent": "Unnamed Agent",
927
1039
  "emotepicker.Emotes": "Emotes",
928
1040
  "emotepicker.NoEmotesFound": "No emotes found",
929
1041
  "emotepicker.SearchEmotes": "Search emotes...",
930
- "finetuningview.ActivateModel": "Activate Model",
931
1042
  "finetuningview.ActivatedModelMessage": "Activated model {{id}} as {{providerModel}}.",
1043
+ "finetuningview.ActivateModel": "Activate Model",
932
1044
  "finetuningview.Activating": "Activating...",
933
1045
  "finetuningview.ActiveIndicator": "· active",
934
1046
  "finetuningview.ActiveJob": "Active job:",
935
1047
  "finetuningview.AdapterPath": "Adapter path:",
936
1048
  "finetuningview.Agent": "Agent:",
937
1049
  "finetuningview.AutoBuildDatasetF": "Auto-build dataset from trajectories",
1050
+ "finetuningview.backend": "backend:",
938
1051
  "finetuningview.BaseModelForOllam": "Base model for Ollama (optional)",
939
1052
  "finetuningview.BaseModelOptional": "Base model (optional)",
940
1053
  "finetuningview.BatchSizeOptional": "Batch size (optional)",
1054
+ "finetuningview.benchmark": "benchmark:",
941
1055
  "finetuningview.BenchmarkAction": "Benchmark",
942
- "finetuningview.BenchmarkStatusMessage": "Benchmark {{status}} for {{id}}.",
943
1056
  "finetuningview.Benchmarking": "Benchmarking...",
1057
+ "finetuningview.BenchmarkStatusMessage": "Benchmark {{status}} for {{id}}.",
944
1058
  "finetuningview.BuildDataset": "Build Dataset",
945
1059
  "finetuningview.BuildDatasetsFrom": "Build datasets from real trajectories, run training jobs, then\n import and activate models.",
946
1060
  "finetuningview.Building": "Building...",
947
1061
  "finetuningview.BuiltDatasetMessage": "Built dataset {{id}} ({{count}} samples).",
948
1062
  "finetuningview.Calls": "Calls:",
949
- "finetuningview.Cancel": "Cancel",
950
1063
  "finetuningview.CancelledJobMessage": "Cancelled job {{id}}.",
951
1064
  "finetuningview.Cancelling": "Cancelling...",
952
1065
  "finetuningview.ChooseATrajectory": "Choose a trajectory to inspect.",
1066
+ "finetuningview.cpu": "cpu",
1067
+ "finetuningview.cuda": "cuda",
953
1068
  "finetuningview.DataReview": "Data Review",
954
1069
  "finetuningview.Dataset": "Dataset:",
955
1070
  "finetuningview.DatasetBuild": "Dataset Build",
@@ -966,9 +1081,8 @@
966
1081
  "finetuningview.FailedToRunSmokeTest": "Failed to run smoke test.",
967
1082
  "finetuningview.FailedToStartTrainingJob": "Failed to start training job.",
968
1083
  "finetuningview.FineTuning": "Fine-Tuning",
969
- "finetuningview.ImportToOllama": "Import To Ollama",
970
1084
  "finetuningview.ImportedModelToOllamaMessage": "Imported model {{id}} to Ollama{{ollamaModel}}.",
971
- "finetuningview.Importing": "Importing...",
1085
+ "finetuningview.ImportToOllama": "Import To Ollama",
972
1086
  "finetuningview.IterationsOptional": "Iterations (optional)",
973
1087
  "finetuningview.LatestTrajectories": "Latest trajectories",
974
1088
  "finetuningview.LearningRateOptio": "Learning rate (optional)",
@@ -977,6 +1091,7 @@
977
1091
  "finetuningview.LoadingFineTuning": "Loading fine-tuning workspace...",
978
1092
  "finetuningview.LoadingTrajectoryD": "Loading trajectory detail...",
979
1093
  "finetuningview.MinLLMCallsPerTr": "Min LLM calls per trajectory",
1094
+ "finetuningview.mlx": "mlx",
980
1095
  "finetuningview.Model": "Model:",
981
1096
  "finetuningview.ModelActions": "Model actions",
982
1097
  "finetuningview.ModelOps": "Model Ops",
@@ -987,7 +1102,6 @@
987
1102
  "finetuningview.NoTrainedModelsYe": "No trained models yet.",
988
1103
  "finetuningview.NoTrajectoriesFoun": "No trajectories found yet.",
989
1104
  "finetuningview.NoTrajectoriesTableFound": "No trajectories table found yet. Generate trajectories first.",
990
- "finetuningview.Offline": "offline",
991
1105
  "finetuningview.OllamaModelNameO": "Ollama model name (optional)",
992
1106
  "finetuningview.OllamaURL": "Ollama URL",
993
1107
  "finetuningview.Overview": "Overview",
@@ -1002,44 +1116,31 @@
1002
1116
  "finetuningview.RestartAgentTitle": "Restart Agent",
1003
1117
  "finetuningview.Reward": "· Reward:",
1004
1118
  "finetuningview.Reward1": "Reward:",
1005
- "finetuningview.RunSmokePrompt": "Run Smoke Prompt",
1006
1119
  "finetuningview.RunningJobs": "Running Jobs:",
1120
+ "finetuningview.RunSmokePrompt": "Run Smoke Prompt",
1007
1121
  "finetuningview.Runtime": "Runtime:",
1008
1122
  "finetuningview.RuntimeNotStarted": "Agent runtime is not started.",
1123
+ "finetuningview.samples": "samples ·",
1009
1124
  "finetuningview.SelectAJobToInsp": "Select a job to inspect logs.",
1010
1125
  "finetuningview.SelectAModelToIm": "Select a model to import or activate.",
1011
1126
  "finetuningview.SelectedJobLogs": "Selected job logs",
1012
1127
  "finetuningview.SelectedTrajectory": "Selected trajectory",
1013
1128
  "finetuningview.SmokeTestCompleted": "Smoke test completed.",
1014
- "finetuningview.StartTrainingJob": "Start Training Job",
1015
1129
  "finetuningview.StartedTrainingJobMessage": "Started training job {{id}}.",
1016
1130
  "finetuningview.Starting": "Starting...",
1017
- "finetuningview.Status": "Status",
1131
+ "finetuningview.StartTrainingJob": "Start Training Job",
1018
1132
  "finetuningview.Status1": "Status:",
1019
1133
  "finetuningview.Streaming": "Streaming",
1020
- "finetuningview.Testing": "Testing...",
1021
1134
  "finetuningview.TrainedModels": "Trained Models",
1022
1135
  "finetuningview.Training": "Training",
1023
1136
  "finetuningview.TrainingJobs": "Training Jobs",
1024
- "finetuningview.Trajectories": "Trajectories",
1025
- "finetuningview.Trajectory": "Trajectory:",
1026
- "finetuningview.Unavailable": "Unavailable",
1027
- "finetuningview.backend": "backend:",
1028
- "finetuningview.benchmark": "benchmark:",
1029
- "finetuningview.cpu": "cpu",
1030
- "finetuningview.cuda": "cuda",
1031
- "finetuningview.mlx": "mlx",
1032
- "finetuningview.samples": "samples ·",
1033
1137
  "finetuningview.trajectories": "trajectories",
1138
+ "finetuningview.Trajectory": "Trajectory:",
1034
1139
  "finetuningview.trajectoryRowsAvai": "trajectory rows available.",
1035
1140
  "flaminaguide.CharacterImpactLabel": "How it affects the character:",
1036
- "flaminaguide.Dismiss": "Dismiss",
1037
- "flaminaguide.Done": "Done",
1038
1141
  "flaminaguide.FinishSetupLater": "Finish setup later",
1039
1142
  "flaminaguide.FinishSetupLaterDescription": "These items can be completed any time",
1040
1143
  "flaminaguide.IfYouSkipLabel": "If you skip:",
1041
- "flaminaguide.Open": "Open",
1042
- "flaminaguide.WhenToUseLabel": "When to use it:",
1043
1144
  "flaminaguide.permissions.characterImpact": "Local system visibility and control",
1044
1145
  "flaminaguide.permissions.description": "Local system access controls",
1045
1146
  "flaminaguide.permissions.recommended": "Grant only what you need now",
@@ -1059,7 +1160,6 @@
1059
1160
  "flaminaguide.rpc.title": "RPC and chain access",
1060
1161
  "flaminaguide.rpc.whenToUse": "Needed for onchain actions and wallet access",
1061
1162
  "flaminaguide.tasks.permissions.description": "Grant local access for system-aware behavior",
1062
- "flaminaguide.tasks.permissions.label": "Permissions",
1063
1163
  "flaminaguide.tasks.provider.description": "Pick or refine the model/provider",
1064
1164
  "flaminaguide.tasks.provider.label": "Provider setup",
1065
1165
  "flaminaguide.tasks.rpc.description": "Add chain connectivity for wallet access",
@@ -1072,6 +1172,7 @@
1072
1172
  "flaminaguide.voice.skipEffect": "Identity saves; voice deferred",
1073
1173
  "flaminaguide.voice.title": "Voice and presentation",
1074
1174
  "flaminaguide.voice.whenToUse": "Configure for voice-first interactions",
1175
+ "flaminaguide.WhenToUseLabel": "When to use it:",
1075
1176
  "format.duration.days": "{{value}}d",
1076
1177
  "format.duration.hours": "{{value}}h",
1077
1178
  "format.duration.minutes": "{{value}}m",
@@ -1079,20 +1180,17 @@
1079
1180
  "game.agentActivity": "Agent Activity",
1080
1181
  "game.backToApps": "Back to Apps",
1081
1182
  "game.chatPlaceholder": "Type a message...",
1082
- "game.connected": "Connected",
1083
1183
  "game.connecting": "Connecting...",
1084
1184
  "game.disableOverlay": "Disable Overlay",
1085
1185
  "game.disconnected": "Disconnected",
1086
1186
  "game.hideLogs": "Hide Logs",
1087
1187
  "game.keepOnTop": "Keep on Top",
1088
1188
  "game.keepVisible": "Keep Visible",
1089
- "game.launching": "Launching...",
1090
1189
  "game.noActiveSession": "No active session",
1091
1190
  "game.noAgentActivity": "No agent activity",
1092
1191
  "game.openInNativeWindow": "Open in native window",
1093
1192
  "game.openInNewTab": "Open in New Tab",
1094
1193
  "game.showLogs": "Show Logs",
1095
- "game.stop": "Stop",
1096
1194
  "game.stopping": "Stopping...",
1097
1195
  "game.unpinOverlay": "Unpin Overlay",
1098
1196
  "gameview.AgentResponseNotice": "Agent: {{response}}",
@@ -1103,63 +1201,51 @@
1103
1201
  "gameview.CommandSentToAppSession": "Command sent to app session.",
1104
1202
  "gameview.FailedToSend": "Failed to send: {{message}}",
1105
1203
  "gameview.FailedToStop": "Failed to stop: {{message}}",
1106
- "gameview.FocusWindow": "Focus Window",
1107
1204
  "gameview.FocusedNativeGameWindow": "Focused native game window.",
1108
- "gameview.Game": "Game",
1205
+ "gameview.FocusWindow": "Focus Window",
1109
1206
  "gameview.GameWindowNotReadyYet": "Game window not ready yet.",
1110
1207
  "gameview.GpuDiagnosticsWindowHidden": "GPU diagnostics window hidden.",
1111
1208
  "gameview.GpuDiagnosticsWindowReady": "GPU diagnostics window ready.",
1112
1209
  "gameview.GpuDiagnosticsWindowShown": "GPU diagnostics window shown.",
1113
- "gameview.HidNativeGameWindow": "Hid native game window.",
1114
1210
  "gameview.HideDashboard": "Hide dashboard",
1115
1211
  "gameview.HideGpuWindow": "Hide GPU Window",
1116
1212
  "gameview.HideWindow": "Hide Window",
1213
+ "gameview.HidNativeGameWindow": "Hid native game window.",
1117
1214
  "gameview.LaunchGpuDiagnostics": "Launch GPU Diagnostics",
1118
- "gameview.LogLoadFailed": "Failed to load logs: {{message}}",
1119
- "gameview.MobileSurfaceChat": "Chat",
1120
- "gameview.MobileSurfaceDashboard": "Actions",
1121
- "gameview.MobileSurfaceGame": "Game",
1122
1215
  "gameview.NativeGameActionFailed": "Native game action failed.",
1123
1216
  "gameview.NativeGameStateRefreshed": "Native game state refreshed.",
1124
- "gameview.Pause": "Pause",
1125
- "gameview.PopupBlocked": "Popup blocked. Allow popups and try again.",
1217
+ "gameview.postMessageAuth": "postMessage auth",
1126
1218
  "gameview.Recommendations": "Recommendations",
1127
1219
  "gameview.RefreshNativeState": "Refresh Native State",
1128
- "gameview.Resume": "Resume",
1129
1220
  "gameview.RunSteeringUnsupported": "This run does not expose a steering channel yet.",
1130
1221
  "gameview.SessionControlFailed": "Failed to update session: {{message}}",
1131
1222
  "gameview.SessionControlSent": "Session control updated.",
1132
1223
  "gameview.SessionControlUnsupported": "This run does not expose session controls.",
1133
1224
  "gameview.ShowDashboard": "Show dashboard",
1134
1225
  "gameview.ShowGpuWindow": "Show GPU Window",
1135
- "gameview.ShowWindow": "Show Window",
1136
1226
  "gameview.ShownNativeGameWindow": "Shown native game window.",
1227
+ "gameview.ShowWindow": "Show Window",
1137
1228
  "gameview.SnapshotUnavailable": "Snapshot unavailable.",
1138
1229
  "gameview.SnapshotWindow": "Snapshot Window",
1139
1230
  "gameview.UpdatingSession": "Updating session…",
1140
- "gameview.ViewerAttachFailed": "Failed to attach viewer: {{message}}",
1141
1231
  "gameview.ViewerAttached": "Viewer attached.",
1232
+ "gameview.ViewerAttachFailed": "Failed to attach viewer: {{message}}",
1142
1233
  "gameview.ViewerAuthSent": "Viewer auth sent.",
1143
- "gameview.ViewerDetachFailed": "Failed to detach viewer: {{message}}",
1144
1234
  "gameview.ViewerDetached": "Viewer detached.",
1235
+ "gameview.ViewerDetachFailed": "Failed to detach viewer: {{message}}",
1145
1236
  "gameview.ViewerUnavailable": "No viewer or launch URL is available for this run.",
1146
1237
  "gameview.WaitingForNativeGameWindow": "Waiting for native game window.",
1147
- "gameview.postMessageAuth": "postMessage auth",
1148
1238
  "gameviewoverlay.CloseOverlay": "Close overlay",
1149
- "gameviewoverlay.Expand": "Expand",
1150
1239
  "gameviewoverlay.ExpandBackToApps": "Expand back to Apps tab",
1151
- "header.Cloud": "Cloud",
1152
- "header.CloudCreditsBalanc": "Cloud credits balance",
1153
- "header.MobileNavigationDescription": "Navigate between sections",
1154
1240
  "header.characterMode": "Character Edit",
1241
+ "header.CloudCreditsBalanc": "Cloud credits balance",
1155
1242
  "header.companionMode": "Companion Mode",
1156
1243
  "header.elizaCloudAuthRejected": "Cloud key invalid",
1244
+ "header.MobileNavigationDescription": "Navigate between sections",
1157
1245
  "header.nativeMode": "Native Mode",
1158
- "heartbeatsview.BackToList": " Back",
1159
- "heartbeatsview.EveryIntervalUnit": "Every {{interval}} {{unit}}",
1160
- "heartbeatsview.SaveAsTemplate": "Save as template",
1161
- "heartbeatsview.TemplateLoadedNotice": "Template \"{{name}}\" loaded. Customize and create.",
1162
- "heartbeatsview.Templates": "Templates",
1246
+ "heartbeat.interruptAndRunNow": "Interrupt and run now",
1247
+ "heartbeat.messageReceived": "Message received",
1248
+ "heartbeat.repeatingInterval": "Repeating interval",
1163
1249
  "heartbeatsview.createFirstHeartbeat": "Create your first Heartbeat",
1164
1250
  "heartbeatsview.createHeartbeat": "Create Heartbeat",
1165
1251
  "heartbeatsview.cronFieldDay": "day",
@@ -1170,7 +1256,6 @@
1170
1256
  "heartbeatsview.cronPrefix": "Cron:",
1171
1257
  "heartbeatsview.deleteMessage": "Delete \"{{name}}\"?",
1172
1258
  "heartbeatsview.deleteTitle": "Delete Heartbeat",
1173
- "heartbeatsview.disable": "Disable",
1174
1259
  "heartbeatsview.duplicate": "Duplicate",
1175
1260
  "heartbeatsview.durationUnitDays": "days",
1176
1261
  "heartbeatsview.durationUnitHours": "hours",
@@ -1180,9 +1265,8 @@
1180
1265
  "heartbeatsview.editTitle": "Edit: {{name}}",
1181
1266
  "heartbeatsview.emDash": "—",
1182
1267
  "heartbeatsview.emptyStateDescription": "Create or select a heartbeat",
1183
- "heartbeatsview.enable": "Enable",
1184
1268
  "heartbeatsview.every": "Every",
1185
- "heartbeatsview.heartbeatSingular": "Heartbeat",
1269
+ "heartbeatsview.EveryIntervalUnit": "Every {{interval}} {{unit}}",
1186
1270
  "heartbeatsview.interval": "Interval",
1187
1271
  "heartbeatsview.maxRuns": "Max Runs",
1188
1272
  "heartbeatsview.newHeartbeat": "New Heartbeat",
@@ -1193,17 +1277,13 @@
1193
1277
  "heartbeatsview.notYetRun": "Not yet run",
1194
1278
  "heartbeatsview.once": "Once",
1195
1279
  "heartbeatsview.onceAt": "Once at {{time}}",
1196
- "heartbeatsview.pause": "Pause",
1197
- "heartbeatsview.resume": "Resume",
1198
1280
  "heartbeatsview.runCountPlural": "{{count}} runs",
1199
1281
  "heartbeatsview.runStats": "Run Stats",
1282
+ "heartbeatsview.SaveAsTemplate": "Save as template",
1200
1283
  "heartbeatsview.saveChanges": "Save Changes",
1201
- "heartbeatsview.schedule": "Schedule",
1202
1284
  "heartbeatsview.searchHeartbeats": "Search heartbeats",
1203
1285
  "heartbeatsview.selectAHeartbeat": "Select a Heartbeat",
1204
1286
  "heartbeatsview.statusFailed": "Failed",
1205
- "heartbeatsview.statusPaused": "Paused",
1206
- "heartbeatsview.statusQueued": "Queued",
1207
1287
  "heartbeatsview.statusSkipped": "Skipped",
1208
1288
  "heartbeatsview.template.crypto.instructions": "Check the current prices of BTC, ETH, and SOL. Summarize any significant moves in the last hour.",
1209
1289
  "heartbeatsview.template.crypto.name": "Check crypto prices",
@@ -1211,6 +1291,8 @@
1211
1291
  "heartbeatsview.template.journal.name": "Daily journal prompt",
1212
1292
  "heartbeatsview.template.trending.instructions": "Scan for trending topics on crypto Twitter and tech news. Give a 3-bullet summary of what's worth paying attention to.",
1213
1293
  "heartbeatsview.template.trending.name": "Trending topics digest",
1294
+ "heartbeatsview.TemplateLoadedNotice": "Template \"{{name}}\" loaded. Customize and create.",
1295
+ "heartbeatsview.Templates": "Templates",
1214
1296
  "heartbeatsview.unlimited": "Unlimited",
1215
1297
  "heartbeatsview.validationCronFiveFields": "Cron expression must have exactly 5 fields (minute hour day month weekday).",
1216
1298
  "heartbeatsview.validationCronInvalidField": "Invalid cron {{field}} field: \"{{value}}\"",
@@ -1221,22 +1303,48 @@
1221
1303
  "heartbeatsview.validationMaxRunsPositive": "Max runs must be a positive integer.",
1222
1304
  "heartbeatsview.validationScheduledTimeInvalid": "Scheduled time must be a valid ISO date-time.",
1223
1305
  "heartbeatsview.validationScheduledTimeRequired": "Scheduled time is required for one-time heartbeats.",
1306
+ "inboxview.avatarAlt": "{{title}} avatar",
1224
1307
  "inboxview.EmptyRoom": "No messages in this chat yet.",
1225
1308
  "inboxview.Loading": "Loading messages…",
1226
1309
  "inboxview.ReadOnlyReplyHint": "Read-only view. Reply from the {{source}} app — the connector plugin handles outbound messages.",
1227
1310
  "inboxview.ReplyHint": "Sent through the connected {{source}} account on this device.",
1228
1311
  "inboxview.ReplyPlaceholder": "Reply in {{source}}",
1229
- "inboxview.Send": "Send",
1230
1312
  "inboxview.SendFailed": "Failed to send message.",
1231
1313
  "inboxview.Sending": "Sending…",
1232
- "inboxview.Title": "Inbox",
1233
1314
  "inboxview.TotalCountShort": "messages",
1234
- "inventoryview.Chain": "Chain",
1315
+ "inference.cheapest": "Cheapest",
1316
+ "inference.embeddingModelTextEmbedding": "Embedding model (TEXT_EMBEDDING)",
1317
+ "inference.fastest": "Fastest",
1318
+ "inference.largeModelTextLarge": "Large model (TEXT_LARGE)",
1319
+ "inference.largeStructuredOutputObjectLarge": "Large structured output (OBJECT_LARGE)",
1320
+ "inference.preferLocal": "Prefer local",
1321
+ "inference.roundRobin": "Round robin",
1322
+ "inference.searchHuggingfaceEGPhi3MixtralLlama33": "Search HuggingFace (e.g. phi-3, mixtral, llama 3.3)",
1323
+ "inference.smallModelTextSmall": "Small model (TEXT_SMALL)",
1324
+ "inference.smallStructuredOutputObjectSmall": "Small structured output (OBJECT_SMALL)",
1325
+ "inventory.gainers": "Gainers",
1326
+ "inventory.losers": "Losers",
1327
+ "inventory.noActivityYet": "No activity yet",
1328
+ "inventory.noMarketMoversYet": "No market movers yet",
1329
+ "inventory.noMoversYet": "No movers yet",
1330
+ "inventory.noNfts": "No NFTs",
1331
+ "inventory.noNfts2": "No NFTs",
1332
+ "inventory.noPositions": "No positions",
1333
+ "inventory.noPositions2": "No positions",
1334
+ "inventory.noPredictionsYet": "No predictions yet",
1335
+ "inventory.noPriceSnapshotsYet": "No price snapshots yet",
1336
+ "inventory.openRpcSettings": "Open RPC settings",
1337
+ "inventory.popularPredictions": "Popular predictions",
1338
+ "inventory.refreshWallet": "Refresh wallet",
1339
+ "inventory.spotPrices": "Spot prices",
1340
+ "inventory.topMovers": "Top movers",
1341
+ "inventory.tradePLChart": "Trade P&L chart",
1235
1342
  "inventoryview.ChainAccessNotConfiguredBody": "Connect via Eliza Cloud or configure {{chain}} RPC access in Settings to load balances.",
1236
1343
  "inventoryview.ChainAccessNotConfiguredTitle": "{{chain}} access is not configured.",
1237
1344
  "inventoryview.ChainHidden": "{{chain}} — hidden",
1238
1345
  "inventoryview.ChainHiddenClickToShow": "{{chain}} — hidden (click to show)",
1239
1346
  "inventoryview.ChainInlineError": "{{chain}}: {{message}}",
1347
+ "inventoryview.chainLowercase": "chain",
1240
1348
  "inventoryview.ChainNoWalletConfigured": "{{chain}} — no wallet configured",
1241
1349
  "inventoryview.ChainShownClickToHide": "{{chain}} — shown (click to hide)",
1242
1350
  "inventoryview.ChainVisible": "{{chain}} — visible",
@@ -1251,16 +1359,11 @@
1251
1359
  "inventoryview.StewardVaultConnected": "Steward vault connected",
1252
1360
  "inventoryview.ThisChainLowercase": "this chain",
1253
1361
  "inventoryview.VisibleAssets": "{{count}} visible assets",
1254
- "inventoryview.chainLowercase": "chain",
1255
- "knowledge.ui.search": "Search",
1256
1362
  "knowledge.ui.searchPlaceholder": "Search knowledge...",
1257
- "knowledge.ui.searching": "Searching...",
1258
1363
  "knowledgeview.AddFromURL": "Add from URL",
1259
1364
  "knowledgeview.Batch": "batch",
1260
1365
  "knowledgeview.ChooseFiles": "Choose Files",
1261
- "knowledgeview.ClearSearch": "Clear search",
1262
1366
  "knowledgeview.DeletedDocument": "Deleted document ({{count}} fragments removed)",
1263
- "knowledgeview.Details": "Details",
1264
1367
  "knowledgeview.Document": "document",
1265
1368
  "knowledgeview.DocumentsCount": "{{count}} docs",
1266
1369
  "knowledgeview.DropFilesHereToUpload": "Drop files here to upload",
@@ -1278,6 +1381,7 @@
1278
1381
  "knowledgeview.Fragments1": "Fragments (",
1279
1382
  "knowledgeview.FragmentsLabel": "Fragments",
1280
1383
  "knowledgeview.FromUrl": "From URL",
1384
+ "knowledgeview.httpsExampleCom": "https://example.com/document.pdf or YouTube URL",
1281
1385
  "knowledgeview.ImageCouldNotBeCompressed": "Image could not be compressed below {{limit}} for processing.",
1282
1386
  "knowledgeview.IncludeAIImageDes": "Process Images",
1283
1387
  "knowledgeview.KnowledgeServiceIs": "Knowledge service is loading...",
@@ -1299,63 +1403,225 @@
1299
1403
  "knowledgeview.Position": "Position:",
1300
1404
  "knowledgeview.Preparing": "Preparing...",
1301
1405
  "knowledgeview.PreparingFile": "Preparing: {{filename}}",
1302
- "knowledgeview.Preview": "Preview",
1303
1406
  "knowledgeview.SearchFailed": "Search failed: {{message}}",
1304
1407
  "knowledgeview.SearchTips": "Try a filename, topic, or phrase from the document body.",
1305
1408
  "knowledgeview.ServiceDidNotBecomeAvailable": "Knowledge service did not become available. Please reload the page.",
1306
- "knowledgeview.Source": "Source:",
1307
- "knowledgeview.TotalFragmentsCount": "{{count}} fragments",
1308
1409
  "knowledgeview.Type": "Type:",
1309
1410
  "knowledgeview.UnknownDeleteError": "Unknown delete error",
1310
1411
  "knowledgeview.UnknownDocument": "Unknown Document",
1311
1412
  "knowledgeview.UnknownImportError": "Unknown import error",
1312
1413
  "knowledgeview.UnknownSearchError": "Unknown search error",
1313
1414
  "knowledgeview.UnknownUploadError": "Unknown upload error",
1314
- "knowledgeview.Upload": "Upload",
1415
+ "knowledgeview.Uploaded": "Uploaded",
1315
1416
  "knowledgeview.UploadFailed": "Upload failed",
1316
1417
  "knowledgeview.UploadFilesOrImpo": "Upload files or import from URL to get started",
1418
+ "knowledgeview.UploadingBatchStartingWith": "Uploading batch starting with {{label}}",
1419
+ "knowledgeview.UploadingProgress": "Uploading {{current}}/{{total}}{{filename}}",
1317
1420
  "knowledgeview.UploadLargeFiles": "Upload Large Files",
1318
1421
  "knowledgeview.UploadLargeFilesDetail": "Uploading can take longer and may increase embedding or vision costs.",
1319
1422
  "knowledgeview.UploadPayloadExceedsLimit": "Upload payload is {{size}}, which exceeds the current limit ({{limit}}).",
1320
1423
  "knowledgeview.UploadSupportedTypes": "Docs, PDFs, JSON, CSV, and supported images.",
1321
1424
  "knowledgeview.UploadTooLarge": "Upload too large. Try splitting this file.",
1322
- "knowledgeview.Uploaded": "Uploaded",
1323
- "knowledgeview.UploadingBatchStartingWith": "Uploading batch starting with {{label}}",
1324
- "knowledgeview.UploadingProgress": "Uploading {{current}}/{{total}}{{filename}}",
1325
1425
  "knowledgeview.YouTube": "YouTube",
1326
- "knowledgeview.httpsExampleCom": "https://example.com/document.pdf or YouTube URL",
1327
- "loadingscreen.Loading": "Loading",
1328
- "loadingscreen.LoadingAvatar": "Loading avatar",
1329
- "logspageview.AgentRuntimeLogsW": "Agent runtime logs with filtering.",
1330
- "logsview.ActiveFilter": "{{count}} active filter",
1331
- "logsview.ActiveFilters": "{{count}} active filters",
1332
- "logsview.AllLevels": "All levels",
1333
- "logsview.AllSources": "All sources",
1334
- "logsview.AllTags": "All tags",
1335
- "logsview.ClearFilters": "Clear filters",
1336
- "logsview.Debug": "Debug",
1337
- "logsview.Error": "Error",
1338
- "logsview.FilterLogs": "Filter logs",
1339
- "logsview.FilterLogsDescription": "Narrow the runtime stream by text, severity, source, or tag so the current incident stands out without losing the surrounding context.",
1340
- "logsview.Info": "Info",
1341
- "logsview.Level": "Level",
1342
- "logsview.LoadFailed": "Failed to load logs: {{message}}",
1343
- "logsview.Message": "Message",
1344
- "logsview.NoLogEntries": "No log entries",
1345
- "logsview.NoLogEntriesMatchingFilters": "No log entries matching filters.",
1346
- "logsview.NoLogEntriesMatchingFiltersDescription": "Try broadening the current log filters to bring entries back into view.",
1347
- "logsview.NoLogEntriesYet": "No log entries yet.",
1348
- "logsview.NoLogEntriesYetDescription": "New runtime and service events will appear here as the system emits them.",
1349
- "logsview.SearchLogs": "Search logs...",
1350
- "logsview.ShowingEntries": "Showing {{count}} entries",
1351
- "logsview.ShowingEntry": "Showing {{count}} entry",
1352
- "logsview.Source": "Source",
1426
+ "lifeopsoverview.agentOpsHeading": "Agent ops",
1427
+ "lifeopsoverview.cadence.daily": "Daily",
1428
+ "lifeopsoverview.cadence.everyHours": "Every {{count}}h",
1429
+ "lifeopsoverview.cadence.everyMinutes": "Every {{count}}m",
1430
+ "lifeopsoverview.cadence.occasional": "Occasional",
1431
+ "lifeopsoverview.cadence.once": "One-off",
1432
+ "lifeopsoverview.cadence.timesPerDay": "{{count}}x daily",
1433
+ "lifeopsoverview.cadence.twiceDaily": "Twice daily",
1434
+ "lifeopsoverview.cadence.weekly": "Weekly",
1435
+ "lifeopsoverview.confidence": "{{count}}% confidence in next meal window",
1436
+ "lifeopsoverview.dueAt": "Due {{time}}",
1437
+ "lifeopsoverview.empty": "No life ops yet",
1438
+ "lifeopsoverview.evaluationContract": "Evaluation contract:",
1439
+ "lifeopsoverview.evidenceUsed": "Evidence used:",
1440
+ "lifeopsoverview.goal": "goal",
1441
+ "lifeopsoverview.goalReview": "Goal review",
1442
+ "lifeopsoverview.goals": "goals",
1443
+ "lifeopsoverview.goalsHeading": "Goals",
1444
+ "lifeopsoverview.googleFeedsFailed": "Google widget feeds failed to refresh.",
1445
+ "lifeopsoverview.hideDetails": "Hide details",
1446
+ "lifeopsoverview.hideReview": "Hide review",
1447
+ "lifeopsoverview.items": "items",
1448
+ "lifeopsoverview.label.afternoon": "afternoon",
1449
+ "lifeopsoverview.label.breakfast": "breakfast",
1450
+ "lifeopsoverview.label.dinner": "dinner",
1451
+ "lifeopsoverview.label.evening": "evening",
1452
+ "lifeopsoverview.label.lunch": "lunch",
1453
+ "lifeopsoverview.label.morning": "morning",
1454
+ "lifeopsoverview.label.night": "night",
1455
+ "lifeopsoverview.last7Days": "Last 7 days:",
1456
+ "lifeopsoverview.lastAction": "Last action:",
1457
+ "lifeopsoverview.lastActivity": "Last activity:",
1458
+ "lifeopsoverview.lastMeal": "Last meal {{time}}",
1459
+ "lifeopsoverview.lastReminder": "Last reminder:",
1460
+ "lifeopsoverview.lastWake": "Last wake {{time}}{{duration}}",
1461
+ "lifeopsoverview.likelyAsleepNow": "Likely asleep now",
1462
+ "lifeopsoverview.likelyAsleepSince": "Likely asleep since {{time}}",
1463
+ "lifeopsoverview.linkedGoal": "Linked goal:",
1464
+ "lifeopsoverview.mealPatternCalibrating": "Meal pattern calibrating",
1465
+ "lifeopsoverview.missingEvidence": "Missing evidence:",
1466
+ "lifeopsoverview.nextMealWindow": "Next {{meal}} window {{time}}",
1467
+ "lifeopsoverview.noActiveItems": "No active items",
1468
+ "lifeopsoverview.noPriorityMail": "No priority mail",
1469
+ "lifeopsoverview.noReminderAttemptsYet": "No reminder attempts yet",
1470
+ "lifeopsoverview.noUpcomingEvents": "No upcoming events",
1471
+ "lifeopsoverview.now": "Now",
1472
+ "lifeopsoverview.OpenView": "Open LifeOps view",
1473
+ "lifeopsoverview.originalIntent": "Original intent:",
1474
+ "lifeopsoverview.performance": "Performance:",
1475
+ "lifeopsoverview.progressSignal": "Progress signal:",
1476
+ "lifeopsoverview.reconnectGoogle": "Reconnect Google to refresh calendar and Gmail permissions.",
1477
+ "lifeopsoverview.refreshing": "Refreshing life ops…",
1478
+ "lifeopsoverview.relativeBedtimeOnly": "Bedtime in {{bedMinutes}}",
1479
+ "lifeopsoverview.relativeBedtimePastOnly": "Bedtime was {{bedMinutes}} ago",
1480
+ "lifeopsoverview.relativeWakeAndBedtimePast": "Woke {{wakeMinutes}} ago · bedtime was {{bedMinutes}} ago",
1481
+ "lifeopsoverview.relativeWakeAndBedtimeUpcoming": "Woke {{wakeMinutes}} ago · bedtime in {{bedMinutes}}",
1482
+ "lifeopsoverview.reminder": "reminder",
1483
+ "lifeopsoverview.reminders": "reminders",
1484
+ "lifeopsoverview.remindersLabel": "Reminders:",
1485
+ "lifeopsoverview.review": "Review",
1486
+ "lifeopsoverview.reviewState.atRisk": "At risk",
1487
+ "lifeopsoverview.reviewState.needsAttention": "Needs attention",
1488
+ "lifeopsoverview.reviewState.onTrack": "On track",
1489
+ "lifeopsoverview.showDetails": "Show details",
1490
+ "lifeopsoverview.sleepStatus": "Sleep {{status}}",
1491
+ "lifeopsoverview.snooze.15m": "15 min",
1492
+ "lifeopsoverview.snooze.1h": "1 hour",
1493
+ "lifeopsoverview.snooze.30m": "30 min",
1494
+ "lifeopsoverview.snooze.tomorrowMorning": "Tomorrow",
1495
+ "lifeopsoverview.snooze.tonight": "Tonight",
1496
+ "lifeopsoverview.snoozeAction": "Snooze",
1497
+ "lifeopsoverview.snoozed": "Snoozed",
1498
+ "lifeopsoverview.suggestedNextSteps": "Suggested next steps:",
1499
+ "lifeopsoverview.summary.activeGoals": "{{count}} active {{goalLabel}}",
1500
+ "lifeopsoverview.summary.liveReminders": "{{count}} live {{reminderLabel}}",
1501
+ "lifeopsoverview.summary.openItems": "{{count}} open {{itemLabel}}",
1502
+ "lifeopsoverview.supportStructure": "Support structure:",
1503
+ "lifeopsoverview.title": "Glance",
1504
+ "lifeopsoverview.upcoming": "Upcoming",
1505
+ "lifeopsoverview.whyShowingUp": "Why this is showing up",
1506
+ "lifeopspage.agentGithubConnected": "Agent GitHub{{githubHandle}} connected.",
1507
+ "lifeopspage.agentGithubConnectedRestarting": "Agent GitHub{{githubHandle}} connected and the cloud runtime is restarting.",
1508
+ "lifeopspage.agentGithubDisconnected": "Agent GitHub disconnected.",
1509
+ "lifeopspage.agentUsingOwnerGithub": "Agent is using the LifeOps GitHub account.",
1510
+ "lifeopspage.agentUsingOwnerGithubRestarting": "Agent is using the LifeOps GitHub account and the cloud runtime is restarting.",
1511
+ "lifeopspage.calendarDescription": "See today and the week ahead. Create events without leaving the app.",
1512
+ "lifeopspage.cloudRequired": "Cloud required",
1513
+ "lifeopspage.disable": "Disable LifeOps",
1514
+ "lifeopspage.disabled": "LifeOps disabled.",
1515
+ "lifeopspage.disableHint": "You can disable LifeOps at any time.",
1516
+ "lifeopspage.disconnectAgentGithubFailed": "Failed to disconnect agent GitHub.",
1517
+ "lifeopspage.disconnectGithubFailed": "Failed to disconnect GitHub.",
1518
+ "lifeopspage.enable": "Enable LifeOps",
1519
+ "lifeopspage.enabled": "LifeOps enabled.",
1520
+ "lifeopspage.enableDescription": "Enable LifeOps to let the agent triage email, manage your calendar, and keep your goals and reminders on track. You pick which accounts and permissions to connect after turning it on.",
1521
+ "lifeopspage.enableTitle": "Your personal assistant for calendar, email, and routines",
1522
+ "lifeopspage.enabling": "Enabling…",
1523
+ "lifeopspage.finishGithubAuth": "Finish GitHub authorization in your browser, then return here.",
1524
+ "lifeopspage.githubConnectedCloud": "LifeOps GitHub connected through Eliza Cloud.",
1525
+ "lifeopspage.githubDetailsLoadFailed": "GitHub connection details failed to load.",
1526
+ "lifeopspage.githubDetailsPartial": "GitHub details unavailable.",
1527
+ "lifeopspage.githubDisconnected": "LifeOps GitHub disconnected.",
1528
+ "lifeopspage.githubLinkFailed": "Failed to link GitHub to this agent.",
1529
+ "lifeopspage.githubSetupIncomplete": "GitHub setup did not complete.",
1530
+ "lifeopspage.gmailDescription": "Spot replies that need you and draft responses for review.",
1531
+ "lifeopspage.gmailTitle": "Gmail triage",
1532
+ "lifeopspage.goalsDescription": "Track habits, goals, and routines with gentle follow-ups.",
1533
+ "lifeopspage.goalsTitle": "Goals & reminders",
1534
+ "lifeopspage.loadingState": "Loading LifeOps app state",
1535
+ "lifeopspage.messagingDescription": "Connect Signal, Discord, Telegram, or iMessage so the agent can reach you.",
1536
+ "lifeopspage.messagingTitle": "Messaging",
1537
+ "lifeopspage.noCloudAgent": "No agent",
1538
+ "lifeopspage.notLinked": "Not linked",
1539
+ "lifeopspage.popupBlocked": "Popup blocked. Please allow popups and try again.",
1540
+ "lifeopspage.setupDescription": "Connect Google, GitHub, and messaging accounts.",
1541
+ "lifeopspage.setupTitle": "Access",
1542
+ "lifeopspage.startAgentGithubSetupFailed": "Failed to start agent GitHub setup.",
1543
+ "lifeopspage.startGithubSetupFailed": "Failed to start GitHub setup.",
1544
+ "lifeopspage.updateStateFailed": "Failed to update the LifeOps app state.",
1545
+ "lifeopspage.waitingRuntime": "Waiting for LifeOps runtime",
1546
+ "lifeopssettings.accounts": "Accounts",
1547
+ "lifeopssettings.agentGithubNotLinked": "Agent GitHub not linked",
1548
+ "lifeopssettings.capabilityCalendar": "Cal",
1549
+ "lifeopssettings.capabilityMail": "Mail",
1550
+ "lifeopssettings.cloudModeDescription": "Background access.",
1551
+ "lifeopssettings.copyUrl": "Copy URL",
1552
+ "lifeopssettings.disconnectAccount": "Disconnect {{label}}",
1553
+ "lifeopssettings.googleConnected": "Google connected",
1554
+ "lifeopssettings.googleModeAria": "{{side}} Google mode",
1555
+ "lifeopssettings.googleNotConnected": "Google not connected",
1556
+ "lifeopssettings.localModeDescription": "This device only.",
1557
+ "lifeopssettings.needsReauth": "Needs reauth",
1558
+ "lifeopssettings.ownerGithubNotLinked": "LifeOps owner GitHub not linked",
1559
+ "lifeopssettings.tokenMissing": "Token missing",
1560
+ "lifeopsworkspace.allDay": "All day",
1561
+ "lifeopsworkspace.brief": "Brief",
1562
+ "lifeopsworkspace.calendarLockedHint": "Connect Google for both User and Agent in Setup above to see today's events and create new ones here.",
1563
+ "lifeopsworkspace.calendarWindow": "Calendar window",
1564
+ "lifeopsworkspace.confirmationRequired": "Confirmation required",
1565
+ "lifeopsworkspace.createdEvent": "Created {{title}}",
1566
+ "lifeopsworkspace.createEvent": "Create event",
1567
+ "lifeopsworkspace.createEventFailed": "Could not create the event.",
1568
+ "lifeopsworkspace.createEventValidation": "Enter a title, date, time, and duration.",
1569
+ "lifeopsworkspace.creating": "Creating…",
1570
+ "lifeopsworkspace.draftedReply": "Drafted {{subject}}",
1571
+ "lifeopsworkspace.drafting": "Drafting...",
1572
+ "lifeopsworkspace.draftReply": "Draft reply",
1573
+ "lifeopsworkspace.draftReplyFailed": "Could not draft the reply.",
1574
+ "lifeopsworkspace.draftToneAria": "{{side}} draft tone",
1575
+ "lifeopsworkspace.durationMinutes": "Duration in minutes",
1576
+ "lifeopsworkspace.email": "Email",
1577
+ "lifeopsworkspace.emailLockedHint": "Connect Google for both User and Agent in Setup above to triage replies and draft responses here.",
1578
+ "lifeopsworkspace.eventDate": "Event date",
1579
+ "lifeopsworkspace.eventStartTime": "Event start time",
1580
+ "lifeopsworkspace.eventTitle": "Event title",
1581
+ "lifeopsworkspace.grantCalendarAccess": "Grant calendar access for this Google account in Setup.",
1582
+ "lifeopsworkspace.grantGmailAccess": "Grant Gmail access for this Google account in Setup.",
1583
+ "lifeopsworkspace.hideNewEvent": "Hide new event",
1584
+ "lifeopsworkspace.inboxClear": "Inbox clear. Nothing to triage right now.",
1585
+ "lifeopsworkspace.loadFailed": "Workspace failed to load.",
1586
+ "lifeopsworkspace.loadingEvents": "Loading events…",
1587
+ "lifeopsworkspace.loadingRecentMail": "Loading recent mail…",
1588
+ "lifeopsworkspace.locationOptional": "Location (optional)",
1589
+ "lifeopsworkspace.neutral": "Neutral",
1590
+ "lifeopsworkspace.newEvent": "New event",
1591
+ "lifeopsworkspace.nothingScheduled": "Nothing scheduled. Use New event below to add one.",
1592
+ "lifeopsworkspace.readyToSend": "Ready to send",
1593
+ "lifeopsworkspace.sending": "Sending...",
1594
+ "lifeopsworkspace.sendReplyFailed": "Could not send the reply.",
1595
+ "lifeopsworkspace.sentReply": "Sent {{subject}}",
1596
+ "lifeopsworkspace.warm": "Warm",
1597
+ "lifeopsworkspace.week": "Week",
1598
+ "loadingscreen.LoadingAvatar": "Loading avatar",
1599
+ "logspageview.AgentRuntimeLogsW": "Agent runtime logs with filtering.",
1600
+ "logsview.ActiveFilter": "{{count}} active filter",
1601
+ "logsview.ActiveFilters": "{{count}} active filters",
1602
+ "logsview.AllLevels": "All levels",
1603
+ "logsview.AllSources": "All sources",
1604
+ "logsview.AllTags": "All tags",
1605
+ "logsview.ClearFilters": "Clear filters",
1606
+ "logsview.Debug": "Debug",
1607
+ "logsview.FilterLogs": "Filter logs",
1608
+ "logsview.FilterLogsDescription": "Narrow the runtime stream by text, severity, source, or tag so the current incident stands out without losing the surrounding context.",
1609
+ "logsview.Info": "Info",
1610
+ "logsview.Level": "Level",
1611
+ "logsview.LoadFailed": "Failed to load logs: {{message}}",
1612
+ "logsview.NoLogEntries": "No log entries",
1613
+ "logsview.NoLogEntriesMatchingFilters": "No log entries matching filters.",
1614
+ "logsview.NoLogEntriesMatchingFiltersDescription": "Try broadening the current log filters to bring entries back into view.",
1615
+ "logsview.NoLogEntriesYet": "No log entries yet.",
1616
+ "logsview.NoLogEntriesYetDescription": "New runtime and service events will appear here as the system emits them.",
1617
+ "logsview.SearchLogs": "Search logs...",
1618
+ "logsview.ShowingEntries": "Showing {{count}} entries",
1619
+ "logsview.ShowingEntry": "Showing {{count}} entry",
1620
+ "logsview.Source": "Source",
1353
1621
  "logsview.Tags": "Tags",
1354
1622
  "logsview.Time": "Time",
1355
1623
  "logsview.Warn": "Warn",
1356
- "mediagalleryview.All": "All",
1357
1624
  "mediagalleryview.AllMedia": "All media",
1358
- "mediagalleryview.Audio": "Audio",
1359
1625
  "mediagalleryview.AudioPreview": "Audio Preview",
1360
1626
  "mediagalleryview.Images": "Images",
1361
1627
  "mediagalleryview.ItemCountMany": "{{count}} items",
@@ -1370,14 +1636,9 @@
1370
1636
  "mediagalleryview.ScanningForMedia": "Scanning for media...",
1371
1637
  "mediagalleryview.SearchActive": "Search active",
1372
1638
  "mediagalleryview.SearchMedia": "Search media...",
1373
- "mediagalleryview.Source": "Source",
1374
- "mediagalleryview.SourceLabel": "Source:",
1375
- "mediagalleryview.Type": "Type",
1376
- "mediagalleryview.Video": "Video",
1377
- "mediagalleryview.item": "item",
1378
- "mediasettingssection.APISourceForCategory": "{{category}} API source:",
1379
1639
  "mediasettingssection.AnthropicApiKey": "Anthropic API Key",
1380
1640
  "mediasettingssection.ApiKeySetLeaveBlank": "API key set — leave blank to keep",
1641
+ "mediasettingssection.APISourceForCategory": "{{category}} API source:",
1381
1642
  "mediasettingssection.AudioMusic": "Audio / Music",
1382
1643
  "mediasettingssection.Camera": "Camera",
1383
1644
  "mediasettingssection.CameraPermissionRequestSent": "Camera permission request sent.",
@@ -1397,7 +1658,6 @@
1397
1658
  "mediasettingssection.DALLE2": "DALL-E 2",
1398
1659
  "mediasettingssection.DALLE3": "DALL-E 3",
1399
1660
  "mediasettingssection.DesktopOnly": "Native camera and screen capture controls are only available inside the Electrobun runtime.",
1400
- "mediasettingssection.Duration": "Duration",
1401
1661
  "mediasettingssection.EnterApiKey": "Enter API key...",
1402
1662
  "mediasettingssection.FalApiKey": "FAL API Key",
1403
1663
  "mediasettingssection.FastFlux": "Fast Flux",
@@ -1408,9 +1668,6 @@
1408
1668
  "mediasettingssection.FluxPro": "Flux Pro",
1409
1669
  "mediasettingssection.FluxProV11": "Flux Pro v1.1",
1410
1670
  "mediasettingssection.FluxSchnell": "Flux Schnell",
1411
- "mediasettingssection.GPT4Turbo": "GPT-4 Turbo",
1412
- "mediasettingssection.GPT4o": "GPT-4o",
1413
- "mediasettingssection.GPT4oMini": "GPT-4o Mini",
1414
1671
  "mediasettingssection.Gemini15Flash": "Gemini 1.5 Flash",
1415
1672
  "mediasettingssection.Gemini15Pro": "Gemini 1.5 Pro",
1416
1673
  "mediasettingssection.Gemini20Flash": "Gemini 2.0 Flash",
@@ -1418,6 +1675,9 @@
1418
1675
  "mediasettingssection.GenerateGroupRegionLabel": "Media generation by category",
1419
1676
  "mediasettingssection.GenerateGroupTitle": "Generation",
1420
1677
  "mediasettingssection.GoogleApiKey": "Google API Key",
1678
+ "mediasettingssection.GPT4o": "GPT-4o",
1679
+ "mediasettingssection.GPT4oMini": "GPT-4o Mini",
1680
+ "mediasettingssection.GPT4Turbo": "GPT-4 Turbo",
1421
1681
  "mediasettingssection.GrokImagineXAI": "Grok Imagine (xAI)",
1422
1682
  "mediasettingssection.GrokVideoXAI": "Grok Video (xAI)",
1423
1683
  "mediasettingssection.GrokXAI": "Grok (xAI)",
@@ -1431,14 +1691,12 @@
1431
1691
  "mediasettingssection.KlingImageV3": "Kling Image v3",
1432
1692
  "mediasettingssection.KlingO3": "Kling O3",
1433
1693
  "mediasettingssection.KlingO3Pro": "Kling O3 Pro",
1434
- "mediasettingssection.LTX219B": "LTX-2 19B",
1435
1694
  "mediasettingssection.LastSavedPath": "Last saved path: {{path}}",
1436
1695
  "mediasettingssection.LoadingMediaConfig": "Loading media configuration...",
1696
+ "mediasettingssection.LTX219B": "LTX-2 19B",
1437
1697
  "mediasettingssection.LumaDreamMachine": "Luma Dream Machine",
1438
1698
  "mediasettingssection.MaxDurationSecond": "Max Duration (seconds)",
1439
- "mediasettingssection.MediaApiSourceCategory.audio": "Audio",
1440
1699
  "mediasettingssection.MediaApiSourceCategory.image": "Image",
1441
- "mediasettingssection.MediaApiSourceCategory.video": "Video",
1442
1700
  "mediasettingssection.MediaApiSourceCategory.vision": "Vision",
1443
1701
  "mediasettingssection.MinimaxHailuo": "Minimax Hailuo",
1444
1702
  "mediasettingssection.Mochi1": "Mochi 1",
@@ -1454,24 +1712,23 @@
1454
1712
  "mediasettingssection.NoSavedCapturePathYet": "No saved capture path yet.",
1455
1713
  "mediasettingssection.NoScreenSources": "No screen sources",
1456
1714
  "mediasettingssection.OpenAIApiKey": "OpenAI API Key",
1457
- "mediasettingssection.OpenSavedCapture": "Open Saved Capture",
1458
- "mediasettingssection.OpenScreenPermissionSettings": "Open Screen Permission Settings",
1459
1715
  "mediasettingssection.OpenedSavedCapture": "Opened saved capture.",
1460
1716
  "mediasettingssection.OpenedScreenRecordingSettings": "Opened screen recording settings.",
1717
+ "mediasettingssection.OpenSavedCapture": "Open Saved Capture",
1718
+ "mediasettingssection.OpenScreenPermissionSettings": "Open Screen Permission Settings",
1461
1719
  "mediasettingssection.OtherModels": "Other Models",
1462
- "mediasettingssection.PauseRecording": "Pause Recording",
1463
1720
  "mediasettingssection.Paused": "paused",
1721
+ "mediasettingssection.PauseRecording": "Pause Recording",
1464
1722
  "mediasettingssection.Permission": "Permission",
1465
1723
  "mediasettingssection.PermissionStatus.denied": "Denied",
1466
1724
  "mediasettingssection.PermissionStatus.granted": "Granted",
1467
1725
  "mediasettingssection.PermissionStatus.not-applicable": "Not applicable",
1468
1726
  "mediasettingssection.PermissionStatus.not-determined": "Not set",
1469
1727
  "mediasettingssection.PermissionStatus.restricted": "Restricted",
1470
- "mediasettingssection.PermissionStatus.unknown": "Unknown",
1471
1728
  "mediasettingssection.PhotoCaptureCompleted": "Photo capture completed.",
1729
+ "mediasettingssection.PhotoCapturedInMemory": "Photo captured in memory.",
1472
1730
  "mediasettingssection.PhotoCaptureRequested": "Photo capture requested.",
1473
1731
  "mediasettingssection.PhotoCaptureUnavailable": "Photo capture unavailable.",
1474
- "mediasettingssection.PhotoCapturedInMemory": "Photo captured in memory.",
1475
1732
  "mediasettingssection.PixverseV45": "Pixverse v4.5",
1476
1733
  "mediasettingssection.Provider": "Provider:",
1477
1734
  "mediasettingssection.ProviderHintAnthropicVision": "Claude Vision",
@@ -1497,9 +1754,9 @@
1497
1754
  "mediasettingssection.ScreenRecordingStarted": "Screen recording started.",
1498
1755
  "mediasettingssection.ScreenRecordingStopped": "Screen recording stopped.",
1499
1756
  "mediasettingssection.ScreenRecordingUnavailable": "Screen recording unavailable.",
1500
- "mediasettingssection.ScreenSourceSwitched": "Screen source switched.",
1501
1757
  "mediasettingssection.ScreenshotCapturedAndSaved": "Screenshot captured and saved.",
1502
1758
  "mediasettingssection.ScreenshotUnavailable": "Screenshot unavailable.",
1759
+ "mediasettingssection.ScreenSourceSwitched": "Screen source switched.",
1503
1760
  "mediasettingssection.SelectCameraFirst": "Select a camera device first.",
1504
1761
  "mediasettingssection.SelectScreenSourceFirst": "Select a screen source first.",
1505
1762
  "mediasettingssection.Sora2": "Sora 2",
@@ -1524,10 +1781,12 @@
1524
1781
  "mediasettingssection.VisionAnalysis": "Vision (Analysis)",
1525
1782
  "mediasettingssection.Wan22": "Wan 2.2",
1526
1783
  "mediasettingssection.XAIApiKey": "xAI API Key",
1784
+ "memory.noMemoriesFound": "No memories found",
1785
+ "memory.noMemoriesYet": "No memories yet",
1786
+ "memory.refreshFeed": "Refresh feed",
1787
+ "memory.searchMemoryText": "Search memory text...",
1527
1788
  "memoryviewer.SearchPeople": "Search people…",
1528
- "messagecontent.Active": "Active",
1529
1789
  "messagecontent.ConnectorsTabLabel": "Plugins > Connectors",
1530
- "messagecontent.DisablePlugin": "Disable",
1531
1790
  "messagecontent.DisablePluginFailed": "Couldn't disable this plugin.",
1532
1791
  "messagecontent.Disabling": "Turning off...",
1533
1792
  "messagecontent.EnablePlugin": "Enable plugin",
@@ -1535,19 +1794,23 @@
1535
1794
  "messagecontent.Enabling": "Turning on...",
1536
1795
  "messagecontent.FeaturesTabLabel": "Plugins > Features",
1537
1796
  "messagecontent.HideJson": "Hide JSON",
1538
- "messagecontent.Inactive": "Inactive",
1539
1797
  "messagecontent.InteractiveUI": "Interactive UI",
1540
- "messagecontent.LoadPluginInfoFailed": "Couldn't load plugin info.",
1541
1798
  "messagecontent.LoadingConfiguration": "Loading {{pluginId}} configuration...",
1799
+ "messagecontent.LoadPluginInfoFailed": "Couldn't load plugin info.",
1542
1800
  "messagecontent.NoConfigurablePara": "No configurable parameters.",
1543
1801
  "messagecontent.PluginConfigurationTitle": "{{name}} Configuration",
1544
1802
  "messagecontent.PluginEnabledInlineNotice": "{{name}} is enabled.",
1545
1803
  "messagecontent.PluginEnabledNotice": "{{name}} is on. Find it in {{tabLabel}}.",
1546
1804
  "messagecontent.PluginNotFound": "Plugin \"{{pluginId}}\" not found.",
1547
1805
  "messagecontent.SaveFailed": "Couldn't save changes.",
1548
- "messagecontent.Saving": "Saving...",
1549
1806
  "messagecontent.SystemTabLabel": "Plugins > System",
1550
1807
  "messagecontent.ViewJson": "View JSON",
1808
+ "miladyos.beginVcard": "BEGIN:VCARD",
1809
+ "miladyos.nameNumberOrEmail": "Name, number, or email",
1810
+ "miladyos.nameNumberOrEmail2": "Name, number, or email",
1811
+ "music.agentMusicStream": "Agent music stream",
1812
+ "music.music": "Music",
1813
+ "music.refreshMusicPlayer": "Refresh music player",
1551
1814
  "musicplayersettings.Description": "Play the current music stream for this agent.",
1552
1815
  "musicplayersettings.NoTrack": "No track is playing.",
1553
1816
  "musicplayersettings.NowPlaying": "Now playing",
@@ -1557,19 +1820,38 @@
1557
1820
  "musicplayersettings.Title": "Agent music player",
1558
1821
  "nav.advanced": "Advanced",
1559
1822
  "nav.apps": "Apps",
1560
- "nav.back": "Back",
1823
+ "nav.automations": "Automations",
1561
1824
  "nav.browser": "Browser",
1562
1825
  "nav.character": "Character",
1563
1826
  "nav.chat": "Chat",
1564
1827
  "nav.companion": "Companion",
1828
+ "nav.description.apps": "Browse installed apps and active runs",
1829
+ "nav.description.automations": "Build workflows, schedules, and automated tasks",
1830
+ "nav.description.browser": "Open and control pages in the browser workspace",
1831
+ "nav.description.character": "Edit character profile, voice, and examples",
1832
+ "nav.description.chat": "View chats, terminal sessions, and message history",
1833
+ "nav.description.settings": "Manage models, permissions, and app settings",
1834
+ "nav.description.stream": "Monitor live streams and activity",
1835
+ "nav.description.wallet": "Review wallet balances and transaction controls",
1565
1836
  "nav.heartbeats": "Heartbeats",
1566
- "nav.inventory": "Wallet",
1567
1837
  "nav.knowledge": "Knowledge",
1568
1838
  "nav.lifeops": "LifeOps",
1569
1839
  "nav.settings": "Settings",
1570
1840
  "nav.social": "Connectors",
1571
1841
  "nav.stream": "Stream",
1572
1842
  "nav.wallet": "Wallet",
1843
+ "nodeCatalog.catalogEmpty": "No nodes available. The agent may still be loading plugins.",
1844
+ "nodeCatalog.classAction": "Action",
1845
+ "nodeCatalog.classContext": "Context",
1846
+ "nodeCatalog.classFlowControl": "Flow Control",
1847
+ "nodeCatalog.classIntegration": "Integration",
1848
+ "nodeCatalog.classTrigger": "Trigger",
1849
+ "nodeCatalog.empty": "No nodes match your filters.",
1850
+ "nodeCatalog.ownerScoped": "Personal data",
1851
+ "nodeCatalog.searchPlaceholder": "Search nodes…",
1852
+ "nodeCatalog.showingXofY": "Showing {{shown}} of {{total}}",
1853
+ "nodeCatalog.subtitle": "Everything your agent can do — actions, integrations, triggers, and context providers.",
1854
+ "nodeCatalog.viewAll": "View all {{count}} nodes →",
1573
1855
  "notice.elizaCloudAuthRejected": "Eliza Cloud rejected your API key, so model calls will fail. Open Settings → Cloud and sign in again or paste a new key from elizacloud.ai.",
1574
1856
  "onboarding.addAnotherProvider": "Add another provider",
1575
1857
  "onboarding.allConfigured": "You can adjust settings anytime.",
@@ -1594,15 +1876,10 @@
1594
1876
  "onboarding.cloudLoginTitle": "{{appName}} / Eliza Cloud",
1595
1877
  "onboarding.companionReady": "Setup is complete.",
1596
1878
  "onboarding.completeLogin": "Complete Login",
1597
- "onboarding.completed": "Completed",
1598
1879
  "onboarding.configureAiLater": "Set up later",
1599
- "onboarding.confirm": "Confirm",
1600
- "onboarding.connect": "Connect",
1601
1880
  "onboarding.connectAccount": "Connect Account",
1602
- "onboarding.connected": "Connected",
1603
1881
  "onboarding.connectedToChatGPT": "Connected to ChatGPT",
1604
1882
  "onboarding.connectedToClaude": "Connected to Claude",
1605
- "onboarding.connecting": "Connecting...",
1606
1883
  "onboarding.continueLimitedSetup": "Continue with limited setup",
1607
1884
  "onboarding.continueOffline": "Continue Offline",
1608
1885
  "onboarding.copyEntireUrl": ". Copy the entire URL from your browser's address bar.",
@@ -1628,22 +1905,15 @@
1628
1905
  "onboarding.failedToGetAuthUrl": "Failed to get auth URL",
1629
1906
  "onboarding.failedToStartLogin": "Failed to start login: {{message}}",
1630
1907
  "onboarding.features.browser.desc": "Pair with the LifeOps browser extension for web automation.",
1631
- "onboarding.features.browser.name": "Browser",
1632
- "onboarding.features.connect": "Connect",
1633
- "onboarding.features.continue": "Continue",
1634
1908
  "onboarding.features.continueWithout": "Continue without features",
1635
1909
  "onboarding.features.crypto.desc": "Enable blockchain capabilities with Solana and EVM wallets.",
1636
1910
  "onboarding.features.crypto.name": "Crypto Wallet",
1637
- "onboarding.features.disable": "Disable",
1638
1911
  "onboarding.features.discord.desc": "Connect your agent to Discord. Fully managed via Eliza Cloud.",
1639
- "onboarding.features.discord.name": "Discord",
1640
- "onboarding.features.enable": "Enable",
1641
1912
  "onboarding.features.managed": "Managed",
1642
1913
  "onboarding.features.managedSection": "Managed connectors",
1643
1914
  "onboarding.features.optionalSection": "Optional capabilities",
1644
1915
  "onboarding.features.phone.desc": "Get a cloud phone number for your agent. SMS and voice via Eliza Cloud.",
1645
1916
  "onboarding.features.phone.name": "Phone",
1646
- "onboarding.features.skip": "Skip for now",
1647
1917
  "onboarding.features.subtitle": "Connect platforms and capabilities. You can always change these later in Settings.",
1648
1918
  "onboarding.features.telegram.desc": "Message your agent on Telegram. Fully managed via Eliza Cloud.",
1649
1919
  "onboarding.features.telegram.name": "Telegram",
@@ -1654,14 +1924,11 @@
1654
1924
  "onboarding.hostingElizaCloudDesc": "Use Eliza Cloud for managed hosting and 24/7 availability.",
1655
1925
  "onboarding.hostingElizaCloudHybrid": "Cloud + phone compute",
1656
1926
  "onboarding.hostingElizaCloudHybridDesc": "Run in Eliza Cloud and donate eligible local model work from this device.",
1657
- "onboarding.hostingLocal": "Local",
1658
1927
  "onboarding.hostingLocalDesc": "Run the backend on this machine.",
1659
1928
  "onboarding.hostingQuestion": "Where should {{appName}} run?",
1660
1929
  "onboarding.hostingRemote": "Remote",
1661
1930
  "onboarding.hostingRemoteDesc": "Connect to an existing backend with its address and access key.",
1662
- "onboarding.hostingTitle": "Hosting",
1663
1931
  "onboarding.importDesc": "Select an <code>.eliza-agent</code> export file and enter the decryption password.",
1664
- "onboarding.importing": "Importing...",
1665
1932
  "onboarding.keyFormatWarning": "Key format looks incorrect. Double-check and try again.",
1666
1933
  "onboarding.login": "Login",
1667
1934
  "onboarding.loginSessionExpired": "Login session expired. Click 'Start Over' and try again.",
@@ -1670,7 +1937,6 @@
1670
1937
  "onboarding.modelPlaceholder": "provider/model (e.g. anthropic/claude-sonnet-4-6)",
1671
1938
  "onboarding.networkError": "Network error — check your connection and try again.",
1672
1939
  "onboarding.neuralLinkTitle": "Neural Link",
1673
- "onboarding.next": "Next",
1674
1940
  "onboarding.noAuthUrlReturned": "No auth URL returned from login",
1675
1941
  "onboarding.oauthLogin": "OAuth Login",
1676
1942
  "onboarding.ollamaNoConfig": "No configuration needed. Ollama will be used automatically.",
@@ -1684,7 +1950,6 @@
1684
1950
  "onboarding.piDropdownHint": " Pick from the dropdown or choose a custom model.",
1685
1951
  "onboarding.piManualHint": " Enter provider/model manually if you want an override.",
1686
1952
  "onboarding.primaryModelOptional": "Primary Model (optional)",
1687
- "onboarding.readyTitle": "Ready",
1688
1953
  "onboarding.recommended": "Recommended",
1689
1954
  "onboarding.redirectInstructions": "After logging in, your browser will redirect to",
1690
1955
  "onboarding.redirectUrl": "Redirect URL",
@@ -1720,34 +1985,23 @@
1720
1985
  "onboarding.rpcSkip": "Skip for now",
1721
1986
  "onboarding.rpcTitle": "Blockchain Access",
1722
1987
  "onboarding.saveClaudeSubscription": "Save Claude subscription",
1723
- "onboarding.savedMyKeys": "Continue",
1724
1988
  "onboarding.savingClaudeSubscription": "Saving Claude subscription...",
1725
1989
  "onboarding.selectFileError": "Select an export file before importing.",
1726
1990
  "onboarding.selectModel": "Select Model",
1727
1991
  "onboarding.setupToken": "Setup Token",
1728
1992
  "onboarding.setupTokenInstructions": "How to get your setup token:\n\n• Option A: Run claude setup-token in your terminal\n\n• Option B: Go to claude.ai/settings/api → \"Claude Code\" → \"Use setup token\"",
1729
- "onboarding.skip": "Skip",
1730
1993
  "onboarding.startOver": "Start Over",
1731
1994
  "onboarding.stepLabel": "Step {{current}} of {{total}}",
1732
- "onboarding.stepName.cloudLogin": "Eliza Cloud",
1733
1995
  "onboarding.stepName.deployment": "Setup",
1734
- "onboarding.stepName.features": "Features",
1735
- "onboarding.stepName.hosting": "Hosting",
1736
1996
  "onboarding.stepName.identity": "Identity",
1737
- "onboarding.stepName.launch": "Launch",
1738
- "onboarding.stepName.permissions": "Permissions",
1739
1997
  "onboarding.stepName.providers": "AI Providers",
1740
- "onboarding.stepName.voice": "Voice",
1741
1998
  "onboarding.stepNavigation": "Onboarding step navigation",
1742
- "onboarding.stepSub.cloudLogin": "Account",
1743
1999
  "onboarding.stepSub.deployment": "Where to run",
1744
2000
  "onboarding.stepSub.features": "Connectors & capabilities",
1745
2001
  "onboarding.stepSub.hosting": "Where does it run?",
1746
2002
  "onboarding.stepSub.identity": "Choose your style",
1747
- "onboarding.stepSub.launch": "Ready",
1748
2003
  "onboarding.stepSub.permissions": "System access",
1749
2004
  "onboarding.stepSub.providers": "Neural link",
1750
- "onboarding.stepSub.voice": "Provider",
1751
2005
  "onboarding.systemAccessTitle": "System Access",
1752
2006
  "onboarding.useDefaultModel": "Use default model",
1753
2007
  "onboarding.useExistingKey": "Use this if you already have a key.",
@@ -1768,25 +2022,22 @@
1768
2022
  "pairingview.PairingIsNotEnabl": "Pairing is not enabled on this server.",
1769
2023
  "pairingview.PairingRequired": "Pairing Required",
1770
2024
  "pairingview.PairingSetupDocs": "Pairing setup docs",
1771
- "pairingview.Submit": "Submit",
1772
2025
  "permissionssection.AllowAll": "Allow All",
2026
+ "permissionssection.badge.notAsked": "Not Asked",
2027
+ "permissionssection.badge.offInSettings": "Off in Settings",
1773
2028
  "permissionssection.BrowserPermissions": "Browser Permissions",
1774
2029
  "permissionssection.CapabilitiesDescription": "Turn higher-level capabilities on only after the required runtime permissions are available.",
1775
2030
  "permissionssection.CapabilitiesRequire": "Capabilities require the system permissions listed above.",
1776
2031
  "permissionssection.CheckAccess": "Check Access",
1777
2032
  "permissionssection.CheckingPermissions": "Checking permissions...",
1778
- "permissionssection.Disable": "Disable",
1779
2033
  "permissionssection.DisableShellAccess": "Disable shell access",
1780
- "permissionssection.Disabled": "Disabled",
1781
- "permissionssection.Enable": "Enable",
1782
2034
  "permissionssection.EnableShellAccess": "Enable shell access",
1783
- "permissionssection.Enabled": "Enabled",
1784
2035
  "permissionssection.Grant": "Grant",
2036
+ "permissionssection.GrantingPermissions": "Granting...",
1785
2037
  "permissionssection.GrantPermissions": "Grant Permissions",
1786
2038
  "permissionssection.GrantPermissionsNote": "Grant permissions to enable features like voice input and computer control.",
1787
2039
  "permissionssection.GrantPermissionsTo": "Grant permissions to unlock desktop features.",
1788
2040
  "permissionssection.GrantRequiredPermissionsFirst": "Grant required permissions first",
1789
- "permissionssection.GrantingPermissions": "Granting...",
1790
2041
  "permissionssection.LoadingPermissions": "Loading permissions...",
1791
2042
  "permissionssection.LocalRuntime": "Local runtime",
1792
2043
  "permissionssection.MacGrantAccessNote": "macOS requires Accessibility permission for computer control. Open System Settings → Privacy & Security to grant access.",
@@ -1800,7 +2051,6 @@
1800
2051
  "permissionssection.PermissionSkipNote": "Skipping keeps desktop features locked until you grant the missing permissions in Settings.",
1801
2052
  "permissionssection.PluginNotAvailable": "Plugin not available",
1802
2053
  "permissionssection.PluginUnavailable": "Plugin unavailable",
1803
- "permissionssection.Refreshing": "Refreshing...",
1804
2054
  "permissionssection.StreamingPermissions": "Streaming Permissions",
1805
2055
  "permissionssection.SystemPermissions": "System Permissions",
1806
2056
  "permissionssection.SystemPermissionsDescription": "Grant the runtime access it needs for voice input, camera capture, shell tasks, and desktop automation features.",
@@ -1808,39 +2058,32 @@
1808
2058
  "permissionssection.UnableToLoadPermi": "Unable to load permissions.",
1809
2059
  "permissionssection.WebOnboardingDesc": "Allow browser access so your camera, mic, and screen can stream to your agent.",
1810
2060
  "permissionssection.WebStreamingDesc": "Grant browser access to your camera, microphone, and screen to stream to your agent.",
1811
- "permissionssection.badge.notAsked": "Not Asked",
1812
- "permissionssection.badge.off": "Off",
1813
- "permissionssection.badge.offInSettings": "Off in Settings",
1814
2061
  "pluginsview.23FieldDemos": "field demos",
1815
2062
  "pluginsview.AllowAllChats": "Allow all chats",
1816
2063
  "pluginsview.AllowSpecificChatsOnly": "Allow only specific chats",
1817
2064
  "pluginsview.Applying": "Applying",
1818
2065
  "pluginsview.ApplyingPluginChan": "Applying plugin change and waiting for agent restart...",
1819
2066
  "pluginsview.AvailableCount": "{{count}} available",
1820
- "pluginsview.Back": "Back",
1821
2067
  "pluginsview.BlueBubblesConnected": "BlueBubbles is connected.",
1822
2068
  "pluginsview.BlueBubblesNotConnected": "BlueBubbles is not connected yet. Save the server URL and password above, then refresh.",
1823
2069
  "pluginsview.BlueBubblesWebhookHint": "Point your BlueBubbles webhook at the {{appName}} API host so new iMessage events stream into the inbox.",
1824
2070
  "pluginsview.BlueBubblesWebhookTarget": "Webhook target",
1825
2071
  "pluginsview.BotRespondsAnyChat": "Bot will respond in any chat",
1826
2072
  "pluginsview.BotRespondsListedChatIds": "Bot will only respond in listed chat IDs",
1827
- "pluginsview.Cancel": "Cancel",
1828
- "pluginsview.Collapse": "Collapse",
1829
2073
  "pluginsview.ConnectionMode": "Connection mode",
1830
2074
  "pluginsview.ConnectionTestFailed": "Failed: {{error}}",
1831
2075
  "pluginsview.ConnectionTestFailedDialog": "✕ {{error}}",
1832
2076
  "pluginsview.ConnectionTestPassed": "OK ({{durationMs}}ms)",
1833
2077
  "pluginsview.ConnectionTestPassedDialog": "✓ OK ({{durationMs}}ms)",
1834
2078
  "pluginsview.DEMO": "DEMO",
2079
+ "pluginsview.dependsOn": "depends on",
1835
2080
  "pluginsview.DiscordDeveloperPortal": "Get your API token here",
1836
2081
  "pluginsview.DiscordInviteBot": "Invite your agent",
1837
2082
  "pluginsview.DiscordLocalAuthorize": "Authorize Discord desktop",
1838
- "pluginsview.DiscordLocalAuthorizePrompt": "Authorize {{appName}} against the local Discord desktop app to read notifications, subscribe to channels, and send replies through macOS UI automation.",
1839
2083
  "pluginsview.DiscordLocalAuthorized": "Discord desktop is authorized.",
2084
+ "pluginsview.DiscordLocalAuthorizePrompt": "Authorize {{appName}} against the local Discord desktop app to read notifications, subscribe to channels, and send replies through macOS UI automation.",
1840
2085
  "pluginsview.DiscordLocalAuthorizing": "Authorizing…",
1841
2086
  "pluginsview.DiscordLocalChannels": "Subscribed channels",
1842
- "pluginsview.DiscordLocalDisconnecting": "Disconnecting…",
1843
- "pluginsview.DiscordLocalGuild": "Server",
1844
2087
  "pluginsview.DiscordLocalIpcPath": "Discord IPC socket",
1845
2088
  "pluginsview.DiscordLocalLoadingChannels": "Loading channels…",
1846
2089
  "pluginsview.DiscordLocalLoadingGuilds": "Loading Discord servers…",
@@ -1851,14 +2094,12 @@
1851
2094
  "pluginsview.DiscordLocalSubscriptionsSaved": "Channel subscriptions saved.",
1852
2095
  "pluginsview.DiscordLocalUnavailable": "Save the local Discord client ID and client secret above, enable the connector, and keep the Discord desktop app running on this device.",
1853
2096
  "pluginsview.DragToReorder": "Drag to reorder",
1854
- "pluginsview.Expand": "Expand",
2097
+ "pluginsview.found": "found",
1855
2098
  "pluginsview.IMessageConnected": "iMessage is connected. Messages are being read from the local database.",
1856
2099
  "pluginsview.IMessageNotConnected": "iMessage is not connected. Set the CLI path above and ensure Full Disk Access is granted to your terminal.",
1857
2100
  "pluginsview.IMessagePermissionHint": "iMessage reads ~/Library/Messages/chat.db directly. Grant Full Disk Access in System Settings > Privacy & Security for the process running {{appName}}.",
1858
- "pluginsview.Install": "Install",
1859
2101
  "pluginsview.InstallConnectorPrompt": "Install this connector to activate it in the runtime.",
1860
2102
  "pluginsview.InstallPlugin": "Install Plugin",
1861
- "pluginsview.Installing": "Installing...",
1862
2103
  "pluginsview.LoadFailed": "Load failed",
1863
2104
  "pluginsview.ManagedDiscordChooseInline": "Choose which cloud agent should own managed Discord, then continue.",
1864
2105
  "pluginsview.ManagedDiscordChooseTarget": "Choose which cloud agent should receive managed Discord for this owned server, then continue.",
@@ -1871,58 +2112,54 @@
1871
2112
  "pluginsview.ManagedDiscordNeedsAgent": "Deploy a cloud agent first, then connect managed Discord from the Cloud agents screen.",
1872
2113
  "pluginsview.ManagedDiscordRequiresCloud": "Connect Eliza Cloud first, then you can use managed Discord OAuth.",
1873
2114
  "pluginsview.ManagedDiscordSelectAgent": "Select a cloud agent",
1874
- "pluginsview.NeedsSetup": "Needs setup",
1875
2115
  "pluginsview.NoConfigNeeded": "No config needed",
1876
2116
  "pluginsview.NoConfigurationNeeded": "No configuration needed.",
2117
+ "pluginsview.NoConnectorsAvailable": "No connectors available.",
1877
2118
  "pluginsview.NoDescriptionAvailable": "No description available",
2119
+ "pluginsview.NoneAvailableDesc": "No {{label}} are available right now.",
2120
+ "pluginsview.NoneAvailableTitle": "No {{label}} available",
1878
2121
  "pluginsview.NoPluginsMatchCategory": "No plugins match the selected category.",
1879
2122
  "pluginsview.NoPluginsMatchFilters": "No {{label}} match your filters.",
1880
2123
  "pluginsview.NoResultsFound": "No {{label}} found",
1881
- "pluginsview.NoneAvailableDesc": "No {{label}} are available right now.",
1882
- "pluginsview.NoneAvailableTitle": "No {{label}} available",
2124
+ "pluginsview.NothingToShow": "Nothing to show",
1883
2125
  "pluginsview.NotInstalled": "Not installed",
1884
2126
  "pluginsview.NotLoaded": "Not loaded",
1885
- "pluginsview.NothingToShow": "Nothing to show",
1886
2127
  "pluginsview.Official": "Official",
1887
2128
  "pluginsview.OpenElizaCloud": "Open Eliza Cloud",
1888
2129
  "pluginsview.PackageBrokenMis": "Package broken / missing",
1889
2130
  "pluginsview.PluginCatalog": "Plugin Catalog",
1890
2131
  "pluginsview.PluginDialogDescription": "Review plugin metadata, adjust settings, and save changes for {{plugin}}.",
1891
- "pluginsview.PluginInstallFailed": "Failed to install {{plugin}}: {{message}}",
1892
- "pluginsview.PluginInstallPreparing": "Enabling plugin installs for {{plugin}} and restarting the agent...",
1893
- "pluginsview.PluginInstallRecovering": "Finishing plugin install setup for {{plugin}} and restarting the agent...",
1894
2132
  "pluginsview.PluginInstalledActivated": "{{plugin}} installed and activated without a full agent restart.",
1895
2133
  "pluginsview.PluginInstalledRestartComplete": "{{plugin}} installed and activated.",
1896
2134
  "pluginsview.PluginInstalledRestartFailed": "{{plugin}} installed, but the agent did not come back online (status: {{status}}).",
1897
2135
  "pluginsview.PluginInstalledRestarting": "{{plugin}} installed. Restarting the agent and waiting for activation...",
2136
+ "pluginsview.PluginInstallFailed": "Failed to install {{plugin}}: {{message}}",
2137
+ "pluginsview.PluginInstallPreparing": "Enabling plugin installs for {{plugin}} and restarting the agent...",
2138
+ "pluginsview.PluginInstallRecovering": "Finishing plugin install setup for {{plugin}} and restarting the agent...",
1898
2139
  "pluginsview.PluginTypes": "Plugin types",
1899
- "pluginsview.PluginUninstallFailed": "Failed to uninstall {{plugin}}: {{message}}",
1900
- "pluginsview.PluginUninstallPreparing": "Preparing uninstall for {{plugin}} and restarting the agent...",
1901
- "pluginsview.PluginUninstallRecovering": "Finishing uninstall setup for {{plugin}} and restarting the agent...",
1902
2140
  "pluginsview.PluginUninstalledActivated": "{{plugin}} uninstalled without a full agent restart.",
1903
2141
  "pluginsview.PluginUninstalledRestartComplete": "{{plugin}} uninstalled and fully unloaded.",
1904
2142
  "pluginsview.PluginUninstalledRestartFailed": "{{plugin}} uninstalled, but the agent did not come back online (status: {{status}}).",
1905
2143
  "pluginsview.PluginUninstalledRestarting": "{{plugin}} uninstalled. Restarting the agent and waiting for cleanup...",
1906
- "pluginsview.PluginUpdateFailed": "Failed to update {{plugin}}: {{message}}",
1907
- "pluginsview.PluginUpdatePreparing": "Preparing updates for {{plugin}} and restarting the agent...",
1908
- "pluginsview.PluginUpdateRecovering": "Finishing update setup for {{plugin}} and restarting the agent...",
2144
+ "pluginsview.PluginUninstallFailed": "Failed to uninstall {{plugin}}: {{message}}",
2145
+ "pluginsview.PluginUninstallPreparing": "Preparing uninstall for {{plugin}} and restarting the agent...",
2146
+ "pluginsview.PluginUninstallRecovering": "Finishing uninstall setup for {{plugin}} and restarting the agent...",
1909
2147
  "pluginsview.PluginUpdatedActivated": "{{plugin}} updated without a full agent restart.",
1910
2148
  "pluginsview.PluginUpdatedRestartComplete": "{{plugin}} updated and activated.",
1911
2149
  "pluginsview.PluginUpdatedRestartFailed": "{{plugin}} updated, but the agent did not come back online (status: {{status}}).",
1912
2150
  "pluginsview.PluginUpdatedRestarting": "{{plugin}} updated. Restarting the agent and waiting for activation...",
1913
- "pluginsview.Ready": "Ready",
1914
- "pluginsview.Reset": "Reset",
2151
+ "pluginsview.PluginUpdateFailed": "Failed to update {{plugin}}: {{message}}",
2152
+ "pluginsview.PluginUpdatePreparing": "Preparing updates for {{plugin}} and restarting the agent...",
2153
+ "pluginsview.PluginUpdateRecovering": "Finishing update setup for {{plugin}} and restarting the agent...",
1915
2154
  "pluginsview.ResetOrder": "Reset Order",
1916
2155
  "pluginsview.ResetToDefaultSor": "Reset to default sort order",
2156
+ "pluginsview.restarting": "restarting",
1917
2157
  "pluginsview.SaveChannelSubscriptions": "Save channel subscriptions",
1918
- "pluginsview.SaveSettings": "Save Settings",
1919
- "pluginsview.Saved": "Saved",
1920
2158
  "pluginsview.SavedWithBang": "Saved!",
1921
2159
  "pluginsview.SavedWithCheck": "✓ Saved",
2160
+ "pluginsview.SaveSettings": "Save Settings",
1922
2161
  "pluginsview.SelectA": "Select a",
1923
- "pluginsview.Settings": "Settings",
1924
2162
  "pluginsview.SetupGuide": "Setup guide",
1925
- "pluginsview.Source": "Source",
1926
2163
  "pluginsview.TelegramAccountProvisioningExplain": "Telegram first asks {{appName}} to provision app credentials through my.telegram.org. Enter the code Telegram sent you there, then {{appName}} will request the normal account login code.",
1927
2164
  "pluginsview.TelegramAccountRestartHint": "Telegram authentication is saved locally. Restart the agent to bring the connector online.",
1928
2165
  "pluginsview.TelegramAccountSetupHint": "This is separate from the Telegram bot connector. {{appName}} logs into Telegram as you, saves a local session, and then the Telegram account connector comes online after the agent restarts.",
@@ -1930,43 +2167,37 @@
1930
2167
  "pluginsview.TelegramConnected": "Telegram bot connected",
1931
2168
  "pluginsview.TelegramConnectedHint": "Your bot is saved and will auto-connect on next start. Enable the Telegram plugin above if it isn't already active.",
1932
2169
  "pluginsview.TelegramSetupTitle": "Connect a Telegram Bot",
1933
- "pluginsview.TelegramStep1": "Open ",
1934
2170
  "pluginsview.TelegramStep1b": " on Telegram",
1935
2171
  "pluginsview.TelegramStep2": "Send /newbot and follow the prompts to create your bot",
1936
2172
  "pluginsview.TelegramStep3": "Copy the bot token and paste it below",
1937
2173
  "pluginsview.TestConnection": "Test Connection",
1938
- "pluginsview.Testing": "Testing...",
1939
- "pluginsview.Uninstall": "Uninstall",
2174
+ "pluginsview.toC": "to configure",
1940
2175
  "pluginsview.Uninstalling": "Uninstalling...",
1941
2176
  "pluginsview.Update": "Update",
1942
- "pluginsview.Updating": "Updating...",
1943
2177
  "pluginsview.UseManagedDiscord": "Use managed Discord",
1944
2178
  "pluginsview.VisibleCount": "{{count}} shown",
1945
2179
  "pluginsview.X2807": "⠇",
1946
- "pluginsview.configured": "configured",
1947
- "pluginsview.dependsOn": "depends on",
1948
- "pluginsview.found": "found",
1949
- "pluginsview.restarting": "restarting",
1950
- "pluginsview.toC": "to configure",
2180
+ "policy.addressControls": "Address Controls",
2181
+ "policy.autoApprove": "Auto-Approve",
2182
+ "policy.disablePolicy": "Disable Policy",
2183
+ "policy.evmOrSolanaAddress": "EVM or Solana address",
2184
+ "policy.evmOrSolanaAddress2": "EVM or Solana address",
2185
+ "policy.rateLimits": "Rate Limits",
2186
+ "policy.spendingLimits": "Spending Limits",
2187
+ "policy.timeRestrictions": "Time Restrictions",
1951
2188
  "portfolioheader.ConnectViaElizaCl": "Connect via Eliza Cloud or configure a custom BSC RPC provider\n (NodeReal / QuickNode) to enable trading.",
1952
- "provider.anthropic": "Anthropic",
1953
2189
  "provider.elevenlabs": "ElevenLabs",
1954
- "provider.elizaCloud": "Eliza Cloud",
1955
2190
  "provider.fal": "FAL.ai",
1956
- "provider.google": "Google",
1957
- "provider.openai": "OpenAI",
1958
2191
  "provider.suno": "Suno",
1959
2192
  "provider.xai": "xAI",
1960
2193
  "providerswitcher.chooseYourPreferredProvider": "Choose your preferred provider for inference.",
1961
2194
  "providerswitcher.cloudInferenceToggleHint": "Cloud can stay connected while inference runs on your own key. Disable cloud inference when using BYOK providers.",
1962
2195
  "providerswitcher.customModelSpec": "Custom model spec",
1963
- "providerswitcher.disconnect": "Disconnect",
1964
2196
  "providerswitcher.disconnecting": "Disconnecting...",
1965
- "providerswitcher.elizaCloud": "Cloud",
1966
2197
  "providerswitcher.largeModelDescription": "Powerful model for complex reasoning",
1967
2198
  "providerswitcher.largeModelLabel": "Large Model",
1968
- "providerswitcher.logInToElizaCloud": "Log in to Eliza Cloud",
1969
2199
  "providerswitcher.loggedIntoElizaCloud": "Logged into Eliza Cloud",
2200
+ "providerswitcher.logInToElizaCloud": "Log in to Eliza Cloud",
1970
2201
  "providerswitcher.noAiProvidersAvailable": "No AI providers available. Enable one from the",
1971
2202
  "providerswitcher.opensABrowserWindow": "Opens a browser window to complete login.",
1972
2203
  "providerswitcher.page": "page.",
@@ -1976,19 +2207,25 @@
1976
2207
  "providerswitcher.restartRequiredHint": "Some provider changes apply after restart. {{appName}} restarts automatically after save.",
1977
2208
  "providerswitcher.savedRestartingAgent": "Saved. Restarting agent...",
1978
2209
  "providerswitcher.savingRestarting": "Saving & restarting...",
1979
- "providerswitcher.selectProvider": "Provider",
1980
2210
  "providerswitcher.selectAIProvider": "Select AI provider",
1981
2211
  "providerswitcher.smallModelDescription": "Fast model for simple tasks",
1982
2212
  "providerswitcher.smallModelLabel": "Small Model",
1983
2213
  "providerswitcher.usePiDefaultModel": "Use pi default model",
1984
2214
  "providerswitcher.waitingForBrowser": "Waiting for browser login...",
1985
2215
  "ptyconsolebase.AgentConsoles": "Agent Consoles",
2216
+ "ptyconsolebase.CollapseTerminal": "Collapse terminal",
2217
+ "ptyconsolebase.NewTerminalSession": "New terminal session",
2218
+ "ptyconsolebase.Terminal": "Terminal",
2219
+ "relationships.clearRelationshipSearch": "Clear relationship search",
2220
+ "relationships.platformFilter": "Platform filter",
2221
+ "relationships.relationshipsGraph": "Relationships graph",
2222
+ "relationships.searchPeopleAliasesHandles": "Search people, aliases, handles",
2223
+ "relationships.searchPeopleAliasesHandles2": "Search people, aliases, handles",
1986
2224
  "releasecenter.AppBundle": "App bundle",
2225
+ "releasecenter.ApplyDownloadedUpdate": "Apply Downloaded Update",
1987
2226
  "releasecenter.AppReleaseService": "App Release Service",
1988
2227
  "releasecenter.AppVersionPill": "App: {{version}}",
1989
- "releasecenter.ApplyDownloadedUpdate": "Apply Downloaded Update",
1990
2228
  "releasecenter.Architecture": "Architecture",
1991
- "releasecenter.Available": "Available",
1992
2229
  "releasecenter.AvailableRenderers": "Available renderers",
1993
2230
  "releasecenter.BrowserViewId": "BrowserView ID",
1994
2231
  "releasecenter.BrowserWebgpuStatus": "Browser WebGPU Status",
@@ -2046,74 +2283,54 @@
2046
2283
  "releasecenter.ShowSurface": "Show Surface",
2047
2284
  "releasecenter.StatusTime": "Status time",
2048
2285
  "releasecenter.Transparent": "Transparent",
2049
- "releasecenter.Unavailable": "Unavailable",
2050
2286
  "releasecenter.UpdaterBaseUrl": "Updater base URL",
2051
2287
  "releasecenter.UsingUpdaterUrl": "Using updater URL:",
2052
2288
  "releasecenter.WaitingForDesktopRendererStatus": "Waiting for desktop renderer status.",
2053
2289
  "releasecenter.WgpuCustomElementUnavailable": "The WGPU custom element is not available in this renderer.",
2054
2290
  "releasecenter.WindowId": "Window ID",
2055
2291
  "releasecenterview.App": "App",
2056
- "releasecenterview.ApplyDownloadedUpdate": "Apply Downloaded Update",
2057
2292
  "releasecenterview.ApplyStarted": "Applying downloaded update.",
2058
- "releasecenterview.Channel": "Channel",
2059
- "releasecenterview.CheckDownloadUpdate": "Check / Download Update",
2060
2293
  "releasecenterview.CheckStarted": "Desktop update check started.",
2061
2294
  "releasecenterview.Current": "Current",
2062
- "releasecenterview.Desktop": "Desktop",
2063
2295
  "releasecenterview.DetachedOpened": "Detached release center opened.",
2064
- "releasecenterview.Idle": "Idle",
2065
- "releasecenterview.LastChecked": "Last checked",
2066
2296
  "releasecenterview.Latest": "Latest",
2067
- "releasecenterview.NotYet": "Not yet",
2068
- "releasecenterview.OpenBrowserViewWindow": "Open BrowserView Window",
2069
- "releasecenterview.OpenDetachedReleaseCenter": "Open Detached Release Center",
2070
2297
  "releasecenterview.ReleaseCenter": "Release Center",
2071
2298
  "releasecenterview.ReleaseNotes": "Release Notes",
2072
2299
  "releasecenterview.ReleaseNotesOpened": "Release notes window opened.",
2073
2300
  "releasecenterview.ReleaseNotesReset": "Release notes URL reset.",
2074
- "releasecenterview.ReleaseNotesWindowTitle": "Release Notes",
2075
2301
  "releasecenterview.ReleaseStatusRefreshed": "Release status refreshed.",
2076
- "releasecenterview.ResetUrl": "Reset URL",
2077
- "releasecenterview.Status": "Status",
2078
2302
  "releasecenterview.UpdateActions": "Update Actions",
2079
2303
  "releasecenterview.UpdateAvailable": "Update available",
2080
2304
  "releasecenterview.UpdateReady": "Update ready",
2081
2305
  "releasecenterview.WebReadOnly": "This web session is read-only for release management. Open {{appName}} in the desktop shell to check for updates, apply downloaded builds, or manage the detached release notes window.",
2082
2306
  "restartbanner.Later": "Later",
2083
2307
  "restartbanner.MultipleReasonsPending": "{{count}} changes pending - restart to apply.",
2308
+ "restartbanner.Restarting": "Restarting...",
2084
2309
  "restartbanner.RestartNow": "Restart Now",
2085
2310
  "restartbanner.RestartRequired": "Restart required to apply changes.",
2086
- "restartbanner.Restarting": "Restarting...",
2087
2311
  "restartbanner.SingleReasonPending": "{{reason}} - restart to apply.",
2088
- "runtimeview.Actions": "Actions",
2089
- "runtimeview.AgentRuntimeIsNot": "Agent runtime is not running. Start the runtime and refresh.",
2090
- "runtimeview.Collapse": "Collapse",
2091
- "runtimeview.Evaluators": "Evaluators",
2092
- "runtimeview.Expand": "Expand",
2093
- "runtimeview.ExpandTop": "Expand Top",
2094
- "runtimeview.Plugins": "Plugins",
2095
- "runtimeview.Providers": "Providers",
2096
- "runtimeview.Refreshing": "Refreshing...",
2097
- "runtimeview.Services": "Services (",
2098
- "runtimeview.Summary": "Summary",
2312
+ "runtime.failed": "FAILED",
2313
+ "runtime.starting": "STARTING",
2314
+ "runtime.stopped": "STOPPED",
2099
2315
  "runtimeview.actions": "actions:",
2100
2316
  "runtimeview.actionsDescription": "Review registered actions and their load order in the active runtime.",
2101
2317
  "runtimeview.agent": "agent:",
2318
+ "runtimeview.AgentRuntimeIsNot": "Agent runtime is not running. Start the runtime and refresh.",
2102
2319
  "runtimeview.arrayCap": "array cap",
2103
2320
  "runtimeview.available": "available",
2104
2321
  "runtimeview.depth": "depth",
2105
2322
  "runtimeview.evaluators": "evaluators:",
2106
2323
  "runtimeview.evaluatorsDescription": "Review evaluator registration and ordering for agent decision loops.",
2324
+ "runtimeview.ExpandTop": "Expand Top",
2107
2325
  "runtimeview.filterSections": "Filter sections",
2108
2326
  "runtimeview.lastUpdated": "Last updated:",
2109
2327
  "runtimeview.loadingDescription": "Refresh the inspector after the desktop runtime boots to pull the current object tree and registration data.",
2110
2328
  "runtimeview.loadingSnapshot": "Loading snapshot...",
2111
2329
  "runtimeview.model": "model:",
2330
+ "runtimeview.none": "none",
2112
2331
  "runtimeview.noSectionData": "No data was returned for this section in the current snapshot.",
2113
2332
  "runtimeview.noSnapshotAvailable": "No snapshot available. Start the agent runtime.",
2114
- "runtimeview.none": "none",
2115
2333
  "runtimeview.objectCap": "object cap",
2116
- "runtimeview.offline": "offline",
2117
2334
  "runtimeview.path": "Path",
2118
2335
  "runtimeview.plugins": "plugins:",
2119
2336
  "runtimeview.pluginsDescription": "Verify plugin registration order and confirm what the runtime has loaded.",
@@ -2123,42 +2340,35 @@
2123
2340
  "runtimeview.runtimeDescription": "Inspect the full serialized runtime object and expand into the raw state tree.",
2124
2341
  "runtimeview.runtimePendingDescription": "The runtime inspector becomes available after the desktop agent finishes loading its core services.",
2125
2342
  "runtimeview.sectionLabel": "Runtime Section",
2126
- "runtimeview.sectionUnavailable": "Section unavailable",
2127
2343
  "runtimeview.sections": "Sections",
2344
+ "runtimeview.sectionUnavailable": "Section unavailable",
2128
2345
  "runtimeview.services": "services:",
2346
+ "runtimeview.Services": "Services (",
2129
2347
  "runtimeview.servicesDescription": "Inspect grouped services and their instantiated implementations.",
2130
2348
  "runtimeview.state": "state:",
2349
+ "runtimeview.Summary": "Summary",
2131
2350
  "runtimeview.summaryDescription": "Start here to confirm runtime availability, check the active model, and scan the current registration totals before opening a specific section.",
2132
- "runtimeview.tabActions": "Actions",
2133
- "runtimeview.tabEvaluators": "Evaluators",
2134
- "runtimeview.tabPlugins": "Plugins",
2135
- "runtimeview.tabProviders": "Providers",
2136
- "runtimeview.tabRuntime": "Runtime",
2137
2351
  "runtimeview.tabServices": "Services",
2138
2352
  "runtimeview.types": "types)",
2139
2353
  "savecommandmodal.CommandName": "Command name",
2140
- "savecommandmodal.Preview": "Preview",
2141
- "savecommandmodal.SaveAsCommand": "Save as /Command",
2142
2354
  "savecommandmodal.myCommand": "my-command",
2143
2355
  "savecommandmodal.nameFormat": "Use lowercase letters, numbers, and hyphens only",
2144
2356
  "savecommandmodal.nameRequired": "Name is required",
2145
- "secretsview.Add": "Add",
2357
+ "savecommandmodal.SaveAsCommand": "Save as /Command",
2146
2358
  "secretsview.AddSecret": "+ Add Secret",
2147
2359
  "secretsview.AddSecretsToVault": "Add Secrets to Vault",
2148
2360
  "secretsview.LoadingSecrets": "Loading secrets...",
2149
2361
  "secretsview.RemoveFromVault": "Remove from vault",
2150
2362
  "secretsview.Required": "Required",
2151
2363
  "secretsview.SaveCount": "Save ({{count}})",
2152
- "secretsview.Saving": "Saving...",
2153
2364
  "secretsview.SearchByKeyDescr": "Search by key, description, or plugin name...",
2154
2365
  "secretsview.YourVaultIsEmpty": "Your vault is empty. Click \"Add Secret\" to choose which API keys to\n manage here.",
2155
2366
  "settings.advancedKeyWarning": "Local keys are not needed when Steward manages your wallet. Only use this if you know what you're doing.",
2156
2367
  "settings.appearance.active": "ACTIVE",
2157
2368
  "settings.appearance.deactivate": "Deactivate current pack",
2158
2369
  "settings.appearance.load": "Load",
2159
- "settings.appearance.loadFromFolder": "Load from folder",
2160
- "settings.appearance.loadPack": "Load content pack",
2161
2370
  "settings.appearance.loadedPacks": "Loaded content packs",
2371
+ "settings.appearance.loadFromFolder": "Load from folder",
2162
2372
  "settings.appearance.packUrlPlaceholder": "https://example.com/packs/my-pack/",
2163
2373
  "settings.appearance.theme": "Theme",
2164
2374
  "settings.browse": "Browse",
@@ -2170,15 +2380,17 @@
2170
2380
  "settings.companionHalfFramerate.desc": "Cap the 3D companion at roughly half your display refresh rate (~30 fps on a 60 Hz screen). Independent of pixel quality and shadows — you can save GPU time without lowering resolution, or keep full speed while still using battery-saving pixels.",
2171
2381
  "settings.companionHalfFramerate.label": "Companion frame rate",
2172
2382
  "settings.companionHalfFramerate.off": "Full speed",
2173
- "settings.companionHalfFramerate.when_saving_power": "Depends on power source",
2174
2383
  "settings.companionVrmPower.balanced": "Depends on power source",
2175
2384
  "settings.companionVrmPower.desc": "How hard the 3D companion pushes the GPU: full visuals, follow AC vs battery when the desktop app can read it — macOS, Linux, and Windows (default), or always save power.",
2176
2385
  "settings.companionVrmPower.efficiency": "Always efficient",
2177
2386
  "settings.companionVrmPower.label": "Companion rendering",
2178
2387
  "settings.companionVrmPower.quality": "Always quality",
2388
+ "settings.copyClipboardDraft": "Copy Clipboard Draft",
2179
2389
  "settings.dangerZone": "Danger Zone",
2180
2390
  "settings.exportAgent": "Export Agent",
2181
2391
  "settings.exportAgentShort": "Backup all data",
2392
+ "settings.filterConsoleLinesEGRpcFetchTalkmode404": "Filter console lines (e.g. rpc, fetch, talkmode, 404)",
2393
+ "settings.identity.systemPromptLabel": "System prompt",
2182
2394
  "settings.import": "Import",
2183
2395
  "settings.importAgent": "Import Agent",
2184
2396
  "settings.importAgentShort": "Restore from backup",
@@ -2214,34 +2426,35 @@
2214
2426
  "settings.keyword.wallet": "wallet",
2215
2427
  "settings.language": "Language",
2216
2428
  "settings.noMatchingSettingsDescription": "Try a broader search or clear the current filter.",
2429
+ "settings.openDesktopPath": "Open Desktop Path",
2430
+ "settings.relaunchApp": "Relaunch app",
2217
2431
  "settings.resetAgent": "Reset Agent",
2218
2432
  "settings.resetAgentHint": "Clears config, agent database, and cloud keys. Downloaded GGUF models stay on disk. Returns to onboarding.",
2219
2433
  "settings.resetEverything": "Reset Everything",
2434
+ "settings.revealDesktopPath": "Reveal Desktop Path",
2220
2435
  "settings.rpcConfiguration": "RPC Configuration",
2221
2436
  "settings.sections.advanced.desc": "Export, import, and dangerous actions",
2222
- "settings.sections.backupReset.desc": "Back up the agent, restore from a backup, or wipe everything and start over",
2223
- "settings.sections.backupReset.label": "Backup & Reset",
2224
2437
  "settings.sections.aimodel.desc": "Cloud, local, subscriptions, and direct providers.",
2225
- "settings.sections.aimodel.label": "Providers",
2226
2438
  "settings.sections.appearance.desc": "Content packs, VRM avatars, backgrounds, and themes",
2227
2439
  "settings.sections.appearance.label": "Appearance",
2440
+ "settings.sections.autoTraining.desc": "Training triggers and thresholds.",
2441
+ "settings.sections.autoTraining.label": "Auto-training",
2442
+ "settings.sections.backupReset.desc": "Back up the agent, restore from a backup, or wipe everything and start over",
2443
+ "settings.sections.backupReset.label": "Backup & Reset",
2228
2444
  "settings.sections.capabilities.browserHint": "Show the Browser tab for agent-controlled web browsing",
2229
2445
  "settings.sections.capabilities.browserLabel": "Enable Browser",
2230
- "settings.sections.capabilities.browserName": "Browser",
2446
+ "settings.sections.capabilities.computerUseModeOption.fullControl": "Full Control",
2447
+ "settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Pause Computer Use",
2448
+ "settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Review Every Action",
2449
+ "settings.sections.capabilities.computerUseModeOption.smartApprove": "Smart Approve",
2231
2450
  "settings.sections.capabilities.computerUseName": "Computer Use",
2232
2451
  "settings.sections.capabilities.desc": "Enable or disable agent capabilities",
2233
- "settings.sections.capabilities.label": "Capabilities",
2234
- "settings.sections.capabilities.walletLabel": "Enable Wallet",
2235
- "settings.sections.capabilities.walletName": "Wallet",
2236
- "settings.sections.autoTraining.desc": "Training triggers and thresholds.",
2237
- "settings.sections.autoTraining.label": "Auto-training",
2238
2452
  "settings.sections.cloud.desc": "Account, credits, and cloud services.",
2239
2453
  "settings.sections.codingagents.desc": "Agent preferences, models, and permissions",
2240
2454
  "settings.sections.codingagents.label": "Task Agents",
2241
2455
  "settings.sections.connectors.desc": "Connector setup, authentication, and service integrations",
2242
2456
  "settings.sections.identity.desc": "Name, voice, and system prompt.",
2243
2457
  "settings.sections.identity.label": "Basics",
2244
- "settings.identity.systemPromptLabel": "System prompt",
2245
2458
  "settings.sections.learnedSkills.desc": "Skills the agent has drafted or refined from real trajectories",
2246
2459
  "settings.sections.learnedSkills.label": "Learned Skills",
2247
2460
  "settings.sections.lifeops.desc": "Google Calendar and Gmail connection for the active agent.",
@@ -2249,14 +2462,11 @@
2249
2462
  "settings.sections.localModels.desc": "Download and assign local models.",
2250
2463
  "settings.sections.localModels.label": "Local Models",
2251
2464
  "settings.sections.permissions.desc": "Capabilities and access control",
2252
- "settings.sections.permissions.label": "Permissions",
2253
2465
  "settings.sections.updates.desc": "Software update settings",
2254
2466
  "settings.sections.updates.label": "Updates",
2255
- "settings.sections.voice.label": "Voice",
2256
2467
  "settings.sections.wallet.desc": "Crypto wallet and token management",
2257
2468
  "settings.sections.wallet.enableHint": "Show the Wallet tab for managing crypto wallets and token balances",
2258
2469
  "settings.sections.wallet.enableLabel": "Enable Wallet",
2259
- "settings.sections.wallet.label": "Wallet",
2260
2470
  "settings.sections.wallet.stewardDesc": "Managed by Steward vault",
2261
2471
  "settings.sections.walletpolicies.desc": "Spending limits, address controls, and transaction safety rules",
2262
2472
  "settings.sections.walletpolicies.label": "Wallet Policies",
@@ -2268,6 +2478,9 @@
2268
2478
  "settings.stewardVaultError": "Vault connected — error state",
2269
2479
  "settings.stewardVaultHealthy": "Vault connected and healthy",
2270
2480
  "settings.stewardWalletManaged": "Your agent's wallet is managed by Steward",
2481
+ "settings.toggleAutoLaunch": "Toggle Auto-launch",
2482
+ "settings.toggleHiddenStart": "Toggle Hidden Start",
2483
+ "settings.toggleMaximize": "Toggle Maximize",
2271
2484
  "settings.viewWalletPolicies": "View Wallet Policies",
2272
2485
  "settings.walletRpcDescription": "Configure chain RPC providers for trading and market data.",
2273
2486
  "settingsview.BackupFile": "Backup file",
@@ -2291,99 +2504,82 @@
2291
2504
  "skillsview.BriefDescriptionOf": "Brief description of what this skill does (optional)",
2292
2505
  "skillsview.BrowseMarketplace": "Browse Marketplace",
2293
2506
  "skillsview.CreateNewSkill": "Create New Skill",
2294
- "skillsview.Delete": "Delete",
2295
- "skillsview.Description": "Description",
2296
- "skillsview.Dismiss": "Dismiss",
2297
- "skillsview.EditSource": "Edit Source",
2298
- "skillsview.Install": "Install",
2299
- "skillsview.LoadingScanReport": "Loading scan report...",
2300
- "skillsview.LoadingSkillSource": "Loading skill source...",
2301
- "skillsview.NewSkill": "New Skill",
2302
- "skillsview.NoSkillsFound": "No skills found",
2303
- "skillsview.RefreshSkillsList": "Refresh Skills List",
2304
- "skillsview.ReviewFindings": "Review Findings",
2305
- "skillsview.SKILLMd": "SKILL.md",
2306
- "skillsview.ScanReport": "Scan Report",
2307
- "skillsview.SearchSkills": "Search skills...",
2308
- "skillsview.SelectATalentToConf": "Select a talent to configure",
2309
- "skillsview.SkillName": "Skill Name",
2310
- "skillsview.SkillSourceEditorDescription": "Open the skill source editor to inspect or modify `SKILL.md`, or review findings here when a skill needs attention.",
2311
- "skillsview.Talents": "Talents",
2312
- "skillsview.Uninstall": "Uninstall",
2313
- "skillsview.VisibleCount": "{{count}} visible",
2314
- "skillsview.all": "All",
2315
2507
  "skillsview.createSkill": "Create Skill",
2316
2508
  "skillsview.creating": "Creating...",
2317
2509
  "skillsview.critical": "critical",
2318
2510
  "skillsview.discard": "Discard",
2319
- "skillsview.eGMyAwesomeSkil": "e.g. my-awesome-skill",
2320
2511
  "skillsview.editSkillSourceDescription": "Edit the Markdown source for this skill and save your changes.",
2512
+ "skillsview.EditSource": "Edit Source",
2513
+ "skillsview.eGMyAwesomeSkil": "e.g. my-awesome-skill",
2321
2514
  "skillsview.failedToLoadSkillSource": "Failed to load skill source",
2322
2515
  "skillsview.failedToSave": "Failed to save",
2323
2516
  "skillsview.filterSkills": "Filter skills...",
2324
2517
  "skillsview.githubRepositoryDesc": "Paste a full GitHub repository URL to install a skill directly.",
2325
2518
  "skillsview.githubRepositoryUrl": "GitHub Repository URL",
2326
2519
  "skillsview.githubUrlTab": "GitHub URL",
2520
+ "skillsview.installed": "installed",
2327
2521
  "skillsview.installSkillDescription": "Add skills from the marketplace or a GitHub repository.",
2328
2522
  "skillsview.installSkillSource": "Install skill source",
2329
2523
  "skillsview.installSkillTitle": "Install Skill",
2330
- "skillsview.installed": "installed",
2331
- "skillsview.installing": "Installing...",
2524
+ "skillsview.LoadingScanReport": "Loading scan report...",
2525
+ "skillsview.LoadingSkillSource": "Loading skill source...",
2332
2526
  "skillsview.marketplaceTab": "Marketplace",
2527
+ "skillsview.NewSkill": "New Skill",
2333
2528
  "skillsview.noDescription": "No description",
2334
2529
  "skillsview.noDescriptionProvided": "No description provided.",
2335
2530
  "skillsview.noMatchingSkills": "No matching skills",
2531
+ "skillsview.NoSkillsFound": "No skills found",
2336
2532
  "skillsview.noSkillsInstalled": "No Skills Installed",
2337
2533
  "skillsview.noSkillsInstalledDesc": "Install skills from the marketplace or create your own.",
2338
2534
  "skillsview.noSkillsMatchFilter": "No skills match \"{{filter}}\"",
2535
+ "skillsview.RefreshSkillsList": "Refresh Skills List",
2339
2536
  "skillsview.removing": "Removing...",
2340
2537
  "skillsview.result": "result",
2538
+ "skillsview.ReviewFindings": "Review Findings",
2539
+ "skillsview.ScanReport": "Scan Report",
2341
2540
  "skillsview.score": "score:",
2342
- "skillsview.search": "Search",
2343
2541
  "skillsview.searchAboveToDiscoverSkills": "Search above to discover skills.",
2344
2542
  "skillsview.searchByKeyword": "Search skills by keyword...",
2345
- "skillsview.searching": "Searching...",
2543
+ "skillsview.SearchSkills": "Search skills...",
2544
+ "skillsview.SelectATalentToConf": "Select a talent to configure",
2346
2545
  "skillsview.skillBuilder": "Skill Builder",
2347
- "skillsview.statusActive": "Active",
2546
+ "skillsview.SKILLMd": "SKILL.md",
2547
+ "skillsview.SkillName": "Skill Name",
2548
+ "skillsview.SkillSourceEditorDescription": "Open the skill source editor to inspect or modify `SKILL.md`, or review findings here when a skill needs attention.",
2348
2549
  "skillsview.statusBlocked": "Blocked",
2349
- "skillsview.statusInactive": "Inactive",
2350
2550
  "skillsview.statusWarning": "Warning",
2551
+ "skillsview.Talents": "Talents",
2351
2552
  "skillsview.toSave": "to save",
2352
2553
  "skillsview.unsaved": "unsaved",
2554
+ "skillsview.VisibleCount": "{{count}} visible",
2353
2555
  "skillsview.warnings": "warnings",
2354
2556
  "startupfailureview.AgentError": "Agent Error",
2355
2557
  "startupfailureview.AgentTimeout": "Agent Timeout",
2356
2558
  "startupfailureview.AssetMissing": "Asset Missing",
2357
2559
  "startupfailureview.BackendTimeout": "Backend Timeout",
2358
2560
  "startupfailureview.BackendUnreachable": "Backend Unreachable",
2359
- "startupfailureview.Details": "Details",
2360
2561
  "startupfailureview.OpenApp": "Open App",
2361
2562
  "startupfailureview.RetryStartup": "Retry Startup",
2362
2563
  "startupfailureview.StartupFailed": "Startup failed:",
2363
2564
  "startupfailureview.Unknown": "Unknown Error",
2364
2565
  "startupshell.AgentName": "Agent name",
2365
- "startupshell.Back": "Back",
2366
2566
  "startupshell.CloudLogin": "Sign in to Eliza Cloud",
2367
- "startupshell.Connect": "Connect",
2567
+ "startupshell.ConnectingBackend": "Connecting to backend…",
2368
2568
  "startupshell.ConnectToRemote": "Connect to Remote Agent",
2369
2569
  "startupshell.ConnectToRemoteDesc": "Connect to a server running on your network",
2370
- "startupshell.Connecting": "Connecting...",
2371
- "startupshell.ConnectingBackend": "Connecting to backend…",
2372
2570
  "startupshell.ContentPacks": "Content Packs",
2373
- "startupshell.CreateAgent": "Create",
2374
2571
  "startupshell.CreateAgentLabel": "New local agent",
2375
2572
  "startupshell.CreateLocalAgent": "Create Local Agent",
2376
2573
  "startupshell.CreateLocalAgentDesc": "Run an agent locally on this device",
2377
2574
  "startupshell.CreateOne": "Create one",
2378
2575
  "startupshell.CreatingAgent": "Creating agent...",
2379
- "startupshell.ElizaCloudAgent": "Eliza Cloud",
2380
2576
  "startupshell.EnterPackUrl": "Enter the URL of a content pack folder (must contain pack.json):",
2381
2577
  "startupshell.GetStarted": "Press Start",
2382
2578
  "startupshell.InitializingAgent": "Initializing agent…",
2383
- "startupshell.LoadPack": "Load content pack",
2384
- "startupshell.LoadPackHint": "VRMs, backgrounds, themes",
2385
2579
  "startupshell.Loading": "Loading…",
2386
2580
  "startupshell.LoadingAgents": "Loading agents...",
2581
+ "startupshell.LoadPack": "Load content pack",
2582
+ "startupshell.LoadPackHint": "VRMs, backgrounds, themes",
2387
2583
  "startupshell.LocalNetworkAgent": "LAN agent",
2388
2584
  "startupshell.ManageCloudAgents": "Manage Cloud Agents",
2389
2585
  "startupshell.ManageCloudAgentsDesc": "Host agents on Eliza Cloud infrastructure",
@@ -2391,16 +2587,12 @@
2391
2587
  "startupshell.NetworkAgent": "Network agent",
2392
2588
  "startupshell.NoCloudAgents": "No cloud agents yet",
2393
2589
  "startupshell.NoNetworkAgentsFound": "No LAN agents found yet.",
2394
- "startupshell.PackActive": "Active",
2395
2590
  "startupshell.PackLoadFailed": "Failed to load pack: {{error}}",
2396
2591
  "startupshell.Provisioning": "Provisioning...",
2397
- "startupshell.Refresh": "Refresh",
2398
2592
  "startupshell.RemoteAgentLabel": "Existing server",
2399
2593
  "startupshell.ScanningNetwork": "Scanning your network...",
2400
2594
  "startupshell.SignInElizaCloud": "Sign in with Eliza Cloud",
2401
2595
  "startupshell.SplashTagline": "Your local-first AI assistant",
2402
- "startupshell.Starting": "Starting…",
2403
- "startupshell.UseElizaCloud": "Use Eliza Cloud",
2404
2596
  "startupshell.WaitingForAuth": "Waiting for auth...",
2405
2597
  "startupshell.YourCloudAgents": "Your cloud agents",
2406
2598
  "statusbar.GoLive": "Go Live",
@@ -2410,16 +2602,16 @@
2410
2602
  "statusbar.PopOutStreamView": "Pop out stream view",
2411
2603
  "statusbar.StopStream": "Stop Stream",
2412
2604
  "streamsettings.Use": "Use",
2605
+ "streamview.{{appName}}CouldNotRea": "Could not reach the",
2413
2606
  "streamview.EnableTheStreaming": "Enable the streaming plugin to go live",
2414
2607
  "streamview.GoLiveHint": "Press Go Live to start streaming.",
2415
2608
  "streamview.IfThePluginIsAlr": "If the plugin is already installed, restart the desktop app or\n API server and try again.",
2416
- "streamview.{{appName}}CouldNotRea": "Could not reach the",
2609
+ "streamview.pluginThenReload": "plugin, then reload the Stream tab.",
2610
+ "streamview.streamingBase": "streaming-base",
2611
+ "streamview.StreamingUnavailabl": "Streaming unavailable",
2417
2612
  "streamview.StreamIsLive": "Stream is Live",
2418
2613
  "streamview.StreamLiveStatus": "Uptime: {{uptime}} · {{frameCount}} frames",
2419
2614
  "streamview.StreamReady": "Stream Ready",
2420
- "streamview.StreamingUnavailabl": "Streaming unavailable",
2421
- "streamview.pluginThenReload": "plugin, then reload the Stream tab.",
2422
- "streamview.streamingBase": "streaming-base",
2423
2615
  "subscriptionstatus.AfterLoggingInCo": "After logging in to Claude, copy the authorization code and\n paste it below.",
2424
2616
  "subscriptionstatus.AfterLoggingInYo": "After logging in, you'll be redirected to a page that won't load\n (starts with",
2425
2617
  "subscriptionstatus.CallbackCodeTooLong": "Callback code is too long.",
@@ -2438,41 +2630,32 @@
2438
2630
  "subscriptionstatus.ConnectedToClaudeSubscription": "Connected to Claude Subscription",
2439
2631
  "subscriptionstatus.CopyTheEntireU": "). Copy the entire URL and paste it below.",
2440
2632
  "subscriptionstatus.DisconnectFailedError": "Disconnect failed: {{message}}",
2441
- "subscriptionstatus.ExchangeFailed": "Exchange failed",
2442
- "subscriptionstatus.ExchangeFailedError": "Exchange failed: {{message}}",
2443
2633
  "subscriptionstatus.ExpectedCallbackUrl": "Expected a localhost:1455/auth/callback URL.",
2444
- "subscriptionstatus.FailedToGetAuthUrl": "Failed to get auth URL",
2445
2634
  "subscriptionstatus.FailedToSaveSetupToken": "Failed to save setup token.",
2446
2635
  "subscriptionstatus.FailedToSaveTokenError": "Failed to save token: {{message}}",
2447
- "subscriptionstatus.FailedToStartLogin": "Failed to start login: {{message}}",
2636
+ "subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
2448
2637
  "subscriptionstatus.InvalidCallbackUrl": "Invalid callback URL.",
2449
- "subscriptionstatus.NoAuthUrlReturned": "No auth URL returned from login",
2638
+ "subscriptionstatus.localhost1455": "localhost:1455",
2450
2639
  "subscriptionstatus.PasteCallbackUrlFromLocalhost": "Paste the callback URL from the localhost:1455 page.",
2451
2640
  "subscriptionstatus.PasteTheAuthorizat": "Paste the authorization code here...",
2452
2641
  "subscriptionstatus.RequiresChatGPTPlu": "Requires ChatGPT Plus ($20/mo) or Pro ($200/mo).",
2453
2642
  "subscriptionstatus.RequiresClaudePro": "Requires Claude Pro ($20/mo) or Max ($100/mo).",
2454
2643
  "subscriptionstatus.SaveToken": "Save Token",
2455
2644
  "subscriptionstatus.SavingAmpRestart": "Saving &amp; restarting...",
2645
+ "subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
2456
2646
  "subscriptionstatus.YourChatGPTSubscri": "Your ChatGPT subscription is linked. Disconnect to switch\n accounts.",
2457
2647
  "subscriptionstatus.YourClaudeSubscrip": "Your Claude subscription is linked. Disconnect to switch accounts.",
2458
- "subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
2459
- "subscriptionstatus.localhost1455": "localhost:1455",
2460
- "subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
2461
2648
  "taskseventspanel.Activity": "Activity",
2462
- "taskseventspanel.Events": "Events",
2463
2649
  "taskseventspanel.OpenView": "Open Tasks view",
2464
2650
  "taskseventspanel.Tasks": "Tasks",
2465
2651
  "taskseventspanel.Title": "Tasks & Events",
2466
2652
  "taskseventspanel.Todos": "Todos",
2467
- "lifeopsoverview.OpenView": "Open LifeOps view",
2468
- "lifeopsoverview.Reminders": "Reminders",
2469
- "lifeopsoverview.ReminderLadderDetail": "Reminders:",
2653
+ "todo.noOpenTodos": "No open todos",
2470
2654
  "tokenstable.nativeGas": "native gas",
2471
- "trajectoriesview.CSVSummaryOnly": "CSV (summary only)",
2472
2655
  "trajectoriesview.ClearAll": "Clear all",
2473
2656
  "trajectoriesview.ClearAllPrompt": "Delete all trajectories?",
2474
2657
  "trajectoriesview.Clearing": "Clearing...",
2475
- "trajectoriesview.Completed": "Completed",
2658
+ "trajectoriesview.CSVSummaryOnly": "CSV (summary only)",
2476
2659
  "trajectoriesview.DeleteCurrent": "Delete current",
2477
2660
  "trajectoriesview.DeleteCurrentPrompt": "Delete this trajectory?",
2478
2661
  "trajectoriesview.Deleting": "Deleting...",
@@ -2491,16 +2674,14 @@
2491
2674
  "trajectoriesview.ShowingRange": "Showing {{start}}-{{end}} of {{total}}",
2492
2675
  "trajectoriesview.TrajectoriesCleared": "Trajectories cleared.",
2493
2676
  "trajectoriesview.TrajectoryDeleted": "Trajectory deleted.",
2494
- "trajectoriesview.ZIPFolders": "ZIP (folders)",
2495
2677
  "trajectoriesview.ZeroEntries": "0 entries",
2496
- "trajectorydetailview.Collapse": "Collapse",
2678
+ "trajectoriesview.ZIPFolders": "ZIP (folders)",
2497
2679
  "trajectorydetailview.Copy": "Copy",
2498
2680
  "trajectorydetailview.CopyToClipboard": "Copy to clipboard",
2499
2681
  "trajectorydetailview.Cost": "Cost",
2500
2682
  "trajectorydetailview.DecisionType": "Decision Type:",
2501
- "trajectorydetailview.Duration": "Duration",
2502
- "trajectorydetailview.Expand": "Expand",
2503
2683
  "trajectorydetailview.InputUser": "Input (User)",
2684
+ "trajectorydetailview.lines": "lines",
2504
2685
  "trajectorydetailview.LlmCalls": "{{count}} LLM calls",
2505
2686
  "trajectorydetailview.LoadingDescription": "Pulling prompt, response, token, and metadata detail for the selected run.",
2506
2687
  "trajectorydetailview.LoadingTrajectory": "Loading trajectory...",
@@ -2514,40 +2695,50 @@
2514
2695
  "trajectorydetailview.Response": "response",
2515
2696
  "trajectorydetailview.Session1": "Session:",
2516
2697
  "trajectorydetailview.ShowingCalls": "Showing {{count}} {{stage}} calls",
2517
- "trajectorydetailview.Source": "Source",
2518
- "trajectorydetailview.Status": "Status",
2519
2698
  "trajectorydetailview.System": "System",
2520
2699
  "trajectorydetailview.SystemPrompt": "System Prompt ",
2521
2700
  "trajectorydetailview.Task": "Task:",
2522
2701
  "trajectorydetailview.Temp": "Temp:",
2523
- "trajectorydetailview.Tokens": "Tokens",
2524
2702
  "trajectorydetailview.TotalTokens": "Total Tokens",
2525
2703
  "trajectorydetailview.Trajectory": "Trajectory",
2526
2704
  "trajectorydetailview.TrajectoryNotFound": "Trajectory not found.",
2527
2705
  "trajectorydetailview.UnableToLoad": "Unable to load trajectory",
2528
2706
  "trajectorydetailview.Unavailable": "Trajectory unavailable",
2529
- "trajectorydetailview.lines": "lines",
2707
+ "triggers.cronError": "Invalid cron:",
2708
+ "triggers.cronExample.every15min": "Every 15 min",
2709
+ "triggers.cronExample.monthly": "Monthly 1st",
2710
+ "triggers.cronExample.weekdaysNine": "Weekdays 9am",
2711
+ "triggers.cronExampleHint": "Common examples:",
2712
+ "triggers.goToWorkflows": "Go to Workflows tab",
2713
+ "triggers.kindText": "Send prompt",
2714
+ "triggers.kindWorkflow": "Run workflow",
2715
+ "triggers.scheduleIntervalError": "Interval must be positive",
2716
+ "triggers.scheduleOnceInPast": "Scheduled time is in the past",
2717
+ "triggers.scheduleOnceLabel": "Runs once at {{time}}",
2718
+ "triggers.schedulePreviewTitle": "Next runs",
2719
+ "triggers.whatToRun": "What should this run?",
2720
+ "triggers.workflowLabel": "Workflow",
2721
+ "triggers.workflowPlaceholder": "Select a workflow…",
2722
+ "triggers.workflowUnavailable": "No workflows available. Create one in the Workflows tab first.",
2530
2723
  "triggersview.CronExpression5F": "Cron Expression (5-field)",
2531
2724
  "triggersview.CronSchedule": "Cron Schedule",
2532
- "triggersview.Delete": "Delete",
2533
- "triggersview.Edit": "Edit",
2725
+ "triggersview.eGDailyDigestH": "e.g. Daily Digest, Heartbeat Check",
2534
2726
  "triggersview.InjectAmpWakeIm": "Inject and Wake Immediately",
2535
2727
  "triggersview.Instructions": "Instructions",
2536
2728
  "triggersview.LastRun": "Last run",
2537
2729
  "triggersview.MaxRunsOptional": "Max Runs (optional)",
2730
+ "triggersview.minuteHourDayMont": "minute hour day month weekday — e.g. \"0 9 * * 1-5\" = weekdays at\n 9am",
2538
2731
  "triggersview.NoRunsRecordedYet": "No runs recorded yet.",
2539
2732
  "triggersview.OneTime": "One-time",
2540
2733
  "triggersview.QueueForNextCycle": "Queue for next cycle",
2541
2734
  "triggersview.RepeatingInterval": "Repeating Interval",
2542
2735
  "triggersview.RunHistory": "Run History",
2543
2736
  "triggersview.RunNow": "Run now",
2544
- "triggersview.ScheduleType": "Schedule Type",
2545
2737
  "triggersview.ScheduledTimeISO": "Scheduled Time (ISO)",
2738
+ "triggersview.ScheduleType": "Schedule Type",
2546
2739
  "triggersview.StartEnabled": "Start enabled",
2547
2740
  "triggersview.WakeMode": "Wake Mode",
2548
2741
  "triggersview.WhatShouldTheAgen": "What should the agent do when this trigger fires?",
2549
- "triggersview.eGDailyDigestH": "e.g. Daily Digest, Heartbeat Check",
2550
- "triggersview.minuteHourDayMont": "minute hour day month weekday — e.g. \"0 9 * * 1-5\" = weekdays at\n 9am",
2551
2742
  "ui-renderer.Larr": "&larr;",
2552
2743
  "ui-renderer.Rarr": "&rarr;",
2553
2744
  "ui-renderer.UnknownComponent": "Unknown component:",
@@ -2555,10 +2746,10 @@
2555
2746
  "vectorbrowserview.3D": "3D",
2556
2747
  "vectorbrowserview.Content": "Content",
2557
2748
  "vectorbrowserview.DatabaseConnectionError": "Cannot connect to database. Make sure the agent is running.",
2749
+ "vectorbrowserview.dimensions": "dimensions",
2558
2750
  "vectorbrowserview.DimensionsEmbeddings": "{dimensions}D embeddings",
2559
2751
  "vectorbrowserview.Embedding": "Embedding",
2560
2752
  "vectorbrowserview.Entity": "Entity",
2561
- "vectorbrowserview.FailedToLoadTables": "Failed to load tables: {{message}}",
2562
2753
  "vectorbrowserview.Graph2D": "2D graph",
2563
2754
  "vectorbrowserview.Graph3D": "3D graph",
2564
2755
  "vectorbrowserview.GraphLoadFailed": "Failed to load graph data: {{message}}",
@@ -2569,44 +2760,36 @@
2569
2760
  "vectorbrowserview.Loading": "loading...",
2570
2761
  "vectorbrowserview.LoadingEmbeddings": "Loading embeddings...",
2571
2762
  "vectorbrowserview.LoadingMemories": "Loading memories...",
2763
+ "vectorbrowserview.memories": "memories",
2572
2764
  "vectorbrowserview.MemoryCount": "{{count}} memories",
2573
2765
  "vectorbrowserview.MemoryDetail": "Memory Detail",
2574
2766
  "vectorbrowserview.MemorySelectionHint": "Select a memory from the sidebar to inspect its content, metadata, and embedding values.",
2575
2767
  "vectorbrowserview.Metadata": "Metadata",
2576
2768
  "vectorbrowserview.NeedAtLeast2Memo": "Need at least 2 memories with embedding data. Found",
2577
- "vectorbrowserview.Next": "Next",
2578
2769
  "vectorbrowserview.NoMemoryRecordsDetected": "No memory records detected in the database.",
2579
2770
  "vectorbrowserview.NoRecordsMatchSearchQuery": "No records match your search query.",
2580
- "vectorbrowserview.NoTimestamp": "No timestamp",
2581
2771
  "vectorbrowserview.NotEnoughEmbedding": "Not enough embeddings for graph view",
2582
2772
  "vectorbrowserview.NotEnoughEmbedding1": "Not enough embeddings for visualization",
2773
+ "vectorbrowserview.NoTimestamp": "No timestamp",
2583
2774
  "vectorbrowserview.Page": "Page",
2584
- "vectorbrowserview.Prev": "Prev",
2585
2775
  "vectorbrowserview.RawRecord": "Raw Record",
2586
2776
  "vectorbrowserview.RendererUnavailable": "3D view unavailable in this environment.",
2587
2777
  "vectorbrowserview.RendererUnavailableDescription": "The current runtime could not initialize a renderer.",
2588
2778
  "vectorbrowserview.RetryConnection": "Retry Connection",
2589
2779
  "vectorbrowserview.Room": "Room",
2590
- "vectorbrowserview.Search": "Search",
2591
2780
  "vectorbrowserview.SearchContent": "Search content...",
2592
2781
  "vectorbrowserview.SelectPointHint": "Select a point from the viewer to inspect its full record on the right.",
2593
2782
  "vectorbrowserview.StartTheAgentToB": "Start the agent to browse vectors.",
2594
- "vectorbrowserview.Type": "Type",
2595
- "vectorbrowserview.Unique": "Unique",
2596
- "vectorbrowserview.Vectors": "Vectors",
2597
- "vectorbrowserview.dimensions": "dimensions",
2598
- "vectorbrowserview.memories": "memories",
2599
2783
  "vectorbrowserview.unique": "unique",
2784
+ "vectorbrowserview.Unique": "Unique",
2600
2785
  "vectorbrowserview.vectorsProjectedTo": "vectors projected to 2D via PCA — click a point\n to view details",
2601
2786
  "vectorbrowserview.vectorsProjectedTo1": "vectors projected to 2D",
2602
2787
  "vincent.connect": "Connect Vincent",
2603
2788
  "vincent.connectDescription": "Connect your Vincent account to enable DeFi vault management.",
2604
- "vincent.connectPrompt": "Connect your Vincent account to get started",
2605
- "vincent.connectPromptDetail": "Once connected, you'll see your vault health, trading strategy, P&L analytics, and transaction history here.",
2606
2789
  "vincent.connected": "Vincent Connected",
2607
2790
  "vincent.connectedSince": "Connected since",
2608
- "vincent.connecting": "Connecting...",
2609
- "vincent.disconnect": "Disconnect",
2791
+ "vincent.connectPrompt": "Connect your Vincent account to get started",
2792
+ "vincent.connectPromptDetail": "Once connected, you'll see your vault health, trading strategy, P&L analytics, and transaction history here.",
2610
2793
  "vincent.disconnected": "Vincent disconnected",
2611
2794
  "vincent.loginTimeout": "Login timed out. Close the auth window and try again.",
2612
2795
  "voice.gender.female": "Female",
@@ -2632,28 +2815,27 @@
2632
2815
  "voice.hint.young_natural": "Young, natural",
2633
2816
  "voice.provider.edge": "Microsoft Edge",
2634
2817
  "voice.provider.edge.hint": "Free, Microsoft voices",
2635
- "voice.provider.elevenlabs": "ElevenLabs",
2636
2818
  "voice.provider.elevenlabs.hint": "High quality, realistic voices",
2637
- "voiceconfigview.APISource": "API Source",
2819
+ "voice.refreshTalkMode": "Refresh Talk Mode",
2820
+ "voice.startStopTalkMode": "Start/Stop Talk Mode",
2638
2821
  "voiceconfigview.ActionFailed": "Talk mode action failed.",
2639
2822
  "voiceconfigview.AddTrigger": "Add trigger…",
2640
- "voiceconfigview.Available": "Available",
2823
+ "voiceconfigview.APISource": "API Source",
2641
2824
  "voiceconfigview.DesktopTalkMode": "Desktop Talk Mode",
2642
2825
  "voiceconfigview.DesktopTalkModeDesktopOnly": "Desktop talk mode controls are only available inside the Electrobun runtime.",
2643
2826
  "voiceconfigview.DisableWakeWord": "Disable wake word",
2644
- "voiceconfigview.Disabled": "Disabled",
2645
2827
  "voiceconfigview.EdgeTTSUsesMicros": "Edge TTS uses Microsoft voices built into the platform.",
2646
- "voiceconfigview.ElevenLabsAPIKey": "ElevenLabs API Key",
2828
+ "voiceconfigview.elevenlabsIo": "elevenlabs.io",
2647
2829
  "voiceconfigview.EnableWakeWord": "Enable wake word",
2648
- "voiceconfigview.Enabled": "Enabled",
2649
- "voiceconfigview.FailedToSave": "Failed to save",
2650
2830
  "voiceconfigview.FastPathDefaultE": "Fast-path default ElevenLabs model: ",
2651
2831
  "voiceconfigview.GetYourKeyAt": "Get your key at",
2832
+ "voiceconfigview.hintAccurate": "(accurate)",
2833
+ "voiceconfigview.hintFaster": "(faster)",
2834
+ "voiceconfigview.hintRecommended": "(recommended)",
2652
2835
  "voiceconfigview.LoadingVoiceConfig": "Loading voice configuration...",
2653
2836
  "voiceconfigview.LowerMoreSensiti": "Lower = more sensitive (shorter gap required after wake word)",
2654
2837
  "voiceconfigview.Microphone": "Microphone",
2655
2838
  "voiceconfigview.ModelSize": "Model size",
2656
- "voiceconfigview.No": "No",
2657
2839
  "voiceconfigview.NoApiKeyNeeded": "No API key needed",
2658
2840
  "voiceconfigview.Playing": "Playing...",
2659
2841
  "voiceconfigview.PressEnterOrComma": "Press Enter or comma to add. At least one trigger required.",
@@ -2661,37 +2843,29 @@
2661
2843
  "voiceconfigview.RequiresApiKey": "Requires API key",
2662
2844
  "voiceconfigview.ServedViaElizaCloud": "served via Eliza Cloud",
2663
2845
  "voiceconfigview.SimpleVoiceUsesYo": "Simple Voice uses your system defaults and does not require an external API key.",
2664
- "voiceconfigview.SpeakTestPhrase": "Speak Test Phrase",
2665
2846
  "voiceconfigview.Speaking": "Speaking",
2847
+ "voiceconfigview.SpeakTestPhrase": "Speak Test Phrase",
2666
2848
  "voiceconfigview.SpeechRequested": "Speech requested.",
2667
2849
  "voiceconfigview.StartTalkMode": "Start Talk Mode",
2668
2850
  "voiceconfigview.State": "State",
2851
+ "voiceconfigview.StoppedCurrentSpeechOutput": "Stopped current speech output.",
2669
2852
  "voiceconfigview.StopSpeaking": "Stop Speaking",
2670
2853
  "voiceconfigview.StopTalkMode": "Stop Talk Mode",
2671
- "voiceconfigview.StoppedCurrentSpeechOutput": "Stopped current speech output.",
2672
- "voiceconfigview.TTSProvider": "TTS Provider",
2673
2854
  "voiceconfigview.TalkModeDescription": "Native voice loop controls, speech output, and whisper diagnostics.",
2674
2855
  "voiceconfigview.TalkModeStarted": "Talk mode started.",
2675
2856
  "voiceconfigview.TalkModeStateRefreshed": "Talk mode state refreshed.",
2676
2857
  "voiceconfigview.TalkModeStatusUnavailable": "Talk mode status unavailable.",
2677
2858
  "voiceconfigview.TalkModeStopped": "Talk mode stopped.",
2678
2859
  "voiceconfigview.TalkModeUnavailable": "Talk mode unavailable.",
2860
+ "voiceconfigview.testPhrase": "Hello from {{appName}} desktop talk mode.",
2679
2861
  "voiceconfigview.TestVoice": "Test {{name}}",
2680
2862
  "voiceconfigview.Triggers": "Triggers",
2681
- "voiceconfigview.Unavailable": "Unavailable",
2863
+ "voiceconfigview.TTSProvider": "TTS Provider",
2682
2864
  "voiceconfigview.WakeSensitivity": "Wake sensitivity",
2683
2865
  "voiceconfigview.WakeWord": "Wake Word",
2684
2866
  "voiceconfigview.Whisper": "Whisper",
2685
- "voiceconfigview.Yes": "Yes",
2686
- "voiceconfigview.elevenlabsIo": "elevenlabs.io",
2687
- "voiceconfigview.hintAccurate": "(accurate)",
2688
- "voiceconfigview.hintFaster": "(faster)",
2689
- "voiceconfigview.hintRecommended": "(recommended)",
2690
- "voiceconfigview.testPhrase": "Hello from {{appName}} desktop talk mode.",
2691
2867
  "wallet.addressCopied": "Address copied.",
2692
2868
  "wallet.advancedSetup": "Advanced wallet setup",
2693
- "wallet.all": "All",
2694
- "wallet.chain": "Chain",
2695
2869
  "wallet.copyEvmAddress": "Copy EVM address",
2696
2870
  "wallet.copySolanaAddress": "Copy Solana address",
2697
2871
  "wallet.emptyTokensCta": "Use the wallet addresses below to fund this agent.",
@@ -2699,7 +2873,6 @@
2699
2873
  "wallet.loadingBalances": "Loading balances...",
2700
2874
  "wallet.loadingNfts": "Loading NFTs...",
2701
2875
  "wallet.manual": "Manual",
2702
- "wallet.name": "Name",
2703
2876
  "wallet.nfts": "NFTs",
2704
2877
  "wallet.noDataRefresh": "No tokens found",
2705
2878
  "wallet.noImage": "No image",
@@ -2708,8 +2881,8 @@
2708
2881
  "wallet.noOnchainWallet": "No wallet configured yet.",
2709
2882
  "wallet.noOnchainWalletHint": "Connect via Steward or configure wallet keys in Settings.",
2710
2883
  "wallet.noTokensFound": "No tokens found. Use the wallet addresses below to fund this agent.",
2884
+ "wallet.noWalletAddressesYet": "No wallet addresses yet",
2711
2885
  "wallet.receiveHint": "Copy an address to fund this wallet.",
2712
- "wallet.remove": "Remove",
2713
2886
  "wallet.removeManualTitle": "Remove manual token",
2714
2887
  "wallet.searchWallets": "Search wallets",
2715
2888
  "wallet.setup.configureRpc": "Configure RPC",
@@ -2721,11 +2894,9 @@
2721
2894
  "wallet.sort": "Sort",
2722
2895
  "wallet.sortAscending": "Ascending",
2723
2896
  "wallet.sortDescending": "Descending",
2724
- "wallet.table.balance": "Balance",
2725
2897
  "wallet.table.token": "Token",
2726
2898
  "wallet.tokenRemovedManual": "Token removed from watchlist.",
2727
- "wallet.tokens": "Tokens",
2728
- "wallet.value": "Value",
2899
+ "whatsappqroverlay.andSelect": "and select",
2729
2900
  "whatsappqroverlay.ConnectWhatsApp": "Connect WhatsApp",
2730
2901
  "whatsappqroverlay.GeneratingQR": "Generating QR...",
2731
2902
  "whatsappqroverlay.LinkADevice": "Link a Device",
@@ -2739,406 +2910,22 @@
2739
2910
  "whatsappqroverlay.Tap": "Tap",
2740
2911
  "whatsappqroverlay.TryAgain": "Try Again",
2741
2912
  "whatsappqroverlay.UsesAnUnofficialW": "Uses an unofficial WhatsApp API. Use a dedicated phone number.",
2742
- "whatsappqroverlay.andSelect": "and select",
2743
- "navigation.nodeCatalog": "Nodes",
2744
- "nodeCatalog.title": "Nodes",
2745
- "nodeCatalog.subtitle": "Everything your agent can do — actions, integrations, triggers, and context providers.",
2746
- "nodeCatalog.searchPlaceholder": "Search nodes",
2747
- "nodeCatalog.filterAll": "All",
2748
- "nodeCatalog.filterEnabled": "Enabled",
2749
- "nodeCatalog.filterNeedsSetup": "Needs setup",
2750
- "nodeCatalog.classAgent": "Agent",
2751
- "nodeCatalog.classAction": "Action",
2752
- "nodeCatalog.classTrigger": "Trigger",
2753
- "nodeCatalog.classContext": "Context",
2754
- "nodeCatalog.classIntegration": "Integration",
2755
- "nodeCatalog.classFlowControl": "Flow Control",
2756
- "nodeCatalog.showingXofY": "Showing {{shown}} of {{total}}",
2757
- "nodeCatalog.empty": "No nodes match your filters.",
2758
- "nodeCatalog.catalogEmpty": "No nodes available. The agent may still be loading plugins.",
2759
- "nodeCatalog.viewAll": "View all {{count}} nodes →",
2760
- "nodeCatalog.requiresSetup": "Needs setup",
2761
- "nodeCatalog.ownerScoped": "Personal data",
2762
- "common.name": "Name",
2763
- "common.description": "Description",
2764
- "nav.automations": "Automations",
2765
- "nav.description.chat": "View chats, terminal sessions, and message history",
2766
- "nav.description.apps": "Browse installed apps and active runs",
2767
- "nav.description.character": "Edit character profile, voice, and examples",
2768
- "nav.description.wallet": "Review wallet balances and transaction controls",
2769
- "nav.description.browser": "Open and control pages in the browser workspace",
2770
- "nav.description.stream": "Monitor live streams and activity",
2771
- "nav.description.automations": "Build workflows, schedules, and automated tasks",
2772
- "nav.description.settings": "Manage models, permissions, and app settings",
2773
- "detachedshell.SkipToContent": "Skip to content",
2774
- "ptyconsolebase.NewTerminalSession": "New terminal session",
2775
- "ptyconsolebase.CollapseTerminal": "Collapse terminal",
2776
- "ptyconsolebase.Terminal": "Terminal",
2777
- "chat.removeImage": "Remove image {{name}}",
2778
- "chat.cached": "cached",
2779
- "chat.uncached": "uncached",
2780
- "chatsidebar.launchApp": "Launch {{name}}",
2781
- "conversations.noneApp": "No chats yet",
2782
- "conversations.connectors": "Connectors",
2783
- "conversations.manageConnections": "Manage",
2784
- "conversations.scopeApp": "{{appName}}",
2785
- "inboxview.channel": "Channel",
2786
- "inboxview.avatarAlt": "{{title}} avatar",
2787
- "pluginsview.NoConnectorsAvailable": "No connectors available.",
2788
- "browserworkspace.Browser": "Browser",
2789
- "browserworkspace.AgentActive": "Agent is on this tab",
2790
- "browserworkspace.CloseTab": "Close tab",
2791
- "browserworkspace.EmptySessionDescription": "Open a page to start a real browser session. The preview here follows the session instead of embedding the target site directly.",
2792
- "browserworkspace.EnterUrlToOpen": "Enter a URL to open.",
2793
- "browserworkspace.EnterUrlToNavigate": "Enter a URL to navigate.",
2794
- "browserworkspace.InvalidUrl": "Enter a valid http or https URL.",
2795
- "browserworkspace.UnsupportedProtocol": "Only http and https URLs are supported.",
2796
- "browserworkspace.SnapshotFailed": "Failed to load browser session preview.",
2797
- "browserworkspace.CloudSession": "Cloud browser session",
2798
- "browserworkspace.DesktopSession": "Desktop browser session",
2799
- "browserworkspace.Provider": "Provider",
2800
- "browserworkspace.Status": "Status",
2801
- "browserworkspace.OpenLiveSession": "Open live session",
2802
- "browserworkspace.SessionPreview": "Browser session preview",
2803
- "browserworkspace.SessionPreviewPending": "Waiting for browser session preview",
2804
- "browserworkspace.SessionPreviewPendingDescription": "The page is running in a real browser session. A fresh preview will appear here as the session updates.",
2805
- "browserworkspace.RealSessionDescription": "This is a real browser session, not a raw iframe embed. Use chat or browser actions to navigate and interact with sites like Google and Discord.",
2806
- "browserworkspace.ChatSidebar": "Chat",
2807
- "browserworkspace.ExpandChat": "Expand chat",
2808
- "browserworkspace.CollapseChat": "Collapse chat",
2809
- "browserworkspace.Checking": "Checking",
2810
- "browserworkspace.Install": "Install",
2811
- "browserworkspace.InstallBrowserBridge": "Install Agent Browser Bridge",
2812
- "browserworkspace.OpenBlankTabHere": "Open blank tab here",
2813
- "browserworkspace.OpenExtensionFolder": "Open extension folder",
2814
- "browserworkspace.OpenChromeExtensions": "Open Chrome extensions",
2815
- "browserworkspace.ChromeBuild": "Chrome Build",
2816
- "browserworkspace.DefaultProfile": "Default",
2817
- "browserworkspace.InstallBrowserBridgeFailed": "Failed to prepare the Agent Browser Bridge extension.",
2818
- "browserworkspace.OpenBrowserBridgeFolderFailed": "Failed to reveal the Agent Browser Bridge extension folder.",
2819
- "browserworkspace.OpenBrowserBridgeManagerFailed": "Failed to open Chrome extensions.",
2820
- "browserworkspace.OpenBlankTabFailed": "Failed to open a blank browser tab.",
2821
- "browserworkspace.RefreshBrowserBridgeFailed": "Failed to refresh Agent Browser Bridge status.",
2822
- "browserworkspace.BrowserBridgeTitle": "Agent Browser Bridge",
2823
- "browserworkspace.BrowserBridgeConnectedTitle": "Your browser is connected",
2824
- "browserworkspace.BrowserBridgeCheckingTitle": "Checking your browser connection",
2825
- "browserworkspace.BrowserBridgeUseRealBrowser": "Use your real browser here",
2826
- "browserworkspace.BrowserBridgeConnectedDescription": "Agent Browser Bridge is active in {{browser}} / {{profile}}. Use that real browser profile for Discord, Google, and other sites that do not belong inside an embed.",
2827
- "browserworkspace.BrowserBridgeInstallDescription": "Install the Agent Browser Bridge extension in this Chrome profile so the agent can see and control your real tabs instead of falling back to embedded browsing.",
2828
- "browserworkspace.BrowserBridgeChromeReady": "Chrome is ready. Click Load unpacked and choose {{path}}.",
2829
- "browserworkspace.BrowserBridgeFolderReady": "The Agent Browser Bridge folder is ready at {{path}}. Open chrome://extensions, click Load unpacked, and choose that folder.",
2830
- "browserworkspace.BrowserBridgeFolderRevealed": "Revealed the Agent Browser Bridge folder at {{path}}.",
2831
- "browserworkspace.BrowserBridgeOpenedChromeExtensions": "Opened Chrome extensions. Click Load unpacked and choose the Agent Browser Bridge folder.",
2832
- "browserworkspace.BrowserBridgeRefreshSuccess": "Refreshed Agent Browser Bridge connection status.",
2833
- "automations.collapse": "Collapse automations",
2834
- "automations.expand": "Expand automations",
2835
- "automations.loadFailed": "Failed to load automations.",
2836
- "automations.nameRequired": "Name is required.",
2837
- "automations.taskCreateFailed": "Failed to create task.",
2838
- "automations.taskUpdateFailed": "Failed to update task.",
2839
- "automations.taskDeleteFailed": "Failed to delete task.",
2840
- "automations.taskDeleteTitle": "Delete task",
2841
- "automations.taskDeleteMessage": "Are you sure you want to delete this task?",
2842
- "automations.taskLabel": "Task",
2843
- "automations.newSchedule": "New schedule",
2844
- "automations.editCoordinator": "Edit coordinator",
2845
- "automations.newCoordinator": "New coordinator",
2846
- "automations.saveCoordinator": "Save coordinator",
2847
- "automations.createCoordinator": "Create coordinator",
2848
- "automations.coordinatorNamePlaceholder": "Coordinator automation name...",
2849
- "automations.coordinatorDescriptionPlaceholder": "What should the coordinator do...",
2850
- "automations.filterTabsLabel": "Filter automations",
2851
- "automations.filter.all": "All",
2852
- "automations.filter.coordinator": "Coordinator",
2853
- "automations.filter.workflows": "Workflows",
2854
- "automations.filter.scheduled": "Scheduled",
2855
- "automations.searchPlaceholder": "Search automations",
2856
- "automations.newTaskButton": "+ New task",
2857
- "automations.newTriggerButton": "+ New trigger",
2858
- "automations.newWorkflowCTA": "+ New Workflow",
2859
- "automations.newWorkflowDisabled": "Enable Automations in Settings to create workflows",
2860
- "automations.templateUseButton": "Use template",
2861
- "automations.templateCustom.title": "Custom",
2862
- "automations.templateCustom.desc": "Describe your own workflow in chat.",
2863
- "automations.templatesModalTitle": "Start with a template",
2864
- "automations.templatesModalSubtitle": "Pick a workflow to customize, or start blank.",
2865
- "automations.zeroState.title": "What would you like your agent to do?",
2866
- "automations.zeroState.subtitle": "I can build workflows for you, run prompts on a schedule, or keep a checklist of tasks.",
2867
- "automations.zeroState.browseTemplates": "Browse templates →",
2868
- "automations.templates.emailDigest.title": "Daily Email Digest",
2869
- "automations.templates.emailDigest.desc": "Summarize your inbox each morning and post to Slack.",
2870
- "automations.templates.emailDigest.prompt": "Every weekday at 9am, read my Gmail inbox from the last 24 hours, summarize the important messages, and post the summary to my #daily channel in Slack.",
2871
- "automations.templates.slackDiscord.title": "Slack ↔ Discord Bridge",
2872
- "automations.templates.slackDiscord.desc": "Cross-post messages between Slack and Discord channels.",
2873
- "automations.templates.slackDiscord.prompt": "Whenever a message is posted in the #announcements channel in Slack, forward it to the #general channel in Discord.",
2874
- "automations.templates.rssSummary.title": "RSS to Summary",
2875
- "automations.templates.rssSummary.desc": "Poll an RSS feed and summarize new articles by email.",
2876
- "automations.templates.rssSummary.prompt": "Check my RSS feed https://example.com/feed.xml every hour. For each new article, generate a 3-sentence summary and email it to me.",
2877
- "automations.templates.calendarSlack.title": "Calendar to Slack",
2878
- "automations.templates.calendarSlack.desc": "Post your day's agenda to Slack each morning.",
2879
- "automations.templates.calendarSlack.prompt": "Every weekday at 8am, read today's events from my Google Calendar and post a formatted agenda to my #daily-standup channel in Slack.",
2880
- "automations.templates.githubTriage.title": "GitHub Issue Triage",
2881
- "automations.templates.githubTriage.desc": "Auto-classify and label new GitHub issues.",
2882
- "automations.templates.githubTriage.prompt": "When a new issue is opened on my GitHub repo, classify it (bug/feature/question/docs), add the matching label, and post a welcoming comment.",
2883
- "automations.templates.emailNotion.title": "Email → Notion",
2884
- "automations.templates.emailNotion.desc": "Turn tagged emails into Notion pages.",
2885
- "automations.templates.emailNotion.prompt": "When I receive a Gmail message labeled 'Task', extract the key details and create a new page in my Notion 'Inbox' database with the subject as the title and body as content.",
2886
- "automations.n8n.startFailed": "Failed to start local automations.",
2887
- "automations.n8n.updateStateFailed": "Failed to update workflow state.",
2888
- "automations.n8n.deleteFailed": "Failed to delete workflow.",
2889
- "codingagenttaskspanel.runningTool": "Running {{tool}}",
2890
- "codingagenttaskspanel.waitingForInput": "Waiting for input",
2891
- "codingagenttaskspanel.running": "Running",
2892
- "codingagenttaskspanel.unknown": "Unknown",
2893
- "codingagenttaskspanel.status.open": "open",
2894
- "codingagenttaskspanel.status.active": "active",
2895
- "codingagenttaskspanel.status.waitingOnUser": "waiting on user",
2896
- "codingagenttaskspanel.status.blocked": "blocked",
2897
- "codingagenttaskspanel.status.validating": "validating",
2898
- "codingagenttaskspanel.status.done": "done",
2899
- "codingagenttaskspanel.status.failed": "failed",
2900
- "codingagenttaskspanel.status.archived": "archived",
2901
- "codingagenttaskspanel.status.interrupted": "interrupted",
2902
- "codingagenttaskspanel.status.unknown": "unknown",
2903
- "codingagenttaskspanel.kind.coding": "coding",
2904
- "codingagenttaskspanel.kind.unknown": "unknown",
2905
- "codingagenttaskspanel.noWorkRunning": "No orchestrator work running",
2906
- "codingagenttaskspanel.sessionsCount": "{{count}} sessions",
2907
- "codingagenttaskspanel.decisionsCount": "{{count}} decisions",
2908
- "codingagenttaskspanel.artifactsCount": "{{count}} artifacts",
2909
- "codingagenttaskspanel.transcriptEntriesCount": "{{count}} transcript entries",
2910
- "codingagenttaskspanel.acceptance": "Acceptance",
2911
- "codingagenttaskspanel.sessions": "Sessions",
2912
- "codingagenttaskspanel.noSessionsRecorded": "No sessions recorded.",
2913
- "codingagenttaskspanel.noWorkspace": "No workspace",
2914
- "codingagenttaskspanel.changedFilesMore": "{{count}} changed files: {{preview}}, +{{remaining}} more",
2915
- "codingagenttaskspanel.changedFiles": "{{count}} changed files: {{preview}}",
2916
- "codingagenttaskspanel.pendingUserInput": "Pending User Input",
2917
- "codingagenttaskspanel.waitingForNextUserResponse": "Coordinator is waiting for the next user response.",
2918
- "codingagenttaskspanel.artifacts": "Artifacts",
2919
- "codingagenttaskspanel.inline": "inline",
2920
- "codingagenttaskspanel.coordinatorDecisions": "Coordinator Decisions",
2921
- "codingagenttaskspanel.events": "Events",
2922
- "codingagenttaskspanel.messages": "Messages",
2923
- "codingagenttaskspanel.prompt": "prompt",
2924
- "codingagenttaskspanel.system": "system",
2925
- "codingagenttaskspanel.reopen": "Reopen",
2926
- "codingagenttaskspanel.delete": "Delete",
2927
- "codingagenttaskspanel.deleteFailed": "Failed to delete task: {{error}}",
2928
- "codingagenttaskspanel.reopenFailed": "Failed to reopen task: {{error}}",
2929
- "codingagenttaskspanel.searchPlaceholder": "Search tasks",
2930
- "codingagenttaskspanel.loadThreadsFailed": "Failed to load task threads: {{error}}",
2931
- "codingagenttaskspanel.loadTaskDetailFailed": "Failed to load task detail: {{error}}",
2932
- "codingagenttaskspanel.loadingTasks": "Loading tasks…",
2933
- "lifeopsoverview.calendar": "Calendar",
2934
- "lifeopsoverview.inbox": "Inbox",
2935
- "lifeopsoverview.noUpcomingEvents": "No upcoming events",
2936
- "lifeopsoverview.noPriorityMail": "No priority mail",
2937
- "lifeopsoverview.replyNeeded": "Reply",
2938
- "lifeopsoverview.googleFeedsFailed": "Google widget feeds failed to refresh.",
2939
- "lifeopsoverview.reconnectGoogle": "Reconnect Google to refresh calendar and Gmail permissions.",
2940
- "lifeopsoverview.title": "Glance",
2941
- "lifeopsoverview.now": "Now",
2942
- "lifeopsoverview.next": "Next",
2943
- "lifeopsoverview.upcoming": "Upcoming",
2944
- "lifeopsoverview.refreshing": "Refreshing life ops…",
2945
- "lifeopsoverview.empty": "No life ops yet",
2946
- "lifeopsoverview.agentOpsHeading": "Agent ops",
2947
- "lifeopsoverview.goalsHeading": "Goals",
2948
- "lifeopsoverview.remindersHeading": "Reminders",
2949
- "lifeopsoverview.scheduleHeading": "Schedule",
2950
- "lifeopsoverview.discord": "Discord",
2951
- "lifeopsoverview.agent": "Agent",
2952
- "lifeopsoverview.done": "Done",
2953
- "lifeopsoverview.skip": "Skip",
2954
- "lifeopsoverview.review": "Review",
2955
- "lifeopsoverview.hideReview": "Hide review",
2956
- "lifeopsoverview.showDetails": "Show details",
2957
- "lifeopsoverview.hideDetails": "Hide details",
2958
- "lifeopsoverview.snoozeAction": "Snooze",
2959
- "lifeopsoverview.snooze.15m": "15 min",
2960
- "lifeopsoverview.snooze.30m": "30 min",
2961
- "lifeopsoverview.snooze.1h": "1 hour",
2962
- "lifeopsoverview.snooze.tonight": "Tonight",
2963
- "lifeopsoverview.snooze.tomorrowMorning": "Tomorrow",
2964
- "lifeopsoverview.snoozed": "Snoozed",
2965
- "lifeopsoverview.cadence.once": "One-off",
2966
- "lifeopsoverview.cadence.daily": "Daily",
2967
- "lifeopsoverview.cadence.twiceDaily": "Twice daily",
2968
- "lifeopsoverview.cadence.timesPerDay": "{{count}}x daily",
2969
- "lifeopsoverview.cadence.everyHours": "Every {{count}}h",
2970
- "lifeopsoverview.cadence.everyMinutes": "Every {{count}}m",
2971
- "lifeopsoverview.cadence.occasional": "Occasional",
2972
- "lifeopsoverview.cadence.weekly": "Weekly",
2973
- "lifeopsoverview.reviewState.needsAttention": "Needs attention",
2974
- "lifeopsoverview.reviewState.onTrack": "On track",
2975
- "lifeopsoverview.reviewState.atRisk": "At risk",
2976
- "lifeopsoverview.reviewState.idle": "Idle",
2977
- "lifeopsoverview.item": "item",
2978
- "lifeopsoverview.items": "items",
2979
- "lifeopsoverview.goal": "goal",
2980
- "lifeopsoverview.goals": "goals",
2981
- "lifeopsoverview.reminder": "reminder",
2982
- "lifeopsoverview.reminders": "reminders",
2983
- "lifeopsoverview.summary.openItems": "{{count}} open {{itemLabel}}",
2984
- "lifeopsoverview.summary.activeGoals": "{{count}} active {{goalLabel}}",
2985
- "lifeopsoverview.summary.liveReminders": "{{count}} live {{reminderLabel}}",
2986
- "lifeopsoverview.noActiveItems": "No active items",
2987
- "lifeopsoverview.noReminderAttemptsYet": "No reminder attempts yet",
2988
- "lifeopsoverview.whyShowingUp": "Why this is showing up",
2989
- "lifeopsoverview.originalIntent": "Original intent:",
2990
- "lifeopsoverview.source": "Source:",
2991
- "lifeopsoverview.lastReminder": "Last reminder:",
2992
- "lifeopsoverview.performance": "Performance:",
2993
- "lifeopsoverview.last7Days": "Last 7 days:",
2994
- "lifeopsoverview.lastAction": "Last action:",
2995
- "lifeopsoverview.linkedGoal": "Linked goal:",
2996
- "lifeopsoverview.remindersLabel": "Reminders:",
2997
- "lifeopsoverview.goalReview": "Goal review",
2998
- "lifeopsoverview.progressSignal": "Progress signal:",
2999
- "lifeopsoverview.evaluationContract": "Evaluation contract:",
3000
- "lifeopsoverview.evidenceUsed": "Evidence used:",
3001
- "lifeopsoverview.supportStructure": "Support structure:",
3002
- "lifeopsoverview.suggestedNextSteps": "Suggested next steps:",
3003
- "lifeopsoverview.missingEvidence": "Missing evidence:",
3004
- "lifeopsoverview.lastActivity": "Last activity:",
3005
- "lifeopsoverview.dueAt": "Due {{time}}",
3006
- "lifeopsoverview.likelyAsleepSince": "Likely asleep since {{time}}",
3007
- "lifeopsoverview.likelyAsleepNow": "Likely asleep now",
3008
- "lifeopsoverview.lastWake": "Last wake {{time}}{{duration}}",
3009
- "lifeopsoverview.sleepStatus": "Sleep {{status}}",
3010
- "lifeopsoverview.nextMealWindow": "Next {{meal}} window {{time}}",
3011
- "lifeopsoverview.lastMeal": "Last meal {{time}}",
3012
- "lifeopsoverview.mealPatternCalibrating": "Meal pattern calibrating",
3013
- "lifeopsoverview.relativeWakeAndBedtimeUpcoming": "Woke {{wakeMinutes}} ago · bedtime in {{bedMinutes}}",
3014
- "lifeopsoverview.relativeWakeAndBedtimePast": "Woke {{wakeMinutes}} ago · bedtime was {{bedMinutes}} ago",
3015
- "lifeopsoverview.relativeBedtimeOnly": "Bedtime in {{bedMinutes}}",
3016
- "lifeopsoverview.relativeBedtimePastOnly": "Bedtime was {{bedMinutes}} ago",
3017
- "lifeopsoverview.confidence": "{{count}}% confidence in next meal window",
3018
- "lifeopsoverview.label.afternoon": "afternoon",
3019
- "lifeopsoverview.label.breakfast": "breakfast",
3020
- "lifeopsoverview.label.dinner": "dinner",
3021
- "lifeopsoverview.label.evening": "evening",
3022
- "lifeopsoverview.label.lunch": "lunch",
3023
- "lifeopsoverview.label.morning": "morning",
3024
- "lifeopsoverview.label.night": "night",
3025
- "common.add": "Add",
3026
- "common.dismiss": "Dismiss",
3027
- "common.location": "Location",
3028
- "common.open": "Open",
3029
- "common.reconnect": "Reconnect",
3030
- "lifeopspage.githubSetupIncomplete": "GitHub setup did not complete.",
3031
- "lifeopspage.githubConnectedCloud": "LifeOps GitHub connected through Eliza Cloud.",
3032
- "lifeopspage.agentUsingOwnerGithubRestarting": "Agent is using the LifeOps GitHub account and the cloud runtime is restarting.",
3033
- "lifeopspage.agentUsingOwnerGithub": "Agent is using the LifeOps GitHub account.",
3034
- "lifeopspage.agentGithubConnectedRestarting": "Agent GitHub{{githubHandle}} connected and the cloud runtime is restarting.",
3035
- "lifeopspage.agentGithubConnected": "Agent GitHub{{githubHandle}} connected.",
3036
- "lifeopspage.notLinked": "Not linked",
3037
- "lifeopspage.githubDetailsPartial": "GitHub details unavailable.",
3038
- "lifeopspage.githubDetailsLoadFailed": "GitHub connection details failed to load.",
3039
- "lifeopspage.githubLinkFailed": "Failed to link GitHub to this agent.",
3040
- "lifeopspage.enabled": "LifeOps enabled.",
3041
- "lifeopspage.disabled": "LifeOps disabled.",
3042
- "lifeopspage.updateStateFailed": "Failed to update the LifeOps app state.",
3043
- "lifeopspage.popupBlocked": "Popup blocked. Please allow popups and try again.",
3044
- "lifeopspage.finishGithubAuth": "Finish GitHub authorization in your browser, then return here.",
3045
- "lifeopspage.startGithubSetupFailed": "Failed to start GitHub setup.",
3046
- "lifeopspage.githubDisconnected": "LifeOps GitHub disconnected.",
3047
- "lifeopspage.disconnectGithubFailed": "Failed to disconnect GitHub.",
3048
- "lifeopspage.startAgentGithubSetupFailed": "Failed to start agent GitHub setup.",
3049
- "lifeopspage.agentGithubDisconnected": "Agent GitHub disconnected.",
3050
- "lifeopspage.disconnectAgentGithubFailed": "Failed to disconnect agent GitHub.",
3051
- "lifeopspage.cloudRequired": "Cloud required",
3052
- "lifeopspage.noCloudAgent": "No agent",
3053
- "lifeopspage.loadingState": "Loading LifeOps app state",
3054
- "lifeopspage.waitingRuntime": "Waiting for LifeOps runtime",
3055
- "lifeopspage.enableTitle": "Your personal assistant for calendar, email, and routines",
3056
- "lifeopspage.enableDescription": "Enable LifeOps to let the agent triage email, manage your calendar, and keep your goals and reminders on track. You pick which accounts and permissions to connect after turning it on.",
3057
- "lifeopspage.gmailTitle": "Gmail triage",
3058
- "lifeopspage.gmailDescription": "Spot replies that need you and draft responses for review.",
3059
- "lifeopspage.calendarTitle": "Calendar",
3060
- "lifeopspage.calendarDescription": "See today and the week ahead. Create events without leaving the app.",
3061
- "lifeopspage.goalsTitle": "Goals & reminders",
3062
- "lifeopspage.goalsDescription": "Track habits, goals, and routines with gentle follow-ups.",
3063
- "lifeopspage.messagingTitle": "Messaging",
3064
- "lifeopspage.messagingDescription": "Connect Signal, Discord, Telegram, or iMessage so the agent can reach you.",
3065
- "lifeopspage.enabling": "Enabling…",
3066
- "lifeopspage.enable": "Enable LifeOps",
3067
- "lifeopspage.disableHint": "You can disable LifeOps at any time.",
3068
- "lifeopspage.setupTitle": "Access",
3069
- "lifeopspage.setupDescription": "Connect Google, GitHub, and messaging accounts.",
3070
- "lifeopspage.disable": "Disable LifeOps",
3071
- "lifeopsworkspace.user": "User",
3072
- "lifeopsworkspace.connected": "Connected",
3073
- "lifeopsworkspace.needsReauth": "Needs reauth",
3074
- "lifeopsworkspace.needsSetup": "Needs setup",
3075
- "lifeopsworkspace.tokenMissing": "Token missing",
3076
- "lifeopsworkspace.notConnected": "Not connected",
3077
- "lifeopsworkspace.allDay": "All day",
3078
- "lifeopsworkspace.loadFailed": "Workspace failed to load.",
3079
- "lifeopsworkspace.createEventValidation": "Enter a title, date, time, and duration.",
3080
- "lifeopsworkspace.createdEvent": "Created {{title}}",
3081
- "lifeopsworkspace.createEventFailed": "Could not create the event.",
3082
- "lifeopsworkspace.draftedReply": "Drafted {{subject}}",
3083
- "lifeopsworkspace.draftReplyFailed": "Could not draft the reply.",
3084
- "lifeopsworkspace.sentReply": "Sent {{subject}}",
3085
- "lifeopsworkspace.sendReplyFailed": "Could not send the reply.",
3086
- "lifeopsworkspace.grantCalendarAccess": "Grant calendar access for this Google account in Setup.",
3087
- "lifeopsworkspace.loadingEvents": "Loading events…",
3088
- "lifeopsworkspace.nothingScheduled": "Nothing scheduled. Use New event below to add one.",
3089
- "lifeopsworkspace.hideNewEvent": "Hide new event",
3090
- "lifeopsworkspace.newEvent": "New event",
3091
- "lifeopsworkspace.eventTitle": "Event title",
3092
- "lifeopsworkspace.eventDate": "Event date",
3093
- "lifeopsworkspace.eventStartTime": "Event start time",
3094
- "lifeopsworkspace.durationMinutes": "Duration in minutes",
3095
- "lifeopsworkspace.locationOptional": "Location (optional)",
3096
- "lifeopsworkspace.creating": "Creating…",
3097
- "lifeopsworkspace.createEvent": "Create event",
3098
- "lifeopsworkspace.grantGmailAccess": "Grant Gmail access for this Google account in Setup.",
3099
- "lifeopsworkspace.loadingRecentMail": "Loading recent mail…",
3100
- "lifeopsworkspace.inboxClear": "Inbox clear. Nothing to triage right now.",
3101
- "lifeopsworkspace.reply": "Reply",
3102
- "lifeopsworkspace.draftToneAria": "{{side}} draft tone",
3103
- "lifeopsworkspace.brief": "Brief",
3104
- "lifeopsworkspace.neutral": "Neutral",
3105
- "lifeopsworkspace.warm": "Warm",
3106
- "lifeopsworkspace.drafting": "Drafting...",
3107
- "lifeopsworkspace.draftReply": "Draft reply",
3108
- "lifeopsworkspace.sending": "Sending...",
3109
- "lifeopsworkspace.confirmationRequired": "Confirmation required",
3110
- "lifeopsworkspace.readyToSend": "Ready to send",
3111
- "lifeopsworkspace.calendar": "Calendar",
3112
- "lifeopsworkspace.calendarLockedHint": "Connect Google for both User and Agent in Setup above to see today's events and create new ones here.",
3113
- "lifeopsworkspace.email": "Email",
3114
- "lifeopsworkspace.emailLockedHint": "Connect Google for both User and Agent in Setup above to triage replies and draft responses here.",
3115
- "lifeopsworkspace.calendarWindow": "Calendar window",
3116
- "lifeopsworkspace.today": "Today",
3117
- "lifeopsworkspace.week": "Week",
3118
- "lifeopssettings.connected": "Connected",
3119
- "lifeopssettings.needsReauth": "Needs reauth",
3120
- "lifeopssettings.needsSetup": "Needs setup",
3121
- "lifeopssettings.tokenMissing": "Token missing",
3122
- "lifeopssettings.notConnected": "Not connected",
3123
- "lifeopssettings.googleNotConnected": "Google not connected",
3124
- "lifeopssettings.googleConnected": "Google connected",
3125
- "lifeopssettings.local": "Local",
3126
- "lifeopssettings.cloud": "Cloud",
3127
- "lifeopssettings.localModeDescription": "This device only.",
3128
- "lifeopssettings.cloudModeDescription": "Background access.",
3129
- "lifeopssettings.user": "User",
3130
- "lifeopssettings.capabilityCalendar": "Cal",
3131
- "lifeopssettings.capabilityMail": "Mail",
3132
- "lifeopssettings.copyUrl": "Copy URL",
3133
- "lifeopssettings.googleModeAria": "{{side}} Google mode",
3134
- "lifeopssettings.active": "Active",
3135
- "lifeopssettings.disconnectAccount": "Disconnect {{label}}",
3136
- "lifeopssettings.ownerGithubNotLinked": "LifeOps owner GitHub not linked",
3137
- "lifeopssettings.agentGithubNotLinked": "Agent GitHub not linked",
3138
- "lifeopssettings.accounts": "Accounts",
3139
- "lifeopssettings.featuresTitle": "Features",
3140
- "settings.sections.capabilities.computerUseModeOption.fullControl": "Full Control",
3141
- "settings.sections.capabilities.computerUseModeOption.smartApprove": "Smart Approve",
3142
- "settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Review Every Action",
3143
- "settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Pause Computer Use"
2913
+ "workflowGraph.ariaLabel": "Workflow graph with {{nodeCount}} nodes and {{edgeCount}} connections",
2914
+ "workflowGraph.buildingWorkflow": "Building workflow...",
2915
+ "workflowGraph.builtToast": "Workflow built",
2916
+ "workflowGraph.closeDrawer": "Close node details",
2917
+ "workflowGraph.empty": "No nodes yet",
2918
+ "workflowGraph.emptyHelp": "Ask the Automations Assistant to build one.",
2919
+ "workflowGraph.focusComposer": "Open chat",
2920
+ "workflowGraph.fullScreen": "Full screen",
2921
+ "workflowGraph.nodeDrawer.editorDisabled": "Open the n8n editor from the Workflows tab",
2922
+ "workflowGraph.nodeDrawer.noParameters": "No parameters",
2923
+ "workflowGraph.nodeDrawer.openInEditor": "Open in n8n editor",
2924
+ "workflowGraph.nodeDrawer.rawJsonLabel": "Raw JSON",
2925
+ "workflowGraph.nodeDrawer.showLess": "Show less",
2926
+ "workflowGraph.nodeDrawer.showMore": "Show more",
2927
+ "workspace.resizeChat": "Resize chat",
2928
+ "workspace.showContent": "Show content",
2929
+ "workspace.showLeftSidebar": "Show left sidebar",
2930
+ "workspace.showPageChat": "Show page chat"
3144
2931
  }