hugo-theme-stack/i18n/pt-br.yaml
Jacob Zhong 4be110e540
refactor(widget): taxonomy widget (#763)
* 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>
2023-08-27 18:26:53 +02:00

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 }}