switch back to LoveIt, other theme is deprectated
This commit is contained in:
parent
260b6803e7
commit
51fb029ca2
4260 changed files with 49552 additions and 87082 deletions
202
themes/LoveIt/i18n/pt-BR.toml
Normal file
202
themes/LoveIt/i18n/pt-BR.toml
Normal file
|
@ -0,0 +1,202 @@
|
|||
# Translations for Brazilian Portuguese
|
||||
# Tradução para português do Brasil
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === baseof ==
|
||||
[backToTop]
|
||||
other = "Voltar ao topo"
|
||||
|
||||
[viewComments]
|
||||
other = "Ver comentários"
|
||||
# === baseof ==
|
||||
|
||||
# === Post ===
|
||||
[posts]
|
||||
other = "Posts"
|
||||
# === Post ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "{{ .Some }}"
|
||||
|
||||
[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 = "Possibilitado por {{ .Hugo }} | Tema - {{ .Theme }}"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "en"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "O seu comentário ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "pt_BR"
|
||||
|
||||
[giscusLang]
|
||||
other = "en"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "Pesquisa"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "Pesquisar títulos ou conteúdos ..."
|
||||
|
||||
[clear]
|
||||
other = "Limpar"
|
||||
|
||||
[cancel]
|
||||
other = "Cancelar"
|
||||
|
||||
[noResultsFound]
|
||||
other = "Nenhum resultado encontrado"
|
||||
|
||||
[lunrLanguageCode]
|
||||
other = "pt"
|
||||
|
||||
[lunrLanguageLib]
|
||||
other = "lib/lunr/lunr.pt.js"
|
||||
|
||||
[copyToClipboard]
|
||||
other = "Copiar para a área de transferência"
|
||||
|
||||
[cookieconsentMessage]
|
||||
other = "Este site usa Cookies para melhorar sua experiência."
|
||||
|
||||
[cookieconsentDismiss]
|
||||
other = "Aceita"
|
||||
|
||||
[cookieconsentLink]
|
||||
other = "Saber mais"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Compartilhe em"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[contents]
|
||||
other = "Conteúdos"
|
||||
|
||||
[publishedOnDate]
|
||||
other = "publicado em {{ .Date }}"
|
||||
|
||||
[includedInCategories]
|
||||
other = "incluido em {{ .Categories }}"
|
||||
|
||||
[wordCount]
|
||||
one = "Uma palavra"
|
||||
other = "{{ .Count }} palavras"
|
||||
|
||||
[readingTime]
|
||||
one = "Um minuto"
|
||||
other = "{{ .Count }} minutos"
|
||||
|
||||
[views]
|
||||
other = "visualizações"
|
||||
|
||||
[author]
|
||||
other = "Autor"
|
||||
|
||||
[updatedOnDate]
|
||||
other = "Atualizado em {{ .Date }}"
|
||||
|
||||
[readMarkdown]
|
||||
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"
|
||||
# === 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 ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[new]
|
||||
other = "NOVO"
|
||||
|
||||
[changed]
|
||||
other = "ALTERADO"
|
||||
|
||||
[deleted]
|
||||
other = "EXCLUÍDO"
|
||||
# === shortcodes/version.html ===
|
Loading…
Add table
Add a link
Reference in a new issue