Add Simplified and Traditional Chinese translation (#507)

* Add Simplified Chinese translation

* Add Traditional Chinese translation

* Change language code to meet with BCP47.
This commit is contained in:
cxlwill 2017-10-27 12:51:41 +08:00 committed by Paulus Schoutsen
parent 185f1b38e5
commit 6d7de9bd15
2 changed files with 24 additions and 0 deletions

12
translations/zh-Hans.json Normal file
View File

@ -0,0 +1,12 @@
{
"language": {
"zh-Hans": "简体中文"
},
"panel": {
"states": "状态",
"map": "地图",
"logbook": "日志",
"history": "历史",
"log_out": "退出登录"
}
}

12
translations/zh-Hant.json Normal file
View File

@ -0,0 +1,12 @@
{
"language": {
"zh-Hant": "繁體中文"
},
"panel": {
"states": "狀態",
"map": "地圖",
"logbook": "日誌",
"history": "歷史",
"log_out": "退出登錄"
}
}