pt-br.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. toggleMenu:
  2. other: Alternar Menu
  3. darkMode:
  4. other: Modo Escuro
  5. list:
  6. page:
  7. one: "{{ .Count }} página"
  8. other: "{{ .Count }} páginas"
  9. section:
  10. other: Seção
  11. subsection:
  12. one: Subseção
  13. other: Subseções
  14. article:
  15. back:
  16. other: Voltar
  17. tableOfContents:
  18. other: Índice
  19. relatedContents:
  20. other: Conteúdo relacionado
  21. lastUpdatedOn:
  22. other: Última atualização em
  23. readingTime:
  24. one: "{{ .Count }} minuto de leitura"
  25. other: "{{ .Count }} minutos de leitura"
  26. notFound:
  27. title:
  28. other: Não Encontrado
  29. subtitle:
  30. other: Esta página não existe.
  31. widget:
  32. archives:
  33. title:
  34. other: Arquivos
  35. more:
  36. other: Mais
  37. tagCloud:
  38. title:
  39. other: Tags
  40. search:
  41. title:
  42. other: Busca
  43. placeholder:
  44. other: Digite algo...
  45. resultTitle:
  46. other: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
  47. footer:
  48. builtWith:
  49. other: Criado com {{ .Generator }}
  50. designedBy:
  51. other: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}