Add 'themes/hermit/' from commit '56843f347a642324970ba30d58f23c64e037bb7c'
git-subtree-dir: themes/hermit
git-subtree-mainline: 7844fa5501c271b1b2b5ece2cb19f3202cd6e5ad
git-subtree-split: 56843f347a
39 lines
536 B
TOML
39 lines
536 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
|
|
#
|
|
[seeAlso]
|
|
other = "相关推荐"
|
|
|
|
[wordCount]
|
|
other = "{{ .WordCount }} 字"
|
|
|
|
[tableOfContents]
|
|
other = "目录"
|
|
|
|
[newer]
|
|
other = "新"
|
|
|
|
[older]
|
|
other = "旧"
|
|
|
|
# partials/header.html
|
|
#
|
|
[menu]
|
|
other = "菜单"
|
|
|
|
[featuredImage]
|
|
other = "特色图片"
|