新功能(#25): 用户中心拆分提现/退款 tab 并适配新接口

This commit is contained in:
2026-06-11 21:25:40 -07:00
parent 1834b97fe2
commit bef8a12064
7 changed files with 394 additions and 119 deletions
@@ -16,6 +16,10 @@
"inviteCode": "Invite Code",
"inviteRecords": "Invite Records",
"noReason": "None",
"recordsTabs": {
"withdrawal": "Withdrawal Records",
"refund": "Refund Records"
},
"rejectReason": "Reject Reason",
"registrationTime": "Registration Time",
"submitWithdraw": "Submit Request",
@@ -28,10 +32,27 @@
"withdrawDescription": "Submit the withdrawal amount and payout details, then wait for review.",
"withdrawError": "Failed to submit withdrawal request",
"withdrawRecords": "Withdrawal Records",
"withdrawalRecordsDescription": "Review your withdrawal requests, statuses, and payout details.",
"withdrawalEmpty": "No withdrawal records yet",
"withdrawStatus": {
"approved": "Approved",
"pending": "Pending Review",
"rejected": "Rejected"
},
"withdrawSuccess": "Withdrawal request submitted"
"withdrawSuccess": "Withdrawal request submitted",
"commissionReturn": {
"description": "Review order refunds and returned withdrawal commissions.",
"empty": "No refund records yet",
"eventType": {
"orderRefund": "Order Refund",
"withdrawRejectReturn": "Withdrawal Rejected Return",
"withdrawCancelReturn": "Withdrawal Cancel Return",
"unknown": "Commission Return"
},
"fields": {
"eventType": "Type",
"orderNo": "Order No.",
"createdAt": "Created At"
}
}
}