diff --git a/config/localization/en/app.json b/config/localization/en/app.json index eba3911f2..eb95c785b 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -568,7 +568,9 @@ "ONBOARDING": { "ABOUT_WALLETS": "About wallets", "AMOUNT_RECEIVED": "Amount received", + "ACKNOWLEDGE_RISKS": "Please acknowledge risks", "ACKNOWLEDGE_TERMS": "Acknowledge terms", + "ACKNOWLEDGE_TO_REVEAL": "Acknowledge to reveal", "API_KEYS_NOT_FOUND": "API Key not found", "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:", "BRIDGING_TOKENS": "Bridging tokens", @@ -623,8 +625,9 @@ "MISSING_KEYS_DESCRIPTION": "Welcome back! One or more of your keys needs to be recovered", "NEED_A_WALLET": "Need a wallet?", "NOBLE_ADDRESS": "Noble Address", - "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.", - "NOBLE_ACKNOWLEDGEMENT": "I understand the risks if I send funds other than Noble USDC to this Noble chain address.", + "NOBLE_SWEEP": "Funds will be swept to your dYdX address", + "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.", + "NOBLE_ADDRESS_VALIDATION": "Please enter valid Noble address.", "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.", "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.", "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 @@ "TOKEN_GOVERNANCE": { "GOVERNANCE_PAGE_SUBTITLE": "Participate in the ecosystem by voting on Governance proposals or submitting your own." }, - "TRADING_REWARDS" : { - "ABOUT": "About", - "EVENT": "Event", - "FOR_TRADING": "For trading {PERIOD}", - "FOR_V4":"{SUBJECT} for v4", - "LAUNCH_INCENTIVES":"Launch Incentives", - "LAUNCH_INCENTIVES_DESCRIPTION":"Each season, you can earn rewards for trading on dYdX Chain. Trade to earn your spot on the leaderboard.", - "LEADERBOARD": "Leaderboard", - "POINTS":"{POINTS} points", - "POWERED_BY":"POWERED BY", - "SEASON_ID":"Season {SEASON_ID}", - "TRADING_REWARD": "Trading Reward", - "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}.", - "EMPTY_HISTORICAL_REWARDS_DESCRIPTION": "Start trading to earn rewards.", - "FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?", - "FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.", - "FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?", - "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.", - "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION": "How do I claim my rewards?", - "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER": "Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address." + "TRADING_REWARDS": { + "ABOUT": "About", + "EVENT": "Event", + "FOR_TRADING": "For trading {PERIOD}", + "FOR_V4": "{SUBJECT} for v4", + "LAUNCH_INCENTIVES": "Launch Incentives", + "LAUNCH_INCENTIVES_DESCRIPTION": "Each season, you can earn rewards for trading on dYdX Chain. Trade to earn your spot on the leaderboard.", + "LEADERBOARD": "Leaderboard", + "POINTS": "{POINTS} points", + "POWERED_BY": "POWERED BY", + "SEASON_ID": "Season {SEASON_ID}", + "TRADING_REWARD": "Trading Reward", + "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}.", + "EMPTY_HISTORICAL_REWARDS_DESCRIPTION": "Start trading to earn rewards.", + "FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?", + "FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.", + "FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?", + "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.", + "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION": "How do I claim my rewards?", + "FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER": "Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address." }, "EPOCH_END_MODAL": { "EPOCH_END_EARNED": "You earned {AMOUNT} $DYDX rewards during Epoch {EPOCH_NUMBER}! Claim your rewards on the governance dashboard.", diff --git a/package-lock.json b/package-lock.json index eebad8d45..91e8e78ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.30", + "version": "1.1.31", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f4a9a5986..4d1d04e7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.30", + "version": "1.1.31", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index cf2f1e7c8..084a604db 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -773,7 +773,9 @@ export const APP_STRING_KEYS = { // ONBOARDING ABOUT_WALLETS: 'APP.ONBOARDING.ABOUT_WALLETS', + ACKNOWLEDGE_RISKS: 'APP.ONBOARDING.ACKNOWLEDGE_RISKS', ACKNOWLEDGE_TERMS: 'APP.ONBOARDING.ACKNOWLEDGE_TERMS', + ACKNOWLEDGE_TO_REVEAL: 'APP.ONBOARDING.ACKNOWLEDGE_TO_REVEAL', AMOUNT_RECEIVED: 'APP.ONBOARDING.AMOUNT_RECEIVED', API_KEYS_NOT_FOUND: 'APP.ONBOARDING.API_KEYS_NOT_FOUND', APPEARS_OUTSIDE_ACCESS: 'APP.ONBOARDING.APPEARS_OUTSIDE_ACCESS', @@ -826,7 +828,8 @@ export const APP_STRING_KEYS = { NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET', NOBLE_ACKNOWLEDGEMENT: 'APP.ONBOARDING.NOBLE_ACKNOWLEDGEMENT', NOBLE_ADDRESS: 'APP.ONBOARDING.NOBLE_ADDRESS', - NOBLE_WARNING: 'APP.ONBOARDING.NOBLE_WARNING', + NOBLE_ADDRESS_VALIDATION: 'APP.ONBOARDING.NOBLE_ADDRESS_VALIDATION', + NOBLE_SWEEP: 'APP.ONBOARDING.NOBLE_SWEEP', NOT_A_RESIDENT: 'APP.ONBOARDING.NOT_A_RESIDENT', NOT_SUPPORTED: 'APP.ONBOARDING.NOT_SUPPORTED', NOT_SUPPORTED_DESCRIPTION: 'APP.ONBOARDING.NOT_SUPPORTED_DESCRIPTION',