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

en.toml « i18n - github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e5638d3695a13483f736f38f9b9d33848a20297 (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
[more]
other = "More"

[allTitle]
other = "All {{.Title }}"

[recentTitle]
other = "Recent {{.Title }}"

[readMore]
other = "read more"

[by]
other = "By"

[whatsInThis]
other = "What's in this {{ .Type }}"

[related]
other = "Related"

[yourName]
other = "Your Name"

[emailAddress]
other = "Email Address"

[message]
other = "Message"

[emailRequiredNote]
other = "An email address is required."

[send]
other = "Send"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

[readingTime]
one = "One minute read"
other = "{{ .Count }} minutes read"

[wordCount]
one = "One word"
other = "{{ .Count }} words"

[pageTitle]
other = "{{ .Name }} page"