From b023616033ba4a255abe1c4c3362028d5f3f6b13 Mon Sep 17 00:00:00 2001 From: Cornichon420 Date: Fri, 29 Jan 2021 00:25:22 +0000 Subject: [PATCH] translation from Weblate (French) Currently translated at 100.0% (25 of 25 strings) Translation: jfa-go/Account Creation Form Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/form/fr/ --- lang/form/fr-fr.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lang/form/fr-fr.json b/lang/form/fr-fr.json index f4ff4d1..d95759d 100644 --- a/lang/form/fr-fr.json +++ b/lang/form/fr-fr.json @@ -1,6 +1,6 @@ { "meta": { - "name": "Francais (FR)", + "name": "Français (FR)", "author": "https://github.com/Killianbe" }, "strings": { @@ -38,5 +38,9 @@ "singular": "Doit avoir au moins {n} caractère spécial", "plural": "Doit avoir au moins {n} caractères spéciaux" } + }, + "notifications": { + "errorUserExists": "Utilisateur déjà existant.", + "errorInvalidCode": "Code d’invitation non valide." } }