@dydxprotocol/v4-localization 1.1.218 → 1.1.219
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.
|
@@ -1700,6 +1700,9 @@
|
|
|
1700
1700
|
"YOU_HAVE_NO_VAULT_DEPOSITS": "You have no vault deposits.",
|
|
1701
1701
|
"SLIPPAGE_ACK": "I understand that withdrawing now will result in {AMOUNT} slippage.",
|
|
1702
1702
|
"ACKNOWLEDGE_HIGH_SLIPPAGE": "Acknowledge High Slippage",
|
|
1703
|
+
"ACKNOWLEDGE_MEGAVAULT_TERMS": "Agree to MegaVault Terms",
|
|
1704
|
+
"MEGAVAULT_TERMS_TEXT": "By clicking \"{CONFIRM_BUTTON_TEXT}\", you agree to the {LINK}.",
|
|
1705
|
+
"MEGAVAULT_TERMS_LINK_TEXT": "MegaVault Terms",
|
|
1703
1706
|
"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}.",
|
|
1704
1707
|
"EST_SLIPPAGE": "Est. slippage",
|
|
1705
1708
|
"ESTIMATED_SLIPPAGE": "Estimated Slippage",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1851,6 +1851,7 @@ export const APP_STRING_KEYS = {
|
|
|
1851
1851
|
// VAULTS
|
|
1852
1852
|
|
|
1853
1853
|
ACKNOWLEDGE_HIGH_SLIPPAGE: 'APP.VAULTS.ACKNOWLEDGE_HIGH_SLIPPAGE',
|
|
1854
|
+
ACKNOWLEDGE_MEGAVAULT_TERMS: 'APP.VAULTS.ACKNOWLEDGE_MEGAVAULT_TERMS',
|
|
1854
1855
|
AMOUNT_TO_DEPOSIT: 'APP.VAULTS.AMOUNT_TO_DEPOSIT',
|
|
1855
1856
|
AMOUNT_TO_WITHDRAW: 'APP.VAULTS.AMOUNT_TO_WITHDRAW',
|
|
1856
1857
|
APR: 'APP.VAULTS.APR',
|
|
@@ -1874,6 +1875,8 @@ export const APP_STRING_KEYS = {
|
|
|
1874
1875
|
MEGAVAULT_DEPOSIT_SUCCESSFUL: 'APP.VAULTS.MEGAVAULT_DEPOSIT_SUCCESSFUL',
|
|
1875
1876
|
MEGAVAULT_DEPOSIT_SUCCESSFUL_BODY: 'APP.VAULTS.MEGAVAULT_DEPOSIT_SUCCESSFUL_BODY',
|
|
1876
1877
|
MEGAVAULT_FAQS: 'APP.VAULTS.MEGAVAULT_FAQS',
|
|
1878
|
+
MEGAVAULT_TERMS_LINK_TEXT: 'APP.VAULTS.MEGAVAULT_TERMS_LINK_TEXT',
|
|
1879
|
+
MEGAVAULT_TERMS_TEXT: 'APP.VAULTS.MEGAVAULT_TERMS_TEXT',
|
|
1877
1880
|
MEGAVAULT_TRANSFERS: 'APP.VAULTS.MEGAVAULT_TRANSFERS',
|
|
1878
1881
|
MEGAVAULT_TRANSFERS_DESCRIPTION: 'APP.VAULTS.MEGAVAULT_TRANSFERS_DESCRIPTION',
|
|
1879
1882
|
MEGAVAULT_WITHDRAWAL_FAILED: 'APP.VAULTS.MEGAVAULT_WITHDRAWAL_FAILED',
|