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

9 lines
189 B
JSON
Raw Normal View History

2024-03-25 15:51:51 +01:00
{
"todo_status": {
"suggested": "Suggested",
"planned": "Planned",
"in_progress": "In progress",
"done": "Done",
"cancelled": "Cancelled"
}
}