@dydxprotocol/v4-localization 1.1.230 → 1.1.232
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.
|
@@ -264,6 +264,7 @@
|
|
|
264
264
|
"OPTIONAL": "Optional",
|
|
265
265
|
"OR": "or",
|
|
266
266
|
"ORDERS": "Orders",
|
|
267
|
+
"ORDER_VALUE": "Order Value",
|
|
267
268
|
"OTHER_DETAILS": "Other details",
|
|
268
269
|
"OTHER": "Other",
|
|
269
270
|
"OVERVIEW": "Overview",
|
|
@@ -2302,6 +2303,7 @@
|
|
|
2302
2303
|
"LEVERAGE_TRADE_US_ELECTION": "Leverage trade the outcome of the U.S. Election",
|
|
2303
2304
|
"PREDICTION_MARKET_DESC": "Prediction Markets will settle at $1 if the event occurs as predicted. Otherwise, they will settle at $0.",
|
|
2304
2305
|
"PREDICTION_MARKETS": "Prediction Markets",
|
|
2306
|
+
"PREDICTION_MARKET_DISCLAIMER": "Prediction markets have a higher risk of volatility and may result in deleveraging. Read more about prediction markets {HERE}",
|
|
2305
2307
|
"TRADE_US_PRESIDENTIAL_ELECTION": "Trade the U.S. Presidential Election",
|
|
2306
2308
|
"TRUMPWIN_DESC": "This is a Prediction Market and will settle at $1 if Donald J. Trump wins the 2024 U.S. Presidential Election. Otherwise, it will settle at $0. {LEARN_MORE} or {DISMISS}."
|
|
2307
2309
|
}
|
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
|
|
|
@@ -564,6 +564,7 @@ export const APP_STRING_KEYS = {
|
|
|
564
564
|
OPTIONAL: 'APP.GENERAL.OPTIONAL',
|
|
565
565
|
OR: 'APP.GENERAL.OR',
|
|
566
566
|
ORDERS: 'APP.GENERAL.ORDERS',
|
|
567
|
+
ORDER_VALUE: 'APP.GENERAL.ORDER_VALUE',
|
|
567
568
|
OTHER: 'APP.GENERAL.OTHER',
|
|
568
569
|
OTHER_DETAILS: 'APP.GENERAL.OTHER_DETAILS',
|
|
569
570
|
OVERVIEW: 'APP.GENERAL.OVERVIEW',
|
|
@@ -1334,6 +1335,7 @@ export const APP_STRING_KEYS = {
|
|
|
1334
1335
|
LEVERAGE_TRADE_US_ELECTION: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_US_ELECTION',
|
|
1335
1336
|
PREDICTION_MARKETS: 'APP.PREDICTION_MARKET.PREDICTION_MARKETS',
|
|
1336
1337
|
PREDICTION_MARKET_DESC: 'APP.PREDICTION_MARKET.PREDICTION_MARKET_DESC',
|
|
1338
|
+
PREDICTION_MARKET_DISCLAIMER: 'APP.PREDICTION_MARKET.PREDICTION_MARKET_DISCLAIMER',
|
|
1337
1339
|
TRADE_US_PRESIDENTIAL_ELECTION: 'APP.PREDICTION_MARKET.TRADE_US_PRESIDENTIAL_ELECTION',
|
|
1338
1340
|
TRUMPWIN_DESC: 'APP.PREDICTION_MARKET.TRUMPWIN_DESC',
|
|
1339
1341
|
|