Files
hugo-theme-stack/i18n/es.toml
T
JimmyandGitHub 3a0d70ebbd feat(i18n): add i18n support for Markdown alert (#1269)
* docs: add blockquote with custom alert title

* feat: add alert types to i18n and update blockquote rendering

* fix: wrong translation key

* feat: add alert title translation for all supported languages

Done by AI
2026-02-18 20:07:59 +01:00

55 lines
1.3 KiB
TOML

toggleMenu = "Ocultar menú"
darkMode = "Modo oscuro"
[list]
section = "Sección"
[list.page]
one = "{{ .Count }} página"
other = "{{ .Count }} páginas"
[list.subsection]
one = "Subsección"
other = "Subsecciones"
[article]
back = "Volver"
tableOfContents = "Tabla de contenido"
relatedContent = "Contenidos relacionados"
lastUpdatedOn = "Última actualización"
[article.readingTime]
one = "Tiempo de lectura {{ .Count }} minuto"
other = "Tiempo de lectura {{ .Count }} minutos"
[article.alert]
note = "Nota"
tip = "Consejo"
important = "Importante"
warning = "Advertencia"
caution = "Precaución"
[notFound]
title = "No Encontrado"
subtitle = "Esta página no existe"
[widget]
[widget.archives]
title = "Archivo"
more = "Más"
[widget.tagCloud]
title = "Etiquetas"
[widget.categoriesCloud]
title = "Categorías"
[search]
title = "Búsqueda"
placeholder = "Escribe algo..."
resultTitle = "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
[footer]
builtWith = "Creado con {{ .Generator }}"
designedBy = "Tema {{ .Theme }} diseñado por {{ .DesignedBy }}"