- Implemented a confirmation modal for deleting phases in the Kanban board. - Integrated localized messages for delete phase prompts in multiple languages, enhancing user experience. - Updated KanbanGroup component to utilize the new confirmation modal for phase deletions.
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"rename": "Rename",
|
|
"delete": "Delete",
|
|
"addTask": "Add Task",
|
|
"addSectionButton": "Add Section",
|
|
"changeCategory": "Change category",
|
|
|
|
"deleteTooltip": "Delete",
|
|
"deleteConfirmationTitle": "Are you sure?",
|
|
"deleteConfirmationOk": "Yes",
|
|
"deleteConfirmationCancel": "Cancel",
|
|
|
|
"deleteTaskTitle": "Delete Task",
|
|
"deleteTaskContent": "Are you sure you want to delete this task? This action cannot be undone.",
|
|
"deleteTaskConfirm": "Delete",
|
|
"deleteTaskCancel": "Cancel",
|
|
|
|
"deleteStatusTitle": "Delete Status",
|
|
"deleteStatusContent": "Are you sure you want to delete this status? This action cannot be undone.",
|
|
|
|
"deletePhaseTitle": "Delete Phase",
|
|
"deletePhaseContent": "Are you sure you want to delete this phase? This action cannot be undone.",
|
|
|
|
"dueDate": "Due date",
|
|
"cancel": "Cancel",
|
|
|
|
"today": "Today",
|
|
"tomorrow": "Tomorrow",
|
|
"assignToMe": "Assign to me",
|
|
"archive": "Archive",
|
|
|
|
"newTaskNamePlaceholder": "Write a task Name",
|
|
"newSubtaskNamePlaceholder": "Write a subtask Name",
|
|
"untitledSection": "Untitled section",
|
|
"unmapped": "Unmapped",
|
|
"clickToChangeDate": "Click to change date",
|
|
"noDueDate": "No due date",
|
|
"save": "Save",
|
|
"clear": "Clear",
|
|
"nextWeek": "Next week",
|
|
"noSubtasks": "No subtasks",
|
|
"showSubtasks": "Show subtasks",
|
|
"hideSubtasks": "Hide subtasks"
|
|
}
|