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>
Signed| @@ -2,7 +2,7 @@ | ||
| 2 | 2 | "Favorite": "星标", |
| 3 | 3 | "Tag": "标签", |
| 4 | 4 | "Duplicate": "复制", |
| 5 | 5 | "Persona": "用户角色用户设定", |
| 6 | 6 | "Delete": "删除", |
| 7 | 7 | "AI Response Configuration": "AI响应配置", |
| 8 | 8 | "AI Configuration panel will stay open": "AI配置面板将保持打开", |
| @@ -21,10 +21,11 @@ | ||
| 21 | 21 | "novelaipresets": "NovelAI 预设", |
| 22 | 22 | "Default": "默认", |
| 23 | 23 | "openaipresets": "对话补全预设", |
| 24 | + "Bind presets to API connections": "将预设与 API 配置绑定", | |
| 24 | 25 | "Text Completion presets": "文本补全预设", |
| 25 | 26 | "response legth(tokens)": "回复长度(以词符数计)", |
| 26 | 27 | "Streaming": "流式传输", |
| 27 | 28 | "Streaming_desc": "逐位显示生成的回复逐词显示生成的回复", |
| 28 | 29 | "context size(tokens)": "上下文长度(以词符数计)", |
| 29 | 30 | "unlocked": "解锁", |
| 30 | 31 | "Only enable this if your model supports context sizes greater than 8192 tokens": "仅在您的模型支持大于8192个词符的上下文长度时启用此选项", |
| @@ -73,10 +74,12 @@ | ||
| 73 | 74 | "Context Size (tokens)": "上下文长度(以词符数计)", |
| 74 | 75 | "Max Response Length (tokens)": "最大回复长度(以词符数计)", |
| 75 | 76 | "Multiple swipes per generation": "每次生成多个备选回复", |
| 76 | - "Middle-out Transform": "Middle-out Transform", | |
| 77 | + "Allow compressing requests by removing messages from the middle of the prompt.": "允许通过移除提示词中间的消息来压缩请求。", | |
| 77 | 78 | "AutoMiddle-out Transform": "Auto中心向外算法", |
| 78 | 79 | "AllowAuto": "Allow自动", |
| 79 | 80 | "ForbidAllow": "Forbid允许", |
| 81 | + "Forbid": "禁止", | |
| 82 | + "Unknown": "未知", | |
| 80 | 83 | "Enable OpenAI completion streaming": "启用OpenAI文本补全流式传输", |
| 81 | 84 | "Display the response bit by bit as it is generated.": "随着回复的生成,逐词逐句地显示结果。", |
| 82 | 85 | "When this is off, responses will be displayed all at once when they are complete.": "当此选项关闭时,回复将在完成后一次性显示。", |
| @@ -147,8 +150,9 @@ | ||
| 147 | 150 | "Epsilon Cutoff": "ε 截断", |
| 148 | 151 | "Epsilon cutoff sets a probability floor below which tokens are excluded from being sampled": "ε 截断设置了一个概率下限,低于该下限的词符将被排除在采样之外。\n以 1e-4 单位;合适的值为 3。将其设置为 0 以禁用。", |
| 149 | 152 | "Top nsigma": "Top nsigma", |
| 153 | + "Min Keep": "Min Keep", | |
| 150 | 154 | "Eta Cutoff": "η 截断", |
| 151 | 155 | "Eta_Cutoff_desc": "η截断是特殊η采样技术的主要参数。 以1e-4为单位;合理的值为3。 设置为0以禁用。 有关详细信息,请参阅Hewitt等人的论文详细请参阅《Truncation Sampling as Language Model Desmoothing》(2022年)(Hewitt et al., 2022)。", |
| 152 | 156 | "rep.pen decay": "重复惩罚衰减", |
| 153 | 157 | "Encoder Rep. Pen.": "编码器重复惩罚", |
| 154 | 158 | "No Repeat Ngram Size": "无重复n-gram大小", |
| @@ -187,9 +191,9 @@ | ||
| 187 | 191 | "Beam search": "束搜索", |
| 188 | 192 | "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 | 193 | "# of Beams": "光束数量", |
| 190 | 194 | "The number of sequences generated at each step with Beam Search.": "The number of sequences generated at each step with Beam Search.束搜索每步生成的序列数量。", |
| 191 | 195 | "Length Penalty": "长度惩罚", |
| 192 | 196 | "Penalize sequences based on their length.": "Penalize sequences based on their length.根据序列长度对其进行惩罚。", |
| 193 | 197 | "Early Stopping": "提前停止", |
| 194 | 198 | "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 | 199 | "Contrastive search": "对比搜索", |
| @@ -203,7 +207,7 @@ | ||
| 203 | 207 | "Ignore EOS Token": "忽略序列结束词符", |
| 204 | 208 | "Ignore the EOS Token even if it generates.": "即使生成了序列结束词符,也忽略它。", |
| 205 | 209 | "Skip Special Tokens": "跳过特殊词符", |
| 206 | 210 | "Request Model Reasoning": "Request Model Reasoning请求模型推理", |
| 207 | 211 | "Temperature Last": "温度放最后", |
| 208 | 212 | "Temperature_Last_desc": "温度采样器放到最后使用。这通常是合理的。\n当启用时:首先进行潜在词符的选择,然后应用温度来修正它们的相对概率(技术上是对数似然)。\n当禁用时:首先应用温度来修正所有词符的相对概率,然后从中选择潜在词符。\n禁用此项可以增大分布在尾部的词符概率,这可能加大得到不相关回复的几率。", |
| 209 | 213 | "Speculative Ngram": "推测性 Ngram", |
| @@ -254,10 +258,16 @@ | ||
| 254 | 258 | "Continue sends the last message as assistant role instead of system message with instruction.": "继续发送的是作为助手角色的最后一条消息,而不是带有指示的系统消息。", |
| 255 | 259 | "Squash system messages": "压缩系统消息", |
| 256 | 260 | "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。", | |
| 257 | 264 | "Enable function calling": "启用函数调用", |
| 265 | + "Supported by the current model": "当前模型支持", | |
| 266 | + "Unsupported by the current model": "当前模型不支持", | |
| 258 | 267 | "enable_functions_desc_1": "允许使用", |
| 259 | 268 | "enable_functions_desc_2": "功能工具", |
| 260 | 269 | "enable_functions_desc_3": "可以被各种扩展利用来提供附加功能。", |
| 270 | + "enable_functions_desc_4": "当提示词后处理没有选择工具时不支持。", | |
| 261 | 271 | "Send inline images": "发送图片", |
| 262 | 272 | "image_inlining_hint_1": "如果模型支持,就可以在提示词中发送图片。\n发送消息时,点击", |
| 263 | 273 | "image_inlining_hint_2": "在这里(", |
| @@ -266,23 +276,38 @@ | ||
| 266 | 276 | "openai_inline_image_quality_auto": "自动", |
| 267 | 277 | "openai_inline_image_quality_low": "低", |
| 268 | 278 | "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": "与以下几个功能不兼容:函数调用、联网搜搜、系统提示词。", | |
| 269 | 287 | "Use system prompt": "使用系统提示词", |
| 270 | 288 | "Merges_all_system_messages_desc_1": "合并所有系统消息,直到第一条具有非系统角色的消息,然后通过", |
| 271 | 289 | "Merges_all_system_messages_desc_2": "字段发送。", |
| 272 | 290 | "Request model reasoning": "请求思维链", |
| 273 | 291 | "Allows the model to return its thinking process.": "允许模型返回其思维过程。", |
| 292 | + "This setting affects visibility only.": "此设置只影响思维链是否可见。", | |
| 274 | 293 | "Constrains effort on reasoning for reasoning models.": "限定模型推理的强度。\n当前支持低、中、高三种强度。\n降低推理强度可以让模型更快回复,并节省推理所用的词符数。。", |
| 275 | 294 | "Reasoning Effort": "推理强度", |
| 295 | + "openai_reasoning_effort_auto": "自动", | |
| 296 | + "openai_reasoning_effort_minimum": "极低", | |
| 276 | 297 | "openai_reasoning_effort_low": "低", |
| 277 | 298 | "openai_reasoning_effort_medium": "中", |
| 278 | 299 | "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词符。选择“自动”会让模型自己决定。", | |
| 279 | 304 | "Assistant Prefill": "AI预填", |
| 280 | 305 | "Expand the editor": "展开编辑器", |
| 281 | 306 | "Start Claude's answer with...": "以如下内容开始Claude的回答...", |
| 282 | 307 | "Assistant Impersonation Prefill": "AI帮答预填", |
| 283 | 308 | "Send the system prompt for supported models. If disabled, the user message is added to the beginning of the prompt.": "为支持的模型发送系统提示词。如果禁用,则用户消息将添加到提示词的开头。", |
| 284 | 309 | "Confirm token parsing with": "确认使用以下工具进行词符解析", |
| 285 | 310 | "Tokenizer": "词符化器分词器", |
| 286 | 311 | "New preset": "新预设", |
| 287 | 312 | "Delete preset": "删除预设", |
| 288 | 313 | "View / Edit bias preset": "查看/编辑偏置预设", |
| @@ -305,14 +330,17 @@ | ||
| 305 | 330 | "Adjust response length to worker capabilities": "根据工作单元能力调整响应长度", |
| 306 | 331 | "Can help with bad responses by queueing only the approved workers. May slowdown the response time.": "可以通过仅排队认证的工作单元来帮助处理不良回复。这可能会减慢回复速度。", |
| 307 | 332 | "Trusted workers only": "仅信任的工作单元", |
| 333 | + "Context": "上下文", | |
| 334 | + "Response": "回复", | |
| 308 | 335 | "API key": "API密钥", |
| 309 | 336 | "Get it here:": "在此获取:", |
| 310 | 337 | "Register": "注册", |
| 311 | 338 | "View my Kudos": "查看我的荣誉", |
| 312 | 339 | "Enter": "输入", |
| 313 | 340 | "to use anonymous mode.": "以使用匿名模式。", |
| 314 | 341 | "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 密钥将会在点击“连接”后隐藏。", | |
| 316 | 344 | "Models": "模型", |
| 317 | 345 | "Refresh models": "刷新模型", |
| 318 | 346 | "-- Horde models not loaded --": "-- Horde 模型未加载 --", |
| @@ -354,11 +382,13 @@ | ||
| 354 | 382 | "Featherless Model Selection": "Featherless Model Selection", |
| 355 | 383 | "Search...": "搜索...", |
| 356 | 384 | "Search": "搜索", |
| 385 | + "Date Asc": "日期顺序", | |
| 386 | + "Date Desc": "日期倒序", | |
| 357 | 387 | "category": "分类", |
| 358 | 388 | "Top": "Top热门", |
| 359 | 389 | "New": "新建", |
| 360 | 390 | "All": "All全部", |
| 361 | 391 | "classAll Classes": "All Classes所有分类", |
| 362 | 392 | "Toggle grid view": "切换网格视图", |
| 363 | 393 | "No model description": "[无描述]", |
| 364 | 394 | "vllm-project/vllm": "vllm-project/vllm(OpenAI API 包装器模式)", |
| @@ -378,6 +408,7 @@ | ||
| 378 | 408 | "Download": "下载", |
| 379 | 409 | "Tabby API key": "Tabby API 密钥", |
| 380 | 410 | "Tabby Model": "Tabby 模型", |
| 411 | + "Experimental feature. Use at your own risk.": "实验性功能,请自行承担可能的风险。", | |
| 381 | 412 | "must be set in Tabby's config.yml to switch models.": "必须在Tabby的config.yml内设置以切换模型", |
| 382 | 413 | "Use an admin API key.": "使用管理员API密钥。", |
| 383 | 414 | "koboldcpp API key (optional)": "koboldcpp API 密钥(可选)", |
| @@ -397,8 +428,9 @@ | ||
| 397 | 428 | "This will show up as your saved preset.": "这将显示为您保存的预设。", |
| 398 | 429 | "Proxy Server URL": "代理服务器 URL", |
| 399 | 430 | "Alternative server URL (leave empty to use the default value).": "备用服务器 URL(留空以使用默认值)。", |
| 400 | 431 | "Doesn't work? Try adding": "不起作用不行?在末尾添加在 URL 末尾添加", |
| 401 | 432 | "at the end!": "试试!", |
| 433 | + "suffix will be added automatically.": "的后缀会被自动补全。", | |
| 402 | 434 | "Proxy Password": "代理密码", |
| 403 | 435 | "Will be used as a password for the proxy instead of API key.": "将用作代理的密码,而不是 API 密钥。", |
| 404 | 436 | "Peek a password": "查看密码", |
| @@ -418,8 +450,6 @@ | ||
| 418 | 450 | "Get your key from": "从以下位置获取您的密钥", |
| 419 | 451 | "Anthropic's developer console": "Anthropic 开发者控制台", |
| 420 | 452 | "Claude Model": "Claude 模型", |
| 421 | - "Window AI Model": "Window AI 模型", | |
| 422 | - "Use extension settings": "使用扩展程序中的设定", | |
| 423 | 453 | "Allow fallback routes Description": "如果所选模型无法响应您的请求,则自动选择备用模型。", |
| 424 | 454 | "Allow fallback models": "允许后备模型", |
| 425 | 455 | "Model Order": "OpenRouter 模型顺序", |
| @@ -428,25 +458,41 @@ | ||
| 428 | 458 | "Context Size": "上下文长度", |
| 429 | 459 | "Group by vendors": "按厂商分组", |
| 430 | 460 | "Group by vendors Description": "将 OpenAI 模型放在一组,将 Anthropic 模型放在另一组,等等。可以与排序结合。", |
| 431 | 461 | "To use instruct formatting, switch to OpenRouter under Text Completion API.": "To use instruct formatting,要使用指导格式,请在文本补全 switchAPI to下切换到 OpenRouter under Text Completion API.。", |
| 432 | 462 | "AI21 API Key": "AI21 API 密钥", |
| 433 | 463 | "AI21 Model": "AI21 模型", |
| 434 | 464 | "Google AI Studio API Key": "Google AI Studio API 密钥", |
| 435 | 465 | "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": "查看可用区域和模型", | |
| 436 | 480 | "MistralAI API Key": "MistralAI API 密钥", |
| 437 | 481 | "MistralAI Model": "MistralAI 模型", |
| 438 | 482 | "Groq API Key": "Groq API 密钥", |
| 439 | 483 | "Groq Model": "Groq 模型", |
| 440 | 484 | "NanoGPT API Key": "NanoGPT API Key密钥", |
| 441 | 485 | "NanoGPT Model": "NanoGPT Model模型", |
| 442 | 486 | "DeepSeek API Key": "DeepSeek API 密钥", |
| 443 | 487 | "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 模型", | |
| 444 | 492 | "Perplexity API Key": "Perplexity API 密钥", |
| 445 | 493 | "Perplexity Model": "Perplexity 模型", |
| 446 | 494 | "Cohere API Key": "Cohere API 密钥", |
| 447 | 495 | "Cohere Model": "Cohere 模型", |
| 448 | - "Block Entropy API Key": "Block Entropy API 密钥", | |
| 449 | - "Select a Model": "选择一个模型", | |
| 450 | 496 | "Custom Endpoint (Base URL)": "自定义端点(基础 URL)", |
| 451 | 497 | "Example: http://localhost:1234/v1": "例如:http://localhost:1234/v1", |
| 452 | 498 | "Custom API Key": "自定义 API 密钥", |
| @@ -454,15 +500,28 @@ | ||
| 454 | 500 | "Enter a Model ID": "输入模型名", |
| 455 | 501 | "Example: gpt-4o": "例如:gpt-4o", |
| 456 | 502 | "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 模型", | |
| 457 | 512 | "Prompt Post-Processing": "提示词后处理", |
| 458 | 513 | "Applies additional processing to the prompt before sending it to the API.": "在将提示词发送到 API 之前对其进行额外处理。", |
| 459 | 514 | "prompt_post_processing_none": "未选择", |
| 515 | + "prompt_post_processing_merge_tools": "合并相同角色连续的发言(含工具)", | |
| 516 | + "prompt_post_processing_semi_tools": "半严格(强制对话角色交替)(含工具)", | |
| 517 | + "prompt_post_processing_strict_tools": "严格(强制对话角色交替、用户最先)(含工具)", | |
| 460 | 518 | "prompt_post_processing_merge": "合并相同角色连续的发言", |
| 461 | 519 | "prompt_post_processing_semi": "半严格(强制对话角色交替)", |
| 462 | 520 | "prompt_post_processing_strict": "严格(强制对话角色交替、用户最先)", |
| 521 | + "prompt_post_processing_single": "单一用户消息(无工具)", | |
| 463 | 522 | "Additional Parameters": "附加参数", |
| 464 | - "Verifies your API connection by sending a short test message. Be aware that you'll be credited for it!": "通过发送简短的测试消息验证您的API连接。请注意,您将因此消耗额度!", | |
| 465 | 523 | "Test Message": "发送测试消息", |
| 524 | + "Verifies your API connection by sending a short test message. Be aware that you'll be credited for it!": "通过发送简短的测试消息验证您的API连接。请注意,您将因此消耗额度!", | |
| 466 | 525 | "Auto-connect to Last Server": "自动连接到上次的服务器", |
| 467 | 526 | "Missing key": "❌ 缺少密钥", |
| 468 | 527 | "Key saved": "密钥已保存", |
| @@ -484,6 +543,14 @@ | ||
| 484 | 543 | "Restore current template": "还原当前模板", |
| 485 | 544 | "Delete the template": "删除模板", |
| 486 | 545 | "Story String": "故事字符串", |
| 546 | + "Position:": "位置:", | |
| 547 | + "Default (top of context)": "默认(上下文顶部)", | |
| 548 | + "In-chat @ Depth": "聊天的特定深度", | |
| 549 | + "Depth:": "深度:", | |
| 550 | + "Role:": "身份:", | |
| 551 | + "System": "系统", | |
| 552 | + "User": "用户", | |
| 553 | + "Assistant": "助手", | |
| 487 | 554 | "Example Separator": "示例分隔符", |
| 488 | 555 | "Chat Start": "聊天开始", |
| 489 | 556 | "Context Formatting": "上下文格式", |
| @@ -497,7 +564,6 @@ | ||
| 497 | 564 | "Separators as Stop Strings": "分隔符作为终止字符串", |
| 498 | 565 | "Add Character and User names to a list of stopping strings.": "将角色和用户名添加到停止字符串列表中。", |
| 499 | 566 | "Names as Stop Strings": "名称作为终止字符串", |
| 500 | - "context_allow_post_history_instructions": "如果在角色卡中定义并且启用了“首选角色卡说明”,则在提示末尾包含后历史说明。\n不建议在文本补全模型中使用此功能,否则会导致输出错误。", | |
| 501 | 567 | "Instruct Template": "指导模板", |
| 502 | 568 | "instruct_derived": "如果可能,从模型元数据中获取", |
| 503 | 569 | "instruct_bind_to_context": "如果启用,上下文模板将根据所选的指导模板名称或偏好自动选择。", |
| @@ -508,12 +574,19 @@ | ||
| 508 | 574 | "instruct_template_activation_regex_desc": "当连接到API或选择模型时,若模型名称与给定的正则表达式匹配,自动启用此指导模板。", |
| 509 | 575 | "Wrap Sequences with Newline": "用换行符包裹序列", |
| 510 | 576 | "Replace Macro in Sequences": "替换序列中的宏", |
| 577 | + "Sequences as Stop Strings": "将序列用作终止字符串", | |
| 511 | 578 | "Skip Example Dialogues Formatting": "跳过示例对话格式化", |
| 512 | 579 | "Include Names": "包括名称", |
| 513 | 580 | "Never": "永不", |
| 514 | 581 | "Groups and Past Personas": "群聊和过去的用户角色", |
| 515 | 582 | "Always": "永远", |
| 516 | 583 | "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": "故事字符串后缀", | |
| 517 | 590 | "User Message Sequences": "用户消息序列", |
| 518 | 591 | "Inserted before a User message and as a last prompt line when impersonating.": "插入到用户消息之前并作为模拟时的最后一行提示词。", |
| 519 | 592 | "User Prefix": "用户消息前缀", |
| @@ -531,11 +604,6 @@ | ||
| 531 | 604 | "System Suffix": "系统消息后缀", |
| 532 | 605 | "If enabled, System Sequences will be the same as User Sequences.": "如果启用,系统序列将与用户序列相同。", |
| 533 | 606 | "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": "系统提示词后缀", | |
| 539 | 607 | "Misc. Sequences": "杂项序列", |
| 540 | 608 | "Inserted before the first Assistant's message.": "插入到第一个助理的消息之前。", |
| 541 | 609 | "First Assistant Prefix": "第一个助理前缀", |
| @@ -565,7 +633,7 @@ | ||
| 565 | 633 | "Replace Macro in Stop Strings": "替换自定义停止字符串中的宏", |
| 566 | 634 | "Token Padding": "词符填充", |
| 567 | 635 | "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": "自动从主要内容中解析位于推理前缀/后缀之间的推理块。两个字段都必须定义且非空。", | |
| 569 | 637 | "Auto-Parse": "自动解析", |
| 570 | 638 | "reasoning_auto_expand": "自动展开推理内容块。", |
| 571 | 639 | "Auto-Expand": "自动展开", |
| @@ -573,9 +641,10 @@ | ||
| 573 | 641 | "Show Hidden": "显示隐藏内容", |
| 574 | 642 | "reasoning_add_to_prompts": "将已有的推理块添加到提示词。若需新增一个推理块,请使用消息编辑菜单。", |
| 575 | 643 | "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": "每个提示词最多可添加的推理块数量,从最后一条消息开始计算。", | |
| 577 | 645 | "Max": "最大值", |
| 578 | 646 | "Reasoning Formatting": "推理内容格式化", |
| 647 | + "Select your current Reasoning Template": "选择你当前的推理模板", | |
| 579 | 648 | "reasoning_prefix": "插入在推理内容之前。", |
| 580 | 649 | "Prefix": "前缀", |
| 581 | 650 | "reasoning_suffix": "插入在推理内容之后。", |
| @@ -583,6 +652,8 @@ | ||
| 583 | 652 | "reasoning_separator": "插入在推理内容和消息内容之间。", |
| 584 | 653 | "Separator": "分隔符", |
| 585 | 654 | "Miscellaneous": "杂项", |
| 655 | + "Bind Model to Templates": "将模型与模板绑定", | |
| 656 | + "bind_model_templates_desc": "当连接到一个API或选择一个模型,且它们的名字与当前的指导和上下文模板名字匹配时,自动激活当前的指导和上下文模板。", | |
| 586 | 657 | "Non-markdown strings": "非 Markdown 字符串", |
| 587 | 658 | "comma delimited,no spaces between": "以逗号分隔,无需空格", |
| 588 | 659 | "Start Reply With": "以...开始回复", |
| @@ -623,16 +694,16 @@ | ||
| 623 | 694 | "Alert On Overflow": "溢出警报", |
| 624 | 695 | "or": "或", |
| 625 | 696 | "--- Pick to Edit ---": "--- 选择以编辑 ---", |
| 697 | + "Import World Info": "导入世界书", | |
| 698 | + "Export World Info": "导出世界书", | |
| 626 | 699 | "Rename World Info": "重命名世界书", |
| 700 | + "Duplicate World Info": "复制世界书", | |
| 701 | + "Delete World Info": "删除世界书", | |
| 702 | + "New Entry": "新条目", | |
| 627 | 703 | "Open all Entries": "打开所有条目", |
| 628 | 704 | "Close all Entries": "关闭所有条目", |
| 629 | - "New Entry": "新条目", | |
| 630 | 705 | "Fill empty Memo/Titles with Keywords": "使用关键字填充空的备忘录/标题", |
| 631 | 706 | "Apply current sorting as Order": "应用当前排序作为顺序", |
| 632 | - "Import World Info": "导入世界书", | |
| 633 | - "Export World Info": "导出世界书", | |
| 634 | - "Duplicate World Info": "复制世界书", | |
| 635 | - "Delete World Info": "删除世界书", | |
| 636 | 707 | "Priority": "优先级", |
| 637 | 708 | "Custom": "自定义", |
| 638 | 709 | "Title A-Z": "标题 A-Z", |
| @@ -663,11 +734,19 @@ | ||
| 663 | 734 | "Avatar Style:": "头像样式:", |
| 664 | 735 | "Circle": "圆形", |
| 665 | 736 | "Square": "正方形", |
| 737 | + "Rounded": "圆角", | |
| 666 | 738 | "Rectangle": "矩形", |
| 667 | 739 | "Chat Style:": "聊天风格:", |
| 668 | 740 | "Flat": "扁平", |
| 669 | 741 | "Bubbles": "气泡", |
| 670 | 742 | "Document": "文档", |
| 743 | + "Notifications:": "通知:", | |
| 744 | + "Top Left": "左上", | |
| 745 | + "Top Center": "顶部居中", | |
| 746 | + "Top Right": "右上", | |
| 747 | + "Bottom Left": "左下", | |
| 748 | + "Bottom Center": "底部居中", | |
| 749 | + "Bottom Right": "右下", | |
| 671 | 750 | "Specify colors for your theme.": "指定您的主题的颜色。", |
| 672 | 751 | "Theme Colors": "主题颜色", |
| 673 | 752 | "Main Text": "主要文本", |
| @@ -726,6 +805,8 @@ | ||
| 726 | 805 | "Show tagged character folders in the character list": "在角色列表中显示已标记的角色文件夹", |
| 727 | 806 | "Tags as Folders": "标签作为文件夹", |
| 728 | 807 | "Tags_as_Folders_desc": "最近更改:标签必须在标签管理菜单中标记为文件夹才能显示。单击此处将其调出。", |
| 808 | + "Click the message text in the chat log to edit it.": "单机聊天记录中的消息就可以直接编辑。", | |
| 809 | + "Click to Edit": "单击编辑消息", | |
| 729 | 810 | "Character Handling": "角色处理", |
| 730 | 811 | "If set in the advanced character definitions, this field will be displayed in the characters list.": "如果在高级角色定义中设置,此字段将显示在角色列表中。", |
| 731 | 812 | "Char List Subheader": "角色列表子标题", |
| @@ -745,6 +826,8 @@ | ||
| 745 | 826 | "Prefer Character Card Instructions": "首选角色卡说明", |
| 746 | 827 | "never_resize_avatars_tooltip": "避免裁剪和调整导入的角色图像的大小。关闭时,裁剪/调整大小为 512x768。", |
| 747 | 828 | "Never resize avatars": "永不调整头像大小", |
| 829 | + "Allow animations for WEBP backgrounds. This is only a change for the selection menu.": "允许WEBP格式的背景动画。此更改仅对选择菜单生效", | |
| 830 | + "Animated background thumbnails": "背景缩略图动画", | |
| 748 | 831 | "Show actual file names on the disk, in the characters list display only": "在角色列表显示中,显示磁盘上实际的文件名。", |
| 749 | 832 | "Show avatar filenames": "显示头像文件名", |
| 750 | 833 | "Hide character definitions from the editor panel behind a spoiler button": "在编辑器面板中,将角色定义隐藏在一个剧透按钮后面。", |
| @@ -752,6 +835,8 @@ | ||
| 752 | 835 | "Reload and redraw the currently open chat": "重新加载并重新渲染当前打开的聊天", |
| 753 | 836 | "Reload Chat": "重新加载聊天", |
| 754 | 837 | "Debug Menu": "调试菜单", |
| 838 | + "Find and delete backups, unused chats, files, images, etc.": "寻找和删除备份、未使用的聊天、文件、图片等。", | |
| 839 | + "Clean-Up": "清理", | |
| 755 | 840 | "Smooth Streaming": "平滑流式传输", |
| 756 | 841 | "Experimental feature. May not work for all backends.": "实验性功能。可能不适用于所有后端。", |
| 757 | 842 | "Slow": "慢", |
| @@ -821,6 +906,8 @@ | ||
| 821 | 906 | "Request token probabilities": "请求词符概率", |
| 822 | 907 | "In group chat, highlight the character(s) that are currently queued to generate responses and the order in which they will respond.": "在群聊中,突出显示当前排队等待生成响应的角色以及他们响应的顺序。", |
| 823 | 908 | "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": "固定问候消息样式", | |
| 824 | 911 | "Automatically reject and re-generate AI message based on configurable criteria": "根据可配置的条件自动拒绝并重新生成AI消息", |
| 825 | 912 | "Auto-swipe": "自动滑动", |
| 826 | 913 | "Enable the auto-swipe function. Settings in this section only have an effect when auto-swipe is enabled": "启用自动滑动功能。仅当启用自动滑动时,本节中的设置才会生效", |
| @@ -835,6 +922,10 @@ | ||
| 835 | 922 | "Allow for Chat Completion APIs": "允许使用聊天补全API", |
| 836 | 923 | "Target length (tokens)": "目标长度(以词符数计)", |
| 837 | 924 | "AutoComplete Settings": "自动补全设置", |
| 925 | + "Visibility": "可见性", | |
| 926 | + "Don't show": "不显示", | |
| 927 | + "Input length > 1": "输入长度 > 1", | |
| 928 | + "Always show": "始终显示", | |
| 838 | 929 | "Automatically hide details": "自动隐藏详细信息", |
| 839 | 930 | "Determines how entries are found for autocomplete.": "确定如何找到自动补全的条目。", |
| 840 | 931 | "Autocomplete Matching": "匹配", |
| @@ -882,41 +973,48 @@ | ||
| 882 | 973 | "Manage extensions": "管理扩展", |
| 883 | 974 | "Import Extension From Git Repo": "从Git存储库导入扩展", |
| 884 | 975 | "Install extension": "安装扩展", |
| 976 | + "(DEPRECATED)": "(已弃用)", | |
| 885 | 977 | "Extras API:": "扩展API:", |
| 886 | 978 | "Auto-connect": "自动连接", |
| 887 | 979 | "Extras API URL": "附加 API URL", |
| 888 | 980 | "Extras API key (optional)": "扩展API密钥(可选)", |
| 889 | 981 | "Persona Management": "用户角色管理用户设定管理", |
| 890 | 982 | "Click for stats!": "点击查看统计!点击即可查看统计~", |
| 891 | 983 | "Usage Stats": "使用统计", |
| 892 | 984 | "Backup your personas to a file": "将用户角色备份到文件中将用户设定备份到文件中", |
| 893 | 985 | "Backup": "备份", |
| 894 | 986 | "Restore your personas from a file": "从文件中恢复用户角色", |
| 895 | 987 | "Restore": "恢复", |
| 896 | 988 | "Create a dummy persona": "创建空白用户角色创建空白用户设定", |
| 897 | 989 | "Create": "创建", |
| 898 | 990 | "No persona description": "[没有描述没有人设描述]", |
| 899 | 991 | "NameCurrent Persona": "名称当前人设", |
| 900 | 992 | "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.": "单击以将您选择的用户角色锁定到当前聊天。再次单击以移除锁定。", | |
| 903 | 993 | "Click to set user name for all messages": "点击为所有消息设置用户名", |
| 904 | 994 | "Persona Lore Alt+Click to open the lorebook": "Persona Lore\nAlt+Click to open the lorebook", |
| 905 | 995 | "Change Persona DescriptionImage": "用户角色描述更改人设图", |
| 996 | + "Duplicate Persona": "复制人设", | |
| 997 | + "Delete Persona": "删除人设", | |
| 998 | + "Persona Description": "用户设定描述", | |
| 906 | 999 | "Example: [{{user}} is a 28-year-old Romanian cat girl.]": "示例:[{{user}}是一个28岁的罗马尼亚猫娘。]", |
| 907 | 1000 | "Tokens persona descriptionPosition": "用户角色描述词符数插入位置", |
| 908 | 1001 | "Position:Tokens persona description": "位置:人设词符数", |
| 909 | 1002 | "None (disabled)": "无(已禁用)", |
| 910 | 1003 | "In Story String / Prompt Manager": "在故事字符串/提示词管理器中", |
| 911 | 1004 | "Top of Author's Note": "作者注的顶部", |
| 912 | 1005 | "Bottom of Author's Note": "作者注的底部", |
| 913 | 1006 | "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.": "点击将选择的用户设定与当前角色绑定。再次点击以解绑。", | |
| 916 | 1009 | "SystemCharacter": "系统角色", |
| 917 | - "User": "用户", | |
| 1010 | + "Click to lock your selected persona to the current chat. Click again to remove the lock.": "点击将选择的人设与当前聊天绑定。再次点击以解绑。", | |
| 918 | 1011 | "AssistantChat": "助手聊天", |
| 919 | 1012 | "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": "自动将选择的用户设定绑定到聊天", | |
| 920 | 1018 | "Character Management": "角色管理", |
| 921 | 1019 | "Locked = Character Management panel will stay open": "锁定 = 角色管理面板将保持打开状态", |
| 922 | 1020 | "Select/Create Characters": "选择/创建角色", |
| @@ -934,8 +1032,9 @@ | ||
| 934 | 1032 | "Click to select a new avatar for this character": "单击以为此角色选择新的头像", |
| 935 | 1033 | "Add to Favorites": "添加到收藏夹", |
| 936 | 1034 | "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+单击打开“链接到世界信息”弹出窗口", | |
| 938 | 1036 | "Chat Lore Alt+Click to open the lorebook": "Chat Lore聊天世界书\nAlt+Click to open the lorebook单击打开世界书", |
| 1037 | + "Connected Personas": "绑定的用户设定", | |
| 939 | 1038 | "Export and Download": "导出并下载", |
| 940 | 1039 | "Duplicate Character": "复制角色", |
| 941 | 1040 | "Create Character": "创建角色", |
| @@ -949,11 +1048,14 @@ | ||
| 949 | 1048 | "Link to Source": "来源链接", |
| 950 | 1049 | "Replace / Update": "替换 / 更新", |
| 951 | 1050 | "Import Tags": "导入标签", |
| 1051 | + "Set / Unset as Welcome Page Assistant": "设置 / 取消 为欢迎页面助理", | |
| 952 | 1052 | "Search / Create Tags": "搜索/创建标签", |
| 953 | 1053 | "View all tags": "查看所有标签", |
| 954 | 1054 | "Creator's Notes": "创作者的注释", |
| 955 | - "Character details are hidden.": "角色详情已隐藏。", | |
| 1055 | + "Allow / Forbid the use of global styles for this character.": "允许 / 禁止 该角色使用全局样式。", | |
| 956 | 1056 | "Show / Hide Description and First Message": "显示/隐藏描述和第一条消息", |
| 1057 | + "No Creator's Notes provided.": "无创作者注释", | |
| 1058 | + "Character details are hidden.": "角色详情已隐藏。", | |
| 957 | 1059 | "Character Description": "角色描述", |
| 958 | 1060 | "Click to allow/forbid the use of external media for this character.": "单击以允许/禁止此角色使用外部媒体。", |
| 959 | 1061 | "Ext. Media": "扩展媒体", |
| @@ -970,6 +1072,7 @@ | ||
| 970 | 1072 | "Manual": "手动", |
| 971 | 1073 | "Natural order": "自然顺序", |
| 972 | 1074 | "List order": "从上到下", |
| 1075 | + "Pooled order": "随机轮流顺序", | |
| 973 | 1076 | "Group generation handling mode": "群组生成处理模式", |
| 974 | 1077 | "Swap character cards": "交换角色卡", |
| 975 | 1078 | "Join character cards (exclude muted)": "加入角色卡(不包括被禁言的)", |
| @@ -987,7 +1090,9 @@ | ||
| 987 | 1090 | "Auto Mode delay": "自动模式延迟", |
| 988 | 1091 | "Hide Muted Member Sprites": "隐藏拼贴头像中被禁言的成员", |
| 989 | 1092 | "Current Members": "当前成员", |
| 1093 | + "Group is empty.": "暂无成员", | |
| 990 | 1094 | "Add Members": "添加成员", |
| 1095 | + "No characters available": "无可用角色", | |
| 991 | 1096 | "Create New Character": "新建角色", |
| 992 | 1097 | "Import Character from File": "从文件导入角色", |
| 993 | 1098 | "Import content from external URL": "从外部URL导入内容", |
| @@ -1004,15 +1109,13 @@ | ||
| 1004 | 1109 | "Most tokens": "最多词符", |
| 1005 | 1110 | "Least tokens": "最少词符", |
| 1006 | 1111 | "Random": "随机", |
| 1112 | + "Toggle search bar": "切换搜索栏", | |
| 1007 | 1113 | "Toggle character grid view": "切换角色网格视图", |
| 1008 | 1114 | "Bulk_edit_characters": "批量编辑角色", |
| 1009 | 1115 | "Bulk select all characters": "批量选择所有角色", |
| 1010 | 1116 | "Bulk delete characters": "批量删除角色", |
| 1011 | 1117 | "BindPersona useris namelocked to thatthe avatarcurrent chat": "将用户名称绑定到该头像用户设定已被绑定到当前聊天", |
| 1012 | 1118 | "ChangePersona personais imagelocked to the current character": "更改用户角色头像用户角色已被绑定到当前角色", |
| 1013 | - "Select this as default persona for the new chats.": "选择此项作为新聊天的默认用户角色。", | |
| 1014 | - "Duplicate persona": "复制用户角色", | |
| 1015 | - "Delete persona": "删除用户角色", | |
| 1016 | 1119 | "popup-button-save": "保存", |
| 1017 | 1120 | "popup-button-yes": "是", |
| 1018 | 1121 | "popup-button-no": "否", |
| @@ -1076,30 +1179,8 @@ | ||
| 1076 | 1179 | "Delete chat file": "删除聊天文件", |
| 1077 | 1180 | "Drag to reorder tag": "拖动以排序", |
| 1078 | 1181 | "Use tag as folder": "标记为文件夹", |
| 1079 | 1182 | "Hide on character cardtag_entries": "在角色卡上隐藏标签条目", |
| 1080 | 1183 | "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": "删除世界信息条目", | |
| 1103 | 1184 | "Comma separated (required)": "逗号分隔(必填)", |
| 1104 | 1185 | "Primary Keywords": "主要关键字", |
| 1105 | 1186 | "Keywords or Regexes": "关键字或正则表达式", |
| @@ -1128,8 +1209,12 @@ | ||
| 1128 | 1209 | "Recursion Level": "递归等级", |
| 1129 | 1210 | "Content": "内容", |
| 1130 | 1211 | "Non-recursable": "不可递归(不会被其他条目激活)", |
| 1212 | + "This entry will not activate other entries recursively.": "此条目不会被其他条目激活。", | |
| 1131 | 1213 | "Prevent further recursion": "防止进一步递归", |
| 1214 | + "This entry can only be activated on recursive checking.": "此条目只能在递归检查时被激活。", | |
| 1132 | 1215 | "Delay until recursion": "延迟到递归", |
| 1216 | + "This entry will be included ignoring budget constraints, assuming all other checks pass.": "只要其他检查通过,此条目将无视回复限额,直接加入提示词中", | |
| 1217 | + "Ignore budget": "无视回复限额", | |
| 1133 | 1218 | "What this keyword should mean to the AI, sent verbatim": "这个关键词对AI的含义,逐字发送", |
| 1134 | 1219 | "Inclusion Group": "包含组", |
| 1135 | 1220 | "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 @@ | ||
| 1151 | 1236 | "Switch the Character/Tags filter around to exclude the listed characters and tags from matching for this entry": "切换角色/标签筛选方式,将列出的角色和标签排除在匹配范围之外", |
| 1152 | 1237 | "Exclude": "排除", |
| 1153 | 1238 | "-- Characters not found --": "-- 未找到角色 --", |
| 1239 | + "Filter to Generation Triggers": "筛选生成触发器", | |
| 1240 | + "Continue": "继续", | |
| 1241 | + "Impersonate": "AI 帮答", | |
| 1242 | + "Swipe": "滑动", | |
| 1243 | + "Regenerate": "重新生成", | |
| 1244 | + "Quiet": "静默", | |
| 1154 | 1245 | "Selective": "选择性", |
| 1155 | 1246 | "Use Probability": "使用概率", |
| 1156 | 1247 | "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.": "此角色将作为欢迎页面助理。", | |
| 1157 | 1274 | "Text or token ids": "文本或 [token ID]", |
| 1158 | 1275 | "Type here...": "在此处输入...", |
| 1159 | 1276 | "close": "关闭", |
| 1160 | 1277 | "prompt_manager_edit": "编辑", |
| 1161 | 1278 | "prompt_manager_name": "姓名", |
| 1162 | 1279 | "A name for this prompt.": "此提示词的名称。", |
| 1163 | - "To whom this message will be attributed.": "此消息应归于谁。", | |
| 1164 | 1280 | "AI Assistant": "AI助手", |
| 1281 | + "To whom this message will be attributed.": "此消息应归于谁。", | |
| 1282 | + "Triggers": "触发器", | |
| 1283 | + "Filter to specific generation types.": "筛选到特定的生成类型。", | |
| 1165 | 1284 | "prompt_manager_position": "位置", |
| 1166 | - "Relative (to other prompts in prompt manager) or In-chat @ Depth.": "相对(相对于提示管理器中的其他提示)或在聊天中@深度。", | |
| 1167 | 1285 | "prompt_manager_relative": "相对", |
| 1168 | 1286 | "prompt_manager_in_chat": "聊天中", |
| 1287 | + "Relative (to other prompts in prompt manager) or In-chat @ Depth.": "相对(相对于提示管理器中的其他提示)或在聊天中@深度。", | |
| 1169 | 1288 | "prompt_manager_depth": "深度", |
| 1170 | 1289 | "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.": "从低/顶到高/底排序,并按相同顺序:助手、用户、系统。", | |
| 1171 | 1293 | "The content of this prompt is pulled from elsewhere and cannot be edited here.": "此提示词的内容是从其他地方提取的,无法在此处进行编辑。", |
| 1172 | 1294 | "Prompt": "提示词", |
| 1173 | - "The prompt to be sent.": "要发送的提示词。", | |
| 1174 | 1295 | "This prompt cannot be overridden by character cards, even if overrides are preferred.": "即使选择覆盖,此提示词也不能被角色卡覆盖。", |
| 1175 | 1296 | "prompt_manager_forbid_overrides": "禁止覆盖", |
| 1297 | + "Source:": "来源:", | |
| 1298 | + "The prompt to be sent.": "要发送的提示词。", | |
| 1176 | 1299 | "reset": "重置", |
| 1177 | 1300 | "save": "保存", |
| 1178 | 1301 | "This message is invisible for the AI": "此消息对AI不可见", |
| @@ -1197,13 +1320,14 @@ | ||
| 1197 | 1320 | "Thought for some time": "思考了一会", |
| 1198 | 1321 | "Confirm Edit": "确认", |
| 1199 | 1322 | "Remove reasoning": "删除推理内容", |
| 1200 | 1323 | "Cancel edit": "Cancel edit取消编辑", |
| 1324 | + "Collapse all reasoning blocks": "折叠所有推理块", | |
| 1201 | 1325 | "Copy reasoning": "复制推理内容", |
| 1202 | 1326 | "Edit reasoning": "编辑推理内容", |
| 1203 | 1327 | "EnlargeExpand and zoom": "放大展开并缩放", |
| 1204 | 1328 | "Caption": "标题", |
| 1205 | 1329 | "Swipe left": "Swipe left向左滑动", |
| 1206 | 1330 | "Swipe right": "Swipe right向右滑动", |
| 1207 | 1331 | "Welcome to SillyTavern!": "欢迎来到 SillyTavern!", |
| 1208 | 1332 | "SillyTavern is aimed at advanced users.": "SillyTavern 面向高级用户。", |
| 1209 | 1333 | "welcome_message_part_1": "阅读", |
| @@ -1219,10 +1343,10 @@ | ||
| 1219 | 1343 | "from supported sources or view": "来自受支持的来源或查看", |
| 1220 | 1344 | "Sample characters": "示例角色", |
| 1221 | 1345 | "Your Persona": "您的用户角色", |
| 1222 | 1346 | "Before you get started, you must select a persona name.": "在开始之前,您必须选择一个用户角色名称您必须选择一个用户设定名称。", |
| 1223 | 1347 | "welcome_message_part_8": "您可随时通过", |
| 1224 | 1348 | "welcome_message_part_9": "图标来更改此设置。", |
| 1225 | 1349 | "Persona Name:": "用户角色名称用户设定名称:", |
| 1226 | 1350 | "Temporarily disable automatic replies from this character": "临时禁言此角色", |
| 1227 | 1351 | "Enable automatic replies from this character": "解除禁言此角色", |
| 1228 | 1352 | "Trigger a message from this character": "强制触发该角色发言", |
| @@ -1231,6 +1355,8 @@ | ||
| 1231 | 1355 | "View character card": "查看角色卡片", |
| 1232 | 1356 | "Remove from group": "踢出群聊", |
| 1233 | 1357 | "Add to group": "拉入群聊", |
| 1358 | + "in this group": "在此群组中", | |
| 1359 | + "Go back": "返回", | |
| 1234 | 1360 | "Alternate Greetings": "额外问候语", |
| 1235 | 1361 | "Alternate_Greetings_desc": "开始新聊天时,这些按钮将显示为第一条消息的滑动选项。\n群成员可以选择其中之一来发起对话。", |
| 1236 | 1362 | "alternate_greetings_hint_1": "点击", |
| @@ -1295,9 +1421,6 @@ | ||
| 1295 | 1421 | "Start new chat": "开始新聊天", |
| 1296 | 1422 | "Manage chat files": "管理聊天文件", |
| 1297 | 1423 | "Delete messages": "删除消息", |
| 1298 | - "Regenerate": "重新生成", | |
| 1299 | - "Impersonate": "AI 帮答", | |
| 1300 | - "Continue": "继续", | |
| 1301 | 1424 | "extension_install_1": "若想从此页安装扩展程序,你需要提前安装", |
| 1302 | 1425 | "extension_install_2": "。", |
| 1303 | 1426 | "extension_install_3": "点这个图标(", |
| @@ -1314,6 +1437,7 @@ | ||
| 1314 | 1437 | "Load an asset list": "加载资产列表", |
| 1315 | 1438 | "Load Asset List": "加载资产列表", |
| 1316 | 1439 | "Characters": "人物", |
| 1440 | + "Attach a file or image to a current chat.": "将文件或图像附加到当前聊天中。", | |
| 1317 | 1441 | "Attach a File": "附加文件", |
| 1318 | 1442 | "Enter a URL or the ID of a Fandom wiki page to scrape:": "输入要抓取的 Fandom wiki 页面的 URL 或 ID:", |
| 1319 | 1443 | "Examples:": "例:", |
| @@ -1327,12 +1451,12 @@ | ||
| 1327 | 1451 | "These files will be available for extensions that support attachments (e.g. Vector Storage).": "这些文件将可用于支持附件的扩展(例如 Vector Storage)。", |
| 1328 | 1452 | "Supported file types: Plain Text, PDF, Markdown, HTML, EPUB.": "支持的文件类型:纯文本、PDF、Markdown、HTML、EPUB。", |
| 1329 | 1453 | "Drag and drop files here to upload.": "将文件拖放到此处进行上传。", |
| 1330 | 1454 | "Date (Newest First)": "日期(最新日期最新在先)", |
| 1331 | 1455 | "Date (Oldest First)": "日期(最早日期最老在先)", |
| 1332 | 1456 | "Name (A-Z)": "姓名(从 A 到 Z)", |
| 1333 | 1457 | "Name (Z-A)": "姓名(从 (Z- 到 A))", |
| 1334 | 1458 | "Size (Smallest First)": "尺寸大小(最小最小在先)", |
| 1335 | 1459 | "Size (Largest First)": "尺寸大小(最大尺寸优先最大在先)", |
| 1336 | 1460 | "Bulk Edit": "批量编辑", |
| 1337 | 1461 | "Select All": "全选", |
| 1338 | 1462 | "Select None": "清空选择", |
| @@ -1363,13 +1487,16 @@ | ||
| 1363 | 1487 | "Allow reverse proxy": "允许反向代理", |
| 1364 | 1488 | "Hint:": "提示:", |
| 1365 | 1489 | "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", | |
| 1366 | 1492 | "Caption Prompt": "图像描述提示词", |
| 1367 | 1493 | "Ask every time": "每次都询问", |
| 1368 | 1494 | "Message Template": "消息模板", |
| 1369 | 1495 | "(use _space": "(使用", |
| 1370 | 1496 | "macro)": "宏指令)", |
| 1371 | 1497 | "Automatically caption images": "自动为图像添加标题自动为图像添加描述文字", |
| 1372 | 1498 | "Edit captions before saving": "保存前编辑标题保存前编辑描述文字", |
| 1499 | + "Show captions in chat": "在聊天中显示描述文字", | |
| 1373 | 1500 | "Included settings:": "包含的设置:", |
| 1374 | 1501 | "{{@key}}": "{{@key}}:", |
| 1375 | 1502 | "Profile name:": "配置名称:", |
| @@ -1395,8 +1522,13 @@ | ||
| 1395 | 1522 | "Select the API for classifying expressions.": "选择用于对表达式进行分类的API。", |
| 1396 | 1523 | "Main API": "当前连接的 API", |
| 1397 | 1524 | "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", | |
| 1398 | 1527 | "LLM Prompt": "大语言模型提示词", |
| 1399 | 1528 | "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", | |
| 1400 | 1532 | "Default / Fallback Expression": "默认/后备表达式", |
| 1401 | 1533 | "Set the default and fallback expression being used when no matching expression is found.": "设置在未找到匹配表达式时使用的默认表达式和后备表达式。", |
| 1402 | 1534 | "Custom Expressions": "自定义表达式", |
| @@ -1489,6 +1621,7 @@ | ||
| 1489 | 1621 | "Execute on chat change": "聊天内容改变时执行", |
| 1490 | 1622 | "Execute on new chat": "在新聊天中执行", |
| 1491 | 1623 | "Execute on group member draft": "起草群组成员时执行", |
| 1624 | + "Execute before message generation": "在消息生成前执行", | |
| 1492 | 1625 | "Automation ID:": "自动化标识", |
| 1493 | 1626 | "Testing": "测试", |
| 1494 | 1627 | "Execute": "执行", |
| @@ -1498,6 +1631,8 @@ | ||
| 1498 | 1631 | "Show Popout Button": "(在电脑上)展示弹出式按钮", |
| 1499 | 1632 | "Global Quick Reply Sets": "全局快速回复集", |
| 1500 | 1633 | "Chat Quick Reply Sets": "聊天快速回复集", |
| 1634 | + "Character Quick Reply Sets": "角色快速回复集", | |
| 1635 | + "(Private)": "(私密)", | |
| 1501 | 1636 | "Edit Quick Replies": "编辑快速回复", |
| 1502 | 1637 | "Disable Send (Insert Into Input Field)": "禁用发送(插入输入字段)", |
| 1503 | 1638 | "Place Quick Reply Before Input": "在输入前放置快速回复", |
| @@ -1512,8 +1647,11 @@ | ||
| 1512 | 1647 | "ext_regex_new_scoped_script_desc": "新的作用域正则表达式脚本", |
| 1513 | 1648 | "ext_regex_new_scoped_script": "新建局部正则", |
| 1514 | 1649 | "ext_regex_import_script": "导入正则", |
| 1650 | + "ext_regex_bulk_edit": "批量编辑", | |
| 1651 | + "Export": "导出", | |
| 1515 | 1652 | "ext_regex_global_scripts": "全局正则脚本", |
| 1516 | 1653 | "ext_regex_global_scripts_desc": "影响所有角色,保存在本地设定中", |
| 1654 | + "No scripts found": "没有找到脚本", | |
| 1517 | 1655 | "ext_regex_scoped_scripts": "局部正则脚本", |
| 1518 | 1656 | "ext_regex_disallow_scoped": "不允许使用局部正则", |
| 1519 | 1657 | "ext_regex_allow_scoped": "允许使用局部正则", |
| @@ -1521,6 +1659,7 @@ | ||
| 1521 | 1659 | "Regex Editor": "正则表达式编辑器", |
| 1522 | 1660 | "Test Mode": "测试模式", |
| 1523 | 1661 | "ext_regex_desc": "“正则”是一个使用“正则表达式”来查找/替换字符串的工具。如果您想了解更多信息,请点击标题旁边的“?”。", |
| 1662 | + "ext_regex_flags_help": "点击此处了解更多关于正则表达式修饰符的知识。", | |
| 1524 | 1663 | "Input": "输入", |
| 1525 | 1664 | "ext_regex_test_input_placeholder": "在此输入...", |
| 1526 | 1665 | "Output": "输出", |
| @@ -1553,10 +1692,14 @@ | ||
| 1553 | 1692 | "Substitute (raw)": "替换(原始)", |
| 1554 | 1693 | "Substitute (escaped)": "替换(转义)", |
| 1555 | 1694 | "Ephemerality": "短暂", |
| 1695 | + "ext_regex_other_options_desc": "默认情况下,正则脚本将直接地、不可逆转地修改聊天文件。\r启用下方任意一或多项可以避免对聊天文件的修改,但仍然修改特定项目。", | |
| 1556 | 1696 | "ext_regex_only_format_visual_desc": "正则仅在聊天页面生效,聊天文件内的内容不会被改变。", |
| 1557 | 1697 | "Only Format Display": "仅格式显示", |
| 1558 | 1698 | "ext_regex_only_format_prompt_desc": "聊天记录不会改变,只有在请求发送时(生成时)才会出现提示词。", |
| 1559 | 1699 | "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.": "你可以稍后在扩展栏的 \"正则\" 区域管理它们。", | |
| 1560 | 1703 | "ext_regex_import_target": "导入至:", |
| 1561 | 1704 | "ext_regex_disable_script": "禁用脚本", |
| 1562 | 1705 | "ext_regex_enable_script": "启用脚本", |
| @@ -1608,6 +1751,7 @@ | ||
| 1608 | 1751 | "Avoid spending Anlas": "避免花费 Anlas", |
| 1609 | 1752 | "Opus tier": "(作品层)", |
| 1610 | 1753 | "View my Anlas": "查看我的目录", |
| 1754 | + "Click to set": "点击设置", | |
| 1611 | 1755 | "These settings only apply to DALL-E 3": "这些设置仅适用于 DALL-E 3", |
| 1612 | 1756 | "Image Style": "图像风格", |
| 1613 | 1757 | "Image Quality": "画面质量", |
| @@ -1618,8 +1762,6 @@ | ||
| 1618 | 1762 | "Create new workflow": "创建新的工作流", |
| 1619 | 1763 | "Delete workflow": "删除工作流", |
| 1620 | 1764 | "Enhance": "提高", |
| 1621 | - "API Key": "API 密钥", | |
| 1622 | - "Click to set": "点击设置", | |
| 1623 | 1765 | "You can find your API key in the Stability AI dashboard.": "您可以在 Stability AI 仪表板中找到您的 API 密钥。", |
| 1624 | 1766 | "Style Preset": "风格预设", |
| 1625 | 1767 | "Prompt Upsampling": "提示词增强(Upsampling)", |
| @@ -1646,6 +1788,8 @@ | ||
| 1646 | 1788 | "DYN variants of SMEA samplers often lead to more varied output, but may fail at very high resolutions.": "SMEA 采样器的 DYN 变体通常会产生更加多样化的输出,但在非常高的分辨率下可能会失败。", |
| 1647 | 1789 | "DYN": "动态", |
| 1648 | 1790 | "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+", | |
| 1649 | 1793 | "(-1 for random)": "(“-1”为随机)", |
| 1650 | 1794 | "Preset for prompt prefix and negative prompt": "提示词前缀和负面提示词的预设", |
| 1651 | 1795 | "Style": "风格", |
| @@ -1665,7 +1809,7 @@ | ||
| 1665 | 1809 | "Extensions Menu": "扩展菜单", |
| 1666 | 1810 | "Slash Command": "快捷命令", |
| 1667 | 1811 | "Interactive Mode": "交互模式", |
| 1668 | 1812 | "Function Tool": "Function Tool函数工具", |
| 1669 | 1813 | "Image Prompt Templates": "图像提示模板", |
| 1670 | 1814 | "Token Counter": "词符计数器", |
| 1671 | 1815 | "Type / paste in the box below to see the number of tokens in the text.": "在下方框中输入或粘贴你想要统计词符数量的文本。", |
| @@ -1700,10 +1844,13 @@ | ||
| 1700 | 1844 | "Skip codeblocks": "跳过代码块", |
| 1701 | 1845 | "Skip tagged blocks": "跳过标签块里的内容(<标签>跳过这里</标签>)", |
| 1702 | 1846 | "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", | |
| 1703 | 1849 | "Audio Playback Speed": "音频播放速度", |
| 1704 | 1850 | "Vector Storage": "向量存储", |
| 1705 | 1851 | "Vectorization Source": "向量化源", |
| 1706 | 1852 | "Local (Transformers)": "本地(Transformers)", |
| 1853 | + "Secondary Embedding endpoint URL": "Secondary Embedding endpoint URL", | |
| 1707 | 1854 | "Vectorization Model": "向量化模型", |
| 1708 | 1855 | "Keep model in memory": "将模型保存在内存中", |
| 1709 | 1856 | "Hint: Set the URL in the API connection settings.": "提示:在 API 连接设置中设置 URL。", |
| @@ -1756,6 +1903,9 @@ | ||
| 1756 | 1903 | "This will create a new subfolder...": "这将在 /data/ 目录中创建一个新的子文件夹,以用户的句柄作为文件夹名称。", |
| 1757 | 1904 | "Note:": "提示:", |
| 1758 | 1905 | "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 文件", | |
| 1759 | 1909 | "Enter a new display name:": "输入一个新的昵称:", |
| 1760 | 1910 | "Current Password:": "当前密码:", |
| 1761 | 1911 | "New Password:": "新密码:", |
| @@ -1787,9 +1937,21 @@ | ||
| 1787 | 1937 | "custom_exclude_body_desc": "要从聊天完成请求主体中排除的参数(YAML 数组)\n\n示例:\n- frequency_penalty\n- presence_penalty", |
| 1788 | 1938 | "Include Request Headers": "包含请求标头", |
| 1789 | 1939 | "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.": "暂无结果。点击 '扫描' 以启动扫描。", | |
| 1790 | 1949 | "Functions in this category are for advanced users only. Don't click anything if you're not sure about the consequences.": "此类别中的功能仅供高级用户使用。如果您不确定后果,请不要点击任何内容。", |
| 1791 | 1950 | "THIS IS PERMANENT!": "此操作不可逆!", |
| 1792 | 1951 | "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:": "如果你想要将所有此标签的引用合并到其他标签,请从下方选择:", | |
| 1793 | 1955 | "Are you sure you want to delete this user?": "您确定要删除该用户吗?", |
| 1794 | 1956 | "Deleting:": "删除:", |
| 1795 | 1957 | "Also wipe user data.": "同时清空用户数据", |
| @@ -1798,6 +1960,12 @@ | ||
| 1798 | 1960 | "Type the user's handle below to confirm:": "在下面输入此用户的用户句柄以确认删除操作:", |
| 1799 | 1961 | "Are you sure you want to duplicate this character?": "你确定要复制这个角色吗?", |
| 1800 | 1962 | "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连接配置", | |
| 1801 | 1969 | "Forbid Media Override explanation": "当前角色/群聊成员使用外部媒体的能力。", |
| 1802 | 1970 | "Forbid Media Override subtitle": "媒体:图像、视频、音频。外部:不在本地服务器上托管。", |
| 1803 | 1971 | "forbid_media_global_state_forbidden": "(禁止)", |
| @@ -1810,19 +1978,19 @@ | ||
| 1810 | 1978 | "help_format_4": "斜体", |
| 1811 | 1979 | "help_format_5": "**文本**", |
| 1812 | 1980 | "help_format_6": "显示为", |
| 1813 | 1981 | "help_format_7": "大胆的粗体", |
| 1814 | 1982 | "help_format_8": "***文本***", |
| 1815 | 1983 | "help_format_9": "显示为", |
| 1816 | 1984 | "help_format_10": "粗斜体", |
| 1817 | 1985 | "help_format_11": "__文本__", |
| 1818 | 1986 | "help_format_12": "显示为", |
| 1819 | 1987 | "help_format_13": "强调下划线", |
| 1820 | 1988 | "help_format_14": "~~文本~~", |
| 1821 | 1989 | "help_format_15": "显示为", |
| 1822 | 1990 | "help_format_16": "删除线", |
| 1823 | 1991 | "help_format_17": "[文本](网址)", |
| 1824 | 1992 | "help_format_18": "显示为", |
| 1825 | 1993 | "help_format_19": "超级链接超链接", |
| 1826 | 1994 | "help_format_20": "", |
| 1827 | 1995 | "help_format_21": "显示为图像", |
| 1828 | 1996 | "help_format_22": "```文本```", |
| @@ -1830,15 +1998,23 @@ | ||
| 1830 | 1998 | "help_format_like_this": "像这样", |
| 1831 | 1999 | "help_format_24": "`文本`", |
| 1832 | 2000 | "help_format_25": "显示为", |
| 1833 | 2001 | "help_format_26": "内联代码行内代码块", |
| 1834 | 2002 | "help_format_27": "> 文本", |
| 1835 | 2003 | "help_format_28": "显示为块引用显示为引用(请注意 > 后面的空格后面要加一个空格)", |
| 1836 | 2004 | "help_format_29": "# 文本", |
| 1837 | 2005 | "help_format_30": "显示为大标题(注意空格)", |
| 1838 | 2006 | "help_format_32": "## 文本", |
| 1839 | 2007 | "help_format_33": "显示为中等标题(注意空格)", |
| 1840 | 2008 | "help_format_35": "### 文本", |
| 1841 | 2009 | "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": "应用到整个页面", | |
| 1842 | 2018 | "help_1": "您好!请选择您想要详细了解的帮助主题:", |
| 1843 | 2019 | "help_2": "斜线命令", |
| 1844 | 2020 | "help_or": "或者", |
| @@ -1848,6 +2024,7 @@ | ||
| 1848 | 2024 | "help_6": "还有其他问题吗?", |
| 1849 | 2025 | "help_7": "SillyTavern 官方文档网站", |
| 1850 | 2026 | "help_8": "有更多信息!", |
| 2027 | + "Characters and groups hidden by filters or closed folders": "因筛选条件或关闭的文件夹隐藏的角色和群组", | |
| 1851 | 2028 | "help_hotkeys_0": "热键/按键绑定", |
| 1852 | 2029 | "help_hotkeys_1": "上", |
| 1853 | 2030 | "help_hotkeys_2": "编辑聊天中的最后一条消息", |
| @@ -1926,11 +2103,11 @@ | ||
| 1926 | 2103 | "help_macros_12": "您当前的角色描述", |
| 1927 | 2104 | "help_macros_13": "角色对话示例", |
| 1928 | 2105 | "help_macros_14": "未格式化的对话示例", |
| 1929 | - "(only for Story String)": "(仅适用于故事字符串)", | |
| 1930 | 2106 | "help_macros_summary": "“Summarize”扩展生成的最新聊天摘要(如果有)。", |
| 1931 | 2107 | "help_macros_15": "您当前的用户角色名称", |
| 1932 | 2108 | "help_macros_16": "角色的名字", |
| 1933 | 2109 | "help_macros_17": "角色的版本号", |
| 2110 | + "help_macros_charDepthPrompt": "角色的 @ 深度注释", | |
| 1934 | 2111 | "help_macros_18": "以逗号分隔的群成员名称列表或单人聊天中的角色名称。别名:{{charIfNotGroup}}", |
| 1935 | 2112 | "help_groupNotMuted": "与 {{group}} 相同,但排除被禁言的成员", |
| 1936 | 2113 | "help_macros_19": "当前选定的 API 的文本生成模型名称。", |
| @@ -2002,16 +2179,11 @@ | ||
| 2002 | 2179 | "help_macros_69": "替换为范围变量“name”的值", |
| 2003 | 2180 | "help_macros_70": "用范围变量“name”的索引处的项目值(对于数组/列表或对象/字典)替换", |
| 2004 | 2181 | "Choose what to export": "选择您想要导出什么:", |
| 2005 | - "{{name}}": "{{name}}", | |
| 2006 | 2182 | "Choose what to import": "选择您想要导入什么:", |
| 2007 | 2183 | "If necessary, you can later restore this chat file from the /backups folder": "若需要,您可稍后在 /backups 文件夹中恢复此聊天文件。", |
| 2008 | 2184 | "Also delete the current chat file": "同时删除当前聊天文件", |
| 2009 | 2185 | "Persona Lorebook for": "Persona Lorebook for", |
| 2010 | 2186 | "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": "将所有提示词导出到文件", | |
| 2015 | 2187 | "Insert prompt": "插入提示词", |
| 2016 | 2188 | "Import a prompt list": "导入提示词列表", |
| 2017 | 2189 | "Export this prompt list": "导出此提示词列表", |
| @@ -2019,6 +2191,7 @@ | ||
| 2019 | 2191 | "New prompt": "新提示词", |
| 2020 | 2192 | "Prompts": "提示词", |
| 2021 | 2193 | "Total Tokens:": "总词符数:", |
| 2194 | + "Name": "名称", | |
| 2022 | 2195 | "prompt_manager_tokens": "词符", |
| 2023 | 2196 | "Are you sure you want to connect to the following proxy URL?": "你确定要连接到下面的代理URL吗?", |
| 2024 | 2197 | "Encountered an error while processing your request.": "处理请求时遇到了问题。", |
| @@ -2029,12 +2202,20 @@ | ||
| 2029 | 2202 | "Are you sure you want to reset your settings to factory defaults?": "您确定要将您的设置重置为出厂默认设置吗?", |
| 2030 | 2203 | "Don't forget to save a snapshot of your settings before proceeding.": "在继续之前,不要忘记保存您的设置快照。", |
| 2031 | 2204 | "Enter your password below to confirm:": "输入您的密码以确认:", |
| 2205 | + "Reset custom sampler selection": "重置自定义采样器选择", | |
| 2206 | + "Here you can toggle the display of individual samplers. (WIP)": "在此可以切换单个采样器的显示。(开发中)", | |
| 2032 | 2207 | "Chat Scenario Override": "聊天场景覆盖", |
| 2033 | 2208 | "Remove": "移除", |
| 2034 | 2209 | "Unique to this chat.": "仅对此聊天生效。", |
| 2035 | 2210 | "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.", |
| 2036 | 2211 | "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.", |
| 2037 | 2212 | "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": "选择", | |
| 2038 | 2219 | "Settings Snapshots": "设置快照", |
| 2039 | 2220 | "Record a snapshot of your current settings.": "记录当前设置的快照。", |
| 2040 | 2221 | "Make a Snapshot": "制作快照", |
| @@ -2050,6 +2231,8 @@ | ||
| 2050 | 2231 | "Exclude Patterns": "排除模式", |
| 2051 | 2232 | "Glob patterns of files to exclude in the download.": "下载中要排除的文件的 Glob 模式。每个模式用换行符分隔。", |
| 2052 | 2233 | "Tag Management": "标签管理", |
| 2234 | + "Remove unused tags": "删除未被使用的标签", | |
| 2235 | + "Prune": "精简", | |
| 2053 | 2236 | "Save your tags to a file": "将标签保存为文件", |
| 2054 | 2237 | "Restore tags from a file": "从文件中恢复标签", |
| 2055 | 2238 | "Create a new tag": "新建一个标签", |
| @@ -2078,8 +2261,8 @@ | ||
| 2078 | 2261 | "Reset Settings": "重置设置", |
| 2079 | 2262 | "Wipe all user data and reset your account to factory settings.": "删除所有用户数据并将您的账号重置为默认设置。", |
| 2080 | 2263 | "Reset Everything": "重置一切", |
| 2081 | 2264 | "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.这将删除您的所有设置和数据。没有撤销按钮。在继续之前请确保您已有备份。", |
| 2082 | 2265 | "Account reset code has been posted to the server console.": "Account reset code has been posted to the server console.账户重置代码已发布到服务器控制台。", |
| 2083 | 2266 | "Reset Code:": "重置代码:", |
| 2084 | 2267 | "Want to update?": "获取最新版本", |
| 2085 | 2268 | "How to start chatting?": "如何快速开始聊天?", |
| @@ -2100,29 +2283,17 @@ | ||
| 2100 | 2283 | "Join the SillyTavern Discord": "加入 SillyTavern 的 Discord群组", |
| 2101 | 2284 | "Post a GitHub issue": "在 GitHub 发布问题", |
| 2102 | 2285 | "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": "删除聊天", | |
| 2104 | 2296 | "Title/Memo": "标题(备忘)", |
| 2105 | 2297 | "Strategy": "触发策略", |
| 2106 | 2298 | "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.": "选择服务商。未选择 = 所有服务商。" | |
| 2128 | 2299 | } |