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

24 lines
692 B
JSON
Raw Normal View History

2021-05-08 00:03:19 +00:00
{
"config": {
"abort": {
"already_configured": "Device is already configured",
"device_unsupported": "The device is unsupported."
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"flow_title": "{name}",
"step": {
"confirm_discovery": {
"description": "Do you want to set up Nettigo Air Monitor at {host}?"
},
"user": {
"data": {
"host": "Host"
},
"description": "Set up Nettigo Air Monitor integration."
}
}
}
}