feat: add export conversation to image, markdown, and HTML formats

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-03 18:56:37 +08:00
parent 1282dcee19
commit 4c36369dd2
14 changed files with 895 additions and 11 deletions

View File

@@ -736,7 +736,32 @@
"closeConversation": "Konversation schließen",
"forkSession": "Sitzung forken",
"forkSessionSuccess": "Sitzung erfolgreich geforkt",
"forkSessionFailed": "Sitzung konnte nicht geforkt werden: {error}"
"forkSessionFailed": "Sitzung konnte nicht geforkt werden: {error}",
"exportConversation": "Konversation exportieren",
"exportImage": "Bild",
"exportMarkdown": "Markdown",
"exportHtml": "HTML",
"exportSuccess": "Konversation exportiert",
"exportFailed": "Export fehlgeschlagen",
"exportLabels": {
"untitledConversation": "Unbenannte Konversation",
"agent": "Agent",
"model": "Modell",
"status": "Status",
"started": "Gestartet",
"updated": "Aktualisiert",
"tokens": "Token-Statistik",
"duration": "Dauer",
"inputTokens": "Eingabe",
"outputTokens": "Ausgabe",
"cacheRead": "Cache gelesen",
"cacheWrite": "Cache geschrieben",
"user": "Benutzer",
"assistant": "Assistent",
"system": "System",
"toolResult": "Ergebnis",
"toolError": "Fehler"
}
},
"conversationCard": {
"untitledConversation": "Unbenannte Konversation",