mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +00:00
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:
parent
185f1b38e5
commit
6d7de9bd15
12
translations/zh-Hans.json
Normal file
12
translations/zh-Hans.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"language": {
|
||||
"zh-Hans": "简体中文"
|
||||
},
|
||||
"panel": {
|
||||
"states": "状态",
|
||||
"map": "地图",
|
||||
"logbook": "日志",
|
||||
"history": "历史",
|
||||
"log_out": "退出登录"
|
||||
}
|
||||
}
|
12
translations/zh-Hant.json
Normal file
12
translations/zh-Hant.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"language": {
|
||||
"zh-Hant": "繁體中文"
|
||||
},
|
||||
"panel": {
|
||||
"states": "狀態",
|
||||
"map": "地圖",
|
||||
"logbook": "日誌",
|
||||
"history": "歷史",
|
||||
"log_out": "退出登錄"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user