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

27 lines
861 B
JSON
Raw Normal View History

2022-01-08 00:14:39 +00:00
{
"config": {
"abort": {
2022-06-02 00:27:51 +00:00
"already_configured": "La cuenta ya est\u00e1 configurada",
"reauth_successful": "La reautenticaci\u00f3n fue exitosa"
2022-01-08 00:14:39 +00:00
},
"error": {
2022-05-16 00:24:28 +00:00
"cannot_connect": "No se pudo conectar",
"incorrect_api_key": "Clave API inv\u00e1lida para la cuenta seleccionada",
"invalid_auth": "Autenticaci\u00f3n inv\u00e1lida",
"no_devices": "No se ha descubierto ning\u00fan dispositivo",
"no_username": "No se pudo obtener el nombre de usuario"
2022-01-08 00:14:39 +00:00
},
"step": {
2022-05-16 00:24:28 +00:00
"reauth_confirm": {
"data": {
"api_key": "Clave API"
}
},
2022-01-08 00:14:39 +00:00
"user": {
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "Clave API"
2022-01-08 00:14:39 +00:00
}
}
}
}
}