mirror of
https://github.com/open-webui/open-webui
synced 2024-11-21 15:47:49 +00:00
Merge branch 'dev' of https://github.com/open-webui/open-webui into dev
This commit is contained in:
commit
bd1dae2c66
@ -855,6 +855,11 @@ class PipelineMiddleware(BaseHTTPMiddleware):
|
||||
status_code=status.HTTP_401_UNAUTHORIZED,
|
||||
content={"detail": "Not authenticated"},
|
||||
)
|
||||
except HTTPException as e:
|
||||
return JSONResponse(
|
||||
status_code=e.status_code,
|
||||
content={"detail": e.detail},
|
||||
)
|
||||
|
||||
model_list = await get_all_models()
|
||||
models = {model["id"]: model for model in model_list}
|
||||
|
@ -11,14 +11,14 @@
|
||||
"A task model is used when performing tasks such as generating titles for chats and web search queries": "任务模型用于执行生成对话标题和联网搜索查询等任务",
|
||||
"a user": "用户",
|
||||
"About": "关于",
|
||||
"Access": "",
|
||||
"Access Control": "",
|
||||
"Accessible to all users": "",
|
||||
"Access": "访问",
|
||||
"Access Control": "访问控制",
|
||||
"Accessible to all users": "对所有用户开放",
|
||||
"Account": "账号",
|
||||
"Account Activation Pending": "账号待激活",
|
||||
"Accurate information": "提供的信息很准确",
|
||||
"Actions": "自动化",
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
|
||||
"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "通过输入 \"/{{COMMAND}}\" 激活此命令",
|
||||
"Active Users": "当前在线用户",
|
||||
"Add": "添加",
|
||||
"Add a model ID": "添加一个模型ID",
|
||||
@ -30,14 +30,14 @@
|
||||
"Add content here": "在此添加内容",
|
||||
"Add custom prompt": "添加自定义提示词",
|
||||
"Add Files": "添加文件",
|
||||
"Add Group": "",
|
||||
"Add Group": "添加权限组",
|
||||
"Add Memory": "添加记忆",
|
||||
"Add Model": "添加模型",
|
||||
"Add Tag": "添加标签",
|
||||
"Add Tags": "添加标签",
|
||||
"Add text content": "添加文本内容",
|
||||
"Add User": "添加用户",
|
||||
"Add User Group": "",
|
||||
"Add User Group": "添加权限组",
|
||||
"Adjusting these settings will apply changes universally to all users.": "调整这些设置将会对所有用户应用更改。",
|
||||
"admin": "管理员",
|
||||
"Admin": "管理员联系方式",
|
||||
@ -48,11 +48,11 @@
|
||||
"Advanced Params": "高级参数",
|
||||
"All chats": "所有对话",
|
||||
"All Documents": "所有文档",
|
||||
"All models deleted successfully": "",
|
||||
"Allow Chat Delete": "",
|
||||
"All models deleted successfully": "所有模型删除成功",
|
||||
"Allow Chat Delete": "允许删除对话记录",
|
||||
"Allow Chat Deletion": "允许删除对话记录",
|
||||
"Allow Chat Edit": "",
|
||||
"Allow File Upload": "",
|
||||
"Allow Chat Edit": "允许编辑对话记录",
|
||||
"Allow File Upload": "允许上传文件",
|
||||
"Allow non-local voices": "允许调用非本地音色",
|
||||
"Allow Temporary Chat": "允许临时对话",
|
||||
"Allow User Location": "允许获取您的位置",
|
||||
@ -70,7 +70,7 @@
|
||||
"API keys": "API 密钥",
|
||||
"Application DN": "Application DN",
|
||||
"Application DN Password": "Application DN 密码",
|
||||
"applies to all users with the \"user\" role": "",
|
||||
"applies to all users with the \"user\" role": "用于所有具有“用户”角色的用户",
|
||||
"April": "四月",
|
||||
"Archive": "归档",
|
||||
"Archive All Chats": "归档所有对话记录",
|
||||
@ -109,7 +109,7 @@
|
||||
"Bing Search V7 Endpoint": "Bing 搜索 V7 Endpoint",
|
||||
"Bing Search V7 Subscription Key": "Bing 搜索 V7 订阅密钥",
|
||||
"Brave Search API Key": "Brave Search API 密钥",
|
||||
"By {{name}}": "",
|
||||
"By {{name}}": "由 {{name}} 提供",
|
||||
"Bypass SSL verification for Websites": "绕过网站的 SSL 验证",
|
||||
"Call": "呼叫",
|
||||
"Call feature is not supported when using Web STT engine": "使用 Web 语音转文字引擎时不支持呼叫功能。",
|
||||
@ -126,7 +126,7 @@
|
||||
"Chat Controls": "对话高级设置",
|
||||
"Chat direction": "对话样式方向",
|
||||
"Chat Overview": "对话概述",
|
||||
"Chat Permissions": "",
|
||||
"Chat Permissions": "对话权限",
|
||||
"Chat Tags Auto-Generation": "自动生成对话标签",
|
||||
"Chats": "对话",
|
||||
"Check Again": "刷新重试",
|
||||
@ -157,7 +157,7 @@
|
||||
"Code execution": "代码执行",
|
||||
"Code formatted successfully": "代码格式化成功",
|
||||
"Collection": "文件集",
|
||||
"Color": "",
|
||||
"Color": "颜色",
|
||||
"ComfyUI": "ComfyUI",
|
||||
"ComfyUI Base URL": "ComfyUI 基础地址",
|
||||
"ComfyUI Base URL is required.": "ComfyUI 基础地址为必需填写。",
|
||||
@ -191,12 +191,12 @@
|
||||
"Copy Link": "复制链接",
|
||||
"Copy to clipboard": "复制到剪贴板",
|
||||
"Copying to clipboard was successful!": "成功复制到剪贴板!",
|
||||
"Create": "",
|
||||
"Create": "创建",
|
||||
"Create a knowledge base": "创建知识库",
|
||||
"Create a model": "创建一个模型",
|
||||
"Create Account": "创建账号",
|
||||
"Create Admin Account": "创建管理员账号",
|
||||
"Create Group": "",
|
||||
"Create Group": "创建权限组",
|
||||
"Create Knowledge": "创建知识",
|
||||
"Create new key": "创建新密钥",
|
||||
"Create new secret key": "创建新安全密钥",
|
||||
@ -215,8 +215,8 @@
|
||||
"Default (SentenceTransformers)": "默认(SentenceTransformers)",
|
||||
"Default Model": "默认模型",
|
||||
"Default model updated": "默认模型已更新",
|
||||
"Default permissions": "",
|
||||
"Default permissions updated successfully": "",
|
||||
"Default permissions": "默认权限",
|
||||
"Default permissions updated successfully": "默认权限更新成功",
|
||||
"Default Prompt Suggestions": "默认提示词建议",
|
||||
"Default to 389 or 636 if TLS is enabled": "如果启用 TLS,则默认为 389 或 636",
|
||||
"Default to ALL": "默认为 ALL",
|
||||
@ -224,7 +224,7 @@
|
||||
"Delete": "删除",
|
||||
"Delete a model": "删除一个模型",
|
||||
"Delete All Chats": "删除所有对话记录",
|
||||
"Delete All Models": "",
|
||||
"Delete All Models": "删除所有模型",
|
||||
"Delete chat": "删除对话记录",
|
||||
"Delete Chat": "删除对话记录",
|
||||
"Delete chat?": "删除对话记录?",
|
||||
@ -236,7 +236,7 @@
|
||||
"Delete User": "删除用户",
|
||||
"Deleted {{deleteModelTag}}": "已删除 {{deleteModelTag}}",
|
||||
"Deleted {{name}}": "已删除 {{name}}",
|
||||
"Deleted User": "",
|
||||
"Deleted User": "已删除用户",
|
||||
"Describe your knowledge base and objectives": "描述您的知识库和目标",
|
||||
"Description": "描述",
|
||||
"Didn't fully follow instructions": "没有完全遵照指示",
|
||||
@ -251,10 +251,10 @@
|
||||
"Discover, download, and explore custom tools": "发现、下载并探索更多工具",
|
||||
"Discover, download, and explore model presets": "发现、下载并探索更多模型预设",
|
||||
"Dismissible": "是否可关闭",
|
||||
"Display": "",
|
||||
"Display": "显示",
|
||||
"Display Emoji in Call": "在通话中显示 Emoji 表情符号",
|
||||
"Display the username instead of You in the Chat": "在对话中显示用户名而不是“你”",
|
||||
"Displays citations in the response": "",
|
||||
"Displays citations in the response": "在回复中显示引用",
|
||||
"Dive into knowledge": "深入知识的海洋",
|
||||
"Do not install functions from sources you do not fully trust.": "切勿安装来源不完全可信的函数。",
|
||||
"Do not install tools from sources you do not fully trust.": "切勿安装来源不完全可信的工具。",
|
||||
@ -270,23 +270,23 @@
|
||||
"Download": "下载",
|
||||
"Download canceled": "下载已取消",
|
||||
"Download Database": "下载数据库",
|
||||
"Drag and drop a file to upload or select a file to view": "",
|
||||
"Drag and drop a file to upload or select a file to view": "拖动文件上传或选择文件查看",
|
||||
"Draw": "平局",
|
||||
"Drop any files here to add to the conversation": "拖动文件到此处以添加到对话中",
|
||||
"e.g. '30s','10m'. Valid time units are 's', 'm', 'h'.": "例如 '30s','10m'。有效的时间单位是秒:'s',分:'m',时:'h'。",
|
||||
"e.g. A filter to remove profanity from text": "例如:一个用于过滤文本中不当内容的过滤器",
|
||||
"e.g. My Filter": "例如:我的过滤器",
|
||||
"e.g. My Tools": "",
|
||||
"e.g. My Tools": "例如:我的工具",
|
||||
"e.g. my_filter": "例如:my_filter",
|
||||
"e.g. my_tools": "",
|
||||
"e.g. Tools for performing various operations": "",
|
||||
"e.g. my_tools": "例如:my_tools",
|
||||
"e.g. Tools for performing various operations": "例如:用于执行各种操作的工具",
|
||||
"Edit": "编辑",
|
||||
"Edit Arena Model": "编辑竞技场模型",
|
||||
"Edit Connection": "编辑连接",
|
||||
"Edit Default Permissions": "",
|
||||
"Edit Default Permissions": "编辑默认权限",
|
||||
"Edit Memory": "编辑记忆",
|
||||
"Edit User": "编辑用户",
|
||||
"Edit User Group": "",
|
||||
"Edit User Group": "编辑用户组",
|
||||
"ElevenLabs": "ElevenLabs",
|
||||
"Email": "电子邮箱",
|
||||
"Embark on adventures": "踏上冒险之旅",
|
||||
@ -294,14 +294,14 @@
|
||||
"Embedding Model": "语义向量模型",
|
||||
"Embedding Model Engine": "语义向量模型引擎",
|
||||
"Embedding model set to \"{{embedding_model}}\"": "语义向量模型设置为 \"{{embedding_model}}\"",
|
||||
"Enable API Key Auth": "",
|
||||
"Enable API Key Auth": "启用 API 密钥鉴权",
|
||||
"Enable Community Sharing": "启用分享至社区",
|
||||
"Enable Memory Locking (mlock) to prevent model data from being swapped out of RAM. This option locks the model's working set of pages into RAM, ensuring that they will not be swapped out to disk. This can help maintain performance by avoiding page faults and ensuring fast data access.": "启用内存锁定(mlock)以防止模型数据被交换出RAM。此选项将模型的工作集页面锁定在RAM中,确保它们不会被交换到磁盘。这可以通过避免页面错误和确保快速数据访问来帮助维持性能。",
|
||||
"Enable Memory Mapping (mmap) to load model data. This option allows the system to use disk storage as an extension of RAM by treating disk files as if they were in RAM. This can improve model performance by allowing for faster data access. However, it may not work correctly with all systems and can consume a significant amount of disk space.": "启用内存映射(mmap)以加载模型数据。此选项允许系统通过将磁盘文件视为在RAM中来使用磁盘存储作为RAM的扩展。这可以通过更快的数据访问来提高模型性能。然而,它可能无法在所有系统上正常工作,并且可能会消耗大量磁盘空间。",
|
||||
"Enable Message Rating": "启用回复评价",
|
||||
"Enable Mirostat sampling for controlling perplexity. (Default: 0, 0 = Disabled, 1 = Mirostat, 2 = Mirostat 2.0)": "启用 Mirostat 采样以控制困惑度。(默认值:0,0 = 禁用,1 = Mirostat,2 = Mirostat 2.0)",
|
||||
"Enable New Sign Ups": "允许新用户注册",
|
||||
"Enable Retrieval Query Generation": "",
|
||||
"Enable Retrieval Query Generation": "启用检索查询生成",
|
||||
"Enable Tags Generation": "启用自动生成标签",
|
||||
"Enable Web Search": "启用联网搜索",
|
||||
"Enable Web Search Query Generation": "启用生成联网搜索关键词",
|
||||
@ -374,7 +374,7 @@
|
||||
"Export Config to JSON File": "导出配置信息至 JSON 文件中",
|
||||
"Export Functions": "导出函数",
|
||||
"Export Models": "导出模型",
|
||||
"Export Presets": "",
|
||||
"Export Presets": "导出预设",
|
||||
"Export Prompts": "导出提示词",
|
||||
"Export to CSV": "导出到 CSV",
|
||||
"Export Tools": "导出工具",
|
||||
@ -386,7 +386,7 @@
|
||||
"Failed to upload file.": "上传文件失败",
|
||||
"February": "二月",
|
||||
"Feedback History": "反馈历史",
|
||||
"Feedbacks": "",
|
||||
"Feedbacks": "反馈",
|
||||
"Feel free to add specific details": "欢迎补充具体细节",
|
||||
"File": "文件",
|
||||
"File added successfully.": "文件成功添加",
|
||||
@ -435,20 +435,20 @@
|
||||
"Good Response": "点赞此回答",
|
||||
"Google PSE API Key": "Google PSE API 密钥",
|
||||
"Google PSE Engine Id": "Google PSE 引擎 ID",
|
||||
"Group created successfully": "",
|
||||
"Group deleted successfully": "",
|
||||
"Group Description": "",
|
||||
"Group Name": "",
|
||||
"Group updated successfully": "",
|
||||
"Groups": "",
|
||||
"Group created successfully": "权限组创建成功",
|
||||
"Group deleted successfully": "权限组删除成功",
|
||||
"Group Description": "权限组描述",
|
||||
"Group Name": "权限组名称",
|
||||
"Group updated successfully": "权限组更新成功",
|
||||
"Groups": "权限组",
|
||||
"h:mm a": "HH:mm",
|
||||
"Haptic Feedback": "震动反馈",
|
||||
"has no conversations.": "没有对话。",
|
||||
"Hello, {{name}}": "您好,{{name}}",
|
||||
"Help": "帮助",
|
||||
"Help us create the best community leaderboard by sharing your feedback history!": "分享您的反馈历史记录,共建最佳模型社区排行榜!",
|
||||
"Hex Color": "",
|
||||
"Hex Color - Leave empty for default color": "",
|
||||
"Hex Color": "十六进制颜色代码",
|
||||
"Hex Color - Leave empty for default color": "十六进制颜色代码 - 留空使用默认颜色",
|
||||
"Hide": "隐藏",
|
||||
"Host": "Host",
|
||||
"How can I help you today?": "有什么我能帮您的吗?",
|
||||
@ -465,7 +465,7 @@
|
||||
"Import Config from JSON File": "导入 JSON 文件中的配置信息",
|
||||
"Import Functions": "导入函数",
|
||||
"Import Models": "导入模型",
|
||||
"Import Presets": "",
|
||||
"Import Presets": "导入预设",
|
||||
"Import Prompts": "导入提示词",
|
||||
"Import Tools": "导入工具",
|
||||
"Include": "包括",
|
||||
@ -492,7 +492,7 @@
|
||||
"Key": "密匙",
|
||||
"Keyboard shortcuts": "键盘快捷键",
|
||||
"Knowledge": "知识库",
|
||||
"Knowledge Access": "",
|
||||
"Knowledge Access": "访问知识库",
|
||||
"Knowledge created successfully.": "知识成功创建",
|
||||
"Knowledge deleted successfully.": "知识成功删除",
|
||||
"Knowledge reset successfully.": "知识成功重置",
|
||||
@ -506,8 +506,8 @@
|
||||
"LDAP server updated": "LDAP 服务器已更新",
|
||||
"Leaderboard": "排行榜",
|
||||
"Leave empty for unlimited": "留空表示无限制",
|
||||
"Leave empty to include all models from \"{{URL}}/api/tags\" endpoint": "",
|
||||
"Leave empty to include all models from \"{{URL}}/models\" endpoint": "",
|
||||
"Leave empty to include all models from \"{{URL}}/api/tags\" endpoint": "留空表示包含所有来自 \"{{URL}}/api/tags\" 的模型",
|
||||
"Leave empty to include all models from \"{{URL}}/models\" endpoint": "留空表示包含所有来自 \"{{URL}}/models\" 的模型",
|
||||
"Leave empty to include all models or select specific models": "留空表示包含所有模型或请选择模型",
|
||||
"Leave empty to use the default prompt, or enter a custom prompt": "留空以使用默认提示词,或输入自定义提示词。",
|
||||
"Light": "浅色",
|
||||
@ -522,7 +522,7 @@
|
||||
"Make sure to export a workflow.json file as API format from ComfyUI.": "确保从 ComfyUI 导出 API 格式的 workflow.json 文件。",
|
||||
"Manage": "管理",
|
||||
"Manage Arena Models": "管理竞技场模型",
|
||||
"Manage Ollama": "",
|
||||
"Manage Ollama": "管理 Ollama",
|
||||
"Manage Ollama API Connections": "管理Ollama API连接",
|
||||
"Manage OpenAI API Connections": "管理OpenAI API连接",
|
||||
"Manage Pipelines": "管理 Pipeline",
|
||||
@ -558,17 +558,17 @@
|
||||
"Model accepts image inputs": "模型接受图像输入",
|
||||
"Model created successfully!": "模型创建成功!",
|
||||
"Model filesystem path detected. Model shortname is required for update, cannot continue.": "检测到模型文件系统路径,无法继续进行。更新操作需要提供模型简称。",
|
||||
"Model Filtering": "",
|
||||
"Model Filtering": "模型白名单",
|
||||
"Model ID": "模型 ID",
|
||||
"Model IDs": "模型 ID",
|
||||
"Model Name": "模型名称",
|
||||
"Model not selected": "未选择模型",
|
||||
"Model Params": "模型参数",
|
||||
"Model Permissions": "",
|
||||
"Model Permissions": "模型权限",
|
||||
"Model updated successfully": "模型更新成功",
|
||||
"Modelfile Content": "模型文件内容",
|
||||
"Models": "模型",
|
||||
"Models Access": "",
|
||||
"Models Access": "访问模型列表",
|
||||
"more": "更多",
|
||||
"More": "更多",
|
||||
"Name": "名称",
|
||||
@ -582,15 +582,15 @@
|
||||
"No feedbacks found": "暂无任何反馈",
|
||||
"No file selected": "未选中文件",
|
||||
"No files found.": "未找到文件。",
|
||||
"No groups with access, add a group to grant access": "",
|
||||
"No groups with access, add a group to grant access": "没有权限组,请添加一个权限组以授予访问权限",
|
||||
"No HTML, CSS, or JavaScript content found.": "未找到 HTML、CSS 或 JavaScript 内容。",
|
||||
"No knowledge found": "未找到知识",
|
||||
"No model IDs": "",
|
||||
"No model IDs": "没有模型 ID",
|
||||
"No models found": "未找到任何模型",
|
||||
"No results found": "未找到结果",
|
||||
"No search query generated": "未生成搜索查询",
|
||||
"No source available": "没有可用来源",
|
||||
"No users were found.": "",
|
||||
"No users were found.": "未找到用户",
|
||||
"No valves to update": "没有需要更新的值",
|
||||
"None": "无",
|
||||
"Not factually correct": "事实并非如此",
|
||||
@ -615,7 +615,7 @@
|
||||
"Only alphanumeric characters and hyphens are allowed": "只允许使用英文字母,数字 (0-9) 以及连字符 (-)",
|
||||
"Only alphanumeric characters and hyphens are allowed in the command string.": "命令字符串中只允许使用英文字母,数字 (0-9) 以及连字符 (-)。",
|
||||
"Only collections can be edited, create a new knowledge base to edit/add documents.": "只能编辑文件集,创建一个新的知识库来编辑/添加文件。",
|
||||
"Only select users and groups with permission can access": "",
|
||||
"Only select users and groups with permission can access": "只有具有权限的用户和组才能访问",
|
||||
"Oops! Looks like the URL is invalid. Please double-check and try again.": "此链接似乎为无效链接。请检查后重试。",
|
||||
"Oops! There are files still uploading. Please wait for the upload to complete.": "稍等!还有文件正在上传。请等待上传完成。",
|
||||
"Oops! There was an error in the previous response.": "糟糕!有一个错误出现在了之前的回复中。",
|
||||
@ -633,21 +633,21 @@
|
||||
"OpenAI API settings updated": "OpenAI API 设置已更新",
|
||||
"OpenAI URL/Key required.": "需要 OpenAI URL/Key",
|
||||
"or": "或",
|
||||
"Organize your users": "",
|
||||
"Organize your users": "组织用户",
|
||||
"Other": "其他",
|
||||
"OUTPUT": "输出",
|
||||
"Output format": "输出格式",
|
||||
"Overview": "概述",
|
||||
"page": "页",
|
||||
"Password": "密码",
|
||||
"Paste Large Text as File": "",
|
||||
"Paste Large Text as File": "粘贴大文本为文件",
|
||||
"PDF document (.pdf)": "PDF 文档 (.pdf)",
|
||||
"PDF Extract Images (OCR)": "PDF 图像处理 (使用 OCR)",
|
||||
"pending": "待激活",
|
||||
"Permission denied when accessing media devices": "申请媒体设备权限被拒绝",
|
||||
"Permission denied when accessing microphone": "申请麦克风权限被拒绝",
|
||||
"Permission denied when accessing microphone: {{error}}": "申请麦克风权限被拒绝:{{error}}",
|
||||
"Permissions": "",
|
||||
"Permissions": "权限",
|
||||
"Personalization": "个性化",
|
||||
"Pin": "置顶",
|
||||
"Pinned": "已置顶",
|
||||
@ -672,14 +672,14 @@
|
||||
"Profile Image": "用户头像",
|
||||
"Prompt (e.g. Tell me a fun fact about the Roman Empire)": "提示(例如:给我讲一个关于罗马帝国的趣事。)",
|
||||
"Prompt Content": "提示词内容",
|
||||
"Prompt created successfully": "",
|
||||
"Prompt created successfully": "提示词创建成功",
|
||||
"Prompt suggestions": "提示词建议",
|
||||
"Prompt updated successfully": "",
|
||||
"Prompt updated successfully": "提示词更新成功",
|
||||
"Prompts": "提示词",
|
||||
"Prompts Access": "",
|
||||
"Prompts Access": "访问提示词",
|
||||
"Pull \"{{searchValue}}\" from Ollama.com": "从 Ollama.com 拉取 \"{{searchValue}}\"",
|
||||
"Pull a model from Ollama.com": "从 Ollama.com 拉取一个模型",
|
||||
"Query Generation Prompt": "",
|
||||
"Query Generation Prompt": "查询生成提示词",
|
||||
"Query Params": "查询参数",
|
||||
"RAG Template": "RAG 提示词模板",
|
||||
"Rating": "评价",
|
||||
@ -751,7 +751,7 @@
|
||||
"Select a base model": "选择一个基础模型",
|
||||
"Select a engine": "选择一个搜索引擎",
|
||||
"Select a function": "选择一个函数",
|
||||
"Select a group": "",
|
||||
"Select a group": "选择一个权限组",
|
||||
"Select a model": "选择一个模型",
|
||||
"Select a pipeline": "选择一个管道",
|
||||
"Select a pipeline url": "选择一个管道 URL",
|
||||
@ -774,7 +774,7 @@
|
||||
"Set as default": "设为默认",
|
||||
"Set CFG Scale": "设置 CFG Scale",
|
||||
"Set Default Model": "设置默认模型",
|
||||
"Set embedding model": "",
|
||||
"Set embedding model": "设置语义向量模型",
|
||||
"Set embedding model (e.g. {{model}})": "设置语义向量模型 (例如:{{model}})",
|
||||
"Set Image Size": "设置图片分辨率",
|
||||
"Set reranking model (e.g. {{model}})": "设置重排模型 (例如:{{model}})",
|
||||
@ -862,8 +862,8 @@
|
||||
"This response was generated by \"{{model}}\"": "此回复由 \"{{model}}\" 生成",
|
||||
"This will delete": "这将删除",
|
||||
"This will delete <strong>{{NAME}}</strong> and <strong>all its contents</strong>.": "这将删除<strong>{{NAME}}</strong>及其<strong>所有内容</strong>。",
|
||||
"This will delete all models including custom models": "",
|
||||
"This will delete all models including custom models and cannot be undone.": "",
|
||||
"This will delete all models including custom models": "这将删除所有模型,包括自定义模型",
|
||||
"This will delete all models including custom models and cannot be undone.": "这将删除所有模型,包括自定义模型,且无法撤销。",
|
||||
"This will reset the knowledge base and sync all files. Do you wish to continue?": "这将重置知识库并替换所有文件为目录下文件。确认继续?",
|
||||
"Thorough explanation": "解释较为详细",
|
||||
"Tika": "Tika",
|
||||
@ -893,13 +893,13 @@
|
||||
"Too verbose": "过于冗长",
|
||||
"Tool created successfully": "工具创建成功",
|
||||
"Tool deleted successfully": "工具删除成功",
|
||||
"Tool Description": "",
|
||||
"Tool ID": "",
|
||||
"Tool Description": "工具描述",
|
||||
"Tool ID": "工具 ID",
|
||||
"Tool imported successfully": "工具导入成功",
|
||||
"Tool Name": "",
|
||||
"Tool Name": "工具名称",
|
||||
"Tool updated successfully": "工具更新成功",
|
||||
"Tools": "工具",
|
||||
"Tools Access": "",
|
||||
"Tools Access": "访问工具",
|
||||
"Tools are a function calling system with arbitrary code execution": "工具是一个具有任意代码执行能力的函数调用系统",
|
||||
"Tools have a function calling system that allows arbitrary code execution": "注意:工具有权执行任意代码",
|
||||
"Tools have a function calling system that allows arbitrary code execution.": "注意:工具有权执行任意代码。",
|
||||
@ -939,7 +939,7 @@
|
||||
"URL Mode": "URL 模式",
|
||||
"Use '#' in the prompt input to load and include your knowledge.": "在输入框中输入'#'号来加载你需要的知识库内容。",
|
||||
"Use Gravatar": "使用来自 Gravatar 的头像",
|
||||
"Use groups to group your users and assign permissions.": "",
|
||||
"Use groups to group your users and assign permissions.": "使用权限组来组织用户并分配权限。",
|
||||
"Use Initials": "使用首个字符作为头像",
|
||||
"use_mlock (Ollama)": "use_mlock(Ollama)",
|
||||
"use_mmap (Ollama)": "use_mmap (Ollama)",
|
||||
@ -958,12 +958,12 @@
|
||||
"variable to have them replaced with clipboard content.": "变量将被剪贴板内容替换。",
|
||||
"Version": "版本",
|
||||
"Version {{selectedVersion}} of {{totalVersions}}": "版本 {{selectedVersion}}/{{totalVersions}}",
|
||||
"Visibility": "",
|
||||
"Visibility": "可见性",
|
||||
"Voice": "语音",
|
||||
"Voice Input": "语音输入",
|
||||
"Warning": "警告",
|
||||
"Warning:": "警告:",
|
||||
"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
|
||||
"Warning: Enabling this will allow users to upload arbitrary code on the server.": "警告:启用此功能将允许用户在服务器上上传任意代码。",
|
||||
"Warning: If you update or change your embedding model, you will need to re-import all documents.": "警告:如果您修改了语义向量模型,则需要重新导入所有文档。",
|
||||
"Web": "网页",
|
||||
"Web API": "网页 API",
|
||||
@ -972,8 +972,8 @@
|
||||
"Web Search Engine": "联网搜索引擎",
|
||||
"Webhook URL": "Webhook URL",
|
||||
"WebUI Settings": "WebUI 设置",
|
||||
"WebUI will make requests to \"{{url}}/api/chat\"": "",
|
||||
"WebUI will make requests to \"{{url}}/chat/completions\"": "",
|
||||
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI 将向 \"{{url}}/api/chat\" 发出请求",
|
||||
"WebUI will make requests to \"{{url}}/chat/completions\"": "WebUI 将向 \"{{url}}/chat/completions\" 发出请求",
|
||||
"What are you trying to achieve?": "你想要达到什么目标?",
|
||||
"What are you working on?": "你在忙于什么?",
|
||||
"What’s New in": "最近更新内容于",
|
||||
@ -985,7 +985,7 @@
|
||||
"Won": "获胜",
|
||||
"Works together with top-k. A higher value (e.g., 0.95) will lead to more diverse text, while a lower value (e.g., 0.5) will generate more focused and conservative text. (Default: 0.9)": "与 top-k 一起工作。较高的值(例如0.95)将导致更具多样性的文本,而较低的值(例如0.5)将生成更集中和保守的文本。(默认值:0.9)",
|
||||
"Workspace": "工作空间",
|
||||
"Workspace Permissions": "",
|
||||
"Workspace Permissions": "工作空间权限",
|
||||
"Write a prompt suggestion (e.g. Who are you?)": "写一个提示词建议(例如:你是谁?)",
|
||||
"Write a summary in 50 words that summarizes [topic or keyword].": "用 50 个字写一个总结 [主题或关键词]。",
|
||||
"Write something...": "单击以键入内容...",
|
||||
@ -995,7 +995,7 @@
|
||||
"You can only chat with a maximum of {{maxCount}} file(s) at a time.": "每次对话最多仅能附上 {{maxCount}} 个文件。",
|
||||
"You can personalize your interactions with LLMs by adding memories through the 'Manage' button below, making them more helpful and tailored to you.": "通过点击下方的“管理”按钮,你可以添加记忆,以个性化大语言模型的互动,使其更有用,更符合你的需求。",
|
||||
"You cannot upload an empty file.": "请勿上传空文件。",
|
||||
"You do not have permission to upload files.": "",
|
||||
"You do not have permission to upload files.": "你没有上传文件的权限。",
|
||||
"You have no archived conversations.": "没有已归档的对话。",
|
||||
"You have shared this chat": "此对话已经分享过",
|
||||
"You're a helpful assistant.": "你是一个有帮助的助手。",
|
||||
|
Loading…
Reference in New Issue
Block a user