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

31 lines
864 B
JSON
Raw Normal View History

2019-02-28 00:34:13 +00:00
{
"config": {
2020-03-04 18:13:24 +00:00
"abort": {
2020-10-09 00:04:33 +00:00
"already_configured": "El dispositivo ya est\u00e1 configurado"
2020-03-04 18:13:24 +00:00
},
2019-02-28 00:34:13 +00:00
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida"
2019-02-28 00:34:13 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{ip}",
2019-02-28 00:34:13 +00:00
"step": {
"user": {
"data": {
"ip_address": "Nombre de host o direcci\u00f3n IP",
"password": "Contrase\u00f1a",
"port": "Puerto"
},
"title": "Completa tu informaci\u00f3n"
}
2020-04-15 16:51:07 +00:00
}
2020-10-30 00:02:45 +00:00
},
"options": {
"step": {
"init": {
"data": {
"zone_run_time": "Tiempo de ejecuci\u00f3n de zona predeterminado (en segundos)"
},
"title": "Configurar RainMachine"
}
}
2020-04-16 20:00:10 +00:00
}
2019-02-28 00:34:13 +00:00
}