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

28 lines
919 B
JSON
Raw Normal View History

2019-07-31 23:16:40 +00:00
{
"config": {
2020-03-27 00:46:57 +00:00
"abort": {
2021-12-12 00:14:30 +00:00
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
2020-03-27 00:46:57 +00:00
},
2019-07-31 23:16:40 +00:00
"error": {
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
2021-12-12 00:14:30 +00:00
"unknown": "Erreur inattendue"
2019-07-31 23:16:40 +00:00
},
"step": {
2021-12-12 00:14:30 +00:00
"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"
},
2019-07-31 23:16:40 +00:00
"user": {
"data": {
"password": "Mot de passe",
2020-09-02 00:03:29 +00:00
"username": "Nom d'utilisateur"
2019-07-31 23:16:40 +00:00
},
"title": "Veuillez saisir vos informations"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-07-31 23:16:40 +00:00
}