diff options
Diffstat (limited to 'app/i18n/zh-cn/conf.php')
| -rw-r--r-- | app/i18n/zh-cn/conf.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php index 296949f72..0256e010a 100644 --- a/app/i18n/zh-cn/conf.php +++ b/app/i18n/zh-cn/conf.php @@ -149,6 +149,10 @@ return array( 'image_url' => 'Image URL', // TODO 'name' => '名称', 'no_filter' => '无过滤器', + 'no_queries' => array( + '_' => 'No user queries are saved yet.', // TODO + 'help' => 'See <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation</a>', // TODO + ), 'number' => '查询 n°%d', 'order_asc' => '由旧至新显示文章', 'order_desc' => '由新至旧显示文章', |
