-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update invite page and adjust cashback (#5364)
* feat: update invite page and adjust cashback * update
- Loading branch information
Showing
4 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
{ | ||
"Cumulative number of invitees": "Cumulative number of invitees", | ||
"Earnings": "Earnings", | ||
"Cashback Ratio": "Cashback Ratio", | ||
"Every time a friend recharges": "Every time a friend recharges, you will receive a balance reward of {{amount}}", | ||
"Cashback Ratio": "Cashback Rules", | ||
"every_time_a_friend_recharges": "2. Every time a friend recharges, you will receive a rebate of TA's recharge amount <strong>{{amount}}</strong>", | ||
"Invitation link": "Invitation link", | ||
"Copy link": "Copy link", | ||
"Time": "Time", | ||
"Amount": "Amount", | ||
"No invitation records": "No invitation records~" | ||
} | ||
"No invitation records": "No invitation records~", | ||
"cashback_first_rule": "1. After a friend completes real-name authentication, you and TA will receive a <strong>{{amount}}</strong> yuan balance reward" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
{ | ||
"Cumulative number of invitees": "累计邀请人数", | ||
"Earnings": "收益", | ||
"Cashback Ratio": "返现比例", | ||
"Every time a friend recharges": "好友每次充值,您都获得 {{amount}} 的余额奖励", | ||
"Cashback Ratio": "返现规则", | ||
"every_time_a_friend_recharges": "2. 好友每次充值,您会获得TA的充值金额 <strong>{{amount}}</strong> 的返利", | ||
"Invitation link": "邀请链接", | ||
"Copy link": "复制链接", | ||
"Time": "时间", | ||
"Amount": "金额", | ||
"No invitation records": "无邀请记录~" | ||
} | ||
"No invitation records": "无邀请记录~", | ||
"cashback_first_rule": "1. 好友完成实名认证后,您和TA都将获得 <strong>{{amount}}</strong> 元余额奖励" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters