fix: meer vertalingen
This commit is contained in:
		
							parent
							
								
									0f1009ba43
								
							
						
					
					
						commit
						53097102ba
					
				
					 5 changed files with 1 additions and 5 deletions
				
			
		|  | @ -31,7 +31,7 @@ | ||||||
|             :to="data.submissions.length > 0 ? goToGroupSubmissionLink(props.group.groupNo) : undefined" |             :to="data.submissions.length > 0 ? goToGroupSubmissionLink(props.group.groupNo) : undefined" | ||||||
|             :disabled="data.submissions.length === 0" |             :disabled="data.submissions.length === 0" | ||||||
|         > |         > | ||||||
|             {{ data.submissions.length > 0 ? t("see-submission") : t("no-submission") }} |             {{ data.submissions.length > 0 ? t("submission") : t("noSubmissionsYet") }} | ||||||
|         </v-btn> |         </v-btn> | ||||||
|     </using-query-result> |     </using-query-result> | ||||||
| </template> | </template> | ||||||
|  |  | ||||||
|  | @ -104,7 +104,6 @@ | ||||||
|     "assignLearningPath": "Als Aufgabe geben", |     "assignLearningPath": "Als Aufgabe geben", | ||||||
|     "group": "Gruppe", |     "group": "Gruppe", | ||||||
|     "description": "Beschreibung", |     "description": "Beschreibung", | ||||||
|     "no-submission": "keine vorlage", |  | ||||||
|     "submission": "Einreichung", |     "submission": "Einreichung", | ||||||
|     "progress": "Fortschritte", |     "progress": "Fortschritte", | ||||||
|     "remove": "entfernen", |     "remove": "entfernen", | ||||||
|  |  | ||||||
|  | @ -103,7 +103,6 @@ | ||||||
|     "assignLearningPath": "assign", |     "assignLearningPath": "assign", | ||||||
|     "group": "Group", |     "group": "Group", | ||||||
|     "description": "Description", |     "description": "Description", | ||||||
|     "no-submission": "no submission", |  | ||||||
|     "submission": "Submission", |     "submission": "Submission", | ||||||
|     "progress": "Progress", |     "progress": "Progress", | ||||||
|     "created": "created", |     "created": "created", | ||||||
|  |  | ||||||
|  | @ -104,7 +104,6 @@ | ||||||
|     "assignLearningPath": "donner comme tâche", |     "assignLearningPath": "donner comme tâche", | ||||||
|     "group": "Groupe", |     "group": "Groupe", | ||||||
|     "description": "Description", |     "description": "Description", | ||||||
|     "no-submission": "aucune soumission", |  | ||||||
|     "submission": "Soumission", |     "submission": "Soumission", | ||||||
|     "progress": "Progrès", |     "progress": "Progrès", | ||||||
|     "remove": "supprimer", |     "remove": "supprimer", | ||||||
|  |  | ||||||
|  | @ -104,7 +104,6 @@ | ||||||
|     "assignLearningPath": "Als opdracht geven", |     "assignLearningPath": "Als opdracht geven", | ||||||
|     "group": "Groep", |     "group": "Groep", | ||||||
|     "description": "Beschrijving", |     "description": "Beschrijving", | ||||||
|     "no-submission": "geen indiening", |  | ||||||
|     "submission": "Indiening", |     "submission": "Indiening", | ||||||
|     "progress": "Vooruitgang", |     "progress": "Vooruitgang", | ||||||
|     "remove": "verwijder", |     "remove": "verwijder", | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Joyelle Ndagijimana
						Joyelle Ndagijimana