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

40 lines
1.4 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",
2020-10-30 00:02:45 +00:00
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi",
2021-08-27 00:14:42 +00:00
"unknown": "Erreur inattendue"
2020-06-05 00:05:36 +00:00
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide"
},
2021-12-12 00:14:30 +00:00
"flow_title": "{name}",
2020-06-05 00:05:36 +00:00
"step": {
2020-10-05 00:04:23 +00:00
"reauth_confirm": {
2020-10-30 00:02:45 +00:00
"description": "L'int\u00e9gration Sonarr doit \u00eatre r\u00e9-authentifi\u00e9e manuellement avec l'API Sonarr h\u00e9berg\u00e9e sur: {host}",
2021-08-27 00:14:42 +00:00
"title": "R\u00e9-authentifier l'int\u00e9gration"
2020-10-05 00:04:23 +00:00
},
2020-06-05 00:05:36 +00:00
"user": {
"data": {
2021-08-27 00:14:42 +00:00
"api_key": "Cl\u00e9 d'API",
2020-06-05 00:05:36 +00:00
"base_path": "Chemin vers l'API",
"host": "H\u00f4te",
"port": "Port",
2021-08-27 00:14:42 +00:00
"ssl": "Utilise un certificat SSL",
"verify_ssl": "V\u00e9rifier le certificat SSL"
2020-11-11 12:25:22 +00:00
}
2020-06-05 00:05:36 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"upcoming_days": "Nombre de jours \u00e0 venir \u00e0 afficher",
"wanted_max_items": "Nombre maximum d'objets \u00e0 afficher"
}
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-31 00:02:42 +00:00
}