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": "إغلاق المحادثة",
"forkSession": "تفريع الجلسة",
"forkSessionSuccess": "تم تفريع الجلسة بنجاح",
"forkSessionFailed": "فشل في تفريع الجلسة: {error}"
"forkSessionFailed": "فشل في تفريع الجلسة: {error}",
"exportConversation": "تصدير المحادثة",
"exportImage": "صورة",
"exportMarkdown": "Markdown",
"exportHtml": "HTML",
"exportSuccess": "تم تصدير المحادثة",
"exportFailed": "فشل التصدير",
"exportLabels": {
"untitledConversation": "محادثة بدون عنوان",
"agent": "الوكيل",
"model": "النموذج",
"status": "الحالة",
"started": "البداية",
"updated": "التحديث",
"tokens": "إحصائيات الرموز",
"duration": "المدة",
"inputTokens": "الإدخال",
"outputTokens": "الإخراج",
"cacheRead": "قراءة الذاكرة",
"cacheWrite": "كتابة الذاكرة",
"user": "المستخدم",
"assistant": "المساعد",
"system": "النظام",
"toolResult": "النتيجة",
"toolError": "خطأ"
}
},
"conversationCard": {
"untitledConversation": "محادثة بدون عنوان",