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

31 lines
1.5 KiB
JSON
Raw Normal View History

2019-03-21 19:57:20 +00:00
{
"config": {
"abort": {
2020-09-03 00:06:16 +00:00
"already_setup": "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible.",
2019-04-09 15:34:20 +00:00
"authorize_url_timeout": "D\u00e9lai de g\u00e9n\u00e9ration de l'URL d'authentification d\u00e9pass\u00e9.",
"external_setup": "Point correctement configur\u00e9 \u00e0 partir d\u2019un autre flux.",
2021-02-03 10:46:49 +00:00
"no_flows": "Le composant n'est pas configur\u00e9. Veuillez suivre la documentation.",
"unknown_authorize_url_generation": "Erreur inconnue lors de la g\u00e9n\u00e9ration d'une URL d'autorisation."
2019-04-09 15:34:20 +00:00
},
"create_entry": {
2020-09-02 00:03:29 +00:00
"default": "Authentification r\u00e9ussie"
2019-04-09 15:34:20 +00:00
},
"error": {
"follow_link": "Veuillez suivre le lien et vous authentifier avant d'appuyer sur Soumettre.",
2020-09-02 00:03:29 +00:00
"no_token": "Jeton d'acc\u00e8s non valide"
2019-03-21 19:57:20 +00:00
},
"step": {
2019-04-09 15:34:20 +00:00
"auth": {
2020-09-03 00:06:16 +00:00
"description": "Suivez le lien ci-dessous et **acceptez** l'acc\u00e8s \u00e0 votre compte Minut, puis revenez et appuyez sur **Envoyer** ci-dessous. \n\n [Lien] ( {authorization_url} )",
2019-04-09 15:34:20 +00:00
"title": "Point d'authentification"
},
2019-03-21 19:57:20 +00:00
"user": {
"data": {
"flow_impl": "Fournisseur"
},
2020-09-03 00:06:16 +00:00
"description": "Voulez-vous commencer la configuration ?",
2020-09-02 00:03:29 +00:00
"title": "S\u00e9lectionner une m\u00e9thode d'authentification"
2019-03-21 19:57:20 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-03-21 19:57:20 +00:00
}