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

27 lines
956 B
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"error": {
"already_configured": "La cuenta ya est\u00e1 configurada",
2020-10-17 00:06:00 +00:00
"cannot_connect": "No se pudo conectar",
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida"
2020-08-27 00:04:55 +00:00
},
2020-11-22 00:04:54 +00:00
"flow_title": "OVO Energy: {username}",
2020-08-27 00:04:55 +00:00
"step": {
2020-11-22 00:04:54 +00:00
"reauth": {
"data": {
"password": "Contrase\u00f1a"
},
"description": "Error de autenticaci\u00f3n para OVO Energy. Ingrese sus credenciales actuales.",
"title": "Reautenticaci\u00f3n"
},
2020-08-27 00:04:55 +00:00
"user": {
"data": {
"password": "Contrase\u00f1a",
"username": "Usuario"
},
"description": "Configurar una instancia de OVO Energy para acceder a su consumo de energ\u00eda.",
"title": "A\u00f1adir OVO Energy"
}
}
}
}