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

14 lines
424 B
JSON

{
"state": {
"moon__phase": {
"first_quarter": "Cuarto creciente",
"full_moon": "Luna llena",
"last_quarter": "Cuarto menguante",
"new_moon": "Luna nueva",
"waning_crescent": "Menguante",
"waning_gibbous": "Gibosa menguante",
"waxing_crescent": "Nueva visible",
"waxing_gibbous": "Gibosa creciente"
}
}
}