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

19 lines
464 B
JSON
Raw Normal View History

2020-04-27 00:02:20 +00:00
{
"config": {
"abort": {
"already_configured": "Compte d\u00e9j\u00e0 configur\u00e9"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Authentification invalide"
2020-05-13 18:27:21 +00:00
},
"step": {
"user": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
},
"title": "Total Connect"
}
2020-04-27 00:02:20 +00:00
}
}
}