- 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
845 B
JSON
31 lines
845 B
JSON
{
|
|
"rename": "Renomear",
|
|
"delete": "Excluir",
|
|
"addTask": "Adicionar Tarefa",
|
|
"addSectionButton": "Adicionar Seção",
|
|
"changeCategory": "Alterar categoria",
|
|
|
|
"deleteTooltip": "Excluir",
|
|
"deleteConfirmationTitle": "Tem certeza?",
|
|
"deleteConfirmationOk": "Sim",
|
|
"deleteConfirmationCancel": "Cancelar",
|
|
|
|
"dueDate": "Data de vencimento",
|
|
"cancel": "Cancelar",
|
|
|
|
"today": "Hoje",
|
|
"tomorrow": "Amanhã",
|
|
"assignToMe": "Atribuir a mim",
|
|
"archive": "Arquivar",
|
|
|
|
"newTaskNamePlaceholder": "Escreva um nome de tarefa",
|
|
"newSubtaskNamePlaceholder": "Escreva um nome de subtarefa",
|
|
"untitledSection": "Seção sem título",
|
|
"unmapped": "Não mapeado",
|
|
"clickToChangeDate": "Clique para alterar a data",
|
|
"noDueDate": "Sem data de vencimento",
|
|
"save": "Salvar",
|
|
"clear": "Limpar",
|
|
"nextWeek": "Próxima semana"
|
|
}
|