1
0

pt_BR.js 1.8 KB

123456789101112131415161718192021222324
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with %1$s" : "Compartilhado com %1$s",
  5. "Shared with {email}" : "Compartilhado com {email}",
  6. "Shared with %1$s by %2$s" : "Compartilhado com %1$s por %2$s",
  7. "Shared with {email} by {actor}" : "Compartilhado com {email} por {actor}",
  8. "You shared %1$s with %2$s by mail" : "Você compartilhou %1$s com %2$s por email",
  9. "You shared {file} with {email} by mail" : "Você compartilhou {file} com {email} por email",
  10. "%3$s shared %1$s with %2$s by mail" : "%3$s compartilou %1$s com %2$s por email",
  11. "{actor} shared {file} with {email} by mail" : "{actor} compartilhou {file} com {email} por email",
  12. "Sharing %s failed, this item is already shared with %s" : "O compartilhamento %s falhou, este item já está compartilhado com %s",
  13. "Failed to send share by E-mail" : "Falha ao enviar compartilhamento por e-mail",
  14. "%s shared »%s« with you" : "%s compartilhado »%s« com você",
  15. "%s shared »%s« with you on behalf of %s" : "%s compartilhado »%s« com você em nome de %s",
  16. "Failed to create the E-mail" : "Falha ao criar o E-mail",
  17. "Could not find share" : "Não foi possível encontrar o compartilhamento",
  18. "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",
  19. "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Olá,\n%s compartilhou »%s« com você.\n%s\n",
  20. "Cheers!" : "Felicidades!",
  21. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Olá,<br><br>%s compartilhado <a href=\"%s\">%s</a> com voc^em nome de %s.<br><br>",
  22. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Olá,<br><br>%s compartilhado <a href=\"%s\">%s</a> com você.<br><br>"
  23. },
  24. "nplurals=2; plural=(n > 1);");