mirror of
https://github.com/home-assistant/core.git
synced 2026-02-26 04:46:08 +00:00
* Translate moon * Create strings.moon.json * Update moon.py * Update strings.moon.json * Update test_moon.py
13 lines
316 B
JSON
13 lines
316 B
JSON
{
|
|
"state": {
|
|
"new_moon": "New moon",
|
|
"waxing_crescent": "Waxing crescent",
|
|
"first_quarter": "First quarter",
|
|
"waxing_gibbous": "Waxing gibbous",
|
|
"full_moon": "Full moon",
|
|
"waning_gibbous": "Waning gibbous",
|
|
"last_quarter": "Last quarter",
|
|
"waning_crescent": "Waning crescent"
|
|
}
|
|
}
|