@dydxprotocol/v4-localization 1.1.238 → 1.1.239
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.
|
@@ -2263,6 +2263,7 @@
|
|
|
2263
2263
|
"LAUNCH_MARKET_TERMS": "Launch Market Agreement",
|
|
2264
2264
|
"LAUNCH_MARKETS": "Launch Markets",
|
|
2265
2265
|
"LAUNCHING_MARKET_LOADING": "Launching Market...",
|
|
2266
|
+
"LEARN_MORE_MARKET_LAUNCH": "Learn more about Launching a Market",
|
|
2266
2267
|
"LIQUIDITY_TIER": "Liquidity tier",
|
|
2267
2268
|
"LIQUIDITY_TIER_IS": "Liquidity tier is {TIER}",
|
|
2268
2269
|
"LIST_A_NEW_MARKET": "List a new market",
|
|
@@ -2270,6 +2271,7 @@
|
|
|
2270
2271
|
"MARKET_LAUNCH_DETAILS": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into MegaVault. Your deposit will earn an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).",
|
|
2271
2272
|
"MARKET_LAUNCH_DETAILS_2": "Immediately launch a new market on dYdX Chain by depositing {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK}. Deposits have earned an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).",
|
|
2272
2273
|
"MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK} for at least {PAST_DAYS} days. Deposits have earned an estimated {APR_PERCENTAGE} APR.",
|
|
2274
|
+
"MARKET_LAUNCH_DETAILS_4": "Deposit {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK} to instantly launch a market. Your deposit will be locked for {NUM_DAYS} days. MegaVault deposits have earned an estimated {APR_PERCENTAGE} APR.",
|
|
2273
2275
|
"MARKET_LAUNCHED": "Market Launched!",
|
|
2274
2276
|
"MARKET_NOW_LIVE_TRADE": "{MARKET} is now live, start trading.",
|
|
2275
2277
|
"MARKET_TO_LAUNCH": "Market to Launch",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -963,6 +963,7 @@ export const APP_STRING_KEYS = {
|
|
|
963
963
|
LAUNCH_MARKETS: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKETS',
|
|
964
964
|
LAUNCH_MARKET_AGREEMENT: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKET_AGREEMENT',
|
|
965
965
|
LAUNCH_MARKET_TERMS: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKET_TERMS',
|
|
966
|
+
LEARN_MORE_MARKET_LAUNCH: 'APP.NEW_MARKET_WIDGET.LEARN_MORE_MARKET_LAUNCH',
|
|
966
967
|
LIQUIDITY_TIER: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER',
|
|
967
968
|
LIQUIDITY_TIER_IS: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER_IS',
|
|
968
969
|
LISTINGS_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.LISTINGS_DESCRIPTION',
|
|
@@ -971,6 +972,7 @@ export const APP_STRING_KEYS = {
|
|
|
971
972
|
MARKET_LAUNCH_DETAILS: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS',
|
|
972
973
|
MARKET_LAUNCH_DETAILS_2: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_2',
|
|
973
974
|
MARKET_LAUNCH_DETAILS_3: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_3',
|
|
975
|
+
MARKET_LAUNCH_DETAILS_4: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_4',
|
|
974
976
|
MARKET_NOW_LIVE_TRADE: 'APP.NEW_MARKET_WIDGET.MARKET_NOW_LIVE_TRADE',
|
|
975
977
|
MARKET_TO_LAUNCH: 'APP.NEW_MARKET_WIDGET.MARKET_TO_LAUNCH',
|
|
976
978
|
MESSAGE_DETAILS: 'APP.NEW_MARKET_WIDGET.MESSAGE_DETAILS',
|