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

31 lines
774 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"flow_title": "{name} {model} ({host})",
"step": {
"confirm": {
"description": "Do you want to setup {name} {model} ({host})?"
},
"user": {
"data": {
"host": "Host"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"hold_temp": "Set a permanent hold when adjusting the temperature."
}
}
}
}
}