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

27 lines
1.2 KiB
JSON
Raw Normal View History

2020-01-25 00:31:41 +00:00
{
"config": {
"abort": {
2020-03-28 00:08:09 +00:00
"authorize_url_timeout": "D\u00e9lai d'expiration g\u00e9n\u00e9rant une URL d'autorisation.",
2020-08-29 00:03:59 +00:00
"missing_configuration": "L'int\u00e9gration Spotify n'est pas configur\u00e9e. Veuillez suivre la documentation.",
2022-03-11 00:21:48 +00:00
"no_url_available": "Aucune URL disponible. Pour plus d'informations sur cette erreur, [consultez la section d'aide]({docs_url})",
2020-08-29 00:03:59 +00:00
"reauth_account_mismatch": "Le compte Spotify authentifi\u00e9 ne correspond pas au compte requis pour la r\u00e9-authentification."
2020-01-25 00:31:41 +00:00
},
"create_entry": {
"default": "Authentification r\u00e9ussie avec Spotify."
},
"step": {
"pick_implementation": {
2021-08-27 00:14:42 +00:00
"title": "S\u00e9lectionner une m\u00e9thode d'authentification"
2020-08-29 00:03:59 +00:00
},
"reauth_confirm": {
"description": "L'int\u00e9gration de Spotify doit se r\u00e9-authentifier avec Spotify pour le compte: {account}",
2021-08-27 00:14:42 +00:00
"title": "R\u00e9-authentifier l'int\u00e9gration"
2020-01-25 00:31:41 +00:00
}
2020-04-15 16:51:07 +00:00
}
2021-02-06 00:07:22 +00:00
},
"system_health": {
"info": {
"api_endpoint_reachable": "Point de terminaison de l'API Spotify accessible"
}
2020-04-16 20:00:10 +00:00
}
2020-01-25 00:31:41 +00:00
}