diff options
| author | 2021-09-12 11:50:00 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:50:00 +0200 | |
| commit | e5e9a417daa3d2c21f67b5e9f857299a34f112ad (patch) | |
| tree | b107c2ed19ae273066103e9698898fa1f599139a /app/i18n/kr | |
| parent | fe295f50d031ca6475e21a0ae317cf1c71a68347 (diff) | |
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
Diffstat (limited to 'app/i18n/kr')
| -rw-r--r-- | app/i18n/kr/admin.php | 5 | ||||
| -rw-r--r-- | app/i18n/kr/sub.php | 5 |
2 files changed, 5 insertions, 5 deletions
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' => '구독 도구', ), |
