@dydxprotocol/v4-localization 1.1.204 → 1.1.205

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,7 +1675,7 @@
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": " This withdrawal would result in {AMOUNT} slippage. Slippage may be reduced if you withdraw at a later time. For more information, see {LINK}.",
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",
1679
1681
  "WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.204",
3
+ "version": "1.1.205",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1847,6 +1847,8 @@ export const APP_STRING_KEYS = {
1847
1847
  EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',
1848
1848
  MEGAVAULT: 'APP.VAULTS.MEGAVAULT',
1849
1849
  MEGAVAULT_FAQS: 'APP.VAULTS.MEGAVAULT_FAQS',
1850
+ MEGAVAULT_TRANSFERS: 'APP.VAULTS.MEGAVAULT_TRANSFERS',
1851
+ MEGAVAULT_TRANSFERS_DESCRIPTION: 'APP.VAULTS.MEGAVAULT_TRANSFERS_DESCRIPTION',
1850
1852
  PREVIEW_DEPOSIT: 'APP.VAULTS.PREVIEW_DEPOSIT',
1851
1853
  PREVIEW_WITHDRAW: 'APP.VAULTS.PREVIEW_WITHDRAW',
1852
1854
  PROTOCOL_VAULT: 'APP.VAULTS.PROTOCOL_VAULT',