messages_pt_br.py 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "%d mín restante para leitura",
  5. "(active)": "",
  6. "Also available in:": "Também disponível em:",
  7. "Archive": "Arquivo",
  8. "Authors": "",
  9. "Categories": "Categorias",
  10. "Comments": "Comentários",
  11. "LANGUAGE": "Português",
  12. "Languages:": "Idiomas:",
  13. "More posts about %s": "Mais posts sobre %s",
  14. "Newer posts": "Posts mais recentes",
  15. "Next post": "Próximo post",
  16. "No posts found.": "Nenhum tópico encontrado.",
  17. "Nothing found.": "Nada encontrado.",
  18. "Older posts": "Posts mais antigos",
  19. "Original site": "Site original",
  20. "Posted:": "Publicado:",
  21. "Posts about %s": "Posts sobre %s",
  22. "Posts by %s": "",
  23. "Posts for year %s": "Posts do ano %s",
  24. "Posts for {month} {day}, {year}": "Posts do {day} {month}, {year}",
  25. "Posts for {month} {year}": "Posts de {month} {year}",
  26. "Previous post": "Post anterior",
  27. "Publication date": "Data de publicação",
  28. "RSS feed": "Feed RSS",
  29. "Read in English": "Ler em português",
  30. "Read more": "Leia mais",
  31. "Skip to main content": "Pular para o conteúdo principal",
  32. "Source": "Código",
  33. "Subcategories:": "",
  34. "Tags and Categories": "Tags e Categorias",
  35. "Tags": "Tags",
  36. "Uncategorized": "",
  37. "Updates": "",
  38. "Write your page here.": "",
  39. "Write your post here.": "",
  40. "old posts, page %d": "Posts antigos, página %d",
  41. "page %d": "página %d",
  42. }