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." } }