Language: Fix crossed translation terms or terms not picking up

pull/5642/head
Yannick Warnier 1 year ago
parent c94aa6c425
commit 95f033267f
  1. 3
      assets/locales/ar.json
  2. 3
      assets/locales/de.json
  3. 3
      assets/locales/en.json
  4. 3
      assets/locales/es.json
  5. 3
      assets/locales/fr_FR.json
  6. 3
      assets/locales/fur.json
  7. 3
      assets/locales/gl.json
  8. 3
      assets/locales/he_IL.json
  9. 3
      assets/locales/oc.json
  10. 3
      assets/locales/sl_SI.json
  11. 2
      assets/vue/composables/sidebarMenu.js
  12. 2
      assets/vue/views/user/courses/List.vue

@ -547,5 +547,6 @@
"Picture": " \u0635\u0648\u0631\u0629",
"Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture"
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "\u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0645\u0642\u0631\u0631\u0627\u062a \u0627\u0643\u062b\u0631"
}

@ -546,5 +546,6 @@
"Picture": "Bild",
"Sender profile picture": "Absenderprofilbild",
"Receiver profile picture": "Empf\u00e4ngerprofilbild",
"Carbon copy receiver profile picture": "Empf\u00e4ngerprofilbild in Kopie"
"Carbon copy receiver profile picture": "Empf\u00e4ngerprofilbild in Kopie",
"Explore more courses": "Erkunden Sie weitere Kurse"
}

@ -548,5 +548,6 @@
"Picture": "Picture",
"Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture"
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Explore more courses"
}

@ -548,5 +548,6 @@
"Picture": "Foto",
"Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture"
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Explorar m\u00e1s cursos"
}

@ -548,5 +548,6 @@
"Picture": "Photo",
"Sender profile picture": "Photo de profil de l'exp\u00e9diteur",
"Receiver profile picture": "Photo de profil du destinataire",
"Carbon copy receiver profile picture": "Photo de profil du destinataire en copie carbone"
"Carbon copy receiver profile picture": "Photo de profil du destinataire en copie carbone",
"Explore more courses": "Explorer plus de cours"
}

@ -548,5 +548,6 @@
"Picture": "Picture",
"Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture"
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Explore more courses"
}

@ -548,5 +548,6 @@
"Picture": "Picture",
"Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture"
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Explore more courses"
}

@ -542,5 +542,6 @@
"Picture": "\u05ea\u05de\u05d5\u05e0\u05d4",
"Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture"
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "\u05d7\u05e7\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd"
}

@ -548,5 +548,6 @@
"Picture": "Picture",
"Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture"
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Explore more courses"
}

@ -547,5 +547,6 @@
"Picture": "Slika",
"Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture"
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Razi\u0161\u010di ve\u010d te\u010dajev"
}

@ -80,7 +80,7 @@ export function useSidebarMenu() {
if (showCatalogue == 0 || showCatalogue == 2) {
items.push({
icon: "mdi mdi-bookmark-multiple",
label: t("Courses catalogue"),
label: t("Explore more courses"),
route: { name: "CatalogueCourses" },
})
}

@ -31,7 +31,7 @@
<EmptyState
v-else-if="!isLoading && 0 === courses.length"
:detail="t('Go to Explore to find a topic of interest, or wait for someone to subscribe you')"
:summary="t('You don\'t have any course yet')"
:summary="t('You don\'t have any course yet.')"
icon="courses"
/>
</template>

Loading…
Cancel
Save