Files
worklenz/worklenz-frontend/public/locales/en/project-drawer.json

53 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",
"enterProjectKey": "Enter project key"
}