feat: 添加账单页面及相关组件,优化充值记录显示和国际化支持
This commit is contained in:
@@ -23,6 +23,14 @@
|
||||
"note": "Please make sure to enter the correct amount. After submission, the funds will be credited to your account after review in the background.",
|
||||
"submit": "Submit",
|
||||
"submitSuccess": "Submission successful!"
|
||||
},
|
||||
"status": {
|
||||
"pending": "Pending",
|
||||
"confirming": "Confirming",
|
||||
"approved": "Approved",
|
||||
"completed": "Completed",
|
||||
"rejected": "Rejected",
|
||||
"cancelled": "Cancelled"
|
||||
}
|
||||
},
|
||||
"withdraw": {
|
||||
|
||||
@@ -23,6 +23,14 @@
|
||||
"note": "请确保输入正确的金额。提交后,资金将在后台审核后计入您的账户。",
|
||||
"submit": "提交",
|
||||
"submitSuccess": "提交成功!"
|
||||
},
|
||||
"status": {
|
||||
"pending": "等待确认",
|
||||
"confirming": "链上确认中",
|
||||
"approved": "审核通过",
|
||||
"completed": "已到账",
|
||||
"rejected": "审核拒绝",
|
||||
"cancelled": "已取消"
|
||||
}
|
||||
},
|
||||
"withdraw": {
|
||||
|
||||
Reference in New Issue
Block a user