@dydxprotocol/v4-localization 1.1.392 → 1.1.393
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.
|
@@ -2403,14 +2403,17 @@
|
|
|
2403
2403
|
"MONTH_COUNTDOWN": "Month {MONTH} Countdown"
|
|
2404
2404
|
},
|
|
2405
2405
|
"BONK_PNL_REWARDS": {
|
|
2406
|
-
"
|
|
2407
|
-
"BONK_PNL_REWARDS_HEADLINE": "{MONTH} Trading Competition",
|
|
2406
|
+
"BONK_PNL_REWARDS_HEADLINE": "{COMPETITION_NAME} Trading Competition",
|
|
2408
2407
|
"BONK_PNL_REWARDS_BODY": "Trade your favorite coins for your share of {REWARD_AMOUNT} in prizes. BTC and BONK are completely fee-free all {MONTH}.",
|
|
2409
2408
|
"BONK_PNL_REWARDS_BODY_2": "Check the leaderboard for live rankings and full prize tiers",
|
|
2410
2409
|
"BONK_PNL_REWARDS_RULES": "Rules",
|
|
2411
2410
|
"BONK_PNL_REWARDS_RULE_1": "Simple; highest PnL on BONKtrade for the month of {MONTH}",
|
|
2412
2411
|
"BONK_PNL_REWARDS_RULE_2": "Only trades opened from {MONTH_FIRST} to {MONTH_LAST} will count",
|
|
2413
|
-
"BONK_PNL_REWARDS_RULE_3": "The top
|
|
2412
|
+
"BONK_PNL_REWARDS_RULE_3": "The top {LEADERBOARD_SIZE} traders get paid, 1st place wins {TOP_PRIZE_AMOUNT}",
|
|
2413
|
+
"BONK_PNL_REWARDS_COMPETITION_NAME": {
|
|
2414
|
+
"BONK_PNL_COMPETITION_NAME_FEBRUARY": "BONKuary",
|
|
2415
|
+
"BONK_PNL_COMPETITION_NAME_MARCH": "March BONKness"
|
|
2416
|
+
}
|
|
2414
2417
|
},
|
|
2415
2418
|
"EPOCH_END_MODAL": {
|
|
2416
2419
|
"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
|
@@ -100,9 +100,13 @@ export const APP_STRING_KEYS = {
|
|
|
100
100
|
|
|
101
101
|
// BONK_PNL_REWARDS
|
|
102
102
|
|
|
103
|
-
BONKUARY: 'APP.BONK_PNL_REWARDS.BONKUARY',
|
|
104
103
|
BONK_PNL_REWARDS_BODY: 'APP.BONK_PNL_REWARDS.BONK_PNL_REWARDS_BODY',
|
|
105
104
|
BONK_PNL_REWARDS_BODY_2: 'APP.BONK_PNL_REWARDS.BONK_PNL_REWARDS_BODY_2',
|
|
105
|
+
|
|
106
|
+
// BONK_PNL_REWARDS_COMPETITION_NAME
|
|
107
|
+
|
|
108
|
+
BONK_PNL_COMPETITION_NAME_FEBRUARY: 'APP.BONK_PNL_REWARDS.BONK_PNL_REWARDS_COMPETITION_NAME.BONK_PNL_COMPETITION_NAME_FEBRUARY',
|
|
109
|
+
BONK_PNL_COMPETITION_NAME_MARCH: 'APP.BONK_PNL_REWARDS.BONK_PNL_REWARDS_COMPETITION_NAME.BONK_PNL_COMPETITION_NAME_MARCH',
|
|
106
110
|
BONK_PNL_REWARDS_HEADLINE: 'APP.BONK_PNL_REWARDS.BONK_PNL_REWARDS_HEADLINE',
|
|
107
111
|
BONK_PNL_REWARDS_RULES: 'APP.BONK_PNL_REWARDS.BONK_PNL_REWARDS_RULES',
|
|
108
112
|
BONK_PNL_REWARDS_RULE_1: 'APP.BONK_PNL_REWARDS.BONK_PNL_REWARDS_RULE_1',
|