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

21 lines
685 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
"already_configured": "Un compte Tibber est d\u00e9j\u00e0 configur\u00e9."
},
"error": {
2020-10-30 00:02:45 +00:00
"cannot_connect": "\u00c9chec de connexion",
2020-09-08 00:04:13 +00:00
"invalid_access_token": "Jeton d'acc\u00e8s non valide",
2020-05-13 18:27:21 +00:00
"timeout": "D\u00e9lai de connexion \u00e0 Tibber"
},
"step": {
"user": {
"data": {
"access_token": "Jeton d'acc\u00e8s"
},
2020-06-15 00:03:32 +00:00
"description": "Entrez votre jeton d'acc\u00e8s depuis https://developer.tibber.com/settings/accesstoken",
2020-05-13 18:27:21 +00:00
"title": "Tibber"
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-13 18:27:21 +00:00
}