@dydxprotocol/v4-localization 1.1.78 → 1.1.80
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.
|
@@ -1317,6 +1317,7 @@
|
|
|
1317
1317
|
"STOP_PRICE_ABBREVIATED": "Stop",
|
|
1318
1318
|
"STOP_PRICE": "Stop Price",
|
|
1319
1319
|
"SUBMITTED": "Submitted",
|
|
1320
|
+
"SUBMITTING": "Submitting",
|
|
1320
1321
|
"TAKE_PROFIT_LIMIT_DESCRIPTION": "A take profit limit order converts to a traditional limit order whenever the oracle price or last trade price crosses your trigger price.",
|
|
1321
1322
|
"TAKE_PROFIT_LIMIT_SHORT": "Take Profit Limit",
|
|
1322
1323
|
"TAKE_PROFIT_LIMIT": "Take Profit Limit",
|
|
@@ -1969,21 +1970,21 @@
|
|
|
1969
1970
|
"V4_TESTNET_IMPERATOR": "V4 Testnet 3(Imperator)"
|
|
1970
1971
|
},
|
|
1971
1972
|
"ERRORS": {
|
|
1972
|
-
"BROADCAST_ERROR_2000": "Fill Or Kill order could not be fully filled",
|
|
1973
|
-
"BROADCAST_ERROR_2001": "Reduce-only orders cannot increase the position size",
|
|
1974
|
-
"BROADCAST_ERROR_2002": "Reduce-only orders cannot change the position side",
|
|
1975
|
-
"BROADCAST_ERROR_2003": "Post-only order would cross one or more maker orders",
|
|
1976
|
-
"BROADCAST_ERROR_2005": "Order would violate isolated subaccount constraints",
|
|
1977
|
-
"BROADCAST_ERROR_3000": "Invalid order flags",
|
|
1978
|
-
"BROADCAST_ERROR_3001": "Invalid order goodTilBlockTime",
|
|
1979
|
-
"BROADCAST_ERROR_3002": "Stateful orders cannot require immediate execution",
|
|
1980
|
-
"BROADCAST_ERROR_3003": "The block time is greater than the GoodTilBlockTime of the message",
|
|
1981
|
-
"BROADCAST_ERROR_3004": "The GoodTilBlockTime of the message is further than StatefulOrderTimeWindow into the future",
|
|
1982
|
-
"BROADCAST_ERROR_3005": "Existing stateful order has higher-or-equal priority than the new one",
|
|
1983
|
-
"BROADCAST_ERROR_3006": "Stateful order does not exist",
|
|
1984
|
-
"BROADCAST_ERROR_3007": "Stateful order collateralization check failed",
|
|
1985
|
-
"BROADCAST_ERROR_3008": "Stateful order was previously cancelled and therefore cannot be placed",
|
|
1986
|
-
"BROADCAST_ERROR_3009": "Stateful order was previously removed and therefore cannot be placed",
|
|
1973
|
+
"BROADCAST_ERROR_2000": "Fill Or Kill order could not be fully filled.",
|
|
1974
|
+
"BROADCAST_ERROR_2001": "Reduce-only orders cannot increase the position size.",
|
|
1975
|
+
"BROADCAST_ERROR_2002": "Reduce-only orders cannot change the position side.",
|
|
1976
|
+
"BROADCAST_ERROR_2003": "Post-only order would cross one or more maker orders.",
|
|
1977
|
+
"BROADCAST_ERROR_2005": "Order would violate isolated subaccount constraints.",
|
|
1978
|
+
"BROADCAST_ERROR_3000": "Invalid order flags.",
|
|
1979
|
+
"BROADCAST_ERROR_3001": "Invalid order goodTilBlockTime.",
|
|
1980
|
+
"BROADCAST_ERROR_3002": "Stateful orders cannot require immediate execution.",
|
|
1981
|
+
"BROADCAST_ERROR_3003": "The block time is greater than the GoodTilBlockTime of the message.",
|
|
1982
|
+
"BROADCAST_ERROR_3004": "The GoodTilBlockTime of the message is further than StatefulOrderTimeWindow into the future.",
|
|
1983
|
+
"BROADCAST_ERROR_3005": "Existing stateful order has higher-or-equal priority than the new one.",
|
|
1984
|
+
"BROADCAST_ERROR_3006": "Stateful order does not exist.",
|
|
1985
|
+
"BROADCAST_ERROR_3007": "Stateful order collateralization check failed.",
|
|
1986
|
+
"BROADCAST_ERROR_3008": "Stateful order was previously cancelled and therefore cannot be placed.",
|
|
1987
|
+
"BROADCAST_ERROR_3009": "Stateful order was previously removed and therefore cannot be placed.",
|
|
1987
1988
|
"BROADCAST_ERROR_10001": "Subaccount cannot open more orders due to equity tier limit.",
|
|
1988
1989
|
"GENERAL": {
|
|
1989
1990
|
"RATE_LIMIT_REACHED_ERROR_TITLE": "Rate Limit Reached",
|
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
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -1463,6 +1463,7 @@ export const APP_STRING_KEYS = {
|
|
|
1463
1463
|
STOP_PRICE: 'APP.TRADE.STOP_PRICE',
|
|
1464
1464
|
STOP_PRICE_ABBREVIATED: 'APP.TRADE.STOP_PRICE_ABBREVIATED',
|
|
1465
1465
|
SUBMITTED: 'APP.TRADE.SUBMITTED',
|
|
1466
|
+
SUBMITTING: 'APP.TRADE.SUBMITTING',
|
|
1466
1467
|
TAKER: 'APP.TRADE.TAKER',
|
|
1467
1468
|
TAKER_FEE: 'APP.TRADE.TAKER_FEE',
|
|
1468
1469
|
TAKE_PROFIT: 'APP.TRADE.TAKE_PROFIT',
|