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

22 lines
603 B
JSON
Raw Normal View History

2020-05-17 00:02:56 +00:00
{
"config": {
2020-06-15 00:03:32 +00:00
"abort": {
2020-08-06 00:02:06 +00:00
"already_configured": "Service d\u00e9j\u00e0 configur\u00e9"
2020-06-15 00:03:32 +00:00
},
2020-07-13 00:02:52 +00:00
"error": {
"cannot_connect": "Connexion impossible"
},
2020-05-17 00:02:56 +00:00
"step": {
"user": {
"data": {
"api_key": "Cl\u00e9 API (facultatif)",
2020-07-09 00:05:04 +00:00
"host": "H\u00f4te",
2020-05-17 00:02:56 +00:00
"name": "Nom",
2020-07-13 00:02:52 +00:00
"port": "Port",
2020-05-17 00:02:56 +00:00
"ssl": "Utiliser SSL",
"verify_ssl": "V\u00e9rifier le certificat SSL"
}
}
}
}
}