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/zh-cn/sub.php | |
| 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/zh-cn/sub.php')
| -rw-r--r-- | app/i18n/zh-cn/sub.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index 68a1fc5be..58ecabf79 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -111,6 +111,11 @@ return array( 'add' => '添加订阅源或分类', 'import_export' => '导入/导出', 'label_management' => '标签管理', + 'stats' => array( + 'idle' => '长期无更新订阅源', + 'main' => '主要统计', + 'repartition' => '文章分布', + ), 'subscription_management' => '订阅管理', 'subscription_tools' => '订阅工具', ), |
