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

37 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",
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",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide"
2020-06-05 00:05:36 +00:00
},
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": {
2022-03-12 00:17:47 +00:00
"description": "L'int\u00e9gration Sonarr doit \u00eatre r\u00e9-authentifi\u00e9e manuellement avec l'API Sonarr h\u00e9berg\u00e9e sur\u00a0: {url}",
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",
2022-03-08 00:18:11 +00:00
"url": "URL",
2021-08-27 00:14:42 +00:00
"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
}