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

zh-cn.yaml « i18n - github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 309fcb9feeb32382f1f78af4c1900924f5afbba4 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
## GLOBAL ##
- id: "global.home"
  translation: "首页"

- id: "global.categories"
  translation: "分类"

- id: "global.category"
  translation: "分类"

- id: "global.tags"
  translation: "标签"

- id: "global.tag"
  translation: "标签"

- id: "global.archives"
  translation: "归档"

- id: "global.search"
  translation: "搜索"

- id: "global.about"
  translation: "关于"

- id: "global.author_picture"
  translation: "作者的图片"

- id: "global.share_on"
  translation: "分享到 %s"

- id: "global.mail"
  translation: "邮箱"

- id: "global.rss"
  translation: "RSS"

- id: "global.search_category"
  translation: "搜索分类"

- id: "global.search_tag"
  translation: "搜索标签"

- id: "global.search_date"
  translation: "搜索日期 (YYYY/MM/DD)"

- id: "global.read_more_about_author"
  translation: "阅读有关作者的更多信息"

- id: "global.zoom_in_on_picture"
  translation: "放大图片"

- id: "global.go_to_homepage"
  translation: "去首页"

- id: "global.open_link"
  translation: "打开链接"

- id: "global.open_post"
  translation: "打开帖子"

## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
  translation: "没有找到文章"

- id: "global.posts_found.one"
  translation: "找到 1 篇文章"

- id: "global.posts_found.other"
  translation: "找到 {n} 篇文章"

## GLOBAL.CATEGORIES_FOUND ##
- id: "global.categories_found.zero"
  translation: "没有找到分类"

- id: "global.categories_found.one"
  translation: "找到 1 个分类"

- id: "global.categories_found.other"
  translation: "找到 {n} 个分类"

## GLOBAL.TAGS_FOUND ##
- id: "global.tags_found.zero"
  translation: "没有找到标签"

- id: "global.tags_found.one"
  translation: "找到 1 个标签"

- id: "global.tags_found.other"
  translation: "找到 {n} 个标签"

## PAGINATION ##
- id: "pagination.page"
  translation: "第 {{ .Paginator.PageNumber }} 页"

- id: "pagination.of"
  translation: "共 {{ .Paginator.TotalPages }} 页"

- id: "pagination.newer_posts"
  translation: "上一页"

- id: "pagination.older_posts"
  translation: "下一页"

- id: "pagination.previous"
  translation: "上一篇"

- id: "pagination.next"
  translation: "下一篇"

## POST ##
- id: "post.no_title"
  translation: "无标题"

- id: "post.categorized_in"
  translation: "发布在"

- id: "post.tagged_in"
  translation: "标签"

- id: "post.toc"
  translation: "目录"

- id: "post.read_more"
  translation: "阅读全文"

- id: "post.go_to_website"
  translation: "转到"

- id: "post.comment_and_share"
  translation: "注释和共享"

- id: "post.comment"
  translation: "发表评论"

- id: "post.back_to_top"
  translation: "回到顶部"

- id: "post.share"
  translation: "分享这个帖子"

- id: "post.gallery"
  translation: "画廊"

## POST.IMAGE ##

- id: "post.image.one"
  translation: "图片"

- id: "post.image.other"
  translation: "{n} 图片"

## FOOTER ##
- id: "footer.all_rights_reserved"
  translation: "All Rights Reserved"

## DATE ##
- id: "date.month.january"
  translation: "一月"

- id: "date.month.february"
  translation: "二月"

- id: "date.month.march"
  translation: "三月"

- id: "date.month.april"
  translation: "四月"

- id: "date.month.may"
  translation: "五月"

- id: "date.month.june"
  translation: "六月"

- id: "date.month.july"
  translation: "七月"

- id: "date.month.august"
  translation: "八月"

- id: "date.month.september"
  translation: "九月"

- id: "date.month.october"
  translation: "十月"

- id: "date.month.november"
  translation: "十一月"

- id: "date.month.december"
  translation: "十二月"