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

24 lines
807 B
JSON

{
"config": {
"abort": {
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a \u00e9t\u00e9 un succ\u00e8s"
},
"error": {
"invalid_auth": "Authentification invalide"
},
"step": {
"reauth_confirm": {
"description": "L'int\u00e9gration SmartTub doit r\u00e9-authentifier votre compte"
},
"user": {
"data": {
"email": "Email",
"password": "Mot de passe"
},
"description": "Entrez votre adresse e-mail et votre mot de passe SmartTub pour vous connecter",
"title": "Connexion"
}
}
}
}