Files
worklenz/worklenz-frontend/public/locales/en/home.json
chamikaJ 61461bb776 feat(user-activity): enhance user activity logs with additional data and improved queries
- Added optional fields for project color, task status, and status color in IUserRecentTask and IUserTimeLoggedTask interfaces.
- Optimized SQL queries to include team filtering and additional data such as project color and task status.
- Updated frontend components to support new data fields and improved styling for better user experience.
- Enhanced dark mode detection and styling in task activity lists.
- Implemented refetching of data on tab change in the user activity feed.
2025-07-14 13:26:28 +05:30

66 lines
2.1 KiB
JSON

{
"todoList": {
"title": "To do list",
"refreshTasks": "Refresh tasks",
"addTask": "+ Add Task",
"noTasks": "No tasks",
"pressEnter": "Press",
"toCreate": "to create.",
"markAsDone": "Mark as done"
},
"projects": {
"title": "Projects",
"refreshProjects": "Refresh projects",
"noRecentProjects": "You are currently not assigned to any project.",
"noFavouriteProjects": "No projects have been marked as favorites.",
"recent": "Recent",
"favourites": "Favourites"
},
"tasks": {
"assignedToMe": "Assigned to me",
"assignedByMe": "Assigned by me",
"all": "All",
"today": "Today",
"upcoming": "Upcoming",
"overdue": "Overdue",
"noDueDate": "No due date",
"noTasks": "No tasks to show.",
"addTask": "+ Add task",
"name": "Name",
"project": "Project",
"status": "Status",
"dueDate": "Due Date",
"dueDatePlaceholder": "Set Due Date",
"tomorrow": "Tomorrow",
"nextWeek": "Next Week",
"nextMonth": "Next Month",
"projectRequired": "Please select a project",
"pressTabToSelectDueDateAndProject": "Press Tab to select a due date and a project",
"dueOn": "Tasks due on",
"taskRequired": "Please add a task",
"list": "List",
"calendar": "Calendar",
"tasks": "Tasks",
"refresh": "Refresh",
"recentActivity": "Recent Activity",
"recentTasks": "Recent Tasks",
"timeLoggedTasks": "Time Logged",
"noRecentTasks": "No recent tasks",
"noTimeLoggedTasks": "No time logged tasks",
"activityTag": "Activity",
"timeLogTag": "Time Log",
"timerTag": "Timer",
"activitySingular": "activity",
"activityPlural": "activities",
"recentTaskAriaLabel": "Recent task:",
"timeLoggedTaskAriaLabel": "Time logged task:",
"Recent Activity": "Recent Activity",
"Recent Tasks": "Recent Tasks",
"Time Logged Tasks": "Time Logged Tasks",
"Error Loading Recent Tasks": "Error loading recent tasks",
"Error Loading Time Logged Tasks": "Error loading time logged tasks",
"No Recent Tasks": "No recent tasks",
"No Time Logged Tasks": "No time logged tasks"
}
}