From 51eb15f80635faab95954f84dda240d35a141c14 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 10 Jan 2022 04:36:47 +0100 Subject: [PATCH] New translations app.json (French) --- .../StringsConvertor/input/fr_FR/app.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Localization/StringsConvertor/input/fr_FR/app.json b/Localization/StringsConvertor/input/fr_FR/app.json index 9a1671fa..59e39524 100644 --- a/Localization/StringsConvertor/input/fr_FR/app.json +++ b/Localization/StringsConvertor/input/fr_FR/app.json @@ -193,10 +193,14 @@ }, "scene": { "welcome": { - "slogan": "Le réseau social qui vous rend le contrôle." + "slogan": "Le réseau social qui vous rend le contrôle.", + "get_started": "Get Started", + "log_in": "Log In" }, "server_picker": { "title": "Choisissez un serveur,\nn'importe quel serveur.", + "subtitle": "Pick a community based on your interests, region, or a general purpose one.", + "subtitle_extend": "Pick a community based on your interests, region, or a general purpose one. Each community is operated by an entirely independent organization or individual.", "button": { "category": { "all": "Tout", @@ -249,6 +253,12 @@ }, "password": { "placeholder": "mot de passe", + "require": "Your password needs at least:", + "character_limit": "8 characters", + "accessibility": { + "checked": "checked", + "unchecked": "unchecked" + }, "hint": "Votre mot de passe doit contenir au moins 8 caractères" }, "invite": { @@ -299,7 +309,7 @@ "subtitle": "Nous venons d’envoyer un courriel à %s,\ntapotez le lien pour confirmer votre compte.", "button": { "open_email_app": "Ouvrir l’application de courriel", - "dont_receive_email": "Je n’ai jamais reçu de courriel" + "resend": "Resend" }, "dont_receive_email": { "title": "Vérifier vos courriels", @@ -554,4 +564,4 @@ "accessibility_hint": "Tapotez deux fois pour fermer cet assistant" } } -} \ No newline at end of file +}