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

14 lines
434 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": "Quart creixent",
"full_moon": "Lluna plena",
"last_quarter": "Quart minvant",
"new_moon": "Lluna nova",
"waning_crescent": "Minvant (Lluna vella)",
"waning_gibbous": "Gibosa minvant",
"waxing_crescent": "Lluna nova visible",
"waxing_gibbous": "Gibosa creixent"
}
2018-08-15 08:50:11 +00:00
}
}