From 95936f7c298e70f86e0542441079186a2cab14fa Mon Sep 17 00:00:00 2001 From: Cornichon420 Date: Tue, 11 May 2021 19:55:33 +0000 Subject: [PATCH] translation from Weblate (French) Currently translated at 100.0% (32 of 32 strings) Translation: jfa-go/Account Creation Form Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/form/fr/ --- lang/form/fr-fr.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lang/form/fr-fr.json b/lang/form/fr-fr.json index e100066..dbc5595 100644 --- a/lang/form/fr-fr.json +++ b/lang/form/fr-fr.json @@ -18,7 +18,8 @@ "successContinueButton": "Continuer", "confirmationRequired": "Confirmation de l'adresse e-mail requise", "confirmationRequiredMessage": "Veuillez vérifier votre boite de réception pour confirmer votre adresse e-mail.", - "yourAccountIsValidUntil": "Votre compte sera valide jusqu'au {date}." + "yourAccountIsValidUntil": "Votre compte sera valide jusqu'au {date}.", + "sendPIN": "Envoyez le code PIN ci-dessous au bot, puis revenez ici pour lier votre compte." }, "validationStrings": { "length": { @@ -44,6 +45,9 @@ }, "notifications": { "errorUserExists": "Utilisateur déjà existant.", - "errorInvalidCode": "Code d’invitation non valide." + "errorInvalidCode": "Code d’invitation non valide.", + "errorTelegramVerification": "Vérification Telegram requise.", + "errorInvalidPIN": "PIN Telegram invalide.", + "telegramVerified": "Compte Telegram vérifié." } }