diff options
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index f673d0de365..122f7bdc603 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -1,6 +1,7 @@ OC.L10N.register( "files", { + "Storage is temporarily not available" : "Storage esta, temporariamente, indisponível", "Storage invalid" : "Armazenamento inválido", "Unknown error" : "Erro desconhecido", "Files" : "Arquivos", @@ -14,6 +15,8 @@ OC.L10N.register( "Upload cancelled." : "Envio cancelado.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Incapaz de fazer o envio de {filename}, pois é um diretório ou tem 0 bytes", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Não há espaço suficiente, você está enviando {size1} mas resta apenas {size2}", + "Target folder \"{dir}\" does not exist any more" : "Pasta de destino \"{dir}\" não existe mais", + "Not enough free space" : "Espaço livre insuficiente", "Uploading..." : "Enviando...", "..." : "...", "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} hora{plural_s} esquerda", @@ -29,6 +32,8 @@ OC.L10N.register( "Actions" : "Ações", "Download" : "Baixar", "Rename" : "Renomear", + "Move" : "Mover", + "Target folder" : "Pasta destino", "Delete" : "Excluir", "Disconnect storage" : "Desconectar armazenamento", "Unshare" : "Descompartilhar", @@ -48,6 +53,7 @@ OC.L10N.register( "Could not create file \"{file}\" because it already exists" : "Não foi possível criar o arquivo \"{file}\" porque ele já existe", "Could not create folder \"{dir}\" because it already exists" : "Não foi possível criar a pasta \"{dir}\" porque ela já existe", "Error deleting file \"{fileName}\"." : "Ocorreu um erro ao apagar o arquivo \"{fileName}\".", + "No search results in other folders for '{tag}{filter}{endtag}'" : "Sem resultados de pesquisa em outras pastas para '{tag}{filter}{endtag}'", "Name" : "Nome", "Size" : "Tamanho", "Modified" : "Modificado", @@ -76,6 +82,7 @@ OC.L10N.register( "Upload" : "Enviar", "An error occurred while trying to update the tags" : "Ocorreu um erro enquanto tentava atualizar as etiquetas", "A new file or folder has been <strong>created</strong>" : "Um novo arquivo ou pasta foi <strong>criado</strong>", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Um arquivo ou pasta foi <strong>alterado</strong> ou <strong>renomeado</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite de notificações sobre a criação e alterações em seus <strong>arquivos favoritos</strong> <em>(apenas Stream)</em>", "A file or folder has been <strong>deleted</strong>" : "Um arquivo ou pasta foi <strong>excluído</strong>", "A file or folder has been <strong>restored</strong>" : "Um arquivo ou pasta foi <strong>restaurado</strong>", @@ -88,9 +95,16 @@ OC.L10N.register( "%2$s deleted %1$s" : "%2$s excluiu %1$s", "You restored %1$s" : "Você restaurou %1$s", "%2$s restored %1$s" : "%2$s restaurou %1$s", + "You renamed %2$s to %1$s" : "Voce renomeou %2$s para %1$s", + "%2$s renamed %3$s to %1$s" : "%2$s renomeado %3$s para %1$s", + "You moved %2$s to %1$s" : "Você moveu %2$s para %1$s", + "%2$s moved %3$s to %1$s" : "%2$s moveu %3$s para %1$s", "Changed by %2$s" : "Modificado por %2$s", "Deleted by %2$s" : "Excluído por %2$s", "Restored by %2$s" : "Restaurado por %2$s", + "Renamed by %2$s" : "Renomeado por %2$s", + "Moved by %2$s" : "Movido por %2$s", + "File changes" : "Alterações do arquivo", "Upload (max. %s)" : "Envio (max. %s)", "File handling" : "Tratamento de arquivo", "Maximum upload size" : "Tamanho máximo para envio", @@ -110,6 +124,11 @@ 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 excedeu o tamanho máximo para arquivos no servidor.", "No favorites" : "Sem favoritos", "Files and folders you mark as favorite will show up here" : "Arquivos e pastas que você marcou como favoritos são mostrados aqui", + "Shared with you" : "Compartilhado com voce", + "Shared with others" : "Compartilhado com outros", + "Shared by link" : "Compartilhado via link", + "Tags" : "Tags", + "Deleted files" : "Arquivos deletados", "Text file" : "Arquivo texto", "New text file.txt" : "Novo texto file.txt", "Storage not available" : "Armazenamento não disponível", |