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

14 lines
440 B
JSON
Raw Normal View History

2018-08-15 08:50:11 +00:00
{
"state": {
2020-04-20 23:33:54 +00:00
"moon__phase": {
"first_quarter": "Cuarto creciente",
"full_moon": "Luna llena",
2020-05-03 00:02:26 +00:00
"last_quarter": "Cuarto menguante",
"new_moon": "Luna nueva",
"waning_crescent": "Luna menguante",
"waning_gibbous": "Luna menguante gibosa",
"waxing_crescent": "Luna creciente",
"waxing_gibbous": "Luna creciente gibosa"
2020-04-20 23:33:54 +00:00
}
2018-08-15 08:50:11 +00:00
}
}