From 6e2ba782047c52ba9eb690fe3a20b8ebe2e8ae5e Mon Sep 17 00:00:00 2001 From: StunBeta Date: Tue, 7 Feb 2023 16:29:34 +0000 Subject: [PATCH] translation from Weblate (French) Currently translated at 97.6% (41 of 42 strings) Translation: jfa-go/Account Creation Form Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/fr/ --- lang/form/fr-fr.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/form/fr-fr.json b/lang/form/fr-fr.json index 9de5f75..5ad71b3 100644 --- a/lang/form/fr-fr.json +++ b/lang/form/fr-fr.json @@ -53,6 +53,12 @@ "errorDiscordVerification": "Vérification Discord requise.", "errorMatrixVerification": "Vérification Matrix requise.", "errorUnknown": "Erreur inconnue.", - "verified": "Compte vérifié." + "verified": "Compte vérifié.", + "errorEmailLinked": "E-mail déjà utilisé.", + "errorNoEmail": "E-mail requis.", + "errorCaptcha": "Captcha incorrect.", + "errorPassword": "Vérifiez les exigences relatives au mot de passe.", + "errorNoMatch": "Les mots de passe ne correspondent pas.", + "errorAccountLinked": "Compte déjà utilisé." } }