@dydxprotocol/v4-localization 1.1.225 → 1.1.227
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.
|
@@ -1750,7 +1750,8 @@
|
|
|
1750
1750
|
"AMOUNT_TO_DEPOSIT": "Amount to Deposit",
|
|
1751
1751
|
"CROSS_ACCOUNT": "Cross Account",
|
|
1752
1752
|
"VAULT_DESCRIPTION": "This vault provides automated liquidity on all dYdX markets and gets a share of fee revenue. The vault aims for a market-neutral position by quoting both sides of the book. P&L will vary based on market conditions and there's a risk of losing some or all of the USDC deposited. This vault is operated by {OPERATOR_NAME}. The operator was selected by the dYdX community. {OPERATOR_LEARN_MORE}.",
|
|
1753
|
-
"TVL": "TVL"
|
|
1753
|
+
"TVL": "TVL",
|
|
1754
|
+
"HOLDINGS": "Holdings"
|
|
1754
1755
|
},
|
|
1755
1756
|
"NOTIFICATIONS": {
|
|
1756
1757
|
"66_REDUCTION": "66% reduction",
|
|
@@ -2247,8 +2248,8 @@
|
|
|
2247
2248
|
"LIST_A_NEW_MARKET": "List a new market",
|
|
2248
2249
|
"LISTINGS_DESCRIPTION": "Listings on dYdX are completely community-driven. This tool will help you submit a governance proposal to list a new market.",
|
|
2249
2250
|
"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).",
|
|
2250
|
-
"MARKET_LAUNCH_DETAILS_2": "Immediately launch a new market on dYdX Chain by depositing {DEPOSIT_AMOUNT} into MegaVault.
|
|
2251
|
-
"MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into MegaVault for at least {PAST_DAYS} days.
|
|
2251
|
+
"MARKET_LAUNCH_DETAILS_2": "Immediately launch a new market on dYdX Chain by depositing {DEPOSIT_AMOUNT} into MegaVault. Deposits have earned an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).",
|
|
2252
|
+
"MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into MegaVault for at least {PAST_DAYS} days. Deposits have earned an estimated {APR_PERCENTAGE} APR.",
|
|
2252
2253
|
"MARKET_LAUNCHED": "Market Launched!",
|
|
2253
2254
|
"MARKET_NOW_LIVE_TRADE": "{MARKET} is now live, start trading.",
|
|
2254
2255
|
"MARKET_TO_LAUNCH": "Market to Launch",
|
|
@@ -2619,6 +2620,7 @@
|
|
|
2619
2620
|
"ISOLATED_MARGIN_ADJUSTMENT_INVALID_AMOUNT": "Please enter a valid amount."
|
|
2620
2621
|
},
|
|
2621
2622
|
"NEW_MARKET_WIDGET": {
|
|
2623
|
+
"LAUNCHING_MARKET_REQUIRES_USDC": "Launching a market requires a minimum of {USDC_AMOUNT} USDC of cross free collateral",
|
|
2622
2624
|
"NOT_ENOUGH_BALANCE": "You need at least {NUM_TOKENS_REQUIRED} {NATIVE_TOKEN_DENOM} to add a market."
|
|
2623
2625
|
}
|
|
2624
2626
|
},
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from
|
|
3
|
+
// Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -1902,6 +1902,7 @@ export const APP_STRING_KEYS = {
|
|
|
1902
1902
|
ESTIMATED_AMOUNT_RECEIVED: 'APP.VAULTS.ESTIMATED_AMOUNT_RECEIVED',
|
|
1903
1903
|
ESTIMATED_SLIPPAGE: 'APP.VAULTS.ESTIMATED_SLIPPAGE',
|
|
1904
1904
|
EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',
|
|
1905
|
+
HOLDINGS: 'APP.VAULTS.HOLDINGS',
|
|
1905
1906
|
LOCKED_BALANCE: 'APP.VAULTS.LOCKED_BALANCE',
|
|
1906
1907
|
MEGAVAULT: 'APP.VAULTS.MEGAVAULT',
|
|
1907
1908
|
MEGAVAULT_CANT_SUBMIT: 'APP.VAULTS.MEGAVAULT_CANT_SUBMIT',
|
|
@@ -2079,6 +2080,7 @@ export const ERRORS_STRING_KEYS = {
|
|
|
2079
2080
|
|
|
2080
2081
|
// NEW_MARKET_WIDGET
|
|
2081
2082
|
|
|
2083
|
+
LAUNCHING_MARKET_REQUIRES_USDC: 'ERRORS.NEW_MARKET_WIDGET.LAUNCHING_MARKET_REQUIRES_USDC',
|
|
2082
2084
|
NOT_ENOUGH_BALANCE: 'ERRORS.NEW_MARKET_WIDGET.NOT_ENOUGH_BALANCE',
|
|
2083
2085
|
|
|
2084
2086
|
// ONBOARDING
|