diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 131e87b41..5bddc2a83 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -574,6 +574,7 @@ "ENABLE_TRADING": "Enable trading", "ENSURES_WALLET_SUPPORT": "Ensures your wallet is supported.", "ESTIMATED_TIME": "Estimated time", + "EXCHANGES": "Exchanges", "FINISH_ONBOARDING_DESCRIPTION": "Complete the onboarding flow to start trading on dYdX", "FREE_SIGNING": "Signing is {FREE} and will not send a transaction.", "GASLESS_ONBOARDING_RULES": "Gasless Onboarding Rules", @@ -596,6 +597,9 @@ "LINKING_WALLET": "Linking wallet", "MISSING_KEYS_DESCRIPTION": "Welcome back! One or more of your keys needs to be recovered", "NEED_A_WALLET": "Need a wallet?", + "NOBLE_ADDRESS": "Noble Address", + "NOBLE_WARNING": "This address only supports transfers of Noble USDC to the Noble chain, which will then be automatically swept into the corresponding dYdX address on dYdX chain. Using this Noble address for any other assets could result in a loss of funds.", + "NOBLE_ACKNOWLEDGEMENT": "I understand the risks if I send funds other than Noble USDC to this Noble chain address.", "NO_FUTURE_ACCESS": "You will not in the future access this site or trade on dYdX while located within the United States or a restricted location.", "NO_VPN_USE": "You are not using, and will not in the future use, a VPN to mask your physical location from a restricted location.", "NOT_A_RESIDENT": "You are not a person or company who is a resident of, or is located, incorporated or has a registered agent in, the United States or a restricted location.", diff --git a/package-lock.json b/package-lock.json index 79fa95479..da37d4f5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.16", + "version": "1.1.17", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index cb1fbb566..a20e69286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.16", + "version": "1.1.17", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index c5f8e9043..83953693f 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -777,6 +777,7 @@ export const APP_STRING_KEYS = { ENABLE_API: 'APP.ONBOARDING.ENABLE_API', ENABLE_TRADING: 'APP.ONBOARDING.ENABLE_TRADING', ENSURES_WALLET_SUPPORT: 'APP.ONBOARDING.ENSURES_WALLET_SUPPORT', + EXCHANGES: 'APP.ONBOARDING.EXCHANGES', FINISH_ONBOARDING_DESCRIPTION: 'APP.ONBOARDING.FINISH_ONBOARDING_DESCRIPTION', FREE_SIGNING: 'APP.ONBOARDING.FREE_SIGNING', GASLESS_ONBOARDING_RULES: 'APP.ONBOARDING.GASLESS_ONBOARDING_RULES', @@ -798,6 +799,9 @@ export const APP_STRING_KEYS = { MINIMUM_AMOUNT_RECEIVED: 'APP.ONBOARDING.MINIMUM_AMOUNT_RECEIVED', MISSING_KEYS_DESCRIPTION: 'APP.ONBOARDING.MISSING_KEYS_DESCRIPTION', NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET', + NOBLE_ACKNOWLEDGEMENT: 'APP.ONBOARDING.NOBLE_ACKNOWLEDGEMENT', + NOBLE_ADDRESS: 'APP.ONBOARDING.NOBLE_ADDRESS', + NOBLE_WARNING: 'APP.ONBOARDING.NOBLE_WARNING', NOT_A_RESIDENT: 'APP.ONBOARDING.NOT_A_RESIDENT', NOT_SUPPORTED: 'APP.ONBOARDING.NOT_SUPPORTED', NOT_SUPPORTED_DESCRIPTION: 'APP.ONBOARDING.NOT_SUPPORTED_DESCRIPTION',