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

43 lines
1.8 KiB
JSON
Raw Normal View History

2020-01-17 00:31:45 +00:00
{
"config": {
"abort": {
2020-08-29 00:03:59 +00:00
"authorize_url_timeout": "D\u00e9lai de g\u00e9n\u00e9ration de l'URL d'authentification d\u00e9pass\u00e9.",
"missing_configuration": "Ce composant n'est pas configur\u00e9. Veuillez suivre la documentation.",
2020-09-18 00:07:17 +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
"single_instance_allowed": "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible."
2020-01-17 00:31:45 +00:00
},
"create_entry": {
2020-09-02 00:03:29 +00:00
"default": "Authentification r\u00e9ussie"
2020-01-17 00:31:45 +00:00
},
"step": {
"pick_implementation": {
2020-05-13 18:27:21 +00:00
"title": "Choisir une m\u00e9thode d'authentification"
2020-01-17 00:31:45 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-07-13 00:02:52 +00:00
},
"options": {
"step": {
"public_weather": {
"data": {
"area_name": "Nom de la zone",
2020-08-29 00:03:59 +00:00
"lat_ne": "Latitude nord-est",
"lat_sw": "Latitude sud-ouest",
"lon_ne": "Longitude nord-est",
"lon_sw": "Longitude sud-ouest",
2020-07-13 00:02:52 +00:00
"mode": "Calcul",
"show_on_map": "Montrer sur la carte"
},
"description": "Configurez un capteur m\u00e9t\u00e9o public pour une zone.",
"title": "Capteur m\u00e9t\u00e9o public Netatmo"
},
"public_weather_areas": {
"data": {
"new_area": "Nom de zone",
"weather_areas": "Zones m\u00e9t\u00e9orologiques"
},
"description": "Configurez les capteurs m\u00e9t\u00e9o publics",
"title": "Capteur m\u00e9t\u00e9o public Netatmo"
}
}
2020-04-16 20:00:10 +00:00
}
2020-01-17 00:31:45 +00:00
}