From 3447e676f2e693f19b8cb05d87c3ec87bd309e9c Mon Sep 17 00:00:00 2001 From: Anne Onyme 017 Date: Thu, 4 Nov 2021 16:50:08 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 100.0% (507 of 507 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/ --- assets/l10n/intl_fr.arb | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_fr.arb b/assets/l10n/intl_fr.arb index 9fc73570..8b90f0af 100644 --- a/assets/l10n/intl_fr.arb +++ b/assets/l10n/intl_fr.arb @@ -2615,5 +2615,18 @@ "yourUserId": "Votre identifiant utilisateur :", "@yourUserId": {}, "unverified": "Non vérifié", - "@unverified": {} + "@unverified": {}, + "passwordsDoNotMatch": "Les mots de passe ne correspondent pas !", + "@passwordsDoNotMatch": {}, + "pleaseEnterValidEmail": "Veuillez saisir une adresse électronique valide.", + "@pleaseEnterValidEmail": {}, + "repeatPassword": "Répétez le mot de passe", + "@repeatPassword": {}, + "pleaseChooseAtLeastChars": "Veuillez choisir au moins {min} caractères.", + "@pleaseChooseAtLeastChars": { + "type": "text", + "placeholders": { + "min": {} + } + } }