aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale/translations/zh_CN.json
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-11-17 17:54:42 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2019-11-17 18:04:14 -0800
commit15fe9c20df7eaab4c1e10461f1a9965eeaf85f0f (patch)
tree54275eb56eea8adcbe2436e30bc352d0bc3bcba8 /locale/translations/zh_CN.json
parent789ad8257a84dfaa973ffa5e547cd419d933253d (diff)
Show the number of read and unread entries for each feed
Diffstat (limited to 'locale/translations/zh_CN.json')
-rw-r--r--locale/translations/zh_CN.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/translations/zh_CN.json b/locale/translations/zh_CN.json
index 99c74b5..8748695 100644
--- a/locale/translations/zh_CN.json
+++ b/locale/translations/zh_CN.json
@@ -80,7 +80,8 @@
"page.edit_user.title": "编辑用户 : %s",
"page.feeds.title": "源",
"page.feeds.last_check": "最后检查时间:",
- "page.feeds.unread": "未读:",
+ "page.feeds.unread_counter": "未读条目数",
+ "page.feeds.read_counter": "读取条目数",
"page.feeds.error_count": [
"%d 错误"
],