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

25 lines
863 B
JSON
Raw Normal View History

2021-02-19 00:03:06 +00:00
{
"config": {
"abort": {
2021-05-09 00:04:11 +00:00
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
2021-08-27 00:14:42 +00:00
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
2021-02-19 00:03:06 +00:00
},
"error": {
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide"
2021-02-19 00:03:06 +00:00
},
"step": {
2021-05-09 00:04:11 +00:00
"reauth_confirm": {
2021-08-02 03:40:04 +00:00
"description": "L'int\u00e9gration SmartTub doit r\u00e9-authentifier votre compte",
2021-08-27 00:14:42 +00:00
"title": "R\u00e9-authentifier l'int\u00e9gration"
2021-05-09 00:04:11 +00:00
},
2021-02-19 00:03:06 +00:00
"user": {
"data": {
2022-03-11 00:21:48 +00:00
"email": "Courriel",
2021-02-19 00:03:06 +00:00
"password": "Mot de passe"
},
"description": "Entrez votre adresse e-mail et votre mot de passe SmartTub pour vous connecter",
"title": "Connexion"
}
}
}
}