pt.yaml 523 B

123456789101112131415161718192021222324252627282930313233
  1. - id: prev_page
  2. translation: "Página Anterior"
  3. - id: next_page
  4. translation: "Próxima Página"
  5. - id: read_time
  6. translation:
  7. one: "1 minuto"
  8. other: "{{ .Count }} minutos"
  9. - id: words
  10. translation:
  11. one : "palavra"
  12. other: "{{ .Count }} palavras"
  13. - id: toc
  14. translation: "Conteúdo"
  15. - id: translations
  16. translation: "Traduções"
  17. - id: home
  18. translation: "Início"
  19. - id: edit_post
  20. translation: "Editar"
  21. - id: code_copy
  22. translation: "copiar"
  23. - id: code_copied
  24. translation: "copiado!"