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:
@@ -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": "제목 없는 대화",
|
||||
|
||||
Reference in New Issue
Block a user