Supplemented zh-CN UI translation

0bda86c35260ead168db6cc48a50071d7f55fdb9

Sevenyine <65720409+Sevenyine@users.noreply.github.com>

4 files changed, +41 -41Showing whitespace changes
public/index.html+1 -1
@@ -3319,7 +3319,7 @@
33193319 </div>
33203320 <h4 data-i18n="Enter a Model ID">Enter a Model ID</h4>
33213321 <div class="flex-container">
33223322 <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">
33233323 <datalist id="model_custom_select_fill" class="text_pole model_custom_select"></datalist>
33243324 </div>
33253325 <h4 data-i18n="Available Models">Available Models</h4>
public/locales/ru-ru.json+1 -1
@@ -1132,7 +1132,7 @@
11321132 "Custom API Key": "Ключ от кастомного API",
11331133 "(Optional)": "(необязательно)",
11341134 "Enter a Model ID": "Введите идентификатор модели",
11351135 "Example: gpt-3.5-turbo4o": "Пример: gpt-3.5-turbo4o",
11361136 "Available Models": "Доступные модели",
11371137 "Prompt Post-Processing": "Постобработка промпта",
11381138 "Applies additional processing to the prompt before sending it to the API.": "Позволяет обработать промпт перед отправкой в API.",
public/locales/zh-cn.json+38 -38
@@ -185,13 +185,13 @@
185185 "Mirostat Eta": "Mirostat η",
186186 "Learning rate of Mirostat": "Mirostat 的学习率。",
187187 "Beam search": "束搜索",
188188 "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采样中使用的贪婪暴力算法,用于找到最可能的单词或标记序列。它一次扩展多个候选序列,在每一步保留固定数量(光束宽度)的最佳序列。",
189189 "# of Beams": "# of Beams光束数量",
190190 "The number of sequences generated at each step with Beam Search.": "The number of sequences generated at each step with Beam Search.",
191191 "Length Penalty": "长度惩罚",
192192 "Penalize sequences based on their length.": "Penalize sequences based on their length.",
193193 "Early Stopping": "提前停止",
194194 "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.控制光束搜索的停止条件。勾选时,当生成到达‘光束数量’的序列时停止。如果未勾选,则采用启发式方法,当几乎不可能找到更好的候选项时停止生成。",
195195 "Contrastive search": "对比搜索",
196196 "Contrastive_search_txt": "通过利用大多数 LLM 表示空间的各向同性以鼓励多样性同时保持一致性的采样器。详见 Su 等人在 2022 年发表的论文 《A Contrastive Framework for Neural Text Generation》。",
197197 "Penalty Alpha": "惩罚系数 α",
@@ -208,7 +208,7 @@
208208 "Speculative Ngram": "推测性 Ngram",
209209 "Use a different speculative decoding method without a draft model": "使用不同的推测解码方法(不采用草稿模型)。最好使用草稿模型。推测性 Ngram 的效果不太好。",
210210 "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 时会使用随机种子。",
212212 "LLaMA / Mistral / Yi models only": "LLaMA / Mistral / Yi模型专用。首先确保您选择了适当的词符化器。\n这项设置决定了你不想在结果中看到的字符串。\n每行一个字符串。可以是文本或者[词符id]。\n许多词符以空格开头。如果不确定,请使用词符计数器。",
213213 "Example: some text [42, 69, 1337]": "例如:\n一些文本\n[42, 69, 1337]",
214214 "CFG": "CFG",
@@ -227,8 +227,8 @@
227227 "llama.cpp only. Determines the order of samplers. If Mirostat mode is not 0, sampler order is ignored.": "仅限 llama.cpp。确定采样器的顺序。如果 Mirostat 模式不为 0,则忽略采样器顺序。",
228228 "Sampler Priority": "采样器优先级",
229229 "Ooba only. Determines the order of samplers.": "确定采样器的顺序(仅适用于Ooba)",
230230 "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.后应用,因此不包含在这里。",
231231 "Aphrodite only. Determines the order of samplers.": "Aphrodite only. Determines the order of仅适用于 samplers.Aphrodite。用于确定采样器的顺序。",
232232 "Character Names Behavior": "角色名称行为",
233233 "Helps the model to associate messages with characters.": "有助于模型将消息与角色关联起来。",
234234 "None": "无",
@@ -274,7 +274,7 @@
274274 "Assistant Impersonation Prefill": "AI帮答预填",
275275 "Use system prompt (Claude 2.1+ only)": "使用系统提示词(仅适用于Claude 2.1+)",
276276 "Send the system prompt for supported models. If disabled, the user message is added to the beginning of the prompt.": "为支持的模型发送系统提示词。如果禁用,则用户消息将添加到提示词的开头。",
277277 "Confirm token parsing with": "Confirm token parsing with确认使用以下工具进行词符解析",
278278 "Tokenizer": "词符化器",
279279 "New preset": "新预设",
280280 "Delete preset": "删除预设",
@@ -320,7 +320,7 @@
320320 "Novel AI Model": "Novel AI 模型",
321321 "No connection...": "没有连接...",
322322 "API Type": "API 类型",
323323 "Generic (OpenAI-compatible) [LM Studio, LiteLLM, etc.]": "Generic通用(兼容 (OpenAI-compatible) [LM Studio, LiteLLM, etc.]",
324324 "TogetherAI API Key": "TogetherAI API 密钥",
325325 "TogetherAI Model": "TogetherAI 模型",
326326 "-- Connect to the API --": "-- 连接到API --",
@@ -352,7 +352,7 @@
352352 "All": "All",
353353 "class": "All Classes",
354354 "Toggle grid view": "切换网格视图",
355355 "No model description": "[No description无描述]",
356356 "vllm-project/vllm": "vllm-project/vllm(OpenAI API 包装器模式)",
357357 "vLLM API key": "vLLM API 密钥",
358358 "Example: 127.0.0.1:8000": "示例:http://127.0.0.1:8000",
@@ -406,7 +406,7 @@
406406 "OpenAI Model": "OpenAI 模型",
407407 "Bypass API status check": "绕过API状态检查",
408408 "Show External models (provided by API)": "显示外部模型(由API提供)",
409409 "Claude API Key": "Claude API Key密钥",
410410 "Get your key from": "从以下位置获取您的密钥",
411411 "Anthropic's developer console": "Anthropic 开发者控制台",
412412 "Claude Model": "Claude 模型",
@@ -438,15 +438,15 @@
438438 "Perplexity Model": "Perplexity 模型",
439439 "Cohere API Key": "Cohere API 密钥",
440440 "Cohere Model": "Cohere 模型",
441441 "Block Entropy API Key": "Block Entropy API Key密钥",
442442 "Select a Model": "Select a Model选择一个模型",
443443 "Custom Endpoint (Base URL)": "自定义端点(基本基础 URL)",
444444 "Example: http://localhost:1234/v1": "例如:http://localhost:1234/v1",
445445 "at the end of the URL!": "到 URL 的末尾!",
446446 "Custom API Key": "自定义 API 密钥",
447447 "(Optional)": "(可选)",
448448 "Enter a Model ID": "输入模型名",
449449 "Example: gpt-3.5-turbo4o": "例如:gpt-4o",
450450 "Available Models": "可用模型",
451451 "Prompt Post-Processing": "提示词后处理",
452452 "Applies additional processing to the prompt before sending it to the API.": "在将提示词发送到 API 之前对其进行额外处理。",
@@ -510,25 +510,25 @@
510510 "Never": "永不",
511511 "Groups and Past Personas": "Groups and Past Personas",
512512 "Always": "永远",
513513 "Instruct Sequences": "Instruct Sequences指令序列",
514514 "User Message Sequences": "User Message Sequences用户消息序列",
515515 "Inserted before a User message and as a last prompt line when impersonating.": "插入到用户消息之前并作为模拟时的最后一行提示词。",
516516 "User Prefix": "用户消息前缀",
517517 "Inserted after a User message.": "插入到用户消息之后。",
518518 "User Suffix": "用户消息后缀",
519519 "Assistant Message Sequences": "Assistant Message Sequences助手消息序列",
520520 "Inserted before an Assistant message and as a last prompt line when generating an AI reply.": "插入到助手消息之前并作为生成 AI 回复时的最后一行提示词。",
521521 "Assistant Prefix": "助手消息前缀",
522522 "Inserted after an Assistant message.": "插入于助手消息之后。",
523523 "Assistant Suffix": "助手消息后缀",
524524 "System Message Sequences": "System Message Sequences系统消息序列",
525525 "Inserted before a System (added by slash commands or extensions) message.": "插入到系统(由快捷命令或扩展添加)消息之前。",
526526 "System Prefix": "System Message Prefix系统消息前缀",
527527 "Inserted after a System message.": "插入到系统消息之后。",
528528 "System Suffix": "System Message Suffix系统消息后缀",
529529 "If enabled, System Sequences will be the same as User Sequences.": "如果启用,系统序列将与用户序列相同。",
530530 "System same as User": "系统与用户相同",
531531 "System Prompt Sequences": "System Prompt Sequences系统提示词序列",
532532 "Inserted before a System prompt.": "插入到系统提示词之前。",
533533 "System Prompt Prefix": "系统提示词前缀",
534534 "Inserted after a System prompt.": "在系统提示词后插入。",
@@ -563,7 +563,7 @@
563563 "Token Padding": "词符填充",
564564 "Miscellaneous": "杂项",
565565 "Non-markdown strings": "非 Markdown 字符串",
566566 "comma delimited,no spaces between": "comma delimited,no spaces between以逗号分隔,无需空格",
567567 "Start Reply With": "以...开始回复",
568568 "Show reply prefix in chat": "在聊天中显示回复前缀",
569569 "World Info": "世界信息",
@@ -695,8 +695,8 @@
695695 "Show Message Token Count": "显示消息词符数",
696696 "Single-row message input area. Mobile only, no effect on PC": "将输入框限制为一行。仅适用于移动设备,对PC无影响",
697697 "Compact Input Area (Mobile)": "紧凑输入区域(移动端)",
698698 "Display swipe numbers for all messages, not just the last.": "Display swipe numbers for all messages, not just the last.显示所有信息的滑动编号,而非仅限最后一条。",
699699 "Swipe # for All Messages": "Swipe给所有信息分配滑动编号 # for All Messages",
700700 "In the Character Management panel, show quick selection buttons for favorited characters": "在角色管理面板中,显示快速选择按钮以选择收藏的角色",
701701 "Characters Hotswap": "角色卡热切换",
702702 "Enable magnification for zoomed avatar display.": "启用放大功能以放大头像显示。",
@@ -901,7 +901,7 @@
901901 "Favorite characters to add them to HotSwaps": "收藏角色以将它们添加到快速热切换区",
902902 "Token counts may be inaccurate and provided just for reference.": "词符计数可能不准确,仅供参考。",
903903 "Total tokens": "总词符数",
904904 "Calculating...": "正在计算...",
905905 "Tokens": "词符数",
906906 "Permanent tokens": "永久词符",
907907 "Permanent": "恒定的",
@@ -1030,7 +1030,7 @@
10301030 "Chatty": "高",
10311031 "Examples of dialogue": "对话示例",
10321032 "Important to set the character's writing style.": "设置角色的写作风格,很重要!",
10331033 "(Examples of chat dialog. Begin each example with START on a new line.)": "(聊天对话的示例,每个示例都另起一行以<START>开头。)",
10341034 "Save": "保存",
10351035 "Chat History": "聊天记录",
10361036 "Import Chat": "导入聊天",
@@ -1142,8 +1142,8 @@
11421142 "prompt_manager_relative": "相对",
11431143 "prompt_manager_in_chat": "聊天中",
11441144 "prompt_manager_depth": "深度",
11451145 "Injection depth. 0 = after the last message, 1 = before the last message, etc.": "注入深度。0 = 在最后一条消息之后”为在最后一条消息之后1 = 在最后一条消息之前”为在最后一条消息之前,等等。",
11461146 "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.此提示词的内容是从其他地方提取的,无法在此处进行编辑。",
11471147 "Prompt": "提示词",
11481148 "The prompt to be sent.": "要发送的提示词。",
11491149 "This prompt cannot be overridden by character cards, even if overrides are preferred.": "即使选择覆盖,此提示词也不能被角色卡覆盖。",
@@ -1204,7 +1204,7 @@
12041204 "alternate_greetings_hint_1": "点击",
12051205 "alternate_greetings_hint_2": "按钮即可开始!",
12061206 "Alternate Greeting #": "额外问候语 #",
12071207 "(This will be the first message from the character that starts every chat)": "(这是每次聊天开始时角色的第一条消息)",
12081208 "View contents": "查看内容",
12091209 "Remove the file": "删除文件",
12101210 "Author's Note": "作者注释",
@@ -1217,7 +1217,7 @@
12171217 "Insertion Frequency": "插入频率",
12181218 "(0 = Disable, 1 = Always)": "(“0”为禁用,“1”为始终)",
12191219 "User inputs until next insertion:": "用户输入直到下一次插入:",
12201220 "Character Author's Note (Private)": "人物作者注(私有私密)",
12211221 "Won't be shared with the character card on export.": "导出时不会与角色卡共享。",
12221222 "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.": "会自动添加为该角色的作者注解,在群聊中使用,但群聊开启时无法修改。",
12231223 "Use character author's note": "使用角色作者的注释",
@@ -1244,9 +1244,9 @@
12441244 "Insertion Depth:": "插入深度:",
12451245 "Token Probabilities": "词符概率",
12461246 "Select a token to see alternatives considered by the AI.": "选择一个词符来查看 AI 考虑的替代方案。",
12471247 "Reroll with the entire prefix": "Reroll with the entire prefix使用完整前缀重新生成",
12481248 "Not connected to API!": "未连接到API!",
12491249 "Type a message, or /? for help": "键入消息输入想发送的消息或输入 /? 获取帮助",
12501250 "Continue script execution": "继续执行脚本",
12511251 "Pause script execution": "暂停执行脚本",
12521252 "Abort script execution": "中止执行脚本",
@@ -1365,7 +1365,7 @@
13651365 "You are in offline mode. Click on the image below to set the expression.": "您处于离线模式。点击下方图片即可设置表情。",
13661366 "Sprite Folder Override": "表情文件夹覆盖",
13671367 "Use a forward slash to specify a subfolder. Example: _space": "使用正斜杠指定子文件夹。例如:",
13681368 "Upload sprite pack (ZIP)": "上传表情包 (ZIP)",
13691369 "Remove all image overrides": "删除所有图片覆盖",
13701370 "Create new folder in the _space": "创建新文件夹到",
13711371 "folder of your user data directory and name it as the name of the character.": "用户数据目录的文件夹并将其命名为角色的名称。",
@@ -1576,7 +1576,7 @@
15761576 "Click to set": "点击设置",
15771577 "You can find your API key in the Stability AI dashboard.": "您可以在 Stability AI 仪表板中找到您的 API 密钥。",
15781578 "Style Preset": "风格预设",
15791579 "Prompt Upsampling": "Prompt 提示词增强(Upsampling",
15801580 "Sampling method": "采样方法",
15811581 "Scheduler": "调度器",
15821582 "Resolution": "分辨率",
@@ -1637,9 +1637,9 @@
16371637 "Select TTS Provider": "选择 文本转语音 的服务提供商",
16381638 "tts_enabled": "已启用",
16391639 "Narrate user messages": "朗读用户消息",
16401640 "Auto Generation": "Auto Generation自动生成",
16411641 "Requires auto generation to be enabled.": "Requires auto generation to be enabled.需要启用自动生成功能。",
16421642 "Narrate by paragraphs (when streaming)": "Narrate by paragraphs (when streaming)按段朗读(流式播放时)",
16431643 "Only narrate quotes": "只朗读引号内文本",
16441644 "Ignore text, even quotes, inside asterisk": "不朗读所有*星号内文本*,即使其被引号包裹",
16451645 "Narrate only the translated text": "只朗读翻译后文本",
@@ -1946,7 +1946,7 @@
19461946 "help_macros_69": "替换为范围变量“name”的值",
19471947 "help_macros_70": "用范围变量“name”的索引处的项目值(对于数组/列表或对象/字典)替换",
19481948 "Choose what to export": "选择您想要导出什么:",
19491949 "{{name}}": "{{名字name}}",
19501950 "Choose what to import": "选择您想要导入什么:",
19511951 "If necessary, you can later restore this chat file from the /backups folder": "若需要,您可稍后在 /backups 文件夹中恢复此聊天文件。",
19521952 "Also delete the current chat file": "同时删除当前聊天文件",
public/locales/zh-tw.json+1 -1
@@ -1453,7 +1453,7 @@
14531453 "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)",
14541454 "comma delimited,no spaces between": "逗號分割,無需空格",
14551455 "e.g. black-forest-labs/FLUX.1-dev": "例如:black-forest-labs/FLUX.1-dev",
14561456 "Example: gpt-3.5-turbo4o": "例如:gpt-3.5-turbo4o",
14571457 "Example: http://localhost:1234/v1": "例如:http://localhost:1234/v1",
14581458 "popup-button-crop": "裁剪",
14591459 "(disabled when max recursion steps are used)": "(當最大遞歸步驟數使用時將停用)",