LoveIt/i18n/zh-CN.toml

105 lines
1.5 KiB
TOML
Raw Normal View History

2019-08-04 15:53:35 +02:00
# Translations for Simplified Chinese
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# === Post ===
[posts]
other = "文章"
# === Post ===
# === Taxonomy ===
2019-08-24 13:32:41 +02:00
[all]
other = "所有"
2019-08-04 15:53:35 +02:00
[tag]
other = "标签"
[tags]
other = "标签"
[category]
other = "分类"
[categories]
other = "分类"
# === Taxonomy ===
# === Pagination ===
2020-01-30 06:17:42 +01:00
[more]
2019-08-04 15:53:35 +02:00
other = "更多"
# === Pagination ===
2020-01-30 06:17:42 +01:00
# === partials/header.html ===
[switchTheme]
other = "切换主题"
# === partials/header.html ===
2020-02-14 15:18:22 +01:00
# === partials/comment.html ===
[valineLang]
other = "zh-cn"
2020-02-14 15:18:22 +01:00
# === partials/comment.html ===
2019-08-04 15:53:35 +02:00
# === partials/footer.html ===
[powered]
other = "由 %s 强力驱动"
[theme]
other = "主题 - "
# === partials/footer.html ===
2020-02-21 16:42:35 +01:00
# === partials/plugin/share.html ===
[share]
other = "分享到"
2020-02-21 16:42:35 +01:00
# === partials/plugin/share.html ===
2019-08-04 15:53:35 +02:00
# === posts/single.html ===
[toc]
other = "目录"
2019-08-18 19:36:52 +02:00
[publish]
other = "发布于"
[included]
other = "收录于"
2019-08-04 15:53:35 +02:00
[wordCount]
other = "约 {{ .Count }} 字"
[readingTime]
other = "预计阅读 {{ .Count }} 分钟"
2020-03-03 15:25:48 +01:00
[views]
other = "次阅读"
2019-08-04 15:53:35 +02:00
[author]
other = "作者"
[lastMod]
other = "本文于 %s 更新"
2019-08-04 15:53:35 +02:00
[license]
2019-08-19 07:26:39 +02:00
other = "采用 %s 协议发布"
[seeMarkdown]
2019-08-19 07:26:39 +02:00
other = "阅读原始文档"
2019-08-04 15:53:35 +02:00
[back]
other = "返回"
[home]
other = "主页"
2019-08-18 19:36:52 +02:00
2020-01-30 06:17:42 +01:00
[readMore]
2019-08-19 07:26:39 +02:00
other = "阅读全文"
2019-08-04 15:53:35 +02:00
# === posts/single.html ===
# === 404.html ===
[pageNotFound]
other = "页面没找到"
2020-01-31 11:46:28 +01:00
[pageNotFoundText]
other = "抱歉,您要查找的页面不存在。"
2019-08-04 15:53:35 +02:00
[backToHome]
other = "回到主页"
# === 404.html ===