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

32 lines
927 B
JSON
Raw Normal View History

2020-07-03 00:03:38 +00:00
{
"config": {
2020-07-06 00:02:55 +00:00
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9"
2020-07-06 00:02:55 +00:00
},
"error": {
2020-10-05 00:04:23 +00:00
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
2020-07-06 00:02:55 +00:00
"unknown": "Erreur inattendue"
},
2020-07-03 00:03:38 +00:00
"step": {
"user": {
"data": {
2020-07-06 00:02:55 +00:00
"password": "Mot de passe",
"server": "Serveur",
"username": "Nom d'utilisateur"
2020-07-03 00:03:38 +00:00
},
"description": "Saisir les donn\u00e9es d'identification de Dexcom Share",
"title": "Configurer l'int\u00e9gration Dexcom"
}
}
},
"options": {
"step": {
"init": {
"data": {
"unit_of_measurement": "Unit\u00e9 de mesure"
}
}
}
}
}