mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-24 02:41:46 +01:00
46 lines
970 B
YAML
46 lines
970 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
|
|
tagCloud:
|
|
title: Tags
|
|
categoriesCloud:
|
|
title: Categories
|
|
|
|
search:
|
|
title: Search
|
|
placeholder: Type something...
|
|
resultTitle: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
|
|
|
footer:
|
|
builtWith: Built with {{ .Generator }}
|
|
designedBy: Theme {{ .Theme }} designed by {{ .DesignedBy }}
|