From 128bc2ef1f6f25a1521762e7fddacf4a7373836f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20La=20Scala?= Date: Mon, 17 Jul 2023 08:22:02 +0000 Subject: [PATCH] Translate categories.json via GitLocalize --- src/langs/fr/categories.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/src/langs/fr/categories.json b/src/langs/fr/categories.json index a0e19fc0..0d838568 100644 --- a/src/langs/fr/categories.json +++ b/src/langs/fr/categories.json @@ -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" }