diff --git a/client/src/components/AppFooter.vue b/client/src/components/AppFooter.vue index 4783fa15..73f1e0a3 100644 --- a/client/src/components/AppFooter.vue +++ b/client/src/components/AppFooter.vue @@ -7,13 +7,13 @@ log.debug("AppFooter created"); diff --git a/client/src/components/competences/PerformanceCriteriaRow.vue b/client/src/components/competences/PerformanceCriteriaRow.vue index ea10fa35..5e7dc8f4 100644 --- a/client/src/components/competences/PerformanceCriteriaRow.vue +++ b/client/src/components/competences/PerformanceCriteriaRow.vue @@ -32,7 +32,7 @@ const profilePageSlug = route.params["competenceProfilePageSlug"]; {{ criteria.competence_id }} {{ criteria.title }}
- Lerneinheit:
+ {{ $t("general.learningUnit") }}:
- Lerneinheit:
+ {{ $t("general.learningUnit") }}:
- Überprüfe, ob du in der Lernheinheit
- «{{ learningUnit.title }}» alles verstanden
- hast.
- Lies die folgende Aussage und bewerte sie:
+ {{ $t("selfEvaluation.instruction[0]") }}
+ «{{ learningUnit.title }}»
+ {{ $t("selfEvaluation.instruction[1]") }}
+ {{ $t("selfEvaluation.instruction[2]") }}
{{ countStatus.fail }}
@@ -107,7 +109,7 @@ const countStatus = computed(() => {@@ -116,7 +118,7 @@ const countStatus = computed(() => {
@@ -129,7 +131,7 @@ const countStatus = computed(() => {
:to="`${competenceStore.competenceProfilePage?.frontend_url}/criteria`"
class="btn-text inline-flex items-center pl-0 py-2"
>
- Alle anschauen
+ {{ $t("competences.showAll") }}
{{ mediaCategory.introduction_text }}