@dydxprotocol/v4-localization 1.1.95 → 1.1.97
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.
|
@@ -179,6 +179,7 @@
|
|
|
179
179
|
"LOSERS": "Losers",
|
|
180
180
|
"EARNED_BY_STAKERS": "Earned by Stakers",
|
|
181
181
|
"ADD_NEW_MARKET": "Add new market",
|
|
182
|
+
"ADD_NEW_MARKET_CAPITALIZED": "Add New Market",
|
|
182
183
|
"NO_RECENTLY_LISTED_MARKETS": "No recently listed markets",
|
|
183
184
|
"HIGHLIGHTS": "Highlights",
|
|
184
185
|
"LAYER_1": "Layer 1",
|
|
@@ -341,6 +342,7 @@
|
|
|
341
342
|
"VIEW_MORE": "View more",
|
|
342
343
|
"VIEW_OPTIONS": "View options",
|
|
343
344
|
"VIEW_ORDER": "View order",
|
|
345
|
+
"VIEW_ORDERS_COUNT": "View {NUM_ORDERS} orders",
|
|
344
346
|
"VIEW": "View",
|
|
345
347
|
"VIEW_ALL": "View all →",
|
|
346
348
|
"VIEWS": "Views",
|
|
@@ -1684,7 +1686,7 @@
|
|
|
1684
1686
|
"TRADING_REWARD_HISTORY": "Trading Reward History",
|
|
1685
1687
|
"TRADING_REWARD_TABLE_DISCONNECTED_STATE": "Your history will appear here.",
|
|
1686
1688
|
"TRADING_REWARD_TABLE_EMPTY_STATE": "You have no history.",
|
|
1687
|
-
"TRADING_REWARDS_LEGAL_DISCLAIMER": "
|
|
1689
|
+
"TRADING_REWARDS_LEGAL_DISCLAIMER": "Governance, rewards, and staking related services are provided to you directly by third parties, who are independent from and unaffiliated with the host and operator of this interface (the “Operator”), on third-party sites, without involvement of the Operator. You agree that you are familiar with the Terms of Use and understand the risks associated with these services, including variable reward rates, slashing and other risks inherent in staking. Nothing on this website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature. You are solely responsible for conducting independent research, due diligence and seeking advice from a professional advisor prior to taking any action related to the services.",
|
|
1688
1690
|
"REWARD_HISTORY_DESCRIPTION": "While trading rewards are distributed immediately after every block, history is updated every five minutes. Trading rewards history goes back until {REWARDS_HISTORY_START_DATE}.",
|
|
1689
1691
|
"EMPTY_HISTORICAL_REWARDS_DESCRIPTION": "Start trading to earn rewards.",
|
|
1690
1692
|
"FAQ_WHAT_IS_STAKING_QUESTION": "What is staking?",
|
|
@@ -2255,7 +2257,8 @@
|
|
|
2255
2257
|
"MARKET_ORDER_WARNING_ORDERBOOK_SLIPPAGE": "This market order would result in {SLIPPAGE} of orderbook price impact given current liquidity.",
|
|
2256
2258
|
"MARKET_STATUS_CLOSE_ONLY": "{MARKET} is currently in close only mode. No new positions can be created.",
|
|
2257
2259
|
"STOP_MARKET_ORDER_MAY_NOT_EXECUTE": "Stop Market orders on dYdX are not guaranteed to fill depending on liquidity at time of triggering. For more control, try a Stop Limit order.",
|
|
2258
|
-
"TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market orders on dYdX are not guaranteed to fill depending on liquidity at time of triggering. For more control, try a Take Profit Limit order."
|
|
2260
|
+
"TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market orders on dYdX are not guaranteed to fill depending on liquidity at time of triggering. For more control, try a Take Profit Limit order.",
|
|
2261
|
+
"UNABLE_TO_CHANGE_MARGIN_MODE": "Unable to change margin mode for {MARKET} with an open position."
|
|
2259
2262
|
},
|
|
2260
2263
|
"TRADE_BOX_TITLE": {
|
|
2261
2264
|
"LIMIT_PRICE_TRIGGER_PRICE_SLIPPAGE_HIGHER": "Limit price",
|
|
@@ -231,6 +231,10 @@
|
|
|
231
231
|
"TITLE": "Take Profit",
|
|
232
232
|
"BODY": "Allows traders to set targets and protects profits on positions by specifying a price at which to close an open position for profit."
|
|
233
233
|
},
|
|
234
|
+
"TARGET_LEVERAGE": {
|
|
235
|
+
"TITLE": "Target Leverage",
|
|
236
|
+
"BODY": "Target Leverage set to {TARGET_LEVERAGE}×, which determines the amount of margin used for your next order."
|
|
237
|
+
},
|
|
234
238
|
"TICK_SIZE": {
|
|
235
239
|
"TITLE": "Tick Size",
|
|
236
240
|
"BODY": "Tick size is the minimum price movement on this market."
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -262,6 +262,7 @@ export const APP_STRING_KEYS = {
|
|
|
262
262
|
ADDING: 'APP.GENERAL.ADDING',
|
|
263
263
|
ADDRESS: 'APP.GENERAL.ADDRESS',
|
|
264
264
|
ADD_NEW_MARKET: 'APP.GENERAL.ADD_NEW_MARKET',
|
|
265
|
+
ADD_NEW_MARKET_CAPITALIZED: 'APP.GENERAL.ADD_NEW_MARKET_CAPITALIZED',
|
|
265
266
|
ADVANCED: 'APP.GENERAL.ADVANCED',
|
|
266
267
|
AI: 'APP.GENERAL.AI',
|
|
267
268
|
ALERTS: 'APP.GENERAL.ALERTS',
|
|
@@ -594,6 +595,7 @@ export const APP_STRING_KEYS = {
|
|
|
594
595
|
VIEW_MORE: 'APP.GENERAL.VIEW_MORE',
|
|
595
596
|
VIEW_OPTIONS: 'APP.GENERAL.VIEW_OPTIONS',
|
|
596
597
|
VIEW_ORDER: 'APP.GENERAL.VIEW_ORDER',
|
|
598
|
+
VIEW_ORDERS_COUNT: 'APP.GENERAL.VIEW_ORDERS_COUNT',
|
|
597
599
|
VOLUME_30D: 'APP.GENERAL.VOLUME_30D',
|
|
598
600
|
VOTING_LIVE: 'APP.GENERAL.VOTING_LIVE',
|
|
599
601
|
WALLET: 'APP.GENERAL.WALLET',
|
|
@@ -1905,5 +1907,6 @@ export const WARNINGS_STRING_KEYS = {
|
|
|
1905
1907
|
MARKET_STATUS_CLOSE_ONLY: 'WARNINGS.TRADE_BOX.MARKET_STATUS_CLOSE_ONLY',
|
|
1906
1908
|
STOP_MARKET_ORDER_MAY_NOT_EXECUTE: 'WARNINGS.TRADE_BOX.STOP_MARKET_ORDER_MAY_NOT_EXECUTE',
|
|
1907
1909
|
TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE: 'WARNINGS.TRADE_BOX.TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE',
|
|
1910
|
+
UNABLE_TO_CHANGE_MARGIN_MODE: 'WARNINGS.TRADE_BOX.UNABLE_TO_CHANGE_MARGIN_MODE',
|
|
1908
1911
|
};
|
|
1909
1912
|
|
|
@@ -160,6 +160,8 @@ export const TOOLTIP_STRING_KEYS = {
|
|
|
160
160
|
TAKER_FEE_TITLE: 'TOOLTIPS.TRADE.TAKER_FEE.TITLE',
|
|
161
161
|
TAKE_PROFIT_BODY: 'TOOLTIPS.TRADE.TAKE_PROFIT.BODY',
|
|
162
162
|
TAKE_PROFIT_TITLE: 'TOOLTIPS.TRADE.TAKE_PROFIT.TITLE',
|
|
163
|
+
TARGET_LEVERAGE_BODY: 'TOOLTIPS.TRADE.TARGET_LEVERAGE.BODY',
|
|
164
|
+
TARGET_LEVERAGE_TITLE: 'TOOLTIPS.TRADE.TARGET_LEVERAGE.TITLE',
|
|
163
165
|
TICK_SIZE_BODY: 'TOOLTIPS.TRADE.TICK_SIZE.BODY',
|
|
164
166
|
TICK_SIZE_TITLE: 'TOOLTIPS.TRADE.TICK_SIZE.TITLE',
|
|
165
167
|
TIME_IN_FORCE_BODY: 'TOOLTIPS.TRADE.TIME_IN_FORCE.BODY',
|