From 09b81484ac0c9ed0e54fa43cae51e9548fca2ba0 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Thu, 25 Mar 2021 21:56:20 +0900 Subject: [PATCH] New translations translation.json (Swedish) --- src/config/locales/sv_se/translation.json | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/config/locales/sv_se/translation.json b/src/config/locales/sv_se/translation.json index fb4ec39f..b6ab09af 100644 --- a/src/config/locales/sv_se/translation.json +++ b/src/config/locales/sv_se/translation.json @@ -135,17 +135,7 @@ }, "other": { "title": "Other options", - "launch": "Launch app on login", - "spellcheck": { - "description": "Enable spellchecker", - "notice": "Requires relaunch", - "confirm": { - "title": "Confirm", - "message": "You have to restart this application. Continue?", - "ok": "Restart Now", - "cancel": "Cancel" - } - } + "launch": "Launch app on login" } }, "appearance": { @@ -239,13 +229,20 @@ }, "language": { "title": "Language", - "language_description": "Choose the language you would like to use with Whalebird.", "notice": "Requires relaunch", "confirm": { "title": "Confirm", "message": "You have to restart this application. Continue?", "ok": "Restart Now", "cancel": "Cancel" + }, + "language": { + "title": "Language", + "description": "Choose the language you would like to use with Whalebird." + }, + "spellchecker": { + "title": "Spellcheck", + "enabled": "Enable spellchecker" } } },