From a7aca6c0abfd905669004c1e4f7c8328060df27e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 19 Sep 2021 10:56:38 +0200 Subject: Improved feed action filters (#3303) * Re-order some feed options * Option to auto mark as read existing titles * Option to keep at max n unread articles per feed --- app/i18n/ja/conf.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/ja/conf.php') diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php index 81c85d2a7..244f9b87a 100644 --- a/app/i18n/ja/conf.php +++ b/app/i18n/ja/conf.php @@ -127,9 +127,11 @@ return array( 'read' => array( 'article_open_on_website' => '記事を元のwebサイトで開いたとき', 'article_viewed' => '記事を読んだとき', + 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation 'scroll' => 'スクロールしているとき', 'upon_reception' => '記事を受け取ったとき', 'when' => '記事を既読にする…', + 'when_same_title' => 'if an identical title already exists in the top n newest articles', // TODO - Translation ), 'show' => array( '_' => '記事を表示する', -- cgit v1.2.3