Adds a new "Temporary Chat" mode for quick, non-persistent conversations. The new mode is available in the header bar and will trigger a visually distinct chat experience with a temporary background color. Temporary chats do not save to the chat history and are meant for short, one-off interactions. This feature enhances flexibility and provides a more convenient option for users who need to quickly interact with the AI without committing the conversation to their history.
13 lines
496 B
JSON
13 lines
496 B
JSON
{
|
|
"newChat": "Ny Chat",
|
|
"selectAPrompt": "Vælg en Prompt",
|
|
"githubRepository": "GitHub Repository",
|
|
"settings": "Indstillinger",
|
|
"sidebarTitle": "Chathistorik",
|
|
"error": "Fejl",
|
|
"somethingWentWrong": "Noget gik galt",
|
|
"validationSelectModel": "Venligst vælg en model for at forsæætte",
|
|
"deleteHistoryConfirmation": "Er du sikker på at du vil slette denne historik?",
|
|
"editHistoryTitle": "Indtast en ny titel",
|
|
"temporaryChat": "Midlertidig Chat"
|
|
} |