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

zh-hans.toml « i18n - github.com/Track3/hermit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 605cd6bedb41ea38280e7ce78d5127366f983147 (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
# Translations for Simplified Chinese - 简体中文
# https://gohugo.io/content-management/multilingual/#translation-of-strings

# 404.html
#
[notFound]
other = "糟糕,您要访问的页面不存在……"

[home]
other = "主页"

[archives]
other = "归档"

# posts/single.html
#
[wordCount]
other = "{{ .WordCount }} 字"

[newer]
other = "新"

[older]
other = "旧"