@dydxprotocol/v4-localization 1.1.153 → 1.1.155

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.
@@ -1529,6 +1529,7 @@
1529
1529
  },
1530
1530
  "VAULTS": {
1531
1531
  "VAULT": "Vault",
1532
+ "VAULT_FAQS": "Vault FAQs",
1532
1533
  "YOUR_ALL_TIME_PNL": "Your All-time P&L",
1533
1534
  "VAULT_THIRTY_DAY_APR": "30d APR",
1534
1535
  "VAULT_THIRTY_DAY_PNL": "30d P&L",
@@ -1538,6 +1539,17 @@
1538
1539
  "VAULT_PNL": "Vault P&L",
1539
1540
  "YOUR_DEPOSITS_AND_WITHDRAWALS": "Your Deposits & Withdrawals",
1540
1541
  "YOU_HAVE_NO_VAULT_DEPOSITS": "You have no vault deposits.",
1542
+ "SLIPPAGE_ACK": "I understand that withdrawing now will result in {AMOUNT} slippage.",
1543
+ "ACKNOWLEDGE_HIGH_SLIPPAGE": "Acknowledge High Slippage",
1544
+ "SLIPPAGE_WARNING": " This withdrawal would result in {AMOUNT} slippage. Slippage may be reduced if you withdraw at a later time. For more information, see {LINK}.",
1545
+ "EST_SLIPPAGE": "Est. slippage",
1546
+ "PROTOCOL_VAULT": "dYdX Protocol Vault",
1547
+ "WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
1548
+ "DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
1549
+ "ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
1550
+ "ENTER_AMOUNT_TO_WITHDRAW": "Enter amount to withdraw",
1551
+ "CROSS_ACCOUNT": "Cross Account",
1552
+ "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.",
1541
1553
  "TVL": "TVL"
1542
1554
  },
1543
1555
  "NOTIFICATIONS": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.153",
3
+ "version": "1.1.155",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1688,13 +1688,25 @@ export const APP_STRING_KEYS = {
1688
1688
 
1689
1689
  // VAULTS
1690
1690
 
1691
+ ACKNOWLEDGE_HIGH_SLIPPAGE: 'APP.VAULTS.ACKNOWLEDGE_HIGH_SLIPPAGE',
1692
+ CROSS_ACCOUNT: 'APP.VAULTS.CROSS_ACCOUNT',
1693
+ DEPOSIT_TOO_HIGH: 'APP.VAULTS.DEPOSIT_TOO_HIGH',
1694
+ ENTER_AMOUNT_TO_DEPOSIT: 'APP.VAULTS.ENTER_AMOUNT_TO_DEPOSIT',
1695
+ ENTER_AMOUNT_TO_WITHDRAW: 'APP.VAULTS.ENTER_AMOUNT_TO_WITHDRAW',
1696
+ EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',
1697
+ PROTOCOL_VAULT: 'APP.VAULTS.PROTOCOL_VAULT',
1698
+ SLIPPAGE_ACK: 'APP.VAULTS.SLIPPAGE_ACK',
1699
+ SLIPPAGE_WARNING: 'APP.VAULTS.SLIPPAGE_WARNING',
1691
1700
  TVL: 'APP.VAULTS.TVL',
1692
1701
  VAULT: 'APP.VAULTS.VAULT',
1702
+ VAULT_DESCRIPTION: 'APP.VAULTS.VAULT_DESCRIPTION',
1693
1703
  VAULT_EQUITY: 'APP.VAULTS.VAULT_EQUITY',
1704
+ VAULT_FAQS: 'APP.VAULTS.VAULT_FAQS',
1694
1705
  VAULT_PNL: 'APP.VAULTS.VAULT_PNL',
1695
1706
  VAULT_THIRTY_DAY_APR: 'APP.VAULTS.VAULT_THIRTY_DAY_APR',
1696
1707
  VAULT_THIRTY_DAY_PNL: 'APP.VAULTS.VAULT_THIRTY_DAY_PNL',
1697
1708
  VIEW_VAULT: 'APP.VAULTS.VIEW_VAULT',
1709
+ WITHDRAW_TOO_HIGH: 'APP.VAULTS.WITHDRAW_TOO_HIGH',
1698
1710
  YOUR_ALL_TIME_PNL: 'APP.VAULTS.YOUR_ALL_TIME_PNL',
1699
1711
  YOUR_DEPOSITS_AND_WITHDRAWALS: 'APP.VAULTS.YOUR_DEPOSITS_AND_WITHDRAWALS',
1700
1712
  YOUR_VAULT_BALANCE: 'APP.VAULTS.YOUR_VAULT_BALANCE',