From 62337903f0c09697c4c575d3599493afbc780b4a Mon Sep 17 00:00:00 2001 From: cxlwill Date: Fri, 27 Oct 2017 14:54:06 +0800 Subject: [PATCH] Small Chinese translation enhancement. (#513) * Add Simplified Chinese translation * Add Traditional Chinese translation * Change language code to meet with BCP47. * Translation enhancement. * Update `config` translation * Minor correction --- translations/zh-Hans.json | 5 +++-- translations/zh-Hant.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/translations/zh-Hans.json b/translations/zh-Hans.json index bfb6da9c3b..df4300103e 100644 --- a/translations/zh-Hans.json +++ b/translations/zh-Hans.json @@ -3,10 +3,11 @@ "zh-Hans": "简体中文" }, "panel": { - "states": "状态", + "config": "配置", + "states": "概览", "map": "地图", "logbook": "日志", "history": "历史", - "log_out": "退出登录" + "log_out": "退出" } } diff --git a/translations/zh-Hant.json b/translations/zh-Hant.json index 9568c62267..0efcc93f6a 100644 --- a/translations/zh-Hant.json +++ b/translations/zh-Hant.json @@ -3,10 +3,11 @@ "zh-Hant": "繁體中文" }, "panel": { - "states": "狀態", + "config": "設定", + "states": "概覽", "map": "地圖", "logbook": "日誌", "history": "歷史", - "log_out": "退出登錄" + "log_out": "登出" } }