Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Taiwanese translation #1490

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "除錯頁面"
}
}
}
Loading