diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-09 00:26:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-09 00:26:07 +0000 |
commit | 11ec6a72a0c9447b6c5c7635997979f1cf2b1c22 (patch) | |
tree | 6ea68e2365c6b4f0b853b4d3b978ea06014a9f09 /apps/files/l10n/pt_BR.js | |
parent | 3be53b236f2c945373c2e689d5a02d865faadef2 (diff) | |
download | nextcloud-server-11ec6a72a0c9447b6c5c7635997979f1cf2b1c22.tar.gz nextcloud-server-11ec6a72a0c9447b6c5c7635997979f1cf2b1c22.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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 8b0af6242f0..12887b6e22e 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -171,6 +171,8 @@ OC.L10N.register( "File Management" : "Gerenciamento de Arquivos", "Reload current directory" : "Recarregar diretório atual", "Go to the \"{dir}\" directory" : "Vá para o diretório \"{dir}\"", + "Drag and drop files here to upload" : "Arraste e solte os arquivos aqui para fazer upload", + "Upload successful" : "Carregamento bem-sucedido", "\"{displayName}\" action executed successfully" : "Ação \"{displayName}\" executada com sucesso", "\"{displayName}\" action failed" : "A ação \"{displayName}\" falhou", "Select the row for {displayName}" : "Selecione a linha para {displayName}", @@ -181,6 +183,7 @@ OC.L10N.register( "Download file {name}" : "Baixe o arquivo {nome}", "\"{name}\" is not an allowed filetype." : "\"{name}\" não é um tipo de arquivo permitido.", "{newName} already exists." : "{newName} já existe.", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" não é permitido dentro de um nome de arquivo.", "Name cannot be empty" : "O nome não pode ficar em branco", "Another entry with the same name already exists" : "Já existe outra entrada com o mesmo nome", "Renamed \"{oldName}\" to \"{newName}\"" : "Renomeado de \"{oldName}\" para \"{newName}\"", @@ -195,6 +198,7 @@ OC.L10N.register( "Unselect all" : "Desmarque todos", "\"{displayName}\" failed on some elements " : "\"{displayName}\" falhou em alguns elementos", "\"{displayName}\" batch action executed successfully" : "Ação em lote \"{displayName}\" executada com sucesso", + "Sort list by {column}" : "Classificar lista por {column}", "List of files and folders." : "Lista de arquivos e pastas.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Essa lista não é totalmente renderizada por motivos de desempenho. Os arquivos serão renderizados conforme você navega pela lista.", "{summaryFile} and {summaryFolder}" : "{summaryFile} e {summaryFolder}", @@ -226,6 +230,7 @@ OC.L10N.register( "Shared by link" : "Compartilhado via link", "Shared" : "Compartilhado", "Switch to list view" : "Mudar para a visualizar lista", + "Switch to grid view" : "Mudar para visualização em grade", "Open the files app settings" : "Abra as configurações do aplicativo de arquivos", "Files settings" : "Configurações de arquivos", "File cannot be accessed" : "File cannot be accessed", @@ -233,6 +238,7 @@ OC.L10N.register( "Sort favorites first" : "Ordenar favoritos primeiro", "Show hidden files" : "Mostrar arquivos ocultos", "Crop image previews" : "Cortar visualizações de imagem", + "Enable the grid view" : "Habilite a visualização em grade", "Additional settings" : "Configurações adicionais", "WebDAV" : "WebDAV", "Copy to clipboard" : "Copiar para área de transferência", |