diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 33974bab5..a9784649e 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -659,8 +659,9 @@ "CREATE_OR_VERIFY_COSMOS_ADDRESS": "Create or verify Cosmos address.", "CREDITED_WITH": "Your account will be credited with ${AMOUNT_USD} in test funds.", "DEPOSIT_OF": "Deposit of {AMOUNT_USD}", - "DEPOSIT_COMPLETE": "Your deposit of {AMOUNT_USD} is now available.", "DEPOSIT_STATUS": "Your deposit of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.", + "DEPOSIT_STATUS_SHORTLY": "Your deposit of {AMOUNT_USD} will be available shortly.", + "DEPOSIT_COMPLETE": "Your deposit of {AMOUNT_USD} is now available.", "DONT_MISS": "Don't miss your chance to get a {DISCOUNT} on trading fees!", "ENABLE_API": "Enable secure access to our API for lightning quick trading", "ENABLE_TRADING": "Enable trading", @@ -730,9 +731,10 @@ "WANT_TO_LEARN": "Want to learn more?", "WELCOME_DYDX": "Welcome to dYdX", "WELCOME": "Welcome", + "WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.", + "WITHDRAW_STATUS_SHORTLY": "Your withdrawal of {AMOUNT_USD} will be available shortly.", "WITHDRAW_COMPLETE": "Your withdrawal of {AMOUNT_USD} is now available.", "WITHDRAW_OF": "Withdraw of {AMOUNT_USD}", - "WITHDRAW_STATUS": "Your withdrawal of {AMOUNT_USD} will be available in approximately {ESTIMATED_DURATION}.", "WRONG_NETWORK_EXPLANATION_PRODUCTION": "To complete dYdX onboarding, set your wallet network to 'Ethereum Mainnet'.", "WRONG_NETWORK_EXPLANATION_STAGING": "To complete dYdX onboarding, set your wallet network to 'Goerli Test Network'.", "WRONG_NETWORK": "Wrong network", diff --git a/package-lock.json b/package-lock.json index 07dd02418..44ca5bf8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.0.4", + "version": "1.0.5", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 26a6eb349..ee8242557 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.4", + "version": "1.0.5", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index cc48f20be..3bf992d25 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -820,6 +820,7 @@ export const APP_STRING_KEYS = { DEPOSIT_COMPLETE: 'APP.ONBOARDING.DEPOSIT_COMPLETE', DEPOSIT_OF: 'APP.ONBOARDING.DEPOSIT_OF', DEPOSIT_STATUS: 'APP.ONBOARDING.DEPOSIT_STATUS', + DEPOSIT_STATUS_SHORTLY: 'APP.ONBOARDING.DEPOSIT_STATUS_SHORTLY', DEPOSIT_TO_DESTINATION: 'APP.ONBOARDING.DEPOSIT_TO_DESTINATION', DEPOSIT_TO_DYDX: 'APP.ONBOARDING.DEPOSIT_TO_DYDX', DISCONNECT_CONFIRMATION: 'APP.ONBOARDING.DISCONNECT_CONFIRMATION', @@ -907,6 +908,7 @@ export const APP_STRING_KEYS = { WITHDRAW_COMPLETE: 'APP.ONBOARDING.WITHDRAW_COMPLETE', WITHDRAW_OF: 'APP.ONBOARDING.WITHDRAW_OF', WITHDRAW_STATUS: 'APP.ONBOARDING.WITHDRAW_STATUS', + WITHDRAW_STATUS_SHORTLY: 'APP.ONBOARDING.WITHDRAW_STATUS_SHORTLY', WRONG_NETWORK: 'APP.ONBOARDING.WRONG_NETWORK', WRONG_NETWORK_EXPLANATION_PRODUCTION: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_PRODUCTION', WRONG_NETWORK_EXPLANATION_STAGING: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_STAGING',