diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-12 00:22:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-12 00:22:03 +0000 |
commit | ac5b2d47ffe3b1ab620077a1f53ad9615eac4c08 (patch) | |
tree | acdad62c37a055ee348ade9061460250e999b020 /apps/files/l10n/pt_BR.js | |
parent | f55c4f9601154f4873b3e94747777a3234a2d31a (diff) | |
download | nextcloud-server-ac5b2d47ffe3b1ab620077a1f53ad9615eac4c08.tar.gz nextcloud-server-ac5b2d47ffe3b1ab620077a1f53ad9615eac4c08.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 | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 893eeb23bca..8c2f840bb07 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -171,11 +171,20 @@ OC.L10N.register( "Reload current directory" : "Recarregar diretório atual", "Go to the \"{dir}\" directory" : "Vá para o diretório \"{dir}\"", "Select the row for {displayName}" : "Selecione a linha para {displayName}", + "Rename file" : "Renomear arquivo", "File name" : "Nome do arquivo", + "A long time ago" : "A muito tempo atrás", "Download file {name}" : "Baixe o arquivo {nome}", "\"{displayName}\" action executed successfully" : "Ação \"{displayName}\" executada com sucesso", "\"{displayName}\" action failed" : "A ação \"{displayName}\" falhou", + "\"{name}\" is not an allowed filetype." : "\"{name}\" não é um tipo de arquivo permitido.", + "{newName} already exists." : "{newName} já existe.", "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}\"", + "Could not rename \"{oldName}\", it does not exist any more" : "Não foi possível renomear \"{oldName}\", ele não existe mais", + "The name \"{newName}\"\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{newName}\"\" já está sendo usado na pasta \"{dir}\". Por favor, escolha um nome diferente.", + "Could not rename \"{oldName}\"" : "Não foi possível renomear \"{oldName}\"", "Total rows summary" : "Resumo total de linhas", "Select all" : "Selecionar tudo", "Unselect all" : "Desmarque todos", @@ -210,6 +219,7 @@ OC.L10N.register( "Files settings" : "Configurações de arquivos", "File cannot be accessed" : "File cannot be accessed", "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", + "Sort favorites first" : "Ordenar favoritos primeiro", "Show hidden files" : "Mostrar arquivos ocultos", "Crop image previews" : "Cortar visualizações de imagem", "Additional settings" : "Configurações adicionais", @@ -234,6 +244,7 @@ OC.L10N.register( "Templates" : "Modelos", "Create new templates folder" : "Criar nova pasta de modelos", "Unable to initialize the templates directory" : "Não foi possível inicializar o diretório de modelos", + "List of favorites files and folders." : "Lista de arquivos e pastas favoritos.", "Toggle %1$s sublist" : "Alternar a sublista %1$s", "Toggle grid view" : "Alternar a visão em grade", "Upload some content or sync with your devices!" : "Envie um arquivo ou sincronize com seus dispositivos!", @@ -242,12 +253,6 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os arquivos que você está tentando enviar excederam o tamanho máximo para arquivos no servidor.", "No favorites yet" : "Você não possui favoritos!", "Files and folders you mark as favorite will show up here" : "Suas pastas e arquivos favoritos serão exibidos aqui.", - "Shares" : "Compartilhamentos", - "Shared with others" : "Compartilhado com os outros", - "Shared with you" : "Compartilhado com você", - "Shared by link" : "Compartilhado via link", - "Deleted shares" : "Compartilhamentos apagados", - "Pending shares" : "Compartilhamentos pendentes", "Text file" : "Arquivo texto", "New text file.txt" : "Novo arquivo de texto arquivo.txt", "Storage invalid" : "Armazenamento inválido", @@ -259,6 +264,12 @@ OC.L10N.register( "%s%%" : "%s%%", "%1$s of %2$s used" : "%1$s usados de %2$s", "Deleted files" : "Arquivos apagados", + "Shares" : "Compartilhamentos", + "Shared with others" : "Compartilhado com os outros", + "Shared with you" : "Compartilhado com você", + "Shared by link" : "Compartilhado via link", + "Deleted shares" : "Compartilhamentos apagados", + "Pending shares" : "Compartilhamentos pendentes", "Open folder {name}" : "Abra a pasta {nome}", "Search for an account" : "Pesquisar uma conta" }, |