@dydxprotocol/v4-localization 1.1.126 → 1.1.127

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.
@@ -1412,6 +1412,7 @@
1412
1412
  "TRANSFERS_EMPTY_STATE": "You have no transfer history.",
1413
1413
  "TRIGGER_PRICE_SHORT": "Trigger",
1414
1414
  "TRIGGER_PRICE": "Trigger Price",
1415
+ "TRIGGER_ORDER_CANCELED_BY_FRONTEND": "The trigger order's associated position has been closed or flipped.",
1415
1416
  "TRIGGERS": "Triggers",
1416
1417
  "UNDERCOLLATERALIZED": "Undercollateralized",
1417
1418
  "UNOPENED_ISOLATED_POSITIONS": "Unopened Isolated Positions",
@@ -2083,7 +2084,7 @@
2083
2084
  "BROADCAST_ERROR_CLOB_3004": "The GoodTilBlockTime of the message is further than StatefulOrderTimeWindow into the future. Please refresh the page and try again.",
2084
2085
  "BROADCAST_ERROR_CLOB_3005": "Existing stateful order has higher-or-equal priority than the new one.",
2085
2086
  "BROADCAST_ERROR_CLOB_3006": "Stateful order does not exist.",
2086
- "BROADCAST_ERROR_CLOB_3007": "Stateful order collateralization check failed.",
2087
+ "BROADCAST_ERROR_CLOB_3007": "Stateful order collateralization check failed. Order size might be too large, please try again with a smaller order.",
2087
2088
  "BROADCAST_ERROR_CLOB_3008": "Stateful order was previously cancelled and therefore cannot be placed.",
2088
2089
  "BROADCAST_ERROR_CLOB_3009": "Stateful order was previously removed and therefore cannot be placed.",
2089
2090
  "BROADCAST_ERROR_CLOB_10001": "Subaccount cannot open more orders due to equity tier limit. {EQUITY_TIER_LEARN_MORE}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.126",
3
+ "version": "1.1.127",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -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
 
@@ -1564,6 +1564,7 @@ export const APP_STRING_KEYS = {
1564
1564
  TRAILING_STOP_DESCRIPTION: 'APP.TRADE.TRAILING_STOP_DESCRIPTION',
1565
1565
  TRANSFERS_EMPTY_STATE: 'APP.TRADE.TRANSFERS_EMPTY_STATE',
1566
1566
  TRIGGERS: 'APP.TRADE.TRIGGERS',
1567
+ TRIGGER_ORDER_CANCELED_BY_FRONTEND: 'APP.TRADE.TRIGGER_ORDER_CANCELED_BY_FRONTEND',
1567
1568
  TRIGGER_PRICE: 'APP.TRADE.TRIGGER_PRICE',
1568
1569
  TRIGGER_PRICE_SHORT: 'APP.TRADE.TRIGGER_PRICE_SHORT',
1569
1570
  UNDERCOLLATERALIZED: 'APP.TRADE.UNDERCOLLATERALIZED',