72 lines
3.2 KiB
Python
72 lines
3.2 KiB
Python
LANG = {
|
||
"welcome": "欢迎使用TradingAgents CLI",
|
||
"analyst_team": "分析师团队",
|
||
"market_analyst": "市场分析师",
|
||
"social_media_analyst": "社媒分析师",
|
||
"social_analyst": "社媒分析师",
|
||
"news_analyst": "新闻分析师",
|
||
"fundamentals_analyst": "基本面分析师",
|
||
"research_team": "研究团队",
|
||
"bull_researcher": "多头研究员",
|
||
"bear_researcher": "空头研究员",
|
||
"research_manager": "研究经理",
|
||
"trading_team": "交易团队",
|
||
"trader": "交易员",
|
||
"risk_management": "风险管理",
|
||
"risky_analyst": "激进分析师",
|
||
"neutral_analyst": "中性分析师",
|
||
"safe_analyst": "保守分析师",
|
||
"portfolio_management": "投资组合管理",
|
||
"portfolio_manager": "投资组合经理",
|
||
"market_report": "市场分析报告",
|
||
"sentiment_report": "情绪分析报告",
|
||
"news_report": "新闻分析报告",
|
||
"fundamentals_report": "基本面分析报告",
|
||
"investment_plan": "投资计划",
|
||
"trader_investment_plan": "交易员投资计划",
|
||
"final_trade_decision": "最终交易决策",
|
||
"team": "团队",
|
||
"agent": "代理人",
|
||
"status": "状态",
|
||
"progress": "进度",
|
||
"messages_tools": "消息与工具",
|
||
"current_report": "当前报告",
|
||
"pending": "待处理",
|
||
"completed": "已完成",
|
||
"error": "错误",
|
||
"in_progress": "进行中",
|
||
"time": "时间",
|
||
"type": "类型",
|
||
"content": "内容",
|
||
"tool": "工具",
|
||
"spinner": "加载中",
|
||
"framework_subtitle": "多角色工作流框架",
|
||
"workflow_steps_title": "工作流步骤:",
|
||
"workflow_steps": "I. 分析师团队 → II. 研究团队 → III. 交易员 → IV. 风险管理 → V. 投资组合管理\n\n",
|
||
"step1_title": "步骤1:资产代码",
|
||
"step1_prompt": "请输入要分析的资产代码",
|
||
"step2_title": "步骤2:分析日期",
|
||
"step2_prompt": "请输入分析日期(YYYY-MM-DD)",
|
||
"step3_title": "步骤3:分析师团队",
|
||
"step3_prompt": "请选择用于分析的LLM分析师代理",
|
||
"step4_title": "步骤4:研究深度",
|
||
"step4_prompt": "请选择研究深度等级",
|
||
"step5_title": "步骤5:外部报告",
|
||
"step5_prompt": "需要导入外部报告吗?",
|
||
"step6_title": "步骤6:投资偏好",
|
||
"step6_prompt": "需要导入投资偏好吗?",
|
||
"step6_pref_found_prompt": "是否使用已保存的投资偏好:",
|
||
"step7_title": "步骤7:思考代理",
|
||
"step7_prompt": "请选择用于简单分析的思考代理",
|
||
"step8_title": "步骤8:思考代理",
|
||
"step8_prompt": "请选择用于深度分析的思考代理",
|
||
"default_ticker": "SPY",
|
||
"ticker_validate": "请输入有效的资产代码。",
|
||
"date_validate": "请输入有效的日期,格式为YYYY-MM-DD。",
|
||
"analyst_instruction": "\n- 空格选择/取消分析师\n- 'a' 全选/取消全选\n- 回车确认",
|
||
"analyst_validate": "请至少选择一位分析师。",
|
||
"depth_shallow": "浅层 - 快速研究,少量辩论与策略讨论轮次",
|
||
"depth_medium": "中等 - 适中研究,适量辩论与策略讨论",
|
||
"depth_deep": "深度 - 全面研究,深入辩论与策略讨论",
|
||
"depth_instruction": "\n- 使用方向键选择\n- 回车确认",
|
||
} |