Files
hugo-theme-stack/i18n/oc.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 = "Alternar menú"
darkMode = "Mòde fosc"
[list]
section = "Seccion"
[list.page]
one = "{{ .Count }} pagina"
other = "{{ .Count }} paginas"
[list.subsection]
one = "Josseccion"
other = "Josseccions"
[article]
back = "Tornar"
tableOfContents = "Taula de contengut"
relatedContent = "Contenguts relacionats"
lastUpdatedOn = "Darrièra actualizacion"
[article.readingTime]
one = "{{ .Count }} minuta de lectura"
other = "{{ .Count }} minutas de lectura"
[article.alert]
note = "Nòta"
tip = "Conselh"
important = "Important"
warning = "Avertiment"
caution = "Atencion"
[notFound]
title = "Non trobat"
subtitle = "Aquesta pagina existís pas"
[widget]
[widget.archives]
title = "Archiu"
more = "Mai"
[widget.tagCloud]
title = "Etiquetas"
[widget.categoriesCloud]
title = "Categorias"
[search]
title = "Cercar"
placeholder = "Picatz quicòm..."
resultTitle = "#PAGES_COUNT paginas dins (#TIME_SECONDS segons)"
[footer]
builtWith = "Creat amb {{ .Generator }}"
designedBy = "Tàma {{ .Theme }} concebut per {{ .DesignedBy }}"