Supplemented zh-CN UI translation
| @@ -3319,7 +3319,7 @@ | ||
| 3319 | 3319 | </div> |
| 3320 | 3320 | <h4 data-i18n="Enter a Model ID">Enter a Model ID</h4> |
| 3321 | 3321 | <div class="flex-container"> |
| 3322 | 3322 | <input list="model_custom_select_fill" id="custom_model_id" class="text_pole wide100p" value="" autocomplete="off" data-i18n="[placeholder]Example: gpt-3.5-turbo4o" placeholder="Example: gpt-3.5-turbo4o"> |
| 3323 | 3323 | <datalist id="model_custom_select_fill" class="text_pole model_custom_select"></datalist> |
| 3324 | 3324 | </div> |
| 3325 | 3325 | <h4 data-i18n="Available Models">Available Models</h4> |
| @@ -1132,7 +1132,7 @@ | ||
| 1132 | 1132 | "Custom API Key": "Ключ от кастомного API", |
| 1133 | 1133 | "(Optional)": "(необязательно)", |
| 1134 | 1134 | "Enter a Model ID": "Введите идентификатор модели", |
| 1135 | 1135 | "Example: gpt-3.5-turbo4o": "Пример: gpt-3.5-turbo4o", |
| 1136 | 1136 | "Available Models": "Доступные модели", |
| 1137 | 1137 | "Prompt Post-Processing": "Постобработка промпта", |
| 1138 | 1138 | "Applies additional processing to the prompt before sending it to the API.": "Позволяет обработать промпт перед отправкой в API.", |
| @@ -185,13 +185,13 @@ | ||
| 185 | 185 | "Mirostat Eta": "Mirostat η", |
| 186 | 186 | "Learning rate of Mirostat": "Mirostat 的学习率。", |
| 187 | 187 | "Beam search": "束搜索", |
| 188 | 188 | "A greedy, brute-force algorithm used in LLM sampling to find the most likely sequence of words or tokens. It expands multiple candidate sequences at once, maintaining a fixed number (beam width) of top sequences at each step.": "A greedy, brute-force algorithm used in LLM sampling to find the most likely sequence of words or tokens. It expands multiple candidate sequences at once, maintaining a fixed number (beam width) of top sequences at each step.一种在LLM采样中使用的贪婪暴力算法,用于找到最可能的单词或标记序列。它一次扩展多个候选序列,在每一步保留固定数量(光束宽度)的最佳序列。", |
| 189 | 189 | "# of Beams": "# of Beams光束数量", |
| 190 | 190 | "The number of sequences generated at each step with Beam Search.": "The number of sequences generated at each step with Beam Search.", |
| 191 | 191 | "Length Penalty": "长度惩罚", |
| 192 | 192 | "Penalize sequences based on their length.": "Penalize sequences based on their length.", |
| 193 | 193 | "Early Stopping": "提前停止", |
| 194 | 194 | "Controls the stopping condition for beam search. If checked, the generation stops as soon as there are '# of Beams' sequences. If not checked, a heuristic is applied and the generation is stopped when it's very unlikely to find better candidates.": "Controls the stopping condition for beam search. If checked, the generation stops as soon as there are '# of Beams' sequences. If not checked, a heuristic is applied and the generation is stopped when it's very unlikely to find better candidates.控制光束搜索的停止条件。勾选时,当生成到达‘光束数量’的序列时停止。如果未勾选,则采用启发式方法,当几乎不可能找到更好的候选项时停止生成。", |
| 195 | 195 | "Contrastive search": "对比搜索", |
| 196 | 196 | "Contrastive_search_txt": "通过利用大多数 LLM 表示空间的各向同性以鼓励多样性同时保持一致性的采样器。详见 Su 等人在 2022 年发表的论文 《A Contrastive Framework for Neural Text Generation》。", |
| 197 | 197 | "Penalty Alpha": "惩罚系数 α", |
| @@ -208,7 +208,7 @@ | ||
| 208 | 208 | "Speculative Ngram": "推测性 Ngram", |
| 209 | 209 | "Use a different speculative decoding method without a draft model": "使用不同的推测解码方法(不采用草稿模型)。最好使用草稿模型。推测性 Ngram 的效果不太好。", |
| 210 | 210 | "Spaces Between Special Tokens": "特殊词符之间的空格", |
| 211 | - "Seed_desc": "A random seed to use for deterministic and reproducable outputs. Set to -1 to use a random seed.", | |
| 211 | + "Seed_desc": "一个用于生成确定性和可复现的输出的随机种子。设置为 -1 时会使用随机种子。", | |
| 212 | 212 | "LLaMA / Mistral / Yi models only": "LLaMA / Mistral / Yi模型专用。首先确保您选择了适当的词符化器。\n这项设置决定了你不想在结果中看到的字符串。\n每行一个字符串。可以是文本或者[词符id]。\n许多词符以空格开头。如果不确定,请使用词符计数器。", |
| 213 | 213 | "Example: some text [42, 69, 1337]": "例如:\n一些文本\n[42, 69, 1337]", |
| 214 | 214 | "CFG": "CFG", |
| @@ -227,8 +227,8 @@ | ||
| 227 | 227 | "llama.cpp only. Determines the order of samplers. If Mirostat mode is not 0, sampler order is ignored.": "仅限 llama.cpp。确定采样器的顺序。如果 Mirostat 模式不为 0,则忽略采样器顺序。", |
| 228 | 228 | "Sampler Priority": "采样器优先级", |
| 229 | 229 | "Ooba only. Determines the order of samplers.": "确定采样器的顺序(仅适用于Ooba)", |
| 230 | 230 | "Aphrodite only. Determines the order of samplers. Skew is always applied post-softmax, so it's not included here.": "Aphrodite only. Determines the order of samplers.仅适用于 Aphrodite,用于确定采样器的顺序。偏移(Skew is always applied)始终在 post-softmax, so it's not included here.后应用,因此不包含在这里。", |
| 231 | 231 | "Aphrodite only. Determines the order of samplers.": "Aphrodite only. Determines the order of仅适用于 samplers.Aphrodite。用于确定采样器的顺序。", |
| 232 | 232 | "Character Names Behavior": "角色名称行为", |
| 233 | 233 | "Helps the model to associate messages with characters.": "有助于模型将消息与角色关联起来。", |
| 234 | 234 | "None": "无", |
| @@ -274,7 +274,7 @@ | ||
| 274 | 274 | "Assistant Impersonation Prefill": "AI帮答预填", |
| 275 | 275 | "Use system prompt (Claude 2.1+ only)": "使用系统提示词(仅适用于Claude 2.1+)", |
| 276 | 276 | "Send the system prompt for supported models. If disabled, the user message is added to the beginning of the prompt.": "为支持的模型发送系统提示词。如果禁用,则用户消息将添加到提示词的开头。", |
| 277 | 277 | "Confirm token parsing with": "Confirm token parsing with确认使用以下工具进行词符解析", |
| 278 | 278 | "Tokenizer": "词符化器", |
| 279 | 279 | "New preset": "新预设", |
| 280 | 280 | "Delete preset": "删除预设", |
| @@ -320,7 +320,7 @@ | ||
| 320 | 320 | "Novel AI Model": "Novel AI 模型", |
| 321 | 321 | "No connection...": "没有连接...", |
| 322 | 322 | "API Type": "API 类型", |
| 323 | 323 | "Generic (OpenAI-compatible) [LM Studio, LiteLLM, etc.]": "Generic通用(兼容 (OpenAI-compatible) )[LM Studio, 、LiteLLM, etc.等]", |
| 324 | 324 | "TogetherAI API Key": "TogetherAI API 密钥", |
| 325 | 325 | "TogetherAI Model": "TogetherAI 模型", |
| 326 | 326 | "-- Connect to the API --": "-- 连接到API --", |
| @@ -352,7 +352,7 @@ | ||
| 352 | 352 | "All": "All", |
| 353 | 353 | "class": "All Classes", |
| 354 | 354 | "Toggle grid view": "切换网格视图", |
| 355 | 355 | "No model description": "[No description无描述]", |
| 356 | 356 | "vllm-project/vllm": "vllm-project/vllm(OpenAI API 包装器模式)", |
| 357 | 357 | "vLLM API key": "vLLM API 密钥", |
| 358 | 358 | "Example: 127.0.0.1:8000": "示例:http://127.0.0.1:8000", |
| @@ -406,7 +406,7 @@ | ||
| 406 | 406 | "OpenAI Model": "OpenAI 模型", |
| 407 | 407 | "Bypass API status check": "绕过API状态检查", |
| 408 | 408 | "Show External models (provided by API)": "显示外部模型(由API提供)", |
| 409 | 409 | "Claude API Key": "Claude API Key密钥", |
| 410 | 410 | "Get your key from": "从以下位置获取您的密钥", |
| 411 | 411 | "Anthropic's developer console": "Anthropic 开发者控制台", |
| 412 | 412 | "Claude Model": "Claude 模型", |
| @@ -438,15 +438,15 @@ | ||
| 438 | 438 | "Perplexity Model": "Perplexity 模型", |
| 439 | 439 | "Cohere API Key": "Cohere API 密钥", |
| 440 | 440 | "Cohere Model": "Cohere 模型", |
| 441 | 441 | "Block Entropy API Key": "Block Entropy API Key密钥", |
| 442 | 442 | "Select a Model": "Select a Model选择一个模型", |
| 443 | 443 | "Custom Endpoint (Base URL)": "自定义端点(基本基础 URL)", |
| 444 | 444 | "Example: http://localhost:1234/v1": "例如:http://localhost:1234/v1", |
| 445 | 445 | "at the end of the URL!": "到 URL 的末尾!", |
| 446 | 446 | "Custom API Key": "自定义 API 密钥", |
| 447 | 447 | "(Optional)": "(可选)", |
| 448 | 448 | "Enter a Model ID": "输入模型名", |
| 449 | 449 | "Example: gpt-3.5-turbo4o": "例如:gpt-4o", |
| 450 | 450 | "Available Models": "可用模型", |
| 451 | 451 | "Prompt Post-Processing": "提示词后处理", |
| 452 | 452 | "Applies additional processing to the prompt before sending it to the API.": "在将提示词发送到 API 之前对其进行额外处理。", |
| @@ -510,25 +510,25 @@ | ||
| 510 | 510 | "Never": "永不", |
| 511 | 511 | "Groups and Past Personas": "Groups and Past Personas", |
| 512 | 512 | "Always": "永远", |
| 513 | 513 | "Instruct Sequences": "Instruct Sequences指令序列", |
| 514 | 514 | "User Message Sequences": "User Message Sequences用户消息序列", |
| 515 | 515 | "Inserted before a User message and as a last prompt line when impersonating.": "插入到用户消息之前并作为模拟时的最后一行提示词。", |
| 516 | 516 | "User Prefix": "用户消息前缀", |
| 517 | 517 | "Inserted after a User message.": "插入到用户消息之后。", |
| 518 | 518 | "User Suffix": "用户消息后缀", |
| 519 | 519 | "Assistant Message Sequences": "Assistant Message Sequences助手消息序列", |
| 520 | 520 | "Inserted before an Assistant message and as a last prompt line when generating an AI reply.": "插入到助手消息之前并作为生成 AI 回复时的最后一行提示词。", |
| 521 | 521 | "Assistant Prefix": "助手消息前缀", |
| 522 | 522 | "Inserted after an Assistant message.": "插入于助手消息之后。", |
| 523 | 523 | "Assistant Suffix": "助手消息后缀", |
| 524 | 524 | "System Message Sequences": "System Message Sequences系统消息序列", |
| 525 | 525 | "Inserted before a System (added by slash commands or extensions) message.": "插入到系统(由快捷命令或扩展添加)消息之前。", |
| 526 | 526 | "System Prefix": "System Message Prefix系统消息前缀", |
| 527 | 527 | "Inserted after a System message.": "插入到系统消息之后。", |
| 528 | 528 | "System Suffix": "System Message Suffix系统消息后缀", |
| 529 | 529 | "If enabled, System Sequences will be the same as User Sequences.": "如果启用,系统序列将与用户序列相同。", |
| 530 | 530 | "System same as User": "系统与用户相同", |
| 531 | 531 | "System Prompt Sequences": "System Prompt Sequences系统提示词序列", |
| 532 | 532 | "Inserted before a System prompt.": "插入到系统提示词之前。", |
| 533 | 533 | "System Prompt Prefix": "系统提示词前缀", |
| 534 | 534 | "Inserted after a System prompt.": "在系统提示词后插入。", |
| @@ -563,7 +563,7 @@ | ||
| 563 | 563 | "Token Padding": "词符填充", |
| 564 | 564 | "Miscellaneous": "杂项", |
| 565 | 565 | "Non-markdown strings": "非 Markdown 字符串", |
| 566 | 566 | "comma delimited,no spaces between": "comma delimited,no spaces between以逗号分隔,无需空格", |
| 567 | 567 | "Start Reply With": "以...开始回复", |
| 568 | 568 | "Show reply prefix in chat": "在聊天中显示回复前缀", |
| 569 | 569 | "World Info": "世界信息", |
| @@ -695,8 +695,8 @@ | ||
| 695 | 695 | "Show Message Token Count": "显示消息词符数", |
| 696 | 696 | "Single-row message input area. Mobile only, no effect on PC": "将输入框限制为一行。仅适用于移动设备,对PC无影响", |
| 697 | 697 | "Compact Input Area (Mobile)": "紧凑输入区域(移动端)", |
| 698 | 698 | "Display swipe numbers for all messages, not just the last.": "Display swipe numbers for all messages, not just the last.显示所有信息的滑动编号,而非仅限最后一条。", |
| 699 | 699 | "Swipe # for All Messages": "Swipe给所有信息分配滑动编号 # for All Messages", |
| 700 | 700 | "In the Character Management panel, show quick selection buttons for favorited characters": "在角色管理面板中,显示快速选择按钮以选择收藏的角色", |
| 701 | 701 | "Characters Hotswap": "角色卡热切换", |
| 702 | 702 | "Enable magnification for zoomed avatar display.": "启用放大功能以放大头像显示。", |
| @@ -901,7 +901,7 @@ | ||
| 901 | 901 | "Favorite characters to add them to HotSwaps": "收藏角色以将它们添加到快速热切换区", |
| 902 | 902 | "Token counts may be inaccurate and provided just for reference.": "词符计数可能不准确,仅供参考。", |
| 903 | 903 | "Total tokens": "总词符数", |
| 904 | 904 | "Calculating...": "正在计算…...", |
| 905 | 905 | "Tokens": "词符数", |
| 906 | 906 | "Permanent tokens": "永久词符", |
| 907 | 907 | "Permanent": "恒定的", |
| @@ -1030,7 +1030,7 @@ | ||
| 1030 | 1030 | "Chatty": "高", |
| 1031 | 1031 | "Examples of dialogue": "对话示例", |
| 1032 | 1032 | "Important to set the character's writing style.": "设置角色的写作风格,很重要!", |
| 1033 | 1033 | "(Examples of chat dialog. Begin each example with START on a new line.)": "((聊天对话的示例,每个示例都另起一行以<START>开头。))", |
| 1034 | 1034 | "Save": "保存", |
| 1035 | 1035 | "Chat History": "聊天记录", |
| 1036 | 1036 | "Import Chat": "导入聊天", |
| @@ -1142,8 +1142,8 @@ | ||
| 1142 | 1142 | "prompt_manager_relative": "相对", |
| 1143 | 1143 | "prompt_manager_in_chat": "聊天中", |
| 1144 | 1144 | "prompt_manager_depth": "深度", |
| 1145 | 1145 | "Injection depth. 0 = after the last message, 1 = before the last message, etc.": "注入深度。“0 = 在最后一条消息之后”为在最后一条消息之后,“1 = 在最后一条消息之前”为在最后一条消息之前,等等。", |
| 1146 | 1146 | "The content of this prompt is pulled from elsewhere and cannot be edited here.": "The content of this prompt is pulled from elsewhere and cannot be edited here.此提示词的内容是从其他地方提取的,无法在此处进行编辑。", |
| 1147 | 1147 | "Prompt": "提示词", |
| 1148 | 1148 | "The prompt to be sent.": "要发送的提示词。", |
| 1149 | 1149 | "This prompt cannot be overridden by character cards, even if overrides are preferred.": "即使选择覆盖,此提示词也不能被角色卡覆盖。", |
| @@ -1204,7 +1204,7 @@ | ||
| 1204 | 1204 | "alternate_greetings_hint_1": "点击", |
| 1205 | 1205 | "alternate_greetings_hint_2": "按钮即可开始!", |
| 1206 | 1206 | "Alternate Greeting #": "额外问候语 #", |
| 1207 | 1207 | "(This will be the first message from the character that starts every chat)": "((这是每次聊天开始时角色的第一条消息))", |
| 1208 | 1208 | "View contents": "查看内容", |
| 1209 | 1209 | "Remove the file": "删除文件", |
| 1210 | 1210 | "Author's Note": "作者注释", |
| @@ -1217,7 +1217,7 @@ | ||
| 1217 | 1217 | "Insertion Frequency": "插入频率", |
| 1218 | 1218 | "(0 = Disable, 1 = Always)": "(“0”为禁用,“1”为始终)", |
| 1219 | 1219 | "User inputs until next insertion:": "用户输入直到下一次插入:", |
| 1220 | 1220 | "Character Author's Note (Private)": "人物作者注(私有私密)", |
| 1221 | 1221 | "Won't be shared with the character card on export.": "导出时不会与角色卡共享。", |
| 1222 | 1222 | "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.": "会自动添加为该角色的作者注解,在群聊中使用,但群聊开启时无法修改。", |
| 1223 | 1223 | "Use character author's note": "使用角色作者的注释", |
| @@ -1244,9 +1244,9 @@ | ||
| 1244 | 1244 | "Insertion Depth:": "插入深度:", |
| 1245 | 1245 | "Token Probabilities": "词符概率", |
| 1246 | 1246 | "Select a token to see alternatives considered by the AI.": "选择一个词符来查看 AI 考虑的替代方案。", |
| 1247 | 1247 | "Reroll with the entire prefix": "Reroll with the entire prefix使用完整前缀重新生成", |
| 1248 | 1248 | "Not connected to API!": "未连接到API!", |
| 1249 | 1249 | "Type a message, or /? for help": "键入消息输入想发送的消息,或或输入 /? 获取帮助", |
| 1250 | 1250 | "Continue script execution": "继续执行脚本", |
| 1251 | 1251 | "Pause script execution": "暂停执行脚本", |
| 1252 | 1252 | "Abort script execution": "中止执行脚本", |
| @@ -1365,7 +1365,7 @@ | ||
| 1365 | 1365 | "You are in offline mode. Click on the image below to set the expression.": "您处于离线模式。点击下方图片即可设置表情。", |
| 1366 | 1366 | "Sprite Folder Override": "表情文件夹覆盖", |
| 1367 | 1367 | "Use a forward slash to specify a subfolder. Example: _space": "使用正斜杠指定子文件夹。例如:", |
| 1368 | 1368 | "Upload sprite pack (ZIP)": "上传表情包 ((ZIP))", |
| 1369 | 1369 | "Remove all image overrides": "删除所有图片覆盖", |
| 1370 | 1370 | "Create new folder in the _space": "创建新文件夹到", |
| 1371 | 1371 | "folder of your user data directory and name it as the name of the character.": "用户数据目录的文件夹并将其命名为角色的名称。", |
| @@ -1576,7 +1576,7 @@ | ||
| 1576 | 1576 | "Click to set": "点击设置", |
| 1577 | 1577 | "You can find your API key in the Stability AI dashboard.": "您可以在 Stability AI 仪表板中找到您的 API 密钥。", |
| 1578 | 1578 | "Style Preset": "风格预设", |
| 1579 | 1579 | "Prompt Upsampling": "Prompt 提示词增强(Upsampling)", |
| 1580 | 1580 | "Sampling method": "采样方法", |
| 1581 | 1581 | "Scheduler": "调度器", |
| 1582 | 1582 | "Resolution": "分辨率", |
| @@ -1637,9 +1637,9 @@ | ||
| 1637 | 1637 | "Select TTS Provider": "选择 文本转语音 的服务提供商", |
| 1638 | 1638 | "tts_enabled": "已启用", |
| 1639 | 1639 | "Narrate user messages": "朗读用户消息", |
| 1640 | 1640 | "Auto Generation": "Auto Generation自动生成", |
| 1641 | 1641 | "Requires auto generation to be enabled.": "Requires auto generation to be enabled.需要启用自动生成功能。", |
| 1642 | 1642 | "Narrate by paragraphs (when streaming)": "Narrate by paragraphs (when streaming)按段朗读(流式播放时)", |
| 1643 | 1643 | "Only narrate quotes": "只朗读引号内文本", |
| 1644 | 1644 | "Ignore text, even quotes, inside asterisk": "不朗读所有*星号内文本*,即使其被引号包裹", |
| 1645 | 1645 | "Narrate only the translated text": "只朗读翻译后文本", |
| @@ -1946,7 +1946,7 @@ | ||
| 1946 | 1946 | "help_macros_69": "替换为范围变量“name”的值", |
| 1947 | 1947 | "help_macros_70": "用范围变量“name”的索引处的项目值(对于数组/列表或对象/字典)替换", |
| 1948 | 1948 | "Choose what to export": "选择您想要导出什么:", |
| 1949 | 1949 | "{{name}}": "{{名字name}}", |
| 1950 | 1950 | "Choose what to import": "选择您想要导入什么:", |
| 1951 | 1951 | "If necessary, you can later restore this chat file from the /backups folder": "若需要,您可稍后在 /backups 文件夹中恢复此聊天文件。", |
| 1952 | 1952 | "Also delete the current chat file": "同时删除当前聊天文件", |
| @@ -1453,7 +1453,7 @@ | ||
| 1453 | 1453 | "Any contents here will replace the default Post-History Instructions used for this character. (v2 specpost_history_instructions)": "此處填入的內容將取代該角色的默認聊天歷史後指示(Post-History Instructions)。\n(v2 格式:specpost_history_instructions)", |
| 1454 | 1454 | "comma delimited,no spaces between": "逗號分割,無需空格", |
| 1455 | 1455 | "e.g. black-forest-labs/FLUX.1-dev": "例如:black-forest-labs/FLUX.1-dev", |
| 1456 | 1456 | "Example: gpt-3.5-turbo4o": "例如:gpt-3.5-turbo4o", |
| 1457 | 1457 | "Example: http://localhost:1234/v1": "例如:http://localhost:1234/v1", |
| 1458 | 1458 | "popup-button-crop": "裁剪", |
| 1459 | 1459 | "(disabled when max recursion steps are used)": "(當最大遞歸步驟數使用時將停用)", |