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

36 lines
1.2 KiB
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
2022-03-12 00:17:47 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
2020-03-24 13:18:47 +00:00
},
"error": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
2020-03-24 13:18:47 +00:00
"unknown": "Erreur inattendue"
},
"step": {
2022-03-08 00:18:11 +00:00
"reauth_validate": {
"data": {
"password": "Mot de passe"
2022-03-12 00:17:47 +00:00
},
2022-04-29 00:22:21 +00:00
"description": "L'int\u00e9gration Sense doit r\u00e9-authentifier votre compte {email}.",
2022-03-12 00:17:47 +00:00
"title": "R\u00e9-authentifier l'int\u00e9gration"
2022-03-08 00:18:11 +00:00
},
2020-03-24 13:18:47 +00:00
"user": {
"data": {
2022-03-11 00:21:48 +00:00
"email": "Courriel",
2021-12-12 00:14:30 +00:00
"password": "Mot de passe",
"timeout": "D\u00e9lai expir\u00e9"
2020-03-24 13:18:47 +00:00
},
"title": "Connectez-vous \u00e0 votre moniteur d'\u00e9nergie Sense"
2022-03-08 00:18:11 +00:00
},
"validation": {
"data": {
"code": "Code de v\u00e9rification"
2022-04-29 00:22:21 +00:00
},
"title": "Authentification multi-facteurs Sense"
2020-03-24 13:18:47 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}