Files
worklenz/worklenz-frontend/public/locales/zh/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

66 lines
2.1 KiB
JSON

{
"includeArchivedProjects": "包含已归档项目",
"export": "导出",
"timeSheet": "时间表",
"searchByName": "按名称搜索",
"selectAll": "全选",
"clearAll": "清除全部",
"teams": "团队",
"searchByProject": "按项目名称搜索",
"projects": "项目",
"searchByCategory": "按类别名称搜索",
"categories": "类别",
"billable": "可计费",
"nonBillable": "不可计费",
"allBillableTypes": "所有计费类型",
"filterByBillableStatus": "按计费状态筛选",
"total": "总计",
"projectsTimeSheet": "项目时间表",
"loggedTime": "已记录时间(小时)",
"exportToExcel": "导出到Excel",
"logged": "已记录",
"for": "为",
"membersTimeSheet": "成员时间表",
"member": "成员",
"members": "成员",
"searchByMember": "按成员搜索",
"utilization": "利用率",
"estimatedVsActual": "预计用时 vs 实际用时",
"workingDays": "工作日",
"manDays": "人天",
"days": "天",
"estimatedDays": "预计天数",
"actualDays": "实际天数",
"noCategories": "未找到类别",
"noCategory": "无类别",
"noProjects": "未找到项目",
"noTeams": "未找到团队",
"noData": "未找到数据",
"groupBy": "分组方式",
"groupByCategory": "类别",
"groupByTeam": "团队",
"groupByStatus": "状态",
"groupByNone": "无",
"clearSearch": "清除搜索",
"selectedProjects": "已选项目",
"projectsSelected": "个项目已选择",
"showSelected": "仅显示已选择",
"expandAll": "全部展开",
"collapseAll": "全部折叠",
"ungrouped": "未分组",
"totalTimeLogged": "总记录时间",
"acrossAllTeamMembers": "跨所有团队成员",
"expectedCapacity": "预期容量",
"basedOnWorkingSchedule": "基于工作时间表",
"teamUtilization": "团队利用率",
"targetRange": "目标范围",
"variance": "差异",
"overCapacity": "超出容量",
"underCapacity": "容量不足",
"considerWorkloadRedistribution": "考虑工作负载重新分配",
"capacityAvailableForNewProjects": "可用于新项目的容量",
"optimal": "最佳",
"underUtilized": "利用率不足",
"overUtilized": "过度利用"
}