Files
hugo-theme-stack/i18n/en.yaml
T

47 lines
970 B
YAML
Raw Normal View History

2022-10-29 17:02:24 +02:00
toggleMenu: Toggle Menu
2022-10-29 17:02:24 +02:00
darkMode: Dark Mode
2020-12-23 19:03:40 +01:00
2020-12-22 21:14:50 +01:00
list:
page:
one: "{{ .Count }} page"
other: "{{ .Count }} pages"
2022-10-29 17:02:24 +02:00
section: Section
2020-12-22 21:14:50 +01:00
subsection:
one: Subsection
other: Subsections
article:
2022-10-29 17:02:24 +02:00
back: Back
tableOfContents: Table of contents
relatedContent: Related content
lastUpdatedOn: Last updated on
2021-07-23 23:37:30 +07:00
readingTime:
one: "{{ .Count }} minute read"
other: "{{ .Count }} minute read"
2022-10-29 17:02:24 +02:00
codeblock:
copy: Copy
copied: Copied!
2021-07-23 23:37:30 +07:00
notFound:
2022-10-29 17:02:24 +02:00
title: Not Found
subtitle: This page does not exist
widget:
archives:
2022-10-29 17:02:24 +02:00
title: Archives
more: More
tagCloud:
2022-10-29 17:02:24 +02:00
title: Tags
2022-03-03 23:47:10 +01:00
categoriesCloud:
2022-10-29 17:02:24 +02:00
title: Categories
search:
2022-10-29 17:02:24 +02:00
title: Search
placeholder: Type something...
resultTitle: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
footer:
2022-10-29 17:02:24 +02:00
builtWith: Built with {{ .Generator }}
designedBy: Theme {{ .Theme }} designed by {{ .DesignedBy }}