Files
worklenz/worklenz-frontend/public/locales/en/task-drawer/task-drawer-info-tab.json
2025-07-03 01:31:05 +05:30

31 lines
781 B
JSON

{
"details": {
"task-key": "Task Key",
"phase": "Phase",
"assignees": "Assignees",
"due-date": "Due Date",
"time-estimation": "Time Estimation",
"priority": "Priority",
"labels": "Labels",
"billable": "Billable",
"notify": "Notify",
"when-done-notify": "When done, notify",
"start-date": "Start Date",
"end-date": "End Date",
"hide-start-date": "Hide Start Date",
"show-start-date": "Show Start Date",
"hours": "Hours",
"minutes": "Minutes",
"recurring": "Recurring"
},
"description": {
"title": "Description",
"placeholder": "Add a more detailed description..."
},
"subTasks": {
"title": "Sub Tasks",
"add-sub-task": "+ Add Sub Task",
"refresh-sub-tasks": "Refresh Sub Tasks"
}
}