summaryrefslogtreecommitdiff
path: root/app/Locale/zh_CN
diff options
context:
space:
mode:
authorphecho <phecho@163.com>2016-12-21 10:47:52 +0800
committerphecho <phecho@163.com>2016-12-21 10:47:52 +0800
commit17589a95795a7d181d2234aaef3ca17095a6a943 (patch)
treebcd9c7d17c6e4df8dec518d82ed802b98fbc29bd /app/Locale/zh_CN
parenta4f258b26c9d7a04ec8f3775f1028e647f179f7d (diff)
Added pagination details showing
Diffstat (limited to 'app/Locale/zh_CN')
-rw-r--r--app/Locale/zh_CN/translations.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index bbe7df5b..8153a78a 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -1288,4 +1288,5 @@ return array(
// 'Your personal API access token is "%s"' => '',
// 'Remove your token' => '',
// 'Generate a new token' => '',
+ 'Showing %d-%d of %d' => '本页显示 %d-%d 条,共有: %d 条',
);