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

30 lines
982 B
JSON
Raw Normal View History

2021-08-02 03:40:04 +00:00
{
"config": {
"abort": {
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
"kamereon_no_account": "Impossible de trouver le compte Kamereon."
},
"error": {
2021-08-27 00:14:42 +00:00
"invalid_credentials": "Authentification invalide"
2021-08-02 03:40:04 +00:00
},
"step": {
"kamereon": {
"data": {
"kamereon_account_id": "Identifiant du compte Kamereon"
},
"title": "S\u00e9lectionner l'identifiant du compte Kamereon"
},
2021-09-08 00:10:52 +00:00
"reauth_confirm": {
"title": "R\u00e9-authentifier l'int\u00e9gration"
},
2021-08-02 03:40:04 +00:00
"user": {
"data": {
"locale": "Lieu",
"password": "Mot de passe",
"username": "Email"
},
"title": "D\u00e9finir les informations d'identification de Renault"
}
}
}
}