From 3a17a54c5932902ec78f811b69ec9ef0d787d7f9 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 24 Jan 2021 15:17:12 +0900 Subject: [PATCH] New translations translation.json (French) --- src/config/locales/fr/translation.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/config/locales/fr/translation.json b/src/config/locales/fr/translation.json index c931736e..bdaf76ca 100644 --- a/src/config/locales/fr/translation.json +++ b/src/config/locales/fr/translation.json @@ -135,7 +135,17 @@ }, "other": { "title": "Autres options", - "launch": "Lancer l'application dès la connexion" + "launch": "Lancer l'application dès la connexion", + "spellcheck": { + "description": "Enable spellchecker", + "notice": "Requires relaunch", + "confirm": { + "title": "Warning", + "message": "You have to restart this application. Continue?", + "ok": "Restart Now", + "cancel": "Cancel" + } + } } }, "appearance": {