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

30 lines
861 B
JSON
Raw Normal View History

2020-05-03 00:02:26 +00:00
{
"config": {
"error": {
"already_configured": "Gateway ya configurado",
2020-11-11 11:10:09 +00:00
"id_exists": "La identificaci\u00f3n de la puerta ya existe"
2020-05-03 00:02:26 +00:00
},
"step": {
"init": {
"data": {
"device": "Ruta o URL",
"id": "Identificaci\u00f3n",
"name": "Nombre"
},
"title": "OpenTherm Gateway"
}
}
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Temperatura del piso",
2021-03-30 00:03:46 +00:00
"read_precision": "Leer precisi\u00f3n",
"set_precision": "Establecer precisi\u00f3n"
2020-05-03 00:02:26 +00:00
},
"description": "Opciones para OpenTherm Gateway"
}
}
}
}