Skip to content

Commit

Permalink
Create ja.json
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 committed Apr 19, 2024
1 parent a9230b1 commit ab3e94c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions custom_components/renpho/translations/ja.json
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": "デバイスは既に設定されています"
}
}
}

0 comments on commit ab3e94c

Please sign in to comment.