Skip to content

Commit

Permalink
update trading reward strings (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka authored Jan 11, 2024
1 parent 14cc1fa commit 270582a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
7 changes: 4 additions & 3 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"DONE": "Done",
"DYDX_CHAIN_ADDRESS": "dYdX Chain Address",
"DYDX_CHAIN": "dYdX Chain",
"EARNED": "Earned",
"EDIT": "Edit",
"EMAIL": "Email",
"ENDED": "Ended",
Expand Down Expand Up @@ -852,7 +853,6 @@
"TRADING_LEAGUES": "Trading leagues",
"TRADING_LEAGUES_DESCRIPTION": "Trading leagues are now live! Climb the rankings and earn your share of the {PRIZE}.",
"TRADING_LEAGUES_PRIZE": "$100K weekly prize pool",
"TRADING_REWARDS": "Trading Rewards",
"TRADING_VOLUME_LABEL": "exchanged in the last 24h",
"TRADING_VOLUME": "Trading Volume",
"TRAILING_VOLUME": "Trailing Volume",
Expand Down Expand Up @@ -1160,7 +1160,7 @@
"66_REDUCTION": "66% reduction",
"ADJUSTED_IMR": "Adjusted Margin",
"ADJUSTED_IMR_BODY": "We have temporarily {ACTION} the Initial Margin Requirements on {MARKET} to {PERCENT} due to volatility. {ADDITIONAL_NOTE}",
"BLOCK_REWARD": "Block reward",
"BLOCK_REWARD": "Block Reward",
"CLOSE_MARKET_POSITIONS": "Close your {MARKET} position",
"CLOSE_MARKET_POSITIONS_BODY": "{MARKET} is set to close only mode and the close price of {MARKET} is now fixed. Please close your open {MARKET} position as soon as you are able. We're here to help via the help chat if you run into issues.",
"COMPLIANCE_ALERT": "Compliance alert",
Expand Down Expand Up @@ -1206,7 +1206,7 @@
"WITHDRAW_IN_PROGRESS": "Withdrawal(s) in progress...",
"WITHDRAW_TO_CHAIN": "Withdraw to {CHAIN}"
},
"TRADING_REWARD_RECEIVED": "Trading reward received"
"TRADING_REWARD_RECEIVED": "Trading Reward Received"
},
"EMAIL_NOTIFICATIONS": {
"ACCOUNT_DESCRIPTION": "Deposits, Withdrawals, Account Updates",
Expand Down Expand Up @@ -1341,6 +1341,7 @@
"POWERED_BY":"POWERED BY",
"SEASON_ID":"Season {SEASON_ID}",
"TRADING_REWARD": "Trading Reward",
"REWARD_HISTORY_DESCRIPTION": "Rewards are distributed after every block.",
"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?",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.11",
"version": "1.1.12",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down Expand Up @@ -271,6 +271,7 @@ export const APP_STRING_KEYS = {
DONE: 'APP.GENERAL.DONE',
DYDX_CHAIN: 'APP.GENERAL.DYDX_CHAIN',
DYDX_CHAIN_ADDRESS: 'APP.GENERAL.DYDX_CHAIN_ADDRESS',
EARNED: 'APP.GENERAL.EARNED',
EDIT: 'APP.GENERAL.EDIT',
EMAIL: 'APP.GENERAL.EMAIL',
ENDED: 'APP.GENERAL.ENDED',
Expand Down Expand Up @@ -1310,6 +1311,7 @@ export const APP_STRING_KEYS = {
FAQ_WHO_IS_ELIGIBLE_QUESTION: 'APP.TRADING_REWARDS.FAQ_WHO_IS_ELIGIBLE_QUESTION',
FOR_TRADING: 'APP.TRADING_REWARDS.FOR_TRADING',
LAUNCH_INCENTIVES: 'APP.TRADING_REWARDS.LAUNCH_INCENTIVES',
REWARD_HISTORY_DESCRIPTION: 'APP.TRADING_REWARDS.REWARD_HISTORY_DESCRIPTION',
SEASON_ID: 'APP.TRADING_REWARDS.SEASON_ID',
TRADING_REWARD: 'APP.TRADING_REWARDS.TRADING_REWARD',

Expand Down

0 comments on commit 270582a

Please sign in to comment.