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

64 lines
2.0 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": {
"climate": {
"plugwise": {
"state_attributes": {
"preset_mode": {
"state": {
"asleep": "Night",
"away": "Away",
"home": "Home",
"no_frost": "Anti-frost",
"vacation": "Vacation"
}
}
}
}
},
"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"
}
}
}
}
}