Files
worklenz/worklenz-frontend/public/locales/en/time-report.json
chamikaJ 45d9049d27 feat(reporting-allocation): enhance working hours calculation and localization updates
- Improved the logic for calculating total working hours, introducing a minimal baseline for non-working days to ensure accurate utilization metrics.
- Updated individual member calculations to reflect over-utilization during non-working periods.
- Added new localization keys for "Overtime Work" and "Review work-life balance policies" in English, Spanish, and Portuguese time report JSON files to enhance user experience.
2025-06-02 17:10:37 +05:30

65 lines
1.8 KiB
JSON

{
"includeArchivedProjects": "Include Archived Projects",
"export": "Export",
"timeSheet": "Time Sheet",
"searchByName": "Search by name",
"selectAll": "Select All",
"teams": "Teams",
"searchByProject": "Search by project name",
"projects": "Projects",
"searchByCategory": "Search by category name",
"categories": "Categories",
"billable": "Billable",
"nonBillable": "Non Billable",
"total": "Total",
"projectsTimeSheet": "Projects Time Sheet",
"loggedTime": "Logged Time(hours)",
"exportToExcel": "Export to Excel",
"logged": "logged",
"for": "for",
"membersTimeSheet": "Members Time Sheet",
"member": "Member",
"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",
"members": "Members",
"searchByMember": "Search by member",
"utilization": "Utilization",
"totalTimeLogged": "Total Time Logged",
"expectedCapacity": "Expected Capacity",
"teamUtilization": "Team Utilization",
"variance": "Variance",
"acrossAllTeamMembers": "Across all team members",
"basedOnWorkingSchedule": "Based on working schedule",
"optimal": "Optimal",
"underUtilized": "Under-utilized",
"overUtilized": "Over-utilized",
"overCapacity": "Over capacity",
"underCapacity": "Under capacity",
"considerWorkloadRedistribution": "Consider workload redistribution",
"capacityAvailableForNewProjects": "Capacity available for new projects",
"targetRange": "Target: 90-110%",
"overtimeWork": "Overtime Work",
"reviewWorkLifeBalance": "Review work-life balance policies"
}