hugo-theme-stack/i18n/es.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
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 }}