Revert "Merge branch 'canary' into master" (#712)
Revert "Merge branch 'canary' into master (#711)"
This reverts commit 8a597a5c9c.
This commit is contained in:
+48
-21
@@ -1,46 +1,73 @@
|
||||
toggleMenu: Toggle Menu
|
||||
toggleMenu:
|
||||
other: Toggle Menu
|
||||
|
||||
darkMode: Dark Mode
|
||||
darkMode:
|
||||
other: Dark Mode
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} page"
|
||||
other: "{{ .Count }} pages"
|
||||
section: Section
|
||||
|
||||
section:
|
||||
other: Section
|
||||
|
||||
subsection:
|
||||
one: Subsection
|
||||
other: Subsections
|
||||
|
||||
article:
|
||||
back: Back
|
||||
tableOfContents: Table of contents
|
||||
relatedContent: Related content
|
||||
lastUpdatedOn: Last updated on
|
||||
back:
|
||||
other: Back
|
||||
|
||||
tableOfContents:
|
||||
other: Table of contents
|
||||
|
||||
relatedContent:
|
||||
other: Related content
|
||||
|
||||
lastUpdatedOn:
|
||||
other: 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
|
||||
title:
|
||||
other: Not Found
|
||||
|
||||
subtitle:
|
||||
other: This page does not exist
|
||||
|
||||
widget:
|
||||
archives:
|
||||
title: Archives
|
||||
more: More
|
||||
title:
|
||||
other: Archives
|
||||
|
||||
more:
|
||||
other: More
|
||||
|
||||
tagCloud:
|
||||
title: Tags
|
||||
title:
|
||||
other: Tags
|
||||
categoriesCloud:
|
||||
title: Categories
|
||||
title:
|
||||
other: Categories
|
||||
|
||||
search:
|
||||
title: Search
|
||||
placeholder: Type something...
|
||||
resultTitle: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||
title:
|
||||
other: Search
|
||||
|
||||
placeholder:
|
||||
other: Type something...
|
||||
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||
|
||||
footer:
|
||||
builtWith: Built with {{ .Generator }}
|
||||
designedBy: Theme {{ .Theme }} designed by {{ .DesignedBy }}
|
||||
builtWith:
|
||||
other: Built with {{ .Generator }}
|
||||
|
||||
designedBy:
|
||||
other: Theme {{ .Theme }} designed by {{ .DesignedBy }}
|
||||
|
||||
Reference in New Issue
Block a user