@dydxprotocol/v4-localization 1.1.167 → 1.1.169
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.
|
@@ -254,6 +254,7 @@
|
|
|
254
254
|
"POSITION": "Position",
|
|
255
255
|
"POWERED_BY": "Powered By",
|
|
256
256
|
"POWERED_BY_ALL_CAPS": "POWERED BY",
|
|
257
|
+
"PREDICTION_MARKET": "Prediction Market",
|
|
257
258
|
"PRICE_CHART_SHORT": "Price",
|
|
258
259
|
"PRICE": "Price",
|
|
259
260
|
"PRIVACY": "Privacy",
|
|
@@ -330,6 +331,7 @@
|
|
|
330
331
|
"TOTAL_VALUE": "Total Value",
|
|
331
332
|
"TRADE_AN_AMOUNT": "Trade {AMOUNT}",
|
|
332
333
|
"TRADE": "Trade",
|
|
334
|
+
"TRADE_NOW": "Trade now",
|
|
333
335
|
"TRADER": "Trader",
|
|
334
336
|
"TRADES": "Trades",
|
|
335
337
|
"TRADING_FEE_REDUCTION_DESCRIPTION_2": "We've updated our fee structure! Enjoy an up to {REDUCTION} in fees across all tiers.",
|
|
@@ -662,6 +664,10 @@
|
|
|
662
664
|
"PRIMARY": "Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.",
|
|
663
665
|
"SECONDARY": "Celestia enables the next generation of scalable blockchain architectures - modular blockchains. Celestia scales by decoupling execution from consensus and introducing a new primitive, data availability sampling."
|
|
664
666
|
},
|
|
667
|
+
"TRUMPWIN": {
|
|
668
|
+
"PRIMARY": "This market will final settle to $1 if Donald J. Trump wins the 2024 US Presidential Election. Otherwise, this market will final settle to $0.001. This market uses Polymarket as its oracle source.",
|
|
669
|
+
"SECONDARY": "Polymarket’s resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated."
|
|
670
|
+
},
|
|
665
671
|
"TRX": {
|
|
666
672
|
"PRIMARY": "TRON is a public blockchain dedicated to providing the underlying infrastructure that enables developers to create smart contracts and decentralized applications, freely publish, own, and store data & other content.",
|
|
667
673
|
"SECONDARY": "TRON relies on a Delegated Proof-of-Stake (DPoS) mechanism in which 27 Super Representatives rotate every 6 hours to validate blocks and transactions."
|
|
@@ -2071,6 +2077,12 @@
|
|
|
2071
2077
|
"PERMANENTLY_BLOCKED_MESSAGE_WITH_HELP": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use and previously have been given an opportunity to redress circumstances that led to restrictions on your account, you have been permanently blocked. If you believe there has been an error, please contact support at {HELP_LINK}.",
|
|
2072
2078
|
"BLOCKED_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}.",
|
|
2073
2079
|
"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}."
|
|
2080
|
+
},
|
|
2081
|
+
"PREDICTION_MARKET": {
|
|
2082
|
+
"LEVERAGE_TRADE_US_ELECTION": "Leverage trade the outcome of the U.S. Election",
|
|
2083
|
+
"PREDICTION_MARKET_DESC": "Prediction Markets will settle at $1 if the event occurs as predicted. Otherwise, they will settle at $0.001.",
|
|
2084
|
+
"TRADE_US_PRESIDENTIAL_ELECTION": "Trade the U.S. Presidential Election",
|
|
2085
|
+
"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}."
|
|
2074
2086
|
}
|
|
2075
2087
|
},
|
|
2076
2088
|
"TOKEN_MIGRATION": {
|
|
@@ -171,6 +171,10 @@
|
|
|
171
171
|
"MARKET_PARAM_UPDATE": {
|
|
172
172
|
"TITLE": "Live proposal to update {MARKET} parameters",
|
|
173
173
|
"BODY": "There is currently a live proposal to update the parameters of {MARKET} market. If passed, the {MARKET} market will have Coinbase Pro {MARKET} as the only oracle source. You can find more information regarding the proposal {HERE_LINK}."
|
|
174
|
+
},
|
|
175
|
+
"TRUMPWIN_MARKET_LAUNCH": {
|
|
176
|
+
"TITLE": "Trade the U.S. presidential election!",
|
|
177
|
+
"BODY": "{MARKET} is now live. This market will settle at $1 if Donald J. Trump wins the 2024 election. Otherwise, it will settle at $0.001."
|
|
174
178
|
}
|
|
175
179
|
}
|
|
176
180
|
}
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -480,6 +480,7 @@ export const APP_STRING_KEYS = {
|
|
|
480
480
|
POSITION: 'APP.GENERAL.POSITION',
|
|
481
481
|
POWERED_BY: 'APP.GENERAL.POWERED_BY',
|
|
482
482
|
POWERED_BY_ALL_CAPS: 'APP.GENERAL.POWERED_BY_ALL_CAPS',
|
|
483
|
+
PREDICTION_MARKET: 'APP.GENERAL.PREDICTION_MARKET',
|
|
483
484
|
PRICE: 'APP.GENERAL.PRICE',
|
|
484
485
|
PRICE_CHART_SHORT: 'APP.GENERAL.PRICE_CHART_SHORT',
|
|
485
486
|
PRIVACY: 'APP.GENERAL.PRIVACY',
|
|
@@ -594,6 +595,7 @@ export const APP_STRING_KEYS = {
|
|
|
594
595
|
TRADER: 'APP.GENERAL.TRADER',
|
|
595
596
|
TRADES: 'APP.GENERAL.TRADES',
|
|
596
597
|
TRADE_AN_AMOUNT: 'APP.GENERAL.TRADE_AN_AMOUNT',
|
|
598
|
+
TRADE_NOW: 'APP.GENERAL.TRADE_NOW',
|
|
597
599
|
TRADING: 'APP.GENERAL.TRADING',
|
|
598
600
|
TRADING_FEE_REDUCTION: 'APP.GENERAL.TRADING_FEE_REDUCTION',
|
|
599
601
|
TRADING_FEE_REDUCTION_DESCRIPTION_2: 'APP.GENERAL.TRADING_FEE_REDUCTION_DESCRIPTION_2',
|
|
@@ -1164,6 +1166,13 @@ export const APP_STRING_KEYS = {
|
|
|
1164
1166
|
VIEW_FEE_STRUCTURE: 'APP.PORTFOLIO.VIEW_FEE_STRUCTURE',
|
|
1165
1167
|
VIEW_REWARDS: 'APP.PORTFOLIO.VIEW_REWARDS',
|
|
1166
1168
|
|
|
1169
|
+
// PREDICTION_MARKET
|
|
1170
|
+
|
|
1171
|
+
LEVERAGE_TRADE_US_ELECTION: 'APP.PREDICTION_MARKET.LEVERAGE_TRADE_US_ELECTION',
|
|
1172
|
+
PREDICTION_MARKET_DESC: 'APP.PREDICTION_MARKET.PREDICTION_MARKET_DESC',
|
|
1173
|
+
TRADE_US_PRESIDENTIAL_ELECTION: 'APP.PREDICTION_MARKET.TRADE_US_PRESIDENTIAL_ELECTION',
|
|
1174
|
+
TRUMPWIN_DESC: 'APP.PREDICTION_MARKET.TRUMPWIN_DESC',
|
|
1175
|
+
|
|
1167
1176
|
// PREFERENCES_MODAL
|
|
1168
1177
|
|
|
1169
1178
|
MAGIC_EXPORT_PRIVATE_KEY: 'APP.PREFERENCES_MODAL.MAGIC_EXPORT_PRIVATE_KEY',
|
|
@@ -85,6 +85,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
|
|
|
85
85
|
TAKE_PROFIT_TRIGGER_UPDATING_TITLE: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING.TITLE',
|
|
86
86
|
TAKE_PROFIT_TRIGGER_UPDATING_ERROR_BODY: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING_ERROR.BODY',
|
|
87
87
|
TAKE_PROFIT_TRIGGER_UPDATING_ERROR_TITLE: 'NOTIFICATIONS.TAKE_PROFIT_TRIGGER_UPDATING_ERROR.TITLE',
|
|
88
|
+
TRUMPWIN_MARKET_LAUNCH_BODY: 'NOTIFICATIONS.TRUMPWIN_MARKET_LAUNCH.BODY',
|
|
89
|
+
TRUMPWIN_MARKET_LAUNCH_TITLE: 'NOTIFICATIONS.TRUMPWIN_MARKET_LAUNCH.TITLE',
|
|
88
90
|
TWO_MARKET_WIND_DOWN_BODY: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN.BODY',
|
|
89
91
|
TWO_MARKET_WIND_DOWN_TITLE: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN.TITLE',
|
|
90
92
|
TWO_MARKET_WIND_DOWN_PROPOSAL_BODY: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN_PROPOSAL.BODY',
|