Core components of the web application. https://write.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.3 KiB

  1. package l10n
  2. var phrasesPT = map[string]string{
  3. "Anonymous post": "Postagem anônima",
  4. "Blogs": "Blogs",
  5. "Enter": "Entrar",
  6. "Newer": "Próximas",
  7. "Older": "Anteriores",
  8. "Posts": "Postagens",
  9. "Publish to...": "Publicar para...",
  10. "Publish": "Publicar",
  11. "Read more...": "Leia mais...",
  12. "This blog requires a password.": "Este blog requer uma senha.",
  13. "Toggle theme": "Alterar o tema",
  14. "View posts": "Ver Postagens",
  15. "delete": "apagar",
  16. "edit": "edite",
  17. "move to...": "mover para...",
  18. "pin": "fixar",
  19. "published with write.as": "publicado com write.as",
  20. "share modal ending": "Envie para um amigo, compartilhe na Web ou talvez um tweet. Saiba mais.",
  21. "share modal introduction": "Cada postagem publicada tem um URL exclusivo e secreto que você pode compartilhar com qualquer pessoa. Este é o URL:",
  22. "share modal title": "Compartilhar esta postagem",
  23. "share": "compartilhar",
  24. "unpin": "soltar",
  25. }