* 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
55 lines
1.3 KiB
TOML
55 lines
1.3 KiB
TOML
toggleMenu = "Toggle Menu"
|
|
darkMode = "Mode fosc"
|
|
|
|
[list]
|
|
section = "Secció"
|
|
|
|
[list.page]
|
|
one = "{{ .Count }} pàgina"
|
|
other = "{{ .Count }} pàgines"
|
|
|
|
[list.subsection]
|
|
one = "Subsecció"
|
|
other = "Subseccions"
|
|
|
|
[article]
|
|
back = "Tornar"
|
|
tableOfContents = "Taula de contingut"
|
|
relatedContent = "Continguts relacionats"
|
|
lastUpdatedOn = "Última vegada actualitzat"
|
|
|
|
[article.readingTime]
|
|
one = "{{ .Count }} minut a llegir"
|
|
other = "{{ .Count }} minuts a llegir"
|
|
|
|
[article.alert]
|
|
note = "Nota"
|
|
tip = "Consell"
|
|
important = "Important"
|
|
warning = "Avís"
|
|
caution = "Precaució"
|
|
|
|
[notFound]
|
|
title = "No Trobat"
|
|
subtitle = "Aquesta pàgina no existeix"
|
|
|
|
[widget]
|
|
[widget.archives]
|
|
title = "Arxiu"
|
|
more = "Més"
|
|
|
|
[widget.tagCloud]
|
|
title = "Etiquetes"
|
|
|
|
[widget.categoriesCloud]
|
|
title = "Categories"
|
|
|
|
[search]
|
|
title = "Cerca"
|
|
placeholder = "Tecleja alguna cosa..."
|
|
resultTitle = "#PAGES_COUNT pàgines en (#TIME_SECONDS segons)"
|
|
|
|
[footer]
|
|
builtWith = "Creat amb {{ .Generator }}"
|
|
designedBy = "Tema {{ .Theme }} dissenyat per {{ .DesignedBy }}"
|