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

19 lines
473 B
JSON

{
"config": {
"abort": {
"already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_api_key": "Cl\u00e9 d'API non valide"
},
"step": {
"user": {
"data": {
"api_key": "Cl\u00e9 d'API",
"name": "Nom"
}
}
}
}
}