mirror of
https://github.com/open-webui/open-webui
synced 2025-03-04 03:18:03 +00:00
Update translation.json
This commit is contained in:
parent
19bcda2362
commit
aecb7ae398
@ -1,5 +1,5 @@
|
||||
{
|
||||
"-1 for no limit, or a positive integer for a specific limit": "",
|
||||
"-1 for no limit, or a positive integer for a specific limit": "-1 表示无限制,正整数表示具体限制”",
|
||||
"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' 或 '-1' 表示无过期时间。",
|
||||
"(e.g. `sh webui.sh --api --api-auth username_password`)": "(例如 `sh webui.sh --api --api-auth username_password`)",
|
||||
"(e.g. `sh webui.sh --api`)": "(例如 `sh webui.sh --api`)",
|
||||
@ -60,7 +60,7 @@
|
||||
"Allow Voice Interruption in Call": "允许通话中的打断语音",
|
||||
"Already have an account?": "已经拥有账号了?",
|
||||
"Alternative to the top_p, and aims to ensure a balance of quality and variety. The parameter p represents the minimum probability for a token to be considered, relative to the probability of the most likely token. For example, with p=0.05 and the most likely token having a probability of 0.9, logits with a value less than 0.045 are filtered out. (Default: 0.0)": "top_p的替代方法,目标是在质量和多样性之间取得平衡。参数p表示一个token相对于最有可能的token所需的最低概率。比如,当p=0.05且最有可能的token概率为0.9时,概率低于0.045的logits会被排除。(默认值:0.0)",
|
||||
"Amazing": "",
|
||||
"Amazing": "很棒",
|
||||
"an assistant": "AI模型",
|
||||
"and": "和",
|
||||
"and {{COUNT}} more": "还有 {{COUNT}} 个",
|
||||
@ -91,15 +91,15 @@
|
||||
"Authenticate": "认证",
|
||||
"Auto-Copy Response to Clipboard": "自动复制回复到剪贴板",
|
||||
"Auto-playback response": "自动念出回复内容",
|
||||
"Autocomplete Generation": "",
|
||||
"Autocomplete Generation Input Max Length": "",
|
||||
"Autocomplete Generation": "自动完成生成",
|
||||
"Autocomplete Generation Input Max Length": "自动完成生成输入最大长度",
|
||||
"Automatic1111": "Automatic1111",
|
||||
"AUTOMATIC1111 Api Auth String": "AUTOMATIC1111 Api 鉴权字符串",
|
||||
"AUTOMATIC1111 Base URL": "AUTOMATIC1111 基础地址",
|
||||
"AUTOMATIC1111 Base URL is required.": "需要 AUTOMATIC1111 基础地址。",
|
||||
"Available list": "可用列表",
|
||||
"available!": "版本可用!",
|
||||
"Awful": "",
|
||||
"Awful": "糟糕",
|
||||
"Azure AI Speech": "Azure AI 语音",
|
||||
"Azure Region": "Azure 区域",
|
||||
"Back": "返回",
|
||||
@ -122,7 +122,7 @@
|
||||
"Certificate Path": "证书路径",
|
||||
"Change Password": "更改密码",
|
||||
"Character": "字符",
|
||||
"Character limit for autocomplete generation input": "",
|
||||
"Character limit for autocomplete generation input": "自动完成生成输入的字符限制",
|
||||
"Chart new frontiers": "开拓新领域",
|
||||
"Chat": "对话",
|
||||
"Chat Background Image": "对话背景图片",
|
||||
@ -166,7 +166,7 @@
|
||||
"ComfyUI Base URL": "ComfyUI 基础地址",
|
||||
"ComfyUI Base URL is required.": "ComfyUI 基础地址为必需填写。",
|
||||
"ComfyUI Workflow": "ComfyUI Workflow",
|
||||
"ComfyUI Workflow Nodes": "ComfyUI Workflow Nodes",
|
||||
"ComfyUI Workflow Nodes": "ComfyUI Workflow 节点",
|
||||
"Command": "命令",
|
||||
"Completions": "续写",
|
||||
"Concurrent Requests": "并发请求",
|
||||
@ -279,7 +279,7 @@
|
||||
"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. '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": "例如:我的工具",
|
||||
@ -301,7 +301,7 @@
|
||||
"Embedding Model Engine": "语义向量模型引擎",
|
||||
"Embedding model set to \"{{embedding_model}}\"": "语义向量模型设置为 \"{{embedding_model}}\"",
|
||||
"Enable API Key Auth": "启用 API 密钥鉴权",
|
||||
"Enable autocomplete generation for chat messages": "",
|
||||
"Enable autocomplete generation for chat messages": "启用聊天消息的自动完成生成",
|
||||
"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的扩展。这可以通过更快的数据访问来提高模型性能。然而,它可能无法在所有系统上正常工作,并且可能会消耗大量磁盘空间。",
|
||||
@ -314,11 +314,11 @@
|
||||
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "确保您的 CSV 文件按以下顺序包含 4 列: 姓名、电子邮箱、密码、角色。",
|
||||
"Enter {{role}} message here": "在此处输入 {{role}} 的对话内容",
|
||||
"Enter a detail about yourself for your LLMs to recall": "输入一个关于你自己的详细信息,方便你的大语言模型记住这些内容",
|
||||
"Enter api auth string (e.g. username:password)": "输入 api 鉴权路径 (例如:username:password)",
|
||||
"Enter api auth string (e.g. username:password)": "输入 api 鉴权路径 (例如:用户名:密码)",
|
||||
"Enter Application DN": "输入 Application DN",
|
||||
"Enter Application DN Password": "输入 Application DN Password",
|
||||
"Enter Bing Search V7 Endpoint": "输入 Enter Bing Search V7 Endpoint",
|
||||
"Enter Bing Search V7 Subscription Key": "输入 Bing Search V7 Subscription Key",
|
||||
"Enter Application DN Password": "输入 Application DN 密码",
|
||||
"Enter Bing Search V7 Endpoint": "输入 Bing Search V7 端点",
|
||||
"Enter Bing Search V7 Subscription Key": "输入 Bing Search V7 订阅密钥",
|
||||
"Enter Brave Search API Key": "输入 Brave Search API 密钥",
|
||||
"Enter certificate path": "输入证书路径",
|
||||
"Enter CFG Scale (e.g. 7.0)": "输入 CFG Scale (例如:7.0)",
|
||||
@ -335,7 +335,7 @@
|
||||
"Enter model tag (e.g. {{modelTag}})": "输入模型标签 (例如:{{modelTag}})",
|
||||
"Enter Mojeek Search API Key": "输入 Mojeek Search API 密钥",
|
||||
"Enter Number of Steps (e.g. 50)": "输入步骤数 (Steps) (例如:50)",
|
||||
"Enter proxy URL (e.g. https://user:password@host:port)": "",
|
||||
"Enter proxy URL (e.g. https://user:password@host:port)": "输入代理 URL (例如:https://用户名:密码@主机名:端口)",
|
||||
"Enter Sampler (e.g. Euler a)": "输入 Sampler (例如:Euler a)",
|
||||
"Enter Scheduler (e.g. Karras)": "输入 Scheduler (例如:Karras)",
|
||||
"Enter Score": "输入评分",
|
||||
@ -346,9 +346,9 @@
|
||||
"Enter Serper API Key": "输入 Serper API 密钥",
|
||||
"Enter Serply API Key": "输入 Serply API 密钥",
|
||||
"Enter Serpstack API Key": "输入 Serpstack API 密钥",
|
||||
"Enter server host": "输入 server host",
|
||||
"Enter server label": "输入 server label",
|
||||
"Enter server port": "输入 server port",
|
||||
"Enter server host": "输入服务器主机名 ",
|
||||
"Enter server label": "输入服务器标签",
|
||||
"Enter server port": "输入服务器端口",
|
||||
"Enter stop sequence": "输入停止序列 (Stop Sequence)",
|
||||
"Enter system prompt": "输入系统提示词 (Prompt)",
|
||||
"Enter Tavily API Key": "输入 Tavily API 密钥",
|
||||
@ -457,7 +457,7 @@
|
||||
"Hex Color": "十六进制颜色代码",
|
||||
"Hex Color - Leave empty for default color": "十六进制颜色代码 - 留空使用默认颜色",
|
||||
"Hide": "隐藏",
|
||||
"Host": "Host",
|
||||
"Host": "主机",
|
||||
"How can I help you today?": "有什么我能帮您的吗?",
|
||||
"How would you rate this response?": "您如何评价这个回应?",
|
||||
"Hybrid Search": "混合搜索",
|
||||
@ -672,7 +672,7 @@
|
||||
"Please carefully review the following warnings:": "请仔细阅读以下警告信息:",
|
||||
"Please enter a prompt": "请输出一个 prompt",
|
||||
"Please fill in all fields.": "请填写所有字段。",
|
||||
"Please select a model first.": "",
|
||||
"Please select a model first.": "请先选择一个模型。",
|
||||
"Please select a reason": "请选择原因",
|
||||
"Port": "端口",
|
||||
"Positive attitude": "积极的态度",
|
||||
@ -688,7 +688,7 @@
|
||||
"Prompt updated successfully": "提示词更新成功",
|
||||
"Prompts": "提示词",
|
||||
"Prompts Access": "访问提示词",
|
||||
"Proxy URL": "",
|
||||
"Proxy URL": "代理 URL",
|
||||
"Pull \"{{searchValue}}\" from Ollama.com": "从 Ollama.com 拉取 \"{{searchValue}}\"",
|
||||
"Pull a model from Ollama.com": "从 Ollama.com 拉取一个模型",
|
||||
"Query Generation Prompt": "查询生成提示词",
|
||||
@ -722,7 +722,7 @@
|
||||
"Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.": "无法激活回复时发送通知。请检查浏览器设置,并授予必要的访问权限。",
|
||||
"Response splitting": "拆分回复",
|
||||
"Result": "结果",
|
||||
"Retrieval Query Generation": "",
|
||||
"Retrieval Query Generation": "检索查询生成",
|
||||
"Rich Text Input for Chat": "对话富文本输入",
|
||||
"RK": "排名",
|
||||
"Role": "权限组",
|
||||
@ -843,7 +843,7 @@
|
||||
"System": "系统",
|
||||
"System Instructions": "系统指令",
|
||||
"System Prompt": "系统提示词 (System Prompt)",
|
||||
"Tags Generation": "",
|
||||
"Tags Generation": "标签生成",
|
||||
"Tags Generation Prompt": "标签生成提示词",
|
||||
"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Tail free sampling 用于减少输出中可能性较低的标记的影响。数值越大(如 2.0),影响就越小,而数值为 1.0 则会禁用此设置。(默认值:1)",
|
||||
"Tap to interrupt": "点击以中断",
|
||||
@ -986,7 +986,7 @@
|
||||
"Web Loader Settings": "网页爬取设置",
|
||||
"Web Search": "联网搜索",
|
||||
"Web Search Engine": "联网搜索引擎",
|
||||
"Web Search Query Generation": "",
|
||||
"Web Search Query Generation": "网页搜索查询生成",
|
||||
"Webhook URL": "Webhook URL",
|
||||
"WebUI Settings": "WebUI 设置",
|
||||
"WebUI will make requests to \"{{url}}/api/chat\"": "WebUI 将向 \"{{url}}/api/chat\" 发出请求",
|
||||
|
Loading…
Reference in New Issue
Block a user