aboutsummaryrefslogtreecommitdiff
path: root/data/even/default.toml
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-08-27 22:38:42 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-08-27 22:38:42 +0800
commit3c6cb7f29631dfcdd954e7cbd5d2370efe7eb827 (patch)
treed374e090981dda28452dbd13400e377b9cc06277 /data/even/default.toml
🎉 first commit
Diffstat (limited to 'data/even/default.toml')
-rw-r--r--data/even/default.toml37
1 files changed, 37 insertions, 0 deletions
diff --git a/data/even/default.toml b/data/even/default.toml
new file mode 100644
index 0000000..c759e3b
--- /dev/null
+++ b/data/even/default.toml
@@ -0,0 +1,37 @@
+archive = "归档"
+tags = "标签"
+categories = "分类"
+
+[footer]
+ powered = "由 %s 强力驱动"
+ theme = "主题"
+
+[posts]
+ prev = "上一页"
+ next = "下一页"
+ prev_post = "上一篇"
+ next_post = "下一篇"
+ toc = "文章目录"
+ readmore = "阅读更多"
+ reward = "赞赏支持"
+ seeMarkDown = "查看本文 Markdown 版本 »"
+
+[copyright]
+ author = "文章作者"
+ lastMod = "上次更新"
+ link = "原始链接"
+ markdown = "原始文档"
+ lincese = "许可协议"
+
+[counter]
+ [counter.archives]
+ zero = "暂无文章"
+ other = "共计 %d 篇文章"
+
+ [counter.tagcloud]
+ zero = "暂无标签"
+ other = "共计 %d 个标签"
+
+ [counter.categories]
+ zero = "暂无分类"
+ other = "共计 %d 个分类"