Skip to content

Commit db36555

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 7ffc674 commit db36555

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

l10n/pt_BR.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.",

l10n/pt_BR.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"Hide subtasks" : "Ocultar subtarefas",
175175
"Show closed subtasks" : "Mostrar subtarefas concluídas",
176176
"Hide closed subtasks" : "Ocultar subtarefas concluídas",
177+
"Duplicate task" : "Duplicar tarefa",
177178
"Delete task" : "Excluir tarefa",
178179
"Toggle starred" : "Alternar destaque",
179180
"_Task has one reminder_::_Task has {n} reminders_" : ["Tarefa tem um lembrete","Tarefa tem {n} lembretes","Tarefa tem {n} lembretes"],
@@ -251,6 +252,8 @@
251252
"No tasks today" : "Sem tarefas hoje",
252253
"Completion date must be in the past." : "A data de conclusão deve ser no passado.",
253254
"Successfully created the task." : "Tarefa criada com sucesso.",
255+
"Successfully duplicated the task." : "Tarefa duplicada com sucesso.",
256+
"Could not duplicate the task." : "Não foi possível duplicar a tarefa.",
254257
"Could not delete the task." : "Não foi possível excluir a tarefa.",
255258
"Synchronizing to the server." : "Sincronizando com o servidor.",
256259
"Task successfully saved to server." : "Tarefa salva no servidor.",

0 commit comments

Comments
 (0)