From 0fcac911f3bf58d0f260981a715c367c4783e57d Mon Sep 17 00:00:00 2001 From: Marlon Date: Sat, 9 Apr 2022 13:18:56 +0000 Subject: [PATCH] :globe_with_meridians: Translated (French) Currently translated at 97.1% (68 of 70 strings) Translation: ClassQuiz/Frontend Translate-URL: https://translate.mawoka.eu/projects/classquiz/frontend/fr/ --- frontend/src/lib/i18n/locales/fr.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/i18n/locales/fr.json b/frontend/src/lib/i18n/locales/fr.json index dae1b38..c3f8494 100644 --- a/frontend/src/lib/i18n/locales/fr.json +++ b/frontend/src/lib/i18n/locales/fr.json @@ -52,8 +52,8 @@ "image": "Image", "title": "titre", "settings": "Paramètres", - "repeat_password": "", - "overview": "" + "repeat_password": "Répéter le mot de passe", + "overview": "Vue d'ensemble" }, "index_page": { "slogan": "La plateforme de quiz open-source !", @@ -105,6 +105,6 @@ "get_results": "Obtenir les résultats" }, "password_reset_page": { - "reset_password": "" + "reset_password": "Réinitialiser le mot de passe" } }