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

29 lines
860 B
JSON
Raw Normal View History

2020-05-17 00:02:56 +00:00
{
"config": {
2020-06-15 00:03:32 +00:00
"abort": {
2021-08-27 00:14:42 +00:00
"already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9"
2020-06-15 00:03:32 +00:00
},
2020-07-13 00:02:52 +00:00
"error": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion"
2020-07-13 00:02:52 +00:00
},
2020-05-17 00:02:56 +00:00
"step": {
2021-02-06 00:07:22 +00:00
"api_key": {
"data": {
2021-08-27 00:14:42 +00:00
"api_key": "Cl\u00e9 d'API"
2021-02-06 00:07:22 +00:00
}
},
2020-05-17 00:02:56 +00:00
"user": {
"data": {
2020-08-29 00:03:59 +00:00
"api_key": "Cl\u00e9 d'API",
2020-07-09 00:05:04 +00:00
"host": "H\u00f4te",
2020-09-08 00:04:13 +00:00
"location": "Emplacement",
2020-05-17 00:02:56 +00:00
"name": "Nom",
2020-07-13 00:02:52 +00:00
"port": "Port",
2021-08-27 00:14:42 +00:00
"ssl": "Utilise un certificat SSL",
2021-02-06 00:07:22 +00:00
"statistics_only": "Statistiques uniquement",
2020-05-17 00:02:56 +00:00
"verify_ssl": "V\u00e9rifier le certificat SSL"
}
}
}
}
}