@dydxprotocol/v4-localization 1.1.237 → 1.1.238
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,6 +2260,7 @@
|
|
|
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...",
|
|
2265
2266
|
"LIQUIDITY_TIER": "Liquidity tier",
|
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,7 @@ 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',
|
|
965
966
|
LIQUIDITY_TIER: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER',
|
|
966
967
|
LIQUIDITY_TIER_IS: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER_IS',
|
|
967
968
|
LISTINGS_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.LISTINGS_DESCRIPTION',
|