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

en.toml « i18n - github.com/kongdivin/hugo-theme-okayish-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f44008b57978764983206ed6de53be8005d7d03 (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
51
52
53
54
55
56
57
58
59
[jumpToMainContent]
other = "Jump to main content"

[search]
other = "Search"

[posts]
other = "Blog Posts"

[previous]
other = "Previous"

[next]
other = "Next"

# Terms

[category]
other = "Category"

[categories]
other = "Categories"

[tag]
other = "Tag"

[tags]
other = "Tags"

[author]
other = "Author"

[authors]
other = "Authors"

# Post

[byAuthor]
other = "By"

[onDate]
other = "on"

[translations]
other = "Available in:"

[readMore]
other = "Read more"

# Share

[shareOnFacebook]
other = "Share on Facebook"

[shareOnTwitter]
other = "Share on Twitter"

[shareOnLinkedIn]
other = "Share on LinkedIn"