Files
worklenz/worklenz-frontend/public/locales/en/time-report.json
chamikaJ 81f55adb41 feat(projects): enhance project selection and grouping functionality
- Added grouping options for projects by category, team, and status in the project list.
- Implemented search functionality with a clear search option.
- Improved UI with expandable/collapsible project groups and selection summary.
- Updated localization files for English, Spanish, and Portuguese to include new grouping and UI strings.
- Enhanced project type definitions to support additional grouping properties.
2025-06-13 13:16:25 +05:30

58 lines
1.4 KiB
JSON

{
"includeArchivedProjects": "Include Archived Projects",
"export": "Export",
"timeSheet": "Time Sheet",
"searchByName": "Search by name",
"selectAll": "Select All",
"teams": "Teams",
"searchByProject": "Search by project name",
"projects": "Projects",
"searchByCategory": "Search by category name",
"categories": "Categories",
"billable": "Billable",
"nonBillable": "Non Billable",
"total": "Total",
"projectsTimeSheet": "Projects Time Sheet",
"loggedTime": "Logged Time(hours)",
"exportToExcel": "Export to Excel",
"logged": "logged",
"for": "for",
"membersTimeSheet": "Members Time Sheet",
"member": "Member",
"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"
}