@elizaos/agent 2.0.0-alpha.426 → 2.0.0-alpha.427
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/packages/app-core/src/i18n/locales/en.json +113 -55
- package/packages/app-core/src/i18n/locales/es.json +112 -54
- package/packages/app-core/src/i18n/locales/ko.json +112 -54
- package/packages/app-core/src/i18n/locales/pt.json +113 -55
- package/packages/app-core/src/i18n/locales/tl.json +112 -54
- package/packages/app-core/src/i18n/locales/vi.json +112 -54
- package/packages/app-core/src/i18n/locales/zh-CN.json +112 -54
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/agent",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.427",
|
|
4
4
|
"description": "Standalone elizaOS-based agent and backend server package.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
"@elizaos/app-steward": "^0.0.0",
|
|
468
468
|
"@elizaos/app-task-coordinator": "^0.0.0",
|
|
469
469
|
"@elizaos/app-training": "^0.0.1",
|
|
470
|
-
"@elizaos/core": "^2.0.0-alpha.
|
|
470
|
+
"@elizaos/core": "^2.0.0-alpha.427",
|
|
471
471
|
"@elizaos/plugin-agent-orchestrator": "^0.6.2-alpha.0",
|
|
472
472
|
"@elizaos/plugin-browser-bridge": "^0.1.0",
|
|
473
473
|
"@elizaos/plugin-local-embedding": "^2.0.0-alpha.12",
|
|
@@ -476,8 +476,8 @@
|
|
|
476
476
|
"@elizaos/plugin-solana": "^2.0.0-alpha.6",
|
|
477
477
|
"@elizaos/plugin-sql": "^2.0.0-alpha.19",
|
|
478
478
|
"@elizaos/plugin-wechat": "^0.1.0",
|
|
479
|
-
"@elizaos/shared": "^2.0.0-alpha.
|
|
480
|
-
"@elizaos/skills": "^2.0.0-alpha.
|
|
479
|
+
"@elizaos/shared": "^2.0.0-alpha.427",
|
|
480
|
+
"@elizaos/skills": "^2.0.0-alpha.427",
|
|
481
481
|
"@hapi/boom": "^10.0.1",
|
|
482
482
|
"@noble/curves": "^2.0.1",
|
|
483
483
|
"@solana/web3.js": "^1.98.4",
|
|
@@ -1,4 +1,62 @@
|
|
|
1
1
|
{
|
|
2
|
+
"accounts.add.apiDescription": "Paste your API key. The key is stored locally with mode 0600.",
|
|
3
|
+
"accounts.add.apiKey": "API key",
|
|
4
|
+
"accounts.add.apikey.failed": "Failed to add account.",
|
|
5
|
+
"accounts.add.button": "Add account",
|
|
6
|
+
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
|
+
"accounts.add.label": "Account name",
|
|
8
|
+
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
|
+
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
|
+
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
12
|
+
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
|
+
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
|
+
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
|
+
"accounts.add.oauth.submitCode": "Submit code",
|
|
16
|
+
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
|
+
"accounts.add.save": "Add account",
|
|
18
|
+
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
19
|
+
"accounts.add.subscriptionDescription": "Sign in with your provider to add another account to the rotation pool.",
|
|
20
|
+
"accounts.add.title": "Add {{provider}} account",
|
|
21
|
+
"accounts.add.tryAgain": "Try again",
|
|
22
|
+
"accounts.cancel": "Cancel",
|
|
23
|
+
"accounts.delete": "Delete account",
|
|
24
|
+
"accounts.delete.confirm": "Remove account",
|
|
25
|
+
"accounts.deleteConfirm.description": "Removing the account deletes its stored credential and pool metadata. This cannot be undone.",
|
|
26
|
+
"accounts.deleteConfirm.title": "Remove this account?",
|
|
27
|
+
"accounts.empty": "No accounts yet - add one to start using this provider.",
|
|
28
|
+
"accounts.enabled": "Enabled",
|
|
29
|
+
"accounts.enabledToggle": "Account enabled",
|
|
30
|
+
"accounts.heading": "Accounts ({{count}})",
|
|
31
|
+
"accounts.health.invalid": "Invalid credential",
|
|
32
|
+
"accounts.health.needsReauth": "Needs reauth",
|
|
33
|
+
"accounts.health.ok": "Healthy",
|
|
34
|
+
"accounts.health.rateLimited": "Rate-limited",
|
|
35
|
+
"accounts.health.rateLimitedWithReset": "Rate-limited (resets in {{resetIn}})",
|
|
36
|
+
"accounts.health.unknown": "Unknown",
|
|
37
|
+
"accounts.label.edit": "Account label",
|
|
38
|
+
"accounts.label.editTooltip": "Click to rename",
|
|
39
|
+
"accounts.lastUsed": "Last used {{lastUsed}}",
|
|
40
|
+
"accounts.loading": "Loading accounts...",
|
|
41
|
+
"accounts.moveDown": "Move down",
|
|
42
|
+
"accounts.moveUp": "Move up",
|
|
43
|
+
"accounts.orphan.label": "Orphan metadata",
|
|
44
|
+
"accounts.orphan.tooltip": "Pool metadata exists but no on-disk credential was found.",
|
|
45
|
+
"accounts.priority.tooltip": "Lower priority value runs first",
|
|
46
|
+
"accounts.provider.anthropicApi": "Anthropic API",
|
|
47
|
+
"accounts.provider.anthropicSubscription": "Anthropic Claude subscription",
|
|
48
|
+
"accounts.provider.openaiApi": "OpenAI API",
|
|
49
|
+
"accounts.provider.openaiCodex": "OpenAI Codex subscription",
|
|
50
|
+
"accounts.refresh": "Refresh",
|
|
51
|
+
"accounts.source.apiKey": "API key",
|
|
52
|
+
"accounts.source.oauth": "OAuth",
|
|
53
|
+
"accounts.strategy.choose": "Choose strategy",
|
|
54
|
+
"accounts.strategy.label": "Strategy",
|
|
55
|
+
"accounts.test": "Test",
|
|
56
|
+
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
|
+
"accounts.usage.session": "Session",
|
|
58
|
+
"accounts.usage.session5h": "5h",
|
|
59
|
+
"accounts.usage.weekly": "7d",
|
|
2
60
|
"advancedpageview.DatabaseDescription": "Tables, media, and vector browser",
|
|
3
61
|
"advancedpageview.DesktopDescription": "Native runtime diagnostics, detached windows, file dialogs, clipboard, and shell controls",
|
|
4
62
|
"advancedpageview.LogsDescription": "Runtime and service logs",
|
|
@@ -135,9 +193,9 @@
|
|
|
135
193
|
"automations.n8n.deleteConfirmMessage": "Permanently delete this workflow. This cannot be undone.",
|
|
136
194
|
"automations.n8n.deleteConfirmWorkflow": "Delete \"{{name}}\"? This cannot be undone.",
|
|
137
195
|
"automations.n8n.deleteFailed": "Failed to delete workflow.",
|
|
196
|
+
"automations.n8n.deleteWorkflow": "Delete workflow",
|
|
138
197
|
"automations.n8n.detailEmptyBody": "Select a workflow from the sidebar to view its details, or switch to the dashboard to create a new one.",
|
|
139
198
|
"automations.n8n.detailEmptyHeading": "No workflow selected",
|
|
140
|
-
"automations.n8n.deleteWorkflow": "Delete workflow",
|
|
141
199
|
"automations.n8n.errorDeleteWorkflow": "Failed to delete workflow: {{message}}",
|
|
142
200
|
"automations.n8n.errorLoadStatus": "Failed to load n8n status: {{message}}",
|
|
143
201
|
"automations.n8n.errorLoadWorkflows": "Failed to load workflows: {{message}}",
|
|
@@ -916,8 +974,8 @@
|
|
|
916
974
|
"databaseview.TableBrowser": "Table Browser",
|
|
917
975
|
"databaseview.TableEditor": "Table Editor",
|
|
918
976
|
"databaseview.TableIsEmpty": "Table is empty",
|
|
919
|
-
"databaseview.Tables": "Tables",
|
|
920
977
|
"databaseview.tables": "tables",
|
|
978
|
+
"databaseview.Tables": "Tables",
|
|
921
979
|
"databaseview.TableWorkspaceDescription": "Browse rows and columns",
|
|
922
980
|
"databaseview.TheDatabaseViewer": "The database viewer is only available when the local agent runtime is running.",
|
|
923
981
|
"desktopworkspacesection.AgentRestartRequested": "Agent restart requested.",
|
|
@@ -1504,6 +1562,7 @@
|
|
|
1504
1562
|
"knowledgeview.Position": "Position:",
|
|
1505
1563
|
"knowledgeview.Preparing": "Preparing...",
|
|
1506
1564
|
"knowledgeview.PreparingFile": "Preparing: {{filename}}",
|
|
1565
|
+
"knowledgeview.Scratchpad": "Scratchpad",
|
|
1507
1566
|
"knowledgeview.SearchFailed": "Search failed: {{message}}",
|
|
1508
1567
|
"knowledgeview.SearchResults": "Search Results",
|
|
1509
1568
|
"knowledgeview.SearchTips": "Try a filename, topic, or phrase from the document body.",
|
|
@@ -2476,8 +2535,8 @@
|
|
|
2476
2535
|
"runtimeview.sectionLabel": "Runtime Section",
|
|
2477
2536
|
"runtimeview.sections": "Sections",
|
|
2478
2537
|
"runtimeview.sectionUnavailable": "Section unavailable",
|
|
2479
|
-
"runtimeview.Services": "Services (",
|
|
2480
2538
|
"runtimeview.services": "services:",
|
|
2539
|
+
"runtimeview.Services": "Services (",
|
|
2481
2540
|
"runtimeview.servicesDescription": "Inspect grouped services and their instantiated implementations.",
|
|
2482
2541
|
"runtimeview.state": "state:",
|
|
2483
2542
|
"runtimeview.Summary": "Summary",
|
|
@@ -2489,6 +2548,30 @@
|
|
|
2489
2548
|
"savecommandmodal.nameFormat": "Use lowercase letters, numbers, and hyphens only",
|
|
2490
2549
|
"savecommandmodal.nameRequired": "Name is required",
|
|
2491
2550
|
"savecommandmodal.SaveAsCommand": "Save as /Command",
|
|
2551
|
+
"scratchpadview.Counting": "Counting",
|
|
2552
|
+
"scratchpadview.DeleteFailed": "Failed to delete scratchpad topic.",
|
|
2553
|
+
"scratchpadview.DeleteTopic": "Delete scratchpad topic",
|
|
2554
|
+
"scratchpadview.FailedToLoad": "Failed to load scratchpad topics.",
|
|
2555
|
+
"scratchpadview.FailedToPreview": "Failed to preview scratchpad size.",
|
|
2556
|
+
"scratchpadview.FailedToRead": "Failed to read scratchpad topic.",
|
|
2557
|
+
"scratchpadview.LoadingTopics": "Loading topics",
|
|
2558
|
+
"scratchpadview.NewTopic": "New scratchpad topic",
|
|
2559
|
+
"scratchpadview.NoSearchResults": "No matching topics",
|
|
2560
|
+
"scratchpadview.NoTopics": "No scratchpad topics",
|
|
2561
|
+
"scratchpadview.SaveFailed": "Failed to save scratchpad topic.",
|
|
2562
|
+
"scratchpadview.SearchFailed": "Scratchpad search failed.",
|
|
2563
|
+
"scratchpadview.SearchPlaceholder": "Search scratchpad",
|
|
2564
|
+
"scratchpadview.SearchResults": "Search results",
|
|
2565
|
+
"scratchpadview.SelectedTopic": "Scratchpad topic",
|
|
2566
|
+
"scratchpadview.Text": "Text",
|
|
2567
|
+
"scratchpadview.Title": "Title",
|
|
2568
|
+
"scratchpadview.TopicCount": "{{count}} / {{max}} topics",
|
|
2569
|
+
"scratchpadview.TopicCreated": "Scratchpad topic created.",
|
|
2570
|
+
"scratchpadview.TopicDeleted": "Scratchpad topic deleted.",
|
|
2571
|
+
"scratchpadview.TopicLimitReached": "Scratchpad topic limit reached.",
|
|
2572
|
+
"scratchpadview.Topics": "Topics",
|
|
2573
|
+
"scratchpadview.TopicUpdated": "Scratchpad topic updated.",
|
|
2574
|
+
"scratchpadview.UpdatedAt": "Updated {{date}}",
|
|
2492
2575
|
"secretsview.AddSecret": "+ Add Secret",
|
|
2493
2576
|
"secretsview.AddSecretsToVault": "Add Secrets to Vault",
|
|
2494
2577
|
"secretsview.LoadingSecrets": "Loading secrets...",
|
|
@@ -2499,6 +2582,7 @@
|
|
|
2499
2582
|
"secretsview.YourVaultIsEmpty": "Your vault is empty. Click \"Add Secret\" to choose which API keys to\n manage here.",
|
|
2500
2583
|
"settings.advancedKeyWarning": "Local keys are not needed when Steward manages your wallet. Only use this if you know what you're doing.",
|
|
2501
2584
|
"settings.appearance.active": "ACTIVE",
|
|
2585
|
+
"settings.appearance.companionPerformance": "Companion performance",
|
|
2502
2586
|
"settings.appearance.dark": "Dark",
|
|
2503
2587
|
"settings.appearance.deactivate": "Deactivate current pack",
|
|
2504
2588
|
"settings.appearance.light": "Light",
|
|
@@ -2578,6 +2662,29 @@
|
|
|
2578
2662
|
"settings.sections.aimodel.desc": "Cloud, local, subscriptions, and direct providers.",
|
|
2579
2663
|
"settings.sections.appearance.desc": "Content packs, VRM avatars, backgrounds, and themes",
|
|
2580
2664
|
"settings.sections.appearance.label": "Appearance",
|
|
2665
|
+
"settings.sections.apps.basedOnLabel": "Based on existing app (optional)",
|
|
2666
|
+
"settings.sections.apps.basedOnNone": "Start from scratch",
|
|
2667
|
+
"settings.sections.apps.col.actions": "Actions",
|
|
2668
|
+
"settings.sections.apps.col.id": "ID",
|
|
2669
|
+
"settings.sections.apps.col.name": "App",
|
|
2670
|
+
"settings.sections.apps.col.runs": "Runs",
|
|
2671
|
+
"settings.sections.apps.col.version": "Version",
|
|
2672
|
+
"settings.sections.apps.createNew": "Create new app",
|
|
2673
|
+
"settings.sections.apps.desc": "Create, load, and manage local apps.",
|
|
2674
|
+
"settings.sections.apps.directoryLabel": "Directory path",
|
|
2675
|
+
"settings.sections.apps.edit": "Edit",
|
|
2676
|
+
"settings.sections.apps.empty": "No apps installed yet. Click 'Create new app' to scaffold one.",
|
|
2677
|
+
"settings.sections.apps.intentLabel": "What should the app do?",
|
|
2678
|
+
"settings.sections.apps.intentPlaceholder": "Describe the experience you want — e.g. a vibe coder for prototyping web apps with Tailwind.",
|
|
2679
|
+
"settings.sections.apps.label": "Apps",
|
|
2680
|
+
"settings.sections.apps.launch": "Launch",
|
|
2681
|
+
"settings.sections.apps.loadButton": "Load",
|
|
2682
|
+
"settings.sections.apps.loadFromDirectory": "Load from directory",
|
|
2683
|
+
"settings.sections.apps.loadingApps": "Loading apps…",
|
|
2684
|
+
"settings.sections.apps.relaunch": "Relaunch",
|
|
2685
|
+
"settings.sections.apps.stop": "Stop",
|
|
2686
|
+
"settings.sections.apps.verifyOnRelaunch": "Verify on relaunch",
|
|
2687
|
+
"settings.sections.apps.verifyOnRelaunchLabel": "Verify on relaunch",
|
|
2581
2688
|
"settings.sections.autoTraining.desc": "Training triggers and thresholds.",
|
|
2582
2689
|
"settings.sections.autoTraining.label": "Auto-training",
|
|
2583
2690
|
"settings.sections.backupReset.desc": "Back up the agent, restore from a backup, or wipe everything and start over",
|
|
@@ -2756,6 +2863,7 @@
|
|
|
2756
2863
|
"statusbar.PopOutStreamView": "Pop out stream view",
|
|
2757
2864
|
"statusbar.StopStream": "Stop Stream",
|
|
2758
2865
|
"streamsettings.Use": "Use",
|
|
2866
|
+
"streamview.{{appName}}CouldNotRea": "Could not reach the",
|
|
2759
2867
|
"streamview.CouldNotRea": "Could Not Rea",
|
|
2760
2868
|
"streamview.EnableTheStreaming": "Enable the streaming plugin to go live",
|
|
2761
2869
|
"streamview.GoLiveHint": "Press Go Live to start streaming.",
|
|
@@ -2766,7 +2874,6 @@
|
|
|
2766
2874
|
"streamview.StreamIsLive": "Stream is Live",
|
|
2767
2875
|
"streamview.StreamLiveStatus": "Uptime: {{uptime}} · {{frameCount}} frames",
|
|
2768
2876
|
"streamview.StreamReady": "Stream Ready",
|
|
2769
|
-
"streamview.{{appName}}CouldNotRea": "Could not reach the",
|
|
2770
2877
|
"subscriptionstatus.AfterLoggingInCo": "After logging in to Claude, copy the authorization code and\n paste it below.",
|
|
2771
2878
|
"subscriptionstatus.AfterLoggingInYo": "After logging in, you'll be redirected to a page that won't load\n (starts with",
|
|
2772
2879
|
"subscriptionstatus.CallbackCodeTooLong": "Callback code is too long.",
|
|
@@ -2942,8 +3049,8 @@
|
|
|
2942
3049
|
"vectorbrowserview.SearchContent": "Search content...",
|
|
2943
3050
|
"vectorbrowserview.SelectPointHint": "Select a point from the viewer to inspect its full record on the right.",
|
|
2944
3051
|
"vectorbrowserview.StartTheAgentToB": "Start the agent to browse vectors.",
|
|
2945
|
-
"vectorbrowserview.Unique": "Unique",
|
|
2946
3052
|
"vectorbrowserview.unique": "unique",
|
|
3053
|
+
"vectorbrowserview.Unique": "Unique",
|
|
2947
3054
|
"vectorbrowserview.vectorsProjectedTo": "vectors projected to 2D via PCA — click a point\n to view details",
|
|
2948
3055
|
"vectorbrowserview.vectorsProjectedTo1": "vectors projected to 2D",
|
|
2949
3056
|
"vincent.connect": "Connect Vincent",
|
|
@@ -3089,54 +3196,5 @@
|
|
|
3089
3196
|
"workspace.resizeChat": "Resize chat",
|
|
3090
3197
|
"workspace.showContent": "Show content",
|
|
3091
3198
|
"workspace.showLeftSidebar": "Show left sidebar",
|
|
3092
|
-
"workspace.showPageChat": "Show page chat"
|
|
3093
|
-
"knowledgeview.Scratchpad": "Scratchpad",
|
|
3094
|
-
"scratchpadview.FailedToLoad": "Failed to load scratchpad topics.",
|
|
3095
|
-
"scratchpadview.FailedToRead": "Failed to read scratchpad topic.",
|
|
3096
|
-
"scratchpadview.FailedToPreview": "Failed to preview scratchpad size.",
|
|
3097
|
-
"scratchpadview.SearchFailed": "Scratchpad search failed.",
|
|
3098
|
-
"scratchpadview.TopicCreated": "Scratchpad topic created.",
|
|
3099
|
-
"scratchpadview.TopicUpdated": "Scratchpad topic updated.",
|
|
3100
|
-
"scratchpadview.SaveFailed": "Failed to save scratchpad topic.",
|
|
3101
|
-
"scratchpadview.TopicDeleted": "Scratchpad topic deleted.",
|
|
3102
|
-
"scratchpadview.DeleteFailed": "Failed to delete scratchpad topic.",
|
|
3103
|
-
"scratchpadview.NewTopic": "New scratchpad topic",
|
|
3104
|
-
"scratchpadview.SelectedTopic": "Scratchpad topic",
|
|
3105
|
-
"scratchpadview.Counting": "Counting",
|
|
3106
|
-
"scratchpadview.UpdatedAt": "Updated {{date}}",
|
|
3107
|
-
"scratchpadview.DeleteTopic": "Delete scratchpad topic",
|
|
3108
|
-
"scratchpadview.TopicLimitReached": "Scratchpad topic limit reached.",
|
|
3109
|
-
"scratchpadview.Title": "Title",
|
|
3110
|
-
"scratchpadview.Text": "Text",
|
|
3111
|
-
"scratchpadview.SearchResults": "Search results",
|
|
3112
|
-
"scratchpadview.Topics": "Topics",
|
|
3113
|
-
"scratchpadview.TopicCount": "{{count}} / {{max}} topics",
|
|
3114
|
-
"scratchpadview.SearchPlaceholder": "Search scratchpad",
|
|
3115
|
-
"scratchpadview.LoadingTopics": "Loading topics",
|
|
3116
|
-
"scratchpadview.NoTopics": "No scratchpad topics",
|
|
3117
|
-
"scratchpadview.NoSearchResults": "No matching topics",
|
|
3118
|
-
"settings.appearance.companionPerformance": "Companion performance",
|
|
3119
|
-
"settings.sections.apps.label": "Apps",
|
|
3120
|
-
"settings.sections.apps.desc": "Create, load, and manage local apps.",
|
|
3121
|
-
"settings.sections.apps.createNew": "Create new app",
|
|
3122
|
-
"settings.sections.apps.loadFromDirectory": "Load from directory",
|
|
3123
|
-
"settings.sections.apps.verifyOnRelaunchLabel": "Verify on relaunch",
|
|
3124
|
-
"settings.sections.apps.verifyOnRelaunch": "Verify on relaunch",
|
|
3125
|
-
"settings.sections.apps.intentLabel": "What should the app do?",
|
|
3126
|
-
"settings.sections.apps.intentPlaceholder": "Describe the experience you want — e.g. a vibe coder for prototyping web apps with Tailwind.",
|
|
3127
|
-
"settings.sections.apps.basedOnLabel": "Based on existing app (optional)",
|
|
3128
|
-
"settings.sections.apps.basedOnNone": "Start from scratch",
|
|
3129
|
-
"settings.sections.apps.directoryLabel": "Directory path",
|
|
3130
|
-
"settings.sections.apps.loadButton": "Load",
|
|
3131
|
-
"settings.sections.apps.loadingApps": "Loading apps…",
|
|
3132
|
-
"settings.sections.apps.empty": "No apps installed yet. Click 'Create new app' to scaffold one.",
|
|
3133
|
-
"settings.sections.apps.col.name": "App",
|
|
3134
|
-
"settings.sections.apps.col.id": "ID",
|
|
3135
|
-
"settings.sections.apps.col.version": "Version",
|
|
3136
|
-
"settings.sections.apps.col.runs": "Runs",
|
|
3137
|
-
"settings.sections.apps.col.actions": "Actions",
|
|
3138
|
-
"settings.sections.apps.launch": "Launch",
|
|
3139
|
-
"settings.sections.apps.relaunch": "Relaunch",
|
|
3140
|
-
"settings.sections.apps.edit": "Edit",
|
|
3141
|
-
"settings.sections.apps.stop": "Stop"
|
|
3199
|
+
"workspace.showPageChat": "Show page chat"
|
|
3142
3200
|
}
|
|
@@ -1,4 +1,62 @@
|
|
|
1
1
|
{
|
|
2
|
+
"accounts.add.apiDescription": "Paste your API key. The key is stored locally with mode 0600.",
|
|
3
|
+
"accounts.add.apiKey": "API key",
|
|
4
|
+
"accounts.add.apikey.failed": "Failed to add account.",
|
|
5
|
+
"accounts.add.button": "Add account",
|
|
6
|
+
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
|
+
"accounts.add.label": "Account name",
|
|
8
|
+
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
|
+
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
|
+
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
12
|
+
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
|
+
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
|
+
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
|
+
"accounts.add.oauth.submitCode": "Submit code",
|
|
16
|
+
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
|
+
"accounts.add.save": "Add account",
|
|
18
|
+
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
19
|
+
"accounts.add.subscriptionDescription": "Sign in with your provider to add another account to the rotation pool.",
|
|
20
|
+
"accounts.add.title": "Add {{provider}} account",
|
|
21
|
+
"accounts.add.tryAgain": "Try again",
|
|
22
|
+
"accounts.cancel": "Cancel",
|
|
23
|
+
"accounts.delete": "Delete account",
|
|
24
|
+
"accounts.delete.confirm": "Remove account",
|
|
25
|
+
"accounts.deleteConfirm.description": "Removing the account deletes its stored credential and pool metadata. This cannot be undone.",
|
|
26
|
+
"accounts.deleteConfirm.title": "Remove this account?",
|
|
27
|
+
"accounts.empty": "No accounts yet - add one to start using this provider.",
|
|
28
|
+
"accounts.enabled": "Enabled",
|
|
29
|
+
"accounts.enabledToggle": "Account enabled",
|
|
30
|
+
"accounts.heading": "Accounts ({{count}})",
|
|
31
|
+
"accounts.health.invalid": "Invalid credential",
|
|
32
|
+
"accounts.health.needsReauth": "Needs reauth",
|
|
33
|
+
"accounts.health.ok": "Healthy",
|
|
34
|
+
"accounts.health.rateLimited": "Rate-limited",
|
|
35
|
+
"accounts.health.rateLimitedWithReset": "Rate-limited (resets in {{resetIn}})",
|
|
36
|
+
"accounts.health.unknown": "Unknown",
|
|
37
|
+
"accounts.label.edit": "Account label",
|
|
38
|
+
"accounts.label.editTooltip": "Click to rename",
|
|
39
|
+
"accounts.lastUsed": "Last used {{lastUsed}}",
|
|
40
|
+
"accounts.loading": "Loading accounts...",
|
|
41
|
+
"accounts.moveDown": "Move down",
|
|
42
|
+
"accounts.moveUp": "Move up",
|
|
43
|
+
"accounts.orphan.label": "Orphan metadata",
|
|
44
|
+
"accounts.orphan.tooltip": "Pool metadata exists but no on-disk credential was found.",
|
|
45
|
+
"accounts.priority.tooltip": "Lower priority value runs first",
|
|
46
|
+
"accounts.provider.anthropicApi": "Anthropic API",
|
|
47
|
+
"accounts.provider.anthropicSubscription": "Anthropic Claude subscription",
|
|
48
|
+
"accounts.provider.openaiApi": "OpenAI API",
|
|
49
|
+
"accounts.provider.openaiCodex": "OpenAI Codex subscription",
|
|
50
|
+
"accounts.refresh": "Refresh",
|
|
51
|
+
"accounts.source.apiKey": "API key",
|
|
52
|
+
"accounts.source.oauth": "OAuth",
|
|
53
|
+
"accounts.strategy.choose": "Choose strategy",
|
|
54
|
+
"accounts.strategy.label": "Strategy",
|
|
55
|
+
"accounts.test": "Test",
|
|
56
|
+
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
|
+
"accounts.usage.session": "Session",
|
|
58
|
+
"accounts.usage.session5h": "5h",
|
|
59
|
+
"accounts.usage.weekly": "7d",
|
|
2
60
|
"advancedpageview.DatabaseDescription": "Tablas, medios y navegador de vectores",
|
|
3
61
|
"advancedpageview.DesktopDescription": "Diagnóstico nativo del runtime, ventanas desacopladas, cuadros de archivo, portapapeles y controles del shell",
|
|
4
62
|
"advancedpageview.LogsDescription": "Registros del runtime y de los servicios",
|
|
@@ -135,9 +193,9 @@
|
|
|
135
193
|
"automations.n8n.deleteConfirmMessage": "Eliminar este flujo de trabajo permanentemente. No se puede deshacer.",
|
|
136
194
|
"automations.n8n.deleteConfirmWorkflow": "¿Eliminar \"{{name}}\"? No se puede deshacer.",
|
|
137
195
|
"automations.n8n.deleteFailed": "No se pudo eliminar el flujo de trabajo.",
|
|
196
|
+
"automations.n8n.deleteWorkflow": "Eliminar flujo de trabajo",
|
|
138
197
|
"automations.n8n.detailEmptyBody": "Selecciona un flujo de trabajo en la barra lateral para ver sus detalles, o cambia al panel para crear uno nuevo.",
|
|
139
198
|
"automations.n8n.detailEmptyHeading": "No hay ningún flujo seleccionado",
|
|
140
|
-
"automations.n8n.deleteWorkflow": "Eliminar flujo de trabajo",
|
|
141
199
|
"automations.n8n.errorDeleteWorkflow": "No se pudo eliminar el flujo de trabajo: {{message}}",
|
|
142
200
|
"automations.n8n.errorLoadStatus": "No se pudo cargar el estado de n8n: {{message}}",
|
|
143
201
|
"automations.n8n.errorLoadWorkflows": "No se pudieron cargar los flujos: {{message}}",
|
|
@@ -916,8 +974,8 @@
|
|
|
916
974
|
"databaseview.TableBrowser": "Explorador de tablas",
|
|
917
975
|
"databaseview.TableEditor": "Editor de tablas",
|
|
918
976
|
"databaseview.TableIsEmpty": "La tabla está vacía",
|
|
919
|
-
"databaseview.Tables": "Tablas",
|
|
920
977
|
"databaseview.tables": "tablas",
|
|
978
|
+
"databaseview.Tables": "Tablas",
|
|
921
979
|
"databaseview.TableWorkspaceDescription": "Inspeccione filas, ordene columnas y revise la estructura de la tabla en un solo lugar.",
|
|
922
980
|
"databaseview.TheDatabaseViewer": "El visor de base de datos solo está disponible cuando el runtime local del agente está en ejecución.",
|
|
923
981
|
"desktopworkspacesection.AgentRestartRequested": "Se solicitó el reinicio del agente.",
|
|
@@ -1504,6 +1562,7 @@
|
|
|
1504
1562
|
"knowledgeview.Position": "Posición:",
|
|
1505
1563
|
"knowledgeview.Preparing": "Preparando...",
|
|
1506
1564
|
"knowledgeview.PreparingFile": "Preparando: {{filename}}",
|
|
1565
|
+
"knowledgeview.Scratchpad": "Scratchpad",
|
|
1507
1566
|
"knowledgeview.SearchFailed": "Búsqueda fallida: {{message}}",
|
|
1508
1567
|
"knowledgeview.SearchResults": "Search Results",
|
|
1509
1568
|
"knowledgeview.SearchTips": "Pruebe con un nombre de archivo, tema o frase del cuerpo del documento.",
|
|
@@ -2476,8 +2535,8 @@
|
|
|
2476
2535
|
"runtimeview.sectionLabel": "Sección del runtime",
|
|
2477
2536
|
"runtimeview.sections": "Secciones",
|
|
2478
2537
|
"runtimeview.sectionUnavailable": "Sección no disponible",
|
|
2479
|
-
"runtimeview.Services": "Servicios (",
|
|
2480
2538
|
"runtimeview.services": "servicios:",
|
|
2539
|
+
"runtimeview.Services": "Servicios (",
|
|
2481
2540
|
"runtimeview.servicesDescription": "Inspecciona los servicios agrupados y sus implementaciones instanciadas.",
|
|
2482
2541
|
"runtimeview.state": "estado:",
|
|
2483
2542
|
"runtimeview.Summary": "Resumen",
|
|
@@ -2489,6 +2548,30 @@
|
|
|
2489
2548
|
"savecommandmodal.nameFormat": "Solo letras minúsculas, números y guiones",
|
|
2490
2549
|
"savecommandmodal.nameRequired": "El nombre es obligatorio",
|
|
2491
2550
|
"savecommandmodal.SaveAsCommand": "Guardar como /Comando",
|
|
2551
|
+
"scratchpadview.Counting": "Counting",
|
|
2552
|
+
"scratchpadview.DeleteFailed": "Failed to delete scratchpad topic.",
|
|
2553
|
+
"scratchpadview.DeleteTopic": "Delete scratchpad topic",
|
|
2554
|
+
"scratchpadview.FailedToLoad": "Failed to load scratchpad topics.",
|
|
2555
|
+
"scratchpadview.FailedToPreview": "Failed to preview scratchpad size.",
|
|
2556
|
+
"scratchpadview.FailedToRead": "Failed to read scratchpad topic.",
|
|
2557
|
+
"scratchpadview.LoadingTopics": "Loading topics",
|
|
2558
|
+
"scratchpadview.NewTopic": "New scratchpad topic",
|
|
2559
|
+
"scratchpadview.NoSearchResults": "No matching topics",
|
|
2560
|
+
"scratchpadview.NoTopics": "No scratchpad topics",
|
|
2561
|
+
"scratchpadview.SaveFailed": "Failed to save scratchpad topic.",
|
|
2562
|
+
"scratchpadview.SearchFailed": "Scratchpad search failed.",
|
|
2563
|
+
"scratchpadview.SearchPlaceholder": "Search scratchpad",
|
|
2564
|
+
"scratchpadview.SearchResults": "Search results",
|
|
2565
|
+
"scratchpadview.SelectedTopic": "Scratchpad topic",
|
|
2566
|
+
"scratchpadview.Text": "Text",
|
|
2567
|
+
"scratchpadview.Title": "Title",
|
|
2568
|
+
"scratchpadview.TopicCount": "{{count}} / {{max}} topics",
|
|
2569
|
+
"scratchpadview.TopicCreated": "Scratchpad topic created.",
|
|
2570
|
+
"scratchpadview.TopicDeleted": "Scratchpad topic deleted.",
|
|
2571
|
+
"scratchpadview.TopicLimitReached": "Scratchpad topic limit reached.",
|
|
2572
|
+
"scratchpadview.Topics": "Topics",
|
|
2573
|
+
"scratchpadview.TopicUpdated": "Scratchpad topic updated.",
|
|
2574
|
+
"scratchpadview.UpdatedAt": "Updated {{date}}",
|
|
2492
2575
|
"secretsview.AddSecret": "+ Agregar secreto",
|
|
2493
2576
|
"secretsview.AddSecretsToVault": "Agregar secretos a la bóveda",
|
|
2494
2577
|
"secretsview.LoadingSecrets": "Cargando secretos...",
|
|
@@ -2579,6 +2662,29 @@
|
|
|
2579
2662
|
"settings.sections.aimodel.desc": "Configuración de proveedores y modelos",
|
|
2580
2663
|
"settings.sections.appearance.desc": "Paquetes de contenido, avatares VRM, fondos y temas",
|
|
2581
2664
|
"settings.sections.appearance.label": "Apariencia",
|
|
2665
|
+
"settings.sections.apps.basedOnLabel": "Based on existing app (optional)",
|
|
2666
|
+
"settings.sections.apps.basedOnNone": "Start from scratch",
|
|
2667
|
+
"settings.sections.apps.col.actions": "Actions",
|
|
2668
|
+
"settings.sections.apps.col.id": "ID",
|
|
2669
|
+
"settings.sections.apps.col.name": "App",
|
|
2670
|
+
"settings.sections.apps.col.runs": "Runs",
|
|
2671
|
+
"settings.sections.apps.col.version": "Version",
|
|
2672
|
+
"settings.sections.apps.createNew": "Create new app",
|
|
2673
|
+
"settings.sections.apps.desc": "Create, load, and manage local apps.",
|
|
2674
|
+
"settings.sections.apps.directoryLabel": "Directory path",
|
|
2675
|
+
"settings.sections.apps.edit": "Edit",
|
|
2676
|
+
"settings.sections.apps.empty": "No apps installed yet. Click 'Create new app' to scaffold one.",
|
|
2677
|
+
"settings.sections.apps.intentLabel": "What should the app do?",
|
|
2678
|
+
"settings.sections.apps.intentPlaceholder": "Describe the experience you want — e.g. a vibe coder for prototyping web apps with Tailwind.",
|
|
2679
|
+
"settings.sections.apps.label": "Apps",
|
|
2680
|
+
"settings.sections.apps.launch": "Launch",
|
|
2681
|
+
"settings.sections.apps.loadButton": "Load",
|
|
2682
|
+
"settings.sections.apps.loadFromDirectory": "Load from directory",
|
|
2683
|
+
"settings.sections.apps.loadingApps": "Loading apps…",
|
|
2684
|
+
"settings.sections.apps.relaunch": "Relaunch",
|
|
2685
|
+
"settings.sections.apps.stop": "Stop",
|
|
2686
|
+
"settings.sections.apps.verifyOnRelaunch": "Verify on relaunch",
|
|
2687
|
+
"settings.sections.apps.verifyOnRelaunchLabel": "Verify on relaunch",
|
|
2582
2688
|
"settings.sections.autoTraining.desc": "Disparadores y umbrales de entrenamiento.",
|
|
2583
2689
|
"settings.sections.autoTraining.label": "Auto-entrenamiento",
|
|
2584
2690
|
"settings.sections.backupReset.desc": "Haz una copia de seguridad del agente, restaura desde una copia o borra todo y empieza de nuevo",
|
|
@@ -2757,6 +2863,7 @@
|
|
|
2757
2863
|
"statusbar.PopOutStreamView": "Vista emergente de transmisión",
|
|
2758
2864
|
"statusbar.StopStream": "Detener transmisión",
|
|
2759
2865
|
"streamsettings.Use": "Usar",
|
|
2866
|
+
"streamview.{{appName}}CouldNotRea": "No se pudo conectar a",
|
|
2760
2867
|
"streamview.CouldNotRea": "Could Not Rea",
|
|
2761
2868
|
"streamview.EnableTheStreaming": "Habilite el complemento de transmisión para que se publique",
|
|
2762
2869
|
"streamview.GoLiveHint": "Presione Go Live para comenzar a transmitir.",
|
|
@@ -2767,7 +2874,6 @@
|
|
|
2767
2874
|
"streamview.StreamIsLive": "La transmisión es en vivo",
|
|
2768
2875
|
"streamview.StreamLiveStatus": "Tiempo de actividad: {{uptime}} · {{frameCount}} fotogramas",
|
|
2769
2876
|
"streamview.StreamReady": "Listo para transmitir",
|
|
2770
|
-
"streamview.{{appName}}CouldNotRea": "No se pudo conectar a",
|
|
2771
2877
|
"subscriptionstatus.AfterLoggingInCo": "Después de iniciar sesión en Claude, copie el código de autorización y\n péguelo a continuación.",
|
|
2772
2878
|
"subscriptionstatus.AfterLoggingInYo": "Después de iniciar sesión, serás redirigido a una página que no se carga.\n (comienza con",
|
|
2773
2879
|
"subscriptionstatus.CallbackCodeTooLong": "El código de devolución de llamada es demasiado largo.",
|
|
@@ -2943,8 +3049,8 @@
|
|
|
2943
3049
|
"vectorbrowserview.SearchContent": "Buscar contenido...",
|
|
2944
3050
|
"vectorbrowserview.SelectPointHint": "Seleccione un punto del visor para inspeccionar su registro completo a la derecha.",
|
|
2945
3051
|
"vectorbrowserview.StartTheAgentToB": "Inicia el agente para explorar vectores.",
|
|
2946
|
-
"vectorbrowserview.Unique": "Único",
|
|
2947
3052
|
"vectorbrowserview.unique": "único",
|
|
3053
|
+
"vectorbrowserview.Unique": "Único",
|
|
2948
3054
|
"vectorbrowserview.vectorsProjectedTo": "vectores proyectados en 2D mediante PCA: haga clic en un punto\n para ver detalles",
|
|
2949
3055
|
"vectorbrowserview.vectorsProjectedTo1": "vectores proyectados a 2D",
|
|
2950
3056
|
"vincent.connect": "Connect Vincent",
|
|
@@ -3090,53 +3196,5 @@
|
|
|
3090
3196
|
"workspace.resizeChat": "Redimensionar chat",
|
|
3091
3197
|
"workspace.showContent": "Mostrar contenido",
|
|
3092
3198
|
"workspace.showLeftSidebar": "Mostrar barra lateral izquierda",
|
|
3093
|
-
"workspace.showPageChat": "Mostrar chat de página"
|
|
3094
|
-
"knowledgeview.Scratchpad": "Scratchpad",
|
|
3095
|
-
"scratchpadview.FailedToLoad": "Failed to load scratchpad topics.",
|
|
3096
|
-
"scratchpadview.FailedToRead": "Failed to read scratchpad topic.",
|
|
3097
|
-
"scratchpadview.FailedToPreview": "Failed to preview scratchpad size.",
|
|
3098
|
-
"scratchpadview.SearchFailed": "Scratchpad search failed.",
|
|
3099
|
-
"scratchpadview.TopicCreated": "Scratchpad topic created.",
|
|
3100
|
-
"scratchpadview.TopicUpdated": "Scratchpad topic updated.",
|
|
3101
|
-
"scratchpadview.SaveFailed": "Failed to save scratchpad topic.",
|
|
3102
|
-
"scratchpadview.TopicDeleted": "Scratchpad topic deleted.",
|
|
3103
|
-
"scratchpadview.DeleteFailed": "Failed to delete scratchpad topic.",
|
|
3104
|
-
"scratchpadview.NewTopic": "New scratchpad topic",
|
|
3105
|
-
"scratchpadview.SelectedTopic": "Scratchpad topic",
|
|
3106
|
-
"scratchpadview.Counting": "Counting",
|
|
3107
|
-
"scratchpadview.UpdatedAt": "Updated {{date}}",
|
|
3108
|
-
"scratchpadview.DeleteTopic": "Delete scratchpad topic",
|
|
3109
|
-
"scratchpadview.TopicLimitReached": "Scratchpad topic limit reached.",
|
|
3110
|
-
"scratchpadview.Title": "Title",
|
|
3111
|
-
"scratchpadview.Text": "Text",
|
|
3112
|
-
"scratchpadview.SearchResults": "Search results",
|
|
3113
|
-
"scratchpadview.Topics": "Topics",
|
|
3114
|
-
"scratchpadview.TopicCount": "{{count}} / {{max}} topics",
|
|
3115
|
-
"scratchpadview.SearchPlaceholder": "Search scratchpad",
|
|
3116
|
-
"scratchpadview.LoadingTopics": "Loading topics",
|
|
3117
|
-
"scratchpadview.NoTopics": "No scratchpad topics",
|
|
3118
|
-
"scratchpadview.NoSearchResults": "No matching topics",
|
|
3119
|
-
"settings.sections.apps.label": "Apps",
|
|
3120
|
-
"settings.sections.apps.desc": "Create, load, and manage local apps.",
|
|
3121
|
-
"settings.sections.apps.createNew": "Create new app",
|
|
3122
|
-
"settings.sections.apps.loadFromDirectory": "Load from directory",
|
|
3123
|
-
"settings.sections.apps.verifyOnRelaunchLabel": "Verify on relaunch",
|
|
3124
|
-
"settings.sections.apps.verifyOnRelaunch": "Verify on relaunch",
|
|
3125
|
-
"settings.sections.apps.intentLabel": "What should the app do?",
|
|
3126
|
-
"settings.sections.apps.intentPlaceholder": "Describe the experience you want — e.g. a vibe coder for prototyping web apps with Tailwind.",
|
|
3127
|
-
"settings.sections.apps.basedOnLabel": "Based on existing app (optional)",
|
|
3128
|
-
"settings.sections.apps.basedOnNone": "Start from scratch",
|
|
3129
|
-
"settings.sections.apps.directoryLabel": "Directory path",
|
|
3130
|
-
"settings.sections.apps.loadButton": "Load",
|
|
3131
|
-
"settings.sections.apps.loadingApps": "Loading apps…",
|
|
3132
|
-
"settings.sections.apps.empty": "No apps installed yet. Click 'Create new app' to scaffold one.",
|
|
3133
|
-
"settings.sections.apps.col.name": "App",
|
|
3134
|
-
"settings.sections.apps.col.id": "ID",
|
|
3135
|
-
"settings.sections.apps.col.version": "Version",
|
|
3136
|
-
"settings.sections.apps.col.runs": "Runs",
|
|
3137
|
-
"settings.sections.apps.col.actions": "Actions",
|
|
3138
|
-
"settings.sections.apps.launch": "Launch",
|
|
3139
|
-
"settings.sections.apps.relaunch": "Relaunch",
|
|
3140
|
-
"settings.sections.apps.edit": "Edit",
|
|
3141
|
-
"settings.sections.apps.stop": "Stop"
|
|
3199
|
+
"workspace.showPageChat": "Mostrar chat de página"
|
|
3142
3200
|
}
|