|
@@ -3,6 +3,7 @@
|
|
|
"name": "Muchinfo"
|
|
"name": "Muchinfo"
|
|
|
},
|
|
},
|
|
|
"common": {
|
|
"common": {
|
|
|
|
|
+ "nodatas": "No Datas",
|
|
|
"more": "More",
|
|
"more": "More",
|
|
|
"details": "Details",
|
|
"details": "Details",
|
|
|
"placeholder": "Please enter",
|
|
"placeholder": "Please enter",
|
|
@@ -11,11 +12,18 @@
|
|
|
"optional": "Optional",
|
|
"optional": "Optional",
|
|
|
"logout": "Log out",
|
|
"logout": "Log out",
|
|
|
"save": "Save",
|
|
"save": "Save",
|
|
|
- "tips": "Tips"
|
|
|
|
|
|
|
+ "tips": "Tips",
|
|
|
|
|
+ "submitsuccess": "Submit Successful",
|
|
|
|
|
+ "pleaseenter": "Please enter",
|
|
|
|
|
+ "ikonw": "I Konw",
|
|
|
|
|
+ "exit": "exit",
|
|
|
|
|
+ "tryagain": "try again",
|
|
|
|
|
+ "loading": "loading..."
|
|
|
},
|
|
},
|
|
|
"tabbar": {
|
|
"tabbar": {
|
|
|
"home": "Home",
|
|
"home": "Home",
|
|
|
- "mine": "Mine"
|
|
|
|
|
|
|
+ "mine": "Mine",
|
|
|
|
|
+ "trade": "Trade"
|
|
|
},
|
|
},
|
|
|
"routes": {
|
|
"routes": {
|
|
|
"news": "News",
|
|
"news": "News",
|
|
@@ -110,6 +118,14 @@
|
|
|
"buyhall": "Buy Hall",
|
|
"buyhall": "Buy Hall",
|
|
|
"sellhall": "Sell Hall",
|
|
"sellhall": "Sell Hall",
|
|
|
"buysellhall": "Buy Sell Hall",
|
|
"buysellhall": "Buy Sell Hall",
|
|
|
|
|
+ "listinghall": "Listing Hall",
|
|
|
|
|
+ "enableQty": "Estimate Buy Qty",
|
|
|
|
|
+ "deposit": "Deposit",
|
|
|
|
|
+ "avaiableMoney": "Avaiable Funds",
|
|
|
|
|
+ "orderbuy": "Order Buy",
|
|
|
|
|
+ "transferbuy": "Transfer Buy",
|
|
|
|
|
+ "ordersell": "Order Sell",
|
|
|
|
|
+ "transfersell": "Transfer Sell",
|
|
|
"buy": "Buy",
|
|
"buy": "Buy",
|
|
|
"selll": "Sell",
|
|
"selll": "Sell",
|
|
|
"bid1": "Bid1",
|
|
"bid1": "Bid1",
|
|
@@ -121,7 +137,47 @@
|
|
|
"ask2": "Ask2",
|
|
"ask2": "Ask2",
|
|
|
"ask3": "Ask3",
|
|
"ask3": "Ask3",
|
|
|
"ask4": "Ask4",
|
|
"ask4": "Ask4",
|
|
|
- "ask5": "Ask5"
|
|
|
|
|
|
|
+ "ask5": "Ask5",
|
|
|
|
|
+ "ballot": {
|
|
|
|
|
+ "title": "Subscribe",
|
|
|
|
|
+ "refprice": "RefPrice",
|
|
|
|
|
+ "starttime": "StartTime:",
|
|
|
|
|
+ "endtime": "EndTime:",
|
|
|
|
|
+ "historypresale": "History Presale",
|
|
|
|
|
+ "presalewin": "Presale Win",
|
|
|
|
|
+ "issueprice": "IssuePrice",
|
|
|
|
|
+ "goodsdetail": "Goods Detail",
|
|
|
|
|
+ "winningthelottery": "Winning The Lottery",
|
|
|
|
|
+ "totalqty": "Total Qty:",
|
|
|
|
|
+ "earnest": "Earnest",
|
|
|
|
|
+ "transferdepositratio": "Transfer Deposit Ratio",
|
|
|
|
|
+ "subscribe": "I Want Subscribe",
|
|
|
|
|
+ "orderQty": "OrderQty",
|
|
|
|
|
+ "maxbuyqty": "MaxBuyQty",
|
|
|
|
|
+ "deposit": "Deposit",
|
|
|
|
|
+ "avaiablefunds": "Avaiable Funds",
|
|
|
|
|
+ "ordercannotbegreaterthan": "orderqty can not begreater than",
|
|
|
|
|
+ "pleaseenterthesubscriptionquantity": "Please enter the subscription quantity"
|
|
|
|
|
+ },
|
|
|
|
|
+ "goods": {
|
|
|
|
|
+ "title": "delisting",
|
|
|
|
|
+ "orderprice": "price",
|
|
|
|
|
+ "orderqty": "qty",
|
|
|
|
|
+ "username": "listinger",
|
|
|
|
|
+ "nodeal": "You can't make a deal with yourself",
|
|
|
|
|
+ "buyorsell": "buyorsell",
|
|
|
|
|
+ "pleaseenterorderprice": "pleaseenterorderprice",
|
|
|
|
|
+ "pleaseenterorderqty": "pleaseenterorderqty",
|
|
|
|
|
+ "tips1": "Are you sure to submit it?",
|
|
|
|
|
+ "tips2": "*If there is a reverse order with a price match, the system will automatically cancel it",
|
|
|
|
|
+ "tips3": "The submission was successful.",
|
|
|
|
|
+ "tips4": "Please enter the delisting qty",
|
|
|
|
|
+ "delistingqty": "Delisting Qty",
|
|
|
|
|
+ "delistingbuyorsell": "Buyorsell",
|
|
|
|
|
+ "remainqty": "RemainQty",
|
|
|
|
|
+ "listingprice": "ListingPrice",
|
|
|
|
|
+ "taaccount": "TaAccount"
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
"order": {
|
|
"order": {
|
|
|
"title": "My Orders",
|
|
"title": "My Orders",
|
|
@@ -259,7 +315,7 @@
|
|
|
"position": {
|
|
"position": {
|
|
|
"title": "My Position",
|
|
"title": "My Position",
|
|
|
"holddetail": "Hold Detail",
|
|
"holddetail": "Hold Detail",
|
|
|
- "order": {
|
|
|
|
|
|
|
+ "goods": {
|
|
|
"title": "Order Position",
|
|
"title": "Order Position",
|
|
|
"subtitle": "Position Info",
|
|
"subtitle": "Position Info",
|
|
|
"subtitle2": "Delivery Info",
|
|
"subtitle2": "Delivery Info",
|
|
@@ -280,7 +336,16 @@
|
|
|
"deliveryqty": "DeliveryQty",
|
|
"deliveryqty": "DeliveryQty",
|
|
|
"address": "Address",
|
|
"address": "Address",
|
|
|
"transferprice": "Price",
|
|
"transferprice": "Price",
|
|
|
- "qty": "Qty"
|
|
|
|
|
|
|
+ "qty": "Qty",
|
|
|
|
|
+ "holddetail": {
|
|
|
|
|
+ "title": "Hold Detail",
|
|
|
|
|
+ "tradetime": "TradeTime",
|
|
|
|
|
+ "buyorsell": "BuyOrSell",
|
|
|
|
|
+ "holderqty": "HolderQty",
|
|
|
|
|
+ "freezeqty": "FreezeQty",
|
|
|
|
|
+ "holderprice": "HolderPrice",
|
|
|
|
|
+ "holderamount": "HolderAmount"
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
"spot": {
|
|
"spot": {
|
|
|
"title": "Spot Position",
|
|
"title": "Spot Position",
|
|
@@ -294,29 +359,29 @@
|
|
|
"orderqty": "OrderQty",
|
|
"orderqty": "OrderQty",
|
|
|
"fixedprice": "OrderPrice",
|
|
"fixedprice": "OrderPrice",
|
|
|
"performancetemplate": "Performance Template",
|
|
"performancetemplate": "Performance Template",
|
|
|
- "orderqty2": "提货数量",
|
|
|
|
|
- "appointmentmodel": "提货方式",
|
|
|
|
|
- "contactname": "联系人",
|
|
|
|
|
- "contactnum": "联系方式",
|
|
|
|
|
- "district": "收货地区",
|
|
|
|
|
- "address": "收货地址",
|
|
|
|
|
- "remark": "发票信息"
|
|
|
|
|
|
|
+ "orderqty2": "PickUpQty",
|
|
|
|
|
+ "appointmentmodel": "PickUpWay",
|
|
|
|
|
+ "contactname": "ContractName",
|
|
|
|
|
+ "contactnum": "Mobile",
|
|
|
|
|
+ "district": "District",
|
|
|
|
|
+ "address": "Address",
|
|
|
|
|
+ "remark": "InvoiceInfo"
|
|
|
},
|
|
},
|
|
|
"presale": {
|
|
"presale": {
|
|
|
- "title": "预售持仓",
|
|
|
|
|
- "subtitle": "预售持仓信息",
|
|
|
|
|
- "goodsname": "name/code",
|
|
|
|
|
- "sellname": "发售方",
|
|
|
|
|
- "starttime": "开始日期",
|
|
|
|
|
- "endtime": "结束日期",
|
|
|
|
|
- "tradeqty": "认购量",
|
|
|
|
|
- "openprice": "预售价",
|
|
|
|
|
- "tradeamount": "总货款",
|
|
|
|
|
- "transferdepositratio": "转让定金比例",
|
|
|
|
|
- "transferdeposit": "转让定金",
|
|
|
|
|
- "depositremain": "未付定金",
|
|
|
|
|
- "paystatus": "支付状态",
|
|
|
|
|
- "tradeid": "orderid"
|
|
|
|
|
|
|
+ "title": "PreSale Position",
|
|
|
|
|
+ "subtitle": "PreSale Position Info",
|
|
|
|
|
+ "goodsname": "Name/Code",
|
|
|
|
|
+ "sellname": "SellName",
|
|
|
|
|
+ "starttime": "StartTime",
|
|
|
|
|
+ "endtime": "EndTime:",
|
|
|
|
|
+ "tradeqty": "TradeQty",
|
|
|
|
|
+ "openprice": "OpenPrice",
|
|
|
|
|
+ "tradeamount": "TradeAmount",
|
|
|
|
|
+ "transferdepositratio": "TransferDepositRatio",
|
|
|
|
|
+ "transferdeposit": "TransferDeposit",
|
|
|
|
|
+ "depositremain": "DepositRemain",
|
|
|
|
|
+ "paystatus": "PayStatus",
|
|
|
|
|
+ "tradeid": "OrderId"
|
|
|
},
|
|
},
|
|
|
"transfer": {
|
|
"transfer": {
|
|
|
"title": "Transfer Position",
|
|
"title": "Transfer Position",
|
|
@@ -522,7 +587,8 @@
|
|
|
"invoiceinfo": "Invoice Information",
|
|
"invoiceinfo": "Invoice Information",
|
|
|
"addressinfo": "Address Information",
|
|
"addressinfo": "Address Information",
|
|
|
"wechat": "Wechat",
|
|
"wechat": "Wechat",
|
|
|
- "email": "Email"
|
|
|
|
|
|
|
+ "email": "Email",
|
|
|
|
|
+ "tips1": "Please enter Wechat"
|
|
|
},
|
|
},
|
|
|
"address": {
|
|
"address": {
|
|
|
"title": "Address Management",
|
|
"title": "Address Management",
|
|
@@ -533,7 +599,30 @@
|
|
|
"receiverName": "UserName",
|
|
"receiverName": "UserName",
|
|
|
"region": "Region",
|
|
"region": "Region",
|
|
|
"modifyaddressinfo": "Modify",
|
|
"modifyaddressinfo": "Modify",
|
|
|
- "addaddressinfo": "Add Address"
|
|
|
|
|
|
|
+ "addaddressinfo": "Add Address",
|
|
|
|
|
+ "tips1": "Please enter the consignee",
|
|
|
|
|
+ "tips2": "Please enter your contact number",
|
|
|
|
|
+ "tips3": "Please select the delivery area",
|
|
|
|
|
+ "tips4": "Please enter the address details",
|
|
|
|
|
+ "tips5": "Delete the shipping address?"
|
|
|
|
|
+ },
|
|
|
|
|
+ "invoice": {
|
|
|
|
|
+ "title": "Invoice",
|
|
|
|
|
+ "title1": "Update Invoice Info",
|
|
|
|
|
+ "title2": "Add Invoice Info",
|
|
|
|
|
+ "default": "Default",
|
|
|
|
|
+ "receipttype": "ReceiptType",
|
|
|
|
|
+ "UserName": "UserName",
|
|
|
|
|
+ "TaxpayerID": "TaxpayerID",
|
|
|
|
|
+ "ReceiptBank": "ReceiptBank",
|
|
|
|
|
+ "ReceiptAccount": "ReceiptAccount",
|
|
|
|
|
+ "Address": "Address",
|
|
|
|
|
+ "ContactInfo": "ContactInfo",
|
|
|
|
|
+ "Email": "Email",
|
|
|
|
|
+ "tips1": "Please enter the username",
|
|
|
|
|
+ "tips2": "Please enter the taxpayerid",
|
|
|
|
|
+ "tips3": "Do you want to delete the invoice?",
|
|
|
|
|
+ "addinvoice": "Add Invoice"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"banksign": {
|
|
"banksign": {
|
|
@@ -560,6 +649,18 @@
|
|
|
"operatetype": "operatetype",
|
|
"operatetype": "operatetype",
|
|
|
"amount": "amount",
|
|
"amount": "amount",
|
|
|
"bankaccountno": "BankAccountNo",
|
|
"bankaccountno": "BankAccountNo",
|
|
|
|
|
+ "verificationcode": "verify code",
|
|
|
|
|
+ "sendagain": "send again",
|
|
|
|
|
+ "sendfailure": "send failure",
|
|
|
|
|
+ "Pleaseenterbranchbankname": "Please enter branch bankname",
|
|
|
|
|
+ "Pleaseenterbranchbankno": "Please enter branch bankno",
|
|
|
|
|
+ "submitsuccess1": "Modification and submission of signing information was successful.",
|
|
|
|
|
+ "submitsuccess2": "The signing was successfully submitted, please confirm the result later.",
|
|
|
|
|
+ "tips1": "'Please add the signing account information first!",
|
|
|
|
|
+ "tips2": "Go Bank Sign",
|
|
|
|
|
+ "tips3": "Please authenticate your real name first, and then proceed with this operation!",
|
|
|
|
|
+ "tips4": "Go Authentication",
|
|
|
|
|
+ "tips5": "Do you want to quit the current account?",
|
|
|
"search": {
|
|
"search": {
|
|
|
"title": "Search BranchBank",
|
|
"title": "Search BranchBank",
|
|
|
"Pleaseenterbranchbankname": "Please enter branch bank name",
|
|
"Pleaseenterbranchbankname": "Please enter branch bank name",
|
|
@@ -569,13 +670,59 @@
|
|
|
},
|
|
},
|
|
|
"capital": {
|
|
"capital": {
|
|
|
"title": "Funds",
|
|
"title": "Funds",
|
|
|
|
|
+ "title2": "FundsInfo",
|
|
|
|
|
+ "title3": "FundLists",
|
|
|
|
|
+ "title4": "Settlement",
|
|
|
|
|
+ "createtime": "createtime",
|
|
|
|
|
+ "operatetypename": "operatetypename",
|
|
|
|
|
+ "amount": "amount",
|
|
|
"hisamountlogs": "Historys"
|
|
"hisamountlogs": "Historys"
|
|
|
},
|
|
},
|
|
|
"wallet": {
|
|
"wallet": {
|
|
|
"title": "Cash In Out",
|
|
"title": "Cash In Out",
|
|
|
"applys": "Applys",
|
|
"applys": "Applys",
|
|
|
"cashin": "Cash In",
|
|
"cashin": "Cash In",
|
|
|
- "cashout": "Cash Out"
|
|
|
|
|
|
|
+ "cashout": "Cash Out",
|
|
|
|
|
+ "deposit": {
|
|
|
|
|
+ "inamount": "InAmount",
|
|
|
|
|
+ "pleaseenterinamount": "Please enter in amount",
|
|
|
|
|
+ "credit": "Certificate",
|
|
|
|
|
+ "time": "Payment time: trading day ",
|
|
|
|
|
+ "notice": "Holidays to the notice, announcement shall prevail, non-trading days do not operate!",
|
|
|
|
|
+ "platformdepositbankname": "PlatformDepositBankName",
|
|
|
|
|
+ "platformdepositaccountno": "PlatformDepositAccountNo",
|
|
|
|
|
+ "platformdepositaccount": "PlatformDepositAccount",
|
|
|
|
|
+ "platformdepositsub-branch": "PlatformDepositSub-Branch",
|
|
|
|
|
+ "goldisnotwithinthetimeframe": "Gold is not within the time frame",
|
|
|
|
|
+ "failedtogetservertime": "Failed to get server time",
|
|
|
|
|
+ "paste": "Copy, go to paste ~",
|
|
|
|
|
+ "pastefailure": "Paste failure",
|
|
|
|
|
+ "submitfailure": "Failure:",
|
|
|
|
|
+ "whetherthedeposittransferhasbeenmadeatthebankend": "is golden on bank account transfer?"
|
|
|
|
|
+ },
|
|
|
|
|
+ "withdraw": {
|
|
|
|
|
+ "outamount": "OutAmount",
|
|
|
|
|
+ "bankname": "BankName",
|
|
|
|
|
+ "bankaccountno": "BankAccountNo",
|
|
|
|
|
+ "bankaccountname": "BankAccountName",
|
|
|
|
|
+ "pleaseenteroutamount": "Please enter out amount",
|
|
|
|
|
+ "time": "Payment time: trading day ",
|
|
|
|
|
+ "notice": "Holidays to the notice, announcement shall prevail, non-trading days do not operate!",
|
|
|
|
|
+ "theamountavailableis0": "The amount available is 0",
|
|
|
|
|
+ "exceedingthepayableamount": "Exceeding the payable amount",
|
|
|
|
|
+ "goldisnotwithinthetimeframe": "Gold is not within the time frame",
|
|
|
|
|
+ "failedtogetservertime": "Failed to get server time",
|
|
|
|
|
+ "submitsuccess": "Submit successfully. Please do not submit again. Confirm the result later",
|
|
|
|
|
+ "submitfailure": "Commit failure:",
|
|
|
|
|
+ "availableoutmoney": "Available "
|
|
|
|
|
+ },
|
|
|
|
|
+ "inoutapply": {
|
|
|
|
|
+ "title": "Application List",
|
|
|
|
|
+ "charge": "Charge",
|
|
|
|
|
+ "executetype": "ExecuteType",
|
|
|
|
|
+ "extoperateid": "ExtoperateID",
|
|
|
|
|
+ "updatetime": "Time"
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"user": {
|
|
"user": {
|
|
@@ -621,8 +768,7 @@
|
|
|
"getsmscode": "Get SMS Code",
|
|
"getsmscode": "Get SMS Code",
|
|
|
"newpwd": "New Pwd",
|
|
"newpwd": "New Pwd",
|
|
|
"confirmpwd": "Conform Pwd",
|
|
"confirmpwd": "Conform Pwd",
|
|
|
- "resetpwd": "Reset Pwd",
|
|
|
|
|
- "pleaseenter": "Please enter"
|
|
|
|
|
|
|
+ "resetpwd": "Reset Pwd"
|
|
|
},
|
|
},
|
|
|
"cancel": {
|
|
"cancel": {
|
|
|
"title": "Cancel Service",
|
|
"title": "Cancel Service",
|
|
@@ -634,6 +780,25 @@
|
|
|
"tips_4": "2. The account is secure",
|
|
"tips_4": "2. The account is secure",
|
|
|
"tips_5": "The account is in normal use and there is no risk of theft.",
|
|
"tips_5": "The account is in normal use and there is no risk of theft.",
|
|
|
"tips_6": "3. There is no dispute over the account number"
|
|
"tips_6": "3. There is no dispute over the account number"
|
|
|
|
|
+ },
|
|
|
|
|
+ "authentication": {
|
|
|
|
|
+ "title": "Authentication",
|
|
|
|
|
+ "customername": "Customer Name",
|
|
|
|
|
+ "cardtype": "Card Type",
|
|
|
|
|
+ "cardnum": "Card Num",
|
|
|
|
|
+ "cardfrontphoto": "Card Front photo",
|
|
|
|
|
+ "cardbackphoto": "Card Back photo",
|
|
|
|
|
+ "halfbodyphoto": "HalfBody photo",
|
|
|
|
|
+ "modifyremark": "Modify Remark",
|
|
|
|
|
+ "authstatus": "Status",
|
|
|
|
|
+ "submit": "Submit Authentication",
|
|
|
|
|
+ "pleaseentertheusername": "Please enter the customer name",
|
|
|
|
|
+ "pleaseenterthecardnum": "Please enter the card num",
|
|
|
|
|
+ "pleaseuploadthecardbackphoto": "Please upload the card back photo",
|
|
|
|
|
+ "pleaseuploadthecardfrontphoto": "Please upload the card front photo",
|
|
|
|
|
+ "pleaseselectthecardtype": "Please select the card type",
|
|
|
|
|
+ "openfailure": "Account opening failed, your age does not meet the account opening requirements",
|
|
|
|
|
+ "opensuccess": "The real-name authentication submission request was successful"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"report": {
|
|
"report": {
|
|
@@ -661,6 +826,13 @@
|
|
|
"notices": {
|
|
"notices": {
|
|
|
"title": "Notice Announcement",
|
|
"title": "Notice Announcement",
|
|
|
"notice": "Notice",
|
|
"notice": "Notice",
|
|
|
- "announcement": "Announcement"
|
|
|
|
|
|
|
+ "announcement": "Announcement",
|
|
|
|
|
+ "details": "Details"
|
|
|
|
|
+ },
|
|
|
|
|
+ "news": {
|
|
|
|
|
+ "source": "source:",
|
|
|
|
|
+ "numbers": "numbers:",
|
|
|
|
|
+ "hotnews": "Hot News",
|
|
|
|
|
+ "author": "author:"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|