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

17 lines
431 B
JSON
Raw Normal View History

2020-05-17 00:02:56 +00:00
{
"config": {
2020-06-15 00:03:32 +00:00
"abort": {
"duplicated_name": "Le nom existe d\u00e9j\u00e0"
},
2020-05-17 00:02:56 +00:00
"step": {
"user": {
"data": {
"api_key": "Cl\u00e9 API (facultatif)",
"name": "Nom",
"ssl": "Utiliser SSL",
"verify_ssl": "V\u00e9rifier le certificat SSL"
}
}
}
}
}