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

View File

@ -214,6 +214,9 @@
"upcoming": "Upcoming",
"past": "Past",
"unsubscribe": "Unsubscribe",
"podcast": "Podcast"
"podcast": "Podcast",
"context": "Context",
"due": "Due",
"completed": "Completed"
}
}

7
backend/fr/todo.json Normal file
View File

@ -0,0 +1,7 @@
{
"todo": {
"tasks_assigned_to_me": "Tasks assigned to me",
"tasks_created_by_me": "Tasks created by me",
"assignee": "Assignee"
}
}