diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
commit | aaf759bbb09e695de63fafe09405fe71dc6cc3bb (patch) | |
tree | e33e0e883f0ecfc19573b4ca065f17a6f36fbac1 /apps/files/l10n/pt_BR.js | |
parent | 752f3a39f9e4745a241063ff7f3322b753fa7bbb (diff) | |
download | nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.tar.gz nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.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 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 900f3599530..f1a3acb998b 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -153,7 +153,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta foi <strong>modificado</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Um arquivo ou pasta favorita foi <strong>modificado</strong>", "All files" : "Todos os arquivos", - "Unlimited" : "Ilimitado", "Upload (max. %s)" : "Envio (max. %s)", "Accept" : "Aceitar", "Reject" : "Rejeitar", @@ -179,7 +178,7 @@ OC.L10N.register( "Unknown error" : "Erro desconhecido", "Ownership transfer request sent" : "Solicitação de transferência de propriedade enviada", "Cannot transfer ownership of a file or folder you do not own" : "Não é possível transferir a propriedade de um arquivo ou pasta que você não possui", - "Open the Files app settings" : "Abra as configurações do aplicativo Arquivos", + "Open the files app settings" : "Abra as configurações do aplicativo de arquivos", "Files settings" : "Configurações de arquivos", "Show hidden files" : "Mostrar arquivos ocultos", "Crop image previews" : "Cortar visualizações de imagem", @@ -201,10 +200,6 @@ OC.L10N.register( "Set up templates folder" : "Configurar pasta de modelos ", "Templates" : "Modelos ", "Unable to initialize the templates directory" : "Não foi possível inicializar o diretório de modelos ", - "%s used" : "%s usado", - "%s%%" : "%s%%", - "%1$s of %2$s used" : "%1$s usados de %2$s", - "WebDAV" : "WebDAV", "Toggle %1$s sublist" : "Alternar a sublista %1$s", "Toggle grid view" : "Alternar a visão em grade", "No files in here" : "Nenhum arquivo aqui", @@ -229,7 +224,12 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar arquivos aqui", "New" : "Novo", "Copied!" : "Copiado!", + "Unlimited" : "Ilimitado", "Cannot transfer ownership of a file or folder you don't own" : "Não é possível transferir a propriedade de um arquivo ou pasta que você não possui", - "Settings" : "Configurações" + "%s used" : "%s usado", + "%s%%" : "%s%%", + "%1$s of %2$s used" : "%1$s usados de %2$s", + "Settings" : "Configurações", + "WebDAV" : "WebDAV" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |