Skip to content

Commit

Permalink
Remove colons before details
Browse files Browse the repository at this point in the history
  • Loading branch information
zhbjsh authored Dec 17, 2024
1 parent 39c6b42 commit c05f1a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/ssh/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"name_exists_error": "名前はすでに存在します",
"offline_error": "ホスト {host} はオフラインです",
"permission_error": "ホスト鍵ファイルにアクセスするための権限がありません",
"ssh_authentication_error": "SSHの認証に失敗しました: {details}",
"ssh_connect_error": "SSHの接続に失敗しました: {details}",
"ssh_authentication_error": "SSHの認証に失敗しました {details}",
"ssh_connect_error": "SSHの接続に失敗しました {details}",
"ssh_host_key_unknown_error": "{host} のSSHホスト鍵が不明です",
"unknown": "予期せぬエラー"
},
Expand Down Expand Up @@ -52,8 +52,8 @@
},
"options": {
"error": {
"command_loop_error": "コマンドのループが検出されました: {details}",
"invalid_sensor_error": "センサー {key} は無効です: {details}",
"command_loop_error": "コマンドのループが検出されました {details}",
"invalid_sensor_error": "センサー {key} は無効です {details}",
"name_key_error": "名前とキーが定義されていません",
"unknown": "予期せぬエラー"
},
Expand Down

0 comments on commit c05f1a4

Please sign in to comment.