- Added new bulk action options for changing status, priority, and phase, as well as adding labels and assigning tasks. - Integrated translations for English, German, Spanish, and Portuguese in the task table bulk actions. - Updated the `OptimizedBulkActionBar` to utilize Redux state for status, priority, and phase selections. - Improved user experience with dynamic dropdown menus for bulk actions and confirmation prompts. - Refactored task selection handling to ensure proper state management during bulk actions.
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"taskSelected": "Tarefa selecionada",
|
|
"tasksSelected": "Tarefas selecionadas",
|
|
"changeStatus": "Alterar Status/ Prioridade/ Fases",
|
|
"changeLabel": "Alterar Etiqueta",
|
|
"assignToMe": "Atribuir a mim",
|
|
"changeAssignees": "Alterar Assignados",
|
|
"archive": "Arquivar",
|
|
"unarchive": "Desarquivar",
|
|
"delete": "Deletar",
|
|
"moreOptions": "Mais opções",
|
|
"deselectAll": "Desmarcar todas",
|
|
"status": "Status",
|
|
"priority": "Prioridade",
|
|
"phase": "Fase",
|
|
"member": "Membro",
|
|
"createTaskTemplate": "Criar Modelo de Tarefa",
|
|
"apply": "Aplicar",
|
|
"createLabel": "+ Criar etiqueta",
|
|
"hitEnterToCreate": "Pressione Enter para criar",
|
|
"pendingInvitation": "Convite Pendente",
|
|
"noMatchingLabels": "Nenhuma etiqueta correspondente",
|
|
"noLabels": "Sem etiquetas",
|
|
"CHANGE_STATUS": "Alterar Status",
|
|
"CHANGE_PRIORITY": "Alterar Prioridade",
|
|
"CHANGE_PHASE": "Alterar Fase",
|
|
"ADD_LABELS": "Adicionar Etiquetas",
|
|
"ASSIGN_TO_ME": "Atribuir a Mim",
|
|
"ASSIGN_MEMBERS": "Atribuir Membros",
|
|
"ARCHIVE": "Arquivar",
|
|
"DELETE": "Deletar",
|
|
"CANCEL": "Cancelar",
|
|
"CLEAR_SELECTION": "Limpar Seleção",
|
|
"TASKS_SELECTED": "{{count}} tarefa selecionada",
|
|
"TASKS_SELECTED_plural": "{{count}} tarefas selecionadas",
|
|
"DELETE_TASKS_CONFIRM": "Deletar {{count}} tarefa?",
|
|
"DELETE_TASKS_CONFIRM_plural": "Deletar {{count}} tarefas?",
|
|
"DELETE_TASKS_WARNING": "Esta ação não pode ser desfeita."
|
|
} |