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

38 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"heater_not_available": "Heater not available. Try to reset the heater by pressing + and OK for some seconds.",
"heater_not_found": "Heater not found. Try to move the heater closer to Home Assistant computer.",
"invalid_auth": "Invalid authentication"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication"
},
"step": {
"cloud": {
"data": {
"account_id": "Account ID",
"password": "Password"
}
},
"local": {
"data": {
"wifi_pswd": "Wi-Fi Password",
"wifi_ssid": "Wi-Fi SSID"
},
"description": "Reset the heater by pressing + and OK until display shows 'Reset'. Then press and hold OK button on the heater until the blue led starts blinking before pressing Submit. Configuring heater might take some minutes."
},
"user": {
"data": {
"account_id": "Account ID",
"connection_type": "Select connection type",
"host": "Host",
"password": "Password"
},
"description": "Select connection type. Local requires heaters with bluetooth"
}
}
}
}