|
| 1 | +export default { |
| 2 | + index: "Willkommen zur Qwen Code Dokumentation", |
| 3 | + deployment: "Ausführung & Bereitstellung", |
| 4 | + architecture: "Architektur-Übersicht", |
| 5 | + cli: "CLI Nutzungsanleitung", |
| 6 | + core: "Kern-Details", |
| 7 | + tools: "Tools Sammlung", |
| 8 | + checkpointing: "Checkpointing-Funktion", |
| 9 | + extension: "Erweiterungs-Entwicklung", |
| 10 | + "ide-integration": "IDE Integration", |
| 11 | + telemetry: "Observabilität", |
| 12 | + examples: "Beispielcode", |
| 13 | + npm: "Paket-Management", |
| 14 | + "gemini-ignore": "Ignorier-Datei Konfiguration", |
| 15 | + "integration-tests": "Integrationstests", |
| 16 | + "keyboard-shortcuts": "Tastaturkürzel", |
| 17 | + sandbox: "Sandbox-Mechanismus", |
| 18 | + "issue-and-pr-automation": "Automatisierte Behandlung", |
| 19 | + troubleshooting: "Fehlerbehebung", |
| 20 | + "tos-privacy": "Nutzungsbedingungen & Datenschutz", |
| 21 | + Uninstall: "Deinstallations-Anleitung", |
| 22 | +}; |
0 commit comments