@dydxprotocol/v4-localization 1.1.214 → 1.1.215
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.
|
@@ -217,6 +217,7 @@
|
|
|
217
217
|
"INITIAL_MARGIN_FRACTION": "Initial Margin Fraction",
|
|
218
218
|
"INITIAL_MARGIN_FRACTION_SHORT": "IMF",
|
|
219
219
|
"INITIALIZING": "Initializing",
|
|
220
|
+
"INSTANT": "Instant",
|
|
220
221
|
"ISOLATED": "Isolated",
|
|
221
222
|
"ISOLATED_MARGIN": "Isolated Margin",
|
|
222
223
|
"ISOLATED_MARGIN_DESCRIPTION": "Use distinct collateral for each position to isolate risk.",
|
|
@@ -1670,6 +1671,7 @@
|
|
|
1670
1671
|
"MEGAVAULT_FAQS": "MegaVault FAQs",
|
|
1671
1672
|
"YOUR_ALL_TIME_PNL": "Your All-time P&L",
|
|
1672
1673
|
"VAULT_THIRTY_DAY_APR": "30d APR",
|
|
1674
|
+
"APR": "{PERCENT} APR",
|
|
1673
1675
|
"VAULT_THIRTY_DAY_PNL": "30d P&L",
|
|
1674
1676
|
"YOUR_VAULT_BALANCE": "Your Vault Balance",
|
|
1675
1677
|
"VIEW_VAULT": "View Vault",
|
|
@@ -1697,6 +1699,7 @@
|
|
|
1697
1699
|
"PROTOCOL_VAULT": "dYdX Protocol Vault",
|
|
1698
1700
|
"LOCKED_BALANCE": "Locked Balance",
|
|
1699
1701
|
"WITHDRAW_TOO_HIGH": "You cannot withdraw more than your vault balance.",
|
|
1702
|
+
"WITHDRAW_TOO_LOW": "Your withdrawal amount is below the $20 minimum withdrawal threshold.",
|
|
1700
1703
|
"DEPOSIT_TOO_HIGH": "You cannot deposit more than your free collateral.",
|
|
1701
1704
|
"DEPOSIT_TOO_LOW": "Your deposit amount is below the $20 minimum deposit threshold.",
|
|
1702
1705
|
"ENTER_AMOUNT_TO_DEPOSIT": "Enter amount to deposit",
|
|
@@ -2185,6 +2188,7 @@
|
|
|
2185
2188
|
"ADD_MARKET_STEP_3_DESCRIPTION": "Send a transaction that creates a proposal to add the new market. This requires a balance of {REQUIRED_NUM_TOKENS} unstaked {NATIVE_TOKEN_DENOM}.",
|
|
2186
2189
|
"ADD_NEW_MARKET_DETAILS": "Add a new asset to dYdX Chain via a governance proposal. Requires {AMOUNT} unstaked DYDX.",
|
|
2187
2190
|
"AVAILABLE_TO_TRADE_POST_LAUNCH": "As soon as you launch {MARKET}, it will be available to trade.",
|
|
2191
|
+
"BEGIN_LAUNCH": "Begin Launch",
|
|
2188
2192
|
"CONFIRM_LAUNCH_DETAILS": "Confirm Launch Details",
|
|
2189
2193
|
"CONFIRM_NEW_MARKET_PROPOSAL": "Confirm new market proposal",
|
|
2190
2194
|
"DEPOSIT_APR": "Deposit APR",
|
|
@@ -2202,6 +2206,7 @@
|
|
|
2202
2206
|
"LISTINGS_DESCRIPTION": "Listings on dYdX are completely community-driven. This tool will help you submit a governance proposal to list a new market.",
|
|
2203
2207
|
"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).",
|
|
2204
2208
|
"MARKET_LAUNCH_DETAILS_2": "Immediately launch a new market on dYdX Chain by depositing {DEPOSIT_AMOUNT} into MegaVault. Your deposit will earn an estimated {APR_PERCENTAGE} APR (based on the last {PAST_DAYS} days).",
|
|
2209
|
+
"MARKET_LAUNCH_DETAILS_3": "Select the market you'd like to launch and deposit {DEPOSIT_AMOUNT} into MegaVault for at least {PAST_DAYS} days. Your deposit will earn an estimated {APR_PERCENTAGE} APR.",
|
|
2205
2210
|
"MARKET_TO_LAUNCH": "Market to Launch",
|
|
2206
2211
|
"MESSAGE_DETAILS": "Message details",
|
|
2207
2212
|
"MSG_CREATE_CLOB_PAIR": "Msg create clobPair",
|
|
@@ -2227,6 +2232,7 @@
|
|
|
2227
2232
|
"STEPS_TO_CREATE": "Steps to create a new market",
|
|
2228
2233
|
"SUBMITTED_PROPOSAL": "Submitted Proposal!",
|
|
2229
2234
|
"SUGGEST_NEW_MARKET": "Suggest a new market",
|
|
2235
|
+
"TIME_UNTIL_LIVE": "Time Until Live",
|
|
2230
2236
|
"TRADE_INSTANTLY": "Trade Instantly",
|
|
2231
2237
|
"VIEW_PROPOSAL": "View proposal"
|
|
2232
2238
|
},
|
|
@@ -380,6 +380,9 @@
|
|
|
380
380
|
"REFERENCE_PRICE": {
|
|
381
381
|
"TITLE": "Reference Price",
|
|
382
382
|
"BODY": "The Reference Price is the rolling 30 day average of the market's price and is used as an input to automatically calculate the market's parameters on dYdX Chain. The Reference Price should approximately be the same as the market's current price (i.e. round down to the same powers of 10)."
|
|
383
|
+
},
|
|
384
|
+
"SELF_REPORTED_CMC": {
|
|
385
|
+
"BODY": "This value is self reported on CoinMarketCap"
|
|
383
386
|
}
|
|
384
387
|
},
|
|
385
388
|
"VAULT": {
|
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 ../config/localization/en/app.json using
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -484,6 +484,7 @@ export const APP_STRING_KEYS = {
|
|
|
484
484
|
INITIALIZING: 'APP.GENERAL.INITIALIZING',
|
|
485
485
|
INITIAL_MARGIN_FRACTION: 'APP.GENERAL.INITIAL_MARGIN_FRACTION',
|
|
486
486
|
INITIAL_MARGIN_FRACTION_SHORT: 'APP.GENERAL.INITIAL_MARGIN_FRACTION_SHORT',
|
|
487
|
+
INSTANT: 'APP.GENERAL.INSTANT',
|
|
487
488
|
ISOLATED: 'APP.GENERAL.ISOLATED',
|
|
488
489
|
ISOLATED_MARGIN: 'APP.GENERAL.ISOLATED_MARGIN',
|
|
489
490
|
ISOLATED_MARGIN_DESCRIPTION: 'APP.GENERAL.ISOLATED_MARGIN_DESCRIPTION',
|
|
@@ -914,6 +915,7 @@ export const APP_STRING_KEYS = {
|
|
|
914
915
|
ADD_MARKET_STEP_3_TITLE: 'APP.NEW_MARKET_WIDGET.ADD_MARKET_STEP_3_TITLE',
|
|
915
916
|
ADD_NEW_MARKET_DETAILS: 'APP.NEW_MARKET_WIDGET.ADD_NEW_MARKET_DETAILS',
|
|
916
917
|
AVAILABLE_TO_TRADE_POST_LAUNCH: 'APP.NEW_MARKET_WIDGET.AVAILABLE_TO_TRADE_POST_LAUNCH',
|
|
918
|
+
BEGIN_LAUNCH: 'APP.NEW_MARKET_WIDGET.BEGIN_LAUNCH',
|
|
917
919
|
CONFIRM_LAUNCH_DETAILS: 'APP.NEW_MARKET_WIDGET.CONFIRM_LAUNCH_DETAILS',
|
|
918
920
|
CONFIRM_NEW_MARKET_PROPOSAL: 'APP.NEW_MARKET_WIDGET.CONFIRM_NEW_MARKET_PROPOSAL',
|
|
919
921
|
DEPOSIT_APR: 'APP.NEW_MARKET_WIDGET.DEPOSIT_APR',
|
|
@@ -931,6 +933,7 @@ export const APP_STRING_KEYS = {
|
|
|
931
933
|
LIST_A_NEW_MARKET: 'APP.NEW_MARKET_WIDGET.LIST_A_NEW_MARKET',
|
|
932
934
|
MARKET_LAUNCH_DETAILS: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS',
|
|
933
935
|
MARKET_LAUNCH_DETAILS_2: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_2',
|
|
936
|
+
MARKET_LAUNCH_DETAILS_3: 'APP.NEW_MARKET_WIDGET.MARKET_LAUNCH_DETAILS_3',
|
|
934
937
|
MARKET_TO_LAUNCH: 'APP.NEW_MARKET_WIDGET.MARKET_TO_LAUNCH',
|
|
935
938
|
MESSAGE_DETAILS: 'APP.NEW_MARKET_WIDGET.MESSAGE_DETAILS',
|
|
936
939
|
MSG_CREATE_CLOB_PAIR: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_CLOB_PAIR',
|
|
@@ -956,6 +959,7 @@ export const APP_STRING_KEYS = {
|
|
|
956
959
|
STEPS_TO_CREATE: 'APP.NEW_MARKET_WIDGET.STEPS_TO_CREATE',
|
|
957
960
|
SUBMITTED_PROPOSAL: 'APP.NEW_MARKET_WIDGET.SUBMITTED_PROPOSAL',
|
|
958
961
|
SUGGEST_NEW_MARKET: 'APP.NEW_MARKET_WIDGET.SUGGEST_NEW_MARKET',
|
|
962
|
+
TIME_UNTIL_LIVE: 'APP.NEW_MARKET_WIDGET.TIME_UNTIL_LIVE',
|
|
959
963
|
TRADE_INSTANTLY: 'APP.NEW_MARKET_WIDGET.TRADE_INSTANTLY',
|
|
960
964
|
VIEW_PROPOSAL: 'APP.NEW_MARKET_WIDGET.VIEW_PROPOSAL',
|
|
961
965
|
|
|
@@ -1842,6 +1846,7 @@ export const APP_STRING_KEYS = {
|
|
|
1842
1846
|
ACKNOWLEDGE_HIGH_SLIPPAGE: 'APP.VAULTS.ACKNOWLEDGE_HIGH_SLIPPAGE',
|
|
1843
1847
|
AMOUNT_TO_DEPOSIT: 'APP.VAULTS.AMOUNT_TO_DEPOSIT',
|
|
1844
1848
|
AMOUNT_TO_WITHDRAW: 'APP.VAULTS.AMOUNT_TO_WITHDRAW',
|
|
1849
|
+
APR: 'APP.VAULTS.APR',
|
|
1845
1850
|
AVAILABLE_TO_WITHDRAW: 'APP.VAULTS.AVAILABLE_TO_WITHDRAW',
|
|
1846
1851
|
CONFIRM_DEPOSIT_CTA: 'APP.VAULTS.CONFIRM_DEPOSIT_CTA',
|
|
1847
1852
|
CONFIRM_WITHDRAW_CTA: 'APP.VAULTS.CONFIRM_WITHDRAW_CTA',
|
|
@@ -1885,6 +1890,7 @@ export const APP_STRING_KEYS = {
|
|
|
1885
1890
|
VIEW_MEGAVAULT: 'APP.VAULTS.VIEW_MEGAVAULT',
|
|
1886
1891
|
VIEW_VAULT: 'APP.VAULTS.VIEW_VAULT',
|
|
1887
1892
|
WITHDRAW_TOO_HIGH: 'APP.VAULTS.WITHDRAW_TOO_HIGH',
|
|
1893
|
+
WITHDRAW_TOO_LOW: 'APP.VAULTS.WITHDRAW_TOO_LOW',
|
|
1888
1894
|
YOUR_ALL_TIME_PNL: 'APP.VAULTS.YOUR_ALL_TIME_PNL',
|
|
1889
1895
|
YOUR_DEPOSITS_AND_WITHDRAWALS: 'APP.VAULTS.YOUR_DEPOSITS_AND_WITHDRAWALS',
|
|
1890
1896
|
YOUR_VAULT_BALANCE: 'APP.VAULTS.YOUR_VAULT_BALANCE',
|
|
@@ -46,6 +46,7 @@ export const TOOLTIP_STRING_KEYS = {
|
|
|
46
46
|
|
|
47
47
|
REFERENCE_PRICE_BODY: 'TOOLTIPS.NEW_MARKET_WIDGET.REFERENCE_PRICE.BODY',
|
|
48
48
|
REFERENCE_PRICE_TITLE: 'TOOLTIPS.NEW_MARKET_WIDGET.REFERENCE_PRICE.TITLE',
|
|
49
|
+
SELF_REPORTED_CMC_BODY: 'TOOLTIPS.NEW_MARKET_WIDGET.SELF_REPORTED_CMC.BODY',
|
|
49
50
|
|
|
50
51
|
// PORTFOLIO
|
|
51
52
|
|