- Added "Clear All" and "Filter by Billable Status" options to the billable filter dropdown in the time report page. - Updated localization files for English, Spanish, and Portuguese to include new keys for the added filter options. - Improved the billable filter component to handle selection states and provide a better user experience. - Optimized the fetching of members and utilization data based on the current route to reduce unnecessary data loading.
68 lines
1.9 KiB
JSON
68 lines
1.9 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",
|
|
"filterByBillableStatus": "Filter by Billable Status",
|
|
"allBillableTypes": "All Billable Types",
|
|
|
|
"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"
|
|
}
|