Files
lobe-chat/locales/zh-CN/chat.json
T
Arvin Xu 914976a52f feat(model-bank): knowledgeCutoff batch 2, metadata skill & always-visible tab bar (#15663)
*  feat(model-bank): backfill knowledgeCutoff batch 2 and restore lost Anthropic values

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* 📝 docs(skills): add model-bank-metadata skill for cutoff/family backfill

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* 🐛 fix(model-bank): Claude Fable 5 belongs to the claude-mythos family

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* 💄 style(desktop): always surface the tab bar by creating a tab on first navigation

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* ♻️ refactor(model-bank): family is the product lineage (claude-opus/sonnet/haiku), not the brand

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* 🐛 fix(agent): backfill activeAgentId before paint on tab/route switches

Tab switches are plain route navigations, so leaving an agent page cleared
activeAgentId via a passive useUnmount and the next page re-set it in a
passive useEffect — the first painted frame always had no active id, flashing
a skeleton even when agentMap already cached the config. Move both the
backfill and the unmount clear to layout effects: removed-tree layout
cleanups run before new-tree layout effects in one commit, so the clear can
never wipe a freshly synced id and the id is in place before paint.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

*  feat(agent): surface agent config fetch errors with a retry action

isAgentConfigLoading only knows "no data yet", so a failed fetch (e.g. a 401
that SWR deliberately does not retry, with no focus revalidation inside a
single Electron window) left the agent page on a skeleton forever — only a
manual reload recovered. Record per-agent fetch errors in
agentConfigErrorMap (set by onError, cleared on data / retry), expose
currentAgentConfigError / isAgentConfigError selectors, add a
retryAgentConfigFetch action that revalidates the agent's SWR entries, and
show an error alert with a retry button above the main chat input while the
config is still missing.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* 🐛 fix(ci): sync model metadata test expectations

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 01:29:17 +08:00

1092 lines
64 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"ModelSwitch.title": "模型",
"active": "活跃",
"agentBuilder.installPlugin.authRequired": "云端 MCP 需要登录后才能继续",
"agentBuilder.installPlugin.cancel": "取消",
"agentBuilder.installPlugin.clickApproveToConnect": "点击「批准」连接并授权此连接器",
"agentBuilder.installPlugin.clickApproveToInstall": "点击「批准」安装此技能",
"agentBuilder.installPlugin.connectedAndEnabled": "已连接并启用",
"agentBuilder.installPlugin.connectionFailed": "连接遇到了问题。你可以重试,或检查授权与网络后再继续",
"agentBuilder.installPlugin.installFailed": "安装遇到了问题。你可以重试,或查看原因后再继续",
"agentBuilder.installPlugin.installPlugin": "安装技能",
"agentBuilder.installPlugin.installToEnable": "安装后即可为助理启用该技能(你也可以稍后再装)",
"agentBuilder.installPlugin.installedAndEnabled": "已安装并启用",
"agentBuilder.installPlugin.requiresAuth": "需要授权才能继续。点击「批准」完成连接",
"agentBuilder.installPlugin.retry": "重试",
"agentBuilder.title": "助理构建专家",
"agentBuilder.welcome": "先说说你的使用场景吧。\n\n写作、编程、数据分析都可以——你负责目标与标准,我来帮你把想法拆成可协作、可运行的助理。",
"agentConfigError.retry": "重试",
"agentConfigError.title": "助理配置加载失败",
"agentDefaultMessage": "你好,我是 **{{name}}**。从一句话开始就行。\n\n想让我更贴近你的工作方式:去 [助理设置]({{url}}) 补充助理档案(随时可改)",
"agentDefaultMessageWithSystemRole": "你好,我是 **{{name}}**。从一句话开始就行——决定权在你",
"agentDefaultMessageWithoutEdit": "你好,我是 **{{name}}**。从一句话开始就行——决定权在你",
"agentProfile.files_one": "{{count}} 个文件",
"agentProfile.files_other": "{{count}} 个文件",
"agentProfile.knowledgeBases_one": "{{count}} 个知识库",
"agentProfile.knowledgeBases_other": "{{count}} 个知识库",
"agentProfile.skills_one": "{{count}} 项技能",
"agentProfile.skills_other": "{{count}} 项技能",
"agentSignal.receipts.agentSignalLabel": "代理信号",
"agentSignal.receipts.memory.detail": "已保存以供未来回复使用",
"agentSignal.receipts.memory.title": "记忆已保存",
"agentSignal.receipts.recentActivity": "最近活动",
"agentSignal.receipts.skill.detail": "已自主优化处理相似请求的方式",
"agentSignal.receipts.skill.title": "已自动习得新技能",
"agents": "助理",
"artifact.generating": "生成中",
"artifact.inThread": "子话题中暂不支持查看。请回到主对话区打开",
"artifact.thinking": "思考中",
"artifact.thought": "思考过程",
"artifact.unknownTitle": "未命名作品",
"availableAgents": "可用助理",
"backToBottom": "跳转到最新",
"beforeUnload.confirmLeave": "你有正在生成中的请求,确定要离开吗?",
"builtinCopilot": "内置 Copilot",
"chatList.expandMessage": "展开消息",
"chatList.longMessageDetail": "查看详情",
"chatMode.agent": "智能",
"chatMode.agentCap.env": "运行环境",
"chatMode.agentCap.files": "文件访问",
"chatMode.agentCap.memory": "记忆",
"chatMode.agentCap.tools": "工具调用",
"chatMode.agentCap.web": "联网搜索",
"chatMode.agentDesc": "可以使用工具和运行环境自动完成任务",
"chatMode.chat": "对话",
"chatMode.chatDesc": "不启用运行环境和自主执行,更省 Token",
"chatMode.select": "切换模式",
"claudeCodeInstallGuide.actions.openDocs": "打开安装指南",
"claudeCodeInstallGuide.actions.openSystemTools": "打开系统工具",
"claudeCodeInstallGuide.afterInstall": "安装完成后,请先运行一次 Claude Code 完成登录,然后重试刚才的消息,或在系统工具中点击“重新检测”。",
"claudeCodeInstallGuide.desc": "Claude Code 需要本地安装 Claude Code CLI 才能运行。请先安装,并确保 `claude` 命令已加入 PATH。",
"claudeCodeInstallGuide.installWithBrew": "Homebrew 安装",
"claudeCodeInstallGuide.installWithNpm": "推荐安装方式",
"claudeCodeInstallGuide.menuNotification.title": "未找到 Claude Code CLI",
"claudeCodeInstallGuide.reason": "LobeHub 无法启动 Claude Code{{message}}",
"claudeCodeInstallGuide.title": "安装 Claude Code CLI",
"clearCurrentMessages": "清空当前会话消息",
"cliAuthGuide.actions.openDocs": "打开登录指南",
"cliAuthGuide.actions.openSystemTools": "打开系统工具",
"cliAuthGuide.afterLogin": "重新登录或更新凭证后,请重试刚才的消息。你也可以去系统工具里重新检测。",
"cliAuthGuide.desc": "{{name}} 当前无法继续运行,可能是登录态已失效,或凭证已经不可用。",
"cliAuthGuide.errorDetails": "错误详情",
"cliAuthGuide.runCommand": "在终端执行",
"cliAuthGuide.title": "登录 {{name}}",
"cliOverloadedGuide.actions.retry": "重试",
"cliOverloadedGuide.desc": "{{name}} 当前依赖的上游模型服务暂时过载,通常很快就能自动恢复。",
"cliOverloadedGuide.errorDetails": "错误详情",
"cliOverloadedGuide.retryHint": "稍等几秒重试即可。如果一直失败,可能是模型服务商出现了更大范围的故障。",
"cliOverloadedGuide.title": "{{name}} 服务暂时繁忙",
"cliRateLimitGuide.actions.openSystemTools": "打开系统工具",
"cliRateLimitGuide.actions.retry": "重试",
"cliRateLimitGuide.afterReset": "请等到重置时间后再重试这条消息。如果你当前使用的是 API 授权,也可以检查对应提供商的额度和计费状态。",
"cliRateLimitGuide.desc": "{{name}} 已达到当前使用上限,这次运行暂时无法继续。",
"cliRateLimitGuide.limitType": "限制周期",
"cliRateLimitGuide.limitTypes.weekCycle": "Week 周期",
"cliRateLimitGuide.relative.day_one": "{{count}} 天",
"cliRateLimitGuide.relative.day_other": "{{count}} 天",
"cliRateLimitGuide.relative.hour_one": "{{count}} 小时",
"cliRateLimitGuide.relative.hour_other": "{{count}} 小时",
"cliRateLimitGuide.relative.minute_one": "{{count}} 分钟",
"cliRateLimitGuide.relative.minute_other": "{{count}} 分钟",
"cliRateLimitGuide.relative.soon": "即将重置",
"cliRateLimitGuide.resetAt": "重置时间",
"cliRateLimitGuide.resetInApprox": "约 {{duration}} 后重置",
"cliRateLimitGuide.title": "{{name}} 已达到使用上限",
"codexInstallGuide.actions.openDocs": "打开安装指南",
"codexInstallGuide.actions.openSystemTools": "打开系统工具",
"codexInstallGuide.afterInstall": "安装完成后,请先运行一次 Codex 完成登录,然后重试刚才的消息,或在系统工具中点击“重新检测”。",
"codexInstallGuide.desc": "Codex Agent 需要在本地运行 Codex CLI。请安装它,并确保 codex 命令在您的 PATH 中可用。",
"codexInstallGuide.installWithBrew": "Homebrew 安装(macOS",
"codexInstallGuide.installWithNpm": "推荐安装方式",
"codexInstallGuide.menuNotification.title": "未找到 Codex CLI",
"codexInstallGuide.reason": "LobeHub 无法启动 Codex{{message}}",
"codexInstallGuide.title": "安装 Codex CLI",
"compressedHistory": "压缩历史",
"compression.cancel": "取消压缩",
"compression.cancelConfirm": "确定要取消压缩吗?这将恢复原始消息。",
"compression.history": "历史记录",
"compression.summary": "摘要",
"confirmClearCurrentMessages": "确认清空当前会话消息吗?清空后无法恢复",
"confirmRemoveChatGroupItemAlert": "确认删除该群组吗?群组专有助理将会被同样删除,外部助理不受影响",
"confirmRemoveGroupItemAlert": "确认删除该分类吗?分类内的助理会移回默认列表",
"confirmRemoveGroupSuccess": "群组已删除",
"confirmRemoveSessionItemAlert": "确认删除该助理吗?删除后无法恢复",
"confirmRemoveSessionSuccess": "助理已删除",
"createModal.createBlank": "创建空白",
"createModal.groupPlaceholder": "描述此分组的用途…",
"createModal.groupTitle": "你的分组应该做什么?",
"createModal.placeholder": "描述你的智能体应该做什么…",
"createModal.title": "你的智能体应该做什么?",
"createTask.assignee": "负责人",
"createTask.collapse": "隐藏输入",
"createTask.expandToInline": "固定到页面",
"createTask.instructionPlaceholder": "添加描述…",
"createTask.submit": "创建任务",
"createTask.titlePlaceholder": "任务标题",
"defaultAgent": "自定义助理",
"defaultGroupChat": "群组",
"defaultList": "默认列表",
"defaultSession": "自定义助理",
"desktopNotification.aiReplyCompleted.body": "AI 回复生成完成",
"desktopNotification.aiReplyCompleted.title": "AI 回复完成",
"desktopNotification.humanApprovalRequired.body": "Agent 需要你的批准后才能继续",
"desktopNotification.humanApprovalRequired.title": "需要你的批准",
"dm.placeholder": "你与 {{agentTitle}} 的私信会显示在这里。",
"dm.tooltip": "发送私信",
"dm.visibleTo": "仅 {{target}} 可见",
"dm.you": "你",
"duplicateSession.loading": "正在复制…",
"duplicateSession.success": "复制成功",
"duplicateSession.title": "{{title}} 副本",
"duplicateTitle": "{{title}} 副本",
"emptyAgent": "还没有助理。从第一个助理开始,慢慢搭建你的助理体系",
"emptyAgentAction": "创建助理",
"extendParams.disableContextCaching.desc": "最多可减少90%的单次对话生成成本,并将速度提升至最多4倍。<1>了解更多</1>",
"extendParams.disableContextCaching.title": "开启上下文缓存",
"extendParams.effort.desc": "通过设置努力参数,控制 Claude 在回应时使用的 token 数量。",
"extendParams.effort.title": "努力程度",
"extendParams.enableAdaptiveThinking.desc": "启用自适应思维模式,让 Claude 动态决定思考的时机和深度。",
"extendParams.enableAdaptiveThinking.title": "启用自适应思维",
"extendParams.enableReasoning.desc": "让模型在回答前进行推理。适用于复杂任务。",
"extendParams.enableReasoning.title": "开启深度思考",
"extendParams.imageAspectRatio.title": "图片宽高比",
"extendParams.imageResolution.title": "图片分辨率",
"extendParams.preserveThinking.desc": "启用后,助手的历史推理将作为上下文发送给模型。这可能会增加令牌使用量。",
"extendParams.preserveThinking.title": "传递历史思考过程",
"extendParams.reasoningBudgetToken.title": "思考 Token 预算",
"extendParams.reasoningEffort.title": "推理强度",
"extendParams.textVerbosity.title": "输出详细程度",
"extendParams.thinking.title": "深度思考开关",
"extendParams.thinkingBudget.title": "思考预算",
"extendParams.thinkingLevel.title": "思考水平",
"extendParams.title": "模型扩展功能",
"extendParams.urlContext.desc": "开启后会自动解析网页链接,提取网页内容作为上下文",
"extendParams.urlContext.title": "提取网页链接内容",
"followUpPlaceholder": "继续跟进。",
"followUpPlaceholderHeterogeneous": "继续跟进。",
"group.desc": "在同一对话空间,让多个助理一起推进任务",
"group.memberTooltip": "群组内有 {{count}} 名成员",
"group.orchestratorThinking": "主持人思考中…",
"group.profile.contentPlaceholder": "在此设定群组的目标/工作模式等,这些信息将会共享给所有群组成员",
"group.profile.external": "外部",
"group.profile.externalAgentWarning": "这是一个外部代理。此处所做的更改将直接修改原始代理配置。",
"group.profile.groupSettings": "群组设定",
"group.profile.supervisor": "群组主管",
"group.profile.supervisorPlaceholder": "群组主管负责协调不同 Agent,在此设定主管的信息可以使得协调工作流更加精准",
"group.removeMember": "移除成员",
"group.title": "群组",
"groupDescription": "群组描述",
"groupSidebar.agentProfile.chat": "对话",
"groupSidebar.agentProfile.model": "模型",
"groupSidebar.agentProfile.settings": "设置",
"groupSidebar.members.addMember": "添加成员",
"groupSidebar.members.enableOrchestrator": "启用主持人",
"groupSidebar.members.memberSettings": "成员设置",
"groupSidebar.members.orchestrator": "主持人",
"groupSidebar.members.orchestratorThinking": "主持人思考中…",
"groupSidebar.members.removeMember": "移除成员",
"groupSidebar.members.stopOrchestrator": "停止思考",
"groupSidebar.members.triggerOrchestrator": "开始群聊",
"groupSidebar.tabs.host": "主持人",
"groupSidebar.tabs.members": "成员",
"groupSidebar.tabs.role": "设定",
"groupWizard.chooseMembers": "选择现有助理…",
"groupWizard.createGroup": "创建群组",
"groupWizard.existingMembers": "已有助理",
"groupWizard.groupMembers": "这些助理也会添加到你的列表中",
"groupWizard.host.description": "让群组自动推进任务。你仍可随时介入",
"groupWizard.host.title": "启用主持人",
"groupWizard.host.tooltip": "关闭后,需要你手动 @ 成员才能让成员回复",
"groupWizard.memberCount": "{{count}} 名成员",
"groupWizard.noMatchingTemplates": "未找到匹配的模板",
"groupWizard.noSelectedTemplates": "还未选择模板",
"groupWizard.noTemplateMembers": "该模板不包含成员",
"groupWizard.noTemplates": "暂无可用模板",
"groupWizard.searchTemplates": "搜索模板…",
"groupWizard.title": "创建群组",
"groupWizard.useTemplate": "使用模板",
"heteroAgent.cloudNotConfigured.action": "立即配置",
"heteroAgent.cloudNotConfigured.desc": "请在 Agent 资料中配置 Claude Code Token,以开始发送消息。",
"heteroAgent.cloudNotConfigured.title": "需要配置云端凭证",
"heteroAgent.cloudRepo.multiSelected": "已选 {{count}} 个仓库",
"heteroAgent.cloudRepo.noRepos": "未配置仓库,请在助理设置中添加。",
"heteroAgent.cloudRepo.notSet": "未选择仓库",
"heteroAgent.cloudRepo.sectionTitle": "代码仓库",
"heteroAgent.executionTarget.downloadDesktop": "下载桌面端",
"heteroAgent.executionTarget.downloadDesktopDesc": "让 Agent 直接连接你的电脑",
"heteroAgent.executionTarget.downloadDesktopTitle": "下载桌面端",
"heteroAgent.executionTarget.infoTooltip": "选择某台设备后,Agent 将以该设备为运行环境,读写文件、操作电脑。云端沙箱由 LobeHub Marketplace 提供服务",
"heteroAgent.executionTarget.loading": "正在加载设备…",
"heteroAgent.executionTarget.local": "本机",
"heteroAgent.executionTarget.localDesc": "在当前桌面端以本地进程运行",
"heteroAgent.executionTarget.noDevices": "暂无远程设备。在另一台机器上执行 `lh connect` 即可接入。",
"heteroAgent.executionTarget.none": "无设备",
"heteroAgent.executionTarget.noneDesc": "不启用任何设备",
"heteroAgent.executionTarget.offline": "离线",
"heteroAgent.executionTarget.online": "在线",
"heteroAgent.executionTarget.sandbox": "云端沙箱",
"heteroAgent.executionTarget.sandboxDesc": "在临时云端沙箱中运行",
"heteroAgent.executionTarget.title": "执行设备",
"heteroAgent.executionTarget.unknownDevice": "未知设备",
"heteroAgent.fullAccess.label": "完全访问权限",
"heteroAgent.fullAccess.tooltip": "Claude Code 在本地运行,对工作目录拥有完全的读写权限。当前暂不支持切换权限模式。",
"heteroAgent.resumeReset.cwdChanged": "工作目录已切换,之前的 Claude Code 会话只能在原目录下继续,已开始新对话。",
"heteroAgent.resumeReset.resumeFailed": "已保存的 Codex 线程无法安全恢复,当前话题已自动开启新会话。",
"heteroAgent.switchCwd.cancel": "取消",
"heteroAgent.switchCwd.content": "Claude Code 会话会绑定到具体的工作目录。切换后将为当前话题开启一个新会话——消息记录会保留,但之前会话的上下文无法恢复。",
"heteroAgent.switchCwd.ok": "切换并开启新会话",
"heteroAgent.switchCwd.title": "切换工作目录?",
"hideForYou": "私信内容已隐藏。可在设置中开启「显示私信内容」查看",
"history.title": "助理将仅保留最近 {{count}} 条消息",
"historyRange": "历史范围",
"historySummary": "历史消息总结",
"inactive": "不活跃",
"inbox.desc": "在同一空间协作,把想法推进成结果",
"inbox.title": "Lobe AI",
"input.addAi": "添加一条助理消息",
"input.addUser": "添加一条用户消息",
"input.costEstimate.creditsPerMillionTokens": "{{credits}} 积分/百万标记",
"input.costEstimate.hint": "预计费用:约{{credits}}积分",
"input.costEstimate.inputLabel": "输入",
"input.costEstimate.outputLabel": "输出",
"input.costEstimate.settingsLink": "调整警告阈值",
"input.costEstimate.tokenCount": "约{{tokens}}标记",
"input.costEstimate.tooltip": "根据当前上下文、工具和模型定价估算。实际费用可能有所不同。",
"input.disclaimer": "助理也可能出错。关键信息请以你的判断为准",
"input.errorMsg": "发送遇到了问题:{{errorMsg}}。你可以重试,或稍后再发",
"input.more": "更多",
"input.send": "发送",
"input.sendWithCmdEnter": "按 <key/> 发送",
"input.sendWithEnter": "按 <key/> 发送",
"input.stop": "停止",
"input.warp": "换行",
"input.warpWithKey": "按 <key/> 换行",
"inputQueue.delete": "删除",
"inputQueue.edit": "编辑",
"inputQueue.sendNow": "立即发送(中断当前运行)",
"intentUnderstanding.title": "正在理解你的意图…",
"inviteMembers": "邀请成员",
"knowledgeBase.all": "全部内容",
"knowledgeBase.allFiles": "全部文件",
"knowledgeBase.allLibraries": "全部资源库",
"knowledgeBase.disabled": "当前部署模式不支持资源库对话。可切换到服务端数据库部署,或使用 {{cloud}} 服务",
"knowledgeBase.files": "文件",
"knowledgeBase.libraries": "资源库",
"knowledgeBase.library.action.add": "添加",
"knowledgeBase.library.action.detail": "详情",
"knowledgeBase.library.action.remove": "移除",
"knowledgeBase.library.title": "文件 / 资源库",
"knowledgeBase.relativeFilesOrLibraries": "关联文件 / 资源库",
"knowledgeBase.title": "资源库",
"knowledgeBase.uploadGuide": "上传的文件可以在「资源」中查看",
"knowledgeBase.viewMore": "查看更多",
"memberSelection.addMember": "添加成员",
"memberSelection.allMembers": "全体成员",
"memberSelection.createGroup": "创建群组",
"memberSelection.noAvailableAgents": "没有可邀请的助理",
"memberSelection.noSelectedAgents": "还未选择助理",
"memberSelection.searchAgents": "搜索助理…",
"memberSelection.selectedAgents": "已选择({{count}}",
"memberSelection.setInitialMembers": "选择群组成员",
"members": "成员",
"memory.effort.desc": "控制 AI 检索和更新记忆的积极程度。",
"memory.effort.high.title": "高",
"memory.effort.low.title": "低",
"memory.effort.medium.title": "中",
"memory.effort.title": "积极性",
"memory.off.desc": "AI 将不会在此对话中搜索、创建或更新记忆。",
"memory.off.title": "关闭记忆工具",
"memory.on.desc": "允许 AI 在对话中主动搜索和管理你的记忆。",
"memory.on.title": "启用记忆工具",
"memory.title": "记忆",
"mention.category.agents": "助理",
"mention.category.members": "成员",
"mention.category.skills": "技能",
"mention.category.tools": "工具",
"mention.category.topics": "话题",
"mention.title": "提及成员",
"messageAction.collapse": "收起消息",
"messageAction.continueGeneration": "继续生成",
"messageAction.delAndRegenerate": "删除并重新生成",
"messageAction.deleteDisabledByThreads": "该消息有子话题,无法删除",
"messageAction.expand": "展开消息",
"messageAction.interrupted": "已中断",
"messageAction.interruptedHint": "接下来需要做什么?",
"messageAction.reaction": "添加表情",
"messageAction.regenerate": "重新生成",
"messageLongCollapse.collapse": "收起",
"messageLongCollapse.expand": "展开全部",
"messages.dm.sentTo": "仅对 {{name}} 可见",
"messages.dm.title": "私信",
"messages.modelCard.credit": "积分",
"messages.modelCard.creditPricing": "定价",
"messages.modelCard.creditTooltip": "为便于计数,我们将 $1 折算为 1M 积分。例如 $3/M tokens 对应 3 积分 / token",
"messages.modelCard.pricing.inputCachedTokens": "缓存输入 {{amount}} 积分 · ${{amount}}/M",
"messages.modelCard.pricing.inputCharts": "${{amount}}/M 字符",
"messages.modelCard.pricing.inputMinutes": "${{amount}}/分钟",
"messages.modelCard.pricing.inputTokens": "输入 {{amount}} 积分 · ${{amount}}/M",
"messages.modelCard.pricing.outputTokens": "输出 {{amount}} 积分 · ${{amount}}/M",
"messages.modelCard.pricing.writeCacheInputTokens": "缓存写入 {{amount}} 积分 · ${{amount}}/M",
"messages.tokenDetails.average": "平均单价",
"messages.tokenDetails.input": "输入",
"messages.tokenDetails.inputAudio": "音频输入",
"messages.tokenDetails.inputCached": "输入缓存",
"messages.tokenDetails.inputCitation": "引用输入",
"messages.tokenDetails.inputText": "文本输入",
"messages.tokenDetails.inputTitle": "输入明细",
"messages.tokenDetails.inputTool": "工具调用",
"messages.tokenDetails.inputUncached": "未缓存输入",
"messages.tokenDetails.inputWriteCached": "缓存写入",
"messages.tokenDetails.output": "输出",
"messages.tokenDetails.outputAudio": "音频输出",
"messages.tokenDetails.outputImage": "图像输出",
"messages.tokenDetails.outputText": "文本输出",
"messages.tokenDetails.outputTitle": "输出明细",
"messages.tokenDetails.reasoning": "深度思考",
"messages.tokenDetails.speed.tps.title": "TPS",
"messages.tokenDetails.speed.tps.tooltip": "Tokens Per SecondTPS):生成内容的平均速度(Token/秒),从接收到首个 Token 后开始计算。",
"messages.tokenDetails.speed.ttft.title": "TTFT",
"messages.tokenDetails.speed.ttft.tooltip": "Time To First TokenTTFT):从发送消息到接收到首个 Token 的时间。",
"messages.tokenDetails.title": "生成明细",
"messages.tokenDetails.total": "总消耗",
"minimap.emptyPreview": "(无文本内容)",
"minimap.jumpToMessage": "跳转到第 {{index}} 条消息",
"minimap.nextMessage": "下一条消息",
"minimap.previousMessage": "上一条消息",
"minimap.senderAssistant": "助理",
"minimap.senderUser": "你",
"newAgent": "创建助理",
"newClaudeCodeAgent": "添加 Claude Code",
"newCodexAgent": "添加 Codex",
"newGroupChat": "创建群组",
"newPage": "创建文稿",
"newPlatformAgent": "接入助理",
"noAgentsYet": "这个群组还没有成员。点击「+」邀请助理加入",
"noAvailableAgents": "暂无可邀请的成员",
"noMatchingAgents": "未找到匹配的成员",
"noMembersYet": "这个群组还没有成员。点击「+」邀请助理加入",
"noSelectedAgents": "还未选择成员",
"openInNewWindow": "在新窗口打开",
"operation.contextCompression": "上下文过长,正在压缩历史记录……",
"operation.execAgentRuntime": "准备响应中",
"operation.execClientSubAgent": "运行子代理中",
"operation.execHeterogeneousAgent": "{{name}} 正在运行",
"operation.execServerAgentRuntime": "任务正在服务器运行,您可以放心离开此页面",
"operation.heterogeneousAgentFallback": "外部智能体",
"operation.sendMessage": "消息发送中",
"owner": "群主",
"pageCopilot.title": "文稿助理",
"pageCopilot.welcome": "**让文字更清晰、更到位**\n\n起草、改写、润色都可以。你把意图说清楚,其余交给我打磨",
"pageSelection.lines": "第 {{start}}-{{end}} 行",
"pageSelection.reference": "选中文本",
"pin": "置顶",
"pinOff": "取消置顶",
"platformAgent.create.available": "可用",
"platformAgent.create.back": "上一步",
"platformAgent.create.checkFailed": "检测失败",
"platformAgent.create.checking": "正在检测可用性...",
"platformAgent.create.comingSoon": "即将推出",
"platformAgent.create.create": "接入",
"platformAgent.create.creating": "接入中...",
"platformAgent.create.desc.amp": "接入你设备上运行的 Amp",
"platformAgent.create.desc.hermes": "接入你设备上运行的 Hermes",
"platformAgent.create.desc.openclaw": "接入你设备上运行的 OpenClaw",
"platformAgent.create.desc.opencode": "接入你设备上运行的 OpenCode",
"platformAgent.create.descriptionPlaceholder": "简短描述(可选)",
"platformAgent.create.downloadDesktop": "下载桌面端",
"platformAgent.create.fetchingProfile": "正在读取配置...",
"platformAgent.create.namePlaceholder": "例:我的 OpenClaw 助理",
"platformAgent.create.next": "下一步",
"platformAgent.create.noDevices": "没有已连接的设备",
"platformAgent.create.noDevicesCliHint": "或在任意机器上通过 CLI 连接,然后点击刷新:",
"platformAgent.create.noDevicesCmd": "lh connect",
"platformAgent.create.noDevicesDesktopHint": "安装桌面端,登录后自动完成连接",
"platformAgent.create.notInstalled": "此设备未安装 {{name}}",
"platformAgent.create.refresh": "刷新",
"platformAgent.create.selectDevice": "选择设备",
"platformAgent.create.step1": "选择助理",
"platformAgent.create.step2": "选择运行设备",
"platformAgent.create.step3": "配置助理",
"platformAgent.create.title": "接入助理",
"platformAgent.create.upgradeCmd": "npm install -g @lobehub/cli",
"platformAgent.create.versionTooLow": "lh 版本过低",
"platformAgent.create.versionTooLowHint": "请升级到最新版本:",
"platformAgent.device.online": "在线",
"platformAgent.deviceGuard.configure": "去配置",
"platformAgent.deviceGuard.deviceOffline.desc": "绑定的设备未连接,请在目标机器上运行 `lh connect` 后刷新。",
"platformAgent.deviceGuard.deviceOffline.title": "设备未连接",
"platformAgent.deviceGuard.noDevice.desc": "该助理未绑定设备,请在助理档案中设置。",
"platformAgent.deviceGuard.noDevice.title": "未绑定设备",
"platformAgent.deviceGuard.platformUnavailable.desc": "连接的设备上未安装 {{name}}。",
"platformAgent.deviceGuard.platformUnavailable.title": "{{name}} 不可用",
"platformAgent.deviceGuard.refresh": "刷新",
"plus.addAttachments": "附件",
"plus.addSkills": "添加技能...",
"plus.search.appSearch": "智能检索",
"plus.search.appSearchDesc": "LobeHub 专属调优的搜索服务,检索效果最佳。",
"plus.search.modelSearch": "Provider 内置搜索",
"plus.search.modelSearchDesc": "开启后往往会导致异常表现,不建议使用。",
"plus.search.off": "关闭",
"plus.search.offDesc": "",
"plus.title": "添加",
"plus.tooltip": "添加文件、技能和更多上下文...",
"rag.referenceChunks": "引用源",
"rag.userQuery.actions.delete": "删除 Query 重写",
"rag.userQuery.actions.regenerate": "重新生成 Query",
"regenerate": "重新生成",
"roleAndArchive": "助理档案与记录",
"runtimeEnv.mode.cloud": "云端沙箱",
"runtimeEnv.mode.cloudDesc": "在安全的云端沙箱中运行",
"runtimeEnv.mode.local": "本地",
"runtimeEnv.mode.localDesc": "访问本地文件和命令",
"runtimeEnv.mode.none": "关闭",
"runtimeEnv.mode.noneDesc": "禁用运行时环境",
"runtimeEnv.selectMode": "选择运行环境",
"runtimeEnv.title": "运行环境",
"search.grounding.imageSearchQueries": "图片搜索关键词",
"search.grounding.imageTitle": "找到 {{count}} 张图片",
"search.grounding.searchQueries": "搜索关键词",
"search.grounding.title": "找到 {{count}} 条结果",
"search.mode.auto.desc": "在需要时自动搜索网络。",
"search.mode.auto.title": "智能联网",
"search.mode.off.desc": "禁用网络访问。",
"search.mode.off.title": "关闭联网",
"search.mode.on.desc": "始终搜索网络以获取最新信息。",
"search.mode.on.title": "始终联网",
"search.mode.useModelBuiltin": "使用模型内置的网络搜索",
"search.searchModel.desc": "当前模型不支持技能调用,需搭配支持技能调用的模型用于联网搜索",
"search.searchModel.title": "搜索辅助模型",
"search.title": "联网搜索",
"searchAgentPlaceholder": "搜索助理…",
"searchAgents": "搜索助理…",
"selectedAgents": "已选助理",
"sendPlaceholder": "从任何想法开始… <hotkey><hotkey/>",
"sendPlaceholderChat": "提问、搜索或头脑风暴… <hotkey><hotkey/>",
"sendPlaceholderChatWithAgentAssignment": "提问、搜索或头脑风暴。@ 召唤其他智能体加入。",
"sendPlaceholderHeterogeneous": "描述任务或向 {{name}} 提问",
"sendPlaceholderWithAgentAssignment": "提问、创建或开始任务。使用 @ 分配任务给其他智能体。",
"sessionGroup.config": "分类管理",
"sessionGroup.confirmRemoveGroupAlert": "确认删除该分类吗?分类内的助理会移回默认列表",
"sessionGroup.createAgentSuccess": "助理创建成功",
"sessionGroup.createGroup": "添加新分类",
"sessionGroup.createGroupFailed": "分类创建失败",
"sessionGroup.createGroupSuccess": "分类创建成功",
"sessionGroup.createSuccess": "分类创建成功",
"sessionGroup.creatingAgent": "正在创建助理…",
"sessionGroup.groupName": "分类名称",
"sessionGroup.inputPlaceholder": "请输入分类名称…",
"sessionGroup.moveGroup": "移动到分类",
"sessionGroup.newGroup": "新分类",
"sessionGroup.noAvailableAgents": "暂无可用助理",
"sessionGroup.noMatchingAgents": "未找到匹配的助理",
"sessionGroup.noSelectedAgents": "请选择助理",
"sessionGroup.rename": "重命名分类",
"sessionGroup.renameSuccess": "重命名成功",
"sessionGroup.searchAgents": "搜索助理",
"sessionGroup.selectedAgents": "已选助理({{count}}",
"sessionGroup.sortSuccess": "排序已更新",
"sessionGroup.sorting": "正在更新分类排序…",
"sessionGroup.tooLong": "分类名称长度需为 120 个字符",
"shareModal.copy": "复制",
"shareModal.copyLink": "复制链接",
"shareModal.copyLinkSuccess": "分享链接已复制到剪贴板",
"shareModal.download": "下载截图",
"shareModal.downloadError": "下载失败,请检查网络后重试",
"shareModal.downloadFile": "下载文件",
"shareModal.downloadPdf": "下载 PDF",
"shareModal.downloadSuccess": "下载成功",
"shareModal.exportMode.full": "默认",
"shareModal.exportMode.label": "导出模式",
"shareModal.exportMode.simple": "OpenAI 兼容",
"shareModal.exportPdf": "导出为 PDF",
"shareModal.exportTitle": "默认标题",
"shareModal.generatePdf": "生成 PDF",
"shareModal.generatingPdf": "正在生成 PDF…",
"shareModal.imageType": "图片格式",
"shareModal.includeTool": "包含技能消息",
"shareModal.includeUser": "包含用户消息",
"shareModal.link": "链接",
"shareModal.link.linkHint": "任何拿到链接的人都可以查看此话题",
"shareModal.link.noTopic": "先开始对话,才能分享",
"shareModal.link.permissionLink": "有链接即可访问",
"shareModal.link.permissionPrivate": "私密",
"shareModal.link.privateHint": "仅你自己可以访问此链接",
"shareModal.link.updateError": "更新分享设置失败",
"shareModal.link.visibilityUpdated": "可见性已更新",
"shareModal.loadingPdf": "正在加载 PDF…",
"shareModal.noPdfData": "暂无 PDF 数据",
"shareModal.pdf": "PDF",
"shareModal.pdfErrorDescription": "生成 PDF 时出错,请重试或联系支持",
"shareModal.pdfGenerationError": "PDF 生成失败",
"shareModal.pdfReady": "PDF 已准备就绪",
"shareModal.popover.export": "导出",
"shareModal.popover.privacyWarning.confirm": "分享并复制链接",
"shareModal.popover.privacyWarning.content": "拿到链接的人都能查看整段对话,分享前花点时间确认其中没有不便公开的内容。被分享的话题可能包含:",
"shareModal.popover.privacyWarning.doNotShowAgain": "不再显示此提示",
"shareModal.popover.privacyWarning.items.credentials": "凭证与密钥",
"shareModal.popover.privacyWarning.items.files": "上传的文件",
"shareModal.popover.privacyWarning.items.images": "图片",
"shareModal.popover.privacyWarning.items.toolCalls": "连接器调用详情",
"shareModal.popover.privacyWarning.note": "你可以随时切回私密状态。",
"shareModal.popover.privacyWarning.title": "分享链接前请留意",
"shareModal.popover.title": "分享话题",
"shareModal.popover.visibility": "可见性",
"shareModal.regeneratePdf": "重新生成 PDF",
"shareModal.screenshot": "截图",
"shareModal.settings": "导出设置",
"shareModal.text": "文本",
"shareModal.title": "导出",
"shareModal.widthMode.label": "宽度模式",
"shareModal.widthMode.narrow": "窄屏",
"shareModal.widthMode.wide": "宽屏",
"shareModal.withBackground": "包含背景",
"shareModal.withFooter": "包含页脚",
"shareModal.withPluginInfo": "包含技能信息",
"shareModal.withRole": "包含消息角色",
"shareModal.withSystemRole": "包含助理档案",
"sharePage.actions.findMord": "查看更多",
"sharePage.actions.tryItYourself": "做同款",
"sharePage.error.forbidden.subtitle": "此分享为私密状态,无法访问。",
"sharePage.error.forbidden.title": "无权访问",
"sharePage.error.notFound.subtitle": "该话题不存在或已被删除。",
"sharePage.error.notFound.title": "话题不存在",
"sharePage.error.unauthorized.action": "登录",
"sharePage.error.unauthorized.subtitle": "请登录后查看此分享话题。",
"sharePage.error.unauthorized.title": "需要登录",
"sharePage.menu.copyLink": "复制链接",
"sharePage.menu.goToLobeHub": "前往 LobeHub",
"sharePage.menu.more": "更多",
"sharePage.menu.report": "举报",
"sharePageDisclaimer": "由用户分享,仅代表其个人观点,不代表 LobeHub 立场;LobeHub 不对该内容承担责任。",
"signalCallbacks.collapse": "隐藏详情",
"signalCallbacks.empty": "没有回调消息",
"signalCallbacks.expand": "显示详情",
"signalCallbacks.title": "{{tool}} · {{count}} 条回调更新",
"stt.action": "语音输入",
"stt.loading": "识别中…",
"stt.prettifying": "润色中…",
"supervisor.label": "主管",
"supervisor.todoList.allComplete": "所有任务已完成",
"supervisor.todoList.title": "任务完成",
"tab.groupProfile": "群组档案",
"tab.integration": "消息频道",
"tab.profile": "助理档案",
"tab.search": "搜索",
"tab.tasks": "任务",
"task.activity.calling": "正在调用技能…",
"task.activity.clientExecuting": "本地执行中…",
"task.activity.generating": "正在生成回复…",
"task.activity.gotResult": "已获取技能结果",
"task.activity.toolCalling": "正在调用 {{toolName}}…",
"task.activity.toolResult": "已获取 {{toolName}} 结果",
"task.batchTasks": "{{count}} 个批量子任务",
"task.groupTasks": "{{count}} 个并行任务",
"task.groupTasksTitle": "{{agents}} 和 {{count}} 个代理任务",
"task.groupTasksTitleSimple": "{{agents}} 共 {{count}} 个任务",
"task.instruction": "任务说明",
"task.intermediateSteps": "{{count}} 个中间步骤",
"task.metrics.duration": "(用时 {{duration}}",
"task.metrics.stepsShort": "步",
"task.metrics.toolCallsShort": "次技能调用",
"task.status.cancelled": "任务已取消",
"task.status.failed": "任务失败",
"task.status.fetchingDetails": "正在获取详情...",
"task.status.initializing": "任务启动中…",
"task.subtask": "子任务",
"task.title": "任务",
"taskDetail.activities": "活动",
"taskDetail.activities.agentTag": "智能体",
"taskDetail.activities.fallback.brief": "发布了简要说明",
"taskDetail.activities.fallback.comment": "留下了评论",
"taskDetail.activities.fallback.created": "创建了任务",
"taskDetail.activities.fallback.topic": "发起了主题",
"taskDetail.activitiesEmpty": "暂无活动记录",
"taskDetail.addSubtask": "添加子任务",
"taskDetail.artifactMenu.delete": "从任务中移除",
"taskDetail.artifactMenu.deleteConfirm.content": "该产物将不再出现在此任务工作区中。",
"taskDetail.artifactMenu.deleteConfirm.ok": "移除",
"taskDetail.artifactMenu.deleteConfirm.title": "移除该产物?",
"taskDetail.artifactSize": "{{value}} 字",
"taskDetail.artifacts": "产物",
"taskDetail.blockedBy": "被 {{id}} 阻塞",
"taskDetail.cancelSchedule": "取消定时",
"taskDetail.comment.cancel": "取消",
"taskDetail.comment.delete": "删除",
"taskDetail.comment.deleteConfirm.content": "此评论将被永久删除。",
"taskDetail.comment.deleteConfirm.ok": "删除",
"taskDetail.comment.deleteConfirm.title": "删除这条评论?",
"taskDetail.comment.edit": "编辑",
"taskDetail.comment.save": "保存",
"taskDetail.commentPlaceholder": "留下反馈,帮助 Agent 在下次执行时产出更准确的结果...",
"taskDetail.deleteConfirm.content": "此操作不可撤销。",
"taskDetail.deleteConfirm.ok": "删除",
"taskDetail.deleteConfirm.title": "确认删除此任务?",
"taskDetail.instruction": "任务说明",
"taskDetail.instructionPlaceholder": "点击编辑任务说明…",
"taskDetail.latestActivity.brief": "简要:{{title}}",
"taskDetail.latestActivity.briefWithAction": "{{title}} - {{action}}",
"taskDetail.latestActivity.briefWithType": "简要({{type}}):{{title}}",
"taskDetail.latestActivity.briefWithTypeOnly": "简要({{type}}",
"taskDetail.latestActivity.topic": "主题:{{title}}",
"taskDetail.latestActivity.topicWithSeq": "主题 #{{seq}}{{title}}",
"taskDetail.latestActivity.untitledTopic": "未命名主题",
"taskDetail.modelConfig": "模型覆盖",
"taskDetail.navigation": "导航",
"taskDetail.nextRunCountdown": "{{countdown}} 后执行",
"taskDetail.notFound.backToTasks": "返回任务列表",
"taskDetail.notFound.desc": "该任务可能已被删除,或你没有查看权限。",
"taskDetail.notFound.title": "找不到该任务",
"taskDetail.pauseTask": "暂停任务",
"taskDetail.priority.high": "高",
"taskDetail.priority.low": "低",
"taskDetail.priority.none": "无优先级",
"taskDetail.priority.normal": "普通",
"taskDetail.priority.urgent": "紧急",
"taskDetail.properties": "属性",
"taskDetail.reassignDisabled": "任务运行中,无法切换 Agent",
"taskDetail.replyInThread": "在此对话中回复",
"taskDetail.replyPlaceholder": "在此对话中回复…",
"taskDetail.rerunTask": "重新运行",
"taskDetail.runAll": "全部运行",
"taskDetail.runAll.cancel": "取消",
"taskDetail.runAll.confirm": "运行 {{count}} 个子任务",
"taskDetail.runAll.cycleWarning": "检测到循环依赖,涉及循环或被循环阻塞的任务将不会运行:{{members}}",
"taskDetail.runAll.description": "子任务将按层级依次运行,每一层都会等待上一层完成。无依赖的任务将在第 1 层运行。",
"taskDetail.runAll.empty": "没有可运行的任务 —— 所有子任务均已完成、运行中或处于循环依赖中。",
"taskDetail.runAll.kickedOff": "已启动 {{count}} 个子任务,下游层级将自动跟进。",
"taskDetail.runAll.layer": "第 {{index}} 层",
"taskDetail.runAll.layerHint.first": "立即开始",
"taskDetail.runAll.layerHint.next": "等待第 {{prev}} 层完成",
"taskDetail.runAll.loading": "正在加载子任务计划…",
"taskDetail.runAll.partialFailure": "已启动 {{total}} 个子任务中的 {{ok}} 个,{{failed}} 个启动失败。",
"taskDetail.runAll.skipped.alreadyDone": "{{count}} 个任务已完成或取消 —— 已跳过",
"taskDetail.runAll.skipped.blockedExternally": "{{count}} 个任务被本批次外的依赖阻塞 —— 解除阻塞后将自动运行",
"taskDetail.runAll.skipped.ineligible": "{{count}} 个任务正在运行或已排期 —— 已跳过",
"taskDetail.runAll.title": "按依赖顺序运行子任务",
"taskDetail.runNow": "立即运行",
"taskDetail.runTask": "运行",
"taskDetail.saveModelConfig": "保存",
"taskDetail.sendFollowUp": "发送追加消息",
"taskDetail.status.backlog": "待办",
"taskDetail.status.canceled": "已取消",
"taskDetail.status.completed": "已完成",
"taskDetail.status.failed": "失败",
"taskDetail.status.paused": "待审阅",
"taskDetail.status.running": "进行中",
"taskDetail.status.scheduled": "已排期",
"taskDetail.stopTask": "停止任务",
"taskDetail.subIssueOf": "隶属于",
"taskDetail.subtaskInstructionPlaceholder": "描述这个子任务…",
"taskDetail.subtasks": "子任务",
"taskDetail.titlePlaceholder": "输入任务标题…",
"taskDetail.topicDrawer.untitled": "未命名",
"taskDetail.untitled": "无标题",
"taskDetail.updateFailed": "任务更新失败",
"taskList.activeTasks": "进行中的任务",
"taskList.all": "全部任务",
"taskList.assigneeSearch.empty": "未找到匹配的 Agent",
"taskList.assigneeSearch.placeholder": "搜索 Agent...",
"taskList.breadcrumb.task": "任务",
"taskList.contextMenu.copyConfirm": "复制",
"taskList.contextMenu.copyDescription": "将此任务(及其所有子任务)克隆到另一个工作区。状态将重置为待办。",
"taskList.contextMenu.copyFailed": "任务复制失败",
"taskList.contextMenu.copyId": "复制 ID",
"taskList.contextMenu.copyIdSuccess": "ID 已复制",
"taskList.contextMenu.copyLink": "复制链接",
"taskList.contextMenu.copyLinkSuccess": "链接已复制",
"taskList.contextMenu.copySuccess": "任务已复制",
"taskList.contextMenu.copyTitle": "复制任务",
"taskList.contextMenu.copyTo": "复制到…",
"taskList.contextMenu.priority": "优先级",
"taskList.contextMenu.runNow": "立即运行",
"taskList.contextMenu.status": "状态",
"taskList.contextMenu.transferConfirm": "转移",
"taskList.contextMenu.transferDescription": "将此任务(及其所有子任务)移动到另一个工作区。标识符将重新分配。",
"taskList.contextMenu.transferFailed": "任务转移失败",
"taskList.contextMenu.transferSuccess": "任务已转移",
"taskList.contextMenu.transferTitle": "转移任务",
"taskList.contextMenu.transferTo": "转移到…",
"taskList.contextMenu.transferWarning": "跨工作区的引用(如分配的代理和活动主题)将被清除。",
"taskList.empty": "暂无任务",
"taskList.emptyHero.greeting": "今天想搞定点什么?",
"taskList.emptyHero.subtitle": "描述一项任务交给你的助理,或从下方模板开始。",
"taskList.emptyHero.templatesTitle": "为你推荐的模板",
"taskList.form.grouping": "分组",
"taskList.form.orderCompletedByRecency": "按最近完成排序",
"taskList.form.ordering": "排序",
"taskList.form.showCompleted": "显示已完成与已取消",
"taskList.form.subGrouping": "子分组",
"taskList.groupBy.assignee": "负责人",
"taskList.groupBy.none": "不分组",
"taskList.groupBy.priority": "优先级",
"taskList.groupBy.status": "状态",
"taskList.hiddenCompleted.count_one": "{{count}} 个任务",
"taskList.hiddenCompleted.count_other": "{{count}} 个任务",
"taskList.hiddenCompleted.show": "显示",
"taskList.hiddenCompleted.suffix": "已按显示选项隐藏",
"taskList.kanban.addTask": "新建任务",
"taskList.kanban.backlog": "待办",
"taskList.kanban.canceled": "已取消",
"taskList.kanban.done": "已完成",
"taskList.kanban.emptyColumn": "暂无任务",
"taskList.kanban.hiddenColumns": "隐藏的分组",
"taskList.kanban.hideColumn": "隐藏分组",
"taskList.kanban.needsInput": "待审阅",
"taskList.kanban.running": "进行中",
"taskList.kanban.showColumn": "显示分组",
"taskList.orderBy.assignee": "负责人",
"taskList.orderBy.createdAt": "创建时间",
"taskList.orderBy.priority": "优先级",
"taskList.orderBy.status": "状态",
"taskList.orderBy.title": "标题",
"taskList.orderBy.updatedAt": "更新时间",
"taskList.title": "任务",
"taskList.unassigned": "未分配",
"taskList.unassignedHint": "未分配时将由 Lobe AI 执行该任务",
"taskList.view.board": "看板",
"taskList.view.list": "列表",
"taskList.viewAll": "查看全部",
"taskSchedule.advancedSettings": "高级设置",
"taskSchedule.clear": "清除",
"taskSchedule.continuous": "持续运行",
"taskSchedule.enable": "启用自动化",
"taskSchedule.every": "每",
"taskSchedule.frequency": "运行频率",
"taskSchedule.heading": "自动化",
"taskSchedule.hours": "小时",
"taskSchedule.intervalLabel": "运行间隔",
"taskSchedule.intervalSuffix": "运行一次",
"taskSchedule.intervalTab": "心跳模式",
"taskSchedule.maxExecutions": "运行次数限制",
"taskSchedule.maxExecutionsPlaceholder": "无限制",
"taskSchedule.minutes": "分钟",
"taskSchedule.nextRun": "下次运行",
"taskSchedule.nextRun.format": "M月D日 HH:mm",
"taskSchedule.scheduleType.daily": "每日",
"taskSchedule.scheduleType.hourly": "每小时",
"taskSchedule.scheduleType.weekly": "每周",
"taskSchedule.scheduler": "定时任务",
"taskSchedule.schedulerTab": "定时任务",
"taskSchedule.startScheduling": "启动定时",
"taskSchedule.summary.daily": "每天 {{time}} 运行",
"taskSchedule.summary.disabled": "自动化未启用",
"taskSchedule.summary.everyNHours": "每 {{count}} 小时",
"taskSchedule.summary.everyNHoursHalfPast": "每 {{count}} 小时的 30 分",
"taskSchedule.summary.heartbeat": "每 {{interval}} 运行一次",
"taskSchedule.summary.hourly": "每小时",
"taskSchedule.summary.hourlyHalfPast": "每小时的 30 分",
"taskSchedule.summary.weekly": "每周 {{days}} {{time}} 运行",
"taskSchedule.tag.add": "设置计划",
"taskSchedule.tag.every": "每 {{interval}}",
"taskSchedule.tag.heartbeat": "心跳 · {{every}}",
"taskSchedule.tag.schedule": "计划 · {{schedule}}{{timezone}}",
"taskSchedule.time": "时间",
"taskSchedule.timezone": "时区",
"taskSchedule.timezoneSearchEmpty": "无匹配时区",
"taskSchedule.timezoneSearchPlaceholder": "搜索时区",
"taskSchedule.title": "计划",
"taskSchedule.unit.hour_one": "{{count}} 小时",
"taskSchedule.unit.hour_other": "{{count}} 小时",
"taskSchedule.unit.minute_one": "{{count}} 分钟",
"taskSchedule.unit.minute_other": "{{count}} 分钟",
"taskSchedule.unit.second_one": "{{count}} 秒",
"taskSchedule.unit.second_other": "{{count}} 秒",
"taskSchedule.weekday": "星期",
"taskSchedule.weekdays.fri": "五",
"taskSchedule.weekdays.mon": "一",
"taskSchedule.weekdays.sat": "六",
"taskSchedule.weekdays.sun": "日",
"taskSchedule.weekdays.thu": "四",
"taskSchedule.weekdays.tue": "二",
"taskSchedule.weekdays.wed": "三",
"thread.closeSubagentThread": "隐藏详情",
"thread.divider": "子话题",
"thread.openSubagentThread": "查看详情",
"thread.subagentMetrics.modelLabel": "模型",
"thread.subagentMetrics.tokens": "{{count}} tokens",
"thread.subagentMetrics.toolCalls_one": "{{count}} 次工具调用",
"thread.subagentMetrics.toolCalls_other": "{{count}} 次工具调用",
"thread.subagentMetrics.toolsShort_one": "{{count}} tool",
"thread.subagentMetrics.toolsShort_other": "{{count}} tools",
"thread.subagentReadOnlyHint": "SubAgent 对话仅可查看,由父智能体驱动执行",
"thread.threadMessageCount": "{{messageCount}} 条消息",
"thread.title": "子话题",
"todoProgress.allCompleted": "已完成所有任务",
"todoProgress.title": "任务",
"toggleWideScreen.off": "关闭宽屏模式",
"toggleWideScreen.on": "开启宽屏模式",
"tokenDetails.chats": "会话消息",
"tokenDetails.historySummary": "历史总结",
"tokenDetails.rest": "剩余可用",
"tokenDetails.supervisor": "群组主持人",
"tokenDetails.systemRole": "助理档案",
"tokenDetails.title": "上下文明细",
"tokenDetails.tools": "技能设定",
"tokenDetails.total": "总可用",
"tokenDetails.used": "已使用",
"tokenTag.overload": "超出限制",
"tokenTag.remained": "剩余",
"tokenTag.used": "已使用",
"tool.intervention.approvalMode": "审批模式",
"tool.intervention.approve": "批准",
"tool.intervention.mode.allowList": "白名单",
"tool.intervention.mode.allowListDesc": "仅自动执行已批准的技能",
"tool.intervention.mode.autoRun": "自动批准",
"tool.intervention.mode.autoRunDesc": "自动批准所有技能调用",
"tool.intervention.mode.manual": "手动批准",
"tool.intervention.mode.manualDesc": "每次调用都需要你确认",
"tool.intervention.onboarding.agentIdentity.editHint": "你可以直接在下方修改名字或头像",
"tool.intervention.onboarding.agentIdentity.namePlaceholder": "助手名字",
"tool.intervention.onboarding.agentIdentity.title": "我将更新自己的名字与头像",
"tool.intervention.onboarding.agentIdentity.titleAvatarOnly": "我将更新自己的头像",
"tool.intervention.onboarding.agentIdentity.titleNameOnly": "我将更新自己的名字",
"tool.intervention.onboarding.userProfile.applyHint": "这些信息将在批准后保存到您的个人资料中。",
"tool.intervention.onboarding.userProfile.description": "批准此更改将更新您的入职资料,以便代理可以定制未来的回复。",
"tool.intervention.onboarding.userProfile.eyebrow": "入职批准",
"tool.intervention.onboarding.userProfile.fullName": "全名",
"tool.intervention.onboarding.userProfile.responseLanguage": "回复语言",
"tool.intervention.onboarding.userProfile.title": "确认您的资料更新",
"tool.intervention.optionApprove": "批准",
"tool.intervention.pending": "等待中",
"tool.intervention.reject": "拒绝",
"tool.intervention.rejectOnly": "仅拒绝",
"tool.intervention.rejectReasonPlaceholder": "告诉 Agent 你希望它怎么做",
"tool.intervention.rejectedWithReason": "本次技能调用已被拒绝:{{reason}}",
"tool.intervention.rememberSimilar": "类似操作不再询问",
"tool.intervention.scrollToIntervention": "查看",
"tool.intervention.submit": "提交",
"tool.intervention.toolAbort": "你已取消本次技能调用",
"tool.intervention.toolRejected": "本次技能调用已被拒绝",
"tool.intervention.viewParameters": "查看参数 ({{count}})",
"toolAuth.authorize": "授权",
"toolAuth.authorizing": "授权中…",
"toolAuth.hint": "技能未授权或未配置时,相关技能无法使用,可能导致助理能力受限或报错",
"toolAuth.signIn": "登录",
"toolAuth.title": "为助理完成技能授权",
"topic.checkOpenNewTopic": "要开启新话题吗?",
"topic.checkSaveCurrentMessages": "要将当前会话保存为话题吗?",
"topic.defaultTitle": "未命名主题",
"topic.openNewTopic": "开启新话题",
"topic.recent": "最近话题",
"topic.saveCurrentMessages": "保存为话题",
"topic.viewAll": "查看全部主题",
"translate.action": "翻译",
"translate.clear": "删除翻译",
"tts.action": "语音朗读",
"tts.clear": "删除语音",
"untitledAgent": "未命名助理",
"untitledGroup": "未命名群组",
"updateAgent": "更新助理信息",
"upload.action.fileOrImageUpload": "上传文件或图片",
"upload.action.fileUpload": "上传文件",
"upload.action.folderUpload": "上传文件夹",
"upload.action.imageDisabled": "当前模型不支持视觉识别。请切换模型后再试",
"upload.action.imageUpload": "上传图片",
"upload.action.tooltip": "上传",
"upload.clientMode.actionFiletip": "上传文件",
"upload.clientMode.actionTooltip": "上传",
"upload.clientMode.disabled": "当前模型不支持视觉识别和文件分析。请切换模型后使用",
"upload.clientMode.fileNotSupported": "浏览器模式暂不支持上传文件。仅支持图片",
"upload.clientMode.visionNotSupported": "当前模型不支持视觉识别。请切换模型后使用",
"upload.preview.prepareTasks": "正在准备分块…",
"upload.preview.status.pending": "准备上传…",
"upload.preview.status.processing": "文件处理中…",
"upload.validation.unsupportedFileType": "不支持的文件类型:{{files}}。支持的图片格式:JPG、PNG、GIF、WebP。支持的文档包括PDF、Word、Excel、PowerPoint、Markdown、文本、CSV、JSON和代码文件。",
"upload.validation.videoSizeExceeded": "视频文件不能超过 {{maxSize}}。当前为 {{actualSize}}",
"viewMode.fullWidth": "全宽显示",
"viewMode.normal": "普通",
"viewMode.wideScreen": "宽屏",
"viewSwitcher.chat": "对话",
"viewSwitcher.page": "文稿",
"viewSwitcher.task": "任务",
"workflow.awaitingConfirmation": "需要你确认",
"workflow.collapse": "收起",
"workflow.expandFull": "全部展开",
"workflow.failedSuffix": "(失败)",
"workflow.summaryFailed": "{{count}} 次失败",
"workflow.summaryMoreTools": "{{count}} 种工具",
"workflow.summaryTotalCalls": "共 {{count}} 次调用",
"workflow.thoughtForDuration": "思考了 {{duration}}",
"workflow.toolDisplayName.activateDevice": "激活了设备",
"workflow.toolDisplayName.activateSkill": "启用了技能",
"workflow.toolDisplayName.activateTools": "启用了工具",
"workflow.toolDisplayName.addActivityMemory": "保存了记忆",
"workflow.toolDisplayName.addContextMemory": "保存了记忆",
"workflow.toolDisplayName.addExperienceMemory": "保存了记忆",
"workflow.toolDisplayName.addIdentityMemory": "保存了记忆",
"workflow.toolDisplayName.addPreferenceMemory": "保存了记忆",
"workflow.toolDisplayName.calculate": "完成了计算",
"workflow.toolDisplayName.callAgent": "调用了助理",
"workflow.toolDisplayName.callMcpTool": "调用了 MCP 工具",
"workflow.toolDisplayName.callSubAgent": "Call SubAgent",
"workflow.toolDisplayName.clearTodos": "清空了待办",
"workflow.toolDisplayName.copyDocument": "复制了文档",
"workflow.toolDisplayName.crawlMultiPages": "抓取了多个页面",
"workflow.toolDisplayName.crawlSinglePage": "抓取了页面",
"workflow.toolDisplayName.createAgent": "创建了助理",
"workflow.toolDisplayName.createDocument": "创建了文档",
"workflow.toolDisplayName.createPlan": "创建了计划",
"workflow.toolDisplayName.createTodos": "创建了待办",
"workflow.toolDisplayName.deleteAgent": "删除了助理",
"workflow.toolDisplayName.deleteDocument": "删除了文档",
"workflow.toolDisplayName.editLocalFile": "编辑了文件",
"workflow.toolDisplayName.editTitle": "编辑了标题",
"workflow.toolDisplayName.evaluate": "求值了表达式",
"workflow.toolDisplayName.execScript": "执行了脚本",
"workflow.toolDisplayName.execute": "执行了计算",
"workflow.toolDisplayName.executeCode": "执行了代码",
"workflow.toolDisplayName.finishOnboarding": "完成了引导",
"workflow.toolDisplayName.getCommandOutput": "读取了命令输出",
"workflow.toolDisplayName.getDocument": "读取了文档",
"workflow.toolDisplayName.getPageContent": "读取了文稿内容",
"workflow.toolDisplayName.getTopicContext": "读取了话题上下文",
"workflow.toolDisplayName.globLocalFiles": "搜索了文件",
"workflow.toolDisplayName.grepContent": "搜索了内容",
"workflow.toolDisplayName.importFromMarket": "从市场导入了内容",
"workflow.toolDisplayName.importSkill": "导入了技能",
"workflow.toolDisplayName.initPage": "初始化了文稿",
"workflow.toolDisplayName.killCommand": "停止了命令",
"workflow.toolDisplayName.listDocuments": "列出了文档",
"workflow.toolDisplayName.listLocalFiles": "列出了文件",
"workflow.toolDisplayName.listOnlineDevices": "列出了在线设备",
"workflow.toolDisplayName.modifyNodes": "修改了文稿",
"workflow.toolDisplayName.moveLocalFiles": "移动了文件",
"workflow.toolDisplayName.readDocument": "读取了文档",
"workflow.toolDisplayName.readKnowledge": "读取了知识",
"workflow.toolDisplayName.readLocalFile": "读取了文件",
"workflow.toolDisplayName.removeDocument": "移除了文档",
"workflow.toolDisplayName.removeIdentityMemory": "移除了记忆",
"workflow.toolDisplayName.renameDocument": "重命名了文档",
"workflow.toolDisplayName.renameLocalFile": "重命名了文件",
"workflow.toolDisplayName.replaceDocumentContent": "已替换文档内容",
"workflow.toolDisplayName.replaceText": "替换了文本",
"workflow.toolDisplayName.runCommand": "运行了命令",
"workflow.toolDisplayName.saveUserQuestion": "记录了信息",
"workflow.toolDisplayName.search": "搜索了网络",
"workflow.toolDisplayName.searchAgent": "搜索了助理",
"workflow.toolDisplayName.searchKnowledgeBase": "搜索了知识库",
"workflow.toolDisplayName.searchLocalFiles": "搜索了文件",
"workflow.toolDisplayName.searchSkill": "搜索了技能",
"workflow.toolDisplayName.searchUserMemory": "搜索了记忆",
"workflow.toolDisplayName.showAgentMarketplace": "组建了 Agent 团队",
"workflow.toolDisplayName.solve": "求解了方程",
"workflow.toolDisplayName.submitAgentPick": "选好了助手",
"workflow.toolDisplayName.updateAgent": "更新了助理",
"workflow.toolDisplayName.updateDocument": "更新了文档",
"workflow.toolDisplayName.updateIdentityMemory": "更新了记忆",
"workflow.toolDisplayName.updateLoadRule": "更新了加载规则",
"workflow.toolDisplayName.updatePlan": "更新了计划",
"workflow.toolDisplayName.updateTodos": "更新了待办",
"workflow.toolDisplayName.writeDocument": "撰写了文档",
"workflow.toolDisplayName.writeLocalFile": "写入了文件",
"workflow.working": "处理中...",
"workingPanel.agentDocuments": "代理文档",
"workingPanel.documents.close": "关闭",
"workingPanel.documents.discard": "放弃",
"workingPanel.documents.edit": "编辑",
"workingPanel.documents.error": "文档加载失败",
"workingPanel.documents.loading": "文档加载中…",
"workingPanel.documents.preview": "预览",
"workingPanel.documents.save": "保存",
"workingPanel.documents.saved": "已保存全部变更",
"workingPanel.documents.title": "文档",
"workingPanel.documents.unsaved": "有未保存的变更",
"workingPanel.files.copyAbsolutePath": "复制路径",
"workingPanel.files.copyRelativePath": "复制相对路径",
"workingPanel.files.count_one": "{{count}} 个文件",
"workingPanel.files.count_other": "{{count}} 个文件",
"workingPanel.files.empty": "此工作区中没有文件",
"workingPanel.files.open": "打开文件",
"workingPanel.files.refresh": "刷新",
"workingPanel.files.showInReview": "在审查中查看",
"workingPanel.files.showInSystem": "在文件夹中显示",
"workingPanel.files.title": "文件",
"workingPanel.localFile.binary": "二进制文件 — 无法预览",
"workingPanel.localFile.close": "关闭",
"workingPanel.localFile.closeLeft": "关闭左侧",
"workingPanel.localFile.closeOther": "关闭其他",
"workingPanel.localFile.closeRight": "关闭右侧",
"workingPanel.localFile.error": "无法加载此文件",
"workingPanel.localFile.preview.raw": "原文",
"workingPanel.localFile.preview.render": "预览",
"workingPanel.localFile.truncated": "文件预览被截断至 {{limit}} 个字符",
"workingPanel.progress": "进度",
"workingPanel.progress.allCompleted": "所有任务已完成",
"workingPanel.resources": "资源",
"workingPanel.resources.deleteConfirm": "该操作无法撤销。",
"workingPanel.resources.deleteError": "删除失败",
"workingPanel.resources.deleteSuccess": "文档已删除",
"workingPanel.resources.deleteTitle": "删除该文档?",
"workingPanel.resources.deleteTitleMulti": "删除 {{count}} 项?",
"workingPanel.resources.empty": "暂无网页。本智能体抓取的网页将显示在这里。",
"workingPanel.resources.error": "资源加载失败",
"workingPanel.resources.filter.documents": "文档",
"workingPanel.resources.filter.skills": "技能",
"workingPanel.resources.filter.web": "网页",
"workingPanel.resources.loading": "资源加载中…",
"workingPanel.resources.previewError": "预览加载失败",
"workingPanel.resources.previewLoading": "预览加载中…",
"workingPanel.resources.renameEmpty": "标题不能为空",
"workingPanel.resources.renameError": "重命名失败",
"workingPanel.resources.renameSuccess": "重命名成功",
"workingPanel.resources.tree.createError": "创建失败",
"workingPanel.resources.tree.deleteSelected": "删除所选({{count}}",
"workingPanel.resources.tree.moveError": "移动失败",
"workingPanel.resources.tree.newDocument": "新建文档",
"workingPanel.resources.tree.newFolder": "新建文件夹",
"workingPanel.resources.tree.parentMissing": "上级目录不可用",
"workingPanel.resources.tree.rename": "重命名",
"workingPanel.resources.tree.untitledDocument": "未命名文档",
"workingPanel.resources.tree.untitledFolder": "未命名文件夹",
"workingPanel.resources.updatedAt": "更新于 {{time}}",
"workingPanel.resources.viewMode.list": "列表视图",
"workingPanel.resources.viewMode.tree": "树状视图",
"workingPanel.review.baseRef.default": "默认",
"workingPanel.review.baseRef.loading": "正在加载分支…",
"workingPanel.review.baseRef.reset": "恢复默认分支",
"workingPanel.review.baseRef.unresolved": "选择对比分支",
"workingPanel.review.binary": "二进制文件,无法展示 diff",
"workingPanel.review.collapseAll": "全部折叠",
"workingPanel.review.copied": "路径已复制",
"workingPanel.review.copyPath": "复制文件路径",
"workingPanel.review.empty": "工作区没有未提交的变更",
"workingPanel.review.empty.branch": "和 {{baseRef}} 没有差异",
"workingPanel.review.empty.noBaseRef": "未找到远端默认分支,请在终端执行 `git remote set-head origin --auto`",
"workingPanel.review.error": "无法加载该文件的 diff",
"workingPanel.review.expandAll": "全部展开",
"workingPanel.review.group.collapseDiffs": "折叠该分组的所有 diff",
"workingPanel.review.group.expandDiffs": "展开该分组的所有 diff",
"workingPanel.review.group.fileCount": "{{count}} 个文件",
"workingPanel.review.group.submoduleClean": "子模块内部无变更",
"workingPanel.review.mode.branch": "分支",
"workingPanel.review.mode.unstaged": "未暂存",
"workingPanel.review.more": "更多选项",
"workingPanel.review.refresh": "同步",
"workingPanel.review.revealInTree": "在文件树中定位",
"workingPanel.review.revert": "撤销变更",
"workingPanel.review.revert.confirm.cancel": "取消",
"workingPanel.review.revert.confirm.description": "{{filePath}} 的工作区变更将被永久丢弃,未跟踪的新文件会从磁盘删除。",
"workingPanel.review.revert.confirm.ok": "撤销",
"workingPanel.review.revert.confirm.title": "撤销此文件的变更?",
"workingPanel.review.revert.failed": "撤销失败:{{error}}",
"workingPanel.review.revert.success": "已撤销 {{filePath}} 的变更",
"workingPanel.review.textDiff.disable": "关闭文字差异",
"workingPanel.review.textDiff.enable": "启用文字差异",
"workingPanel.review.title": "审查",
"workingPanel.review.tooLarge": "文件过大,未在面板内展示 diff",
"workingPanel.review.unstaged": "未暂存",
"workingPanel.review.viewMode.split": "切换到双栏对比",
"workingPanel.review.viewMode.unified": "切换到合并视图",
"workingPanel.review.wordWrap.disable": "关闭自动换行",
"workingPanel.review.wordWrap.enable": "启用自动换行",
"workingPanel.skills.empty": "暂无可用技能",
"workingPanel.skills.section.agent": "智能体技能",
"workingPanel.skills.section.project": "项目技能",
"workingPanel.skills.section.user": "用户技能",
"workingPanel.skills.title": "技能",
"workingPanel.space": "空间",
"workingPanel.title": "工作面板",
"you": "你",
"zenMode": "专注模式"
}