@qwen-code/qwen-code 0.7.2-preview.2 → 0.8.0-nightly.20260122.21b26a40

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/locales/de.js CHANGED
@@ -60,10 +60,15 @@ export default {
60
60
  'show version info': 'Versionsinformationen anzeigen',
61
61
  'submit a bug report': 'Fehlerbericht einreichen',
62
62
  'About Qwen Code': 'Über Qwen Code',
63
+ Status: 'Status',
63
64
 
64
65
  // ============================================================================
65
66
  // System Information Fields
66
67
  // ============================================================================
68
+ 'Qwen Code': 'Qwen Code',
69
+ Runtime: 'Laufzeit',
70
+ OS: 'Betriebssystem',
71
+ Auth: 'Authentifizierung',
67
72
  'CLI Version': 'CLI-Version',
68
73
  'Git Commit': 'Git-Commit',
69
74
  Model: 'Modell',
@@ -76,6 +81,7 @@ export default {
76
81
  'Session ID': 'Sitzungs-ID',
77
82
  'Auth Method': 'Authentifizierungsmethode',
78
83
  'Base URL': 'Basis-URL',
84
+ Proxy: 'Proxy',
79
85
  'Memory Usage': 'Speichernutzung',
80
86
  'IDE Client': 'IDE-Client',
81
87
 
@@ -97,8 +103,8 @@ export default {
97
103
  Preview: 'Vorschau',
98
104
  '(Use Enter to select, Tab to configure scope)':
99
105
  '(Enter zum Auswählen, Tab zum Konfigurieren des Bereichs)',
100
- '(Use Enter to apply scope, Tab to select theme)':
101
- '(Enter zum Anwenden des Bereichs, Tab zum Auswählen des Designs)',
106
+ '(Use Enter to apply scope, Tab to go back)':
107
+ '(Enter zum Anwenden des Bereichs, Tab zum Zurückgehen)',
102
108
  'Theme configuration unavailable due to NO_COLOR env variable.':
103
109
  'Design-Konfiguration aufgrund der NO_COLOR-Umgebungsvariable nicht verfügbar.',
104
110
  'Theme "{{themeName}}" not found.': 'Design "{{themeName}}" nicht gefunden.',
@@ -260,8 +266,6 @@ export default {
260
266
  'View and edit Qwen Code settings':
261
267
  'Qwen Code Einstellungen anzeigen und bearbeiten',
262
268
  Settings: 'Einstellungen',
263
- '(Use Enter to select{{tabText}})': '(Enter zum Auswählen{{tabText}})',
264
- ', Tab to change focus': ', Tab zum Fokuswechsel',
265
269
  'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.':
266
270
  'Um Änderungen zu sehen, muss Qwen Code neu gestartet werden. Drücken Sie r, um jetzt zu beenden und Änderungen anzuwenden.',
267
271
  'The command "/{{command}}" is not supported in non-interactive mode.':
@@ -271,24 +275,24 @@ export default {
271
275
  // ============================================================================
272
276
  'Vim Mode': 'Vim-Modus',
273
277
  'Disable Auto Update': 'Automatische Updates deaktivieren',
278
+ 'Attribution: commit': 'Attribution: Commit',
279
+ 'Terminal Bell Notification': 'Terminal-Signalton',
280
+ 'Enable Usage Statistics': 'Nutzungsstatistiken aktivieren',
281
+ Theme: 'Farbschema',
282
+ 'Preferred Editor': 'Bevorzugter Editor',
283
+ 'Auto-connect to IDE': 'Automatische Verbindung zur IDE',
274
284
  'Enable Prompt Completion': 'Eingabevervollständigung aktivieren',
275
285
  'Debug Keystroke Logging': 'Debug-Protokollierung von Tastatureingaben',
276
- Language: 'Sprache',
286
+ 'Language: UI': 'Sprache: Benutzeroberfläche',
287
+ 'Language: Model': 'Sprache: Modell',
277
288
  'Output Format': 'Ausgabeformat',
278
289
  'Hide Window Title': 'Fenstertitel ausblenden',
279
290
  'Show Status in Title': 'Status im Titel anzeigen',
280
291
  'Hide Tips': 'Tipps ausblenden',
281
- 'Hide Banner': 'Banner ausblenden',
282
- 'Hide Context Summary': 'Kontextzusammenfassung ausblenden',
283
- 'Hide CWD': 'Arbeitsverzeichnis ausblenden',
284
- 'Hide Sandbox Status': 'Sandbox-Status ausblenden',
285
- 'Hide Model Info': 'Modellinformationen ausblenden',
286
- 'Hide Footer': 'Fußzeile ausblenden',
287
- 'Show Memory Usage': 'Speichernutzung anzeigen',
288
- 'Show Line Numbers': 'Zeilennummern anzeigen',
292
+ 'Show Line Numbers in Code': 'Zeilennummern im Code anzeigen',
289
293
  'Show Citations': 'Quellenangaben anzeigen',
290
294
  'Custom Witty Phrases': 'Benutzerdefinierte Witzige Sprüche',
291
- 'Enable Welcome Back': 'Willkommen-zurück aktivieren',
295
+ 'Show Welcome Back Dialog': 'Willkommen-zurück-Dialog anzeigen',
292
296
  'Enable User Feedback': 'Benutzerfeedback aktivieren',
293
297
  'How is Qwen doing this session? (optional)':
294
298
  'Wie macht sich Qwen in dieser Sitzung? (optional)',
@@ -315,7 +319,7 @@ export default {
315
319
  'Respect .qwenignore': '.qwenignore beachten',
316
320
  'Enable Recursive File Search': 'Rekursive Dateisuche aktivieren',
317
321
  'Disable Fuzzy Search': 'Unscharfe Suche deaktivieren',
318
- 'Enable Interactive Shell': 'Interaktive Shell aktivieren',
322
+ 'Interactive Shell (PTY)': 'Interaktive Shell (PTY)',
319
323
  'Show Color': 'Farbe anzeigen',
320
324
  'Auto Accept': 'Automatisch akzeptieren',
321
325
  'Use Ripgrep': 'Ripgrep verwenden',
@@ -327,6 +331,7 @@ export default {
327
331
  'Folder Trust': 'Ordnervertrauen',
328
332
  'Vision Model Preview': 'Vision-Modell-Vorschau',
329
333
  'Tool Schema Compliance': 'Werkzeug-Schema-Konformität',
334
+ 'Experimental: Skills': 'Experimentell: Fähigkeiten',
330
335
  // Settings enum options
331
336
  'Auto (detect from system)': 'Automatisch (vom System erkennen)',
332
337
  Text: 'Text',
@@ -351,6 +356,11 @@ export default {
351
356
  'Show all directories in the workspace':
352
357
  'Alle Verzeichnisse im Arbeitsbereich anzeigen',
353
358
  'set external editor preference': 'Externen Editor festlegen',
359
+ 'Select Editor': 'Editor auswählen',
360
+ 'Editor Preference': 'Editor-Einstellung',
361
+ 'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.':
362
+ 'Diese Editoren werden derzeit unterstützt. Bitte beachten Sie, dass einige Editoren nicht im Sandbox-Modus verwendet werden können.',
363
+ 'Your preferred editor is:': 'Ihr bevorzugter Editor ist:',
354
364
  'Manage extensions': 'Erweiterungen verwalten',
355
365
  'List active extensions': 'Aktive Erweiterungen auflisten',
356
366
  'Update extensions. Usage: update <extension-names>|--all':
@@ -419,6 +429,8 @@ export default {
419
429
  'Example: /language output English': 'Beispiel: /language output English',
420
430
  'Example: /language output 日本語': 'Beispiel: /language output Japanisch',
421
431
  'UI language changed to {{lang}}': 'UI-Sprache geändert zu {{lang}}',
432
+ 'LLM output language set to {{lang}}':
433
+ 'LLM-Ausgabesprache auf {{lang}} gesetzt',
422
434
  'LLM output language rule file generated at {{path}}':
423
435
  'LLM-Ausgabesprach-Regeldatei generiert unter {{path}}',
424
436
  'Please restart the application for the changes to take effect.':
@@ -441,7 +453,7 @@ export default {
441
453
  // ============================================================================
442
454
  // Commands - Approval Mode
443
455
  // ============================================================================
444
- 'Approval Mode': 'Genehmigungsmodus',
456
+ 'Tool Approval Mode': 'Werkzeug-Genehmigungsmodus',
445
457
  'Current approval mode: {{mode}}': 'Aktueller Genehmigungsmodus: {{mode}}',
446
458
  'Available approval modes:': 'Verfügbare Genehmigungsmodi:',
447
459
  'Approval mode changed to: {{mode}}':
@@ -483,8 +495,6 @@ export default {
483
495
  'Automatically approve all tools': 'Alle Werkzeuge automatisch genehmigen',
484
496
  'Workspace approval mode exists and takes priority. User-level change will have no effect.':
485
497
  'Arbeitsbereich-Genehmigungsmodus existiert und hat Vorrang. Benutzerebene-Änderung hat keine Wirkung.',
486
- '(Use Enter to select, Tab to change focus)':
487
- '(Enter zum Auswählen, Tab zum Fokuswechsel)',
488
498
  'Apply To': 'Anwenden auf',
489
499
  'User Settings': 'Benutzereinstellungen',
490
500
  'Workspace Settings': 'Arbeitsbereich-Einstellungen',
package/locales/en.js CHANGED
@@ -33,6 +33,25 @@ export default {
33
33
  'Model Context Protocol command (from external servers)':
34
34
  'Model Context Protocol command (from external servers)',
35
35
  'Keyboard Shortcuts:': 'Keyboard Shortcuts:',
36
+ 'Toggle this help display': 'Toggle this help display',
37
+ 'Toggle shell mode': 'Toggle shell mode',
38
+ 'Open command menu': 'Open command menu',
39
+ 'Add file context': 'Add file context',
40
+ 'Accept suggestion / Autocomplete': 'Accept suggestion / Autocomplete',
41
+ 'Reverse search history': 'Reverse search history',
42
+ 'Press ? again to close': 'Press ? again to close',
43
+ // Keyboard shortcuts panel descriptions
44
+ 'for shell mode': 'for shell mode',
45
+ 'for commands': 'for commands',
46
+ 'for file paths': 'for file paths',
47
+ 'to clear input': 'to clear input',
48
+ 'to cycle approvals': 'to cycle approvals',
49
+ 'to quit': 'to quit',
50
+ 'for newline': 'for newline',
51
+ 'to clear screen': 'to clear screen',
52
+ 'to search history': 'to search history',
53
+ 'to paste images': 'to paste images',
54
+ 'for external editor': 'for external editor',
36
55
  'Jump through words in the input': 'Jump through words in the input',
37
56
  'Close dialogs, cancel requests, or quit application':
38
57
  'Close dialogs, cancel requests, or quit application',
@@ -46,6 +65,7 @@ export default {
46
65
  'Connecting to MCP servers... ({{connected}}/{{total}})':
47
66
  'Connecting to MCP servers... ({{connected}}/{{total}})',
48
67
  'Type your message or @path/to/file': 'Type your message or @path/to/file',
68
+ '? for shortcuts': '? for shortcuts',
49
69
  "Press 'i' for INSERT mode and 'Esc' for NORMAL mode.":
50
70
  "Press 'i' for INSERT mode and 'Esc' for NORMAL mode.",
51
71
  'Cancel operation / Clear input (double press)':
@@ -59,10 +79,15 @@ export default {
59
79
  'show version info': 'show version info',
60
80
  'submit a bug report': 'submit a bug report',
61
81
  'About Qwen Code': 'About Qwen Code',
82
+ Status: 'Status',
62
83
 
63
84
  // ============================================================================
64
85
  // System Information Fields
65
86
  // ============================================================================
87
+ 'Qwen Code': 'Qwen Code',
88
+ Runtime: 'Runtime',
89
+ OS: 'OS',
90
+ Auth: 'Auth',
66
91
  'CLI Version': 'CLI Version',
67
92
  'Git Commit': 'Git Commit',
68
93
  Model: 'Model',
@@ -75,6 +100,7 @@ export default {
75
100
  'Session ID': 'Session ID',
76
101
  'Auth Method': 'Auth Method',
77
102
  'Base URL': 'Base URL',
103
+ Proxy: 'Proxy',
78
104
  'Memory Usage': 'Memory Usage',
79
105
  'IDE Client': 'IDE Client',
80
106
 
@@ -98,8 +124,8 @@ export default {
98
124
  Preview: 'Preview',
99
125
  '(Use Enter to select, Tab to configure scope)':
100
126
  '(Use Enter to select, Tab to configure scope)',
101
- '(Use Enter to apply scope, Tab to select theme)':
102
- '(Use Enter to apply scope, Tab to select theme)',
127
+ '(Use Enter to apply scope, Tab to go back)':
128
+ '(Use Enter to apply scope, Tab to go back)',
103
129
  'Theme configuration unavailable due to NO_COLOR env variable.':
104
130
  'Theme configuration unavailable due to NO_COLOR env variable.',
105
131
  'Theme "{{themeName}}" not found.': 'Theme "{{themeName}}" not found.',
@@ -257,8 +283,6 @@ export default {
257
283
  // ============================================================================
258
284
  'View and edit Qwen Code settings': 'View and edit Qwen Code settings',
259
285
  Settings: 'Settings',
260
- '(Use Enter to select{{tabText}})': '(Use Enter to select{{tabText}})',
261
- ', Tab to change focus': ', Tab to change focus',
262
286
  'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.':
263
287
  'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.',
264
288
  'The command "/{{command}}" is not supported in non-interactive mode.':
@@ -268,24 +292,24 @@ export default {
268
292
  // ============================================================================
269
293
  'Vim Mode': 'Vim Mode',
270
294
  'Disable Auto Update': 'Disable Auto Update',
295
+ 'Attribution: commit': 'Attribution: commit',
296
+ 'Terminal Bell Notification': 'Terminal Bell Notification',
297
+ 'Enable Usage Statistics': 'Enable Usage Statistics',
298
+ Theme: 'Theme',
299
+ 'Preferred Editor': 'Preferred Editor',
300
+ 'Auto-connect to IDE': 'Auto-connect to IDE',
271
301
  'Enable Prompt Completion': 'Enable Prompt Completion',
272
302
  'Debug Keystroke Logging': 'Debug Keystroke Logging',
273
- Language: 'Language',
303
+ 'Language: UI': 'Language: UI',
304
+ 'Language: Model': 'Language: Model',
274
305
  'Output Format': 'Output Format',
275
306
  'Hide Window Title': 'Hide Window Title',
276
307
  'Show Status in Title': 'Show Status in Title',
277
308
  'Hide Tips': 'Hide Tips',
278
- 'Hide Banner': 'Hide Banner',
279
- 'Hide Context Summary': 'Hide Context Summary',
280
- 'Hide CWD': 'Hide CWD',
281
- 'Hide Sandbox Status': 'Hide Sandbox Status',
282
- 'Hide Model Info': 'Hide Model Info',
283
- 'Hide Footer': 'Hide Footer',
284
- 'Show Memory Usage': 'Show Memory Usage',
285
- 'Show Line Numbers': 'Show Line Numbers',
309
+ 'Show Line Numbers in Code': 'Show Line Numbers in Code',
286
310
  'Show Citations': 'Show Citations',
287
311
  'Custom Witty Phrases': 'Custom Witty Phrases',
288
- 'Enable Welcome Back': 'Enable Welcome Back',
312
+ 'Show Welcome Back Dialog': 'Show Welcome Back Dialog',
289
313
  'Enable User Feedback': 'Enable User Feedback',
290
314
  'How is Qwen doing this session? (optional)':
291
315
  'How is Qwen doing this session? (optional)',
@@ -312,7 +336,7 @@ export default {
312
336
  'Respect .qwenignore': 'Respect .qwenignore',
313
337
  'Enable Recursive File Search': 'Enable Recursive File Search',
314
338
  'Disable Fuzzy Search': 'Disable Fuzzy Search',
315
- 'Enable Interactive Shell': 'Enable Interactive Shell',
339
+ 'Interactive Shell (PTY)': 'Interactive Shell (PTY)',
316
340
  'Show Color': 'Show Color',
317
341
  'Auto Accept': 'Auto Accept',
318
342
  'Use Ripgrep': 'Use Ripgrep',
@@ -323,6 +347,7 @@ export default {
323
347
  'Folder Trust': 'Folder Trust',
324
348
  'Vision Model Preview': 'Vision Model Preview',
325
349
  'Tool Schema Compliance': 'Tool Schema Compliance',
350
+ 'Experimental: Skills': 'Experimental: Skills',
326
351
  // Settings enum options
327
352
  'Auto (detect from system)': 'Auto (detect from system)',
328
353
  Text: 'Text',
@@ -347,6 +372,11 @@ export default {
347
372
  'Show all directories in the workspace':
348
373
  'Show all directories in the workspace',
349
374
  'set external editor preference': 'set external editor preference',
375
+ 'Select Editor': 'Select Editor',
376
+ 'Editor Preference': 'Editor Preference',
377
+ 'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.':
378
+ 'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.',
379
+ 'Your preferred editor is:': 'Your preferred editor is:',
350
380
  'Manage extensions': 'Manage extensions',
351
381
  'List active extensions': 'List active extensions',
352
382
  'Update extensions. Usage: update <extension-names>|--all':
@@ -413,6 +443,7 @@ export default {
413
443
  'Example: /language output English': 'Example: /language output English',
414
444
  'Example: /language output 日本語': 'Example: /language output 日本語',
415
445
  'UI language changed to {{lang}}': 'UI language changed to {{lang}}',
446
+ 'LLM output language set to {{lang}}': 'LLM output language set to {{lang}}',
416
447
  'LLM output language rule file generated at {{path}}':
417
448
  'LLM output language rule file generated at {{path}}',
418
449
  'Please restart the application for the changes to take effect.':
@@ -434,7 +465,7 @@ export default {
434
465
  // ============================================================================
435
466
  // Commands - Approval Mode
436
467
  // ============================================================================
437
- 'Approval Mode': 'Approval Mode',
468
+ 'Tool Approval Mode': 'Tool Approval Mode',
438
469
  'Current approval mode: {{mode}}': 'Current approval mode: {{mode}}',
439
470
  'Available approval modes:': 'Available approval modes:',
440
471
  'Approval mode changed to: {{mode}}': 'Approval mode changed to: {{mode}}',
@@ -473,8 +504,6 @@ export default {
473
504
  'Automatically approve all tools': 'Automatically approve all tools',
474
505
  'Workspace approval mode exists and takes priority. User-level change will have no effect.':
475
506
  'Workspace approval mode exists and takes priority. User-level change will have no effect.',
476
- '(Use Enter to select, Tab to change focus)':
477
- '(Use Enter to select, Tab to change focus)',
478
507
  'Apply To': 'Apply To',
479
508
  'User Settings': 'User Settings',
480
509
  'Workspace Settings': 'Workspace Settings',
@@ -898,14 +927,23 @@ export default {
898
927
  // ============================================================================
899
928
  // Startup Tips
900
929
  // ============================================================================
901
- 'Tips for getting started:': 'Tips for getting started:',
902
- '1. Ask questions, edit files, or run commands.':
903
- '1. Ask questions, edit files, or run commands.',
904
- '2. Be specific for the best results.':
905
- '2. Be specific for the best results.',
906
- 'files to customize your interactions with Qwen Code.':
907
- 'files to customize your interactions with Qwen Code.',
908
- 'for more information.': 'for more information.',
930
+ 'Tips:': 'Tips:',
931
+ 'Use /compress when the conversation gets long to summarize history and free up context.':
932
+ 'Use /compress when the conversation gets long to summarize history and free up context.',
933
+ 'Start a fresh idea with /clear or /new; the previous session stays available in history.':
934
+ 'Start a fresh idea with /clear or /new; the previous session stays available in history.',
935
+ 'Use /bug to submit issues to the maintainers when something goes off.':
936
+ 'Use /bug to submit issues to the maintainers when something goes off.',
937
+ 'Switch auth type quickly with /auth.':
938
+ 'Switch auth type quickly with /auth.',
939
+ 'You can run any shell commands from Qwen Code using ! (e.g. !ls).':
940
+ 'You can run any shell commands from Qwen Code using ! (e.g. !ls).',
941
+ 'Type / to open the command popup; Tab autocompletes slash commands and saved prompts.':
942
+ 'Type / to open the command popup; Tab autocompletes slash commands and saved prompts.',
943
+ 'You can resume a previous conversation by running qwen --continue or qwen --resume.':
944
+ 'You can resume a previous conversation by running qwen --continue or qwen --resume.',
945
+ 'You can switch permission mode quickly with Shift+Tab or /approval-mode.':
946
+ 'You can switch permission mode quickly with Shift+Tab or /approval-mode.',
909
947
 
910
948
  // ============================================================================
911
949
  // Exit Screen / Stats
package/locales/ru.js CHANGED
@@ -33,6 +33,13 @@ export default {
33
33
  'Model Context Protocol command (from external servers)':
34
34
  'Команда Model Context Protocol (из внешних серверов)',
35
35
  'Keyboard Shortcuts:': 'Горячие клавиши:',
36
+ 'Toggle this help display': 'Показать/скрыть эту справку',
37
+ 'Toggle shell mode': 'Переключить режим оболочки',
38
+ 'Open command menu': 'Открыть меню команд',
39
+ 'Add file context': 'Добавить файл в контекст',
40
+ 'Accept suggestion / Autocomplete': 'Принять подсказку / Автодополнение',
41
+ 'Reverse search history': 'Обратный поиск по истории',
42
+ 'Press ? again to close': 'Нажмите ? ещё раз, чтобы закрыть',
36
43
  'Jump through words in the input': 'Переход по словам во вводе',
37
44
  'Close dialogs, cancel requests, or quit application':
38
45
  'Закрыть диалоги, отменить запросы или выйти из приложения',
@@ -46,6 +53,7 @@ export default {
46
53
  'Connecting to MCP servers... ({{connected}}/{{total}})':
47
54
  'Подключение к MCP-серверам... ({{connected}}/{{total}})',
48
55
  'Type your message or @path/to/file': 'Введите сообщение или @путь/к/файлу',
56
+ '? for shortcuts': '? — горячие клавиши',
49
57
  "Press 'i' for INSERT mode and 'Esc' for NORMAL mode.":
50
58
  "Нажмите 'i' для режима ВСТАВКА и 'Esc' для ОБЫЧНОГО режима.",
51
59
  'Cancel operation / Clear input (double press)':
@@ -59,10 +67,28 @@ export default {
59
67
  'show version info': 'Просмотр информации о версии',
60
68
  'submit a bug report': 'Отправка отчёта об ошибке',
61
69
  'About Qwen Code': 'Об Qwen Code',
70
+ Status: 'Статус',
71
+
72
+ // Keyboard shortcuts panel descriptions
73
+ 'for shell mode': 'режим оболочки',
74
+ 'for commands': 'меню команд',
75
+ 'for file paths': 'пути к файлам',
76
+ 'to clear input': 'очистить ввод',
77
+ 'to cycle approvals': 'переключить режим',
78
+ 'to quit': 'выход',
79
+ 'for newline': 'новая строка',
80
+ 'to clear screen': 'очистить экран',
81
+ 'to search history': 'поиск в истории',
82
+ 'to paste images': 'вставить изображения',
83
+ 'for external editor': 'внешний редактор',
62
84
 
63
85
  // ============================================================================
64
86
  // Поля системной информации
65
87
  // ============================================================================
88
+ 'Qwen Code': 'Qwen Code',
89
+ Runtime: 'Среда выполнения',
90
+ OS: 'ОС',
91
+ Auth: 'Аутентификация',
66
92
  'CLI Version': 'Версия CLI',
67
93
  'Git Commit': 'Git-коммит',
68
94
  Model: 'Модель',
@@ -75,6 +101,7 @@ export default {
75
101
  'Session ID': 'ID сессии',
76
102
  'Auth Method': 'Метод авторизации',
77
103
  'Base URL': 'Базовый URL',
104
+ Proxy: 'Прокси',
78
105
  'Memory Usage': 'Использование памяти',
79
106
  'IDE Client': 'Клиент IDE',
80
107
 
@@ -100,8 +127,8 @@ export default {
100
127
  Preview: 'Предпросмотр',
101
128
  '(Use Enter to select, Tab to configure scope)':
102
129
  '(Enter для выбора, Tab для настройки области)',
103
- '(Use Enter to apply scope, Tab to select theme)':
104
- '(Enter для применения области, Tab для выбора темы)',
130
+ '(Use Enter to apply scope, Tab to go back)':
131
+ '(Enter для применения области, Tab для возврата)',
105
132
  'Theme configuration unavailable due to NO_COLOR env variable.':
106
133
  'Настройка темы недоступна из-за переменной окружения NO_COLOR.',
107
134
  'Theme "{{themeName}}" not found.': 'Тема "{{themeName}}" не найдена.',
@@ -260,8 +287,6 @@ export default {
260
287
  // ============================================================================
261
288
  'View and edit Qwen Code settings': 'Просмотр и изменение настроек Qwen Code',
262
289
  Settings: 'Настройки',
263
- '(Use Enter to select{{tabText}})': '(Enter для выбора{{tabText}})',
264
- ', Tab to change focus': ', Tab для смены фокуса',
265
290
  'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.':
266
291
  'Для применения изменений необходимо перезапустить Qwen Code. Нажмите r для выхода и применения изменений.',
267
292
  'The command "/{{command}}" is not supported in non-interactive mode.':
@@ -271,24 +296,24 @@ export default {
271
296
  // ============================================================================
272
297
  'Vim Mode': 'Режим Vim',
273
298
  'Disable Auto Update': 'Отключить автообновление',
299
+ 'Attribution: commit': 'Атрибуция: коммит',
300
+ 'Terminal Bell Notification': 'Звуковое уведомление терминала',
301
+ 'Enable Usage Statistics': 'Включить сбор статистики использования',
302
+ Theme: 'Тема',
303
+ 'Preferred Editor': 'Предпочтительный редактор',
304
+ 'Auto-connect to IDE': 'Автоподключение к IDE',
274
305
  'Enable Prompt Completion': 'Включить автодополнение промптов',
275
306
  'Debug Keystroke Logging': 'Логирование нажатий клавиш для отладки',
276
- Language: 'Язык',
307
+ 'Language: UI': 'Язык: интерфейс',
308
+ 'Language: Model': 'Язык: модель',
277
309
  'Output Format': 'Формат вывода',
278
310
  'Hide Window Title': 'Скрыть заголовок окна',
279
311
  'Show Status in Title': 'Показывать статус в заголовке',
280
312
  'Hide Tips': 'Скрыть подсказки',
281
- 'Hide Banner': 'Скрыть баннер',
282
- 'Hide Context Summary': 'Скрыть сводку контекста',
283
- 'Hide CWD': 'Скрыть текущую директорию',
284
- 'Hide Sandbox Status': 'Скрыть статус песочницы',
285
- 'Hide Model Info': 'Скрыть информацию о модели',
286
- 'Hide Footer': 'Скрыть нижний колонтитул',
287
- 'Show Memory Usage': 'Показывать использование памяти',
288
- 'Show Line Numbers': 'Показывать номера строк',
313
+ 'Show Line Numbers in Code': 'Показывать номера строк в коде',
289
314
  'Show Citations': 'Показывать цитаты',
290
315
  'Custom Witty Phrases': 'Пользовательские остроумные фразы',
291
- 'Enable Welcome Back': 'Включить приветствие при возврате',
316
+ 'Show Welcome Back Dialog': 'Показывать диалог приветствия',
292
317
  'Enable User Feedback': 'Включить отзывы пользователей',
293
318
  'How is Qwen doing this session? (optional)':
294
319
  'Как дела у Qwen в этой сессии? (необязательно)',
@@ -315,7 +340,7 @@ export default {
315
340
  'Respect .qwenignore': 'Учитывать .qwenignore',
316
341
  'Enable Recursive File Search': 'Включить рекурсивный поиск файлов',
317
342
  'Disable Fuzzy Search': 'Отключить нечеткий поиск',
318
- 'Enable Interactive Shell': 'Включить интерактивный терминал',
343
+ 'Interactive Shell (PTY)': 'Интерактивный терминал (PTY)',
319
344
  'Show Color': 'Показывать цвета',
320
345
  'Auto Accept': 'Автоподтверждение',
321
346
  'Use Ripgrep': 'Использовать Ripgrep',
@@ -326,6 +351,7 @@ export default {
326
351
  'Folder Trust': 'Доверие к папке',
327
352
  'Vision Model Preview': 'Визуальная модель (предпросмотр)',
328
353
  'Tool Schema Compliance': 'Соответствие схеме инструмента',
354
+ 'Experimental: Skills': 'Экспериментальное: Навыки',
329
355
  // Варианты перечислений настроек
330
356
  'Auto (detect from system)': 'Авто (определить из системы)',
331
357
  Text: 'Текст',
@@ -352,6 +378,11 @@ export default {
352
378
  'Показать все директории в рабочем пространстве',
353
379
  'set external editor preference':
354
380
  'Установка предпочитаемого внешнего редактора',
381
+ 'Select Editor': 'Выбрать редактор',
382
+ 'Editor Preference': 'Настройка редактора',
383
+ 'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.':
384
+ 'В настоящее время поддерживаются следующие редакторы. Обратите внимание, что некоторые редакторы нельзя использовать в режиме песочницы.',
385
+ 'Your preferred editor is:': 'Ваш предпочитаемый редактор:',
355
386
  'Manage extensions': 'Управление расширениями',
356
387
  'List active extensions': 'Показать активные расширения',
357
388
  'Update extensions. Usage: update <extension-names>|--all':
@@ -419,6 +450,8 @@ export default {
419
450
  'Example: /language output English': 'Пример: /language output English',
420
451
  'Example: /language output 日本語': 'Пример: /language output 日本語',
421
452
  'UI language changed to {{lang}}': 'Язык интерфейса изменен на {{lang}}',
453
+ 'LLM output language set to {{lang}}':
454
+ 'Язык вывода LLM установлен на {{lang}}',
422
455
  'LLM output language rule file generated at {{path}}':
423
456
  'Файл правил языка вывода LLM создан в {{path}}',
424
457
  'Please restart the application for the changes to take effect.':
@@ -441,7 +474,7 @@ export default {
441
474
  // ============================================================================
442
475
  // Команды - Режим подтверждения
443
476
  // ============================================================================
444
- 'Approval Mode': 'Режим подтверждения',
477
+ 'Tool Approval Mode': 'Режим подтверждения инструментов',
445
478
  'Current approval mode: {{mode}}': 'Текущий режим подтверждения: {{mode}}',
446
479
  'Available approval modes:': 'Доступные режимы подтверждения:',
447
480
  'Approval mode changed to: {{mode}}':
@@ -483,8 +516,6 @@ export default {
483
516
  'Автоматически подтверждать все инструменты',
484
517
  'Workspace approval mode exists and takes priority. User-level change will have no effect.':
485
518
  'Режим подтверждения рабочего пространства существует и имеет приоритет. Изменение на уровне пользователя не будет иметь эффекта.',
486
- '(Use Enter to select, Tab to change focus)':
487
- '(Enter для выбора, Tab для смены фокуса)',
488
519
  'Apply To': 'Применить к',
489
520
  'User Settings': 'Настройки пользователя',
490
521
  'Workspace Settings': 'Настройки рабочего пространства',