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

22 lines
689 B
JSON
Raw Normal View History

2019-02-28 00:34:13 +00:00
{
"config": {
2020-03-04 18:13:24 +00:00
"abort": {
"already_configured": "Este controlador RainMachine ya est\u00e1 configurado."
},
2019-02-28 00:34:13 +00:00
"error": {
"identifier_exists": "Cuenta ya registrada",
2020-10-06 00:08:09 +00:00
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
2019-02-28 00:34:13 +00:00
"invalid_credentials": "Credenciales no v\u00e1lidas"
},
"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-04-16 20:00:10 +00:00
}
2019-02-28 00:34:13 +00:00
}