fix(frontend): syntax & import fouten
This commit is contained in:
		
							parent
							
								
									679c95b0a0
								
							
						
					
					
						commit
						d32981b726
					
				
					 5 changed files with 5 additions and 5 deletions
				
			
		|  | @ -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; | ||||
|  |  | |||
|  | @ -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...", | ||||
|  |  | |||
|  | @ -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...", | ||||
|  |  | |||
|  | @ -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...", | ||||
|  |  | |||
|  | @ -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...", | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger