- 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
819 B
JSON
31 lines
819 B
JSON
{
|
|
"rename": "Riemërto",
|
|
"delete": "Fshi",
|
|
"addTask": "Shto Detyrë",
|
|
"addSectionButton": "Shto Seksion",
|
|
"changeCategory": "Ndrysho kategorinë",
|
|
|
|
"deleteTooltip": "Fshi",
|
|
"deleteConfirmationTitle": "Jeni i sigurt?",
|
|
"deleteConfirmationOk": "Po",
|
|
"deleteConfirmationCancel": "Anulo",
|
|
|
|
"dueDate": "Data e përfundimit",
|
|
"cancel": "Anulo",
|
|
|
|
"today": "Sot",
|
|
"tomorrow": "Nesër",
|
|
"assignToMe": "Cakto mua",
|
|
"archive": "Arkivo",
|
|
|
|
"newTaskNamePlaceholder": "Shkruaj emrin e detyrës",
|
|
"newSubtaskNamePlaceholder": "Shkruaj emrin e nëndetyrës",
|
|
"untitledSection": "Seksion pa titull",
|
|
"unmapped": "Pa hartë",
|
|
"clickToChangeDate": "Klikoni për të ndryshuar datën",
|
|
"noDueDate": "Pa datë përfundimi",
|
|
"save": "Ruaj",
|
|
"clear": "Pastro",
|
|
"nextWeek": "Javën e ardhshme"
|
|
}
|