feat(i18n): replace expand/collapse Chinese text in Step4Report.vue
This commit is contained in:
102
locales/zh.json
102
locales/zh.json
@@ -210,7 +210,10 @@
|
||||
"step4": {
|
||||
"generatingSection": "正在生成{title}...",
|
||||
"goToInteraction": "进入深度互动",
|
||||
"waitingForReportAgent": "Waiting for Report Agent..."
|
||||
"waitingForReportAgent": "Waiting for Report Agent...",
|
||||
"collapse": "收起 ▲",
|
||||
"expandAll": "展开全部 {count} 条 ▼",
|
||||
"expandAllEntities": "展开全部 {count} 个 ▼"
|
||||
},
|
||||
"step5": {
|
||||
"interactiveTools": "Interactive Tools",
|
||||
@@ -527,5 +530,102 @@
|
||||
"enterStep": "进入 Step {step}: {name}",
|
||||
"returnToStep": "返回 Step {step}: {name}",
|
||||
"customSimRounds": "自定义模拟轮数: {rounds} 轮"
|
||||
},
|
||||
"report": {
|
||||
"taskStarted": "报告生成任务开始",
|
||||
"planningStart": "开始规划报告大纲",
|
||||
"fetchSimContext": "获取模拟上下文信息",
|
||||
"planningComplete": "大纲规划完成",
|
||||
"sectionStart": "开始生成章节: {title}",
|
||||
"reactThought": "ReACT 第{iteration}轮思考",
|
||||
"toolCall": "调用工具: {toolName}",
|
||||
"toolResult": "工具 {toolName} 返回结果",
|
||||
"llmResponse": "LLM 响应 (工具调用: {hasToolCalls}, 最终答案: {hasFinalAnswer})",
|
||||
"sectionContentDone": "章节 {title} 内容生成完成",
|
||||
"sectionComplete": "章节 {title} 生成完成",
|
||||
"reportComplete": "报告生成完成",
|
||||
"errorOccurred": "发生错误: {error}",
|
||||
"agentInitDone": "ReportAgent 初始化完成: graph_id={graphId}, simulation_id={simulationId}",
|
||||
"executingTool": "执行工具: {toolName}, 参数: {params}",
|
||||
"toolExecFailed": "工具执行失败: {toolName}, 错误: {error}",
|
||||
"startPlanningOutline": "开始规划报告大纲...",
|
||||
"outlinePlanDone": "大纲规划完成: {count} 个章节",
|
||||
"outlinePlanFailed": "大纲规划失败: {error}",
|
||||
"reactGenerateSection": "ReACT生成章节: {title}",
|
||||
"sectionIterNone": "章节 {title} 第 {iteration} 次迭代: LLM 返回 None",
|
||||
"sectionConflict": "章节 {title} 第 {iteration} 轮: LLM 同时输出工具调用和 Final Answer(第 {conflictCount} 次冲突)",
|
||||
"sectionConflictDowngrade": "章节 {title}: 连续 {conflictCount} 次冲突,降级为截断执行第一个工具调用",
|
||||
"sectionGenDone": "章节 {title} 生成完成(工具调用: {count}次)",
|
||||
"multiToolOnlyFirst": "LLM 尝试调用 {total} 个工具,只执行第一个: {toolName}",
|
||||
"sectionNoPrefix": "章节 {title} 未检测到 'Final Answer:' 前缀,直接采纳LLM输出作为最终内容(工具调用: {count}次)",
|
||||
"sectionMaxIter": "章节 {title} 达到最大迭代次数,强制生成",
|
||||
"sectionForceFailed": "章节 {title} 强制收尾时 LLM 返回 None,使用默认错误提示",
|
||||
"sectionGenFailedContent": "(本章节生成失败:LLM 返回空响应,请稍后重试)",
|
||||
"outlineSavedToFile": "大纲已保存到文件: {reportId}/outline.json",
|
||||
"sectionSaved": "章节已保存: {reportId}/section_{sectionNum}.md",
|
||||
"reportGenDone": "报告生成完成: {reportId}",
|
||||
"reportGenFailed": "报告生成失败: {error}",
|
||||
"agentChat": "Report Agent对话: {message}...",
|
||||
"fetchReportFailed": "获取报告内容失败: {error}",
|
||||
"outlineSaved": "大纲已保存: {reportId}",
|
||||
"sectionFileSaved": "章节已保存: {reportId}/{fileSuffix}",
|
||||
"fullReportAssembled": "完整报告已组装: {reportId}",
|
||||
"reportSaved": "报告已保存: {reportId}",
|
||||
"reportFolderDeleted": "报告文件夹已删除: {reportId}",
|
||||
"redirectToQuickSearch": "search_graph 已重定向到 quick_search",
|
||||
"redirectToInsightForge": "get_simulation_context 已重定向到 insight_forge"
|
||||
},
|
||||
"console": {
|
||||
"zepToolsInitialized": "ZepToolsService 初始化完成",
|
||||
"zepRetryAttempt": "Zep {operation} 第 {attempt} 次尝试失败: {error}, {delay}秒后重试...",
|
||||
"zepAllRetriesFailed": "Zep {operation} 在 {retries} 次尝试后仍失败: {error}",
|
||||
"graphSearch": "图谱搜索: graph_id={graphId}, query={query}...",
|
||||
"graphSearchOp": "图谱搜索(graph={graphId})",
|
||||
"searchComplete": "搜索完成: 找到 {count} 条相关事实",
|
||||
"zepSearchApiFallback": "Zep Search API失败,降级为本地搜索: {error}",
|
||||
"usingLocalSearch": "使用本地搜索: query={query}...",
|
||||
"localSearchComplete": "本地搜索完成: 找到 {count} 条相关事实",
|
||||
"localSearchFailed": "本地搜索失败: {error}",
|
||||
"fetchingAllNodes": "获取图谱 {graphId} 的所有节点...",
|
||||
"fetchedNodes": "获取到 {count} 个节点",
|
||||
"fetchingAllEdges": "获取图谱 {graphId} 的所有边...",
|
||||
"fetchedEdges": "获取到 {count} 条边",
|
||||
"fetchingNodeDetail": "获取节点详情: {uuid}...",
|
||||
"fetchNodeDetailOp": "获取节点详情(uuid={uuid}...)",
|
||||
"fetchNodeDetailFailed": "获取节点详情失败: {error}",
|
||||
"fetchingNodeEdges": "获取节点 {uuid}... 的相关边",
|
||||
"foundNodeEdges": "找到 {count} 条与节点相关的边",
|
||||
"fetchNodeEdgesFailed": "获取节点边失败: {error}",
|
||||
"fetchingEntitiesByType": "获取类型为 {type} 的实体...",
|
||||
"foundEntitiesByType": "找到 {count} 个 {type} 类型的实体",
|
||||
"fetchingEntitySummary": "获取实体 {name} 的关系摘要...",
|
||||
"fetchingGraphStats": "获取图谱 {graphId} 的统计信息...",
|
||||
"fetchingSimContext": "获取模拟上下文: {requirement}...",
|
||||
"insightForgeStart": "InsightForge 深度洞察检索: {query}...",
|
||||
"generatedSubQueries": "生成 {count} 个子问题",
|
||||
"insightForgeComplete": "InsightForge完成: {facts}条事实, {entities}个实体, {relationships}条关系",
|
||||
"generateSubQueriesFailed": "生成子问题失败: {error},使用默认子问题",
|
||||
"panoramaSearchStart": "PanoramaSearch 广度搜索: {query}...",
|
||||
"panoramaSearchComplete": "PanoramaSearch完成: {active}条有效, {historical}条历史",
|
||||
"quickSearchStart": "QuickSearch 简单搜索: {query}...",
|
||||
"quickSearchComplete": "QuickSearch完成: {count}条结果",
|
||||
"interviewAgentsStart": "InterviewAgents 深度采访(真实API): {requirement}...",
|
||||
"profilesNotFound": "未找到模拟 {simId} 的人设文件",
|
||||
"loadedProfiles": "加载到 {count} 个Agent人设",
|
||||
"selectedAgentsForInterview": "选择了 {count} 个Agent进行采访: {indices}",
|
||||
"generatedInterviewQuestions": "生成了 {count} 个采访问题",
|
||||
"callingBatchInterviewApi": "调用批量采访API(双平台): {count} 个Agent",
|
||||
"interviewApiReturned": "采访API返回: {count} 个结果, success={success}",
|
||||
"interviewApiReturnedFailure": "采访API返回失败: {error}",
|
||||
"interviewApiCallFailed": "采访API调用失败(环境未运行?): {error}",
|
||||
"interviewApiCallException": "采访API调用异常: {error}",
|
||||
"interviewAgentsComplete": "InterviewAgents完成: 采访了 {count} 个Agent(双平台)",
|
||||
"loadedRedditProfiles": "从 reddit_profiles.json 加载了 {count} 个人设",
|
||||
"readRedditProfilesFailed": "读取 reddit_profiles.json 失败: {error}",
|
||||
"loadedTwitterProfiles": "从 twitter_profiles.csv 加载了 {count} 个人设",
|
||||
"readTwitterProfilesFailed": "读取 twitter_profiles.csv 失败: {error}",
|
||||
"llmSelectAgentFailed": "LLM选择Agent失败,使用默认选择: {error}",
|
||||
"generateInterviewQuestionsFailed": "生成采访问题失败: {error}",
|
||||
"generateInterviewSummaryFailed": "生成采访摘要失败: {error}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user