fix(chat): clarify session history scope (#393)

This commit is contained in:
Zhicheng Han
2026-05-02 03:00:47 +02:00
committed by GitHub
parent 969c7c0e1a
commit 4c8cff2e7c
10 changed files with 85 additions and 2 deletions
+5
View File
@@ -105,6 +105,11 @@ export default {
send: '送信',
contextUsed: 'コンテキスト使用量:',
sessions: 'セッション',
webUiSessions: 'Web UI/API Server セッション',
sessionScopeHint: 'チャットには Web UI/API Server セッションのみ表示されます。CLI、Telegram、Discord、Cron などのチャンネルセッションは履歴で読み取り専用として表示されます。',
openHistory: '履歴を開く',
hermesHistory: 'Hermes 履歴',
historyScopeHint: 'ソース別にグループ化された Hermes 履歴セッションを読み取り専用で表示します。',
noSessions: 'セッションがありません',
newChat: '新しいチャット',
deleteSession: 'このセッションを削除しますか?',