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

28 lines
595 B
JSON

{
"stripe": {
"card": {
"loading": "正在加载 Stripe..."
},
"card_name": "",
"card_number": "",
"element_error": "",
"error": "发生错误",
"expiry_date": "",
"loading": "",
"name_placeholder": "",
"name_required": "",
"pay_button": "",
"payment_failed": "",
"processing": "",
"processing_button": "",
"qrcode": {
"alipay": "使用支付宝扫码支付",
"wechat_pay": "使用微信扫码支付"
},
"secure_notice": "",
"security_code": "",
"success_message": "",
"success_title": ""
}
}