translation-json/value-sets/zh/todo_status.json

9 lines
189 B
JSON
Raw Normal View History

2022-10-19 03:10:11 +02:00
{
"todo_status": {
"suggested": "Suggested",
"planned": "Planned",
"in_progress": "In progress",
"done": "Done",
"cancelled": "Cancelled"
}
}