ae477ab224
It's possible in the future to display another kind of taxonomy. To translate that title, create _index.md under content/categories, with the following content: --- title: Category ---
54 lines
946 B
YAML
54 lines
946 B
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:
|
|
relatedContents:
|
|
other: Related contents
|
|
lastUpdatedOn:
|
|
other: Last updated on
|
|
|
|
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 }}
|