Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_BR.js « l10n « sharebymail « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4fdbf1fe25fde5b8da43d0072e0aabbb99eaa2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
OC.L10N.register(
    "sharebymail",
    {
    "Shared with %1$s" : "Compartilhado com %1$s",
    "Shared with {email}" : "Compartilhado com {email}",
    "Shared with %1$s by %2$s" : "Compartilhado com %1$s por %2$s",
    "Shared with {email} by {actor}" : "Compartilhado com {email} por {actor}",
    "Password for mail share send to %1$s" : "Senha para compartilhar email enviado para %1$s",
    "Password for mail share send to {email}" : "Senha para o correio compartilhado enviada a {email}",
    "Password for mail share send to you" : "Senha para o correio compartilhado enviada a você",
    "You shared %1$s with %2$s by mail" : "Você compartilhou %1$s com %2$s por email",
    "You shared {file} with {email} by mail" : "Você compartilhou {file} com {email} por email",
    "%3$s shared %1$s with %2$s by mail" : "%3$s compartilou %1$s com %2$s por email",
    "{actor} shared {file} with {email} by mail" : "{actor} compartilhou {file} com {email} por email",
    "Password to access %1$s was send to %2s" : "A senha para acessar %1$s foi enviada para %2s",
    "Password to access {file} was send to {email}" : "A senha para acessar {file} foi enviada para {email}",
    "Password to access %1$s was send to you" : "A senha para acessar %1$s foi enviada para você",
    "Password to access {file} was send to you" : "A senha para acessar {file} foi enviada para você",
    "Sharing %s failed, this item is already shared with %s" : "O compartilhamento %s falhou, pois este item já está compartilhado com %s",
    "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Não pudemos enviar a você a senha auto-gerada. por favor defina um email válido em sua configuração e tente novamente.",
    "Failed to send share by E-mail" : "Falha ao enviar compartilhamento por email",
    "%s shared »%s« with you" : "%s compartilhou »%s« com você",
    "%s shared »%s« with you on behalf of %s" : "%s compartilhou »%s« com você em nome de %s",
    "%s shared »%s« with you." : "%s compartilhou »%s« com você.",
    "%s shared »%s« with you on behalf of %s." : "%s compartilhou »%s« com você em nome de %s.",
    "Click the button below to open it." : "Clique no botão abaixo para abrí-lo.",
    "Open »%s«" : "Abrir »%s«",
    "%s via %s" : "%s via %s",
    "Password to access »%s« shared to you by %s" : "Senha para acessar  %s compartilhado com você por  %s",
    "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s compartilhou »%s« com você.\nVocê já deve ter recebido um email com um link para acessá-lo.\n",
    "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s compartilhou »%s« com você. Você já deve ter recebido um email com um link para acessá-lo.",
    "Password to access »%s«" : "Senha para acessar »%s«",
    "It is protected with the following password: %s" : "Está protegido com a seguinte senha: %s",
    "Password to access »%s« shared with %s" : "Senha para acessar »%s« compartilhado com %s",
    "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Você compartilhou »%s« com %s. O compartilhamento já foi enviado ao destinatário. Devido às políticas de segurança definidas pelo administrador de %s, cada compartilhamento necessita ser protegido por senha e não é permitido enviar a senha diretamente ao destinatário. Portanto você necessita enviar a senha manualmente ao destinatário.",
    "This is the password: %s" : "Essa é a senha: %s",
    "You can choose a different password at any time in the share dialog." : "Você pode escolher uma senha diferente a qualquer momento no diálogo compartilhamento.",
    "Could not find share" : "Não foi possível encontrar o compartilhamento",
    "Share by mail" : "Compartilhamento por email",
    "Send a personalized link to a file or folder by mail." : "Envie um link personalizado para um arquivo ou pasta por email.",
    "Send password by mail" : "Enviar senha por email",
    "Enforce password protection" : "Reforce a proteção por senha",
    "Failed to create the E-mail" : "Falhou ao criar o email",
    "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Olá,\n%s compartilhou »%s« com você em nome de %s.\n%s\n\n",
    "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Olá,\n%s compartilhou »%s« com você.\n%s\n",
    "Cheers!" : "Saúde!",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Olá,<br><br>%s compartilhou <a href=\"%s\">%s</a> com você em nome de %s.<br><br>",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Olá,<br><br>%s compartilhou <a href=\"%s\">%s</a> com você.<br><br>"
},
"nplurals=2; plural=(n > 1);");