Approval in backend

This commit is contained in:
2022-10-22 22:05:06 +00:00
committed by md translation bot
parent cfdeb52bdd
commit 26c85bf9df
38 changed files with 209 additions and 19 deletions

@@ -214,6 +214,9 @@
"upcoming": "Kommend",
"past": "Vergangen",
"unsubscribe": "Deabbonieren",
"podcast": "Podcast"
"podcast": "Podcast",
"context": "Kontext",
"due": "F\u00e4llig",
"completed": "Beendet"
}
}

7
backend/de/todo.json Normal file

@@ -0,0 +1,7 @@
{
"todo": {
"tasks_assigned_to_me": "Mir zugewiesene Aufgaben",
"tasks_created_by_me": "Von mir erstellte Aufgaben",
"assignee": "Zust\u00e4ndig"
}
}