feat(locales): 添加“充值类型”翻译支持,包括法币和加密货币
This commit is contained in:
@@ -44,7 +44,11 @@
|
||||
"createdAt": "创建时间",
|
||||
"orderId": "订单号",
|
||||
"orderNo": "订单号",
|
||||
"cancelDeposit": "取消充值"
|
||||
"cancelDeposit": "取消充值",
|
||||
"type": {
|
||||
"fiat": "法币",
|
||||
"crypto": "加密货币"
|
||||
}
|
||||
},
|
||||
"withdrawDetail": {
|
||||
"cancelHeader": "确认取消提现?",
|
||||
|
||||
Reference in New Issue
Block a user