✨ 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,39 @@
|
||||
{
|
||||
"cancel": "取消",
|
||||
"confirm": "确认",
|
||||
"confirmDelete": "确认删除",
|
||||
"create": "创建",
|
||||
"createAds": "创建广告",
|
||||
"createSuccess": "创建成功",
|
||||
"delete": "删除",
|
||||
"deleteSuccess": "删除成功",
|
||||
"deleteWarning": "确定要删除此广告吗?此操作无法撤销。",
|
||||
"disabled": "已禁用",
|
||||
"edit": "编辑",
|
||||
"editAds": "编辑广告",
|
||||
"enabled": "已启用",
|
||||
"form": {
|
||||
"cancel": "取消",
|
||||
"confirm": "确认",
|
||||
"content": "内容",
|
||||
"description": "描述",
|
||||
"endTime": "结束时间",
|
||||
"enterDescription": "输入描述",
|
||||
"enterEndTime": "选择结束时间",
|
||||
"enterStartTime": "选择开始时间",
|
||||
"enterTargetUrl": "输入目标链接",
|
||||
"enterTitle": "输入标题",
|
||||
"startTime": "开始时间",
|
||||
"targetUrl": "目标链接",
|
||||
"title": "标题",
|
||||
"type": "类型",
|
||||
"typeImage": "图片",
|
||||
"typeVideo": "视频"
|
||||
},
|
||||
"status": "状态",
|
||||
"targetUrl": "目标链接",
|
||||
"title": "标题",
|
||||
"type": "类型",
|
||||
"updateSuccess": "更新成功",
|
||||
"validityPeriod": "有效期"
|
||||
}
|
||||
Reference in New Issue
Block a user