@dydxprotocol/v4-localization 1.1.199 → 1.1.200
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.
|
@@ -1574,6 +1574,10 @@
|
|
|
1574
1574
|
"YOUR_MARKET_POSITION": "Your {MARKET} position",
|
|
1575
1575
|
"YOUR_POSITION_WAS_LIQUIDATED": "Your position was liquidated."
|
|
1576
1576
|
},
|
|
1577
|
+
"TRADING_VIEW": {
|
|
1578
|
+
"DRAFT_LIMIT_SELL": "Draft Limit Sell at {PRICE}",
|
|
1579
|
+
"DRAFT_LIMIT_BUY": "Draft Limit Buy at {PRICE}"
|
|
1580
|
+
},
|
|
1577
1581
|
"LEAGUES": {
|
|
1578
1582
|
"ACTIVE": "Active",
|
|
1579
1583
|
"AND": "and",
|
|
@@ -2430,7 +2434,7 @@
|
|
|
2430
2434
|
"ISOLATED_MARGIN_LIMIT_ORDER_BELOW_MINIMUM": "Below minimum size"
|
|
2431
2435
|
},
|
|
2432
2436
|
"TRADING_VIEW": {
|
|
2433
|
-
"ORDER_MODIFICATION_ERROR_LIMIT_PRICE_CROSS": "Dragging limit orders across current price is not allowed
|
|
2437
|
+
"ORDER_MODIFICATION_ERROR_LIMIT_PRICE_CROSS": "Dragging limit orders across current price is not allowed",
|
|
2434
2438
|
"ORDER_MODIFICATION_ERROR_USE_TRADE_FORM": "To execute an order immediately, use the trade form.",
|
|
2435
2439
|
"ORDER_MODIFICATION_ERROR_SL_PRICE_HIGHER": "Stop Loss price must be higher than current price.",
|
|
2436
2440
|
"ORDER_MODIFICATION_ERROR_SL_PRICE_LOWER": "Stop Loss price must be lower than current price.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1777,6 +1777,11 @@ export const APP_STRING_KEYS = {
|
|
|
1777
1777
|
TRADING_REWARD_TABLE_DISCONNECTED_STATE: 'APP.TRADING_REWARDS.TRADING_REWARD_TABLE_DISCONNECTED_STATE',
|
|
1778
1778
|
TRADING_REWARD_TABLE_EMPTY_STATE: 'APP.TRADING_REWARDS.TRADING_REWARD_TABLE_EMPTY_STATE',
|
|
1779
1779
|
|
|
1780
|
+
// TRADING_VIEW
|
|
1781
|
+
|
|
1782
|
+
DRAFT_LIMIT_BUY: 'APP.TRADING_VIEW.DRAFT_LIMIT_BUY',
|
|
1783
|
+
DRAFT_LIMIT_SELL: 'APP.TRADING_VIEW.DRAFT_LIMIT_SELL',
|
|
1784
|
+
|
|
1780
1785
|
// TRIGGERS_MODAL
|
|
1781
1786
|
|
|
1782
1787
|
AVG_ENTRY_PRICE: 'APP.TRIGGERS_MODAL.AVG_ENTRY_PRICE',
|