Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.yaml')
-rw-r--r--i18n/en.yaml69
1 files changed, 48 insertions, 21 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 3f94ab1..fb07328 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -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 }}