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

40 lines
1.2 KiB
JSON
Raw Normal View History

2020-05-31 00:02:42 +00:00
{
2020-06-05 00:05:36 +00:00
"config": {
"abort": {
"already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9",
"unknown": "Erreur innatendue"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide"
},
"flow_title": "Sonarr: {name}",
"step": {
2020-10-05 00:04:23 +00:00
"reauth_confirm": {
"title": "R\u00e9-authentifier avec Sonarr"
},
2020-06-05 00:05:36 +00:00
"user": {
"data": {
"api_key": "Cl\u00e9 API",
"base_path": "Chemin vers l'API",
"host": "H\u00f4te",
"port": "Port",
"ssl": "Sonarr utilise un certificat SSL",
"verify_ssl": "Sonarr utilise un certificat appropri\u00e9"
},
"title": "Se connecter \u00e0 Sonarr"
}
}
},
"options": {
"step": {
"init": {
"data": {
"upcoming_days": "Nombre de jours \u00e0 venir \u00e0 afficher",
"wanted_max_items": "Nombre maximum d'objets \u00e0 afficher"
}
}
}
},
2020-05-31 00:02:42 +00:00
"title": "Sonarr"
}