@dydxprotocol/v4-localization 1.1.168 → 1.1.170
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.
|
@@ -331,6 +331,7 @@
|
|
|
331
331
|
"TOTAL_VALUE": "Total Value",
|
|
332
332
|
"TRADE_AN_AMOUNT": "Trade {AMOUNT}",
|
|
333
333
|
"TRADE": "Trade",
|
|
334
|
+
"TRADE_NOW": "Trade now",
|
|
334
335
|
"TRADER": "Trader",
|
|
335
336
|
"TRADES": "Trades",
|
|
336
337
|
"TRADING_FEE_REDUCTION_DESCRIPTION_2": "We've updated our fee structure! Enjoy an up to {REDUCTION} in fees across all tiers.",
|
|
@@ -664,7 +665,7 @@
|
|
|
664
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."
|
|
665
666
|
},
|
|
666
667
|
"TRUMPWIN": {
|
|
667
|
-
"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.
|
|
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.",
|
|
668
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."
|
|
669
670
|
},
|
|
670
671
|
"TRX": {
|
|
@@ -2076,6 +2077,12 @@
|
|
|
2076
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}.",
|
|
2077
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}.",
|
|
2078
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}."
|
|
2079
2086
|
}
|
|
2080
2087
|
},
|
|
2081
2088
|
"TOKEN_MIGRATION": {
|
|
@@ -160,6 +160,10 @@
|
|
|
160
160
|
"TITLE": "Take Profit",
|
|
161
161
|
"BODY": "Your take profit trigger at {OLD_VALUE} has been removed."
|
|
162
162
|
},
|
|
163
|
+
"TWITTER_DYDX_200B_GIVEAWAY": {
|
|
164
|
+
"TITLE": "$20K giveaway",
|
|
165
|
+
"BODY": "To celebrate surpassing 200B in cumulative trading volume, dYdX is running a Twitter giveaway, where you have the opportunity to claim $200. 100 winners will be selected based on a random selection mechanism after August 16, 2024, 23:59 UTC {HERE_LINK}."
|
|
166
|
+
},
|
|
163
167
|
"TWO_MARKET_WIND_DOWN": {
|
|
164
168
|
"TITLE": "{MARKET_1} and {MARKET_2} markets wound down",
|
|
165
169
|
"BODY": "On {DATE}, the {MARKET_1} and {MARKET_2} markets went through final settlement. Existing positions have been closed and open orders have now been canceled. You can find more information regarding the final settlement {HERE_LINK}."
|
|
@@ -171,6 +175,10 @@
|
|
|
171
175
|
"MARKET_PARAM_UPDATE": {
|
|
172
176
|
"TITLE": "Live proposal to update {MARKET} parameters",
|
|
173
177
|
"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}."
|
|
178
|
+
},
|
|
179
|
+
"TRUMPWIN_MARKET_LAUNCH": {
|
|
180
|
+
"TITLE": "Trade the U.S. presidential election!",
|
|
181
|
+
"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
182
|
}
|
|
175
183
|
}
|
|
176
184
|
}
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -595,6 +595,7 @@ export const APP_STRING_KEYS = {
|
|
|
595
595
|
TRADER: 'APP.GENERAL.TRADER',
|
|
596
596
|
TRADES: 'APP.GENERAL.TRADES',
|
|
597
597
|
TRADE_AN_AMOUNT: 'APP.GENERAL.TRADE_AN_AMOUNT',
|
|
598
|
+
TRADE_NOW: 'APP.GENERAL.TRADE_NOW',
|
|
598
599
|
TRADING: 'APP.GENERAL.TRADING',
|
|
599
600
|
TRADING_FEE_REDUCTION: 'APP.GENERAL.TRADING_FEE_REDUCTION',
|
|
600
601
|
TRADING_FEE_REDUCTION_DESCRIPTION_2: 'APP.GENERAL.TRADING_FEE_REDUCTION_DESCRIPTION_2',
|
|
@@ -1165,6 +1166,13 @@ export const APP_STRING_KEYS = {
|
|
|
1165
1166
|
VIEW_FEE_STRUCTURE: 'APP.PORTFOLIO.VIEW_FEE_STRUCTURE',
|
|
1166
1167
|
VIEW_REWARDS: 'APP.PORTFOLIO.VIEW_REWARDS',
|
|
1167
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
|
+
|
|
1168
1176
|
// PREFERENCES_MODAL
|
|
1169
1177
|
|
|
1170
1178
|
MAGIC_EXPORT_PRIVATE_KEY: 'APP.PREFERENCES_MODAL.MAGIC_EXPORT_PRIVATE_KEY',
|
|
@@ -85,6 +85,10 @@ 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',
|
|
90
|
+
TWITTER_DYDX_200B_GIVEAWAY_BODY: 'NOTIFICATIONS.TWITTER_DYDX_200B_GIVEAWAY.BODY',
|
|
91
|
+
TWITTER_DYDX_200B_GIVEAWAY_TITLE: 'NOTIFICATIONS.TWITTER_DYDX_200B_GIVEAWAY.TITLE',
|
|
88
92
|
TWO_MARKET_WIND_DOWN_BODY: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN.BODY',
|
|
89
93
|
TWO_MARKET_WIND_DOWN_TITLE: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN.TITLE',
|
|
90
94
|
TWO_MARKET_WIND_DOWN_PROPOSAL_BODY: 'NOTIFICATIONS.TWO_MARKET_WIND_DOWN_PROPOSAL.BODY',
|