- Introduced a comprehensive guide for users on task progress tracking methods, including manual, weighted, and time-based progress. - Implemented backend support for progress calculations, including SQL functions and migrations to accommodate new progress features. - Enhanced frontend components to support progress input and display, including updates to task and project drawers. - Added localization for new progress-related terms and validation messages. - Integrated real-time updates for task progress and weight changes through socket events.
52 lines
2.0 KiB
JSON
52 lines
2.0 KiB
JSON
{
|
|
"createProject": "Create Project",
|
|
"editProject": "Edit Project",
|
|
"enterCategoryName": "Enter a name for the category",
|
|
"hitEnterToCreate": "Hit enter to create!",
|
|
"enterNotes": "Notes",
|
|
"youCanManageClientsUnderSettings": "You can manage clients under Settings",
|
|
"addCategory": "Add a category to the project",
|
|
"newCategory": "New Category",
|
|
"notes": "Notes",
|
|
"startDate": "Start Date",
|
|
"endDate": "End Date",
|
|
"estimateWorkingDays": "Estimate working days",
|
|
"estimateManDays": "Estimate man days",
|
|
"hoursPerDay": "Hours per day",
|
|
"create": "Create",
|
|
"update": "Update",
|
|
"delete": "Delete",
|
|
"typeToSearchClients": "Type to search clients",
|
|
"projectColor": "Project Color",
|
|
"pleaseEnterAName": "Please enter a name",
|
|
"enterProjectName": "Enter project name",
|
|
"name": "Name",
|
|
"status": "Status",
|
|
"health": "Health",
|
|
"category": "Category",
|
|
"projectManager": "Project Manager",
|
|
"client": "Client",
|
|
"deleteConfirmation": "Are you sure you want to delete?",
|
|
"deleteConfirmationDescription": "This will remove all associated data and cannot be undone.",
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"createdAt": "Created",
|
|
"updatedAt": "Updated",
|
|
"by": "by",
|
|
"add": "Add",
|
|
"asClient": "as client",
|
|
"createClient": "Create client",
|
|
"searchInputPlaceholder": "Search by name or email",
|
|
"hoursPerDayValidationMessage": "Hours per day must be a number between 1 and 24",
|
|
"workingDaysValidationMessage": "Working days must be a positive number",
|
|
"manDaysValidationMessage": "Man days must be a positive number",
|
|
"noPermission": "No permission",
|
|
"progressSettings": "Progress Settings",
|
|
"manualProgress": "Manual Progress",
|
|
"manualProgressTooltip": "Allow manual progress updates for tasks without subtasks",
|
|
"weightedProgress": "Weighted Progress",
|
|
"weightedProgressTooltip": "Calculate progress based on subtask weights",
|
|
"timeProgress": "Time-based Progress",
|
|
"timeProgressTooltip": "Calculate progress based on estimated time"
|
|
}
|