@dydxprotocol/v4-localization 1.1.16 → 1.1.18

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.
@@ -40,6 +40,7 @@
40
40
  "ACADEMY": "Academy",
41
41
  "ACCOUNT_LEVERAGE": "Account Leverage",
42
42
  "ACCOUNT": "Account",
43
+ "ACKNOWLEDGEMENT": "Acknowledgement",
43
44
  "ACTION": "Action",
44
45
  "ACTIVE": "Active",
45
46
  "ADDRESS": "Address",
@@ -574,6 +575,7 @@
574
575
  "ENABLE_TRADING": "Enable trading",
575
576
  "ENSURES_WALLET_SUPPORT": "Ensures your wallet is supported.",
576
577
  "ESTIMATED_TIME": "Estimated time",
578
+ "EXCHANGES": "Exchanges",
577
579
  "FINISH_ONBOARDING_DESCRIPTION": "Complete the onboarding flow to start trading on dYdX",
578
580
  "FREE_SIGNING": "Signing is {FREE} and will not send a transaction.",
579
581
  "GASLESS_ONBOARDING_RULES": "Gasless Onboarding Rules",
@@ -596,6 +598,9 @@
596
598
  "LINKING_WALLET": "Linking wallet",
597
599
  "MISSING_KEYS_DESCRIPTION": "Welcome back! One or more of your keys needs to be recovered",
598
600
  "NEED_A_WALLET": "Need a wallet?",
601
+ "NOBLE_ADDRESS": "Noble Address",
602
+ "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.",
603
+ "NOBLE_ACKNOWLEDGEMENT": "I understand the risks if I send funds other than Noble USDC to this Noble chain address.",
599
604
  "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.",
600
605
  "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.",
601
606
  "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.",
@@ -1540,9 +1545,10 @@
1540
1545
  "ADD_MARKET_STEP_1_TITLE": "Select market",
1541
1546
  "ADD_MARKET_STEP_2_TITLE": "Confirm details",
1542
1547
  "ADD_MARKET_STEP_3_TITLE": "Propose new market",
1543
- "ADD_MARKET_STEP_1_DESCRIPTION": "Search or choose from a list of markets you’d like to add. The list is pre-populated with markets that have been deemed “safe” to add to the Protocol.",
1548
+ "ADD_MARKET_STEP_1_DESCRIPTION": "Search or choose from a list of markets you’d like to add. This pre-populated list of markets is based on depth and volume on popular centralized exchanges, and does not reflect an endorsement of such markets. More information on methodology can be found {HERE}.",
1544
1549
  "ADD_MARKET_STEP_2_DESCRIPTION": "Once a market is selected, all of its parameters will be automatically populated.",
1545
- "ADD_MARKET_STEP_3_DESCRIPTION": "Send a transaction that creates a proposal to add the new market to dYdX Chain. This requires a balance of {REQUIRED_NUM_TOKENS} unstaked {NATIVE_TOKEN_DENOM}.",
1550
+ "ADD_MARKET_STEP_3_DESCRIPTION": "Send a transaction that creates a proposal to add the new market. This requires a balance of {REQUIRED_NUM_TOKENS} unstaked {NATIVE_TOKEN_DENOM}.",
1551
+ "CONFIRM_NEW_MARKET_PROPOSAL": "Confirm new market proposal",
1546
1552
  "HIDE_STEPS": "Hide steps",
1547
1553
  "IMPACT_NOTIONAL": "Impact notional",
1548
1554
  "LIQUIDITY_TIER": "Liquidity tier",
@@ -1552,6 +1558,7 @@
1552
1558
  "MSG_CREATE_PERPETUAL": "Msg create perpetual",
1553
1559
  "MSG_DELAY_MESSAGE": "Msg delay message",
1554
1560
  "MSG_SUBMIT_PROPOSAL": "Msg submit proposal",
1561
+ "NEW_MARKET_PROPOSAL_AGREEMENT": "By checking the box below, you acknowledge and understand that (a) the pre-populated list of markets does not reflect an endorsement of any particular asset or market, and should not be relied on as investment, legal or any other form of professional advice; (b) this list is not a recommendation of any specific market, and markets are included based on compatibility and functionality assessments from a technical standpoint using public data; and (c) you are encouraged to conduct your own research and consult qualified legal counsel to ensure compliance with the laws of any and all applicable jurisdictions. Additionally, you acknowledge and understand that by clicking “Propose new market”, you will create an on-chain governance proposal — more information about on-chain governance proposals can be found on dYdX Foundation’s documentation {DOCUMENTATION_LINK}, which is independent from and unaffiliated with the host and operator of this website. Use of this widget is prohibited in the U.S., Canada and sanctioned jurisdictions as described in the {TERMS_OF_USE}",
1555
1562
  "NEW_MARKET_REWARDS_ENTRY_DESCRIPTION": "Select an asset, confirm details, and launch a governance proposal to add a new market to dYdX Chain. Requires {REQUIRED_NUM_TOKENS} unstaked {NATIVE_TOKEN_DENOM}.",
