From ee61542fd1b7b3fbb078cb542f678ba2a620e40e Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Thu, 25 Mar 2021 21:56:05 +0900 Subject: [PATCH] New translations translation.json (French) --- src/config/locales/fr/translation.json | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/config/locales/fr/translation.json b/src/config/locales/fr/translation.json index 1561664b..699a0c85 100644 --- a/src/config/locales/fr/translation.json +++ b/src/config/locales/fr/translation.json @@ -135,17 +135,7 @@ }, "other": { "title": "Autres options", - "launch": "Lancer l'application dès la connexion", - "spellcheck": { - "description": "Activer le correcteur orthographique", - "notice": "Nécessite une relance", - "confirm": { - "title": "Confirmer", - "message": "Vous devez redémarrer l'application pour appliquer les modifications, continuer ?", - "ok": "Redémarrer maintenant", - "cancel": "Annuler" - } - } + "launch": "Lancer l'application dès la connexion" } }, "appearance": { @@ -239,13 +229,20 @@ }, "language": { "title": "Langue", - "language_description": "Choisissez la langue que vous souhaitez utiliser sur Whalebird.", "notice": "Nécessite un redémarrage", "confirm": { "title": "Confirmer", "message": "Vous devez redémarrer l'application pour appliquer les modifications, continuer ?", "ok": "Redémarrer maintenant", "cancel": "Annuler" + }, + "language": { + "title": "Language", + "description": "Choose the language you would like to use with Whalebird." + }, + "spellchecker": { + "title": "Spellcheck", + "enabled": "Enable spellchecker" } } },