@dydxprotocol/v4-localization 1.1.152 → 1.1.154
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.
|
@@ -308,6 +308,7 @@
|
|
|
308
308
|
"SOURCE_ADDRESS": "Source Address",
|
|
309
309
|
"STAKE": "Stake",
|
|
310
310
|
"STAKED": "Staked",
|
|
311
|
+
"STAKE_FOR_REWARDS": "Stake for rewards",
|
|
311
312
|
"STAKE_NOW": "Stake now",
|
|
312
313
|
"START_TRADING": "Start trading",
|
|
313
314
|
"STARTED_FROM_DATE": "Started {FROM_DATE}",
|
|
@@ -1528,6 +1529,7 @@
|
|
|
1528
1529
|
},
|
|
1529
1530
|
"VAULTS": {
|
|
1530
1531
|
"VAULT": "Vault",
|
|
1532
|
+
"VAULT_FAQS": "Vault FAQs",
|
|
1531
1533
|
"YOUR_ALL_TIME_PNL": "Your All-time P&L",
|
|
1532
1534
|
"VAULT_THIRTY_DAY_APR": "30d APR",
|
|
1533
1535
|
"VAULT_THIRTY_DAY_PNL": "30d P&L",
|
|
@@ -1537,6 +1539,16 @@
|
|
|
1537
1539
|
"VAULT_PNL": "Vault P&L",
|
|
1538
1540
|
"YOUR_DEPOSITS_AND_WITHDRAWALS": "Your Deposits & Withdrawals",
|
|
1539
1541
|
"YOU_HAVE_NO_VAULT_DEPOSITS": "You have no vault deposits.",
|
|
1542
|
+
"SLIPPAGE_ACK": "I understand that withdrawing now will result in {AMOUNT} slippage.",
|
|
1543
|
+
"ACKNOWLEDGE_HIGH_SLIPPAGE": "Acknowledge High Slippage",
|
|
1544
|
+
"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}.",
|
|
1545
|
+
"EST_SLIPPAGE": "Est. slippage",
|
|
1546
|
+
"PROTOCOL_VAULT": "dYdX Protocol Vault",
|
|
1547
|
+
"WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
|
|
1548
|
+
"DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
|
|
1549
|
+
"ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
|
|
1550
|
+
"ENTER_AMOUNT_TO_WITHDRAW": "Enter amount to withdraw",
|
|
1551
|
+
"CROSS_ACCOUNT": "Cross Account",
|
|
1540
1552
|
"TVL": "TVL"
|
|
1541
1553
|
},
|
|
1542
1554
|
"NOTIFICATIONS": {
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -532,6 +532,7 @@ export const APP_STRING_KEYS = {
|
|
|
532
532
|
SOURCE_ADDRESS: 'APP.GENERAL.SOURCE_ADDRESS',
|
|
533
533
|
STAKE: 'APP.GENERAL.STAKE',
|
|
534
534
|
STAKED: 'APP.GENERAL.STAKED',
|
|
535
|
+
STAKE_FOR_REWARDS: 'APP.GENERAL.STAKE_FOR_REWARDS',
|
|
535
536
|
STAKE_NOW: 'APP.GENERAL.STAKE_NOW',
|
|
536
537
|
STARTED_FROM_DATE: 'APP.GENERAL.STARTED_FROM_DATE',
|
|
537
538
|
START_TRADING: 'APP.GENERAL.START_TRADING',
|
|
@@ -1687,13 +1688,24 @@ export const APP_STRING_KEYS = {
|
|
|
1687
1688
|
|
|
1688
1689
|
// VAULTS
|
|
1689
1690
|
|
|
1691
|
+
ACKNOWLEDGE_HIGH_SLIPPAGE: 'APP.VAULTS.ACKNOWLEDGE_HIGH_SLIPPAGE',
|
|
1692
|
+
CROSS_ACCOUNT: 'APP.VAULTS.CROSS_ACCOUNT',
|
|
1693
|
+
DEPOSIT_TOO_HIGH: 'APP.VAULTS.DEPOSIT_TOO_HIGH',
|
|
1694
|
+
ENTER_AMOUNT_TO_DEPOSIT: 'APP.VAULTS.ENTER_AMOUNT_TO_DEPOSIT',
|
|
1695
|
+
ENTER_AMOUNT_TO_WITHDRAW: 'APP.VAULTS.ENTER_AMOUNT_TO_WITHDRAW',
|
|
1696
|
+
EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',
|
|
1697
|
+
PROTOCOL_VAULT: 'APP.VAULTS.PROTOCOL_VAULT',
|
|
1698
|
+
SLIPPAGE_ACK: 'APP.VAULTS.SLIPPAGE_ACK',
|
|
1699
|
+
SLIPPAGE_WARNING: 'APP.VAULTS.SLIPPAGE_WARNING',
|
|
1690
1700
|
TVL: 'APP.VAULTS.TVL',
|
|
1691
1701
|
VAULT: 'APP.VAULTS.VAULT',
|
|
1692
1702
|
VAULT_EQUITY: 'APP.VAULTS.VAULT_EQUITY',
|
|
1703
|
+
VAULT_FAQS: 'APP.VAULTS.VAULT_FAQS',
|
|
1693
1704
|
VAULT_PNL: 'APP.VAULTS.VAULT_PNL',
|
|
1694
1705
|
VAULT_THIRTY_DAY_APR: 'APP.VAULTS.VAULT_THIRTY_DAY_APR',
|
|
1695
1706
|
VAULT_THIRTY_DAY_PNL: 'APP.VAULTS.VAULT_THIRTY_DAY_PNL',
|
|
1696
1707
|
VIEW_VAULT: 'APP.VAULTS.VIEW_VAULT',
|
|
1708
|
+
WITHDRAW_TOO_HIGH: 'APP.VAULTS.WITHDRAW_TOO_HIGH',
|
|
1697
1709
|
YOUR_ALL_TIME_PNL: 'APP.VAULTS.YOUR_ALL_TIME_PNL',
|
|
1698
1710
|
YOUR_DEPOSITS_AND_WITHDRAWALS: 'APP.VAULTS.YOUR_DEPOSITS_AND_WITHDRAWALS',
|
|
1699
1711
|
YOUR_VAULT_BALANCE: 'APP.VAULTS.YOUR_VAULT_BALANCE',
|