@dydxprotocol/v4-localization 1.1.174 → 1.1.176
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.
|
@@ -127,6 +127,7 @@
|
|
|
127
127
|
"DISMISS": "Dismiss",
|
|
128
128
|
"DOCUMENT": "document",
|
|
129
129
|
"DONE": "Done",
|
|
130
|
+
"DONT_SHOW_ME_AGAIN": "Don't show me this again",
|
|
130
131
|
"DOWNLOAD_MOBILE_APP": "Download mobile app",
|
|
131
132
|
"DYDX_CHAIN_ADDRESS": "dYdX Chain Address",
|
|
132
133
|
"DYDX_CHAIN": "dYdX Chain",
|
|
@@ -2088,8 +2089,13 @@
|
|
|
2088
2089
|
"BLOCKED_BANNER_MESSAGE": "Perpetuals are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in a blocked country or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}. If you think this is an error, please contact support in the {HELP_LINK}."
|
|
2089
2090
|
},
|
|
2090
2091
|
"PREDICTION_MARKET": {
|
|
2092
|
+
"BINARY_SETTLEMENT": "Binary Settlement",
|
|
2093
|
+
"BINARY_SETTLEMENT_DESC": "Market will automatically settle at $1 if the event occurs. Otherwise, it will settle at $0.001. Price is equivalent to the percentage chance the outcome will occur.",
|
|
2094
|
+
"LEVERAGE_TRADE_EVENTS": "Leverage Trade Event Outcomes",
|
|
2095
|
+
"LEVERAGE_TRADE_EVENTS_CONTINUATION": "On a wide range of topics, including politics, sports, pop culture, and more.",
|
|
2091
2096
|
"LEVERAGE_TRADE_US_ELECTION": "Leverage trade the outcome of the U.S. Election",
|
|
2092
2097
|
"PREDICTION_MARKET_DESC": "Prediction Markets will settle at $1 if the event occurs as predicted. Otherwise, they will settle at $0.001.",
|
|
2098
|
+
"PREDICTION_MARKETS": "Prediction Markets",
|
|
2093
2099
|
"TRADE_US_PRESIDENTIAL_ELECTION": "Trade the U.S. Presidential Election",
|
|
2094
2100
|
"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.001. {LEARN_MORE} or {DISMISS}."
|
|
2095
2101
|
}
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -356,6 +356,7 @@ export const APP_STRING_KEYS = {
|
|
|
356
356
|
DISMISS: 'APP.GENERAL.DISMISS',
|
|
357
357
|
DOCUMENT: 'APP.GENERAL.DOCUMENT',
|
|
358
358
|
DONE: 'APP.GENERAL.DONE',
|
|
359
|
+
DONT_SHOW_ME_AGAIN: 'APP.GENERAL.DONT_SHOW_ME_AGAIN',
|
|
359
360
|
DOWNLOAD_MOBILE_APP: 'APP.GENERAL.DOWNLOAD_MOBILE_APP',
|
|
360
361
|
DYDX_CHAIN: 'APP.GENERAL.DYDX_CHAIN',
|
|
361
362
|
DYDX_CHAIN_ADDRESS: 'APP.GENERAL.DYDX_CHAIN_ADDRESS',
|
|
@@ -1171,7 +1172,12 @@ export const APP_STRING_KEYS = {
|
|
|
1171
1172
|
|
|
1172
1173
|
// PREDICTION_MARKET
|
|
1173
1174
|
|
|
1175
|
+
BINARY_SETTLEMENT: 'APP.PREDICTION_MARKET.BINARY_SETTLEMENT',
|
|
1176
|
+
BINARY_SETTLEMENT_DESC: 'APP.PREDICTION_MARKET.BINARY_SETTLEMENT_DESC',
|
|
1177
|
+
LEVERAGE_TRADE_EVENTS: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_EVENTS',
|
|
1178
|
+
LEVERAGE_TRADE_EVENTS_CONTINUATION: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_EVENTS_CONTINUATION',
|
|
1174
1179
|
LEVERAGE_TRADE_US_ELECTION: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_US_ELECTION',
|
|
1180
|
+
PREDICTION_MARKETS: 'APP.PREDICTION_MARKET.PREDICTION_MARKETS',
|
|
1175
1181
|
PREDICTION_MARKET_DESC: 'APP.PREDICTION_MARKET.PREDICTION_MARKET_DESC',
|
|
1176
1182
|
TRADE_US_PRESIDENTIAL_ELECTION: 'APP.PREDICTION_MARKET.TRADE_US_PRESIDENTIAL_ELECTION',
|
|
1177
1183
|
TRUMPWIN_DESC: 'APP.PREDICTION_MARKET.TRUMPWIN_DESC',
|