2 lines
2.2 KiB
JavaScript
2 lines
2.2 KiB
JavaScript
const e={"User name":"Username","User nickname":"User nickname",balance:"Balance","User ID":"User ID","Change balance":"Change balance","Before change":"Before the change","After change":"After the change",remarks:"Remark","Current balance":"Current balance","Change amount":"Change amount","Please enter the balance change amount":"Please enter the balance change amount.","Balance after change":"Balance after change","Please enter change remarks / description":"Please enter change remarks/description",User:"User","Transaction id":"Transaction id","Created by":"Created by",type:"Type",type_list:{1:"Deposit",2:"Withdraw",3:"IN",4:"OUT"},"Game Ticket":"Game Ticket",game_type:{1001:"Lucky Wheel",1002:"Golden Eggs",1003:"Daily Mission",1004:"Plinko Ball"},bank_id:"Bank Account",annualReport:{title:"ANNUAL REPORT",year:"YEAR",deposit:"DEPOSIT",withdraw:"WITHDRAW",transactionDeposit:"TRANSACTION (DEPOSIT)",transactionWithdraw:"TRANSACTION (WITHDRAW)",activePlayer:"ACTIVE PLAYER",firstDeposit:"FIRST DEPOSIT",unclaimReceipt:"UNCLAIM RECEIPT",unclaimAmount:"UNCLAIM AMOUNT",depositWithdraw:"Deposit & Withdraw",transactionActive:"Transaction & Active",download:"Download",months:{jan:"JAN",feb:"FEB",mar:"MAR",apr:"APR",may:"MAY",jun:"JUN",jul:"JUL",aug:"AUG",sep:"SEP",oct:"OCT",nov:"NOV",dec:"DEC"}},dailyReport:{title:"DAILY REPORT",noData:"No daily report data",startDate:"Start Date",endDate:"End Date",daily:"Daily",monthly:"Monthly",yearly:"Yearly",date:"DATE",deposit:"DEPOSIT",withdraw:"WITHDRAW",winLose:"WIN/LOSE",unclaim:"UNCLAIM",activeMember:"ACTIVE MEMBER",newDeposit:"NEW DEPOSIT",newRegister:"NEW REGISTER",reward:"REWARD ({game})",count:"COUNT",total:"TOTAL"},customerReport:{title:"CUSTOMER REPORT",noData:"No customer report data",startDate:"Start Date",endDate:"End Date",fullUsername:"Full Username",loseRebate:"LOSE REBATE",options:"(Options)",rebatePlaceholder:"(Options) percentage %",option:"option",search:"Search",clear:"Clear",dateOfData:"Date of data",allTime:"All Time",registerDate:"REGISTER DATE",username:"USERNAME",deposit:"DEPOSIT",withdraw:"WITHDRAW",winLose:"WIN / LOSE",referral:"REFERRAL (Downline)",reward:"REWARD ({game})",count:"Count",amount:"Amount",totalRecords:"Total {total} records",show:"Show",entries:"entries"}};export{e as default};
|