From d1e58766cb8426ef30ef9e6c9b9e132a4e417031 Mon Sep 17 00:00:00 2001 From: Filipe Marques Date: Fri, 1 May 2020 11:51:49 +0200 Subject: [PATCH] Add pt-br translation --- i18n/pt-br.toml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 i18n/pt-br.toml diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml new file mode 100644 index 00000000..ce992b84 --- /dev/null +++ b/i18n/pt-br.toml @@ -0,0 +1,38 @@ +# Translations for English +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# 404.html +# +[notFound] +other = "Oops, página não encontrada…" + +[home] +other = "Início" + +[archives] +other = "Arquivos" + +# posts/single.html +# +[seeAlso] +other = "Ver também" + +[wordCount] +other = "{{ .WordCount }} palavras" + +[tableOfContents] +other = "Sumário" + +[newer] +other = "Próximo" + +[older] +other = "Anterior" + +# partials/header.html +# +[menu] +other = "Menu" + +[featuredImage] +other = "Imagem principal"