Files
worklenz/worklenz-frontend/public/locales/zh/time-report.json
chamikaJ 20ce0c9687 feat(reporting): enhance time reports page with new filters and components
- Added new components for filtering by billable status, categories, projects, members, and teams in the time reports overview.
- Implemented a new header component to manage the layout and functionality of the time reports page.
- Refactored existing components to improve organization and maintainability, including the removal of deprecated files.
- Updated localization files to support new UI elements and ensure consistency across languages.
- Adjusted the language selector to reflect the correct language codes for Chinese.
2025-07-24 11:40:39 +05:30

51 lines
1.6 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": "未分组"
}