core/homeassistant/components/moon/translations/sensor.fr.json

14 lines
453 B
JSON
Raw Normal View History

2018-08-15 08:50:11 +00:00
{
"state": {
2020-04-20 23:33:54 +00:00
"moon__phase": {
"first_quarter": "Premier quartier",
"full_moon": "Pleine lune",
"last_quarter": "Dernier quartier",
"new_moon": "Nouvelle lune",
"waning_crescent": "Dernier croissant",
"waning_gibbous": "Gibbeuse d\u00e9croissante",
"waxing_crescent": "Premier croissant",
"waxing_gibbous": "Gibbeuse croissante"
}
2018-08-15 08:50:11 +00:00
}
}