Skip to content

Commit

Permalink
Update en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunky committed Jan 7, 2024
1 parent 8232fa8 commit b5a2826
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions custom_components/shell_recharge_ev/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"malformed_location_id": "Malformed LOCATION-ID",
"empty_response": "Empty reponse from shellrecharge.com. Either invalid LOCATION-ID or no data for it.",
"unknown": "Unexpected error"
},
"step": {
"user": {
"description": "If you need help with the configuration have a look here: https://github.com/ludeeus/integration_blueprint",
"data": {
"username": "Username",
"password": "Password"
"location_id": "LOCATION-ID (e.g. 3357677)"
}
}
},
"error": {
"auth": "Username/Password is wrong.",
"connection": "Unable to connect to the server.",
"unknown": "Unknown error occurred."
}
}
}
}

0 comments on commit b5a2826

Please sign in to comment.