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

20 lines
543 B
JSON
Raw Normal View History

2020-06-04 00:04:15 +00:00
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
2020-10-08 00:06:03 +00:00
"invalid_host": "Invalid hostname or IP address"
2020-06-04 00:04:15 +00:00
},
"step": {
"user": {
"data": {
"host": "Host"
},
2022-05-19 00:26:11 +00:00
"description": "Ensure that your player is turned on."
2020-06-04 00:04:15 +00:00
}
}
}
}