diff --git a/config/localization/en/app.json b/config/localization/en/app.json index d6ec70f4d..3fcd73b5b 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -872,6 +872,8 @@ "SIGN_IN_WITH_EMAIL": "Sign in with email", "SIGN_IN_WITH_EMAIL_SUBTITLE": "A simple way to sign in, powered by {MAGIC}", "SKIP_FOR_NOW": "Skip for now", + "SITE_OPERATED_BY_SHORT": "This site is operated by {NAME_OF_DEPLOYER}, utilizing software open sourced by dYdX Trading Inc.  {LEARN_MORE_LINK}.", + "SITE_OPERATED_BY_LONG": "This site is operated by {NAME_OF_DEPLOYER} subject to [deployer T&Cs.], utilizing certain software open sourced by third party dYdX Trading Inc. subject to its Terms of Use, which prohibit use of the software by persons based in the United States or other restricted jurisdictions. The dYdX blockchain is powered by a community of independent validators. {LEARN_MORE_LINK}.", "START_TRADING_BLURB": "Start trading on the world's most powerful open exchange.", "SWITCH_NETWORK": "Switch network", "TOS_TITLE": "By using any of our products and services, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}. You hereby agree, represent and warrant that:", diff --git a/package-lock.json b/package-lock.json index 9ad5be678..daf375fc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.177", + "version": "1.1.178", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.177", + "version": "1.1.178", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index ce6047754..f76a69d1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.177", + "version": "1.1.178", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 42b667899..3cee95491 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -1022,6 +1022,8 @@ export const APP_STRING_KEYS = { SIGN_IN_WITH_EMAIL_OR_SOCIAL: 'APP.ONBOARDING.SIGN_IN_WITH_EMAIL_OR_SOCIAL', SIGN_IN_WITH_EMAIL_SUBTITLE: 'APP.ONBOARDING.SIGN_IN_WITH_EMAIL_SUBTITLE', SIGN_MESSAGE: 'APP.ONBOARDING.SIGN_MESSAGE', + SITE_OPERATED_BY_LONG: 'APP.ONBOARDING.SITE_OPERATED_BY_LONG', + SITE_OPERATED_BY_SHORT: 'APP.ONBOARDING.SITE_OPERATED_BY_SHORT', SKIP_FOR_NOW: 'APP.ONBOARDING.SKIP_FOR_NOW', START_TRADING_BLURB: 'APP.ONBOARDING.START_TRADING_BLURB', SWITCH_NETWORK: 'APP.ONBOARDING.SWITCH_NETWORK',