diff options
Diffstat (limited to 'apps/files/l10n/pt_BR.js')
-rw-r--r-- | apps/files/l10n/pt_BR.js | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 102f743de53..72cddee6806 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -6,13 +6,13 @@ OC.L10N.register( "Unknown error" : "Erro desconhecido", "All files" : "Todos os arquivos", "Recent" : "Recentes", + "Favorites" : "Favoritos", "File could not be found" : "O arquivo não foi encontrado", "Move or copy" : "Mover ou copiar", "Download" : "Baixar", "Delete" : "Excluir", "Home" : "Início", "Close" : "Fechar", - "Favorites" : "Favoritos", "Could not create folder \"{dir}\"" : "Não foi possível criar a pasta \"{dir}\"", "Upload cancelled." : "Envio cancelado.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Não foi possível fazer o envio de {filename}, pois é um diretório ou tem 0 bytes", @@ -149,10 +149,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.", - "Shared with you" : "Compartilhado com você", - "Shared with others" : "Compartilhado com outros", - "Shared by link" : "Compartilhado via link", - "Deleted shares" : "Compartilhamentos excluídos", "Tags" : "Etiquetas", "Deleted files" : "Arquivos excluídos", "Text file" : "Arquivo texto", @@ -160,6 +156,9 @@ OC.L10N.register( "Move" : "Mover", "A new file or folder has been <strong>deleted</strong>" : "Um novo arquivo ou pasta foi <strong>excluído</strong>", "A new file or folder has been <strong>restored</strong>" : "Um novo arquivo ou pasta foi <strong>restaurado</strong>", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use este endereço para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acessar seus Arquivos via WebDAV</a>" + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use este endereço para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acessar seus Arquivos via WebDAV</a>", + "Shared with you" : "Compartilhado com você", + "Shared with others" : "Compartilhado com outros", + "Shared by link" : "Compartilhado via link" }, "nplurals=2; plural=(n > 1);"); |