diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:40 +0000 |
commit | 9aef01668338c313e133928f0c889ac895fc0f89 (patch) | |
tree | dd9e891557ded826921d7006eae3881cc48c3352 /apps/files/l10n/pt_BR.js | |
parent | 3e8a6744c48185979c76ca30f865bf25488947f4 (diff) | |
download | nextcloud-server-9aef01668338c313e133928f0c889ac895fc0f89.tar.gz nextcloud-server-9aef01668338c313e133928f0c889ac895fc0f89.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 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index feb1a28c31c..c3b7ae17e6b 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -136,9 +136,9 @@ OC.L10N.register( "Choose {file}" : "Escolher {file}", "New" : "Novo", "Loading current folder" : "Carregando a pasta atual", + "Retry" : "Tentar novamente", "No files in here" : "Nenhum arquivo aqui", "Upload some content or sync with your devices!" : "Envie um arquivo ou sincronize com seus dispositivos!", - "Go to the previous folder" : "Ir para a pasta anterior", "Go back" : "Voltar", "Share" : "Compartilhar", "Shared by link" : "Compartilhado via link", @@ -264,6 +264,9 @@ OC.L10N.register( "Files moved successfully" : "Arquivos movidos com sucesso", "Conflicts resolution skipped" : "Resolução de conflitos ignorada", "Upload cancelled" : "Carregamento cancelado", + "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", + "Storage is temporarily not available" : "O armazenamento está temporariamente indisponível", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} pastas","{folderCount} pastas","{folderCount} pastas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} arquivos","{fileCount} arquivos","{fileCount} arquivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 arquivo e {folderCount} pastas","1 arquivo e {folderCount} pastas","1 arquivo e {folderCount} pastas"], @@ -324,9 +327,6 @@ OC.L10N.register( "Select directory \"{dirName}\"" : "Selecione o diretório \"{dirName}\"", "Select file \"{fileName}\"" : "Selecione o arquivo \"{fileName}\"", "Unable to determine date" : "Impossível determinar a data", - "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", - "Storage is temporarily not available" : "O armazenamento está temporariamente indisponível", "Could not move \"{file}\", target exists" : "Não foi possível mover \"{file}\" pois o destino já existe", "Could not move \"{file}\"" : "Não foi possível mover \"{file}\"", "copy" : "copiar", @@ -388,6 +388,7 @@ OC.L10N.register( "Could not rename \"{oldName}\"" : "Não foi possível renomear \"{oldName}\"", "Storage informations" : "Informações de armazenamento", "Choose file" : "Escolher arquivo", + "Go to the previous folder" : "Ir para a pasta anterior", "Open the files app settings" : "Abra as configurações do aplicativo de arquivos", "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", "The files is locked" : "Os arquivos estão bloqueados", |