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

9 lines
194 B
JSON
Raw Normal View History

2022-10-19 03:10:11 +02:00
{
"todo_status": {
"suggested": "Vorgeschlagen",
"planned": "Geplant",
"in_progress": "In Arbeit",
"done": "Getan",
"cancelled": "Abgebrochen"
}
}