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
875 B
YAML
39 lines
875 B
YAML
toggleMenu: Toggle Menu
|
|
|
|
darkMode: Modo oscuro
|
|
|
|
list:
|
|
page:
|
|
one: "{{ .Count }} página"
|
|
other: "{{ .Count }} páginas"
|
|
section: Sección
|
|
subsection:
|
|
one: Subsección
|
|
other: Subsecciones
|
|
|
|
article:
|
|
back: Volver
|
|
tableOfContents: Tabla de contenido
|
|
relatedContent: Contenidos relacionados
|
|
lastUpdatedOn: Última vez actualizado
|
|
readingTime:
|
|
one: "{{ .Count }} minuto a leer"
|
|
other: "{{ .Count }} minutos a leer"
|
|
|
|
notFound:
|
|
title: No Encontrado
|
|
subtitle: Esta página no existe
|
|
|
|
widget:
|
|
archives:
|
|
title: Archivo
|
|
more: Más
|
|
|
|
search:
|
|
title: Búsqueda
|
|
placeholder: Teclea algo...
|
|
resultTitle: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
|
|
|
|
footer:
|
|
builtWith: Creado con {{ .Generator }}
|
|
designedBy: Tema {{ .Theme }} diseñado por {{ .DesignedBy }}
|