- Added a date picker to the TaskCard for selecting and updating task due dates. - Implemented real-time updates for due date changes using socket communication. - Enhanced UI with a custom calendar popup and improved date selection options. - Updated localization files to include new strings related to date management in multiple languages.
31 lines
762 B
JSON
31 lines
762 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",
|
|
"clickToChangeDate": "Click to change date",
|
|
"noDueDate": "No due date",
|
|
"save": "Save",
|
|
"clear": "Clear",
|
|
"nextWeek": "Next week"
|
|
}
|