feat: support export message history

This commit is contained in:
WangCham
2026-02-08 10:19:27 +08:00
parent 59d55b382d
commit 6d858475d7
8 changed files with 691 additions and 15 deletions
+9
View File
@@ -939,6 +939,15 @@ const jaJP = {
viewMonitoring: 'モニタリングを表示',
refreshData: 'データを更新',
exportData: 'データをエクスポート',
export: {
title: 'データをエクスポート',
exporting: 'エクスポート中...',
messages: 'メッセージ',
llmCalls: 'LLM コール',
embeddingCalls: 'Embedding コール',
errors: 'エラーログ',
sessions: 'セッション',
},
},
};