From a766ebfb68298cfd2a268d87443c5e2586e93243 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 19 Oct 2024 19:24:29 +0200 Subject: Prepare options for category-level filter actions (#6920) * Prepare options for category-level filter actions Slightly move some options and add some help messages Contributes to https://github.com/FreshRSS/FreshRSS/issues/6866 Prepare https://github.com/FreshRSS/FreshRSS/issues/6143 * Remove redudant help Text changed by https://github.com/FreshRSS/FreshRSS/pull/6922 to be more precise --- app/i18n/zh-cn/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/zh-cn') diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php index 891031f6f..a39024ffb 100644 --- a/app/i18n/zh-cn/conf.php +++ b/app/i18n/zh-cn/conf.php @@ -173,6 +173,7 @@ return array( '_' => '阅读', 'after_onread' => '“全部标记为已读”后', 'always_show_favorites' => '默认显示收藏夹中所有的文章', + 'apply_to_individual_feed' => 'Applies to feeds individually', // TODO 'article' => array( 'authors_date' => array( '_' => '作者和日期', -- cgit v1.2.3