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

43 lines
889 B
YAML

toggleMenu: Toggle Menu
darkMode: Dark Mode
list:
page:
one: "{{ .Count }} page"
other: "{{ .Count }} pages"
section: Section
subsection:
one: Subsection
other: Subsections
article:
back: Back
tableOfContents: Table of contents
relatedContent: Related content
lastUpdatedOn: Last updated on
readingTime:
one: "{{ .Count }} minute read"
other: "{{ .Count }} minute read"
codeblock:
copy: Copy
copied: Copied!
notFound:
title: Not Found
subtitle: This page does not exist
widget:
archives:
title: Archives
more: More
search:
title: Search
placeholder: Type something...
resultTitle: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
footer:
builtWith: Built with {{ .Generator }}
designedBy: Theme {{ .Theme }} designed by {{ .DesignedBy }}