@qwen-code/qwen-code 0.12.0-preview.0 → 0.12.0-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/cli.js +38812 -25129
- package/locales/de.js +143 -4
- package/locales/en.js +209 -6
- package/locales/ja.js +140 -4
- package/locales/pt.js +146 -6
- package/locales/ru.js +144 -2
- package/locales/zh.js +195 -5
- package/package.json +2 -2
- package/sandbox-macos-permissive-proxied.sb +1 -1
- package/sandbox-macos-restrictive-proxied.sb +1 -1
package/locales/de.js
CHANGED
|
@@ -97,7 +97,7 @@ export default {
|
|
|
97
97
|
// ============================================================================
|
|
98
98
|
'Analyzes the project and creates a tailored QWEN.md file.':
|
|
99
99
|
'Analysiert das Projekt und erstellt eine maßgeschneiderte QWEN.md-Datei.',
|
|
100
|
-
'
|
|
100
|
+
'List available Qwen Code tools. Usage: /tools [desc]':
|
|
101
101
|
'Verfügbare Qwen Code Werkzeuge auflisten. Verwendung: /tools [desc]',
|
|
102
102
|
'Available Qwen Code CLI tools:': 'Verfügbare Qwen Code CLI-Werkzeuge:',
|
|
103
103
|
'No tools available': 'Keine Werkzeuge verfügbar',
|
|
@@ -360,7 +360,9 @@ export default {
|
|
|
360
360
|
'Show tool-specific usage statistics.':
|
|
361
361
|
'Werkzeugspezifische Nutzungsstatistiken anzeigen.',
|
|
362
362
|
'exit the cli': 'CLI beenden',
|
|
363
|
-
'
|
|
363
|
+
'Open MCP management dialog, or authenticate with OAuth-enabled servers':
|
|
364
|
+
'MCP-Verwaltungsdialog öffnen oder mit OAuth-fähigem Server authentifizieren',
|
|
365
|
+
'List configured MCP servers and tools, or authenticate with OAuth-enabled servers':
|
|
364
366
|
'Konfigurierte MCP-Server und Werkzeuge auflisten oder mit OAuth-fähigen Servern authentifizieren',
|
|
365
367
|
'Manage workspace directories': 'Arbeitsbereichsverzeichnisse verwalten',
|
|
366
368
|
'Add directories to the workspace. Use comma to separate multiple paths':
|
|
@@ -882,9 +884,101 @@ export default {
|
|
|
882
884
|
'Do you want to proceed?': 'Möchten Sie fortfahren?',
|
|
883
885
|
'Yes, allow once': 'Ja, einmal erlauben',
|
|
884
886
|
'Allow always': 'Immer erlauben',
|
|
887
|
+
Yes: 'Ja',
|
|
885
888
|
No: 'Nein',
|
|
886
889
|
'No (esc)': 'Nein (Esc)',
|
|
887
890
|
'Yes, allow always for this session': 'Ja, für diese Sitzung immer erlauben',
|
|
891
|
+
|
|
892
|
+
// MCP Management Dialog (translations for MCP UI components)
|
|
893
|
+
'Manage MCP servers': 'MCP-Server verwalten',
|
|
894
|
+
'Server Detail': 'Serverdetails',
|
|
895
|
+
'Disable Server': 'Server deaktivieren',
|
|
896
|
+
Tools: 'Werkzeuge',
|
|
897
|
+
'Tool Detail': 'Werkzeugdetails',
|
|
898
|
+
'MCP Management': 'MCP-Verwaltung',
|
|
899
|
+
'Loading...': 'Lädt...',
|
|
900
|
+
'Unknown step': 'Unbekannter Schritt',
|
|
901
|
+
'Esc to back': 'Esc zurück',
|
|
902
|
+
'↑↓ to navigate · Enter to select · Esc to close':
|
|
903
|
+
'↑↓ navigieren · Enter auswählen · Esc schließen',
|
|
904
|
+
'↑↓ to navigate · Enter to select · Esc to back':
|
|
905
|
+
'↑↓ navigieren · Enter auswählen · Esc zurück',
|
|
906
|
+
'↑↓ to navigate · Enter to confirm · Esc to back':
|
|
907
|
+
'↑↓ navigieren · Enter bestätigen · Esc zurück',
|
|
908
|
+
'User Settings (global)': 'Benutzereinstellungen (global)',
|
|
909
|
+
'Workspace Settings (project-specific)':
|
|
910
|
+
'Arbeitsbereichseinstellungen (projektspezifisch)',
|
|
911
|
+
'Disable server:': 'Server deaktivieren:',
|
|
912
|
+
'Select where to add the server to the exclude list:':
|
|
913
|
+
'Wählen Sie, wo der Server zur Ausschlussliste hinzugefügt werden soll:',
|
|
914
|
+
'Press Enter to confirm, Esc to cancel':
|
|
915
|
+
'Enter zum Bestätigen, Esc zum Abbrechen',
|
|
916
|
+
Disable: 'Deaktivieren',
|
|
917
|
+
Enable: 'Aktivieren',
|
|
918
|
+
Reconnect: 'Neu verbinden',
|
|
919
|
+
'View tools': 'Werkzeuge anzeigen',
|
|
920
|
+
'Status:': 'Status:',
|
|
921
|
+
'Command:': 'Befehl:',
|
|
922
|
+
'Working Directory:': 'Arbeitsverzeichnis:',
|
|
923
|
+
'Capabilities:': 'Fähigkeiten:',
|
|
924
|
+
'No server selected': 'Kein Server ausgewählt',
|
|
925
|
+
'(disabled)': '(deaktiviert)',
|
|
926
|
+
'Error:': 'Fehler:',
|
|
927
|
+
Extension: 'Erweiterung',
|
|
928
|
+
tool: 'Werkzeug',
|
|
929
|
+
tools: 'Werkzeuge',
|
|
930
|
+
connected: 'verbunden',
|
|
931
|
+
connecting: 'verbindet',
|
|
932
|
+
disconnected: 'getrennt',
|
|
933
|
+
error: 'Fehler',
|
|
934
|
+
|
|
935
|
+
// MCP Server List
|
|
936
|
+
'User MCPs': 'Benutzer-MCPs',
|
|
937
|
+
'Project MCPs': 'Projekt-MCPs',
|
|
938
|
+
'Extension MCPs': 'Erweiterungs-MCPs',
|
|
939
|
+
server: 'Server',
|
|
940
|
+
servers: 'Server',
|
|
941
|
+
'Add MCP servers to your settings to get started.':
|
|
942
|
+
'Fügen Sie MCP-Server zu Ihren Einstellungen hinzu, um zu beginnen.',
|
|
943
|
+
'Run qwen --debug to see error logs':
|
|
944
|
+
'Führen Sie qwen --debug aus, um Fehlerprotokolle anzuzeigen',
|
|
945
|
+
|
|
946
|
+
// MCP Tool List
|
|
947
|
+
'No tools available for this server.':
|
|
948
|
+
'Keine Werkzeuge für diesen Server verfügbar.',
|
|
949
|
+
destructive: 'destruktiv',
|
|
950
|
+
'read-only': 'schreibgeschützt',
|
|
951
|
+
'open-world': 'offene Welt',
|
|
952
|
+
idempotent: 'idempotent',
|
|
953
|
+
'Tools for {{name}}': 'Werkzeuge für {{name}}',
|
|
954
|
+
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
955
|
+
|
|
956
|
+
// MCP Tool Detail
|
|
957
|
+
required: 'erforderlich',
|
|
958
|
+
Type: 'Typ',
|
|
959
|
+
Enum: 'Aufzählung',
|
|
960
|
+
Parameters: 'Parameter',
|
|
961
|
+
'No tool selected': 'Kein Werkzeug ausgewählt',
|
|
962
|
+
Annotations: 'Anmerkungen',
|
|
963
|
+
Title: 'Titel',
|
|
964
|
+
'Read Only': 'Schreibgeschützt',
|
|
965
|
+
Destructive: 'Destruktiv',
|
|
966
|
+
Idempotent: 'Idempotent',
|
|
967
|
+
'Open World': 'Offene Welt',
|
|
968
|
+
Server: 'Server',
|
|
969
|
+
|
|
970
|
+
// Invalid tool related translations
|
|
971
|
+
'{{count}} invalid tools': '{{count}} ungültige Werkzeuge',
|
|
972
|
+
invalid: 'ungültig',
|
|
973
|
+
'invalid: {{reason}}': 'ungültig: {{reason}}',
|
|
974
|
+
'missing name': 'Name fehlt',
|
|
975
|
+
'missing description': 'Beschreibung fehlt',
|
|
976
|
+
'(unnamed)': '(unbenannt)',
|
|
977
|
+
'Warning: This tool cannot be called by the LLM':
|
|
978
|
+
'Warnung: Dieses Werkzeug kann nicht vom LLM aufgerufen werden',
|
|
979
|
+
Reason: 'Grund',
|
|
980
|
+
'Tools must have both name and description to be used by the LLM.':
|
|
981
|
+
'Werkzeuge müssen sowohl einen Namen als auch eine Beschreibung haben, um vom LLM verwendet zu werden.',
|
|
888
982
|
'Modify in progress:': 'Änderung in Bearbeitung:',
|
|
889
983
|
'Save and close external editor to continue':
|
|
890
984
|
'Speichern und externen Editor schließen, um fortzufahren',
|
|
@@ -1445,6 +1539,18 @@ export default {
|
|
|
1445
1539
|
// ============================================================================
|
|
1446
1540
|
// Auth Dialog - View Titles and Labels
|
|
1447
1541
|
// ============================================================================
|
|
1542
|
+
'Coding Plan': 'Coding Plan',
|
|
1543
|
+
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
1544
|
+
'Fügen Sie Ihren Bailian Coding Plan API-Schlüssel ein und Sie sind bereit!',
|
|
1545
|
+
Custom: 'Benutzerdefiniert',
|
|
1546
|
+
'More instructions about configuring `modelProviders` manually.':
|
|
1547
|
+
'Weitere Anweisungen zur manuellen Konfiguration von `modelProviders`.',
|
|
1548
|
+
'Select API-KEY configuration mode:':
|
|
1549
|
+
'API-KEY-Konfigurationsmodus auswählen:',
|
|
1550
|
+
'(Press Escape to go back)': '(Escape drücken zum Zurückgehen)',
|
|
1551
|
+
'(Press Enter to submit, Escape to cancel)':
|
|
1552
|
+
'(Enter zum Absenden, Escape zum Abbrechen)',
|
|
1553
|
+
'More instructions please check:': 'Weitere Anweisungen finden Sie unter:',
|
|
1448
1554
|
'Select Region for Coding Plan': 'Region für Coding Plan auswählen',
|
|
1449
1555
|
'Choose based on where your account is registered':
|
|
1450
1556
|
'Wählen Sie basierend auf dem Registrierungsort Ihres Kontos',
|
|
@@ -1457,6 +1563,39 @@ export default {
|
|
|
1457
1563
|
'Neue Modellkonfigurationen sind für {{region}} verfügbar. Jetzt aktualisieren?',
|
|
1458
1564
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1459
1565
|
'{{region}}-Konfiguration erfolgreich aktualisiert. Modell auf "{{model}}" umgeschaltet.',
|
|
1460
|
-
'
|
|
1461
|
-
'
|
|
1566
|
+
'{{region}} configuration updated successfully.':
|
|
1567
|
+
'{{region}}-Konfiguration erfolgreich aktualisiert.',
|
|
1568
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
|
1569
|
+
'Erfolgreich mit {{region}} authentifiziert. API-Schlüssel und Modellkonfigurationen wurden in settings.json gespeichert.',
|
|
1570
|
+
'Tip: Use /model to switch between available Coding Plan models.':
|
|
1571
|
+
'Tipp: Verwenden Sie /model, um zwischen verfügbaren Coding Plan-Modellen zu wechseln.',
|
|
1572
|
+
|
|
1573
|
+
// ============================================================================
|
|
1574
|
+
// Ask User Question Tool
|
|
1575
|
+
// ============================================================================
|
|
1576
|
+
'Please answer the following question(s):':
|
|
1577
|
+
'Bitte beantworten Sie die folgende(n) Frage(n):',
|
|
1578
|
+
'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.':
|
|
1579
|
+
'Benutzerfragen können im nicht-interaktiven Modus nicht gestellt werden. Bitte führen Sie das Tool im interaktiven Modus aus.',
|
|
1580
|
+
'User declined to answer the questions.':
|
|
1581
|
+
'Benutzer hat die Beantwortung der Fragen abgelehnt.',
|
|
1582
|
+
'User has provided the following answers:':
|
|
1583
|
+
'Benutzer hat die folgenden Antworten bereitgestellt:',
|
|
1584
|
+
'Failed to process user answers:':
|
|
1585
|
+
'Fehler beim Verarbeiten der Benutzerantworten:',
|
|
1586
|
+
'Type something...': 'Etwas eingeben...',
|
|
1587
|
+
Submit: 'Senden',
|
|
1588
|
+
'Submit answers': 'Antworten senden',
|
|
1589
|
+
Cancel: 'Abbrechen',
|
|
1590
|
+
'Your answers:': 'Ihre Antworten:',
|
|
1591
|
+
'(not answered)': '(nicht beantwortet)',
|
|
1592
|
+
'Ready to submit your answers?': 'Bereit, Ihre Antworten zu senden?',
|
|
1593
|
+
'↑/↓: Navigate | ←/→: Switch tabs | Enter: Select':
|
|
1594
|
+
'↑/↓: Navigieren | ←/→: Tabs wechseln | Enter: Auswählen',
|
|
1595
|
+
'↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel':
|
|
1596
|
+
'↑/↓: Navigieren | ←/→: Tabs wechseln | Space/Enter: Umschalten | Esc: Abbrechen',
|
|
1597
|
+
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel':
|
|
1598
|
+
'↑/↓: Navigieren | Space/Enter: Umschalten | Esc: Abbrechen',
|
|
1599
|
+
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1600
|
+
'↑/↓: Navigieren | Enter: Auswählen | Esc: Abbrechen',
|
|
1462
1601
|
};
|
package/locales/en.js
CHANGED
|
@@ -116,8 +116,8 @@ export default {
|
|
|
116
116
|
// ============================================================================
|
|
117
117
|
'Analyzes the project and creates a tailored QWEN.md file.':
|
|
118
118
|
'Analyzes the project and creates a tailored QWEN.md file.',
|
|
119
|
-
'
|
|
120
|
-
'
|
|
119
|
+
'List available Qwen Code tools. Usage: /tools [desc]':
|
|
120
|
+
'List available Qwen Code tools. Usage: /tools [desc]',
|
|
121
121
|
'Available Qwen Code CLI tools:': 'Available Qwen Code CLI tools:',
|
|
122
122
|
'No tools available': 'No tools available',
|
|
123
123
|
'View or change the approval mode for tool usage':
|
|
@@ -289,6 +289,73 @@ export default {
|
|
|
289
289
|
'Failed to save and edit subagent: {{error}}':
|
|
290
290
|
'Failed to save and edit subagent: {{error}}',
|
|
291
291
|
|
|
292
|
+
// ============================================================================
|
|
293
|
+
// Extensions - Management Dialog
|
|
294
|
+
// ============================================================================
|
|
295
|
+
'Manage Extensions': 'Manage Extensions',
|
|
296
|
+
'Extension Details': 'Extension Details',
|
|
297
|
+
'View Extension': 'View Extension',
|
|
298
|
+
'Update Extension': 'Update Extension',
|
|
299
|
+
'Disable Extension': 'Disable Extension',
|
|
300
|
+
'Enable Extension': 'Enable Extension',
|
|
301
|
+
'Uninstall Extension': 'Uninstall Extension',
|
|
302
|
+
'Select Scope': 'Select Scope',
|
|
303
|
+
'User Scope': 'User Scope',
|
|
304
|
+
'Workspace Scope': 'Workspace Scope',
|
|
305
|
+
'No extensions found.': 'No extensions found.',
|
|
306
|
+
Active: 'Active',
|
|
307
|
+
Disabled: 'Disabled',
|
|
308
|
+
'Update available': 'Update available',
|
|
309
|
+
'Up to date': 'Up to date',
|
|
310
|
+
'Checking...': 'Checking...',
|
|
311
|
+
'Updating...': 'Updating...',
|
|
312
|
+
Unknown: 'Unknown',
|
|
313
|
+
Error: 'Error',
|
|
314
|
+
'Version:': 'Version:',
|
|
315
|
+
'Status:': 'Status:',
|
|
316
|
+
'Are you sure you want to uninstall extension "{{name}}"?':
|
|
317
|
+
'Are you sure you want to uninstall extension "{{name}}"?',
|
|
318
|
+
'This action cannot be undone.': 'This action cannot be undone.',
|
|
319
|
+
'Extension "{{name}}" disabled successfully.':
|
|
320
|
+
'Extension "{{name}}" disabled successfully.',
|
|
321
|
+
'Extension "{{name}}" enabled successfully.':
|
|
322
|
+
'Extension "{{name}}" enabled successfully.',
|
|
323
|
+
'Extension "{{name}}" updated successfully.':
|
|
324
|
+
'Extension "{{name}}" updated successfully.',
|
|
325
|
+
'Failed to update extension "{{name}}": {{error}}':
|
|
326
|
+
'Failed to update extension "{{name}}": {{error}}',
|
|
327
|
+
'Select the scope for this action:': 'Select the scope for this action:',
|
|
328
|
+
'User - Applies to all projects': 'User - Applies to all projects',
|
|
329
|
+
'Workspace - Applies to current project only':
|
|
330
|
+
'Workspace - Applies to current project only',
|
|
331
|
+
// Extension dialog - missing keys
|
|
332
|
+
'Name:': 'Name:',
|
|
333
|
+
'MCP Servers:': 'MCP Servers:',
|
|
334
|
+
'Settings:': 'Settings:',
|
|
335
|
+
active: 'active',
|
|
336
|
+
disabled: 'disabled',
|
|
337
|
+
'View Details': 'View Details',
|
|
338
|
+
'Update failed:': 'Update failed:',
|
|
339
|
+
'Updating {{name}}...': 'Updating {{name}}...',
|
|
340
|
+
'Update complete!': 'Update complete!',
|
|
341
|
+
'User (global)': 'User (global)',
|
|
342
|
+
'Workspace (project-specific)': 'Workspace (project-specific)',
|
|
343
|
+
'Disable "{{name}}" - Select Scope': 'Disable "{{name}}" - Select Scope',
|
|
344
|
+
'Enable "{{name}}" - Select Scope': 'Enable "{{name}}" - Select Scope',
|
|
345
|
+
'No extension selected': 'No extension selected',
|
|
346
|
+
'Press Y/Enter to confirm, N/Esc to cancel':
|
|
347
|
+
'Press Y/Enter to confirm, N/Esc to cancel',
|
|
348
|
+
'Y/Enter to confirm, N/Esc to cancel': 'Y/Enter to confirm, N/Esc to cancel',
|
|
349
|
+
'{{count}} extensions installed': '{{count}} extensions installed',
|
|
350
|
+
"Use '/extensions install' to install your first extension.":
|
|
351
|
+
"Use '/extensions install' to install your first extension.",
|
|
352
|
+
// Update status values
|
|
353
|
+
'up to date': 'up to date',
|
|
354
|
+
'update available': 'update available',
|
|
355
|
+
'checking...': 'checking...',
|
|
356
|
+
'not updatable': 'not updatable',
|
|
357
|
+
error: 'error',
|
|
358
|
+
|
|
292
359
|
// ============================================================================
|
|
293
360
|
// Commands - General (continued)
|
|
294
361
|
// ============================================================================
|
|
@@ -376,8 +443,10 @@ export default {
|
|
|
376
443
|
'Show tool-specific usage statistics.':
|
|
377
444
|
'Show tool-specific usage statistics.',
|
|
378
445
|
'exit the cli': 'exit the cli',
|
|
379
|
-
'
|
|
380
|
-
'
|
|
446
|
+
'Open MCP management dialog, or authenticate with OAuth-enabled servers':
|
|
447
|
+
'Open MCP management dialog, or authenticate with OAuth-enabled servers',
|
|
448
|
+
'List configured MCP servers and tools, or authenticate with OAuth-enabled servers':
|
|
449
|
+
'List configured MCP servers and tools, or authenticate with OAuth-enabled servers',
|
|
381
450
|
'Manage workspace directories': 'Manage workspace directories',
|
|
382
451
|
'Add directories to the workspace. Use comma to separate multiple paths':
|
|
383
452
|
'Add directories to the workspace. Use comma to separate multiple paths',
|
|
@@ -726,6 +795,7 @@ export default {
|
|
|
726
795
|
'List configured MCP servers and tools':
|
|
727
796
|
'List configured MCP servers and tools',
|
|
728
797
|
'Restarts MCP servers.': 'Restarts MCP servers.',
|
|
798
|
+
'Open MCP management dialog': 'Open MCP management dialog',
|
|
729
799
|
'Config not loaded.': 'Config not loaded.',
|
|
730
800
|
'Could not retrieve tool registry.': 'Could not retrieve tool registry.',
|
|
731
801
|
'No MCP servers configured with OAuth authentication.':
|
|
@@ -742,6 +812,96 @@ export default {
|
|
|
742
812
|
"Re-discovering tools from '{{name}}'...":
|
|
743
813
|
"Re-discovering tools from '{{name}}'...",
|
|
744
814
|
|
|
815
|
+
// ============================================================================
|
|
816
|
+
// MCP Management Dialog
|
|
817
|
+
// ============================================================================
|
|
818
|
+
'Manage MCP servers': 'Manage MCP servers',
|
|
819
|
+
'Server Detail': 'Server Detail',
|
|
820
|
+
'Disable Server': 'Disable Server',
|
|
821
|
+
Tools: 'Tools',
|
|
822
|
+
'Tool Detail': 'Tool Detail',
|
|
823
|
+
'MCP Management': 'MCP Management',
|
|
824
|
+
'Loading...': 'Loading...',
|
|
825
|
+
'Unknown step': 'Unknown step',
|
|
826
|
+
'Esc to back': 'Esc to back',
|
|
827
|
+
'↑↓ to navigate · Enter to select · Esc to close':
|
|
828
|
+
'↑↓ to navigate · Enter to select · Esc to close',
|
|
829
|
+
'↑↓ to navigate · Enter to select · Esc to back':
|
|
830
|
+
'↑↓ to navigate · Enter to select · Esc to back',
|
|
831
|
+
'↑↓ to navigate · Enter to confirm · Esc to back':
|
|
832
|
+
'↑↓ to navigate · Enter to confirm · Esc to back',
|
|
833
|
+
'User Settings (global)': 'User Settings (global)',
|
|
834
|
+
'Workspace Settings (project-specific)':
|
|
835
|
+
'Workspace Settings (project-specific)',
|
|
836
|
+
'Disable server:': 'Disable server:',
|
|
837
|
+
'Select where to add the server to the exclude list:':
|
|
838
|
+
'Select where to add the server to the exclude list:',
|
|
839
|
+
'Press Enter to confirm, Esc to cancel':
|
|
840
|
+
'Press Enter to confirm, Esc to cancel',
|
|
841
|
+
'View tools': 'View tools',
|
|
842
|
+
Reconnect: 'Reconnect',
|
|
843
|
+
Enable: 'Enable',
|
|
844
|
+
Disable: 'Disable',
|
|
845
|
+
'Command:': 'Command:',
|
|
846
|
+
'Working Directory:': 'Working Directory:',
|
|
847
|
+
'Capabilities:': 'Capabilities:',
|
|
848
|
+
'No server selected': 'No server selected',
|
|
849
|
+
prompts: 'prompts',
|
|
850
|
+
'(disabled)': '(disabled)',
|
|
851
|
+
'Error:': 'Error:',
|
|
852
|
+
Extension: 'Extension',
|
|
853
|
+
tool: 'tool',
|
|
854
|
+
tools: 'tools',
|
|
855
|
+
connected: 'connected',
|
|
856
|
+
connecting: 'connecting',
|
|
857
|
+
disconnected: 'disconnected',
|
|
858
|
+
|
|
859
|
+
// MCP Server List
|
|
860
|
+
'User MCPs': 'User MCPs',
|
|
861
|
+
'Project MCPs': 'Project MCPs',
|
|
862
|
+
'Extension MCPs': 'Extension MCPs',
|
|
863
|
+
server: 'server',
|
|
864
|
+
servers: 'servers',
|
|
865
|
+
'Add MCP servers to your settings to get started.':
|
|
866
|
+
'Add MCP servers to your settings to get started.',
|
|
867
|
+
'Run qwen --debug to see error logs': 'Run qwen --debug to see error logs',
|
|
868
|
+
|
|
869
|
+
// MCP Tool List
|
|
870
|
+
'No tools available for this server.': 'No tools available for this server.',
|
|
871
|
+
destructive: 'destructive',
|
|
872
|
+
'read-only': 'read-only',
|
|
873
|
+
'open-world': 'open-world',
|
|
874
|
+
idempotent: 'idempotent',
|
|
875
|
+
'Tools for {{name}}': 'Tools for {{name}}',
|
|
876
|
+
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
877
|
+
|
|
878
|
+
// MCP Tool Detail
|
|
879
|
+
required: 'required',
|
|
880
|
+
Type: 'Type',
|
|
881
|
+
Enum: 'Enum',
|
|
882
|
+
Parameters: 'Parameters',
|
|
883
|
+
'No tool selected': 'No tool selected',
|
|
884
|
+
Annotations: 'Annotations',
|
|
885
|
+
Title: 'Title',
|
|
886
|
+
'Read Only': 'Read Only',
|
|
887
|
+
Destructive: 'Destructive',
|
|
888
|
+
Idempotent: 'Idempotent',
|
|
889
|
+
'Open World': 'Open World',
|
|
890
|
+
Server: 'Server',
|
|
891
|
+
|
|
892
|
+
// Invalid tool related translations
|
|
893
|
+
'{{count}} invalid tools': '{{count}} invalid tools',
|
|
894
|
+
invalid: 'invalid',
|
|
895
|
+
'invalid: {{reason}}': 'invalid: {{reason}}',
|
|
896
|
+
'missing name': 'missing name',
|
|
897
|
+
'missing description': 'missing description',
|
|
898
|
+
'(unnamed)': '(unnamed)',
|
|
899
|
+
'Warning: This tool cannot be called by the LLM':
|
|
900
|
+
'Warning: This tool cannot be called by the LLM',
|
|
901
|
+
Reason: 'Reason',
|
|
902
|
+
'Tools must have both name and description to be used by the LLM.':
|
|
903
|
+
'Tools must have both name and description to be used by the LLM.',
|
|
904
|
+
|
|
745
905
|
// ============================================================================
|
|
746
906
|
// Commands - Chat
|
|
747
907
|
// ============================================================================
|
|
@@ -874,6 +1034,7 @@ export default {
|
|
|
874
1034
|
'Do you want to proceed?': 'Do you want to proceed?',
|
|
875
1035
|
'Yes, allow once': 'Yes, allow once',
|
|
876
1036
|
'Allow always': 'Allow always',
|
|
1037
|
+
Yes: 'Yes',
|
|
877
1038
|
No: 'No',
|
|
878
1039
|
'No (esc)': 'No (esc)',
|
|
879
1040
|
'Yes, allow always for this session': 'Yes, allow always for this session',
|
|
@@ -1434,6 +1595,16 @@ export default {
|
|
|
1434
1595
|
// ============================================================================
|
|
1435
1596
|
// Auth Dialog - View Titles and Labels
|
|
1436
1597
|
// ============================================================================
|
|
1598
|
+
'Coding Plan': 'Coding Plan',
|
|
1599
|
+
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
1600
|
+
"Paste your api key of Bailian Coding Plan and you're all set!",
|
|
1601
|
+
Custom: 'Custom',
|
|
1602
|
+
'More instructions about configuring `modelProviders` manually.':
|
|
1603
|
+
'More instructions about configuring `modelProviders` manually.',
|
|
1604
|
+
'Select API-KEY configuration mode:': 'Select API-KEY configuration mode:',
|
|
1605
|
+
'(Press Escape to go back)': '(Press Escape to go back)',
|
|
1606
|
+
'(Press Enter to submit, Escape to cancel)':
|
|
1607
|
+
'(Press Enter to submit, Escape to cancel)',
|
|
1437
1608
|
'Select Region for Coding Plan': 'Select Region for Coding Plan',
|
|
1438
1609
|
'Choose based on where your account is registered':
|
|
1439
1610
|
'Choose based on where your account is registered',
|
|
@@ -1446,6 +1617,38 @@ export default {
|
|
|
1446
1617
|
'New model configurations are available for {{region}}. Update now?',
|
|
1447
1618
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1448
1619
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".',
|
|
1449
|
-
'
|
|
1450
|
-
'
|
|
1620
|
+
'{{region}} configuration updated successfully.':
|
|
1621
|
+
'{{region}} configuration updated successfully.',
|
|
1622
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
|
1623
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.',
|
|
1624
|
+
'Tip: Use /model to switch between available Coding Plan models.':
|
|
1625
|
+
'Tip: Use /model to switch between available Coding Plan models.',
|
|
1626
|
+
|
|
1627
|
+
// ============================================================================
|
|
1628
|
+
// Ask User Question Tool
|
|
1629
|
+
// ============================================================================
|
|
1630
|
+
'Please answer the following question(s):':
|
|
1631
|
+
'Please answer the following question(s):',
|
|
1632
|
+
'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.':
|
|
1633
|
+
'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.',
|
|
1634
|
+
'User declined to answer the questions.':
|
|
1635
|
+
'User declined to answer the questions.',
|
|
1636
|
+
'User has provided the following answers:':
|
|
1637
|
+
'User has provided the following answers:',
|
|
1638
|
+
'Failed to process user answers:': 'Failed to process user answers:',
|
|
1639
|
+
'Type something...': 'Type something...',
|
|
1640
|
+
Submit: 'Submit',
|
|
1641
|
+
'Submit answers': 'Submit answers',
|
|
1642
|
+
Cancel: 'Cancel',
|
|
1643
|
+
'Your answers:': 'Your answers:',
|
|
1644
|
+
'(not answered)': '(not answered)',
|
|
1645
|
+
'Ready to submit your answers?': 'Ready to submit your answers?',
|
|
1646
|
+
'↑/↓: Navigate | ←/→: Switch tabs | Enter: Select':
|
|
1647
|
+
'↑/↓: Navigate | ←/→: Switch tabs | Enter: Select',
|
|
1648
|
+
'↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel':
|
|
1649
|
+
'↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel',
|
|
1650
|
+
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel':
|
|
1651
|
+
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel',
|
|
1652
|
+
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1653
|
+
'↑/↓: Navigate | Enter: Select | Esc: Cancel',
|
|
1451
1654
|
};
|
package/locales/ja.js
CHANGED
|
@@ -83,7 +83,7 @@ export default {
|
|
|
83
83
|
// ============================================================================
|
|
84
84
|
'Analyzes the project and creates a tailored QWEN.md file.':
|
|
85
85
|
'プロジェクトを分析し、カスタマイズされた QWEN.md ファイルを作成',
|
|
86
|
-
'
|
|
86
|
+
'List available Qwen Code tools. Usage: /tools [desc]':
|
|
87
87
|
'利用可能な Qwen Code ツールを一覧表示。使い方: /tools [desc]',
|
|
88
88
|
'Available Qwen Code CLI tools:': '利用可能な Qwen Code CLI ツール:',
|
|
89
89
|
'No tools available': '利用可能なツールはありません',
|
|
@@ -317,7 +317,9 @@ export default {
|
|
|
317
317
|
'セッション統計を確認。使い方: /stats [model|tools]',
|
|
318
318
|
'Show model-specific usage statistics.': 'モデル別の使用統計を表示',
|
|
319
319
|
'Show tool-specific usage statistics.': 'ツール別の使用統計を表示',
|
|
320
|
-
'
|
|
320
|
+
'Open MCP management dialog, or authenticate with OAuth-enabled servers':
|
|
321
|
+
'MCP管理ダイアログを開く、またはOAuth対応サーバーで認証',
|
|
322
|
+
'List configured MCP servers and tools, or authenticate with OAuth-enabled servers':
|
|
321
323
|
'設定済みのMCPサーバーとツールを一覧表示、またはOAuth対応サーバーで認証',
|
|
322
324
|
'Manage workspace directories': 'ワークスペースディレクトリを管理',
|
|
323
325
|
'Add directories to the workspace. Use comma to separate multiple paths':
|
|
@@ -622,9 +624,101 @@ export default {
|
|
|
622
624
|
'Do you want to proceed?': '続行しますか?',
|
|
623
625
|
'Yes, allow once': 'はい(今回のみ許可)',
|
|
624
626
|
'Allow always': '常に許可する',
|
|
627
|
+
Yes: 'はい',
|
|
625
628
|
No: 'いいえ',
|
|
626
629
|
'No (esc)': 'いいえ (Esc)',
|
|
627
630
|
'Yes, allow always for this session': 'はい、このセッションで常に許可',
|
|
631
|
+
|
|
632
|
+
// MCP Management - Core translations
|
|
633
|
+
'Manage MCP servers': 'MCPサーバーを管理',
|
|
634
|
+
'Server Detail': 'サーバー詳細',
|
|
635
|
+
'Disable Server': 'サーバーを無効化',
|
|
636
|
+
Tools: 'ツール',
|
|
637
|
+
'Tool Detail': 'ツール詳細',
|
|
638
|
+
'MCP Management': 'MCP管理',
|
|
639
|
+
'Loading...': '読み込み中...',
|
|
640
|
+
'Unknown step': '不明なステップ',
|
|
641
|
+
'Esc to back': 'Esc 戻る',
|
|
642
|
+
'↑↓ to navigate · Enter to select · Esc to close':
|
|
643
|
+
'↑↓ ナビゲート · Enter 選択 · Esc 閉じる',
|
|
644
|
+
'↑↓ to navigate · Enter to select · Esc to back':
|
|
645
|
+
'↑↓ ナビゲート · Enter 選択 · Esc 戻る',
|
|
646
|
+
'↑↓ to navigate · Enter to confirm · Esc to back':
|
|
647
|
+
'↑↓ ナビゲート · Enter 確認 · Esc 戻る',
|
|
648
|
+
'User Settings (global)': 'ユーザー設定(グローバル)',
|
|
649
|
+
'Workspace Settings (project-specific)':
|
|
650
|
+
'ワークスペース設定(プロジェクト固有)',
|
|
651
|
+
'Disable server:': 'サーバーを無効化:',
|
|
652
|
+
'Select where to add the server to the exclude list:':
|
|
653
|
+
'サーバーを除外リストに追加する場所を選択してください:',
|
|
654
|
+
'Press Enter to confirm, Esc to cancel': 'Enter で確認、Esc でキャンセル',
|
|
655
|
+
Disable: '無効化',
|
|
656
|
+
Enable: '有効化',
|
|
657
|
+
Reconnect: '再接続',
|
|
658
|
+
'View tools': 'ツールを表示',
|
|
659
|
+
'Status:': 'ステータス:',
|
|
660
|
+
'Source:': 'ソース:',
|
|
661
|
+
'Command:': 'コマンド:',
|
|
662
|
+
'Working Directory:': '作業ディレクトリ:',
|
|
663
|
+
'Capabilities:': '機能:',
|
|
664
|
+
'No server selected': 'サーバーが選択されていません',
|
|
665
|
+
'(disabled)': '(無効)',
|
|
666
|
+
'Error:': 'エラー:',
|
|
667
|
+
Extension: '拡張機能',
|
|
668
|
+
tool: 'ツール',
|
|
669
|
+
tools: 'ツール',
|
|
670
|
+
connected: '接続済み',
|
|
671
|
+
connecting: '接続中',
|
|
672
|
+
disconnected: '切断済み',
|
|
673
|
+
error: 'エラー',
|
|
674
|
+
|
|
675
|
+
// MCP Server List
|
|
676
|
+
'User MCPs': 'ユーザーMCP',
|
|
677
|
+
'Project MCPs': 'プロジェクトMCP',
|
|
678
|
+
'Extension MCPs': '拡張機能MCP',
|
|
679
|
+
server: 'サーバー',
|
|
680
|
+
servers: 'サーバー',
|
|
681
|
+
'Add MCP servers to your settings to get started.':
|
|
682
|
+
'設定にMCPサーバーを追加して開始してください。',
|
|
683
|
+
'Run qwen --debug to see error logs':
|
|
684
|
+
'qwen --debug を実行してエラーログを確認してください',
|
|
685
|
+
|
|
686
|
+
// MCP Tool List
|
|
687
|
+
'No tools available for this server.':
|
|
688
|
+
'このサーバーには使用可能なツールがありません。',
|
|
689
|
+
destructive: '破壊的',
|
|
690
|
+
'read-only': '読み取り専用',
|
|
691
|
+
'open-world': 'オープンワールド',
|
|
692
|
+
idempotent: '冪等',
|
|
693
|
+
'Tools for {{name}}': '{{name}} のツール',
|
|
694
|
+
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
695
|
+
|
|
696
|
+
// MCP Tool Detail
|
|
697
|
+
required: '必須',
|
|
698
|
+
Type: '型',
|
|
699
|
+
Enum: '列挙',
|
|
700
|
+
Parameters: 'パラメータ',
|
|
701
|
+
'No tool selected': 'ツールが選択されていません',
|
|
702
|
+
Annotations: '注釈',
|
|
703
|
+
Title: 'タイトル',
|
|
704
|
+
'Read Only': '読み取り専用',
|
|
705
|
+
Destructive: '破壊的',
|
|
706
|
+
Idempotent: '冪等',
|
|
707
|
+
'Open World': 'オープンワールド',
|
|
708
|
+
Server: 'サーバー',
|
|
709
|
+
|
|
710
|
+
// Invalid tool related translations
|
|
711
|
+
'{{count}} invalid tools': '{{count}} 個の無効なツール',
|
|
712
|
+
invalid: '無効',
|
|
713
|
+
'invalid: {{reason}}': '無効: {{reason}}',
|
|
714
|
+
'missing name': '名前なし',
|
|
715
|
+
'missing description': '説明なし',
|
|
716
|
+
'(unnamed)': '(名前なし)',
|
|
717
|
+
'Warning: This tool cannot be called by the LLM':
|
|
718
|
+
'警告: このツールはLLMによって呼び出すことができません',
|
|
719
|
+
Reason: '理由',
|
|
720
|
+
'Tools must have both name and description to be used by the LLM.':
|
|
721
|
+
'ツールはLLMによって使用されるには名前と説明の両方が必要です。',
|
|
628
722
|
'Modify in progress:': '変更中:',
|
|
629
723
|
'Save and close external editor to continue':
|
|
630
724
|
'続行するには外部エディタを保存して閉じてください',
|
|
@@ -952,6 +1046,17 @@ export default {
|
|
|
952
1046
|
// ============================================================================
|
|
953
1047
|
// Auth Dialog - View Titles and Labels
|
|
954
1048
|
// ============================================================================
|
|
1049
|
+
'Coding Plan': 'Coding Plan',
|
|
1050
|
+
"Paste your api key of Bailian Coding Plan and you're all set!":
|
|
1051
|
+
'Bailian Coding PlanのAPIキーを貼り付けるだけで準備完了です!',
|
|
1052
|
+
Custom: 'カスタム',
|
|
1053
|
+
'More instructions about configuring `modelProviders` manually.':
|
|
1054
|
+
'`modelProviders`を手動で設定する方法の詳細はこちら。',
|
|
1055
|
+
'Select API-KEY configuration mode:': 'API-KEY設定モードを選択してください:',
|
|
1056
|
+
'(Press Escape to go back)': '(Escapeキーで戻る)',
|
|
1057
|
+
'(Press Enter to submit, Escape to cancel)':
|
|
1058
|
+
'(Enterで送信、Escapeでキャンセル)',
|
|
1059
|
+
'More instructions please check:': '詳細な手順はこちらをご確認ください:',
|
|
955
1060
|
'Select Region for Coding Plan': 'Coding Planのリージョンを選択',
|
|
956
1061
|
'Choose based on where your account is registered':
|
|
957
1062
|
'アカウントの登録先に応じて選択してください',
|
|
@@ -964,6 +1069,37 @@ export default {
|
|
|
964
1069
|
'{{region}} の新しいモデル設定が利用可能です。今すぐ更新しますか?',
|
|
965
1070
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
966
1071
|
'{{region}} の設定が正常に更新されました。モデルが "{{model}}" に切り替わりました。',
|
|
967
|
-
'
|
|
968
|
-
'{{region}}
|
|
1072
|
+
'{{region}} configuration updated successfully.':
|
|
1073
|
+
'{{region}} の設定が正常に更新されました。',
|
|
1074
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
|
1075
|
+
'{{region}} での認証に成功しました。APIキーとモデル設定が settings.json に保存されました。',
|
|
1076
|
+
'Tip: Use /model to switch between available Coding Plan models.':
|
|
1077
|
+
'ヒント: /model で利用可能な Coding Plan モデルを切り替えられます。',
|
|
1078
|
+
|
|
1079
|
+
// ============================================================================
|
|
1080
|
+
// Ask User Question Tool
|
|
1081
|
+
// ============================================================================
|
|
1082
|
+
'Please answer the following question(s):': '以下の質問に答えてください:',
|
|
1083
|
+
'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.':
|
|
1084
|
+
'非対話モードではユーザーに質問できません。このツールを使用するには対話モードで実行してください。',
|
|
1085
|
+
'User declined to answer the questions.':
|
|
1086
|
+
'ユーザーは質問への回答を拒否しました。',
|
|
1087
|
+
'User has provided the following answers:':
|
|
1088
|
+
'ユーザーは以下の回答を提供しました:',
|
|
1089
|
+
'Failed to process user answers:': 'ユーザー回答の処理に失敗しました:',
|
|
1090
|
+
'Type something...': '何か入力...',
|
|
1091
|
+
Submit: '送信',
|
|
1092
|
+
'Submit answers': '回答を送信',
|
|
1093
|
+
Cancel: 'キャンセル',
|
|
1094
|
+
'Your answers:': 'あなたの回答:',
|
|
1095
|
+
'(not answered)': '(未回答)',
|
|
1096
|
+
'Ready to submit your answers?': '回答を送信しますか?',
|
|
1097
|
+
'↑/↓: Navigate | ←/→: Switch tabs | Enter: Select':
|
|
1098
|
+
'↑/↓: ナビゲート | ←/→: タブ切り替え | Enter: 選択',
|
|
1099
|
+
'↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel':
|
|
1100
|
+
'↑/↓: ナビゲート | ←/→: タブ切り替え | Space/Enter: 切り替え | Esc: キャンセル',
|
|
1101
|
+
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel':
|
|
1102
|
+
'↑/↓: ナビゲート | Space/Enter: 切り替え | Esc: キャンセル',
|
|
1103
|
+
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1104
|
+
'↑/↓: ナビゲート | Enter: 選択 | Esc: キャンセル',
|
|
969
1105
|
};
|