Files
worklenz/worklenz-frontend/public/locales/en/home.json
chamikaJ 53a28cf489 refactor(localization): update task-related translations and improve user activity feed
- Added new translation keys for recent tasks and time logged tasks in Albanian, German, English, Spanish, Portuguese, and Chinese localization files.
- Enhanced user activity feed to switch between recent tasks and time logged tasks, improving user experience.
- Updated the date formatting utility to support locale-specific formatting for better internationalization.
- Refactored task activity list and time logged task list components to utilize a table layout for improved readability.
2025-07-29 10:19:28 +05:30

63 lines
2.0 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",
"recentTasksSegment": "Recent Tasks",
"timeLogged": "Time Logged",
"timeLoggedSegment": "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:",
"errorLoadingRecentTasks": "Error loading recent tasks",
"errorLoadingTimeLoggedTasks": "Error loading time logged tasks"
}
}