8711c169be
* Also add Simplified Chinese translations * See #3
24 lines
376 B
TOML
24 lines
376 B
TOML
# 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 = "旧"
|