Skip to content

Commit

Permalink
Merge pull request #93 from taikun114/main
Browse files Browse the repository at this point in the history
Create ja.json
  • Loading branch information
AlexandrErohin authored Oct 9, 2024
2 parents 57a4490 + daa3294 commit 9044b96
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions custom_components/tplink_router/translations/ja.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"config": {
"step": {
"user": {
"description": "統合の設定",
"data": {
"host": "ホスト",
"username": "ログイン",
"password": "パスワード",
"scan_interval": "更新のスキャン間隔(秒)",
"verify_ssl": "https接続でSSLを検証する"
}
}
}
},
"options": {
"step": {
"init": {
"description": "ルーターのパラメーターを編集します。",
"data": {
"host": "ホスト",
"username": "ログイン",
"password": "パスワード",
"scan_interval": "更新のスキャン間隔(秒)",
"verify_ssl": "https接続でSSLを検証する"
}
}
}
}
}

0 comments on commit 9044b96

Please sign in to comment.