From afb6f788fa9c90817c9bd21e91993f4ddb462621 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:45:22 +0100 Subject: Improve stats page layout (#7243) * New stats box layout * repartition: table overview improved with links and icons * Show selected feed name in title * i18n string: overview * fix * fix * fix * delete unused stat in frss * Update app/i18n/fr/admin.php --------- Co-authored-by: Alexandre Alapetite --- app/i18n/zh-cn/admin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/i18n/zh-cn/admin.php') diff --git a/app/i18n/zh-cn/admin.php b/app/i18n/zh-cn/admin.php index 251c0a97a..4c107d2bb 100644 --- a/app/i18n/zh-cn/admin.php +++ b/app/i18n/zh-cn/admin.php @@ -148,8 +148,9 @@ return array( 'main_stream' => '首页', 'no_idle' => '订阅源近期皆有更新!', 'number_entries' => '%d 篇文章', + 'overview' => 'Overview', // TODO 'percent_of_total' => '%', - 'repartition' => '文章分布', + 'repartition' => '文章分布: %s', // DIRTY 'status_favorites' => '收藏', 'status_read' => '已读', 'status_total' => '总计', -- cgit v1.2.3