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

21 lines
596 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name"
},
2022-04-29 00:22:21 +00:00
"description": "Please refer to the documentation to make sure all requirements are met.",
"title": "Notifications for Android TV / Fire TV"
}
}
}
2021-07-22 00:10:31 +00:00
}