diff --git a/config/locales/en.yml b/config/locales/en.yml index b6ebae365..4994f9127 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -130,6 +130,7 @@ en: yes_no_html: '"true" for Yes, "false" pour No' checkbox_html: '"true" to check, "false" to uncheck' pays_html: An ISO 3166-2 country code + departements_html: A department number regions_html: An INSEE region code date_html: ISO8601 date datetime_html: ISO8601 datetime @@ -478,9 +479,9 @@ en: "champs/departement_champ": attributes: value: - not_in_departement_names: "must be a valid departement name" + not_in_departement_names: "must be a valid department name" external_id: - not_in_departement_codes: "must be a valid departement code" + not_in_departement_codes: "must be a valid department code" errors: format: "Field « %{attribute} » %{message}" messages: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 7ff6a3e7f..b8402dfb2 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -121,6 +121,7 @@ fr: yes_no_html: '"true" pour Oui, "false" pour Non' checkbox_html: '"true" pour coché, "false" pour décoché' pays_html: Un code pays ISO 3166-2 + departements_html: Un numéro de département regions_html: Un code INSEE de région datetime_html: Datetime au format ISO8601 date_html: Date au format ISO8601