diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-14 00:30:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-14 00:30:08 +0000 |
commit | 2a18283b824a4b9271d3903c5d5432786846051e (patch) | |
tree | 52db505883a54c879d4c1de92351414000229e92 /apps/dav/l10n/pt_BR.js | |
parent | 4e4a6cec5addfda227808a648f9461c2052fa7ea (diff) | |
download | nextcloud-server-2a18283b824a4b9271d3903c5d5432786846051e.tar.gz nextcloud-server-2a18283b824a4b9271d3903c5d5432786846051e.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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index 18d7ec938f7..2ec0c3c5447 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -189,8 +189,6 @@ OC.L10N.register( "Are you accepting the invitation?" : "Você está aceitando o convite?", "Tentative" : "Tentativa", "Your attendance was updated successfully." : "Sua presença foi atualizada com sucesso.", - "Invitation canceled" : "Convite cancelado", - "Invitation updated" : "Convite atualizado", - "Invitation" : "Convite" + "%1$s has responded your invitation" : "%1$s respondeu ao seu convite" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |