✨ 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.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"stripe": {
|
||||
"card": {
|
||||
"loading": "Loading Stripe..."
|
||||
},
|
||||
"card_name": "Cardholder Name",
|
||||
"card_number": "Card Number",
|
||||
"element_error": "Please fill in all card details",
|
||||
"error": "An error occurred",
|
||||
"expiry_date": "Expiry Date",
|
||||
"loading": "Loading Stripe...",
|
||||
"name_placeholder": "Full Name on Card",
|
||||
"name_required": "Cardholder name is required",
|
||||
"pay_button": "Pay Now",
|
||||
"payment_failed": "Payment failed",
|
||||
"processing": "Processing payment...",
|
||||
"processing_button": "Processing...",
|
||||
"qrcode": {
|
||||
"alipay": "Scan with Alipay to pay",
|
||||
"wechat_pay": "Scan with WeChat to pay"
|
||||
},
|
||||
"secure_notice": "Payments are secure and encrypted",
|
||||
"security_code": "CVC",
|
||||
"success_message": "Thank you for your purchase. Your order has been processed.",
|
||||
"success_title": "Payment Successful"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user