Skip to content

Commit

Permalink
locked bal (#710)
Browse files Browse the repository at this point in the history
* locked bal

* gen
  • Loading branch information
tyleroooo authored Sep 27, 2024
1 parent 03836f3 commit 087f140
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1678,10 +1678,12 @@
"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}.",
"EST_SLIPPAGE": "Est. slippage",
"PROTOCOL_VAULT": "dYdX Protocol Vault",
"LOCKED_BALANCE": "Locked Balance",
"WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
"DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
"ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
"ENTER_AMOUNT_TO_WITHDRAW": "Enter amount to withdraw",
"AVAILABLE_TO_WITHDRAW": "Available to Withdraw",
"AMOUNT_TO_WITHDRAW": "Amount to Withdraw",
"PREVIEW_WITHDRAW": "Preview Withdraw",
"PREVIEW_DEPOSIT": "Preview Deposit",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.205",
"version": "1.1.206",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1838,13 +1838,15 @@ export const APP_STRING_KEYS = {
ACKNOWLEDGE_HIGH_SLIPPAGE: 'APP.VAULTS.ACKNOWLEDGE_HIGH_SLIPPAGE',
AMOUNT_TO_DEPOSIT: 'APP.VAULTS.AMOUNT_TO_DEPOSIT',
AMOUNT_TO_WITHDRAW: 'APP.VAULTS.AMOUNT_TO_WITHDRAW',
AVAILABLE_TO_WITHDRAW: 'APP.VAULTS.AVAILABLE_TO_WITHDRAW',
CONFIRM_DEPOSIT_CTA: 'APP.VAULTS.CONFIRM_DEPOSIT_CTA',
CONFIRM_WITHDRAW_CTA: 'APP.VAULTS.CONFIRM_WITHDRAW_CTA',
CROSS_ACCOUNT: 'APP.VAULTS.CROSS_ACCOUNT',
DEPOSIT_TOO_HIGH: 'APP.VAULTS.DEPOSIT_TOO_HIGH',
ENTER_AMOUNT_TO_DEPOSIT: 'APP.VAULTS.ENTER_AMOUNT_TO_DEPOSIT',
ENTER_AMOUNT_TO_WITHDRAW: 'APP.VAULTS.ENTER_AMOUNT_TO_WITHDRAW',
EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',
LOCKED_BALANCE: 'APP.VAULTS.LOCKED_BALANCE',
MEGAVAULT: 'APP.VAULTS.MEGAVAULT',
MEGAVAULT_FAQS: 'APP.VAULTS.MEGAVAULT_FAQS',
MEGAVAULT_TRANSFERS: 'APP.VAULTS.MEGAVAULT_TRANSFERS',
Expand Down

0 comments on commit 087f140

Please sign in to comment.