Files
worklenz/worklenz-frontend/public/locales/en/time-report.json
chamikaJ 67a75685a9 feat(reporting): add total time utilization component and enhance localization
- Introduced a new TotalTimeUtilization component to display total time logged, expected capacity, and team utilization metrics.
- Updated existing time-report localization files to include new keys for total time logged, expected capacity, and utilization states across multiple languages.
- Refactored MembersTimeReports to integrate the new TotalTimeUtilization component, improving the reporting interface.
- Enhanced the overall structure and organization of the reporting components for better maintainability.
2025-07-24 11:41:04 +05:30

79 lines
2.2 KiB
JSON

{
"includeArchivedProjects": "Include Archived Projects",
"export": "Export",
"timeSheet": "Time Sheet",
"searchByName": "Search by name",
"selectAll": "Select All",
"clearAll": "Clear All",
"teams": "Teams",
"searchByProject": "Search by project name",
"projects": "Projects",
"searchByCategory": "Search by category name",
"categories": "Categories",
"billable": "Billable",
"nonBillable": "Non Billable",
"allBillableTypes": "All Billable Types",
"filterByBillableStatus": "Filter by billable status",
"total": "Total",
"projectsTimeSheet": "Projects Time Sheet",
"loggedTime": "Logged Time(hours)",
"exportToExcel": "Export to Excel",
"logged": "logged",
"for": "for",
"membersTimeSheet": "Members Time Sheet",
"member": "Member",
"members": "Members",
"searchByMember": "Search by member",
"utilization": "Utilization",
"estimatedVsActual": "Estimated vs Actual",
"workingDays": "Working Days",
"manDays": "Man Days",
"days": "Days",
"estimatedDays": "Estimated Days",
"actualDays": "Actual Days",
"noCategories": "No categories found",
"noCategory": "No Category",
"noProjects": "No projects found",
"noTeams": "No teams found",
"noData": "No data found",
"groupBy": "Group by",
"groupByCategory": "Category",
"groupByTeam": "Team",
"groupByStatus": "Status",
"groupByNone": "None",
"clearSearch": "Clear search",
"selectedProjects": "Selected Projects",
"projectsSelected": "projects selected",
"showSelected": "Show Selected Only",
"expandAll": "Expand All",
"collapseAll": "Collapse All",
"ungrouped": "Ungrouped",
"totalTimeLogged": "Total Time Logged",
"acrossAllTeamMembers": "Across all team members",
"expectedCapacity": "Expected Capacity",
"basedOnWorkingSchedule": "Based on working schedule",
"teamUtilization": "Team Utilization",
"targetRange": "Target Range",
"variance": "Variance",
"overCapacity": "Over Capacity",
"underCapacity": "Under Capacity",
"considerWorkloadRedistribution": "Consider workload redistribution",
"capacityAvailableForNewProjects": "Capacity available for new projects",
"optimal": "Optimal",
"underUtilized": "Under Utilized",
"overUtilized": "Over Utilized"
}