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

14 lines
416 B
JSON

{
"state": {
"moon__phase": {
"first_quarter": "Quarto crescente",
"full_moon": "Lua cheia",
"last_quarter": "Ultimo quarto",
"new_moon": "Lua nova",
"waning_crescent": "Minguante",
"waning_gibbous": "Minguante convexa",
"waxing_crescent": "Crescente",
"waxing_gibbous": "Crescente convexa"
}
}
}