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
|
|
@ -59,7 +59,7 @@ export const dict = {
|
|||
"ui.sessionTurn.status.consideringNextSteps": "Overvejer næste skridt",
|
||||
|
||||
"ui.messagePart.questions.dismissed": "Spørgsmål afvist",
|
||||
"ui.messagePart.compaction": "Historik komprimeret",
|
||||
"ui.messagePart.compaction": "Session komprimeret",
|
||||
"ui.messagePart.context.read.one": "{{count}} læsning",
|
||||
"ui.messagePart.context.read.other": "{{count}} læsninger",
|
||||
"ui.messagePart.context.search.one": "{{count}} søgning",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue