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

32 lines
1.1 KiB
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"abort": {
2020-09-28 00:03:28 +00:00
"already_configured": "El dispositivo ya est\u00e1 configurado",
"unsupported_firmware": "El dispositivo est\u00e1 usando una versi\u00f3n de firmware no compatible."
2020-08-27 00:04:55 +00:00
},
"error": {
"auth_not_supported": "Los dispositivos Shelly que requieren autenticaci\u00f3n no son compatibles actualmente.",
"cannot_connect": "No se pudo conectar",
2020-09-02 00:03:29 +00:00
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
2020-08-27 00:04:55 +00:00
"unknown": "Error inesperado"
},
"flow_title": "Shelly: {name}",
"step": {
"confirm_discovery": {
"description": "\u00bfQuieres configurar el {model} en {host}?"
},
2020-09-02 00:03:29 +00:00
"credentials": {
"data": {
"password": "Contrase\u00f1a",
2020-09-03 00:06:16 +00:00
"username": "Usuario"
2020-09-02 00:03:29 +00:00
}
},
2020-08-27 00:04:55 +00:00
"user": {
"data": {
"host": "Host"
}
}
}
},
"title": "Shelly"
}