♻️ 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": "微信支付"
|
||||
"handlingFee": "手續費",
|
||||
"icon": "圖標",
|
||||
"iconPlaceholder": "輸入圖標網址",
|
||||
"mark": "標識",
|
||||
"markPlaceholder": "輸入付款方式標識",
|
||||
"name": "名稱",
|
||||
"namePlaceholder": "輸入付款方式名稱",
|
||||
"nameRequired": "名稱為必填",
|
||||
"noFee": "無費用",
|
||||
"paymentManagement": "付款管理",
|
||||
"percentFee": "百分比",
|
||||
"platform": "平台",
|
||||
"searchPlaceholder": "輸入搜索詞",
|
||||
"selectPlatform": "選擇平台",
|
||||
"selectType": "選擇付款類型",
|
||||
"submit": "提交",
|
||||
"type": "類型",
|
||||
"updateSuccess": "更新成功"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user