1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant/components/roon/translations/en.json
2021-05-12 00:04:03 +00:00

23 lines
785 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"link": {
"description": "You must authorize Home Assistant in Roon. After you click submit, go to the Roon Core application, open Settings and enable HomeAssistant on the Extensions tab.",
"title": "Authorize HomeAssistant in Roon"
},
"user": {
"data": {
"host": "Host"
},
"description": "Could not discover Roon server, please enter your the Hostname or IP."
}
}
}
}