@dydxprotocol/v4-localization 1.1.385 → 1.1.387

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.
@@ -1492,6 +1492,7 @@
1492
1492
  "YOUR_FEE_TIER": "Your current Fee Tier is {TIER}"
1493
1493
  },
1494
1494
  "TRADE": {
1495
+ "ACTIVATED": "Activated",
1495
1496
  "AVAILABLE_TO_TRADE": "Available to trade",
1496
1497
  "ADD_MARGIN": "Add Margin",
1497
1498
  "ADD_TRIGGERS": "Add trigger(s)",
@@ -1531,6 +1532,7 @@
1531
1532
  "CANCELING_ALL_ORDERS": "Canceling all orders",
1532
1533
  "CANCELING_ALL_ORDERS_IN_MARKET": "Canceling all orders in {MARKET_ID}",
1533
1534
  "CANCELING_ORDERS_COUNT": "Canceling {COUNT} orders...",
1535
+ "CANCELLED": "Cancelled",
1534
1536
  "CANCEL_EXTRA_ORDERS": "Cancel extra orders",
1535
1537
  "CANCEL_ORDERS": "Cancel orders",
1536
1538
  "CANCEL_REASON": "Cancel Reason",
@@ -1671,6 +1673,7 @@
1671
1673
  "ORDER_REMOVAL_REASON_USER_CANCELED": "The order was canceled by a user.",
1672
1674
  "ORDER_REMOVAL_REASON_VIOLATES_ISOLATED_SUBACCOUNT_CONSTRAINTS": "The order has been removed since filling it would lead to the subaccount violating isolated subaccount constraints.",
1673
1675
  "ORDER_SHOW_HERE": "Your orders will show up here",
1676
+ "ORDER_TIME": "Order Time",
1674
1677
  "ORDER_TYPE": "Order type",
1675
1678
  "ORDERBOOK": "Order book",
1676
1679
  "ORDERBOOK_ASK_PRICE": "Ask Price",
@@ -1728,6 +1731,7 @@
1728
1731
  "REMOVE_MARGIN": "Remove Margin",
1729
1732
  "RETURN_TO_MARKET": "Return to market",
1730
1733
  "RISK_REWARD": "Risk-Reward",
1734
+ "RUNTIME_TOTAL": "Runtime / Total",
1731
1735
  "SELECT_MARKET": "Select market",
1732
1736
  "SELL_AMOUNT_ASSET": "Sell {AMOUNT} {ASSET}",
1733
1737
  "SELL_MARK_TOOLTIP": "Sold {ASSET_SIZE} {ASSET} at {PRICE}",
@@ -1763,6 +1767,8 @@
1763
1767
  "TAP_TO_CLOSE": "Tap to close",
1764
1768
  "TAP_TO_TRADE": "Tap to trade",
1765
1769
  "TARGET_LEVERAGE": "Target Leverage",
1770
+ "TERMINATE": "Terminate",
1771
+ "TERMINATED": "Terminated",
1766
1772
  "TIME_IN_FORCE": "Time In Force",
1767
1773
  "TOTAL_COST": "Total Cost",
1768
1774
  "TOTAL_SIZE": "Total Size",
@@ -1788,6 +1794,9 @@
1788
1794
  "TRIGGERS": "Triggers",
1789
1795
  "TRANSACTION_HASH": "Transaction hash {TX_HASH}",
1790
1796
  "TWAP": "TWAP",
1797
+ "TWAP_ACTIVE_ORDERS": "TWAP Active Orders",
1798
+ "TWAP_FILLS": "TWAP Fills",
1799
+ "TWAP_ORDER_HISTORY": "TWAP Order History",
1791
1800
  "UNDERCOLLATERALIZED": "Undercollateralized",
1792
1801
  "UNOPENED_ISOLATED_POSITIONS": "Unopened Isolated Positions",
1793
1802
  "UNREALIZED_PNL": "Unrealized P&L",
@@ -1801,6 +1810,16 @@
1801
1810
  "YOUR_MARKET_POSITION": "Your {MARKET} position",
1802
1811
  "YOUR_POSITION_WAS_LIQUIDATED": "Your position was liquidated."
1803
1812
  },
