固化聊天
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",
|
||||
|
||||
Reference in New Issue
Block a user