Skip to content

Commit

Permalink
add learn more strings for pml (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu authored Nov 5, 2024
1 parent 2641415 commit d1ada52
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2263,13 +2263,15 @@
"LAUNCH_MARKET_TERMS": "Launch Market Agreement",
"LAUNCH_MARKETS": "Launch Markets",
"LAUNCHING_MARKET_LOADING": "Launching Market...",
"LEARN_MORE_MARKET_LAUNCH": "Learn more about Launching a Market",
"LIQUIDITY_TIER": "Liquidity tier",
"LIQUIDITY_TIER_IS": "Liquidity tier is {TIER}",
"LIST_A_NEW_MARKET": "List a new market",
"LISTINGS_DESCRIPTION": "Listings on dYdX are completely community-driven. This tool will help you submit a governance proposal to list a new market.",
"MARKET_LAUNCH_DETAILS": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into MegaVault. Your deposit will earn an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).",
"MARKET_LAUNCH_DETAILS_2": "Immediately launch a new market on dYdX Chain by depositing {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK}. Deposits have earned an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).",
"MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK} for at least {PAST_DAYS} days. Deposits have earned an estimated {APR_PERCENTAGE} APR.",
"MARKET_LAUNCH_DETAILS_4": "Deposit {DEPOSIT_AMOUNT} into {MEGAVAULT_LINK} to instantly launch a market. Your deposit will be locked for {NUM_DAYS} days. MegaVault deposits have earned an estimated {APR_PERCENTAGE} APR.",
"MARKET_LAUNCHED": "Market Launched!",
"MARKET_NOW_LIVE_TRADE": "{MARKET} is now live, start trading.",
"MARKET_TO_LAUNCH": "Market to Launch",
Expand Down
4 changes: 2 additions & 2 deletions 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.238",
"version": "1.1.239",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@ export const APP_STRING_KEYS = {
LAUNCH_MARKETS: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKETS',
LAUNCH_MARKET_AGREEMENT: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKET_AGREEMENT',
LAUNCH_MARKET_TERMS: 'APP.NEW_MARKET_WIDGET.LAUNCH_MARKET_TERMS',
LEARN_MORE_MARKET_LAUNCH: 'APP.NEW_MARKET_WIDGET.LEARN_MORE_MARKET_LAUNCH',
LIQUIDITY_TIER: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER',
LIQUIDITY_TIER_IS: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER_IS',
LISTINGS_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.LISTINGS_DESCRIPTION',
Expand All @@ -971,6 +972,7 @@ export const APP_STRING_KEYS = {
MARKET_LAUNCH_DETAILS: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS',
MARKET_LAUNCH_DETAILS_2: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_2',
MARKET_LAUNCH_DETAILS_3: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_3',
MARKET_LAUNCH_DETAILS_4: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_4',
MARKET_NOW_LIVE_TRADE: 'APP.NEW_MARKET_WIDGET.MARKET_NOW_LIVE_TRADE',
MARKET_TO_LAUNCH: 'APP.NEW_MARKET_WIDGET.MARKET_TO_LAUNCH',
MESSAGE_DETAILS: 'APP.NEW_MARKET_WIDGET.MESSAGE_DETAILS',
Expand Down

0 comments on commit d1ada52

Please sign in to comment.