@dydxprotocol/v4-localization 1.1.345 → 1.1.346
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.
|
@@ -1380,6 +1380,7 @@
|
|
|
1380
1380
|
"ESTIMATED_FOR_THIS_EPOCH": "estimated for this epoch",
|
|
1381
1381
|
"ESTIMATED_REWARDS": "Estimated Rewards",
|
|
1382
1382
|
"ESTIMATED_MONTHLY_REBATE": "Estimated Monthly Rebate",
|
|
1383
|
+
"ESTIMATED_MONTHLY_REWARD": "Estimated Monthly Reward",
|
|
1383
1384
|
"ESTIMATED_UNLOCKED_REWARDS": "estimated unlocked rewards",
|
|
1384
1385
|
"EXCHANGE_MARKET_SHARE": "exchange market share",
|
|
1385
1386
|
"EXPORT": "Export",
|
|
@@ -1465,6 +1466,7 @@
|
|
|
1465
1466
|
"UNLOCKED_ENTIRE_ALLOCATION": "Allocation unlocked, claim at end of epoch",
|
|
1466
1467
|
"UNLOCKED": "unlocked",
|
|
1467
1468
|
"UNTIL_NEXT_EPOCH_ON_DATE": "until the next epoch on {NEXT_EPOCH_DATE}",
|
|
1469
|
+
"WEEKLY_PRIZE": "Weekly Prize",
|
|
1468
1470
|
"VIEW_FEES": "View fees",
|
|
1469
1471
|
"VIEW_FEE_STRUCTURE": "View fee structure",
|
|
1470
1472
|
"VIEW_FILLS": "View fills",
|
|
@@ -2277,11 +2279,16 @@
|
|
|
2277
2279
|
"TRADING_REWARDS_UNAVAILABLE_IN_US": "These third-party products and services are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in the U.S., Canada or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}."
|
|
2278
2280
|
},
|
|
2279
2281
|
"REWARDS_SURGE_APRIL_2025": {
|
|
2282
|
+
"COMPETITION_LEADERBOARD_TITLE": "PNL Leaderboard",
|
|
2283
|
+
"COMPETITION_HEADLINE_NOV_2025": "{REWARD_AMOUNT} in weekly rewards",
|
|
2284
|
+
"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.",
|
|
2280
2285
|
"SURGE": "Surge",
|
|
2281
2286
|
"SURGE_COUNTDOWN": "S{SURGE_SEASON} Countdown",
|
|
2282
2287
|
"SURGE_HEADLINE": "dYdX Surge: Compete for $3M",
|
|
2283
2288
|
"SURGE_HEADLINE_SEP_2025": "{REWARD_AMOUNT} in rewards + {REBATE_PERCENT} fee rebate",
|
|
2284
2289
|
"SURGE_BODY_SEP_2025": "Up to {REWARD_AMOUNT} in rewards and a {REBATE_PERCENT} fee rebate are distributed to dYdX traders at the end of every month.",
|
|
2290
|
+
"SURGE_HEADLINE_NOV_2025": "{REWARD_AMOUNT} in rewards + {REBATE_PERCENT} fee rebate",
|
|
2291
|
+
"SURGE_BODY_NOV_2025": "Up to {REWARD_AMOUNT} in rewards for front end users and a {REBATE_PERCENT} fee rebate are distributed to dYdX traders at the end of every month.",
|
|
2285
2292
|
"SURGE_EST_AMOUNT_TOOLTIP": "Estimated sum of leaderboard rewards + trading fee rebates",
|
|
2286
2293
|
"SURGE_BODY": "Up to $3M in rewards are distributed to dYdX traders every month. Make your move, click the Leaderboard to learn more.",
|
|
2287
2294
|
"SURGE_HOW_IT_WORKS": "How It Works",
|
|
@@ -2291,7 +2298,9 @@
|
|
|
2291
2298
|
"SURGE_HOW_TO_EARN": "How To Earn More Points",
|
|
2292
2299
|
"SURGE_HOW_TO_EARN_1": "General (75%) - Based on trading fees paid by takers, rewarding capital-efficient strategies.",
|
|
2293
2300
|
"SURGE_HOW_TO_EARN_2": "Retail (25%) - For taker trades made through the dYdX web and mobile interfaces.",
|
|
2294
|
-
"SURGE_HOW_TO_EARN_3": "Activation (0%) - Designed to incentivize new features, DYDX staking, liquidity in key markets, and re-engagement of past users."
|
|
2301
|
+
"SURGE_HOW_TO_EARN_3": "Activation (0%) - Designed to incentivize new features, DYDX staking, liquidity in key markets, and re-engagement of past users.",
|
|
2302
|
+
"SURGE_LEADERBOARD_TITLE": "Surge Leaderboard",
|
|
2303
|
+
"WEEK_COUNTDOWN": "Week {WEEK} Countdown"
|
|
2295
2304
|
},
|
|
2296
2305
|
"EPOCH_END_MODAL": {
|
|
2297
2306
|
"EPOCH_END_EARNED": "You earned {AMOUNT} $DYDX rewards during Epoch {EPOCH_NUMBER}! Claim your rewards on the governance dashboard.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1402,6 +1402,7 @@ export const APP_STRING_KEYS = {
|
|
|
1402
1402
|
EPOCH_NUMBER: 'APP.PORTFOLIO.EPOCH_NUMBER',
|
|
1403
1403
|
ESTIMATED_FOR_THIS_EPOCH: 'APP.PORTFOLIO.ESTIMATED_FOR_THIS_EPOCH',
|
|
1404
1404
|
ESTIMATED_MONTHLY_REBATE: 'APP.PORTFOLIO.ESTIMATED_MONTHLY_REBATE',
|
|
1405
|
+
ESTIMATED_MONTHLY_REWARD: 'APP.PORTFOLIO.ESTIMATED_MONTHLY_REWARD',
|
|
1405
1406
|
ESTIMATED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_REWARDS',
|
|
1406
1407
|
ESTIMATED_UNLOCKED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_UNLOCKED_REWARDS',
|
|
1407
1408
|
EXCHANGE_MARKET_SHARE: 'APP.PORTFOLIO.EXCHANGE_MARKET_SHARE',
|
|
@@ -1492,6 +1493,7 @@ export const APP_STRING_KEYS = {
|
|
|
1492
1493
|
VIEW_FILLS: 'APP.PORTFOLIO.VIEW_FILLS',
|
|
1493
1494
|
VIEW_REWARDS: 'APP.PORTFOLIO.VIEW_REWARDS',
|
|
1494
1495
|
VIP_TELEGRAM_BODY: 'APP.PORTFOLIO.VIP_TELEGRAM_BODY',
|
|
1496
|
+
WEEKLY_PRIZE: 'APP.PORTFOLIO.WEEKLY_PRIZE',
|
|
1495
1497
|
YOUR_FEE_TIER: 'APP.PORTFOLIO.YOUR_FEE_TIER',
|
|
1496
1498
|
|
|
1497
1499
|
// PREDICTION_MARKET
|
|
@@ -1616,12 +1618,17 @@ export const APP_STRING_KEYS = {
|
|
|
1616
1618
|
|
|
1617
1619
|
// REWARDS_SURGE_APRIL_2025
|
|
1618
1620
|
|
|
1621
|
+
COMPETITION_BODY_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_BODY_NOV_2025',
|
|
1622
|
+
COMPETITION_HEADLINE_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_NOV_2025',
|
|
1623
|
+
COMPETITION_LEADERBOARD_TITLE: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_LEADERBOARD_TITLE',
|
|
1619
1624
|
SURGE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE',
|
|
1620
1625
|
SURGE_BODY: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY',
|
|
1626
|
+
SURGE_BODY_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_NOV_2025',
|
|
1621
1627
|
SURGE_BODY_SEP_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_SEP_2025',
|
|
1622
1628
|
SURGE_COUNTDOWN: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_COUNTDOWN',
|
|
1623
1629
|
SURGE_EST_AMOUNT_TOOLTIP: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_EST_AMOUNT_TOOLTIP',
|
|
1624
1630
|
SURGE_HEADLINE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE',
|
|
1631
|
+
SURGE_HEADLINE_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE_NOV_2025',
|
|
1625
1632
|
SURGE_HEADLINE_SEP_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE_SEP_2025',
|
|
1626
1633
|
SURGE_HOW_IT_WORKS: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS',
|
|
1627
1634
|
SURGE_HOW_IT_WORKS_1: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS_1',
|
|
@@ -1631,6 +1638,8 @@ export const APP_STRING_KEYS = {
|
|
|
1631
1638
|
SURGE_HOW_TO_EARN_1: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_TO_EARN_1',
|
|
1632
1639
|
SURGE_HOW_TO_EARN_2: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_TO_EARN_2',
|
|
1633
1640
|
SURGE_HOW_TO_EARN_3: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_TO_EARN_3',
|
|
1641
|
+
SURGE_LEADERBOARD_TITLE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_LEADERBOARD_TITLE',
|
|
1642
|
+
WEEK_COUNTDOWN: 'APP.REWARDS_SURGE_APRIL_2025.WEEK_COUNTDOWN',
|
|
1634
1643
|
|
|
1635
1644
|
// SHARE_ACTIVITY_MODAL
|
|
1636
1645
|
|