feat: titel en dropdowns layout aangemaakt

This commit is contained in:
Joyelle Ndagijimana 2025-03-19 00:14:44 +01:00
parent 9029d93e30
commit 501ea6259c
8 changed files with 2814 additions and 473 deletions

View file

@ -1,3 +1,32 @@
{
"welcome": "Bienvenue"
"welcome": "Bienvenue",
"student": "élève",
"teacher": "enseignant",
"assignments": "travails",
"classes": "classes",
"discussions": "discussions",
"login": "se connecter",
"logout": "se déconnecter",
"themes": "Thèmes",
"choose-theme": "Choisis un thème",
"choose-age": "Choisis un âge",
"theme-options": {
"all-themes": "Tous les thèmes",
"culture": "Culture",
"electricity-and-mechanics": "Electricité et méchanique",
"nature-and-climate": "Nature et climat",
"agriculture": "Agriculture",
"society": "Société",
"math": "Math",
"technology": "Technologie",
"algorithms": "Algorithmes"
},
"age-options": {
"all-ages": "Tous les âges",
"primary-school": "Ecole primaire",
"lower-secondary": "12-14 ans",
"upper-secondary": "14-16 ans",
"high-school": "16-18 ans",
"older": "18 et plus"
}
}