From 7c07e4de3bd04cc104613564c89dba7fe289a807 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 24 Jan 2021 15:17:32 +0900 Subject: [PATCH] New translations translation.json (Chinese Simplified) --- src/config/locales/zh_cn/translation.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/config/locales/zh_cn/translation.json b/src/config/locales/zh_cn/translation.json index 74d75bd3..cc2b258d 100644 --- a/src/config/locales/zh_cn/translation.json +++ b/src/config/locales/zh_cn/translation.json @@ -135,7 +135,17 @@ }, "other": { "title": "其它选项", - "launch": "登录时启动程序" + "launch": "登录时启动程序", + "spellcheck": { + "description": "Enable spellchecker", + "notice": "Requires relaunch", + "confirm": { + "title": "Warning", + "message": "You have to restart this application. Continue?", + "ok": "Restart Now", + "cancel": "Cancel" + } + } } }, "appearance": {