Files
hi-frontend/apps/user/public/assets/locales/en-US/affiliate.json
T
shanshanzhong147 e9cb65b388
PR Check / Lint, Check, Test and Build (pull_request) Has been cancelled
Dependabot Auto Merge / Dependabot Auto Merge (pull_request_target) Has been cancelled
新功能(#25): 拆分用户中心提现退款记录页签
2026-06-11 20:35:06 -07:00

97 lines
3.3 KiB
JSON

{
"accountInfo": "Payout Details",
"accountPlaceholder": "Enter bank card, Alipay, USDT wallet, or other payout details",
"accountRequired": "Payout details are required",
"accountTooLong": "Payout details must be 200 characters or fewer",
"amountInvalid": "Enter a valid amount",
"amountPositive": "Withdrawal amount must be greater than 0",
"applyTime": "Applied At",
"applyWithdraw": "Request Withdrawal",
"cancel": "Cancel",
"commissionInfo": "Commission Info",
"commissionRate": "Commission Rate",
"copyInviteLink": "Copy Invite Link",
"copySuccess": "Copy Success",
"currentCommission": "Current Commission",
"inviteCode": "Invite Code",
"inviteRecords": "Invite Records",
"noReason": "None",
"rejectReason": "Reject Reason",
"registrationTime": "Registration Time",
"submitWithdraw": "Submit Request",
"submitting": "Submitting...",
"totalCommission": "Total Commission",
"unknownStatus": "Unknown Status",
"userIdentifier": "User Identifier",
"withdrawAmount": "Withdrawal Amount",
"withdrawAmountPlaceholder": "Enter the withdrawal amount in dollars",
"withdrawDescription": "Submit the withdrawal amount and payout details, then wait for review.",
"withdrawError": "Failed to submit withdrawal request",
"withdrawRecords": "Withdrawal Records",
"withdrawStatus": {
"approved": "Approved",
"pending": "Pending Review",
"rejected": "Rejected"
},
"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"
}
}
}