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

zh.toml « i18n - github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ea4a63dc5777decce40a6fe80676ceaf5306274 (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
[blogAlias]
other = "的博客"

[home]
other = "首页"

[backToHome]
other = "返回首页"

[flip]
other = "翻转!"

[archives]
other = "归档"

[allTags]
other = "所有标签"

[tag]
one = "1 标签"
other = "{{ .Count }} 标签"

[allCategories]
other = "所有分类"

[category]
one = "1 分类"
other = "{{ .Count }} 分类"

[article]
one = "1篇文章"
other = "{{ .Count }}篇文章"

[socialLinks]
other = "社交链接"

[minuteRead]
other = " 分钟阅读"

[updateAt]
other = "更新于"

[noTag]
other = "暂无标签"

[prevPage]
other = "上一页"

[nextPage]
other = "下一页"

[saveAsImage]
other = "保存为图片"

[search]
other = "搜索"