aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authoralicewish <anywaywillgo@gmail.com>2017-12-20 21:33:05 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-12-20 21:33:05 +0800
commit5ec874d64e1fe31278acde1b1444b26620a0fbc8 (patch)
treebda6321c4d3e9b94113ac829bfbe536abbe18762 /data
parent1bb6eea8a84cbf67a7396abb63223f6a719aad60 (diff)
feat: add LiveRe and busuanzi (#17)
* LiveRe: commenting system * busuanzi: count web traffic
Diffstat (limited to 'data')
-rw-r--r--data/even/default.toml5
-rw-r--r--data/even/en.toml5
-rw-r--r--data/even/zh-CN.toml5
3 files changed, 15 insertions, 0 deletions
diff --git a/data/even/default.toml b/data/even/default.toml
index ebbb7b6..e87bd7c 100644
--- a/data/even/default.toml
+++ b/data/even/default.toml
@@ -40,3 +40,8 @@ categories = "分类"
[counter.categories]
zero = "暂无分类"
other = "共计 %d 个分类"
+
+[traffic]
+ siteUV = "本站总访客数 %s 人"
+ sitePV = "本站总访问量 %s 次"
+ pagePV = "%s 次阅读"
diff --git a/data/even/en.toml b/data/even/en.toml
index 742649e..09cb578 100644
--- a/data/even/en.toml
+++ b/data/even/en.toml
@@ -40,3 +40,8 @@ categories = "Categories"
[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
index ebbb7b6..e87bd7c 100644
--- a/data/even/zh-CN.toml
+++ b/data/even/zh-CN.toml
@@ -40,3 +40,8 @@ categories = "分类"
[counter.categories]
zero = "暂无分类"
other = "共计 %d 个分类"
+
+[traffic]
+ siteUV = "本站总访客数 %s 人"
+ sitePV = "本站总访问量 %s 次"
+ pagePV = "%s 次阅读"