feat(locales): 添加“账户类型”翻译支持,包括资金账户和交易账户
This commit is contained in:
@@ -26,7 +26,12 @@
|
||||
"remark": "备注:",
|
||||
"memo": "备注",
|
||||
"noRecords": "暂无资产记录",
|
||||
"loadingMore": "加载更多中..."
|
||||
"loadingMore": "加载更多中...",
|
||||
"empty": "暂无资产记录",
|
||||
"accountType": {
|
||||
"funding": "资金账户",
|
||||
"trading": "交易账户"
|
||||
}
|
||||
},
|
||||
"bill": {
|
||||
"title": "账单",
|
||||
|
||||
Reference in New Issue
Block a user