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

31 lines
804 B
JSON

{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "Error al conectar",
"unknown": "Error inesperado"
},
"flow_title": "{name} {model} ({host})",
"step": {
"confirm": {
"description": "\u00bfQuieres configurar {name} {model} ({host})?"
},
"user": {
"data": {
"host": "Host"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"hold_temp": "Establezca una retenci\u00f3n permanente al ajustar la temperatura."
}
}
}
}
}