@dydxprotocol/v4-localization 1.1.30 → 1.1.31

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.
@@ -568,7 +568,9 @@
568
568
  "ONBOARDING": {
569
569
  "ABOUT_WALLETS": "About wallets",
570
570
  "AMOUNT_RECEIVED": "Amount received",
571
+ "ACKNOWLEDGE_RISKS": "Please acknowledge risks",
571
572
  "ACKNOWLEDGE_TERMS": "Acknowledge terms",
573
+ "ACKNOWLEDGE_TO_REVEAL": "Acknowledge to reveal",
572
574
  "API_KEYS_NOT_FOUND": "API Key not found",
573
575
  "APPEARS_OUTSIDE_ACCESS": "It appears that you are accessing dYdX from outside the United States or a restricted territory. You hereby agree, represent and warrant that:",
574
576
  "BRIDGING_TOKENS": "Bridging tokens",
@@ -623,8 +625,9 @@
623
625
  "MISSING_KEYS_DESCRIPTION": "Welcome back! One or more of your keys needs to be recovered",
624
626
  "NEED_A_WALLET": "Need a wallet?",
625
627
  "NOBLE_ADDRESS": "Noble Address",
626
- "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.",
627
- "NOBLE_ACKNOWLEDGEMENT": "I understand the risks if I send funds other than Noble USDC to this Noble chain address.",
628
+ "NOBLE_SWEEP": "Funds will be swept to your dYdX address",
629
+ "NOBLE_ACKNOWLEDGEMENT": "I acknowledge that this address is only for Noble USDC transfers to the Noble Chain. I understand the risks if I send other funds to this address.",
630
+ "NOBLE_ADDRESS_VALIDATION": "Please enter valid Noble address.",
628
631
  "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.",
629
632
  "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.",
630
633
  "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.",
@@ -1381,26 +1384,26 @@
1381
1384
  "TOKEN_GOVERNANCE": {
1382
1385
  "GOVERNANCE_PAGE_SUBTITLE": "Participate in the ecosystem by voting on Governance proposals or submitting your own."
1383
1386
  },
1384
- "TRADING_REWARDS" : {
1385
- "ABOUT": "About",
1386
- "EVENT": "Event",
1387
- "FOR_TRADING": "For trading {PERIOD}",
1388
- "FOR_V4":"{SUBJECT} for v4",
1389
- "LAUNCH_INCENTIVES":"Launch Incentives",
1390
- "LAUNCH_INCENTIVES_DESCRIPTION":"Each season, you can earn rewards for trading on dYdX Chain. Trade to earn your spot on the leaderboard.",
1391
- "LEADERBOARD": "Leaderboard",
1392
- "POINTS":"{POINTS} points",
1393
- "POWERED_BY":"POWERED BY",
1394
- "SEASON_ID":"Season {SEASON_ID}",
1395
- "TRADING_REWARD": "Trading Reward",
1396
- "REWARD_HISTORY_DESCRIPTION": "While trading rewards are distributed immediately after every block, history is updated every five minutes. Trading rewards history goes back until {REWARDS_HISTORY_START_DATE}.",
1397
- "EMPTY_HISTORICAL_REWARDS_DESCRIPTION": "Start trading to earn rewards.",
1398
- "FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?",
1399
- "FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.",
1400
- "FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?",
1401
- "FAQ_HOW_DO_TRADING_REWARDS_WORK_ANSWER": "Immediately after each fill, trading rewards are sent directly to the trader’s dYdX Chain address, based on the amount of fees paid by the trader.",
1402
- "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION": "How do I claim my rewards?",
1403
- "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER": "Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address."
1387
+ "TRADING_REWARDS": {
1388
+ "ABOUT": "About",
1389
+ "EVENT": "Event",
1390
+ "FOR_TRADING": "For trading {PERIOD}",
1391
+ "FOR_V4": "{SUBJECT} for v4",
1392
+ "LAUNCH_INCENTIVES": "Launch Incentives",
1393
+ "LAUNCH_INCENTIVES_DESCRIPTION": "Each season, you can earn rewards for trading on dYdX Chain. Trade to earn your spot on the leaderboard.",
1394
+ "LEADERBOARD": "Leaderboard",
1395
+ "POINTS": "{POINTS} points",
1396
+ "POWERED_BY": "POWERED BY",
1397
+ "SEASON_ID": "Season {SEASON_ID}",
1398
+ "TRADING_REWARD": "Trading Reward",
1399
+ "REWARD_HISTORY_DESCRIPTION": "While trading rewards are distributed immediately after every block, history is updated every five minutes. Trading rewards history goes back until {REWARDS_HISTORY_START_DATE}.",
1400
+ "EMPTY_HISTORICAL_REWARDS_DESCRIPTION": "Start trading to earn rewards.",
1401
+ "FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?",
1402
+ "FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.",
1403
+ "FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?",
1404
+ "FAQ_HOW_DO_TRADING_REWARDS_WORK_ANSWER": "Immediately after each fill, trading rewards are sent directly to the trader’s dYdX Chain address, based on the amount of fees paid by the trader.",
1405
+ "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION": "How do I claim my rewards?",
1406
+ "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER": "Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address."
1404
1407
  },
1405
1408
  "EPOCH_END_MODAL": {
1406
1409
  "EPOCH_END_EARNED": "You earned {AMOUNT} $DYDX rewards during Epoch {EPOCH_NUMBER}! Claim your rewards on the governance dashboard.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.30",
3
+ "version": "1.1.31",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -773,7 +773,9 @@ export const APP_STRING_KEYS = {
773
773
  // ONBOARDING
774
774
 
775
775
  ABOUT_WALLETS: 'APP.ONBOARDING.ABOUT_WALLETS',
776
+ ACKNOWLEDGE_RISKS: 'APP.ONBOARDING.ACKNOWLEDGE_RISKS',
776
777
  ACKNOWLEDGE_TERMS: 'APP.ONBOARDING.ACKNOWLEDGE_TERMS',
778
+ ACKNOWLEDGE_TO_REVEAL: 'APP.ONBOARDING.ACKNOWLEDGE_TO_REVEAL',
777
779
  AMOUNT_RECEIVED: 'APP.ONBOARDING.AMOUNT_RECEIVED',
778
780
  API_KEYS_NOT_FOUND: 'APP.ONBOARDING.API_KEYS_NOT_FOUND',
779
781
  APPEARS_OUTSIDE_ACCESS: 'APP.ONBOARDING.APPEARS_OUTSIDE_ACCESS',
@@ -826,7 +828,8 @@ export const APP_STRING_KEYS = {
826
828
  NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET',
827
829
  NOBLE_ACKNOWLEDGEMENT: 'APP.ONBOARDING.NOBLE_ACKNOWLEDGEMENT',
828
830
  NOBLE_ADDRESS: 'APP.ONBOARDING.NOBLE_ADDRESS',
829
- NOBLE_WARNING: 'APP.ONBOARDING.NOBLE_WARNING',
831
+ NOBLE_ADDRESS_VALIDATION: 'APP.ONBOARDING.NOBLE_ADDRESS_VALIDATION',
832
+ NOBLE_SWEEP: 'APP.ONBOARDING.NOBLE_SWEEP',
830
833
  NOT_A_RESIDENT: 'APP.ONBOARDING.NOT_A_RESIDENT',
831
834
  NOT_SUPPORTED: 'APP.ONBOARDING.NOT_SUPPORTED',
832
835
  NOT_SUPPORTED_DESCRIPTION: 'APP.ONBOARDING.NOT_SUPPORTED_DESCRIPTION',