Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorRicardo Katz <rikatz@users.noreply.github.com>2018-02-09 22:31:49 +0300
committerGitHub <noreply@github.com>2018-02-09 22:31:49 +0300
commitf755993af8d360205e2f03e8ca37ce9e7e2f0247 (patch)
tree6192aa7f4b90b316597909aed1fb8cfbe9a130d2 /i18n
parent5f274c82e4a83de14fb643a0f0fb5099b111d853 (diff)
Add translation to pt-br
Diffstat (limited to 'i18n')
-rw-r--r--i18n/br.yaml64
1 files changed, 64 insertions, 0 deletions
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: '<a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> powered &nbsp;&bull;&nbsp; Tema por <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adaptado para <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
+
+# 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"