diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-26 00:32:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-26 00:32:44 +0000 |
commit | ea090a30ada8028cfcdf8b8065d6ab7aa0f43a0c (patch) | |
tree | 27a3a3414762534232d3b2e5dd3587279dfa0e51 /apps/files/l10n/pt_BR.js | |
parent | 9577f97c7e1aec142791a93e574fe719a5212f42 (diff) | |
download | nextcloud-server-ea090a30ada8028cfcdf8b8065d6ab7aa0f43a0c.tar.gz nextcloud-server-ea090a30ada8028cfcdf8b8065d6ab7aa0f43a0c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 9da8f6fd889..4946c712df1 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -22,6 +22,8 @@ OC.L10N.register( "An unknown error has occurred" : "Um erro desconhecido ocorreu", "File could not be uploaded" : "Não foi possível enviar o arquivo", "Uploading …" : "Enviando...", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "Enviando … ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Uploading that item is not supported" : "O envio deste item não é suportado", "Target folder does not exist any more" : "Pasta destino não existe mais", |