Allow to disable notifications

This commit is contained in:
Sokratis
2024-02-23 15:29:11 +01:00
committed by GitHub
parent d2671b0276
commit 91e53a48e4
19 changed files with 79 additions and 9 deletions
+2
View File
@@ -36,6 +36,7 @@ $i18n = [
'last_added' => "创建时间",
'price' => "价格",
'next_payment' => "下次支付时间",
'inactive' => "禁用订阅",
'member' => "成员",
'category' => "分类",
'payment_method' => "支付方式",
@@ -75,6 +76,7 @@ $i18n = [
// 统计页面
'general_statistics' => "总体统计",
'active_subscriptions' => "活跃订阅",
'inactive_subscriptions' => "非活动订阅",
'monthly_cost' => "月费用",
'yearly_cost' => "年费用",
'average_monthly' => "平均每月订阅费用",