@dydxprotocol/v4-localization 1.1.362 → 1.1.364
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.
|
@@ -881,6 +881,7 @@
|
|
|
881
881
|
"EXCHANGE_METRICS": "Metrics",
|
|
882
882
|
"EXCHANGE_STATUS": "Status",
|
|
883
883
|
"FEEDBACK": "Feedback",
|
|
884
|
+
"FUNDING_COMPARISON": "Funding Comparison",
|
|
884
885
|
"GASLESS_DEPOSIT_RULES": "Gasless Deposits",
|
|
885
886
|
"HELP": "Help",
|
|
886
887
|
"HELP_CENTER": "Help center",
|
|
@@ -1473,6 +1474,7 @@
|
|
|
1473
1474
|
"UNLOCKED": "unlocked",
|
|
1474
1475
|
"UNTIL_NEXT_EPOCH_ON_DATE": "until the next epoch on {NEXT_EPOCH_DATE}",
|
|
1475
1476
|
"WEEKLY_PRIZE": "Weekly Prize",
|
|
1477
|
+
"MONTHLY_PRIZE": "Monthly Prize",
|
|
1476
1478
|
"VIEW_FEES": "View fees",
|
|
1477
1479
|
"VIEW_FEE_STRUCTURE": "View fee structure",
|
|
1478
1480
|
"VIEW_FILLS": "View fills",
|
|
@@ -2314,7 +2316,8 @@
|
|
|
2314
2316
|
"SURGE_HOW_TO_EARN_2": "Retail (25%) - For taker trades made through the dYdX web and mobile interfaces.",
|
|
2315
2317
|
"SURGE_HOW_TO_EARN_3": "Activation (0%) - Designed to incentivize new features, DYDX staking, liquidity in key markets, and re-engagement of past users.",
|
|
2316
2318
|
"SURGE_LEADERBOARD_TITLE": "Surge Leaderboard",
|
|
2317
|
-
"WEEK_COUNTDOWN": "Week {WEEK} Countdown"
|
|
2319
|
+
"WEEK_COUNTDOWN": "Week {WEEK} Countdown",
|
|
2320
|
+
"MONTH_COUNTDOWN": "Month {MONTH} Countdown"
|
|
2318
2321
|
},
|
|
2319
2322
|
"EPOCH_END_MODAL": {
|
|
2320
2323
|
"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
|
@@ -876,6 +876,7 @@ export const APP_STRING_KEYS = {
|
|
|
876
876
|
EXCHANGE_METRICS: 'APP.HEADER.EXCHANGE_METRICS',
|
|
877
877
|
EXCHANGE_STATUS: 'APP.HEADER.EXCHANGE_STATUS',
|
|
878
878
|
FEEDBACK: 'APP.HEADER.FEEDBACK',
|
|
879
|
+
FUNDING_COMPARISON: 'APP.HEADER.FUNDING_COMPARISON',
|
|
879
880
|
GASLESS_DEPOSIT_RULES: 'APP.HEADER.GASLESS_DEPOSIT_RULES',
|
|
880
881
|
HELP: 'APP.HEADER.HELP',
|
|
881
882
|
HELP_CENTER: 'APP.HEADER.HELP_CENTER',
|
|
@@ -1467,6 +1468,7 @@ export const APP_STRING_KEYS = {
|
|
|
1467
1468
|
MARKET_NOW_LIVE: 'APP.PORTFOLIO.MARKET_NOW_LIVE',
|
|
1468
1469
|
MIGRATE_DESCRIPTION: 'APP.PORTFOLIO.MIGRATE_DESCRIPTION',
|
|
1469
1470
|
MIGRATE_NOW: 'APP.PORTFOLIO.MIGRATE_NOW',
|
|
1471
|
+
MONTHLY_PRIZE: 'APP.PORTFOLIO.MONTHLY_PRIZE',
|
|
1470
1472
|
NAVIGATE_TO_KEPLR: 'APP.PORTFOLIO.NAVIGATE_TO_KEPLR',
|
|
1471
1473
|
NONE_HELD: 'APP.PORTFOLIO.NONE_HELD',
|
|
1472
1474
|
NO_TOKENS_TO_MIGRATE: 'APP.PORTFOLIO.NO_TOKENS_TO_MIGRATE',
|
|
@@ -1664,6 +1666,7 @@ export const APP_STRING_KEYS = {
|
|
|
1664
1666
|
COMPETITION_HEADLINE_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_DEC_2025',
|
|
1665
1667
|
COMPETITION_HEADLINE_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_NOV_2025',
|
|
1666
1668
|
COMPETITION_LEADERBOARD_TITLE: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_LEADERBOARD_TITLE',
|
|
1669
|
+
MONTH_COUNTDOWN: 'APP.REWARDS_SURGE_APRIL_2025.MONTH_COUNTDOWN',
|
|
1667
1670
|
SURGE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE',
|
|
1668
1671
|
SURGE_BODY: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY',
|
|
1669
1672
|
SURGE_BODY_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_DEC_2025',
|