diff --git a/config/locales/fr.yml b/config/locales/fr.yml new file mode 100644 index 0000000..82284d7 --- /dev/null +++ b/config/locales/fr.yml @@ -0,0 +1,9 @@ +fr: + rate_label_rates: Tarifs + rate_label_rate: Tarif + rate_label_rate_history: Historique du tarif + rate_label_new_rate: Nouveau tarif + rate_label_currency: € + rate_error_user_not_found: Utilisateur introuvable + rate_label_set_rate: Parametrage du tarif + rate_label_default: Tarif par défaut diff --git a/lang/fr.yml b/lang/fr.yml new file mode 100644 index 0000000..42ee615 --- /dev/null +++ b/lang/fr.yml @@ -0,0 +1,8 @@ +rate_label_rates: Tarifs +rate_label_rate: Tarif +rate_label_rate_history: Historique du tarif +rate_label_new_rate: Nouveau tarif +rate_label_currency: € +rate_error_user_not_found: Utilisateur introuvable +rate_label_set_rate: Parametrage du tarif +rate_label_default: Tarif par défaut