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

14 lines
426 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": "Erstes Viertel",
"full_moon": "Vollmond",
"last_quarter": "Letztes Viertel",
"new_moon": "Neumond",
"waning_crescent": "Abnehmende Sichel",
"waning_gibbous": "Drittes Viertel",
"waxing_crescent": "Zunehmende Sichel",
"waxing_gibbous": "Zweites Viertel"
}
2018-08-15 08:50:11 +00:00
}
}