@dydxprotocol/v4-localization 1.1.141 → 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",
|
|
@@ -1023,8 +1023,8 @@
|
|
|
1023
1023
|
"STAKE_CONFIRMATION_DESCRIPTOR": "Once confirmed, you will start earning rewards in USDC. Remember, unstaking will take 30 days to complete."
|
|
1024
1024
|
},
|
|
1025
1025
|
"UNSTAKE_CONFIRMATION_MODAL": {
|
|
1026
|
-
|
|
1027
|
-
|
|
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."
|
|
1028
1028
|
},
|
|
1029
1029
|
"FEEDBACK_MODAL": {
|
|
1030
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.",
|
|
@@ -1519,6 +1519,31 @@
|
|
|
1519
1519
|
"YOUR_LEAGUE": "Your League",
|
|
1520
1520
|
"YOURE_IN": "You're in {LEAGUE}"
|
|
1521
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
|
+
},
|
|
1522
1547
|
"NOTIFICATIONS": {
|
|
1523
1548
|
"66_REDUCTION": "66% reduction",
|
|
1524
1549
|
"ADJUSTED_IMR": "Adjusted Margin",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1677,6 +1677,32 @@ export const APP_STRING_KEYS = {
|
|
|
1677
1677
|
USER_SURVEY_BODY: 'APP.USER_SURVEY.USER_SURVEY_BODY',
|
|
1678
1678
|
USER_SURVEY_TITLE: 'APP.USER_SURVEY.USER_SURVEY_TITLE',
|
|
1679
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
|
+
|
|
1680
1706
|
// WALLETS
|
|
1681
1707
|
|
|
1682
1708
|
BITKEEP: 'APP.WALLETS.BITKEEP',
|