aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/admin.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-10-14 11:05:17 +0200
committerGravatar GitHub <noreply@github.com> 2025-10-14 11:05:17 +0200
commit5eba322cbd24191e05304df08c80af846977d99b (patch)
tree6f41386abfc77937fb042e48ca061e6dc0d2a7a5 /app/i18n/de/admin.php
parent20ecbeb09cdf05ca3ffd44980e9070b34c2b71ec (diff)
New stats overview of dates with most unread articles (#8089)
New view with direct links to dates with most unread articles: <img width="734" height="581" alt="image" src="https://github.com/user-attachments/assets/159a39b3-3a06-4ae9-9cc0-62ae36d9db9c" />
Diffstat (limited to 'app/i18n/de/admin.php')
-rw-r--r--app/i18n/de/admin.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php
index 7d398f034..a9ec4fd7f 100644
--- a/app/i18n/de/admin.php
+++ b/app/i18n/de/admin.php
@@ -134,6 +134,8 @@ return array(
'_' => 'Statistiken',
'all_feeds' => 'Alle Feeds',
'category' => 'Kategorie',
+ 'date_published' => 'Publication date', // TODO
+ 'date_received' => 'Received date', // TODO
'entry_count' => 'Anzahl der Einträge',
'entry_per_category' => 'Einträge pro Kategorie',
'entry_per_day' => 'Einträge pro Tag (letzten 30 Tage)',
@@ -146,6 +148,7 @@ return array(
'idle' => 'Inaktive Feeds',
'main' => 'Haupt-Statistiken',
'main_stream' => 'Haupt-Feeds',
+ 'nb_unreads' => 'Number of unread articles', // TODO
'no_idle' => 'Es gibt keinen inaktiven Feed!',
'number_entries' => '%d Artikel',
'overview' => 'Übersicht',
@@ -157,6 +160,7 @@ return array(
'status_unread' => 'Ungelesen',
'title' => 'Statistiken',
'top_feed' => 'Top 10-Feeds',
+ 'unread_dates' => 'Dates with most unread articles', // TODO
),
'system' => array(
'_' => 'Systemeinstellungen',