@dydxprotocol/v4-localization 1.1.377 → 1.1.379
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.
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"COMPETITION": "Competition",
|
|
105
105
|
"COMPETITIONS": "Competitions",
|
|
106
106
|
"REBATES": "Rebates",
|
|
107
|
+
"LIQUIDATION_REBATES": "Liquidation Rebates",
|
|
107
108
|
"CONFIRM": "Confirm",
|
|
108
109
|
"CONFIRM_DEPOSIT": "Confirm deposit",
|
|
109
110
|
"CONFIRM_PENDING_DEPOSIT": "Confirm pending deposit",
|
|
@@ -2312,6 +2313,11 @@
|
|
|
2312
2313
|
"COMPETITION_BODY_1_DEC_2025": "The {PROGRAM_LINK} introduces a gamified incentive layer for traders who are liquidated on dYdX. Eligible traders can turn liquidations into an opportunity to earn DYDX rebates.",
|
|
2313
2314
|
"COMPETITION_BODY_1_DEC_2025_LINK_TEXT": "Loss Rebate Pilot Program",
|
|
2314
2315
|
"COMPETITION_BODY_2_DEC_2025": "Eligible loss rebates for December are available to claim through January 31st. Check eligibility {HERE_LINK}.",
|
|
2316
|
+
"LIQUIDATION_REBATES_HEADLINE": "Up to {REBATE_AMOUNT} in Liquidation Rebates",
|
|
2317
|
+
"LIQUIDATION_REBATES_BODY": "With the February Liquidation Rebate Program, eligible traders liquidated on non-BTC perpetual pairs have the opportunity to earn DYDX rebates on a portion of their losses.",
|
|
2318
|
+
"LIQUIDATION_REBATES_SUB_BODY": "Reminder to claim previous {LOSS_REBATES_LINK} and check eligibility {CHECK_ELIGIBILITY_LINK}.",
|
|
2319
|
+
"LOSS_REBATES": "loss rebates",
|
|
2320
|
+
"LIQUIDATION_LOSSES": "Liquidation Losses",
|
|
2315
2321
|
"SURGE": "Surge",
|
|
2316
2322
|
"SURGE_COUNTDOWN": "S{SURGE_SEASON} Countdown",
|
|
2317
2323
|
"SURGE_HEADLINE": "dYdX Surge: Compete for $3M",
|
|
@@ -2335,6 +2341,16 @@
|
|
|
2335
2341
|
"WEEK_COUNTDOWN": "Week {WEEK} Countdown",
|
|
2336
2342
|
"MONTH_COUNTDOWN": "Month {MONTH} Countdown"
|
|
2337
2343
|
},
|
|
2344
|
+
"BONK_PNL_REWARDS": {
|
|
2345
|
+
"BONKUARY": "BONKuary",
|
|
2346
|
+
"BONK_REWARDS_BODY": "Trade your favorite coins for your share of $100,000 in prizes. BTC and BONK are completely fee-free all February.",
|
|
2347
|
+
"BONK_REWARDS_BODY_2": "Check the leaderboard for live rankings and full prize tiers",
|
|
2348
|
+
"BONK_REWARDS_HEADLINE": "BONKuary Trading Competition",
|
|
2349
|
+
"BONK_REWARDS_RULES": "Rules",
|
|
2350
|
+
"BONK_REWARDS_RULE_1": "Simple; highest PnL on BONKtrade for the month of February",
|
|
2351
|
+
"BONK_REWARDS_RULE_2": "Only trades opened from Feb 1 to Feb 28 will count",
|
|
2352
|
+
"BONK_REWARDS_RULE_3": "The top 20 traders get paid, 1st place wins $25,000"
|
|
2353
|
+
},
|
|
2338
2354
|
"EPOCH_END_MODAL": {
|
|
2339
2355
|
"EPOCH_END_EARNED": "You earned {AMOUNT} $DYDX rewards during Epoch {EPOCH_NUMBER}! Claim your rewards on the governance dashboard.",
|
|
2340
2356
|
"YOU_EARNED": "You earned rewards!"
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -98,6 +98,17 @@ export const APP_STRING_KEYS = {
|
|
|
98
98
|
UNSET: 'APP.ALLOWANCE_ALERT_MODAL.UNSET',
|
|
99
99
|
WALLET_CAN_BE_USED_NORMALLY: 'APP.ALLOWANCE_ALERT_MODAL.WALLET_CAN_BE_USED_NORMALLY',
|
|
100
100
|
|
|
101
|
+
// BONK_PNL_REWARDS
|
|
102
|
+
|
|
103
|
+
BONKUARY: 'APP.BONK_PNL_REWARDS.BONKUARY',
|
|
104
|
+
BONK_REWARDS_BODY: 'APP.BONK_PNL_REWARDS.BONK_REWARDS_BODY',
|
|
105
|
+
BONK_REWARDS_BODY_2: 'APP.BONK_PNL_REWARDS.BONK_REWARDS_BODY_2',
|
|
106
|
+
BONK_REWARDS_HEADLINE: 'APP.BONK_PNL_REWARDS.BONK_REWARDS_HEADLINE',
|
|
107
|
+
BONK_REWARDS_RULES: 'APP.BONK_PNL_REWARDS.BONK_REWARDS_RULES',
|
|
108
|
+
BONK_REWARDS_RULE_1: 'APP.BONK_PNL_REWARDS.BONK_REWARDS_RULE_1',
|
|
109
|
+
BONK_REWARDS_RULE_2: 'APP.BONK_PNL_REWARDS.BONK_REWARDS_RULE_2',
|
|
110
|
+
BONK_REWARDS_RULE_3: 'APP.BONK_PNL_REWARDS.BONK_REWARDS_RULE_3',
|
|
111
|
+
|
|
101
112
|
// CANCEL_ALL_ORDERS_MODAL
|
|
102
113
|
|
|
103
114
|
CANCEL_ALL_ORDERS: 'APP.CANCEL_ALL_ORDERS_MODAL.CANCEL_ALL_ORDERS',
|
|
@@ -594,6 +605,7 @@ export const APP_STRING_KEYS = {
|
|
|
594
605
|
LEARN_MORE_ARROW: 'APP.GENERAL.LEARN_MORE_ARROW',
|
|
595
606
|
LEGACY: 'APP.GENERAL.LEGACY',
|
|
596
607
|
LEVERAGE: 'APP.GENERAL.LEVERAGE',
|
|
608
|
+
LIQUIDATION_REBATES: 'APP.GENERAL.LIQUIDATION_REBATES',
|
|
597
609
|
LIVE: 'APP.GENERAL.LIVE',
|
|
598
610
|
LONG_POSITION_SHORT: 'APP.GENERAL.LONG_POSITION_SHORT',
|
|
599
611
|
LONG_TAIL: 'APP.GENERAL.LONG_TAIL',
|
|
@@ -1692,6 +1704,11 @@ export const APP_STRING_KEYS = {
|
|
|
1692
1704
|
COMPETITION_HEADLINE_DEC_2025_UPDATE_1: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_DEC_2025_UPDATE_1',
|
|
1693
1705
|
COMPETITION_HEADLINE_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_HEADLINE_NOV_2025',
|
|
1694
1706
|
COMPETITION_LEADERBOARD_TITLE: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_LEADERBOARD_TITLE',
|
|
1707
|
+
LIQUIDATION_LOSSES: 'APP.REWARDS_SURGE_APRIL_2025.LIQUIDATION_LOSSES',
|
|
1708
|
+
LIQUIDATION_REBATES_BODY: 'APP.REWARDS_SURGE_APRIL_2025.LIQUIDATION_REBATES_BODY',
|
|
1709
|
+
LIQUIDATION_REBATES_HEADLINE: 'APP.REWARDS_SURGE_APRIL_2025.LIQUIDATION_REBATES_HEADLINE',
|
|
1710
|
+
LIQUIDATION_REBATES_SUB_BODY: 'APP.REWARDS_SURGE_APRIL_2025.LIQUIDATION_REBATES_SUB_BODY',
|
|
1711
|
+
LOSS_REBATES: 'APP.REWARDS_SURGE_APRIL_2025.LOSS_REBATES',
|
|
1695
1712
|
MONTH_COUNTDOWN: 'APP.REWARDS_SURGE_APRIL_2025.MONTH_COUNTDOWN',
|
|
1696
1713
|
SURGE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE',
|
|
1697
1714
|
SURGE_BODY: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY',
|