✨ 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,47 @@
|
||||
{
|
||||
"amount": "金额",
|
||||
"cancel": "取消",
|
||||
"code": "优惠码",
|
||||
"confirm": "确认",
|
||||
"confirmDelete": "确定要删除吗?",
|
||||
"count": "数量",
|
||||
"create": "创建",
|
||||
"createCoupon": "创建优惠券",
|
||||
"createSuccess": "创建成功",
|
||||
"delete": "删除",
|
||||
"deleteSuccess": "删除成功",
|
||||
"deleteWarning": "删除后数据无法恢复,请谨慎操作。",
|
||||
"discount": "折扣",
|
||||
"edit": "编辑",
|
||||
"editCoupon": "编辑优惠券",
|
||||
"enable": "启用",
|
||||
"form": {
|
||||
"amountDiscount": "金额折扣",
|
||||
"cancel": "取消",
|
||||
"confirm": "确认",
|
||||
"count": "最大使用次数",
|
||||
"countPlaceholder": "最大使用次数(留空不限制)",
|
||||
"customCouponCode": "自定义优惠码",
|
||||
"customCouponCodePlaceholder": "自定义优惠码(留空自动生成)",
|
||||
"enterCouponName": "输入优惠券名称",
|
||||
"enterValue": "输入值",
|
||||
"expireTime": "过期时间",
|
||||
"name": "名称",
|
||||
"percentageDiscount": "百分比折扣",
|
||||
"selectServer": "选择订阅",
|
||||
"specifiedServer": "指定订阅",
|
||||
"startTime": "开始时间",
|
||||
"type": "优惠券类型",
|
||||
"userLimit": "每用户最大使用次数",
|
||||
"userLimitPlaceholder": "每用户最大使用次数(留空不限制)"
|
||||
},
|
||||
"name": "名称",
|
||||
"percentage": "百分比",
|
||||
"remainingTimes": "剩余次数",
|
||||
"subscribe": "订阅",
|
||||
"type": "类型",
|
||||
"unlimited": "无限制",
|
||||
"updateSuccess": "更新成功",
|
||||
"usedTimes": "使用次数",
|
||||
"validityPeriod": "有效期"
|
||||
}
|
||||
Reference in New Issue
Block a user