- 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
677 B
JSON
26 lines
677 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"
|
|
}
|