1813
+ "TRADE_HISTORY": {
1814
+ "OPEN_LONG": "Open Long",
1815
+ "OPEN_SHORT": "Open Short",
1816
+ "CLOSE_LONG": "Close Long",
1817
+ "CLOSE_SHORT": "Close Short",
1818
+ "PARTIAL_CLOSE_LONG": "Partial Close Long",
1819
+ "PARTIAL_CLOSE_SHORT": "Partial Close Short",
1820
+ "ADD_TO_LONG": "Add to Long",
1821
+ "ADD_TO_SHORT": "Add to Short"
1822
+ },
1804
1823
  "TRADING_VIEW": {
1805
1824
  "DRAFT_LIMIT_SELL": "Draft Limit Sell at {PRICE}",
1806
1825
  "DRAFT_LIMIT_BUY": "Draft Limit Buy at {PRICE}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.385",
3
+ "version": "1.1.387",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1855,6 +1855,7 @@ export const APP_STRING_KEYS = {
1855
1855
 
1856
1856
  // TRADE
1857
1857
 
1858
+ ACTIVATED: 'APP.TRADE.ACTIVATED',
1858
1859
  ADD_MARGIN: 'APP.TRADE.ADD_MARGIN',
1859
1860
  ADD_SL: 'APP.TRADE.ADD_SL',
1860
1861
  ADD_STOP_LOSS: 'APP.TRADE.ADD_STOP_LOSS',
@@ -1892,6 +1893,7 @@ export const APP_STRING_KEYS = {
1892
1893
  CANCELING: 'APP.TRADE.CANCELING',
1893
1894
  CANCELING_ALL_ORDERS_IN_MARKET: 'APP.TRADE.CANCELING_ALL_ORDERS_IN_MARKET',
1894
1895
  CANCELING_ORDERS_COUNT: 'APP.TRADE.CANCELING_ORDERS_COUNT',
1896
+ CANCELLED: 'APP.TRADE.CANCELLED',
1895
1897
  CANCEL_ALL: 'APP.TRADE.CANCEL_ALL',
1896
1898
  CANCEL_EXTRA_ORDERS: 'APP.TRADE.CANCEL_EXTRA_ORDERS',
1897
1899
  CANCEL_ORDER: 'APP.TRADE.CANCEL_ORDER',
@@ -2044,6 +2046,7 @@ export const APP_STRING_KEYS = {
2044
2046
  ORDER_REMOVAL_REASON_USER_CANCELED: 'APP.TRADE.ORDER_REMOVAL_REASON_USER_CANCELED',
2045
2047
  ORDER_REMOVAL_REASON_VIOLATES_ISOLATED_SUBACCOUNT_CONSTRAINTS: 'APP.TRADE.ORDER_REMOVAL_REASON_VIOLATES_ISOLATED_SUBACCOUNT_CONSTRAINTS',
2046
2048
  ORDER_SHOW_HERE: 'APP.TRADE.ORDER_SHOW_HERE',
2049
+ ORDER_TIME: 'APP.TRADE.ORDER_TIME',
2047
2050
  ORDER_TYPE: 'APP.TRADE.ORDER_TYPE',
2048
2051
  PARTIALLY_FILLED: 'APP.TRADE.PARTIALLY_FILLED',
2049
2052
  PAYMENT: 'APP.TRADE.PAYMENT',
@@ -2088,6 +2091,7 @@ export const APP_STRING_KEYS = {
2088
2091
  REMOVE_MARGIN: 'APP.TRADE.REMOVE_MARGIN',
2089
2092
  RETURN_TO_MARKET: 'APP.TRADE.RETURN_TO_MARKET',
2090
2093
  RISK_REWARD: 'APP.TRADE.RISK_REWARD',
2094
+ RUNTIME_TOTAL: 'APP.TRADE.RUNTIME_TOTAL',
2091
2095
  SELECT_MARKET: 'APP.TRADE.SELECT_MARKET',
2092
2096
  SELF_TRADE: 'APP.TRADE.SELF_TRADE',
2093
2097
  SELL_AMOUNT_ASSET: 'APP.TRADE.SELL_AMOUNT_ASSET',
@@ -2123,6 +2127,8 @@ export const APP_STRING_KEYS = {
2123
2127
  TAP_TO_CLOSE: 'APP.TRADE.TAP_TO_CLOSE',
2124
2128
  TAP_TO_TRADE: 'APP.TRADE.TAP_TO_TRADE',
2125
2129
  TARGET_LEVERAGE: 'APP.TRADE.TARGET_LEVERAGE',
2130
+ TERMINATE: 'APP.TRADE.TERMINATE',
2131
+ TERMINATED: 'APP.TRADE.TERMINATED',
2126
2132
  TIME_IN_FORCE: 'APP.TRADE.TIME_IN_FORCE',
2127
2133
  TOTAL: 'APP.TRADE.TOTAL',
2128
2134
  TOTAL_COST: 'APP.TRADE.TOTAL_COST',
@@ -2147,6 +2153,9 @@ export const APP_STRING_KEYS = {
2147
2153
  TRIGGER_PRICE: 'APP.TRADE.TRIGGER_PRICE',
2148
2154
  TRIGGER_PRICE_SHORT: 'APP.TRADE.TRIGGER_PRICE_SHORT',
2149
2155
  TWAP: 'APP.TRADE.TWAP',
2156
+ TWAP_ACTIVE_ORDERS: 'APP.TRADE.TWAP_ACTIVE_ORDERS',
2157
+ TWAP_FILLS: 'APP.TRADE.TWAP_FILLS',
2158
+ TWAP_ORDER_HISTORY: 'APP.TRADE.TWAP_ORDER_HISTORY',
2150
2159
  UNDERCOLLATERALIZED: 'APP.TRADE.UNDERCOLLATERALIZED',
2151
2160
  UNOPENED_ISOLATED_POSITIONS: 'APP.TRADE.UNOPENED_ISOLATED_POSITIONS',
2152
2161
  UNREALIZED_PNL: 'APP.TRADE.UNREALIZED_PNL',
@@ -2165,6 +2174,17 @@ export const APP_STRING_KEYS = {
2165
2174
  STOP_AND_PROFIT_LIMIT_BODY: 'APP.TRADE_BOX_CARDS.STOP_AND_PROFIT_LIMIT_BODY',
2166
2175
  STOP_AND_PROFIT_LIMIT_TITLE: 'APP.TRADE_BOX_CARDS.STOP_AND_PROFIT_LIMIT_TITLE',
2167
2176
 
2177
+ // TRADE_HISTORY
2178
+
2179
+ ADD_TO_LONG: 'APP.TRADE_HISTORY.ADD_TO_LONG',
2180
+ ADD_TO_SHORT: 'APP.TRADE_HISTORY.ADD_TO_SHORT',
2181
+ CLOSE_LONG: 'APP.TRADE_HISTORY.CLOSE_LONG',
2182
+ CLOSE_SHORT: 'APP.TRADE_HISTORY.CLOSE_SHORT',
2183
+ OPEN_LONG: 'APP.TRADE_HISTORY.OPEN_LONG',
2184
+ OPEN_SHORT: 'APP.TRADE_HISTORY.OPEN_SHORT',
2185
+ PARTIAL_CLOSE_LONG: 'APP.TRADE_HISTORY.PARTIAL_CLOSE_LONG',
2186
+ PARTIAL_CLOSE_SHORT: 'APP.TRADE_HISTORY.PARTIAL_CLOSE_SHORT',
2187
+
2168
2188
  // TRADING_KEYS
2169
2189
 
2170
2190
  API_KEY_AUTHORIZATION_ACKNOWLEDGMENT: 'APP.TRADING_KEYS.API_KEY_AUTHORIZATION_ACKNOWLEDGMENT',