Language: sessions tab translations adaptation to have a specific language variable and not mix with other translations -refs BT#20895

pull/4983/head
NicoDucou 1 year ago
parent 7b1457100b
commit c80ae5bebe
  1. 6
      assets/locales/en.json
  2. 6
      assets/vue/components/session/SessionTabs.vue
  3. 6
      translations/main.pot
  4. 6
      translations/messages.en.po
  5. 6
      translations/messages.es.po
  6. 6
      translations/messages.fr.po

@ -159,8 +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",
"Current session tab": "Current session tab",
"Upcoming session tab": "Upcoming session tab",
"Past session tab": "Past session tab",
"Sticky courses": "Sticky courses"
}

@ -29,15 +29,15 @@ const selected = computed(() => {
const sessionTabs = [
{
title: t('Current'),
title: t('Current session tab'),
to: {name: 'MySessions'},
},
{
title: t('Upcoming'),
title: t('Upcoming session tab'),
to: {name: 'MySessionsUpcoming'},
},
{
title: t('Past'),
title: t('Past session tab'),
to: {name: 'MySessionsPast'},
},
]

@ -24128,11 +24128,11 @@ msgstr "Create Doodle survey"
msgid "Sticky courses"
msgstr "Sticky courses"
msgid "Current"
msgid "Current session tab"
msgstr "Current"
msgid "Upcoming"
msgid "Upcoming session tab"
msgstr "Upcoming"
msgid "Past"
msgid "Past session tab"
msgstr "Past"

@ -24128,11 +24128,11 @@ msgstr "Create Doodle survey"
msgid "Sticky courses"
msgstr "Special courses"
msgid "Current"
msgid "Current session tab"
msgstr "Current"
msgid "Upcoming"
msgid "Upcoming session tab"
msgstr "Upcoming"
msgid "Past"
msgid "Past session tab"
msgstr "Past"

@ -24080,11 +24080,11 @@ msgstr "Crear una encuesta Doodle"
msgid "Sticky courses"
msgstr "Cursos especiales"
msgid "Current"
msgid "Current session tab"
msgstr "Actual"
msgid "Upcoming"
msgid "Upcoming session tab"
msgstr "Por venir"
msgid "Past"
msgid "Past session tab"
msgstr "Finalizadas"

@ -24152,11 +24152,11 @@ msgstr "Créer une enquête Doodle"
msgid "Sticky courses"
msgstr "Cours spéciaux"
msgid "Current"
msgid "Current session tab"
msgstr "En cours"
msgid "Upcoming"
msgid "Upcoming session tab"
msgstr "À venir"
msgid "Past"
msgid "Past session tab"
msgstr "Terminées"

Loading…
Cancel
Save