@dydxprotocol/v4-localization 1.1.144 → 1.1.146
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.
|
@@ -985,7 +985,7 @@
|
|
|
985
985
|
"FAST": "Fast",
|
|
986
986
|
"FAST_WITHDRAW_CONFIRMATION": "A fee of {FEE} will be collected for this fast withdraw. Your funds will be sent immediately and will appear in your wallet once the withdraw transaction has confirmed.",
|
|
987
987
|
"LOWEST_FEES_HIGHLIGHT_TEXT": "lowest fees",
|
|
988
|
-
"LOWEST_FEE_WITHDRAWALS": "USDC withdrawals to {LOWEST_FEE_TOKENS_TOOLTIP} have the lowest fees. Other withdrawals may have
|
|
988
|
+
"LOWEST_FEE_WITHDRAWALS": "USDC withdrawals to {LOWEST_FEE_TOKENS_TOOLTIP} have the lowest fees. Other withdrawals methods (e.g., assets on Ethereum) may have higher third-party fees.",
|
|
989
989
|
"LOWEST_FEES_WITH_USDC": "{LOWEST_FEES_HIGHLIGHT_TEXT} with USDC",
|
|
990
990
|
"MAGIC_LINK_WITHDRAW_DESCRIPTION": "To access the withdrawn funds and reuse your Magic wallet outside of dYdX, you must export your wallet to another wallet provider.",
|
|
991
991
|
"SELECT_CHAINS": "select chains",
|
|
@@ -1545,7 +1545,9 @@
|
|
|
1545
1545
|
"VIEW_VAULT": "View Vault",
|
|
1546
1546
|
"VAULT_EQUITY": "Vault Equity",
|
|
1547
1547
|
"VAULT_PNL": "Vault P&L",
|
|
1548
|
-
"DEPOSITS_AND_WITHDRAWALS": "Deposits & Withdrawals"
|
|
1548
|
+
"DEPOSITS_AND_WITHDRAWALS": "Deposits & Withdrawals",
|
|
1549
|
+
"VIEW_ALL_VAULTS": "View All Vaults",
|
|
1550
|
+
"YOU_HAVE_NO_VAULT_DEPOSITS": "You have no vault deposits."
|
|
1549
1551
|
},
|
|
1550
1552
|
"NOTIFICATIONS": {
|
|
1551
1553
|
"66_REDUCTION": "66% reduction",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1702,9 +1702,11 @@ export const APP_STRING_KEYS = {
|
|
|
1702
1702
|
VAULT_PNL: 'APP.VAULTS.VAULT_PNL',
|
|
1703
1703
|
VAULT_POSITION: 'APP.VAULTS.VAULT_POSITION',
|
|
1704
1704
|
VAULT_THIRTY_DAY_APR: 'APP.VAULTS.VAULT_THIRTY_DAY_APR',
|
|
1705
|
+
VIEW_ALL_VAULTS: 'APP.VAULTS.VIEW_ALL_VAULTS',
|
|
1705
1706
|
VIEW_VAULT: 'APP.VAULTS.VIEW_VAULT',
|
|
1706
1707
|
YOUR_BALANCE: 'APP.VAULTS.YOUR_BALANCE',
|
|
1707
1708
|
YOUR_LP_VAULT_BALANCE: 'APP.VAULTS.YOUR_LP_VAULT_BALANCE',
|
|
1709
|
+
YOU_HAVE_NO_VAULT_DEPOSITS: 'APP.VAULTS.YOU_HAVE_NO_VAULT_DEPOSITS',
|
|
1708
1710
|
|
|
1709
1711
|
// WALLETS
|
|
1710
1712
|
|
|
@@ -1888,6 +1890,7 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1888
1890
|
ORDER_SIZE_BELOW_MIN_SIZE: 'ERRORS.TRADE_BOX.ORDER_SIZE_BELOW_MIN_SIZE',
|
|
1889
1891
|
ORDER_WITH_CURRENT_ORDERS_INVALID: 'ERRORS.TRADE_BOX.ORDER_WITH_CURRENT_ORDERS_INVALID',
|
|
1890
1892
|
ORDER_WOULD_FLIP_POSITION: 'ERRORS.TRADE_BOX.ORDER_WOULD_FLIP_POSITION',
|
|
1893
|
+
POSITION_LEVERAGE_OVER_MAX: 'ERRORS.TRADE_BOX.POSITION_LEVERAGE_OVER_MAX',
|
|
1891
1894
|
SELL_TRIGGER_TOO_CLOSE_TO_LIQUIDATION_PRICE: 'ERRORS.TRADE_BOX.SELL_TRIGGER_TOO_CLOSE_TO_LIQUIDATION_PRICE',
|
|
1892
1895
|
TAKER_FEE_INVALID: 'ERRORS.TRADE_BOX.TAKER_FEE_INVALID',
|
|
1893
1896
|
TARGET_LEVERAGE_NEGATIVE: 'ERRORS.TRADE_BOX.TARGET_LEVERAGE_NEGATIVE',
|