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

22 lines
660 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_input": "Invalid hostname or IP address"
},
"step": {
"user": {
"data": {
"ip_address": "IP Address",
"password": "Password"
},
"description": "Provide the IP address or mDNS of the device and its password",
"title": "Identify the device"
}
}
}
}