diff options
Diffstat (limited to 'apps/files_sharing/l10n/pt_BR.js')
-rw-r--r-- | apps/files_sharing/l10n/pt_BR.js | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 17a05397dcd..7e23a09166f 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -207,6 +207,9 @@ OC.L10N.register( "Share link" : "Link de compartilhamento", "Copy public link to clipboard" : "Copie o link público para a área de transferência", "Error, please enter proper password and/or expiration date" : "Erro, digite a senha correta e/ou a data de validade", + "Link share created" : "Compartilhamento de link criado", + "Error while creating the share" : "Erro ao criar o compartilhamento", + "Search for share recipients" : "Pesquisar destinatários de compartilhamento", "No recommendations. Start typing." : "Sem recomendações. Inicie a digitação.", "Resharing is not allowed" : "Recompartilhamento não é permitido", "Name or email …" : "Nome ou e-mail...", @@ -229,9 +232,13 @@ OC.L10N.register( "Error creating the share" : "Erro ao criar o compartilhamento", "Error updating the share: {errorMessage}" : "Erro ao atualizar o compartilhamento: {errorMessage}", "Error updating the share" : "Erro ao atualizar o compartilhamento", + "File \"{path}\" has been unshared" : "O arquivo \"{path}\" não foi compartilhado", + "Folder \"{path}\" has been unshared" : "A pasta \"{path}\" foi descompartilhada", + "Share {propertyName} saved" : "Compartilhe {propertyName} salvo", "Shared" : "Compartilhado", "Share" : "Compartilhar", "Shared with" : "Compartilhado com", + "Password created successfully" : "Senha criada com sucesso", "Shared with you and the group {group} by {owner}" : "Compartilhado com você e o grupo {group} por {owner}", "Shared with you and {circle} by {owner}" : "Compartilhado com você e {circle} por {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartilhado com você e a conversa {conversation} por {owner}", @@ -258,6 +265,9 @@ OC.L10N.register( "One or more of your shares will expire tomorrow" : "Um ou mais de seus compartilhamentos irão expirar amanhã", "Copy to clipboard" : "Copiar para a área de transferência", "Sorry, this link doesn’t seem to work anymore." : "Desculpe, este link parece não funcionar mais.", - "Toggle grid view" : "Alternar a visão em grade" + "Toggle grid view" : "Alternar a visão em grade", + "Share label saved" : "Marcador de compartilhamento salvo", + "Share password saved" : "Compartilhar senha salva", + "Share note saved" : "Compartilhar nota salva" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |