diff --git a/frontend/src/components/QuestionBox.vue b/frontend/src/components/QuestionBox.vue index 19bff0c2..00186057 100644 --- a/frontend/src/components/QuestionBox.vue +++ b/frontend/src/components/QuestionBox.vue @@ -12,7 +12,7 @@ import { useGetLearningPathQuery } from "@/queries/learning-paths.ts"; import { useLearningObjectListForPathQuery } from "@/queries/learning-objects.ts"; import { useI18n } from "vue-i18n"; - import { AccountType } from "@dwengo-1/common/src/util/account-types.ts"; + import { AccountType } from "@dwengo-1/common/util/account-types.ts"; const props = defineProps<{ hruid: string; diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json index 831c8527..eb70f9f4 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -166,7 +166,7 @@ "pathContainsNonExistingLearningObjects": "Mindestens eines der in diesem Pfad referenzierten Lernobjekte existiert nicht.", "targetAgesMandatory": "Zielalter müssen angegeben werden.", "hintRemoveIfUnconditionalTransition": "(entfernen, wenn dies ein bedingungsloser Übergang sein soll)", - "hintKeywordsSeparatedBySpaces": "Schlüsselwörter durch Leerzeichen getrennt" + "hintKeywordsSeparatedBySpaces": "Schlüsselwörter durch Leerzeichen getrennt", "questions": "Fragen", "view-questions": "Fragen anzeigen auf ", "question-input-placeholder": "Frage...", diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index c16d8528..52e70595 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -166,7 +166,7 @@ "pathContainsNonExistingLearningObjects": "At least one of the learning objects referenced in this path does not exist.", "targetAgesMandatory": "Target ages must be specified.", "hintRemoveIfUnconditionalTransition": "(remove this if this should be an unconditional transition)", - "hintKeywordsSeparatedBySpaces": "Keywords separated by spaces" + "hintKeywordsSeparatedBySpaces": "Keywords separated by spaces", "questions": "questions", "view-questions": "View questions in ", "question-input-placeholder": "question...", diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index 154abcd1..0669f029 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -167,7 +167,7 @@ "pathContainsNonExistingLearningObjects": "Au moins un des objets d’apprentissage référencés dans ce chemin n’existe pas.", "targetAgesMandatory": "Les âges cibles doivent être spécifiés.", "hintRemoveIfUnconditionalTransition": "(supprimer ceci s’il s’agit d’une transition inconditionnelle)", - "hintKeywordsSeparatedBySpaces": "Mots-clés séparés par des espaces" + "hintKeywordsSeparatedBySpaces": "Mots-clés séparés par des espaces", "questions": "Questions", "view-questions": "Voir les questions dans ", "question-input-placeholder": "question...", diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index 44c91307..acc19cca 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -166,7 +166,7 @@ "pathContainsNonExistingLearningObjects": "Ten minste één van de leerobjecten in dit pad bestaat niet.", "targetAgesMandatory": "Doelleeftijden moeten worden opgegeven.", "hintRemoveIfUnconditionalTransition": "(verwijder dit voor onvoorwaardelijke overgangen)", - "hintKeywordsSeparatedBySpaces": "Trefwoorden gescheiden door spaties" + "hintKeywordsSeparatedBySpaces": "Trefwoorden gescheiden door spaties", "questions": "vragen", "view-questions": "Bekijk vragen in ", "question-input-placeholder": "vraag...",