Merge branch 'release' into staging

This commit is contained in:
Cohee 2024-04-14 14:46:38 +03:00
commit 0b8c93e25a
2 changed files with 196 additions and 195 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -6,40 +6,39 @@
"default": "默认",
"openaipresets": "对话补全预设",
"text gen webio(ooba) presets": "WebUI(ooba) 预设",
"response legth(tokens)": "响应长度(Token",
"response legth(tokens)": "响应长度(以词符数计",
"select": "选择",
"context size(tokens)": "上下文长度(Token",
"unlocked": "解锁",
"Only select models support context sizes greater than 4096 tokens. Increase only if you know what you're doing.": "只有特定的模型支持超过4096 Tokens的上下文长度。仅在你清楚自己在做什么的情况下再增加这个值。",
"rep.pen": "重复惩罚",
"WI Entry Status:🔵 Constant🟢 Normal❌ Disabled": "条目输入状态:\n🔵 常开\n🟢 触发\n❌ 禁用",
"rep.pen range": "重复惩罚范围",
"Temperature controls the randomness in token selection": "温度控制Token选择中的随机性:\n- 低温(<1.0)导致更可预测的文本,优先选择高概率的Token。\n- 高温(>1.0鼓励创造性和输出的多样性更多地选择低概率的Token。\n将值设置为 1.0 以使用原始概率。",
"context size(tokens)": "上下文长度(以词符数计",
"unlocked": "解锁",
"Only select models support context sizes greater than 4096 tokens. Increase only if you know what you're doing.": "请只选择支持上下文大小大于 4096 个词符的模型。除非您知道自己在做什么,否则不要增加此值。",
"rep.pen": "重复惩罚",
"WI Entry Status:🔵 Constant🟢 Normal❌ Disabled": "世界书条目状态:\n🔵 不变\n🟢 正常\n❌ 禁用",
"rep.pen range": "重复惩罚范围",
"Temperature controls the randomness in token selection": "温度控制词符选择中的随机性:\n- 低温(<1.0)导致更可预测的文本,优先选择高概率的词符。\n- 高温(>1.0)鼓励创造性和输出的多样性,更多地选择低概率的词符。\n将值设置为 1.0 以使用原始概率。",
"temperature": "温度",
"Temperature": "温度",
"Top K sets a maximum amount of top tokens that can be chosen from": "Top K 限定了可供选择的最高概率 Token 的最大数目。",
"Top P (a.k.a. nucleus sampling)": "Top P又称 nucleus sampling累加所有需要达到目标百分比的最高概率 Token 。\n例如如果前两个最高概率标记都是 25%,并且 Top P 设置为 0.50,那么只有这前两个 Token 会被考虑。\n如果将 Top P 设置为 1.0,则表示禁用该功能。",
"Typical P Sampling prioritizes tokens based on their deviation from the average entropy of the set": "典型的 P 采样根据令牌与集合平均熵的偏差来确定令牌的优先级。\n它保留累积概率接近预定义阈值例如0.5)的令牌,强调那些具有平均信息内容的令牌。\n设置为1.0可禁用该功能。",
"Min P sets a base minimum probability": "最小概率Min P设置了一个基本的最小概率。这个概率会根据概率最高的令牌top token的概率进行缩放。\n例如,如果概率最高的令牌的概率为80%,且最小概率设置为0.1,则只有概率高于8%的令牌会被考虑。\n将最小概率设置为0可以禁用该功能。",
"Top A sets a threshold for token selection based on the square of the highest token probability": "Top A 根据最高令牌概率的平方设置令牌选择的阈值。\n例如,如果 Top-A 值为0.2,且概率最高的令牌的概率为50%,则概率低于5%0.2 × 0.5^2的令牌会被排除在外。\n将 Top A 设置为0可以禁用该功能。",
"Tail-Free Sampling (TFS)": "无尾采样TFS查找分布中概率较低的尾部Token\n 通过分析Token概率的变化率以及二阶导数。Token保留到阈值例如 0.3),取决于统一的二阶导数。\n值越接近 0被拒绝的Token数量就越多。将值设置为 1.0 以禁用。",
"Epsilon cutoff sets a probability floor below which tokens are excluded from being sampled": "Epsilon 截止设置了一个概率下限低于该下限的Token将被排除在样本之外。\n以 1e-4 单位;合适的值为 3。将其设置为 0 以禁用。",
"Scale Temperature dynamically per token, based on the variation of probabilities": "根据概率的变化,动态地调整每个令牌的温度Temperature",
"Top K sets a maximum amount of top tokens that can be chosen from": "Top K 设定了可以选择的最高概率词符的最大数量。",
"Top P (a.k.a. nucleus sampling)": "Top P又称核采样将所有高概率词符聚集在一起直到达到特定的百分比。\n换句话说如果前两个词符分别都有 25% 的概率,而 Top-P 为 0.50,那么只有这两个词符会被考虑。\n将这个值设置为 1.0 就相当于关闭了这个功能。",
"Typical P Sampling prioritizes tokens based on their deviation from the average entropy of the set": "典型P采样会根据词符与整体熵的平均差异来优先选择词符。\n那些累积概率接近特定阈值比如 0.5)的词符会被保留,这样就能区分出那些含有平均信息量的词符。\n将这个值设置为 1.0 就相当于关闭了这个功能。",
"Min P sets a base minimum probability": "Min P 设定了一个基础的最小概率,它会根据最高词符概率来进行优化。\n如果最高词符概率是 80%而Min P设定为 0.1那么只有那些概率高于8%的词符会被考虑。\n将这个值设置为 0 就相当于关闭了这个功能。",
"Top A sets a threshold for token selection based on the square of the highest token probability": "Top A 设定了一个阈值,用于根据最高词符概率的平方来选择词符。\n如果 Top A 设定为 0.2,而最高词符概率是 50%,那么概率低于 5% 的词符会被排除0.2 * 0.5^2。\n将这个值设置为 0 就相当于关闭了这个功能。",
"Tail-Free Sampling (TFS)": "无尾采样TFS通过分析词符概率变化率以及二阶导数来搜索分布中概率较低的尾部词符\n词符会被保留到某个阈值例如 0.3),这取决于统一的二阶导数。\n这个值越接近 0被拒绝的词符数量就越多。将这个值设置为 1.0 就相当于关闭了这个功能。",
"Epsilon cutoff sets a probability floor below which tokens are excluded from being sampled": "ε 截止设置了一个概率下限,低于该下限的词符将被排除在采样之外。\n以 1e-4 单位;合适的值为 3。将其设置为 0 以禁用。",
"Scale Temperature dynamically per token, based on the variation of probabilities": "根据概率的变化动态地缩放每个词符的温度。",
"Minimum Temp": "最小温度",
"Maximum Temp": "最大温度",
"Exponent": "指数",
"Mirostat Mode": "Mirostat 模式",
"Mirostat Tau": "Mirostat Tau",
"Mirostat Eta": "Mirostat Eta",
"Variability parameter for Mirostat outputs": "Mirostat 输出的变性参数",
"Learning rate of Mirostat": "Mirostat 的学习率",
"Strength of the Contrastive Search regularization term. Set to 0 to disable CS": "对比搜索Contrastive Search正则化项的强度。设置为 0 可禁用对比搜索。",
"Temperature Last": "温度采样器后置",
"Use the temperature sampler last": "最后再使用温度采样器。这几乎总是明智的做法。\n当启用时:首先对一组合理的令牌进行采样,然后应用温度来调整它们的相对概率(技术上称为对数概率)。\n当禁用时:首先应用温度来调整所有令牌的相对概率,然后从中采样出合理的令牌。\n禁用会提高分布尾部的概率,这往往会增加得到不连贯响应的几率。",
"LLaMA / Mistral / Yi models only": "仅适用于 LLaMA / Mistral / Yi 模型。请确保首先选择适当的分词器。\n每行输入一个你不希望出现在输出中的序列,可以是文本或 [Token ID]。\n大多数Token前面都有一个空格。如果不确定,请使用Token计数器。",
"Mirostat Tau": "Mirostat τ",
"Mirostat Eta": "Mirostat η",
"Variability parameter for Mirostat outputs": "Mirostat 输出的性参数",
"Learning rate of Mirostat": "Mirostat 的学习率",
"Strength of the Contrastive Search regularization term. Set to 0 to disable CS": "对比搜索正则化项的强度。 将值设置为 0 以禁用对比搜索。",
"Temperature Last": "温度放最后",
"Use the temperature sampler last": "温度采样器放到最后使用。 这通常是合理的。\n当启用时首先进行潜在词符的选择然后应用温度来修正它们的相对概率技术上是对数似然。\n当禁用时首先应用温度来修正所有词符的相对概率然后从中选择潜在词符。\n禁用此项可以增大分布在尾部的词符概率这可能加大得到不相关回复的几率。",
"LLaMA / Mistral / Yi models only": "LLaMA / Mistral / Yi模型专用。首先确保您选择了适当的词符化器。\n这项设置决定了你不想在结果中看到的字符串。\n每行一个字符串。可以是文本或者[词符id]。\n许多词符以空格开头。如果不确定请使用词符计数器。",
"Example: some text [42, 69, 1337]": "例如:\n一些文本\n[42, 69, 1337]",
"Classifier Free Guidance. More helpful tip coming soon": "免费的分类器指导。更多有用的提示即将推出。",
"Scale": "比例",
"Classifier Free Guidance. More helpful tip coming soon": "无分类器指导CFG。更多有用的提示敬请期待。",
"Scale": "缩放比例",
"GBNF Grammar": "GBNF 语法",
"Usage Stats": "使用统计",
"Click for stats!": "点击查看统计!",
@ -53,69 +52,70 @@
"No Repeat Ngram Size": "无重复n-gram大小",
"Min Length": "最小长度",
"OpenAI Reverse Proxy": "OpenAI 反向代理",
"Alternative server URL (leave empty to use the default value).": "备用服务器URL留空以使用默认值。",
"Remove your real OAI API Key from the API panel BEFORE typing anything into this box": "在键入任何内容之前,从API面板中删除您的真实OpenAI API密钥",
"We cannot provide support for problems encountered while using an unofficial OpenAI proxy": "我们无法为使用非官方OpenAI代理时遇到的问题提供支持",
"Legacy Streaming Processing": "传统流处理",
"Alternative server URL (leave empty to use the default value).": "备用服务器 URL留空以使用默认值。",
"Remove your real OAI API Key from the API panel BEFORE typing anything into this box": "在键入任何内容之前,从 API 面板中删除您的真实 OAI API 密钥",
"We cannot provide support for problems encountered while using an unofficial OpenAI proxy": "我们无法为使用非官方 OpenAI 代理时遇到的问题提供支持",
"Legacy Streaming Processing": "旧版流式处理",
"Enable this if the streaming doesn't work with your proxy": "如果流式传输与您的代理不兼容,请启用此选项",
"Context Size (tokens)": "上下文长度Token",
"Max Response Length (tokens)": "最大回复长度Token",
"Context Size (tokens)": "上下文长度(以词符数计)",
"Max Response Length (tokens)": "最大回复长度(以词符数计)",
"Temperature": "温度",
"Frequency Penalty": "频率惩罚",
"Presence Penalty": "存在惩罚",
"Top-p": "Top P",
"Display bot response text chunks as they are generated": "生成时显示机器人响应文本片段",
"Top-p": "Top-p",
"Display bot response text chunks as they are generated": "生成时显示机器人回复的文本片段",
"Top A": "Top A",
"Typical Sampling": "典型采样",
"Tail Free Sampling": "无尾采样",
"Rep. Pen. Slope": "重复惩罚斜率",
"Rep. Pen. Slope": "重复惩罚斜率",
"Single-line mode": "单行模式",
"Top K": "Top K",
"Top P": "Top P",
"Do Sample": "进行采样",
"Add BOS Token": "添加BOS Token",
"Add the bos_token to the beginning of prompts. Disabling this can make the replies more creative": "在提示词的开头添加BOS Token。禁用此功能可以使回复更具创意",
"Ban EOS Token": "禁止EOS Token",
"Ban the eos_token. This forces the model to never end the generation prematurely": "禁止EOS Token。这将强制模型永远不会提前结束生成",
"Skip Special Tokens": "跳过特殊Token",
"Add BOS Token": "添加 BOS 词符",
"Add the bos_token to the beginning of prompts. Disabling this can make the replies more creative": "在提示词的开头添加 bos_token。 禁用此功能可以使回复更具创意",
"Ban EOS Token": "禁止 EOS 词符",
"Ban the eos_token. This forces the model to never end the generation prematurely": "禁止 eos_token。 这将强制模型永远不会提前结束生成",
"Skip Special Tokens": "跳过特殊词符",
"Beam search": "束搜索",
"Number of Beams": "束数量",
"Length Penalty": "长度惩罚",
"Early Stopping": "提前停止",
"Contrastive search": "对比搜索",
"Penalty Alpha": "惩罚Alpha",
"Seed": "Seed 种子",
"Epsilon Cutoff": "Epsilon截断",
"Eta Cutoff": "Eta截断",
"Penalty Alpha": "惩罚系数 α",
"Seed": "种子",
"Epsilon Cutoff": "ε 截断",
"Eta Cutoff": "η 截断",
"Negative Prompt": "负面提示词",
"Mirostat (mode=1 is only for llama.cpp)": "Mirostatmode=1 仅用于 llama.cpp",
"Mirostat is a thermostat for output perplexity": "Mirostat控制输出困惑度的恒温器",
"Add text here that would make the AI generate things you don't want in your outputs.": "在此处添加可能导致AI生成你不想要的内容的文本。",
"Phrase Repetition Penalty": "短语重复惩罚",
"Mirostat is a thermostat for output perplexity": "Mirostat 是输出困惑度的恒温器",
"Add text here that would make the AI generate things you don't want in your outputs.": "请在此处添加文本,以避免生成您不希望出现在输出中的内容。",
"Phrase Repetition Penalty": "短语重复惩罚",
"Preamble": "序文",
"Use style tags to modify the writing style of the output.": "使用样式标签修改输出的写作风格。",
"Banned Tokens": "禁用的Token",
"Sequences you don't want to appear in the output. One per line.": "您不希望出现在输出中的序列。每行一个。",
"Banned Tokens": "禁用的词符",
"Sequences you don't want to appear in the output. One per line.": "您不希望出现在输出中的字符串。 每行一个。",
"AI Module": "AI 模块",
"Changes the style of the generated text.": "更改生成文本的样式。",
"Used if CFG Scale is unset globally, per chat or character": "如果CFG Scale未在全局设置此项将作用于每个聊天或角色",
"Inserts jailbreak as a last system message.": "将jailbreak插入为最后一条系统消息。",
"This tells the AI to ignore its usual content restrictions.": "这告诉AI忽略其通常的内容限制。",
"NSFW Encouraged": "鼓励NSFW",
"Tell the AI that NSFW is allowed.": "告诉AI NSFW是允许的。",
"NSFW Prioritized": "优先NSFW",
"NSFW prompt text goes first in the prompt to emphasize its effect.": "NSFW提示词文本首先出现在提示词中以强调其效果。",
"Used if CFG Scale is unset globally, per chat or character": "如果无分类器指导CFG缩放比例未在全局设置它将作用于每个聊天或每个角色",
"Inserts jailbreak as a last system message.": "将越狱提示词插入为最后一个系统消息。",
"This tells the AI to ignore its usual content restrictions.": "这告诉 AI 忽略其通常的内容限制。",
"NSFW Encouraged": "鼓励 NSFW",
"Tell the AI that NSFW is allowed.": "告诉 AI NSFW 是允许的。",
"NSFW Prioritized": "优先考虑 NSFW",
"NSFW prompt text goes first in the prompt to emphasize its effect.": "NSFW 提示词文本首先出现在提示词中以强调其效果。",
"Streaming": "流式传输",
"Dynamic Temperature": "动态温度",
"Restore current preset": "恢复当前预设",
"Neutralize Samplers": "中和采样器",
"Neutralize Samplers": "置采样器参数为失效值",
"Text Completion presets": "文本补全预设",
"Documentation on sampling parameters": "有关采样参数的文档",
"Set all samplers to their neutral/disabled state.": "将所有采样器设置为中性/禁用状态。",
"Only enable this if your model supports context sizes greater than 4096 tokens": "仅在您的模型支持大于4096 Tokens的上下文长度时启用此选项",
"Display the response bit by bit as it is generated": "随着响应的生成,逐步显示结果",
"Set all samplers to their neutral/disabled state.": "将所有采样器设置为失效/禁用状态。",
"Only enable this if your model supports context sizes greater than 4096 tokens": "仅在您的模型支持大于4096个词符的上下文大小时启用此选项",
"Display the response bit by bit as it is generated": "逐位显示生成的响应",
"Generate only one line per request (KoboldAI only, ignored by KoboldCpp).": "每个请求仅生成一行仅限KoboldAIKoboldCpp不支持。",
"Ban the End-of-Sequence (EOS) token (with KoboldCpp, and possibly also other tokens with KoboldAI).": "禁用序列结束EOSToken使用KoboldCpp可能还包括KoboldAI中的其他Token。",
"Good for story writing, but should not be used for chat and instruct mode.": "适合用于故事写作,但不应用于聊天和指令模式。",
"Ban the End-of-Sequence (EOS) token (with KoboldCpp, and possibly also other tokens with KoboldAI).": "禁止 EOS 词符用KoboldCpp会出现的词符可能还有其他用KoboldAI会出现的词符。",
"Good for story writing, but should not be used for chat and instruct mode.": "适用于写故事,但不应该用于聊天和指导模式。",
"Enhance Definitions": "增强定义",
"Use OAI knowledge base to enhance definitions for public figures and known fictional characters": "使用OpenAI知识库来增强对公众人物和已知虚构角色的定义",
"Wrap in Quotes": "用引号包裹",
@ -123,13 +123,13 @@
"Leave off if you use quotes manually for speech.": "如果您手动使用引号包裹对话,请忽略此项。",
"Main prompt": "主提示词",
"The main prompt used to set the model behavior": "用于设置模型行为的主提示词",
"NSFW prompt": "NSFW提示词",
"Prompt that is used when the NSFW toggle is on": "在NSFW开关打开时使用的提示词",
"NSFW prompt": "NSFW 提示词",
"Prompt that is used when the NSFW toggle is on": "在 NSFW 开关打开时使用的提示词",
"Jailbreak prompt": "越狱提示词",
"Prompt that is used when the Jailbreak toggle is on": "在越狱开关打开时使用的提示词",
"Impersonation prompt": "冒名顶替提示词",
"Prompt that is used for Impersonation function": "用于冒名顶替功能的提示词",
"Logit Bias": "对数偏置",
"Impersonation prompt": "AI帮答提示词",
"Prompt that is used for Impersonation function": "用于AI帮答功能的提示词",
"Logit Bias": "Logit 偏置",
"Helps to ban or reenforce the usage of certain words": "有助于禁止或加强某些单词的使用",
"View / Edit bias preset": "查看/编辑偏置预设",
"Add bias entry": "添加偏置条目",
@ -143,13 +143,13 @@
"Test Message": "发送测试消息",
"API": "API",
"KoboldAI": "KoboldAI",
"Use Horde": "使用 Horde",
"API url": "API URL",
"PygmalionAI/aphrodite-engine": "PygmalionAI/aphrodite-engine (OpenAI API wrapper 模式)",
"Register a Horde account for faster queue times": "注册Horde帐户以减少排队时间",
"Learn how to contribute your idle GPU cycles to the Hord": "了解如何将闲置的GPU算力贡献给Horde",
"Adjust context size to worker capabilities": "根据工作人员的能力调整上下文长度",
"Adjust response length to worker capabilities": "根据工作人员的能力调整响应长度",
"Use Horde": "使用Horde",
"API url": "API地址",
"PygmalionAI/aphrodite-engine": "PygmalionAI/aphrodite-engine用于OpenAI API的包装器",
"Register a Horde account for faster queue times": "注册Horde帐户以加快排队时间",
"Learn how to contribute your idle GPU cycles to the Hord": "了解如何将您的空闲 GPU 时钟周期贡献给 Horde",
"Adjust context size to worker capabilities": "根据工作单元能力调整上下文大小",
"Adjust response length to worker capabilities": "根据工作单元能力调整响应长度",
"API key": "API密钥",
"Tabby API key": "Tabby API密钥",
"Get it here:": "在此获取:",
@ -163,23 +163,23 @@
"Download": "下载",
"TogetherAI API Key": "TogetherAI API密钥",
"-- Connect to the API --": "-- 连接到API --",
"View my Kudos": "查看我的誉",
"View my Kudos": "查看我的誉",
"Enter": "输入",
"to use anonymous mode.": "使用匿名模式。",
"to use anonymous mode.": "使用匿名模式。",
"For privacy reasons": "出于隐私考虑",
"Models": "模型",
"Hold Control / Command key to select multiple models.": "按住Control / Command键选择多个模型。",
"Hold Control / Command key to select multiple models.": "按住 Control / Command 键选择多个模型。",
"Horde models not loaded": "Horde模型未加载",
"Not connected...": "未连接...",
"Novel API key": "Novel AI API密钥",
"Follow": "跟随",
"these directions": "这些说明",
"to get your NovelAI API key.": "获取您的NovelAI API密钥。",
"to get your NovelAI API key.": "获取您的NovelAI API密钥。",
"Enter it in the box below": "在下面的框中输入",
"Novel AI Model": "Novel AI模型",
"If you are using:": "如果您正在使用:",
"oobabooga/text-generation-webui": "oobabooga/text-generation-webui",
"Make sure you run it with": "确保您用以下方式运行它",
"Make sure you run it with": "确保您在运行时加上",
"flag": "标志",
"API key (optional)": "API密钥可选",
"Server url": "服务器URL",
@ -207,10 +207,10 @@
"Alt Method": "备用方法",
"AI21 API Key": "AI21 API密钥",
"AI21 Model": "AI21模型",
"View API Usage Metrics": "查看API使用指标",
"View API Usage Metrics": "查看API使用情况",
"Show External models (provided by API)": "显示外部模型由API提供",
"Bot": "机器人",
"Allow fallback routes": "允许路由回退",
"Allow fallback routes": "允许后备方案",
"Allow fallback routes Description": "如果所选模型无法响应您的请求,则自动选择备用模型。",
"OpenRouter API Key": "OpenRouter API密钥",
"Connect to the API": "连接到API",
@ -228,18 +228,18 @@
"Disable example chats formatting": "禁用示例聊天格式化",
"Disable chat start formatting": "禁用聊天开始格式化",
"Custom Chat Separator": "自定义聊天分隔符",
"Replace Macro in Custom Stopping Strings": "在自定义停止字符串中替换宏",
"Replace Macro in Custom Stopping Strings": "替换自定义停止字符串中的宏",
"Strip Example Messages from Prompt": "从提示词中删除示例消息",
"Story String": "故事字符串",
"Example Separator": "示例分隔符",
"Chat Start": "聊天开始",
"Activation Regex": "启用正则表达式",
"Instruct Mode": "指模式",
"Activation Regex": "激活正则表达式",
"Instruct Mode": "指模式",
"Wrap Sequences with Newline": "用换行符包裹序列",
"Include Names": "包括名称",
"Force for Groups and Personas": "强制适用于群聊和我的角色",
"System Prompt": "系统提示词",
"Instruct Mode Sequences": "指模式序列",
"Instruct Mode Sequences": "指模式序列",
"Input Sequence": "输入序列",
"Output Sequence": "输出序列",
"First Output Sequence": "第一个输出序列",
@ -247,12 +247,12 @@
"System Sequence Prefix": "系统序列前缀",
"System Sequence Suffix": "系统序列后缀",
"Stop Sequence": "停止序列",
"Context Formatting": "上下文格式",
"(Saved to Context Template)": "(保存到上下文模板)",
"Tokenizer": "词器",
"Context Formatting": "上下文格式",
"(Saved to Context Template)": "(保存到上下文模板)",
"Tokenizer": "符化器",
"None / Estimated": "无 / 估计",
"Sentencepiece (LLaMA)": "Sentencepiece (LLaMA)",
"Token Padding": "Token填充",
"Token Padding": "词符填充",
"Save preset as": "另存预设为",
"Always add character's name to prompt": "始终将角色名称添加到提示词",
"Use as Stop Strings": "用作停止字符串",
@ -261,12 +261,12 @@
"Misc. Settings": "其他设置",
"Auto-Continue": "自动继续",
"Collapse Consecutive Newlines": "折叠连续的换行符",
"Allow for Chat Completion APIs": "允许对话补全API",
"Target length (tokens)": "目标长度(Token",
"Allow for Chat Completion APIs": "允许使用聊天补全API",
"Target length (tokens)": "目标长度(以词符数计",
"Keep Example Messages in Prompt": "在提示词中保留示例消息",
"Remove Empty New Lines from Output": "从输出中删除空行",
"Disabled for all models": "对所有模型禁用",
"Automatic (based on model name)": "自动(根据模型名称)",
"Automatic (based on model name)": "自动(基于模型名称)",
"Enabled for all models": "对所有模型启用",
"Anchors Order": "锚定顺序",
"Character then Style": "角色然后样式",
@ -284,14 +284,14 @@
"Budget Cap": "Token预算上限",
"(0 = disabled)": "(0 = 禁用)",
"depth": "深度",
"Token Budget": "Token预算",
"Token Budget": "词符预算",
"budget": "预算",
"Recursive scanning": "递归扫描",
"None": "无",
"User Settings": "用户设置",
"UI Mode": "UI 模式",
"UI Language": "UI 语言",
"MovingUI Preset": "MovingUI 预设",
"UI Language": "语言",
"MovingUI Preset": "可移动UI 预设",
"UI Customization": "UI 自定义",
"Avatar Style": "头像样式",
"Circle": "圆形",
@ -305,14 +305,14 @@
"Waifu Mode": "视觉小说模式",
"Message Timer": "AI回复计时器",
"Model Icon": "模型图标",
"# of messages (0 = disabled)": "消息数量0 = 禁用)",
"# of messages (0 = disabled)": "消息数量0 = 禁用",
"Advanced Character Search": "高级角色搜索",
"Allow {{char}}: in bot messages": "在机器人消息中允许 {{char}}",
"Allow {{user}}: in bot messages": "在机器人消息中允许 {{user}}",
"Show tags in responses": "在响应中显示标签",
"Aux List Field": "辅助列表字段",
"Lorebook Import Dialog": "世界书导入对话框",
"MUI Preset": "可移动UI 预设",
"Lorebook Import Dialog": "传说书导入对话框",
"MUI Preset": "可移动 UI 预设",
"If set in the advanced character definitions, this field will be displayed in the characters list.": "如果在高级角色定义中设置,此字段将显示在角色列表中。",
"Relaxed API URLS": "宽松的API URL",
"Custom CSS": "自定义 CSS",
@ -320,10 +320,10 @@
"Mancer Model": "Mancer 模型",
"API Type": "API 类型",
"Aphrodite API key": "Aphrodite API 密钥",
"Relax message trim in Groups": "宽松的群聊消息修剪",
"Characters Hotswap": "收藏角色卡置顶显示",
"Request token probabilities": "请求Token概率",
"Movable UI Panels": "可移动UI 面板",
"Relax message trim in Groups": "放松群组中的消息修剪",
"Characters Hotswap": "角色卡快速热切换",
"Request token probabilities": "请求词符概率",
"Movable UI Panels": "可移动 UI 面板",
"Reset Panels": "重置面板",
"UI Colors": "UI 颜色",
"Main Text": "主要文本",
@ -409,12 +409,12 @@
"What this keyword should mean to the AI": "这个关键词对 AI 的含义",
"Memo/Note": "备忘录/注释",
"Not sent to AI": "不发送给 AI",
"Constant": "常量",
"Constant": "不变",
"Selective": "选择性",
"Before Char": "角色定义之前",
"After Char": "角色定义之后",
"Insertion Order": "插入顺序",
"Tokens:": "Tokens",
"Tokens:": "词符",
"Disable": "禁用",
"${characterName}": "${角色名称}",
"CHAR": "角色",
@ -425,7 +425,7 @@
"Start new chat": "开始新聊天",
"View past chats": "查看过去的聊天记录",
"Delete messages": "删除消息",
"Impersonate": "冒充",
"Impersonate": "AI 帮答",
"Regenerate": "重新生成",
"PNG": "PNG",
"JSON": "JSON",
@ -437,15 +437,15 @@
"Send this text instead of nothing when the text box is empty.": "当文本框为空时,发送此文本而不是空白。",
"NSFW avoidance prompt": "禁止 NSFW 提示词",
"Prompt that is used when the NSFW toggle is off": "NSFW 开关关闭时使用的提示词",
"Advanced prompt bits": "高级提示词",
"World Info format": "世界格式",
"Wraps activated World Info entries before inserting into the prompt. Use {0} to mark a place where the content is inserted.": "在插入到提示词中之前包裹启用的世界书条目。使用 {0} 标记内容插入的位置。",
"Unrestricted maximum value for the context slider": "上下文长度滑块的最大值无限制,仅在你知道自己在做什么的情况下才启用。",
"Chat Completion Source": "对话补全来源",
"Advanced prompt bits": "高级提示词片段",
"World Info format": "世界信息格式",
"Wraps activated World Info entries before inserting into the prompt. Use {0} to mark a place where the content is inserted.": "在插入到提示词之前包装激活的世界信息条目。使用 {0} 标记内容插入的位置。",
"Unrestricted maximum value for the context slider": "AI可见的最大上下文长度",
"Chat Completion Source": "聊天补全来源",
"Avoid sending sensitive information to the Horde.": "避免向 Horde 发送敏感信息。",
"Review the Privacy statement": "查看隐私声明",
"Learn how to contribute your idel GPU cycles to the Horde": "了解如何将您的空闲 GPU 算力贡献给 Horde",
"Trusted workers only": "仅信任的工作人员",
"Learn how to contribute your idel GPU cycles to the Horde": "了解如何将您的空闲 GPU 时钟周期贡献给 Horde",
"Trusted workers only": "仅信任的工作单元",
"For privacy reasons, your API key will be hidden after you reload the page.": "出于隐私原因,重新加载页面后您的 API 密钥将被隐藏。",
"-- Horde models not loaded --": "-- Horde 模型未加载 --",
"Example: http://127.0.0.1:5000/api ": "示例http://127.0.0.1:5000/api",
@ -460,7 +460,7 @@
"Trim Incomplete Sentences": "修剪不完整的句子",
"Include Newline": "包括换行符",
"Non-markdown strings": "非 Markdown 字符串",
"Replace Macro in Sequences": "在序列中替换宏",
"Replace Macro in Sequences": "替换序列中的宏",
"Presets": "预设",
"Separator": "分隔符",
"Start Reply With": "以...开始回复",
@ -479,8 +479,8 @@
"Custom": "自定义",
"Title A-Z": "标题 A-Z",
"Title Z-A": "标题 Z-A",
"Tokens ↗": "Token ↗",
"Tokens ↘": "Token ↘",
"Tokens ↗": "词符 ↗",
"Tokens ↘": "词符 ↘",
"Depth ↗": "深度 ↗",
"Depth ↘": "深度 ↘",
"Order ↗": "顺序 ↗",
@ -499,6 +499,7 @@
"Alert On Overflow": "溢出警报",
"World/Lore Editor": "世界书编辑器",
"--- None ---": "--- 无 ---",
"Comma seperated (ignored if empty)": "逗号分隔(如果为空则忽略)",
"Use Probability": "使用概率",
"Exclude from recursion": "从递归中排除",
"Entry Title/Memo": "条目标题/备忘录",
@ -513,7 +514,7 @@
"Probability:": "概率:",
"Update a theme file": "更新主题文件",
"Save as a new theme": "另存为新主题",
"Minimum number of blacklisted words detected to trigger an auto-swipe": "触发自动滑动的检测到的黑名单词汇的最小数量",
"Minimum number of blacklisted words detected to trigger an auto-swipe": "触发自动滑动刷新回复所需检测到的最少违禁词数量。",
"Delete Entry": "删除条目",
"User Message Blur Tint": "用户消息模糊色调",
"AI Message Blur Tint": "AI 消息模糊色调",
@ -521,7 +522,7 @@
"Chat Background": "聊天背景",
"UI Background": "UI 背景",
"Mad Lab Mode": "疯狂实验室模式",
"Show Message Token Count": "显示消息Token计数",
"Show Message Token Count": "显示消息词符数",
"Compact Input Area (Mobile)": "紧凑输入区域(移动端)",
"Zen Sliders": "禅意滑块",
"UI Border": "UI 边框",
@ -531,7 +532,7 @@
"Tags as Folders": "标签作为文件夹",
"Chat Truncation": "聊天截断",
"(0 = unlimited)": "(0 = 无限制)",
"Streaming FPS": "流媒体帧速率",
"Streaming FPS": "流式传输帧速率",
"Gestures": "手势",
"Message IDs": "显示消息编号",
"Prefer Character Card Prompt": "角色卡提示词优先",
@ -539,15 +540,15 @@
"Press Send to continue": "按发送键以继续",
"Quick 'Continue' button": "快速“继续”按钮",
"Log prompts to console": "将提示词记录到控制台",
"Never resize avatars": "不调整头像大小",
"Never resize avatars": "不调整头像大小",
"Show avatar filenames": "显示头像文件名",
"Import Card Tags": "导入卡片标签",
"Confirm message deletion": "删除消息前确认",
"Spoiler Free Mode": "隐藏角色卡信息",
"Auto-swipe": "自动滑动",
"Minimum generated message length": "生成的消息的最小长度",
"Blacklisted words": "黑名单词",
"Blacklisted word count to swipe": "滑动的黑名单词汇数量",
"Blacklisted words": "黑名单词",
"Blacklisted word count to swipe": "触发滑动的黑名单词语数量",
"Reload Chat": "重新加载聊天",
"Search Settings": "搜索设置",
"Disabled": "已禁用",
@ -558,15 +559,15 @@
"Disables animations and transitions": "禁用动画和过渡效果",
"removes blur from window backgrounds": "从窗口背景中移除模糊效果",
"Remove text shadow effect": "移除文本阴影效果",
"Reduce chat height, and put a static sprite behind the chat window": "减少聊天高度,并在聊天窗口后放置静态精灵",
"Always show the full list of the Message Actions context items for chat messages, instead of hiding them behind '...'": "始终显示聊天消息的操作菜单完整列表,而不是隐藏它们在“…”后面",
"Alternative UI for numeric sampling parameters with fewer steps": "用于数字采样参数的备用用户界面,步骤较少",
"Entirely unrestrict all numeric sampling parameters": "完全取消限制所有数字采样参数",
"Time the AI's message generation, and show the duration in the chat log": "记录AI消息生成的时间并在聊天日志中显示持续时间",
"Reduce chat height, and put a static sprite behind the chat window": "缩小聊天窗口的高度,并在聊天窗口后面放置一个固定的精灵图像。",
"Always show the full list of the Message Actions context items for chat messages, instead of hiding them behind '...'": "始终显示聊天消息的操作菜单完整列表,而不是将它们隐藏在“...”后面",
"Alternative UI for numeric sampling parameters with fewer steps": "为数值采样参数提供一个步骤更少的替代用户界面。",
"Entirely unrestrict all numeric sampling parameters": "完全解除所有数字采样参数的限制",
"Time the AI's message generation, and show the duration in the chat log": "对 AI 生成消息的时间进行计时,并在聊天记录中显示持续时间。",
"Show a timestamp for each message in the chat log": "在聊天日志中为每条消息显示时间戳",
"Show an icon for the API that generated the message": "为生成消息的API显示图标",
"Show sequential message numbers in the chat log": "在聊天日志中显示连续的消息编号",
"Show the number of tokens in each message in the chat log": "在聊天日志中显示每条消息中的Token数",
"Show the number of tokens in each message in the chat log": "在聊天日志中显示每条消息中的词符数",
"Single-row message input area. Mobile only, no effect on PC": "单行消息输入区域。仅适用于移动设备对PC无影响",
"In the Character Management panel, show quick selection buttons for favorited characters": "在角色管理面板中,显示快速选择按钮以选择收藏的角色",
"Show tagged character folders in the character list": "在角色列表中显示已标记的角色文件夹",
@ -576,41 +577,41 @@
"Ask to import the World Info/Lorebook for every new character with embedded lorebook. If unchecked, a brief message will be shown instead": "询问是否为每个具有嵌入的世界书的新角色导入世界书。如果未选中,则会显示简短的消息",
"Restore unsaved user input on page refresh": "在页面刷新时恢复未保存的用户输入",
"Allow repositioning certain UI elements by dragging them. PC only, no effect on mobile": "允许通过拖动重新定位某些UI元素。仅适用于PC对移动设备无影响",
"MovingUI preset. Predefined/saved draggable positions": "MovingUI预设。预定义/保存的可拖动位置",
"Save movingUI changes to a new file": "将movingUI更改保存到新文件中",
"MovingUI preset. Predefined/saved draggable positions": "可移动UI预设。预定义/保存的可拖动位置",
"Save movingUI changes to a new file": "将可移动UI更改保存到新文件中",
"Apply a custom CSS style to all of the ST GUI": "将自定义CSS样式应用于所有ST GUI",
"Use fuzzy matching, and search characters in the list by all data fields, not just by a name substring": "使用模糊匹配,在列表中通过所有数据字段搜索字符,而不仅仅是名称子字符串",
"If checked and the character card contains a prompt override (System Prompt), use that instead": "如果角色卡包含提示词,则使用它替代系统提示词",
"If checked and the character card contains a jailbreak override (Post History Instruction), use that instead": "如果角色卡包含越狱(后置历史记录指令),则使用它替代系统越狱",
"Avoid cropping and resizing imported character images. When off, crop/resize to 400x600": "避免裁剪和放大导入的角色图像。关闭时,裁剪/放大为400x600",
"Show actual file names on the disk, in the characters list display only": "仅在磁盘上显示实际文件名,在角色列表显示中",
"Show actual file names on the disk, in the characters list display only": "在角色列表显示中,显示磁盘上实际的文件名。",
"Prompt to import embedded card tags on character import. Otherwise embedded tags are ignored": "在导入角色时提示词导入嵌入式卡片标签。否则,嵌入式标签将被忽略",
"Hide character definitions from the editor panel behind a spoiler button": "将角色定义从编辑面板隐藏在一个剧透按钮后面",
"Hide character definitions from the editor panel behind a spoiler button": "在编辑器面板中,将角色定义隐藏在一个剧透按钮后面",
"Show a button in the input area to ask the AI to continue (extend) its last message": "在输入区域中显示一个按钮询问AI是否继续延长其上一条消息",
"Show arrow buttons on the last in-chat message to generate alternative AI responses. Both PC and mobile": "在最后一条聊天消息上显示箭头按钮以生成替代的AI响应。PC和移动设备均可",
"Show arrow buttons on the last in-chat message to generate alternative AI responses. Both PC and mobile": "在聊天窗口的最后一条信息上显示箭头按钮以生成AI的其他回复选项。适用于电脑和手机端。",
"Allow using swiping gestures on the last in-chat message to trigger swipe generation. Mobile only, no effect on PC": "允许在最后一条聊天消息上使用滑动手势触发滑动生成。仅适用于移动设备对PC无影响",
"Save edits to messages without confirmation as you type": "在键入时保存对消息的编辑而无需确认",
"Render LaTeX and AsciiMath equation notation in chat messages. Powered by KaTeX": "在聊天消息中渲染LaTeX和AsciiMath方程式符号。由KaTeX提供支持",
"Disalow embedded media from other domains in chat messages": "在聊天消息中禁止来自其他域的嵌入式媒体",
"Skip encoding and characters in message text, allowing a subset of HTML markup as well as Markdown": "跳过消息文本中的编码和字符允许一部分HTML标记以及Markdown",
"Allow AI messages in groups to contain lines spoken by other group members": "允许组中的AI消息包含其他组成员说的话",
"Requests logprobs from the API for the Token Probabilities feature": "为Token Probabilities功能从API请求logprobs",
"Requests logprobs from the API for the Token Probabilities feature": "从API请求对数概率数据用于实现词符概率功能。",
"Automatically reject and re-generate AI message based on configurable criteria": "根据可配置的条件自动拒绝并重新生成AI消息",
"Enable the auto-swipe function. Settings in this section only have an effect when auto-swipe is enabled": "启用自动滑动功能。仅当启用自动滑动时,本节中的设置才会生效",
"If the generated message is shorter than this, trigger an auto-swipe": "如果生成的消息短于此长度,则触发自动滑动",
"Reload and redraw the currently open chat": "重新加载和重绘当前打开的聊天",
"Reload and redraw the currently open chat": "重新加载并重新渲染当前打开的聊天",
"Auto-Expand Message Actions": "自动展开消息操作菜单",
"Not Connected": "未连接",
"Persona Management": "我的角色管理",
"Persona Description": "我的角色描述",
"Your Persona": "我的角色",
"Show notifications on switching personas": "切换我的角色时显示通知",
"Persona Management": "人设管理",
"Persona Description": "人设描述",
"Your Persona": "您的人设",
"Show notifications on switching personas": "切换人设时显示通知",
"Blank": "空白",
"In Story String / Chat Completion: Before Character Card": "故事模式/对话补全模式:在角色卡之前",
"In Story String / Chat Completion: After Character Card": "故事模式/对话补全模式:在角色卡之后",
"In Story String / Prompt Manager": "在故事字符串/提示词管理器",
"Top of Author's Note": "作者注的顶部",
"Bottom of Author's Note": "作者注的底部",
"In Story String / Chat Completion: Before Character Card": "在故事字符串/聊天补全模式中:在角色卡之前",
"In Story String / Chat Completion: After Character Card": "在故事字符串/聊天补全模式中:在角色卡之后",
"In Story String / Prompt Manager": "在故事字符串/提示词管理器",
"Top of Author's Note": "作者注的顶部",
"Bottom of Author's Note": "作者注的底部",
"How do I use this?": "怎样使用?",
"More...": "更多...",
"Link to World Info": "链接到世界书",
@ -642,19 +643,19 @@
"ATTENTION!": "注意!",
"Samplers Order": "采样器顺序",
"Samplers will be applied in a top-down order. Use with caution.": "采样器将按自上而下的顺序应用。请谨慎使用。",
"Repetition Penalty": "重复惩罚",
"Rep. Pen. Range.": "重复惩罚范围",
"Rep. Pen. Freq.": "重复惩罚频率",
"Rep. Pen. Presence": "重复惩罚存在",
"Repetition Penalty": "重复惩罚",
"Rep. Pen. Range.": "重复惩罚范围",
"Rep. Pen. Freq.": "频率重复惩罚",
"Rep. Pen. Presence": "存在重复惩罚",
"Enter it in the box below:": "在下面的框中输入它:",
"separate with commas w/o space between": "用逗号分隔,不要空格",
"Document": "文档",
"Suggest replies": "建议回复",
"Show suggested replies. Not all bots support this.": "显示建议的回复。并非所有机器人都支持此功能。",
"Use 'Unlocked Context' to enable chunked generation.": "使用'Unlocked Context'启用分块生成。",
"It extends the context window in exchange for reply generation speed.": "它以回复生成速度为代价,扩展了上下文窗口",
"Use 'Unlocked Context' to enable chunked generation.": "使用“解锁上下文”以启用分块生成。",
"It extends the context window in exchange for reply generation speed.": "它通过牺牲回复生成的速度来扩展上下文窗口。",
"Continue": "继续",
"CFG Scale": "CFG Scale",
"CFG Scale": "CFG缩放",
"Editing:": "编辑:",
"AI reply prefix": "AI回复前缀",
"Custom Stopping Strings": "自定义停止字符串",
@ -665,8 +666,8 @@
"Enter your name": "输入您的名字",
"Name this character": "为这个角色命名",
"Search / Create Tags": "搜索/创建标签",
"Describe your character's physical and mental traits here.": "在这里描述您角色的身体和心理特征。",
"This will be the first message from the character that starts every chat.": "这将是每次开始对话时角色的第一条消息。",
"Describe your character's physical and mental traits here.": "在这里描述您角色的身体和精神特征。",
"This will be the first message from the character that starts every chat.": "这将是角色在每次聊天开始时发送的第一条消息。",
"Chat Name (Optional)": "聊天名称(可选)",
"Filter...": "过滤...",
"Search...": "搜索...",
@ -685,13 +686,13 @@
"Comma separated (required)": "逗号分隔(必填)",
"Comma separated (ignored if empty)": "逗号分隔(如果为空则忽略)",
"What this keyword should mean to the AI, sent verbatim": "这个关键词对AI的含义逐字发送",
"Filter to Character(s)": "过滤到角色",
"Character Exclusion": "角色排除",
"Inclusion Group": "包含组",
"Only one entry with the same label will be activated": "只有一个带有相同标签的条目将被启用",
"Filter to Character(s)": "应用到角色",
"Character Exclusion": "反选角色",
"Inclusion Group": "包含组",
"Only one entry with the same label will be activated": "只有一个带有相同标签的条目将被激活",
"-- Characters not found --": "-- 未找到角色 --",
"Not sent to the AI": "不发送到AI",
"(This will be the first message from the character that starts every chat)": "(这将是每次开始对话时角色的第一条消息。)",
"(This will be the first message from the character that starts every chat)": "(这将是角色在每次聊天开始时发送的第一条消息。)",
"Not connected to API!": "未连接到API",
"AI Response Configuration": "AI响应配置",
"AI Configuration panel will stay open": "AI配置面板将保持打开",
@ -700,11 +701,11 @@
"Import preset": "导入预设",
"Export preset": "导出预设",
"Delete the preset": "删除预设",
"Auto-select this preset for Instruct Mode": "为指令模式自动选择此预设",
"Auto-select this preset for Instruct Mode": "在指示模式下自动选择此预设",
"Auto-select this preset on API connection": "在API连接时自动选择此预设",
"NSFW block goes first in the resulting prompt": "结果提示词中首先是NSFW块",
"Enables OpenAI completion streaming": "启用OpenAI补全流式传输",
"Wrap user messages in quotes before sending": "在发送之前将用户消息用引号包裹起来",
"NSFW block goes first in the resulting prompt": "结果提示词中NSFW部分放在最前面",
"Enables OpenAI completion streaming": "启用OpenAI文本补全流式传输",
"Wrap user messages in quotes before sending": "在发送之前将用户消息用引号起来",
"Restore default prompt": "恢复默认提示词",
"New preset": "新预设",
"Delete preset": "删除预设",
@ -712,15 +713,15 @@
"Restore default reply": "恢复默认回复",
"Restore defaul note": "恢复默认备注",
"API Connections": "API连接",
"Can help with bad responses by queueing only the approved workers. May slowdown the response time.": "可以通过仅将批准的工作人员加入排队来帮助处理不良响应。可能会延长响应时间。",
"Can help with bad responses by queueing only the approved workers. May slowdown the response time.": "可以通过仅排队批准的工作单元来帮助处理不良回复。这可能会减慢回复速度。",
"Clear your API key": "清除您的API密钥",
"Refresh models": "刷新模型",
"Get your OpenRouter API token using OAuth flow. You will be redirected to openrouter.ai": "使用OAuth流程获取您的OpenRouter API Token。您将被重定向到openrouter.ai",
"Verifies your API connection by sending a short test message. Be aware that you'll be credited for it!": "通过发送简短的测试消息验证您的API连接。请注意这也将被纳入计费",
"Get your OpenRouter API token using OAuth flow. You will be redirected to openrouter.ai": "使用OAuth流程获取您的OpenRouter API令牌。您将被重定向到openrouter.ai",
"Verifies your API connection by sending a short test message. Be aware that you'll be credited for it!": "通过发送简短的测试消息验证您的API连接。请注意您将因此而消耗额度",
"Create New": "新建",
"Edit": "编辑",
"Locked = World Editor will stay open": "锁定 = 世界编辑器将保持打开状态",
"Entries can activate other entries by mentioning their keywords": "条目可以通过提及对应的关键字来启用其他条目",
"Locked = World Editor will stay open": "锁定 = 世界编辑器将保持打开状态",
"Entries can activate other entries by mentioning their keywords": "条目可以通过提及它们的关键字来激活其他条目",
"Lookup for the entry keys in the context will respect the case": "在上下文中查找条目键将保持大小写敏感",
"If the entry key consists of only one word, it would not be matched as part of other words": "如果条目键只由一个单词组成,则不会作为其他单词的一部分匹配",
"Open all Entries": "打开所有条目",
@ -749,11 +750,11 @@
"Click to set a new User Name": "点击设置新的用户名",
"Click to lock your selected persona to the current chat. Click again to remove the lock.": "单击以将您选择的我的角色锁定到当前聊天。再次单击以移除锁定。",
"Click to set user name for all messages": "点击为所有消息设置用户名",
"Create a dummy persona": "创建虚拟我的角色",
"Create a dummy persona": "创建空人设",
"Character Management": "角色管理",
"Locked = Character Management panel will stay open": "锁定 = 角色管理面板将保持打开状态",
"Locked = Character Management panel will stay open": "锁定 = 角色管理面板将保持打开状态",
"Select/Create Characters": "选择/创建角色",
"Token counts may be inaccurate and provided just for reference.": "Token计数可能不准确,仅供参考。",
"Token counts may be inaccurate and provided just for reference.": "词符计数可能不准确,仅供参考。",
"Click to select a new avatar for this character": "单击以为此角色选择新的头像",
"Example: [{{user}} is a 28-year-old Romanian cat girl.]": "示例:[{{user}}是一个28岁的罗马尼亚猫娘。]",
"Toggle grid view": "切换网格视图",
@ -767,13 +768,13 @@
"View all tags": "查看所有标签",
"Click to set additional greeting messages": "单击以设置其他问候消息",
"Show / Hide Description and First Message": "显示/隐藏描述和第一条消息",
"Click to select a new avatar for this group": "单击以为该组选择新的头像",
"Click to select a new avatar for this group": "单击以为该组选择新的头像",
"Set a group chat scenario": "设置群组聊天场景",
"Restore collage avatar": "恢复拼贴头像",
"Create New Character": "新建角色",
"Import Character from File": "从文件导入角色",
"Import content from external URL": "从外部URL导入内容",
"Create New Chat Group": "创建新的聊",
"Create New Chat Group": "创建新的天群组",
"Characters sorting order": "角色排序顺序",
"Add chat injection": "添加聊天注入",
"Remove injection": "移除注入",
@ -810,21 +811,21 @@
"Move up": "向上移动",
"Move down": "向下移动",
"View character card": "查看角色卡片",
"Remove from group": "从组中移除",
"Add to group": "添加到组中",
"Remove from group": "从组中移除",
"Add to group": "添加到组中",
"Add": "添加",
"Abort request": "中止请求",
"Send a message": "发送消息",
"Ask AI to write your message for you": "请求AI为您撰写消息",
"Continue the last message": "继续上一条消息",
"Bind user name to that avatar": "将用户名称绑定到该头像",
"Select this as default persona for the new chats.": "将这个设置为新聊天的默认我的角色。",
"Change persona image": "更改我的角色头像",
"Delete persona": "删除我的角色",
"Select this as default persona for the new chats.": "选择此项作为新聊天的默认人设。",
"Change persona image": "更改人设头像",
"Delete persona": "删除人设",
"Reduced Motion": "减少动态效果",
"Auto-select": "自动选择",
"Automatically select a background based on the chat context": "根据聊天上下文自动选择背景",
"Filter": "过滤器",
"Filter": "搜索",
"Exclude message from prompts": "从提示词中排除消息",
"Include message in prompts": "将消息包含在提示词中",
"Create checkpoint": "创建检查点",
@ -835,7 +836,7 @@
"Sampler Priority": "采样器优先级",
"Ooba only. Determines the order of samplers.": "确定采样器的顺序仅适用于Ooba",
"Load default order": "加载默认顺序",
"Max Tokens Second": "每秒最大Token数",
"Max Tokens Second": "每秒最大词符数",
"CFG": "CFG",
"No items": "无项目",
"Extras API key (optional)": "扩展API密钥可选",
@ -843,17 +844,17 @@
"Toggle character grid view": "切换角色网格视图",
"Bulk edit characters": "批量编辑角色",
"Bulk delete characters": "批量删除角色",
"Favorite characters to add them to HotSwaps": "将角色收藏以将它们添加到HotSwaps",
"Favorite characters to add them to HotSwaps": "收藏角色以将它们添加到快速热切换区",
"Underlined Text": "下划线文本",
"Token Probabilities": "Token概率",
"Token Probabilities": "词符概率",
"Close chat": "关闭聊天",
"Manage chat files": "管理聊天文件",
"Import Extension From Git Repo": "从Git存储库导入扩展",
"Install extension": "安装扩展",
"Manage extensions": "管理扩展",
"Tokens persona description": "我的角色描述 Tokens",
"Most tokens": "最多Tokens",
"Least tokens": "最少Tokens",
"Tokens persona description": "人设描述词符数",
"Most tokens": "最多词符",
"Least tokens": "最少词符",
"Random": "随机",
"Skip Example Dialogues Formatting": "跳过示例对话格式化",
"Import a theme file": "导入主题文件",
@ -862,13 +863,13 @@
"Display the response bit by bit as it is generated.": "随着响应的生成,逐步显示结果。",
"When this is off, responses will be displayed all at once when they are complete.": "当此选项关闭时,响应将在完成后一次性显示。",
"Quick Prompts Edit": "快速提示词编辑",
"Enable OpenAI completion streaming": "启用OpenAI流式传输补全",
"Enable OpenAI completion streaming": "启用OpenAI文本补全流式传输",
"Main": "主要",
"Utility Prompts": "实用提示词",
"Add character names": "添加角色名称",
"Send names in the message objects. Helps the model to associate messages with characters.": "在消息对象中发送名称有助于模型将消息与角色关联起来。",
"Continue prefill": "继续预填充",
"Continue sends the last message as assistant role instead of system message with instruction.": "继续以AI助手的角色发送最后一条消息而不是带有指令的系统消息。",
"Send names in the message objects. Helps the model to associate messages with characters.": "在消息对象中发送名称有助于模型将消息与角色关联起来。",
"Continue prefill": "继续预填充",
"Continue sends the last message as assistant role instead of system message with instruction.": "继续发送的是作为助手角色的最后一条消息,而不是带有指示的系统消息。",
"Squash system messages": "压缩系统消息",
"Combines consecutive system messages into one (excluding example dialogues). May improve coherence for some models.": "将连续的系统消息合并为一条(不包括示例对话),可能会提高一些模型的连贯性。",
"Send inline images": "发送内联图像",
@ -877,14 +878,14 @@
"Use system prompt (Claude 2.1+ only)": "使用系统提示词仅适用于Claude 2.1+",
"Send the system prompt for supported models. If disabled, the user message is added to the beginning of the prompt.": "为支持的模型发送系统提示词。如果禁用,则用户消息将添加到提示词的开头。",
"Prompts": "提示词",
"Total Tokens:": "总Token数:",
"Total Tokens:": "总词符数:",
"Insert prompt": "插入提示词",
"Delete prompt": "删除提示词",
"Import a prompt list": "导入提示词列表",
"Export this prompt list": "导出此提示词列表",
"Reset current character": "重置当前角色",
"New prompt": "新提示词",
"Tokens": "Tokens",
"Tokens": "词符数",
"Want to update?": "获取最新版本",
"How to start chatting?": "如何快速开始聊天?",
"Click": "点击",
@ -893,7 +894,7 @@
"and pick a character": "并选择一个角色",
"in the chat bar": "在聊天框中",
"Confused or lost?": "获取更多帮助?",
"click these icons!": "点击这个图标",
"click these icons!": "点击这些图标!",
"SillyTavern Documentation Site": "SillyTavern帮助文档",
"Extras Installation Guide": "扩展安装指南",
"Still have questions?": "仍有疑问?",
@ -910,9 +911,9 @@
"Medium": "中",
"Aggressive": "激进",
"Very aggressive": "非常激进",
"Eta cutoff is the main parameter of the special Eta Sampling technique.\nIn units of 1e-4; a reasonable value is 3.\nSet to 0 to disable.\nSee the paper Truncation Sampling as Language Model Desmoothing by Hewitt et al. (2022) for details.": "Eta截止是特殊Eta采样技术的主要参数。\n以1e-4为单位合理的值为3。\n设置为0以禁用。\n有关详细信息请参阅Hewitt等人的论文 Truncation Sampling as Language Model Desmoothing (2022)",
"Learn how to contribute your idle GPU cycles to the Horde": "了解如何将您的空闲GPU算力分享给Horde",
"Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.": "通过其API为Google模型使用适当的分词器。处理速度较慢但提供更准确的Token计数。",
"Eta cutoff is the main parameter of the special Eta Sampling technique.&#13;In units of 1e-4; a reasonable value is 3.&#13;Set to 0 to disable.&#13;See the paper Truncation Sampling as Language Model Desmoothing by Hewitt et al. (2022) for details.": "η截止是特殊η采样技术的主要参数。&#13;以1e-4为单位合理的值为3。&#13;设置为0以禁用。&#13;有关详细信息请参阅Hewitt等人的论文《Truncation Sampling as Language Model Desmoothing》2022年",
"Learn how to contribute your idle GPU cycles to the Horde": "了解如何将您的空闲GPU时钟周期共享给Horde",
"Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.": "通过其API为Google模型使用适当的词符化器。处理速度较慢,但提供更准确的词符计数。",
"Load koboldcpp order": "加载koboldcpp顺序",
"Use Google Tokenizer": "使用Google词器"
"Use Google Tokenizer": "使用Google符化器"
}