diff options
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 1 |
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 条', ); |