From f755993af8d360205e2f03e8ca37ce9e7e2f0247 Mon Sep 17 00:00:00 2001 From: Ricardo Katz Date: Fri, 9 Feb 2018 17:31:49 -0200 Subject: [PATCH] Add translation to pt-br --- i18n/br.yaml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 i18n/br.yaml diff --git a/i18n/br.yaml b/i18n/br.yaml new file mode 100644 index 0000000..214c738 --- /dev/null +++ b/i18n/br.yaml @@ -0,0 +1,64 @@ +# Content +- id: dateFormat + translation: "2 de Janeiro de 2006" +- id: shortdateFormat + translation: "02/Jan/2006 15:04:05" +- id: postedOnDate + translation: "Postado em {{ .Count }}" +- id: lastModified + translation: "(Ultima modificação em {{ .Count }})" +- id: translationsLabel + translation: "Outras linguagens: " +- id: translationsSeparator + translation: ", " +- id: readMore + translation: "Saiba mais" +- id: olderPosts + translation: "Posts antigos" +- id: newerPosts + translation: "Posts novos" +- id: previousPost + translation: "Post anterior" +- id: nextPost + translation: "Próximo Post" +- id: readTime + translation: "minutos" +- id: words + translation: "palavras" + + +# 404 page +- id: pageNotFound + translation: "Opa, a página não existe" + +# Footer +- id: poweredBy # Accepts HTML + translation: 'Hugo v{{ .Hugo.Version }} powered  •  Tema por Beautiful Jekyll adaptado para Beautiful Hugo' + +# Navigation +- id: toggleNavigation + translation: "Ver navegação" +- id: languageSwitcherLabel + translation: "Idioma" +- id: gcseLabelShort + translation: "Buscar" +- id: gcseLabelLong + translation: "Buscar {{ .Site.Title }}" +- id: gcseClose + translation: "Fechar" + +# Staticman +- id: noComment + translation: "Sem comentários" +- id: oneComment + translation: "comentário" +- id: moreComment + translation: "comentários" +- id: useMarkdown + translation: "Você pode usar sintaxe MarkDown" +- id: yourName + translation: "Seu nome" +- id: yourEmail + translation: "Seu email" +- id: yourWebsite + translation: "Seu website"