nextcloud/apps/sharebymail/l10n/pt_BR.js

29 lines
2.2 KiB
JavaScript
Raw Normal View History

2017-02-11 04:07:23 +03:00
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}",
"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",
"Sharing %s failed, this item is already shared with %s" : "O compartilhamento %s falhou, este item já está compartilhado com %s",
2017-04-13 03:08:02 +03:00
"Failed to send share by E-mail" : "Falha ao enviar compartilhamento por email",
2017-02-11 04:07:23 +03:00
"%s shared »%s« with you" : "%s compartilhado »%s« com você",
"%s shared »%s« with you on behalf of %s" : "%s compartilhado »%s« com você em nome de %s",
2017-04-09 03:07:40 +03:00
"Password to access »%s« shared to you by %s" : "Senha para acessar %s compartilhado com você por %s",
2017-02-11 04:07:23 +03:00
"Could not find share" : "Não foi possível encontrar o compartilhamento",
2017-04-13 03:08:02 +03:00
"Share by mail" : "Compartilhar 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",
"Failed to create the E-mail" : "Falhou ao criar o email",
2017-02-11 04:07:23 +03:00
"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!" : "Felicidades!",
2017-04-13 03:08:02 +03:00
"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>"
2017-02-11 04:07:23 +03:00
},
"nplurals=2; plural=(n > 1);");