@dydxprotocol/v4-localization 1.1.204 → 1.1.206
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.
|
@@ -1660,6 +1660,8 @@
|
|
|
1660
1660
|
"VAULTS": {
|
|
1661
1661
|
"VAULT": "Vault",
|
|
1662
1662
|
"MEGAVAULT": "MegaVault",
|
|
1663
|
+
"MEGAVAULT_TRANSFERS": "MegaVault Transfers",
|
|
1664
|
+
"MEGAVAULT_TRANSFERS_DESCRIPTION": "Transfers to and from the MegaVault",
|
|
1663
1665
|
"VAULT_FAQS": "Vault FAQs",
|
|
1664
1666
|
"MEGAVAULT_FAQS": "MegaVault FAQs",
|
|
1665
1667
|
"YOUR_ALL_TIME_PNL": "Your All-time P&L",
|
|
@@ -1673,13 +1675,15 @@
|
|
|
1673
1675
|
"YOU_HAVE_NO_VAULT_DEPOSITS": "You have no vault deposits.",
|
|
1674
1676
|
"SLIPPAGE_ACK": "I understand that withdrawing now will result in {AMOUNT} slippage.",
|
|
1675
1677
|
"ACKNOWLEDGE_HIGH_SLIPPAGE": "Acknowledge High Slippage",
|
|
1676
|
-
"SLIPPAGE_WARNING": "
|
|
1678
|
+
"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}.",
|
|
1677
1679
|
"EST_SLIPPAGE": "Est. slippage",
|
|
1678
1680
|
"PROTOCOL_VAULT": "dYdX Protocol Vault",
|
|
1681
|
+
"LOCKED_BALANCE": "Locked Balance",
|
|
1679
1682
|
"WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
|
|
1680
1683
|
"DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
|
|
1681
1684
|
"ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
|
|
1682
1685
|
"ENTER_AMOUNT_TO_WITHDRAW": "Enter amount to withdraw",
|
|
1686
|
+
"AVAILABLE_TO_WITHDRAW": "Available to Withdraw",
|
|
1683
1687
|
"AMOUNT_TO_WITHDRAW": "Amount to Withdraw",
|
|
1684
1688
|
"PREVIEW_WITHDRAW": "Preview Withdraw",
|
|
1685
1689
|
"PREVIEW_DEPOSIT": "Preview Deposit",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1838,6 +1838,7 @@ export const APP_STRING_KEYS = {
|
|
|
1838
1838
|
ACKNOWLEDGE_HIGH_SLIPPAGE: 'APP.VAULTS.ACKNOWLEDGE_HIGH_SLIPPAGE',
|
|
1839
1839
|
AMOUNT_TO_DEPOSIT: 'APP.VAULTS.AMOUNT_TO_DEPOSIT',
|
|
1840
1840
|
AMOUNT_TO_WITHDRAW: 'APP.VAULTS.AMOUNT_TO_WITHDRAW',
|
|
1841
|
+
AVAILABLE_TO_WITHDRAW: 'APP.VAULTS.AVAILABLE_TO_WITHDRAW',
|
|
1841
1842
|
CONFIRM_DEPOSIT_CTA: 'APP.VAULTS.CONFIRM_DEPOSIT_CTA',
|
|
1842
1843
|
CONFIRM_WITHDRAW_CTA: 'APP.VAULTS.CONFIRM_WITHDRAW_CTA',
|
|
1843
1844
|
CROSS_ACCOUNT: 'APP.VAULTS.CROSS_ACCOUNT',
|
|
@@ -1845,8 +1846,11 @@ export const APP_STRING_KEYS = {
|
|
|
1845
1846
|
ENTER_AMOUNT_TO_DEPOSIT: 'APP.VAULTS.ENTER_AMOUNT_TO_DEPOSIT',
|
|
1846
1847
|
ENTER_AMOUNT_TO_WITHDRAW: 'APP.VAULTS.ENTER_AMOUNT_TO_WITHDRAW',
|
|
1847
1848
|
EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',
|
|
1849
|
+
LOCKED_BALANCE: 'APP.VAULTS.LOCKED_BALANCE',
|
|
1848
1850
|
MEGAVAULT: 'APP.VAULTS.MEGAVAULT',
|
|
1849
1851
|
MEGAVAULT_FAQS: 'APP.VAULTS.MEGAVAULT_FAQS',
|
|
1852
|
+
MEGAVAULT_TRANSFERS: 'APP.VAULTS.MEGAVAULT_TRANSFERS',
|
|
1853
|
+
MEGAVAULT_TRANSFERS_DESCRIPTION: 'APP.VAULTS.MEGAVAULT_TRANSFERS_DESCRIPTION',
|
|
1850
1854
|
PREVIEW_DEPOSIT: 'APP.VAULTS.PREVIEW_DEPOSIT',
|
|
1851
1855
|
PREVIEW_WITHDRAW: 'APP.VAULTS.PREVIEW_WITHDRAW',
|
|
1852
1856
|
PROTOCOL_VAULT: 'APP.VAULTS.PROTOCOL_VAULT',
|