export default { ideas: { // Page header title: '๐Ÿ’ก Ideas', refresh: '๐Ÿ”„ Refresh', capture: 'โœจ Capture Idea', // Filter bar searchPlaceholder: 'Search ideas...', filter: { all: 'All', hot: 'Hot', pending: 'Pending', promoted: 'Promoted', }, // Empty state emptyState: 'Select an idea to view details', // List empty / async button placeholders listEmpty: '๐Ÿ“ญ No ideas yet. Click "Capture Idea" at the top right to start.', creating: 'Creatingโ€ฆ', deleting: 'Deletingโ€ฆ', promoting: 'Promotingโ€ฆ', // Errors err: { loadFailed: 'Failed to load ideas', createFailed: 'Failed to create idea', deleteFailed: 'Failed to delete idea', relateFailed: 'Failed to update relations', }, // Adversarial evaluation adversarialTitle: 'โš–๏ธ Adversarial Evaluation', evalModeHeuristic: 'Heuristic', positive: '๐Ÿ“ˆ Pro', negative: '๐Ÿ“‰ Con', confidence: '{n}% confidence', analystTitle: '๐Ÿง  AI Analyst Conclusion', finalScore: 'Overall score: {score}/10', netSentiment: 'Overall sentiment: {tone} ({n})', sentimentPositive: 'Positive', sentimentNegative: 'Cautious', sentimentNeutral: 'Neutral', actionTitle: '๐Ÿ’ก Action Items', evaluating: 'โณ Evaluatingโ€ฆ', startEval: '๐Ÿ” Start Adversarial Eval', retryEval: 'Retry', evalModeLlm: 'LLM deep eval', evalModeFallback: 'Heuristic fallback', // Description editing editDesc: 'Edit', saveDesc: 'Save', cancelEdit: 'Cancel', // List sorting sortByScore: 'By score', sortByTime: 'By time', // Assessment badges assessment: { 'immediate action': '๐Ÿš€ Act immediately', soon: '๐Ÿ“… Act soon', 'with resources': '๐Ÿ“ฆ Act with resources', 'research more': '๐Ÿ” Needs more research', monitor: '๐Ÿ‘๏ธ Keep monitoring', cancel: 'โŒ Cancel idea', }, // Project detail "Source Idea" card (promote carries evaluation conclusion back) sourceIdea: '๐Ÿ’ก Source Idea', sourceIdeaNotEvaluated: 'Idea not evaluated yet, click to view', // Multi-dimensional score multiScoreTitle: '๐Ÿ“Š Multi-dim Score', noEval: 'No evaluation yet', // Evaluation history (version timeline) historyTitle: '๐Ÿ“œ Evaluation History', historyVersion: 'Version', historyLatest: 'Latest', historyEmpty: 'No evaluation history', historyLoading: 'Loading historyโ€ฆ', // Related ideas relatedTitle: '๐Ÿ”— Related Ideas', relatedEmpty: 'No relations', relatedManage: 'Manage relations', relatedConfirm: 'Confirm', relatedCancel: 'Cancel', // Idea stats panel (used by IdeasPanel) statsPending: 'Pending', statsPromoted: 'Promoted', statsAvgScore: 'Avg score', // Tags tagsTitle: '๐Ÿท๏ธ Tags', noTags: 'No tags yet', // Status management statusTitle: '๐Ÿ“‹ Status', status: { draft: '๐Ÿ“ Draft', pending_review: 'โณ Pending', approved: 'โœ… Approved', promoted: '๐Ÿš€ Promoted', rejected: 'โŒ Rejected', }, // Action buttons promoteToProject: '๐Ÿš€ Promote to Project', deleteIdea: '๐Ÿ—‘๏ธ Delete Idea', promotedProject: 'Promoted to project', // Capture modal captureTitle: 'โœจ Capture New Idea', fieldTitle: 'Title', fieldDesc: 'Description', fieldTags: 'Tags', fieldPriority: 'Priority', fieldSource: 'Source', titlePlaceholder: 'Describe your idea in one sentence...', descPlaceholder: 'More details (optional)...', tagsPlaceholder: 'Comma-separated, e.g. tools, efficiency, automation', sourcePlaceholder: 'Source (optional, e.g. user feedback, competitor analysis)', priorityCritical: 'Critical', priorityHigh: 'High', priorityMedium: 'Medium', priorityLow: 'Low', // Deep link not found notFound: 'Idea not found or deleted', // Native dialog text (confirm / alert) confirmDelete: 'Delete idea "{title}"? This cannot be undone.', promoteFailed: 'Promotion failed', evalFailed: 'Evaluation failed', }, }