fix(frontend): syntax & import fouten

This commit is contained in:
Gerald Schmittinger 2025-05-18 08:55:11 +02:00
parent 679c95b0a0
commit d32981b726
5 changed files with 5 additions and 5 deletions

View file

@ -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;

View file

@ -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...",

View file

@ -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...",

View file

@ -167,7 +167,7 @@
"pathContainsNonExistingLearningObjects": "Au moins un des objets dapprentissage référencés dans ce chemin nexiste pas.",
"targetAgesMandatory": "Les âges cibles doivent être spécifiés.",
"hintRemoveIfUnconditionalTransition": "(supprimer ceci sil sagit dune 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...",

View file

@ -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...",