@dydxprotocol/v4-localization 1.1.363 → 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",
|
|
@@ -881,6 +882,7 @@
|
|
|
881
882
|
"EXCHANGE_METRICS": "Metrics",
|
|
882
883
|
"EXCHANGE_STATUS": "Status",
|
|
883
884
|
"FEEDBACK": "Feedback",
|
|
885
|
+
"FUNDING_COMPARISON": "Funding Comparison",
|
|
884
886
|
"GASLESS_DEPOSIT_RULES": "Gasless Deposits",
|
|
885
887
|
"HELP": "Help",
|
|
886
888
|
"HELP_CENTER": "Help center",
|
|
@@ -1474,6 +1476,7 @@
|
|
|
1474
1476
|
"UNTIL_NEXT_EPOCH_ON_DATE": "until the next epoch on {NEXT_EPOCH_DATE}",
|
|
1475
1477
|
"WEEKLY_PRIZE": "Weekly Prize",
|
|
1476
1478
|
"MONTHLY_PRIZE": "Monthly Prize",
|
|
1479
|
+
"ESTIMATED_PRIZE": "Estimated Prize",
|
|
1477
1480
|
"VIEW_FEES": "View fees",
|
|
1478
1481
|
"VIEW_FEE_STRUCTURE": "View fee structure",
|
|
1479
1482
|
"VIEW_FILLS": "View fills",
|
|
@@ -2293,8 +2296,8 @@
|
|
|
2293
2296
|
"COMPETITION_LEADERBOARD_TITLE": "PNL Leaderboard",
|
|
2294
2297
|
"COMPETITION_HEADLINE_NOV_2025": "{REWARD_AMOUNT} in weekly rewards",
|
|
2295
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.",
|
|
2296
|
-
"COMPETITION_HEADLINE_DEC_2025": "Up to {REWARD_AMOUNT} in
|
|
2297
|
-
"COMPETITION_BODY_DEC_2025": "The
|
|
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.",
|
|
2298
2301
|
"SURGE": "Surge",
|
|
2299
2302
|
"SURGE_COUNTDOWN": "S{SURGE_SEASON} Countdown",
|
|
2300
2303
|
"SURGE_HEADLINE": "dYdX Surge: Compete for $3M",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -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',
|
|
@@ -876,6 +877,7 @@ export const APP_STRING_KEYS = {
|
|
|
876
877
|
EXCHANGE_METRICS: 'APP.HEADER.EXCHANGE_METRICS',
|
|
877
878
|
EXCHANGE_STATUS: 'APP.HEADER.EXCHANGE_STATUS',
|
|
878
879
|
FEEDBACK: 'APP.HEADER.FEEDBACK',
|
|
880
|
+
FUNDING_COMPARISON: 'APP.HEADER.FUNDING_COMPARISON',
|
|
879
881
|
GASLESS_DEPOSIT_RULES: 'APP.HEADER.GASLESS_DEPOSIT_RULES',
|
|
880
882
|
HELP: 'APP.HEADER.HELP',
|
|
881
883
|
HELP_CENTER: 'APP.HEADER.HELP_CENTER',
|
|
@@ -1432,6 +1434,7 @@ export const APP_STRING_KEYS = {
|
|
|
1432
1434
|
ESTIMATED_FOR_THIS_EPOCH: 'APP.PORTFOLIO.ESTIMATED_FOR_THIS_EPOCH',
|
|
1433
1435
|
ESTIMATED_MONTHLY_REBATE: 'APP.PORTFOLIO.ESTIMATED_MONTHLY_REBATE',
|
|
1434
1436
|
ESTIMATED_MONTHLY_REWARD: 'APP.PORTFOLIO.ESTIMATED_MONTHLY_REWARD',
|
|
1437
|
+
ESTIMATED_PRIZE: 'APP.PORTFOLIO.ESTIMATED_PRIZE',
|
|
1435
1438
|
ESTIMATED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_REWARDS',
|
|
1436
1439
|
ESTIMATED_UNLOCKED_REWARDS: 'APP.PORTFOLIO.ESTIMATED_UNLOCKED_REWARDS',
|
|
1437
1440
|
EXCHANGE_MARKET_SHARE: 'APP.PORTFOLIO.EXCHANGE_MARKET_SHARE',
|