@dydxprotocol/v4-localization 1.1.301 → 1.1.302

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.
@@ -2431,6 +2431,7 @@
2431
2431
  "MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and add {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK} for at least {PAST_DAYS} days. Added funds have earned an estimated {APR_PERCENTAGE} APR.",
2432
2432
  "MARKET_LAUNCH_DETAILS_4": "Add {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK} to instantly launch a market. Your funds will be locked for an estimated {NUM_DAYS} days. MegaVault has an estimated {APR_PERCENTAGE} APR.",
2433
2433
  "MARKET_LAUNCHED": "Market Launched!",
2434
+ "MARKET_LIVE": "{MARKET} is now live with up to {LEVERAGE}x leverage",
2434
2435
  "MARKET_NOW_LIVE_TRADE": "{MARKET} is now live, start trading.",
2435
2436
  "MARKET_TO_LAUNCH": "Market to Launch",
2436
2437
  "MESSAGE_DETAILS": "Message details",
@@ -2464,7 +2465,8 @@
2464
2465
  "TIME_UNTIL_LIVE": "Time Until Live",
2465
2466
  "TRADE_INSTANTLY": "Trade Instantly",
2466
2467
  "YOUR_FUNDS_WILL_EARN_EST": "Your funds will earn an estimated {APR_PERCENTAGE}",
2467
- "VIEW_PROPOSAL": "View proposal"
2468
+ "VIEW_PROPOSAL": "View proposal",
2469
+ "VIEW_MARKET": "View market"
2468
2470
  },
2469
2471
  "COMPLIANCE": {
2470
2472
  "CLOSE_ONLY_MESSAGE_WITH_HELP": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked. You have until {DATE} to withdraw your funds before your access to the frontend is blocked. If you believe there has been an error, please contact support at {HELP_LINK}.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.301",
3
+ "version": "1.1.302",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1042,6 +1042,7 @@ export const APP_STRING_KEYS = {
1042
1042
  MARKET_LAUNCH_DETAILS_2: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_2',
1043
1043
  MARKET_LAUNCH_DETAILS_3: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_3',
1044
1044
  MARKET_LAUNCH_DETAILS_4: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_4',
1045
+ MARKET_LIVE: 'APP.NEW_MARKET_WIDGET.MARKET_LIVE',
1045
1046
  MARKET_NOW_LIVE_TRADE: 'APP.NEW_MARKET_WIDGET.MARKET_NOW_LIVE_TRADE',
1046
1047
  MARKET_TO_LAUNCH: 'APP.NEW_MARKET_WIDGET.MARKET_TO_LAUNCH',
1047
1048
  MESSAGE_DETAILS: 'APP.NEW_MARKET_WIDGET.MESSAGE_DETAILS',
@@ -1074,6 +1075,7 @@ export const APP_STRING_KEYS = {
1074
1075
  SUGGEST_NEW_MARKET: 'APP.NEW_MARKET_WIDGET.SUGGEST_NEW_MARKET',
1075
1076
  TIME_UNTIL_LIVE: 'APP.NEW_MARKET_WIDGET.TIME_UNTIL_LIVE',
1076
1077
  TRADE_INSTANTLY: 'APP.NEW_MARKET_WIDGET.TRADE_INSTANTLY',
1078
+ VIEW_MARKET: 'APP.NEW_MARKET_WIDGET.VIEW_MARKET',
1077
1079
  VIEW_PROPOSAL: 'APP.NEW_MARKET_WIDGET.VIEW_PROPOSAL',
1078
1080
  YOUR_FUNDS_WILL_EARN_EST: 'APP.NEW_MARKET_WIDGET.YOUR_FUNDS_WILL_EARN_EST',
1079
1081