diff --git a/apps/finance/services/api/main/locales/en.toml b/apps/finance/services/api/main/locales/en.toml index 7344499..f173852 100644 --- a/apps/finance/services/api/main/locales/en.toml +++ b/apps/finance/services/api/main/locales/en.toml @@ -230,6 +230,13 @@ section_title = "Committed goals" all_goals_link = "→ all goals" months_left = "mo left" per_month_needed = "/mo needed" +of = "of" +this_month = "This month" +funded = "On track" +fund_link = "Fund it" +needed = "needed" +left_to_fund = "left to fund" +needed_this_month = "needed this month" [dashboard.fixed_costs] section_title = "Fixed costs" diff --git a/apps/finance/services/api/main/locales/pt.toml b/apps/finance/services/api/main/locales/pt.toml index 8995294..ddd101c 100644 --- a/apps/finance/services/api/main/locales/pt.toml +++ b/apps/finance/services/api/main/locales/pt.toml @@ -230,6 +230,13 @@ section_title = "Objetivos comprometidos" all_goals_link = "→ todos os objetivos" months_left = "meses restantes" per_month_needed = "/mês necessários" +of = "de" +this_month = "Este mês" +funded = "No bom caminho" +fund_link = "Financiar" +needed = "necessários" +left_to_fund = "em falta" +needed_this_month = "necessários este mês" [dashboard.fixed_costs] section_title = "Custos fixos" diff --git a/apps/finance/services/api/main/templates/dashboard.html b/apps/finance/services/api/main/templates/dashboard.html index 26781b9..c29838d 100644 --- a/apps/finance/services/api/main/templates/dashboard.html +++ b/apps/finance/services/api/main/templates/dashboard.html @@ -377,28 +377,65 @@ function wfToggleCat(id) {