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

21 lines
633 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2021-08-27 00:14:42 +00:00
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9"
2020-05-13 18:27:21 +00:00
},
"error": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide",
2020-05-13 18:27:21 +00:00
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
2021-08-27 00:14:42 +00:00
"api_token": "Jeton d'API"
2020-05-13 18:27:21 +00:00
},
"description": "Vous aurez besoin du jeton API de https://home.juice.net/Manage.",
"title": "Se connecter \u00e0 JuiceNet"
}
}
}
}