web 2ce0572283 feat: add new payment icons for Alipay and WeChat Pay, update asset paths
- Added SVG icons for Alipay and WeChat Pay in the payment assets directory.
- Updated paths for Lottie animations in various components to use relative paths.
- Changed QR code image sources in payment-related components to point to the new asset paths.
- Adjusted i18n configuration to load translation files from the updated assets directory.
2025-11-29 20:03:41 -08:00

41 lines
1008 B
JSON

{
"balanceRecharge": "Balance Recharge",
"cancel": "Cancel",
"createdAt": "Created At",
"detail": "Detail",
"goToPayment": "Go to Payment",
"name": "Product Name",
"orderClosed": "Order Closed",
"orderList": "Order List",
"orderNo": "Order No",
"orderNumber": "Order Number",
"payment": "Payment",
"paymentAmount": "Amount",
"paymentMethod": "Payment Method",
"paymentSuccess": "Payment Successful",
"productList": "Product List",
"rechargeAmount": "Recharge Amount",
"resetPrice": "Reset Price",
"resetTraffic": "Reset Traffic",
"scanToPay": "Scan to Pay",
"status": {
"0": "Status",
"1": "Pending",
"2": "Paid",
"3": "Cancelled",
"4": "Closed",
"5": "Completed"
},
"subscribeNow": "Subscribe Now",
"timeExpired": "Time Expired",
"type": {
"0": "Type",
"1": "New Purchase",
"2": "Renewal",
"3": "Reset Traffic",
"4": "Recharge"
},
"viewDocument": "View Document",
"waitingForPayment": "Waiting for Payment"
}