1556
1563
  "OR_MORE": "{NUMBER} or more",
1557
1564
  "POPULATED_DETAILS": "Populated details",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.16",
3
+ "version": "1.1.18",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -206,6 +206,7 @@ export const APP_STRING_KEYS = {
206
206
  ACADEMY: 'APP.GENERAL.ACADEMY',
207
207
  ACCOUNT: 'APP.GENERAL.ACCOUNT',
208
208
  ACCOUNT_LEVERAGE: 'APP.GENERAL.ACCOUNT_LEVERAGE',
209
+ ACKNOWLEDGEMENT: 'APP.GENERAL.ACKNOWLEDGEMENT',
209
210
  ACTION: 'APP.GENERAL.ACTION',
210
211
  ACTIVE: 'APP.GENERAL.ACTIVE',
211
212
  ADDRESS: 'APP.GENERAL.ADDRESS',
@@ -667,6 +668,7 @@ export const APP_STRING_KEYS = {
667
668
  ADD_MARKET_STEP_2_TITLE: 'APP.NEW_MARKET_WIDGET.ADD_MARKET_STEP_2_TITLE',
668
669
  ADD_MARKET_STEP_3_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.ADD_MARKET_STEP_3_DESCRIPTION',
669
670
  ADD_MARKET_STEP_3_TITLE: 'APP.NEW_MARKET_WIDGET.ADD_MARKET_STEP_3_TITLE',
671
+ CONFIRM_NEW_MARKET_PROPOSAL: 'APP.NEW_MARKET_WIDGET.CONFIRM_NEW_MARKET_PROPOSAL',
670
672
  HIDE_STEPS: 'APP.NEW_MARKET_WIDGET.HIDE_STEPS',
671
673
  IMPACT_NOTIONAL: 'APP.NEW_MARKET_WIDGET.IMPACT_NOTIONAL',
672
674
  LIQUIDITY_TIER: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER',
@@ -676,6 +678,7 @@ export const APP_STRING_KEYS = {
676
678
  MSG_CREATE_PERPETUAL: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_PERPETUAL',
677
679
  MSG_DELAY_MESSAGE: 'APP.NEW_MARKET_WIDGET.MSG_DELAY_MESSAGE',
678
680
  MSG_SUBMIT_PROPOSAL: 'APP.NEW_MARKET_WIDGET.MSG_SUBMIT_PROPOSAL',
681
+ NEW_MARKET_PROPOSAL_AGREEMENT: 'APP.NEW_MARKET_WIDGET.NEW_MARKET_PROPOSAL_AGREEMENT',
679
682
  NEW_MARKET_REWARDS_ENTRY_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.NEW_MARKET_REWARDS_ENTRY_DESCRIPTION',
680
683
  OR_MORE: 'APP.NEW_MARKET_WIDGET.OR_MORE',
681
684
  POPULATED_DETAILS: 'APP.NEW_MARKET_WIDGET.POPULATED_DETAILS',
@@ -777,6 +780,7 @@ export const APP_STRING_KEYS = {
777
780
  ENABLE_API: 'APP.ONBOARDING.ENABLE_API',
778
781
  ENABLE_TRADING: 'APP.ONBOARDING.ENABLE_TRADING',
779
782
  ENSURES_WALLET_SUPPORT: 'APP.ONBOARDING.ENSURES_WALLET_SUPPORT',
783
+ EXCHANGES: 'APP.ONBOARDING.EXCHANGES',
780
784
  FINISH_ONBOARDING_DESCRIPTION: 'APP.ONBOARDING.FINISH_ONBOARDING_DESCRIPTION',
781
785
  FREE_SIGNING: 'APP.ONBOARDING.FREE_SIGNING',
782
786
  GASLESS_ONBOARDING_RULES: 'APP.ONBOARDING.GASLESS_ONBOARDING_RULES',
@@ -798,6 +802,9 @@ export const APP_STRING_KEYS = {
798
802
  MINIMUM_AMOUNT_RECEIVED: 'APP.ONBOARDING.MINIMUM_AMOUNT_RECEIVED',
799
803
  MISSING_KEYS_DESCRIPTION: 'APP.ONBOARDING.MISSING_KEYS_DESCRIPTION',
800
804
  NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET',
805
+ NOBLE_ACKNOWLEDGEMENT: 'APP.ONBOARDING.NOBLE_ACKNOWLEDGEMENT',
806
+ NOBLE_ADDRESS: 'APP.ONBOARDING.NOBLE_ADDRESS',
807
+ NOBLE_WARNING: 'APP.ONBOARDING.NOBLE_WARNING',
801
808
  NOT_A_RESIDENT: 'APP.ONBOARDING.NOT_A_RESIDENT',
802
809
  NOT_SUPPORTED: 'APP.ONBOARDING.NOT_SUPPORTED',
803
810
  NOT_SUPPORTED_DESCRIPTION: 'APP.ONBOARDING.NOT_SUPPORTED_DESCRIPTION',