Approval in frontend

This commit is contained in:
2025-07-07 13:48:03 +00:00
committed by md translation bot
parent 8fe882e13f
commit 6f34250e6f
301 changed files with 11761 additions and 0 deletions

10
backend/hi/todo.json Normal file
View File

@ -0,0 +1,10 @@
{
"todo": {
"tasks_assigned_to_me": "Tasks assigned to me",
"tasks_created_by_me": "Tasks created by me",
"assignee": "Assignee",
"list_is_empty_thus_far": "The list is empty thus far. Add a new task to fill it.",
"warning_no_filter_means_current": "Without a time filter, only currently relevant tasks are listed.",
"time_filter_set_at_top": "You can filter by time at the top of the page."
}
}