feat(subscribe): Add unsubscribe functionality with confirmation messages and localized strings

This commit is contained in:
web@ppanel
2025-01-04 20:05:00 +07:00
parent cc834caa30
commit b2a2f42e53
30 changed files with 423 additions and 131 deletions
+13 -2
View File
@@ -48,6 +48,17 @@
"renewSubscription": "Renew Subscription",
"resetPrice": "Reset Price",
"resetTraffic": "Reset Traffic",
"resetTrafficDescription": "Reset traffic for the current month only",
"resetTrafficTitle": "Reset Traffic"
"resetTrafficDescription": "Reset traffic to zero, and start a new billing cycle",
"resetTrafficTitle": "Reset Traffic",
"unsubscribe": {
"availableDeductionAmount": "Available deduction amount:",
"cancel": "Cancel",
"confirm": "Confirm",
"confirmUnsubscribe": "Confirm Unsubscribe",
"confirmUnsubscribeDescription": "Are you sure you want to unsubscribe?",
"deductionNote": "Please note: If you unsubscribe now, the remaining value of your subscription will be refunded as a deductible balance to your account, which can be used for your next subscription purchase or renewal.",
"failed": "Failed to unsubscribe. Please try again.",
"success": "You have been unsubscribed successfully.",
"unsubscribe": "Unsubscribe"
}
}