core/homeassistant/components/home_connect/translations/en.json

16 lines
538 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-09-11 00:09:17 +00:00
"missing_configuration": "The Home Connect component is not configured. Please follow the documentation.",
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})"
2020-05-13 18:27:21 +00:00
},
"create_entry": {
"default": "Successfully authenticated with Home Connect."
},
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
}
}
}
}