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

40 lines
1.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi",
"unknown": "Erreur inattendue"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide"
},
"flow_title": "Sonarr: {name}",
"step": {
"reauth_confirm": {
"description": "L'int\u00e9gration Sonarr doit \u00eatre r\u00e9-authentifi\u00e9e manuellement avec l'API Sonarr h\u00e9berg\u00e9e sur: {host}",
"title": "R\u00e9-authentifier l'int\u00e9gration"
},
"user": {
"data": {
"api_key": "Cl\u00e9 d'API",
"base_path": "Chemin vers l'API",
"host": "H\u00f4te",
"port": "Port",
"ssl": "Utilise un certificat SSL",
"verify_ssl": "V\u00e9rifier le certificat SSL"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"upcoming_days": "Nombre de jours \u00e0 venir \u00e0 afficher",
"wanted_max_items": "Nombre maximum d'objets \u00e0 afficher"
}
}
}
}
}