const contracts = { title: `合约账户`, forexs: `外汇合约账户`, cryptos: `永续合约账户`, contract: `合约委托记录`, forex: `外汇合约`, crypto: `永续合约`, accountBalance: `账户余额`, availableBalance: `可用余额`, positionMargin: `仓位保证金`, marginBalance: `保证金余额`, unrealizsed: `未实现盈亏`, orderMargin: `委托保证金`, transfer: `资金划转`, marginUsed: `保证金使用率`, leverage: `杠杆`, positions: `未平仓合约`, contactName: `合约名称`, contractsOpen: `未平仓合约数`, direction: `方向`, realised: `已实现盈亏`, long: `做多`, short: `做空`, history: `账户余额记录`, date: `日期`, type: `类型`, amount: `数量`, deposit: `转入`, withdrawal: `转出`, open: `开仓手续费`, close: `平仓手续费`, funding: `资金流转`, takeover: `仓位接管`, realizedPNL: `已实现盈亏`, } export default contracts