diff --git a/README.md b/README.md index 4bbdfbe..d590c34 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ For more details about the features please visit [here](https://toha-guides.netl - Arabic (العربية) - Português - Català +- Português Brasileiro To know more about how to translate your site, please visit [here](https://toha-guides.netlify.app/posts/translation/). Follow, the data and post format from this [example site](https://hugo-toha.github.io). diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml new file mode 100644 index 0000000..7642dc8 --- /dev/null +++ b/i18n/pt-br.toml @@ -0,0 +1,126 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Início" + +[posts] +other = "Postagens" + +[toc_heading] +other = "Tabela de conteúdos" + +[tags] +other = "Etiquetas" + +[categories] +other = "Categorias" + +[at] +other = "em" + +[resume] +other = "Currículo" + +[navigation] +other = "Navegação" + +[contact_me] +other = "Contato:" + +[email] +other = "E-mail" + +[phone] +other = "Telefone" + +[newsletter_text] +other = "Se mantenha atualizado com notificações por e-mail" + +[newsletter_input_placeholder] +other = "Inserir email" + +[newsletter_warning] +other = "Ao assinar nossa newsletter, você está concordando em receber a newsletter deste site." + +[submit] +other = "Enviar" + +[hugoAttributionText] +other = "Desenvolvido por" + +[prev] +other = "Anterior" + +[next] +other = "Próximo" + +[share_on] +other = "Compartilhe" + +[improve_this_page] +other = "Melhore esta página" + +[out_of] +other = "de" + +[publications] +other = "Publicações" + +[taken_courses] +other = "Cursos realizados" + +[course_name] +other = "Nome do Curso" + +[total_credit] +other = "Créditos Totais" + +[obtained_credit] +other = "Créditos Obtidos" + +[extracurricular_activities] +other = "Atividades Extracurriculares" + +[show_more] +other = "Ver Mais" + +[show_less] +other = "Ver Menos" + +[responsibilities] +other = "Responsabilidades:" + +[present] +other = "Presente" + +[comments_javascript] +other = "Por favor ative JavaScript para ver o" + +[comments_by] +other = "comentários por" + +[read] +other = "Ler" + +[project_star] +other = "Star" + +[project_details] +other = "Detalhes" + +[err_404] +other = "A página que você está procurando ainda não está aqui." + +[more] +other = "Mais" + +[view_certificate] +other = "Ver Certificado" + +[notes] +other = "Notas" + +[disclaimer_text] +other = "Nota legal" + +[search] +other = "Pesquisar"