- 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.
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"includeArchivedProjects": "Incluir Proyectos Archivados",
|
|
"export": "Exportar",
|
|
"timeSheet": "Hoja de Tiempo",
|
|
|
|
"searchByName": "Buscar por nombre",
|
|
"selectAll": "Seleccionar Todo",
|
|
"clearAll": "Limpiar Todo",
|
|
"teams": "Equipos",
|
|
|
|
"searchByProject": "Buscar por nombre del proyecto",
|
|
"projects": "Proyectos",
|
|
|
|
"searchByCategory": "Buscar por nombre de categoría",
|
|
"categories": "Categorías",
|
|
|
|
"billable": "Facturable",
|
|
"nonBillable": "No Facturable",
|
|
"allBillableTypes": "Todos los Tipos Facturables",
|
|
"filterByBillableStatus": "Filtrar por estado facturable",
|
|
|
|
"total": "Total",
|
|
|
|
"projectsTimeSheet": "Hoja de Tiempo de Proyectos",
|
|
|
|
"loggedTime": "Tiempo Registrado(horas)",
|
|
|
|
"exportToExcel": "Exportar a Excel",
|
|
"logged": "registrado",
|
|
"for": "para",
|
|
|
|
"membersTimeSheet": "Hoja de Tiempo de Miembros",
|
|
"member": "Miembro",
|
|
"members": "Miembros",
|
|
"searchByMember": "Buscar por miembro",
|
|
"utilization": "Utilización",
|
|
|
|
"estimatedVsActual": "Estimado vs Real",
|
|
"workingDays": "Días Laborables",
|
|
"manDays": "Días Hombre",
|
|
"days": "Días",
|
|
"estimatedDays": "Días Estimados",
|
|
"actualDays": "Días Reales",
|
|
|
|
"noCategories": "No se encontraron categorías",
|
|
"noCategory": "Sin Categoría",
|
|
"noProjects": "No se encontraron proyectos",
|
|
"noTeams": "No se encontraron equipos",
|
|
"noData": "No se encontraron datos",
|
|
|
|
"groupBy": "Agrupar por",
|
|
"groupByCategory": "Categoría",
|
|
"groupByTeam": "Equipo",
|
|
"groupByStatus": "Estado",
|
|
"groupByNone": "Ninguno",
|
|
"clearSearch": "Limpiar búsqueda",
|
|
"selectedProjects": "Proyectos Seleccionados",
|
|
"projectsSelected": "proyectos seleccionados",
|
|
"showSelected": "Mostrar Solo Seleccionados",
|
|
"expandAll": "Expandir Todo",
|
|
"collapseAll": "Contraer Todo",
|
|
"ungrouped": "Sin Agrupar"
|
|
}
|