You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(app-crm): translate select option values for dashboard widgets
Add missing option translations so dashboard pivot/charts that group by
select fields render localized values:
- opportunity.lead_source.options (web/referral/event/partner/...)
- case.origin.options (email/phone/web/chat/social_media)
Add widget title/description for sales_dashboard pipeline_stage_by_source
in all four locales (zh-CN, en, ja-JP, es-ES).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
opportunities_by_owner: {title: 'Oportunidades por responsable',description: 'Valor del pipeline abierto por representante'},
569
578
lead_source_breakdown: {title: 'Origen del prospecto',description: 'De dónde proviene nuestro pipeline'},
570
579
top_opportunities: {title: 'Oportunidades abiertas principales',description: 'Negocios de mayor valor aún en curso'},
580
+
pipeline_stage_by_source: {title: 'Pipeline por Etapa × Origen',description: 'Tabla cruzada del importe de oportunidades abiertas por etapa y origen'},
0 commit comments