- Introduced translations for "untitledSection" and "unmapped" in multiple languages including Albanian, German, English, Spanish, and Portuguese. - Updated KanbanGroup component to utilize these new translations for improved internationalization support.
26 lines
620 B
JSON
26 lines
620 B
JSON
{
|
|
"rename": "Rename",
|
|
"delete": "Delete",
|
|
"addTask": "Add Task",
|
|
"addSectionButton": "Add Section",
|
|
"changeCategory": "Change category",
|
|
|
|
"deleteTooltip": "Delete",
|
|
"deleteConfirmationTitle": "Are you sure?",
|
|
"deleteConfirmationOk": "Yes",
|
|
"deleteConfirmationCancel": "Cancel",
|
|
|
|
"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"
|
|
}
|