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

26 lines
556 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"error": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion"
2021-02-03 10:46:49 +00:00
},
"step": {
"user": {
"data": {
"latitude": "Latitude",
"longitude": "Longitude",
"name": "Nom"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"threshold": "Seuil (%)"
}
}
}
},
"title": "Capteur NOAA Aurora"
}