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

30 lines
929 B
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
"error": {
2022-08-14 00:25:47 +00:00
"cannot_connect": "No se pudo conectar",
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
2020-03-24 13:18:47 +00:00
"unknown": "Error inesperado"
},
"step": {
"user": {
"data": {
2020-07-20 00:03:01 +00:00
"api_key": "Clave API"
2020-03-24 13:18:47 +00:00
},
2022-08-13 00:25:00 +00:00
"description": "Necesitar\u00e1s la clave API de https://app.rach.io/. Ve a Configuraci\u00f3n, luego haz clic en 'GET API KEY'.",
2020-03-24 13:18:47 +00:00
"title": "Conectar a tu dispositivo Rachio"
}
2020-04-15 16:51:07 +00:00
}
2020-03-24 13:18:47 +00:00
},
"options": {
"step": {
"init": {
"data": {
2022-05-16 00:24:28 +00:00
"manual_run_mins": "Duraci\u00f3n en minutos a ejecutar cuando se active un interruptor de zona"
2020-03-24 13:18:47 +00:00
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}