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
This commit is contained in:
cxlwill 2017-10-27 14:54:06 +08:00 committed by Paulus Schoutsen
parent cb9856c82f
commit 62337903f0
2 changed files with 6 additions and 4 deletions

View File

@ -3,10 +3,11 @@
"zh-Hans": "简体中文"
},
"panel": {
"states": "状态",
"config": "配置",
"states": "概览",
"map": "地图",
"logbook": "日志",
"history": "历史",
"log_out": "退出登录"
"log_out": "退出"
}
}

View File

@ -3,10 +3,11 @@
"zh-Hant": "繁體中文"
},
"panel": {
"states": "狀態",
"config": "設定",
"states": "概覽",
"map": "地圖",
"logbook": "日誌",
"history": "歷史",
"log_out": "退出登錄"
"log_out": "登出"
}
}