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

27 lines
774 B
JSON
Raw Normal View History

2020-09-08 00:04:13 +00:00
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide",
"unknown": "Erreur inattendue"
},
"step": {
2020-09-18 00:07:17 +00:00
"device": {
"data": {
"device_name": "Appareil"
},
"title": "S\u00e9lectionnez l'appareil WOLF"
},
2020-09-08 00:04:13 +00:00
"user": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
2020-09-18 00:07:17 +00:00
},
"title": "Connexion WOLF SmartSet"
2020-09-08 00:04:13 +00:00
}
}
}
}