新功能(#25): 拆分用户中心提现退款记录页签
This commit is contained in:
@@ -33,5 +33,64 @@
|
||||
"pending": "Pending Review",
|
||||
"rejected": "Rejected"
|
||||
},
|
||||
"withdrawSuccess": "Withdrawal request submitted"
|
||||
"withdrawSuccess": "Withdrawal request submitted",
|
||||
"withdrawal": {
|
||||
"amount": "Amount",
|
||||
"amountHint": "Available",
|
||||
"amountPlaceholder": "Enter withdrawal amount",
|
||||
"apply": "Apply for Withdrawal",
|
||||
"applyDescription": "Enter the withdrawal amount and payout details.",
|
||||
"applyTitle": "Apply for Withdrawal",
|
||||
"availableCommission": "Available for withdrawal",
|
||||
"cancel": "Cancel",
|
||||
"empty": {
|
||||
"refund": "No refund records yet.",
|
||||
"withdrawal": "No withdrawal records yet."
|
||||
},
|
||||
"error": {
|
||||
"refundDescription": "Please try again later.",
|
||||
"refundTitle": "Failed to load refund records",
|
||||
"withdrawalDescription": "Please try again later.",
|
||||
"withdrawalTitle": "Failed to load withdrawal records"
|
||||
},
|
||||
"record": {
|
||||
"account": "Payout Account",
|
||||
"content": "Payout Information",
|
||||
"createdAt": "Created At",
|
||||
"method": "Payout Method",
|
||||
"qrCode": "Payment QR Code",
|
||||
"reason": "Reject Reason"
|
||||
},
|
||||
"records": "Withdrawal Records",
|
||||
"recordsDescription": "View withdrawal and refund records separately.",
|
||||
"refund": {
|
||||
"amount": "Amount",
|
||||
"content": "Description",
|
||||
"createdAt": "Created At",
|
||||
"event": {
|
||||
"333": "Order refund",
|
||||
"337": "Withdrawal rejected refund",
|
||||
"338": "Withdrawal cancelled refund",
|
||||
"other": "Other refund"
|
||||
},
|
||||
"eventType": "Type"
|
||||
},
|
||||
"retry": "Retry",
|
||||
"status": {
|
||||
"approved": "Approved",
|
||||
"cancelled": "Cancelled",
|
||||
"pending": "Pending",
|
||||
"rejected": "Rejected"
|
||||
},
|
||||
"submit": "Submit Withdrawal",
|
||||
"submitSuccess": "Withdrawal request submitted",
|
||||
"submitting": "Submitting...",
|
||||
"tabs": {
|
||||
"refund": "Refund Records",
|
||||
"withdrawal": "Withdrawal Records"
|
||||
},
|
||||
"validation": {
|
||||
"amountExceeded": "Amount cannot exceed available commission"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,5 +33,64 @@
|
||||
"pending": "审核中",
|
||||
"rejected": "已拒绝"
|
||||
},
|
||||
"withdrawSuccess": "提现申请已提交"
|
||||
"withdrawSuccess": "提现申请已提交",
|
||||
"withdrawal": {
|
||||
"amount": "金额",
|
||||
"amountHint": "可提现",
|
||||
"amountPlaceholder": "请输入提现金额",
|
||||
"apply": "申请提现",
|
||||
"applyDescription": "填写提现金额和收款信息后提交,等待审核。",
|
||||
"applyTitle": "申请提现",
|
||||
"availableCommission": "可提现佣金",
|
||||
"cancel": "取消",
|
||||
"empty": {
|
||||
"refund": "暂无退款记录。",
|
||||
"withdrawal": "暂无提现记录。"
|
||||
},
|
||||
"error": {
|
||||
"refundDescription": "请稍后重试。",
|
||||
"refundTitle": "退款记录加载失败",
|
||||
"withdrawalDescription": "请稍后重试。",
|
||||
"withdrawalTitle": "提现记录加载失败"
|
||||
},
|
||||
"record": {
|
||||
"account": "收款账号",
|
||||
"content": "收款信息",
|
||||
"createdAt": "创建时间",
|
||||
"method": "收款方式",
|
||||
"qrCode": "收款码",
|
||||
"reason": "拒绝原因"
|
||||
},
|
||||
"records": "提现记录",
|
||||
"recordsDescription": "提现记录与退款记录独立展示。",
|
||||
"refund": {
|
||||
"amount": "金额",
|
||||
"content": "说明",
|
||||
"createdAt": "时间",
|
||||
"event": {
|
||||
"333": "订单退款",
|
||||
"337": "提现拒绝退回",
|
||||
"338": "用户取消提现退回",
|
||||
"other": "其他退款"
|
||||
},
|
||||
"eventType": "类型"
|
||||
},
|
||||
"retry": "重试",
|
||||
"status": {
|
||||
"approved": "已通过",
|
||||
"cancelled": "已取消",
|
||||
"pending": "审核中",
|
||||
"rejected": "已拒绝"
|
||||
},
|
||||
"submit": "提交提现",
|
||||
"submitSuccess": "提现申请已提交",
|
||||
"submitting": "提交中...",
|
||||
"tabs": {
|
||||
"refund": "退款记录",
|
||||
"withdrawal": "提现记录"
|
||||
},
|
||||
"validation": {
|
||||
"amountExceeded": "提现金额不能超过可提现佣金"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user