tui: update compaction status message to use Session instead of History across all languages
The compaction message now correctly indicates the current session was compacted rather than the entire history, making it clearer to users which conversation data was optimized.
This commit is contained in:
parent
d954026dd8
commit
f54abe58cf
17 changed files with 17 additions and 17 deletions
|
|
@ -64,7 +64,7 @@ export const dict = {
|
|||
"ui.sessionTurn.status.consideringNextSteps": "正在考虑下一步",
|
||||
|
||||
"ui.messagePart.questions.dismissed": "问题已忽略",
|
||||
"ui.messagePart.compaction": "历史已压缩",
|
||||
"ui.messagePart.compaction": "会话已压缩",
|
||||
"ui.messagePart.context.read.one": "{{count}} 次读取",
|
||||
"ui.messagePart.context.read.other": "{{count}} 次读取",
|
||||
"ui.messagePart.context.search.one": "{{count}} 次搜索",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue