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

19 lines
460 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
"config": {
"abort": {
"already_configured": "El compte ja ha estat configurat"
},
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida"
2020-04-16 20:00:10 +00:00
},
"step": {
"user": {
"data": {
"password": "Contrasenya",
"username": "Nom d'usuari"
},
"title": "Total Connect"
}
}
}
}