Files
worklenz/worklenz-frontend/public/locales/alb/gantt/phase-details-modal.json
Chamika J 69ec445a8a feat(gantt): enhance Gantt chart interactivity and animations
- Added phase details modal for improved phase management and user interaction.
- Implemented hover effects and animations for task and phase rows in Gantt chart.
- Updated Gantt components to support phase click events and task animations.
- Enhanced CSS for smoother transitions and visual feedback during task interactions.
- Refactored GanttTaskList and GanttChart components to incorporate new animation logic.
2025-08-05 16:44:12 +05:30

36 lines
810 B
JSON

{
"title": "Phase Details",
"overview": {
"title": "Overview",
"totalTasks": "Total Tasks",
"completion": "Completion",
"progress": "Progress"
},
"timeline": {
"title": "Timeline",
"startDate": "Start Date",
"endDate": "End Date",
"status": "Status",
"notSet": "Not set",
"statusLabels": {
"upcoming": "Upcoming",
"active": "In Progress",
"overdue": "Overdue",
"notScheduled": "Not Scheduled"
}
},
"taskBreakdown": {
"title": "Task Breakdown",
"completed": "Completed",
"pending": "Pending",
"overdue": "Overdue"
},
"phaseColor": {
"title": "Phase Color",
"description": "Phase identifier color"
},
"tasksInPhase": {
"title": "Tasks in this Phase",
"noTasks": "No tasks in this phase"
}
}