@dydxprotocol/v4-localization 1.1.229 → 1.1.231
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.
|
@@ -264,6 +264,7 @@
|
|
|
264
264
|
"OPTIONAL": "Optional",
|
|
265
265
|
"OR": "or",
|
|
266
266
|
"ORDERS": "Orders",
|
|
267
|
+
"ORDER_VALUE": "Order Value",
|
|
267
268
|
"OTHER_DETAILS": "Other details",
|
|
268
269
|
"OTHER": "Other",
|
|
269
270
|
"OVERVIEW": "Overview",
|
|
@@ -1750,7 +1751,10 @@
|
|
|
1750
1751
|
"CONFIRM_DEPOSIT_CTA": "Confirm Deposit",
|
|
1751
1752
|
"AMOUNT_TO_DEPOSIT": "Amount to Deposit",
|
|
1752
1753
|
"CROSS_ACCOUNT": "Cross Account",
|
|
1753
|
-
"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.
|
|
1754
|
+
"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.",
|
|
1755
|
+
"LEARN_MORE_ABOUT_MEGAVAULT": "Learn more about MegaVault",
|
|
1756
|
+
"VAULT_OPERATOR_DESCRIPTION": "This vault is operated by {OPERATOR_NAME}. The operator was selected by the dYdX community.",
|
|
1757
|
+
"LEARN_MORE_ABOUT_OPERATOR": "Learn more about {OPERATOR_NAME}",
|
|
1754
1758
|
"TVL": "TVL",
|
|
1755
1759
|
"HOLDINGS": "Holdings"
|
|
1756
1760
|
},
|
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 codegen_localization_app.swift
|
|
3
|
+
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -564,6 +564,7 @@ export const APP_STRING_KEYS = {
|
|
|
564
564
|
OPTIONAL: 'APP.GENERAL.OPTIONAL',
|
|
565
565
|
OR: 'APP.GENERAL.OR',
|
|
566
566
|
ORDERS: 'APP.GENERAL.ORDERS',
|
|
567
|
+
ORDER_VALUE: 'APP.GENERAL.ORDER_VALUE',
|
|
567
568
|
OTHER: 'APP.GENERAL.OTHER',
|
|
568
569
|
OTHER_DETAILS: 'APP.GENERAL.OTHER_DETAILS',
|
|
569
570
|
OVERVIEW: 'APP.GENERAL.OVERVIEW',
|
|
@@ -1905,6 +1906,8 @@ export const APP_STRING_KEYS = {
|
|
|
1905
1906
|
ESTIMATED_SLIPPAGE: 'APP.VAULTS.ESTIMATED_SLIPPAGE',
|
|
1906
1907
|
EST_SLIPPAGE: 'APP.VAULTS.EST_SLIPPAGE',
|
|
1907
1908
|
HOLDINGS: 'APP.VAULTS.HOLDINGS',
|
|
1909
|
+
LEARN_MORE_ABOUT_MEGAVAULT: 'APP.VAULTS.LEARN_MORE_ABOUT_MEGAVAULT',
|
|
1910
|
+
LEARN_MORE_ABOUT_OPERATOR: 'APP.VAULTS.LEARN_MORE_ABOUT_OPERATOR',
|
|
1908
1911
|
LOCKED_BALANCE: 'APP.VAULTS.LOCKED_BALANCE',
|
|
1909
1912
|
MEGAVAULT: 'APP.VAULTS.MEGAVAULT',
|
|
1910
1913
|
MEGAVAULT_CANT_SUBMIT: 'APP.VAULTS.MEGAVAULT_CANT_SUBMIT',
|
|
@@ -1933,6 +1936,7 @@ export const APP_STRING_KEYS = {
|
|
|
1933
1936
|
VAULT_DESCRIPTION: 'APP.VAULTS.VAULT_DESCRIPTION',
|
|
1934
1937
|
VAULT_EQUITY: 'APP.VAULTS.VAULT_EQUITY',
|
|
1935
1938
|
VAULT_FAQS: 'APP.VAULTS.VAULT_FAQS',
|
|
1939
|
+
VAULT_OPERATOR_DESCRIPTION: 'APP.VAULTS.VAULT_OPERATOR_DESCRIPTION',
|
|
1936
1940
|
VAULT_PNL: 'APP.VAULTS.VAULT_PNL',
|
|
1937
1941
|
VAULT_THIRTY_DAY_APR: 'APP.VAULTS.VAULT_THIRTY_DAY_APR',
|
|
1938
1942
|
VAULT_THIRTY_DAY_PNL: 'APP.VAULTS.VAULT_THIRTY_DAY_PNL',
|