- 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.
30 lines
625 B
JSON
30 lines
625 B
JSON
{
|
|
"amount": "Amount",
|
|
"couponDiscount": "Coupon Discount",
|
|
"discount": "Discount Amount",
|
|
"feeAmount": "Fee Amount",
|
|
"method": "Payment Method",
|
|
"orderNumber": "Order Number",
|
|
"status": {
|
|
"0": "Status",
|
|
"1": "Pending",
|
|
"2": "Paid",
|
|
"3": "Cancelled",
|
|
"4": "Closed",
|
|
"5": "Completed"
|
|
},
|
|
"subscribe": "Subscribe",
|
|
"subscribePrice": "Subscription Price",
|
|
"total": "Total",
|
|
"tradeNo": "Transaction Number",
|
|
"type": {
|
|
"0": "Type",
|
|
"1": "New Purchase",
|
|
"2": "Renewal",
|
|
"3": "Reset Traffic",
|
|
"4": "Recharge"
|
|
},
|
|
"updateTime": "Update Time",
|
|
"user": "User"
|
|
}
|