pt-br.toml 743 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [category]
  2. other = "categoria"
  3. [categories]
  4. other = "categorias"
  5. [tag]
  6. other = "etiqueta"
  7. [tags]
  8. other = "etiquetas"
  9. [series]
  10. other = "séries"
  11. [autor]
  12. other = "autor"
  13. [authors]
  14. other = "autores"
  15. [posts]
  16. other = "artigos"
  17. [reading_time]
  18. one = "Um minuto de leitura"
  19. other = "{{ .Count }} minutos de leitura"
  20. [page_not_found]
  21. other = "Página Não Encontrada"
  22. [page_does_not_exist]
  23. other = "Desculpe, essa página não existe."
  24. [head_back]
  25. other = "Você pode voltar para a <a href=\"{{ . }}\">página inicial</a>."
  26. [powered_by]
  27. other = "Promovido por"
  28. [note]
  29. other = "nota"
  30. [tip]
  31. other = "dica"
  32. [example]
  33. other = "exemplo"
  34. [question]
  35. other = "pergunta"
  36. [info]
  37. other = "info"
  38. [warning]
  39. other = "aviso"
  40. [error]
  41. other = "erro"