From 7b1457100b423decf6ddfe46e34b4a06a4a91c40 Mon Sep 17 00:00:00 2001 From: NicoDucou Date: Tue, 7 Nov 2023 21:16:11 +0100 Subject: [PATCH] Language: sessions tab translations for Current, Upcoming and Past in EN, FR, ES -refs BT#20895 --- assets/locales/en.json | 3 +++ translations/main.pot | 9 +++++++++ translations/messages.en.po | 9 +++++++++ translations/messages.es.po | 9 +++++++++ translations/messages.fr.po | 9 +++++++++ 5 files changed, 39 insertions(+) diff --git a/assets/locales/en.json b/assets/locales/en.json index 410f284a85..47aea079ef 100644 --- a/assets/locales/en.json +++ b/assets/locales/en.json @@ -159,5 +159,8 @@ "DiagnosticfinalizationmessageContent": "Hi %s, I'm %s and I'm reviewing your diagnotic to define the course you will be folling.", "Contact": "Contact", "Registration": "Registration", + "Current": "Current", + "Upcoming": "Upcoming", + "Past": "Past", "Sticky courses": "Sticky courses" } diff --git a/translations/main.pot b/translations/main.pot index e59990cd9b..ef257c2968 100644 --- a/translations/main.pot +++ b/translations/main.pot @@ -24127,3 +24127,12 @@ msgstr "Create Doodle survey" msgid "Sticky courses" msgstr "Sticky courses" + +msgid "Current" +msgstr "Current" + +msgid "Upcoming" +msgstr "Upcoming" + +msgid "Past" +msgstr "Past" diff --git a/translations/messages.en.po b/translations/messages.en.po index 8457e02b79..039ccae661 100644 --- a/translations/messages.en.po +++ b/translations/messages.en.po @@ -24127,3 +24127,12 @@ msgstr "Create Doodle survey" msgid "Sticky courses" msgstr "Special courses" + +msgid "Current" +msgstr "Current" + +msgid "Upcoming" +msgstr "Upcoming" + +msgid "Past" +msgstr "Past" diff --git a/translations/messages.es.po b/translations/messages.es.po index 713f4d30b6..55f549e7ab 100644 --- a/translations/messages.es.po +++ b/translations/messages.es.po @@ -24079,3 +24079,12 @@ msgstr "Crear una encuesta Doodle" msgid "Sticky courses" msgstr "Cursos especiales" + +msgid "Current" +msgstr "Actual" + +msgid "Upcoming" +msgstr "Por venir" + +msgid "Past" +msgstr "Finalizadas" diff --git a/translations/messages.fr.po b/translations/messages.fr.po index 9add6c0e3b..c8a1936637 100644 --- a/translations/messages.fr.po +++ b/translations/messages.fr.po @@ -24151,3 +24151,12 @@ msgstr "Créer une enquête Doodle" msgid "Sticky courses" msgstr "Cours spéciaux" + +msgid "Current" +msgstr "En cours" + +msgid "Upcoming" +msgstr "À venir" + +msgid "Past" +msgstr "Terminées"