dcfc7b5589
* add reading time feature * Revert change in jsconfig.json * feat: add article.readingTime param, and improve style * Revert change in jsconfig.json x2 * Remove reading time in compact layout It doesn't look right to me for now * feat: add i18n support to reading time string * Hide footer.article-time when there's not content Co-authored-by: Jimmy Cai <github@jimmycai.com>
71 lines
1.2 KiB
YAML
71 lines
1.2 KiB
YAML
toggleMenu:
|
|
other: Toggle Menu
|
|
|
|
darkMode:
|
|
other: Dark Mode
|
|
|
|
list:
|
|
page:
|
|
one: "{{ .Count }} page"
|
|
other: "{{ .Count }} pages"
|
|
|
|
section:
|
|
other: Section
|
|
|
|
subsection:
|
|
one: Subsection
|
|
other: Subsections
|
|
|
|
article:
|
|
back:
|
|
other: Back
|
|
|
|
tableOfContents:
|
|
other: Table of contents
|
|
|
|
relatedContents:
|
|
other: Related contents
|
|
|
|
lastUpdatedOn:
|
|
other: Last updated on
|
|
|
|
readingTime:
|
|
one: "{{ .Count }} min read"
|
|
### Seems that there's no need to add 's' even if it's plural in English
|
|
other: "{{ .Count }} min read"
|
|
|
|
notFound:
|
|
title:
|
|
other: Not Found
|
|
subtitle:
|
|
other: This page does not exist.
|
|
|
|
widget:
|
|
archives:
|
|
title:
|
|
other: Archives
|
|
|
|
more:
|
|
other: More
|
|
|
|
tagCloud:
|
|
title:
|
|
other: Tags
|
|
|
|
search:
|
|
title:
|
|
other: Search
|
|
|
|
placeholder:
|
|
other: Type something...
|
|
|
|
resultTitle:
|
|
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
|
|
|
footer:
|
|
builtWith:
|
|
other: Built with {{ .Generator }}
|
|
|
|
designedBy:
|
|
other: Theme {{ .Theme }} designed by {{ .DesignedBy }}
|