From 5cf1150ebaad5cb11b17184a2ac8cea39479b015 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 24 Jan 2021 15:17:23 +0900 Subject: [PATCH] New translations translation.json (Norwegian) --- src/config/locales/no/translation.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/config/locales/no/translation.json b/src/config/locales/no/translation.json index ca8f96c0..416bff55 100644 --- a/src/config/locales/no/translation.json +++ b/src/config/locales/no/translation.json @@ -135,7 +135,17 @@ }, "other": { "title": "Other options", - "launch": "Launch app on login" + "launch": "Launch app on login", + "spellcheck": { + "description": "Enable spellchecker", + "notice": "Requires relaunch", + "confirm": { + "title": "Warning", + "message": "You have to restart this application. Continue?", + "ok": "Restart Now", + "cancel": "Cancel" + } + } } }, "appearance": {