mirror of https://github.com/luizdepra/hugo-coder.git

Felix
07.24.2021 faef9bf0d6fe636ee8c060229740bd1f8573d1fe
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
60
61
62
63
[category]
other = "分类"
 
[categories]
other = "分类"
 
[tag]
other = "标签"
 
[tags]
other = "标签"
 
[series]
other = "系列"
 
[author]
other = "作者"
 
[authors]
other = "作者"
 
[posts]
other = "文章"
 
[reading_time]
one = "阅读时间:1 分钟"
other = "阅读时间:{{ .Count }} 分钟"
 
[page_not_found]
other = "找不到页面"
 
[page_does_not_exist]
other = "此页面不存在"
 
[head_back]
other = "返回 <a href=\"{{ . }}\">首页</a>."
 
[powered_by]
other = "技术支持"
 
[see_also]
other = "参见"
 
[note]
other = "注释"
 
[tip]
other = "提示"
 
[example]
other = "例子"
 
[question]
other = "问题"
 
[info]
other = "信息"
 
[warning]
other = "警告"
 
[error]
other = "错误"