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

14 lines
416 B
JSON
Raw Normal View History

2018-08-31 11:23:22 +00:00
{
"state": {
2020-04-20 23:33:54 +00:00
"moon__phase": {
"first_quarter": "Quarto crescente",
"full_moon": "Lua cheia",
2020-07-03 00:03:38 +00:00
"last_quarter": "Ultimo quarto",
2020-06-08 00:02:43 +00:00
"new_moon": "Lua nova",
"waning_crescent": "Minguante",
"waning_gibbous": "Minguante convexa",
"waxing_crescent": "Crescente",
"waxing_gibbous": "Crescente convexa"
2020-04-20 23:33:54 +00:00
}
2018-08-31 11:23:22 +00:00
}
}