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:
@@ -46,5 +46,20 @@
|
||||
"filterByBillableStatus": "按计费状态筛选",
|
||||
"searchByMember": "按成员搜索",
|
||||
"members": "成员",
|
||||
"utilization": "利用率"
|
||||
"utilization": "利用率",
|
||||
|
||||
"totalTimeLogged": "总记录时间",
|
||||
"acrossAllTeamMembers": "跨所有团队成员",
|
||||
"expectedCapacity": "预期容量",
|
||||
"basedOnWorkingSchedule": "基于工作时间表",
|
||||
"teamUtilization": "团队利用率",
|
||||
"targetRange": "目标范围",
|
||||
"variance": "差异",
|
||||
"overCapacity": "超出容量",
|
||||
"underCapacity": "容量不足",
|
||||
"considerWorkloadRedistribution": "考虑工作负载重新分配",
|
||||
"capacityAvailableForNewProjects": "可用于新项目的容量",
|
||||
"optimal": "最佳",
|
||||
"underUtilized": "利用率不足",
|
||||
"overUtilized": "过度利用"
|
||||
}
|
||||
Reference in New Issue
Block a user