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

22 lines
627 B
JSON

{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "No se pudo conectar",
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
"unknown": "Error inesperado"
},
"step": {
"user": {
"data": {
"device_key": "Clave del dispositivo",
"host": "Host",
"port": "Puerto",
"verify_ssl": "Verificar el certificado SSL"
}
}
}
}
}