@qwen-code/qwen-code 0.15.10 → 0.15.11-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 +1 -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 +40545 -27548
- package/locales/ca.js +205 -508
- package/locales/de.js +265 -462
- package/locales/en.js +145 -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 +185 -359
- package/locales/zh.js +191 -410
- package/package.json +3 -3
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,7 +151,6 @@ 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':
|
|
@@ -329,37 +331,24 @@ export default {
|
|
|
329
331
|
'User Scope': 'User Scope',
|
|
330
332
|
'Workspace Scope': 'Workspace Scope',
|
|
331
333
|
'No extensions found.': 'No extensions found.',
|
|
332
|
-
Active: 'Active',
|
|
333
|
-
Disabled: 'Disabled',
|
|
334
|
-
'Update available': 'Update available',
|
|
335
|
-
'Up to date': 'Up to date',
|
|
336
|
-
'Checking...': 'Checking...',
|
|
337
334
|
'Updating...': 'Updating...',
|
|
338
335
|
Unknown: 'Unknown',
|
|
339
336
|
Error: 'Error',
|
|
337
|
+
'Stopped because': 'Stopped because',
|
|
340
338
|
'Version:': 'Version:',
|
|
341
339
|
'Status:': 'Status:',
|
|
342
340
|
'Are you sure you want to uninstall extension "{{name}}"?':
|
|
343
341
|
'Are you sure you want to uninstall extension "{{name}}"?',
|
|
344
342
|
'This action cannot be undone.': 'This action cannot be undone.',
|
|
345
|
-
'Extension "{{name}}" disabled successfully.':
|
|
346
|
-
'Extension "{{name}}" disabled successfully.',
|
|
347
|
-
'Extension "{{name}}" enabled successfully.':
|
|
348
|
-
'Extension "{{name}}" enabled successfully.',
|
|
349
343
|
'Extension "{{name}}" updated successfully.':
|
|
350
344
|
'Extension "{{name}}" updated successfully.',
|
|
351
|
-
'Failed to update extension "{{name}}": {{error}}':
|
|
352
|
-
'Failed to update extension "{{name}}": {{error}}',
|
|
353
|
-
'Select the scope for this action:': 'Select the scope for this action:',
|
|
354
|
-
'User - Applies to all projects': 'User - Applies to all projects',
|
|
355
|
-
'Workspace - Applies to current project only':
|
|
356
|
-
'Workspace - Applies to current project only',
|
|
357
345
|
// Extension dialog - missing keys
|
|
358
346
|
'Name:': 'Name:',
|
|
359
347
|
'MCP Servers:': 'MCP Servers:',
|
|
360
348
|
'Settings:': 'Settings:',
|
|
361
349
|
active: 'active',
|
|
362
350
|
disabled: 'disabled',
|
|
351
|
+
enabled: 'enabled',
|
|
363
352
|
'View Details': 'View Details',
|
|
364
353
|
'Update failed:': 'Update failed:',
|
|
365
354
|
'Updating {{name}}...': 'Updating {{name}}...',
|
|
@@ -369,9 +358,6 @@ export default {
|
|
|
369
358
|
'Disable "{{name}}" - Select Scope': 'Disable "{{name}}" - Select Scope',
|
|
370
359
|
'Enable "{{name}}" - Select Scope': 'Enable "{{name}}" - Select Scope',
|
|
371
360
|
'No extension selected': 'No extension selected',
|
|
372
|
-
'Press Y/Enter to confirm, N/Esc to cancel':
|
|
373
|
-
'Press Y/Enter to confirm, N/Esc to cancel',
|
|
374
|
-
'Y/Enter to confirm, N/Esc to cancel': 'Y/Enter to confirm, N/Esc to cancel',
|
|
375
361
|
'{{count}} extensions installed': '{{count}} extensions installed',
|
|
376
362
|
"Use '/extensions install' to install your first extension.":
|
|
377
363
|
"Use '/extensions install' to install your first extension.",
|
|
@@ -389,20 +375,16 @@ export default {
|
|
|
389
375
|
Settings: 'Settings',
|
|
390
376
|
'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.':
|
|
391
377
|
'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.',
|
|
392
|
-
'The command "/{{command}}" is not supported in non-interactive mode.':
|
|
393
|
-
'The command "/{{command}}" is not supported in non-interactive mode.',
|
|
394
378
|
// ============================================================================
|
|
395
379
|
// Settings Labels
|
|
396
380
|
// ============================================================================
|
|
397
381
|
'Vim Mode': 'Vim Mode',
|
|
398
|
-
'Disable Auto Update': 'Disable Auto Update',
|
|
399
382
|
'Attribution: commit': 'Attribution: commit',
|
|
400
383
|
'Terminal Bell Notification': 'Terminal Bell Notification',
|
|
401
384
|
'Enable Usage Statistics': 'Enable Usage Statistics',
|
|
402
385
|
Theme: 'Theme',
|
|
403
386
|
'Preferred Editor': 'Preferred Editor',
|
|
404
387
|
'Auto-connect to IDE': 'Auto-connect to IDE',
|
|
405
|
-
'Enable Prompt Completion': 'Enable Prompt Completion',
|
|
406
388
|
'Debug Keystroke Logging': 'Debug Keystroke Logging',
|
|
407
389
|
'Language: UI': 'Language: UI',
|
|
408
390
|
'Language: Model': 'Language: Model',
|
|
@@ -421,11 +403,7 @@ export default {
|
|
|
421
403
|
Fine: 'Fine',
|
|
422
404
|
Good: 'Good',
|
|
423
405
|
Dismiss: 'Dismiss',
|
|
424
|
-
'Not Sure Yet': 'Not Sure Yet',
|
|
425
|
-
'Any other key': 'Any other key',
|
|
426
|
-
'Disable Loading Phrases': 'Disable Loading Phrases',
|
|
427
406
|
'Screen Reader Mode': 'Screen Reader Mode',
|
|
428
|
-
'IDE Mode': 'IDE Mode',
|
|
429
407
|
'Max Session Turns': 'Max Session Turns',
|
|
430
408
|
'Skip Next Speaker Check': 'Skip Next Speaker Check',
|
|
431
409
|
'Skip Loop Detection': 'Skip Loop Detection',
|
|
@@ -434,24 +412,19 @@ export default {
|
|
|
434
412
|
'OpenAI Logging Directory': 'OpenAI Logging Directory',
|
|
435
413
|
Timeout: 'Timeout',
|
|
436
414
|
'Max Retries': 'Max Retries',
|
|
437
|
-
'Disable Cache Control': 'Disable Cache Control',
|
|
438
|
-
'Memory Discovery Max Dirs': 'Memory Discovery Max Dirs',
|
|
439
415
|
'Load Memory From Include Directories':
|
|
440
416
|
'Load Memory From Include Directories',
|
|
441
417
|
'Respect .gitignore': 'Respect .gitignore',
|
|
442
418
|
'Respect .qwenignore': 'Respect .qwenignore',
|
|
443
419
|
'Enable Recursive File Search': 'Enable Recursive File Search',
|
|
444
|
-
'Disable Fuzzy Search': 'Disable Fuzzy Search',
|
|
445
420
|
'Interactive Shell (PTY)': 'Interactive Shell (PTY)',
|
|
446
421
|
'Show Color': 'Show Color',
|
|
447
422
|
'Auto Accept': 'Auto Accept',
|
|
448
423
|
'Use Ripgrep': 'Use Ripgrep',
|
|
449
424
|
'Use Builtin Ripgrep': 'Use Builtin Ripgrep',
|
|
450
|
-
'Enable Tool Output Truncation': 'Enable Tool Output Truncation',
|
|
451
425
|
'Tool Output Truncation Threshold': 'Tool Output Truncation Threshold',
|
|
452
426
|
'Tool Output Truncation Lines': 'Tool Output Truncation Lines',
|
|
453
427
|
'Folder Trust': 'Folder Trust',
|
|
454
|
-
'Vision Model Preview': 'Vision Model Preview',
|
|
455
428
|
'Tool Schema Compliance': 'Tool Schema Compliance',
|
|
456
429
|
// Settings enum options
|
|
457
430
|
'Auto (detect from system)': 'Auto (detect from system)',
|
|
@@ -471,10 +444,6 @@ export default {
|
|
|
471
444
|
'Show tool-specific usage statistics.':
|
|
472
445
|
'Show tool-specific usage statistics.',
|
|
473
446
|
'exit the cli': 'exit the cli',
|
|
474
|
-
'Open MCP management dialog, or authenticate with OAuth-enabled servers':
|
|
475
|
-
'Open MCP management dialog, or authenticate with OAuth-enabled servers',
|
|
476
|
-
'List configured MCP servers and tools, or authenticate with OAuth-enabled servers':
|
|
477
|
-
'List configured MCP servers and tools, or authenticate with OAuth-enabled servers',
|
|
478
447
|
'Manage workspace directories': 'Manage workspace directories',
|
|
479
448
|
'Add directories to the workspace. Use comma to separate multiple paths':
|
|
480
449
|
'Add directories to the workspace. Use comma to separate multiple paths',
|
|
@@ -488,17 +457,12 @@ export default {
|
|
|
488
457
|
'Your preferred editor is:': 'Your preferred editor is:',
|
|
489
458
|
'Manage extensions': 'Manage extensions',
|
|
490
459
|
'Manage installed extensions': 'Manage installed extensions',
|
|
491
|
-
'List active extensions': 'List active extensions',
|
|
492
|
-
'Update extensions. Usage: update <extension-names>|--all':
|
|
493
|
-
'Update extensions. Usage: update <extension-names>|--all',
|
|
494
460
|
'Disable an extension': 'Disable an extension',
|
|
495
461
|
'Enable an extension': 'Enable an extension',
|
|
496
462
|
'Install an extension from a git repo or local path':
|
|
497
463
|
'Install an extension from a git repo or local path',
|
|
498
464
|
'Uninstall an extension': 'Uninstall an extension',
|
|
499
465
|
'No extensions installed.': 'No extensions installed.',
|
|
500
|
-
'Usage: /extensions update <extension-names>|--all':
|
|
501
|
-
'Usage: /extensions update <extension-names>|--all',
|
|
502
466
|
'Extension "{{name}}" not found.': 'Extension "{{name}}" not found.',
|
|
503
467
|
'No extensions to update.': 'No extensions to update.',
|
|
504
468
|
'Usage: /extensions install <source>': 'Usage: /extensions install <source>',
|
|
@@ -508,22 +472,6 @@ export default {
|
|
|
508
472
|
'Extension "{{name}}" installed successfully.',
|
|
509
473
|
'Failed to install extension from "{{source}}": {{error}}':
|
|
510
474
|
'Failed to install extension from "{{source}}": {{error}}',
|
|
511
|
-
'Usage: /extensions uninstall <extension-name>':
|
|
512
|
-
'Usage: /extensions uninstall <extension-name>',
|
|
513
|
-
'Uninstalling extension "{{name}}"...':
|
|
514
|
-
'Uninstalling extension "{{name}}"...',
|
|
515
|
-
'Extension "{{name}}" uninstalled successfully.':
|
|
516
|
-
'Extension "{{name}}" uninstalled successfully.',
|
|
517
|
-
'Failed to uninstall extension "{{name}}": {{error}}':
|
|
518
|
-
'Failed to uninstall extension "{{name}}": {{error}}',
|
|
519
|
-
'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]':
|
|
520
|
-
'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]',
|
|
521
|
-
'Unsupported scope "{{scope}}", should be one of "user" or "workspace"':
|
|
522
|
-
'Unsupported scope "{{scope}}", should be one of "user" or "workspace"',
|
|
523
|
-
'Extension "{{name}}" disabled for scope "{{scope}}"':
|
|
524
|
-
'Extension "{{name}}" disabled for scope "{{scope}}"',
|
|
525
|
-
'Extension "{{name}}" enabled for scope "{{scope}}"':
|
|
526
|
-
'Extension "{{name}}" enabled for scope "{{scope}}"',
|
|
527
475
|
'Do you want to continue? [Y/n]: ': 'Do you want to continue? [Y/n]: ',
|
|
528
476
|
'Do you want to continue?': 'Do you want to continue?',
|
|
529
477
|
'Installing extension "{{name}}".': 'Installing extension "{{name}}".',
|
|
@@ -537,8 +485,6 @@ export default {
|
|
|
537
485
|
'This extension will add the following commands: {{commands}}.',
|
|
538
486
|
'This extension will append info to your QWEN.md context using {{fileName}}':
|
|
539
487
|
'This extension will append info to your QWEN.md context using {{fileName}}',
|
|
540
|
-
'This extension will exclude the following core tools: {{tools}}':
|
|
541
|
-
'This extension will exclude the following core tools: {{tools}}',
|
|
542
488
|
'This extension will install the following skills:':
|
|
543
489
|
'This extension will install the following skills:',
|
|
544
490
|
'This extension will install the following subagents:':
|
|
@@ -551,8 +497,6 @@ export default {
|
|
|
551
497
|
'--ref and --auto-update are not applicable for marketplace extensions.',
|
|
552
498
|
'Extension "{{name}}" installed successfully and enabled.':
|
|
553
499
|
'Extension "{{name}}" installed successfully and enabled.',
|
|
554
|
-
'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).':
|
|
555
|
-
'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).',
|
|
556
500
|
'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.':
|
|
557
501
|
'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.',
|
|
558
502
|
'The git ref to install from.': 'The git ref to install from.',
|
|
@@ -636,6 +580,7 @@ export default {
|
|
|
636
580
|
'[not set]': '[not set]',
|
|
637
581
|
'[value stored in keychain]': '[value stored in keychain]',
|
|
638
582
|
'Value:': 'Value:',
|
|
583
|
+
'Manage extension settings': 'Manage extension settings',
|
|
639
584
|
'Manage extension settings.': 'Manage extension settings.',
|
|
640
585
|
'You need to specify a command (set or list).':
|
|
641
586
|
'You need to specify a command (set or list).',
|
|
@@ -695,8 +640,6 @@ export default {
|
|
|
695
640
|
// ============================================================================
|
|
696
641
|
'Manage Qwen Code hooks': 'Manage Qwen Code hooks',
|
|
697
642
|
'List all configured hooks': 'List all configured hooks',
|
|
698
|
-
'Enable a disabled hook': 'Enable a disabled hook',
|
|
699
|
-
'Disable an active hook': 'Disable an active hook',
|
|
700
643
|
// Hooks - Dialog
|
|
701
644
|
Hooks: 'Hooks',
|
|
702
645
|
'Loading hooks...': 'Loading hooks...',
|
|
@@ -745,6 +688,7 @@ export default {
|
|
|
745
688
|
// Hooks - Source
|
|
746
689
|
Project: 'Project',
|
|
747
690
|
User: 'User',
|
|
691
|
+
Skill: 'Skill',
|
|
748
692
|
System: 'System',
|
|
749
693
|
Extension: 'Extension',
|
|
750
694
|
'Local Settings': 'Local Settings',
|
|
@@ -752,9 +696,6 @@ export default {
|
|
|
752
696
|
'System Settings': 'System Settings',
|
|
753
697
|
Extensions: 'Extensions',
|
|
754
698
|
'Session (temporary)': 'Session (temporary)',
|
|
755
|
-
// Hooks - Status
|
|
756
|
-
'✓ Enabled': '✓ Enabled',
|
|
757
|
-
'✗ Disabled': '✗ Disabled',
|
|
758
699
|
// Hooks - Event Descriptions (short)
|
|
759
700
|
'Before tool execution': 'Before tool execution',
|
|
760
701
|
'After tool execution': 'After tool execution',
|
|
@@ -824,10 +765,6 @@ export default {
|
|
|
824
765
|
'Config not loaded.': 'Config not loaded.',
|
|
825
766
|
'Hooks are not enabled. Enable hooks in settings to use this feature.':
|
|
826
767
|
'Hooks are not enabled. Enable hooks in settings to use this feature.',
|
|
827
|
-
'No hooks configured. Add hooks in your settings.json file.':
|
|
828
|
-
'No hooks configured. Add hooks in your settings.json file.',
|
|
829
|
-
'Configured Hooks ({{count}} total)': 'Configured Hooks ({{count}} total)',
|
|
830
|
-
|
|
831
768
|
// ============================================================================
|
|
832
769
|
// Commands - Session Export
|
|
833
770
|
// ============================================================================
|
|
@@ -849,6 +786,11 @@ export default {
|
|
|
849
786
|
// Commands - Session History
|
|
850
787
|
// ============================================================================
|
|
851
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.',
|
|
852
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':
|
|
853
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',
|
|
854
796
|
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
|
|
@@ -866,19 +808,34 @@ export default {
|
|
|
866
808
|
'Current UI language: {{lang}}': 'Current UI language: {{lang}}',
|
|
867
809
|
'Current LLM output language: {{lang}}':
|
|
868
810
|
'Current LLM output language: {{lang}}',
|
|
869
|
-
'LLM output language not set': 'LLM output language not set',
|
|
870
811
|
'Set UI language': 'Set UI language',
|
|
871
812
|
'Set LLM output language': 'Set LLM output language',
|
|
872
813
|
'Usage: /language ui [{{options}}]': 'Usage: /language ui [{{options}}]',
|
|
873
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.',
|
|
874
834
|
'Example: /language output 中文': 'Example: /language output 中文',
|
|
875
835
|
'Example: /language output English': 'Example: /language output English',
|
|
876
836
|
'Example: /language output 日本語': 'Example: /language output 日本語',
|
|
877
|
-
'Example: /language output Português': 'Example: /language output Português',
|
|
878
837
|
'UI language changed to {{lang}}': 'UI language changed to {{lang}}',
|
|
879
838
|
'LLM output language set to {{lang}}': 'LLM output language set to {{lang}}',
|
|
880
|
-
'LLM output language rule file generated at {{path}}':
|
|
881
|
-
'LLM output language rule file generated at {{path}}',
|
|
882
839
|
'Please restart the application for the changes to take effect.':
|
|
883
840
|
'Please restart the application for the changes to take effect.',
|
|
884
841
|
'Failed to generate LLM output language rule file: {{error}}':
|
|
@@ -895,36 +852,7 @@ export default {
|
|
|
895
852
|
// Commands - Approval Mode
|
|
896
853
|
// ============================================================================
|
|
897
854
|
'Tool Approval Mode': 'Tool Approval Mode',
|
|
898
|
-
'Current approval mode: {{mode}}': 'Current approval mode: {{mode}}',
|
|
899
|
-
'Available approval modes:': 'Available approval modes:',
|
|
900
|
-
'Approval mode changed to: {{mode}}': 'Approval mode changed to: {{mode}}',
|
|
901
|
-
'Approval mode changed to: {{mode}} (saved to {{scope}} settings{{location}})':
|
|
902
|
-
'Approval mode changed to: {{mode}} (saved to {{scope}} settings{{location}})',
|
|
903
|
-
'Usage: /approval-mode <mode> [--session|--user|--project]':
|
|
904
|
-
'Usage: /approval-mode <mode> [--session|--user|--project]',
|
|
905
|
-
|
|
906
|
-
'Scope subcommands do not accept additional arguments.':
|
|
907
|
-
'Scope subcommands do not accept additional arguments.',
|
|
908
|
-
'Plan mode - Analyze only, do not modify files or execute commands':
|
|
909
|
-
'Plan mode - Analyze only, do not modify files or execute commands',
|
|
910
|
-
'Default mode - Require approval for file edits or shell commands':
|
|
911
|
-
'Default mode - Require approval for file edits or shell commands',
|
|
912
|
-
'Auto-edit mode - Automatically approve file edits':
|
|
913
|
-
'Auto-edit mode - Automatically approve file edits',
|
|
914
|
-
'YOLO mode - Automatically approve all tools':
|
|
915
|
-
'YOLO mode - Automatically approve all tools',
|
|
916
855
|
'{{mode}} mode': '{{mode}} mode',
|
|
917
|
-
'Settings service is not available; unable to persist the approval mode.':
|
|
918
|
-
'Settings service is not available; unable to persist the approval mode.',
|
|
919
|
-
'Failed to save approval mode: {{error}}':
|
|
920
|
-
'Failed to save approval mode: {{error}}',
|
|
921
|
-
'Failed to change approval mode: {{error}}':
|
|
922
|
-
'Failed to change approval mode: {{error}}',
|
|
923
|
-
'Apply to current session only (temporary)':
|
|
924
|
-
'Apply to current session only (temporary)',
|
|
925
|
-
'Persist for this project/workspace': 'Persist for this project/workspace',
|
|
926
|
-
'Persist for this user on this machine':
|
|
927
|
-
'Persist for this user on this machine',
|
|
928
856
|
'Analyze only, do not modify files or execute commands':
|
|
929
857
|
'Analyze only, do not modify files or execute commands',
|
|
930
858
|
'Require approval for file edits or shell commands':
|
|
@@ -935,48 +863,6 @@ export default {
|
|
|
935
863
|
'Workspace approval mode exists and takes priority. User-level change will have no effect.',
|
|
936
864
|
'Apply To': 'Apply To',
|
|
937
865
|
'Workspace Settings': 'Workspace Settings',
|
|
938
|
-
|
|
939
|
-
// ============================================================================
|
|
940
|
-
// Commands - Memory
|
|
941
|
-
// ============================================================================
|
|
942
|
-
'Commands for interacting with memory.':
|
|
943
|
-
'Commands for interacting with memory.',
|
|
944
|
-
'Show the current memory contents.': 'Show the current memory contents.',
|
|
945
|
-
'Show project-level memory contents.': 'Show project-level memory contents.',
|
|
946
|
-
'Show global memory contents.': 'Show global memory contents.',
|
|
947
|
-
'Add content to project-level memory.':
|
|
948
|
-
'Add content to project-level memory.',
|
|
949
|
-
'Add content to global memory.': 'Add content to global memory.',
|
|
950
|
-
'Refresh the memory from the source.': 'Refresh the memory from the source.',
|
|
951
|
-
'Usage: /memory add --project <text to remember>':
|
|
952
|
-
'Usage: /memory add --project <text to remember>',
|
|
953
|
-
'Usage: /memory add --global <text to remember>':
|
|
954
|
-
'Usage: /memory add --global <text to remember>',
|
|
955
|
-
'Attempting to save to project memory: "{{text}}"':
|
|
956
|
-
'Attempting to save to project memory: "{{text}}"',
|
|
957
|
-
'Attempting to save to global memory: "{{text}}"':
|
|
958
|
-
'Attempting to save to global memory: "{{text}}"',
|
|
959
|
-
'Current memory content from {{count}} file(s):':
|
|
960
|
-
'Current memory content from {{count}} file(s):',
|
|
961
|
-
'Memory is currently empty.': 'Memory is currently empty.',
|
|
962
|
-
'Project memory file not found or is currently empty.':
|
|
963
|
-
'Project memory file not found or is currently empty.',
|
|
964
|
-
'Global memory file not found or is currently empty.':
|
|
965
|
-
'Global memory file not found or is currently empty.',
|
|
966
|
-
'Global memory is currently empty.': 'Global memory is currently empty.',
|
|
967
|
-
'Global memory content:\n\n---\n{{content}}\n---':
|
|
968
|
-
'Global memory content:\n\n---\n{{content}}\n---',
|
|
969
|
-
'Project memory content from {{path}}:\n\n---\n{{content}}\n---':
|
|
970
|
-
'Project memory content from {{path}}:\n\n---\n{{content}}\n---',
|
|
971
|
-
'Project memory is currently empty.': 'Project memory is currently empty.',
|
|
972
|
-
'Refreshing memory from source files...':
|
|
973
|
-
'Refreshing memory from source files...',
|
|
974
|
-
'Add content to the memory. Use --global for global memory or --project for project memory.':
|
|
975
|
-
'Add content to the memory. Use --global for global memory or --project for project memory.',
|
|
976
|
-
'Usage: /memory add [--global|--project] <text to remember>':
|
|
977
|
-
'Usage: /memory add [--global|--project] <text to remember>',
|
|
978
|
-
'Attempting to save to memory {{scope}}: "{{fact}}"':
|
|
979
|
-
'Attempting to save to memory {{scope}}: "{{fact}}"',
|
|
980
866
|
'Open auto-memory folder': 'Open auto-memory folder',
|
|
981
867
|
'Auto-memory: {{status}}': 'Auto-memory: {{status}}',
|
|
982
868
|
'Auto-dream: {{status}} · {{lastDream}} · /dream to run':
|
|
@@ -984,58 +870,18 @@ export default {
|
|
|
984
870
|
never: 'never',
|
|
985
871
|
on: 'on',
|
|
986
872
|
off: 'off',
|
|
987
|
-
'✦ dreaming': '✦ dreaming',
|
|
988
873
|
'Remove matching entries from managed auto-memory.':
|
|
989
874
|
'Remove matching entries from managed auto-memory.',
|
|
990
875
|
'Usage: /forget <memory text to remove>':
|
|
991
876
|
'Usage: /forget <memory text to remove>',
|
|
992
877
|
'No managed auto-memory entries matched: {{query}}':
|
|
993
878
|
'No managed auto-memory entries matched: {{query}}',
|
|
994
|
-
'Show managed auto-memory status.': 'Show managed auto-memory status.',
|
|
995
|
-
'Run managed auto-memory extraction for the current session.':
|
|
996
|
-
'Run managed auto-memory extraction for the current session.',
|
|
997
|
-
'Managed auto-memory root: {{root}}': 'Managed auto-memory root: {{root}}',
|
|
998
|
-
'Managed auto-memory topics:': 'Managed auto-memory topics:',
|
|
999
|
-
'No extraction cursor found yet.': 'No extraction cursor found yet.',
|
|
1000
|
-
'Cursor: session={{sessionId}}, offset={{offset}}, updated={{updatedAt}}':
|
|
1001
|
-
'Cursor: session={{sessionId}}, offset={{offset}}, updated={{updatedAt}}',
|
|
1002
|
-
'No chat client available to extract memory.':
|
|
1003
|
-
'No chat client available to extract memory.',
|
|
1004
|
-
'Managed auto-memory extraction is already running.':
|
|
1005
|
-
'Managed auto-memory extraction is already running.',
|
|
1006
|
-
'Managed auto-memory extraction found no new durable memories.':
|
|
1007
|
-
'Managed auto-memory extraction found no new durable memories.',
|
|
1008
879
|
'Consolidate managed auto-memory topic files.':
|
|
1009
880
|
'Consolidate managed auto-memory topic files.',
|
|
1010
|
-
'Managed auto-memory dream found nothing to improve.':
|
|
1011
|
-
'Managed auto-memory dream found nothing to improve.',
|
|
1012
|
-
'Deduplicated entries: {{count}}': 'Deduplicated entries: {{count}}',
|
|
1013
|
-
'Save a durable memory using the save_memory tool.':
|
|
1014
|
-
'Save a durable memory using the save_memory tool.',
|
|
1015
|
-
'Usage: /remember [--global|--project] <text to remember>':
|
|
1016
|
-
'Usage: /remember [--global|--project] <text to remember>',
|
|
1017
|
-
|
|
1018
|
-
// ============================================================================
|
|
1019
|
-
// Commands - MCP
|
|
1020
|
-
// ============================================================================
|
|
1021
|
-
'Authenticate with an OAuth-enabled MCP server':
|
|
1022
|
-
'Authenticate with an OAuth-enabled MCP server',
|
|
1023
|
-
'List configured MCP servers and tools':
|
|
1024
|
-
'List configured MCP servers and tools',
|
|
1025
|
-
'Restarts MCP servers.': 'Restarts MCP servers.',
|
|
1026
881
|
'Open MCP management dialog': 'Open MCP management dialog',
|
|
1027
882
|
'Could not retrieve tool registry.': 'Could not retrieve tool registry.',
|
|
1028
|
-
'No MCP servers configured with OAuth authentication.':
|
|
1029
|
-
'No MCP servers configured with OAuth authentication.',
|
|
1030
|
-
'MCP servers with OAuth authentication:':
|
|
1031
|
-
'MCP servers with OAuth authentication:',
|
|
1032
|
-
'Use /mcp auth <server-name> to authenticate.':
|
|
1033
|
-
'Use /mcp auth <server-name> to authenticate.',
|
|
1034
|
-
"MCP server '{{name}}' not found.": "MCP server '{{name}}' not found.",
|
|
1035
883
|
"Successfully authenticated and refreshed tools for '{{name}}'.":
|
|
1036
884
|
"Successfully authenticated and refreshed tools for '{{name}}'.",
|
|
1037
|
-
"Failed to authenticate with MCP server '{{name}}': {{error}}":
|
|
1038
|
-
"Failed to authenticate with MCP server '{{name}}': {{error}}",
|
|
1039
885
|
"Re-discovering tools from '{{name}}'...":
|
|
1040
886
|
"Re-discovering tools from '{{name}}'...",
|
|
1041
887
|
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
@@ -1043,20 +889,13 @@ export default {
|
|
|
1043
889
|
'Authentication complete. Returning to server details...':
|
|
1044
890
|
'Authentication complete. Returning to server details...',
|
|
1045
891
|
'Authentication successful.': 'Authentication successful.',
|
|
1046
|
-
'If the browser does not open, copy and paste this URL into your browser:':
|
|
1047
|
-
'If the browser does not open, copy and paste this URL into your browser:',
|
|
1048
|
-
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
1049
|
-
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.',
|
|
1050
|
-
|
|
1051
892
|
// ============================================================================
|
|
1052
893
|
// MCP Management Dialog
|
|
1053
894
|
// ============================================================================
|
|
1054
895
|
'Manage MCP servers': 'Manage MCP servers',
|
|
1055
896
|
'Server Detail': 'Server Detail',
|
|
1056
|
-
'Disable Server': 'Disable Server',
|
|
1057
897
|
Tools: 'Tools',
|
|
1058
898
|
'Tool Detail': 'Tool Detail',
|
|
1059
|
-
'MCP Management': 'MCP Management',
|
|
1060
899
|
'Loading...': 'Loading...',
|
|
1061
900
|
'Unknown step': 'Unknown step',
|
|
1062
901
|
'Esc to back': 'Esc to back',
|
|
@@ -1084,10 +923,8 @@ export default {
|
|
|
1084
923
|
'Server:': 'Server:',
|
|
1085
924
|
'Command:': 'Command:',
|
|
1086
925
|
'Working Directory:': 'Working Directory:',
|
|
1087
|
-
'Capabilities:': 'Capabilities:',
|
|
1088
926
|
'No server selected': 'No server selected',
|
|
1089
927
|
prompts: 'prompts',
|
|
1090
|
-
'(disabled)': '(disabled)',
|
|
1091
928
|
'Error:': 'Error:',
|
|
1092
929
|
tool: 'tool',
|
|
1093
930
|
tools: 'tools',
|
|
@@ -1107,8 +944,6 @@ export default {
|
|
|
1107
944
|
|
|
1108
945
|
// MCP OAuth Authentication
|
|
1109
946
|
'OAuth Authentication': 'OAuth Authentication',
|
|
1110
|
-
'Press Enter to start authentication, Esc to go back':
|
|
1111
|
-
'Press Enter to start authentication, Esc to go back',
|
|
1112
947
|
'Authenticating... Please complete the login in your browser.':
|
|
1113
948
|
'Authenticating... Please complete the login in your browser.',
|
|
1114
949
|
'Press c to copy the authorization URL to your clipboard.':
|
|
@@ -1117,30 +952,19 @@ export default {
|
|
|
1117
952
|
'Copy request sent to your terminal. If paste is empty, copy the URL above manually.',
|
|
1118
953
|
'Cannot write to terminal — copy the URL above manually.':
|
|
1119
954
|
'Cannot write to terminal — copy the URL above manually.',
|
|
1120
|
-
'Press Enter or Esc to go back': 'Press Enter or Esc to go back',
|
|
1121
|
-
|
|
1122
955
|
// MCP Tool List
|
|
1123
956
|
'No tools available for this server.': 'No tools available for this server.',
|
|
1124
957
|
destructive: 'destructive',
|
|
1125
958
|
'read-only': 'read-only',
|
|
1126
959
|
'open-world': 'open-world',
|
|
1127
960
|
idempotent: 'idempotent',
|
|
1128
|
-
'Tools for {{name}}': 'Tools for {{name}}',
|
|
1129
961
|
'Tools for {{serverName}}': 'Tools for {{serverName}}',
|
|
1130
962
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
1131
963
|
|
|
1132
964
|
// MCP Tool Detail
|
|
1133
965
|
required: 'required',
|
|
1134
|
-
Type: 'Type',
|
|
1135
|
-
Enum: 'Enum',
|
|
1136
966
|
Parameters: 'Parameters',
|
|
1137
967
|
'No tool selected': 'No tool selected',
|
|
1138
|
-
Annotations: 'Annotations',
|
|
1139
|
-
Title: 'Title',
|
|
1140
|
-
'Read Only': 'Read Only',
|
|
1141
|
-
Destructive: 'Destructive',
|
|
1142
|
-
Idempotent: 'Idempotent',
|
|
1143
|
-
'Open World': 'Open World',
|
|
1144
968
|
Server: 'Server',
|
|
1145
969
|
|
|
1146
970
|
// Invalid tool related translations
|
|
@@ -1155,53 +979,7 @@ export default {
|
|
|
1155
979
|
Reason: 'Reason',
|
|
1156
980
|
'Tools must have both name and description to be used by the LLM.':
|
|
1157
981
|
'Tools must have both name and description to be used by the LLM.',
|
|
1158
|
-
|
|
1159
|
-
// ============================================================================
|
|
1160
|
-
// Commands - Chat
|
|
1161
|
-
// ============================================================================
|
|
1162
|
-
'Manage conversation history.': 'Manage conversation history.',
|
|
1163
|
-
'List saved conversation checkpoints': 'List saved conversation checkpoints',
|
|
1164
|
-
'No saved conversation checkpoints found.':
|
|
1165
|
-
'No saved conversation checkpoints found.',
|
|
1166
|
-
'List of saved conversations:': 'List of saved conversations:',
|
|
1167
|
-
'Note: Newest last, oldest first': 'Note: Newest last, oldest first',
|
|
1168
|
-
'Save the current conversation as a checkpoint. Usage: /chat save <tag>':
|
|
1169
|
-
'Save the current conversation as a checkpoint. Usage: /chat save <tag>',
|
|
1170
|
-
'Missing tag. Usage: /chat save <tag>':
|
|
1171
|
-
'Missing tag. Usage: /chat save <tag>',
|
|
1172
|
-
'Delete a conversation checkpoint. Usage: /chat delete <tag>':
|
|
1173
|
-
'Delete a conversation checkpoint. Usage: /chat delete <tag>',
|
|
1174
|
-
'Missing tag. Usage: /chat delete <tag>':
|
|
1175
|
-
'Missing tag. Usage: /chat delete <tag>',
|
|
1176
|
-
"Conversation checkpoint '{{tag}}' has been deleted.":
|
|
1177
|
-
"Conversation checkpoint '{{tag}}' has been deleted.",
|
|
1178
|
-
"Error: No checkpoint found with tag '{{tag}}'.":
|
|
1179
|
-
"Error: No checkpoint found with tag '{{tag}}'.",
|
|
1180
|
-
'Resume a conversation from a checkpoint. Usage: /chat resume <tag>':
|
|
1181
|
-
'Resume a conversation from a checkpoint. Usage: /chat resume <tag>',
|
|
1182
|
-
'Missing tag. Usage: /chat resume <tag>':
|
|
1183
|
-
'Missing tag. Usage: /chat resume <tag>',
|
|
1184
|
-
'No saved checkpoint found with tag: {{tag}}.':
|
|
1185
|
-
'No saved checkpoint found with tag: {{tag}}.',
|
|
1186
|
-
'A checkpoint with the tag {{tag}} already exists. Do you want to overwrite it?':
|
|
1187
|
-
'A checkpoint with the tag {{tag}} already exists. Do you want to overwrite it?',
|
|
1188
|
-
'No chat client available to save conversation.':
|
|
1189
|
-
'No chat client available to save conversation.',
|
|
1190
|
-
'Conversation checkpoint saved with tag: {{tag}}.':
|
|
1191
|
-
'Conversation checkpoint saved with tag: {{tag}}.',
|
|
1192
|
-
'No conversation found to save.': 'No conversation found to save.',
|
|
1193
|
-
'No chat client available to share conversation.':
|
|
1194
|
-
'No chat client available to share conversation.',
|
|
1195
|
-
'Invalid file format. Only .md and .json are supported.':
|
|
1196
|
-
'Invalid file format. Only .md and .json are supported.',
|
|
1197
|
-
'Error sharing conversation: {{error}}':
|
|
1198
|
-
'Error sharing conversation: {{error}}',
|
|
1199
|
-
'Conversation shared to {{filePath}}': 'Conversation shared to {{filePath}}',
|
|
1200
|
-
'No conversation found to share.': 'No conversation found to share.',
|
|
1201
|
-
'Share the current conversation to a markdown or json file. Usage: /chat share <file>':
|
|
1202
|
-
'Share the current conversation to a markdown or json file. Usage: /chat share <file>',
|
|
1203
|
-
|
|
1204
|
-
// ============================================================================
|
|
982
|
+
// ===========================================================
|
|
1205
983
|
// Commands - Summary
|
|
1206
984
|
// ============================================================================
|
|
1207
985
|
'Generate a project summary and save it to .qwen/PROJECT_SUMMARY.md':
|
|
@@ -1217,6 +995,10 @@ export default {
|
|
|
1217
995
|
'Saved project summary to {{filePathForDisplay}}.',
|
|
1218
996
|
'Saving project summary...': 'Saving project summary...',
|
|
1219
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}}',
|
|
1220
1002
|
'Failed to generate summary - no text content received from LLM response':
|
|
1221
1003
|
'Failed to generate summary - no text content received from LLM response',
|
|
1222
1004
|
|
|
@@ -1260,8 +1042,6 @@ export default {
|
|
|
1260
1042
|
'Chat history compression did not reduce size. This may indicate issues with the compression prompt.',
|
|
1261
1043
|
'Could not compress chat history due to a token counting error.':
|
|
1262
1044
|
'Could not compress chat history due to a token counting error.',
|
|
1263
|
-
'Chat history is already compressed.': 'Chat history is already compressed.',
|
|
1264
|
-
|
|
1265
1045
|
// ============================================================================
|
|
1266
1046
|
// Commands - Directory
|
|
1267
1047
|
// ============================================================================
|
|
@@ -1296,7 +1076,6 @@ export default {
|
|
|
1296
1076
|
Yes: 'Yes',
|
|
1297
1077
|
No: 'No',
|
|
1298
1078
|
'No (esc)': 'No (esc)',
|
|
1299
|
-
'Yes, allow always for this session': 'Yes, allow always for this session',
|
|
1300
1079
|
'Modify in progress:': 'Modify in progress:',
|
|
1301
1080
|
'Save and close external editor to continue':
|
|
1302
1081
|
'Save and close external editor to continue',
|
|
@@ -1305,7 +1084,6 @@ export default {
|
|
|
1305
1084
|
'Modify with external editor': 'Modify with external editor',
|
|
1306
1085
|
'No, suggest changes (esc)': 'No, suggest changes (esc)',
|
|
1307
1086
|
"Allow execution of: '{{command}}'?": "Allow execution of: '{{command}}'?",
|
|
1308
|
-
'Yes, allow always ...': 'Yes, allow always ...',
|
|
1309
1087
|
'Always allow in this project': 'Always allow in this project',
|
|
1310
1088
|
'Always allow {{action}} in this project':
|
|
1311
1089
|
'Always allow {{action}} in this project',
|
|
@@ -1322,27 +1100,12 @@ export default {
|
|
|
1322
1100
|
'Tool: {{tool}}': 'Tool: {{tool}}',
|
|
1323
1101
|
'Allow execution of MCP tool "{{tool}}" from server "{{server}}"?':
|
|
1324
1102
|
'Allow execution of MCP tool "{{tool}}" from server "{{server}}"?',
|
|
1325
|
-
'Yes, always allow tool "{{tool}}" from server "{{server}}"':
|
|
1326
|
-
'Yes, always allow tool "{{tool}}" from server "{{server}}"',
|
|
1327
|
-
'Yes, always allow all tools from server "{{server}}"':
|
|
1328
|
-
'Yes, always allow all tools from server "{{server}}"',
|
|
1329
|
-
|
|
1330
1103
|
// ============================================================================
|
|
1331
1104
|
// Dialogs - Shell Confirmation
|
|
1332
1105
|
// ============================================================================
|
|
1333
1106
|
'Shell Command Execution': 'Shell Command Execution',
|
|
1334
1107
|
'A custom command wants to run the following shell commands:':
|
|
1335
1108
|
'A custom command wants to run the following shell commands:',
|
|
1336
|
-
|
|
1337
|
-
// ============================================================================
|
|
1338
|
-
// Dialogs - Pro Quota
|
|
1339
|
-
// ============================================================================
|
|
1340
|
-
'Pro quota limit reached for {{model}}.':
|
|
1341
|
-
'Pro quota limit reached for {{model}}.',
|
|
1342
|
-
'Change auth (executes the /auth command)':
|
|
1343
|
-
'Change auth (executes the /auth command)',
|
|
1344
|
-
'Continue with {{model}}': 'Continue with {{model}}',
|
|
1345
|
-
|
|
1346
1109
|
// ============================================================================
|
|
1347
1110
|
// Dialogs - Welcome Back
|
|
1348
1111
|
// ============================================================================
|
|
@@ -1359,14 +1122,7 @@ export default {
|
|
|
1359
1122
|
'👋 Welcome back! (Last updated: {{timeAgo}})':
|
|
1360
1123
|
'👋 Welcome back! (Last updated: {{timeAgo}})',
|
|
1361
1124
|
'🎯 Overall Goal:': '🎯 Overall Goal:',
|
|
1362
|
-
|
|
1363
|
-
// ============================================================================
|
|
1364
|
-
// Dialogs - Auth
|
|
1365
|
-
// ============================================================================
|
|
1366
|
-
'Get started': 'Get started',
|
|
1367
1125
|
'Select Authentication Method': 'Select Authentication Method',
|
|
1368
|
-
'OpenAI API key is required to use OpenAI authentication.':
|
|
1369
|
-
'OpenAI API key is required to use OpenAI authentication.',
|
|
1370
1126
|
'You must select an auth method to proceed. Press Ctrl+C again to exit.':
|
|
1371
1127
|
'You must select an auth method to proceed. Press Ctrl+C again to exit.',
|
|
1372
1128
|
'Terms of Services and Privacy Notice':
|
|
@@ -1374,8 +1130,6 @@ export default {
|
|
|
1374
1130
|
'Qwen OAuth': 'Qwen OAuth',
|
|
1375
1131
|
'Discontinued — switch to Coding Plan or API Key':
|
|
1376
1132
|
'Discontinued — switch to Coding Plan or API Key',
|
|
1377
|
-
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
1378
|
-
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.',
|
|
1379
1133
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
1380
1134
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.',
|
|
1381
1135
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
@@ -1404,24 +1158,12 @@ export default {
|
|
|
1404
1158
|
'Bring your own API key': 'Bring your own API key',
|
|
1405
1159
|
'Browser-based authentication with third-party providers (e.g. OpenRouter, ModelScope)':
|
|
1406
1160
|
'Browser-based authentication with third-party providers (e.g. OpenRouter, ModelScope)',
|
|
1407
|
-
'API-KEY': 'API-KEY',
|
|
1408
|
-
'Use coding plan credentials or your own api-keys/providers.':
|
|
1409
|
-
'Use coding plan credentials or your own api-keys/providers.',
|
|
1410
|
-
OpenAI: 'OpenAI',
|
|
1411
|
-
'Failed to login. Message: {{message}}':
|
|
1412
|
-
'Failed to login. Message: {{message}}',
|
|
1413
1161
|
'Authentication is enforced to be {{enforcedType}}, but you are currently using {{currentType}}.':
|
|
1414
1162
|
'Authentication is enforced to be {{enforcedType}}, but you are currently using {{currentType}}.',
|
|
1415
|
-
'Qwen OAuth authentication timed out. Please try again.':
|
|
1416
|
-
'Qwen OAuth authentication timed out. Please try again.',
|
|
1417
|
-
'Qwen OAuth authentication cancelled.':
|
|
1418
|
-
'Qwen OAuth authentication cancelled.',
|
|
1419
1163
|
'Qwen OAuth Authentication': 'Qwen OAuth Authentication',
|
|
1420
1164
|
'Please visit this URL to authorize:': 'Please visit this URL to authorize:',
|
|
1421
|
-
'Or scan the QR code below:': 'Or scan the QR code below:',
|
|
1422
1165
|
'Waiting for authorization': 'Waiting for authorization',
|
|
1423
1166
|
'Time remaining:': 'Time remaining:',
|
|
1424
|
-
'(Press ESC or CTRL+C to cancel)': '(Press ESC or CTRL+C to cancel)',
|
|
1425
1167
|
'Qwen OAuth Authentication Timeout': 'Qwen OAuth Authentication Timeout',
|
|
1426
1168
|
'OAuth token expired (over {{seconds}} seconds). Please select authentication method again.':
|
|
1427
1169
|
'OAuth token expired (over {{seconds}} seconds). Please select authentication method again.',
|
|
@@ -1429,18 +1171,12 @@ export default {
|
|
|
1429
1171
|
'Press any key to return to authentication type selection.',
|
|
1430
1172
|
'Waiting for Qwen OAuth authentication...':
|
|
1431
1173
|
'Waiting for Qwen OAuth authentication...',
|
|
1432
|
-
'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.':
|
|
1433
|
-
'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.',
|
|
1434
|
-
'Note: Your existing API key will not be cleared when using Qwen OAuth.':
|
|
1435
|
-
'Note: Your existing API key will not be cleared when using Qwen OAuth.',
|
|
1436
1174
|
'Authentication timed out. Please try again.':
|
|
1437
1175
|
'Authentication timed out. Please try again.',
|
|
1438
1176
|
'Waiting for auth... (Press ESC or CTRL+C to cancel)':
|
|
1439
1177
|
'Waiting for auth... (Press ESC or CTRL+C to cancel)',
|
|
1440
1178
|
'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.':
|
|
1441
1179
|
'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.',
|
|
1442
|
-
'{{envKeyHint}} environment variable not found.':
|
|
1443
|
-
'{{envKeyHint}} environment variable not found.',
|
|
1444
1180
|
'{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.':
|
|
1445
1181
|
'{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.',
|
|
1446
1182
|
'{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.':
|
|
@@ -1458,27 +1194,12 @@ export default {
|
|
|
1458
1194
|
'Authenticated successfully with {{authType}} credentials.',
|
|
1459
1195
|
'Invalid QWEN_DEFAULT_AUTH_TYPE value: "{{value}}". Valid values are: {{validValues}}':
|
|
1460
1196
|
'Invalid QWEN_DEFAULT_AUTH_TYPE value: "{{value}}". Valid values are: {{validValues}}',
|
|
1461
|
-
'OpenAI Configuration Required': 'OpenAI Configuration Required',
|
|
1462
|
-
'Please enter your OpenAI configuration. You can get an API key from':
|
|
1463
|
-
'Please enter your OpenAI configuration. You can get an API key from',
|
|
1464
|
-
'API Key:': 'API Key:',
|
|
1465
|
-
'Invalid credentials: {{errorMessage}}':
|
|
1466
|
-
'Invalid credentials: {{errorMessage}}',
|
|
1467
|
-
'Failed to validate credentials': 'Failed to validate credentials',
|
|
1468
|
-
'Press Enter to continue, Tab/↑↓ to navigate, Esc to cancel':
|
|
1469
|
-
'Press Enter to continue, Tab/↑↓ to navigate, Esc to cancel',
|
|
1470
|
-
|
|
1471
1197
|
// ============================================================================
|
|
1472
1198
|
// Dialogs - Model
|
|
1473
1199
|
// ============================================================================
|
|
1474
1200
|
'Select Model': 'Select Model',
|
|
1475
|
-
'(Press Esc to close)': '(Press Esc to close)',
|
|
1476
|
-
'Current (effective) configuration': 'Current (effective) configuration',
|
|
1477
|
-
AuthType: 'AuthType',
|
|
1478
1201
|
'API Key': 'API Key',
|
|
1479
|
-
unset: 'unset',
|
|
1480
1202
|
'(default)': '(default)',
|
|
1481
|
-
'(set)': '(set)',
|
|
1482
1203
|
'(not set)': '(not set)',
|
|
1483
1204
|
Modality: 'Modality',
|
|
1484
1205
|
'Context Window': 'Context Window',
|
|
@@ -1491,13 +1212,6 @@ export default {
|
|
|
1491
1212
|
'not set': 'not set',
|
|
1492
1213
|
none: 'none',
|
|
1493
1214
|
unknown: 'unknown',
|
|
1494
|
-
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
|
1495
|
-
"Failed to switch model to '{{modelId}}'.\n\n{{error}}",
|
|
1496
|
-
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1497
|
-
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance',
|
|
1498
|
-
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
|
1499
|
-
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)',
|
|
1500
|
-
|
|
1501
1215
|
// ============================================================================
|
|
1502
1216
|
// Dialogs - Permissions
|
|
1503
1217
|
// ============================================================================
|
|
@@ -1521,8 +1235,6 @@ export default {
|
|
|
1521
1235
|
'From user settings': 'From user settings',
|
|
1522
1236
|
'From project settings': 'From project settings',
|
|
1523
1237
|
'From session': 'From session',
|
|
1524
|
-
'Project settings (local)': 'Project settings (local)',
|
|
1525
|
-
'Saved in .qwen/settings.local.json': 'Saved in .qwen/settings.local.json',
|
|
1526
1238
|
'Project settings': 'Project settings',
|
|
1527
1239
|
'Checked in at .qwen/settings.json': 'Checked in at .qwen/settings.json',
|
|
1528
1240
|
'User settings': 'User settings',
|
|
@@ -1545,8 +1257,6 @@ export default {
|
|
|
1545
1257
|
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
1546
1258
|
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel',
|
|
1547
1259
|
'Search…': 'Search…',
|
|
1548
|
-
'Use /trust to manage folder trust settings for this workspace.':
|
|
1549
|
-
'Use /trust to manage folder trust settings for this workspace.',
|
|
1550
1260
|
// Workspace directory management
|
|
1551
1261
|
'Add directory…': 'Add directory…',
|
|
1552
1262
|
'Add directory to workspace': 'Add directory to workspace',
|
|
@@ -1629,8 +1339,6 @@ export default {
|
|
|
1629
1339
|
'to toggle tool descriptions on/off': 'to toggle tool descriptions on/off',
|
|
1630
1340
|
"Starting OAuth authentication for MCP server '{{name}}'...":
|
|
1631
1341
|
"Starting OAuth authentication for MCP server '{{name}}'...",
|
|
1632
|
-
'Restarting MCP servers...': 'Restarting MCP servers...',
|
|
1633
|
-
|
|
1634
1342
|
// ============================================================================
|
|
1635
1343
|
// Startup Tips
|
|
1636
1344
|
// ============================================================================
|
|
@@ -1707,7 +1415,6 @@ export default {
|
|
|
1707
1415
|
Prompt: 'Prompt',
|
|
1708
1416
|
Cached: 'Cached',
|
|
1709
1417
|
Thoughts: 'Thoughts',
|
|
1710
|
-
Tool: 'Tool',
|
|
1711
1418
|
Output: 'Output',
|
|
1712
1419
|
'No API calls have been made in this session.':
|
|
1713
1420
|
'No API calls have been made in this session.',
|
|
@@ -1733,6 +1440,48 @@ export default {
|
|
|
1733
1440
|
'Found {{count}} TOML command file:': 'Found {{count}} TOML command file:',
|
|
1734
1441
|
'Found {{count}} TOML command files:': 'Found {{count}} TOML command files:',
|
|
1735
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.",
|
|
1736
1485
|
'... and {{count}} more': '... and {{count}} more',
|
|
1737
1486
|
'The TOML format is deprecated. Would you like to migrate them to Markdown format?':
|
|
1738
1487
|
'The TOML format is deprecated. Would you like to migrate them to Markdown format?',
|
|
@@ -1743,8 +1492,6 @@ export default {
|
|
|
1743
1492
|
// Loading Phrases
|
|
1744
1493
|
// ============================================================================
|
|
1745
1494
|
'Waiting for user confirmation...': 'Waiting for user confirmation...',
|
|
1746
|
-
'(esc to cancel, {{time}})': '(esc to cancel, {{time}})',
|
|
1747
|
-
|
|
1748
1495
|
// ============================================================================
|
|
1749
1496
|
// Loading Phrases
|
|
1750
1497
|
// ============================================================================
|
|
@@ -1928,11 +1675,6 @@ export default {
|
|
|
1928
1675
|
'Opening extensions page in your browser: {{url}}',
|
|
1929
1676
|
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1930
1677
|
'Failed to open browser. Check out the extensions gallery at {{url}}',
|
|
1931
|
-
|
|
1932
|
-
// ============================================================================
|
|
1933
|
-
// Retry / Rate Limit
|
|
1934
|
-
// ============================================================================
|
|
1935
|
-
'Rate limit error: {{reason}}': 'Rate limit error: {{reason}}',
|
|
1936
1678
|
'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})':
|
|
1937
1679
|
'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})',
|
|
1938
1680
|
'Press Ctrl+Y to retry': 'Press Ctrl+Y to retry',
|
|
@@ -1972,15 +1714,7 @@ export default {
|
|
|
1972
1714
|
// Auth Dialog - View Titles and Labels
|
|
1973
1715
|
// ============================================================================
|
|
1974
1716
|
'Coding Plan': 'Coding Plan',
|
|
1975
|
-
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1976
|
-
"Paste your api key of ModelStudio Coding Plan and you're all set!",
|
|
1977
1717
|
Custom: 'Custom',
|
|
1978
|
-
'More instructions about configuring `modelProviders` manually.':
|
|
1979
|
-
'More instructions about configuring `modelProviders` manually.',
|
|
1980
|
-
'Select API-KEY configuration mode:': 'Select API-KEY configuration mode:',
|
|
1981
|
-
'(Press Escape to go back)': '(Press Escape to go back)',
|
|
1982
|
-
'(Press Enter to submit, Escape to cancel)':
|
|
1983
|
-
'(Press Enter to submit, Escape to cancel)',
|
|
1984
1718
|
'Select Region for Coding Plan': 'Select Region for Coding Plan',
|
|
1985
1719
|
'Choose based on where your account is registered':
|
|
1986
1720
|
'Choose based on where your account is registered',
|
|
@@ -1994,9 +1728,6 @@ export default {
|
|
|
1994
1728
|
'New model configurations are available for {{region}}. Update now?',
|
|
1995
1729
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1996
1730
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".',
|
|
1997
|
-
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1998
|
-
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).',
|
|
1999
|
-
|
|
2000
1731
|
// ============================================================================
|
|
2001
1732
|
// Context Usage Component
|
|
2002
1733
|
// ============================================================================
|
|
@@ -2005,7 +1736,6 @@ export default {
|
|
|
2005
1736
|
'% context used': '% context used',
|
|
2006
1737
|
'Context exceeds limit! Use /compress or /clear to reduce.':
|
|
2007
1738
|
'Context exceeds limit! Use /compress or /clear to reduce.',
|
|
2008
|
-
'Use /compress or /clear': 'Use /compress or /clear',
|
|
2009
1739
|
'No API response yet. Send a message to see actual usage.':
|
|
2010
1740
|
'No API response yet. Send a message to see actual usage.',
|
|
2011
1741
|
'Estimated pre-conversation overhead': 'Estimated pre-conversation overhead',
|
|
@@ -2021,8 +1751,6 @@ export default {
|
|
|
2021
1751
|
'Memory files': 'Memory files',
|
|
2022
1752
|
Skills: 'Skills',
|
|
2023
1753
|
Messages: 'Messages',
|
|
2024
|
-
'Show context window usage breakdown.':
|
|
2025
|
-
'Show context window usage breakdown.',
|
|
2026
1754
|
'Run /context detail for per-item breakdown.':
|
|
2027
1755
|
'Run /context detail for per-item breakdown.',
|
|
2028
1756
|
'Show context window usage breakdown. Use "/context detail" for per-item breakdown.':
|
|
@@ -2035,19 +1763,6 @@ export default {
|
|
|
2035
1763
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.',
|
|
2036
1764
|
'Tip: Use /model to switch between available Coding Plan models.':
|
|
2037
1765
|
'Tip: Use /model to switch between available Coding Plan models.',
|
|
2038
|
-
|
|
2039
|
-
// ============================================================================
|
|
2040
|
-
// Ask User Question Tool
|
|
2041
|
-
// ============================================================================
|
|
2042
|
-
'Please answer the following question(s):':
|
|
2043
|
-
'Please answer the following question(s):',
|
|
2044
|
-
'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.':
|
|
2045
|
-
'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.',
|
|
2046
|
-
'User declined to answer the questions.':
|
|
2047
|
-
'User declined to answer the questions.',
|
|
2048
|
-
'User has provided the following answers:':
|
|
2049
|
-
'User has provided the following answers:',
|
|
2050
|
-
'Failed to process user answers:': 'Failed to process user answers:',
|
|
2051
1766
|
'Type something...': 'Type something...',
|
|
2052
1767
|
Submit: 'Submit',
|
|
2053
1768
|
'Submit answers': 'Submit answers',
|
|
@@ -2057,18 +1772,8 @@ export default {
|
|
|
2057
1772
|
'Ready to submit your answers?': 'Ready to submit your answers?',
|
|
2058
1773
|
'↑/↓: Navigate | ←/→: Switch tabs | Enter: Select':
|
|
2059
1774
|
'↑/↓: Navigate | ←/→: Switch tabs | Enter: Select',
|
|
2060
|
-
'↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel':
|
|
2061
|
-
'↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel',
|
|
2062
|
-
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel':
|
|
2063
|
-
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel',
|
|
2064
1775
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
2065
1776
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel',
|
|
2066
|
-
|
|
2067
|
-
// ============================================================================
|
|
2068
|
-
// Commands - Auth
|
|
2069
|
-
// ============================================================================
|
|
2070
|
-
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
2071
|
-
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan',
|
|
2072
1777
|
'Authenticate using Qwen OAuth': 'Authenticate using Qwen OAuth',
|
|
2073
1778
|
'Authenticate using Alibaba Cloud Coding Plan':
|
|
2074
1779
|
'Authenticate using Alibaba Cloud Coding Plan',
|
|
@@ -2104,8 +1809,6 @@ export default {
|
|
|
2104
1809
|
'Run one of the following commands to get started:\n',
|
|
2105
1810
|
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
2106
1811
|
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)',
|
|
2107
|
-
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
2108
|
-
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n',
|
|
2109
1812
|
'Or simply run:': 'Or simply run:',
|
|
2110
1813
|
' qwen auth - Interactive authentication setup\n':
|
|
2111
1814
|
' qwen auth - Interactive authentication setup\n',
|
|
@@ -2115,7 +1818,6 @@ export default {
|
|
|
2115
1818
|
' Limit: No longer available': ' Limit: No longer available',
|
|
2116
1819
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
2117
1820
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.',
|
|
2118
|
-
' Models: Qwen latest models\n': ' Models: Qwen latest models\n',
|
|
2119
1821
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
2120
1822
|
'✓ Authentication Method: Alibaba Cloud Coding Plan',
|
|
2121
1823
|
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
@@ -2139,13 +1841,10 @@ export default {
|
|
|
2139
1841
|
'Raw mode not available. Please run in an interactive terminal.',
|
|
2140
1842
|
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
2141
1843
|
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n',
|
|
2142
|
-
compact: 'compact',
|
|
2143
|
-
'compact mode: on (Ctrl+O off)': 'compact mode: on (Ctrl+O off)',
|
|
2144
1844
|
'Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).':
|
|
2145
1845
|
'Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).',
|
|
2146
1846
|
'Press Ctrl+O to show full tool output':
|
|
2147
1847
|
'Press Ctrl+O to show full tool output',
|
|
2148
|
-
|
|
2149
1848
|
'Switch to plan mode or exit plan mode':
|
|
2150
1849
|
'Switch to plan mode or exit plan mode',
|
|
2151
1850
|
'Exited plan mode. Previous approval mode restored.':
|
|
@@ -2156,6 +1855,62 @@ export default {
|
|
|
2156
1855
|
'Already in plan mode. Use "/plan exit" to exit plan mode.',
|
|
2157
1856
|
'Not in plan mode. Use "/plan" to enter plan mode first.':
|
|
2158
1857
|
'Not in plan mode. Use "/plan" to enter plan mode first.',
|
|
2159
|
-
|
|
2160
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.',
|
|
2161
1916
|
};
|