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 { useGetLearningPathQuery } from "@/queries/learning-paths.ts"; | ||||||
|     import { useLearningObjectListForPathQuery } from "@/queries/learning-objects.ts"; |     import { useLearningObjectListForPathQuery } from "@/queries/learning-objects.ts"; | ||||||
|     import { useI18n } from "vue-i18n"; |     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<{ |     const props = defineProps<{ | ||||||
|         hruid: string; |         hruid: string; | ||||||
|  |  | ||||||
|  | @ -166,7 +166,7 @@ | ||||||
|     "pathContainsNonExistingLearningObjects": "Mindestens eines der in diesem Pfad referenzierten Lernobjekte existiert nicht.", |     "pathContainsNonExistingLearningObjects": "Mindestens eines der in diesem Pfad referenzierten Lernobjekte existiert nicht.", | ||||||
|     "targetAgesMandatory": "Zielalter müssen angegeben werden.", |     "targetAgesMandatory": "Zielalter müssen angegeben werden.", | ||||||
|     "hintRemoveIfUnconditionalTransition": "(entfernen, wenn dies ein bedingungsloser Übergang sein soll)", |     "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", |     "questions": "Fragen", | ||||||
|     "view-questions": "Fragen anzeigen auf ", |     "view-questions": "Fragen anzeigen auf ", | ||||||
|     "question-input-placeholder": "Frage...", |     "question-input-placeholder": "Frage...", | ||||||
|  |  | ||||||
|  | @ -166,7 +166,7 @@ | ||||||
|     "pathContainsNonExistingLearningObjects": "At least one of the learning objects referenced in this path does not exist.", |     "pathContainsNonExistingLearningObjects": "At least one of the learning objects referenced in this path does not exist.", | ||||||
|     "targetAgesMandatory": "Target ages must be specified.", |     "targetAgesMandatory": "Target ages must be specified.", | ||||||
|     "hintRemoveIfUnconditionalTransition": "(remove this if this should be an unconditional transition)", |     "hintRemoveIfUnconditionalTransition": "(remove this if this should be an unconditional transition)", | ||||||
|     "hintKeywordsSeparatedBySpaces": "Keywords separated by spaces" |     "hintKeywordsSeparatedBySpaces": "Keywords separated by spaces", | ||||||
|     "questions": "questions", |     "questions": "questions", | ||||||
|     "view-questions": "View questions in ", |     "view-questions": "View questions in ", | ||||||
|     "question-input-placeholder": "question...", |     "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.", |     "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.", |     "targetAgesMandatory": "Les âges cibles doivent être spécifiés.", | ||||||
|     "hintRemoveIfUnconditionalTransition": "(supprimer ceci s’il s’agit d’une transition inconditionnelle)", |     "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", |     "questions": "Questions", | ||||||
|     "view-questions": "Voir les questions dans ", |     "view-questions": "Voir les questions dans ", | ||||||
|     "question-input-placeholder": "question...", |     "question-input-placeholder": "question...", | ||||||
|  |  | ||||||
|  | @ -166,7 +166,7 @@ | ||||||
|     "pathContainsNonExistingLearningObjects": "Ten minste één van de leerobjecten in dit pad bestaat niet.", |     "pathContainsNonExistingLearningObjects": "Ten minste één van de leerobjecten in dit pad bestaat niet.", | ||||||
|     "targetAgesMandatory": "Doelleeftijden moeten worden opgegeven.", |     "targetAgesMandatory": "Doelleeftijden moeten worden opgegeven.", | ||||||
|     "hintRemoveIfUnconditionalTransition": "(verwijder dit voor onvoorwaardelijke overgangen)", |     "hintRemoveIfUnconditionalTransition": "(verwijder dit voor onvoorwaardelijke overgangen)", | ||||||
|     "hintKeywordsSeparatedBySpaces": "Trefwoorden gescheiden door spaties" |     "hintKeywordsSeparatedBySpaces": "Trefwoorden gescheiden door spaties", | ||||||
|     "questions": "vragen", |     "questions": "vragen", | ||||||
|     "view-questions": "Bekijk vragen in ", |     "view-questions": "Bekijk vragen in ", | ||||||
|     "question-input-placeholder": "vraag...", |     "question-input-placeholder": "vraag...", | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger