From fb9ef1bb126fb0e56483272f3fb8b86b18a55ee5 Mon Sep 17 00:00:00 2001 From: xangin <56766371+xangin@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:20:03 +0800 Subject: [PATCH] Create zh-Hant.json Add Taiwanese translation --- .../sonoff/translations/zh-Hant.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 custom_components/sonoff/translations/zh-Hant.json diff --git a/custom_components/sonoff/translations/zh-Hant.json b/custom_components/sonoff/translations/zh-Hant.json new file mode 100644 index 0000000..8e2ddf1 --- /dev/null +++ b/custom_components/sonoff/translations/zh-Hant.json @@ -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": "除錯頁面" + } + } +}