Skip to content

Commit

Permalink
Translate config flow (#10)
Browse files Browse the repository at this point in the history
* Translate config flow

* Update lockfile
  • Loading branch information
WebSpider authored Sep 17, 2024
1 parent 4a03e50 commit efcf1e1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions custom_components/myskoda/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"config": {
"abort": {
"already_configured": "Device is already configured"
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"email": "Username",
"password": "Password"
"email": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
}
}
}
}

0 comments on commit efcf1e1

Please sign in to comment.