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

22 lines
1018 B
JSON
Raw Normal View History

2020-01-25 00:31:41 +00:00
{
"config": {
"abort": {
"already_setup": "Vous ne pouvez configurer qu'un seul compte Spotify.",
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.",
"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": {
"title": "Choisissez la 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}",
"title": "R\u00e9-authentifier avec Spotify"
2020-01-25 00:31:41 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-25 00:31:41 +00:00
}