diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-23 03:05:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-23 03:05:03 +0000 |
commit | 543530187bb60912efe1e82e6cf7a3841605e2fb (patch) | |
tree | dd3176e7955db75d95f5259bde00d9638697f3db /apps/dav/l10n/pt_BR.js | |
parent | 4d423b0bc1b3578fb0be3045f88f516b8a18c773 (diff) | |
download | nextcloud-server-543530187bb60912efe1e82e6cf7a3841605e2fb.tar.gz nextcloud-server-543530187bb60912efe1e82e6cf7a3841605e2fb.zip |
Fix(l10n): 🔠 Update translations 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index 4136835a80a..efdcbc06c6c 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -180,8 +180,6 @@ OC.L10N.register( "Please contact the organizer directly." : "Por favor, contate o organizador diretamente.", "Are you accepting the invitation?" : "Você está aceitando o convite?", "Tentative" : "Tentativa", - "Number of guests" : "Número de convidados", - "Comment" : "Comentário", "Your attendance was updated successfully." : "Sua presença foi atualizada com sucesso.", "Todos" : "Tarefas", "{actor} created todo {todo} in list {calendar}" : "{actor} criou a tarefa {todo} na lista {calendar}", @@ -194,6 +192,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}", - "A calendar <strong>todo</strong> was modified" : "Uma <strong>tarefa</strong> do calendário foi modificada" + "A calendar <strong>todo</strong> was modified" : "Uma <strong>tarefa</strong> do calendário foi modificada", + "Number of guests" : "Número de convidados", + "Comment" : "Comentário" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |