hugo-theme-stack/i18n/ca.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
874 B
YAML

toggleMenu: Toggle Menu
darkMode: Mode fosc
list:
page:
one: "{{ .Count }} pàgina"
other: "{{ .Count }} pàgines"
section: Secció
subsection:
one: Subsecció
other: Subseccions
article:
back: Tornar
tableOfContents: Taula de contingut
relatedContent: Continguts relacionats
lastUpdatedOn: Última vegada actualitzat
readingTime:
one: "{{ .Count }} minut a llegir"
other: "{{ .Count }} minuts a llegir"
notFound:
title: No Trobat
subtitle: Aquesta pàgina no existeix
widget:
archives:
title: Arxiu
more: Més
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 }}