diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-26 00:19:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-26 00:19:18 +0000 |
commit | b0c003d7bed709ccb1bf95aec6cac25378d57fd1 (patch) | |
tree | 6b303e8f716415e698ee140089c028214f9ea98d /apps/files_trashbin/l10n/pt_BR.js | |
parent | a9971938156d3758dbd921ed9ecf29a1ed7aacd3 (diff) | |
download | nextcloud-server-b0c003d7bed709ccb1bf95aec6cac25378d57fd1.tar.gz nextcloud-server-b0c003d7bed709ccb1bf95aec6cac25378d57fd1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin/l10n/pt_BR.js')
-rw-r--r-- | apps/files_trashbin/l10n/pt_BR.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_trashbin/l10n/pt_BR.js b/apps/files_trashbin/l10n/pt_BR.js index cb75a705f04..7505e073f52 100644 --- a/apps/files_trashbin/l10n/pt_BR.js +++ b/apps/files_trashbin/l10n/pt_BR.js @@ -11,11 +11,6 @@ OC.L10N.register( "No deleted files" : "Nenhum arquivo apagado", "Files and folders you have deleted will show up here" : "Arquivos e pastas que você excluiu aparecerão aqui", "Deleted" : "Excluído", - "You will be able to recover deleted files from here" : "Você pode recuperar arquivos apagados neste local", - "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", - "Select all" : "Selecionar tudo", - "Name" : "Nome", - "Actions" : "Ações", "Delete permanently" : "Apagar permanentemente", "Error while restoring file from trash bin" : "Erro ao restaurar o arquivo da lixeira", "Error while removing file from trash bin" : "Erro ao remover arquivo da lixeira", @@ -24,6 +19,11 @@ OC.L10N.register( "Error while removing files from trash bin" : "Erro ao remover arquivos da lixeira", "This operation is forbidden" : "Esta operação é proibida", "This directory is unavailable, please check the logs or contact the administrator" : "Este diretório não está disponível. Por favor verifique os logs ou contacte o administrador", + "You will be able to recover deleted files from here" : "Você pode recuperar arquivos apagados neste local", + "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", + "Select all" : "Selecionar tudo", + "Name" : "Nome", + "Actions" : "Ações", "Delete" : "Excluir" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |