| export const translations = { |
| en: { |
| dashboard: "Dashboard", |
| tenderSearch: "Tender Search", |
| myPortfolio: "My Portfolio", |
| companyProfile: "Company Profile", |
| agentAnalysis: "Agent Analysis", |
| proposalDraft: "Proposal Draft", |
| reports: "Reports", |
| history: "History", |
| about: "About", |
| resumenEjecutivo: "Executive Summary", |
| andesOpsDesc: "Market intelligence and agentic analysis for public tenders.", |
| syncPipeline: "Sync Global Pipeline", |
| tendersFound: "Tenders Found", |
| activeOpps: "Active opportunities", |
| recommended: "Recommended", |
| highRisk: "High Risk", |
| totalPipeline: "Total Pipeline", |
| sectors: "Market Sectors", |
| regionalDist: "Regional Distribution", |
| deadlines: "Deadline Status", |
| integrityMonitor: "Data Integrity Monitor", |
| recentActivity: "Recent Pipeline Activity", |
| idSelect: "ID / Select", |
| opportunity: "Opportunity", |
| buyer: "Buyer", |
| status: "Status", |
| analyze: "Analyze", |
| esgScore: "ESG Compliance Rating", |
| environmental: "Environmental", |
| social: "Social", |
| governance: "Governance", |
| language: "Language", |
| ingesting: "INGESTING DOCUMENTS...", |
| analyzeSelected: "ANALYZE SELECTED", |
| }, |
| es: { |
| dashboard: "Panel de Control", |
| tenderSearch: "Buscador de Licitaciones", |
| myPortfolio: "Mi Portafolio", |
| companyProfile: "Perfil de Empresa", |
| agentAnalysis: "An谩lisis Ag茅ntico", |
| proposalDraft: "Borrador de Propuesta", |
| reports: "Reportes", |
| history: "Historial", |
| about: "Sistema", |
| resumenEjecutivo: "Resumen Ejecutivo", |
| andesOpsDesc: "Inteligencia de mercado y an谩lisis de agentes para licitaciones p煤blicas.", |
| syncPipeline: "Sincronizar Pipeline Global", |
| tendersFound: "Licitaciones Halladas", |
| activeOpps: "Oportunidades activas", |
| recommended: "Recomendadas", |
| highRisk: "Riesgo Alto", |
| totalPipeline: "Pipeline Total", |
| sectors: "Sectores de Mercado", |
| regionalDist: "Distribuci贸n Regional", |
| deadlines: "Estado de Plazos", |
| integrityMonitor: "Monitor de Integridad de Datos", |
| recentActivity: "Actividad Reciente", |
| idSelect: "ID / Selecci贸n", |
| opportunity: "Oportunidad", |
| buyer: "Comprador", |
| status: "Estado", |
| analyze: "Analizar", |
| esgScore: "Calificaci贸n de Cumplimiento ESG", |
| environmental: "Ambiental", |
| social: "Social", |
| governance: "Gobernanza", |
| language: "Idioma", |
| ingesting: "INGIRIENDO DOCUMENTOS...", |
| analyzeSelected: "ANALIZAR SELECCIONADOS", |
| } |
| }; |
|
|
| export type Language = "en" | "es"; |
|
|