generated from graasp/graasp-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate categories.json via GitLocalize
- Loading branch information
1 parent
e9114d3
commit 128bc2e
Showing
1 changed file
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
{ | ||
"DISCIPLINE": "Discipline", | ||
"EDUCATION_LEVEL": "Niveau d'éducation", | ||
"LANGUAGE": "Langue" | ||
"LANGUAGE": "Langue", | ||
"MATH": "Mathématiques", | ||
"LITERATURE": "Littérature", | ||
"SOCIAL_SCIENCE": "Sciences sociales", | ||
"NATURAL_SCIENCE": "Sciences naturelles", | ||
"ARTS": "Arts", | ||
"KINDERGARTEN": "Jardin d'enfants", | ||
"PRIMARY_SCHOOL": "École primaire", | ||
"LOWER_SECONDARY_SCHOOL": "École secondaire inférieure", | ||
"UPPER_SECONDARY_SCHOOL": "École secondaire supérieure", | ||
"VOCATIONAL_TRAINING": "Enseignement professionel", | ||
"HIGHER_EDUCATION": "Éducation supérieure", | ||
"discipline": "Discipline", | ||
"level": "Niveau éducatif", | ||
"language": "Language", | ||
"math": "Mathématiques", | ||
"literature": "Littérature", | ||
"social science": "Sciences sociales", | ||
"natural science": "Sciences naturelles", | ||
"arts": "Arts", | ||
"kindergarten": "Jardin d'enfants", | ||
"primary school": "École primaire", | ||
"lower secondary school": "École secondaire inférieure", | ||
"upper secondary school": "École secondaire supérieure", | ||
"vocational training": "Enseignement professionel", | ||
"higher education": "Éducation supérieure" | ||
} |