feat(subscribe): Add subscription credits

This commit is contained in:
web@ppanel
2024-12-31 20:16:14 +07:00
parent 701cdee6de
commit 5bc7905a52
93 changed files with 1224 additions and 1098 deletions
+1
View File
@@ -12,6 +12,7 @@
"manualImportMessage": "This app does not support activation. Please import manually. The subscription address has been copied.",
"mySubscriptions": "My Subscriptions",
"nextResetDays": "Next Reset in Days",
"noLimit": "No Limit",
"prompt": "Prompt",
"purchaseSubscription": "Purchase Subscription",
"qrCode": "QR Code",
-21
View File
@@ -1,18 +1,7 @@
{
"Day": "Day",
"Hour": "Hour",
"Minute": "Minute",
"Month": "Month",
"Year": "Year",
"balanceRecharge": "Balance Recharge",
"buyNow": "Buy Now",
"buySubscription": "Buy Subscription",
"cancel": "Cancel",
"createdAt": "Created At",
"description": "One-click recharge, easy to handle",
"detail": "Detail",
"enterAmount": "Enter recharge amount",
"enterCoupon": "Enter Coupon Code",
"goToPayment": "Go to Payment",
"methods": {
"alipay_f2f": "Alipay (Face to Face)",
@@ -31,16 +20,6 @@
"paymentMethod": "Payment Method",
"paymentSuccess": "Payment Success",
"productList": "Product List",
"purchaseDuration": "Purchase Duration",
"recharge": "Recharge",
"rechargeAmount": "Recharge Amount",
"rechargeNow": "Recharge Now",
"renew": "Renew",
"renewSubscription": "Renew Subscription",
"resetPrice": "Reset Price",
"resetTraffic": "Reset Traffic",
"resetTrafficDescription": "Reset traffic for the current month only",
"resetTrafficTitle": "Reset Traffic",
"scanToPay": "Scan to Pay",
"status": {
"0": "Status",
+22 -1
View File
@@ -3,8 +3,10 @@
"Hour": "Hour",
"Minute": "Minute",
"Month": "Month",
"NoLimit": "No Limit",
"Year": "Year",
"all": "All",
"balanceRecharge": "Balance Recharge",
"billing": {
"billingTitle": "Product Billing",
"couponDiscount": "Coupon Discount",
@@ -15,13 +17,18 @@
"total": "Total"
},
"buy": "Buy",
"buyNow": "Buy Now",
"buySubscription": "Buy Subscription",
"category": "Category",
"coupon": "Coupon",
"detail": {
"availableTraffic": "Available Traffic",
"connectedDevices": "Connected Devices",
"connectionSpeed": "Connection Speed",
"productDetail": "Product Details"
},
"enterAmount": "Enter recharge amount",
"enterCoupon": "Enter Coupon Code",
"methods": {
"alipay_f2f": "Alipay (Face to Face)",
"balance": "Balance",
@@ -29,6 +36,20 @@
"stripe_alipay": "Stripe (Alipay)",
"stripe_wechat_pay": "Stripe (WeChat)"
},
"paymentMethod": "Payment Method",
"productDescription": "Product Description",
"products": "Products"
"products": "Products",
"purchaseDuration": "Purchase Duration",
"recharge": "Recharge",
"rechargeAmount": "Recharge Amount",
"rechargeDescription": "One-click recharge, easy to handle",
"rechargeNow": "Recharge Now",
"renew": "Renew",
"renewSubscription": "Renew Subscription",
"resetPrice": "Reset Price",
"resetTraffic": "Reset Traffic",
"resetTrafficDescription": "Reset traffic for the current month only",
"resetTrafficTitle": "Reset Traffic",
"selectSubscription": "Select Subscription",
"subscriptionDiscount": "Subscription Discount"
}