@dydxprotocol/v4-localization 1.1.205 → 1.1.207
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.
|
@@ -1678,10 +1678,13 @@
|
|
|
1678
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}.",
|
|
1679
1679
|
"EST_SLIPPAGE": "Est. slippage",
|
|
1680
1680
|
"PROTOCOL_VAULT": "dYdX Protocol Vault",
|
|
1681
|
+
"LOCKED_BALANCE": "Locked Balance",
|
|
1681
1682
|
"WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
|
|
1682
1683
|
"DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
|
|
1684
|
+
"DEPOSIT_TOO_LOW": "Your deposit amount is below the $20 minimum deposit threshold.",
|
|
1683
1685
|
"ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
|
|
1684
1686
|
"ENTER_AMOUNT_TO_WITHDRAW": "Enter amount to withdraw",
|
|
1687
|
+
"AVAILABLE_TO_WITHDRAW": "Available to Withdraw",
|
|
1685
1688
|
"AMOUNT_TO_WITHDRAW": "Amount to Withdraw",
|
|
1686
1689
|
"PREVIEW_WITHDRAW": "Preview Withdraw",
|
|
1687
1690
|
"PREVIEW_DEPOSIT": "Preview Deposit",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1838,13 +1838,16 @@ 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',
|
|
1844
1845
|
DEPOSIT_TOO_HIGH: 'APP.VAULTS.DEPOSIT_TOO_HIGH',
|
|
1846
|
+
DEPOSIT_TOO_LOW: 'APP.VAULTS.DEPOSIT_TOO_LOW',
|
|
1845
1847
|
ENTER_AMOUNT_TO_DEPOSIT: 'APP.VAULTS.ENTER_AMOUNT_TO_DEPOSIT',
|
|
1846
1848
|
ENTER_AMOUNT_TO_WITHDRAW: 'APP.VAULTS.ENTER_AMOUNT_TO_WITHDRAW',
|
|
1847
1849
|
EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',
|
|
1850
|
+
LOCKED_BALANCE: 'APP.VAULTS.LOCKED_BALANCE',
|
|
1848
1851
|
MEGAVAULT: 'APP.VAULTS.MEGAVAULT',
|
|
1849
1852
|
MEGAVAULT_FAQS: 'APP.VAULTS.MEGAVAULT_FAQS',
|
|
1850
1853
|
MEGAVAULT_TRANSFERS: 'APP.VAULTS.MEGAVAULT_TRANSFERS',
|