feature: add brazilian portuguese translation (#258)

This commit is contained in:
Vanildo Souto Mangueira 2020-04-25 16:28:24 -03:00 committed by GitHub
parent bcbc4268ea
commit a4439ad596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

140
i18n/pt-BR.toml Normal file
View file

@ -0,0 +1,140 @@
# Tradução para português do Brasil
# === Post ===
[posts]
other = "Posts"
# === Post ===
# === Taxonomy ===
[allSome]
other = "Todos %s"
[tag]
other = "Tag"
[tags]
other = "Tags"
[category]
other = "Categoria"
[categories]
other = "Categorias"
# === Taxonomy ===
# === Pagination ===
[more]
other = "Mais"
# === Pagination ===
# === partials/header.html ===
[selectLanguage]
other = "Selecione o idioma"
[switchTheme]
other = "Trocar tema"
# === partials/header.html ===
# === partials/footer.html ===
[poweredBySome]
other = "Movido a %s"
[theme]
other = "Tema"
# === partials/footer.html ===
# === partials/plugin/share.html ===
[shareOn]
other = "Compartilhe em"
# === partials/plugin/share.html ===
# === posts/single.html ===
[contents]
other = "Conteúdos"
[publish]
other = "publicado em"
[included]
other = "incluido em"
[wordCount]
other = "{{ .Count }} palavras"
[readingTime]
other = "{{ .Count }} min"
[views]
other = "visualizações"
[author]
other = "Autor"
[lastMod]
other = "O artigo foi atualizado em %s"
[license]
other = "Publicado sobre a licença %s"
[seeMarkdown]
other = "Leia em Markdown"
[back]
other = "Voltar"
[home]
other = "Home"
[readMore]
other = "Leia mais"
# === posts/single.html ===
# === 404.html ===
[pageNotFound]
other = "Página não encontrada"
[pageNotFoundText]
other = "A página que você procura não existe. Desculpe"
[backToHome]
other = "Voltar para a Home"
# === 404.html ===
# === shortcodes/admonition.html ===
[note]
other = "Nota"
[abstract]
other = "Abstrato"
[info]
other = "Info"
[tip]
other = "Dica"
[success]
other = "Sucesso"
[question]
other = "Pergunta"
[warning]
other = "Aviso"
[failure]
other = "Falha"
[danger]
other = "Perigo"
[bug]
other = "Bug"
[example]
other = "Exemplo"
[quote]
other = "Citação"
# === shortcodes/admonition.html ===