@dydxprotocol/v4-localization 1.1.284 → 1.1.286

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.
@@ -65,6 +65,7 @@
65
65
  "ALL": "All",
66
66
  "ALLOWED": "Allowed",
67
67
  "AMOUNT": "Amount",
68
+ "AMOUNT_CLOSE": "Amount Close",
68
69
  "AMOUNT_TO_ADD": "Amount to Add",
69
70
  "AMOUNT_TO_REMOVE": "Amount to Remove",
70
71
  "ANONYMOUS": "Anonymous",
@@ -2571,6 +2572,7 @@
2571
2572
  "BROADCAST_ERROR_3009": "Stateful order was previously removed and therefore cannot be placed.",
2572
2573
  "BROADCAST_ERROR_10001": "Subaccount cannot open more orders due to equity tier limit. {EQUITY_TIER_LEARN_MORE}",
2573
2574
  "QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED": "This would put your account below the collateralization threshold. Please try a smaller amount.",
2575
+ "QUERY_ERROR_SUBACCOUNTS_STILLUNDERCOLLATERALIZED": "Your account has insufficient funds for this operation. Please try a smaller amount.",
2574
2576
  "GENERAL": {
2575
2577
  "RATE_LIMIT_REACHED_ERROR_TITLE": "Rate Limit Reached",
2576
2578
  "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.284",
3
+ "version": "1.1.286",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -391,6 +391,7 @@ export const APP_STRING_KEYS = {
391
391
  ALLOWED: 'APP.GENERAL.ALLOWED',
392
392
  ALL_MARKETS: 'APP.GENERAL.ALL_MARKETS',
393
393
  AMOUNT: 'APP.GENERAL.AMOUNT',
394
+ AMOUNT_CLOSE: 'APP.GENERAL.AMOUNT_CLOSE',
394
395
  AMOUNT_TO_ADD: 'APP.GENERAL.AMOUNT_TO_ADD',
395
396
  AMOUNT_TO_REMOVE: 'APP.GENERAL.AMOUNT_TO_REMOVE',
396
397
  ANONYMOUS: 'APP.GENERAL.ANONYMOUS',
@@ -2257,6 +2258,7 @@ export const ERRORS_STRING_KEYS = {
2257
2258
  WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE',
2258
2259
  WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE: 'ERRORS.ONBOARDING.WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE',
2259
2260
  QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED: 'ERRORS.QUERY_ERROR_SUBACCOUNTS_NEWLYUNDERCOLLATERALIZED',
2261
+ QUERY_ERROR_SUBACCOUNTS_STILLUNDERCOLLATERALIZED: 'ERRORS.QUERY_ERROR_SUBACCOUNTS_STILLUNDERCOLLATERALIZED',
2260
2262
 
2261
2263
  // TRADE_BOX
2262
2264