@dydxprotocol/v4-localization 1.1.217 → 1.1.218

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.
@@ -1707,7 +1707,7 @@
1707
1707
  "PROTOCOL_VAULT": "dYdX Protocol Vault",
1708
1708
  "LOCKED_BALANCE": "Locked Balance",
1709
1709
  "WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
1710
- "WITHDRAW_TOO_LOW": "Your withdrawal amount is below the $20 minimum withdrawal threshold.",
1710
+ "WITHDRAW_TOO_LOW": "Your withdrawal amount is below the $20 minimum withdrawal threshold. If your vault balance is below the minimum withdrawal threshold, you must withdraw the entire vault balance.",
1711
1711
  "DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
1712
1712
  "DEPOSIT_TOO_LOW": "Your deposit amount is below the $20 minimum deposit threshold.",
1713
1713
  "ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
@@ -1720,7 +1720,7 @@
1720
1720
  "CONFIRM_DEPOSIT_CTA": "Confirm Deposit",
1721
1721
  "AMOUNT_TO_DEPOSIT": "Amount to Deposit",
1722
1722
  "CROSS_ACCOUNT": "Cross Account",
1723
- "VAULT_DESCRIPTION": "This vault provides automated liquidity on all dYdX markets and gets a share of fee revenue. Vaults aim for a market-neutral position by quoting both sides of the book. P&L will vary based on market conditions and there's a risk of losing some or all of the USDC deposited.",
1723
+ "VAULT_DESCRIPTION": "This vault provides automated liquidity on all dYdX markets and gets a share of fee revenue. The vault aims for a market-neutral position by quoting both sides of the book. P&L will vary based on market conditions and there's a risk of losing some or all of the USDC deposited. dYdX Trading Inc. is not the operator of this vault. The operator was selected by dYdX community.",
1724
1724
  "TVL": "TVL"
1725
1725
  },
1726
1726
  "NOTIFICATIONS": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.217",
3
+ "version": "1.1.218",
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 scripts/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