diff --git a/config/locales/en_FR.yml b/config/locales/en_FR.yml index 69c90bf61b..718c60c528 100644 --- a/config/locales/en_FR.yml +++ b/config/locales/en_FR.yml @@ -2035,6 +2035,8 @@ en_FR: fundraising_fee: "Fundraising fee" price_graph: "Price graph" included_tax: "Included tax" + tax: "Tax" + tax_amount_included: "%{amount} (included)" balance: "Balance" transaction: "Transaction" transaction_date: "Date" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 80cb338c87..e6ef8454c9 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -2037,6 +2037,8 @@ fr: fundraising_fee: "Frais recherche de financement" price_graph: "Légende détail du prix" included_tax: "Inclut TVA" + tax: "Taxe" + tax_amount_included: "%{amount} (inclus)" balance: "Solde" transaction: "Transaction" transaction_date: "Date"