@dydxprotocol/v4-localization 0.1.30 → 0.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -733,7 +733,14 @@
733
733
  "WRONG_NETWORK_EXPLANATION_PRODUCTION": "To complete dYdX onboarding, set your wallet network to 'Ethereum Mainnet'.",
734
734
  "WRONG_NETWORK_EXPLANATION_STAGING": "To complete dYdX onboarding, set your wallet network to 'Goerli Test Network'.",
735
735
  "WRONG_NETWORK": "Wrong network",
736
- "YOU_AGREE_TO_TERMS": "By trading on dYdX, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}."
736
+ "YOU_AGREE_TO_TERMS": "By trading on dYdX, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}.",
737
+ "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:",
738
+ "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.",
739
+ "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.",
740
+ "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.",
741
+ "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.",
742
+ "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.",
743
+ "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."
737
744
  },
738
745
  "SIGN_INTO_MOBILE": {
739
746
  "TITLE_SIGN_INTO_MOBILE": "Sign into mobile",
@@ -370,7 +370,8 @@
370
370
  "SOURCE_ADDRESS": "Source address",
371
371
  "DYDX_ADDRESS_COPIED": "dYdX Chain address is copied to clipboard.",
372
372
  "DYDX_MNEMONIC_COPIED": "Secret phrase is copied to clipboard.",
373
- "SYSTEM_STATUS": "System Status"
373
+ "SYSTEM_STATUS": "System Status",
374
+ "DELETE_ALERT": "Delete This Alert"
374
375
  },
375
376
  "V4_DEPOSIT": {
376
377
  "CHECK_STATUS_TITLE": "Checking deposit status ...",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift
3
+ // Generated from config/localization/en/app.json using scripts/codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -872,6 +872,13 @@ export const APP_STRING_KEYS = {
872
872
  SKIP_FOR_NOW: 'APP.ONBOARDING.SKIP_FOR_NOW',
873
873
  START_TRADING_BLURB: 'APP.ONBOARDING.START_TRADING_BLURB',
874
874
  SWITCH_NETWORK: 'APP.ONBOARDING.SWITCH_NETWORK',
875
+ TOS_LINE1: 'APP.ONBOARDING.TOS_LINE1',
876
+ TOS_LINE2: 'APP.ONBOARDING.TOS_LINE2',
877
+ TOS_LINE3: 'APP.ONBOARDING.TOS_LINE3',
878
+ TOS_LINE4: 'APP.ONBOARDING.TOS_LINE4',
879
+ TOS_LINE5: 'APP.ONBOARDING.TOS_LINE5',
880
+ TOS_TITLE: 'APP.ONBOARDING.TOS_TITLE',
881
+ TOS_TRANSLATION_DISCLAIMER: 'APP.ONBOARDING.TOS_TRANSLATION_DISCLAIMER',
875
882
  TRANSFEROUT_ALERT_SUBTITLE: 'APP.ONBOARDING.TRANSFEROUT_ALERT_SUBTITLE',
876
883
  TRANSFEROUT_ALERT_TITLE: 'APP.ONBOARDING.TRANSFEROUT_ALERT_TITLE',
877
884
  TRY_AGAIN: 'APP.ONBOARDING.TRY_AGAIN',