@dydxprotocol/v4-localization 1.1.364 → 1.1.366

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,12 +96,14 @@
96
96
  "CLAIM": "Claim",
97
97
  "CLEAR": "Clear",
98
98
  "CLEAR_ALL": "Clear All",
99
+ "CHECK_ELIGIBILITY": "Check Eligibility",
99
100
  "CLICK_HERE": "Click here",
100
101
  "CLOSE": "Close",
101
102
  "COMING_SOON": "Coming soon",
102
103
  "COMMISSION_PERCENTAGE": "{PERCENTAGE} commission",
103
104
  "COMPETITION": "Competition",
104
105
  "COMPETITIONS": "Competitions",
106
+ "REBATES": "Rebates",
105
107
  "CONFIRM": "Confirm",
106
108
  "CONFIRM_DEPOSIT": "Confirm deposit",
107
109
  "CONFIRM_PENDING_DEPOSIT": "Confirm pending deposit",
@@ -1475,6 +1477,7 @@
1475
1477
  "UNTIL_NEXT_EPOCH_ON_DATE": "until the next epoch on {NEXT_EPOCH_DATE}",
1476
1478
  "WEEKLY_PRIZE": "Weekly Prize",
1477
1479
  "MONTHLY_PRIZE": "Monthly Prize",
1480
+ "ESTIMATED_PRIZE": "Estimated Prize",
1478
1481
  "VIEW_FEES": "View fees",
1479
1482
  "VIEW_FEE_STRUCTURE": "View fee structure",
1480
1483
  "VIEW_FILLS": "View fills",
@@ -2010,6 +2013,7 @@
2010
2013
  "CANCELING_ALL_ORDERS": "Canceling all orders",
2011
2014
  "CHAIN_DISRUPTION_DETECTED": "Potential chain disruption detected",
2012
2015
  "CHAIN_DISRUPTION_DETECTED_BODY": "There is a potential dYdX Chain disruption. Please check the status page and refresh. In the case of a chain disruption, trading and transfers are temporarily disabled. Your funds are safe.",
2016
+ "CLAIM_TRADING_LEAGUE_REWARD_BODY": "Claim your Trading League reward!",
2013
2017
  "CLICK_TO_VIEW": "Click to view",
2014
2018
  "CLOSE_MARKET_POSITIONS": "Close your {MARKET} position",
2015
2019
  "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.",
@@ -2294,8 +2298,8 @@
2294
2298
  "COMPETITION_LEADERBOARD_TITLE": "PNL Leaderboard",
2295
2299
  "COMPETITION_HEADLINE_NOV_2025": "{REWARD_AMOUNT} in weekly rewards",
2296
2300
  "COMPETITION_BODY_NOV_2025": "Up to {REWARD_AMOUNT} in rewards are up for grabs every week to the best traders on dYdX. Rewards are distributed at the end of each week.",
2297
- "COMPETITION_HEADLINE_DEC_2025": "Up to {REWARD_AMOUNT} in Liquidation Rebates",
2298
- "COMPETITION_BODY_DEC_2025": "The Liquidation Rebate Pilot Program introduces a gamified incentive layer for traders who are liquidated on dYdX. This December, traders can now turn liquidations into rewards, earn points, and claim their share of up to {REWARD_AMOUNT} in DYDX rebates!",
2301
+ "COMPETITION_HEADLINE_DEC_2025": "Up to {REWARD_AMOUNT} in Loss Rebates",
2302
+ "COMPETITION_BODY_DEC_2025": "The Loss Rebate Pilot Program introduces a gamified incentive layer for traders who are liquidated on dYdX. This December, eligible traders can turn liquidations into an opportunity to earn DYDX rebates.",
2299
2303
  "SURGE": "Surge",
2300
2304
  "SURGE_COUNTDOWN": "S{SURGE_SEASON} Countdown",
2301
2305
  "SURGE_HEADLINE": "dYdX Surge: Compete for $3M",
