1
mirror of https://github.com/home-assistant/core synced 2024-09-18 19:55:20 +02:00
ha-core/homeassistant/components/ovo_energy/translations/ca.json
2021-10-02 12:59:05 +00:00

27 lines
951 B
JSON

{
"config": {
"error": {
"already_configured": "El compte ja est\u00e0 configurat",
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida"
},
"flow_title": "{username}",
"step": {
"reauth": {
"data": {
"password": "Contrasenya"
},
"description": "L'autenticaci\u00f3 d'OVO Energy ha fallat. Introdueix les teves credencials actuals.",
"title": "Reautenticaci\u00f3"
},
"user": {
"data": {
"password": "Contrasenya",
"username": "Nom d'usuari"
},
"description": "Configura una inst\u00e0ncia OVO Energy per accedir al consum energ\u00e8tic.",
"title": "Afegeix compte d'OVO Energy"
}
}
}
}