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

21 lines
549 B
JSON
Raw Normal View History

2020-08-29 00:03:59 +00:00
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
2020-09-07 00:03:02 +00:00
},
2020-09-08 00:04:13 +00:00
"error": {
"cannot_connect": "\u00c9chec de connexion",
2020-09-29 00:03:20 +00:00
"invalid_auth": "Authentification invalide",
2020-09-08 00:04:13 +00:00
"unknown": "Erreur inattendue"
},
2020-09-18 00:07:17 +00:00
"flow_title": "Nightscout",
2020-09-07 00:03:02 +00:00
"step": {
"user": {
"data": {
2020-09-29 00:03:20 +00:00
"api_key": "Cl\u00e9 d'API",
2020-09-07 00:03:02 +00:00
"url": "URL"
}
}
2020-08-29 00:03:59 +00:00
}
}
}