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

en.yaml « i18n - github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66ba2722d56d4f964c79dd7e50c9b5fc8d7dfdd6 (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
47
48
49
50
home:
  other: Home

archive:
  other: Archive

tags:
  other: Tags

about:
  other: About

subscribe:
  other: Subscribe

404title:
  other: 404 - Page Not Found

404subtitle:
  other: The content you're looking for doesn't seem to exist.

readMore:
  other: Read more

minuteRead:
  other: "{{ .ReadingTime }} minute read"

publishDate:
  other: '{{ .PublishDate.Format "January 2, 2006" }}'

publishDateFull:
  other: '{{ .PublishDate.Format "January 2, 2006" }}'

wordCount:
  one: "{{ .WordCount }} word"
  other: "{{ .WordCount }} words"

postsNewer:
  other: Newer posts

postsOlder:
  other: Older posts

poweredBy:
  other: >-
    Powered by <a href='http://www.gohugo.io/'>Hugo</a> Theme By <a
    href='https://github.com/nodejh/hugo-theme-cactus-plus'>nodejh</a>

publishDateShort:
  other: '{{ .PublishDate.Format "January 2" }}'