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
478 B
JSON
13 lines
478 B
JSON
{
|
|
"newChat": "新聊天",
|
|
"selectAPrompt": "选择一个提示词",
|
|
"githubRepository": "GitHub 仓库",
|
|
"settings": "设置",
|
|
"sidebarTitle": "聊天历史",
|
|
"error": "错误",
|
|
"somethingWentWrong": "出现了错误",
|
|
"validationSelectModel": "请选择一个模型以继续",
|
|
"deleteHistoryConfirmation": "你确定要删除这个历史记录吗?",
|
|
"editHistoryTitle": "输入一个新的标题",
|
|
"temporaryChat": "临时聊天"
|
|
} |