forked from nodejh/hugo-theme-mini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh.yaml
50 lines (35 loc) · 765 Bytes
/
zh.yaml
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
home:
other: 首页
archive:
other: 归档
tags:
other: 标签
subscribe:
other: 订阅
about:
other: 关于
404title:
other: "404"
404subtitle:
other: 页面不存在
readMore:
other: 更多内容
minuteRead:
other: "{{ .ReadingTime }}分钟"
publishDate:
other: '{{ .PublishDate.Format "2006/01/02" }}'
publishDateFull:
other: '{{ .PublishDate.Format "2006年01月02日" }}'
wordCount:
one: "{{ .WordCount }}字"
other: "{{ .WordCount }}字"
postsNewer:
other: 下一页
postsOlder:
other: 上一页
poweredBy:
other: >-
Powered by <a href='http://www.gohugo.io/'>Hugo</a> Theme By <a
href='https://github.com/nodejh/hugo-theme-mini'>nodejh</a>
publishDateShort:
other: '{{ .PublishDate.Format "01/02" }}'