From a0b16b7640d82919c97a575288edd00f590b4492 Mon Sep 17 00:00:00 2001 From: pabois <pierreandre.boissinot@noesya.coop> Date: Thu, 24 Feb 2022 16:16:50 +0100 Subject: [PATCH] harmonisation locales --- config/locales/communication/en.yml | 54 +++++++++++++++++++++++++++++ config/locales/university/en.yml | 1 + config/locales/university/fr.yml | 2 +- 3 files changed, 56 insertions(+), 1 deletion(-) diff --git a/config/locales/communication/en.yml b/config/locales/communication/en.yml index d51b68a5d..92b18c196 100644 --- a/config/locales/communication/en.yml +++ b/config/locales/communication/en.yml @@ -17,6 +17,9 @@ en: communication/website/imported/website: one: Imported website other: Imported websites + communication/website/index_page: + one: Index page + other: Index pages communication/website/menu: one: Menu other: Menus @@ -53,6 +56,15 @@ en: name: Name parent: Parent category slug: Slug + communication/website/index_page: + breadcrumb_title: Name displayed in breadcrumb + description: Description (SEO) + featured_image: Features image + featured_image_alt: Alternative text + header_text: Header text + slug: Slug + text: Page text + title: Title communication/website/imported/category: original: Original communication/website/imported/medium: @@ -115,6 +127,48 @@ en: refresh: Refresh import show: Show import pending: Import in progress + index_pages: + default: + administrators: + description: List of members in the administrative team + path: administrative-team + title: Administrative team + authors: + description: List of members in the editorial team + path: editorial-team + title: Editoriale team + communication_posts: + description: List of posts + path: posts + title: Posts + education_programs: + description: List of available programs + path: programs + title: Programs + home: + description: '' + path: home + title: Home + persons: + description: List of members in the team + path: team + title: Team + research_articles: + description: List of articles + path: articles + title: Articles + research_volumes: + description: List of volumes + path: volumes + title: Volumes + researchers: + description: List of members in the research team + path: research-team + title: Research team + teachers: + description: List of members in the educational team + path: educational-team + title: Educational team last_pages: Last pages last_posts: Last posts posts: diff --git a/config/locales/university/en.yml b/config/locales/university/en.yml index 904b123da..a46f1b966 100644 --- a/config/locales/university/en.yml +++ b/config/locales/university/en.yml @@ -38,6 +38,7 @@ en: tenure: Have tenure? user: User university/person/involvement: + description: Mission (in this context) person: Person target_id: '' university/role: diff --git a/config/locales/university/fr.yml b/config/locales/university/fr.yml index d9642ab43..67cbd205e 100644 --- a/config/locales/university/fr.yml +++ b/config/locales/university/fr.yml @@ -38,9 +38,9 @@ fr: tenure: Titulaire ? user: Utilisateur university/person/involvement: + description: Mission (dans ce contexte) person: Personne target_id: '' - description: Mission (dans ce contexte) university/role: description: Description (SEO) people: Personnes -- GitLab