- 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.
59 lines
2.0 KiB
JSON
59 lines
2.0 KiB
JSON
{
|
|
"todoList": {
|
|
"title": "Lista e Detyrave",
|
|
"refreshTasks": "Rifresko detyrat",
|
|
"addTask": "+ Shto Detyrë",
|
|
"noTasks": "Asnjë detyrë",
|
|
"pressEnter": "Shtyp",
|
|
"toCreate": "për të krijuar.",
|
|
"markAsDone": "Shëno si të përfunduar"
|
|
},
|
|
"projects": {
|
|
"title": "Projektet",
|
|
"refreshProjects": "Rifresko projektet",
|
|
"noRecentProjects": "Aktualisht nuk jeni caktuar në asnjë projekt.",
|
|
"noFavouriteProjects": "Asnjë projekt i shënuar si i preferuar.",
|
|
"recent": "Të Fundit",
|
|
"favourites": "Të Preferuarat"
|
|
},
|
|
"tasks": {
|
|
"assignedToMe": "Më janë caktuar",
|
|
"assignedByMe": "I kam caktuar",
|
|
"all": "Të Gjitha",
|
|
"today": "Sot",
|
|
"upcoming": "Ardhj",
|
|
"overdue": "Të vonuara",
|
|
"noDueDate": "Pa afat",
|
|
"noTasks": "Asnjë detyrë për të shfaqur.",
|
|
"addTask": "+ Shto detyrë",
|
|
"name": "Emri",
|
|
"project": "Projekti",
|
|
"status": "Statusi",
|
|
"dueDate": "Afati",
|
|
"dueDatePlaceholder": "Cakto Afatin",
|
|
"tomorrow": "Nesër",
|
|
"nextWeek": "Javën e Ardhshme",
|
|
"nextMonth": "Muajin e Ardhshëm",
|
|
"projectRequired": "Ju lutemi zgjidhni një projekt",
|
|
"pressTabToSelectDueDateAndProject": "Shtyp Tab për të zgjedhur afatin dhe projektin",
|
|
"dueOn": "Detyrat me afat më",
|
|
"taskRequired": "Ju lutemi shtoni një detyrë",
|
|
"list": "Listë",
|
|
"calendar": "Kalendar",
|
|
"tasks": "Detyrat",
|
|
"refresh": "Rifresko",
|
|
"recentActivity": "Aktiviteti i Fundit",
|
|
"recentTasks": "Detyrat e Fundit",
|
|
"timeLoggedTasks": "Koha e Regjistruar",
|
|
"noRecentTasks": "Asnjë detyrë e fundit",
|
|
"noTimeLoggedTasks": "Asnjë detyrë me kohë të regjistruar",
|
|
"activityTag": "Aktiviteti",
|
|
"timeLogTag": "Regjistrim Kohe",
|
|
"timerTag": "Kohëmatës",
|
|
"activitySingular": "aktivitet",
|
|
"activityPlural": "aktivitete",
|
|
"recentTaskAriaLabel": "Detyrë e fundit:",
|
|
"timeLoggedTaskAriaLabel": "Detyrë me kohë të regjistruar:"
|
|
}
|
|
}
|