@dydxprotocol/v4-localization 1.1.115 → 1.1.117
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.
|
@@ -1323,6 +1323,7 @@
|
|
|
1323
1323
|
"ORDERBOOK_SPREAD_PERCENT": "Spread %",
|
|
1324
1324
|
"ORDERBOOK_SPREAD": "Spread",
|
|
1325
1325
|
"ORDERBOOK_UNITS": "Units",
|
|
1326
|
+
"ORDERBOOK_GROUPING": "Grouping",
|
|
1326
1327
|
"ORDERS_EMPTY_STATE": "You have no orders.",
|
|
1327
1328
|
"PARTIALLY_FILLED": "Partially Filled",
|
|
1328
1329
|
"PAYMENT": "Payment",
|
|
@@ -2069,7 +2070,7 @@
|
|
|
2069
2070
|
"BROADCAST_ERROR_CLOB_2003": "Post-only order would cross one or more maker orders.",
|
|
2070
2071
|
"BROADCAST_ERROR_CLOB_2005": "Order would violate isolated subaccount constraints.",
|
|
2071
2072
|
"BROADCAST_ERROR_CLOB_3000": "Invalid order flags.",
|
|
2072
|
-
"
|
|
2073
|
+
"BROADCAST_ERROR_CLOB_3001": "Invalid order goodTilBlockTime.",
|
|
2073
2074
|
"BROADCAST_ERROR_CLOB_3002": "Stateful orders cannot require immediate execution.",
|
|
2074
2075
|
"BROADCAST_ERROR_CLOB_3003": "The block time is greater than the GoodTilBlockTime of the message. Please refresh the page and try again.",
|
|
2075
2076
|
"BROADCAST_ERROR_CLOB_3004": "The GoodTilBlockTime of the message is further than StatefulOrderTimeWindow into the future. Please refresh the page and try again.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1450,6 +1450,7 @@ export const APP_STRING_KEYS = {
|
|
|
1450
1450
|
ORDERBOOK: 'APP.TRADE.ORDERBOOK',
|
|
1451
1451
|
ORDERBOOK_ASK_PRICE: 'APP.TRADE.ORDERBOOK_ASK_PRICE',
|
|
1452
1452
|
ORDERBOOK_BID_PRICE: 'APP.TRADE.ORDERBOOK_BID_PRICE',
|
|
1453
|
+
ORDERBOOK_GROUPING: 'APP.TRADE.ORDERBOOK_GROUPING',
|
|
1453
1454
|
ORDERBOOK_MID_MARKET_PRICE: 'APP.TRADE.ORDERBOOK_MID_MARKET_PRICE',
|
|
1454
1455
|
ORDERBOOK_MY_ORDER_SIZE: 'APP.TRADE.ORDERBOOK_MY_ORDER_SIZE',
|
|
1455
1456
|
ORDERBOOK_ORDER_SIZE: 'APP.TRADE.ORDERBOOK_ORDER_SIZE',
|
|
@@ -1736,6 +1737,7 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1736
1737
|
BROADCAST_ERROR_CLOB_2003: 'ERRORS.BROADCAST_ERROR_CLOB_2003',
|
|
1737
1738
|
BROADCAST_ERROR_CLOB_2005: 'ERRORS.BROADCAST_ERROR_CLOB_2005',
|
|
1738
1739
|
BROADCAST_ERROR_CLOB_3000: 'ERRORS.BROADCAST_ERROR_CLOB_3000',
|
|
1740
|
+
BROADCAST_ERROR_CLOB_3001: 'ERRORS.BROADCAST_ERROR_CLOB_3001',
|
|
1739
1741
|
BROADCAST_ERROR_CLOB_3002: 'ERRORS.BROADCAST_ERROR_CLOB_3002',
|
|
1740
1742
|
BROADCAST_ERROR_CLOB_3003: 'ERRORS.BROADCAST_ERROR_CLOB_3003',
|
|
1741
1743
|
BROADCAST_ERROR_CLOB_3004: 'ERRORS.BROADCAST_ERROR_CLOB_3004',
|
|
@@ -1744,7 +1746,6 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1744
1746
|
BROADCAST_ERROR_CLOB_3007: 'ERRORS.BROADCAST_ERROR_CLOB_3007',
|
|
1745
1747
|
BROADCAST_ERROR_CLOB_3008: 'ERRORS.BROADCAST_ERROR_CLOB_3008',
|
|
1746
1748
|
BROADCAST_ERROR_CLOB_3009: 'ERRORS.BROADCAST_ERROR_CLOB_3009',
|
|
1747
|
-
BROADCAST_ERROR_CLOB__3001: 'ERRORS.BROADCAST_ERROR_CLOB__3001',
|
|
1748
1749
|
BROADCAST_ERROR_SDK_5: 'ERRORS.BROADCAST_ERROR_SDK_5',
|
|
1749
1750
|
|
|
1750
1751
|
// DEPOSIT_MODAL
|