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

32 lines
959 B
JSON

{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification non valide",
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"host": "H\u00f4te",
"password": "Mot de passe",
"switch_as_light": "Initialiser les commutateurs en tant que lumi\u00e8res",
"username": "Nom d'utilisateur"
},
"description": "Configurez l'int\u00e9gration de SwitchBee avec Home Assistant."
}
}
},
"options": {
"step": {
"init": {
"data": {
"devices": "Appareils \u00e0 inclure"
}
}
}
}
}