diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-23 03:04:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-23 03:04:57 +0000 |
commit | 82c9ba5dd73a600f507f091d9354ccc90408b6e7 (patch) | |
tree | 2b1084aeaf52b5835391a5e558234424b5268e7e /apps/dav/l10n/pt_BR.js | |
parent | ae9d9a262e8d175a80acc41a42f5e78072d3fad1 (diff) | |
download | nextcloud-server-82c9ba5dd73a600f507f091d9354ccc90408b6e7.tar.gz nextcloud-server-82c9ba5dd73a600f507f091d9354ccc90408b6e7.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;"); |