From e5e9a417daa3d2c21f67b5e9f857299a34f112ad Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 12 Sep 2021 11:50:00 +0200 Subject: Menu: move stats into subscription management (#3803) * add stats menu into subscription management menu * delete stats menu entry from dropdown menu * Delete aside_stats.phtml * Update aside_subscription.phtml --- app/i18n/kr/admin.php | 5 ----- app/i18n/kr/sub.php | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'app/i18n/kr') diff --git a/app/i18n/kr/admin.php b/app/i18n/kr/admin.php index c40d1a4bd..497a50ecd 100644 --- a/app/i18n/kr/admin.php +++ b/app/i18n/kr/admin.php @@ -135,11 +135,6 @@ return array( 'idle' => '유휴 피드', 'main' => '주요 통계', 'main_stream' => '메인 스트림', - 'menu' => array( - 'idle' => '유휴 피드', - 'main' => '주요 통계', - 'repartition' => '글 분류', - ), 'no_idle' => '유휴 피드가 없습니다!', 'number_entries' => '%d 개의 글', 'percent_of_total' => '전체에서의 비율 (%%)', diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php index 6f6558c4e..21fcf782a 100644 --- a/app/i18n/kr/sub.php +++ b/app/i18n/kr/sub.php @@ -111,6 +111,11 @@ return array( 'add' => 'Add a feed or category', // TODO - Translation 'import_export' => '불러오기 / 내보내기', 'label_management' => 'Label management', // TODO - Translation + 'stats' => array( + 'idle' => '유휴 피드', + 'main' => '주요 통계', + 'repartition' => '글 분류', + ), 'subscription_management' => '구독 관리', 'subscription_tools' => '구독 도구', ), -- cgit v1.2.3