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

31 lines
991 B
JSON

{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"auth_not_supported": "Les appareils Shelly n\u00e9cessitant une authentification ne sont actuellement pas pris en charge.",
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide",
"unknown": "Erreur inattendue"
},
"flow_title": "Shelly: {name}",
"step": {
"confirm_discovery": {
"description": "Voulez-vous configurer le {model} \u00e0 {host}?"
},
"credentials": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
}
},
"user": {
"data": {
"host": "H\u00f4te"
}
}
}
},
"title": "Shelly"
}