mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
feat: support disabled daily subscription status in cabinet UI
- Show SubscriptionCardExpired for disabled daily subscriptions - Use togglePause() API for resume instead of renewSubscription() - Add "Suspended" status badge and balance query invalidation - Add dashboard.suspended and subscription.pause.suspended translations (ru, en, zh, fa)
This commit is contained in:
@@ -219,7 +219,27 @@
|
||||
"noActiveSubscription": "无有效订阅",
|
||||
"devicesUsed": "设备:{{used}} / {{total}}",
|
||||
"trafficUsed": "流量:{{used}} / {{total}} GB",
|
||||
"unlimitedTraffic": "无限流量"
|
||||
"unlimitedTraffic": "无限流量",
|
||||
"expired": {
|
||||
"title": "订阅已过期",
|
||||
"trialTitle": "试用已过期",
|
||||
"trialSubtitle": "试用期已结束",
|
||||
"paidSubtitle": "订阅已到期",
|
||||
"renew": "续订",
|
||||
"quickRenew": "快速续订",
|
||||
"insufficientFunds": "余额不足",
|
||||
"renewError": "续订失败,请重试",
|
||||
"topUp": "充值",
|
||||
"balance": "余额",
|
||||
"tariffs": "套餐",
|
||||
"traffic": "流量",
|
||||
"devices": "设备",
|
||||
"expiredDate": "过期时间"
|
||||
},
|
||||
"suspended": {
|
||||
"title": "订阅已暂停",
|
||||
"resume": "恢复"
|
||||
}
|
||||
},
|
||||
"subscription": {
|
||||
"title": "订阅",
|
||||
@@ -428,6 +448,7 @@
|
||||
"nextCharge": "距下次扣费",
|
||||
"pauseBtn": "暂停",
|
||||
"paused": "已暂停",
|
||||
"suspended": "已暂停(余额不足)",
|
||||
"pausedDescription": "扣费已停止。订阅有效期至",
|
||||
"pausedInfo": "订阅已暂停",
|
||||
"resumeBtn": "恢复",
|
||||
|
||||
Reference in New Issue
Block a user