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

12 lines
362 B
JSON
Raw Normal View History

2019-03-21 19:57:20 +00:00
{
"state": {
"first_quarter": "Primer cuarto",
"full_moon": "Luna llena",
"last_quarter": "\u00daltimo cuarto",
"new_moon": "Luna nueva",
"waning_crescent": "Luna menguante",
2019-04-17 16:31:34 +00:00
"waning_gibbous": "Gibosa menguante",
"waxing_crescent": "Luna creciente",
"waxing_gibbous": "Gibosa creciente"
2019-03-21 19:57:20 +00:00
}
}