固化聊天
This commit is contained in:
@@ -61,6 +61,8 @@
|
||||
"image_size_error": "Image is too large. Please choose an image smaller than 4 MB",
|
||||
"image_read_error": "Failed to read image. Please try another file",
|
||||
"reasoning": "Reasoning",
|
||||
"expand": "Expand",
|
||||
"collapse": "Collapse",
|
||||
"trace_details": "Call details",
|
||||
"trace_database": "Database",
|
||||
"trace_rows": "Rows",
|
||||
@@ -76,7 +78,22 @@
|
||||
"tokens_prompt": "Input",
|
||||
"tokens_completion": "Output",
|
||||
"tokens_tool": "Tools",
|
||||
"tokens_estimated": "local estimate"
|
||||
"tokens_estimated": "local estimate",
|
||||
"new_chat": "New chat",
|
||||
"server_chats": "Server chats",
|
||||
"browser_chats": "Browser chats",
|
||||
"local_chat": "Local chat",
|
||||
"server_chat": "Server chat",
|
||||
"no_server_chats": "No server chats",
|
||||
"no_browser_chats": "No browser chats",
|
||||
"delete_chat": "Delete chat",
|
||||
"rename_chat": "Rename chat",
|
||||
"load_conversations_failed": "Failed to load chat list",
|
||||
"load_chat_failed": "Failed to load chat",
|
||||
"delete_chat_failed": "Failed to delete chat",
|
||||
"storage_full": "Browser storage is full; the chat may not be saved",
|
||||
"login_to_sync": "Log in to save chats on the server",
|
||||
"untitled_chat": "New chat"
|
||||
},
|
||||
"aiconfig": {
|
||||
"title": "AI Config",
|
||||
|
||||
@@ -61,6 +61,8 @@
|
||||
"image_size_error": "图片过大,请选择小于 4MB 的图片",
|
||||
"image_read_error": "图片读取失败,请尝试其他文件",
|
||||
"reasoning": "思考内容",
|
||||
"expand": "展开",
|
||||
"collapse": "折叠",
|
||||
"trace_details": "调用详情",
|
||||
"trace_database": "数据库",
|
||||
"trace_rows": "行数",
|
||||
@@ -76,7 +78,22 @@
|
||||
"tokens_prompt": "输入",
|
||||
"tokens_completion": "输出",
|
||||
"tokens_tool": "工具",
|
||||
"tokens_estimated": "本地估算"
|
||||
"tokens_estimated": "本地估算",
|
||||
"new_chat": "新聊天",
|
||||
"server_chats": "服务端聊天",
|
||||
"browser_chats": "浏览器聊天",
|
||||
"local_chat": "本地聊天",
|
||||
"server_chat": "服务端聊天",
|
||||
"no_server_chats": "暂无服务端聊天",
|
||||
"no_browser_chats": "暂无浏览器聊天",
|
||||
"delete_chat": "删除聊天",
|
||||
"rename_chat": "重命名聊天",
|
||||
"load_conversations_failed": "加载聊天列表失败",
|
||||
"load_chat_failed": "加载聊天失败",
|
||||
"delete_chat_failed": "删除聊天失败",
|
||||
"storage_full": "浏览器存储空间不足,聊天可能无法保存",
|
||||
"login_to_sync": "登录后可保存聊天到服务端",
|
||||
"untitled_chat": "新对话"
|
||||
},
|
||||
"aiconfig": {
|
||||
"title": "AI 配置",
|
||||
|
||||
Reference in New Issue
Block a user