SillyTavern/public/locales/zh-cn.json

1459 lines
96 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Favorite": "星标",
"Tag": "标签",
"Duplicate": "复制",
"Persona": "角色",
"Delete": "删除",
"AI Response Configuration": "AI响应配置",
"AI Configuration panel will stay open": "AI配置面板将保持打开",
"clickslidertips": "单击滑块以手动输入值。",
"MAD LAB MODE ON": "疯狂实验室模式开启",
"Documentation on sampling parameters": "有关采样参数的文档",
"kobldpresets": "Kobold 预设",
"guikoboldaisettings": "KoboldAI 用户界面设置",
"Update current preset": "更新当前预设",
"Save preset as": "另存预设为",
"Import preset": "导入预设",
"Export preset": "导出预设",
"Restore current preset": "恢复当前预设",
"Delete the preset": "删除预设",
"novelaipresets": "NovelAI 预设",
"Default": "默认",
"openaipresets": "对话补全预设",
"Text Completion presets": "文本补全预设",
"AI Module": "AI 模块",
"Changes the style of the generated text.": "更改生成文本的样式。",
"No Module": "无模块",
"Instruct": "指导",
"Prose Augmenter": "散文增强器",
"Text Adventure": "文字冒险",
"response legth(tokens)": "响应长度(以词符数计)",
"Streaming": "流式传输",
"Streaming_desc": "逐位显示生成的响应",
"context size(tokens)": "上下文长度(以词符数计)",
"unlocked": "解锁",
"Only enable this if your model supports context sizes greater than 4096 tokens": "仅在您的模型支持大于4096个词符的上下文大小时启用此选项",
"Max prompt cost:": "最大提示费用:",
"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.": "当此选项关闭时,响应将在完成后一次性显示。",
"Temperature": "温度",
"rep.pen": "重复度惩罚",
"Rep. Pen. Range.": "重复度惩罚范围。",
"Rep. Pen. Slope": "重复度惩罚斜率",
"Rep. Pen. Freq.": "频率重复度惩罚",
"Rep. Pen. Presence": "存在重复度惩罚",
"TFS": "无尾采样",
"Phrase Repetition Penalty": "短语重复度惩罚",
"Off": "关闭",
"Very light": "非常轻",
"Light": "轻",
"Medium": "中",
"Aggressive": "激进",
"Very aggressive": "非常激进",
"Unlocked Context Size": "解锁上下文长度",
"Unrestricted maximum value for the context slider": "AI可见的最大上下文长度",
"Context Size (tokens)": "上下文长度(以词符数计)",
"Max Response Length (tokens)": "最大回复长度(以词符数计)",
"Multiple swipes per generation": "每次生成多个备选项",
"Enable OpenAI completion streaming": "启用OpenAI文本补全流式传输",
"Enable Cohere web-search connector": "启用 Cohere 网络搜索连接器",
"Web-search": "联网搜索",
"Allow the model to use the web-search connector.": "允许模型使用联网搜索。",
"Frequency Penalty": "频率惩罚",
"Presence Penalty": "存在惩罚",
"Count Penalty": "计数惩罚",
"Top K": "Top K",
"Top P": "Top P",
"Repetition Penalty": "重复度惩罚",
"Min P": "最小P",
"Top A": "Top A",
"Quick Prompts Edit": "快速提示词编辑",
"Main": "主要",
"NSFW": "不适合上班时间",
"Jailbreak": "越狱",
"Utility Prompts": "实用提示词",
"Impersonation prompt": "AI帮答提示词",
"Restore default prompt": "恢复默认提示词",
"Prompt that is used for Impersonation function": "用于AI帮答功能的提示词",
"World Info Format Template": "世界信息格式模板",
"Restore default format": "恢复默认格式",
"Wraps activated World Info entries before inserting into the prompt.": "在插入提示之前包装激活的世界信息条目。",
"scenario_format_template_part_1": "使用",
"scenario_format_template_part_2": "标记插入内容的位置。",
"Scenario Format Template": "场景格式模板",
"Personality Format Template": "个性格式模板",
"Group Nudge Prompt Template": "群组提醒提示模板",
"Sent at the end of the group chat history to force reply from a specific character.": "在群聊历史结束时发送,强制特定角色回复。",
"New Chat": "新聊天",
"Restore new chat prompt": "恢复新的聊天提示",
"Set at the beginning of the chat history to indicate that a new chat is about to start.": "设置在聊天历史的开头,表示新的聊天即将开始。",
"New Group Chat": "新群聊",
"Restore new group chat prompt": "恢复默认提示",
"Set at the beginning of the chat history to indicate that a new group chat is about to start.": "设置在聊天记录的开头,表示新的群聊即将开始。",
"New Example Chat": "新示例聊天",
"Set at the beginning of Dialogue examples to indicate that a new example chat is about to start.": "设置在对话示例的开头,以表明新的示例聊天即将开始。",
"Continue nudge": "继续推动",
"Set at the end of the chat history when the continue button is pressed.": "当按下继续按钮时在聊天记录的末尾设置。",
"Replace empty message": "替换空消息",
"Send this text instead of nothing when the text box is empty.": "当文本框为空时,发送此文本而不是空白。",
"Seed": "种子",
"Set to get deterministic results. Use -1 for random seed.": "设置为确定性结果。使用 -1 为随机种子。",
"Temperature controls the randomness in token selection": "温度控制词符选择中的随机性:\n- 低温(<1.0)导致更可预测的文本,优先选择高概率的词符。\n- 高温(>1.0)鼓励创造性和输出的多样性,更多地选择低概率的词符。\n将值设置为 1.0 以使用原始概率。",
"Top_K_desc": "Top K 设定了可以选择的最高概率词符的最大数量。",
"Top_P_desc": "Top P又称核采样将所有高概率词符聚集在一起直到达到特定的百分比。\n换句话说如果前两个词符分别都有 25% 的概率,而 Top-P 为 0.50,那么只有这两个词符会被考虑。\n将这个值设置为 1.0 就相当于关闭了这个功能。",
"Typical P": "典型P",
"Typical_P_desc": "典型P采样会根据词符与整体熵的平均差异来优先选择词符。\n那些累积概率接近特定阈值比如 0.5)的词符会被保留,这样就能区分出那些含有平均信息量的词符。\n将这个值设置为 1.0 就相当于关闭了这个功能。",
"Min_P_desc": "Min P 设定了一个基础的最小概率,它会根据最高词符概率来进行优化。\n如果最高词符概率是 80%而Min P设定为 0.1那么只有那些概率高于8%的词符会被考虑。\n将这个值设置为 0 就相当于关闭了这个功能。",
"Top_A_desc": "Top A 设定了一个阈值,用于根据最高词符概率的平方来选择词符。\n如果 Top A 设定为 0.2,而最高词符概率是 50%,那么概率低于 5% 的词符会被排除0.2 * 0.5^2。\n将这个值设置为 0 就相当于关闭了这个功能。",
"Tail_Free_Sampling_desc": "无尾采样TFS通过分析词符概率变化率以及二阶导数来搜索分布中概率较低的尾部词符\n词符会被保留到某个阈值例如 0.3),这取决于统一的二阶导数。\n这个值越接近 0被拒绝的词符数量就越多。将这个值设置为 1.0 就相当于关闭了这个功能。",
"rep.pen range": "重复度惩罚范围",
"Mirostat": "Mirostat",
"Mode": "模式",
"Mirostat_Mode_desc": "值为 0 表示完全禁用 Mirostat。1 表示 Mirostat 1.02 表示 Mirostat 2.0",
"Tau": "牛头",
"Mirostat_Tau_desc": "控制 Mirostat 输出的变化",
"Eta": "埃塔",
"Mirostat_Eta_desc": "控制 Mirostat 的学习率",
"Ban EOS Token": "禁止 EOS 词符",
"Ban_EOS_Token_desc": "禁止使用 KoboldCpp 的序列结束 (EOS) 词符(可能还禁止使用 KoboldAI 的其他词符)。适合故事写作,但不应用于聊天和指导模式。",
"GBNF Grammar": "GBNF 语法",
"Type in the desired custom grammar": "输入所需的自定义语法",
"Samplers Order": "采样器顺序",
"Samplers will be applied in a top-down order. Use with caution.": "采样器将按自上而下的顺序应用。请谨慎使用。",
"Tail Free Sampling": "无尾采样",
"Load koboldcpp order": "加载koboldcpp顺序",
"Preamble": "序文",
"Use style tags to modify the writing style of the output.": "使用样式标签修改输出的写作风格。",
"Banned Tokens": "禁用的词符",
"Sequences you don't want to appear in the output. One per line.": "您不希望出现在输出中的字符串。 每行一个。",
"Logit Bias": "Logit 偏置",
"Add": "添加",
"Helps to ban or reenforce the usage of certain words": "有助于禁止或加强某些单词的使用",
"CFG Scale": "CFG缩放",
"Negative Prompt": "负面提示词",
"Add text here that would make the AI generate things you don't want in your outputs.": "请在此处添加文本,以避免生成您不希望出现在输出中的内容。",
"Used if CFG Scale is unset globally, per chat or character": "如果无分类器指导CFG缩放比例未在全局设置它将作用于每个聊天或每个角色",
"Mirostat Tau": "Mirostat τ",
"Mirostat LR": "Mirostat 学习率",
"Min Length": "最小长度",
"Top K Sampling": "Top K 采样",
"Nucleus Sampling": "核采样",
"Top A Sampling": "Top A 采样",
"CFG": "CFG",
"Neutralize Samplers": "置采样器参数为失效值",
"Set all samplers to their neutral/disabled state.": "将所有采样器设置为失效/禁用状态。",
"Sampler Select": "采样器选择",
"Customize displayed samplers or add custom samplers.": "自定义显示的采样器或添加自定义采样器。",
"Epsilon Cutoff": "ε 截断",
"Epsilon cutoff sets a probability floor below which tokens are excluded from being sampled": "ε 截止设置了一个概率下限,低于该下限的词符将被排除在采样之外。\n以 1e-4 单位;合适的值为 3。将其设置为 0 以禁用。",
"Eta Cutoff": "η 截断",
"Eta_Cutoff_desc": "η截止是特殊η采样技术的主要参数。&#13;以1e-4为单位合理的值为3。&#13;设置为0以禁用。&#13;有关详细信息请参阅Hewitt等人的论文《Truncation Sampling as Language Model Desmoothing》2022年。",
"rep.pen decay": "声望值衰减",
"Encoder Rep. Pen.": "编码器重复惩罚",
"No Repeat Ngram Size": "无重复n-gram大小",
"Skew": "倾斜",
"Max Tokens Second": "每秒最大词符数",
"Smooth Sampling": "平滑采样",
"Smooth_Sampling_desc": "允许您使用二次/三次变换来调整分布。较低的平滑因子值将更具创造性,通常在 0.2-0.3 之间是最佳点(假设曲线 = 1。较高的平滑曲线值将使曲线更陡峭这将更积极地惩罚低概率选择。1.0 曲线相当于仅使用平滑因子。",
"Smoothing Factor": "平滑系数",
"Smoothing Curve": "平滑曲线",
"DRY_Repetition_Penalty_desc": "DRY 会惩罚那些将输入末尾延伸到输入中之前出现过的序列的标记。将乘数设置为 0 以禁用。",
"DRY Repetition Penalty": "DRY 重复惩罚",
"DRY_Multiplier_desc": "设置为值 > 0 以启用 DRY。控制最短惩罚序列的惩罚幅度。",
"Multiplier": "乘数",
"DRY_Base_desc": "控制惩罚随序列长度的增加而增长的速度。",
"Base": "根据",
"DRY_Allowed_Length_desc": "可以重复而不会受到惩罚的最长序列。",
"Allowed Length": "允许长度",
"Penalty Range": "惩罚范围",
"DRY_Sequence_Breakers_desc": "序列匹配不再继续的标记。指定为用逗号分隔的带引号的字符串列表。",
"Sequence Breakers": "序列破坏者",
"JSON-serialized array of strings.": "JSON 序列化的字符串数组。",
"Dynamic Temperature": "动态温度",
"Scale Temperature dynamically per token, based on the variation of probabilities": "根据概率的变化动态地缩放每个词符的温度。",
"Minimum Temp": "最小温度",
"Maximum Temp": "最大温度",
"Exponent": "指数",
"Mirostat (mode=1 is only for llama.cpp)": "Mirostatmode=1 仅用于 llama.cpp",
"Mirostat_desc": "Mirostat 是输出困惑度的恒温器",
"Mirostat Mode": "Mirostat 模式",
"Variability parameter for Mirostat outputs": "Mirostat 输出的变异性参数。",
"Mirostat Eta": "Mirostat η",
"Learning rate of Mirostat": "Mirostat 的学习率。",
"Beam search": "束搜索",
"Helpful tip coming soon.": "有用的提示即将发布。",
"Number of Beams": "束数量",
"Length Penalty": "长度惩罚",
"Early Stopping": "提前停止",
"Contrastive search": "对比搜索",
"Contrastive_search_txt": "通过利用大多数 LLM 表示空间的各向同性以鼓励多样性同时保持一致性的采样器。详见 Su 等人在 2022 年发表的论文 《A Contrastive Framework for Neural Text Generation》。",
"Penalty Alpha": "惩罚系数 α",
"Strength of the Contrastive Search regularization term. Set to 0 to disable CS": "对比搜索正则化项的强度。 将值设置为 0 以禁用对比搜索。",
"Do Sample": "进行采样",
"Add BOS Token": "添加 BOS 词符",
"Add the bos_token to the beginning of prompts. Disabling this can make the replies more creative": "在提示词的开头添加 bos_token。 禁用此功能可以使回复更具创意",
"Ban the eos_token. This forces the model to never end the generation prematurely": "禁止 eos_token。 这将强制模型永远不会提前结束生成",
"Ignore EOS Token": "忽略序列结束词符",
"Ignore the EOS Token even if it generates.": "即使生成了序列结束词符,也忽略它。",
"Skip Special Tokens": "跳过特殊词符",
"Temperature Last": "温度放最后",
"Temperature_Last_desc": "温度采样器放到最后使用。 这通常是合理的。\n当启用时首先进行潜在词符的选择然后应用温度来修正它们的相对概率技术上是对数似然。\n当禁用时首先应用温度来修正所有词符的相对概率然后从中选择潜在词符。\n禁用此项可以增大分布在尾部的词符概率这可能加大得到不相关回复的几率。",
"Speculative Ngram": "推测性 Ngram",
"Use a different speculative decoding method without a draft model": "使用不同的推测解码方法(不采用草稿模型)。最好使用草稿模型。推测 ngram 的效果不太好。",
"Spaces Between Special Tokens": "特殊标记之间的空格",
"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": "无分类器指导CFG。更多有用的提示敬请期待。",
"Scale": "缩放比例",
"JSON Schema": "JSON 模式",
"Type in the desired JSON schema": "输入所需的 JSON 架构",
"Grammar String": "语法字符串",
"GNBF or ENBF, depends on the backend in use. If you're using this you should know which.": "GNBF 或 ENBF取决于使用的后端。如果您使用这个您应该知道哪一个。",
"Top P & Min P": "最高点数和最低点数",
"Load default order": "加载默认顺序",
"llama.cpp only. Determines the order of samplers. If Mirostat mode is not 0, sampler order is ignored.": "仅限 llama.cpp。确定采样器的顺序。如果 Mirostat 模式不为 0则忽略采样器顺序。",
"Sampler Priority": "采样器优先级",
"Ooba only. Determines the order of samplers.": "确定采样器的顺序仅适用于Ooba",
"Character Names Behavior": "角色名称行为",
"Helps the model to associate messages with characters.": "有助于模型将消息与角色关联起来。",
"None": "无",
"character_names_none": "群聊和过去的角色除外。否则,请确保在提示中提供了姓名。",
"Don't add character names.": "不添加角色名称。",
"Completion": "补全对象",
"character_names_completion": "限制适用仅限拉丁字母数字和下划线。不适用于所有来源尤其是Claude、MistralAI、Google。",
"Add character names to completion objects.": "在补全对象中添加角色名称。",
"Message Content": "消息内容",
"Prepend character names to message contents.": "在消息内容中添加角色名称。",
"Continue Postfix": "继续后缀",
"The next chunk of the continued message will be appended using this as a separator.": "将以此为分隔符附加后续消息的下一块。",
"Space": "空格",
"Newline": "换行",
"Double Newline": "双换行",
"Wrap user messages in quotes before sending": "在发送之前将用户消息用引号括起来",
"Wrap in Quotes": "用引号包裹",
"Wrap entire user message in quotes before sending.": "在发送之前用引号包裹整个用户消息。",
"Leave off if you use quotes manually for speech.": "如果您手动使用引号包裹对话,请忽略此项。",
"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.": "将连续的系统消息合并为一条(不包括示例对话),可能会提高一些模型的连贯性。",
"Enable function calling": "启用函数调用",
"Send inline images": "发送内联图像",
"image_inlining_hint_1": "如果模型支持,则在提示中发送图像(例如 GPT-4V、Claude 3 或 Llava 13B。\n使用",
"image_inlining_hint_2": "对任何消息或",
"image_inlining_hint_3": "菜单将图像文件附加到聊天中。",
"Inline Image Quality": "内联图像质量",
"openai_inline_image_quality_auto": "自动",
"openai_inline_image_quality_low": "低",
"openai_inline_image_quality_high": "高",
"Use AI21 Tokenizer": "使用 AI21 Tokenizer",
"Use the appropriate tokenizer for Jurassic models, which is more efficient than GPT's.": "对侏罗纪模型使用适当的词符化器,它比 GPT 的更高效。",
"Use Google Tokenizer": "使用Google词符化器",
"Use the appropriate tokenizer for Google models via their API. Slower prompt processing, but offers much more accurate token counting.": "通过其API为Google模型使用适当的词符化器。处理速度较慢但提供更准确的词符计数。",
"Use system prompt": "使用系统提示",
"(Gemini 1.5 Pro/Flash only)": "(仅限 Gemini 1.5 Pro/Flash",
"Merges_all_system_messages_desc_1": "合并所有系统消息,直到第一条具有非系统角色的消息,然后以",
"Merges_all_system_messages_desc_2": "场地。",
"Assistant Prefill": "助手预填充",
"Start Claude's answer with...": "以如下内容开始Claude的回答...",
"Assistant Impersonation Prefill": "助理模仿预填",
"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.": "为支持的模型发送系统提示词。如果禁用,则用户消息将添加到提示词的开头。",
"User first message": "用户第一条消息",
"Restore User first message": "恢复用户第一条消息",
"Human message": "人性化消息、说明等。\n为空时不添加任何内容即需要具有“用户”角色的新提示。",
"New preset": "新预设",
"Delete preset": "删除预设",
"View / Edit bias preset": "查看/编辑偏置预设",
"Add bias entry": "添加偏置条目",
"Most tokens have a leading space.": "大多数标记都有一个前导空格。",
"API Connections": "API连接",
"Text Completion": "文本完成",
"Chat Completion": "聊天完成",
"NovelAI": "NovelAI",
"KoboldAI Horde": "KoboldAI Horde",
"KoboldAI": "KoboldAI",
"Avoid sending sensitive information to the Horde.": "避免向 Horde 发送敏感信息。",
"Review the Privacy statement": "查看隐私声明",
"Register a Horde account for faster queue times": "注册Horde帐户以加快排队时间",
"Learn how to contribute your idle GPU cycles to the Horde": "了解如何将您的空闲GPU时钟周期共享给Horde",
"Adjust context size to worker capabilities": "根据工作单元能力调整上下文大小",
"Adjust response length to worker capabilities": "根据工作单元能力调整响应长度",
"Can help with bad responses by queueing only the approved workers. May slowdown the response time.": "可以通过仅排队批准的工作单元来帮助处理不良回复。这可能会减慢回复速度。",
"Trusted workers only": "仅信任的工作单元",
"API key": "API密钥",
"Get it here:": "在此获取:",
"Register": "注册",
"View my Kudos": "查看我的荣誉",
"Enter": "输入",
"to use anonymous mode.": "以使用匿名模式。",
"Clear your API key": "清除您的API密钥",
"For privacy reasons, your API key will be hidden after you reload the page.": "出于隐私原因,重新加载页面后您的 API 密钥将被隐藏。",
"Models": "模型",
"Refresh models": "刷新模型",
"-- Horde models not loaded --": "-- Horde 模型未加载 --",
"Not connected...": "未连接...",
"API url": "API地址",
"Example: http://127.0.0.1:5000/api ": "示例http://127.0.0.1:5000/api",
"Connect": "连接",
"Cancel": "取消",
"Novel API key": "Novel AI API密钥",
"Get your NovelAI API Key": "获取您的 NovelAI API 密钥",
"Enter it in the box below": "在下面的框中输入",
"Novel AI Model": "Novel AI模型",
"No connection...": "没有连接...",
"API Type": "API 类型",
"Default (completions compatible)": "默认 [OpenAI/completions 兼容oobabooga、LM Studio 等]",
"TogetherAI API Key": "TogetherAI API密钥",
"TogetherAI Model": "TogetherAI模型",
"-- Connect to the API --": "-- 连接到API --",
"OpenRouter API Key": "OpenRouter API密钥",
"Click Authorize below or get the key from": "点击下方授权或从以下位置获取密钥",
"View Remaining Credits": "查看剩余额度",
"OpenRouter Model": "OpenRouter模型",
"Model Providers": "模型提供者",
"InfermaticAI API Key": "InfermaticAI API 密钥",
"InfermaticAI Model": "信息人工智能模型",
"DreamGen API key": "DreamGen API 密钥",
"DreamGen Model": "DreamGen 模型",
"Mancer API key": "Mancer API密钥",
"Mancer Model": "Mancer 模型",
"Make sure you run it with": "确保您在运行时加上",
"flag": "标志",
"API key (optional)": "API密钥可选",
"Server url": "服务器URL",
"Example: 127.0.0.1:5000": "示例127.0.0.1:5000",
"Custom model (optional)": "自定义模型(可选)",
"vllm-project/vllm": "vllm-project/vllmOpenAI API 包装器模式)",
"vLLM API key": "vLLM API 密钥",
"Example: 127.0.0.1:8000": "例如http://127.0.0.1:8000",
"vLLM Model": "vLLM 模型",
"PygmalionAI/aphrodite-engine": "PygmalionAI/aphrodite-engine用于OpenAI API的包装器",
"Aphrodite API key": "Aphrodite API 密钥",
"Aphrodite Model": "阿芙罗狄蒂模型",
"ggerganov/llama.cpp": "ggerganov/llama.cpp",
"Example: 127.0.0.1:8080": "示例127.0.0.1:8080",
"Example: 127.0.0.1:11434": "示例127.0.0.1:11434",
"Ollama Model": "Ollama模型",
"Download": "下载",
"Tabby API key": "Tabby API密钥",
"koboldcpp API key (optional)": "koboldcpp API 密钥(可选)",
"Example: 127.0.0.1:5001": "示例127.0.0.1:5001",
"Authorize": "授权",
"Get your OpenRouter API token using OAuth flow. You will be redirected to openrouter.ai": "使用OAuth流程获取您的OpenRouter API令牌。您将被重定向到openrouter.ai",
"Legacy API (pre-OAI, no streaming)": "传统APIOAI之前无流式传输",
"Bypass status check": "绕过状态检查",
"Chat Completion Source": "聊天补全来源",
"Reverse Proxy": "反向代理",
"Proxy Presets": "代理预设",
"Saved addresses and passwords.": "保存的地址和密码。",
"Save Proxy": "保存代理",
"Delete Proxy": "删除代理",
"Proxy Name": "代理名称",
"This will show up as your saved preset.": "这将显示为您保存的预设。",
"Proxy Server URL": "代理服务器 URL",
"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 代理时遇到的问题提供支持",
"Doesn't work? Try adding": "不起作用?尝试添加",
"at the end!": "在它的最后!",
"Proxy Password": "代理密码",
"Will be used as a password for the proxy instead of API key.": "将用作代理的密码,而不是 API 密钥。",
"Peek a password": "查看密码",
"OpenAI API key": "OpenAI API 密钥",
"View API Usage Metrics": "查看API使用情况",
"Follow": "跟随",
"these directions": "这些说明",
"to get your OpenAI API key.": "获取您的OpenAI API密钥。",
"Use Proxy password field instead. This input will be ignored.": "请使用“代理密码”字段。此输入将被忽略。",
"OpenAI Model": "OpenAI模型",
"Bypass API status check": "绕过API状态检查",
"Show External models (provided by API)": "显示外部模型由API提供",
"Get your key from": "从以下位置获取您的密钥",
"Anthropic's developer console": "Anthropic的开发者控制台",
"Slack and Poe cookies will not work here, do not bother trying.": "Slack和Poe的cookie在这里不起作用请不要尝试。",
"Claude Model": "Claude模型",
"Window AI Model": "Window AI模型",
"Model Order": "OpenRouter 型号排序",
"Alphabetically": "按字母顺序",
"Price": "价格(最便宜)",
"Context Size": "上下文大小",
"Group by vendors": "按供应商分组",
"Group by vendors Description": "将 OpenAI 模型放在一组,将 Anthropic 模型放在另一组,等等。可以与排序结合。",
"Allow fallback routes": "允许后备方案",
"Allow fallback routes Description": "如果所选模型无法响应您的请求,则自动选择备用模型。",
"openrouter_force_instruct": "此选项已过时,将来会被删除。要使用指令格式,请改用文本完成 API 下的 OpenRouter。",
"LEGACY": "遗产",
"Force Instruct Mode formatting": "强制指令模式格式化",
"Force_Instruct_Mode_formatting_Description": "如果同时启用了“指示模式”和“系统提示”,则 SillyTavern 将使用当前\n高级格式设置指示系统提示除外对提示进行格式化。如果禁用则 OpenRouter 将对提示进行格式化。",
"Scale API Key": "Scale API密钥",
"Clear your cookie": "清除你的 Cookie",
"Alt Method": "备用方法",
"AI21 API Key": "AI21 API密钥",
"AI21 Model": "AI21模型",
"MakerSuite API Key": "MakerSuite API 密钥",
"Google Model": "谷歌模型",
"MistralAI API Key": "MistralAI API 密钥",
"MistralAI Model": "MistralAI 模型",
"Groq API Key": "Groq API 密钥",
"Groq Model": "Groq 模型",
"Perplexity API Key": "困惑度 API 密钥",
"Perplexity Model": "困惑度模型",
"Cohere API Key": "Cohere API密钥",
"Cohere Model": "Cohere模型",
"Custom Endpoint (Base URL)": "自定义端点(基本 URL",
"Custom API Key": "自定义 API 密钥",
"Available Models": "可用型号",
"Prompt Post-Processing": "及时后期处理",
"Applies additional processing to the prompt before sending it to the API.": "在将提示发送到 API 之前对其进行额外处理。",
"Verifies your API connection by sending a short test message. Be aware that you'll be credited for it!": "通过发送简短的测试消息验证您的API连接。请注意您将因此而消耗额度",
"Test Message": "发送测试消息",
"Auto-connect to Last Server": "自动连接到上次的服务器",
"Missing key": "❌ 缺少密钥",
"Key saved": "密钥已保存",
"View hidden API keys": "查看隐藏的API密钥",
"AI Response Formatting": "AI响应格式化",
"Advanced Formatting": "高级格式化设置",
"Context Template": "上下文模板",
"Auto-select this preset for Instruct Mode": "在指示模式下自动选择此预设",
"Story String": "故事字符串",
"Example Separator": "示例分隔符",
"Chat Start": "聊天开始",
"Add Chat Start and Example Separator to a list of stopping strings.": "将聊天开始和示例分隔符添加到停止字符串列表中。",
"Use as Stop Strings": "用作停止字符串",
"context_allow_jailbreak": "如果在角色卡中定义并且启用了“首选角色越狱”,则在提示末尾包含越狱。\n不建议在文本完成模型中使用此功能否则会导致输出错误。",
"Allow Jailbreak": "允许越狱",
"Context Order": "上下文顺序",
"Summary": "概括",
"Author's Note": "作者注释",
"Example Dialogues": "对话范例",
"Hint": "提示:",
"In-Chat Position not affected": "仅当摘要和作者注释订单未设置聊天内位置时,它们才会受到影响。",
"Instruct Mode": "指示模式",
"Enabled": "已启用",
"instruct_bind_to_context": "如果启用,上下文模板将根据所选的指导模板名称或偏好自动选择。",
"Bind to Context": "绑定到上下文",
"Presets": "预设",
"Auto-select this preset on API connection": "在API连接时自动选择此预设",
"Activation Regex": "激活正则表达式",
"Wrap Sequences with Newline": "用换行符包裹序列",
"Replace Macro in Sequences": "替换序列中的宏",
"Skip Example Dialogues Formatting": "跳过示例对话格式化",
"Include Names": "包括名称",
"Force for Groups and Personas": "强制适用于群聊和我的角色",
"System Prompt": "系统提示词",
"Instruct Mode Sequences": "指示模式序列",
"System Prompt Wrapping": "系统提示换行",
"Inserted before a System prompt.": "插入到系统提示符之前。",
"System Prompt Prefix": "系统提示符前缀",
"Inserted after a System prompt.": "在系统提示后插入。",
"System Prompt Suffix": "系统提示符后缀",
"Chat Messages Wrapping": "聊天消息换行",
"Inserted before a User message and as a last prompt line when impersonating.": "插入到用户消息之前并作为模拟时的最后一条提示行。",
"User Message Prefix": "用户消息前缀",
"Inserted after a User message.": "插入到用户消息之后。",
"User Message Suffix": "用户消息后缀",
"Inserted before an Assistant message and as a last prompt line when generating an AI reply.": "插入到助手消息之前并作为生成 AI 回复时的最后一条提示行。",
"Assistant Message Prefix": "助理消息前缀",
"Inserted after an Assistant message.": "插入于助手消息之后。",
"Assistant Message Suffix": "助理消息后缀",
"Inserted before a System (added by slash commands or extensions) message.": "插入到系统(由斜线命令或扩展添加)消息之前。",
"System Message Prefix": "系统消息前缀",
"Inserted after a System message.": "插入到系统消息之后。",
"System Message Suffix": "系统消息后缀",
"If enabled, System Sequences will be the same as User Sequences.": "如果启用,系统序列将与用户序列相同。",
"System same as User": "系统与用户相同",
"Misc. Sequences": "杂项序列",
"Inserted before the first Assistant's message.": "插入到第一个助理的消息之前。",
"First Assistant Prefix": "第一个助理前缀",
"instruct_last_output_sequence": "插入到最后一条助手消息之前或作为生成 AI 回复时的最后一条提示行(中立/系统角色除外)。",
"Last Assistant Prefix": "最后一个助理前缀",
"Will be inserted as a last prompt line when using system/neutral generation.": "当使用系统/中性生成时将作为最后的提示行插入。",
"System Instruction Prefix": "系统指令前缀",
"If a stop sequence is generated, everything past it will be removed from the output (inclusive).": "如果生成了停止序列,则该序列之后的所有内容都将从输出中删除(包括在内)。",
"Stop Sequence": "停止序列",
"Will be inserted at the start of the chat history if it doesn't start with a User message.": "如果聊天记录不是以用户消息开头,则会插入到聊天记录的开头。",
"User Filler Message": "用户填写信息",
"Context Formatting": "上下文格式",
"(Saved to Context Template)": "(已保存到上下文模板)",
"Always add character's name to prompt": "始终将角色名称添加到提示词",
"Generate only one line per request": "每次请求只生成一行",
"Trim Incomplete Sentences": "修剪不完整的句子",
"Include Newline": "包括换行符",
"Misc. Settings": "其他设置",
"Collapse Consecutive Newlines": "折叠连续的换行符",
"Trim spaces": "修剪空格",
"Tokenizer": "词符化器",
"Token Padding": "词符填充",
"Start Reply With": "以...开始回复",
"AI reply prefix": "AI回复前缀",
"Show reply prefix in chat": "在聊天中显示回复前缀",
"Non-markdown strings": "非 Markdown 字符串",
"separate with commas w/o space between": "用逗号分隔,不要空格",
"Custom Stopping Strings": "自定义停止字符串",
"JSON serialized array of strings": "JSON序列化的字符串数组",
"Replace Macro in Custom Stopping Strings": "替换自定义停止字符串中的宏",
"Auto-Continue": "自动继续",
"Allow for Chat Completion APIs": "允许使用聊天补全API",
"Target length (tokens)": "目标长度(以词符数计)",
"World Info": "世界书",
"Locked = World Editor will stay open": "锁定 = 世界编辑器将保持打开状态",
"Worlds/Lorebooks": "世界书/传说书",
"Active World(s) for all chats": "已启用的世界书(全局有效)",
"-- World Info not found --": "-- 未找到世界书 --",
"Global World Info/Lorebook activation settings": "全局世界书/角色设定书激活设置",
"Click to expand": "单击展开",
"Scan Depth": "扫描深度",
"Context %": "上下文百分比",
"Budget Cap": "Token预算上限",
"(0 = disabled)": "(0 = 禁用)",
"Scan chronologically until reached min entries or token budget.": "按时间顺序扫描直到达到最少条目或词符预算。",
"Min Activations": "最小激活数",
"Max Depth": "最大深度",
"(0 = unlimited, use budget)": "0 = 无限制,使用预算)",
"Insertion Strategy": "插入策略",
"Sorted Evenly": "均匀排序",
"Character Lore First": "角色世界书优先",
"Global Lore First": "全局世界书优先",
"Entries can activate other entries by mentioning their keywords": "条目可以通过提及它们的关键字来激活其他条目",
"Recursive Scan": "递归扫描",
"Lookup for the entry keys in the context will respect the case": "在上下文中查找条目键将保持大小写敏感",
"Case Sensitive": "区分大小写",
"If the entry key consists of only one word, it would not be matched as part of other words": "如果条目键只由一个单词组成,则不会作为其他单词的一部分匹配",
"Match Whole Words": "匹配整个单词",
"Only the entries with the most number of key matches will be selected for Inclusion Group filtering": "仅选择具有最多关键匹配项的条目进行包含组过滤",
"Use Group Scoring": "使用群组评分",
"Alert if your world info is greater than the allocated budget.": "如果您的世界信息大于分配的预算,则会发出警报。",
"Alert On Overflow": "溢出警报",
"New": "新建",
"or": "或",
"--- Pick to Edit ---": "--- 选择以编辑 ---",
"Rename World Info": "重命名世界书",
"Open all Entries": "打开所有条目",
"Close all Entries": "关闭所有条目",
"New Entry": "新条目",
"Fill empty Memo/Titles with Keywords": "使用关键字填充空的备忘录/标题",
"Import World Info": "导入世界书",
"Export World Info": "导出世界书",
"Duplicate World Info": "复制世界书",
"Delete World Info": "删除世界书",
"Search...": "搜索...",
"Search": "搜索",
"Priority": "优先级",
"Custom": "自定义",
"Title A-Z": "标题 A-Z",
"Title Z-A": "标题 Z-A",
"Tokens ↗": "词符 ↗",
"Tokens ↘": "词符 ↘",
"Depth ↗": "深度 ↗",
"Depth ↘": "深度 ↘",
"Order ↗": "顺序 ↗",
"Order ↘": "顺序 ↘",
"UID ↗": "UID ↗",
"UID ↘": "UID ↘",
"Trigger% ↗": "触发频率% ↗",
"Trigger% ↘": "触发频率% ↘",
"Refresh": "刷新",
"User Settings": "用户设置",
"Simple": "简单",
"Advanced": "高级",
"UI Language": "语言",
"Account": "帐户",
"Admin Panel": "管理员面板",
"Logout": "注销",
"Search Settings": "搜索设置",
"UI Theme": "UI主题",
"Import a theme file": "导入主题文件",
"Export a theme file": "导出主题文件",
"Delete a theme": "删除主题",
"Update a theme file": "更新主题文件",
"Save as a new theme": "另存为新主题",
"Avatar Style": "头像样式",
"Circle": "圆形",
"Square": "正方形",
"Rectangle": "矩形",
"Chat Style:": "聊天风格:",
"Flat": "扁平\n气泡\n文档",
"Bubbles": "气泡",
"Document": "文档",
"Specify colors for your theme.": "指定您的主题的颜色。",
"Theme Colors": "主题颜色",
"Main Text": "主要文本",
"Italics Text": "斜体文本",
"Underlined Text": "下划线文本",
"Quote Text": "引用文本",
"Shadow Color": "阴影颜色",
"Chat Background": "聊天背景",
"UI Background": "UI 背景",
"UI Border": "UI 边框",
"User Message Blur Tint": "用户消息模糊色调",
"AI Message Blur Tint": "AI 消息模糊色调",
"Chat Width": "聊天宽度",
"Width of the main chat window in % of screen width": "主聊天窗口的宽度为屏幕宽度的 %",
"Font Scale": "字体比例",
"Font size": "字体大小",
"Blur Strength": "模糊强度",
"Blur strength on UI panels.": "UI 面板上的模糊强度。",
"Text Shadow Width": "文本阴影宽度",
"Strength of the text shadows": "文本阴影的强度",
"Disables animations and transitions": "禁用动画和过渡效果",
"Reduced Motion": "减少动态效果",
"removes blur from window backgrounds": "从窗口背景中移除模糊效果",
"No Blur Effect": "禁用模糊效果",
"Remove text shadow effect": "移除文本阴影效果",
"No Text Shadows": "禁用文本阴影",
"Reduce chat height, and put a static sprite behind the chat window": "缩小聊天窗口的高度,并在聊天窗口后面放置一个固定的精灵图像。",
"Waifu Mode": "视觉小说模式",
"Always show the full list of the Message Actions context items for chat messages, instead of hiding them behind '...'": "始终显示聊天消息的操作菜单完整列表,而不是将它们隐藏在“...”后面",
"Auto-Expand Message Actions": "自动展开消息操作菜单",
"Alternative UI for numeric sampling parameters with fewer steps": "为数值采样参数提供一个步骤更少的替代用户界面。",
"Zen Sliders": "禅意滑块",
"Entirely unrestrict all numeric sampling parameters": "完全解除所有数字采样参数的限制",
"Mad Lab Mode": "疯狂实验室模式",
"Time the AI's message generation, and show the duration in the chat log": "对 AI 生成消息的时间进行计时,并在聊天记录中显示持续时间。",
"Message Timer": "AI回复计时器",
"Show a timestamp for each message in the chat log": "在聊天日志中为每条消息显示时间戳",
"Chat Timestamps": "聊天时间戳",
"Show an icon for the API that generated the message": "为生成消息的API显示图标",
"Model Icon": "模型图标",
"Show sequential message numbers in the chat log": "在聊天日志中显示连续的消息编号",
"Message IDs": "显示消息编号",
"Hide avatars in chat messages.": "在聊天信息中隐藏头像。",
"Hide Chat Avatars": "隐藏聊天头像",
"Show the number of tokens in each message in the chat log": "在聊天日志中显示每条消息中的词符数",
"Show Message Token Count": "显示消息词符数",
"Single-row message input area. Mobile only, no effect on PC": "单行消息输入区域。仅适用于移动设备对PC无影响",
"Compact Input Area (Mobile)": "紧凑输入区域(移动端)",
"In the Character Management panel, show quick selection buttons for favorited characters": "在角色管理面板中,显示快速选择按钮以选择收藏的角色",
"Characters Hotswap": "角色卡快速热切换",
"Enable magnification for zoomed avatar display.": "启用放大功能以放大头像显示。",
"Avatar Hover Magnification": "头像悬停放大",
"Enables a magnification effect on hover when you display the zoomed avatar after clicking an avatar's image in chat.": "启用在聊天中点击头像图像后显示放大的头像时的放大效果。",
"Show tagged character folders in the character list": "在角色列表中显示已标记的角色文件夹",
"Tags as Folders": "标签作为文件夹",
"Tags_as_Folders_desc": "最近更改:标签必须在标签管理菜单中标记为文件夹才能显示。单击此处将其调出。",
"Character Handling": "角色处理",
"If set in the advanced character definitions, this field will be displayed in the characters list.": "如果在高级角色定义中设置,此字段将显示在角色列表中。",
"Char List Subheader": "角色列表子标题",
"Character Version": "角色版本",
"Created by": "创作者",
"Use fuzzy matching, and search characters in the list by all data fields, not just by a name substring": "使用模糊匹配,在列表中通过所有数据字段搜索字符,而不仅仅是名称子字符串",
"Advanced Character Search": "高级角色搜索",
"If checked and the character card contains a prompt override (System Prompt), use that instead": "如果角色卡包含提示词,则使用它替代系统提示词",
"Prefer Character Card Prompt": "角色卡提示词优先",
"If checked and the character card contains a jailbreak override (Post History Instruction), use that instead": "如果角色卡包含越狱(后置历史记录指令),则使用它替代系统越狱",
"Prefer Character Card Jailbreak": "角色卡越狱优先",
"Avoid cropping and resizing imported character images. When off, crop/resize to 512x768": "避免裁剪和调整导入的字符图像的大小。关闭时,裁剪/调整大小为 512x768。",
"Never resize avatars": "永不调整头像大小",
"Show actual file names on the disk, in the characters list display only": "在角色列表显示中,显示磁盘上实际的文件名。",
"Show avatar filenames": "显示头像文件名",
"Prompt to import embedded card tags on character import. Otherwise embedded tags are ignored": "在导入角色时提示词导入嵌入式卡片标签。否则,嵌入式标签将被忽略",
"Import Card Tags": "导入卡片标签",
"Hide character definitions from the editor panel behind a spoiler button": "在编辑器面板中,将角色定义隐藏在一个剧透按钮后面。",
"Spoiler Free Mode": "隐藏角色卡信息",
"Miscellaneous": "杂项",
"Reload and redraw the currently open chat": "重新加载并重新渲染当前打开的聊天",
"Reload Chat": "重新加载聊天",
"Debug Menu": "调试菜单",
"Smooth Streaming": "平滑流式传输",
"Experimental feature. May not work for all backends.": "实验性功能。可能不适用于所有后端。",
"Slow": "慢",
"Fast": "快速",
"Play a sound when a message generation finishes": "当消息生成完成时播放声音",
"Message Sound": "消息声音",
"Only play a sound when ST's browser tab is unfocused": "仅在ST的浏览器选项卡未聚焦时播放声音",
"Background Sound Only": "仅背景声音",
"Reduce the formatting requirements on API URLs": "减少API URL的格式化要求",
"Relaxed API URLS": "宽松的API URL",
"Ask to import the World Info/Lorebook for every new character with embedded lorebook. If unchecked, a brief message will be shown instead": "询问是否为每个具有嵌入的世界书的新角色导入世界书。如果未选中,则会显示简短的消息",
"Lorebook Import Dialog": "传说书导入对话框",
"Restore unsaved user input on page refresh": "在页面刷新时恢复未保存的用户输入",
"Restore User Input": "恢复用户输入",
"Allow repositioning certain UI elements by dragging them. PC only, no effect on mobile": "允许通过拖动重新定位某些UI元素。仅适用于PC对移动设备无影响",
"Movable UI Panels": "可移动 UI 面板",
"MovingUI preset. Predefined/saved draggable positions": "可移动UI预设。预定义/保存的可拖动位置",
"MUI Preset": "可移动 UI 预设",
"Save movingUI changes to a new file": "将可移动UI更改保存到新文件中",
"Reset MovingUI panel sizes/locations.": "重置 MovingUI 面板大小/位置。",
"Apply a custom CSS style to all of the ST GUI": "将自定义CSS样式应用于所有ST GUI",
"Custom CSS": "自定义 CSS",
"Expand the editor": "展开编辑器",
"Chat/Message Handling": "聊天/消息处理",
"# Messages to Load": "# 要加载的消息",
"The number of chat history messages to load before pagination.": "分页前要加载的聊天历史消息数。",
"(0 = All)": "0 = 全部)",
"Streaming FPS": "流式传输帧速率",
"Update speed of streamed text.": "流文本的更新速度。",
"Example Messages Behavior": "示例消息行为",
"Gradual push-out": "逐渐推出",
"Always include examples": "始终包含示例",
"Never include examples": "永远不包含示例",
"Send on Enter": "按 Enter 发送",
"Disabled": "已禁用",
"Automatic (PC)": "自动PC",
"Press Send to continue": "按发送键以继续",
"Show a button in the input area to ask the AI to continue (extend) its last message": "在输入区域中显示一个按钮询问AI是否继续延长其上一条消息",
"Quick 'Continue' button": "快速“继续”按钮",
"Show arrow buttons on the last in-chat message to generate alternative AI responses. Both PC and mobile": "在聊天窗口的最后一条信息上显示箭头按钮以生成AI的其他回复选项。适用于电脑和手机端。",
"Swipes": "刷新回复按钮",
"Allow using swiping gestures on the last in-chat message to trigger swipe generation. Mobile only, no effect on PC": "允许在最后一条聊天消息上使用滑动手势触发滑动生成。仅适用于移动设备对PC无影响",
"Gestures": "手势",
"Auto-load Last Chat": "自动加载上次聊天",
"Auto-scroll Chat": "自动滚动聊天",
"Save edits to messages without confirmation as you type": "在键入时保存对消息的编辑而无需确认",
"Auto-save Message Edits": "自动保存消息编辑",
"Confirm message deletion": "删除消息前确认",
"Auto-fix Markdown": "自动修复 Markdown",
"Render LaTeX and AsciiMath equation notation in chat messages. Powered by KaTeX": "在聊天消息中渲染LaTeX和AsciiMath方程式符号。由KaTeX提供支持",
"Render Formulas": "渲染公式",
"Disallow embedded media from other domains in chat messages": "禁止在聊天消息中嵌入来自其他域的媒体。",
"Forbid External Media": "禁止外部媒体",
"Allow {{char}}: in bot messages": "在机器人消息中允许 {{char}}",
"Allow {{user}}: in bot messages": "在机器人消息中允许 {{user}}",
"Skip encoding and characters in message text, allowing a subset of HTML markup as well as Markdown": "跳过消息文本中的编码和字符允许一部分HTML标记以及Markdown",
"Show tags in responses": "在响应中显示标签",
"Allow AI messages in groups to contain lines spoken by other group members": "允许组中的AI消息包含其他组成员说的话",
"Relax message trim in Groups": "放松群组中的消息修剪",
"Log prompts to console": "将提示词记录到控制台",
"Requests logprobs from the API for the Token Probabilities feature": "从API请求对数概率数据用于实现词符概率功能。",
"Request token probabilities": "请求词符概率",
"Automatically reject and re-generate AI message based on configurable criteria": "根据可配置的条件自动拒绝并重新生成AI消息",
"Auto-swipe": "自动滑动",
"Enable the auto-swipe function. Settings in this section only have an effect when auto-swipe is enabled": "启用自动滑动功能。仅当启用自动滑动时,本节中的设置才会生效",
"Minimum generated message length": "生成的消息的最小长度",
"If the generated message is shorter than this, trigger an auto-swipe": "如果生成的消息短于此长度,则触发自动滑动",
"Blacklisted words": "黑名单词语",
"words you dont want generated separated by comma ','": "不想生成的单词,用逗号','分隔",
"Blacklisted word count to swipe": "触发滑动的黑名单词语数量",
"Minimum number of blacklisted words detected to trigger an auto-swipe": "触发自动滑动刷新回复所需检测到的最少违禁词数量。",
"AutoComplete Settings": "自动补全设置",
"Automatically hide details": "自动隐藏详细信息",
"Determines how entries are found for autocomplete.": "确定如何找到自动完成的条目。",
"Autocomplete Matching": "匹配",
"Starts with": "以此开始:",
"Includes": "包括",
"Fuzzy": "模糊",
"Sets the style of the autocomplete.": "设置自动完成的样式。",
"Autocomplete Style": "风格",
"Follow Theme": "关注主题",
"Dark": "黑暗的",
"Sets the font size of the autocomplete.": "设置自动完成的字体大小。",
"Sets the width of the autocomplete.": "设置自动完成的宽度。",
"Autocomplete Width": "宽度",
"chat input box": "聊天输入框",
"entire chat width": "整个聊天宽度",
"full window width": "全窗口宽度",
"STscript Settings": "STscript设置",
"Sets default flags for the STscript parser.": "为 STscript 解析器设置默认标志。",
"Parser Flags": "解析器标志",
"Switch to stricter escaping, allowing all delimiting characters to be escaped with a backslash, and backslashes to be escaped as well.": "切换到更严格的转义,允许所有分隔字符用反斜杠转义,并且反斜杠也可以转义。",
"STRICT_ESCAPING": "严格转义",
"Replace all {{getvar::}} and {{getglobalvar::}} macros with scoped variables to avoid double macro substitution.": "用范围变量替换所有 {{getvar::}} 和 {{getglobalvar::}} 宏,以避免双重宏替换。",
"REPLACE_GETVAR": "替换GETVAR",
"Change Background Image": "更改背景图片",
"Filter": "搜索",
"Automatically select a background based on the chat context": "根据聊天上下文自动选择背景",
"Auto-select": "自动选择",
"System Backgrounds": "系统背景",
"Chat Backgrounds": "聊天背景",
"bg_chat_hint_1": "使用生成的聊天背景",
"bg_chat_hint_2": "扩展名将出现在这里。",
"Extensions": "扩展",
"Notify on extension updates": "在扩展更新时通知",
"Manage extensions": "管理扩展",
"Import Extension From Git Repo": "从Git存储库导入扩展",
"Install extension": "安装扩展",
"Extras API:": "扩展API",
"Auto-connect": "自动连接",
"Extras API URL": "附加 API URL",
"Extras API key (optional)": "扩展API密钥可选",
"Persona Management": "人设管理",
"How do I use this?": "怎样使用?",
"Click for stats!": "点击查看统计!",
"Usage Stats": "使用统计",
"Backup your personas to a file": "将我的角色备份到文件中",
"Backup": "备份",
"Restore your personas from a file": "从文件中恢复我的角色",
"Restore": "恢复",
"Create a dummy persona": "创建空人设",
"Create": "创建",
"Toggle grid view": "切换网格视图",
"No persona description": "[没有说明]",
"Name": "名称",
"Enter your name": "输入您的名字",
"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": "点击为所有消息设置用户名",
"Persona Description": "人设描述",
"Example: [{{user}} is a 28-year-old Romanian cat girl.]": "示例:[{{user}}是一个28岁的罗马尼亚猫娘。]",
"Tokens persona description": "人设描述词符数",
"Position:": "位置:",
"In Story String / Prompt Manager": "在故事字符串/提示词管理器中",
"Top of Author's Note": "作者注的顶部",
"Bottom of Author's Note": "作者注的底部",
"In-chat @ Depth": "聊天的特定深度",
"Depth:": "深度:",
"Role:": "身份:",
"System": "系统",
"User": "用户",
"Assistant": "助手",
"Show notifications on switching personas": "切换人设时显示通知",
"Character Management": "角色管理",
"Locked = Character Management panel will stay open": "锁定 = 角色管理面板将保持打开状态",
"Select/Create Characters": "选择/创建角色",
"Favorite characters to add them to HotSwaps": "收藏角色以将它们添加到快速热切换区",
"Token counts may be inaccurate and provided just for reference.": "词符计数可能不准确,仅供参考。",
"Total tokens": "总词符数",
"Calculating...": "正在计算…",
"Tokens": "词符数",
"Permanent tokens": "永久词符",
"Permanent": "恒定的",
"About Token 'Limits'": "关于词符“限制”",
"Toggle character info panel": "切换角色信息面板",
"Name this character": "为这个角色命名",
"extension_token_counter": "词符:",
"Click to select a new avatar for this character": "单击以为此角色选择新的头像",
"Add to Favorites": "添加到收藏夹",
"Advanced Definition": "高级定义",
"Character Lore": "角色世界书",
"Chat Lore": "聊天知识",
"Export and Download": "导出并下载",
"Duplicate Character": "创建角色副本",
"Create Character": "创建角色",
"Delete Character": "删除角色",
"More...": "更多...",
"Link to World Info": "链接到世界书",
"Import Card Lore": "导入人物卡的世界书",
"Scenario Override": "场景覆盖",
"Convert to Persona": "转换为 Persona",
"Rename": "重命名",
"Link to Source": "来源链接",
"Replace / Update": "替换 / 更新",
"Import Tags": "导入标签",
"Search / Create Tags": "搜索/创建标签",
"View all tags": "查看所有标签",
"Creator's Notes": "创作者的注释",
"Show / Hide Description and First Message": "显示/隐藏描述和第一条消息",
"Character Description": "角色描述",
"Click to allow/forbid the use of external media for this character.": "单击以允许/禁止此角色使用外部媒体。",
"Ext. Media": "扩展媒体",
"Describe your character's physical and mental traits here.": "在这里描述您角色的身体和精神特征。",
"First message": "第一条消息",
"Click to set additional greeting messages": "单击以设置其他问候消息",
"Alt. Greetings": "其他开场",
"This will be the first message from the character that starts every chat.": "这将是角色在每次聊天开始时发送的第一条消息。",
"Group Controls": "群聊控制",
"Chat Name (Optional)": "聊天名称(可选)",
"Click to select a new avatar for this group": "单击以为该群组选择新的头像",
"Group reply strategy": "群聊回复策略",
"Natural order": "自然顺序",
"List order": "列表顺序",
"Group generation handling mode": "群组生成处理模式",
"Swap character cards": "交换角色卡",
"Join character cards (exclude muted)": "加入角色卡(不包括静音)",
"Join character cards (include muted)": "加入角色卡(包括静音)",
"Inserted before each part of the joined fields.": "插入到连接字段的每个部分之前。",
"Join Prefix": "加入前缀",
"When 'Join character cards' is selected, all respective fields of the characters are being joined together.\rThis means that in the story string for example all character descriptions will be joined to one big text.\rIf you want those fields to be separated, you can define a prefix or suffix here.\r\rThis value supports normal macros and will also replace {{char}} with the relevant char's name and <FIELDNAME> with the name of the part (e.g.: description, personality, scenario, etc.)": "当选择“合并角色卡”时,角色的所有相应字段将被合并在一起。这意味着在故事字符串中,例如,所有角色描述都将合并为一个大文本。如果您希望将这些字段分开,可以在此处定义前缀或后缀。此值支持普通宏,还会将 {{char}} 替换为相关角色的名称,将 <FIELDNAME> 替换为部分的名称(例如:描述、个性、场景等)",
"Inserted after each part of the joined fields.": "插入到连接字段的每个部分之后。",
"Join Suffix": "加入后缀",
"Set a group chat scenario": "设置群组聊天场景",
"Click to allow/forbid the use of external media for this group.": "单击以允许/禁止该组使用外部媒体。",
"Restore collage avatar": "恢复拼贴头像",
"Allow self responses": "允许自我回复",
"Auto Mode": "自动模式",
"Auto Mode delay": "自动模式延迟",
"Hide Muted Member Sprites": "隐藏静音成员精灵",
"Current Members": "当前成员",
"Add Members": "添加成员",
"Create New Character": "新建角色",
"Import Character from File": "从文件导入角色",
"Import content from external URL": "从外部URL导入内容",
"Create New Chat Group": "创建新的聊天群组",
"Characters sorting order": "角色排序顺序",
"A-Z": "A-Z",
"Z-A": "Z-A",
"Newest": "最新",
"Oldest": "最旧",
"Favorites": "收藏夹",
"Recent": "最近",
"Most chats": "最多聊天",
"Least chats": "最少聊天",
"Most tokens": "最多词符",
"Least tokens": "最少词符",
"Random": "随机",
"Toggle character grid view": "切换角色网格视图",
"Bulk_edit_characters": "批量编辑角色",
"Bulk select all characters": "批量选择所有角色",
"Bulk delete characters": "批量删除角色",
"popup_text_save": "保存",
"popup_text_yes": "是",
"popup_text_no": "否",
"popup_text_cancel": "取消",
"popup_text_import": "导入",
"Advanced Defininitions": "高级定义",
"Prompt Overrides": "提示覆盖",
"(For Chat Completion and Instruct Mode)": "(用于聊天完成和指导模式)",
"Insert {{original}} into either box to include the respective default prompt from system settings.": "将{{original}}插入到任一框中,以包含系统设置中的相应默认提示词。",
"Main Prompt": "主要提示词",
"Any contents here will replace the default Main Prompt used for this character. (v2 spec: system_prompt)": "此处的任何内容都将替换用于此角色的默认主提示词。v2规范system_prompt",
"Any contents here will replace the default Jailbreak Prompt used for this character. (v2 spec: post_history_instructions)": "此处的任何内容都将替换用于此角色的默认越狱提示词。v2规范post_history_instructions",
"Creator's Metadata (Not sent with the AI prompt)": "创作者的元数据不与AI提示词一起发送",
"Creator's Metadata": "创作者的元数据",
"(Not sent with the AI Prompt)": "(不随 AI 提示发送)",
"Everything here is optional": "这里的一切都是可选的",
"(Botmaker's name / Contact Info)": "(机器人制作者的姓名/联系信息)",
"(If you want to track character versions)": "(如果您想跟踪角色版本)",
"(Describe the bot, give use tips, or list the chat models it has been tested on. This will be displayed in the character list.)": "(描述机器人,提供使用技巧,或列出已经测试过的聊天模型。这将显示在角色列表中。)",
"Tags to Embed": "嵌入的标签",
"(Write a comma-separated list of tags)": "(编写一个以逗号分隔的标签列表。)",
"Personality summary": "个性摘要",
"(A brief description of the personality)": "(性格的简要描述)",
"Scenario": "情景",
"(Circumstances and context of the interaction)": "(交互的情况和背景)",
"Character's Note": "角色备注",
"(Text to be inserted in-chat @ designated depth and role)": "(文本将插入聊天中指定的深度和角色)",
"@ Depth": "@ 深度",
"Role": "角色",
"Talkativeness": "健谈度",
"How often the character speaks in group chats!": "角色在群聊中说话的频率!",
"How often the character speaks in": "角色说话的频率",
"group chats!": "群聊中!",
"Shy": "害羞",
"Normal": "普通",
"Chatty": "话多",
"Examples of dialogue": "对话示例",
"Important to set the character's writing style.": "设置角色的写作风格,很重要!",
"(Examples of chat dialog. Begin each example with START on a new line.)": "(聊天对话的示例,每个示例都另起一行以<START>开头。)",
"Save": "保存",
"Chat History": "聊天记录",
"Import Chat": "导入聊天",
"Copy to system backgrounds": "复制到系统背景",
"Rename background": "重命名背景",
"Lock": "加锁",
"Unlock": "解锁",
"Delete background": "删除背景",
"Chat Scenario Override": "聊天场景覆盖",
"Remove": "移除",
"Type here...": "在此处输入...",
"Chat Lorebook": "聊天 Lorebook",
"Chat Lorebook for": "聊天 Lorebook",
"chat_world_template_txt": "选定的世界信息将绑定到此聊天。生成 AI 回复时,\n它将与全球和角色传说书中的条目相结合。",
"Select a World Info file for": "选择一个世界书文件给",
"Primary Lorebook": "主要世界书",
"A selected World Info will be bound to this character as its own Lorebook.": "所选的世界书将会于该角色绑定,作为该角色自己的世界书",
"When generating an AI reply, it will be combined with the entries from a global World Info selector.": "在生成AI回复时它将与全局世界书选择器中的条目相结合。",
"Exporting a character would also export the selected Lorebook file embedded in the JSON data.": "导出角色还将导出嵌入在JSON数据中的所选世界书文件。",
"Additional Lorebooks": "附加世界书",
"Associate one or more auxillary Lorebooks with this character.": "将一个或多个辅助世界书与此角色关联。",
"NOTE: These choices are optional and won't be preserved on character export!": "注意:这些选项是可选的,并且不会在角色导出时被一并导出!",
"Rename chat file": "重命名聊天文件",
"Export JSONL chat file": "导出JSONL聊天文件",
"Download chat as plain text document": "将聊天下载为纯文本文档",
"Delete chat file": "删除聊天文件",
"Drag to reorder tag": "拖动以排序",
"Use tag as folder": "标记为文件夹",
"Delete tag": "删除标签",
"Entry Title/Memo": "条目标题/备忘录",
"WI Entry Status:🔵 Constant🟢 Normal🔗 Vectorized❌ Disabled": "WI 条目状态:🔵 常量 🟢 正常 🔗 矢量化 ❌ 已禁用",
"WI_Entry_Status_Constant": "常量",
"WI_Entry_Status_Normal": "普通",
"WI_Entry_Status_Vectorized": "矢量化",
"WI_Entry_Status_Disabled": "禁用",
"T_Position": "↑Char在角色定义之前\n↓Char在角色定义之后\n↑AN在作者注释之前\n↓AN在作者注释之后\n@D在深度D处",
"Before Char Defs": "角色定义之前",
"After Char Defs": "角色定义之后",
"Before EM": "↑EM",
"After EM": "↓EM",
"Before AN": "作者注释之前",
"After AN": "作者注释之后",
"at Depth System": "@D ⚙​​️",
"at Depth User": "@D 👤",
"at Depth AI": "@D 🤖",
"Depth": "深度",
"Order:": "顺序:",
"Order": "顺序:",
"Trigger %:": "触发 ",
"Probability": "可能性",
"Duplicate world info entry": "重复的世界信息条目",
"Delete world info entry": "删除世界信息条目",
"Comma separated (required)": "逗号分隔(必填)",
"Primary Keywords": "主要关键字",
"Keywords or Regexes": "关键字或正则表达式",
"Comma separated list": "逗号分隔列表",
"Switch to plaintext mode": "切换到纯文本模式",
"Logic": "逻辑",
"AND ANY": "与任意",
"AND ALL": "与所有",
"NOT ALL": "非所有",
"NOT ANY": "非任何",
"(ignored if empty)": "(若为空则忽略)",
"Optional Filter": "可选过滤器",
"Keywords or Regexes (ignored if empty)": "关键字或正则表达式(如果为空则忽略)",
"Comma separated list (ignored if empty)": "逗号分隔列表(如果为空则忽略)",
"Use global setting": "使用全局设置",
"Case-Sensitive": "区分大小写",
"Yes": "是",
"No": "否",
"Can be used to automatically activate Quick Replies": "可用于自动激活快速回复",
"Automation ID": "自动化ID",
"( None )": " 没有任何 ",
"Content": "内容",
"Exclude from recursion": "从递归中排除",
"Prevent further recursion (this entry will not activate others)": "防止进一步递归(本条目将不会激活其他条目)",
"Delay until recursion (this entry can only be activated on recursive checking)": "延迟到递归(本条目只能在递归检查时激活)",
"What this keyword should mean to the AI, sent verbatim": "这个关键词对AI的含义逐字发送",
"Filter to Character(s)": "应用到角色",
"Character Exclusion": "反选角色",
"-- Characters not found --": "-- 未找到角色 --",
"Inclusion Group": "包含群组",
"Inclusion Groups ensure only one entry from a group is activated at a time, if multiple are triggered.\r\rDocumentation: World Info - Inclusion Group": "包含组可确保每次仅激活组中的一项(如果触发了多项)。支持多个逗号分隔的组。文档:世界信息 - 包含组",
"Prioritize this entry: When checked, this entry is prioritized out of all selections.\rIf multiple are prioritized, the one with the highest 'Order' is chosen.": "优先考虑此条目:选中后,此条目在所有选择中优先考虑。如果优先考虑多个条目,则选择“顺序”最高的条目。",
"Only one entry with the same label will be activated": "只有一个带有相同标签的条目将被激活",
"A relative likelihood of entry activation within the group": "组内进入激活的相对可能性",
"Group Weight": "群组权重",
"Selective": "选择性",
"Use Probability": "使用概率",
"Add Memo": "添加备忘录",
"Text or token ids": "文本或 [token ID]",
"close": "关闭",
"prompt_manager_edit": "编辑",
"prompt_manager_name": "姓名",
"A name for this prompt.": "此提示的名称。",
"To whom this message will be attributed.": "此消息应归于谁。",
"AI Assistant": "AI助手",
"prompt_manager_position": "位置",
"Injection position. Next to other prompts (relative) or in-chat (absolute).": "注入位置。其他提示旁边(相对)或在聊天中(绝对)。",
"prompt_manager_relative": "相对",
"prompt_manager_absolute": "绝对",
"prompt_manager_depth": "深度",
"Injection depth. 0 = after the last message, 1 = before the last message, etc.": "注入深度。0 = 在最后一条消息之后1 = 在最后一条消息之前,等等。",
"Prompt": "提示词",
"The prompt to be sent.": "要发送的提示。",
"This prompt cannot be overridden by character cards, even if overrides are preferred.": "即使选择覆盖,此提示也不能被角色卡覆盖。",
"prompt_manager_forbid_overrides": "禁止覆盖",
"reset": "重置",
"save": "保存",
"This message is invisible for the AI": "此消息对AI不可见",
"Message Actions": "消息操作",
"Translate message": "翻译消息",
"Generate Image": "生成图片",
"Narrate": "叙述",
"Exclude message from prompts": "从提示词中排除消息",
"Include message in prompts": "将消息包含在提示词中",
"Embed file or image": "嵌入文件或图像",
"Create checkpoint": "创建检查点",
"Create Branch": "创建分支",
"Copy": "复制",
"Open checkpoint chat": "打开检查点聊天",
"Edit": "编辑",
"Confirm": "确认",
"Copy this message": "复制此消息",
"Delete this message": "删除此消息",
"Move message up": "将消息上移",
"Move message down": "将消息下移",
"Enlarge": "放大",
"Welcome to SillyTavern!": "欢迎来到 SillyTavern",
"welcome_message_part_1": "阅读",
"welcome_message_part_2": "官方文档",
"welcome_message_part_3": "。",
"welcome_message_part_4": "类型",
"welcome_message_part_5": "在聊天中输入命令和宏。",
"welcome_message_part_6": "加入",
"Discord server": "Discord 服务器",
"welcome_message_part_7": "了解信息和公告。",
"SillyTavern is aimed at advanced users.": "SillyTavern 面向高级用户。",
"If you're new to this, enable the simplified UI mode below.": "如果您是新手,请启用下面的简化 UI 模式。",
"Change it later in the 'User Settings' panel.": "稍后在“用户设置”面板中更改它。",
"Enable simple UI mode": "启用简单 UI 模式",
"Looking for AI characters?": "正在寻找 AI 角色?",
"onboarding_import": "导入",
"from supported sources or view": "来自受支持的来源或查看",
"Sample characters": "示例角色",
"Your Persona": "您的人设",
"Before you get started, you must select a persona name.": "在开始之前,您必须选择一个人设名称。",
"welcome_message_part_8": "您可随时通过以下方式更改此设置:",
"welcome_message_part_9": "图标。",
"Persona Name:": "人设名称:",
"Temporarily disable automatic replies from this character": "暂时禁用此角色的自动回复",
"Enable automatic replies from this character": "启用此角色的自动回复",
"Trigger a message from this character": "从此角色触发消息",
"Move up": "向上移动",
"Move down": "向下移动",
"View character card": "查看角色卡片",
"Remove from group": "从群组中移除",
"Add to group": "添加到群组中",
"Alternate Greetings": "交替问候",
"Alternate_Greetings_desc": "开始新聊天时,这些按钮将在第一条消息上显示为滑动按钮。\n群组成员可以选择其中一个按钮来发起对话。",
"Alternate Greetings Hint": "单击按钮即可开始!",
"(This will be the first message from the character that starts every chat)": "(这将是角色在每次聊天开始时发送的第一条消息。)",
"Forbid Media Override explanation": "当前角色/群组在聊天中使用外部媒体的能力。",
"Forbid Media Override subtitle": "媒体:图像、视频、音频。外部:不在本地服务器上托管。",
"Always forbidden": "始终禁止",
"Always allowed": "始终允许",
"View contents": "查看内容",
"Remove the file": "删除文件",
"Unique to this chat": "此聊天独有",
"Checkpoints inherit the Note from their parent, and can be changed individually after that.": "检查点从其父级继承注释,之后可以单独更改。",
"Include in World Info Scanning": "纳入世界信息扫描",
"Before Main Prompt / Story String": "主提示/故事线之前",
"After Main Prompt / Story String": "主提示/故事线之后",
"as": "作为",
"Insertion Frequency": "插入频率",
"(0 = Disable, 1 = Always)": "0 = 禁用1 = 始终)",
"User inputs until next insertion:": "用户输入直到下一次插入:",
"Character Author's Note (Private)": "人物作者注(私人)",
"Won't be shared with the character card on export.": "导出时不会与角色卡共享。",
"Will be automatically added as the author's note for this character. Will be used in groups, but can't be modified when a group chat is open.": "会自动添加为该角色的作者注解,在群聊中使用,但群聊开启时无法修改。",
"Use character author's note": "使用角色作者的注释",
"Replace Author's Note": "替换作者注",
"Default Author's Note": "默认作者注",
"Will be automatically added as the Author's Note for all new chats.": "将自动添加为所有新聊天的作者注释。",
"Chat CFG": "聊天CFG",
"1 = disabled": "1 = 已禁用",
"write short replies, write replies using past tense": "写简短的回复,用过去时写回复",
"Positive Prompt": "积极提示",
"Use character CFG scales": "使用字符 CFG 尺度",
"Character CFG": "角色配置",
"Will be automatically added as the CFG for this character.": "将自动添加为该角色的 CFG。",
"Global CFG": "全球CFG",
"Will be used as the default CFG options for every chat unless overridden.": "除非被覆盖,否则将用作每次聊天的默认 CFG 选项。",
"CFG Prompt Cascading": "CFG 提示级联",
"Combine positive/negative prompts from other boxes.": "结合来自其他框的正面/负面提示。",
"For example, ticking the chat, global, and character boxes combine all negative prompts into a comma-separated string.": "例如,勾选聊天、全局和角色框会将所有负面提示组合成以逗号分隔的字符串。",
"Always Include": "始终包含",
"Chat Negatives": "聊天负面信息",
"Character Negatives": "性格缺点",
"Global Negatives": "全球负面消息",
"Custom Separator:": "自定义分隔符:",
"Insertion Depth:": "插入深度:",
"Token Probabilities": "词符概率",
"Select a token to see alternatives considered by the AI.": "选择一个词符来查看 AI 考虑的替代方案。",
"Not connected to API!": "未连接到API",
"Type a message, or /? for help": "键入消息,或 /? 获取帮助",
"Continue script execution": "继续执行脚本",
"Pause script execution": "暂停脚本执行",
"Abort script execution": "中止脚本执行",
"Abort request": "中止请求",
"Continue the last message": "继续上一条消息",
"Send a message": "发送消息",
"Close chat": "关闭聊天",
"Toggle Panels": "切换面板",
"Back to parent chat": "返回到父级聊天",
"Save checkpoint": "保存检查点",
"Convert to group": "转换为群聊",
"Start new chat": "开始新聊天",
"Manage chat files": "管理聊天文件",
"Delete messages": "删除消息",
"Regenerate": "重新生成",
"Ask AI to write your message for you": "请求AI为您撰写消息",
"Impersonate": "AI 帮答",
"Continue": "继续",
"Bind user name to that avatar": "将用户名称绑定到该头像",
"Change persona image": "更改人设头像",
"Select this as default persona for the new chats.": "选择此项作为新聊天的默认人设。",
"Delete persona": "删除人设",
"These characters are the winners of character design contests and have outstandable quality.": "这些角色都是角色设计大赛的获奖者,品质非常出色。",
"Contest Winners": "比赛获胜者",
"These characters are the finalists of character design contests and have remarkable quality.": "这些角色都是角色设计大赛的入围作品,品质十分出色。",
"Featured Characters": "特色角色",
"Attach a File": "附加文件",
"Open Data Bank": "开放数据库",
"Enter a URL or the ID of a Fandom wiki page to scrape:": "输入要抓取的 Fandom wiki 页面的 URL 或 ID",
"Examples:": "例:",
"Example:": "例:",
"Single file": "单个文件",
"All articles will be concatenated into a single file.": "所有文章将被合并为一个文件。",
"File per article": "每篇文章的文件数",
"Each article will be saved as a separate file.": "不推荐。每篇文章将保存为单独的文件。",
"Data Bank": "数据银行",
"These files will be available for extensions that support attachments (e.g. Vector Storage).": "这些文件将可用于支持附件的扩展(例如 Vector Storage。",
"Supported file types: Plain Text, PDF, Markdown, HTML, EPUB.": "支持的文件类型纯文本、PDF、Markdown、HTML、EPUB。",
"Drag and drop files here to upload.": "将文件拖放到此处进行上传。",
"Date (Newest First)": "日期(最新日期)",
"Date (Oldest First)": "日期(最早日期)",
"Name (A-Z)": "姓名(从 A 到 Z",
"Name (Z-A)": "姓名 (Z-A)",
"Size (Smallest First)": "尺寸(最小)",
"Size (Largest First)": "尺寸(最大尺寸优先)",
"Bulk Edit": "批量编辑",
"Select All": "全选",
"Select None": "清空选择",
"Global Attachments": "全局附件",
"These files are available for all characters in all chats.": "这些文件可供所有聊天中的所有角色使用。",
"Character Attachments": "角色附件",
"These files are available the current character in all chats they are in.": "当前角色可以在其参与的所有聊天中找到这些文件。",
"Saved locally. Not exported.": "已本地保存。未导出。",
"Chat Attachments": "聊天附件",
"These files are available to all characters in the current chat.": "当前聊天中的所有角色都可以使用这些文件。",
"Enter a base URL of the MediaWiki to scrape.": "输入要抓取的 MediaWiki 的基本 URL。",
"Don't include the page name!": "不要包含页面名称!",
"Enter web URLs to scrape (one per line):": "输入要抓取的网址(每行一个):",
"Enter a video URL to download its transcript.": "输入视频 URL 或 ID 即可下载其文本。",
"Expression API": "本地\n附加\nLLM",
"Fallback Expression": "回落表达式",
"ext_sum_with": "总结如下:",
"ext_sum_main_api": "主要 API",
"ext_sum_current_summary": "当前摘要:",
"ext_sum_restore_previous": "恢复上一个",
"ext_sum_memory_placeholder": "摘要将在这里生成...",
"Trigger a summary update right now.": "现在总结",
"ext_sum_force_text": "现在总结",
"Disable automatic summary updates. While paused, the summary remains as-is. You can still force an update by pressing the Summarize now button (which is only available with the Main API).": "禁用自动摘要更新。暂停时,摘要保持原样。您仍然可以通过按“立即汇总”按钮(仅适用于主 API强制更新。",
"ext_sum_pause": "暂停",
"Omit World Info and Author's Note from text to be summarized. Only has an effect when using the Main API. The Extras API always omits WI/AN.": "从要总结的文本中省略世界信息和作者注释。仅在使用主 API 时有效。附加 API 始终省略世界书/作者注。",
"ext_sum_no_wi_an": "无世界书/作者注",
"ext_sum_settings_tip": "编辑摘要提示、插入位置等。",
"ext_sum_settings": "摘要设置",
"ext_sum_prompt_builder": "提示生成器",
"ext_sum_prompt_builder_1_desc": "扩展将使用尚未汇总的消息构建自己的提示。阻止聊天,直到生成摘要为止。",
"ext_sum_prompt_builder_1": "原始,阻塞",
"ext_sum_prompt_builder_2_desc": "扩展将使用尚未汇总的消息构建自己的提示。在生成摘要时不会阻止聊天。并非所有后端都支持此模式。",
"ext_sum_prompt_builder_2": "原始,非阻塞",
"ext_sum_prompt_builder_3_desc": "扩展将使用常规主提示生成器并将摘要请求添加为其作为最后的系统消息。",
"ext_sum_prompt_builder_3": "经典,阻塞",
"Summary Prompt": "摘要提示",
"ext_sum_restore_default_prompt_tip": "恢复默认提示",
"ext_sum_prompt_placeholder": "该提示将被发送给 AI以请求生成摘要。{{words}} 将解析为“字数”参数。",
"ext_sum_target_length_1": "目标摘要长度",
"ext_sum_target_length_2": "",
"ext_sum_target_length_3": "字)",
"ext_sum_api_response_length_1": "API 响应长度",
"ext_sum_api_response_length_2": "",
"ext_sum_api_response_length_3": "词符",
"ext_sum_0_default": "0 = 默认",
"ext_sum_raw_max_msg": "[原始] 每个请求的最大消息数",
"ext_sum_0_unlimited": "0 = 无限制",
"Update frequency": "更新频率",
"ext_sum_update_every_messages_1": "更新间隔",
"ext_sum_update_every_messages_2": "消息",
"ext_sum_0_disable": "0 = 禁用",
"ext_sum_auto_adjust_desc": "尝试根据聊天指标自动调整间隔。",
"ext_sum_update_every_words_1": "更新间隔",
"ext_sum_update_every_words_2": "字",
"ext_sum_both_sliders": "如果两个滑块都不为零,则两者都将按照各自的间隔触发摘要更新。",
"ext_sum_injection_template": "插入模板",
"ext_sum_memory_template_placeholder": "{{summary}} 将解析当前摘要内容。",
"ext_sum_injection_position": "插入位置",
"How many messages before the current end of the chat.": "当前聊天结束前还有多少条消息。",
"ext_regex_title": "正则",
"ext_regex_new_global_script": "新建全局正则",
"ext_regex_new_scoped_script": "新建局部正则",
"ext_regex_import_script": "导入正则",
"ext_regex_global_scripts": "全局正则脚本",
"ext_regex_global_scripts_desc": "影响所有角色,保存在本地设定中",
"ext_regex_scoped_scripts": "局部正则脚本",
"ext_regex_scoped_scripts_desc": "只影响当前角色,保存在角色卡片中",
"Regex Editor": "正则表达式编辑器",
"Test Mode": "测试模式",
"ext_regex_desc": "Regex 是一款使用正则表达式查找/替换字符串的工具。如果您想了解更多信息,请点击标题旁边的 ?。",
"Input": "输入",
"ext_regex_test_input_placeholder": "在此输入...",
"Output": "输出",
"ext_regex_output_placeholder": "空",
"Script Name": "脚本名称",
"Find Regex": "查找正则表达式",
"Replace With": "替换为",
"ext_regex_replace_string_placeholder": "使用 {{match}} 包含来自“查找正则表达式”或“$1”、“$2”等的匹配文本作为捕获组。",
"Trim Out": "修剪掉",
"ext_regex_trim_placeholder": "在替换之前全局修剪正则表达式匹配中任何不需要的部分。用回车键分隔每个元素。",
"ext_regex_affects": "影响",
"ext_regex_user_input": "用户输入",
"ext_regex_ai_output": "AI输出",
"Slash Commands": "斜线命令",
"ext_regex_min_depth_desc": "当应用于提示或显示时,仅影响深度至少为 N 级的消息。0 = 最后一条消息1 = 倒数第二条消息等。仅计算 WI 条目 @Depth 和可用消息,即非隐藏或系统消息。",
"Min Depth": "最小深度",
"ext_regex_min_depth_placeholder": "无限",
"ext_regex_max_depth_desc": "当应用于提示或显示时,仅影响深度不超过 N 级的消息。0 = 最后一条消息1 = 倒数第二条消息等。仅计算 WI 条目 @Depth 和可用消息,即非隐藏或系统消息。",
"ext_regex_other_options": "其他选项",
"Only Format Display": "仅格式显示",
"ext_regex_only_format_prompt_desc": "聊天记录不会改变,只有在请求发送时(生成时)才会出现提示。",
"Only Format Prompt (?)": "仅格式提示",
"Run On Edit": "运行编辑",
"ext_regex_substitute_regex_desc": "在运行 Find Regex 之前,替换 {{macros}}",
"Substitute Regex": "替代正则表达式",
"ext_regex_import_target": "导入至:",
"ext_regex_disable_script": "禁用脚本",
"ext_regex_enable_script": "启用脚本",
"ext_regex_edit_script": "编辑脚本",
"ext_regex_move_to_global": "移至全局脚本",
"ext_regex_move_to_scoped": "移至作用域脚本",
"ext_regex_export_script": "导出脚本",
"ext_regex_delete_script": "删除脚本",
"Trigger Stable Diffusion": "触发稳定扩散",
"sd_Yourself": "你自己",
"sd_Your_Face": "你的脸",
"sd_Me": "我",
"sd_The_Whole_Story": "整个故事",
"sd_The_Last_Message": "最后的信息",
"sd_Raw_Last_Message": "原始最后一条消息",
"sd_Background": "背景",
"Image Generation": "图像生成",
"sd_refine_mode": "允许在将提示发送到生成 API 之前手动编辑提示",
"sd_refine_mode_txt": "生成之前编辑提示",
"sd_interactive_mode": "发送消息时自动生成图像,例如“给我发一张猫的照片”。",
"sd_interactive_mode_txt": "交互模式",
"sd_multimodal_captioning": "使用多模式字幕根据用户和角色的头像生成提示。",
"sd_multimodal_captioning_txt": "使用多模式字幕来描绘肖像",
"sd_expand": "使用文本生成模型自动扩展提示",
"sd_expand_txt": "自动增强提示",
"sd_snap": "快照生成请求具有强制纵横比(肖像、背景)到最接近已知分辨率,同时尝试保留绝对像素数(推荐用于 SDXL。",
"sd_snap_txt": "自动调整分辨率",
"Source": "来源",
"sd_auto_url": "例如:{{auto_url}}",
"Authentication (optional)": "身份验证(可选)",
"Example: username:password": "例:用户名:密码",
"Important:": "重要:",
"sd_auto_auth_warning_1": "使用",
"sd_auto_auth_warning_2": "注意!服务器必须可从 SillyTavern 主机访问。",
"sd_drawthings_url": "例如:{{drawthings_url}}",
"sd_drawthings_auth_txt": "运行 DrawThings 应用程序并在 UI 中启用 HTTP API 开关!必须可以从 SillyTavern 主机访问服务器。",
"sd_vlad_url": "例如:{{vlad_url}}",
"The server must be accessible from the SillyTavern host machine.": "必须能够从 SillyTavern 主机访问该服务器。",
"Hint: Save an API key in Horde KoboldAI API settings to use it here.": "提示:在 Horde KoboldAI API 设置中保存一个 API 密钥以便在此处使用它。",
"Allow NSFW images from Horde": "允许 Horde 的 NSFW 图片",
"Sanitize prompts (recommended)": "净化提示(推荐)",
"Automatically adjust generation parameters to ensure free image generations.": "自动调整生成参数,确保图像生成自由。",
"Avoid spending Anlas": "避免花费 Anlas",
"Opus tier": "(作品层)",
"View my Anlas": "查看我的目录",
"These settings only apply to DALL-E 3": "这些设置仅适用于 DALL-E 3",
"Image Style": "图像风格",
"Image Quality": "画面质量",
"Standard": "标准",
"HD": "高清",
"sd_comfy_url": "例如:{{comfy_url}}",
"Open workflow editor": "打开工作流编辑器",
"Create new workflow": "创建新的工作流程",
"Delete workflow": "删除工作流",
"Enhance": "提高",
"Refine": "优化",
"Decrisper": "破译者",
"Sampling steps": "采样步数()",
"Width": "宽度()",
"Height": "高度()",
"Resolution": "解决",
"Model": "模型",
"Sampling method": "采样方法",
"Karras (not all samplers supported)": "Karras并非所有采样器都受支持",
"SMEA versions of samplers are modified to perform better at high resolution.": "SMEA 版本的采样器经过修改,在高分辨率下性能更佳。",
"SMEA": "中小企业协会",
"DYN variants of SMEA samplers often lead to more varied output, but may fail at very high resolutions.": "SMEA 采样器的 DYN 变体通常会产生更加多样化的输出,但在非常高的分辨率下可能会失败。",
"DYN": "动态",
"Scheduler": "调度器",
"Restore Faces": "恢复面孔",
"Hires. Fix": "招聘。修复",
"Upscaler": "升频器",
"Upscale by": "高档的",
"Denoising strength": "去噪强度",
"Hires steps (2nd pass)": "雇用员工步骤(第二遍)",
"Preset for prompt prefix and negative prompt": "提示前缀和否定提示的预设",
"Style": "风格",
"Save style": "保存样式",
"Delete style": "删除样式",
"Common prompt prefix": "常见提示前缀",
"sd_prompt_prefix_placeholder": "使用 {prompt} 指定生成的提示插入的位置",
"Negative common prompt prefix": "否定常见提示前缀",
"Character-specific prompt prefix": "特定字符的提示前缀",
"Won't be used in groups.": "不可供群聊使用。",
"sd_character_prompt_placeholder": "描述当前选定角色的任何特征。将添加在常见提示前缀后。\n示例女性、绿眼睛、棕色头发、粉色衬衫",
"Character-specific negative prompt prefix": "特定字符的否定提示前缀",
"sd_character_negative_prompt_placeholder": "所选角色不应出现的任何特征。将添加在负面常见提示前缀后。\n示例珠宝、鞋子、眼镜",
"Shareable": "可共享",
"Image Prompt Templates": "图像提示模板",
"Vectors Model Warning": "建议在聊天过程中更改模型时清除向量。否则会导致结果不理想。",
"Translate files into English before processing": "处理之前将文件翻译成英文",
"Manager Users": "管理用户",
"New User": "新用户",
"Status:": "地位:",
"Created:": "创建时间:",
"Display Name:": "显示名称:",
"User Handle:": "用户句柄:",
"Password:": "密码:",
"Confirm Password:": "确认密码:",
"This will create a new subfolder...": "这将在 /data/ 目录中创建一个新的子文件夹,以用户的句柄作为文件夹名称。",
"Current Password:": "当前密码:",
"New Password:": "新密码:",
"Confirm New Password:": "确认新密码:",
"Debug Warning": "此类别中的功能仅供高级用户使用。如果您不确定后果,请不要点击任何内容。",
"Execute": "执行",
"Are you sure you want to delete this user?": "您确定要删除该用户吗?",
"Deleting:": "删除:",
"Also wipe user data.": "也清空用户数据。",
"Warning:": "警告:",
"This action is irreversible.": "此操作不可逆。",
"Type the user's handle below to confirm:": "在下面输入用户的名称以确认:",
"Import Characters": "导入角色",
"Enter the URL of the content to import": "输入要导入的内容的URL",
"Supported sources:": "支持的来源:",
"char_import_1": "Chub 角色直链或ID",
"char_import_example": "例子:",
"char_import_2": "Chub Lorebook直链或ID",
"char_import_3": "JanitorAI 角色直链或UUID",
"char_import_4": "Pygmalion.chat 角色直链或UUID",
"char_import_5": "AICharacterCard.com 角色直链或ID",
"char_import_6": "被允许的PNG直链请参阅",
"char_import_7": "",
"char_import_8": "RisuRealm 角色(直链)",
"Supports importing multiple characters.": "支持导入多个角色。",
"Write each URL or ID into a new line.": "将每个 URL 或 ID 写入新行。",
"Export for character": "导出角色",
"Export prompts for this character, including their order.": "导出此角色的提示,包括其顺序。",
"Export all": "全部导出",
"Export all your prompts to a file": "将所有提示导出到文件",
"Insert prompt": "插入提示词",
"Delete prompt": "删除提示词",
"Import a prompt list": "导入提示词列表",
"Export this prompt list": "导出此提示词列表",
"Reset current character": "重置当前角色",
"New prompt": "新提示词",
"Prompts": "提示词",
"Total Tokens:": "总词符数:",
"prompt_manager_tokens": "词符",
"Are you sure you want to reset your settings to factory defaults?": "您确定要将设置重置为出厂默认设置吗?",
"Don't forget to save a snapshot of your settings before proceeding.": "在继续之前,不要忘记保存您的设置快照。",
"Settings Snapshots": "设置快照",
"Record a snapshot of your current settings.": "记录当前设置的快照。",
"Make a Snapshot": "制作快照",
"Restore this snapshot": "恢复此快照",
"Hi,": "嘿,",
"To enable multi-account features, restart the SillyTavern server with": "要启用多帐户功能,请使用以下命令重新启动 SillyTavern 服务器",
"set to true in the config.yaml file.": "在 config.yaml 文件中设置为 true。",
"Account Info": "帐户信息",
"To change your user avatar, use the buttons below or select a default persona in the Persona Management menu.": "要更改您的用户头像,请使用下面的按钮或在角色管理菜单中选择一个默认角色。",
"Set your custom avatar.": "设置您的自定义头像。",
"Remove your custom avatar.": "删除您的自定义头像。",
"Handle:": "账号:",
"This account is password protected.": "此帐户受密码保护。",
"This account is not password protected.": "此帐户没有密码保护。",
"Account Actions": "帐户操作",
"Change Password": "修改密码",
"Manage your settings snapshots.": "管理您的设置快照。",
"Download a complete backup of your user data.": "下载您所有的用户数据的完整备份。",
"Download Backup": "下载备份",
"Danger Zone": "危险操作",
"Reset your settings to factory defaults.": "将您的设置重置为默认值。",
"Reset Settings": "重置设置",
"Wipe all user data and reset your account to factory settings.": "删除所有用户数据并将您的账号重置为默认设置。",
"Reset Everything": "重置一切",
"Reset Code:": "重置代码:",
"Want to update?": "获取最新版本",
"How to start chatting?": "如何快速开始聊天?",
"Click ": "点击",
"and select a": "并选择一个",
"Chat API": "聊天API",
"and pick a character.": "并选择一个角色。",
"You can browse a list of bundled characters in the": "您可以在",
"Download Extensions & Assets": "下载扩展和资源菜单",
"menu within": "中浏览已捆绑的角色列表",
"Confused or lost?": "获取更多帮助?",
"click these icons!": "点击这些图标!",
"in the chat bar": "在聊天框中",
"SillyTavern Documentation Site": "SillyTavern帮助文档",
"Extras Installation Guide": "扩展安装指南",
"Still have questions?": "仍有疑问?",
"Join the SillyTavern Discord": "加入SillyTavern Discord",
"Post a GitHub issue": "发布GitHub问题",
"Contact the developers": "联系开发人员"
}