- Implemented updateCategory method in TaskStatusesController to allow updating task status categories. - Added corresponding route for category updates in statusesApiRouter. - Enhanced task management localization by adding new translation keys for category-related actions in multiple languages. - Updated TaskGroupHeader component to support category changes with a modal for selecting categories.
22 lines
653 B
JSON
22 lines
653 B
JSON
{
|
|
"noTasksInGroup": "No tasks in this group",
|
|
"noTasksInGroupDescription": "Add a task to get started",
|
|
"addFirstTask": "Add your first task",
|
|
"openTask": "Open",
|
|
"subtask": "subtask",
|
|
"subtasks": "subtasks",
|
|
"comment": "comment",
|
|
"comments": "comments",
|
|
"attachment": "attachment",
|
|
"attachments": "attachments",
|
|
"enterSubtaskName": "Enter subtask name...",
|
|
"add": "Add",
|
|
"cancel": "Cancel",
|
|
"renameGroup": "Rename Group",
|
|
"renameStatus": "Rename Status",
|
|
"renamePhase": "Rename Phase",
|
|
"changeCategory": "Change Category",
|
|
"clickToEditGroupName": "Click to edit group name",
|
|
"enterGroupName": "Enter group name"
|
|
}
|