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, 21 insertions, 48 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index fb07328..3f94ab1 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -1,73 +1,46 @@
-toggleMenu:
- other: Toggle Menu
+toggleMenu: Toggle Menu
-darkMode:
- other: Dark Mode
+darkMode: Dark Mode
list:
page:
one: "{{ .Count }} page"
other: "{{ .Count }} pages"
-
- section:
- other: Section
-
+ section: Section
subsection:
one: Subsection
other: Subsections
article:
- back:
- other: Back
-
- tableOfContents:
- other: Table of contents
-
- relatedContent:
- other: Related content
-
- lastUpdatedOn:
- other: Last updated on
-
+ 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:
- other: Not Found
-
- subtitle:
- other: This page does not exist
+ title: Not Found
+ subtitle: This page does not exist
widget:
archives:
- title:
- other: Archives
-
- more:
- other: More
-
+ title: Archives
+ more: More
tagCloud:
- title:
- other: Tags
+ title: Tags
categoriesCloud:
- title:
- other: Categories
+ title: Categories
search:
- title:
- other: Search
-
- placeholder:
- other: Type something...
-
- resultTitle:
- other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
+ title: Search
+ placeholder: Type something...
+ resultTitle: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
footer:
- builtWith:
- other: Built with {{ .Generator }}
-
- designedBy:
- other: Theme {{ .Theme }} designed by {{ .DesignedBy }}
+ builtWith: Built with {{ .Generator }}
+ designedBy: Theme {{ .Theme }} designed by {{ .DesignedBy }}