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

21 lines
598 B
JSON
Raw Normal View History

2022-06-06 00:21:14 +00:00
{
"config": {
"abort": {
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification non valide",
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"email": "Courriel",
"password": "Mot de passe"
}
}
}
}
}