@dydxprotocol/v4-localization 1.1.217 → 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",
|
|
@@ -1707,7 +1710,7 @@
|
|
|
1707
1710
|
"PROTOCOL_VAULT": "dYdX Protocol Vault",
|
|
1708
1711
|
"LOCKED_BALANCE": "Locked Balance",
|
|
1709
1712
|
"WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
|
|
1710
|
-
"WITHDRAW_TOO_LOW": "Your withdrawal amount is below the $20 minimum withdrawal threshold.",
|
|
1713
|
+
"WITHDRAW_TOO_LOW": "Your withdrawal amount is below the $20 minimum withdrawal threshold. If your vault balance is below the minimum withdrawal threshold, you must withdraw the entire vault balance.",
|
|
1711
1714
|
"DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
|
|
1712
1715
|
"DEPOSIT_TOO_LOW": "Your deposit amount is below the $20 minimum deposit threshold.",
|
|
1713
1716
|
"ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
|
|
@@ -1720,7 +1723,7 @@
|
|
|
1720
1723
|
"CONFIRM_DEPOSIT_CTA": "Confirm Deposit",
|
|
1721
1724
|
"AMOUNT_TO_DEPOSIT": "Amount to Deposit",
|
|
1722
1725
|
"CROSS_ACCOUNT": "Cross Account",
|
|
1723
|
-
"VAULT_DESCRIPTION": "This vault provides automated liquidity on all dYdX markets and gets a share of fee revenue.
|
|
1726
|
+
"VAULT_DESCRIPTION": "This vault provides automated liquidity on all dYdX markets and gets a share of fee revenue. The vault aims 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. dYdX Trading Inc. is not the operator of this vault. The operator was selected by dYdX community.",
|
|
1724
1727
|
"TVL": "TVL"
|
|
1725
1728
|
},
|
|
1726
1729
|
"NOTIFICATIONS": {
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from
|
|
3
|
+
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -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',
|