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

12 lines
357 B
JSON
Raw Normal View History

2018-08-24 13:54:47 +00:00
{
"state": {
2019-04-09 15:34:20 +00:00
"first_quarter": "Cuarto creciente",
2018-08-24 13:54:47 +00:00
"full_moon": "Luna llena",
2019-04-09 15:34:20 +00:00
"last_quarter": "Cuarto menguante",
2018-11-15 13:30:37 +00:00
"new_moon": "Luna nueva",
2019-04-09 15:34:20 +00:00
"waning_crescent": "Menguante",
"waning_gibbous": "Gibosa menguante",
"waxing_crescent": "Nueva visible",
"waxing_gibbous": "Gibosa creciente"
2018-08-24 13:54:47 +00:00
}
}