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