{ "title": "支付配置", "description": "在这里可以配置支付方式,包括支付宝、微信等。", "table": { "columns": { "id": "ID", "enable": "启用", "name": "显示名称", "payment": "支付接口", "notify_url": "通知地址", "notify_url_tooltip": "支付网关将会把数据通知到本地址,请通过防火墙放行本地址。", "actions": "操作" }, "actions": { "edit": "编辑", "delete": { "title": "删除确认", "description": "确定要删除该支付方式吗?此操作无法撤销。", "success": "删除成功" } }, "toolbar": { "search": "搜索支付方式...", "reset": "重置", "sort": { "hint": "拖拽支付方式进行排序,完成后点击保存", "save": "保存排序", "edit": "编辑排序" } } }, "form": { "add": { "button": "添加支付方式", "title": "添加支付方式" }, "edit": { "title": "编辑支付方式" }, "fields": { "name": { "label": "显示名称", "placeholder": "请输入支付名称", "description": "用于前端显示" }, "icon": { "label": "图标URL", "placeholder": "https://example.com/icon.svg", "description": "用于前端显示的图标地址" }, "notify_domain": { "label": "通知域名", "placeholder": "https://example.com", "description": "网关通知将发送到该域名" }, "handling_fee_percent": { "label": "百分比手续费(%)", "placeholder": "0-100" }, "handling_fee_fixed": { "label": "固定手续费", "placeholder": "0" }, "payment": { "label": "支付接口", "placeholder": "请选择支付接口", "description": "选择要使用的支付接口" } }, "validation": { "name": { "min": "名称至少需要2个字符", "max": "名称不能超过30个字符" }, "notify_domain": { "url": "请输入有效的URL" }, "payment": { "required": "请选择支付接口" } }, "buttons": { "cancel": "取消", "submit": "提交" }, "messages": { "success": "保存成功" } } }