Skip to content

Commit

Permalink
Add more error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 12, 2023
1 parent d017d5f commit a50aa99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 65 deletions.
7 changes: 4 additions & 3 deletions custom_components/integration_blueprint/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
"config": {
"step": {
"user": {
"title": "Blueprint",
"description": "If you need help with the configuration have a look here: https://github.com/custom-components/integration_blueprint",
"description": "If you need help with the configuration have a look here: https://github.com/ludeeus/integration_blueprint",
"data": {
"username": "Username",
"password": "Password"
}
}
},
"error": {
"auth": "Username/Password is wrong."
"auth": "Username/Password is wrong.",
"connection": "Unable to connect to the server.",
"unknown": "Unknown error occurred."
},
"abort": {
"single_instance_allowed": "Only a single instance is allowed."
Expand Down
31 changes: 0 additions & 31 deletions custom_components/integration_blueprint/translations/fr.json

This file was deleted.

31 changes: 0 additions & 31 deletions custom_components/integration_blueprint/translations/nb.json

This file was deleted.

0 comments on commit a50aa99

Please sign in to comment.