LoveIt/i18n/zh.toml
2020-02-14 22:18:22 +08:00

116 lines
1.6 KiB
TOML

# Translations for Simplified Chinese
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# === Post ===
[posts]
other = "文章"
# === Post ===
# === Taxonomy ===
[all]
other = "所有"
[tag]
other = "标签"
[tags]
other = "标签"
[category]
other = "分类"
[categories]
other = "分类"
# === Taxonomy ===
# === Pagination ===
[more]
other = "更多"
# === Pagination ===
# === partials/header.html ===
[switchTheme]
other = "切换主题"
# === partials/header.html ===
# === partials/comment.html ===
[valineLang]
other = "zh-cn"
# === partials/comment.html ===
# === partials/footer.html ===
[powered]
other = "由 %s 强力驱动"
[theme]
other = "主题 - "
# === partials/footer.html ===
# === partials/post/share.html ===
[share]
other = "分享到"
# === partials/post/share.html ===
# === posts/single.html ===
[toc]
other = "目录"
[publish]
other = "发布于"
[included]
other = "收录于"
[wordCount]
other = "约 {{ .Count }} 字"
[readingTime]
other = "预计阅读 {{ .Count }} 分钟"
[pageviews]
other = "<span class=leancloud-visitors-count></span> 次阅读"
[author]
other = "作者"
[lastMod]
other = "本文于 %s 更新"
[license]
other = "采用 %s 协议发布"
[seeMarkDown]
other = "阅读原始文档"
[back]
other = "返回"
[home]
other = "主页"
[readMore]
other = "阅读全文"
[day]
other = "天"
[hour]
other = "时"
[minute]
other = "分"
[second]
other = "秒"
# === posts/single.html ===
# === 404.html ===
[pageNotFound]
other = "页面没找到"
[pageNotFoundText]
other = "抱歉,您要查找的页面不存在。"
[backToHome]
other = "回到主页"
# === 404.html ===