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

23 lines
716 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
2020-07-13 00:02:52 +00:00
"abort": {
2021-08-27 00:14:42 +00:00
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9"
2020-07-13 00:02:52 +00:00
},
2020-05-13 18:27:21 +00:00
"error": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide",
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
}