Update zh-CN translations (#4466) * Update zh-CN translations * Update zh-CN translations * Add missing translations --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>

c46e1a46aaee97656706443d6a1a7662adb5195c

Tosd <65720409+Tosd0@users.noreply.github.com>

Signed
1 files changed, +318 -147Ignore whitespace
public/locales/zh-cn.json+318 -147
@@ -2,7 +2,7 @@
22 "Favorite": "星标",
33 "Tag": "标签",
44 "Duplicate": "复制",
55 "Persona": "用户角色用户设定",
66 "Delete": "删除",
77 "AI Response Configuration": "AI响应配置",
88 "AI Configuration panel will stay open": "AI配置面板将保持打开",
@@ -21,10 +21,11 @@
2121 "novelaipresets": "NovelAI 预设",
2222 "Default": "默认",
2323 "openaipresets": "对话补全预设",
24+ "Bind presets to API connections": "将预设与 API 配置绑定",
2425 "Text Completion presets": "文本补全预设",
2526 "response legth(tokens)": "回复长度(以词符数计)",
2627 "Streaming": "流式传输",
2728 "Streaming_desc": "逐位显示生成的回复逐词显示生成的回复",
2829 "context size(tokens)": "上下文长度(以词符数计)",
2930 "unlocked": "解锁",
3031 "Only enable this if your model supports context sizes greater than 8192 tokens": "仅在您的模型支持大于8192个词符的上下文长度时启用此选项",
@@ -73,10 +74,12 @@
7374 "Context Size (tokens)": "上下文长度(以词符数计)",
7475 "Max Response Length (tokens)": "最大回复长度(以词符数计)",
7576 "Multiple swipes per generation": "每次生成多个备选回复",
76- "Middle-out Transform": "Middle-out Transform",
77+ "Allow compressing requests by removing messages from the middle of the prompt.": "允许通过移除提示词中间的消息来压缩请求。",
7778 "AutoMiddle-out Transform": "Auto中心向外算法",
7879 "AllowAuto": "Allow自动",
7980 "ForbidAllow": "Forbid允许",
81+ "Forbid": "禁止",
82+ "Unknown": "未知",
8083 "Enable OpenAI completion streaming": "启用OpenAI文本补全流式传输",
8184 "Display the response bit by bit as it is generated.": "随着回复的生成,逐词逐句地显示结果。",
8285 "When this is off, responses will be displayed all at once when they are complete.": "当此选项关闭时,回复将在完成后一次性显示。",
@@ -147,8 +150,9 @@
147150 "Epsilon Cutoff": "ε 截断",
148151 "Epsilon cutoff sets a probability floor below which tokens are excluded from being sampled": "ε 截断设置了一个概率下限,低于该下限的词符将被排除在采样之外。\n以 1e-4 单位;合适的值为 3。将其设置为 0 以禁用。",
149152 "Top nsigma": "Top nsigma",
153+ "Min Keep": "Min Keep",
150154 "Eta Cutoff": "η 截断",
151155 "Eta_Cutoff_desc": "η截断是特殊η采样技术的主要参数。&#13;以1e-4为单位;合理的值为3。&#13;设置为0以禁用。&#13;有关详细信息,请参阅Hewitt等人的论文详细请参阅《Truncation Sampling as Language Model Desmoothing》(2022年)(Hewitt et al., 2022)。",
152156 "rep.pen decay": "重复惩罚衰减",
153157 "Encoder Rep. Pen.": "编码器重复惩罚",
154158 "No Repeat Ngram Size": "无重复n-gram大小",
@@ -187,9 +191,9 @@
187191 "Beam search": "束搜索",
188192 "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采样中使用的贪婪暴力算法,用于找到最可能的单词或标记序列。它一次扩展多个候选序列,在每一步保留固定数量(光束宽度)的最佳序列。",
189193 "# of Beams": "光束数量",
190194 "The number of sequences generated at each step with Beam Search.": "The number of sequences generated at each step with Beam Search.束搜索每步生成的序列数量。",
191195 "Length Penalty": "长度惩罚",
192196 "Penalize sequences based on their length.": "Penalize sequences based on their length.根据序列长度对其进行惩罚。",
193197 "Early Stopping": "提前停止",
194198 "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.": "控制光束搜索的停止条件。勾选时,当生成到达‘光束数量’的序列时停止。如果未勾选,则采用启发式方法,当几乎不可能找到更好的候选项时停止生成。",
195199 "Contrastive search": "对比搜索",
@@ -203,7 +207,7 @@
203207 "Ignore EOS Token": "忽略序列结束词符",
204208 "Ignore the EOS Token even if it generates.": "即使生成了序列结束词符,也忽略它。",
205209 "Skip Special Tokens": "跳过特殊词符",
206210 "Request Model Reasoning": "Request Model Reasoning请求模型推理",
207211 "Temperature Last": "温度放最后",
208212 "Temperature_Last_desc": "温度采样器放到最后使用。这通常是合理的。\n当启用时:首先进行潜在词符的选择,然后应用温度来修正它们的相对概率(技术上是对数似然)。\n当禁用时:首先应用温度来修正所有词符的相对概率,然后从中选择潜在词符。\n禁用此项可以增大分布在尾部的词符概率,这可能加大得到不相关回复的几率。",
209213 "Speculative Ngram": "推测性 Ngram",
@@ -254,10 +258,16 @@
254258 "Continue sends the last message as assistant role instead of system message with instruction.": "继续发送的是作为助手角色的最后一条消息,而不是带有指示的系统消息。",
255259 "Squash system messages": "压缩系统消息",
256260 "Combines consecutive system messages into one (excluding example dialogues). May improve coherence for some models.": "将连续的系统消息合并为一条(不包括示例对话),可能会提高一些模型的连贯性。",
261+ "Enable web search": "启用联网搜索",
262+ "Use search capabilities provided by the backend.": "使用后端提供的联网搜索功能。",
263+ "openrouter_web_search_fee": "收费,每个提示词会多收 $0.02。",
257264 "Enable function calling": "启用函数调用",
265+ "Supported by the current model": "当前模型支持",
266+ "Unsupported by the current model": "当前模型不支持",
258267 "enable_functions_desc_1": "允许使用",
259268 "enable_functions_desc_2": "功能工具",
260269 "enable_functions_desc_3": "可以被各种扩展利用来提供附加功能。",
270+ "enable_functions_desc_4": "当提示词后处理没有选择工具时不支持。",
261271 "Send inline images": "发送图片",
262272 "image_inlining_hint_1": "如果模型支持,就可以在提示词中发送图片。\n发送消息时,点击",
263273 "image_inlining_hint_2": "在这里(",
@@ -266,23 +276,38 @@
266276 "openai_inline_image_quality_auto": "自动",
267277 "openai_inline_image_quality_low": "低",
268278 "openai_inline_image_quality_high": "高",
279+ "Send inline videos": "发送视频",
280+ "video_inlining_hint_1": "当模型支持时,将视频发送给模型。使用",
281+ "video_inlining_hint_2": "在任意消息上添加视频,或",
282+ "video_inlining_hint_3": "菜单来添加视频。",
283+ "video_inlining_hint_4": "视频必须在 20MB 以下且时长不超过1分钟。",
284+ "Request inline images": "请求图片返回",
285+ "Allows the model to return image attachments.": "允许模型返回图片附件。",
286+ "Request inline images_desc_2": "与以下几个功能不兼容:函数调用、联网搜搜、系统提示词。",
269287 "Use system prompt": "使用系统提示词",
270288 "Merges_all_system_messages_desc_1": "合并所有系统消息,直到第一条具有非系统角色的消息,然后通过",
271289 "Merges_all_system_messages_desc_2": "字段发送。",
272290 "Request model reasoning": "请求思维链",
273291 "Allows the model to return its thinking process.": "允许模型返回其思维过程。",
292+ "This setting affects visibility only.": "此设置只影响思维链是否可见。",
274293 "Constrains effort on reasoning for reasoning models.": "限定模型推理的强度。\n当前支持低、中、高三种强度。\n降低推理强度可以让模型更快回复,并节省推理所用的词符数。。",
275294 "Reasoning Effort": "推理强度",
295+ "openai_reasoning_effort_auto": "自动",
296+ "openai_reasoning_effort_minimum": "极低",
276297 "openai_reasoning_effort_low": "低",
277298 "openai_reasoning_effort_medium": "中",
278299 "openai_reasoning_effort_high": "高",
300+ "openai_reasoning_effort_maximum": "极高",
301+ "OpenAI-style options: low, medium, high. Minimum and maximum are aliased to low and high. Auto does not send an effort level.": "OpenAI式选项:低、中、高。极低等于低,极高等于高。选择自动,则不传入推理强度参数。",
302+ "Allocates a portion of the response length for thinking (min: 1024 tokens, low: 10%, medium: 25%, high: 50%, max: 95%), but minimum 1024 tokens. Auto does not request thinking.": "将最大回复空间的一部分分配给思维链(极低:1024词符,低:10%,中:25%,高:50%,极高:95%),最低1024词符。选择“自动”不会请求模型思维链。",
303+ "Allocates a portion of the response length for thinking (Flash 2.5/Pro 2.5) (min: 0/128 tokens, low: 10%, medium: 25%, high: 50%, max: 24576/32768 tokens). Auto lets the model decide.": "将最大回复空间的一部分分配给思维链(仅 2.5 Flash / 2.5 Pro 模型)(极低:0/128词符,低:10%,中:25%,高:50%,极高:24576/32768词符),最低1024词符。选择“自动”会让模型自己决定。",
279304 "Assistant Prefill": "AI预填",
280305 "Expand the editor": "展开编辑器",
281306 "Start Claude's answer with...": "以如下内容开始Claude的回答...",
282307 "Assistant Impersonation Prefill": "AI帮答预填",
283308 "Send the system prompt for supported models. If disabled, the user message is added to the beginning of the prompt.": "为支持的模型发送系统提示词。如果禁用,则用户消息将添加到提示词的开头。",
284309 "Confirm token parsing with": "确认使用以下工具进行词符解析",
285310 "Tokenizer": "词符化器分词器",
286311 "New preset": "新预设",
287312 "Delete preset": "删除预设",
288313 "View / Edit bias preset": "查看/编辑偏置预设",
@@ -305,14 +330,17 @@
305330 "Adjust response length to worker capabilities": "根据工作单元能力调整响应长度",
306331 "Can help with bad responses by queueing only the approved workers. May slowdown the response time.": "可以通过仅排队认证的工作单元来帮助处理不良回复。这可能会减慢回复速度。",
307332 "Trusted workers only": "仅信任的工作单元",
333+ "Context": "上下文",
334+ "Response": "回复",
308335 "API key": "API密钥",
309336 "Get it here:": "在此获取:",
310337 "Register": "注册",
311338 "View my Kudos": "查看我的荣誉",
312339 "Enter": "输入",
313340 "to use anonymous mode.": "以使用匿名模式。",
314341 "Clear yourSave APIand keyconnect": "清除您的API密钥保存并连接",
315- "For privacy reasons, your API key will be hidden after you reload the page.": "出于隐私原因,重新加载页面后您的 API 密钥将被隐藏。",
342+ "Manage API keys": "管理 API 密钥",
343+ "For privacy reasons, your API key will be hidden after you click 'Connect'.": "出于隐私考虑,您的 API 密钥将会在点击“连接”后隐藏。",
316344 "Models": "模型",
317345 "Refresh models": "刷新模型",
318346 "-- Horde models not loaded --": "-- Horde 模型未加载 --",
@@ -354,11 +382,13 @@
354382 "Featherless Model Selection": "Featherless Model Selection",
355383 "Search...": "搜索...",
356384 "Search": "搜索",
385+ "Date Asc": "日期顺序",
386+ "Date Desc": "日期倒序",
357387 "category": "分类",
358388 "Top": "Top热门",
359389 "New": "新建",
360390 "All": "All全部",
361391 "classAll Classes": "All Classes所有分类",
362392 "Toggle grid view": "切换网格视图",
363393 "No model description": "[无描述]",
364394 "vllm-project/vllm": "vllm-project/vllm(OpenAI API 包装器模式)",
@@ -378,6 +408,7 @@
378408 "Download": "下载",
379409 "Tabby API key": "Tabby API 密钥",
380410 "Tabby Model": "Tabby 模型",
411+ "Experimental feature. Use at your own risk.": "实验性功能,请自行承担可能的风险。",
381412 "must be set in Tabby's config.yml to switch models.": "必须在Tabby的config.yml内设置以切换模型",
382413 "Use an admin API key.": "使用管理员API密钥。",
383414 "koboldcpp API key (optional)": "koboldcpp API 密钥(可选)",
@@ -397,8 +428,9 @@
397428 "This will show up as your saved preset.": "这将显示为您保存的预设。",
398429 "Proxy Server URL": "代理服务器 URL",
399430 "Alternative server URL (leave empty to use the default value).": "备用服务器 URL(留空以使用默认值)。",
400431 "Doesn't work? Try adding": "不起作用不行在末尾添加在 URL 末尾添加",
401432 "at the end!": "试试!",
433+ "suffix will be added automatically.": "的后缀会被自动补全。",
402434 "Proxy Password": "代理密码",
403435 "Will be used as a password for the proxy instead of API key.": "将用作代理的密码,而不是 API 密钥。",
404436 "Peek a password": "查看密码",
@@ -418,8 +450,6 @@
418450 "Get your key from": "从以下位置获取您的密钥",
419451 "Anthropic's developer console": "Anthropic 开发者控制台",
420452 "Claude Model": "Claude 模型",
421- "Window AI Model": "Window AI 模型",
422- "Use extension settings": "使用扩展程序中的设定",
423453 "Allow fallback routes Description": "如果所选模型无法响应您的请求,则自动选择备用模型。",
424454 "Allow fallback models": "允许后备模型",
425455 "Model Order": "OpenRouter 模型顺序",
@@ -428,25 +458,41 @@
428458 "Context Size": "上下文长度",
429459 "Group by vendors": "按厂商分组",
430460 "Group by vendors Description": "将 OpenAI 模型放在一组,将 Anthropic 模型放在另一组,等等。可以与排序结合。",
431461 "To use instruct formatting, switch to OpenRouter under Text Completion API.": "To use instruct formatting,要使用指导格式,请在文本补全 switchAPI to下切换到 OpenRouter under Text Completion API.",
432462 "AI21 API Key": "AI21 API 密钥",
433463 "AI21 Model": "AI21 模型",
434464 "Google AI Studio API Key": "Google AI Studio API 密钥",
435465 "Google Model": "Google 模型",
466+ "Google Vertex AI Configuration": "Google Vertex AI 配置",
467+ "Authentication Mode": "验证模式:",
468+ "Express Mode (API Key)": "快速模式(API 密钥)",
469+ "Full Version (Service Account)": "完整版本(Service Account)",
470+ "(Express mode)": "(快速模式)",
471+ "API Key": "API 密钥",
472+ "Project ID": "项目ID:",
473+ "Project ID is required when selecting regions other than the default (us-central1). You can find this in a model 404 error message.": "仅当选择非默认区域(us-central1)时才需要`项目ID`。\n 您可以在模型 404 错误消息中找到它。",
474+ "Service Account Configuration": "服务帐户配置",
475+ "Service Account JSON Content": "服务帐户 JSON 内容:",
476+ "For privacy reasons, your Service Account JSON content will be hidden after you click 'Validate JSON'.": "出于隐私原因,您的服务帐户 JSON 内容将在您点击“验证 JSON”后隐藏。",
477+ "Validate JSON": "验证JSON",
478+ "Region": "区域:",
479+ "View available regions and models": "查看可用区域和模型",
436480 "MistralAI API Key": "MistralAI API 密钥",
437481 "MistralAI Model": "MistralAI 模型",
438482 "Groq API Key": "Groq API 密钥",
439483 "Groq Model": "Groq 模型",
440484 "NanoGPT API Key": "NanoGPT API Key密钥",
441485 "NanoGPT Model": "NanoGPT Model模型",
442486 "DeepSeek API Key": "DeepSeek API 密钥",
443487 "DeepSeek Model": "DeepSeek 模型",
488+ "Fireworks AI API Key": "Fireworks AI API 密钥",
489+ "Fireworks AI Model": "Fireworks AI 模型",
490+ "CometAPI API Key": "CometAPI API 密钥",
491+ "CometAPI Model": "CometAPI 模型",
444492 "Perplexity API Key": "Perplexity API 密钥",
445493 "Perplexity Model": "Perplexity 模型",
446494 "Cohere API Key": "Cohere API 密钥",
447495 "Cohere Model": "Cohere 模型",
448- "Block Entropy API Key": "Block Entropy API 密钥",
449- "Select a Model": "选择一个模型",
450496 "Custom Endpoint (Base URL)": "自定义端点(基础 URL)",
451497 "Example: http://localhost:1234/v1": "例如:http://localhost:1234/v1",
452498 "Custom API Key": "自定义 API 密钥",
@@ -454,15 +500,28 @@
454500 "Enter a Model ID": "输入模型名",
455501 "Example: gpt-4o": "例如:gpt-4o",
456502 "Available Models": "可用模型",
503+ "xAI API Key": "xAI API 密钥",
504+ "xAI Model": "xAI 模型",
505+ "AI/ML API Key": "AI/ML API 密钥",
506+ "AI/ML Model": "AI/ML 模型",
507+ "Pollinations Model": "Pollinations 模型",
508+ "Provided free of charge by Pollinations.AI": "由 Pollinations.AI 免费提供",
509+ "Avoid sending sensitive information. Provider's outputs may include ads.": "请避免发送敏感信息。输出可能有提供商的广告。",
510+ "Moonshot AI API Key": "Moonshot AI API 密钥",
511+ "Moonshot AI Model": "Moonshot AI 模型",
457512 "Prompt Post-Processing": "提示词后处理",
458513 "Applies additional processing to the prompt before sending it to the API.": "在将提示词发送到 API 之前对其进行额外处理。",
459514 "prompt_post_processing_none": "未选择",
515+ "prompt_post_processing_merge_tools": "合并相同角色连续的发言(含工具)",
516+ "prompt_post_processing_semi_tools": "半严格(强制对话角色交替)(含工具)",
517+ "prompt_post_processing_strict_tools": "严格(强制对话角色交替、用户最先)(含工具)",
460518 "prompt_post_processing_merge": "合并相同角色连续的发言",
461519 "prompt_post_processing_semi": "半严格(强制对话角色交替)",
462520 "prompt_post_processing_strict": "严格(强制对话角色交替、用户最先)",
521+ "prompt_post_processing_single": "单一用户消息(无工具)",
463522 "Additional Parameters": "附加参数",
464- "Verifies your API connection by sending a short test message. Be aware that you'll be credited for it!": "通过发送简短的测试消息验证您的API连接。请注意,您将因此消耗额度!",
465523 "Test Message": "发送测试消息",
524+ "Verifies your API connection by sending a short test message. Be aware that you'll be credited for it!": "通过发送简短的测试消息验证您的API连接。请注意,您将因此消耗额度!",
466525 "Auto-connect to Last Server": "自动连接到上次的服务器",
467526 "Missing key": "❌ 缺少密钥",
468527 "Key saved": "密钥已保存",
@@ -484,6 +543,14 @@
484543 "Restore current template": "还原当前模板",
485544 "Delete the template": "删除模板",
486545 "Story String": "故事字符串",
546+ "Position:": "位置:",
547+ "Default (top of context)": "默认(上下文顶部)",
548+ "In-chat @ Depth": "聊天的特定深度",
549+ "Depth:": "深度:",
550+ "Role:": "身份:",
551+ "System": "系统",
552+ "User": "用户",
553+ "Assistant": "助手",
487554 "Example Separator": "示例分隔符",
488555 "Chat Start": "聊天开始",
489556 "Context Formatting": "上下文格式",
@@ -497,7 +564,6 @@
497564 "Separators as Stop Strings": "分隔符作为终止字符串",
498565 "Add Character and User names to a list of stopping strings.": "将角色和用户名添加到停止字符串列表中。",
499566 "Names as Stop Strings": "名称作为终止字符串",
500- "context_allow_post_history_instructions": "如果在角色卡中定义并且启用了“首选角色卡说明”,则在提示末尾包含后历史说明。\n不建议在文本补全模型中使用此功能,否则会导致输出错误。",
501567 "Instruct Template": "指导模板",
502568 "instruct_derived": "如果可能,从模型元数据中获取",
503569 "instruct_bind_to_context": "如果启用,上下文模板将根据所选的指导模板名称或偏好自动选择。",
@@ -508,12 +574,19 @@
508574 "instruct_template_activation_regex_desc": "当连接到API或选择模型时,若模型名称与给定的正则表达式匹配,自动启用此指导模板。",
509575 "Wrap Sequences with Newline": "用换行符包裹序列",
510576 "Replace Macro in Sequences": "替换序列中的宏",
577+ "Sequences as Stop Strings": "将序列用作终止字符串",
511578 "Skip Example Dialogues Formatting": "跳过示例对话格式化",
512579 "Include Names": "包括名称",
513580 "Never": "永不",
514581 "Groups and Past Personas": "群聊和过去的用户角色",
515582 "Always": "永远",
516583 "Instruct Sequences": "指令序列",
584+ "Story String Sequences": "故事字符串序列",
585+ "Used in Default position only.": "仅在默认位置使用。",
586+ "Inserted before a Story String.": "插入在故事字符串之前。",
587+ "Story String Prefix": "故事字符串前缀",
588+ "Inserted after a Story String.": "插入在故事字符串之后。",
589+ "Story String Suffix": "故事字符串后缀",
517590 "User Message Sequences": "用户消息序列",
518591 "Inserted before a User message and as a last prompt line when impersonating.": "插入到用户消息之前并作为模拟时的最后一行提示词。",
519592 "User Prefix": "用户消息前缀",
@@ -531,11 +604,6 @@
531604 "System Suffix": "系统消息后缀",
532605 "If enabled, System Sequences will be the same as User Sequences.": "如果启用,系统序列将与用户序列相同。",
533606 "System same as User": "系统与用户相同",
534- "System Prompt Sequences": "系统提示词序列",
535- "Inserted before a System prompt.": "插入到系统提示词之前。",
536- "System Prompt Prefix": "系统提示词前缀",
537- "Inserted after a System prompt.": "在系统提示词后插入。",
538- "System Prompt Suffix": "系统提示词后缀",
539607 "Misc. Sequences": "杂项序列",
540608 "Inserted before the first Assistant's message.": "插入到第一个助理的消息之前。",
541609 "First Assistant Prefix": "第一个助理前缀",
@@ -565,7 +633,7 @@
565633 "Replace Macro in Stop Strings": "替换自定义停止字符串中的宏",
566634 "Token Padding": "词符填充",
567635 "Reasoning": "推理",
568- "reasoning_auto_parse": "Automatically parse reasoning blocks from main content between the reasoning prefix/suffix. Both fields must be defined and non-empty.",
636+ "reasoning_auto_parse": "自动从主要内容中解析位于推理前缀/后缀之间的推理块。两个字段都必须定义且非空。",
569637 "Auto-Parse": "自动解析",
570638 "reasoning_auto_expand": "自动展开推理内容块。",
571639 "Auto-Expand": "自动展开",
@@ -573,9 +641,10 @@
573641 "Show Hidden": "显示隐藏内容",
574642 "reasoning_add_to_prompts": "将已有的推理块添加到提示词。若需新增一个推理块,请使用消息编辑菜单。",
575643 "Add to Prompts": "添加到提示词",
576- "reasoning_max_additions": "Maximum number of reasoning blocks to be added per prompt, counting from the last message.",
644+ "reasoning_max_additions": "每个提示词最多可添加的推理块数量,从最后一条消息开始计算。",
577645 "Max": "最大值",
578646 "Reasoning Formatting": "推理内容格式化",
647+ "Select your current Reasoning Template": "选择你当前的推理模板",
579648 "reasoning_prefix": "插入在推理内容之前。",
580649 "Prefix": "前缀",
581650 "reasoning_suffix": "插入在推理内容之后。",
@@ -583,6 +652,8 @@
583652 "reasoning_separator": "插入在推理内容和消息内容之间。",
584653 "Separator": "分隔符",
585654 "Miscellaneous": "杂项",
655+ "Bind Model to Templates": "将模型与模板绑定",
656+ "bind_model_templates_desc": "当连接到一个API或选择一个模型,且它们的名字与当前的指导和上下文模板名字匹配时,自动激活当前的指导和上下文模板。",
586657 "Non-markdown strings": "非 Markdown 字符串",
587658 "comma delimited,no spaces between": "以逗号分隔,无需空格",
588659 "Start Reply With": "以...开始回复",
@@ -623,16 +694,16 @@
623694 "Alert On Overflow": "溢出警报",
624695 "or": "或",
625696 "--- Pick to Edit ---": "--- 选择以编辑 ---",
697+ "Import World Info": "导入世界书",
698+ "Export World Info": "导出世界书",
626699 "Rename World Info": "重命名世界书",
700+ "Duplicate World Info": "复制世界书",
701+ "Delete World Info": "删除世界书",
702+ "New Entry": "新条目",
627703 "Open all Entries": "打开所有条目",
628704 "Close all Entries": "关闭所有条目",
629- "New Entry": "新条目",
630705 "Fill empty Memo/Titles with Keywords": "使用关键字填充空的备忘录/标题",
631706 "Apply current sorting as Order": "应用当前排序作为顺序",
632- "Import World Info": "导入世界书",
633- "Export World Info": "导出世界书",
634- "Duplicate World Info": "复制世界书",
635- "Delete World Info": "删除世界书",
636707 "Priority": "优先级",
637708 "Custom": "自定义",
638709 "Title A-Z": "标题 A-Z",
@@ -663,11 +734,19 @@
663734 "Avatar Style:": "头像样式:",
664735 "Circle": "圆形",
665736 "Square": "正方形",
737+ "Rounded": "圆角",
666738 "Rectangle": "矩形",
667739 "Chat Style:": "聊天风格:",
668740 "Flat": "扁平",
669741 "Bubbles": "气泡",
670742 "Document": "文档",
743+ "Notifications:": "通知:",
744+ "Top Left": "左上",
745+ "Top Center": "顶部居中",
746+ "Top Right": "右上",
747+ "Bottom Left": "左下",
748+ "Bottom Center": "底部居中",
749+ "Bottom Right": "右下",
671750 "Specify colors for your theme.": "指定您的主题的颜色。",
672751 "Theme Colors": "主题颜色",
673752 "Main Text": "主要文本",
@@ -726,6 +805,8 @@
726805 "Show tagged character folders in the character list": "在角色列表中显示已标记的角色文件夹",
727806 "Tags as Folders": "标签作为文件夹",
728807 "Tags_as_Folders_desc": "最近更改:标签必须在标签管理菜单中标记为文件夹才能显示。单击此处将其调出。",
808+ "Click the message text in the chat log to edit it.": "单机聊天记录中的消息就可以直接编辑。",
809+ "Click to Edit": "单击编辑消息",
729810 "Character Handling": "角色处理",
730811 "If set in the advanced character definitions, this field will be displayed in the characters list.": "如果在高级角色定义中设置,此字段将显示在角色列表中。",
731812 "Char List Subheader": "角色列表子标题",
@@ -745,6 +826,8 @@
745826 "Prefer Character Card Instructions": "首选角色卡说明",
746827 "never_resize_avatars_tooltip": "避免裁剪和调整导入的角色图像的大小。关闭时,裁剪/调整大小为 512x768。",
747828 "Never resize avatars": "永不调整头像大小",
829+ "Allow animations for WEBP backgrounds. This is only a change for the selection menu.": "允许WEBP格式的背景动画。此更改仅对选择菜单生效",
830+ "Animated background thumbnails": "背景缩略图动画",
748831 "Show actual file names on the disk, in the characters list display only": "在角色列表显示中,显示磁盘上实际的文件名。",
749832 "Show avatar filenames": "显示头像文件名",
750833 "Hide character definitions from the editor panel behind a spoiler button": "在编辑器面板中,将角色定义隐藏在一个剧透按钮后面。",
@@ -752,6 +835,8 @@
752835 "Reload and redraw the currently open chat": "重新加载并重新渲染当前打开的聊天",
753836 "Reload Chat": "重新加载聊天",
754837 "Debug Menu": "调试菜单",
838+ "Find and delete backups, unused chats, files, images, etc.": "寻找和删除备份、未使用的聊天、文件、图片等。",
839+ "Clean-Up": "清理",
755840 "Smooth Streaming": "平滑流式传输",
756841 "Experimental feature. May not work for all backends.": "实验性功能。可能不适用于所有后端。",
757842 "Slow": "慢",
@@ -821,6 +906,8 @@
821906 "Request token probabilities": "请求词符概率",
822907 "In group chat, highlight the character(s) that are currently queued to generate responses and the order in which they will respond.": "在群聊中,突出显示当前排队等待生成响应的角色以及他们响应的顺序。",
823908 "Show group chat queue": "显示群聊队列",
909+ "Always render style tags from greetings, even if the message is unloaded due to lazy loading.": "始终渲染问候消息里的样式标签,即便消息因懒加载策略还未被加载。",
910+ "Pin greeting message styles": "固定问候消息样式",
824911 "Automatically reject and re-generate AI message based on configurable criteria": "根据可配置的条件自动拒绝并重新生成AI消息",
825912 "Auto-swipe": "自动滑动",
826913 "Enable the auto-swipe function. Settings in this section only have an effect when auto-swipe is enabled": "启用自动滑动功能。仅当启用自动滑动时,本节中的设置才会生效",
@@ -835,6 +922,10 @@
835922 "Allow for Chat Completion APIs": "允许使用聊天补全API",
836923 "Target length (tokens)": "目标长度(以词符数计)",
837924 "AutoComplete Settings": "自动补全设置",
925+ "Visibility": "可见性",
926+ "Don't show": "不显示",
927+ "Input length > 1": "输入长度 > 1",
928+ "Always show": "始终显示",
838929 "Automatically hide details": "自动隐藏详细信息",
839930 "Determines how entries are found for autocomplete.": "确定如何找到自动补全的条目。",
840931 "Autocomplete Matching": "匹配",
@@ -882,41 +973,48 @@
882973 "Manage extensions": "管理扩展",
883974 "Import Extension From Git Repo": "从Git存储库导入扩展",
884975 "Install extension": "安装扩展",
976+ "(DEPRECATED)": "(已弃用)",
885977 "Extras API:": "扩展API:",
886978 "Auto-connect": "自动连接",
887979 "Extras API URL": "附加 API URL",
888980 "Extras API key (optional)": "扩展API密钥(可选)",
889981 "Persona Management": "用户角色管理用户设定管理",
890982 "Click for stats!": "点击查看统计!点击即可查看统计~",
891983 "Usage Stats": "使用统计",
892984 "Backup your personas to a file": "将用户角色备份到文件中将用户设定备份到文件中",
893985 "Backup": "备份",
894986 "Restore your personas from a file": "从文件中恢复用户角色",
895987 "Restore": "恢复",
896988 "Create a dummy persona": "创建空白用户角色创建空白用户设定",
897989 "Create": "创建",
898990 "No persona description": "[没有描述没有人设描述]",
899991 "NameCurrent Persona": "名称当前人设",
900992 "Enter yourRename namePersona": "输入您的名字重命名人设",
901- "Click to set a new User Name": "点击设置新的用户名",
902- "Click to lock your selected persona to the current chat. Click again to remove the lock.": "单击以将您选择的用户角色锁定到当前聊天。再次单击以移除锁定。",
903993 "Click to set user name for all messages": "点击为所有消息设置用户名",
904994 "Persona Lore Alt+Click to open the lorebook": "Persona Lore\nAlt+Click to open the lorebook",
905995 "Change Persona DescriptionImage": "用户角色描述更改人设图",
996+ "Duplicate Persona": "复制人设",
997+ "Delete Persona": "删除人设",
998+ "Persona Description": "用户设定描述",
906999 "Example: [{{user}} is a 28-year-old Romanian cat girl.]": "示例:[{{user}}是一个28岁的罗马尼亚猫娘。]",
9071000 "Tokens persona descriptionPosition": "用户角色描述词符数插入位置",
9081001 "Position:Tokens persona description": "位置:人设词符数",
9091002 "None (disabled)": "无(已禁用)",
9101003 "In Story String / Prompt Manager": "在故事字符串/提示词管理器中",
9111004 "Top of Author's Note": "作者注的顶部",
9121005 "Bottom of Author's Note": "作者注的底部",
9131006 "In-chat @ DepthConnections": "聊天的特定深度链接",
914- "Depth:": "深度:",
1007+ "Click to select this as default persona for the new chats. Click again to remove it.": "点击将此人设设置为新聊天的默认人设。再次点击以移除。",
915- "Role:": "身份:",
1008+ "Click to lock your selected persona to the current character. Click again to remove the lock.": "点击将选择的用户设定与当前角色绑定。再次点击以解绑。",
9161009 "SystemCharacter": "系统角色",
917- "User": "用户",
1010+ "Click to lock your selected persona to the current chat. Click again to remove the lock.": "点击将选择的人设与当前聊天绑定。再次点击以解绑。",
9181011 "AssistantChat": "助手聊天",
9191012 "Show notifications on switchingGlobal personasSettings": "切换用户角色时显示通知全局设置",
1013+ "Show notifications on switching personas": "切换用户设定时显示通知",
1014+ "When multiple personas are connected to a character, a popup will appear to select which one to use": "当多个用户设定与一个角色绑定时,会弹出一个弹窗让用户选择使用哪一个。",
1015+ "Allow multiple persona connections per character": "允许每个角色与多个用户设定绑定",
1016+ "Whenever a persona is selected, it will be locked to the current chat and automatically selected when the chat is opened.": "当一个用户设定被选择,它会被自动绑定到当前聊天,并在此聊天后续打开时被自动选中。",
1017+ "Auto-lock a chosen persona to the chat": "自动将选择的用户设定绑定到聊天",
9201018 "Character Management": "角色管理",
9211019 "Locked = Character Management panel will stay open": "锁定 = 角色管理面板将保持打开状态",
9221020 "Select/Create Characters": "选择/创建角色",
@@ -934,8 +1032,9 @@
9341032 "Click to select a new avatar for this character": "单击以为此角色选择新的头像",
9351033 "Add to Favorites": "添加到收藏夹",
9361034 "Advanced Definition": "高级定义",
937- "world_button_title": "Character Lore\n\nClick to load\nShift-click to open 'Link to World Info' popup",
1035+ "world_button_title": "角色世界书\n\n单击加载\nShift+单击打开“链接到世界信息”弹出窗口",
9381036 "Chat Lore Alt+Click to open the lorebook": "Chat Lore聊天世界书\nAlt+Click to open the lorebook单击打开世界书",
1037+ "Connected Personas": "绑定的用户设定",
9391038 "Export and Download": "导出并下载",
9401039 "Duplicate Character": "复制角色",
9411040 "Create Character": "创建角色",
@@ -949,11 +1048,14 @@
9491048 "Link to Source": "来源链接",
9501049 "Replace / Update": "替换 / 更新",
9511050 "Import Tags": "导入标签",
1051+ "Set / Unset as Welcome Page Assistant": "设置 / 取消 为欢迎页面助理",
9521052 "Search / Create Tags": "搜索/创建标签",
9531053 "View all tags": "查看所有标签",
9541054 "Creator's Notes": "创作者的注释",
955- "Character details are hidden.": "角色详情已隐藏。",
1055+ "Allow / Forbid the use of global styles for this character.": "允许 / 禁止 该角色使用全局样式。",
9561056 "Show / Hide Description and First Message": "显示/隐藏描述和第一条消息",
1057+ "No Creator's Notes provided.": "无创作者注释",
1058+ "Character details are hidden.": "角色详情已隐藏。",
9571059 "Character Description": "角色描述",
9581060 "Click to allow/forbid the use of external media for this character.": "单击以允许/禁止此角色使用外部媒体。",
9591061 "Ext. Media": "扩展媒体",
@@ -970,6 +1072,7 @@
9701072 "Manual": "手动",
9711073 "Natural order": "自然顺序",
9721074 "List order": "从上到下",
1075+ "Pooled order": "随机轮流顺序",
9731076 "Group generation handling mode": "群组生成处理模式",
9741077 "Swap character cards": "交换角色卡",
9751078 "Join character cards (exclude muted)": "加入角色卡(不包括被禁言的)",
@@ -987,7 +1090,9 @@
9871090 "Auto Mode delay": "自动模式延迟",
9881091 "Hide Muted Member Sprites": "隐藏拼贴头像中被禁言的成员",
9891092 "Current Members": "当前成员",
1093+ "Group is empty.": "暂无成员",
9901094 "Add Members": "添加成员",
1095+ "No characters available": "无可用角色",
9911096 "Create New Character": "新建角色",
9921097 "Import Character from File": "从文件导入角色",
9931098 "Import content from external URL": "从外部URL导入内容",
@@ -1004,15 +1109,13 @@
10041109 "Most tokens": "最多词符",
10051110 "Least tokens": "最少词符",
10061111 "Random": "随机",
1112+ "Toggle search bar": "切换搜索栏",
10071113 "Toggle character grid view": "切换角色网格视图",
10081114 "Bulk_edit_characters": "批量编辑角色",
10091115 "Bulk select all characters": "批量选择所有角色",
10101116 "Bulk delete characters": "批量删除角色",
10111117 "BindPersona useris namelocked to thatthe avatarcurrent chat": "将用户名称绑定到该头像用户设定已被绑定到当前聊天",
10121118 "ChangePersona personais imagelocked to the current character": "更改用户角色头像用户角色已被绑定到当前角色",
1013- "Select this as default persona for the new chats.": "选择此项作为新聊天的默认用户角色。",
1014- "Duplicate persona": "复制用户角色",
1015- "Delete persona": "删除用户角色",
10161119 "popup-button-save": "保存",
10171120 "popup-button-yes": "是",
10181121 "popup-button-no": "否",
@@ -1076,30 +1179,8 @@
10761179 "Delete chat file": "删除聊天文件",
10771180 "Drag to reorder tag": "拖动以排序",
10781181 "Use tag as folder": "标记为文件夹",
10791182 "Hide on character cardtag_entries": "在角色卡上隐藏标签条目",
10801183 "Delete tag": "删除标签",
1081- "Toggle entry's active state.": "切换条目激活状态。",
1082- "Entry Title/Memo": "条目标题/备忘录",
1083- "WI Entry Status:🔵 Constant🟢 Normal🔗 Vectorized": "世界书条目状态:\r🔵 永久\r🟢 关键词\r🔗 向量化",
1084- "WI_Entry_Status_Constant": "永久",
1085- "WI_Entry_Status_Normal": "关键词",
1086- "WI_Entry_Status_Vectorized": "向量化",
1087- "T_Position": "↑Char:在角色定义之前\n↓Char:在角色定义之后\n↑AN:在作者注释之前\n↓AN:在作者注释之后\n@D:在深度D处",
1088- "Before Char Defs": "角色定义之前",
1089- "After Char Defs": "角色定义之后",
1090- "Before EM": "↑EM",
1091- "After EM": "↓EM",
1092- "Before AN": "作者注释之前",
1093- "After AN": "作者注释之后",
1094- "at Depth System": "@D ⚙​​️",
1095- "at Depth User": "@D 👤",
1096- "at Depth AI": "@D 🤖",
1097- "Depth": "深度",
1098- "Order:": "顺序:",
1099- "Order": "顺序",
1100- "Trigger %:": "触发 %:",
1101- "Duplicate world info entry": "重复的世界信息条目",
1102- "Delete world info entry": "删除世界信息条目",
11031184 "Comma separated (required)": "逗号分隔(必填)",
11041185 "Primary Keywords": "主要关键字",
11051186 "Keywords or Regexes": "关键字或正则表达式",
@@ -1128,8 +1209,12 @@
11281209 "Recursion Level": "递归等级",
11291210 "Content": "内容",
11301211 "Non-recursable": "不可递归(不会被其他条目激活)",
1212+ "This entry will not activate other entries recursively.": "此条目不会被其他条目激活。",
11311213 "Prevent further recursion": "防止进一步递归",
1214+ "This entry can only be activated on recursive checking.": "此条目只能在递归检查时被激活。",
11321215 "Delay until recursion": "延迟到递归",
1216+ "This entry will be included ignoring budget constraints, assuming all other checks pass.": "只要其他检查通过,此条目将无视回复限额,直接加入提示词中",
1217+ "Ignore budget": "无视回复限额",
11331218 "What this keyword should mean to the AI, sent verbatim": "这个关键词对AI的含义,逐字发送",
11341219 "Inclusion Group": "包含组",
11351220 "Inclusion Groups ensure only one entry from a group is activated at a time, if multiple are triggered.Documentation: World Info - Inclusion Group": "包含组可确保每次仅激活组中的一项(如果触发了多项)。支持多个逗号分隔的组。文档:世界信息 - 包含组",
@@ -1151,28 +1236,66 @@
11511236 "Switch the Character/Tags filter around to exclude the listed characters and tags from matching for this entry": "切换角色/标签筛选方式,将列出的角色和标签排除在匹配范围之外",
11521237 "Exclude": "排除",
11531238 "-- Characters not found --": "-- 未找到角色 --",
1239+ "Filter to Generation Triggers": "筛选生成触发器",
1240+ "Continue": "继续",
1241+ "Impersonate": "AI 帮答",
1242+ "Swipe": "滑动",
1243+ "Regenerate": "重新生成",
1244+ "Quiet": "静默",
11541245 "Selective": "选择性",
11551246 "Use Probability": "使用概率",
11561247 "Add Memo": "添加备忘录",
1248+ "Additional Matching Sources": "额外匹配来源",
1249+ "Character Personality": "角色性格",
1250+ "Toggle entry's active state.": "切换条目激活状态。",
1251+ "Entry Title/Memo": "条目标题/备忘录",
1252+ "WI Entry Status:🔵 Constant🟢 Normal🔗 Vectorized": "世界书条目状态:\r🔵 永久\r🟢 关键词\r🔗 向量化",
1253+ "WI_Entry_Status_Constant": "永久",
1254+ "WI_Entry_Status_Normal": "关键词",
1255+ "WI_Entry_Status_Vectorized": "向量化",
1256+ "T_Position": "↑Char:在角色定义之前\n↓Char:在角色定义之后\n↑AN:在作者注释之前\n↓AN:在作者注释之后\n@D:在深度D处",
1257+ "Before Char Defs": "角色定义之前",
1258+ "After Char Defs": "角色定义之后",
1259+ "Before EM": "示例消息前(↑EM)",
1260+ "After EM": "示例消息后(↓EM)",
1261+ "Before AN": "作者注释之前",
1262+ "After AN": "作者注释之后",
1263+ "at Depth System": "@D ⚙ [系统]在深度​​️",
1264+ "at Depth User": "@D 👤 [用户]在深度",
1265+ "at Depth AI": "@D 🤖 [AI]在深度",
1266+ "Depth": "深度",
1267+ "Order:": "顺序:",
1268+ "Order": "顺序",
1269+ "Trigger %:": "触发 %:",
1270+ "Move/Copy Entry to Another Lorebook": "移动或复制条目到其他世界书",
1271+ "Duplicate world info entry": "重复的世界信息条目",
1272+ "Delete world info entry": "删除世界信息条目",
1273+ "This character will be used as a welcome page assistant.": "此角色将作为欢迎页面助理。",
11571274 "Text or token ids": "文本或 [token ID]",
11581275 "Type here...": "在此处输入...",
11591276 "close": "关闭",
11601277 "prompt_manager_edit": "编辑",
11611278 "prompt_manager_name": "姓名",
11621279 "A name for this prompt.": "此提示词的名称。",
1163- "To whom this message will be attributed.": "此消息应归于谁。",
11641280 "AI Assistant": "AI助手",
1281+ "To whom this message will be attributed.": "此消息应归于谁。",
1282+ "Triggers": "触发器",
1283+ "Filter to specific generation types.": "筛选到特定的生成类型。",
11651284 "prompt_manager_position": "位置",
1166- "Relative (to other prompts in prompt manager) or In-chat @ Depth.": "相对(相对于提示管理器中的其他提示)或在聊天中@深度。",
11671285 "prompt_manager_relative": "相对",
11681286 "prompt_manager_in_chat": "聊天中",
1287+ "Relative (to other prompts in prompt manager) or In-chat @ Depth.": "相对(相对于提示管理器中的其他提示)或在聊天中@深度。",
11691288 "prompt_manager_depth": "深度",
11701289 "0 = after the last message, 1 = before the last message, etc.": "“0”为在最后一条消息之后,“1”为在最后一条消息之前,等等。",
1290+ "prompt_manager_order": "排序",
1291+ "prompt_manager_order_note": "来自其他来源(世界信息、作者注释等)的提示注入的默认顺序始终为 100。",
1292+ "Ordered from low/top to high/bottom, and at same order: Assistant, User, System.": "从低/顶到高/底排序,并按相同顺序:助手、用户、系统。",
11711293 "The content of this prompt is pulled from elsewhere and cannot be edited here.": "此提示词的内容是从其他地方提取的,无法在此处进行编辑。",
11721294 "Prompt": "提示词",
1173- "The prompt to be sent.": "要发送的提示词。",
11741295 "This prompt cannot be overridden by character cards, even if overrides are preferred.": "即使选择覆盖,此提示词也不能被角色卡覆盖。",
11751296 "prompt_manager_forbid_overrides": "禁止覆盖",
1297+ "Source:": "来源:",
1298+ "The prompt to be sent.": "要发送的提示词。",
11761299 "reset": "重置",
11771300 "save": "保存",
11781301 "This message is invisible for the AI": "此消息对AI不可见",
@@ -1197,13 +1320,14 @@
11971320 "Thought for some time": "思考了一会",
11981321 "Confirm Edit": "确认",
11991322 "Remove reasoning": "删除推理内容",
12001323 "Cancel edit": "Cancel edit取消编辑",
1324+ "Collapse all reasoning blocks": "折叠所有推理块",
12011325 "Copy reasoning": "复制推理内容",
12021326 "Edit reasoning": "编辑推理内容",
12031327 "EnlargeExpand and zoom": "放大展开并缩放",
12041328 "Caption": "标题",
12051329 "Swipe left": "Swipe left向左滑动",
12061330 "Swipe right": "Swipe right向右滑动",
12071331 "Welcome to SillyTavern!": "欢迎来到 SillyTavern!",
12081332 "SillyTavern is aimed at advanced users.": "SillyTavern 面向高级用户。",
12091333 "welcome_message_part_1": "阅读",
@@ -1219,10 +1343,10 @@
12191343 "from supported sources or view": "来自受支持的来源或查看",
12201344 "Sample characters": "示例角色",
12211345 "Your Persona": "您的用户角色",
12221346 "Before you get started, you must select a persona name.": "在开始之前,您必须选择一个用户角色名称您必须选择一个用户设定名称。",
12231347 "welcome_message_part_8": "您可随时通过",
12241348 "welcome_message_part_9": "图标来更改此设置。",
12251349 "Persona Name:": "用户角色名称用户设定名称:",
12261350 "Temporarily disable automatic replies from this character": "临时禁言此角色",
12271351 "Enable automatic replies from this character": "解除禁言此角色",
12281352 "Trigger a message from this character": "强制触发该角色发言",
@@ -1231,6 +1355,8 @@
12311355 "View character card": "查看角色卡片",
12321356 "Remove from group": "踢出群聊",
12331357 "Add to group": "拉入群聊",
1358+ "in this group": "在此群组中",
1359+ "Go back": "返回",
12341360 "Alternate Greetings": "额外问候语",
12351361 "Alternate_Greetings_desc": "开始新聊天时,这些按钮将显示为第一条消息的滑动选项。\n群成员可以选择其中之一来发起对话。",
12361362 "alternate_greetings_hint_1": "点击",
@@ -1295,9 +1421,6 @@
12951421 "Start new chat": "开始新聊天",
12961422 "Manage chat files": "管理聊天文件",
12971423 "Delete messages": "删除消息",
1298- "Regenerate": "重新生成",
1299- "Impersonate": "AI 帮答",
1300- "Continue": "继续",
13011424 "extension_install_1": "若想从此页安装扩展程序,你需要提前安装",
13021425 "extension_install_2": "。",
13031426 "extension_install_3": "点这个图标(",
@@ -1314,6 +1437,7 @@
13141437 "Load an asset list": "加载资产列表",
13151438 "Load Asset List": "加载资产列表",
13161439 "Characters": "人物",
1440+ "Attach a file or image to a current chat.": "将文件或图像附加到当前聊天中。",
13171441 "Attach a File": "附加文件",
13181442 "Enter a URL or the ID of a Fandom wiki page to scrape:": "输入要抓取的 Fandom wiki 页面的 URL 或 ID:",
13191443 "Examples:": "例:",
@@ -1327,12 +1451,12 @@
13271451 "These files will be available for extensions that support attachments (e.g. Vector Storage).": "这些文件将可用于支持附件的扩展(例如 Vector Storage)。",
13281452 "Supported file types: Plain Text, PDF, Markdown, HTML, EPUB.": "支持的文件类型:纯文本、PDF、Markdown、HTML、EPUB。",
13291453 "Drag and drop files here to upload.": "将文件拖放到此处进行上传。",
13301454 "Date (Newest First)": "日期(最新日期最新在先)",
13311455 "Date (Oldest First)": "日期(最早日期最老在先)",
13321456 "Name (A-Z)": "姓名(从 A 到 Z)",
13331457 "Name (Z-A)": "姓名(从 (Z-A)",
13341458 "Size (Smallest First)": "尺寸大小最小最小在先)",
13351459 "Size (Largest First)": "尺寸大小最大尺寸优先最大在先)",
13361460 "Bulk Edit": "批量编辑",
13371461 "Select All": "全选",
13381462 "Select None": "清空选择",
@@ -1363,13 +1487,16 @@
13631487 "Allow reverse proxy": "允许反向代理",
13641488 "Hint:": "提示:",
13651489 "Set your API keys and endpoints in the 'API Connections' tab first.": "首先在“API 连接”选项卡中设置您的 API 密钥和端点。",
1490+ "Use secondary URL": "使用备用URL",
1491+ "Secondary captioning endpoint URL": "备用的描述文字生成端点URL",
13661492 "Caption Prompt": "图像描述提示词",
13671493 "Ask every time": "每次都询问",
13681494 "Message Template": "消息模板",
13691495 "(use _space": "(使用",
13701496 "macro)": "宏指令)",
13711497 "Automatically caption images": "自动为图像添加标题自动为图像添加描述文字",
13721498 "Edit captions before saving": "保存前编辑标题保存前编辑描述文字",
1499+ "Show captions in chat": "在聊天中显示描述文字",
13731500 "Included settings:": "包含的设置:",
13741501 "{{@key}}": "{{@key}}:",
13751502 "Profile name:": "配置名称:",
@@ -1395,8 +1522,13 @@
13951522 "Select the API for classifying expressions.": "选择用于对表达式进行分类的API。",
13961523 "Main API": "当前连接的 API",
13971524 "WebLLM Extension": "WebLLM Extension",
1525+ "When using LLM or WebLLM classifier, only show and use expressions that have sprites assigned to them.": "When using LLM or WebLLM classifier, only show and use expressions that have sprites assigned to them.",
1526+ "Filter expressions for available sprites": "Filter expressions for available sprites",
13981527 "LLM Prompt": "大语言模型提示词",
13991528 "Will be used if theUsed APIin doesn'taddition supportto JSON schemas orand function calling.": "如果Used APIin 不支持addition to JSON 模式或函数调用,则会使用它。schemas and function calling.",
1529+ "LLM Prompt Strategy": "LLM Prompt Strategy",
1530+ "Limited Context": "Limited Context",
1531+ "Full Context": "Full Context",
14001532 "Default / Fallback Expression": "默认/后备表达式",
14011533 "Set the default and fallback expression being used when no matching expression is found.": "设置在未找到匹配表达式时使用的默认表达式和后备表达式。",
14021534 "Custom Expressions": "自定义表达式",
@@ -1489,6 +1621,7 @@
14891621 "Execute on chat change": "聊天内容改变时执行",
14901622 "Execute on new chat": "在新聊天中执行",
14911623 "Execute on group member draft": "起草群组成员时执行",
1624+ "Execute before message generation": "在消息生成前执行",
14921625 "Automation ID:": "自动化标识",
14931626 "Testing": "测试",
14941627 "Execute": "执行",
@@ -1498,6 +1631,8 @@
14981631 "Show Popout Button": "(在电脑上)展示弹出式按钮",
14991632 "Global Quick Reply Sets": "全局快速回复集",
15001633 "Chat Quick Reply Sets": "聊天快速回复集",
1634+ "Character Quick Reply Sets": "角色快速回复集",
1635+ "(Private)": "(私密)",
15011636 "Edit Quick Replies": "编辑快速回复",
15021637 "Disable Send (Insert Into Input Field)": "禁用发送(插入输入字段)",
15031638 "Place Quick Reply Before Input": "在输入前放置快速回复",
@@ -1512,8 +1647,11 @@
15121647 "ext_regex_new_scoped_script_desc": "新的作用域正则表达式脚本",
15131648 "ext_regex_new_scoped_script": "新建局部正则",
15141649 "ext_regex_import_script": "导入正则",
1650+ "ext_regex_bulk_edit": "批量编辑",
1651+ "Export": "导出",
15151652 "ext_regex_global_scripts": "全局正则脚本",
15161653 "ext_regex_global_scripts_desc": "影响所有角色,保存在本地设定中",
1654+ "No scripts found": "没有找到脚本",
15171655 "ext_regex_scoped_scripts": "局部正则脚本",
15181656 "ext_regex_disallow_scoped": "不允许使用局部正则",
15191657 "ext_regex_allow_scoped": "允许使用局部正则",
@@ -1521,6 +1659,7 @@
15211659 "Regex Editor": "正则表达式编辑器",
15221660 "Test Mode": "测试模式",
15231661 "ext_regex_desc": "“正则”是一个使用“正则表达式”来查找/替换字符串的工具。如果您想了解更多信息,请点击标题旁边的“?”。",
1662+ "ext_regex_flags_help": "点击此处了解更多关于正则表达式修饰符的知识。",
15241663 "Input": "输入",
15251664 "ext_regex_test_input_placeholder": "在此输入...",
15261665 "Output": "输出",
@@ -1553,10 +1692,14 @@
15531692 "Substitute (raw)": "替换(原始)",
15541693 "Substitute (escaped)": "替换(转义)",
15551694 "Ephemerality": "短暂",
1695+ "ext_regex_other_options_desc": "默认情况下,正则脚本将直接地、不可逆转地修改聊天文件。\r启用下方任意一或多项可以避免对聊天文件的修改,但仍然修改特定项目。",
15561696 "ext_regex_only_format_visual_desc": "正则仅在聊天页面生效,聊天文件内的内容不会被改变。",
15571697 "Only Format Display": "仅格式显示",
15581698 "ext_regex_only_format_prompt_desc": "聊天记录不会改变,只有在请求发送时(生成时)才会出现提示词。",
15591699 "Only Format Prompt (?)": "仅格式提示词",
1700+ "This character has embedded regex script(s).": "此角色含有内置正则脚本。",
1701+ "Would you like to allow using them?": "你想要启用它们吗?",
1702+ "If you want to do it later, select 'Regex' from the extensions menu.": "你可以稍后在扩展栏的 \"正则\" 区域管理它们。",
15601703 "ext_regex_import_target": "导入至:",
15611704 "ext_regex_disable_script": "禁用脚本",
15621705 "ext_regex_enable_script": "启用脚本",
@@ -1608,6 +1751,7 @@
16081751 "Avoid spending Anlas": "避免花费 Anlas",
16091752 "Opus tier": "(作品层)",
16101753 "View my Anlas": "查看我的目录",
1754+ "Click to set": "点击设置",
16111755 "These settings only apply to DALL-E 3": "这些设置仅适用于 DALL-E 3",
16121756 "Image Style": "图像风格",
16131757 "Image Quality": "画面质量",
@@ -1618,8 +1762,6 @@
16181762 "Create new workflow": "创建新的工作流",
16191763 "Delete workflow": "删除工作流",
16201764 "Enhance": "提高",
1621- "API Key": "API 密钥",
1622- "Click to set": "点击设置",
16231765 "You can find your API key in the Stability AI dashboard.": "您可以在 Stability AI 仪表板中找到您的 API 密钥。",
16241766 "Style Preset": "风格预设",
16251767 "Prompt Upsampling": "提示词增强(Upsampling)",
@@ -1646,6 +1788,8 @@
16461788 "DYN variants of SMEA samplers often lead to more varied output, but may fail at very high resolutions.": "SMEA 采样器的 DYN 变体通常会产生更加多样化的输出,但在非常高的分辨率下可能会失败。",
16471789 "DYN": "动态",
16481790 "Decrisper": "去伪器",
1791+ "Enable guidance only after body has been formed, to improve diversity and saturation of samples. May reduce relevance": "Enable guidance only after body has been formed, to improve diversity and saturation of samples. May reduce relevance",
1792+ "Variety+": "Variety+",
16491793 "(-1 for random)": "(“-1”为随机)",
16501794 "Preset for prompt prefix and negative prompt": "提示词前缀和负面提示词的预设",
16511795 "Style": "风格",
@@ -1665,7 +1809,7 @@
16651809 "Extensions Menu": "扩展菜单",
16661810 "Slash Command": "快捷命令",
16671811 "Interactive Mode": "交互模式",
16681812 "Function Tool": "Function Tool函数工具",
16691813 "Image Prompt Templates": "图像提示模板",
16701814 "Token Counter": "词符计数器",
16711815 "Type / paste in the box below to see the number of tokens in the text.": "在下方框中输入或粘贴你想要统计词符数量的文本。",
@@ -1700,10 +1844,13 @@
17001844 "Skip codeblocks": "跳过代码块",
17011845 "Skip tagged blocks": "跳过标签块里的内容(<标签>跳过这里</标签>)",
17021846 "Pass Asterisks to TTS Engine": "将星号传递给文本转语音服务",
1847+ "Works best when: Pass Asterisks to TTS Engine is enabled, and both Only narrate quotes and Ignore *text, even 'quotes', inside asterisks* are disabled.": "Works best when: Pass Asterisks to TTS Engine is enabled, and both Only narrate quotes and Ignore *text, even 'quotes', inside asterisks* are disabled.",
1848+ "Different voices for quotes and text inside asterisks": "Different voices for \"quotes\", *text inside asterisks* and other text",
17031849 "Audio Playback Speed": "音频播放速度",
17041850 "Vector Storage": "向量存储",
17051851 "Vectorization Source": "向量化源",
17061852 "Local (Transformers)": "本地(Transformers)",
1853+ "Secondary Embedding endpoint URL": "Secondary Embedding endpoint URL",
17071854 "Vectorization Model": "向量化模型",
17081855 "Keep model in memory": "将模型保存在内存中",
17091856 "Hint: Set the URL in the API connection settings.": "提示:在 API 连接设置中设置 URL。",
@@ -1756,6 +1903,9 @@
17561903 "This will create a new subfolder...": "这将在 /data/ 目录中创建一个新的子文件夹,以用户的句柄作为文件夹名称。",
17571904 "Note:": "提示:",
17581905 "this chat is temporary and will be deleted as soon as you leave it.": "此聊天会话是临时的,会在你离开时被删除。",
1906+ "Import from JSONL": "从 JSONL 文件导入",
1907+ "Load": "加载",
1908+ "Export as JSONL": "导出为 JSONL 文件",
17591909 "Enter a new display name:": "输入一个新的昵称:",
17601910 "Current Password:": "当前密码:",
17611911 "New Password:": "新密码:",
@@ -1787,9 +1937,21 @@
17871937 "custom_exclude_body_desc": "要从聊天完成请求主体中排除的参数(YAML 数组)\n\n示例:\n- frequency_penalty\n- presence_penalty",
17881938 "Include Request Headers": "包含请求标头",
17891939 "custom_include_headers_desc": "聊天完成请求的附加标头(YAML 对象)\n\n示例:\nCustomHeader:自定义值\nAnotherHeader:自定义值",
1940+ "{{name}}": "{{name}}",
1941+ "Delete all items in this category": "删除此分类下的所有项目",
1942+ "View item content": "查看项目内容",
1943+ "Download item": "下载项目",
1944+ "Delete this item": "删除此项目",
1945+ "Once deleted, the files will be gone forever!": "一旦删除,文件将会永久消失!(真的很久!)",
1946+ "Make sure to back up your data in advance.": "确保你已提前备份好数据。",
1947+ "Scan": "扫描",
1948+ "No results yet. Tap 'Scan' to start scanning.": "暂无结果。点击 '扫描' 以启动扫描。",
17901949 "Functions in this category are for advanced users only. Don't click anything if you're not sure about the consequences.": "此类别中的功能仅供高级用户使用。如果您不确定后果,请不要点击任何内容。",
17911950 "THIS IS PERMANENT!": "此操作不可逆!",
17921951 "Also delete the chat files": "同时删除聊天文件",
1952+ "Delete Tag": "删除标签",
1953+ "Do you want to delete the tag": "确定删除这个标签吗?",
1954+ "If you want to merge all references to this tag into another tag, select it below:": "如果你想要将所有此标签的引用合并到其他标签,请从下方选择:",
17931955 "Are you sure you want to delete this user?": "您确定要删除该用户吗?",
17941956 "Deleting:": "删除:",
17951957 "Also wipe user data.": "同时清空用户数据",
@@ -1798,6 +1960,12 @@
17981960 "Type the user's handle below to confirm:": "在下面输入此用户的用户句柄以确认删除操作:",
17991961 "Are you sure you want to duplicate this character?": "你确定要复制这个角色吗?",
18001962 "If you just want to start a new chat with the same character...": "如果你只是想要与此角色开启一个新的聊天,只需点击聊天左下方菜单中的“开始新聊天”按钮。",
1963+ "There are no items to display.": "没有项目可供展示。",
1964+ "Do you want to export connection data with the preset?": "你想要把API连接配置和预设一起导出吗?",
1965+ "This includes the selected source, models, and other preferences set in the API Connections panel.": "这包含你在API连接配置页面中设置的URL、模型和其他偏好设置。",
1966+ "Your stored API keys are never exported.": "你存储的API密钥永远不会被导出。",
1967+ "Export connection data": "导出API连接配置",
1968+ "Do not export connection data": "不导出API连接配置",
18011969 "Forbid Media Override explanation": "当前角色/群聊成员使用外部媒体的能力。",
18021970 "Forbid Media Override subtitle": "媒体:图像、视频、音频。外部:不在本地服务器上托管。",
18031971 "forbid_media_global_state_forbidden": "(禁止)",
@@ -1810,19 +1978,19 @@
18101978 "help_format_4": "斜体",
18111979 "help_format_5": "**文本**",
18121980 "help_format_6": "显示为",
18131981 "help_format_7": "大胆的粗体",
18141982 "help_format_8": "***文本***",
18151983 "help_format_9": "显示为",
18161984 "help_format_10": "粗斜体",
18171985 "help_format_11": "__文本__",
18181986 "help_format_12": "显示为",
18191987 "help_format_13": "强调下划线",
18201988 "help_format_14": "~~文本~~",
18211989 "help_format_15": "显示为",
18221990 "help_format_16": "删除线",
18231991 "help_format_17": "[文本](网址)",
18241992 "help_format_18": "显示为",
18251993 "help_format_19": "超级链接超链接",
18261994 "help_format_20": "![文本](网址)",
18271995 "help_format_21": "显示为图像",
18281996 "help_format_22": "```文本```",
@@ -1830,15 +1998,23 @@
18301998 "help_format_like_this": "像这样",
18311999 "help_format_24": "`文本`",
18322000 "help_format_25": "显示为",
18332001 "help_format_26": "内联代码行内代码块",
18342002 "help_format_27": "> 文本",
18352003 "help_format_28": "显示为块引用显示为引用(请注意 > 后面的空格后面要加一个空格)",
18362004 "help_format_29": "# 文本",
18372005 "help_format_30": "显示为大标题(注意空格)",
18382006 "help_format_32": "## 文本",
18392007 "help_format_33": "显示为中等标题(注意空格)",
18402008 "help_format_35": "### 文本",
18412009 "help_format_36": "显示为小标题(注意空格)",
2010+ "Creator's Notes contain CSS style tags. Do you want to apply them just to Creator's Notes or to the entire application?": "创作者注释中包含CSS样式标签。你是想把这个样式只应用到创作者注释,还是应用到整个页面?",
2011+ "CAUTION: Malformed styles may cause issues.": "警告:错误样式可能会出问题。",
2012+ "To change the preference later, use the": "若想后续修改偏好设置,请点击创作者注释处的",
2013+ "button in the Creator's Notes block.": "按钮。",
2014+ "Class names will be automatically prefixed with 'custom-'.": "CSS类名将会自动添加 'custom-' 前缀。",
2015+ "Choose how to apply CSS style tags if they are defined in Creator's Notes of this character:": "选择如何应用这个角色的创作者注释中定义的CSS样式:",
2016+ "Just to Creator's Notes": "仅应用到创作者注释",
2017+ "Apply to the entire app": "应用到整个页面",
18422018 "help_1": "您好!请选择您想要详细了解的帮助主题:",
18432019 "help_2": "斜线命令",
18442020 "help_or": "或者",
@@ -1848,6 +2024,7 @@
18482024 "help_6": "还有其他问题吗?",
18492025 "help_7": "SillyTavern 官方文档网站",
18502026 "help_8": "有更多信息!",
2027+ "Characters and groups hidden by filters or closed folders": "因筛选条件或关闭的文件夹隐藏的角色和群组",
18512028 "help_hotkeys_0": "热键/按键绑定",
18522029 "help_hotkeys_1": "上",
18532030 "help_hotkeys_2": "编辑聊天中的最后一条消息",
@@ -1926,11 +2103,11 @@
19262103 "help_macros_12": "您当前的角色描述",
19272104 "help_macros_13": "角色对话示例",
19282105 "help_macros_14": "未格式化的对话示例",
1929- "(only for Story String)": "(仅适用于故事字符串)",
19302106 "help_macros_summary": "“Summarize”扩展生成的最新聊天摘要(如果有)。",
19312107 "help_macros_15": "您当前的用户角色名称",
19322108 "help_macros_16": "角色的名字",
19332109 "help_macros_17": "角色的版本号",
2110+ "help_macros_charDepthPrompt": "角色的 @ 深度注释",
19342111 "help_macros_18": "以逗号分隔的群成员名称列表或单人聊天中的角色名称。别名:{{charIfNotGroup}}",
19352112 "help_groupNotMuted": "与 {{group}} 相同,但排除被禁言的成员",
19362113 "help_macros_19": "当前选定的 API 的文本生成模型名称。",
@@ -2002,16 +2179,11 @@
20022179 "help_macros_69": "替换为范围变量“name”的值",
20032180 "help_macros_70": "用范围变量“name”的索引处的项目值(对于数组/列表或对象/字典)替换",
20042181 "Choose what to export": "选择您想要导出什么:",
2005- "{{name}}": "{{name}}",
20062182 "Choose what to import": "选择您想要导入什么:",
20072183 "If necessary, you can later restore this chat file from the /backups folder": "若需要,您可稍后在 /backups 文件夹中恢复此聊天文件。",
20082184 "Also delete the current chat file": "同时删除当前聊天文件",
20092185 "Persona Lorebook for": "Persona Lorebook for",
20102186 "persona_world_template_txt": "A selected World Info will be bound to this persona. When generating an AI reply,\n it will be combined with the entries from global, character and chat lorebooks.",
2011- "Export for character": "导出角色",
2012- "Export prompts for this character, including their order.": "导出此角色的提示词,包括其顺序。",
2013- "Export all": "全部导出",
2014- "Export all your prompts to a file": "将所有提示词导出到文件",
20152187 "Insert prompt": "插入提示词",
20162188 "Import a prompt list": "导入提示词列表",
20172189 "Export this prompt list": "导出此提示词列表",
@@ -2019,6 +2191,7 @@
20192191 "New prompt": "新提示词",
20202192 "Prompts": "提示词",
20212193 "Total Tokens:": "总词符数:",
2194+ "Name": "名称",
20222195 "prompt_manager_tokens": "词符",
20232196 "Are you sure you want to connect to the following proxy URL?": "你确定要连接到下面的代理URL吗?",
20242197 "Encountered an error while processing your request.": "处理请求时遇到了问题。",
@@ -2029,12 +2202,20 @@
20292202 "Are you sure you want to reset your settings to factory defaults?": "您确定要将您的设置重置为出厂默认设置吗?",
20302203 "Don't forget to save a snapshot of your settings before proceeding.": "在继续之前,不要忘记保存您的设置快照。",
20312204 "Enter your password below to confirm:": "输入您的密码以确认:",
2205+ "Reset custom sampler selection": "重置自定义采样器选择",
2206+ "Here you can toggle the display of individual samplers. (WIP)": "在此可以切换单个采样器的显示。(开发中)",
20322207 "Chat Scenario Override": "聊天场景覆盖",
20332208 "Remove": "移除",
20342209 "Unique to this chat.": "仅对此聊天生效。",
20352210 "All group members will use the following scenario text instead of what is specified in their character cards.": "All group members will use the following scenario text instead of what is specified in their character cards.",
20362211 "The following scenario text will be used instead of the value set in the character card.": "The following scenario text will be used instead of the value set in the character card.",
20372212 "Checkpoints inherit the scenario override from their parent, and can be changed individually after that.": "Checkpoints inherit the scenario override from their parent, and can be changed individually after that.",
2213+ "API:": "API:",
2214+ "Key:": "密钥:",
2215+ "Add Secret": "添加密钥",
2216+ "No secrets saved.": "无保存的密钥。",
2217+ "Copy ID": "复制 ID",
2218+ "Select": "选择",
20382219 "Settings Snapshots": "设置快照",
20392220 "Record a snapshot of your current settings.": "记录当前设置的快照。",
20402221 "Make a Snapshot": "制作快照",
@@ -2050,6 +2231,8 @@
20502231 "Exclude Patterns": "排除模式",
20512232 "Glob patterns of files to exclude in the download.": "下载中要排除的文件的 Glob 模式。每个模式用换行符分隔。",
20522233 "Tag Management": "标签管理",
2234+ "Remove unused tags": "删除未被使用的标签",
2235+ "Prune": "精简",
20532236 "Save your tags to a file": "将标签保存为文件",
20542237 "Restore tags from a file": "从文件中恢复标签",
20552238 "Create a new tag": "新建一个标签",
@@ -2078,8 +2261,8 @@
20782261 "Reset Settings": "重置设置",
20792262 "Wipe all user data and reset your account to factory settings.": "删除所有用户数据并将您的账号重置为默认设置。",
20802263 "Reset Everything": "重置一切",
20812264 "This will delete all your settings and data. There will be no undo button. Make sure you have a backup before proceeding.": "This will delete all your settings and data. There will be no undo button.\n Make sure you have a backup before proceeding.这将删除您的所有设置和数据。没有撤销按钮。在继续之前请确保您已有备份。",
20822265 "Account reset code has been posted to the server console.": "Account reset code has been posted to the server console.账户重置代码已发布到服务器控制台。",
20832266 "Reset Code:": "重置代码:",
20842267 "Want to update?": "获取最新版本",
20852268 "How to start chatting?": "如何快速开始聊天?",
@@ -2100,29 +2283,17 @@
21002283 "Join the SillyTavern Discord": "加入 SillyTavern 的 Discord群组",
21012284 "Post a GitHub issue": "在 GitHub 发布问题",
21022285 "Contact the developers": "联系开发者",
2103- "If you're connected to an API, try asking me something!": "若您已经配置好API,尝试发送些什么吧!",
2286+ "Show recent chats": "显示最近的聊天",
2287+ "Hide recent chats": "隐藏最近的聊天",
2288+ "Recent Chats": "最近的聊天",
2289+ "Docs": "文档",
2290+ "GitHub": "GitHub",
2291+ "Discord": "Discord",
2292+ "Temporary Chat": "临时聊天",
2293+ "No recent chats": "无最近聊天",
2294+ "Rename chat": "重命名聊天",
2295+ "Delete chat": "删除聊天",
21042296 "Title/Memo": "标题(备忘)",
21052297 "Strategy": "触发策略",
21062298 "PositionTrigger %": "插入位置触发概率%",
2107- "Trigger %": "触发概率%",
2108- "Generate Caption": "生成图片描述",
2109- "(DEPRECATED)": "(已弃用)",
2110- "[Currently loaded]": "[当前加载]",
2111- "Change Persona Image": "更改角色图片",
2112- "Delete Persona": "删除角色",
2113- "Duplicate Persona": "复制角色",
2114- "Enter a name for this persona:": "输入角色名",
2115- "Enable web search": "启用联网搜索",
2116- "Current Persona": "当前角色",
2117- "Global Settings": "全局设置",
2118- "Select a model": "选择模型",
2119- "Thinking...": "思考中",
2120- "Valid": "有效",
2121- "Rename Persona": "重命名角色",
2122- "Sort By: Name (Z-A)": "排序: 名称(Z-A)",
2123- "Sort By: Name (A-Z)": "排序: 名称(A-Z)",
2124- "Sort By: Date (Oldest First)": "排序: 日期(从最远到最新)",
2125- "Sort By: Date (Newest First)": "排序: 日期(从最新到最远)",
2126- "Set the reasoning block of a message. Returns the reasoning block content.": "设置消息的推理块。返回推理块内容。",
2127- "Select providers. No selection = all providers.": "选择服务商。未选择 = 所有服务商。"
21282299}