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

24 lines
853 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"duplicate_entry": "That host has already been added.",
"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."
}
}
}
}