diff --git a/config/localization/en/app.json b/config/localization/en/app.json index aebd474fd..dc75d1da9 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 8167ba7ad..e4d1040d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.205", + "version": "1.1.206", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.205", + "version": "1.1.206", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index d7d1478e2..7056fc069 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.205", + "version": "1.1.206", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 5c1f8d3c4..d04128669 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -1838,6 +1838,7 @@ 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', @@ -1845,6 +1846,7 @@ export const APP_STRING_KEYS = { 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',