@dydxprotocol/v4-localization 1.1.140 → 1.1.142

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.
@@ -84,7 +84,7 @@
84
84
  "CLICK_HERE": "Click here",
85
85
  "CLOSE": "Close",
86
86
  "COMING_SOON": "Coming soon",
87
- "COMMISSION_PERCENTAGE": "{PERCENTAGE} commission",
87
+ "COMMISSION_PERCENTAGE": "{PERCENTAGE} commission",
88
88
  "COMPETITION": "Competition",
89
89
  "COMPETITIONS": "Competitions",
90
90
  "CONFIRM_DEPOSIT": "Confirm deposit",
@@ -1001,6 +1001,7 @@
1001
1001
  "KEPLR_DASHBOARD": "Keplr Dashboard",
1002
1002
  "STAKED_BALANCE": "Staked Balance",
1003
1003
  "GAS_FEE_GREATER_THAN_REWARD_ERROR": "Estimated gas fees are greater than the claimable reward value.",
1004
+ "PREVIEW_STAKE": "Preview Stake",
1004
1005
  "VALIDATORS_INFO_LINK": "For more information on validators, please visit {MINTSCAN_LINK}.",
1005
1006
  "STAKING_LEGAL_DISCLAIMER": "You are staking your assets to a validator node operated by a third party. The operator of this site is not responsible for such staking services provided by third parties. Stake to another validator with {KEPLR_DASHBOARD_LINK} or liquid stake with {STRIDE_LINK}.",
1006
1007
  "STAKING_LEGAL_DISCLAIMER_WITH_DEFAULT": "You are staking your assets to a validator node operated by a third party, and you are solely responsible for choosing your validator. This site's Operator is not responsible for staking services provided by third parties. You may stake to any validator not on this dropdown menu on {KEPLR_DASHBOARD_LINK}, or liquid stake on {STRIDE_LINK}."
@@ -1013,6 +1014,7 @@
1013
1014
  "UNSTAKED_BALANCE": "Unstaked Balance",
1014
1015
  "SELECTED_VALIDATOR": "Selected Validator",
1015
1016
  "UNSTAKING_PERIOD": "Unstaking Period",
1017
+ "PREVIEW_UNSTAKE": "Preview Unstake",
1016
1018
  "VALIDATOR": "Validator",
1017
1019
  "UNSTAKING_PERIOD_DESCRIPTION": "The unstaking period can take up to 30 days and you will not earn rewards on this balance."
1018
1020
  },
@@ -1021,8 +1023,8 @@
1021
1023
  "STAKE_CONFIRMATION_DESCRIPTOR": "Once confirmed, you will start earning rewards in USDC. Remember, unstaking will take 30 days to complete."
1022
1024
  },
1023
1025
  "UNSTAKE_CONFIRMATION_MODAL": {
1024
- "CONFIRM_UNSTAKE": "Confirm Unstake",
1025
- "UNSTAKE_CONFIRMATION_DESCRIPTOR": "Once confirmed, you will stop earning rewards on the staked amount. All unclaimed rewards from this validator will automatically be claimed. Unstaking will take 30 days to complete."
1026
+ "CONFIRM_UNSTAKE": "Confirm Unstake",
1027
+ "UNSTAKE_CONFIRMATION_DESCRIPTOR": "Once confirmed, you will stop earning rewards on the staked amount. All unclaimed rewards from this validator will automatically be claimed. Unstaking will take 30 days to complete."
1026
1028
  },
1027
1029
  "FEEDBACK_MODAL": {
1028
1030
  "FEEDBACK_PLACEHOLDER": "Tell us how we can build a better trading experience for you. For questions or bug reports, please use the help chat.",
@@ -1517,6 +1519,31 @@
1517
1519
  "YOUR_LEAGUE": "Your League",
1518
1520
  "YOURE_IN": "You're in {LEAGUE}"
1519
1521
  },
