From 12b66513ca3325d5f0625bba652515a4a47c289e Mon Sep 17 00:00:00 2001 From: Kara Diaby Date: Thu, 8 Sep 2022 15:47:23 +0200 Subject: [PATCH] locales --- config/locales/links.en.yml | 12 ------ config/locales/links.fr.yml | 4 ++ .../views/users/procedure_footer/en.yml | 13 +++--- .../views/users/procedure_footer/fr.yml | 40 +++++++++++++------ 4 files changed, 37 insertions(+), 32 deletions(-) diff --git a/config/locales/links.en.yml b/config/locales/links.en.yml index 0124503e9..cd60096b1 100644 --- a/config/locales/links.en.yml +++ b/config/locales/links.en.yml @@ -17,9 +17,7 @@ en: title: "Accessibility declaration" url: "https://doc.demarches-simplifiees.fr/declaration-daccessibilite" aide: - label: "Help" title: "Frequently Asked Questions" - url: "https://faq.demarches-simplifiees.fr" api_doc: label: "API Documentation" title: "API Documentation" @@ -39,9 +37,6 @@ en: contact: label: "Contact" title: "Contact us" - contact_technique: - label: "Technical contact" - title: "Technical contact for bug report or security feedback" doc: label: "Documentation" title: "Our Documentation" @@ -74,9 +69,6 @@ en: label: "Security" title: "Security policy" url: "https://github.com/betagouv/demarches-simplifiees.fr/blob/main/SECURITY.md" - stats: - label: "Statistics" - title: "Statistics about demarches-simplifiees" status_page: label: "Disponibility" title: "Disponibility and availability" @@ -88,7 +80,3 @@ en: label: "Online workshop registration" title: "Registration for our online workshop" url: "https://app.livestorm.co/demarches-simplifiees" - solidarite_numerique: - label: "Do you need assistance with your digital file?" - title: "Do you need assistance with your online process ?" - url: "https://www.solidarite-numerique.fr/cartographie/" diff --git a/config/locales/links.fr.yml b/config/locales/links.fr.yml index 5f7157431..49f7f8789 100644 --- a/config/locales/links.fr.yml +++ b/config/locales/links.fr.yml @@ -92,3 +92,7 @@ fr: label: "Besoin d'aide avec vos démarches en ligne ?" title: "Avez-vous besoin d'aide concernant vos démarchez informatisées, essayez solidarite-numerique.fr" url: "https://www.solidarite-numerique.fr/cartographie/" + cookies: + label: Gestion des cookies + title: Gestion des cookies + diff --git a/config/locales/views/users/procedure_footer/en.yml b/config/locales/views/users/procedure_footer/en.yml index 4935b55d5..755e7cb80 100644 --- a/config/locales/views/users/procedure_footer/en.yml +++ b/config/locales/views/users/procedure_footer/en.yml @@ -1,25 +1,22 @@ en: users: procedure_footer: - aria_label: "Know more about %{procedure_name}" managed_by: header: 'This procedure is managed by :' contact: header: 'Ask a question about your file :' in_app_mail: - prefix: 'Directly :' - link: "via the chat" + link: "Direclty via the chat" email: - prefix: 'By mail :' + link: "Direcly by email %{service_email}" phone: - prefix: 'By phone :' + link: 'By phone %{service_telephone}' schedule: prefix: 'Hours : ' stats: - prefix: 'Stats :' - cta: "see the procedure's stats" + link: "See the procedure's stats" legals: header: "Legals :" - data_retention: "Within %{application_name} : %{duree_conservation_dossiers_dans_ds} months" + data_retention: "%{application_name} : %{duree_conservation_dossiers_dans_ds} months" terms: "Laws regarding this data collection" dpo: "Contact the Data Protection Officer" diff --git a/config/locales/views/users/procedure_footer/fr.yml b/config/locales/views/users/procedure_footer/fr.yml index 6861308ae..c14a81a00 100644 --- a/config/locales/views/users/procedure_footer/fr.yml +++ b/config/locales/views/users/procedure_footer/fr.yml @@ -1,25 +1,41 @@ fr: users: procedure_footer: - aria_label: "En savoir plus sur %{procedure_name}" managed_by: - header: 'Cette démarche est gérée par :' + header: 'Cette démarche est gérée par' contact: - header: 'Poser une question sur votre dossier :' + header: 'Poser une question sur votre dossier' in_app_mail: - prefix: 'Directement :' - link: "par la messagerie" + link: "Directement par la messagerie" email: - prefix: 'Par email :' + link: "Directement par courriel : %{service_email}" phone: - prefix: 'Par téléphone :' + link: 'Par téléphone au %{service_telephone}' schedule: - prefix: 'Horaires : ' + prefix: "Horaires d'ouverture : " stats: - prefix: 'Statistiques :' - cta: "voir les statistiques de la démarche" + link: "Voir les statistiques de la démarche" legals: - header: "Cadre juridique :" - data_retention: "Dans %{application_name} : %{duree_conservation_dossiers_dans_ds} mois" + header: "Cadre juridique" + data_retention: "%{application_name} : %{duree_conservation_dossiers_dans_ds} mois" + data_retention_url: "https://doc.demarches-simplifiees.fr/pour-aller-plus-loin/archivage-longue-duree-des-demarches" terms: "Texte cadrant la demande d'information" dpo: "Contacter le Délégué à la Protection des Données" + official_links: + legifrance: + title: legifrance.gouv.fr + url: "https://legifrance.gouv.fr" + gouvernement: + title: gouvernement.fr + url: "https://gouvernement.fr" + service_public: + title: service-public.fr + url: "https://service-public.fr" + data_gouv: + title: data.gouv.fr + url: "https://data.gouv.fr" + dematerialisation: + header: Dematérialisation + title_1: Accès au formulaire PDF à imprimer + title_2: Les démarches administratives en ligne + link: "https://www.solidarite-numerique.fr/cartographie/"