pt-br.toml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # UI strings. Buttons and similar.
  2. [ui_pager_prev]
  3. other = "Anterior"
  4. [ui_pager_next]
  5. other = "Próximo"
  6. [ui_read_more]
  7. other = "Ler mais"
  8. [ui_search]
  9. other = "Buscar no site…"
  10. # Used in sentences such as "Posted in News"
  11. [ui_in]
  12. other = "em"
  13. # Used in sentences such as "All Tags"
  14. [ui_all]
  15. other = "todos"
  16. # Footer text
  17. [footer_all_rights_reserved]
  18. other = "Todos os direitos reservados"
  19. [footer_privacy_policy]
  20. other = "Política de Privacidade"
  21. # Post (blog, articles etc.)
  22. [post_byline_by]
  23. other = "Por"
  24. [post_created]
  25. other = "Criado"
  26. [post_last_mod]
  27. other = "Última modificação"
  28. [post_edit_this]
  29. other = "Editar essa página"
  30. [post_view_this]
  31. other = "Ver origem da página"
  32. [post_create_child_page]
  33. other = "Criar uma subpágina"
  34. [post_create_issue]
  35. other = "Relatar um problema de documentação"
  36. [post_create_project_issue]
  37. other = "Relatar um problema no projeto"
  38. [post_posts_in]
  39. other = "Posts em"
  40. [post_reading_time]
  41. other = "minute read"
  42. [post_less_than_a_minute_read]
  43. other = "less than a minute"
  44. # Print support
  45. [print_printable_section]
  46. other = "This is the multi-page printable view of this section."
  47. [print_click_to_print]
  48. other = "Click here to print"
  49. [print_show_regular]
  50. other = "Return to the regular view of this page"
  51. [print_entire_section]
  52. other = "Print entire section"
  53. # Community
  54. [community_join]
  55. other = "Join the {{ .Site.Title }} community"
  56. [community_introduce]
  57. other = "{{ .Site.Title }} is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved."
  58. [community_learn]
  59. other = "Learn and Connect"
  60. [community_using]
  61. other = "Using or want to use {{ .Site.Title }}? Find out more here:"
  62. [community_develop]
  63. other = "Develop and Contribute"
  64. [community_contribute]
  65. other = "If you want to get more involved by contributing to {{ .Site.Title }}, join us here:"
  66. [community_how_to]
  67. other = "You can find out how to contribute to {{ .Site.Title }} in our"
  68. [community_guideline]
  69. other = "Contribution Guidelines"
  70. # Feedback
  71. [feedback_title]
  72. other = "Feedback"
  73. [feedback_question]
  74. other = "Esta página foi útil?"
  75. [feedback_positive]
  76. other = "Sim"
  77. [feedback_negative]
  78. other = "Não"