mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +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>
61 lines
1.1 KiB
YAML
61 lines
1.1 KiB
YAML
toggleMenu:
|
|
other: Alternar Menu
|
|
|
|
darkMode:
|
|
other: Modo Escuro
|
|
|
|
list:
|
|
page:
|
|
one: "{{ .Count }} página"
|
|
other: "{{ .Count }} páginas"
|
|
|
|
section:
|
|
other: Secção
|
|
|
|
subsection:
|
|
one: Subsecção
|
|
other: Subsecções
|
|
|
|
article:
|
|
back:
|
|
other: Voltar
|
|
|
|
tableOfContents:
|
|
other: Índice
|
|
|
|
relatedContent:
|
|
other: Conteúdo relacionado
|
|
|
|
lastUpdatedOn:
|
|
other: Última atualização a
|
|
|
|
readingTime:
|
|
one: "{{ .Count }} minuto de leitura"
|
|
other: "{{ .Count }} minutos de leitura"
|
|
|
|
notFound:
|
|
title:
|
|
other: Não Encontrado
|
|
subtitle:
|
|
other: Esta página não existe.
|
|
|
|
widget:
|
|
archives:
|
|
title:
|
|
other: Arquivos
|
|
more:
|
|
other: Mais
|
|
|
|
search:
|
|
title:
|
|
other: Pesquisa
|
|
placeholder:
|
|
other: Escreva algo...
|
|
resultTitle:
|
|
other: "#PAGES_COUNT páginas (#TIME_SECONDS segundos)"
|
|
|
|
footer:
|
|
builtWith:
|
|
other: Criado com {{ .Generator }}
|
|
designedBy:
|
|
other: Tema {{ .Theme }} desenvolvido por {{ .DesignedBy }}
|