@@ -176,6 +176,7 @@ OC.L10N.register(
176176 "Hide subtasks" : "Ocultar subtarefas" ,
177177 "Show closed subtasks" : "Mostrar subtarefas concluídas" ,
178178 "Hide closed subtasks" : "Ocultar subtarefas concluídas" ,
179+ "Duplicate task" : "Duplicar tarefa" ,
179180 "Delete task" : "Excluir tarefa" ,
180181 "Toggle starred" : "Alternar destaque" ,
181182 "_Task has one reminder_::_Task has {n} reminders_" : [ "Tarefa tem um lembrete" , "Tarefa tem {n} lembretes" , "Tarefa tem {n} lembretes" ] ,
@@ -253,6 +254,8 @@ OC.L10N.register(
253254 "No tasks today" : "Sem tarefas hoje" ,
254255 "Completion date must be in the past." : "A data de conclusão deve ser no passado." ,
255256 "Successfully created the task." : "Tarefa criada com sucesso." ,
257+ "Successfully duplicated the task." : "Tarefa duplicada com sucesso." ,
258+ "Could not duplicate the task." : "Não foi possível duplicar a tarefa." ,
256259 "Could not delete the task." : "Não foi possível excluir a tarefa." ,
257260 "Synchronizing to the server." : "Sincronizando com o servidor." ,
258261 "Task successfully saved to server." : "Tarefa salva no servidor." ,
0 commit comments