98 lines
4.1 KiB
JavaScript
98 lines
4.1 KiB
JavaScript
export default {
|
|
earn: {
|
|
header: {
|
|
myRewards: "My rewards",
|
|
rules: "Rules"
|
|
},
|
|
toast: {
|
|
loading: "Loading...."
|
|
},
|
|
footer: {
|
|
myLink: "MY LINK",
|
|
copy: "COPY",
|
|
share: "SHARE"
|
|
},
|
|
rule: {
|
|
cashBonus: "Cash Bonus",
|
|
cashBalance: "Cash Balance",
|
|
text: "of his bet to your ",
|
|
tipOneProblem: "1. How to develop my downline?",
|
|
tipOneText: "Download the game through the link you shared, register an account, and participate in any game, you can successfully become a lower-level user and get rewards.",
|
|
tipTwoProblem: "2. How to claim my reward?",
|
|
tipTwoText: "On the My Reward page, click claim to get the reward, which will be issued in real time.",
|
|
tipThreeProblem: "3. How can you make more money?",
|
|
tipThreeText: "Develop more downline users and encourage your downline users to develop more downline users. You will get a lot of money every moment!",
|
|
|
|
},
|
|
myRewards: {
|
|
rewardToday: "Reward Today",
|
|
totalRewards: "Total Rewards",
|
|
numberOfInviters: "Number of Inviters",
|
|
amountAvailable: "Amount available",
|
|
data: "Data",
|
|
rewards: "Rewards",
|
|
claim: "Claim"
|
|
},
|
|
"tab1": "Home",
|
|
"tab2": "My Reward",
|
|
"tab3": "My Teams",
|
|
"tab4": "Rules",
|
|
home: {
|
|
topDes: "Invite friends to participate in the game or participate in distribution, you will get rewards. The bigger your team is, the more rewards you will get.",
|
|
myAgentLevel: 'My Agent Level',
|
|
level: "Level",
|
|
myTeam: "My Team",
|
|
today: "Today",
|
|
myRebateRatio: "My Rebate Radio",
|
|
myDirect: "My Direct",
|
|
claim: "Claim",
|
|
date: "Date",
|
|
reward: "Reward",
|
|
userId: "ID",
|
|
team: "Team",
|
|
direct: "Direct",
|
|
allDirect: "All Direct",
|
|
placeholder1: "User ID to search",
|
|
teamPerformance: "Team performance",
|
|
directPerformance: "Direct performance",
|
|
item1Des: "Today's team performance",
|
|
item2Des: "Today's direct performance",
|
|
item3Des: "Reward Total",
|
|
item4Des: "Reward Today",
|
|
item5Des: "Commissions Avilable",
|
|
relation: "Relation",
|
|
commission: "Commission",
|
|
commissionTable: "Commission Table",
|
|
rules: "Rules",
|
|
commission1: "1. A's Valid bets * Your Commission Rate.",
|
|
commission2: "2. A's Performance *(Your Commission Rate- A's Commission Rate.",
|
|
rules1: "1. Share your link with your friends, and you can get commissions after they participate in the game and place bets.",
|
|
rules2: "2. The commission for the day will be issued at 1:30 the next day, and you can claim it on my rewards page.",
|
|
rules3: "3. The agent level is reset at 0:00 every day, and the commission calculated when issuing rewards is the level before the reset.",
|
|
rules4: "4. The commissions for different agent levels are different, please check the commission details for details.",
|
|
rules5: "5. The performance is the sum of the valid bets of all subordinates.",
|
|
tableTitle1: "Agent Level",
|
|
tableTitle2: "Performance range",
|
|
tableTitle3: "Commission Rate",
|
|
|
|
levelTip1: "1. The agent level is calculated in real time based on the team performance of the day. The rules are shown in the commission table.",
|
|
levelTip2: "2. The agent level is reset at 00:00 every day.",
|
|
levelTip3: "3. The commission for the day will be calculated based on the commission ratio corresponding to the agent level.",
|
|
|
|
teamTodayTip1: "1. My team refers to my subordinates, and my subordinates' subordinates... the total number of all people.",
|
|
teamTodayTip2: "2. (Today) means the number of people added to the team today.",
|
|
|
|
directTodayTip1: "1. My direct subordinates refer to my direct subordinates",
|
|
directTodayTip2: "2. (Today) refers to the number of direct subordinates added today",
|
|
|
|
teamPerformanceTip1: "Today's team performance means the total valid bets of all members of the team (excluding yourself) today.",
|
|
|
|
directPerformanceTip1: "Today's direct performance means the total valid bets of all direct subordinates in the team today (excluding yourself)",
|
|
|
|
rewardTotalTip1: "Rewards total refer to the sum of all distribution rewards, including unclaimed rewards",
|
|
|
|
rewardTodayTip1: "Rewards today refer to the total of today's distribution rewards, including unclaimed rewards"
|
|
}
|
|
}
|
|
|
|
} |