File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
custom_components/sonoff/translations Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "config" : {
3
+ "abort" : {
4
+ "reauth_successful" : " 重新認證成功"
5
+ },
6
+ "error" : {
7
+ "exists" : " 此帳號已經設定" ,
8
+ "template" : " {error}"
9
+ },
10
+ "step" : {
11
+ "user" : {
12
+ "description" : " 輸入您的 [eWeLink帳號](https://www.ewelink.cc/) 資訊" ,
13
+ "data" : {
14
+ "username" : " Email或手機 (DIY模式請輸入any)" ,
15
+ "password" : " 密碼 (DIY模式請留空)" ,
16
+ "country_code" : " 國家地區代碼 (欲自動選擇請留空)"
17
+ }
18
+ }
19
+ }
20
+ },
21
+ "options" : {
22
+ "step" : {
23
+ "init" : {
24
+ "data" : {
25
+ "mode" : " 模式 (一般使用請選擇auto)" ,
26
+ "homes" : " 家 (請留空)" ,
27
+ "debug" : " 除錯頁面 (整合 > 選單 > 已知問題)"
28
+ }
29
+ }
30
+ }
31
+ },
32
+ "system_health" : {
33
+ "info" : {
34
+ "version" : " 版本" ,
35
+ "cloud_online" : " Cloud devices online" ,
36
+ "local_online" : " Local devices online" ,
37
+ "debug" : " 除錯頁面"
38
+ }
39
+ }
40
+ }
You can’t perform that action at this time.
0 commit comments