♻️ refactor(payment): Reconstruct the payment page
This commit is contained in:
@@ -1,44 +1,49 @@
|
||||
{
|
||||
"aliPay": "支付宝支付",
|
||||
"alipayf2f": {
|
||||
"appId": "支付宝应用ID",
|
||||
"invoiceName": "自定义产品名称",
|
||||
"invoiceNameDescription": "将显示在支付宝账单中",
|
||||
"privateKey": "支付宝私钥",
|
||||
"publicKey": "支付宝公钥",
|
||||
"sandbox": "沙箱模式",
|
||||
"sandboxDescription": "启用沙箱模式以测试支付"
|
||||
},
|
||||
"AlipayF2F": "支付宝面对面",
|
||||
"EPay": "电子支付",
|
||||
"Stripe": "Stripe",
|
||||
"applyForPayment": "申请付款",
|
||||
"balance": "余额",
|
||||
"batchDelete": "批量删除",
|
||||
"cancel": "取消",
|
||||
"config": "配置",
|
||||
"configInfo": "配置信息",
|
||||
"configPlaceholder": "请填写提供的 {field} 配置",
|
||||
"confirm": "确认",
|
||||
"confirmDelete": "确认删除",
|
||||
"copy": "复制",
|
||||
"copySuccess": "复制成功",
|
||||
"create": "添加支付方式",
|
||||
"createPayment": "添加支付方式",
|
||||
"createSuccess": "创建成功",
|
||||
"delete": "删除",
|
||||
"deleteSuccess": "删除成功",
|
||||
"deleteWarning": "您确定要删除此支付方式吗?此操作无法撤销。",
|
||||
"domain": "域名",
|
||||
"domainPlaceholder": "可选,例如 {example}",
|
||||
"edit": "编辑",
|
||||
"editPayment": "编辑支付方式",
|
||||
"enable": "启用",
|
||||
"enableDescription": "启用此支付方式",
|
||||
"epay": {
|
||||
"key": "KEY",
|
||||
"pid": "PID",
|
||||
"url": "URL"
|
||||
},
|
||||
"feeAmount": "固定金额",
|
||||
"feeMode": "收费方式",
|
||||
"feeModeDescription": "额外手续费的收费方式",
|
||||
"feeModeItems": ["无手续费", "百分比", "固定金额", "以上两种"],
|
||||
"feePercent": "百分比费用(可选)",
|
||||
"feePercentDescription": "在订单金额之上添加费用",
|
||||
"fixedFee": "固定费用(可选)",
|
||||
"fixedFeeDescription": "在订单金额之上添加固定费用",
|
||||
"iconUrl": "图标 URL(可选)",
|
||||
"iconUrlDescription": "用于前端显示",
|
||||
"inputPlaceholder": "请输入",
|
||||
"key": "KEY",
|
||||
"notifyUrl": "自定义通知域(可选)",
|
||||
"notifyUrlDescription": "网关通知将发送到此域",
|
||||
"payForRecommendations": "支付推荐",
|
||||
"pid": "PID",
|
||||
"saveSuccess": "保存成功",
|
||||
"showName": "显示名称",
|
||||
"showNameDescription": "用于前端显示",
|
||||
"stripe": {
|
||||
"publicKey": "PUBLIC KEY",
|
||||
"secretKey": "SECRET KEY",
|
||||
"webhookSecret": "WEBHOOK 密钥签名"
|
||||
},
|
||||
"url": "URL",
|
||||
"wechatPay": "微信支付"
|
||||
"feePercent": "百分比费用",
|
||||
"fixedFee": "固定费用",
|
||||
"handlingFee": "手续费",
|
||||
"icon": "图标",
|
||||
"iconPlaceholder": "输入图标 URL",
|
||||
"mark": "标识符",
|
||||
"markPlaceholder": "输入支付方式标识符",
|
||||
"name": "名称",
|
||||
"namePlaceholder": "输入支付方式名称",
|
||||
"nameRequired": "名称是必填项",
|
||||
"noFee": "无费用",
|
||||
"paymentManagement": "支付管理",
|
||||
"percentFee": "百分比",
|
||||
"platform": "平台",
|
||||
"searchPlaceholder": "输入搜索词",
|
||||
"selectPlatform": "选择平台",
|
||||
"selectType": "选择支付类型",
|
||||
"submit": "提交",
|
||||
"type": "类型",
|
||||
"updateSuccess": "更新成功"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user