| @@ -217,9 +217,11 @@ | ||
| 217 | 217 | "Character Names Behavior": "角色名称行为", |
| 218 | 218 | "Helps the model to associate messages with characters.": "有助于模型将消息与角色关联起来。", |
| 219 | 219 | "None": "无", |
| 220 | + "character_names_none": "不添加角色名称前缀。在群聊中可能导致错误行为,谨慎勾选。", | |
| 221 | + "Never add character names.": "不添加角色名称。", | |
| 220 | 222 | "character_names_default": "群聊和过去的角色除外。否则,请确保在提示词中提供了姓名。", |
| 221 | 223 | "Don't add character names unless necessary.": "不添加角色名称如非必要,否则不添加角色名称。", |
| 222 | 224 | "Completion Object": "补全对象", |
| 223 | 225 | "character_names_completion": "适用限制:仅限拉丁字母数字和下划线。不适用于所有补全源,尤其是:Claude、MistralAI、Google。", |
| 224 | 226 | "Add character names to completion objects.": "在补全对象中添加角色名称。", |
| 225 | 227 | "Message Content": "消息内容", |
| @@ -489,6 +491,10 @@ | ||
| 489 | 491 | "First Assistant Prefix": "第一个助理前缀", |
| 490 | 492 | "instruct_last_output_sequence": "插入到最后一条助手消息之前或作为生成 AI 回复时的最后一行提示词(中立/系统角色除外)。", |
| 491 | 493 | "Last Assistant Prefix": "最后一个助理前缀", |
| 494 | + "Inserted before the first User's message.": "插入在第一个用户的消息之前。", | |
| 495 | + "First User Prefix": "第一个用户前缀", | |
| 496 | + "instruct_last_input_sequence": "插入到最后一条用户消息之前。", | |
| 497 | + "Last User Prefix": "上次用户前缀", | |
| 492 | 498 | "Will be inserted as a last prompt line when using system/neutral generation.": "当使用系统/中性生成时将作为最后的一行提示词插入。", |
| 493 | 499 | "System Instruction Prefix": "系统指令前缀", |
| 494 | 500 | "If a stop sequence is generated, everything past it will be removed from the output (inclusive).": "如果生成了停止序列,则该序列之后的所有内容都将从输出中删除(包括在内)。", |
| @@ -555,7 +561,7 @@ | ||
| 555 | 561 | "Close all Entries": "关闭所有条目", |
| 556 | 562 | "New Entry": "新条目", |
| 557 | 563 | "Fill empty Memo/Titles with Keywords": "使用关键字填充空的备忘录/标题", |
| 558 | 564 | "Apply customcurrent sorting as Order": "应用自定义排序作为顺序应用当前排序作为顺序", |
| 559 | 565 | "Import World Info": "导入世界书", |
| 560 | 566 | "Export World Info": "导出世界书", |
| 561 | 567 | "Duplicate World Info": "复制世界书", |
| @@ -1187,6 +1193,7 @@ | ||
| 1187 | 1193 | "Bind user name to that avatar": "将用户名称绑定到该头像", |
| 1188 | 1194 | "Change persona image": "更改用户角色头像", |
| 1189 | 1195 | "Select this as default persona for the new chats.": "选择此项作为新聊天的默认用户角色。", |
| 1196 | + "Duplicate persona": "复制用户角色", | |
| 1190 | 1197 | "Delete persona": "删除用户角色", |
| 1191 | 1198 | "These characters are the winners of character design contests and have outstandable quality.": "这些角色都是角色设计大赛的获奖者,品质非常出色。", |
| 1192 | 1199 | "Contest Winners": "比赛获胜者", |
| @@ -1327,6 +1334,10 @@ | ||
| 1327 | 1334 | "ext_sum_injection_template": "插入模板", |
| 1328 | 1335 | "ext_sum_memory_template_placeholder": "{{summary}} 将解析当前摘要内容。", |
| 1329 | 1336 | "ext_sum_injection_position": "插入位置", |
| 1337 | + "ext_sum_include_wi_scan_desc": "在 WI 扫描中包括最新摘要。", | |
| 1338 | + "ext_sum_include_wi_scan": "纳入世界信息扫描", | |
| 1339 | + "None (not injected)": "无(未注入)", | |
| 1340 | + "ext_sum_injection_position_none": "摘要不会被注入到提示中。您仍然可以通过 {{summary}} 宏访问它。", | |
| 1330 | 1341 | "How many messages before the current end of the chat.": "当前聊天结束前还有多少条消息。", |
| 1331 | 1342 | "Labels and Message": "标签和信息", |
| 1332 | 1343 | "Label": "标签", |
| @@ -1757,6 +1768,8 @@ | ||
| 1757 | 1768 | "help_macros_56": "指示系统指令前缀", |
| 1758 | 1769 | "help_macros_57": "指示第一个用户消息填充器", |
| 1759 | 1770 | "help_macros_58": "指示停止顺序", |
| 1771 | + "help_macros_first_user": "指示用户第一个输入序列", | |
| 1772 | + "help_macros_last_user": "指示用户最后输入序列", | |
| 1760 | 1773 | "Chat variables Macros:": "聊天变量宏:", |
| 1761 | 1774 | "Local variables = unique to the current chat": "局部变量 = 当前聊天所独有", |
| 1762 | 1775 | "Global variables = works in any chat for any character": "全局变量 = 适用于任何角色的任何聊天", |
| @@ -1794,6 +1807,7 @@ | ||
| 1794 | 1807 | "Record a snapshot of your current settings.": "记录当前设置的快照。", |
| 1795 | 1808 | "Make a Snapshot": "制作快照", |
| 1796 | 1809 | "Restore this snapshot": "恢复此快照", |
| 1810 | + "Download Model": "下载模型", | |
| 1797 | 1811 | "Downloader Options": "下载器选项", |
| 1798 | 1812 | "Extra parameters for downloading/HuggingFace API": "下载/HuggingFace API 的额外参数。如果不确定,请将其留空。", |
| 1799 | 1813 | "Revision": "修订", |