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

28 lines
919 B
JSON

{
"config": {
"abort": {
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
},
"error": {
"invalid_auth": "Authentification non valide",
"unknown": "Erreur inattendue"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Mot de passe"
},
"description": "Veuillez saisir \u00e0 nouveau le mot de passe pour {username} .",
"title": "R\u00e9-authentifier l'int\u00e9gration"
},
"user": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
},
"title": "Veuillez saisir vos informations"
}
}
}
}