Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update strings for exchange withdraw and deposit #273

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 25 additions & 22 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.1.30",
"version": "1.1.31",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
Loading