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

en.yaml « i18n - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f94ab17db4a369b2c9427930c5b8a575118b660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
toggleMenu: Toggle Menu

darkMode: Dark Mode

list:
    page:
        one: "{{ .Count }} page"
        other: "{{ .Count }} pages"
    section: Section
    subsection:
        one: Subsection
        other: Subsections

article:
    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: Not Found
    subtitle: This page does not exist

widget:
    archives:
        title: Archives
        more: More
    tagCloud:
        title: Tags
    categoriesCloud:
        title: Categories

search:
    title: Search
    placeholder: Type something...
    resultTitle: "#PAGES_COUNT pages (#TIME_SECONDS seconds)"

footer:
    builtWith: Built with {{ .Generator }}
    designedBy: Theme {{ .Theme }} designed by {{ .DesignedBy }}