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

49 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured",
"anna_with_adam": "Both Anna and Adam detected. Add your Adam instead of your Anna"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_setup": "Add your Adam instead of your Anna, see the documentation",
"response_error": "Invalid XML data, or error indication received",
"unknown": "Unexpected error",
"unsupported": "Device with unsupported firmware"
},
"step": {
"user": {
"data": {
"host": "IP Address",
"password": "Smile ID",
"port": "Port",
"username": "Smile Username"
},
"description": "Please enter",
"title": "Connect to the Smile"
}
}
},
"entity": {
"select": {
"dhw_mode": {
"state": {
"auto": "Auto",
"boost": "Boost",
"comfort": "Comfort",
"off": "Off"
}
},
"regulation_mode": {
"state": {
"bleeding_cold": "Bleeding cold",
"bleeding_hot": "Bleeding hot",
"cooling": "Cooling",
"heating": "Heating",
"off": "Off"
}
}
}
}
}