@qwen-code/qwen-code 0.15.10-preview.0 → 0.15.10-preview.1
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/README.md +2 -2
- package/bundled/qc-helper/docs/configuration/auth.md +24 -69
- package/bundled/qc-helper/docs/configuration/settings.md +7 -3
- package/bundled/qc-helper/docs/extension/extension-releasing.md +1 -1
- package/bundled/qc-helper/docs/features/commands.md +16 -19
- package/bundled/qc-helper/docs/features/language.md +25 -0
- package/bundled/qc-helper/docs/overview.md +10 -2
- package/bundled/qc-helper/docs/quickstart.md +3 -5
- package/bundled/qc-helper/docs/reference/keyboard-shortcuts.md +12 -11
- package/cli.js +46095 -30431
- package/locales/ca.js +205 -508
- package/locales/de.js +265 -462
- package/locales/en.js +168 -390
- package/locales/fr.js +245 -482
- package/locales/ja.js +464 -384
- package/locales/pt.js +240 -439
- package/locales/ru.js +221 -436
- package/locales/zh-TW.js +207 -359
- package/locales/zh.js +213 -410
- package/package.json +3 -3
- package/sandbox-macos-permissive-closed.sb +2 -1
- package/sandbox-macos-permissive-open.sb +2 -1
- package/sandbox-macos-permissive-proxied.sb +2 -1
- package/sandbox-macos-restrictive-closed.sb +2 -1
- package/sandbox-macos-restrictive-open.sb +2 -1
- package/sandbox-macos-restrictive-proxied.sb +2 -1
package/locales/en.js
CHANGED
|
@@ -16,7 +16,6 @@ export default {
|
|
|
16
16
|
'← → select, Delete to remove, ↓ to exit':
|
|
17
17
|
'← → select, Delete to remove, ↓ to exit',
|
|
18
18
|
'Attachments: ': 'Attachments: ',
|
|
19
|
-
|
|
20
19
|
'Basics:': 'Basics:',
|
|
21
20
|
'Add context': 'Add context',
|
|
22
21
|
'Use {{symbol}} to specify files for context (e.g., {{example}}) to target specific files or folders.':
|
|
@@ -86,7 +85,6 @@ export default {
|
|
|
86
85
|
'for help on Qwen Code': 'for help on Qwen Code',
|
|
87
86
|
'show version info': 'show version info',
|
|
88
87
|
'submit a bug report': 'submit a bug report',
|
|
89
|
-
'About Qwen Code': 'About Qwen Code',
|
|
90
88
|
Status: 'Status',
|
|
91
89
|
|
|
92
90
|
// ============================================================================
|
|
@@ -96,18 +94,10 @@ export default {
|
|
|
96
94
|
Runtime: 'Runtime',
|
|
97
95
|
OS: 'OS',
|
|
98
96
|
Auth: 'Auth',
|
|
99
|
-
'CLI Version': 'CLI Version',
|
|
100
|
-
'Git Commit': 'Git Commit',
|
|
101
97
|
Model: 'Model',
|
|
102
98
|
'Fast Model': 'Fast Model',
|
|
103
99
|
Sandbox: 'Sandbox',
|
|
104
|
-
'OS Platform': 'OS Platform',
|
|
105
|
-
'OS Arch': 'OS Arch',
|
|
106
|
-
'OS Release': 'OS Release',
|
|
107
|
-
'Node.js Version': 'Node.js Version',
|
|
108
|
-
'NPM Version': 'NPM Version',
|
|
109
100
|
'Session ID': 'Session ID',
|
|
110
|
-
'Auth Method': 'Auth Method',
|
|
111
101
|
'Base URL': 'Base URL',
|
|
112
102
|
Proxy: 'Proxy',
|
|
113
103
|
'Memory Usage': 'Memory Usage',
|
|
@@ -129,6 +119,19 @@ export default {
|
|
|
129
119
|
'Invalid approval mode "{{arg}}". Valid modes: {{modes}}',
|
|
130
120
|
'Approval mode set to "{{mode}}"': 'Approval mode set to "{{mode}}"',
|
|
131
121
|
'View or change the language setting': 'View or change the language setting',
|
|
122
|
+
'List background tasks (text dump — interactive dialog opens via the footer pill)':
|
|
123
|
+
'List background tasks (text dump — interactive dialog opens via the footer pill)',
|
|
124
|
+
'Delete a previous session': 'Delete a previous session',
|
|
125
|
+
'Run installation and environment diagnostics':
|
|
126
|
+
'Run installation and environment diagnostics',
|
|
127
|
+
'Browse dynamic model catalogs and choose which models stay enabled locally':
|
|
128
|
+
'Browse dynamic model catalogs and choose which models stay enabled locally',
|
|
129
|
+
'Generate a one-line session recap now':
|
|
130
|
+
'Generate a one-line session recap now',
|
|
131
|
+
'Rename the current conversation. --auto lets the fast model pick a title.':
|
|
132
|
+
'Rename the current conversation. --auto lets the fast model pick a title.',
|
|
133
|
+
'Rewind conversation to a previous turn':
|
|
134
|
+
'Rewind conversation to a previous turn',
|
|
132
135
|
'change the theme': 'change the theme',
|
|
133
136
|
'Select Theme': 'Select Theme',
|
|
134
137
|
Preview: 'Preview',
|
|
@@ -148,11 +151,33 @@ export default {
|
|
|
148
151
|
'open full Qwen Code documentation in your browser':
|
|
149
152
|
'open full Qwen Code documentation in your browser',
|
|
150
153
|
'Configuration not available.': 'Configuration not available.',
|
|
151
|
-
'change the auth method': 'change the auth method',
|
|
152
154
|
'Configure authentication information for login':
|
|
153
155
|
'Configure authentication information for login',
|
|
154
156
|
'Copy the last result or code snippet to clipboard':
|
|
155
157
|
'Copy the last result or code snippet to clipboard',
|
|
158
|
+
'Show working-tree change stats versus HEAD':
|
|
159
|
+
'Show working-tree change stats versus HEAD',
|
|
160
|
+
'Could not determine current working directory.':
|
|
161
|
+
'Could not determine current working directory.',
|
|
162
|
+
'Failed to compute git diff stats': 'Failed to compute git diff stats',
|
|
163
|
+
'No diff available. Either this is not a git repository, HEAD is missing, or a merge/rebase/cherry-pick/revert is in progress.':
|
|
164
|
+
'No diff available. Either this is not a git repository, HEAD is missing, or a merge/rebase/cherry-pick/revert is in progress.',
|
|
165
|
+
'Clean working tree — no changes against HEAD.':
|
|
166
|
+
'Clean working tree — no changes against HEAD.',
|
|
167
|
+
'{{count}} file changed, +{{added}} / -{{removed}}':
|
|
168
|
+
'{{count}} file changed, +{{added}} / -{{removed}}',
|
|
169
|
+
'{{count}} files changed, +{{added}} / -{{removed}}':
|
|
170
|
+
'{{count}} files changed, +{{added}} / -{{removed}}',
|
|
171
|
+
'{{count}} file changed': '{{count}} file changed',
|
|
172
|
+
'{{count}} files changed': '{{count}} files changed',
|
|
173
|
+
'…and {{hidden}} more (showing first {{shown}})':
|
|
174
|
+
'…and {{hidden}} more (showing first {{shown}})',
|
|
175
|
+
'(binary)': '(binary)',
|
|
176
|
+
'(binary, new)': '(binary, new)',
|
|
177
|
+
'(new)': '(new)',
|
|
178
|
+
'(new, partial)': '(new, partial)',
|
|
179
|
+
'(deleted)': '(deleted)',
|
|
180
|
+
'(binary, deleted)': '(binary, deleted)',
|
|
156
181
|
|
|
157
182
|
// ============================================================================
|
|
158
183
|
// Commands - Agents
|
|
@@ -306,37 +331,24 @@ export default {
|
|
|
306
331
|
'User Scope': 'User Scope',
|
|
307
332
|
'Workspace Scope': 'Workspace Scope',
|
|
308
333
|
'No extensions found.': 'No extensions found.',
|
|
309
|
-
Active: 'Active',
|
|
310
|
-
Disabled: 'Disabled',
|
|
311
|
-
'Update available': 'Update available',
|
|
312
|
-
'Up to date': 'Up to date',
|
|
313
|
-
'Checking...': 'Checking...',
|
|
314
334
|
'Updating...': 'Updating...',
|
|
315
335
|
Unknown: 'Unknown',
|
|
316
336
|
Error: 'Error',
|
|
337
|
+
'Stopped because': 'Stopped because',
|
|
317
338
|
'Version:': 'Version:',
|
|
318
339
|
'Status:': 'Status:',
|
|
319
340
|
'Are you sure you want to uninstall extension "{{name}}"?':
|
|
320
341
|
'Are you sure you want to uninstall extension "{{name}}"?',
|
|
321
342
|
'This action cannot be undone.': 'This action cannot be undone.',
|
|
322
|
-
'Extension "{{name}}" disabled successfully.':
|
|
323
|
-
'Extension "{{name}}" disabled successfully.',
|
|
324
|
-
'Extension "{{name}}" enabled successfully.':
|
|
325
|
-
'Extension "{{name}}" enabled successfully.',
|
|
326
343
|
'Extension "{{name}}" updated successfully.':
|
|
327
344
|
'Extension "{{name}}" updated successfully.',
|
|
328
|
-
'Failed to update extension "{{name}}": {{error}}':
|
|
329
|
-
'Failed to update extension "{{name}}": {{error}}',
|
|
330
|
-
'Select the scope for this action:': 'Select the scope for this action:',
|
|
331
|
-
'User - Applies to all projects': 'User - Applies to all projects',
|
|
332
|
-
'Workspace - Applies to current project only':
|
|
333
|
-
'Workspace - Applies to current project only',
|
|
334
345
|
// Extension dialog - missing keys
|
|
335
346
|
'Name:': 'Name:',
|
|
336
347
|
'MCP Servers:': 'MCP Servers:',
|
|
337
348
|
'Settings:': 'Settings:',
|
|
338
349
|
active: 'active',
|
|
339
350
|
disabled: 'disabled',
|
|
351
|
+
enabled: 'enabled',
|
|
340
352
|
'View Details': 'View Details',
|
|
341
353
|
'Update failed:': 'Update failed:',
|
|
342
354
|
'Updating {{name}}...': 'Updating {{name}}...',
|
|
@@ -346,9 +358,6 @@ export default {
|
|
|
346
358
|
'Disable "{{name}}" - Select Scope': 'Disable "{{name}}" - Select Scope',
|
|
347
359
|
'Enable "{{name}}" - Select Scope': 'Enable "{{name}}" - Select Scope',
|
|
348
360
|
'No extension selected': 'No extension selected',
|
|
349
|
-
'Press Y/Enter to confirm, N/Esc to cancel':
|
|
350
|
-
'Press Y/Enter to confirm, N/Esc to cancel',
|
|
351
|
-
'Y/Enter to confirm, N/Esc to cancel': 'Y/Enter to confirm, N/Esc to cancel',
|
|
352
361
|
'{{count}} extensions installed': '{{count}} extensions installed',
|
|
353
362
|
"Use '/extensions install' to install your first extension.":
|
|
354
363
|
"Use '/extensions install' to install your first extension.",
|
|
@@ -366,20 +375,16 @@ export default {
|
|
|
366
375
|
Settings: 'Settings',
|
|
367
376
|
'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.':
|
|
368
377
|
'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.',
|
|
369
|
-
'The command "/{{command}}" is not supported in non-interactive mode.':
|
|
370
|
-
'The command "/{{command}}" is not supported in non-interactive mode.',
|
|
371
378
|
// ============================================================================
|
|
372
379
|
// Settings Labels
|
|
373
380
|
// ============================================================================
|
|
374
381
|
'Vim Mode': 'Vim Mode',
|
|
375
|
-
'Disable Auto Update': 'Disable Auto Update',
|
|
376
382
|
'Attribution: commit': 'Attribution: commit',
|
|
377
383
|
'Terminal Bell Notification': 'Terminal Bell Notification',
|
|
378
384
|
'Enable Usage Statistics': 'Enable Usage Statistics',
|
|
379
385
|
Theme: 'Theme',
|
|
380
386
|
'Preferred Editor': 'Preferred Editor',
|
|
381
387
|
'Auto-connect to IDE': 'Auto-connect to IDE',
|
|
382
|
-
'Enable Prompt Completion': 'Enable Prompt Completion',
|
|
383
388
|
'Debug Keystroke Logging': 'Debug Keystroke Logging',
|
|
384
389
|
'Language: UI': 'Language: UI',
|
|
385
390
|
'Language: Model': 'Language: Model',
|
|
@@ -398,11 +403,7 @@ export default {
|
|
|
398
403
|
Fine: 'Fine',
|
|
399
404
|
Good: 'Good',
|
|
400
405
|
Dismiss: 'Dismiss',
|
|
401
|
-
'Not Sure Yet': 'Not Sure Yet',
|
|
402
|
-
'Any other key': 'Any other key',
|
|
403
|
-
'Disable Loading Phrases': 'Disable Loading Phrases',
|
|
404
406
|
'Screen Reader Mode': 'Screen Reader Mode',
|
|
405
|
-
'IDE Mode': 'IDE Mode',
|
|
406
407
|
'Max Session Turns': 'Max Session Turns',
|
|
407
408
|
'Skip Next Speaker Check': 'Skip Next Speaker Check',
|
|
408
409
|
'Skip Loop Detection': 'Skip Loop Detection',
|
|
@@ -411,24 +412,19 @@ export default {
|
|
|
411
412
|
'OpenAI Logging Directory': 'OpenAI Logging Directory',
|
|
412
413
|
Timeout: 'Timeout',
|
|
413
414
|
'Max Retries': 'Max Retries',
|
|
414
|
-
'Disable Cache Control': 'Disable Cache Control',
|
|
415
|
-
'Memory Discovery Max Dirs': 'Memory Discovery Max Dirs',
|
|
416
415
|
'Load Memory From Include Directories':
|
|
417
416
|
'Load Memory From Include Directories',
|
|
418
417
|
'Respect .gitignore': 'Respect .gitignore',
|
|
419
418
|
'Respect .qwenignore': 'Respect .qwenignore',
|
|
420
419
|
'Enable Recursive File Search': 'Enable Recursive File Search',
|
|
421
|
-
'Disable Fuzzy Search': 'Disable Fuzzy Search',
|
|
422
420
|
'Interactive Shell (PTY)': 'Interactive Shell (PTY)',
|
|
423
421
|
'Show Color': 'Show Color',
|
|
424
422
|
'Auto Accept': 'Auto Accept',
|
|
425
423
|
'Use Ripgrep': 'Use Ripgrep',
|
|
426
424
|
'Use Builtin Ripgrep': 'Use Builtin Ripgrep',
|
|
427
|
-
'Enable Tool Output Truncation': 'Enable Tool Output Truncation',
|
|
428
425
|
'Tool Output Truncation Threshold': 'Tool Output Truncation Threshold',
|
|
429
426
|
'Tool Output Truncation Lines': 'Tool Output Truncation Lines',
|
|
430
427
|
'Folder Trust': 'Folder Trust',
|
|
431
|
-
'Vision Model Preview': 'Vision Model Preview',
|
|
432
428
|
'Tool Schema Compliance': 'Tool Schema Compliance',
|
|
433
429
|
// Settings enum options
|
|
434
430
|
'Auto (detect from system)': 'Auto (detect from system)',
|
|
@@ -448,10 +444,6 @@ export default {
|
|
|
448
444
|
'Show tool-specific usage statistics.':
|
|
449
445
|
'Show tool-specific usage statistics.',
|
|
450
446
|
'exit the cli': 'exit the cli',
|
|
451
|
-
'Open MCP management dialog, or authenticate with OAuth-enabled servers':
|
|
452
|
-
'Open MCP management dialog, or authenticate with OAuth-enabled servers',
|
|
453
|
-
'List configured MCP servers and tools, or authenticate with OAuth-enabled servers':
|
|
454
|
-
'List configured MCP servers and tools, or authenticate with OAuth-enabled servers',
|
|
455
447
|
'Manage workspace directories': 'Manage workspace directories',
|
|
456
448
|
'Add directories to the workspace. Use comma to separate multiple paths':
|
|
457
449
|
'Add directories to the workspace. Use comma to separate multiple paths',
|
|
@@ -465,17 +457,12 @@ export default {
|
|
|
465
457
|
'Your preferred editor is:': 'Your preferred editor is:',
|
|
466
458
|
'Manage extensions': 'Manage extensions',
|
|
467
459
|
'Manage installed extensions': 'Manage installed extensions',
|
|
468
|
-
'List active extensions': 'List active extensions',
|
|
469
|
-
'Update extensions. Usage: update <extension-names>|--all':
|
|
470
|
-
'Update extensions. Usage: update <extension-names>|--all',
|
|
471
460
|
'Disable an extension': 'Disable an extension',
|
|
472
461
|
'Enable an extension': 'Enable an extension',
|
|
473
462
|
'Install an extension from a git repo or local path':
|
|
474
463
|
'Install an extension from a git repo or local path',
|
|
475
464
|
'Uninstall an extension': 'Uninstall an extension',
|
|
476
465
|
'No extensions installed.': 'No extensions installed.',
|
|
477
|
-
'Usage: /extensions update <extension-names>|--all':
|
|
478
|
-
'Usage: /extensions update <extension-names>|--all',
|
|
479
466
|
'Extension "{{name}}" not found.': 'Extension "{{name}}" not found.',
|
|
480
467
|
'No extensions to update.': 'No extensions to update.',
|
|
481
468
|
'Usage: /extensions install <source>': 'Usage: /extensions install <source>',
|
|
@@ -485,22 +472,6 @@ export default {
|
|
|
485
472
|
'Extension "{{name}}" installed successfully.',
|
|
486
473
|
'Failed to install extension from "{{source}}": {{error}}':
|
|
487
474
|
'Failed to install extension from "{{source}}": {{error}}',
|
|
488
|
-
'Usage: /extensions uninstall <extension-name>':
|
|
489
|
-
'Usage: /extensions uninstall <extension-name>',
|
|
490
|
-
'Uninstalling extension "{{name}}"...':
|
|
491
|
-
'Uninstalling extension "{{name}}"...',
|
|
492
|
-
'Extension "{{name}}" uninstalled successfully.':
|
|
493
|
-
'Extension "{{name}}" uninstalled successfully.',
|
|
494
|
-
'Failed to uninstall extension "{{name}}": {{error}}':
|
|
495
|
-
'Failed to uninstall extension "{{name}}": {{error}}',
|
|
496
|
-
'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]':
|
|
497
|
-
'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]',
|
|
498
|
-
'Unsupported scope "{{scope}}", should be one of "user" or "workspace"':
|
|
499
|
-
'Unsupported scope "{{scope}}", should be one of "user" or "workspace"',
|
|
500
|
-
'Extension "{{name}}" disabled for scope "{{scope}}"':
|
|
501
|
-
'Extension "{{name}}" disabled for scope "{{scope}}"',
|
|
502
|
-
'Extension "{{name}}" enabled for scope "{{scope}}"':
|
|
503
|
-
'Extension "{{name}}" enabled for scope "{{scope}}"',
|
|
504
475
|
'Do you want to continue? [Y/n]: ': 'Do you want to continue? [Y/n]: ',
|
|
505
476
|
'Do you want to continue?': 'Do you want to continue?',
|
|
506
477
|
'Installing extension "{{name}}".': 'Installing extension "{{name}}".',
|
|
@@ -514,8 +485,6 @@ export default {
|
|
|
514
485
|
'This extension will add the following commands: {{commands}}.',
|
|
515
486
|
'This extension will append info to your QWEN.md context using {{fileName}}':
|
|
516
487
|
'This extension will append info to your QWEN.md context using {{fileName}}',
|
|
517
|
-
'This extension will exclude the following core tools: {{tools}}':
|
|
518
|
-
'This extension will exclude the following core tools: {{tools}}',
|
|
519
488
|
'This extension will install the following skills:':
|
|
520
489
|
'This extension will install the following skills:',
|
|
521
490
|
'This extension will install the following subagents:':
|
|
@@ -528,8 +497,6 @@ export default {
|
|
|
528
497
|
'--ref and --auto-update are not applicable for marketplace extensions.',
|
|
529
498
|
'Extension "{{name}}" installed successfully and enabled.':
|
|
530
499
|
'Extension "{{name}}" installed successfully and enabled.',
|
|
531
|
-
'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).':
|
|
532
|
-
'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).',
|
|
533
500
|
'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.':
|
|
534
501
|
'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.',
|
|
535
502
|
'The git ref to install from.': 'The git ref to install from.',
|
|
@@ -613,6 +580,7 @@ export default {
|
|
|
613
580
|
'[not set]': '[not set]',
|
|
614
581
|
'[value stored in keychain]': '[value stored in keychain]',
|
|
615
582
|
'Value:': 'Value:',
|
|
583
|
+
'Manage extension settings': 'Manage extension settings',
|
|
616
584
|
'Manage extension settings.': 'Manage extension settings.',
|
|
617
585
|
'You need to specify a command (set or list).':
|
|
618
586
|
'You need to specify a command (set or list).',
|
|
@@ -672,8 +640,6 @@ export default {
|
|
|
672
640
|
// ============================================================================
|
|
673
641
|
'Manage Qwen Code hooks': 'Manage Qwen Code hooks',
|
|
674
642
|
'List all configured hooks': 'List all configured hooks',
|
|
675
|
-
'Enable a disabled hook': 'Enable a disabled hook',
|
|
676
|
-
'Disable an active hook': 'Disable an active hook',
|
|
677
643
|
// Hooks - Dialog
|
|
678
644
|
Hooks: 'Hooks',
|
|
679
645
|
'Loading hooks...': 'Loading hooks...',
|
|
@@ -722,6 +688,7 @@ export default {
|
|
|
722
688
|
// Hooks - Source
|
|
723
689
|
Project: 'Project',
|
|
724
690
|
User: 'User',
|
|
691
|
+
Skill: 'Skill',
|
|
725
692
|
System: 'System',
|
|
726
693
|
Extension: 'Extension',
|
|
727
694
|
'Local Settings': 'Local Settings',
|
|
@@ -729,9 +696,6 @@ export default {
|
|
|
729
696
|
'System Settings': 'System Settings',
|
|
730
697
|
Extensions: 'Extensions',
|
|
731
698
|
'Session (temporary)': 'Session (temporary)',
|
|
732
|
-
// Hooks - Status
|
|
733
|
-
'✓ Enabled': '✓ Enabled',
|
|
734
|
-
'✗ Disabled': '✗ Disabled',
|
|
735
699
|
// Hooks - Event Descriptions (short)
|
|
736
700
|
'Before tool execution': 'Before tool execution',
|
|
737
701
|
'After tool execution': 'After tool execution',
|
|
@@ -801,10 +765,6 @@ export default {
|
|
|
801
765
|
'Config not loaded.': 'Config not loaded.',
|
|
802
766
|
'Hooks are not enabled. Enable hooks in settings to use this feature.':
|
|
803
767
|
'Hooks are not enabled. Enable hooks in settings to use this feature.',
|
|
804
|
-
'No hooks configured. Add hooks in your settings.json file.':
|
|
805
|
-
'No hooks configured. Add hooks in your settings.json file.',
|
|
806
|
-
'Configured Hooks ({{count}} total)': 'Configured Hooks ({{count}} total)',
|
|
807
|
-
|
|
808
768
|
// ============================================================================
|
|
809
769
|
// Commands - Session Export
|
|
810
770
|
// ============================================================================
|
|
@@ -826,6 +786,11 @@ export default {
|
|
|
826
786
|
// Commands - Session History
|
|
827
787
|
// ============================================================================
|
|
828
788
|
'Resume a previous session': 'Resume a previous session',
|
|
789
|
+
'Fork the current conversation into a new session':
|
|
790
|
+
'Fork the current conversation into a new session',
|
|
791
|
+
'Cannot branch while a response or tool call is in progress. Wait for it to finish or resolve the pending tool call.':
|
|
792
|
+
'Cannot branch while a response or tool call is in progress. Wait for it to finish or resolve the pending tool call.',
|
|
793
|
+
'No conversation to branch.': 'No conversation to branch.',
|
|
829
794
|
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
|
|
830
795
|
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested',
|
|
831
796
|
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
|
|
@@ -843,19 +808,34 @@ export default {
|
|
|
843
808
|
'Current UI language: {{lang}}': 'Current UI language: {{lang}}',
|
|
844
809
|
'Current LLM output language: {{lang}}':
|
|
845
810
|
'Current LLM output language: {{lang}}',
|
|
846
|
-
'LLM output language not set': 'LLM output language not set',
|
|
847
811
|
'Set UI language': 'Set UI language',
|
|
848
812
|
'Set LLM output language': 'Set LLM output language',
|
|
849
813
|
'Usage: /language ui [{{options}}]': 'Usage: /language ui [{{options}}]',
|
|
850
814
|
'Usage: /language output <language>': 'Usage: /language output <language>',
|
|
815
|
+
'Manage dynamic translation cache': 'Manage dynamic translation cache',
|
|
816
|
+
'Re-translate currently loaded dynamic slash descriptions for the current UI language':
|
|
817
|
+
'Re-translate currently loaded dynamic slash descriptions for the current UI language',
|
|
818
|
+
'Clear cached translations for the current UI language':
|
|
819
|
+
'Clear cached translations for the current UI language',
|
|
820
|
+
'Manage AI translation for dynamic slash command descriptions':
|
|
821
|
+
'Manage AI translation for dynamic slash command descriptions',
|
|
822
|
+
'Enable AI translation for dynamic slash command descriptions':
|
|
823
|
+
'Enable AI translation for dynamic slash command descriptions',
|
|
824
|
+
'Disable AI translation for dynamic slash command descriptions':
|
|
825
|
+
'Disable AI translation for dynamic slash command descriptions',
|
|
826
|
+
'Show AI translation status for dynamic slash command descriptions':
|
|
827
|
+
'Show AI translation status for dynamic slash command descriptions',
|
|
828
|
+
'AI translation for dynamic slash command descriptions is {{status}}.':
|
|
829
|
+
'AI translation for dynamic slash command descriptions is {{status}}.',
|
|
830
|
+
'AI translation for dynamic slash command descriptions is now enabled.':
|
|
831
|
+
'AI translation for dynamic slash command descriptions is now enabled.',
|
|
832
|
+
'AI translation for dynamic slash command descriptions is now disabled.':
|
|
833
|
+
'AI translation for dynamic slash command descriptions is now disabled.',
|
|
851
834
|
'Example: /language output 中文': 'Example: /language output 中文',
|
|
852
835
|
'Example: /language output English': 'Example: /language output English',
|
|
853
836
|
'Example: /language output 日本語': 'Example: /language output 日本語',
|
|
854
|
-
'Example: /language output Português': 'Example: /language output Português',
|
|
855
837
|
'UI language changed to {{lang}}': 'UI language changed to {{lang}}',
|
|
856
838
|
'LLM output language set to {{lang}}': 'LLM output language set to {{lang}}',
|
|
857
|
-
'LLM output language rule file generated at {{path}}':
|
|
858
|
-
'LLM output language rule file generated at {{path}}',
|
|
859
839
|
'Please restart the application for the changes to take effect.':
|
|
860
840
|
'Please restart the application for the changes to take effect.',
|
|
861
841
|
'Failed to generate LLM output language rule file: {{error}}':
|
|
@@ -872,36 +852,7 @@ export default {
|
|
|
872
852
|
// Commands - Approval Mode
|
|
873
853
|
// ============================================================================
|
|
874
854
|
'Tool Approval Mode': 'Tool Approval Mode',
|
|
875
|
-
'Current approval mode: {{mode}}': 'Current approval mode: {{mode}}',
|
|
876
|
-
'Available approval modes:': 'Available approval modes:',
|
|
877
|
-
'Approval mode changed to: {{mode}}': 'Approval mode changed to: {{mode}}',
|
|
878
|
-
'Approval mode changed to: {{mode}} (saved to {{scope}} settings{{location}})':
|
|
879
|
-
'Approval mode changed to: {{mode}} (saved to {{scope}} settings{{location}})',
|
|
880
|
-
'Usage: /approval-mode <mode> [--session|--user|--project]':
|
|
881
|
-
'Usage: /approval-mode <mode> [--session|--user|--project]',
|
|
882
|
-
|
|
883
|
-
'Scope subcommands do not accept additional arguments.':
|
|
884
|
-
'Scope subcommands do not accept additional arguments.',
|
|
885
|
-
'Plan mode - Analyze only, do not modify files or execute commands':
|
|
886
|
-
'Plan mode - Analyze only, do not modify files or execute commands',
|
|
887
|
-
'Default mode - Require approval for file edits or shell commands':
|
|
888
|
-
'Default mode - Require approval for file edits or shell commands',
|
|
889
|
-
'Auto-edit mode - Automatically approve file edits':
|
|
890
|
-
'Auto-edit mode - Automatically approve file edits',
|
|
891
|
-
'YOLO mode - Automatically approve all tools':
|
|
892
|
-
'YOLO mode - Automatically approve all tools',
|
|
893
855
|
'{{mode}} mode': '{{mode}} mode',
|
|
894
|
-
'Settings service is not available; unable to persist the approval mode.':
|
|
895
|
-
'Settings service is not available; unable to persist the approval mode.',
|
|
896
|
-
'Failed to save approval mode: {{error}}':
|
|
897
|
-
'Failed to save approval mode: {{error}}',
|
|
898
|
-
'Failed to change approval mode: {{error}}':
|
|
899
|
-
'Failed to change approval mode: {{error}}',
|
|
900
|
-
'Apply to current session only (temporary)':
|
|
901
|
-
'Apply to current session only (temporary)',
|
|
902
|
-
'Persist for this project/workspace': 'Persist for this project/workspace',
|
|
903
|
-
'Persist for this user on this machine':
|
|
904
|
-
'Persist for this user on this machine',
|
|
905
856
|
'Analyze only, do not modify files or execute commands':
|
|
906
857
|
'Analyze only, do not modify files or execute commands',
|
|
907
858
|
'Require approval for file edits or shell commands':
|
|
@@ -912,48 +863,6 @@ export default {
|
|
|
912
863
|
'Workspace approval mode exists and takes priority. User-level change will have no effect.',
|
|
913
864
|
'Apply To': 'Apply To',
|
|
914
865
|
'Workspace Settings': 'Workspace Settings',
|
|
915
|
-
|
|
916
|
-
// ============================================================================
|
|
917
|
-
// Commands - Memory
|
|
918
|
-
// ============================================================================
|
|
919
|
-
'Commands for interacting with memory.':
|
|
920
|
-
'Commands for interacting with memory.',
|
|
921
|
-
'Show the current memory contents.': 'Show the current memory contents.',
|
|
922
|
-
'Show project-level memory contents.': 'Show project-level memory contents.',
|
|
923
|
-
'Show global memory contents.': 'Show global memory contents.',
|
|
924
|
-
'Add content to project-level memory.':
|
|
925
|
-
'Add content to project-level memory.',
|
|
926
|
-
'Add content to global memory.': 'Add content to global memory.',
|
|
927
|
-
'Refresh the memory from the source.': 'Refresh the memory from the source.',
|
|
928
|
-
'Usage: /memory add --project <text to remember>':
|
|
929
|
-
'Usage: /memory add --project <text to remember>',
|
|
930
|
-
'Usage: /memory add --global <text to remember>':
|
|
931
|
-
'Usage: /memory add --global <text to remember>',
|
|
932
|
-
'Attempting to save to project memory: "{{text}}"':
|
|
933
|
-
'Attempting to save to project memory: "{{text}}"',
|
|
934
|
-
'Attempting to save to global memory: "{{text}}"':
|
|
935
|
-
'Attempting to save to global memory: "{{text}}"',
|
|
936
|
-
'Current memory content from {{count}} file(s):':
|
|
937
|
-
'Current memory content from {{count}} file(s):',
|
|
938
|
-
'Memory is currently empty.': 'Memory is currently empty.',
|
|
939
|
-
'Project memory file not found or is currently empty.':
|
|
940
|
-
'Project memory file not found or is currently empty.',
|
|
941
|
-
'Global memory file not found or is currently empty.':
|
|
942
|
-
'Global memory file not found or is currently empty.',
|
|
943
|
-
'Global memory is currently empty.': 'Global memory is currently empty.',
|
|
944
|
-
'Global memory content:\n\n---\n{{content}}\n---':
|
|
945
|
-
'Global memory content:\n\n---\n{{content}}\n---',
|
|
946
|
-
'Project memory content from {{path}}:\n\n---\n{{content}}\n---':
|
|
947
|
-
'Project memory content from {{path}}:\n\n---\n{{content}}\n---',
|
|
948
|
-
'Project memory is currently empty.': 'Project memory is currently empty.',
|
|
949
|
-
'Refreshing memory from source files...':
|
|
950
|
-
'Refreshing memory from source files...',
|
|
951
|
-
'Add content to the memory. Use --global for global memory or --project for project memory.':
|
|
952
|
-
'Add content to the memory. Use --global for global memory or --project for project memory.',
|
|
953
|
-
'Usage: /memory add [--global|--project] <text to remember>':
|
|
954
|
-
'Usage: /memory add [--global|--project] <text to remember>',
|
|
955
|
-
'Attempting to save to memory {{scope}}: "{{fact}}"':
|
|
956
|
-
'Attempting to save to memory {{scope}}: "{{fact}}"',
|
|
957
866
|
'Open auto-memory folder': 'Open auto-memory folder',
|
|
958
867
|
'Auto-memory: {{status}}': 'Auto-memory: {{status}}',
|
|
959
868
|
'Auto-dream: {{status}} · {{lastDream}} · /dream to run':
|
|
@@ -961,58 +870,18 @@ export default {
|
|
|
961
870
|
never: 'never',
|
|
962
871
|
on: 'on',
|
|
963
872
|
off: 'off',
|
|
964
|
-
'✦ dreaming': '✦ dreaming',
|
|
965
873
|
'Remove matching entries from managed auto-memory.':
|
|
966
874
|
'Remove matching entries from managed auto-memory.',
|
|
967
875
|
'Usage: /forget <memory text to remove>':
|
|
968
876
|
'Usage: /forget <memory text to remove>',
|
|
969
877
|
'No managed auto-memory entries matched: {{query}}':
|
|
970
878
|
'No managed auto-memory entries matched: {{query}}',
|
|
971
|
-
'Show managed auto-memory status.': 'Show managed auto-memory status.',
|
|
972
|
-
'Run managed auto-memory extraction for the current session.':
|
|
973
|
-
'Run managed auto-memory extraction for the current session.',
|
|
974
|
-
'Managed auto-memory root: {{root}}': 'Managed auto-memory root: {{root}}',
|
|
975
|
-
'Managed auto-memory topics:': 'Managed auto-memory topics:',
|
|
976
|
-
'No extraction cursor found yet.': 'No extraction cursor found yet.',
|
|
977
|
-
'Cursor: session={{sessionId}}, offset={{offset}}, updated={{updatedAt}}':
|
|
978
|
-
'Cursor: session={{sessionId}}, offset={{offset}}, updated={{updatedAt}}',
|
|
979
|
-
'No chat client available to extract memory.':
|
|
980
|
-
'No chat client available to extract memory.',
|
|
981
|
-
'Managed auto-memory extraction is already running.':
|
|
982
|
-
'Managed auto-memory extraction is already running.',
|
|
983
|
-
'Managed auto-memory extraction found no new durable memories.':
|
|
984
|
-
'Managed auto-memory extraction found no new durable memories.',
|
|
985
879
|
'Consolidate managed auto-memory topic files.':
|
|
986
880
|
'Consolidate managed auto-memory topic files.',
|
|
987
|
-
'Managed auto-memory dream found nothing to improve.':
|
|
988
|
-
'Managed auto-memory dream found nothing to improve.',
|
|
989
|
-
'Deduplicated entries: {{count}}': 'Deduplicated entries: {{count}}',
|
|
990
|
-
'Save a durable memory using the save_memory tool.':
|
|
991
|
-
'Save a durable memory using the save_memory tool.',
|
|
992
|
-
'Usage: /remember [--global|--project] <text to remember>':
|
|
993
|
-
'Usage: /remember [--global|--project] <text to remember>',
|
|
994
|
-
|
|
995
|
-
// ============================================================================
|
|
996
|
-
// Commands - MCP
|
|
997
|
-
// ============================================================================
|
|
998
|
-
'Authenticate with an OAuth-enabled MCP server':
|
|
999
|
-
'Authenticate with an OAuth-enabled MCP server',
|
|
1000
|
-
'List configured MCP servers and tools':
|
|
1001
|
-
'List configured MCP servers and tools',
|
|
1002
|
-
'Restarts MCP servers.': 'Restarts MCP servers.',
|
|
1003
881
|
'Open MCP management dialog': 'Open MCP management dialog',
|
|
1004
882
|
'Could not retrieve tool registry.': 'Could not retrieve tool registry.',
|
|
1005
|
-
'No MCP servers configured with OAuth authentication.':
|
|
1006
|
-
'No MCP servers configured with OAuth authentication.',
|
|
1007
|
-
'MCP servers with OAuth authentication:':
|
|
1008
|
-
'MCP servers with OAuth authentication:',
|
|
1009
|
-
'Use /mcp auth <server-name> to authenticate.':
|
|
1010
|
-
'Use /mcp auth <server-name> to authenticate.',
|
|
1011
|
-
"MCP server '{{name}}' not found.": "MCP server '{{name}}' not found.",
|
|
1012
883
|
"Successfully authenticated and refreshed tools for '{{name}}'.":
|
|
1013
884
|
"Successfully authenticated and refreshed tools for '{{name}}'.",
|
|
1014
|
-
"Failed to authenticate with MCP server '{{name}}': {{error}}":
|
|
1015
|
-
"Failed to authenticate with MCP server '{{name}}': {{error}}",
|
|
1016
885
|
"Re-discovering tools from '{{name}}'...":
|
|
1017
886
|
"Re-discovering tools from '{{name}}'...",
|
|
1018
887
|
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
@@ -1020,20 +889,13 @@ export default {
|
|
|
1020
889
|
'Authentication complete. Returning to server details...':
|
|
1021
890
|
'Authentication complete. Returning to server details...',
|
|
1022
891
|
'Authentication successful.': 'Authentication successful.',
|
|
1023
|
-
'If the browser does not open, copy and paste this URL into your browser:':
|
|
1024
|
-
'If the browser does not open, copy and paste this URL into your browser:',
|
|
1025
|
-
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
1026
|
-
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.',
|
|
1027
|
-
|
|
1028
892
|
// ============================================================================
|
|
1029
893
|
// MCP Management Dialog
|
|
1030
894
|
// ============================================================================
|
|
1031
895
|
'Manage MCP servers': 'Manage MCP servers',
|
|
1032
896
|
'Server Detail': 'Server Detail',
|
|
1033
|
-
'Disable Server': 'Disable Server',
|
|
1034
897
|
Tools: 'Tools',
|
|
1035
898
|
'Tool Detail': 'Tool Detail',
|
|
1036
|
-
'MCP Management': 'MCP Management',
|
|
1037
899
|
'Loading...': 'Loading...',
|
|
1038
900
|
'Unknown step': 'Unknown step',
|
|
1039
901
|
'Esc to back': 'Esc to back',
|
|
@@ -1061,10 +923,8 @@ export default {
|
|
|
1061
923
|
'Server:': 'Server:',
|
|
1062
924
|
'Command:': 'Command:',
|
|
1063
925
|
'Working Directory:': 'Working Directory:',
|
|
1064
|
-
'Capabilities:': 'Capabilities:',
|
|
1065
926
|
'No server selected': 'No server selected',
|
|
1066
927
|
prompts: 'prompts',
|
|
1067
|
-
'(disabled)': '(disabled)',
|
|
1068
928
|
'Error:': 'Error:',
|
|
1069
929
|
tool: 'tool',
|
|
1070
930
|
tools: 'tools',
|
|
@@ -1084,8 +944,6 @@ export default {
|
|
|
1084
944
|
|
|
1085
945
|
// MCP OAuth Authentication
|
|
1086
946
|
'OAuth Authentication': 'OAuth Authentication',
|
|
1087
|
-
'Press Enter to start authentication, Esc to go back':
|
|
1088
|
-
'Press Enter to start authentication, Esc to go back',
|
|
1089
947
|
'Authenticating... Please complete the login in your browser.':
|
|
1090
948
|
'Authenticating... Please complete the login in your browser.',
|
|
1091
949
|
'Press c to copy the authorization URL to your clipboard.':
|
|
@@ -1094,30 +952,19 @@ export default {
|
|
|
1094
952
|
'Copy request sent to your terminal. If paste is empty, copy the URL above manually.',
|
|
1095
953
|
'Cannot write to terminal — copy the URL above manually.':
|
|
1096
954
|
'Cannot write to terminal — copy the URL above manually.',
|
|
1097
|
-
'Press Enter or Esc to go back': 'Press Enter or Esc to go back',
|
|
1098
|
-
|
|
1099
955
|
// MCP Tool List
|
|
1100
956
|
'No tools available for this server.': 'No tools available for this server.',
|
|
1101
957
|
destructive: 'destructive',
|
|
1102
958
|
'read-only': 'read-only',
|
|
1103
959
|
'open-world': 'open-world',
|
|
1104
960
|
idempotent: 'idempotent',
|
|
1105
|
-
'Tools for {{name}}': 'Tools for {{name}}',
|
|
1106
961
|
'Tools for {{serverName}}': 'Tools for {{serverName}}',
|
|
1107
962
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
1108
963
|
|
|
1109
964
|
// MCP Tool Detail
|
|
1110
965
|
required: 'required',
|
|
1111
|
-
Type: 'Type',
|
|
1112
|
-
Enum: 'Enum',
|
|
1113
966
|
Parameters: 'Parameters',
|
|
1114
967
|
'No tool selected': 'No tool selected',
|
|
1115
|
-
Annotations: 'Annotations',
|
|
1116
|
-
Title: 'Title',
|
|
1117
|
-
'Read Only': 'Read Only',
|
|
1118
|
-
Destructive: 'Destructive',
|
|
1119
|
-
Idempotent: 'Idempotent',
|
|
1120
|
-
'Open World': 'Open World',
|
|
1121
968
|
Server: 'Server',
|
|
1122
969
|
|
|
1123
970
|
// Invalid tool related translations
|
|
@@ -1132,53 +979,7 @@ export default {
|
|
|
1132
979
|
Reason: 'Reason',
|
|
1133
980
|
'Tools must have both name and description to be used by the LLM.':
|
|
1134
981
|
'Tools must have both name and description to be used by the LLM.',
|
|
1135
|
-
|
|
1136
|
-
// ============================================================================
|
|
1137
|
-
// Commands - Chat
|
|
1138
|
-
// ============================================================================
|
|
1139
|
-
'Manage conversation history.': 'Manage conversation history.',
|
|
1140
|
-
'List saved conversation checkpoints': 'List saved conversation checkpoints',
|
|
1141
|
-
'No saved conversation checkpoints found.':
|
|
1142
|
-
'No saved conversation checkpoints found.',
|
|
1143
|
-
'List of saved conversations:': 'List of saved conversations:',
|
|
1144
|
-
'Note: Newest last, oldest first': 'Note: Newest last, oldest first',
|
|
1145
|
-
'Save the current conversation as a checkpoint. Usage: /chat save <tag>':
|
|
1146
|
-
'Save the current conversation as a checkpoint. Usage: /chat save <tag>',
|
|
1147
|
-
'Missing tag. Usage: /chat save <tag>':
|
|
1148
|
-
'Missing tag. Usage: /chat save <tag>',
|
|
1149
|
-
'Delete a conversation checkpoint. Usage: /chat delete <tag>':
|
|
1150
|
-
'Delete a conversation checkpoint. Usage: /chat delete <tag>',
|
|
1151
|
-
'Missing tag. Usage: /chat delete <tag>':
|
|
1152
|
-
'Missing tag. Usage: /chat delete <tag>',
|
|
1153
|
-
"Conversation checkpoint '{{tag}}' has been deleted.":
|
|
1154
|
-
"Conversation checkpoint '{{tag}}' has been deleted.",
|
|
1155
|
-
"Error: No checkpoint found with tag '{{tag}}'.":
|
|
1156
|
-
"Error: No checkpoint found with tag '{{tag}}'.",
|
|
1157
|
-
'Resume a conversation from a checkpoint. Usage: /chat resume <tag>':
|
|
1158
|
-
'Resume a conversation from a checkpoint. Usage: /chat resume <tag>',
|
|
1159
|
-
'Missing tag. Usage: /chat resume <tag>':
|
|
1160
|
-
'Missing tag. Usage: /chat resume <tag>',
|
|
1161
|
-
'No saved checkpoint found with tag: {{tag}}.':
|
|
1162
|
-
'No saved checkpoint found with tag: {{tag}}.',
|
|
1163
|
-
'A checkpoint with the tag {{tag}} already exists. Do you want to overwrite it?':
|
|
1164
|
-
'A checkpoint with the tag {{tag}} already exists. Do you want to overwrite it?',
|
|
1165
|
-
'No chat client available to save conversation.':
|
|
1166
|
-
'No chat client available to save conversation.',
|
|
1167
|
-
'Conversation checkpoint saved with tag: {{tag}}.':
|
|
1168
|
-
'Conversation checkpoint saved with tag: {{tag}}.',
|
|
1169
|
-
'No conversation found to save.': 'No conversation found to save.',
|
|
1170
|
-
'No chat client available to share conversation.':
|
|
1171
|
-
'No chat client available to share conversation.',
|
|
1172
|
-
'Invalid file format. Only .md and .json are supported.':
|
|
1173
|
-
'Invalid file format. Only .md and .json are supported.',
|
|
1174
|
-
'Error sharing conversation: {{error}}':
|
|
1175
|
-
'Error sharing conversation: {{error}}',
|
|
1176
|
-
'Conversation shared to {{filePath}}': 'Conversation shared to {{filePath}}',
|
|
1177
|
-
'No conversation found to share.': 'No conversation found to share.',
|
|
1178
|
-
'Share the current conversation to a markdown or json file. Usage: /chat share <file>':
|
|
1179
|
-
'Share the current conversation to a markdown or json file. Usage: /chat share <file>',
|
|
1180
|
-
|
|
1181
|
-
// ============================================================================
|
|
982
|
+
// ===========================================================
|
|
1182
983
|
// Commands - Summary
|
|
1183
984
|
// ============================================================================
|
|
1184
985
|
'Generate a project summary and save it to .qwen/PROJECT_SUMMARY.md':
|
|
@@ -1194,6 +995,10 @@ export default {
|
|
|
1194
995
|
'Saved project summary to {{filePathForDisplay}}.',
|
|
1195
996
|
'Saving project summary...': 'Saving project summary...',
|
|
1196
997
|
'Generating project summary...': 'Generating project summary...',
|
|
998
|
+
'Processing summary...': 'Processing summary...',
|
|
999
|
+
'Project summary generated and saved successfully!':
|
|
1000
|
+
'Project summary generated and saved successfully!',
|
|
1001
|
+
'Saved to: {{filePath}}': 'Saved to: {{filePath}}',
|
|
1197
1002
|
'Failed to generate summary - no text content received from LLM response':
|
|
1198
1003
|
'Failed to generate summary - no text content received from LLM response',
|
|
1199
1004
|
|
|
@@ -1237,8 +1042,6 @@ export default {
|
|
|
1237
1042
|
'Chat history compression did not reduce size. This may indicate issues with the compression prompt.',
|
|
1238
1043
|
'Could not compress chat history due to a token counting error.':
|
|
1239
1044
|
'Could not compress chat history due to a token counting error.',
|
|
1240
|
-
'Chat history is already compressed.': 'Chat history is already compressed.',
|
|
1241
|
-
|
|
1242
1045
|
// ============================================================================
|
|
1243
1046
|
// Commands - Directory
|
|
1244
1047
|
// ============================================================================
|
|
@@ -1273,7 +1076,6 @@ export default {
|
|
|
1273
1076
|
Yes: 'Yes',
|
|
1274
1077
|
No: 'No',
|
|
1275
1078
|
'No (esc)': 'No (esc)',
|
|
1276
|
-
'Yes, allow always for this session': 'Yes, allow always for this session',
|
|
1277
1079
|
'Modify in progress:': 'Modify in progress:',
|
|
1278
1080
|
'Save and close external editor to continue':
|
|
1279
1081
|
'Save and close external editor to continue',
|
|
@@ -1282,7 +1084,6 @@ export default {
|
|
|
1282
1084
|
'Modify with external editor': 'Modify with external editor',
|
|
1283
1085
|
'No, suggest changes (esc)': 'No, suggest changes (esc)',
|
|
1284
1086
|
"Allow execution of: '{{command}}'?": "Allow execution of: '{{command}}'?",
|
|
1285
|
-
'Yes, allow always ...': 'Yes, allow always ...',
|
|
1286
1087
|
'Always allow in this project': 'Always allow in this project',
|
|
1287
1088
|
'Always allow {{action}} in this project':
|
|
1288
1089
|
'Always allow {{action}} in this project',
|
|
@@ -1299,27 +1100,12 @@ export default {
|
|
|
1299
1100
|
'Tool: {{tool}}': 'Tool: {{tool}}',
|
|
1300
1101
|
'Allow execution of MCP tool "{{tool}}" from server "{{server}}"?':
|
|
1301
1102
|
'Allow execution of MCP tool "{{tool}}" from server "{{server}}"?',
|
|
1302
|
-
'Yes, always allow tool "{{tool}}" from server "{{server}}"':
|
|
1303
|
-
'Yes, always allow tool "{{tool}}" from server "{{server}}"',
|
|
1304
|
-
'Yes, always allow all tools from server "{{server}}"':
|
|
1305
|
-
'Yes, always allow all tools from server "{{server}}"',
|
|
1306
|
-
|
|
1307
1103
|
// ============================================================================
|
|
1308
1104
|
// Dialogs - Shell Confirmation
|
|
1309
1105
|
// ============================================================================
|
|
1310
1106
|
'Shell Command Execution': 'Shell Command Execution',
|
|
1311
1107
|
'A custom command wants to run the following shell commands:':
|
|
1312
1108
|
'A custom command wants to run the following shell commands:',
|
|
1313
|
-
|
|
1314
|
-
// ============================================================================
|
|
1315
|
-
// Dialogs - Pro Quota
|
|
1316
|
-
// ============================================================================
|
|
1317
|
-
'Pro quota limit reached for {{model}}.':
|
|
1318
|
-
'Pro quota limit reached for {{model}}.',
|
|
1319
|
-
'Change auth (executes the /auth command)':
|
|
1320
|
-
'Change auth (executes the /auth command)',
|
|
1321
|
-
'Continue with {{model}}': 'Continue with {{model}}',
|
|
1322
|
-
|
|
1323
1109
|
// ============================================================================
|
|
1324
1110
|
// Dialogs - Welcome Back
|
|
1325
1111
|
// ============================================================================
|
|
@@ -1336,14 +1122,7 @@ export default {
|
|
|
1336
1122
|
'👋 Welcome back! (Last updated: {{timeAgo}})':
|
|
1337
1123
|
'👋 Welcome back! (Last updated: {{timeAgo}})',
|
|
1338
1124
|
'🎯 Overall Goal:': '🎯 Overall Goal:',
|
|
1339
|
-
|
|
1340
|
-
// ============================================================================
|
|
1341
|
-
// Dialogs - Auth
|
|
1342
|
-
// ============================================================================
|
|
1343
|
-
'Get started': 'Get started',
|
|
1344
1125
|
'Select Authentication Method': 'Select Authentication Method',
|
|
1345
|
-
'OpenAI API key is required to use OpenAI authentication.':
|
|
1346
|
-
'OpenAI API key is required to use OpenAI authentication.',
|
|
1347
1126
|
'You must select an auth method to proceed. Press Ctrl+C again to exit.':
|
|
1348
1127
|
'You must select an auth method to proceed. Press Ctrl+C again to exit.',
|
|
1349
1128
|
'Terms of Services and Privacy Notice':
|
|
@@ -1351,8 +1130,6 @@ export default {
|
|
|
1351
1130
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1352
1131
|
'Discontinued — switch to Coding Plan or API Key':
|
|
1353
1132
|
'Discontinued — switch to Coding Plan or API Key',
|
|
1354
|
-
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
1355
|
-
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.',
|
|
1356
1133
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
1357
1134
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.',
|
|
1358
1135
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
@@ -1381,24 +1158,12 @@ export default {
|
|
|
1381
1158
|
'Bring your own API key': 'Bring your own API key',
|
|
1382
1159
|
'Browser-based authentication with third-party providers (e.g. OpenRouter, ModelScope)':
|
|
1383
1160
|
'Browser-based authentication with third-party providers (e.g. OpenRouter, ModelScope)',
|
|
1384
|
-
'API-KEY': 'API-KEY',
|
|
1385
|
-
'Use coding plan credentials or your own api-keys/providers.':
|
|
1386
|
-
'Use coding plan credentials or your own api-keys/providers.',
|
|
1387
|
-
OpenAI: 'OpenAI',
|
|
1388
|
-
'Failed to login. Message: {{message}}':
|
|
1389
|
-
'Failed to login. Message: {{message}}',
|
|
1390
1161
|
'Authentication is enforced to be {{enforcedType}}, but you are currently using {{currentType}}.':
|
|
1391
1162
|
'Authentication is enforced to be {{enforcedType}}, but you are currently using {{currentType}}.',
|
|
1392
|
-
'Qwen OAuth authentication timed out. Please try again.':
|
|
1393
|
-
'Qwen OAuth authentication timed out. Please try again.',
|
|
1394
|
-
'Qwen OAuth authentication cancelled.':
|
|
1395
|
-
'Qwen OAuth authentication cancelled.',
|
|
1396
1163
|
'Qwen OAuth Authentication': 'Qwen OAuth Authentication',
|
|
1397
1164
|
'Please visit this URL to authorize:': 'Please visit this URL to authorize:',
|
|
1398
|
-
'Or scan the QR code below:': 'Or scan the QR code below:',
|
|
1399
1165
|
'Waiting for authorization': 'Waiting for authorization',
|
|
1400
1166
|
'Time remaining:': 'Time remaining:',
|
|
1401
|
-
'(Press ESC or CTRL+C to cancel)': '(Press ESC or CTRL+C to cancel)',
|
|
1402
1167
|
'Qwen OAuth Authentication Timeout': 'Qwen OAuth Authentication Timeout',
|
|
1403
1168
|
'OAuth token expired (over {{seconds}} seconds). Please select authentication method again.':
|
|
1404
1169
|
'OAuth token expired (over {{seconds}} seconds). Please select authentication method again.',
|
|
@@ -1406,18 +1171,12 @@ export default {
|
|
|
1406
1171
|
'Press any key to return to authentication type selection.',
|
|
1407
1172
|
'Waiting for Qwen OAuth authentication...':
|
|
1408
1173
|
'Waiting for Qwen OAuth authentication...',
|
|
1409
|
-
'Note: Your existing API key in settings.json will not be cleared when using Qwen OAuth. You can switch back to OpenAI authentication later if needed.':
|
|
1410
|
-
'Note: Your existing API key in settings.json will not be cleared when using Qwen OAuth. You can switch back to OpenAI authentication later if needed.',
|
|
1411
|
-
'Note: Your existing API key will not be cleared when using Qwen OAuth.':
|
|
1412
|
-
'Note: Your existing API key will not be cleared when using Qwen OAuth.',
|
|
1413
1174
|
'Authentication timed out. Please try again.':
|
|
1414
1175
|
'Authentication timed out. Please try again.',
|
|
1415
1176
|
'Waiting for auth... (Press ESC or CTRL+C to cancel)':
|
|
1416
1177
|
'Waiting for auth... (Press ESC or CTRL+C to cancel)',
|
|
1417
1178
|
'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.':
|
|
1418
1179
|
'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.',
|
|
1419
|
-
'{{envKeyHint}} environment variable not found.':
|
|
1420
|
-
'{{envKeyHint}} environment variable not found.',
|
|
1421
1180
|
'{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.':
|
|
1422
1181
|
'{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.',
|
|
1423
1182
|
'{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.':
|
|
@@ -1435,27 +1194,12 @@ export default {
|
|
|
1435
1194
|
'Authenticated successfully with {{authType}} credentials.',
|
|
1436
1195
|
'Invalid QWEN_DEFAULT_AUTH_TYPE value: "{{value}}". Valid values are: {{validValues}}':
|
|
1437
1196
|
'Invalid QWEN_DEFAULT_AUTH_TYPE value: "{{value}}". Valid values are: {{validValues}}',
|
|
1438
|
-
'OpenAI Configuration Required': 'OpenAI Configuration Required',
|
|
1439
|
-
'Please enter your OpenAI configuration. You can get an API key from':
|
|
1440
|
-
'Please enter your OpenAI configuration. You can get an API key from',
|
|
1441
|
-
'API Key:': 'API Key:',
|
|
1442
|
-
'Invalid credentials: {{errorMessage}}':
|
|
1443
|
-
'Invalid credentials: {{errorMessage}}',
|
|
1444
|
-
'Failed to validate credentials': 'Failed to validate credentials',
|
|
1445
|
-
'Press Enter to continue, Tab/↑↓ to navigate, Esc to cancel':
|
|
1446
|
-
'Press Enter to continue, Tab/↑↓ to navigate, Esc to cancel',
|
|
1447
|
-
|
|
1448
1197
|
// ============================================================================
|
|
1449
1198
|
// Dialogs - Model
|
|
1450
1199
|
// ============================================================================
|
|
1451
1200
|
'Select Model': 'Select Model',
|
|
1452
|
-
'(Press Esc to close)': '(Press Esc to close)',
|
|
1453
|
-
'Current (effective) configuration': 'Current (effective) configuration',
|
|
1454
|
-
AuthType: 'AuthType',
|
|
1455
1201
|
'API Key': 'API Key',
|
|
1456
|
-
unset: 'unset',
|
|
1457
1202
|
'(default)': '(default)',
|
|
1458
|
-
'(set)': '(set)',
|
|
1459
1203
|
'(not set)': '(not set)',
|
|
1460
1204
|
Modality: 'Modality',
|
|
1461
1205
|
'Context Window': 'Context Window',
|
|
@@ -1468,13 +1212,6 @@ export default {
|
|
|
1468
1212
|
'not set': 'not set',
|
|
1469
1213
|
none: 'none',
|
|
1470
1214
|
unknown: 'unknown',
|
|
1471
|
-
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
|
1472
|
-
"Failed to switch model to '{{modelId}}'.\n\n{{error}}",
|
|
1473
|
-
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1474
|
-
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance',
|
|
1475
|
-
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
|
1476
|
-
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)',
|
|
1477
|
-
|
|
1478
1215
|
// ============================================================================
|
|
1479
1216
|
// Dialogs - Permissions
|
|
1480
1217
|
// ============================================================================
|
|
@@ -1498,8 +1235,6 @@ export default {
|
|
|
1498
1235
|
'From user settings': 'From user settings',
|
|
1499
1236
|
'From project settings': 'From project settings',
|
|
1500
1237
|
'From session': 'From session',
|
|
1501
|
-
'Project settings (local)': 'Project settings (local)',
|
|
1502
|
-
'Saved in .qwen/settings.local.json': 'Saved in .qwen/settings.local.json',
|
|
1503
1238
|
'Project settings': 'Project settings',
|
|
1504
1239
|
'Checked in at .qwen/settings.json': 'Checked in at .qwen/settings.json',
|
|
1505
1240
|
'User settings': 'User settings',
|
|
@@ -1522,8 +1257,6 @@ export default {
|
|
|
1522
1257
|
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
1523
1258
|
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel',
|
|
1524
1259
|
'Search…': 'Search…',
|
|
1525
|
-
'Use /trust to manage folder trust settings for this workspace.':
|
|
1526
|
-
'Use /trust to manage folder trust settings for this workspace.',
|
|
1527
1260
|
// Workspace directory management
|
|
1528
1261
|
'Add directory…': 'Add directory…',
|
|
1529
1262
|
'Add directory to workspace': 'Add directory to workspace',
|
|
@@ -1606,8 +1339,6 @@ export default {
|
|
|
1606
1339
|
'to toggle tool descriptions on/off': 'to toggle tool descriptions on/off',
|
|
1607
1340
|
"Starting OAuth authentication for MCP server '{{name}}'...":
|
|
1608
1341
|
"Starting OAuth authentication for MCP server '{{name}}'...",
|
|
1609
|
-
'Restarting MCP servers...': 'Restarting MCP servers...',
|
|
1610
|
-
|
|
1611
1342
|
// ============================================================================
|
|
1612
1343
|
// Startup Tips
|
|
1613
1344
|
// ============================================================================
|
|
@@ -1684,7 +1415,6 @@ export default {
|
|
|
1684
1415
|
Prompt: 'Prompt',
|
|
1685
1416
|
Cached: 'Cached',
|
|
1686
1417
|
Thoughts: 'Thoughts',
|
|
1687
|
-
Tool: 'Tool',
|
|
1688
1418
|
Output: 'Output',
|
|
1689
1419
|
'No API calls have been made in this session.':
|
|
1690
1420
|
'No API calls have been made in this session.',
|
|
@@ -1710,6 +1440,48 @@ export default {
|
|
|
1710
1440
|
'Found {{count}} TOML command file:': 'Found {{count}} TOML command file:',
|
|
1711
1441
|
'Found {{count}} TOML command files:': 'Found {{count}} TOML command files:',
|
|
1712
1442
|
'Current tasks': 'Current tasks',
|
|
1443
|
+
'Background tasks': 'Background tasks',
|
|
1444
|
+
'No tasks currently running': 'No tasks currently running',
|
|
1445
|
+
'No entry to show.': 'No entry to show.',
|
|
1446
|
+
Running: 'Running',
|
|
1447
|
+
Paused: 'Paused',
|
|
1448
|
+
Completed: 'Completed',
|
|
1449
|
+
Failed: 'Failed',
|
|
1450
|
+
Stopped: 'Stopped',
|
|
1451
|
+
Shell: 'Shell',
|
|
1452
|
+
Monitor: 'Monitor',
|
|
1453
|
+
Command: 'Command',
|
|
1454
|
+
Dream: 'Dream',
|
|
1455
|
+
'[dream] memory consolidation': '[dream] memory consolidation',
|
|
1456
|
+
'[dream] memory consolidation (reviewing {{count}} session)':
|
|
1457
|
+
'[dream] memory consolidation (reviewing {{count}} session)',
|
|
1458
|
+
'[dream] memory consolidation (reviewing {{count}} sessions)':
|
|
1459
|
+
'[dream] memory consolidation (reviewing {{count}} sessions)',
|
|
1460
|
+
'{{count}} session': '{{count}} session',
|
|
1461
|
+
'{{count}} sessions': '{{count}} sessions',
|
|
1462
|
+
'{{count}} topic': '{{count}} topic',
|
|
1463
|
+
'{{count}} topics': '{{count}} topics',
|
|
1464
|
+
'{{count}} tokens': '{{count}} tokens',
|
|
1465
|
+
'{{count}} tool call': '{{count}} tool call',
|
|
1466
|
+
'{{count}} tool calls': '{{count}} tool calls',
|
|
1467
|
+
'{{count}} event': '{{count}} event',
|
|
1468
|
+
'{{count}} events': '{{count}} events',
|
|
1469
|
+
'{{count}} dropped': '{{count}} dropped',
|
|
1470
|
+
'pid {{pid}}': 'pid {{pid}}',
|
|
1471
|
+
'exit {{exitCode}}': 'exit {{exitCode}}',
|
|
1472
|
+
'Sessions reviewing': 'Sessions reviewing',
|
|
1473
|
+
Progress: 'Progress',
|
|
1474
|
+
'Resume blocked': 'Resume blocked',
|
|
1475
|
+
'Working dir': 'Working dir',
|
|
1476
|
+
'Output file': 'Output file',
|
|
1477
|
+
'Topics touched ({{count}})': 'Topics touched ({{count}})',
|
|
1478
|
+
'{{count}} more': '{{count}} more',
|
|
1479
|
+
'Lock release warning': 'Lock release warning',
|
|
1480
|
+
'Metadata write warning': 'Metadata write warning',
|
|
1481
|
+
"Subsequent dreams may be skipped as locked until the next session's staleness sweep cleans the file.":
|
|
1482
|
+
"Subsequent dreams may be skipped as locked until the next session's staleness sweep cleans the file.",
|
|
1483
|
+
"The scheduler gate did not see this dream's timestamp; the next dream cycle may re-fire sooner than usual.":
|
|
1484
|
+
"The scheduler gate did not see this dream's timestamp; the next dream cycle may re-fire sooner than usual.",
|
|
1713
1485
|
'... and {{count}} more': '... and {{count}} more',
|
|
1714
1486
|
'The TOML format is deprecated. Would you like to migrate them to Markdown format?':
|
|
1715
1487
|
'The TOML format is deprecated. Would you like to migrate them to Markdown format?',
|
|
@@ -1720,8 +1492,6 @@ export default {
|
|
|
1720
1492
|
// Loading Phrases
|
|
1721
1493
|
// ============================================================================
|
|
1722
1494
|
'Waiting for user confirmation...': 'Waiting for user confirmation...',
|
|
1723
|
-
'(esc to cancel, {{time}})': '(esc to cancel, {{time}})',
|
|
1724
|
-
|
|
1725
1495
|
// ============================================================================
|
|
1726
1496
|
// Loading Phrases
|
|
1727
1497
|
// ============================================================================
|
|
@@ -1905,11 +1675,6 @@ export default {
|
|
|
1905
1675
|
'Opening extensions page in your browser: {{url}}',
|
|
1906
1676
|
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1907
1677
|
'Failed to open browser. Check out the extensions gallery at {{url}}',
|
|
1908
|
-
|
|
1909
|
-
// ============================================================================
|
|
1910
|
-
// Retry / Rate Limit
|
|
1911
|
-
// ============================================================================
|
|
1912
|
-
'Rate limit error: {{reason}}': 'Rate limit error: {{reason}}',
|
|
1913
1678
|
'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})':
|
|
1914
1679
|
'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})',
|
|
1915
1680
|
'Press Ctrl+Y to retry': 'Press Ctrl+Y to retry',
|
|
@@ -1949,15 +1714,7 @@ export default {
|
|
|
1949
1714
|
// Auth Dialog - View Titles and Labels
|
|
1950
1715
|
// ============================================================================
|
|
1951
1716
|
'Coding Plan': 'Coding Plan',
|
|
1952
|
-
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1953
|
-
"Paste your api key of ModelStudio Coding Plan and you're all set!",
|
|
1954
1717
|
Custom: 'Custom',
|
|
1955
|
-
'More instructions about configuring `modelProviders` manually.':
|
|
1956
|
-
'More instructions about configuring `modelProviders` manually.',
|
|
1957
|
-
'Select API-KEY configuration mode:': 'Select API-KEY configuration mode:',
|
|
1958
|
-
'(Press Escape to go back)': '(Press Escape to go back)',
|
|
1959
|
-
'(Press Enter to submit, Escape to cancel)':
|
|
1960
|
-
'(Press Enter to submit, Escape to cancel)',
|
|
1961
1718
|
'Select Region for Coding Plan': 'Select Region for Coding Plan',
|
|
1962
1719
|
'Choose based on where your account is registered':
|
|
1963
1720
|
'Choose based on where your account is registered',
|
|
@@ -1971,9 +1728,6 @@ export default {
|
|
|
1971
1728
|
'New model configurations are available for {{region}}. Update now?',
|
|
1972
1729
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1973
1730
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".',
|
|
1974
|
-
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1975
|
-
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).',
|
|
1976
|
-
|
|
1977
1731
|
// ============================================================================
|
|
1978
1732
|
// Context Usage Component
|
|
1979
1733
|
// ============================================================================
|
|
@@ -1982,7 +1736,6 @@ export default {
|
|
|
1982
1736
|
'% context used': '% context used',
|
|
1983
1737
|
'Context exceeds limit! Use /compress or /clear to reduce.':
|
|
1984
1738
|
'Context exceeds limit! Use /compress or /clear to reduce.',
|
|
1985
|
-
'Use /compress or /clear': 'Use /compress or /clear',
|
|
1986
1739
|
'No API response yet. Send a message to see actual usage.':
|
|
1987
1740
|
'No API response yet. Send a message to see actual usage.',
|
|
1988
1741
|
'Estimated pre-conversation overhead': 'Estimated pre-conversation overhead',
|
|
@@ -1998,8 +1751,6 @@ export default {
|
|
|
1998
1751
|
'Memory files': 'Memory files',
|
|
1999
1752
|
Skills: 'Skills',
|
|
2000
1753
|
Messages: 'Messages',
|
|
2001
|
-
'Show context window usage breakdown.':
|
|
2002
|
-
'Show context window usage breakdown.',
|
|
2003
1754
|
'Run /context detail for per-item breakdown.':
|
|
2004
1755
|
'Run /context detail for per-item breakdown.',
|
|
2005
1756
|
'Show context window usage breakdown. Use "/context detail" for per-item breakdown.':
|
|
@@ -2012,19 +1763,6 @@ export default {
|
|
|
2012
1763
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.',
|
|
2013
1764
|
'Tip: Use /model to switch between available Coding Plan models.':
|
|
2014
1765
|
'Tip: Use /model to switch between available Coding Plan models.',
|
|
2015
|
-
|
|
2016
|
-
// ============================================================================
|
|
2017
|
-
// Ask User Question Tool
|
|
2018
|
-
// ============================================================================
|
|
2019
|
-
'Please answer the following question(s):':
|
|
2020
|
-
'Please answer the following question(s):',
|
|
2021
|
-
'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.':
|
|
2022
|
-
'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.',
|
|
2023
|
-
'User declined to answer the questions.':
|
|
2024
|
-
'User declined to answer the questions.',
|
|
2025
|
-
'User has provided the following answers:':
|
|
2026
|
-
'User has provided the following answers:',
|
|
2027
|
-
'Failed to process user answers:': 'Failed to process user answers:',
|
|
2028
1766
|
'Type something...': 'Type something...',
|
|
2029
1767
|
Submit: 'Submit',
|
|
2030
1768
|
'Submit answers': 'Submit answers',
|
|
@@ -2034,18 +1772,8 @@ export default {
|
|
|
2034
1772
|
'Ready to submit your answers?': 'Ready to submit your answers?',
|
|
2035
1773
|
'↑/↓: Navigate | ←/→: Switch tabs | Enter: Select':
|
|
2036
1774
|
'↑/↓: Navigate | ←/→: Switch tabs | Enter: Select',
|
|
2037
|
-
'↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel':
|
|
2038
|
-
'↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel',
|
|
2039
|
-
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel':
|
|
2040
|
-
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel',
|
|
2041
1775
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
2042
1776
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel',
|
|
2043
|
-
|
|
2044
|
-
// ============================================================================
|
|
2045
|
-
// Commands - Auth
|
|
2046
|
-
// ============================================================================
|
|
2047
|
-
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
2048
|
-
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan',
|
|
2049
1777
|
'Authenticate using Qwen OAuth': 'Authenticate using Qwen OAuth',
|
|
2050
1778
|
'Authenticate using Alibaba Cloud Coding Plan':
|
|
2051
1779
|
'Authenticate using Alibaba Cloud Coding Plan',
|
|
@@ -2081,8 +1809,6 @@ export default {
|
|
|
2081
1809
|
'Run one of the following commands to get started:\n',
|
|
2082
1810
|
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
2083
1811
|
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)',
|
|
2084
|
-
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
2085
|
-
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n',
|
|
2086
1812
|
'Or simply run:': 'Or simply run:',
|
|
2087
1813
|
' qwen auth - Interactive authentication setup\n':
|
|
2088
1814
|
' qwen auth - Interactive authentication setup\n',
|
|
@@ -2092,7 +1818,6 @@ export default {
|
|
|
2092
1818
|
' Limit: No longer available': ' Limit: No longer available',
|
|
2093
1819
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
2094
1820
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.',
|
|
2095
|
-
' Models: Qwen latest models\n': ' Models: Qwen latest models\n',
|
|
2096
1821
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
2097
1822
|
'✓ Authentication Method: Alibaba Cloud Coding Plan',
|
|
2098
1823
|
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
@@ -2116,13 +1841,10 @@ export default {
|
|
|
2116
1841
|
'Raw mode not available. Please run in an interactive terminal.',
|
|
2117
1842
|
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
2118
1843
|
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n',
|
|
2119
|
-
compact: 'compact',
|
|
2120
|
-
'compact mode: on (Ctrl+O off)': 'compact mode: on (Ctrl+O off)',
|
|
2121
1844
|
'Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).':
|
|
2122
1845
|
'Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).',
|
|
2123
1846
|
'Press Ctrl+O to show full tool output':
|
|
2124
1847
|
'Press Ctrl+O to show full tool output',
|
|
2125
|
-
|
|
2126
1848
|
'Switch to plan mode or exit plan mode':
|
|
2127
1849
|
'Switch to plan mode or exit plan mode',
|
|
2128
1850
|
'Exited plan mode. Previous approval mode restored.':
|
|
@@ -2133,6 +1855,62 @@ export default {
|
|
|
2133
1855
|
'Already in plan mode. Use "/plan exit" to exit plan mode.',
|
|
2134
1856
|
'Not in plan mode. Use "/plan" to enter plan mode first.':
|
|
2135
1857
|
'Not in plan mode. Use "/plan" to enter plan mode first.',
|
|
2136
|
-
|
|
2137
1858
|
"Set up Qwen Code's status line UI": "Set up Qwen Code's status line UI",
|
|
1859
|
+
|
|
1860
|
+
// === Core: added from PR #3328 ===
|
|
1861
|
+
'Open the memory manager.': 'Open the memory manager.',
|
|
1862
|
+
'Save a durable memory to the memory system.':
|
|
1863
|
+
'Save a durable memory to the memory system.',
|
|
1864
|
+
'Ask a quick side question without affecting the main conversation':
|
|
1865
|
+
'Ask a quick side question without affecting the main conversation',
|
|
1866
|
+
'Manage Arena sessions': 'Manage Arena sessions',
|
|
1867
|
+
'Start an Arena session with multiple models competing on the same task':
|
|
1868
|
+
'Start an Arena session with multiple models competing on the same task',
|
|
1869
|
+
'Stop the current Arena session': 'Stop the current Arena session',
|
|
1870
|
+
'Show the current Arena session status':
|
|
1871
|
+
'Show the current Arena session status',
|
|
1872
|
+
'Select a model result and merge its diff into the current workspace':
|
|
1873
|
+
'Select a model result and merge its diff into the current workspace',
|
|
1874
|
+
'No running Arena session found.': 'No running Arena session found.',
|
|
1875
|
+
'No Arena session found. Start one with /arena start.':
|
|
1876
|
+
'No Arena session found. Start one with /arena start.',
|
|
1877
|
+
'Arena session is still running. Wait for it to complete or use /arena stop first.':
|
|
1878
|
+
'Arena session is still running. Wait for it to complete or use /arena stop first.',
|
|
1879
|
+
'No successful agent results to select from. All agents failed or were cancelled.':
|
|
1880
|
+
'No successful agent results to select from. All agents failed or were cancelled.',
|
|
1881
|
+
'Use /arena stop to end the session.': 'Use /arena stop to end the session.',
|
|
1882
|
+
'No idle agent found matching "{{name}}".':
|
|
1883
|
+
'No idle agent found matching "{{name}}".',
|
|
1884
|
+
'Failed to apply changes from {{label}}: {{error}}':
|
|
1885
|
+
'Failed to apply changes from {{label}}: {{error}}',
|
|
1886
|
+
'Applied changes from {{label}} to workspace. Arena session complete.':
|
|
1887
|
+
'Applied changes from {{label}} to workspace. Arena session complete.',
|
|
1888
|
+
'Discard all Arena results and clean up worktrees?':
|
|
1889
|
+
'Discard all Arena results and clean up worktrees?',
|
|
1890
|
+
'Arena results discarded. All worktrees cleaned up.':
|
|
1891
|
+
'Arena results discarded. All worktrees cleaned up.',
|
|
1892
|
+
'Arena is not supported in non-interactive mode. Use interactive mode to start an Arena session.':
|
|
1893
|
+
'Arena is not supported in non-interactive mode. Use interactive mode to start an Arena session.',
|
|
1894
|
+
'Arena is not supported in non-interactive mode. Use interactive mode to stop an Arena session.':
|
|
1895
|
+
'Arena is not supported in non-interactive mode. Use interactive mode to stop an Arena session.',
|
|
1896
|
+
'Arena is not supported in non-interactive mode.':
|
|
1897
|
+
'Arena is not supported in non-interactive mode.',
|
|
1898
|
+
'An Arena session exists. Use /arena stop or /arena select to end it before starting a new one.':
|
|
1899
|
+
'An Arena session exists. Use /arena stop or /arena select to end it before starting a new one.',
|
|
1900
|
+
'Usage: /arena start --models model1,model2 <task>':
|
|
1901
|
+
'Usage: /arena start --models model1,model2 <task>',
|
|
1902
|
+
'Models to compete (required, at least 2)':
|
|
1903
|
+
'Models to compete (required, at least 2)',
|
|
1904
|
+
'Format: authType:modelId or just modelId':
|
|
1905
|
+
'Format: authType:modelId or just modelId',
|
|
1906
|
+
'Arena requires at least 2 models. Use --models model1,model2 to specify.':
|
|
1907
|
+
'Arena requires at least 2 models. Use --models model1,model2 to specify.',
|
|
1908
|
+
'Arena started with {{count}} agents on task: "{{task}}"\nModels:\n{{modelList}}':
|
|
1909
|
+
'Arena started with {{count}} agents on task: "{{task}}"\nModels:\n{{modelList}}',
|
|
1910
|
+
'Arena panes are running in tmux. Attach with: `{{command}}`':
|
|
1911
|
+
'Arena panes are running in tmux. Attach with: `{{command}}`',
|
|
1912
|
+
'[{{label}}] failed: {{error}}': '[{{label}}] failed: {{error}}',
|
|
1913
|
+
'Loading suggestions...': 'Loading suggestions...',
|
|
1914
|
+
'Show per-item context usage breakdown.':
|
|
1915
|
+
'Show per-item context usage breakdown.',
|
|
2138
1916
|
};
|