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

en.toml « i18n - github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b2fe8624a34129820a4abbd876d36ee596ad79c4 (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
[sidebarToc]
    other = "TOC"

[sidebarPages]
    other = "Pages"

[sidebarTags]
    other = "Tags"

[sidebarLinks]
    other = "Links"

[sidebarBangumiChart]
    other = "Bangumi"

[footerPoweredFront]
    other = "Powered by "

[footerPoweredEnd]
    other = " "

[postMetaNoTag]
    other = "No tag"

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

[postMetaReadingTime]
    one = "{{.Count}} minute"
    other = "{{.Count}} minutes"

[postCopyrightFront]
    other = "Unless otherwise noted, the content of this site is licensed under "

[postCopyrightEnd]
    other = "."

[postComment]
    other = "Load comments"

[archivesTotalPages]
    other = "Total posts: "

[tagsCurrentTag]
    other = "Posts with the tag {{ .Title }}: "

[searchSuccess]
    other = "[NUM] results ([TIME] ms)"

[searchNotFound]
    other = "Results not found"

[searchFailed]
    other = "Failed to load index file"