From 1b8aca0850e3753fb79789ac0e150d2dd71ea4a7 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Thu, 25 Mar 2021 21:56:22 +0900 Subject: [PATCH] New translations translation.json (Chinese Simplified) --- src/config/locales/zh_cn/translation.json | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/config/locales/zh_cn/translation.json b/src/config/locales/zh_cn/translation.json index 5aae84ce..f82b6fbb 100644 --- a/src/config/locales/zh_cn/translation.json +++ b/src/config/locales/zh_cn/translation.json @@ -135,17 +135,7 @@ }, "other": { "title": "其它选项", - "launch": "登录时启动程序", - "spellcheck": { - "description": "Enable spellchecker", - "notice": "Requires relaunch", - "confirm": { - "title": "Confirm", - "message": "You have to restart this application. Continue?", - "ok": "Restart Now", - "cancel": "Cancel" - } - } + "launch": "登录时启动程序" } }, "appearance": { @@ -239,13 +229,20 @@ }, "language": { "title": "语言", - "language_description": "设定 Whalebird 的界面语言。", "notice": "需要重启", "confirm": { "title": "Confirm", "message": "程序需要重新启动。继续吗?", "ok": "重启", "cancel": "取消" + }, + "language": { + "title": "Language", + "description": "Choose the language you would like to use with Whalebird." + }, + "spellchecker": { + "title": "Spellcheck", + "enabled": "Enable spellchecker" } } },