@dydxprotocol/v4-localization 1.1.364 → 1.1.365

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.
@@ -102,6 +102,7 @@
102
102
  "COMMISSION_PERCENTAGE": "{PERCENTAGE} commission",
103
103
  "COMPETITION": "Competition",
104
104
  "COMPETITIONS": "Competitions",
105
+ "REBATES": "Rebates",
105
106
  "CONFIRM": "Confirm",
106
107
  "CONFIRM_DEPOSIT": "Confirm deposit",
107
108
  "CONFIRM_PENDING_DEPOSIT": "Confirm pending deposit",
@@ -1475,6 +1476,7 @@
1475
1476
  "UNTIL_NEXT_EPOCH_ON_DATE": "until the next epoch on {NEXT_EPOCH_DATE}",
1476
1477
  "WEEKLY_PRIZE": "Weekly Prize",
1477
1478
  "MONTHLY_PRIZE": "Monthly Prize",
1479
+ "ESTIMATED_PRIZE": "Estimated Prize",
1478
1480
  "VIEW_FEES": "View fees",
1479
1481
  "VIEW_FEE_STRUCTURE": "View fee structure",
1480
1482
  "VIEW_FILLS": "View fills",
@@ -2294,8 +2296,8 @@
2294
2296
  "COMPETITION_LEADERBOARD_TITLE": "PNL Leaderboard",
2295
2297
  "COMPETITION_HEADLINE_NOV_2025": "{REWARD_AMOUNT} in weekly rewards",
2296
2298
  "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!",
2299
+ "COMPETITION_HEADLINE_DEC_2025": "Up to {REWARD_AMOUNT} in Loss Rebates",
2300
+ "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
2301
  "SURGE": "Surge",
2300
2302
  "SURGE_COUNTDOWN": "S{SURGE_SEASON} Countdown",
2301
2303
  "SURGE_HEADLINE": "dYdX Surge: Compete for $3M",
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.365",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -679,6 +679,7 @@ export const APP_STRING_KEYS = {
679
679
  QUEUED: 'APP.GENERAL.QUEUED',
680
680
  RANKINGS: 'APP.GENERAL.RANKINGS',
681
681
  REAL_WORLD_ASSET_SHORT: 'APP.GENERAL.REAL_WORLD_ASSET_SHORT',
682
+ REBATES: 'APP.GENERAL.REBATES',
682
683
  RECEIPT: 'APP.GENERAL.RECEIPT',
683
684
  RECEIVE: 'APP.GENERAL.RECEIVE',
684
685
  RECENT: 'APP.GENERAL.RECENT',
@@ -1433,6 +1434,7 @@ export const APP_STRING_KEYS = {
1433
1434
  ESTIMATED_FOR_THIS_EPOCH: 'APP.PORTFOLIO.ESTIMATED_FOR_THIS_EPOCH',
1434
1435
  ESTIMATED_MONTHLY_REBATE: 'APP.PORTFOLIO.ESTIMATED_MONTHLY_REBATE',
1435
1436
  ESTIMATED_MONTHLY_REWARD: 'APP.PORTFOLIO.ESTIMATED_MONTHLY_REWARD',
1437
+ ESTIMATED_PRIZE: 'APP.PORTFOLIO.ESTIMATED_PRIZE',
1436
1438
  ESTIMATED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_REWARDS',
1437
1439
  ESTIMATED_UNLOCKED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_UNLOCKED_REWARDS',
1438
1440
  EXCHANGE_MARKET_SHARE: 'APP.PORTFOLIO.EXCHANGE_MARKET_SHARE',