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

64 lines
1.6 KiB
JSON

{
"includeArchivedProjects": "Include Archived Projects",
"export": "Export",
"timeSheet": "Time Sheet",
"searchByName": "Search by name",
"selectAll": "Select All",
"clearAll": "Clear All",
"teams": "Teams",
"searchByProject": "Search by project name",
"projects": "Projects",
"searchByCategory": "Search by category name",
"categories": "Categories",
"billable": "Billable",
"nonBillable": "Non Billable",
"allBillableTypes": "All Billable Types",
"filterByBillableStatus": "Filter by billable status",
"total": "Total",
"projectsTimeSheet": "Projects Time Sheet",
"loggedTime": "Logged Time(hours)",
"exportToExcel": "Export to Excel",
"logged": "logged",
"for": "for",
"membersTimeSheet": "Members Time Sheet",
"member": "Member",
"members": "Members",
"searchByMember": "Search by member",
"utilization": "Utilization",
"estimatedVsActual": "Estimated vs Actual",
"workingDays": "Working Days",
"manDays": "Man Days",
"days": "Days",
"estimatedDays": "Estimated Days",
"actualDays": "Actual Days",
"noCategories": "No categories found",
"noCategory": "No Category",
"noProjects": "No projects found",
"noTeams": "No teams found",
"noData": "No data found",
"groupBy": "Group by",
"groupByCategory": "Category",
"groupByTeam": "Team",
"groupByStatus": "Status",
"groupByNone": "None",
"clearSearch": "Clear search",
"selectedProjects": "Selected Projects",
"projectsSelected": "projects selected",
"showSelected": "Show Selected Only",
"expandAll": "Expand All",
"collapseAll": "Collapse All",
"ungrouped": "Ungrouped"
}