forked from neilzilla/hass-renpho
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9230b1
commit ab3e94c
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"email": "古いRenphoアカウントのメールアドレスを入力してください。", | ||
"password": "Renphoアカウントのパスワードを入力してください。", | ||
"refresh": "データ更新レートを秒単位で設定します。デフォルトは60秒です。", | ||
"unit_of_measurement": "体重の単位を選択してください。オプションはキログラム(kg)またはポンド(lbs)です。", | ||
"proxy": "オプション:使用するプロキシサーバーを指定します(例:'http://127.0.0.1:8080')。" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "サービスに接続できません", | ||
"invalid_auth": "認証が無効です", | ||
"unknown": "不明なエラーが発生しました" | ||
}, | ||
"abort": { | ||
"already_configured": "デバイスは既に設定されています" | ||
} | ||
} | ||
} |