Skip to content

Commit d5827f6

Browse files
committed
feat: update _meta.ts
1 parent f70cce2 commit d5827f6

File tree

27 files changed

+257
-0
lines changed

27 files changed

+257
-0
lines changed

website/content/de/_meta.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
};

website/content/de/cli/_meta.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export default {
2+
index: "CLI Übersicht",
3+
commands: "Befehls-Referenz",
4+
configuration: "Konfigurationsanleitung",
5+
authentication: "Authentifizierungs-Setup",
6+
"openai-auth": "OpenAI Authentifizierung",
7+
"token-caching": "Token Caching",
8+
themes: "Theme-Konfiguration",
9+
tutorials: "Nutzungs-Tutorials",
10+
};

website/content/de/core/_meta.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default {
2+
index: "Kern-Übersicht",
3+
"tools-api": "Tools API",
4+
memport: "Memory Import Processor",
5+
};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default {
2+
"proxy-script": "Proxy-Script Beispiel",
3+
};

website/content/de/tools/_meta.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
index: "Tools Übersicht",
3+
"file-system": "Dateisystem-Tools",
4+
"multi-file": "Multi-Datei Lese-Tools",
5+
shell: "Shell Tools",
6+
"web-fetch": "Web Fetch Tools",
7+
"web-search": "Web Such-Tools",
8+
memory: "Memory Tools",
9+
"todo-write": "Todo Write Tool",
10+
"mcp-server": "MCP Server",
11+
};

website/content/en/_meta.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
export default {
2+
index: "Welcome to Qwen Code Documentation",
3+
deployment: "Execution & Deployment",
4+
architecture: "Architecture Overview",
5+
cli: "CLI Usage Guide",
6+
core: "Core Details",
7+
tools: "Tools Collection",
8+
checkpointing: "Checkpointing Feature",
9+
extension: "Extension Development",
10+
"ide-integration": "IDE Integration",
11+
telemetry: "Observability",
12+
examples: "Example Code",
13+
npm: "Package Management",
14+
"gemini-ignore": "Ignore File Configuration",
15+
"integration-tests": "Integration Tests",
16+
"keyboard-shortcuts": "Keyboard Shortcuts",
17+
sandbox: "Sandbox Mechanism",
18+
"issue-and-pr-automation": "Automation Handling",
19+
troubleshooting: "Troubleshooting",
20+
"tos-privacy": "Terms of Service & Privacy",
21+
Uninstall: "Uninstall Guide",
22+
};

website/content/en/cli/_meta.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export default {
2+
index: "CLI Overview",
3+
commands: "Command Reference",
4+
configuration: "Configuration Guide",
5+
authentication: "Authentication Setup",
6+
"openai-auth": "OpenAI Authentication",
7+
"token-caching": "Token Caching",
8+
themes: "Theme Configuration",
9+
tutorials: "Usage Tutorials",
10+
};

website/content/en/core/_meta.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export default {
2+
index: "Core Overview",
3+
"tools-api": "Tools API",
4+
memport: "Memory Import Processor",
5+
};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default {
2+
"proxy-script": "Proxy Script Example",
3+
};

website/content/en/tools/_meta.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
index: "Tools Overview",
3+
"file-system": "File System Tools",
4+
"multi-file": "Multi-File Read Tools",
5+
shell: "Shell Tools",
6+
"web-fetch": "Web Fetch Tools",
7+
"web-search": "Web Search Tools",
8+
memory: "Memory Tools",
9+
"todo-write": "Todo Write Tool",
10+
"mcp-server": "MCP Server",
11+
};

0 commit comments

Comments
 (0)