feat(i18n): replace remaining Chinese in config generator and profile generator
Also update simulation prompts to be locale-neutral for timezone/schedule.
This commit is contained in:
@@ -404,7 +404,12 @@
|
||||
"generatingEventConfig": "生成事件配置和热点话题...",
|
||||
"generatingAgentConfig": "生成Agent配置 ({start}-{end}/{total})...",
|
||||
"generatingPlatformConfig": "生成平台配置...",
|
||||
"zepSearchQuery": "关于{name}的所有信息、活动、事件、关系和背景"
|
||||
"zepSearchQuery": "关于{name}的所有信息、活动、事件、关系和背景",
|
||||
"timeConfigLabel": "时间配置",
|
||||
"eventConfigLabel": "事件配置",
|
||||
"agentConfigResult": "Agent配置: 成功生成 {count} 个",
|
||||
"postAssignResult": "初始帖子分配: {count} 个帖子已分配发布者",
|
||||
"profileGenerated": "[已生成] {name} ({type})"
|
||||
},
|
||||
"log": {
|
||||
"preparingGoBack": "准备返回 Step 2,正在关闭模拟...",
|
||||
@@ -476,6 +481,47 @@
|
||||
"configSummaryPostsAlt": " └─ 初始帖子: {count}条",
|
||||
"configGenerating": "配置生成中,开始轮询等待...",
|
||||
"loadConfigFailed": "加载配置失败: {error}",
|
||||
"step2Init": "Step2 环境搭建初始化"
|
||||
"step2Init": "Step2 环境搭建初始化",
|
||||
"step3Init": "Step3 模拟运行初始化",
|
||||
"startingDualSim": "正在启动双平台并行模拟...",
|
||||
"setMaxRounds": "设置最大模拟轮数: {rounds}",
|
||||
"graphMemoryUpdateEnabled": "已开启动态图谱更新模式",
|
||||
"oldSimCleared": "✓ 已清理旧的模拟日志,重新开始模拟",
|
||||
"engineStarted": "✓ 模拟引擎启动成功",
|
||||
"startFailed": "✗ 启动失败: {error}",
|
||||
"startException": "✗ 启动异常: {error}",
|
||||
"stoppingSim": "正在停止模拟...",
|
||||
"simStoppedSuccess": "✓ 模拟已停止",
|
||||
"stopFailed": "停止失败: {error}",
|
||||
"stopException": "停止异常: {error}",
|
||||
"allPlatformsCompleted": "✓ 检测到所有平台模拟已结束",
|
||||
"simCompleted": "✓ 模拟已完成",
|
||||
"reportRequestSent": "报告生成请求已发送,请稍候...",
|
||||
"startingReportGen": "正在启动报告生成...",
|
||||
"reportGenTaskStarted": "✓ 报告生成任务已启动: {reportId}",
|
||||
"reportGenFailed": "✗ 启动报告生成失败: {error}",
|
||||
"reportGenException": "✗ 启动报告生成异常: {error}",
|
||||
"step5Init": "Step5 深度互动初始化",
|
||||
"selectChatTarget": "选择对话对象: {name}",
|
||||
"sendFailed": "发送失败: {error}",
|
||||
"sendToReportAgent": "向 Report Agent 发送: {message}...",
|
||||
"reportAgentReplied": "Report Agent 已回复",
|
||||
"sendToAgent": "向 {name} 发送: {message}...",
|
||||
"agentReplied": "{name} 已回复",
|
||||
"sendSurvey": "发送问卷给 {count} 个对象...",
|
||||
"receivedReplies": "收到 {count} 条回复",
|
||||
"surveySendFailed": "问卷发送失败: {error}",
|
||||
"loadReportData": "加载报告数据: {id}",
|
||||
"loadReportFailed": "加载报告失败: {error}",
|
||||
"reportDataLoaded": "报告数据加载完成",
|
||||
"loadReportLogFailed": "加载报告日志失败: {error}",
|
||||
"loadedProfiles": "加载了 {count} 个模拟个体",
|
||||
"loadProfilesFailed": "加载模拟个体失败: {error}",
|
||||
"interactionViewInit": "InteractionView 初始化",
|
||||
"reportViewInit": "ReportView 初始化",
|
||||
"getReportInfoFailed": "获取报告信息失败: {error}",
|
||||
"enterStep": "进入 Step {step}: {name}",
|
||||
"returnToStep": "返回 Step {step}: {name}",
|
||||
"customSimRounds": "自定义模拟轮数: {rounds} 轮"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user