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

31 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification non valide",
"unknown": "Erreur inattendue",
"wrong_app": "Une application incorrecte a \u00e9t\u00e9 atteinte. Veuillez r\u00e9essayer",
"zeroconf_failed": "La cl\u00e9 d'API n'a pas \u00e9t\u00e9 trouv\u00e9e. Veuillez la saisir manuellement"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Cl\u00e9 d'API"
},
"description": "L'int\u00e9gration Lidarr doit \u00eatre r\u00e9-authentifi\u00e9e manuellement avec l'API Lidarr",
"title": "R\u00e9-authentifier l'int\u00e9gration"
},
"user": {
"data": {
"api_key": "Cl\u00e9 d'API",
"url": "URL",
"verify_ssl": "V\u00e9rifier le certificat SSL"
}
}
}
}
}