@qwen-code/sdk 0.1.6-preview.0 → 0.1.6
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 +17 -9
- package/dist/cli/cli.js +101221 -78905
- package/dist/cli/locales/de.js +298 -5
- package/dist/cli/locales/en.js +288 -5
- package/dist/cli/locales/ja.js +287 -5
- package/dist/cli/locales/pt.js +293 -5
- package/dist/cli/locales/ru.js +288 -5
- package/dist/cli/locales/zh.js +273 -4
- package/dist/cli/vendor/tree-sitter/tree-sitter-bash.wasm +0 -0
- package/dist/cli/vendor/tree-sitter/tree-sitter.wasm +0 -0
- package/package.json +1 -1
package/dist/cli/locales/de.js
CHANGED
|
@@ -594,6 +594,121 @@ export default {
|
|
|
594
594
|
'List all configured hooks': 'Alle konfigurierten Hooks auflisten',
|
|
595
595
|
'Enable a disabled hook': 'Einen deaktivierten Hook aktivieren',
|
|
596
596
|
'Disable an active hook': 'Einen aktiven Hook deaktivieren',
|
|
597
|
+
// Hooks - Dialog
|
|
598
|
+
Hooks: 'Hooks',
|
|
599
|
+
'Loading hooks...': 'Hooks werden geladen...',
|
|
600
|
+
'Error loading hooks:': 'Fehler beim Laden der Hooks:',
|
|
601
|
+
'Press Escape to close': 'Escape zum Schließen drücken',
|
|
602
|
+
'No hook selected': 'Kein Hook ausgewählt',
|
|
603
|
+
// Hooks - List Step
|
|
604
|
+
'No hook events found.': 'Keine Hook-Ereignisse gefunden.',
|
|
605
|
+
'{{count}} hook configured': '{{count}} Hook konfiguriert',
|
|
606
|
+
'{{count}} hooks configured': '{{count}} Hooks konfiguriert',
|
|
607
|
+
'This menu is read-only. To add or modify hooks, edit settings.json directly or ask Qwen Code.':
|
|
608
|
+
'Dieses Menü ist schreibgeschützt. Um Hooks hinzuzufügen oder zu ändern, bearbeiten Sie settings.json direkt oder fragen Sie Qwen Code.',
|
|
609
|
+
'Enter to select · Esc to cancel': 'Enter zum Auswählen · Esc zum Abbrechen',
|
|
610
|
+
// Hooks - Detail Step
|
|
611
|
+
'Exit codes:': 'Exit-Codes:',
|
|
612
|
+
'Configured hooks:': 'Konfigurierte Hooks:',
|
|
613
|
+
'No hooks configured for this event.':
|
|
614
|
+
'Für dieses Ereignis sind keine Hooks konfiguriert.',
|
|
615
|
+
'To add hooks, edit settings.json directly or ask Qwen.':
|
|
616
|
+
'Um Hooks hinzuzufügen, bearbeiten Sie settings.json direkt oder fragen Sie Qwen.',
|
|
617
|
+
'Enter to select · Esc to go back': 'Enter zum Auswählen · Esc zum Zurück',
|
|
618
|
+
// Hooks - Config Detail Step
|
|
619
|
+
'Hook details': 'Hook-Details',
|
|
620
|
+
'Event:': 'Ereignis:',
|
|
621
|
+
'Extension:': 'Erweiterung:',
|
|
622
|
+
'Desc:': 'Beschreibung:',
|
|
623
|
+
'No hook config selected': 'Keine Hook-Konfiguration ausgewählt',
|
|
624
|
+
'To modify or remove this hook, edit settings.json directly or ask Qwen to help.':
|
|
625
|
+
'Um diesen Hook zu ändern oder zu entfernen, bearbeiten Sie settings.json direkt oder fragen Sie Qwen.',
|
|
626
|
+
// Hooks - Source
|
|
627
|
+
Project: 'Projekt',
|
|
628
|
+
User: 'Benutzer',
|
|
629
|
+
System: 'System',
|
|
630
|
+
Extension: 'Erweiterung',
|
|
631
|
+
'Local Settings': 'Lokale Einstellungen',
|
|
632
|
+
'User Settings': 'Benutzereinstellungen',
|
|
633
|
+
'System Settings': 'Systemeinstellungen',
|
|
634
|
+
Extensions: 'Erweiterungen',
|
|
635
|
+
// Hooks - Status
|
|
636
|
+
'✓ Enabled': '✓ Aktiviert',
|
|
637
|
+
'✗ Disabled': '✗ Deaktiviert',
|
|
638
|
+
// Hooks - Event Descriptions (short)
|
|
639
|
+
'Before tool execution': 'Vor der Tool-Ausführung',
|
|
640
|
+
'After tool execution': 'Nach der Tool-Ausführung',
|
|
641
|
+
'After tool execution fails': 'Wenn die Tool-Ausführung fehlschlägt',
|
|
642
|
+
'When notifications are sent': 'Wenn Benachrichtigungen gesendet werden',
|
|
643
|
+
'When the user submits a prompt': 'Wenn der Benutzer einen Prompt absendet',
|
|
644
|
+
'When a new session is started': 'Wenn eine neue Sitzung gestartet wird',
|
|
645
|
+
'Right before Qwen Code concludes its response':
|
|
646
|
+
'Direkt bevor Qwen Code seine Antwort abschließt',
|
|
647
|
+
'When a subagent (Agent tool call) is started':
|
|
648
|
+
'Wenn ein Subagent (Agent-Tool-Aufruf) gestartet wird',
|
|
649
|
+
'Right before a subagent concludes its response':
|
|
650
|
+
'Direkt bevor ein Subagent seine Antwort abschließt',
|
|
651
|
+
'Before conversation compaction': 'Vor der Gesprächskomprimierung',
|
|
652
|
+
'When a session is ending': 'Wenn eine Sitzung endet',
|
|
653
|
+
'When a permission dialog is displayed':
|
|
654
|
+
'Wenn ein Berechtigungsdialog angezeigt wird',
|
|
655
|
+
// Hooks - Event Descriptions (detailed)
|
|
656
|
+
'Input to command is JSON of tool call arguments.':
|
|
657
|
+
'Die Eingabe an den Befehl ist JSON der Tool-Aufruf-Argumente.',
|
|
658
|
+
'Input to command is JSON with fields "inputs" (tool call arguments) and "response" (tool call response).':
|
|
659
|
+
'Die Eingabe an den Befehl ist JSON mit den Feldern "inputs" (Tool-Aufruf-Argumente) und "response" (Tool-Aufruf-Antwort).',
|
|
660
|
+
'Input to command is JSON with tool_name, tool_input, tool_use_id, error, error_type, is_interrupt, and is_timeout.':
|
|
661
|
+
'Die Eingabe an den Befehl ist JSON mit tool_name, tool_input, tool_use_id, error, error_type, is_interrupt und is_timeout.',
|
|
662
|
+
'Input to command is JSON with notification message and type.':
|
|
663
|
+
'Die Eingabe an den Befehl ist JSON mit Benachrichtigungsnachricht und -typ.',
|
|
664
|
+
'Input to command is JSON with original user prompt text.':
|
|
665
|
+
'Die Eingabe an den Befehl ist JSON mit dem ursprünglichen Benutzer-Prompt-Text.',
|
|
666
|
+
'Input to command is JSON with session start source.':
|
|
667
|
+
'Die Eingabe an den Befehl ist JSON mit der Sitzungsstart-Quelle.',
|
|
668
|
+
'Input to command is JSON with session end reason.':
|
|
669
|
+
'Die Eingabe an den Befehl ist JSON mit dem Sitzungsende-Grund.',
|
|
670
|
+
'Input to command is JSON with agent_id and agent_type.':
|
|
671
|
+
'Die Eingabe an den Befehl ist JSON mit agent_id und agent_type.',
|
|
672
|
+
'Input to command is JSON with agent_id, agent_type, and agent_transcript_path.':
|
|
673
|
+
'Die Eingabe an den Befehl ist JSON mit agent_id, agent_type und agent_transcript_path.',
|
|
674
|
+
'Input to command is JSON with compaction details.':
|
|
675
|
+
'Die Eingabe an den Befehl ist JSON mit Komprimierungsdetails.',
|
|
676
|
+
'Input to command is JSON with tool_name, tool_input, and tool_use_id. Output JSON with hookSpecificOutput containing decision to allow or deny.':
|
|
677
|
+
'Die Eingabe an den Befehl ist JSON mit tool_name, tool_input und tool_use_id. Ausgabe ist JSON mit hookSpecificOutput, das die Entscheidung zum Zulassen oder Ablehnen enthält.',
|
|
678
|
+
// Hooks - Exit Code Descriptions
|
|
679
|
+
'stdout/stderr not shown': 'stdout/stderr nicht angezeigt',
|
|
680
|
+
'show stderr to model and continue conversation':
|
|
681
|
+
'stderr dem Modell anzeigen und Konversation fortsetzen',
|
|
682
|
+
'show stderr to user only': 'stderr nur dem Benutzer anzeigen',
|
|
683
|
+
'stdout shown in transcript mode (ctrl+o)':
|
|
684
|
+
'stdout im Transkriptmodus angezeigt (ctrl+o)',
|
|
685
|
+
'show stderr to model immediately': 'stderr sofort dem Modell anzeigen',
|
|
686
|
+
'show stderr to user only but continue with tool call':
|
|
687
|
+
'stderr nur dem Benutzer anzeigen, aber mit Tool-Aufruf fortfahren',
|
|
688
|
+
'block processing, erase original prompt, and show stderr to user only':
|
|
689
|
+
'Verarbeitung blockieren, ursprünglichen Prompt löschen und stderr nur dem Benutzer anzeigen',
|
|
690
|
+
'stdout shown to Qwen': 'stdout dem Qwen anzeigen',
|
|
691
|
+
'show stderr to user only (blocking errors ignored)':
|
|
692
|
+
'stderr nur dem Benutzer anzeigen (Blockierungsfehler ignoriert)',
|
|
693
|
+
'command completes successfully': 'Befehl erfolgreich abgeschlossen',
|
|
694
|
+
'stdout shown to subagent': 'stdout dem Subagenten anzeigen',
|
|
695
|
+
'show stderr to subagent and continue having it run':
|
|
696
|
+
'stderr dem Subagenten anzeigen und ihn weiterlaufen lassen',
|
|
697
|
+
'stdout appended as custom compact instructions':
|
|
698
|
+
'stdout als benutzerdefinierte Komprimierungsanweisungen angehängt',
|
|
699
|
+
'block compaction': 'Komprimierung blockieren',
|
|
700
|
+
'show stderr to user only but continue with compaction':
|
|
701
|
+
'stderr nur dem Benutzer anzeigen, aber mit Komprimierung fortfahren',
|
|
702
|
+
'use hook decision if provided':
|
|
703
|
+
'Hook-Entscheidung verwenden, falls bereitgestellt',
|
|
704
|
+
// Hooks - Messages
|
|
705
|
+
'Config not loaded.': 'Konfiguration nicht geladen.',
|
|
706
|
+
'Hooks are not enabled. Enable hooks in settings to use this feature.':
|
|
707
|
+
'Hooks sind nicht aktiviert. Aktivieren Sie Hooks in den Einstellungen, um diese Funktion zu nutzen.',
|
|
708
|
+
'No hooks configured. Add hooks in your settings.json file.':
|
|
709
|
+
'Keine Hooks konfiguriert. Fügen Sie Hooks in Ihrer settings.json-Datei hinzu.',
|
|
710
|
+
'Configured Hooks ({{count}} total)':
|
|
711
|
+
'Konfigurierte Hooks ({{count}} insgesamt)',
|
|
597
712
|
|
|
598
713
|
// ============================================================================
|
|
599
714
|
// Commands - Session Export
|
|
@@ -708,7 +823,6 @@ export default {
|
|
|
708
823
|
'Workspace approval mode exists and takes priority. User-level change will have no effect.':
|
|
709
824
|
'Arbeitsbereich-Genehmigungsmodus existiert und hat Vorrang. Benutzerebene-Änderung hat keine Wirkung.',
|
|
710
825
|
'Apply To': 'Anwenden auf',
|
|
711
|
-
'User Settings': 'Benutzereinstellungen',
|
|
712
826
|
'Workspace Settings': 'Arbeitsbereich-Einstellungen',
|
|
713
827
|
|
|
714
828
|
// ============================================================================
|
|
@@ -763,7 +877,6 @@ export default {
|
|
|
763
877
|
'List configured MCP servers and tools':
|
|
764
878
|
'Konfigurierte MCP-Server und Werkzeuge auflisten',
|
|
765
879
|
'Restarts MCP servers.': 'MCP-Server neu starten.',
|
|
766
|
-
'Config not loaded.': 'Konfiguration nicht geladen.',
|
|
767
880
|
'Could not retrieve tool registry.':
|
|
768
881
|
'Werkzeugregister konnte nicht abgerufen werden.',
|
|
769
882
|
'No MCP servers configured with OAuth authentication.':
|
|
@@ -972,7 +1085,6 @@ export default {
|
|
|
972
1085
|
'No server selected': 'Kein Server ausgewählt',
|
|
973
1086
|
'(disabled)': '(deaktiviert)',
|
|
974
1087
|
'Error:': 'Fehler:',
|
|
975
|
-
Extension: 'Erweiterung',
|
|
976
1088
|
tool: 'Werkzeug',
|
|
977
1089
|
tools: 'Werkzeuge',
|
|
978
1090
|
connected: 'verbunden',
|
|
@@ -1046,6 +1158,12 @@ export default {
|
|
|
1046
1158
|
"Allow execution of: '{{command}}'?":
|
|
1047
1159
|
"Ausführung erlauben von: '{{command}}'?",
|
|
1048
1160
|
'Yes, allow always ...': 'Ja, immer erlauben ...',
|
|
1161
|
+
'Always allow in this project': 'In diesem Projekt immer erlauben',
|
|
1162
|
+
'Always allow {{action}} in this project':
|
|
1163
|
+
'{{action}} in diesem Projekt immer erlauben',
|
|
1164
|
+
'Always allow for this user': 'Für diesen Benutzer immer erlauben',
|
|
1165
|
+
'Always allow {{action}} for this user':
|
|
1166
|
+
'{{action}} für diesen Benutzer immer erlauben',
|
|
1049
1167
|
'Yes, and auto-accept edits': 'Ja, und Änderungen automatisch akzeptieren',
|
|
1050
1168
|
'Yes, and manually approve edits': 'Ja, und Änderungen manuell genehmigen',
|
|
1051
1169
|
'No, keep planning (esc)': 'Nein, weiter planen (Esc)',
|
|
@@ -1214,6 +1332,75 @@ export default {
|
|
|
1214
1332
|
// Dialogs - Permissions
|
|
1215
1333
|
// ============================================================================
|
|
1216
1334
|
'Manage folder trust settings': 'Ordnervertrauenseinstellungen verwalten',
|
|
1335
|
+
'Manage permission rules': 'Berechtigungsregeln verwalten',
|
|
1336
|
+
Allow: 'Erlauben',
|
|
1337
|
+
Ask: 'Fragen',
|
|
1338
|
+
Deny: 'Verweigern',
|
|
1339
|
+
Workspace: 'Arbeitsbereich',
|
|
1340
|
+
"Qwen Code won't ask before using allowed tools.":
|
|
1341
|
+
'Qwen Code fragt nicht, bevor erlaubte Tools verwendet werden.',
|
|
1342
|
+
'Qwen Code will ask before using these tools.':
|
|
1343
|
+
'Qwen Code fragt, bevor diese Tools verwendet werden.',
|
|
1344
|
+
'Qwen Code is not allowed to use denied tools.':
|
|
1345
|
+
'Qwen Code darf verweigerte Tools nicht verwenden.',
|
|
1346
|
+
'Manage trusted directories for this workspace.':
|
|
1347
|
+
'Vertrauenswürdige Verzeichnisse für diesen Arbeitsbereich verwalten.',
|
|
1348
|
+
'Any use of the {{tool}} tool': 'Jede Verwendung des {{tool}}-Tools',
|
|
1349
|
+
"{{tool}} commands matching '{{pattern}}'":
|
|
1350
|
+
"{{tool}}-Befehle, die '{{pattern}}' entsprechen",
|
|
1351
|
+
'From user settings': 'Aus Benutzereinstellungen',
|
|
1352
|
+
'From project settings': 'Aus Projekteinstellungen',
|
|
1353
|
+
'From session': 'Aus Sitzung',
|
|
1354
|
+
'Project settings (local)': 'Projekteinstellungen (lokal)',
|
|
1355
|
+
'Saved in .qwen/settings.local.json':
|
|
1356
|
+
'Gespeichert in .qwen/settings.local.json',
|
|
1357
|
+
'Project settings': 'Projekteinstellungen',
|
|
1358
|
+
'Checked in at .qwen/settings.json': 'Eingecheckt in .qwen/settings.json',
|
|
1359
|
+
'User settings': 'Benutzereinstellungen',
|
|
1360
|
+
'Saved in at ~/.qwen/settings.json': 'Gespeichert in ~/.qwen/settings.json',
|
|
1361
|
+
'Add a new rule…': 'Neue Regel hinzufügen…',
|
|
1362
|
+
'Add {{type}} permission rule': '{{type}}-Berechtigungsregel hinzufügen',
|
|
1363
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.':
|
|
1364
|
+
'Berechtigungsregeln sind ein Toolname, optional gefolgt von einem Bezeichner in Klammern.',
|
|
1365
|
+
'e.g.,': 'z.B.',
|
|
1366
|
+
or: 'oder',
|
|
1367
|
+
'Enter permission rule…': 'Berechtigungsregel eingeben…',
|
|
1368
|
+
'Enter to submit · Esc to cancel': 'Enter zum Absenden · Esc zum Abbrechen',
|
|
1369
|
+
'Where should this rule be saved?': 'Wo soll diese Regel gespeichert werden?',
|
|
1370
|
+
'Enter to confirm · Esc to cancel':
|
|
1371
|
+
'Enter zum Bestätigen · Esc zum Abbrechen',
|
|
1372
|
+
'Delete {{type}} rule?': '{{type}}-Regel löschen?',
|
|
1373
|
+
'Are you sure you want to delete this permission rule?':
|
|
1374
|
+
'Sind Sie sicher, dass Sie diese Berechtigungsregel löschen möchten?',
|
|
1375
|
+
'Permissions:': 'Berechtigungen:',
|
|
1376
|
+
'(←/→ or tab to cycle)': '(←/→ oder Tab zum Wechseln)',
|
|
1377
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
1378
|
+
'↑↓ navigieren · Enter auswählen · Tippen suchen · Esc abbrechen',
|
|
1379
|
+
'Search…': 'Suche…',
|
|
1380
|
+
'Use /trust to manage folder trust settings for this workspace.':
|
|
1381
|
+
'Verwenden Sie /trust, um die Ordnervertrauenseinstellungen für diesen Arbeitsbereich zu verwalten.',
|
|
1382
|
+
// Workspace directory management
|
|
1383
|
+
'Add directory…': 'Verzeichnis hinzufügen…',
|
|
1384
|
+
'Add directory to workspace': 'Verzeichnis zum Arbeitsbereich hinzufügen',
|
|
1385
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.':
|
|
1386
|
+
'Qwen Code kann Dateien im Arbeitsbereich lesen und Bearbeitungen vornehmen, wenn die automatische Akzeptierung aktiviert ist.',
|
|
1387
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.':
|
|
1388
|
+
'Qwen Code kann Dateien in diesem Verzeichnis lesen und Bearbeitungen vornehmen, wenn die automatische Akzeptierung aktiviert ist.',
|
|
1389
|
+
'Enter the path to the directory:': 'Pfad zum Verzeichnis eingeben:',
|
|
1390
|
+
'Enter directory path…': 'Verzeichnispfad eingeben…',
|
|
1391
|
+
'Tab to complete · Enter to add · Esc to cancel':
|
|
1392
|
+
'Tab zum Vervollständigen · Enter zum Hinzufügen · Esc zum Abbrechen',
|
|
1393
|
+
'Remove directory?': 'Verzeichnis entfernen?',
|
|
1394
|
+
'Are you sure you want to remove this directory from the workspace?':
|
|
1395
|
+
'Möchten Sie dieses Verzeichnis wirklich aus dem Arbeitsbereich entfernen?',
|
|
1396
|
+
' (Original working directory)': ' (Ursprüngliches Arbeitsverzeichnis)',
|
|
1397
|
+
' (from settings)': ' (aus Einstellungen)',
|
|
1398
|
+
'Directory does not exist.': 'Verzeichnis existiert nicht.',
|
|
1399
|
+
'Path is not a directory.': 'Pfad ist kein Verzeichnis.',
|
|
1400
|
+
'This directory is already in the workspace.':
|
|
1401
|
+
'Dieses Verzeichnis ist bereits im Arbeitsbereich.',
|
|
1402
|
+
'Already covered by existing directory: {{dir}}':
|
|
1403
|
+
'Bereits durch vorhandenes Verzeichnis abgedeckt: {{dir}}',
|
|
1217
1404
|
|
|
1218
1405
|
// ============================================================================
|
|
1219
1406
|
// Status Bar
|
|
@@ -1597,8 +1784,8 @@ export default {
|
|
|
1597
1784
|
// Auth Dialog - View Titles and Labels
|
|
1598
1785
|
// ============================================================================
|
|
1599
1786
|
'Coding Plan': 'Coding Plan',
|
|
1600
|
-
"Paste your api key of
|
|
1601
|
-
'Fügen Sie Ihren
|
|
1787
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1788
|
+
'Fügen Sie Ihren ModelStudio Coding Plan API-Schlüssel ein und Sie sind bereit!',
|
|
1602
1789
|
Custom: 'Benutzerdefiniert',
|
|
1603
1790
|
'More instructions about configuring `modelProviders` manually.':
|
|
1604
1791
|
'Weitere Anweisungen zur manuellen Konfiguration von `modelProviders`.',
|
|
@@ -1620,6 +1807,36 @@ export default {
|
|
|
1620
1807
|
'Neue Modellkonfigurationen sind für {{region}} verfügbar. Jetzt aktualisieren?',
|
|
1621
1808
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1622
1809
|
'{{region}}-Konfiguration erfolgreich aktualisiert. Modell auf "{{model}}" umgeschaltet.',
|
|
1810
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1811
|
+
'Erfolgreich mit {{region}} authentifiziert. API-Schlüssel und Modellkonfigurationen wurden in settings.json gespeichert (gesichert).',
|
|
1812
|
+
|
|
1813
|
+
// ============================================================================
|
|
1814
|
+
// Context Usage Component
|
|
1815
|
+
// ============================================================================
|
|
1816
|
+
'Context Usage': 'Kontextnutzung',
|
|
1817
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1818
|
+
'Noch keine API-Antwort. Senden Sie eine Nachricht, um die tatsächliche Nutzung anzuzeigen.',
|
|
1819
|
+
'Estimated pre-conversation overhead':
|
|
1820
|
+
'Geschätzte Vorabkosten vor der Unterhaltung',
|
|
1821
|
+
'Context window': 'Kontextfenster',
|
|
1822
|
+
tokens: 'Tokens',
|
|
1823
|
+
Used: 'Verwendet',
|
|
1824
|
+
Free: 'Frei',
|
|
1825
|
+
'Autocompact buffer': 'Autokomprimierungs-Puffer',
|
|
1826
|
+
'Usage by category': 'Verwendung nach Kategorie',
|
|
1827
|
+
'System prompt': 'System-Prompt',
|
|
1828
|
+
'Built-in tools': 'Integrierte Tools',
|
|
1829
|
+
'MCP tools': 'MCP-Tools',
|
|
1830
|
+
'Memory files': 'Speicherdateien',
|
|
1831
|
+
Skills: 'Fähigkeiten',
|
|
1832
|
+
Messages: 'Nachrichten',
|
|
1833
|
+
'Show context window usage breakdown.':
|
|
1834
|
+
'Zeigt die Aufschlüsselung der Kontextfenster-Nutzung an.',
|
|
1835
|
+
'Run /context detail for per-item breakdown.':
|
|
1836
|
+
'Führen Sie /context detail für eine Aufschlüsselung nach Elementen aus.',
|
|
1837
|
+
active: 'aktiv',
|
|
1838
|
+
'body loaded': 'Inhalt geladen',
|
|
1839
|
+
memory: 'Speicher',
|
|
1623
1840
|
'{{region}} configuration updated successfully.':
|
|
1624
1841
|
'{{region}}-Konfiguration erfolgreich aktualisiert.',
|
|
1625
1842
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
|
@@ -1655,4 +1872,80 @@ export default {
|
|
|
1655
1872
|
'↑/↓: Navigieren | Space/Enter: Umschalten | Esc: Abbrechen',
|
|
1656
1873
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1657
1874
|
'↑/↓: Navigieren | Enter: Auswählen | Esc: Abbrechen',
|
|
1875
|
+
|
|
1876
|
+
// ============================================================================
|
|
1877
|
+
// Commands - Auth
|
|
1878
|
+
// ============================================================================
|
|
1879
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
1880
|
+
'Qwen-Authentifizierung mit Qwen-OAuth oder Alibaba Cloud Coding Plan konfigurieren',
|
|
1881
|
+
'Authenticate using Qwen OAuth': 'Mit Qwen OAuth authentifizieren',
|
|
1882
|
+
'Authenticate using Alibaba Cloud Coding Plan':
|
|
1883
|
+
'Mit Alibaba Cloud Coding Plan authentifizieren',
|
|
1884
|
+
'Region for Coding Plan (china/global)':
|
|
1885
|
+
'Region für Coding Plan (china/global)',
|
|
1886
|
+
'API key for Coding Plan': 'API-Schlüssel für Coding Plan',
|
|
1887
|
+
'Show current authentication status':
|
|
1888
|
+
'Aktuellen Authentifizierungsstatus anzeigen',
|
|
1889
|
+
'Authentication completed successfully.':
|
|
1890
|
+
'Authentifizierung erfolgreich abgeschlossen.',
|
|
1891
|
+
'Starting Qwen OAuth authentication...':
|
|
1892
|
+
'Qwen OAuth-Authentifizierung wird gestartet...',
|
|
1893
|
+
'Successfully authenticated with Qwen OAuth.':
|
|
1894
|
+
'Erfolgreich mit Qwen OAuth authentifiziert.',
|
|
1895
|
+
'Failed to authenticate with Qwen OAuth: {{error}}':
|
|
1896
|
+
'Authentifizierung mit Qwen OAuth fehlgeschlagen: {{error}}',
|
|
1897
|
+
'Processing Alibaba Cloud Coding Plan authentication...':
|
|
1898
|
+
'Alibaba Cloud Coding Plan-Authentifizierung wird verarbeitet...',
|
|
1899
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.':
|
|
1900
|
+
'Erfolgreich mit Alibaba Cloud Coding Plan authentifiziert.',
|
|
1901
|
+
'Failed to authenticate with Coding Plan: {{error}}':
|
|
1902
|
+
'Authentifizierung mit Coding Plan fehlgeschlagen: {{error}}',
|
|
1903
|
+
'中国 (China)': '中国 (China)',
|
|
1904
|
+
'阿里云百炼 (aliyun.com)': '阿里云百炼 (aliyun.com)',
|
|
1905
|
+
Global: 'Global',
|
|
1906
|
+
'Alibaba Cloud (alibabacloud.com)': 'Alibaba Cloud (alibabacloud.com)',
|
|
1907
|
+
'Select region for Coding Plan:': 'Region für Coding Plan auswählen:',
|
|
1908
|
+
'Enter your Coding Plan API key: ':
|
|
1909
|
+
'Geben Sie Ihren Coding Plan API-Schlüssel ein: ',
|
|
1910
|
+
'Select authentication method:': 'Authentifizierungsmethode auswählen:',
|
|
1911
|
+
'\n=== Authentication Status ===\n': '\n=== Authentifizierungsstatus ===\n',
|
|
1912
|
+
'⚠️ No authentication method configured.\n':
|
|
1913
|
+
'⚠️ Keine Authentifizierungsmethode konfiguriert.\n',
|
|
1914
|
+
'Run one of the following commands to get started:\n':
|
|
1915
|
+
'Führen Sie einen der folgenden Befehle aus, um zu beginnen:\n',
|
|
1916
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)':
|
|
1917
|
+
' qwen auth qwen-oauth - Mit Qwen OAuth authentifizieren (kostenlos)',
|
|
1918
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1919
|
+
' qwen auth coding-plan - Mit Alibaba Cloud Coding Plan authentifizieren\n',
|
|
1920
|
+
'Or simply run:': 'Oder einfach ausführen:',
|
|
1921
|
+
' qwen auth - Interactive authentication setup\n':
|
|
1922
|
+
' qwen auth - Interaktive Authentifizierungseinrichtung\n',
|
|
1923
|
+
'✓ Authentication Method: Qwen OAuth':
|
|
1924
|
+
'✓ Authentifizierungsmethode: Qwen OAuth',
|
|
1925
|
+
' Type: Free tier': ' Typ: Kostenlos',
|
|
1926
|
+
' Limit: Up to 1,000 requests/day': ' Limit: Bis zu 1.000 Anfragen/Tag',
|
|
1927
|
+
' Models: Qwen latest models\n': ' Modelle: Qwen neueste Modelle\n',
|
|
1928
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1929
|
+
'✓ Authentifizierungsmethode: Alibaba Cloud Coding Plan',
|
|
1930
|
+
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
1931
|
+
'Global - Alibaba Cloud': 'Global - Alibaba Cloud',
|
|
1932
|
+
' Region: {{region}}': ' Region: {{region}}',
|
|
1933
|
+
' Current Model: {{model}}': ' Aktuelles Modell: {{model}}',
|
|
1934
|
+
' Config Version: {{version}}': ' Konfigurationsversion: {{version}}',
|
|
1935
|
+
' Status: API key configured\n': ' Status: API-Schlüssel konfiguriert\n',
|
|
1936
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1937
|
+
'⚠️ Authentifizierungsmethode: Alibaba Cloud Coding Plan (Unvollständig)',
|
|
1938
|
+
' Issue: API key not found in environment or settings\n':
|
|
1939
|
+
' Problem: API-Schlüssel nicht in Umgebung oder Einstellungen gefunden\n',
|
|
1940
|
+
' Run `qwen auth coding-plan` to re-configure.\n':
|
|
1941
|
+
' Führen Sie `qwen auth coding-plan` aus, um neu zu konfigurieren.\n',
|
|
1942
|
+
'✓ Authentication Method: {{type}}': '✓ Authentifizierungsmethode: {{type}}',
|
|
1943
|
+
' Status: Configured\n': ' Status: Konfiguriert\n',
|
|
1944
|
+
'Failed to check authentication status: {{error}}':
|
|
1945
|
+
'Authentifizierungsstatus konnte nicht überprüft werden: {{error}}',
|
|
1946
|
+
'Select an option:': 'Option auswählen:',
|
|
1947
|
+
'Raw mode not available. Please run in an interactive terminal.':
|
|
1948
|
+
'Raw-Modus nicht verfügbar. Bitte in einem interaktiven Terminal ausführen.',
|
|
1949
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1950
|
+
'(↑ ↓ Pfeiltasten zum Navigieren, Enter zum Auswählen, Strg+C zum Beenden)\n',
|
|
1658
1951
|
};
|