-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trading Rewards Copy #198
Trading Rewards Copy #198
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
config/localization/en/app.json
Outdated
"TRADING_REWARDS" : { | ||
"EVENT": "Event", | ||
"FOR_TRADING": "For trading {PERIOD}", | ||
"TRADING_REWARD": "Trading Reward" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is this from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config/localization/en/app.json
Outdated
@@ -1394,6 +1401,8 @@ | |||
"POSTAL_CODE": "Postal Code", | |||
"PRINT_NAME": "Print Name", | |||
"REWARDS_BY_EPOCH": "Rewards by Epoch", | |||
"REWARDS_LAST_7_DAYS": "Rewards last 7 days", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't think we need this anymore -- should be This week or This week rewards
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed in bb53067
config/localization/en/app.json
Outdated
@@ -128,6 +131,7 @@ | |||
"GO_TO_MARKET": "Go to market", | |||
"GOVERNANCE": "Governance", | |||
"HEDGIES": "Hedgies", | |||
"HELP": "Help", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This key exists already
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed in bb53067
6bdb30f
to
8b0bb87
Compare
config/localization/en/app.json
Outdated
@@ -676,7 +683,8 @@ | |||
"LEGAL": { | |||
"ACADEMY_LINK_DESCRIPTION": "To access the dYdX Academy, you will leave the dYdX Trading Inc. website and join a website made available by dYdX Foundation, which is independent from and unaffiliated with dYdX Trading Inc. dYdX Trading Inc. is not responsible for any action taken or content on the third-party website.", | |||
"LEGAL": "Legal", | |||
"GOVERNANCE_LINK_DESCRIPTION": "To participate in governance, you will leave the dYdX Trading Inc. website and join a website made available by dYdX Foundation, which is independent from and unaffiliated with dYdX Trading Inc. dYdX Trading Inc. is not responsible for any action taken or content on the third-party website.", | |||
"GOVERNANCE_LINK_DESCRIPTION": "To participate in governance, you need to export your secret phrase to Keplr Wallet.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config/localization/en/app.json
Outdated
@@ -1314,7 +1322,31 @@ | |||
"TRADE_TO_WIN": "Trade to win", | |||
"TRADERS_JOINED": "Traders Joined", | |||
"USERS_REFERRED": "Users Referred", | |||
"YOU_CAN_WIN_THESE": "You can win these in our {LEAGUES_LINK}" | |||
"YOU_CAN_WIN_THESE": "You can win these in our {LEAGUES_LINK}", | |||
"REWARD_HISTORY_TOOLTIP": "Time is displayed in Coordinated Universal Time (UTC)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might want to include this in the tooltip strings instead
config/localization/en/app.json
Outdated
"GOVERNANCE": "Governance", | ||
"GOVERNANCE_LINK_DESCRIPTION": "To participate in governance, you need to export your secret phrase to Keplr Wallet.", | ||
"LAUNCH_INCENTIVES":"Launch Incentives", | ||
"LAUNCH_INCENTIVES_DESCRIPTION":"Each season, you can earn rewards for trading on dYdX Chain. Trade to earn your rightful spot on the leaderboard.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config/localization/en/app.json
Outdated
"FAQ_WHO_IS_ELIGIBLE_QUESTION":"Who is eligible for trading rewards?", | ||
"FAQ_WHO_IS_ELIGIBLE_ANSWER":"All traders are eligible for trading rewards.", | ||
"FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION":"How do trading rewards work?", | ||
"FAQ_HOW_DO_TRADING_REWARDS_WORK_ANSWER":"Immediately after each fill, trading rewards are sent directly to the trader’s dYdX Chain address, based on the amount of fees paid by the trader.", | ||
"FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION":"How do I claim my rewards?", | ||
"FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER":"Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: formatting
8a9e79b
to
4f69b22
Compare
4f69b22
to
2a1b6cb
Compare
2a1b6cb
to
72884eb
Compare
@@ -198,6 +198,9 @@ | |||
"UNREALIZED_PNL": { | |||
"TITLE": "Unrealized Profit / Loss", | |||
"BODY": "Total profit / loss if you were to fully close the remainder of your current position at the current oracle price. Resets if you close your position or change position sides (long to short, or vice versa)." | |||
}, | |||
"REWARD_HISTORY": { | |||
"BODY": "Time is displayed in Coordinated Universal Time (UTC)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note, the tooltip does not have a title per design
72884eb
to
8c8b844
Compare
8c8b844
to
939429b
Compare
d8ba3d8
to
ca4dcd0
Compare
TRCL-3446 : add trading rewards localization strings
Figma