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

21 lines
596 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name"
},
"description": "Please refer to the documentation to make sure all requirements are met.",
"title": "Notifications for Android TV / Fire TV"
}
}
}
}