@dydxprotocol/v4-localization 1.1.156 → 1.1.157

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.
@@ -1311,6 +1311,7 @@
1311
1311
  "MID_MARKET": "Mid-Market",
1312
1312
  "MID_MARKET_PRICE_SHORT": "Mid",
1313
1313
  "MODIFY_GOOD_TIL": "Modify Good Til",
1314
+ "MODIFY_MARGIN_AMOUNT": "Modify amount",
1314
1315
  "MODIFY_PRICE": "Modify price",
1315
1316
  "MODIFY_SIZE_FIELD": "Modify amount",
1316
1317
  "MODIFY_TARGET_LEVERAGE": "Modify target leverage",
@@ -2171,6 +2172,7 @@
2171
2172
  "BROADCAST_ERROR_3008": "Stateful order was previously cancelled and therefore cannot be placed.",
2172
2173
  "BROADCAST_ERROR_3009": "Stateful order was previously removed and therefore cannot be placed.",
2173
2174
  "BROADCAST_ERROR_10001": "Subaccount cannot open more orders due to equity tier limit. {EQUITY_TIER_LEARN_MORE}",
2175
+ "QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED": "This would put your account below the collateralization threshold. Please try a smaller amount.",
2174
2176
  "GENERAL": {
2175
2177
  "RATE_LIMIT_REACHED_ERROR_TITLE": "Rate Limit Reached",
2176
2178
  "RATE_LIMIT_REACHED_ERROR_MESSAGE": "Rate limited reached for this IP address. Please try again later.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.156",
3
+ "version": "1.1.157",
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
 
@@ -1465,6 +1465,7 @@ export const APP_STRING_KEYS = {
1465
1465
  MID_MARKET: 'APP.TRADE.MID_MARKET',
1466
1466
  MID_MARKET_PRICE_SHORT: 'APP.TRADE.MID_MARKET_PRICE_SHORT',
1467
1467
  MODIFY_GOOD_TIL: 'APP.TRADE.MODIFY_GOOD_TIL',
1468
+ MODIFY_MARGIN_AMOUNT: 'APP.TRADE.MODIFY_MARGIN_AMOUNT',
1468
1469
  MODIFY_PRICE: 'APP.TRADE.MODIFY_PRICE',
1469
1470
  MODIFY_SIZE_FIELD: 'APP.TRADE.MODIFY_SIZE_FIELD',
1470
1471
  MODIFY_TARGET_LEVERAGE: 'APP.TRADE.MODIFY_TARGET_LEVERAGE',
@@ -1866,6 +1867,7 @@ export const ERRORS_STRING_KEYS = {
1866
1867
  WALLET_RESTRICTED_ERROR_TITLE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_ERROR_TITLE',
1867
1868
  WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE',
1868
1869
  WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE',
1870
+ QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED: 'ERRORS.QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED',
1869
1871
 
1870
1872
  // TRADE_BOX
1871
1873