diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-06-18 02:27:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-06-18 02:27:27 +0000 |
commit | be2ee3b5048c2d2f2baca93d21146017742722bc (patch) | |
tree | 1c8fa92ac56f80f9729d8f65111950cb228903b9 /apps/dav/l10n/pt_BR.js | |
parent | de82d4f67ca8d12a0209598f9cdd55302d546524 (diff) | |
download | nextcloud-server-be2ee3b5048c2d2f2baca93d21146017742722bc.tar.gz nextcloud-server-be2ee3b5048c2d2f2baca93d21146017742722bc.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/pt_BR.js')
-rw-r--r-- | apps/dav/l10n/pt_BR.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index 8c56afa1708..1c666f68757 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -32,6 +32,8 @@ OC.L10N.register( "You deleted event {event} from calendar {calendar}" : "Você excluiu o evento {event} do calendário {calendar}", "{actor} updated event {event} in calendar {calendar}" : "{actor} atualizou o evento {event} no calendário {calendar}", "You updated event {event} in calendar {calendar}" : "Você atualizou o evento {event} no calendário {calendar}", + "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} moveu o evento {event} do calendario {sourceCalendar} para o calendario {targetCalendar}", + "You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Você moveu o evento {event} do calendario {sourceCalendar} para o calendario {targetCalendar}", "{actor} restored event {event} of calendar {calendar}" : "{actor} restaurou o evento {event} do calendário {calendar}", "You restored event {event} of calendar {calendar}" : "Você restaurou o evento {event} do calendário {calendar}", "Busy" : "Ocupado", @@ -45,6 +47,8 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "Você terminou a tarefa {todo} na lista {calendar}", "{actor} reopened todo {todo} in list {calendar}" : "{actor} reabriu tarefa {todo} na lista {calendar}", "You reopened todo {todo} in list {calendar}" : "Você reabriu a terefa {todo} na lista {calendar}", + "{actor} moved todo {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} moveu a tarefa {todo} da lista {sourceCalendar} para a lista {targetCalendar}", + "You moved todo {todo} from list {sourceCalendar} to list {targetCalendar}" : "Você moveu a tarefa {todo} da lista {sourceCalendar} para a lista {targetCalendar}", "Calendar, contacts and tasks" : "Calendário, contatos e tarefas", "A <strong>calendar</strong> was modified" : "Um <strong>calendário</strong> foi modificado", "A calendar <strong>event</strong> was modified" : "Um <strong>evento</strong> do calendário foi modificado", |