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-tw/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/zh-tw/conf.php') diff --git a/app/i18n/zh-tw/conf.php b/app/i18n/zh-tw/conf.php index 7b57c4403..d75755373 100644 --- a/app/i18n/zh-tw/conf.php +++ b/app/i18n/zh-tw/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