@@ -2683,7 +2687,7 @@
2683
2687
  "REBATE_BANNER": {
2684
2688
  "REBATE_BANNER_TITLE": "This September: Get 50% of Trading Fees Back",
2685
2689
  "REBATE_BANNER_TITLE_SURGE": "dYdX Surge:",
2686
- "REBATE_BANNER_TITLE_FEES": "$1M Rewards Pool + 100% Fee Rebates Live Now",
2690
+ "REBATE_BANNER_TITLE_FEES": "50% Trading Fee Rebates Live Now",
2687
2691
  "REBATE_BANNER_SUBTITLE": "Front-end only",
2688
2692
  "REBATE_BANNER_CTA": "Get Rebate"
2689
2693
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.364",
3
+ "version": "1.1.366",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -459,6 +459,7 @@ export const APP_STRING_KEYS = {
459
459
  CARDS: 'APP.GENERAL.CARDS',
460
460
  CATEGORY: 'APP.GENERAL.CATEGORY',
461
461
  CHAINS: 'APP.GENERAL.CHAINS',
462
+ CHECK_ELIGIBILITY: 'APP.GENERAL.CHECK_ELIGIBILITY',
462
463
  CLAIM: 'APP.GENERAL.CLAIM',
463
464
  CLEAR: 'APP.GENERAL.CLEAR',
464
465
  CLEAR_ALL: 'APP.GENERAL.CLEAR_ALL',
@@ -679,6 +680,7 @@ export const APP_STRING_KEYS = {
679
680
  QUEUED: 'APP.GENERAL.QUEUED',
680
681
  RANKINGS: 'APP.GENERAL.RANKINGS',
681
682
  REAL_WORLD_ASSET_SHORT: 'APP.GENERAL.REAL_WORLD_ASSET_SHORT',
683
+ REBATES: 'APP.GENERAL.REBATES',
682
684
  RECEIPT: 'APP.GENERAL.RECEIPT',
683
685
  RECEIVE: 'APP.GENERAL.RECEIVE',
684
686
  RECENT: 'APP.GENERAL.RECENT',
@@ -1142,6 +1144,7 @@ export const APP_STRING_KEYS = {
1142
1144
  CANCEL_OLD_TRIGGERS_BODY: 'APP.NOTIFICATIONS.CANCEL_OLD_TRIGGERS_BODY',
1143
1145
  CHAIN_DISRUPTION_DETECTED: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED',
1144
1146
  CHAIN_DISRUPTION_DETECTED_BODY: 'APP.NOTIFICATIONS.CHAIN_DISRUPTION_DETECTED_BODY',
1147
+ CLAIM_TRADING_LEAGUE_REWARD_BODY: 'APP.NOTIFICATIONS.CLAIM_TRADING_LEAGUE_REWARD_BODY',
1145
1148
  CLICK_TO_VIEW: 'APP.NOTIFICATIONS.CLICK_TO_VIEW',
1146
1149
  CLOSE_MARKET_POSITIONS: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS',
1147
1150
  CLOSE_MARKET_POSITIONS_BODY: 'APP.NOTIFICATIONS.CLOSE_MARKET_POSITIONS_BODY',
@@ -1433,6 +1436,7 @@ export const APP_STRING_KEYS = {
1433
1436
  ESTIMATED_FOR_THIS_EPOCH: 'APP.PORTFOLIO.ESTIMATED_FOR_THIS_EPOCH',
1434
1437
  ESTIMATED_MONTHLY_REBATE: 'APP.PORTFOLIO.ESTIMATED_MONTHLY_REBATE',
1435
1438
  ESTIMATED_MONTHLY_REWARD: 'APP.PORTFOLIO.ESTIMATED_MONTHLY_REWARD',
1439
+ ESTIMATED_PRIZE: 'APP.PORTFOLIO.ESTIMATED_PRIZE',
1436
1440
  ESTIMATED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_REWARDS',
1437
1441
  ESTIMATED_UNLOCKED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_UNLOCKED_REWARDS',
1438
1442
  EXCHANGE_MARKET_SHARE: 'APP.PORTFOLIO.EXCHANGE_MARKET_SHARE',