mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 18:31:45 +01:00
4be110e540
* Add link to navbar sections and refactor names * Prevent duplicate tags and categories information * Add style to the widget links * refactor: add `taxonomy` widget Replaces `categories` and `tag-cloud` widget. * style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget --------- Co-authored-by: Jimmy Cai <hi@jimmycai.com>
39 lines
872 B
YAML
39 lines
872 B
YAML
toggleMenu: Alternar Menu
|
|
|
|
darkMode: Modo Escuro
|
|
|
|
list:
|
|
page:
|
|
one: "{{ .Count }} página"
|
|
other: "{{ .Count }} páginas"
|
|
section: Seção
|
|
subsection:
|
|
one: Subseção
|
|
other: Subseções
|
|
|
|
article:
|
|
back: Voltar
|
|
tableOfContents: Índice
|
|
relatedContent: Conteúdo relacionado
|
|
lastUpdatedOn: Última atualização em
|
|
readingTime:
|
|
one: "{{ .Count }} minuto de leitura"
|
|
other: "{{ .Count }} minutos de leitura"
|
|
|
|
notFound:
|
|
title: Não Encontrado
|
|
subtitle: Esta página não existe.
|
|
|
|
widget:
|
|
archives:
|
|
title: Arquivos
|
|
more: Mais
|
|
|
|
search:
|
|
title: Busca
|
|
placeholder: Digite algo...
|
|
resultTitle: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
|
|
|
|
footer:
|
|
builtWith: Criado com {{ .Generator }}
|
|
designedBy: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}
|