themes/hugo-coder/i18n/zh-cn.toml

bd3946c02e4b209c289e79eae128c43f874e9efe · 718 B · 63 lines raw

1 [category]
2 other = "分类"
3
4 [categories]
5 other = "分类"
6
7 [tag]
8 other = "标签"
9
10 [tags]
11 other = "标签"
12
13 [series]
14 other = "系列"
15
16 [author]
17 other = "作者"
18
19 [authors]
20 other = "作者"
21
22 [posts]
23 other = "文章"
24
25 [reading_time]
26 one = "阅读时间:1 分钟"
27 other = "阅读时间:{{ .Count }} 分钟"
28
29 [page_not_found]
30 other = "找不到页面"
31
32 [page_does_not_exist]
33 other = "此页面不存在"
34
35 [head_back]
36 other = "返回 <a href=\"{{ . }}\">首页</a>."
37
38 [powered_by]
39 other = "技术支持"
40
41 [see_also]
42 other = "参见"
43
44 [note]
45 other = "注释"
46
47 [tip]
48 other = "提示"
49
50 [example]
51 other = "例子"
52
53 [question]
54 other = "问题"
55
56 [info]
57 other = "信息"
58
59 [warning]
60 other = "警告"
61
62 [error]
63 other = "错误"