72 lines
3.4 KiB
Python
72 lines
3.4 KiB
Python
LANG = {
|
|
"welcome": "Welcome to TradingAgents CLI",
|
|
"analyst_team": "Analyst Team",
|
|
"market_analyst": "Market Analyst",
|
|
"social_analyst": "Social Analyst",
|
|
"news_analyst": "News Analyst",
|
|
"social_media_analyst": "Social Media Analyst",
|
|
"fundamentals_analyst": "Fundamentals Analyst",
|
|
"research_team": "Research Team",
|
|
"bull_researcher": "Bull Researcher",
|
|
"bear_researcher": "Bear Researcher",
|
|
"research_manager": "Research Manager",
|
|
"trading_team": "Trading Team",
|
|
"trader": "Trader",
|
|
"risk_management": "Risk Management",
|
|
"risky_analyst": "Risky Analyst",
|
|
"neutral_analyst": "Neutral Analyst",
|
|
"safe_analyst": "Safe Analyst",
|
|
"portfolio_management": "Portfolio Management",
|
|
"portfolio_manager": "Portfolio Manager",
|
|
"market_report": "Market Report",
|
|
"sentiment_report": "Sentiment Report",
|
|
"news_report": "News Report",
|
|
"fundamentals_report": "Fundamentals Report",
|
|
"investment_plan": "Investment Plan",
|
|
"trader_investment_plan": "Trader Investment Plan",
|
|
"final_trade_decision": "Final Trade Decision",
|
|
"team": "Team",
|
|
"agent": "Agent",
|
|
"status": "Status",
|
|
"progress": "Progress",
|
|
"messages_tools": "Messages & Tools",
|
|
"current_report": "Current Report",
|
|
"pending": "Pending",
|
|
"completed": "Completed",
|
|
"error": "Error",
|
|
"in_progress": "In Progress",
|
|
"time": "Time",
|
|
"type": "Type",
|
|
"content": "Content",
|
|
"tool": "Tool",
|
|
"spinner": "Loading",
|
|
"framework_subtitle": "Multi-Agents LLM Financial Trading Framework",
|
|
"workflow_steps_title": "Workflow Steps:",
|
|
"workflow_steps": "I. Analyst Team → II. Research Team → III. Trader → IV. Risk Management → V. Portfolio Management\n\n",
|
|
"step1_title": "Step 1: Ticker Symbol",
|
|
"step1_prompt": "Enter the ticker symbol to analyze",
|
|
"step2_title": "Step 2: Analysis Date",
|
|
"step2_prompt": "Enter the analysis date (YYYY-MM-DD)",
|
|
"step3_title": "Step 3: Analysts Team",
|
|
"step3_prompt": "Select your LLM analyst agents for the analysis",
|
|
"step4_title": "Step 4: Research Depth",
|
|
"step4_prompt": "Select your research depth level",
|
|
"step5_title": "Step 5: External Reports",
|
|
"step5_prompt": "Do you need to import external reports?",
|
|
"step6_title": "Step 6: Investment Preferences",
|
|
"step6_prompt": "Do you need to import investment preferences?",
|
|
"step6_pref_found_prompt": "Do you want to use the saved investment preferences:",
|
|
"step7_title": "Step 7: Thinking Agents",
|
|
"step7_prompt": "Select your thinking agents for analysis",
|
|
"step8_title": "Step 8: Thinking Agents",
|
|
"step8_prompt": "Select your thinking agents for analysis",
|
|
"default_ticker": "SPY",
|
|
"ticker_validate": "Please enter a valid ticker symbol.",
|
|
"date_validate": "Please enter a valid date in YYYY-MM-DD format.",
|
|
"analyst_instruction": "\n- Press Space to select/unselect analysts\n- Press 'a' to select/unselect all\n- Press Enter when done",
|
|
"analyst_validate": "You must select at least one analyst.",
|
|
"depth_shallow": "Shallow - Quick research, few debate and strategy discussion rounds",
|
|
"depth_medium": "Medium - Middle ground, moderate debate rounds and strategy discussion",
|
|
"depth_deep": "Deep - Comprehensive research, in depth debate and strategy discussion",
|
|
"depth_instruction": "\n- Use arrow keys to navigate\n- Press Enter to select",
|
|
} |