@dydxprotocol/v4-localization 1.1.111 → 1.1.112

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.
@@ -1105,6 +1105,7 @@
1105
1105
  "LAUNCH_INCENTIVES_DESCRIPTION": "Earn trading rewards each season. View how you compare to other traders and view past seasons on the leaderboard.",
1106
1106
  "LAUNCH_INCENTIVES_SEASON_BEGINS_SOON": "Season {SEASON_NUMBER} begins soon!",
1107
1107
  "LAUNCH_INCENTIVES_SEASON_NUM": "Season {SEASON_NUMBER}",
1108
+ "LAUNCH_INCENTIVES_SEASON_REWARDS": "Season {SEASON_NUMBER} rewards",
1108
1109
  "LAUNCH_INCENTIVES_SEASON_SUMMARY": "{NUM_POINTS} received during Season {SEASON_NUMBER}, which ended on {PAST_DATE}.",
1109
1110
  "LEADERBOARD": "Leaderboard",
1110
1111
  "LEARN_TO_EXPORT": "{STRONG_NO}, learn how to export my secret phrase.",
@@ -2296,7 +2297,7 @@
2296
2297
  "MARKET_STATUS_CLOSE_ONLY": "{MARKET} is currently in close only mode. No new positions can be created.",
2297
2298
  "STOP_MARKET_ORDER_MAY_NOT_EXECUTE": "Stop Market orders on dYdX are not guaranteed to fill depending on liquidity at time of triggering. For more control, try a Stop Limit order.",
2298
2299
  "TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market orders on dYdX are not guaranteed to fill depending on liquidity at time of triggering. For more control, try a Take Profit Limit order.",
2299
- "UNABLE_TO_CHANGE_MARGIN_MODE": "Unable to change margin mode for {MARKET} with an open position."
2300
+ "UNABLE_TO_CHANGE_MARGIN_MODE": "Unable to change margin mode for {MARKET}."
2300
2301
  },
2301
2302
  "TRADE_BOX_TITLE": {
2302
2303
  "LIMIT_PRICE_TRIGGER_PRICE_SLIPPAGE_HIGHER": "Limit price",
@@ -24,6 +24,10 @@
24
24
  "TITLE": "Season {SEASON_NUMBER} launch incentives program has begun!",
25
25
  "BODY": "In season {PREV_SEASON_NUMBER}, median rewards earned were {DYDX_AMOUNT} DYDX (~{USDC_AMOUNT} USDC)!"
26
26
  },
27
+ "REWARDS_DISTRIBUTED": {
28
+ "TITLE": "Season {SEASON_NUMBER} launch rewards have been distributed!",
29
+ "BODY": "Season {SEASON_NUMBER} rewards +{DYDX_AMOUNT} DYDX"
30
+ },
27
31
  "OFFSETTING": {
28
32
  "TITLE": "Position Offsetting",
29
33
  "BODY": "Your {SIDE} position on {MARKET} was used to offset a deleveraged position."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.111",
3
+ "version": "1.1.112",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1080,6 +1080,7 @@ export const APP_STRING_KEYS = {
1080
1080
  LAUNCH_INCENTIVES_DESCRIPTION: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_DESCRIPTION',
1081
1081
  LAUNCH_INCENTIVES_SEASON_BEGINS_SOON: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_BEGINS_SOON',
1082
1082
  LAUNCH_INCENTIVES_SEASON_NUM: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_NUM',
1083
+ LAUNCH_INCENTIVES_SEASON_REWARDS: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_REWARDS',
1083
1084
  LAUNCH_INCENTIVES_SEASON_SUMMARY: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_SEASON_SUMMARY',
1084
1085
  LAUNCH_INCENTIVES_TITLE: 'APP.PORTFOLIO.LAUNCH_INCENTIVES_TITLE',
1085
1086
  LEADERBOARD: 'APP.PORTFOLIO.LEADERBOARD',
@@ -37,6 +37,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
37
37
  POSITION_CLOSED_TITLE: 'NOTIFICATIONS.POSITION_CLOSED.TITLE',
38
38
  RELEASE_REWARDS_AND_FULL_TRADING_BODY: 'NOTIFICATIONS.RELEASE_REWARDS_AND_FULL_TRADING.BODY',
39
39
  RELEASE_REWARDS_AND_FULL_TRADING_TITLE: 'NOTIFICATIONS.RELEASE_REWARDS_AND_FULL_TRADING.TITLE',
40
+ REWARDS_DISTRIBUTED_BODY: 'NOTIFICATIONS.REWARDS_DISTRIBUTED.BODY',
41
+ REWARDS_DISTRIBUTED_TITLE: 'NOTIFICATIONS.REWARDS_DISTRIBUTED.TITLE',
40
42
  SLOW_WITHDRAWAL_PENDING_BODY: 'NOTIFICATIONS.SLOW_WITHDRAWAL_PENDING.BODY',
41
43
  SLOW_WITHDRAWAL_PENDING_TITLE: 'NOTIFICATIONS.SLOW_WITHDRAWAL_PENDING.TITLE',
42
44
  SLOW_WITHDRAWAL_SUCCESS_BODY: 'NOTIFICATIONS.SLOW_WITHDRAWAL_SUCCESS.BODY',