@dydxprotocol/v4-localization 1.1.155 → 1.1.156
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.
|
@@ -1548,6 +1548,10 @@
|
|
|
1548
1548
|
"DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
|
|
1549
1549
|
"ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
|
|
1550
1550
|
"ENTER_AMOUNT_TO_WITHDRAW": "Enter amount to withdraw",
|
|
1551
|
+
"AMOUNT_TO_WITHDRAW": "Amount to Withdraw",
|
|
1552
|
+
"PREVIEW_WITHDRAW": "Preview Withdraw",
|
|
1553
|
+
"PREVIEW_DEPOSIT": "Preview Deposit",
|
|
1554
|
+
"AMOUNT_TO_DEPOSIT": "Amount to Deposit",
|
|
1551
1555
|
"CROSS_ACCOUNT": "Cross Account",
|
|
1552
1556
|
"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.",
|
|
1553
1557
|
"TVL": "TVL"
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1689,11 +1689,15 @@ export const APP_STRING_KEYS = {
|
|
|
1689
1689
|
// VAULTS
|
|
1690
1690
|
|
|
1691
1691
|
ACKNOWLEDGE_HIGH_SLIPPAGE: 'APP.VAULTS.ACKNOWLEDGE_HIGH_SLIPPAGE',
|
|
1692
|
+
AMOUNT_TO_DEPOSIT: 'APP.VAULTS.AMOUNT_TO_DEPOSIT',
|
|
1693
|
+
AMOUNT_TO_WITHDRAW: 'APP.VAULTS.AMOUNT_TO_WITHDRAW',
|
|
1692
1694
|
CROSS_ACCOUNT: 'APP.VAULTS.CROSS_ACCOUNT',
|
|
1693
1695
|
DEPOSIT_TOO_HIGH: 'APP.VAULTS.DEPOSIT_TOO_HIGH',
|
|
1694
1696
|
ENTER_AMOUNT_TO_DEPOSIT: 'APP.VAULTS.ENTER_AMOUNT_TO_DEPOSIT',
|
|
1695
1697
|
ENTER_AMOUNT_TO_WITHDRAW: 'APP.VAULTS.ENTER_AMOUNT_TO_WITHDRAW',
|
|
1696
1698
|
EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',
|
|
1699
|
+
PREVIEW_DEPOSIT: 'APP.VAULTS.PREVIEW_DEPOSIT',
|
|
1700
|
+
PREVIEW_WITHDRAW: 'APP.VAULTS.PREVIEW_WITHDRAW',
|
|
1697
1701
|
PROTOCOL_VAULT: 'APP.VAULTS.PROTOCOL_VAULT',
|
|
1698
1702
|
SLIPPAGE_ACK: 'APP.VAULTS.SLIPPAGE_ACK',
|
|
1699
1703
|
SLIPPAGE_WARNING: 'APP.VAULTS.SLIPPAGE_WARNING',
|