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

29 lines
860 B
JSON

{
"config": {
"abort": {
"already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion"
},
"step": {
"api_key": {
"data": {
"api_key": "Cl\u00e9 d'API"
}
},
"user": {
"data": {
"api_key": "Cl\u00e9 d'API",
"host": "H\u00f4te",
"location": "Emplacement",
"name": "Nom",
"port": "Port",
"ssl": "Utilise un certificat SSL",
"statistics_only": "Statistiques uniquement",
"verify_ssl": "V\u00e9rifier le certificat SSL"
}
}
}
}
}