- Updated task list components to support subtasks, including TaskRowWithSubtasks for rendering tasks with their subtasks. - Introduced AddSubtaskRow for adding new subtasks directly within the task list. - Enhanced TaskRow to handle task expansion and display subtask counts. - Implemented optimistic updates for subtask creation to improve user experience. - Added loading states for subtasks to provide visual feedback during data fetching. - Refactored task management slice to manage subtasks and their loading states effectively.
70 lines
2.3 KiB
JSON
70 lines
2.3 KiB
JSON
{
|
|
"keyColumn": "Çelësi",
|
|
"taskColumn": "Detyra",
|
|
"descriptionColumn": "Përshkrimi",
|
|
"progressColumn": "Progresi",
|
|
"membersColumn": "Anëtarët",
|
|
"assigneesColumn": "Përgjegjësit",
|
|
"labelsColumn": "Etiketa",
|
|
"phasesColumn": "Fazat",
|
|
"phaseColumn": "Faza",
|
|
"statusColumn": "Statusi",
|
|
"priorityColumn": "Prioriteti",
|
|
"timeTrackingColumn": "Gjurmimi i Kohës",
|
|
"timetrackingColumn": "Gjurmimi i Kohës",
|
|
"estimationColumn": "Vlerësimi",
|
|
"startDateColumn": "Data e Fillimit",
|
|
"startdateColumn": "Data e Fillimit",
|
|
"dueDateColumn": "Data e Afatit",
|
|
"duedateColumn": "Data e Afatit",
|
|
"completedDateColumn": "Data e Përfundimit",
|
|
"completeddateColumn": "Data e Përfundimit",
|
|
"createdDateColumn": "Data e Krijimit",
|
|
"createddateColumn": "Data e Krijimit",
|
|
"lastUpdatedColumn": "Përditësuar Së Fundi",
|
|
"lastupdatedColumn": "Përditësuar Së Fundi",
|
|
"reporterColumn": "Raportuesi",
|
|
"dueTimeColumn": "Koha e Afatit",
|
|
"todoSelectorText": "Për të Bërë",
|
|
"doingSelectorText": "Duke bërë",
|
|
"doneSelectorText": "E Përfunduar",
|
|
|
|
"lowSelectorText": "I ulët",
|
|
"mediumSelectorText": "I mesëm",
|
|
"highSelectorText": "I lartë",
|
|
|
|
"selectText": "Zgjidh",
|
|
"labelsSelectorInputTip": "Shtyp Enter për të krijuar!",
|
|
|
|
"addTaskText": "Shto Detyrë",
|
|
"addSubTaskText": "+ Shto Nën-Detyrë",
|
|
"addTaskInputPlaceholder": "Shkruaj detyrën dhe shtyp Enter",
|
|
|
|
"openButton": "Hap",
|
|
"okButton": "Në rregull",
|
|
|
|
"noLabelsFound": "Nuk u gjetën etiketa",
|
|
"searchInputPlaceholder": "Kërko ose krijo",
|
|
"assigneeSelectorInviteButton": "Fto një anëtar të ri me email",
|
|
"labelInputPlaceholder": "Kërko ose krijo",
|
|
|
|
"pendingInvitation": "Ftesë në Pritje",
|
|
|
|
"contextMenu": {
|
|
"assignToMe": "Cakto mua",
|
|
"moveTo": "Zhvendos në",
|
|
"unarchive": "Ç'arkivizo",
|
|
"archive": "Arkivizo",
|
|
"convertToSubTask": "Shndërro në Nën-Detyrë",
|
|
"convertToTask": "Shndërro në Detyrë",
|
|
"delete": "Fshi",
|
|
"searchByNameInputPlaceholder": "Kërko sipas emrit"
|
|
},
|
|
"setDueDate": "Cakto datën e afatit",
|
|
"setStartDate": "Cakto datën e fillimit",
|
|
"clearDueDate": "Pastro datën e afatit",
|
|
"clearStartDate": "Pastro datën e fillimit",
|
|
"dueDatePlaceholder": "Data e afatit",
|
|
"startDatePlaceholder": "Data e fillimit"
|
|
}
|