Merge remote-tracking branch 'origin/dev' into fix/verschillende-authenticatieproblemen

# Conflicts:
#	frontend/src/i18n/locale/de.json
#	frontend/src/i18n/locale/en.json
This commit is contained in:
Gerald Schmittinger 2025-04-20 11:34:21 +02:00
commit af0f40f63e
21 changed files with 1006 additions and 492 deletions

View file

@ -88,5 +88,17 @@
"loadSubmission": "Load",
"noSubmissionsYet": "No submissions yet.",
"viewAsGroup": "View progress of group...",
"assignLearningPath": "assign"
"assignLearningPath": "assign",
"remove": "remove",
"students": "students",
"classJoinRequests": "join requests",
"reject": "reject",
"areusure": "Are you sure?",
"yes": "yes",
"teachers": "teachers",
"accepted": "accepted",
"rejected": "rejected",
"enterUsername": "enter the username of the teacher you would like to invite",
"username": "username",
"invite": "invite"
}