✨ 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 @@
|
||||
{
|
||||
"applyForPayment": "申请支付",
|
||||
"batchDelete": "批量删除",
|
||||
"cancel": "取消",
|
||||
"configPlaceholder": "请填写提供的 {{field}} 配置",
|
||||
"confirm": "确认",
|
||||
"confirmDelete": "确认删除",
|
||||
"copy": "复制",
|
||||
"copySuccess": "复制成功",
|
||||
"create": "添加支付方式",
|
||||
"createPayment": "添加支付方式",
|
||||
"createSuccess": "创建成功",
|
||||
"delete": "删除",
|
||||
"deleteSuccess": "删除成功",
|
||||
"deleteWarning": "确定要删除此支付方式吗?此操作无法撤销。",
|
||||
"description": "描述",
|
||||
"domain": "域名",
|
||||
"edit": "编辑",
|
||||
"editPayment": "编辑支付方式",
|
||||
"enable": "启用",
|
||||
"feeAmount": "固定金额",
|
||||
"feePercent": "手续费百分比",
|
||||
"fixedFee": "固定金额",
|
||||
"handlingFee": "手续费",
|
||||
"icon": "图标",
|
||||
"iconPlaceholder": "输入图标 URL",
|
||||
"name": "名称",
|
||||
"namePlaceholder": "输入支付方式名称",
|
||||
"nameRequired": "名称为必填项",
|
||||
"noFee": "无手续费",
|
||||
"notify_url": "回调 URL",
|
||||
"paymentManagement": "支付管理",
|
||||
"percentFee": "百分比",
|
||||
"platform": "平台",
|
||||
"searchPlaceholder": "输入搜索内容",
|
||||
"selectPlatform": "选择平台",
|
||||
"submit": "提交",
|
||||
"updateSuccess": "更新成功"
|
||||
}
|
||||
Reference in New Issue
Block a user