diff options
Diffstat (limited to 'data/even')
-rw-r--r-- | data/even/default.toml | 37 | ||||
-rw-r--r-- | data/even/en.toml | 37 | ||||
-rw-r--r-- | data/even/zh-CN.toml | 37 |
3 files changed, 111 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 个分类" diff --git a/data/even/en.toml b/data/even/en.toml new file mode 100644 index 0000000..45e0a30 --- /dev/null +++ b/data/even/en.toml @@ -0,0 +1,37 @@ +archive = "Archive" +tags = "Tags" +categories = "Categories" + +[footer] + powered = "Powered by %s" + theme = "Theme" + +[posts] + prev = "Prev" + next = "Next" + prev_post = "Prev" + next_post = "Next" + toc = "Contents" + readmore = "Read more.." + reward = "Reward" + seeMarkDown = "The Markdown version »" + +[copyright] + author = "Author" + link = "Link" + lastMod = "LastMod" + markdown = "Markdown" + lincese = "Lincese" + +[counter] + [archives] + zero = "No Posts" + other = "%d Posts In Total" + + [tagcloud] + zero = "No tags" + other = "%d Tags In Total" + + [categories] + zero = "No Categories" + other = "%d Categories In Total" diff --git a/data/even/zh-CN.toml b/data/even/zh-CN.toml new file mode 100644 index 0000000..c759e3b --- /dev/null +++ b/data/even/zh-CN.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 个分类" |