From 994d73b42699dc9269d10caa52c6e720cb6d6a97 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Wed, 31 Aug 2022 12:02:55 +0200 Subject: [PATCH] move trad --- .../cnaf_component/cnaf_component.en.yml | 6 +++++ .../cnaf_component/cnaf_component.fr.yml | 6 +++++ .../dgfip_component/dgfip_component.en.yml | 6 +++++ .../dgfip_component/dgfip_component.fr.yml | 6 +++++ .../email_component/email_component.en.yml | 3 +++ .../email_component/email_component.fr.yml | 3 +++ .../iban_component/iban_component.en.yml | 3 +++ .../iban_component/iban_component.fr.yml | 3 +++ .../mesri_component/mesri_component.en.yml | 4 +++ .../mesri_component/mesri_component.fr.yml | 4 +++ .../phone_component/phone_component.en.yml | 3 +++ .../phone_component/phone_component.fr.yml | 3 +++ .../pole_emploi_component.en.yml | 4 +++ .../pole_emploi_component.fr.yml | 4 +++ .../siret_component/siret_component.en.yml | 4 +++ .../siret_component/siret_component.fr.yml | 4 +++ config/locales/shared.en.yml | 26 ------------------- config/locales/shared.fr.yml | 26 ------------------- 18 files changed, 66 insertions(+), 52 deletions(-) create mode 100644 app/components/editable_champ/cnaf_component/cnaf_component.en.yml create mode 100644 app/components/editable_champ/cnaf_component/cnaf_component.fr.yml create mode 100644 app/components/editable_champ/dgfip_component/dgfip_component.en.yml create mode 100644 app/components/editable_champ/dgfip_component/dgfip_component.fr.yml create mode 100644 app/components/editable_champ/email_component/email_component.en.yml create mode 100644 app/components/editable_champ/email_component/email_component.fr.yml create mode 100644 app/components/editable_champ/iban_component/iban_component.en.yml create mode 100644 app/components/editable_champ/iban_component/iban_component.fr.yml create mode 100644 app/components/editable_champ/mesri_component/mesri_component.en.yml create mode 100644 app/components/editable_champ/mesri_component/mesri_component.fr.yml create mode 100644 app/components/editable_champ/phone_component/phone_component.en.yml create mode 100644 app/components/editable_champ/phone_component/phone_component.fr.yml create mode 100644 app/components/editable_champ/pole_emploi_component/pole_emploi_component.en.yml create mode 100644 app/components/editable_champ/pole_emploi_component/pole_emploi_component.fr.yml create mode 100644 app/components/editable_champ/siret_component/siret_component.en.yml create mode 100644 app/components/editable_champ/siret_component/siret_component.fr.yml diff --git a/app/components/editable_champ/cnaf_component/cnaf_component.en.yml b/app/components/editable_champ/cnaf_component/cnaf_component.en.yml new file mode 100644 index 000000000..b851aca8c --- /dev/null +++ b/app/components/editable_champ/cnaf_component/cnaf_component.en.yml @@ -0,0 +1,6 @@ +--- +en: + numero_allocataire_label: CAF benefit number + numero_allocataire_notice: It is usually composed of 7 digits. + code_postal_label: postal code + code_postal_notice: It is usually composed of 5 digits. diff --git a/app/components/editable_champ/cnaf_component/cnaf_component.fr.yml b/app/components/editable_champ/cnaf_component/cnaf_component.fr.yml new file mode 100644 index 000000000..f4424346b --- /dev/null +++ b/app/components/editable_champ/cnaf_component/cnaf_component.fr.yml @@ -0,0 +1,6 @@ +--- +fr: + numero_allocataire_label: Le numéro d’allocataire CAF + numero_allocataire_notice: Il est généralement composé de 7 chiffres. + code_postal_label: Le code postal + code_postal_notice: Il est généralement composé de 5 chiffres. diff --git a/app/components/editable_champ/dgfip_component/dgfip_component.en.yml b/app/components/editable_champ/dgfip_component/dgfip_component.en.yml new file mode 100644 index 000000000..8c352e089 --- /dev/null +++ b/app/components/editable_champ/dgfip_component/dgfip_component.en.yml @@ -0,0 +1,6 @@ +--- +en: + numero_fiscal_label: Tax number + numero_fiscal_notice: It is usually composed of 13 to 14 characters. + reference_avis_label: Tax notice reference + reference_avis_notice: It is usually composed of 13 to 14 characters. diff --git a/app/components/editable_champ/dgfip_component/dgfip_component.fr.yml b/app/components/editable_champ/dgfip_component/dgfip_component.fr.yml new file mode 100644 index 000000000..2f6ca95eb --- /dev/null +++ b/app/components/editable_champ/dgfip_component/dgfip_component.fr.yml @@ -0,0 +1,6 @@ +--- +fr: + numero_fiscal_label: Le numéro fiscal + numero_fiscal_notice: Il est généralement composé de 13 ou 14 caractères. + reference_avis_label: La référence d'avis d'imposition + reference_avis_notice: Elle est généralement composée de 13 ou 14 caractères. diff --git a/app/components/editable_champ/email_component/email_component.en.yml b/app/components/editable_champ/email_component/email_component.en.yml new file mode 100644 index 000000000..9b0cf94b2 --- /dev/null +++ b/app/components/editable_champ/email_component/email_component.en.yml @@ -0,0 +1,3 @@ +--- +en: + placeholder: "camilya.martin@exemple.fr" diff --git a/app/components/editable_champ/email_component/email_component.fr.yml b/app/components/editable_champ/email_component/email_component.fr.yml new file mode 100644 index 000000000..1feea0e6b --- /dev/null +++ b/app/components/editable_champ/email_component/email_component.fr.yml @@ -0,0 +1,3 @@ +--- +fr: + placeholder: "camilya.martin@exemple.fr" diff --git a/app/components/editable_champ/iban_component/iban_component.en.yml b/app/components/editable_champ/iban_component/iban_component.en.yml new file mode 100644 index 000000000..3ebc9472c --- /dev/null +++ b/app/components/editable_champ/iban_component/iban_component.en.yml @@ -0,0 +1,3 @@ +--- +en: + placeholder: "FR76 3000 6000 0012 3456 7890 189" diff --git a/app/components/editable_champ/iban_component/iban_component.fr.yml b/app/components/editable_champ/iban_component/iban_component.fr.yml new file mode 100644 index 000000000..91bce885f --- /dev/null +++ b/app/components/editable_champ/iban_component/iban_component.fr.yml @@ -0,0 +1,3 @@ +--- +fr: + placeholder: "FR76 3000 6000 0012 3456 7890 189" diff --git a/app/components/editable_champ/mesri_component/mesri_component.en.yml b/app/components/editable_champ/mesri_component/mesri_component.en.yml new file mode 100644 index 000000000..f79f8bdf9 --- /dev/null +++ b/app/components/editable_champ/mesri_component/mesri_component.en.yml @@ -0,0 +1,4 @@ +--- +en: + ine_label: INE + ine_notice: Student National Number. It is usually composed of alphanumeric characters. diff --git a/app/components/editable_champ/mesri_component/mesri_component.fr.yml b/app/components/editable_champ/mesri_component/mesri_component.fr.yml new file mode 100644 index 000000000..5c37a86b2 --- /dev/null +++ b/app/components/editable_champ/mesri_component/mesri_component.fr.yml @@ -0,0 +1,4 @@ +--- +fr: + ine_label: INE + ine_notice: Identifiant National Étudiant. Il est généralement composé de caractères alphanumériques. diff --git a/app/components/editable_champ/phone_component/phone_component.en.yml b/app/components/editable_champ/phone_component/phone_component.en.yml new file mode 100644 index 000000000..d16bb25d2 --- /dev/null +++ b/app/components/editable_champ/phone_component/phone_component.en.yml @@ -0,0 +1,3 @@ +--- +en: + placeholder: "0612345678" diff --git a/app/components/editable_champ/phone_component/phone_component.fr.yml b/app/components/editable_champ/phone_component/phone_component.fr.yml new file mode 100644 index 000000000..6c86da5ab --- /dev/null +++ b/app/components/editable_champ/phone_component/phone_component.fr.yml @@ -0,0 +1,3 @@ +--- +fr: + placeholder: "0612345678" diff --git a/app/components/editable_champ/pole_emploi_component/pole_emploi_component.en.yml b/app/components/editable_champ/pole_emploi_component/pole_emploi_component.en.yml new file mode 100644 index 000000000..4126861da --- /dev/null +++ b/app/components/editable_champ/pole_emploi_component/pole_emploi_component.en.yml @@ -0,0 +1,4 @@ +--- +en: + identifiant_label: Identifier + identifiant_notice: It is usually composed of alphanumeric characters. diff --git a/app/components/editable_champ/pole_emploi_component/pole_emploi_component.fr.yml b/app/components/editable_champ/pole_emploi_component/pole_emploi_component.fr.yml new file mode 100644 index 000000000..5bcb352a4 --- /dev/null +++ b/app/components/editable_champ/pole_emploi_component/pole_emploi_component.fr.yml @@ -0,0 +1,4 @@ +--- +fr: + identifiant_label: Identifiant + identifiant_notice: Il est généralement composé de caractères alphanumériques. diff --git a/app/components/editable_champ/siret_component/siret_component.en.yml b/app/components/editable_champ/siret_component/siret_component.en.yml new file mode 100644 index 000000000..11d21a902 --- /dev/null +++ b/app/components/editable_champ/siret_component/siret_component.en.yml @@ -0,0 +1,4 @@ +--- +en: + placeholder: "50000123456789" + title: "The SIRET number must have exactly 14 digits" diff --git a/app/components/editable_champ/siret_component/siret_component.fr.yml b/app/components/editable_champ/siret_component/siret_component.fr.yml new file mode 100644 index 000000000..3bb1b86c3 --- /dev/null +++ b/app/components/editable_champ/siret_component/siret_component.fr.yml @@ -0,0 +1,4 @@ +--- +fr: + placeholder: "50000123456789" + title: "Le numéro de SIRET doit comporter exactement 14 chiffres" diff --git a/config/locales/shared.en.yml b/config/locales/shared.en.yml index f23a1ccb6..1276e41a5 100644 --- a/config/locales/shared.en.yml +++ b/config/locales/shared.en.yml @@ -1,32 +1,6 @@ en: shared: dossiers: - editable_champs: - cnaf: - numero_allocataire_label: CAF benefit number - numero_allocataire_notice: It is usually composed of 7 digits. - code_postal_label: postal code - code_postal_notice: It is usually composed of 5 digits. - dgfip: - numero_fiscal_label: Tax number - numero_fiscal_notice: It is usually composed of 13 to 14 characters. - reference_avis_label: Tax notice reference - reference_avis_notice: It is usually composed of 13 to 14 characters. - email: - placeholder: "camilya.martin@exemple.fr" - iban: - placeholder: "FR76 3000 6000 0012 3456 7890 189" - mesri: - ine_label: INE - ine_notice: Student National Number. It is usually composed of alphanumeric characters. - phone: - placeholder: "0612345678" - pole_emploi: - identifiant_label: Identifier - identifiant_notice: It is usually composed of alphanumeric characters. - siret: - placeholder: "50000123456789" - title: "The SIRET number must have exactly 14 digits" header: expires_at: brouillon: "Expires on %{date} (%{duree_conservation_totale} months after this file was created)" diff --git a/config/locales/shared.fr.yml b/config/locales/shared.fr.yml index 432210818..1b055183d 100644 --- a/config/locales/shared.fr.yml +++ b/config/locales/shared.fr.yml @@ -1,32 +1,6 @@ fr: shared: dossiers: - editable_champs: - cnaf: - numero_allocataire_label: Le numéro d’allocataire CAF - numero_allocataire_notice: Il est généralement composé de 7 chiffres. - code_postal_label: Le code postal - code_postal_notice: Il est généralement composé de 5 chiffres. - dgfip: - numero_fiscal_label: Le numéro fiscal - numero_fiscal_notice: Il est généralement composé de 13 ou 14 caractères. - reference_avis_label: La référence d'avis d'imposition - reference_avis_notice: Elle est généralement composée de 13 ou 14 caractères. - email: - placeholder: "camilya.martin@exemple.fr" - iban: - placeholder: "FR76 3000 6000 0012 3456 7890 189" - mesri: - ine_label: INE - ine_notice: Identifiant National Étudiant. Il est généralement composé de caractères alphanumériques. - phone: - placeholder: "0612345678" - pole_emploi: - identifiant_label: Identifiant - identifiant_notice: Il est généralement composé de caractères alphanumériques. - siret: - placeholder: "50000123456789" - title: "Le numéro de SIRET doit comporter exactement 14 chiffres" header: expires_at: brouillon: "Expirera le %{date} (%{duree_conservation_totale} mois après la création du dossier)"