@dydxprotocol/v4-localization 1.1.237 → 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.
|
@@ -2260,8 +2260,10 @@
|
|
|
2260
2260
|
"LAUNCH_ANOTHER_MARKET": "Launch another market",
|
|
2261
2261
|
"LAUNCH_MARKET": "Launch Market",
|
|
2262
2262
|
"LAUNCH_MARKET_AGREEMENT": "By clicking below, you agree that (a) there is material risk of economic loss by launching a market; (b) you are solely responsible for any loss or liability from launching a market; (c) there are no fixed or guaranteed earnings from launching a market any earnings shown are indicative and could vary significantly; (d) you have independently made the decision to launch the market and have not relied on any recommendation from any other party (including, the operator of this site and the software developer of the code); and (e) you have conducted your own diligence and/or consulted a qualified professional to advise you on the legality, regulatory compliance, tax treatment, investment and financial suitability of launching a market.",
|
|
2263
|
+
"LAUNCH_MARKET_TERMS": "Launch Market Agreement",
|
|
2263
2264
|
"LAUNCH_MARKETS": "Launch Markets",
|
|
2264
2265
|
"LAUNCHING_MARKET_LOADING": "Launching Market...",
|
|
2266
|
+
"LEARN_MORE_MARKET_LAUNCH": "Learn more about Launching a Market",
|
|
2265
2267
|
"LIQUIDITY_TIER": "Liquidity tier",
|
|
2266
2268
|
"LIQUIDITY_TIER_IS": "Liquidity tier is {TIER}",
|
|
2267
2269
|
"LIST_A_NEW_MARKET": "List a new market",
|
|
@@ -2269,6 +2271,7 @@
|
|
|
2269
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).",
|
|
2270
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).",
|
|
2271
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.",
|
|
2272
2275
|
"MARKET_LAUNCHED": "Market Launched!",
|
|
2273
2276
|
"MARKET_NOW_LIVE_TRADE": "{MARKET} is now live, start trading.",
|
|
2274
2277
|
"MARKET_TO_LAUNCH": "Market to Launch",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from ../config/localization/en/app.json using
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -962,6 +962,8 @@ export const APP_STRING_KEYS = {
|
|
|
962
962
|
LAUNCH_MARKET: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKET',
|
|
963
963
|
LAUNCH_MARKETS: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKETS',
|
|
964
964
|
LAUNCH_MARKET_AGREEMENT: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKET_AGREEMENT',
|
|
965
|
+
LAUNCH_MARKET_TERMS: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKET_TERMS',
|
|
966
|
+
LEARN_MORE_MARKET_LAUNCH: 'APP.NEW_MARKET_WIDGET.LEARN_MORE_MARKET_LAUNCH',
|
|
965
967
|
LIQUIDITY_TIER: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER',
|
|
966
968
|
LIQUIDITY_TIER_IS: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER_IS',
|
|
967
969
|
LISTINGS_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.LISTINGS_DESCRIPTION',
|
|
@@ -970,6 +972,7 @@ export const APP_STRING_KEYS = {
|
|
|
970
972
|
MARKET_LAUNCH_DETAILS: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS',
|
|
971
973
|
MARKET_LAUNCH_DETAILS_2: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_2',
|
|
972
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',
|
|
973
976
|
MARKET_NOW_LIVE_TRADE: 'APP.NEW_MARKET_WIDGET.MARKET_NOW_LIVE_TRADE',
|
|
974
977
|
MARKET_TO_LAUNCH: 'APP.NEW_MARKET_WIDGET.MARKET_TO_LAUNCH',
|
|
975
978
|
MESSAGE_DETAILS: 'APP.NEW_MARKET_WIDGET.MESSAGE_DETAILS',
|