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

14 lines
403 B
JSON

{
"state": {
"moon__phase": {
"first_quarter": "Quarto crescente",
"full_moon": "Lua cheia",
"last_quarter": "Quarto minguante",
"new_moon": "Lua Nova",
"waning_crescent": "Minguante",
"waning_gibbous": "Minguante",
"waxing_crescent": "Crescente",
"waxing_gibbous": "Crescente"
}
}
}