You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
548 B
23 lines
548 B
const fundHistory ={
|
|
fundHistory:'充提记录',
|
|
assetList:'资产列表',
|
|
searchAsset:'搜索资产',
|
|
management:'地址管理',
|
|
deposit:'充值',
|
|
withdrawal:'提币',
|
|
rewards:'返佣',
|
|
asset:'资产',
|
|
date:'日期',
|
|
address:'地址',
|
|
hash:'哈希',
|
|
amount:'数量',
|
|
progress:'进度',
|
|
status:'状态',
|
|
completed:'已完成',
|
|
processing:'转账中',
|
|
failed:'转账失败',
|
|
fee:'手续费',
|
|
account:'返佣账号',
|
|
allAssets:"所有资产"
|
|
}
|
|
export default fundHistory
|