✨ 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,66 @@
|
||||
{
|
||||
"column": {
|
||||
"amount": "金额",
|
||||
"balance": "余额",
|
||||
"content": "内容",
|
||||
"date": "日期",
|
||||
"download": "下载",
|
||||
"identifier": "标识符",
|
||||
"ip": "IP",
|
||||
"orderNo": "订单号",
|
||||
"platform": "平台",
|
||||
"remark": "备注",
|
||||
"server": "服务器",
|
||||
"serverId": "服务器 ID",
|
||||
"status": "状态",
|
||||
"subject": "主题",
|
||||
"subscribe": "订阅",
|
||||
"subscribeId": "订阅 ID",
|
||||
"success": "成功",
|
||||
"time": "时间",
|
||||
"to": "收件人",
|
||||
"total": "总计",
|
||||
"type": "类型",
|
||||
"upload": "上传",
|
||||
"user": "用户",
|
||||
"userAgent": "用户代理",
|
||||
"userId": "用户 ID"
|
||||
},
|
||||
"detail": "详情",
|
||||
"failed": "失败",
|
||||
"sent": "已发送",
|
||||
"success": "成功",
|
||||
"title": {
|
||||
"balance": "余额日志",
|
||||
"commission": "佣金日志",
|
||||
"email": "邮件日志",
|
||||
"gift": "赠送日志",
|
||||
"login": "登录日志",
|
||||
"mobile": "短信日志",
|
||||
"register": "注册日志",
|
||||
"resetSubscribe": "重置订阅日志",
|
||||
"serverTraffic": "服务器流量日志",
|
||||
"subscribe": "订阅日志",
|
||||
"subscribeTraffic": "订阅流量日志",
|
||||
"trafficDetails": "流量详情"
|
||||
},
|
||||
"type": {
|
||||
"231": "自动重置",
|
||||
"232": "提前重置",
|
||||
"233": "付费重置",
|
||||
"321": "充值",
|
||||
"322": "提现",
|
||||
"323": "支付",
|
||||
"324": "退款",
|
||||
"325": "奖励",
|
||||
"326": "管理员调整",
|
||||
"331": "购买",
|
||||
"332": "续费",
|
||||
"333": "退款",
|
||||
"334": "提现",
|
||||
"335": "管理员调整",
|
||||
"341": "增加",
|
||||
"342": "减少"
|
||||
},
|
||||
"unknown": "未知"
|
||||
}
|
||||
Reference in New Issue
Block a user