@dydxprotocol/v4-localization 1.1.113 → 1.1.115
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.
|
@@ -1322,6 +1322,7 @@
|
|
|
1322
1322
|
"ORDERBOOK_SHORT": "Book",
|
|
1323
1323
|
"ORDERBOOK_SPREAD_PERCENT": "Spread %",
|
|
1324
1324
|
"ORDERBOOK_SPREAD": "Spread",
|
|
1325
|
+
"ORDERBOOK_UNITS": "Units",
|
|
1325
1326
|
"ORDERS_EMPTY_STATE": "You have no orders.",
|
|
1326
1327
|
"PARTIALLY_FILLED": "Partially Filled",
|
|
1327
1328
|
"PAYMENT": "Payment",
|
|
@@ -2061,6 +2062,23 @@
|
|
|
2061
2062
|
"V4_TESTNET_IMPERATOR": "V4 Testnet 3(Imperator)"
|
|
2062
2063
|
},
|
|
2063
2064
|
"ERRORS": {
|
|
2065
|
+
"BROADCAST_ERROR_SDK_5": "There is not enough balance in your chain wallet to cover the transaction fees, please deposit additional funds or update gas currency in Preferences.",
|
|
2066
|
+
"BROADCAST_ERROR_CLOB_2000": "Fill Or Kill order could not be fully filled.",
|
|
2067
|
+
"BROADCAST_ERROR_CLOB_2001": "Reduce-only orders cannot increase the position size.",
|
|
2068
|
+
"BROADCAST_ERROR_CLOB_2002": "Reduce-only orders cannot change the position side.",
|
|
2069
|
+
"BROADCAST_ERROR_CLOB_2003": "Post-only order would cross one or more maker orders.",
|
|
2070
|
+
"BROADCAST_ERROR_CLOB_2005": "Order would violate isolated subaccount constraints.",
|
|
2071
|
+
"BROADCAST_ERROR_CLOB_3000": "Invalid order flags.",
|
|
2072
|
+
"BROADCAST_ERROR_CLOB__3001": "Invalid order goodTilBlockTime.",
|
|
2073
|
+
"BROADCAST_ERROR_CLOB_3002": "Stateful orders cannot require immediate execution.",
|
|
2074
|
+
"BROADCAST_ERROR_CLOB_3003": "The block time is greater than the GoodTilBlockTime of the message. Please refresh the page and try again.",
|
|
2075
|
+
"BROADCAST_ERROR_CLOB_3004": "The GoodTilBlockTime of the message is further than StatefulOrderTimeWindow into the future. Please refresh the page and try again.",
|
|
2076
|
+
"BROADCAST_ERROR_CLOB_3005": "Existing stateful order has higher-or-equal priority than the new one.",
|
|
2077
|
+
"BROADCAST_ERROR_CLOB_3006": "Stateful order does not exist.",
|
|
2078
|
+
"BROADCAST_ERROR_CLOB_3007": "Stateful order collateralization check failed.",
|
|
2079
|
+
"BROADCAST_ERROR_CLOB_3008": "Stateful order was previously cancelled and therefore cannot be placed.",
|
|
2080
|
+
"BROADCAST_ERROR_CLOB_3009": "Stateful order was previously removed and therefore cannot be placed.",
|
|
2081
|
+
"BROADCAST_ERROR_CLOB_10001": "Subaccount cannot open more orders due to equity tier limit. {EQUITY_TIER_LEARN_MORE}",
|
|
2064
2082
|
"BROADCAST_ERROR_2000": "Fill Or Kill order could not be fully filled.",
|
|
2065
2083
|
"BROADCAST_ERROR_2001": "Reduce-only orders cannot increase the position size.",
|
|
2066
2084
|
"BROADCAST_ERROR_2002": "Reduce-only orders cannot change the position side.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
3
|
+
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -1456,6 +1456,7 @@ export const APP_STRING_KEYS = {
|
|
|
1456
1456
|
ORDERBOOK_SHORT: 'APP.TRADE.ORDERBOOK_SHORT',
|
|
1457
1457
|
ORDERBOOK_SPREAD: 'APP.TRADE.ORDERBOOK_SPREAD',
|
|
1458
1458
|
ORDERBOOK_SPREAD_PERCENT: 'APP.TRADE.ORDERBOOK_SPREAD_PERCENT',
|
|
1459
|
+
ORDERBOOK_UNITS: 'APP.TRADE.ORDERBOOK_UNITS',
|
|
1459
1460
|
ORDERS_EMPTY_STATE: 'APP.TRADE.ORDERS_EMPTY_STATE',
|
|
1460
1461
|
ORDER_EXPIRED: 'APP.TRADE.ORDER_EXPIRED',
|
|
1461
1462
|
ORDER_FILLED: 'APP.TRADE.ORDER_FILLED',
|
|
@@ -1728,6 +1729,23 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1728
1729
|
BROADCAST_ERROR_3007: 'ERRORS.BROADCAST_ERROR_3007',
|
|
1729
1730
|
BROADCAST_ERROR_3008: 'ERRORS.BROADCAST_ERROR_3008',
|
|
1730
1731
|
BROADCAST_ERROR_3009: 'ERRORS.BROADCAST_ERROR_3009',
|
|
1732
|
+
BROADCAST_ERROR_CLOB_10001: 'ERRORS.BROADCAST_ERROR_CLOB_10001',
|
|
1733
|
+
BROADCAST_ERROR_CLOB_2000: 'ERRORS.BROADCAST_ERROR_CLOB_2000',
|
|
1734
|
+
BROADCAST_ERROR_CLOB_2001: 'ERRORS.BROADCAST_ERROR_CLOB_2001',
|
|
1735
|
+
BROADCAST_ERROR_CLOB_2002: 'ERRORS.BROADCAST_ERROR_CLOB_2002',
|
|
1736
|
+
BROADCAST_ERROR_CLOB_2003: 'ERRORS.BROADCAST_ERROR_CLOB_2003',
|
|
1737
|
+
BROADCAST_ERROR_CLOB_2005: 'ERRORS.BROADCAST_ERROR_CLOB_2005',
|
|
1738
|
+
BROADCAST_ERROR_CLOB_3000: 'ERRORS.BROADCAST_ERROR_CLOB_3000',
|
|
1739
|
+
BROADCAST_ERROR_CLOB_3002: 'ERRORS.BROADCAST_ERROR_CLOB_3002',
|
|
1740
|
+
BROADCAST_ERROR_CLOB_3003: 'ERRORS.BROADCAST_ERROR_CLOB_3003',
|
|
1741
|
+
BROADCAST_ERROR_CLOB_3004: 'ERRORS.BROADCAST_ERROR_CLOB_3004',
|
|
1742
|
+
BROADCAST_ERROR_CLOB_3005: 'ERRORS.BROADCAST_ERROR_CLOB_3005',
|
|
1743
|
+
BROADCAST_ERROR_CLOB_3006: 'ERRORS.BROADCAST_ERROR_CLOB_3006',
|
|
1744
|
+
BROADCAST_ERROR_CLOB_3007: 'ERRORS.BROADCAST_ERROR_CLOB_3007',
|
|
1745
|
+
BROADCAST_ERROR_CLOB_3008: 'ERRORS.BROADCAST_ERROR_CLOB_3008',
|
|
1746
|
+
BROADCAST_ERROR_CLOB_3009: 'ERRORS.BROADCAST_ERROR_CLOB_3009',
|
|
1747
|
+
BROADCAST_ERROR_CLOB__3001: 'ERRORS.BROADCAST_ERROR_CLOB__3001',
|
|
1748
|
+
BROADCAST_ERROR_SDK_5: 'ERRORS.BROADCAST_ERROR_SDK_5',
|
|
1731
1749
|
|
|
1732
1750
|
// DEPOSIT_MODAL
|
|
1733
1751
|
|