Skip to content

Commit

Permalink
Merge pull request #1490 from xangin/patch-1
Browse files Browse the repository at this point in the history
Create zh-Hant.json
  • Loading branch information
AlexxIT authored Sep 13, 2024
2 parents 3b1d7cf + fb9ef1b commit e3d1f12
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions custom_components/sonoff/translations/zh-Hant.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"config": {
"abort": {
"reauth_successful": "重新認證成功"
},
"error": {
"exists": "此帳號已經設定",
"template": "{error}"
},
"step": {
"user": {
"description": "輸入您的 [eWeLink帳號](https://www.ewelink.cc/) 資訊",
"data": {
"username": "Email或手機 (DIY模式請輸入any)",
"password": "密碼 (DIY模式請留空)",
"country_code": "國家地區代碼 (欲自動選擇請留空)"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"mode": "模式 (一般使用請選擇auto)",
"homes": "家 (請留空)",
"debug": "除錯頁面 (整合 > 選單 > 已知問題)"
}
}
}
},
"system_health": {
"info": {
"version": "版本",
"cloud_online": "Cloud devices online",
"local_online": "Local devices online",
"debug": "除錯頁面"
}
}
}

0 comments on commit e3d1f12

Please sign in to comment.