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

27 lines
951 B
JSON
Raw Normal View History

2020-08-06 00:02:06 +00:00
{
"config": {
"error": {
2021-10-02 12:59:05 +00:00
"already_configured": "El compte ja est\u00e0 configurat",
2020-10-15 00:03:50 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3",
2020-10-17 00:06:00 +00:00
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida"
2020-08-06 00:02:06 +00:00
},
2021-05-12 00:04:03 +00:00
"flow_title": "{username}",
2020-08-06 00:02:06 +00:00
"step": {
2020-11-23 00:04:13 +00:00
"reauth": {
"data": {
"password": "Contrasenya"
},
"description": "L'autenticaci\u00f3 d'OVO Energy ha fallat. Introdueix les teves credencials actuals.",
"title": "Reautenticaci\u00f3"
},
2020-08-06 00:02:06 +00:00
"user": {
"data": {
"password": "Contrasenya",
"username": "Nom d'usuari"
},
"description": "Configura una inst\u00e0ncia OVO Energy per accedir al consum energ\u00e8tic.",
2020-08-27 00:04:55 +00:00
"title": "Afegeix compte d'OVO Energy"
2020-08-06 00:02:06 +00:00
}
}
}
}