* Translate moon * Create strings.moon.json * Update moon.py * Update strings.moon.json * Update test_moon.py
12 lines
316 B
JSON
12 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"
|
|
}
|
|
}
|