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.
This commit is contained in:
@@ -59,5 +59,20 @@
|
||||
"showSelected": "Mostrar Solo Seleccionados",
|
||||
"expandAll": "Expandir Todo",
|
||||
"collapseAll": "Contraer Todo",
|
||||
"ungrouped": "Sin Agrupar"
|
||||
"ungrouped": "Sin Agrupar",
|
||||
|
||||
"totalTimeLogged": "Tiempo Total Registrado",
|
||||
"acrossAllTeamMembers": "En todos los miembros del equipo",
|
||||
"expectedCapacity": "Capacidad Esperada",
|
||||
"basedOnWorkingSchedule": "Basado en el horario de trabajo",
|
||||
"teamUtilization": "Utilización del Equipo",
|
||||
"targetRange": "Rango Objetivo",
|
||||
"variance": "Varianza",
|
||||
"overCapacity": "Sobre Capacidad",
|
||||
"underCapacity": "Bajo Capacidad",
|
||||
"considerWorkloadRedistribution": "Considerar redistribución de carga de trabajo",
|
||||
"capacityAvailableForNewProjects": "Capacidad disponible para nuevos proyectos",
|
||||
"optimal": "Óptimo",
|
||||
"underUtilized": "Subutilizado",
|
||||
"overUtilized": "Sobreutilizado"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user