1522
+ "VAULTS": {
1523
+ "VAULT_DESCRIPTION": "Vaults provide automated liquidity on all dYdX markets. Vaults aim 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.",
1524
+ "LP_VAULT": "LP Vault",
1525
+ "VAULT": "Vault",
1526
+ "ASSET_VAULT": "{ASSET} Vault",
1527
+ "VAULTS": "Vaults",
1528
+ "VAULT_DETAILS": "Vault Details",
1529
+ "VAULT_FAQS": "Vault FAQs",
1530
+ "VAULT_BALANCE": "Vault Balance",
1531
+ "VAULT_POSITION": "Vault Position",
1532
+ "VAULT_LEVERAGE": "Vault Leverage",
1533
+ "VAULT_ALL_TIME_PNL": "All-time Vault P&L",
1534
+ "VAULT_THIRTY_DAY_APR": "30d APR",
1535
+ "VAULTS_OVERVIEW": "Vaults Overview",
1536
+ "VAULT_DOCS": "Vault Docs",
1537
+ "ALL_VAULTS": "All Vaults",
1538
+ "MY_VAULTS": "My Vaults",
1539
+ "YOUR_BALANCE": "Your Balance",
1540
+ "SEARCH_VAULTS": "Search Vaults",
1541
+ "YOUR_LP_VAULT_BALANCE": "Your LP Vault Balance",
1542
+ "VIEW_VAULT": "View Vault",
1543
+ "VAULT_EQUITY": "Vault Equity",
1544
+ "VAULT_PNL": "Vault P&L",
1545
+ "DEPOSITS_AND_WITHDRAWALS": "Deposits & Withdrawals"
1546
+ },
1520
1547
  "NOTIFICATIONS": {
1521
1548
  "66_REDUCTION": "66% reduction",
1522
1549
  "ADJUSTED_IMR": "Adjusted Margin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.140",
3
+ "version": "1.1.142",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1292,6 +1292,7 @@ export const APP_STRING_KEYS = {
1292
1292
  GAS_FEE_GREATER_THAN_REWARD_ERROR: 'APP.STAKE_MODAL.GAS_FEE_GREATER_THAN_REWARD_ERROR',
1293
1293
  INSUFFICIENT_STAKE_BALANCE: 'APP.STAKE_MODAL.INSUFFICIENT_STAKE_BALANCE',
1294
1294
  KEPLR_DASHBOARD: 'APP.STAKE_MODAL.KEPLR_DASHBOARD',
1295
+ PREVIEW_STAKE: 'APP.STAKE_MODAL.PREVIEW_STAKE',
1295
1296
  SELECTED_VALIDATOR: 'APP.STAKE_MODAL.SELECTED_VALIDATOR',
1296
1297
  STAKED_BALANCE: 'APP.STAKE_MODAL.STAKED_BALANCE',
1297
1298
  STAKE_DESCRIPTION: 'APP.STAKE_MODAL.STAKE_DESCRIPTION',
@@ -1665,6 +1666,7 @@ export const APP_STRING_KEYS = {
1665
1666
  CURRENTLY_STAKING: 'APP.UNSTAKE_MODAL.CURRENTLY_STAKING',
1666
1667
  CURRENTLY_STAKING_WITH: 'APP.UNSTAKE_MODAL.CURRENTLY_STAKING_WITH',
1667
1668
  ENTER_AMOUNT_TO_UNSTAKE: 'APP.UNSTAKE_MODAL.ENTER_AMOUNT_TO_UNSTAKE',
1669
+ PREVIEW_UNSTAKE: 'APP.UNSTAKE_MODAL.PREVIEW_UNSTAKE',
1668
1670
  UNSTAKED_BALANCE: 'APP.UNSTAKE_MODAL.UNSTAKED_BALANCE',
1669
1671
  UNSTAKING_PERIOD: 'APP.UNSTAKE_MODAL.UNSTAKING_PERIOD',
1670
1672
  UNSTAKING_PERIOD_DESCRIPTION: 'APP.UNSTAKE_MODAL.UNSTAKING_PERIOD_DESCRIPTION',
@@ -1675,6 +1677,32 @@ export const APP_STRING_KEYS = {
1675
1677
  USER_SURVEY_BODY: 'APP.USER_SURVEY.USER_SURVEY_BODY',
1676
1678
  USER_SURVEY_TITLE: 'APP.USER_SURVEY.USER_SURVEY_TITLE',
1677
1679
 
1680
+ // VAULTS
1681
+
1682
+ ALL_VAULTS: 'APP.VAULTS.ALL_VAULTS',
1683
+ ASSET_VAULT: 'APP.VAULTS.ASSET_VAULT',
1684
+ DEPOSITS_AND_WITHDRAWALS: 'APP.VAULTS.DEPOSITS_AND_WITHDRAWALS',
1685
+ LP_VAULT: 'APP.VAULTS.LP_VAULT',
1686
+ MY_VAULTS: 'APP.VAULTS.MY_VAULTS',
1687
+ SEARCH_VAULTS: 'APP.VAULTS.SEARCH_VAULTS',
1688
+ VAULT: 'APP.VAULTS.VAULT',
1689
+ VAULTS: 'APP.VAULTS.VAULTS',
1690
+ VAULTS_OVERVIEW: 'APP.VAULTS.VAULTS_OVERVIEW',
1691
+ VAULT_ALL_TIME_PNL: 'APP.VAULTS.VAULT_ALL_TIME_PNL',
1692
+ VAULT_BALANCE: 'APP.VAULTS.VAULT_BALANCE',
1693
+ VAULT_DESCRIPTION: 'APP.VAULTS.VAULT_DESCRIPTION',
1694
+ VAULT_DETAILS: 'APP.VAULTS.VAULT_DETAILS',
1695
+ VAULT_DOCS: 'APP.VAULTS.VAULT_DOCS',
1696
+ VAULT_EQUITY: 'APP.VAULTS.VAULT_EQUITY',
1697
+ VAULT_FAQS: 'APP.VAULTS.VAULT_FAQS',
1698
+ VAULT_LEVERAGE: 'APP.VAULTS.VAULT_LEVERAGE',
1699
+ VAULT_PNL: 'APP.VAULTS.VAULT_PNL',
1700
+ VAULT_POSITION: 'APP.VAULTS.VAULT_POSITION',
1701
+ VAULT_THIRTY_DAY_APR: 'APP.VAULTS.VAULT_THIRTY_DAY_APR',
1702
+ VIEW_VAULT: 'APP.VAULTS.VIEW_VAULT',
1703
+ YOUR_BALANCE: 'APP.VAULTS.YOUR_BALANCE',
1704
+ YOUR_LP_VAULT_BALANCE: 'APP.VAULTS.YOUR_LP_VAULT_BALANCE',
1705
+
1678
1706
  // WALLETS
1679
1707
 
1680
1708
  BITKEEP: 'APP.WALLETS.BITKEEP',