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

23 lines
747 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
2020-07-13 00:02:52 +00:00
"abort": {
"already_configured": "Ce compte est d\u00e9j\u00e0 configur\u00e9."
},
2020-05-13 18:27:21 +00:00
"error": {
2020-07-13 00:02:52 +00:00
"cannot_connect": "Impossible de se connecter, veuillez r\u00e9essayer",
2020-06-07 00:03:28 +00:00
"invalid_auth": "Authentification non valide",
2020-05-13 18:27:21 +00:00
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
2020-06-07 00:03:28 +00:00
"client_id": "ID client (facultatif)",
"client_secret": "Secret client (facultatif)",
2020-05-13 18:27:21 +00:00
"password": "Mot de passe",
"username": "Nom d'utilisateur"
2020-07-13 00:02:52 +00:00
},
"title": "Identifiants de connexion Flick"
2020-05-13 18:27:21 +00:00
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-13 18:27:21 +00:00
}