- 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.
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"includeArchivedProjects": "Incluir Projetos Arquivados",
|
|
"export": "Exportar",
|
|
"timeSheet": "Folha de Tempo",
|
|
|
|
"searchByName": "Pesquisar por nome",
|
|
"selectAll": "Selecionar 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",
|
|
|
|
"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",
|
|
|
|
"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"
|
|
}
|