diff options
Diffstat (limited to 'data/even')
| -rw-r--r-- | data/even/default.toml | 47 | ||||
| -rw-r--r-- | data/even/en.toml | 47 | ||||
| -rw-r--r-- | data/even/zh-CN.toml | 47 | 
3 files changed, 0 insertions, 141 deletions
| diff --git a/data/even/default.toml b/data/even/default.toml deleted file mode 100644 index e87bd7c..0000000 --- a/data/even/default.toml +++ /dev/null @@ -1,47 +0,0 @@ -archive = "归档" -tags = "标签" -categories = "分类" - -[footer] -  powered = "由 %s 强力驱动" -  theme = "主题" - -[posts] -  prev = "上一页" -  next = "下一页" -  prev_post = "上一篇" -  next_post = "下一篇" -  toc = "文章目录" -  readmore = "阅读更多" -  reward = "赞赏支持" -  rewardAlipay = "支付宝打赏" -  rewardWechat = "微信打赏" -  seeMarkDown = "查看本文 Markdown 版本 »" - -  [posts.header] -    wordCount = "约 %d 字" -    readingTime = "预计阅读 %d 分钟" - -[copyright] -  author = "文章作者" -  lastMod = "上次更新" -  markdown = "原始文档" -  license = "许可协议" - -[counter] -  [counter.archives] -    zero = "暂无文章" -    other = "共计 %d 篇文章" - -  [counter.tagcloud] -    zero = "暂无标签" -    other = "共计 %d 个标签" - -  [counter.categories] -    zero =  "暂无分类" -    other = "共计 %d 个分类" - -[traffic] -  siteUV = "本站总访客数 %s 人" -  sitePV = "本站总访问量 %s 次" -  pagePV = "%s 次阅读" diff --git a/data/even/en.toml b/data/even/en.toml deleted file mode 100644 index 09cb578..0000000 --- a/data/even/en.toml +++ /dev/null @@ -1,47 +0,0 @@ -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" -  rewardAlipay = "alipay" -  rewardWechat = "wechat" -  seeMarkDown = "The Markdown version »" - -  [posts.header] -    wordCount = "%d word" -    readingTime = "%d min read" - -[copyright] -  author = "Author" -  lastMod = "LastMod" -  markdown = "Markdown" -  license = "License" - -[counter] -  [counter.archives] -    zero = "No Posts" -    other = "%d Posts In Total" - -  [counter.tagcloud] -    zero = "No tags" -    other = "%d Tags In Total" - -  [counter.categories] -    zero =  "No Categories" -    other = "%d Categories In Total" - -[traffic] -  siteUV = "site uv: %s" -  sitePV = "site pv: %s" -  pagePV = "%s times read" diff --git a/data/even/zh-CN.toml b/data/even/zh-CN.toml deleted file mode 100644 index e87bd7c..0000000 --- a/data/even/zh-CN.toml +++ /dev/null @@ -1,47 +0,0 @@ -archive = "归档" -tags = "标签" -categories = "分类" - -[footer] -  powered = "由 %s 强力驱动" -  theme = "主题" - -[posts] -  prev = "上一页" -  next = "下一页" -  prev_post = "上一篇" -  next_post = "下一篇" -  toc = "文章目录" -  readmore = "阅读更多" -  reward = "赞赏支持" -  rewardAlipay = "支付宝打赏" -  rewardWechat = "微信打赏" -  seeMarkDown = "查看本文 Markdown 版本 »" - -  [posts.header] -    wordCount = "约 %d 字" -    readingTime = "预计阅读 %d 分钟" - -[copyright] -  author = "文章作者" -  lastMod = "上次更新" -  markdown = "原始文档" -  license = "许可协议" - -[counter] -  [counter.archives] -    zero = "暂无文章" -    other = "共计 %d 篇文章" - -  [counter.tagcloud] -    zero = "暂无标签" -    other = "共计 %d 个标签" - -  [counter.categories] -    zero =  "暂无分类" -    other = "共计 %d 个分类" - -[traffic] -  siteUV = "本站总访客数 %s 人" -  sitePV = "本站总访问量 %s 次" -  pagePV = "%s 次阅读" | 
