@dydxprotocol/v4-localization 1.1.227 → 1.1.229
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.
|
@@ -293,6 +293,7 @@
|
|
|
293
293
|
"QUEUED": "Queued",
|
|
294
294
|
"RANKINGS": "Rankings",
|
|
295
295
|
"REAL_WORLD_ASSET_SHORT": "RWA",
|
|
296
|
+
"RECEIPT": "Receipt",
|
|
296
297
|
"RECEIVE": "Receive",
|
|
297
298
|
"RECENT_TRADES_SHORT": "Trades",
|
|
298
299
|
"RECENT": "Recent",
|
|
@@ -2248,8 +2249,8 @@
|
|
|
2248
2249
|
"LIST_A_NEW_MARKET": "List a new market",
|
|
2249
2250
|
"LISTINGS_DESCRIPTION": "Listings on dYdX are completely community-driven. This tool will help you submit a governance proposal to list a new market.",
|
|
2250
2251
|
"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).",
|
|
2251
|
-
"MARKET_LAUNCH_DETAILS_2": "Immediately launch a new market on dYdX Chain by depositing {DEPOSIT_AMOUNT} into
|
|
2252
|
-
"MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into
|
|
2252
|
+
"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).",
|
|
2253
|
+
"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.",
|
|
2253
2254
|
"MARKET_LAUNCHED": "Market Launched!",
|
|
2254
2255
|
"MARKET_NOW_LIVE_TRADE": "{MARKET} is now live, start trading.",
|
|
2255
2256
|
"MARKET_TO_LAUNCH": "Market to Launch",
|
|
@@ -2275,6 +2276,7 @@
|
|
|
2275
2276
|
"REFERENCE_PRICE": "Reference price",
|
|
2276
2277
|
"REQUIRED_AMOUNT_TO_DEPOSIT": "Required Amount to Deposit",
|
|
2277
2278
|
"REQUIRED_BALANCE": "Required balance",
|
|
2279
|
+
"SHOW_LAUNCHABLE_MARKETS": "Show launchable markets",
|
|
2278
2280
|
"SHOW_STEPS": "Show steps",
|
|
2279
2281
|
"STEPS_TO_CREATE": "Steps to create a new market",
|
|
2280
2282
|
"SUBMITTED_PROPOSAL": "Submitted Proposal!",
|
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 codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -593,6 +593,7 @@ export const APP_STRING_KEYS = {
|
|
|
593
593
|
QUEUED: 'APP.GENERAL.QUEUED',
|
|
594
594
|
RANKINGS: 'APP.GENERAL.RANKINGS',
|
|
595
595
|
REAL_WORLD_ASSET_SHORT: 'APP.GENERAL.REAL_WORLD_ASSET_SHORT',
|
|
596
|
+
RECEIPT: 'APP.GENERAL.RECEIPT',
|
|
596
597
|
RECEIVE: 'APP.GENERAL.RECEIVE',
|
|
597
598
|
RECENT: 'APP.GENERAL.RECENT',
|
|
598
599
|
RECENTLY_LISTED: 'APP.GENERAL.RECENTLY_LISTED',
|
|
@@ -989,6 +990,7 @@ export const APP_STRING_KEYS = {
|
|
|
989
990
|
REFERENCE_PRICE: 'APP.NEW_MARKET_WIDGET.REFERENCE_PRICE',
|
|
990
991
|
REQUIRED_AMOUNT_TO_DEPOSIT: 'APP.NEW_MARKET_WIDGET.REQUIRED_AMOUNT_TO_DEPOSIT',
|
|
991
992
|
REQUIRED_BALANCE: 'APP.NEW_MARKET_WIDGET.REQUIRED_BALANCE',
|
|
993
|
+
SHOW_LAUNCHABLE_MARKETS: 'APP.NEW_MARKET_WIDGET.SHOW_LAUNCHABLE_MARKETS',
|
|
992
994
|
SHOW_STEPS: 'APP.NEW_MARKET_WIDGET.SHOW_STEPS',
|
|
993
995
|
STEPS_TO_CREATE: 'APP.NEW_MARKET_WIDGET.STEPS_TO_CREATE',
|
|
994
996
|
SUBMITTED_PROPOSAL: 'APP.NEW_MARKET_WIDGET.SUBMITTED_PROPOSAL',
|