|
@@ -1,335 +1,343 @@
|
|
|
{
|
|
{
|
|
|
- "balance": {
|
|
|
|
|
- "availableWidthdrawAmount": "Amount that can be withdrawn",
|
|
|
|
|
- "balance": "Account Balance",
|
|
|
|
|
- "credits": "Credits",
|
|
|
|
|
- "totalRechargeAmount": "Total Recharge Amount",
|
|
|
|
|
- "chooseAmount": "Choose Amount",
|
|
|
|
|
- "confirmWithdraw": "Confirm withdrawal",
|
|
|
|
|
- "inputCustomAmount": "Enter a custom amount",
|
|
|
|
|
- "realReceipt": "Actual Arrival Amount",
|
|
|
|
|
- "recharge": "Recharge",
|
|
|
|
|
- "rechargeMax": "The maximum recharge amount is {value}",
|
|
|
|
|
- "rechargeMin": "The minimum recharge amount is {value}",
|
|
|
|
|
- "rechargeSuccess": "Recharge successful",
|
|
|
|
|
- "record": {
|
|
|
|
|
- "commission": "Commission",
|
|
|
|
|
- "pay": "Pay",
|
|
|
|
|
- "receipt": "Receipt",
|
|
|
|
|
- "recharge": "Recharge",
|
|
|
|
|
- "redeem": "Redeem",
|
|
|
|
|
- "return": "Return",
|
|
|
|
|
- "stake": "Stake",
|
|
|
|
|
- "withdraw": "Withdraw",
|
|
|
|
|
- "bonus": "Bonus"
|
|
|
|
|
|
|
+ "balance": {
|
|
|
|
|
+ "availableWidthdrawAmount": "Amount that can be withdrawn",
|
|
|
|
|
+ "balance": "Account Balance",
|
|
|
|
|
+ "credits": "Credits",
|
|
|
|
|
+ "totalRechargeAmount": "Total Recharge Amount",
|
|
|
|
|
+ "chooseAmount": "Choose Amount",
|
|
|
|
|
+ "confirmWithdraw": "Confirm withdrawal",
|
|
|
|
|
+ "inputCustomAmount": "Enter a custom amount",
|
|
|
|
|
+ "realReceipt": "Actual Arrival Amount",
|
|
|
|
|
+ "recharge": "Recharge",
|
|
|
|
|
+ "rechargeMax": "The maximum recharge amount is {value}",
|
|
|
|
|
+ "rechargeMin": "The minimum recharge amount is {value}",
|
|
|
|
|
+ "rechargeSuccess": "Recharge successful",
|
|
|
|
|
+ "record": {
|
|
|
|
|
+ "commission": "Commission",
|
|
|
|
|
+ "pay": "Pay",
|
|
|
|
|
+ "receipt": "Receipt",
|
|
|
|
|
+ "recharge": "Recharge",
|
|
|
|
|
+ "redeem": "Redeem",
|
|
|
|
|
+ "return": "Return",
|
|
|
|
|
+ "stake": "Stake",
|
|
|
|
|
+ "withdraw": "Withdraw",
|
|
|
|
|
+ "bonus": "Bonus"
|
|
|
|
|
+ },
|
|
|
|
|
+ "symbol": "₱",
|
|
|
|
|
+ "totalWithdraw": "Total withdrawal",
|
|
|
|
|
+ "unit": "PHP",
|
|
|
|
|
+ "withdraw": "Withdraw",
|
|
|
|
|
+ "withdrawAmount": "Withdrawal Amount",
|
|
|
|
|
+ "withdrawAmountError": "Enter the correct withdrawal amount",
|
|
|
|
|
+ "insufficientBalance": "Insufficient balance",
|
|
|
|
|
+ "withdrawMin": "The minimum withdrawal amount is {value}",
|
|
|
|
|
+ "withdrawFee": "Withdrawal fee",
|
|
|
|
|
+ "withdrawFeeTip": "Note: A service fee of <span class=\"rate2\">{rate2}</span> will be charged for withdrawals. If your credits reaches <span class=\"factor\">{factor}</span> times the total recharge amount, a super low service fee of <span class=\"rate1\">{rate1}</span> can be enjoyed.",
|
|
|
|
|
+ "withdrawing": "Withdrawing",
|
|
|
|
|
+ "withdrawInputTip": "Enter the withdrawal amount",
|
|
|
|
|
+ "withdrawModalTitle": "Apply for withdrawal",
|
|
|
|
|
+ "withdrawSuccess": "Withdrawal request has been submitted and is expected to arrive within 24 hours"
|
|
|
},
|
|
},
|
|
|
- "symbol": "₱",
|
|
|
|
|
- "totalWithdraw": "Total withdrawal",
|
|
|
|
|
- "unit": "PHP",
|
|
|
|
|
- "withdraw": "Withdraw",
|
|
|
|
|
- "withdrawAmount": "Withdrawal Amount",
|
|
|
|
|
- "withdrawAmountError": "Enter the correct withdrawal amount",
|
|
|
|
|
- "insufficientBalance": "Insufficient balance",
|
|
|
|
|
- "withdrawMin": "The minimum withdrawal amount is {value}",
|
|
|
|
|
- "withdrawFee": "Withdrawal fee",
|
|
|
|
|
- "withdrawFeeTip": "Note: A service fee of <span class=\"rate2\">{rate2}</span> will be charged for withdrawals. If your credits reaches <span class=\"factor\">{factor}</span> times the total recharge amount, a super low service fee of <span class=\"rate1\">{rate1}</span> can be enjoyed.",
|
|
|
|
|
- "withdrawing": "Withdrawing",
|
|
|
|
|
- "withdrawInputTip": "Enter the withdrawal amount",
|
|
|
|
|
- "withdrawModalTitle": "Apply for withdrawal",
|
|
|
|
|
- "withdrawSuccess": "Withdrawal request has been submitted and is expected to arrive within 24 hours"
|
|
|
|
|
- },
|
|
|
|
|
- "bank": {
|
|
|
|
|
- "account": "Account",
|
|
|
|
|
- "addBankCard": "Add Bank Account",
|
|
|
|
|
- "bank": "Bank",
|
|
|
|
|
- "deleteBankCard": "Delete Bank Account",
|
|
|
|
|
- "deletePrompt": "This account won't be able to added again until 7 days later, are you sure to delete it?",
|
|
|
|
|
- "deleteSuccess": "Bank account deleted successfully",
|
|
|
|
|
- "editBankCard": "Edit Bank Account",
|
|
|
|
|
- "invalidAccount": "Invalid Account",
|
|
|
|
|
- "invalidBank": "Invalid Bank",
|
|
|
|
|
- "invalidMail": "Invalid Mail",
|
|
|
|
|
- "invalidName": "Invalid Name",
|
|
|
|
|
- "invalidPhone": "Invalid Phone Number",
|
|
|
|
|
- "mail": "Mail",
|
|
|
|
|
- "name": "Name",
|
|
|
|
|
- "phone": "Phone Number",
|
|
|
|
|
- "saveBankCard": "Save Bank Account",
|
|
|
|
|
- "selectBank": "Select Bank",
|
|
|
|
|
- "invalidCard": "Invalid Account"
|
|
|
|
|
- },
|
|
|
|
|
- "blf": {
|
|
|
|
|
- "buy": "STAKE NOW",
|
|
|
|
|
- "buying": "STAKING",
|
|
|
|
|
- "computing": "Calculating Profit",
|
|
|
|
|
- "end": "Activity has ended",
|
|
|
|
|
- "finish": "sold out",
|
|
|
|
|
- "has": "Remaining places",
|
|
|
|
|
- "not": "No Activity Yet",
|
|
|
|
|
- "pending": "Coming soon",
|
|
|
|
|
- "pic": "illustrate",
|
|
|
|
|
- "sucess": "successful purchase",
|
|
|
|
|
- "tips": "Stake your balance through the overall stake balance ratio of the platform. Get {rate}‰ of the stake amount of that day.",
|
|
|
|
|
- "amount": "Enter stake amount",
|
|
|
|
|
- "minAmount": "minimum stake amount: ",
|
|
|
|
|
- "time": "Choose a stake duration",
|
|
|
|
|
- "promptAmount": "Please enter stake amount",
|
|
|
|
|
- "sure": "",
|
|
|
|
|
- "tips1": "",
|
|
|
|
|
- "tips2": ""
|
|
|
|
|
- },
|
|
|
|
|
- "common": {
|
|
|
|
|
- "alert": "Hint",
|
|
|
|
|
- "cancel": "Cancel",
|
|
|
|
|
- "close": "Close",
|
|
|
|
|
- "confirm": "Confirm",
|
|
|
|
|
- "copied": "Copied",
|
|
|
|
|
- "customerService": "Customer Service",
|
|
|
|
|
- "eula": "EULA",
|
|
|
|
|
- "exitApp": "Press again to exit the app",
|
|
|
|
|
- "guide": "Tutorial",
|
|
|
|
|
- "home": "Home",
|
|
|
|
|
- "loadFinish": "Load finished",
|
|
|
|
|
- "loading": "Loading",
|
|
|
|
|
- "mine": "Mine",
|
|
|
|
|
- "more": "More",
|
|
|
|
|
- "news": "News",
|
|
|
|
|
- "noRecords": "No records",
|
|
|
|
|
- "notAvailable": "Unavailable",
|
|
|
|
|
- "open": "Open",
|
|
|
|
|
- "profit": "Commission",
|
|
|
|
|
- "pullRefresh": "Pull down to refresh",
|
|
|
|
|
- "rank": "Rank",
|
|
|
|
|
- "register": "Register",
|
|
|
|
|
- "save": "Save",
|
|
|
|
|
- "saveFailed": "Save failed",
|
|
|
|
|
- "saveSuccess": "Saved successfully",
|
|
|
|
|
- "saving": "Saving",
|
|
|
|
|
- "serviceTime": "Service from 9:00 am to 9:00 pm",
|
|
|
|
|
- "skip": "Skip",
|
|
|
|
|
- "updateSuccess": "Update success",
|
|
|
|
|
- "wait": "Stay tuned",
|
|
|
|
|
- "ok": "OK",
|
|
|
|
|
- "customer": "Add your broker",
|
|
|
|
|
- "reward": "Reward",
|
|
|
|
|
- "official": "Official",
|
|
|
|
|
- "broker": "Broker"
|
|
|
|
|
- },
|
|
|
|
|
- "delegate": {
|
|
|
|
|
- "increase": "Increase",
|
|
|
|
|
- "originalPrice": "Original Price",
|
|
|
|
|
- "payServiceCharge": "Pay Service Charge",
|
|
|
|
|
- "sellPrice": "Selling Price",
|
|
|
|
|
- "tip": "The consignment has not started yet, it will start today at {time}",
|
|
|
|
|
- "tip1": "Note: entrusting the platform to sell services, the maximum price of the product can be increased by {riseRatePercent}% each time, and the platform will charge {serviceCharge}% of the custody service fee",
|
|
|
|
|
- "title": "Consignment",
|
|
|
|
|
- "tips2": "",
|
|
|
|
|
- "tips3": ""
|
|
|
|
|
- },
|
|
|
|
|
- "distribution": {
|
|
|
|
|
- "commission": "Commission",
|
|
|
|
|
- "empty": "Empty",
|
|
|
|
|
- "invite": "INVITE NOW",
|
|
|
|
|
- "joinTeamAt": "Join at",
|
|
|
|
|
- "myInvitor": "My invitor",
|
|
|
|
|
- "myProfit": "Income",
|
|
|
|
|
- "orderNum": "Orders",
|
|
|
|
|
- "profitDetails": "Income Details",
|
|
|
|
|
- "qrCode": "My promo code",
|
|
|
|
|
- "saveImg": "Save Picture",
|
|
|
|
|
- "teamNum": "Team size",
|
|
|
|
|
- "totalProfit": "Income",
|
|
|
|
|
- "viewDetail": "View details",
|
|
|
|
|
- "viewTeam": "View team",
|
|
|
|
|
- "shareUrl": "Share Link",
|
|
|
|
|
- "copy": "Copy"
|
|
|
|
|
- },
|
|
|
|
|
- "home": {
|
|
|
|
|
- "all": "All",
|
|
|
|
|
- "trialPrompt": "This is only available to new users who register within 72 hours, please head to higher level"
|
|
|
|
|
- },
|
|
|
|
|
- "loginPage": {
|
|
|
|
|
- "agreement": "User Agreement",
|
|
|
|
|
- "codePla": "Please enter verification code",
|
|
|
|
|
- "enterUsername": "Enter your username",
|
|
|
|
|
- "goRegister": "Sign up now",
|
|
|
|
|
- "invitorPla": "Invitation code (optional)",
|
|
|
|
|
- "isRead": "I have read and agreed",
|
|
|
|
|
- "login": "Login",
|
|
|
|
|
- "loginByCode": "Verification code login",
|
|
|
|
|
- "loginNow": "Already have an account, login now",
|
|
|
|
|
- "loginPwd": "Password Login",
|
|
|
|
|
- "loginSuceess": "Login successful",
|
|
|
|
|
- "nameError": "Account length 6-20, can only contain numbers, letters and underscores, not pure numbers",
|
|
|
|
|
- "noAcount": "No account yet?",
|
|
|
|
|
- "noAgree": "Please read and agree to the registration agreement",
|
|
|
|
|
- "phone": "Phone number",
|
|
|
|
|
- "phoneError": "Wrong format of phone number",
|
|
|
|
|
- "phonePla": "Please enter phone number",
|
|
|
|
|
- "psd": "Password",
|
|
|
|
|
- "psdAgainError": "The two passwords entered are inconsistent",
|
|
|
|
|
- "psdAgainPla": "Please enter password again",
|
|
|
|
|
- "psdEorror": "Wrong format of password",
|
|
|
|
|
- "psdPla": "Please enter password",
|
|
|
|
|
- "register": "Registration",
|
|
|
|
|
- "registerSuccess": "Registration success",
|
|
|
|
|
- "sendCode": "Send code",
|
|
|
|
|
- "sended": "Sent"
|
|
|
|
|
- },
|
|
|
|
|
- "mine": {
|
|
|
|
|
- "address": "Address",
|
|
|
|
|
- "avatar": "Avatar",
|
|
|
|
|
- "bankCard": "Bank Account",
|
|
|
|
|
- "bindPhone": "Bind Phone",
|
|
|
|
|
- "common": "Common Functions",
|
|
|
|
|
- "female": "Female",
|
|
|
|
|
- "logout": "Sign out",
|
|
|
|
|
- "male": "male",
|
|
|
|
|
- "newProfit": "new income",
|
|
|
|
|
- "nickname": "Nickname",
|
|
|
|
|
- "nickPlac": "Please enter a nickname",
|
|
|
|
|
- "noBind": "Not added",
|
|
|
|
|
- "noLogin": "LOGIN NOW",
|
|
|
|
|
- "noSetting": "Not set",
|
|
|
|
|
- "settings": "Settings",
|
|
|
|
|
- "sex": "Gender",
|
|
|
|
|
- "sure": "Confirm the changes",
|
|
|
|
|
- "user": "User",
|
|
|
|
|
- "username": "Username"
|
|
|
|
|
- },
|
|
|
|
|
- "news": {
|
|
|
|
|
- "newsNull": "There is no news~"
|
|
|
|
|
- },
|
|
|
|
|
- "order": {
|
|
|
|
|
- "applyShip": "Apply for delivery",
|
|
|
|
|
- "buyNow": "Buy Now",
|
|
|
|
|
- "confirmReceipt": "Confirm the receipt of goods",
|
|
|
|
|
- "countDown": "Order will be automatically canceled when the payment countdown expires",
|
|
|
|
|
- "createdAt": "Created at",
|
|
|
|
|
- "createSuccess": "Order successfully created",
|
|
|
|
|
- "detail": "Order details",
|
|
|
|
|
- "hasProblem": "Any problems?",
|
|
|
|
|
- "id": "Order ID",
|
|
|
|
|
- "minute": "Minutes",
|
|
|
|
|
- "my": "My Orders",
|
|
|
|
|
- "payAt": "Payment time",
|
|
|
|
|
- "payInfo": "Payment Information",
|
|
|
|
|
- "paying": "Payment in progress",
|
|
|
|
|
- "payMethod": "Payment method",
|
|
|
|
|
- "payMethodName": {
|
|
|
|
|
- "balance": "Balance"
|
|
|
|
|
|
|
+ "bank": {
|
|
|
|
|
+ "account": "Account",
|
|
|
|
|
+ "addBankCard": "Add Bank Account",
|
|
|
|
|
+ "bank": "Bank",
|
|
|
|
|
+ "deleteBankCard": "Delete Bank Account",
|
|
|
|
|
+ "deletePrompt": "This account won't be able to added again until 7 days later, are you sure to delete it?",
|
|
|
|
|
+ "deleteSuccess": "Bank account deleted successfully",
|
|
|
|
|
+ "editBankCard": "Edit Bank Account",
|
|
|
|
|
+ "invalidAccount": "Invalid Account",
|
|
|
|
|
+ "invalidBank": "Invalid Bank",
|
|
|
|
|
+ "invalidMail": "Invalid Mail",
|
|
|
|
|
+ "invalidName": "Invalid Name",
|
|
|
|
|
+ "invalidPhone": "Invalid Phone Number",
|
|
|
|
|
+ "mail": "Mail",
|
|
|
|
|
+ "name": "Name",
|
|
|
|
|
+ "phone": "Phone Number",
|
|
|
|
|
+ "saveBankCard": "Save Bank Account",
|
|
|
|
|
+ "selectBank": "Select Bank",
|
|
|
|
|
+ "invalidCard": "Invalid Account"
|
|
|
},
|
|
},
|
|
|
- "payNow": "Pay now",
|
|
|
|
|
- "paySuccess": "Payment successful",
|
|
|
|
|
- "processing": "Processing",
|
|
|
|
|
- "second": "Seconds",
|
|
|
|
|
- "status": {
|
|
|
|
|
- "ALL": "All",
|
|
|
|
|
- "CANCELED": "Cancelled",
|
|
|
|
|
- "CONFIRMED": "For Sale",
|
|
|
|
|
- "NOT_CONFIRMED": "Waiting for the seller to confirm receipt",
|
|
|
|
|
- "NOT_PAID": "Pending",
|
|
|
|
|
- "NOT_SHIPPED": "to be delivered",
|
|
|
|
|
- "RECEIVED": "received",
|
|
|
|
|
- "SELLING": "Selling",
|
|
|
|
|
- "SHIPPED": "Shipped",
|
|
|
|
|
- "SOLD": "Sold",
|
|
|
|
|
- "SOLD_NOT_CONFIRMED": "To be confirmed receipt",
|
|
|
|
|
- "SOLD_NOT_PAID": "pending buyer payment"
|
|
|
|
|
|
|
+ "blf": {
|
|
|
|
|
+ "buy": "STAKE NOW",
|
|
|
|
|
+ "buying": "STAKING",
|
|
|
|
|
+ "computing": "Calculating Profit",
|
|
|
|
|
+ "end": "Activity has ended",
|
|
|
|
|
+ "finish": "sold out",
|
|
|
|
|
+ "has": "Remaining places",
|
|
|
|
|
+ "not": "No Activity Yet",
|
|
|
|
|
+ "pending": "Coming soon",
|
|
|
|
|
+ "pic": "illustrate",
|
|
|
|
|
+ "sucess": "successful purchase",
|
|
|
|
|
+ "tips": "Stake your balance through the overall stake balance ratio of the platform. Get {rate}‰ of the stake amount of that day.",
|
|
|
|
|
+ "amount": "Enter stake amount",
|
|
|
|
|
+ "minAmount": "minimum stake amount: ",
|
|
|
|
|
+ "time": "Choose a stake duration",
|
|
|
|
|
+ "promptAmount": "Please enter stake amount",
|
|
|
|
|
+ "sure": "",
|
|
|
|
|
+ "tips1": "",
|
|
|
|
|
+ "tips2": ""
|
|
|
},
|
|
},
|
|
|
- "statusDesc": {
|
|
|
|
|
- "CANCELED": "The order has been cancelled, if you have any questions, please contact customer service",
|
|
|
|
|
- "CONFIRMED": "It will be listed within 24 hours after making the consignment",
|
|
|
|
|
- "NOT_CONFIRMED": "Waiting for the seller to confirm receipt",
|
|
|
|
|
- "NOT_PAID": "Please pay as soon as possible, overtime unpaid orders will be automatically canceled",
|
|
|
|
|
- "NOT_SHIPPED": "Waiting for the seller to deliver the goods",
|
|
|
|
|
- "RECEIVED": "Received",
|
|
|
|
|
- "SELLING": "On consignment, if you have any questions, please contact customer service",
|
|
|
|
|
- "SHIPPED": "Shipped",
|
|
|
|
|
- "SOLD": "Sold, please contact customer service if you have any questions",
|
|
|
|
|
- "SOLD_NOT_CONFIRMED": "Waiting for confirmation of receipt",
|
|
|
|
|
- "SOLD_NOT_PAID": "Waiting for the buyer to pay"
|
|
|
|
|
|
|
+ "common": {
|
|
|
|
|
+ "alert": "Hint",
|
|
|
|
|
+ "cancel": "Cancel",
|
|
|
|
|
+ "close": "Close",
|
|
|
|
|
+ "confirm": "Confirm",
|
|
|
|
|
+ "copied": "Copied",
|
|
|
|
|
+ "customerService": "Customer Service",
|
|
|
|
|
+ "eula": "EULA",
|
|
|
|
|
+ "exitApp": "Press again to exit the app",
|
|
|
|
|
+ "guide": "Tutorial",
|
|
|
|
|
+ "home": "Home",
|
|
|
|
|
+ "loadFinish": "Load finished",
|
|
|
|
|
+ "loading": "Loading",
|
|
|
|
|
+ "mine": "Mine",
|
|
|
|
|
+ "more": "More",
|
|
|
|
|
+ "news": "News",
|
|
|
|
|
+ "noRecords": "No records",
|
|
|
|
|
+ "notAvailable": "Unavailable",
|
|
|
|
|
+ "open": "Open",
|
|
|
|
|
+ "profit": "Commission",
|
|
|
|
|
+ "pullRefresh": "Pull down to refresh",
|
|
|
|
|
+ "rank": "Rank",
|
|
|
|
|
+ "register": "Register",
|
|
|
|
|
+ "save": "Save",
|
|
|
|
|
+ "saveFailed": "Save failed",
|
|
|
|
|
+ "saveSuccess": "Saved successfully",
|
|
|
|
|
+ "saving": "Saving",
|
|
|
|
|
+ "serviceTime": "Service from 9:00 am to 9:00 pm",
|
|
|
|
|
+ "skip": "Skip",
|
|
|
|
|
+ "updateSuccess": "Update success",
|
|
|
|
|
+ "wait": "Stay tuned",
|
|
|
|
|
+ "ok": "OK",
|
|
|
|
|
+ "customer": "Add your broker",
|
|
|
|
|
+ "reward": "Reward",
|
|
|
|
|
+ "official": "Official",
|
|
|
|
|
+ "broker": "Broker"
|
|
|
},
|
|
},
|
|
|
- "stopSale": "Sale Suspended",
|
|
|
|
|
- "total": "Total",
|
|
|
|
|
- "totalPayment": "Total Payment",
|
|
|
|
|
- "viewOrder": "View",
|
|
|
|
|
- "walletPay": "Wallet payment"
|
|
|
|
|
- },
|
|
|
|
|
- "product": {
|
|
|
|
|
- "dailyEarning": "Daily Income",
|
|
|
|
|
- "detail": "Product Details",
|
|
|
|
|
- "hot": "IN FULL SWING!",
|
|
|
|
|
- "nowPrice": "Current",
|
|
|
|
|
- "owner": "Current Holder",
|
|
|
|
|
- "priceNow": "Current",
|
|
|
|
|
- "riseDesc": "Daily Income",
|
|
|
|
|
- "search": "Search",
|
|
|
|
|
- "searchNo": "No products were found~",
|
|
|
|
|
- "searchPla": "Enter search keywords",
|
|
|
|
|
- "start": "Start at {time}",
|
|
|
|
|
- "tag": "Digital Artwork",
|
|
|
|
|
- "tomorrowBuy": "Can be sold for ",
|
|
|
|
|
- "delayTips": "This product can only be purchased after the cooling time. If you need to buy multiple high-quality products in a concentrated manner, you can enter a higher level session.",
|
|
|
|
|
- "soldOut": "Sold out"
|
|
|
|
|
- },
|
|
|
|
|
- "rank": {
|
|
|
|
|
- "inviteNum": "New recruits",
|
|
|
|
|
- "profitInfo": "Revenue",
|
|
|
|
|
- "rank": "Ranking",
|
|
|
|
|
- "rankByInvite": "Invite Ranking",
|
|
|
|
|
- "rankByProfit": "Stake Ranking",
|
|
|
|
|
- "userInfo": "User",
|
|
|
|
|
- "withdrawRechargeRate": "Recharge revenue ratio",
|
|
|
|
|
- "stake": "Stake",
|
|
|
|
|
- "profit": "Profit"
|
|
|
|
|
- },
|
|
|
|
|
- "settings": {
|
|
|
|
|
- "checkingUpdate": "Checking for update",
|
|
|
|
|
- "checkUpdate": "Check for update",
|
|
|
|
|
- "darkMode": "Dark Mode",
|
|
|
|
|
- "updating": "Updating",
|
|
|
|
|
- "upToDate": "Already up to date",
|
|
|
|
|
- "newUpdate": "New version available",
|
|
|
|
|
- "updateNow": "Update now"
|
|
|
|
|
- },
|
|
|
|
|
- "title": {
|
|
|
|
|
- "balanceRecord": "Balance Records",
|
|
|
|
|
- "distribution": "Revenue",
|
|
|
|
|
- "myTeam": "My team",
|
|
|
|
|
- "commissionRecords": "Commission Records"
|
|
|
|
|
- },
|
|
|
|
|
- "tutorial": {
|
|
|
|
|
- "step1": "Step 1: Scan the QR code of the recommender, fill in the registration information, and click register to complete the registration",
|
|
|
|
|
- "step2": "Step 2: After registration, save the QR code and share it with more users to register",
|
|
|
|
|
- "step3": "Step 3: Login to the app, click on the wallet recharge amount",
|
|
|
|
|
- "step4": "Step 4: Select or enter the amount to be recharged for recharge",
|
|
|
|
|
- "step5": "Step 5: Select the session, click home, and select the initial session. Each user of the primary session is limited to two collections per day, the intermediate session is open from 4:00 pm to 5:00 pm every day, and the advanced session is open from 3:00 pm to 4:00 pm every day.",
|
|
|
|
|
- "step6": "Step 6: Purchase collections, if the wallet balance is insufficient, you need to recharge the wallet balance",
|
|
|
|
|
- "step7": "Step 7: When entrusting the collection to be put on the shelves in the order, you need to pay the platform a commission fee of 4%, and the collection range corresponding to the collection is 6% of the time of purchase.",
|
|
|
|
|
- "step8": "Step 8: If the amount is sufficient, you can directly purchase the collection and then entrust it to be put on the shelf",
|
|
|
|
|
- "step9": "Note: After purchasing 2 pieces, the primary field cannot purchase collections next time, and each user is limited to purchase 2 pieces per day"
|
|
|
|
|
- },
|
|
|
|
|
- "user": {
|
|
|
|
|
- "notLogin": "User is not logged in, do you want to log in now?",
|
|
|
|
|
- "profile": "Edit profile",
|
|
|
|
|
- "wallet": "My Wallet"
|
|
|
|
|
- },
|
|
|
|
|
- "vip": {
|
|
|
|
|
- "auto": "automatic acquisition",
|
|
|
|
|
- "btn": "Renew",
|
|
|
|
|
- "btn1": "recharge",
|
|
|
|
|
- "isOpen": "Turned on",
|
|
|
|
|
- "rights": "Rights",
|
|
|
|
|
- "time": "Expire date:",
|
|
|
|
|
- "title": "valued member",
|
|
|
|
|
- "isClose": "Unopened",
|
|
|
|
|
- "day": " Days",
|
|
|
|
|
- "recharge": "Recharge member",
|
|
|
|
|
- "tips": "Enjoy automatic acquisition rights",
|
|
|
|
|
- "TopUp": "Recharge members enjoy benefits",
|
|
|
|
|
- "expired": "membership has expired",
|
|
|
|
|
- "lost": "Membership rights have been lost for {day} days",
|
|
|
|
|
- "noVip": "no member"
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ "delegate": {
|
|
|
|
|
+ "increase": "Increase",
|
|
|
|
|
+ "originalPrice": "Original Price",
|
|
|
|
|
+ "payServiceCharge": "Pay Service Charge",
|
|
|
|
|
+ "sellPrice": "Selling Price",
|
|
|
|
|
+ "tip": "The consignment has not started yet, it will start today at {time}",
|
|
|
|
|
+ "tip1": "Note: entrusting the platform to sell services, the maximum price of the product can be increased by {riseRatePercent}% each time, and the platform will charge {serviceCharge}% of the custody service fee",
|
|
|
|
|
+ "title": "Consignment",
|
|
|
|
|
+ "tips2": "",
|
|
|
|
|
+ "tips3": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "distribution": {
|
|
|
|
|
+ "commission": "Commission",
|
|
|
|
|
+ "empty": "Empty",
|
|
|
|
|
+ "invite": "INVITE NOW",
|
|
|
|
|
+ "joinTeamAt": "Join at",
|
|
|
|
|
+ "myInvitor": "My invitor",
|
|
|
|
|
+ "myProfit": "Income",
|
|
|
|
|
+ "orderNum": "Orders",
|
|
|
|
|
+ "profitDetails": "Income Details",
|
|
|
|
|
+ "qrCode": "My promo code",
|
|
|
|
|
+ "saveImg": "Save Picture",
|
|
|
|
|
+ "teamNum": "Team size",
|
|
|
|
|
+ "totalProfit": "Income",
|
|
|
|
|
+ "viewDetail": "View details",
|
|
|
|
|
+ "viewTeam": "View team",
|
|
|
|
|
+ "shareUrl": "Share Link",
|
|
|
|
|
+ "copy": "Copy"
|
|
|
|
|
+ },
|
|
|
|
|
+ "home": {
|
|
|
|
|
+ "all": "All",
|
|
|
|
|
+ "trialPrompt": "This is only available to new users who register within 72 hours, please head to higher level"
|
|
|
|
|
+ },
|
|
|
|
|
+ "loginPage": {
|
|
|
|
|
+ "agreement": "User Agreement",
|
|
|
|
|
+ "codePla": "Please enter verification code",
|
|
|
|
|
+ "enterUsername": "Enter your username",
|
|
|
|
|
+ "goRegister": "Sign up now",
|
|
|
|
|
+ "invitorPla": "Invitation code (optional)",
|
|
|
|
|
+ "isRead": "I have read and agreed",
|
|
|
|
|
+ "login": "Login",
|
|
|
|
|
+ "loginByCode": "Verification code login",
|
|
|
|
|
+ "loginNow": "Already have an account, login now",
|
|
|
|
|
+ "loginPwd": "Password Login",
|
|
|
|
|
+ "loginSuceess": "Login successful",
|
|
|
|
|
+ "nameError": "Account length 6-20, can only contain numbers, letters and underscores, not pure numbers",
|
|
|
|
|
+ "noAcount": "No account yet?",
|
|
|
|
|
+ "noAgree": "Please read and agree to the registration agreement",
|
|
|
|
|
+ "phone": "Phone number",
|
|
|
|
|
+ "phoneError": "Wrong format of phone number",
|
|
|
|
|
+ "phonePla": "Please enter phone number",
|
|
|
|
|
+ "psd": "Password",
|
|
|
|
|
+ "psdAgainError": "The two passwords entered are inconsistent",
|
|
|
|
|
+ "psdAgainPla": "Please enter password again",
|
|
|
|
|
+ "psdEorror": "Wrong format of password",
|
|
|
|
|
+ "psdPla": "Please enter password",
|
|
|
|
|
+ "register": "Registration",
|
|
|
|
|
+ "registerSuccess": "Registration success",
|
|
|
|
|
+ "sendCode": "Send code",
|
|
|
|
|
+ "sended": "Sent"
|
|
|
|
|
+ },
|
|
|
|
|
+ "mine": {
|
|
|
|
|
+ "address": "Address",
|
|
|
|
|
+ "avatar": "Avatar",
|
|
|
|
|
+ "bankCard": "Bank Account",
|
|
|
|
|
+ "bindPhone": "Bind Phone",
|
|
|
|
|
+ "common": "Common Functions",
|
|
|
|
|
+ "female": "Female",
|
|
|
|
|
+ "logout": "Sign out",
|
|
|
|
|
+ "male": "male",
|
|
|
|
|
+ "newProfit": "new income",
|
|
|
|
|
+ "nickname": "Nickname",
|
|
|
|
|
+ "nickPlac": "Please enter a nickname",
|
|
|
|
|
+ "noBind": "Not added",
|
|
|
|
|
+ "noLogin": "LOGIN NOW",
|
|
|
|
|
+ "noSetting": "Not set",
|
|
|
|
|
+ "settings": "Settings",
|
|
|
|
|
+ "sex": "Gender",
|
|
|
|
|
+ "sure": "Confirm the changes",
|
|
|
|
|
+ "user": "User",
|
|
|
|
|
+ "username": "Username"
|
|
|
|
|
+ },
|
|
|
|
|
+ "news": {
|
|
|
|
|
+ "newsNull": "There is no news~"
|
|
|
|
|
+ },
|
|
|
|
|
+ "order": {
|
|
|
|
|
+ "applyShip": "Apply for delivery",
|
|
|
|
|
+ "buyNow": "Buy Now",
|
|
|
|
|
+ "confirmReceipt": "Confirm the receipt of goods",
|
|
|
|
|
+ "countDown": "Order will be automatically canceled when the payment countdown expires",
|
|
|
|
|
+ "createdAt": "Created at",
|
|
|
|
|
+ "createSuccess": "Order successfully created",
|
|
|
|
|
+ "detail": "Order details",
|
|
|
|
|
+ "hasProblem": "Any problems?",
|
|
|
|
|
+ "id": "Order ID",
|
|
|
|
|
+ "minute": "Minutes",
|
|
|
|
|
+ "my": "My Orders",
|
|
|
|
|
+ "payAt": "Payment time",
|
|
|
|
|
+ "payInfo": "Payment Information",
|
|
|
|
|
+ "paying": "Payment in progress",
|
|
|
|
|
+ "payMethod": "Payment method",
|
|
|
|
|
+ "payMethodName": {
|
|
|
|
|
+ "balance": "Balance"
|
|
|
|
|
+ },
|
|
|
|
|
+ "payNow": "Pay now",
|
|
|
|
|
+ "paySuccess": "Payment successful",
|
|
|
|
|
+ "processing": "Processing",
|
|
|
|
|
+ "second": "Seconds",
|
|
|
|
|
+ "status": {
|
|
|
|
|
+ "ALL": "All",
|
|
|
|
|
+ "CANCELED": "Cancelled",
|
|
|
|
|
+ "CONFIRMED": "For Sale",
|
|
|
|
|
+ "NOT_CONFIRMED": "Waiting for the seller to confirm receipt",
|
|
|
|
|
+ "NOT_PAID": "Pending",
|
|
|
|
|
+ "NOT_SHIPPED": "to be delivered",
|
|
|
|
|
+ "RECEIVED": "received",
|
|
|
|
|
+ "SELLING": "Selling",
|
|
|
|
|
+ "SHIPPED": "Shipped",
|
|
|
|
|
+ "SOLD": "Sold",
|
|
|
|
|
+ "SOLD_NOT_CONFIRMED": "To be confirmed receipt",
|
|
|
|
|
+ "SOLD_NOT_PAID": "pending buyer payment"
|
|
|
|
|
+ },
|
|
|
|
|
+ "statusDesc": {
|
|
|
|
|
+ "CANCELED": "The order has been cancelled, if you have any questions, please contact customer service",
|
|
|
|
|
+ "CONFIRMED": "It will be listed within 24 hours after making the consignment",
|
|
|
|
|
+ "NOT_CONFIRMED": "Waiting for the seller to confirm receipt",
|
|
|
|
|
+ "NOT_PAID": "Please pay as soon as possible, overtime unpaid orders will be automatically canceled",
|
|
|
|
|
+ "NOT_SHIPPED": "Waiting for the seller to deliver the goods",
|
|
|
|
|
+ "RECEIVED": "Received",
|
|
|
|
|
+ "SELLING": "On consignment, if you have any questions, please contact customer service",
|
|
|
|
|
+ "SHIPPED": "Shipped",
|
|
|
|
|
+ "SOLD": "Sold, please contact customer service if you have any questions",
|
|
|
|
|
+ "SOLD_NOT_CONFIRMED": "Waiting for confirmation of receipt",
|
|
|
|
|
+ "SOLD_NOT_PAID": "Waiting for the buyer to pay"
|
|
|
|
|
+ },
|
|
|
|
|
+ "stopSale": "Sale Suspended",
|
|
|
|
|
+ "total": "Total",
|
|
|
|
|
+ "totalPayment": "Total Payment",
|
|
|
|
|
+ "viewOrder": "View",
|
|
|
|
|
+ "walletPay": "Wallet payment"
|
|
|
|
|
+ },
|
|
|
|
|
+ "product": {
|
|
|
|
|
+ "dailyEarning": "Daily Income",
|
|
|
|
|
+ "detail": "Product Details",
|
|
|
|
|
+ "hot": "IN FULL SWING!",
|
|
|
|
|
+ "nowPrice": "Current",
|
|
|
|
|
+ "owner": "Current Holder",
|
|
|
|
|
+ "priceNow": "Current",
|
|
|
|
|
+ "riseDesc": "Daily Income",
|
|
|
|
|
+ "search": "Search",
|
|
|
|
|
+ "searchNo": "No products were found~",
|
|
|
|
|
+ "searchPla": "Enter search keywords",
|
|
|
|
|
+ "start": "Start at {time}",
|
|
|
|
|
+ "tag": "Digital Artwork",
|
|
|
|
|
+ "tomorrowBuy": "Can be sold for ",
|
|
|
|
|
+ "delayTips": "This product can only be purchased after the cooling time. If you need to buy multiple high-quality products in a concentrated manner, you can enter a higher level session.",
|
|
|
|
|
+ "soldOut": "Sold out"
|
|
|
|
|
+ },
|
|
|
|
|
+ "rank": {
|
|
|
|
|
+ "inviteNum": "New recruits",
|
|
|
|
|
+ "profitInfo": "Revenue",
|
|
|
|
|
+ "rank": "Ranking",
|
|
|
|
|
+ "rankByInvite": "Invite Ranking",
|
|
|
|
|
+ "rankByProfit": "Stake Ranking",
|
|
|
|
|
+ "userInfo": "User",
|
|
|
|
|
+ "withdrawRechargeRate": "Recharge revenue ratio",
|
|
|
|
|
+ "stake": "Stake",
|
|
|
|
|
+ "profit": "Profit"
|
|
|
|
|
+ },
|
|
|
|
|
+ "settings": {
|
|
|
|
|
+ "checkingUpdate": "Checking for update",
|
|
|
|
|
+ "checkUpdate": "Check for update",
|
|
|
|
|
+ "darkMode": "Dark Mode",
|
|
|
|
|
+ "updating": "Updating",
|
|
|
|
|
+ "upToDate": "Already up to date",
|
|
|
|
|
+ "newUpdate": "New version available",
|
|
|
|
|
+ "updateNow": "Update now"
|
|
|
|
|
+ },
|
|
|
|
|
+ "title": {
|
|
|
|
|
+ "balanceRecord": "Balance Records",
|
|
|
|
|
+ "distribution": "Revenue",
|
|
|
|
|
+ "myTeam": "My team",
|
|
|
|
|
+ "commissionRecords": "Commission Records"
|
|
|
|
|
+ },
|
|
|
|
|
+ "tutorial": {
|
|
|
|
|
+ "step1": "Step 1: Scan the QR code of the recommender, fill in the registration information, and click register to complete the registration",
|
|
|
|
|
+ "step2": "Step 2: After registration, save the QR code and share it with more users to register",
|
|
|
|
|
+ "step3": "Step 3: Login to the app, click on the wallet recharge amount",
|
|
|
|
|
+ "step4": "Step 4: Select or enter the amount to be recharged for recharge",
|
|
|
|
|
+ "step5": "Step 5: Select the session, click home, and select the initial session. Each user of the primary session is limited to two collections per day, the intermediate session is open from 4:00 pm to 5:00 pm every day, and the advanced session is open from 3:00 pm to 4:00 pm every day.",
|
|
|
|
|
+ "step6": "Step 6: Purchase collections, if the wallet balance is insufficient, you need to recharge the wallet balance",
|
|
|
|
|
+ "step7": "Step 7: When entrusting the collection to be put on the shelves in the order, you need to pay the platform a commission fee of 4%, and the collection range corresponding to the collection is 6% of the time of purchase.",
|
|
|
|
|
+ "step8": "Step 8: If the amount is sufficient, you can directly purchase the collection and then entrust it to be put on the shelf",
|
|
|
|
|
+ "step9": "Note: After purchasing 2 pieces, the primary field cannot purchase collections next time, and each user is limited to purchase 2 pieces per day"
|
|
|
|
|
+ },
|
|
|
|
|
+ "user": {
|
|
|
|
|
+ "notLogin": "User is not logged in, do you want to log in now?",
|
|
|
|
|
+ "profile": "Edit profile",
|
|
|
|
|
+ "wallet": "My Wallet"
|
|
|
|
|
+ },
|
|
|
|
|
+ "vip": {
|
|
|
|
|
+ "auto": "automatic acquisition",
|
|
|
|
|
+ "btn": "Renew",
|
|
|
|
|
+ "btn1": "recharge",
|
|
|
|
|
+ "isOpen": "Turned on",
|
|
|
|
|
+ "rights": "Rights",
|
|
|
|
|
+ "time": "Expire date:",
|
|
|
|
|
+ "title": "valued member",
|
|
|
|
|
+ "isClose": "Unopened",
|
|
|
|
|
+ "day": " Days",
|
|
|
|
|
+ "recharge": "Recharge member",
|
|
|
|
|
+ "tips": "Enjoy automatic acquisition rights",
|
|
|
|
|
+ "TopUp": "Recharge members enjoy benefits",
|
|
|
|
|
+ "expired": "membership has expired",
|
|
|
|
|
+ "lost": "Membership rights have been lost for {day} days",
|
|
|
|
|
+ "noVip": "no member",
|
|
|
|
|
+ "setAuto": "Set the interval for automatic purchase",
|
|
|
|
|
+ "dayTimes": "You can snap up {times} times a day",
|
|
|
|
|
+ "pla": "Please enter",
|
|
|
|
|
+ "to": "to",
|
|
|
|
|
+ "sureClose": "Are you sure you want to close automatic acquisition?",
|
|
|
|
|
+ "closeSu": "Closed successfully",
|
|
|
|
|
+ "errorInterval": "Please enter the correct interval",
|
|
|
|
|
+ "openSu": "Opened successfully"
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|