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

32 lines
982 B
JSON

{
"config": {
"error": {
"already_configured": "Gateway ya configurado",
"cannot_connect": "No se pudo conectar",
"id_exists": "El ID del Gateway ya existe"
},
"step": {
"init": {
"data": {
"device": "Ruta o URL",
"id": "ID",
"name": "Nombre"
},
"title": "Gateway OpenTherm"
}
}
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Temperatura del suelo",
"read_precision": "Leer precisi\u00f3n",
"set_precision": "Establecer precisi\u00f3n",
"temporary_override_mode": "Modo de anulaci\u00f3n temporal del punto de ajuste"
},
"description": "Opciones para OpenTherm Gateway"
}
}
}
}