- Added context menu for task deletion with confirmation modal. - Integrated localization for delete task prompts in multiple languages. - Updated TaskCard to handle task deletion logic, including dispatching actions to update the state and emit socket events for task progress.
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"rename": "Renomear",
|
|
"delete": "Excluir",
|
|
"addTask": "Adicionar Tarefa",
|
|
"addSectionButton": "Adicionar Seção",
|
|
"changeCategory": "Alterar categoria",
|
|
|
|
"deleteTooltip": "Excluir",
|
|
"deleteConfirmationTitle": "Tem certeza?",
|
|
"deleteConfirmationOk": "Sim",
|
|
"deleteConfirmationCancel": "Cancelar",
|
|
|
|
"deleteTaskTitle": "Excluir Tarefa",
|
|
"deleteTaskContent": "Tem certeza de que deseja excluir esta tarefa? Esta ação não pode ser desfeita.",
|
|
"deleteTaskConfirm": "Excluir",
|
|
"deleteTaskCancel": "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"
|
|
}
|