From 5eba322cbd24191e05304df08c80af846977d99b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 14 Oct 2025 11:05:17 +0200 Subject: New stats overview of dates with most unread articles (#8089) New view with direct links to dates with most unread articles: image --- app/i18n/uk/admin.php | 4 ++++ app/i18n/uk/sub.php | 1 + 2 files changed, 5 insertions(+) (limited to 'app/i18n/uk') diff --git a/app/i18n/uk/admin.php b/app/i18n/uk/admin.php index 71c2cdd2b..7126d901c 100644 --- a/app/i18n/uk/admin.php +++ b/app/i18n/uk/admin.php @@ -134,6 +134,8 @@ return array( '_' => 'Статистика', 'all_feeds' => 'Всі стрічки', 'category' => 'Категорія', + 'date_published' => 'Publication date', // TODO + 'date_received' => 'Received date', // TODO 'entry_count' => 'Кількість статей', 'entry_per_category' => 'Статей у категорії', 'entry_per_day' => 'Статей за день (минулі 30 днів)', @@ -146,6 +148,7 @@ return array( 'idle' => 'Неактивні стрічки', 'main' => 'Основна статистика', 'main_stream' => 'Головний потік', + 'nb_unreads' => 'Number of unread articles', // TODO 'no_idle' => 'Неактивних стрічок нема!', 'number_entries' => 'Статей: %d', 'overview' => 'Огляд', @@ -157,6 +160,7 @@ return array( 'status_unread' => 'Непрочитано', 'title' => 'Статистика', 'top_feed' => 'Десять найактивніших стрічок', + 'unread_dates' => 'Dates with most unread articles', // TODO ), 'system' => array( '_' => 'Налаштування системи', diff --git a/app/i18n/uk/sub.php b/app/i18n/uk/sub.php index e7d2769d0..547593a92 100644 --- a/app/i18n/uk/sub.php +++ b/app/i18n/uk/sub.php @@ -282,6 +282,7 @@ return array( 'idle' => 'Неактивні стрічки', 'main' => 'Основна статистика', 'repartition' => 'Перерозподіл статей', + 'unread_dates' => 'Unread dates', // TODO ), 'subscription_management' => 'Керування підписками', 'subscription_tools' => 'Засоби підписки', -- cgit v1.2.3