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

29 lines
988 B
JSON
Raw Normal View History

2021-12-12 00:14:30 +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",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
2021-12-12 00:14:30 +00:00
"unknown": "Erreur inattendue"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Mot de passe"
},
"description": "Veuillez saisir \u00e0 nouveau le mot de passe pour\u00a0: {username}",
"title": "R\u00e9-authentifier l'int\u00e9gration"
},
"user": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
},
"title": "Configurez votre int\u00e9gration Brunt"
}
}
}
}