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

29 lines
723 B
JSON

{
"config": {
"abort": {
"already_configured": "Ce profil NextDNS est d\u00e9j\u00e0 configur\u00e9."
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_api_key": "Cl\u00e9 d'API non valide",
"unknown": "Erreur inattendue"
},
"step": {
"profiles": {
"data": {
"profile": "Profil"
}
},
"user": {
"data": {
"api_key": "Cl\u00e9 d'API"
}
}
}
},
"system_health": {
"info": {
"can_reach_server": "Serveur atteint"
}
}
}