diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 6fee28bb..916c8f67 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -4,6 +4,7 @@ OC.L10N.register( "Memories" : "Memórias", "Settings" : "Configurações", "People" : "Pessoas", + "EXIF" : "EXIF", "Timeline" : "Linha do tempo", "Folders" : "Pastas", "Favorites" : "Favoritos", @@ -110,6 +111,10 @@ OC.L10N.register( "Failed to move {name}." : "Falha ao mover {name}.", "Move selected photos to person" : "Mover fotos selecionadas para pessoa", "Are you sure you want to move the selected photos from {name} to {newName}?" : "Tem certeza de que deseja mover as fotos selecionadas de {name} para {newName}?", + "Share Folder" : "Compartilhar Pasta", + "You cannot share the root folder" : "Você não pode compartilhar a pasta raiz", + "Use the sidebar to share this folder." : "Use a barra lateral para compartilhar esta pasta.", + "If you create a public link share, click on refresh and a corresponding link to Memories will be shown below." : "Se você criar um compartilhamento de link público, clique em atualizar e um link correspondente para Memórias será mostrado abaixo.", "Refresh" : "Atualizar", "Remove" : "Remover", "Share album" : "Compartilhar álbum", @@ -120,6 +125,7 @@ OC.L10N.register( "Share folder" : "Compartilhar pasta", "Move left" : "Mover para a esquerda", "Move right" : "Mover para a direita", + "Image saved successfully" : "Imagem salva com sucesso", "Error saving image" : "Erro ao salvar imagem", "Unsaved changes" : "Alterações não salvas", "Drop changes" : "Cancelar mudanças", @@ -128,6 +134,8 @@ OC.L10N.register( "Close" : "Fechar", "Previous" : "Anterior", "Next" : "Próxima", + "Video sharing not supported yet" : "Compartilhamento de vídeo ainda não suportado", + "Cannot share this type of data" : "Não é possível compartilhar este tipo de dados", "Save as" : "Salvar como", "Reset" : "Redefinir", "All changes will be lost." : "Todas as mudanças serão perdidas.", @@ -214,6 +222,7 @@ OC.L10N.register( "Fit size" : "Encaixar tamanho", "Direct" : "Direto", "Auto" : "Automático", + "Shared Folder" : "Pasta Compartilhada", "Failed to create {albumName}." : "Falha ao criar {albumName}.", "Failed to rename {currentAlbumName} to {newAlbumName}." : "Falha ao renomear {currentAlbumName} para {newAlbumName}.", "General Failure" : "Falha Geral", @@ -222,6 +231,7 @@ OC.L10N.register( "Failed to delete {fileName}." : "Falha ao excluir {fileName}.", "Failed to download files" : "Falha ao baixar arquivos", "Failed to favorite files." : "Falha nos arquivos favoritos.", + "Failed to favorite some files." : "Falha ao adicionar alguns arquivos aos favoritos.", "Failed to favorite {fileName}." : "Falha ao favoritar {fileName}" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 572bb19b..1c0cefcf 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -2,6 +2,7 @@ "Memories" : "Memórias", "Settings" : "Configurações", "People" : "Pessoas", + "EXIF" : "EXIF", "Timeline" : "Linha do tempo", "Folders" : "Pastas", "Favorites" : "Favoritos", @@ -108,6 +109,10 @@ "Failed to move {name}." : "Falha ao mover {name}.", "Move selected photos to person" : "Mover fotos selecionadas para pessoa", "Are you sure you want to move the selected photos from {name} to {newName}?" : "Tem certeza de que deseja mover as fotos selecionadas de {name} para {newName}?", + "Share Folder" : "Compartilhar Pasta", + "You cannot share the root folder" : "Você não pode compartilhar a pasta raiz", + "Use the sidebar to share this folder." : "Use a barra lateral para compartilhar esta pasta.", + "If you create a public link share, click on refresh and a corresponding link to Memories will be shown below." : "Se você criar um compartilhamento de link público, clique em atualizar e um link correspondente para Memórias será mostrado abaixo.", "Refresh" : "Atualizar", "Remove" : "Remover", "Share album" : "Compartilhar álbum", @@ -118,6 +123,7 @@ "Share folder" : "Compartilhar pasta", "Move left" : "Mover para a esquerda", "Move right" : "Mover para a direita", + "Image saved successfully" : "Imagem salva com sucesso", "Error saving image" : "Erro ao salvar imagem", "Unsaved changes" : "Alterações não salvas", "Drop changes" : "Cancelar mudanças", @@ -126,6 +132,8 @@ "Close" : "Fechar", "Previous" : "Anterior", "Next" : "Próxima", + "Video sharing not supported yet" : "Compartilhamento de vídeo ainda não suportado", + "Cannot share this type of data" : "Não é possível compartilhar este tipo de dados", "Save as" : "Salvar como", "Reset" : "Redefinir", "All changes will be lost." : "Todas as mudanças serão perdidas.", @@ -212,6 +220,7 @@ "Fit size" : "Encaixar tamanho", "Direct" : "Direto", "Auto" : "Automático", + "Shared Folder" : "Pasta Compartilhada", "Failed to create {albumName}." : "Falha ao criar {albumName}.", "Failed to rename {currentAlbumName} to {newAlbumName}." : "Falha ao renomear {currentAlbumName} para {newAlbumName}.", "General Failure" : "Falha Geral", @@ -220,6 +229,7 @@ "Failed to delete {fileName}." : "Falha ao excluir {fileName}.", "Failed to download files" : "Falha ao baixar arquivos", "Failed to favorite files." : "Falha nos arquivos favoritos.", + "Failed to favorite some files." : "Falha ao adicionar alguns arquivos aos favoritos.", "Failed to favorite {fileName}." : "Falha ao favoritar {fileName}" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file