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

32 lines
982 B
JSON
Raw Normal View History

2019-10-07 00:32:19 +00:00
{
"config": {
"error": {
"already_configured": "Gateway ya configurado",
2020-10-30 00:02:45 +00:00
"cannot_connect": "No se pudo conectar",
2020-11-11 11:10:09 +00:00
"id_exists": "El ID del Gateway ya existe"
2019-10-07 00:32:19 +00:00
},
"step": {
"init": {
"data": {
"device": "Ruta o URL",
"id": "ID",
2020-04-08 00:08:19 +00:00
"name": "Nombre"
2019-10-07 00:32:19 +00:00
},
"title": "Gateway OpenTherm"
}
2020-04-15 16:51:07 +00:00
}
2019-10-23 00:32:15 +00:00
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Temperatura del suelo",
2021-03-20 00:04:10 +00:00
"read_precision": "Leer precisi\u00f3n",
2021-04-22 00:02:50 +00:00
"set_precision": "Establecer precisi\u00f3n",
"temporary_override_mode": "Modo de anulaci\u00f3n temporal del punto de ajuste"
2019-10-23 00:32:15 +00:00
},
"description": "Opciones para OpenTherm Gateway"
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-07 00:32:19 +00:00
}