Files
worklenz/worklenz-frontend/public/locales/pt/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.8 KiB
JSON

{
"includeArchivedProjects": "Incluir Projetos Arquivados",
"export": "Exportar",
"timeSheet": "Folha de Tempo",
"searchByName": "Pesquisar por nome",
"selectAll": "Selecionar Tudo",
"clearAll": "Limpar Tudo",
"teams": "Equipes",
"searchByProject": "Pesquisar por nome do projeto",
"projects": "Projetos",
"searchByCategory": "Pesquisar por nome da categoria",
"categories": "Categorias",
"billable": "Faturável",
"nonBillable": "Não Faturável",
"allBillableTypes": "Todos os Tipos Faturáveis",
"filterByBillableStatus": "Filtrar por status faturável",
"total": "Total",
"projectsTimeSheet": "Folha de Tempo de Projetos",
"loggedTime": "Tempo Registrado(horas)",
"exportToExcel": "Exportar para Excel",
"logged": "registrado",
"for": "para",
"membersTimeSheet": "Folha de Tempo de Membros",
"member": "Membro",
"members": "Membros",
"searchByMember": "Pesquisar por membro",
"utilization": "Utilização",
"estimatedVsActual": "Estimado vs Real",
"workingDays": "Dias Úteis",
"manDays": "Dias Homem",
"days": "Dias",
"estimatedDays": "Dias Estimados",
"actualDays": "Dias Reais",
"noCategories": "Nenhuma categoria encontrada",
"noCategory": "Sem Categoria",
"noProjects": "Nenhum projeto encontrado",
"noTeams": "Nenhuma equipe encontrada",
"noData": "Nenhum dado encontrado",
"groupBy": "Agrupar por",
"groupByCategory": "Categoria",
"groupByTeam": "Equipe",
"groupByStatus": "Status",
"groupByNone": "Nenhum",
"clearSearch": "Limpar pesquisa",
"selectedProjects": "Projetos Selecionados",
"projectsSelected": "projetos selecionados",
"showSelected": "Mostrar Apenas Selecionados",
"expandAll": "Expandir Tudo",
"collapseAll": "Recolher Tudo",
"ungrouped": "Não Agrupado"
}