1
mirror of https://github.com/home-assistant/core synced 2024-08-06 09:34:49 +02:00
ha-core/homeassistant/components/litterrobot/translations/es.json

20 lines
519 B
JSON
Raw Normal View History

2021-03-16 01:04:36 +01:00
{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "Fallo al conectar",
"invalid_auth": "Autenticaci\u00f3n inv\u00e1lida",
"unknown": "Error inesperado"
},
"step": {
"user": {
"data": {
"password": "Contrase\u00f1a",
"username": "Usuario"
}
}
}
}
}