Skip to content

Commit

Permalink
V4 Terms of services
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Oct 16, 2023
1 parent 0326a0c commit b48a2fc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
9 changes: 8 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,14 @@
"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",
"YOU_AGREE_TO_TERMS": "By trading on dYdX, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}."
"YOU_AGREE_TO_TERMS": "By trading on dYdX, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}.",
"TOS_TITLE": "By using any of our products and services, you agree to the Terms of Use {TERMS_LINK} and Privacy Policy {PRIVACY_POLICY_LINK}. You hereby agree, represent and warrant that:",
"TOS_LINE1": "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, Canada, or other blocked or restricted location.",
"TOS_LINE2": "You will not in the future access this site, or use our products or services, while located within the United States, Canada, or other blocked or restricted location.",
"TOS_LINE3": "You are not using, and will not in the future use, a VPN to mask your physical location from a blocked or restricted location.",
"TOS_LINE4": "You are lawfully permitted to access this site, and use our products and services, under the laws of the jurisdiction in which you reside and are located.",
"TOS_LINE5": "You understand the investment and technology risks associated with entering into perpetual contracts, using leverage, and engaging with blockchain and other web3 products and services.see legal request here.",
"TOS_TRANSLATION_DISCLAIMER": "As applicable, the non-English translated version of this notification is provided to you solely as a courtesy. In the event of a conflict between the translated version and the English version, the English version will prevail."
},
"SIGN_INTO_MOBILE": {
"TITLE_SIGN_INTO_MOBILE": "Sign into mobile",
Expand Down
3 changes: 2 additions & 1 deletion config/localizations_native/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@
"SOURCE_ADDRESS": "Source address",
"DYDX_ADDRESS_COPIED": "dYdX Chain address is copied to clipboard.",
"DYDX_MNEMONIC_COPIED": "Secret phrase is copied to clipboard.",
"SYSTEM_STATUS": "System Status"
"SYSTEM_STATUS": "System Status",
"DELETE_ALERT": "Delete This Alert"
},
"V4_DEPOSIT": {
"CHECK_STATUS_TITLE": "Checking deposit status ...",
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": "0.1.30",
"version": "0.1.31",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,13 @@ export const APP_STRING_KEYS = {
SKIP_FOR_NOW: 'APP.ONBOARDING.SKIP_FOR_NOW',
START_TRADING_BLURB: 'APP.ONBOARDING.START_TRADING_BLURB',
SWITCH_NETWORK: 'APP.ONBOARDING.SWITCH_NETWORK',
TOS_LINE1: 'APP.ONBOARDING.TOS_LINE1',
TOS_LINE2: 'APP.ONBOARDING.TOS_LINE2',
TOS_LINE3: 'APP.ONBOARDING.TOS_LINE3',
TOS_LINE4: 'APP.ONBOARDING.TOS_LINE4',
TOS_LINE5: 'APP.ONBOARDING.TOS_LINE5',
TOS_TITLE: 'APP.ONBOARDING.TOS_TITLE',
TOS_TRANSLATION_DISCLAIMER: 'APP.ONBOARDING.TOS_TRANSLATION_DISCLAIMER',
TRANSFEROUT_ALERT_SUBTITLE: 'APP.ONBOARDING.TRANSFEROUT_ALERT_SUBTITLE',
TRANSFEROUT_ALERT_TITLE: 'APP.ONBOARDING.TRANSFEROUT_ALERT_TITLE',
TRY_AGAIN: 'APP.ONBOARDING.TRY_AGAIN',
Expand Down

0 comments on commit b48a2fc

Please sign in to comment.