feat(backend): Overzicht over submissions toegevoegd.
This commit is contained in:
		
							parent
							
								
									cc92727a09
								
							
						
					
					
						commit
						4dc880c2f7
					
				
					 9 changed files with 165 additions and 39 deletions
				
			
		|  | @ -76,6 +76,12 @@ | |||
|     "failed": "fehlgeschlagen", | ||||
|     "wrong": "etwas ist schief gelaufen", | ||||
|     "created": "erstellt", | ||||
|     "submit": "Einreichen", | ||||
|     "markAsDone": "Als fertig markieren" | ||||
|     "submitSolution": "Lösung einreichen", | ||||
|     "submitNewSolution": "Neue Lösung einreichen", | ||||
|     "markAsDone": "Als fertig markieren", | ||||
|     "groupSubmissions": "Einreichungen dieser Gruppe", | ||||
|     "taskCompleted": "Aufgabe erledigt.", | ||||
|     "submittedBy": "Eingereicht von", | ||||
|     "timestamp": "Zeitpunkt", | ||||
|     "loadSubmission": "Einladen" | ||||
| } | ||||
|  |  | |||
|  | @ -76,6 +76,12 @@ | |||
|     "failed": "failed", | ||||
|     "wrong": "something went wrong", | ||||
|     "created": "created", | ||||
|     "submit": "Submit", | ||||
|     "markAsDone": "Mark as done" | ||||
|     "submitSolution": "Submit solution", | ||||
|     "submitNewSolution": "Submit new solution", | ||||
|     "markAsDone": "Mark as completed", | ||||
|     "groupSubmissions": "This group's submissions", | ||||
|     "taskCompleted": "Task completed.", | ||||
|     "submittedBy": "Submitted by", | ||||
|     "timestamp": "Timestamp", | ||||
|     "loadSubmission": "Load" | ||||
| } | ||||
|  |  | |||
|  | @ -75,5 +75,13 @@ | |||
|     "sent": "envoyé", | ||||
|     "failed": "échoué", | ||||
|     "wrong": "quelque chose n'a pas fonctionné", | ||||
|     "created": "créé" | ||||
|     "created": "créé", | ||||
|     "submitSolution": "Soumettre la solution", | ||||
|     "submitNewSolution": "Soumettre une nouvelle solution", | ||||
|     "markAsDone": "Marquer comme terminé", | ||||
|     "groupSubmissions": "Soumissions de ce groupe", | ||||
|     "taskCompleted": "Tâche terminée.", | ||||
|     "submittedBy": "Soumis par", | ||||
|     "timestamp": "Horodatage", | ||||
|     "loadSubmission": "Charger" | ||||
| } | ||||
|  |  | |||
|  | @ -76,6 +76,12 @@ | |||
|     "failed": "mislukt", | ||||
|     "wrong": "er ging iets verkeerd", | ||||
|     "created": "gecreëerd", | ||||
|     "submit": "Indienen", | ||||
|     "markAsDone": "Markeren als afgewerkt" | ||||
|     "submitSolution": "Oplossing indienen", | ||||
|     "submitNewSolution": "Nieuwe oplossing indienen", | ||||
|     "markAsDone": "Markeren als afgewerkt", | ||||
|     "groupSubmissions": "Indieningen van deze groep", | ||||
|     "taskCompleted": "Taak afgewerkt.", | ||||
|     "submittedBy": "Ingediend door", | ||||
|     "timestamp": "Tijdstip", | ||||
|     "loadSubmission": "Inladen" | ||||
| } | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger