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

19 lines
791 B
JSON
Raw Normal View History

{
2019-10-30 00:32:11 +00:00
"config": {
"abort": {
"already_setup": "You can only configure one Almond account.",
2019-11-06 16:32:33 +00:00
"cannot_connect": "Unable to connect to the Almond server.",
2020-09-11 00:09:17 +00:00
"missing_configuration": "Please check the documentation on how to set up Almond.",
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})"
2019-10-30 00:32:11 +00:00
},
2019-11-13 00:32:12 +00:00
"step": {
2020-01-21 00:33:20 +00:00
"hassio_confirm": {
"description": "Do you want to configure Home Assistant to connect to Almond provided by the Hass.io add-on: {addon}?",
"title": "Almond via Hass.io add-on"
},
2019-11-13 00:32:12 +00:00
"pick_implementation": {
"title": "Pick Authentication Method"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-30 00:32:11 +00:00
}