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.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"timeSheet": "时间表",
|
||||
"searchByName": "按名称搜索",
|
||||
"selectAll": "全选",
|
||||
"clearAll": "清除全部",
|
||||
"teams": "团队",
|
||||
"searchByProject": "按项目名称搜索",
|
||||
"projects": "项目",
|
||||
@@ -11,6 +12,8 @@
|
||||
"categories": "类别",
|
||||
"billable": "可计费",
|
||||
"nonBillable": "不可计费",
|
||||
"allBillableTypes": "所有计费类型",
|
||||
"filterByBillableStatus": "按计费状态筛选",
|
||||
"total": "总计",
|
||||
"projectsTimeSheet": "项目时间表",
|
||||
"loggedTime": "已记录时间(小时)",
|
||||
@@ -19,6 +22,9 @@
|
||||
"for": "为",
|
||||
"membersTimeSheet": "成员时间表",
|
||||
"member": "成员",
|
||||
"members": "成员",
|
||||
"searchByMember": "按成员搜索",
|
||||
"utilization": "利用率",
|
||||
"estimatedVsActual": "预计用时 vs 实际用时",
|
||||
"workingDays": "工作日",
|
||||
"manDays": "人天",
|
||||
@@ -29,5 +35,17 @@
|
||||
"noCategory": "无类别",
|
||||
"noProjects": "未找到项目",
|
||||
"noTeams": "未找到团队",
|
||||
"noData": "未找到数据"
|
||||
"noData": "未找到数据",
|
||||
"groupBy": "分组方式",
|
||||
"groupByCategory": "类别",
|
||||
"groupByTeam": "团队",
|
||||
"groupByStatus": "状态",
|
||||
"groupByNone": "无",
|
||||
"clearSearch": "清除搜索",
|
||||
"selectedProjects": "已选项目",
|
||||
"projectsSelected": "个项目已选择",
|
||||
"showSelected": "仅显示已选择",
|
||||
"expandAll": "全部展开",
|
||||
"collapseAll": "全部折叠",
|
||||
"ungrouped": "未分组"
|
||||
}
|
||||
Reference in New Issue
Block a user