summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/i18n/zh-CN.yaml
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-08-03 22:26:50 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-08-03 22:26:50 +0200
commitec1341fcd178d72e1accd308d1ae314702e69c01 (patch)
tree927c5113475a982af7a4809af78a8f4b4990be62 /themes/beautifulhugo/i18n/zh-CN.yaml
parent05bc58562c52539f196ae4357afd80a23d34e812 (diff)
use new theme
Diffstat (limited to 'themes/beautifulhugo/i18n/zh-CN.yaml')
-rw-r--r--themes/beautifulhugo/i18n/zh-CN.yaml74
1 files changed, 74 insertions, 0 deletions
diff --git a/themes/beautifulhugo/i18n/zh-CN.yaml b/themes/beautifulhugo/i18n/zh-CN.yaml
new file mode 100644
index 0000000..9b104c3
--- /dev/null
+++ b/themes/beautifulhugo/i18n/zh-CN.yaml
@@ -0,0 +1,74 @@
+# Content
+- id: dateFormat
+ translation: "January 2, 2006"
+- id: shortdateFormat
+ translation: "2 Jan, 2006 15:04:05"
+- id: postedOnDate
+ translation: "发表于 {{ .Count }}"
+- id: lastModified
+ translation: "(上次修改时间 {{ .Count }})"
+- id: translationsLabel
+ translation: "其它语言: "
+- id: translationsSeparator
+ translation: ", "
+- id: readMore
+ translation: "阅读全文"
+- id: olderPosts
+ translation: "下一页"
+- id: newerPosts
+ translation: "上一页"
+- id: previousPost
+ translation: "前一篇"
+- id: nextPost
+ translation: "后一篇"
+- id: readTime
+ translation: "分钟"
+- id: words
+ translation: "个字"
+
+
+# 404 page
+- id: pageNotFound
+ translation: "啊哦,这篇文章不存在。 (404 错误)"
+
+# Footer
+- id: poweredBy # Accepts HTML
+ translation: '由 <a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> 强力驱动 &nbsp;&bull;&nbsp; 主题 <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> 移植自 <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
+
+# Navigation
+- id: toggleNavigation
+ translation: "切换导航"
+- id: languageSwitcherLabel
+ translation: "语言"
+- id: gcseLabelShort
+ translation: "搜索"
+- id: gcseLabelLong
+ translation: "搜索 {{ .Site.Title }}"
+- id: gcseClose
+ translation: "关闭"
+
+# Staticman
+- id: noComment
+ translation: "没有评论"
+- id: oneComment
+ translation: "则评论"
+- id: moreComment
+ translation: "则评论"
+- id: useMarkdown
+ translation: "您可以使用Markdown语法"
+- id: yourName
+ translation: "你的名字"
+- id: yourEmail
+ translation: "您的电子邮件地址"
+- id: yourWebsite
+ translation: "你的网页"
+
+# Delayed Disqus
+- id: show
+ translation: "显示"
+- id: comments
+ translation: "则评论"
+
+# Related posts
+- id: seeAlso
+ translation: "也可以看看"