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.
41 lines
960 B
41 lines
960 B
const Option = {
|
|
waitFor:"等待交割",
|
|
history:"历史交割",
|
|
orderNum:"订单号",
|
|
option:"期权",
|
|
buyTime:"买入时间",
|
|
buyAmount:"买入数量",
|
|
buyType:"购买类型",
|
|
yield:"收益率",
|
|
state:"状态",
|
|
deliverytime:"交割时间",
|
|
countDown:"交割倒计时",
|
|
buyingUp:"买涨",
|
|
buyDwon:"买跌",
|
|
buyEven:"买平",
|
|
result:"交割结果",
|
|
settlementQuantity:"结算数量",
|
|
up:"涨",
|
|
down:"跌",
|
|
flat:"平",
|
|
buyOption:"购买期权",
|
|
deliveryRecord:"交割记录",
|
|
current:"当前",
|
|
next:"下期",
|
|
enterNum:"请输入数量",
|
|
balance:"余额",
|
|
expectedRevenue:"预计收益",
|
|
seeMore:"看多",
|
|
beBearish:"看空",
|
|
time:"时间",
|
|
zf:"涨幅",
|
|
bullish:"看涨",
|
|
lookAtPing:"看平",
|
|
bearish:"看跌",
|
|
amount:"数量",
|
|
coinType:"币种",
|
|
odds:"赔率",
|
|
buySuccess:"买入成功",
|
|
}
|
|
|
|
export default Option;
|