mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 22:10:21 +08:00
* feat(聊天导航): 新增关闭、置顶和置底按钮并更新图标 在聊天导航组件中新增了关闭、置顶和置底按钮,并更新了相关图标以提升用户体验。同时,添加了点击关闭按钮时隐藏导航的功能。 * feat(消息导航): 添加手动关闭状态以避免误触 在 ChatNavigation 组件中添加 `manuallyClosedUntil` 状态,用于在用户手动关闭导航后,1分钟内不响应鼠标靠近事件。这可以防止用户在操作时误触导航栏,提升用户体验。 * refactor(ChatNavigation): 重命名函数并添加滚动处理逻辑 重命名 handleChatNavigationClick 为 handleCloseChatNavigation 以提高代码可读性,并添加 handleScrollToTop 和 handleScrollToBottom 函数以处理滚动逻辑 * fix: 修复滚动到顶部时位置不正确的问题 将 `scrollToTop` 函数中的 `top` 值从 `0` 改为 `-container.scrollHeight`,以确保滚动到顶部时位置正确 * docs(i18n): 添加新的翻译字符串以支持更多操作 在多个语言文件中添加了“回到顶部”、“回到底部”和“关闭”的翻译字符串,以支持更多用户界面操作。 * refactor: 移除未使用的变量以简化代码 ``` 解释: - **类型**: `refactor`,因为这是代码重构,移除了未使用的变量,没有改变功能行为。 - **描述**: 移除了未使用的变量以简化代码,符合简洁和可维护性的原则。
1297 lines
58 KiB
JSON
1297 lines
58 KiB
JSON
{
|
||
"translation": {
|
||
"agents": {
|
||
"add.button": "添加到助手",
|
||
"add.knowledge_base": "知识库",
|
||
"add.knowledge_base.placeholder": "选择知识库",
|
||
"add.name": "名称",
|
||
"add.name.placeholder": "输入名称",
|
||
"add.prompt": "提示词",
|
||
"add.prompt.placeholder": "输入提示词",
|
||
"add.title": "创建智能体",
|
||
"delete.popup.content": "确定要删除此智能体吗?",
|
||
"edit.message.add.title": "添加",
|
||
"edit.message.assistant.placeholder": "输入助手消息",
|
||
"edit.message.assistant.title": "助手",
|
||
"edit.message.empty.content": "会话输入内容不能为空",
|
||
"edit.message.group.title": "消息组",
|
||
"edit.message.title": "预设消息",
|
||
"edit.message.user.placeholder": "输入用户消息",
|
||
"edit.message.user.title": "用户",
|
||
"edit.model.select.title": "选择模型",
|
||
"edit.settings.hide_preset_messages": "隐藏预设消息",
|
||
"edit.title": "编辑智能体",
|
||
"manage.title": "管理智能体",
|
||
"my_agents": "我的智能体",
|
||
"search.no_results": "没有找到相关智能体",
|
||
"sorting.title": "排序",
|
||
"tag.agent": "智能体",
|
||
"tag.default": "默认",
|
||
"tag.new": "新建",
|
||
"tag.system": "系统",
|
||
"title": "智能体"
|
||
},
|
||
"assistants": {
|
||
"title": "助手",
|
||
"abbr": "助手",
|
||
"settings.title": "助手设置",
|
||
"clear.content": "清空话题会删除助手下所有话题和文件,确定要继续吗?",
|
||
"clear.title": "清空话题",
|
||
"copy.title": "复制助手",
|
||
"delete.content": "删除助手会删除所有该助手下的话题和文件,确定要继续吗?",
|
||
"delete.title": "删除助手",
|
||
"edit.title": "编辑助手",
|
||
"save.success": "保存成功",
|
||
"save.title": "保存到智能体",
|
||
"search": "搜索助手",
|
||
"settings.mcp": "MCP 服务器",
|
||
"settings.mcp.enableFirst": "请先在 MCP 设置中启用此服务器",
|
||
"settings.mcp.title": "MCP 设置",
|
||
"settings.mcp.noServersAvailable": "无可用 MCP 服务器。请在设置中添加服务器",
|
||
"settings.mcp.description": "默认启用的 MCP 服务器",
|
||
"settings.default_model": "默认模型",
|
||
"settings.knowledge_base": "知识库设置",
|
||
"settings.model": "模型设置",
|
||
"settings.preset_messages": "预设消息",
|
||
"settings.prompt": "提示词设置",
|
||
"settings.reasoning_effort": "思维链长度",
|
||
"settings.reasoning_effort.high": "长",
|
||
"settings.reasoning_effort.low": "短",
|
||
"settings.reasoning_effort.medium": "中",
|
||
"settings.reasoning_effort.off": "关",
|
||
"settings.reasoning_effort.tip": "仅支持 OpenAI o-series 和 Anthropic 推理模型",
|
||
"settings.more": "助手设置"
|
||
},
|
||
"auth": {
|
||
"error": "自动获取密钥失败,请手动获取",
|
||
"get_key": "获取",
|
||
"get_key_success": "自动获取密钥成功",
|
||
"login": "登录",
|
||
"oauth_button": "使用{{provider}}登录"
|
||
},
|
||
"backup": {
|
||
"confirm": "确定要备份数据吗?",
|
||
"confirm.button": "选择备份位置",
|
||
"content": "备份全部数据,包括聊天记录、设置、知识库等所有数据。请注意,备份过程可能需要一些时间,感谢您的耐心等待。",
|
||
"progress": {
|
||
"completed": "备份完成",
|
||
"compressing": "压缩文件...",
|
||
"copying_files": "复制文件... {{progress}}%",
|
||
"preparing": "准备备份...",
|
||
"title": "备份进度",
|
||
"writing_data": "写入数据..."
|
||
},
|
||
"title": "数据备份"
|
||
},
|
||
"button": {
|
||
"add": "添加",
|
||
"added": "已添加",
|
||
"collapse": "收起",
|
||
"manage": "管理",
|
||
"select_model": "选择模型",
|
||
"show.all": "显示全部",
|
||
"update_available": "有可用更新"
|
||
},
|
||
"chat": {
|
||
"add.assistant.title": "添加助手",
|
||
"artifacts.button.download": "下载",
|
||
"artifacts.button.openExternal": "外部浏览器打开",
|
||
"artifacts.button.preview": "预览",
|
||
"artifacts.preview.openExternal.error.content": "外部浏览器打开出错",
|
||
"assistant.search.placeholder": "搜索",
|
||
"deeply_thought": "已深度思考(用时 {{secounds}} 秒)",
|
||
"default.description": "你好,我是默认助手。你可以立刻开始跟我聊天。",
|
||
"default.name": "默认助手",
|
||
"default.topic.name": "默认话题",
|
||
"history": {
|
||
"assistant_node": "助手",
|
||
"click_to_navigate": "点击跳转到对应消息",
|
||
"coming_soon": "聊天工作流图表即将上线",
|
||
"no_messages": "没有找到消息",
|
||
"start_conversation": "开始对话以查看聊天流程图",
|
||
"title": "聊天历史",
|
||
"user_node": "用户",
|
||
"view_full_content": "查看完整内容"
|
||
},
|
||
"input.auto_resize": "自动调整高度",
|
||
"input.clear": "清空消息 {{Command}}",
|
||
"input.clear.content": "确定要清除当前会话所有消息吗?",
|
||
"input.clear.title": "清空消息",
|
||
"input.collapse": "收起",
|
||
"input.context_count.tip": "上下文数 / 最大上下文数",
|
||
"input.estimated_tokens.tip": "预估 token 数",
|
||
"input.expand": "展开",
|
||
"input.file_not_supported": "模型不支持此文件类型",
|
||
"input.generate_image": "生成图片",
|
||
"input.generate_image_not_supported": "模型不支持生成图片",
|
||
"input.knowledge_base": "知识库",
|
||
"input.new.context": "清除上下文 {{Command}}",
|
||
"input.new_topic": "新话题 {{Command}}",
|
||
"input.pause": "暂停",
|
||
"input.placeholder": "在这里输入消息...",
|
||
"input.send": "发送",
|
||
"input.settings": "设置",
|
||
"input.topics": " 话题 ",
|
||
"input.translate": "翻译成{{target_language}}",
|
||
"input.upload": "上传图片或文档",
|
||
"input.upload.document": "上传文档(模型不支持图片)",
|
||
"input.web_search": "开启网络搜索",
|
||
"input.web_search.button.ok": "去设置",
|
||
"input.web_search.enable": "开启网络搜索",
|
||
"input.web_search.enable_content": "需要先在设置中检查网络搜索连通性",
|
||
"message.new.branch": "分支",
|
||
"message.new.branch.created": "新分支已创建",
|
||
"message.new.context": "清除上下文",
|
||
"message.quote": "引用",
|
||
"message.regenerate.model": "切换模型",
|
||
"message.useful": "有用",
|
||
"navigation": {
|
||
"first": "已经是第一条消息",
|
||
"history": "聊天历史",
|
||
"last": "已经是最后一条消息",
|
||
"next": "下一条消息",
|
||
"prev": "上一条消息",
|
||
"top": "回到顶部",
|
||
"bottom": "回到底部",
|
||
"close": "关闭"
|
||
},
|
||
"resend": "重新发送",
|
||
"save": "保存",
|
||
"settings.code_collapsible": "代码块可折叠",
|
||
"settings.code_wrappable": "代码块可换行",
|
||
"settings.context_count": "上下文数",
|
||
"settings.context_count.tip": "要保留在上下文中的消息数量,数值越大,上下文越长,消耗的 token 越多。普通聊天建议 5-10",
|
||
"settings.max": "不限",
|
||
"settings.max_tokens": "开启消息长度限制",
|
||
"settings.max_tokens.confirm": "开启消息长度限制",
|
||
"settings.max_tokens.confirm_content": "开启消息长度限制后,单次交互所用的最大 Token 数, 会影响返回结果的长度。要根据模型上下文限制来设置,否则会报错",
|
||
"settings.max_tokens.tip": "单次交互所用的最大 Token 数, 会影响返回结果的长度。要根据模型上下文限制来设置,否则会报错",
|
||
"settings.reset": "重置",
|
||
"settings.set_as_default": "应用到默认助手",
|
||
"settings.show_line_numbers": "代码显示行号",
|
||
"settings.temperature": "模型温度",
|
||
"settings.temperature.tip": "模型生成文本的随机程度。值越大,回复内容越赋有多样性、创造性、随机性;设为 0 根据事实回答。日常聊天建议设置为 0.7",
|
||
"settings.thought_auto_collapse": "思考内容自动折叠",
|
||
"settings.thought_auto_collapse.tip": "思考结束后思考内容自动折叠",
|
||
"settings.top_p": "Top-P",
|
||
"settings.top_p.tip": "默认值为 1,值越小,AI 生成的内容越单调,也越容易理解;值越大,AI 回复的词汇围越大,越多样化",
|
||
"suggestions.title": "建议的问题",
|
||
"thinking": "思考中",
|
||
"topics.auto_rename": "生成话题名",
|
||
"topics.clear.title": "清空消息",
|
||
"topics.copy.image": "复制为图片",
|
||
"topics.copy.md": "复制为 Markdown",
|
||
"topics.copy.title": "复制",
|
||
"topics.delete.shortcut": "按住 {{key}} 可直接删除",
|
||
"topics.edit.placeholder": "输入新名称",
|
||
"topics.edit.title": "编辑话题名",
|
||
"topics.export.image": "导出为图片",
|
||
"topics.export.joplin": "导出到 Joplin",
|
||
"topics.export.md": "导出为 Markdown",
|
||
"topics.export.notion": "导出到 Notion",
|
||
"topics.export.obsidian": "导出到 Obsidian",
|
||
"topics.export.obsidian_vault": "保管库",
|
||
"topics.export.obsidian_vault_placeholder": "请选择保管库名称",
|
||
"topics.export.obsidian_path": "路径",
|
||
"topics.export.obsidian_path_placeholder": "请选择路径",
|
||
"topics.export.obsidian_atributes": "配置笔记属性",
|
||
"topics.export.obsidian_btn": "确定",
|
||
"topics.export.obsidian_created": "创建时间",
|
||
"topics.export.obsidian_created_placeholder": "请选择创建时间",
|
||
"topics.export.obsidian_export_failed": "导出到Obsidian失败",
|
||
"topics.export.obsidian_export_success": "导出到Obsidian成功",
|
||
"topics.export.obsidian_operate": "处理方式",
|
||
"topics.export.obsidian_operate_append": "追加",
|
||
"topics.export.obsidian_operate_new_or_overwrite": "新建(如果存在就覆盖)",
|
||
"topics.export.obsidian_operate_placeholder": "请选择处理方式",
|
||
"topics.export.obsidian_operate_prepend": "前置",
|
||
"topics.export.obsidian_source": "来源",
|
||
"topics.export.obsidian_source_placeholder": "请输入来源",
|
||
"topics.export.obsidian_tags": "标签",
|
||
"topics.export.obsidian_tags_placeholder": "请输入标签,多个标签用英文逗号分隔",
|
||
"topics.export.obsidian_title": "标题",
|
||
"topics.export.obsidian_title_placeholder": "请输入标题",
|
||
"topics.export.obsidian_title_required": "标题不能为空",
|
||
"topics.export.obsidian_no_vaults": "未找到Obsidian保管库",
|
||
"topics.export.obsidian_loading": "加载中...",
|
||
"topics.export.obsidian_fetch_error": "获取Obsidian保管库失败",
|
||
"topics.export.obsidian_fetch_folders_error": "获取文件夹结构失败",
|
||
"topics.export.obsidian_no_vault_selected": "请先选择一个保管库",
|
||
"topics.export.obsidian_select_vault_first": "请先选择保管库",
|
||
"topics.export.obsidian_root_directory": "根目录",
|
||
"topics.export.title": "导出",
|
||
"topics.export.word": "导出为 Word",
|
||
"topics.export.yuque": "导出到语雀",
|
||
"topics.list": "话题列表",
|
||
"topics.move_to": "移动到",
|
||
"topics.new": "开始新对话",
|
||
"topics.pinned": "固定话题",
|
||
"topics.prompt": "话题提示词",
|
||
"topics.prompt.edit.title": "编辑话题提示词",
|
||
"topics.prompt.tips": "话题提示词: 针对当前话题提供额外的补充提示词",
|
||
"topics.title": "话题",
|
||
"topics.unpinned": "取消固定",
|
||
"translate": "翻译",
|
||
"topics.export.siyuan": "导出到思源笔记",
|
||
"topics.export.wait_for_title_naming": "正在生成标题...",
|
||
"topics.export.title_naming_success": "标题生成成功",
|
||
"topics.export.title_naming_failed": "标题生成失败,使用默认标题"
|
||
},
|
||
"code_block": {
|
||
"collapse": "收起",
|
||
"disable_wrap": "取消换行",
|
||
"enable_wrap": "换行",
|
||
"expand": "展开"
|
||
},
|
||
"common": {
|
||
"add": "添加",
|
||
"advanced_settings": "高级设置",
|
||
"and": "和",
|
||
"assistant": "智能体",
|
||
"avatar": "头像",
|
||
"back": "返回",
|
||
"cancel": "取消",
|
||
"chat": "聊天",
|
||
"clear": "清除",
|
||
"close": "关闭",
|
||
"confirm": "确认",
|
||
"copied": "已复制",
|
||
"copy": "复制",
|
||
"cut": "剪切",
|
||
"default": "默认",
|
||
"delete": "删除",
|
||
"description": "描述",
|
||
"docs": "文档",
|
||
"download": "下载",
|
||
"duplicate": "复制",
|
||
"edit": "编辑",
|
||
"expand": "展开",
|
||
"footnote": "引用内容",
|
||
"footnotes": "引用内容",
|
||
"fullscreen": "已进入全屏模式,按 F11 退出",
|
||
"knowledge_base": "知识库",
|
||
"language": "语言",
|
||
"model": "模型",
|
||
"models": "模型",
|
||
"more": "更多",
|
||
"name": "名称",
|
||
"paste": "粘贴",
|
||
"prompt": "提示词",
|
||
"provider": "提供商",
|
||
"regenerate": "重新生成",
|
||
"rename": "重命名",
|
||
"reset": "重置",
|
||
"save": "保存",
|
||
"search": "搜索",
|
||
"select": "选择",
|
||
"topics": "话题",
|
||
"warning": "警告",
|
||
"you": "用户"
|
||
},
|
||
"docs": {
|
||
"title": "帮助文档"
|
||
},
|
||
"error": {
|
||
"backup.file_format": "备份文件格式错误",
|
||
"chat.response": "出错了,如果没有配置 API 密钥,请前往设置 > 模型提供商中配置密钥",
|
||
"http": {
|
||
"400": "请求错误,请检查请求参数是否正确。如果修改了模型设置,请重置到默认设置",
|
||
"401": "身份验证失败,请检查 API 密钥是否正确",
|
||
"403": "禁止访问,请翻译具体报错信息查看原因,或联系服务商询问被禁止原因",
|
||
"404": "模型不存在或者请求路径错误",
|
||
"429": "请求速率超过限制,请稍后再试",
|
||
"500": "服务器错误,请稍后再试",
|
||
"502": "网关错误,请稍后再试",
|
||
"503": "服务不可用,请稍后再试",
|
||
"504": "网关超时,请稍后再试"
|
||
},
|
||
"model.exists": "模型已存在",
|
||
"no_api_key": "API 密钥未配置",
|
||
"provider_disabled": "模型提供商未启用",
|
||
"render": {
|
||
"description": "渲染公式失败,请检查公式格式是否正确",
|
||
"title": "渲染错误"
|
||
},
|
||
"user_message_not_found": "无法找到原始用户消息",
|
||
"unknown": "未知错误"
|
||
},
|
||
"export": {
|
||
"assistant": "助手",
|
||
"attached_files": "附件",
|
||
"conversation_details": "会话详情",
|
||
"conversation_history": "会话历史",
|
||
"created": "创建时间",
|
||
"last_updated": "最后更新",
|
||
"messages": "消息数",
|
||
"user": "用户"
|
||
},
|
||
"files": {
|
||
"actions": "操作",
|
||
"all": "所有文件",
|
||
"count": "文件数",
|
||
"created_at": "创建时间",
|
||
"delete": "删除",
|
||
"delete.content": "删除文件会删除文件在所有消息中的引用,确定要删除此文件吗?",
|
||
"delete.paintings.warning": "绘图中包含该图片,暂时无法删除",
|
||
"delete.title": "删除文件",
|
||
"document": "文档",
|
||
"edit": "编辑",
|
||
"file": "文件",
|
||
"image": "图片",
|
||
"name": "文件名",
|
||
"open": "打开",
|
||
"size": "大小",
|
||
"text": "文本",
|
||
"title": "文件",
|
||
"type": "类型"
|
||
},
|
||
"gpustack": {
|
||
"keep_alive_time.description": "模型在内存中保持的时间(默认:5分钟)",
|
||
"keep_alive_time.placeholder": "分钟",
|
||
"keep_alive_time.title": "保持活跃时间",
|
||
"title": "GPUStack"
|
||
},
|
||
"history": {
|
||
"continue_chat": "继续聊天",
|
||
"locate.message": "定位到消息",
|
||
"search.messages": "搜索所有消息",
|
||
"search.placeholder": "搜索话题或消息...",
|
||
"search.topics.empty": "没有找到相关话题, 点击回车键搜索所有消息",
|
||
"title": "话题搜索"
|
||
},
|
||
"knowledge": {
|
||
"add": {
|
||
"title": "添加知识库"
|
||
},
|
||
"add_directory": "添加目录",
|
||
"add_file": "添加文件",
|
||
"add_note": "添加笔记",
|
||
"add_sitemap": "站点地图",
|
||
"add_url": "添加网址",
|
||
"cancel_index": "取消索引",
|
||
"chunk_overlap": "重叠大小",
|
||
"chunk_overlap_placeholder": "默认值(不建议修改)",
|
||
"chunk_overlap_tooltip": "相邻文本块之间重复的内容量,确保分段后的文本块之间仍然有上下文联系,提升模型处理长文本的整体效果",
|
||
"chunk_size": "分段大小",
|
||
"chunk_size_change_warning": "分段大小和重叠大小修改只针对新添加的内容有效",
|
||
"chunk_size_placeholder": "默认值(不建议修改)",
|
||
"chunk_size_too_large": "分段大小不能超过模型上下文限制({{max_context}})",
|
||
"chunk_size_tooltip": "将文档切割分段,每段的大小,不能超过模型上下文限制",
|
||
"clear_selection": "清除选择",
|
||
"delete": "删除",
|
||
"delete_confirm": "确定要删除此知识库吗?",
|
||
"directories": "目录",
|
||
"directory_placeholder": "请输入目录路径",
|
||
"document_count": "请求文档片段数量",
|
||
"document_count_default": "默认",
|
||
"document_count_help": "请求文档片段数量越多,附带的信息越多,但需要消耗的 Token 也越多",
|
||
"drag_file": "拖拽文件到这里",
|
||
"edit_remark": "修改备注",
|
||
"edit_remark_placeholder": "请输入备注内容",
|
||
"empty": "暂无知识库",
|
||
"file_hint": "支持 {{file_types}} 格式",
|
||
"index_all": "索引全部",
|
||
"index_cancelled": "索引已取消",
|
||
"index_started": "索引开始",
|
||
"invalid_url": "无效的网址",
|
||
"model_info": "模型信息",
|
||
"no_bases": "暂无知识库",
|
||
"no_match": "未匹配到知识库内容",
|
||
"no_provider": "知识库模型服务商丢失,该知识库将不再支持,请重新创建知识库",
|
||
"not_set": "未设置",
|
||
"not_support": "知识库数据库引擎已更新,该知识库将不再支持,请重新创建知识库",
|
||
"notes": "笔记",
|
||
"notes_placeholder": "输入此知识库的附加信息或上下文...",
|
||
"rename": "重命名",
|
||
"search": "搜索知识库",
|
||
"search_placeholder": "输入查询内容",
|
||
"settings": "知识库设置",
|
||
"sitemap_placeholder": "请输入站点地图 URL",
|
||
"sitemaps": "网站",
|
||
"source": "来源",
|
||
"status": "状态",
|
||
"status_completed": "已完成",
|
||
"status_failed": "失败",
|
||
"status_new": "已添加",
|
||
"status_pending": "等待中",
|
||
"status_processing": "处理中",
|
||
"threshold": "匹配度阈值",
|
||
"threshold_placeholder": "未设置",
|
||
"threshold_too_large_or_small": "阈值不能大于1或小于0",
|
||
"threshold_tooltip": "用于衡量用户问题与知识库内容之间的相关性(0-1)",
|
||
"title": "知识库",
|
||
"topN": "返回结果数量",
|
||
"topN__too_large_or_small": "返回结果数量不能大于100或小于1",
|
||
"topN_placeholder": "未设置",
|
||
"topN_tooltip": "返回的匹配结果数量,数值越大,匹配结果越多,但消耗的 Token 也越多",
|
||
"url_added": "网址已添加",
|
||
"url_placeholder": "请输入网址, 多个网址用回车分隔",
|
||
"urls": "网址"
|
||
},
|
||
"languages": {
|
||
"arabic": "阿拉伯文",
|
||
"chinese": "简体中文",
|
||
"chinese-traditional": "繁体中文",
|
||
"english": "英文",
|
||
"french": "法文",
|
||
"german": "德文",
|
||
"italian": "意大利文",
|
||
"japanese": "日文",
|
||
"korean": "韩文",
|
||
"portuguese": "葡萄牙文",
|
||
"russian": "俄文",
|
||
"spanish": "西班牙文"
|
||
},
|
||
"lmstudio": {
|
||
"keep_alive_time.description": "对话后模型在内存中保持的时间(默认:5分钟)",
|
||
"keep_alive_time.placeholder": "分钟",
|
||
"keep_alive_time.title": "保持活跃时间",
|
||
"title": "LM Studio"
|
||
},
|
||
"mermaid": {
|
||
"download": {
|
||
"png": "下载 PNG",
|
||
"svg": "下载 SVG"
|
||
},
|
||
"resize": {
|
||
"zoom-in": "放大",
|
||
"zoom-out": "缩小"
|
||
},
|
||
"tabs": {
|
||
"preview": "预览",
|
||
"source": "源码"
|
||
},
|
||
"title": "Mermaid 图表"
|
||
},
|
||
"message": {
|
||
"api.check.model.title": "请选择要检测的模型",
|
||
"api.connection.failed": "连接失败",
|
||
"api.connection.success": "连接成功",
|
||
"assistant.added.content": "智能体添加成功",
|
||
"attachments": {
|
||
"pasted_image": "剪切板图片",
|
||
"pasted_text": "剪切板文件"
|
||
},
|
||
"backup.failed": "备份失败",
|
||
"backup.start.success": "开始备份",
|
||
"backup.success": "备份成功",
|
||
"chat.completion.paused": "会话已停止",
|
||
"citations": "引用内容",
|
||
"copied": "已复制",
|
||
"copy.failed": "复制失败",
|
||
"copy.success": "复制成功",
|
||
"error.chunk_overlap_too_large": "分段重叠不能大于分段大小",
|
||
"error.dimension_too_large": "内容尺寸过大",
|
||
"error.enter.api.host": "请输入您的 API 地址",
|
||
"error.enter.api.key": "请输入您的 API 密钥",
|
||
"error.enter.model": "请选择一个模型",
|
||
"error.enter.name": "请输入知识库名称",
|
||
"error.get_embedding_dimensions": "获取嵌入维度失败",
|
||
"error.invalid.api.host": "无效的 API 地址",
|
||
"error.invalid.api.key": "无效的 API 密钥",
|
||
"error.invalid.enter.model": "请选择一个模型",
|
||
"error.invalid.proxy.url": "无效的代理地址",
|
||
"error.invalid.webdav": "无效的 WebDAV 设置",
|
||
"error.joplin.export": "导出 Joplin 失败,请保持 Joplin 已运行并检查连接状态或检查配置",
|
||
"error.joplin.no_config": "未配置 Joplin 授权令牌 或 URL",
|
||
"error.invalid.nutstore": "无效的坚果云设置",
|
||
"error.invalid.nutstore_token": "无效的坚果云 Token",
|
||
"error.markdown.export.preconf": "导出Markdown文件到预先设定的路径失败",
|
||
"error.markdown.export.specified": "导出Markdown文件失败",
|
||
"error.notion.export": "导出 Notion 错误,请检查连接状态并对照文档检查配置",
|
||
"error.notion.no_api_key": "未配置 Notion API Key 或 Notion Database ID",
|
||
"error.yuque.export": "导出语雀错误,请检查连接状态并对照文档检查配置",
|
||
"error.yuque.no_config": "未配置语雀 Token 或 知识库 URL",
|
||
"group.delete.content": "删除分组消息会删除用户提问和所有助手的回答",
|
||
"group.delete.title": "删除分组消息",
|
||
"ignore.knowledge.base": "联网模式开启,忽略知识库",
|
||
"info.notion.block_reach_limit": "对话过长,正在分页导出到Notion",
|
||
"loading.notion.exporting_progress": "正在导出到Notion ({{current}}/{{total}})...",
|
||
"loading.notion.preparing": "正在准备导出到Notion...",
|
||
"mention.title": "切换模型回答",
|
||
"message.code_style": "代码风格",
|
||
"message.delete.content": "确定要删除此消息吗?",
|
||
"message.delete.title": "删除消息",
|
||
"message.multi_model_style": "多模型回答样式",
|
||
"message.multi_model_style.fold": "标签模式",
|
||
"message.multi_model_style.fold.compress": "切换到紧凑排列",
|
||
"message.multi_model_style.fold.expand": "切换到展开排列",
|
||
"message.multi_model_style.grid": "卡片布局",
|
||
"message.multi_model_style.horizontal": "横向排列",
|
||
"message.multi_model_style.vertical": "纵向堆叠",
|
||
"message.style": "消息样式",
|
||
"message.style.bubble": "气泡",
|
||
"message.style.plain": "简洁",
|
||
"regenerate.confirm": "重新生成会覆盖当前消息",
|
||
"reset.confirm.content": "确定要重置所有数据吗?",
|
||
"reset.double.confirm.content": "你的全部数据都会丢失,如果没有备份数据,将无法恢复,确定要继续吗?",
|
||
"reset.double.confirm.title": "数据丢失!!!",
|
||
"restore.failed": "恢复失败",
|
||
"restore.success": "恢复成功",
|
||
"save.success.title": "保存成功",
|
||
"searching": "正在联网搜索...",
|
||
"success.joplin.export": "成功导出到 Joplin",
|
||
"success.markdown.export.preconf": "成功导出 Markdown 文件到预先设定的路径",
|
||
"success.markdown.export.specified": "成功导出 Markdown 文件",
|
||
"success.notion.export": "成功导出到 Notion",
|
||
"success.yuque.export": "成功导出到语雀",
|
||
"switch.disabled": "请等待当前回复完成后操作",
|
||
"tools": {
|
||
"completed": "已完成",
|
||
"invoking": "调用中"
|
||
},
|
||
"topic.added": "话题添加成功",
|
||
"upgrade.success.button": "重启",
|
||
"upgrade.success.content": "重启用以完成升级",
|
||
"upgrade.success.title": "升级成功",
|
||
"warn.notion.exporting": "正在导出到 Notion, 请勿重复请求导出!",
|
||
"warning.rate.limit": "发送过于频繁,请等待 {{seconds}} 秒后再尝试",
|
||
"error.siyuan.export": "导出思源笔记失败,请检查连接状态并对照文档检查配置",
|
||
"error.siyuan.no_config": "未配置思源笔记API地址或令牌",
|
||
"success.siyuan.export": "导出到思源笔记成功",
|
||
"warn.yuque.exporting": "正在导出语雀, 请勿重复请求导出!",
|
||
"warn.siyuan.exporting": "正在导出到思源笔记,请勿重复请求导出!"
|
||
},
|
||
"minapp": {
|
||
"popup": {
|
||
"refresh": "刷新",
|
||
"close": "关闭小程序",
|
||
"minimize": "最小化小程序",
|
||
"devtools": "开发者工具",
|
||
"openExternal": "在浏览器中打开",
|
||
"rightclick_copyurl": "右键复制URL"
|
||
},
|
||
"sidebar.add.title": "添加到侧边栏",
|
||
"sidebar.remove.title": "从侧边栏移除",
|
||
"sidebar.close.title": "关闭",
|
||
"sidebar.closeall.title": "全部关闭",
|
||
"sidebar.hide.title": "隐藏小程序",
|
||
"title": "小程序"
|
||
},
|
||
"miniwindow": {
|
||
"clipboard": {
|
||
"empty": "剪贴板为空"
|
||
},
|
||
"feature": {
|
||
"chat": "回答此问题",
|
||
"explanation": "解释说明",
|
||
"summary": "内容总结",
|
||
"translate": "文本翻译"
|
||
},
|
||
"footer": {
|
||
"copy_last_message": "按 C 键复制",
|
||
"esc": "按 ESC {{action}}",
|
||
"esc_back": "返回",
|
||
"esc_close": "关闭窗口"
|
||
},
|
||
"input": {
|
||
"placeholder": {
|
||
"empty": "询问 {{model}} 获取帮助...",
|
||
"title": "你想对下方文字做什么"
|
||
}
|
||
}
|
||
},
|
||
"models": {
|
||
"add_parameter": "添加参数",
|
||
"all": "全部",
|
||
"custom_parameters": "自定义参数",
|
||
"dimensions": "{{dimensions}} 维",
|
||
"edit": "编辑模型",
|
||
"embedding": "嵌入",
|
||
"embedding_model": "嵌入模型",
|
||
"embedding_model_tooltip": "在设置->模型服务中点击管理按钮添加",
|
||
"function_calling": "函数调用",
|
||
"no_matches": "无可用模型",
|
||
"parameter_name": "参数名称",
|
||
"parameter_type": {
|
||
"boolean": "布尔值",
|
||
"json": "JSON",
|
||
"number": "数字",
|
||
"string": "文本"
|
||
},
|
||
"pinned": "已固定",
|
||
"rerank_model": "重排模型",
|
||
"rerank_model_support_provider": "目前重排序模型仅支持部分服务商 ({{provider}})",
|
||
"rerank_model_tooltip": "在设置->模型服务中点击管理按钮添加",
|
||
"search": "搜索模型...",
|
||
"stream_output": "流式输出",
|
||
"type": {
|
||
"embedding": "嵌入",
|
||
"free": "免费",
|
||
"function_calling": "工具",
|
||
"reasoning": "推理",
|
||
"rerank": "重排",
|
||
"select": "选择模型类型",
|
||
"text": "文本",
|
||
"vision": "视觉",
|
||
"websearch": "联网"
|
||
}
|
||
},
|
||
"navbar": {
|
||
"expand": "伸缩对话框",
|
||
"hide_sidebar": "隐藏侧边栏",
|
||
"show_sidebar": "显示侧边栏"
|
||
},
|
||
"ollama": {
|
||
"keep_alive_time.description": "对话后模型在内存中保持的时间(默认:5分钟)",
|
||
"keep_alive_time.placeholder": "分钟",
|
||
"keep_alive_time.title": "保持活跃时间",
|
||
"title": "Ollama"
|
||
},
|
||
"paintings": {
|
||
"button.delete.image": "删除图片",
|
||
"button.delete.image.confirm": "确定要删除此图片吗?",
|
||
"button.new.image": "新建图片",
|
||
"guidance_scale": "引导比例",
|
||
"guidance_scale_tip": "无分类器指导。控制模型在寻找相关图像时对提示词的遵循程度",
|
||
"image.size": "图片尺寸",
|
||
"inference_steps": "推理步数",
|
||
"inference_steps_tip": "要执行的推理步数。步数越多,质量越高但耗时越长",
|
||
"negative_prompt": "反向提示词",
|
||
"negative_prompt_tip": "描述你不想在图片中出现的内容",
|
||
"number_images": "生成数量",
|
||
"number_images_tip": "一次生成的图片数量 (1-4)",
|
||
"prompt_enhancement": "提示词增强",
|
||
"prompt_enhancement_tip": "开启后将提示重写为详细的、适合模型的版本",
|
||
"prompt_placeholder": "描述你想创建的图片,例如:一个宁静的湖泊,夕阳西下,远处是群山",
|
||
"regenerate.confirm": "这将覆盖已生成的图片,是否继续?",
|
||
"seed": "随机种子",
|
||
"seed_tip": "相同的种子和提示词可以生成相似的图片",
|
||
"title": "图片"
|
||
},
|
||
"plantuml": {
|
||
"download": {
|
||
"failed": "下载失败,请检查网络",
|
||
"png": "下载 PNG",
|
||
"svg": "下载 SVG"
|
||
},
|
||
"tabs": {
|
||
"preview": "预览",
|
||
"source": "源码"
|
||
},
|
||
"title": "PlantUML 图表"
|
||
},
|
||
"prompts": {
|
||
"explanation": "帮我解释一下这个概念",
|
||
"summarize": "帮我总结一下这段话",
|
||
"title": "你是一名擅长会话的助理,你需要将用户的会话总结为 10 个字以内的标题,标题语言与用户的首要语言一致,不要使用标点符号和其他特殊符号"
|
||
},
|
||
"provider": {
|
||
"aihubmix": "AiHubMix",
|
||
"alayanew": "Alaya NeW",
|
||
"anthropic": "Anthropic",
|
||
"azure-openai": "Azure OpenAI",
|
||
"baichuan": "百川",
|
||
"baidu-cloud": "百度云千帆",
|
||
"copilot": "GitHub Copilot",
|
||
"dashscope": "阿里云百炼",
|
||
"deepseek": "深度求索",
|
||
"dmxapi": "DMXAPI",
|
||
"doubao": "火山引擎",
|
||
"fireworks": "Fireworks",
|
||
"gemini": "Gemini",
|
||
"gitee-ai": "Gitee AI",
|
||
"github": "GitHub Models",
|
||
"gpustack": "GPUStack",
|
||
"graphrag-kylin-mountain": "GraphRAG",
|
||
"grok": "Grok",
|
||
"groq": "Groq",
|
||
"hunyuan": "腾讯混元",
|
||
"hyperbolic": "Hyperbolic",
|
||
"infini": "无问芯穹",
|
||
"jina": "Jina",
|
||
"lmstudio": "LM Studio",
|
||
"minimax": "MiniMax",
|
||
"mistral": "Mistral",
|
||
"modelscope": "ModelScope 魔搭",
|
||
"moonshot": "月之暗面",
|
||
"nvidia": "英伟达",
|
||
"o3": "O3",
|
||
"ocoolai": "ocoolAI",
|
||
"ollama": "Ollama",
|
||
"openai": "OpenAI",
|
||
"openrouter": "OpenRouter",
|
||
"perplexity": "Perplexity",
|
||
"ppio": "PPIO 派欧云",
|
||
"qwenlm": "QwenLM",
|
||
"silicon": "硅基流动",
|
||
"stepfun": "阶跃星辰",
|
||
"tencent-cloud-ti": "腾讯云TI",
|
||
"together": "Together",
|
||
"xirang": "天翼云息壤",
|
||
"yi": "零一万物",
|
||
"zhinao": "360智脑",
|
||
"zhipu": "智谱AI",
|
||
"voyageai": "Voyage AI"
|
||
},
|
||
"restore": {
|
||
"confirm": "确定要恢复数据吗?",
|
||
"confirm.button": "选择备份文件",
|
||
"content": "恢复操作将使用备份数据覆盖当前所有应用数据。请注意,恢复过程可能需要一些时间,感谢您的耐心等待。",
|
||
"progress": {
|
||
"completed": "恢复完成",
|
||
"copying_files": "复制文件... {{progress}}%",
|
||
"extracting": "解压备份...",
|
||
"preparing": "准备恢复...",
|
||
"reading_data": "读取数据...",
|
||
"title": "恢复进度"
|
||
},
|
||
"title": "数据恢复"
|
||
},
|
||
"settings": {
|
||
"about": "关于我们",
|
||
"about.checkingUpdate": "正在检查更新...",
|
||
"about.checkUpdate": "检查更新",
|
||
"about.checkUpdate.available": "立即更新",
|
||
"about.contact.button": "邮件",
|
||
"about.contact.title": "邮件联系",
|
||
"about.description": "一款为创造者而生的 AI 助手",
|
||
"about.downloading": "正在下载更新...",
|
||
"about.feedback.button": "反馈",
|
||
"about.feedback.title": "意见反馈",
|
||
"about.license.button": "查看",
|
||
"about.license.title": "许可证",
|
||
"about.releases.button": "查看",
|
||
"about.releases.title": "更新日志",
|
||
"about.social.title": "社交账号",
|
||
"about.title": "关于我们",
|
||
"about.updateAvailable": "发现新版本 {{version}}",
|
||
"about.updateError": "更新出错",
|
||
"about.updateNotAvailable": "你的软件已是最新版本",
|
||
"about.website.button": "查看",
|
||
"about.website.title": "官方网站",
|
||
"advanced.auto_switch_to_topics": "自动切换到话题",
|
||
"advanced.title": "高级设置",
|
||
"assistant": "默认助手",
|
||
"assistant.model_params": "模型参数",
|
||
"assistant.show.icon": "显示模型图标",
|
||
"assistant.title": "默认助手",
|
||
"data": {
|
||
"app_data": "应用数据",
|
||
"app_knowledge": "知识库文件",
|
||
"app_knowledge.button.delete": "删除文件",
|
||
"app_knowledge.remove_all": "删除知识库文件",
|
||
"app_knowledge.remove_all_confirm": "删除知识库文件可以减少存储空间占用,但不会删除知识库向量化数据,删除之后将无法打开源文件,是否删除?",
|
||
"app_knowledge.remove_all_success": "文件删除成功",
|
||
"app_logs": "应用日志",
|
||
"clear_cache": {
|
||
"button": "清除缓存",
|
||
"confirm": "清除缓存将删除应用缓存的数据,包括小程序数据。此操作不可恢复,是否继续?",
|
||
"error": "清除缓存失败",
|
||
"success": "缓存清除成功",
|
||
"title": "清除缓存"
|
||
},
|
||
"data.title": "数据目录",
|
||
"hour_interval_one": "{{count}} 小时",
|
||
"hour_interval_other": "{{count}} 小时",
|
||
"joplin": {
|
||
"check": {
|
||
"button": "检查",
|
||
"empty_token": "请先输入 Joplin 授权令牌",
|
||
"empty_url": "请先输入 Joplin 剪裁服务监听 URL",
|
||
"fail": "Joplin 连接验证失败",
|
||
"success": "Joplin 连接验证成功"
|
||
},
|
||
"help": "在 Joplin 选项中,启用网页剪裁服务(无需安装浏览器插件),确认端口号,并复制授权令牌",
|
||
"title": "Joplin 配置",
|
||
"token": "Joplin 授权令牌",
|
||
"token_placeholder": "请输入 Joplin 授权令牌",
|
||
"url": "Joplin 剪裁服务监听 URL",
|
||
"url_placeholder": "http://127.0.0.1:41184/"
|
||
},
|
||
"markdown_export.force_dollar_math.help": "开启后,导出Markdown时会将强制使用$$来标记LaTeX公式。注意:该项也会影响所有通过Markdown导出的方式,如Notion、语雀等。",
|
||
"markdown_export.force_dollar_math.title": "强制使用$$来标记LaTeX公式",
|
||
"markdown_export.help": "若填入,则每次导出时将自动保存到该路径;否则,将弹出保存对话框",
|
||
"markdown_export.path": "默认导出路径",
|
||
"markdown_export.path_placeholder": "导出路径",
|
||
"markdown_export.select": "选择",
|
||
"markdown_export.title": "Markdown 导出",
|
||
"message_title.use_topic_naming.title": "使用话题命名模型为导出的消息创建标题",
|
||
"message_title.use_topic_naming.help": "开启后,使用话题命名模型为导出的消息创建标题。该项也会影响所有通过Markdown导出的方式。",
|
||
"minute_interval_one": "{{count}} 分钟",
|
||
"minute_interval_other": "{{count}} 分钟",
|
||
"notion.api_key": "Notion 密钥",
|
||
"notion.api_key_placeholder": "请输入Notion 密钥",
|
||
"notion.auto_split": "导出对话时自动分页",
|
||
"notion.auto_split_tip": "当要导出的话题过长时自动分页导出到Notion",
|
||
"notion.check": {
|
||
"button": "检查",
|
||
"empty_api_key": "未配置 API key",
|
||
"empty_database_id": "未配置 Database ID",
|
||
"error": "连接异常,请检查网络及 API key 和 Database ID 是否正确",
|
||
"fail": "连接失败,请检查网络及 API key 和 Database ID 是否正确",
|
||
"success": "连接成功"
|
||
},
|
||
"notion.database_id": "Notion 数据库 ID",
|
||
"notion.database_id_placeholder": "请输入Notion 数据库 ID",
|
||
"notion.help": "Notion 配置文档",
|
||
"notion.page_name_key": "页面标题字段名",
|
||
"notion.page_name_key_placeholder": "请输入页面标题字段名,默认为 Name",
|
||
"notion.split_size": "自动分页大小",
|
||
"notion.split_size_help": "Notion免费版用户建议设置为90,高级版用户建议设置为24990,默认值为90",
|
||
"notion.split_size_placeholder": "请输入每页块数限制(默认90)",
|
||
"notion.title": "Notion 配置",
|
||
"title": "数据设置",
|
||
"webdav": {
|
||
"autoSync": "自动备份",
|
||
"autoSync.off": "关闭",
|
||
"backup.button": "备份到 WebDAV",
|
||
"backup.modal.filename.placeholder": "请输入备份文件名",
|
||
"backup.modal.title": "备份到 WebDAV",
|
||
"host": "WebDAV 地址",
|
||
"host.placeholder": "http://localhost:8080",
|
||
"hour_interval_one": "{{count}} 小时",
|
||
"hour_interval_other": "{{count}} 小时",
|
||
"lastSync": "上次备份时间",
|
||
"minute_interval_one": "{{count}} 分钟",
|
||
"minute_interval_other": "{{count}} 分钟",
|
||
"noSync": "等待下次备份",
|
||
"password": "WebDAV 密码",
|
||
"path": "WebDAV 路径",
|
||
"path.placeholder": "/backup",
|
||
"restore.button": "从 WebDAV 恢复",
|
||
"restore.confirm.content": "从 WebDAV 恢复将会覆盖当前数据,是否继续?",
|
||
"restore.confirm.title": "确认恢复",
|
||
"restore.content": "从 WebDAV 恢复将覆盖当前数据,是否继续?",
|
||
"restore.modal.select.placeholder": "请选择要恢复的备份文件",
|
||
"restore.modal.title": "从 WebDAV 恢复",
|
||
"restore.title": "从 WebDAV 恢复",
|
||
"syncError": "备份错误",
|
||
"syncStatus": "备份状态",
|
||
"title": "WebDAV",
|
||
"user": "WebDAV 用户名"
|
||
},
|
||
"yuque": {
|
||
"check": {
|
||
"button": "检查",
|
||
"empty_repo_url": "请先输入知识库URL",
|
||
"empty_token": "请先输入语雀Token",
|
||
"fail": "语雀连接验证失败",
|
||
"success": "语雀连接验证成功"
|
||
},
|
||
"help": "获取语雀 Token",
|
||
"repo_url": "知识库 URL",
|
||
"repo_url_placeholder": "https://www.yuque.com/username/xxx",
|
||
"title": "语雀配置",
|
||
"token": "语雀 Token",
|
||
"token_placeholder": "请输入语雀Token"
|
||
},
|
||
"obsidian": {
|
||
"title": "Obsidian 配置",
|
||
"default_vault": "默认 Obsidian 仓库",
|
||
"default_vault_placeholder": "请选择默认 Obsidian 仓库",
|
||
"default_vault_loading": "正在获取 Obsidian 仓库...",
|
||
"default_vault_no_vaults": "未找到 Obsidian 仓库",
|
||
"default_vault_fetch_error": "获取 Obsidian 仓库失败",
|
||
"default_vault_export_failed": "导出失败"
|
||
},
|
||
"siyuan": {
|
||
"title": "思源笔记配置",
|
||
"api_url": "API地址",
|
||
"api_url_placeholder": "例如:http://127.0.0.1:6806",
|
||
"token": "API令牌",
|
||
"token.help": "在思源笔记->设置->关于中获取",
|
||
"token_placeholder": "请输入思源笔记令牌",
|
||
"box_id": "笔记本ID",
|
||
"box_id_placeholder": "请输入笔记本ID",
|
||
"root_path": "文档根路径",
|
||
"root_path_placeholder": "例如:/CherryStudio",
|
||
"check": {
|
||
"title": "连接检查",
|
||
"button": "检查",
|
||
"empty_config": "请填写API地址和令牌",
|
||
"success": "连接成功",
|
||
"fail": "连接失败,请检查API地址和令牌",
|
||
"error": "连接异常,请检查网络连接"
|
||
}
|
||
},
|
||
"nutstore": {
|
||
"title": "坚果云配置",
|
||
"isLogin": "已登录",
|
||
"notLogin": "未登录",
|
||
"login.button": "登录",
|
||
"logout.button": "退出登录",
|
||
"logout.title": "确定要退出坚果云登录?",
|
||
"logout.content": "退出后将无法备份至坚果云和从坚果云恢复",
|
||
"checkConnection.name": "检查连接",
|
||
"checkConnection.success": "已连接坚果云",
|
||
"checkConnection.fail": "坚果云连接失败",
|
||
"username": "坚果云用户名",
|
||
"path": "坚果云存储路径",
|
||
"path.placeholder": "请输入坚果云的存储路径",
|
||
"backup.button": "备份到坚果云",
|
||
"restore.button": "从坚果云恢复",
|
||
"pathSelector.title": "坚果云存储路径",
|
||
"pathSelector.return": "返回",
|
||
"pathSelector.currentPath": "当前路径",
|
||
"new_folder.button.confirm": "确定",
|
||
"new_folder.button.cancel": "取消",
|
||
"new_folder.button": "新建文件夹"
|
||
}
|
||
},
|
||
"display.assistant.title": "助手设置",
|
||
"display.custom.css": "自定义 CSS",
|
||
"display.custom.css.cherrycss": "从 cherrycss.com 获取",
|
||
"display.custom.css.placeholder": "/* 这里写自定义CSS */",
|
||
"display.sidebar.chat.hiddenMessage": "助手是基础功能,不支持隐藏",
|
||
"display.sidebar.disabled": "隐藏的图标",
|
||
"display.sidebar.empty": "把要隐藏的功能从左侧拖拽到这里",
|
||
"display.sidebar.files.icon": "显示文件图标",
|
||
"display.sidebar.knowledge.icon": "显示知识图标",
|
||
"display.sidebar.minapp.icon": "显示小程序图标",
|
||
"display.sidebar.painting.icon": "显示绘画图标",
|
||
"display.sidebar.title": "侧边栏设置",
|
||
"display.sidebar.translate.icon": "显示翻译图标",
|
||
"display.sidebar.visible": "显示的图标",
|
||
"display.title": "显示设置",
|
||
"display.topic.title": "话题设置",
|
||
"miniapps": {
|
||
"title": "小程序设置",
|
||
"disabled": "隐藏的小程序",
|
||
"empty": "把要隐藏的小程序从左侧拖拽到这里",
|
||
"visible": "显示的小程序",
|
||
"cache_settings": "缓存设置",
|
||
"cache_title": "小程序缓存数量",
|
||
"cache_description": "设置同时保持活跃状态的小程序最大数量",
|
||
"reset_tooltip": "重置为默认值",
|
||
"display_title": "小程序显示设置",
|
||
"sidebar_title": "侧边栏活跃小程序显示设置",
|
||
"sidebar_description": "设置侧边栏是否显示活跃的小程序",
|
||
"cache_change_notice": "更改将在打开的小程序增减至设定值后生效"
|
||
},
|
||
"font_size.title": "消息字体大小",
|
||
"general": "常规设置",
|
||
"general.avatar.reset": "重置头像",
|
||
"general.backup.button": "备份",
|
||
"general.backup.title": "数据备份与恢复",
|
||
"general.display.title": "显示设置",
|
||
"general.emoji_picker": "表情选择器",
|
||
"general.image_upload": "图片上传",
|
||
"general.auto_check_update.title": "自动检测更新",
|
||
"general.reset.button": "重置",
|
||
"general.reset.title": "重置数据",
|
||
"general.restore.button": "恢复",
|
||
"general.title": "常规设置",
|
||
"general.user_name": "用户名",
|
||
"general.user_name.placeholder": "请输入用户名",
|
||
"general.view_webdav_settings": "查看 WebDAV 设置",
|
||
"input.auto_translate_with_space": "快速敲击3次空格翻译",
|
||
"input.target_language": "目标语言",
|
||
"input.target_language.chinese": "简体中文",
|
||
"input.target_language.chinese-traditional": "繁体中文",
|
||
"input.target_language.english": "英文",
|
||
"input.target_language.japanese": "日文",
|
||
"input.target_language.russian": "俄文",
|
||
"launch.onboot": "开机自动启动",
|
||
"launch.title": "启动",
|
||
"launch.totray": "启动时最小化到托盘",
|
||
"mcp": {
|
||
"actions": "操作",
|
||
"active": "启用",
|
||
"addError": "添加服务器失败",
|
||
"addServer": "添加服务器",
|
||
"addSuccess": "服务器添加成功",
|
||
"args": "参数",
|
||
"argsTooltip": "每个参数占一行",
|
||
"baseUrlTooltip": "远程 URL 地址",
|
||
"command": "命令",
|
||
"config_description": "配置模型上下文协议服务器",
|
||
"deleteError": "删除服务器失败",
|
||
"deleteSuccess": "服务器删除成功",
|
||
"dependenciesInstall": "安装依赖项",
|
||
"dependenciesInstalling": "正在安装依赖项...",
|
||
"description": "描述",
|
||
"duplicateName": "已存在同名服务器",
|
||
"editJson": "编辑JSON",
|
||
"editServer": "编辑服务器",
|
||
"env": "环境变量",
|
||
"envTooltip": "格式:KEY=value,每行一个",
|
||
"findMore": "更多 MCP",
|
||
"searchNpx": "搜索 MCP",
|
||
"install": "安装",
|
||
"installError": "安装依赖项失败",
|
||
"installSuccess": "依赖项安装成功",
|
||
"jsonFormatError": "JSON格式化错误",
|
||
"jsonModeHint": "编辑MCP服务器配置的JSON表示。保存前请确保格式正确。",
|
||
"jsonSaveError": "保存JSON配置失败",
|
||
"jsonSaveSuccess": "JSON配置已保存",
|
||
"missingDependencies": "缺失,请安装它以继续",
|
||
"name": "名称",
|
||
"noServers": "未配置服务器",
|
||
"newServer": "MCP 服务器",
|
||
"npx_list": {
|
||
"actions": "操作",
|
||
"desc": "搜索并添加 npm 包作为 MCP 服务",
|
||
"description": "描述",
|
||
"no_packages": "未找到包",
|
||
"npm": "NPM",
|
||
"package_name": "包名称",
|
||
"scope_placeholder": "输入 npm 作用域 (例如 @your-org)",
|
||
"scope_required": "请输入 npm 作用域",
|
||
"search": "搜索",
|
||
"search_error": "搜索失败",
|
||
"title": "NPX 包列表",
|
||
"usage": "用法",
|
||
"version": "版本"
|
||
},
|
||
"errors": {
|
||
"32000": "MCP 服务器启动失败,请根据教程检查参数是否填写完整"
|
||
},
|
||
"serverPlural": "服务器",
|
||
"serverSingular": "服务器",
|
||
"title": "MCP 服务器",
|
||
"startError": "启动失败",
|
||
"type": "类型",
|
||
"updateError": "更新服务器失败",
|
||
"updateSuccess": "服务器更新成功",
|
||
"url": "URL",
|
||
"editMcpJson": "编辑 MCP 配置",
|
||
"installHelp": "获取安装帮助",
|
||
"tools": {
|
||
"inputSchema": "输入参数",
|
||
"availableTools": "可用工具",
|
||
"noToolsAvailable": "没有可用工具"
|
||
},
|
||
"deleteServer": "删除服务器",
|
||
"deleteServerConfirm": "确定要删除此服务器吗?",
|
||
"registry": "包管理源",
|
||
"registryTooltip": "选择用于安装包的源,以解决默认源的网络问题。",
|
||
"registryDefault": "默认"
|
||
},
|
||
"messages.divider": "消息分割线",
|
||
"messages.grid_columns": "消息网格展示列数",
|
||
"messages.grid_popover_trigger": "网格详情触发",
|
||
"messages.grid_popover_trigger.click": "点击显示",
|
||
"messages.grid_popover_trigger.hover": "悬停显示",
|
||
"messages.input.paste_long_text_as_file": "长文本粘贴为文件",
|
||
"messages.input.paste_long_text_threshold": "长文本长度",
|
||
"messages.input.send_shortcuts": "发送快捷键",
|
||
"messages.input.show_estimated_tokens": "显示预估 Token 数",
|
||
"messages.input.title": "输入设置",
|
||
"messages.markdown_rendering_input_message": "Markdown 渲染输入消息",
|
||
"messages.math_engine": "数学公式引擎",
|
||
"messages.metrics": "首字时延 {{time_first_token_millsec}}ms | 每秒 {{token_speed}} tokens",
|
||
"messages.model.title": "模型设置",
|
||
"messages.navigation": "对话导航按钮",
|
||
"messages.navigation.anchor": "对话锚点",
|
||
"messages.navigation.buttons": "上下按钮",
|
||
"messages.navigation.none": "不显示",
|
||
"messages.title": "消息设置",
|
||
"messages.use_serif_font": "使用衬线字体",
|
||
"model": "默认模型",
|
||
"models.add.add_model": "添加模型",
|
||
"models.add.group_name": "分组名称",
|
||
"models.add.group_name.placeholder": "例如 ChatGPT",
|
||
"models.add.group_name.tooltip": "例如 ChatGPT",
|
||
"models.add.model_id": "模型 ID",
|
||
"models.add.model_id.placeholder": "必填 例如 gpt-3.5-turbo",
|
||
"models.add.model_id.tooltip": "例如 gpt-3.5-turbo",
|
||
"models.add.model_name": "模型名称",
|
||
"models.add.model_name.placeholder": "例如 GPT-3.5",
|
||
"models.check.all": "所有",
|
||
"models.check.all_models_passed": "所有模型检查通过",
|
||
"models.check.button_caption": "健康检查",
|
||
"models.check.disabled": "关闭",
|
||
"models.check.enable_concurrent": "并发检查",
|
||
"models.check.enabled": "开启",
|
||
"models.check.failed": "失败",
|
||
"models.check.keys_status_count": "通过:{{count_passed}}个密钥,失败:{{count_failed}}个密钥",
|
||
"models.check.model_status_summary": "{{provider}}: {{count_passed}} 个模型完成健康检查(其中 {{count_partial}} 个模型用某些密钥无法访问),{{count_failed}} 个模型完全无法访问。",
|
||
"models.check.no_api_keys": "未找到API密钥,请先添加API密钥。",
|
||
"models.check.passed": "通过",
|
||
"models.check.select_api_key": "选择要使用的API密钥:",
|
||
"models.check.single": "单个",
|
||
"models.check.start": "开始",
|
||
"models.check.title": "模型健康检查",
|
||
"models.check.use_all_keys": "使用密钥",
|
||
"models.default_assistant_model": "默认助手模型",
|
||
"models.default_assistant_model_description": "创建新助手时使用的模型,如果助手未设置模型,则使用此模型",
|
||
"models.empty": "没有模型",
|
||
"models.enable_topic_naming": "话题自动重命名",
|
||
"models.manage.add_whole_group": "添加整个分组",
|
||
"models.manage.remove_whole_group": "移除整个分组",
|
||
"models.topic_naming_model": "话题命名模型",
|
||
"models.topic_naming_model_description": "自动命名新话题时使用的模型",
|
||
"models.topic_naming_model_setting_title": "话题命名模型设置",
|
||
"models.topic_naming_prompt": "话题命名提示词",
|
||
"models.translate_model": "翻译模型",
|
||
"models.translate_model_description": "翻译服务使用的模型",
|
||
"models.translate_model_prompt_message": "请输入翻译模型提示词",
|
||
"models.translate_model_prompt_title": "翻译模型提示词",
|
||
"moresetting": "更多设置",
|
||
"moresetting.check.confirm": "确认勾选",
|
||
"moresetting.check.warn": "请慎重勾选此选项,勾选错误会导致模型无法正常使用!!!",
|
||
"moresetting.warn": "风险警告",
|
||
"provider": {
|
||
"add.name": "提供商名称",
|
||
"add.name.placeholder": "例如 OpenAI",
|
||
"add.title": "添加提供商",
|
||
"add.type": "提供商类型",
|
||
"api.url.preview": "预览: {{url}}",
|
||
"api.url.reset": "重置",
|
||
"api.url.tip": "/结尾忽略v1版本,#结尾强制使用输入地址",
|
||
"api_host": "API 地址",
|
||
"api_key": "API 密钥",
|
||
"api_key.tip": "多个密钥使用逗号分隔",
|
||
"api_version": "API 版本",
|
||
"charge": "充值",
|
||
"check": "检查",
|
||
"check_all_keys": "检查所有密钥",
|
||
"check_multiple_keys": "检查多个 API 密钥",
|
||
"copilot": {
|
||
"auth_failed": "Github Copilot 认证失败",
|
||
"auth_success": "Github Copilot 认证成功",
|
||
"auth_success_title": "认证成功",
|
||
"code_failed": "获取 Device Code 失败,请重试",
|
||
"code_generated_desc": "请将 Device Code 复制到下面的浏览器链接中",
|
||
"code_generated_title": "获取 Device Code",
|
||
"confirm_login": "过度使用可能会导致您的 Github 账号遭到封号,请谨慎使用!!!!",
|
||
"confirm_title": "风险警告",
|
||
"connect": "连接 Github",
|
||
"custom_headers": "自定义请求头",
|
||
"description": "您的 Github 账号需要订阅 Copilot",
|
||
"expand": "展开",
|
||
"headers_description": "自定义请求头(json格式)",
|
||
"invalid_json": "JSON 格式错误",
|
||
"login": "登录 Github",
|
||
"logout": "退出 Github",
|
||
"logout_failed": "退出失败,请重试",
|
||
"logout_success": "已成功退出",
|
||
"model_setting": "模型设置",
|
||
"open_verification_first": "请先点击上方链接访问验证页面",
|
||
"rate_limit": "速率限制",
|
||
"tooltip": "使用 Github Copilot 需要先登录 Github"
|
||
},
|
||
"delete.content": "确定要删除此模型提供商吗?",
|
||
"delete.title": "删除提供商",
|
||
"docs_check": "查看",
|
||
"docs_more_details": "获取更多详情",
|
||
"get_api_key": "点击这里获取密钥",
|
||
"is_not_support_array_content": "开启兼容模式",
|
||
"no_models_for_check": "没有可以被检查的模型(例如对话模型)",
|
||
"not_checked": "未检查",
|
||
"remove_duplicate_keys": "移除重复密钥",
|
||
"remove_invalid_keys": "删除无效密钥",
|
||
"search": "搜索模型平台...",
|
||
"search_placeholder": "搜索模型 ID 或名称",
|
||
"title": "模型服务"
|
||
},
|
||
"proxy": {
|
||
"mode": {
|
||
"custom": "自定义代理",
|
||
"none": "不使用代理",
|
||
"system": "系统代理",
|
||
"title": "代理模式"
|
||
},
|
||
"title": "代理设置"
|
||
},
|
||
"proxy.title": "代理地址",
|
||
"quickAssistant": {
|
||
"click_tray_to_show": "点击托盘图标启动",
|
||
"enable_quick_assistant": "启用快捷助手",
|
||
"read_clipboard_at_startup": "启动时读取剪贴板",
|
||
"title": "快捷助手",
|
||
"use_shortcut_to_show": "右键点击托盘图标或使用快捷键启动"
|
||
},
|
||
"shortcuts": {
|
||
"action": "操作",
|
||
"clear_shortcut": "清除快捷键",
|
||
"clear_topic": "清空消息",
|
||
"copy_last_message": "复制上一条消息",
|
||
"key": "按键",
|
||
"mini_window": "快捷助手",
|
||
"new_topic": "新建话题",
|
||
"press_shortcut": "按下快捷键",
|
||
"reset_defaults": "重置默认快捷键",
|
||
"reset_defaults_confirm": "确定要重置所有快捷键吗?",
|
||
"reset_to_default": "重置为默认",
|
||
"search_message": "搜索消息",
|
||
"show_app": "显示/隐藏应用",
|
||
"show_settings": "打开设置",
|
||
"title": "快捷方式",
|
||
"toggle_new_context": "清除上下文",
|
||
"toggle_show_assistants": "切换助手显示",
|
||
"toggle_show_topics": "切换话题显示",
|
||
"zoom_in": "放大界面",
|
||
"zoom_out": "缩小界面",
|
||
"zoom_reset": "重置缩放"
|
||
},
|
||
"theme.auto": "自动",
|
||
"theme.dark": "深色",
|
||
"theme.light": "浅色",
|
||
"theme.title": "主题",
|
||
"theme.window.style.opaque": "不透明窗口",
|
||
"theme.window.style.title": "窗口样式",
|
||
"theme.window.style.transparent": "透明窗口",
|
||
"title": "设置",
|
||
"topic.position": "话题位置",
|
||
"topic.position.left": "左侧",
|
||
"topic.position.right": "右侧",
|
||
"topic.show.time": "显示话题时间",
|
||
"tray.onclose": "关闭时最小化到托盘",
|
||
"tray.show": "显示托盘图标",
|
||
"tray.title": "托盘",
|
||
"websearch": {
|
||
"blacklist": "黑名单",
|
||
"blacklist_description": "在搜索结果中不会出现以下网站的结果",
|
||
"blacklist_tooltip": "请使用以下格式(换行分隔)\nexample.com\nhttps://www.example.com\nhttps://example.com\n*://*.example.com",
|
||
"check": "检查",
|
||
"check_failed": "验证失败",
|
||
"check_success": "验证成功",
|
||
"enhance_mode": "搜索增强模式",
|
||
"enhance_mode_tooltip": "使用默认模型提取关键词后搜索",
|
||
"get_api_key": "点击这里获取密钥",
|
||
"no_provider_selected": "请选择搜索服务商后再检查",
|
||
"search_max_result": "搜索结果个数",
|
||
"search_provider": "搜索服务商",
|
||
"search_provider_placeholder": "选择一个搜索服务商",
|
||
"search_result_default": "默认",
|
||
"search_with_time": "搜索包含日期",
|
||
"tavily": {
|
||
"api_key": "Tavily API 密钥",
|
||
"api_key.placeholder": "请输入 Tavily API 密钥",
|
||
"description": "Tavily 是一个为 AI 代理量身定制的搜索引擎,提供实时、准确的结果、智能查询建议和深入的研究能力",
|
||
"title": "Tavily"
|
||
},
|
||
"title": "网络搜索"
|
||
}
|
||
},
|
||
"translate": {
|
||
"any.language": "任意语言",
|
||
"button.translate": "翻译",
|
||
"close": "关闭",
|
||
"confirm": {
|
||
"content": "翻译后将覆盖原文,是否继续?",
|
||
"title": "翻译确认"
|
||
},
|
||
"error.failed": "翻译失败",
|
||
"error.not_configured": "翻译模型未配置",
|
||
"history": {
|
||
"clear": "清空历史",
|
||
"clear_description": "清空历史将删除所有翻译历史记录,是否继续?",
|
||
"delete": "删除",
|
||
"empty": "暂无翻译历史",
|
||
"title": "翻译历史"
|
||
},
|
||
"input.placeholder": "输入文本进行翻译",
|
||
"output.placeholder": "翻译",
|
||
"processing": "翻译中...",
|
||
"scroll_sync.disable": "关闭滚动同步",
|
||
"scroll_sync.enable": "开启滚动同步",
|
||
"title": "翻译",
|
||
"tooltip.newline": "换行"
|
||
},
|
||
"tray": {
|
||
"quit": "退出",
|
||
"show_mini_window": "快捷助手",
|
||
"show_window": "显示窗口"
|
||
},
|
||
"words": {
|
||
"knowledgeGraph": "知识图谱",
|
||
"quit": "退出",
|
||
"show_window": "显示窗口",
|
||
"visualization": "可视化"
|
||
}
|
||
}
|
||
}
|