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

14 lines
521 B
JSON
Raw Normal View History

2018-08-24 13:54:47 +00:00
{
"state": {
2020-04-20 23:33:54 +00:00
"moon__phase": {
"first_quarter": "Prvn\u00ed \u010dtvr\u0165",
"full_moon": "\u00dapln\u011bk",
2020-10-06 00:08:09 +00:00
"last_quarter": "Posledn\u00ed \u010dtvrt",
"new_moon": "Nov",
2020-10-19 00:03:28 +00:00
"waning_crescent": "Couvaj\u00edc\u00ed srpek",
"waning_gibbous": "Couvaj\u00edc\u00ed m\u011bs\u00edc",
"waxing_crescent": "Dor\u016fstaj\u00edc\u00ed srpek",
2020-10-06 00:08:09 +00:00
"waxing_gibbous": "Dor\u016fstaj\u00edc\u00ed m\u011bs\u00edc"
2020-04-20 23:33:54 +00:00
}
2018-08-24 13:54:47 +00:00
}
}