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

22 lines
621 B
JSON
Raw Normal View History

2022-01-09 00:15:18 +00:00
{
"config": {
2022-01-10 00:14:49 +00:00
"abort": {
2022-05-19 00:26:11 +00:00
"already_configured": "El dispositivo ya est\u00e1 configurado"
2022-01-10 00:14:49 +00:00
},
"error": {
"cannot_connect": "No se pudo conectar"
},
2022-01-09 00:15:18 +00:00
"flow_title": "{name}",
"step": {
2022-01-10 00:14:49 +00:00
"confirm": {
"description": "\u00bfQuieres iniciar la configuraci\u00f3n?"
},
2022-01-09 00:15:18 +00:00
"user": {
2022-01-10 00:14:49 +00:00
"data": {
"host": "Host"
},
2022-08-12 00:23:47 +00:00
"description": "Introduce el nombre de host o la direcci\u00f3n IP de tu dispositivo TOLO Sauna."
2022-01-09 00:15:18 +00:00
}
}
}
}