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

22 lines
627 B
JSON
Raw Normal View History

2021-10-02 12:59:05 +00:00
{
"config": {
2022-01-10 00:14:49 +00:00
"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"
},
2021-10-02 12:59:05 +00:00
"step": {
"user": {
"data": {
2022-01-10 00:14:49 +00:00
"device_key": "Clave del dispositivo",
"host": "Host",
"port": "Puerto",
2022-08-11 00:26:23 +00:00
"verify_ssl": "Verificar el certificado SSL"
2021-10-02 12:59:05 +00:00
}
}
}
}
}