@dydxprotocol/v4-localization 1.1.231 → 1.1.233
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.
|
@@ -325,6 +325,7 @@
|
|
|
325
325
|
"SHORT_POSITION_SHORT": "Short",
|
|
326
326
|
"SHOW": "Show {NUMBER}",
|
|
327
327
|
"SHOW_ALL_DETAILS": "Show all details",
|
|
328
|
+
"SHOWING": "Showing {ALL_OR_MARKET}",
|
|
328
329
|
"SHOWING_NUM_OUT_OF_TOTAL": "Showing {START} - {END} out of {TOTAL}",
|
|
329
330
|
"SIDE": "Side",
|
|
330
331
|
"SIGN_OUT": "Sign out",
|
|
@@ -1122,7 +1123,7 @@
|
|
|
1122
1123
|
"LEARN_ABOUT_WALLETS": "Learn about wallets",
|
|
1123
1124
|
"SELECT_LANGUAGE": "Select language",
|
|
1124
1125
|
"SELECT_WALLET_FROM_OPTIONS": "Please select your wallet from the options below.",
|
|
1125
|
-
"WALLET_DEFINITION": "A wallet is a device or application that stores your keys and enables you to explore crypto
|
|
1126
|
+
"WALLET_DEFINITION": "A wallet is a device or application that stores your keys and enables you to explore crypto.\n{ABOUT_WALLETS_LINK}"
|
|
1126
1127
|
},
|
|
1127
1128
|
"DYDX_UNLIMITED_MODAL": {
|
|
1128
1129
|
"AFFILIATES_PROGRAM_DESCRIPTION": "Turn your network into a lucrative venture for everyone with the dYdX affiliate program!",
|
|
@@ -2303,6 +2304,7 @@
|
|
|
2303
2304
|
"LEVERAGE_TRADE_US_ELECTION": "Leverage trade the outcome of the U.S. Election",
|
|
2304
2305
|
"PREDICTION_MARKET_DESC": "Prediction Markets will settle at $1 if the event occurs as predicted. Otherwise, they will settle at $0.",
|
|
2305
2306
|
"PREDICTION_MARKETS": "Prediction Markets",
|
|
2307
|
+
"PREDICTION_MARKET_DISCLAIMER": "Prediction markets have a higher risk of volatility and may result in deleveraging. Read more about prediction markets {HERE}",
|
|
2306
2308
|
"TRADE_US_PRESIDENTIAL_ELECTION": "Trade the U.S. Presidential Election",
|
|
2307
2309
|
"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}."
|
|
2308
2310
|
}
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -625,6 +625,7 @@ export const APP_STRING_KEYS = {
|
|
|
625
625
|
SHARE_MESSAGE: 'APP.GENERAL.SHARE_MESSAGE',
|
|
626
626
|
SHORT_POSITION_SHORT: 'APP.GENERAL.SHORT_POSITION_SHORT',
|
|
627
627
|
SHOW: 'APP.GENERAL.SHOW',
|
|
628
|
+
SHOWING: 'APP.GENERAL.SHOWING',
|
|
628
629
|
SHOWING_NUM_OUT_OF_TOTAL: 'APP.GENERAL.SHOWING_NUM_OUT_OF_TOTAL',
|
|
629
630
|
SHOW_ALL_DETAILS: 'APP.GENERAL.SHOW_ALL_DETAILS',
|
|
630
631
|
SIDE: 'APP.GENERAL.SIDE',
|
|
@@ -1335,6 +1336,7 @@ export const APP_STRING_KEYS = {
|
|
|
1335
1336
|
LEVERAGE_TRADE_US_ELECTION: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_US_ELECTION',
|
|
1336
1337
|
PREDICTION_MARKETS: 'APP.PREDICTION_MARKET.PREDICTION_MARKETS',
|
|
1337
1338
|
PREDICTION_MARKET_DESC: 'APP.PREDICTION_MARKET.PREDICTION_MARKET_DESC',
|
|
1339
|
+
PREDICTION_MARKET_DISCLAIMER: 'APP.PREDICTION_MARKET.PREDICTION_MARKET_DISCLAIMER',
|
|
1338
1340
|
TRADE_US_PRESIDENTIAL_ELECTION: 'APP.PREDICTION_MARKET.TRADE_US_PRESIDENTIAL_ELECTION',
|
|
1339
1341
|
TRUMPWIN_DESC: 'APP.PREDICTION_MARKET.TRUMPWIN_DESC',
|
|
1340
1342
|
|