diff options
| author | 2025-10-14 11:05:17 +0200 | |
|---|---|---|
| committer | 2025-10-14 11:05:17 +0200 | |
| commit | 5eba322cbd24191e05304df08c80af846977d99b (patch) | |
| tree | 6f41386abfc77937fb042e48ca061e6dc0d2a7a5 /app/i18n/ko/admin.php | |
| parent | 20ecbeb09cdf05ca3ffd44980e9070b34c2b71ec (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/ko/admin.php')
| -rw-r--r-- | app/i18n/ko/admin.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/ko/admin.php b/app/i18n/ko/admin.php index a47465ced..8f3f4cec2 100644 --- a/app/i18n/ko/admin.php +++ b/app/i18n/ko/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' => 'Overview', // TODO @@ -157,6 +160,7 @@ return array( 'status_unread' => '읽지 않음', 'title' => '통계', 'top_feed' => '상위 10 개 피드', + 'unread_dates' => 'Dates with most unread articles', // TODO ), 'system' => array( '_' => '시스템 설정', |
