@dydxprotocol/v4-localization 1.1.135 → 1.1.137
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.
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"PASTE": "Paste",
|
|
246
246
|
"PENDING_REWARDS": "Pending Rewards",
|
|
247
247
|
"PENDING": "Pending",
|
|
248
|
-
"PERPETUALS_UNAVAILABLE_IN_US": "Perpetuals are not available to people or companies who are residents of, or are located, incorporated or have a registered agent in, the United States or a restricted territory. More details can be found in our
|
|
248
|
+
"PERPETUALS_UNAVAILABLE_IN_US": "Perpetuals are not available to people or companies who are residents of, or are located, incorporated or have a registered agent in, the United States or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}.",
|
|
249
249
|
"PERPETUALS": "Perpetuals",
|
|
250
250
|
"PNL": "P&L",
|
|
251
251
|
"POSITION": "Position",
|
|
@@ -2004,7 +2004,7 @@
|
|
|
2004
2004
|
"COMPLIANCE": {
|
|
2005
2005
|
"CLOSE_ONLY_MESSAGE": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked. You have until {DATE} to withdraw your funds before your access to the frontend is blocked. If you believe there has been an error, please email {EMAIL}.",
|
|
2006
2006
|
"PERMANENTLY_BLOCKED_MESSAGE": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use and previously have been given an opportunity to redress circumstances that led to restrictions on your account, you have been permanently blocked. If you believe there has been an error, please email {EMAIL}.",
|
|
2007
|
-
"BLOCKED_MESSAGE": "Perpetuals are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in a blocked country or a restricted territory. More details can be found in our
|
|
2007
|
+
"BLOCKED_MESSAGE": "Perpetuals are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in a blocked country or a restricted territory. More details can be found in our {TERMS_OF_USE_LINK}."
|
|
2008
2008
|
}
|
|
2009
2009
|
},
|
|
2010
2010
|
"TOKEN_MIGRATION": {
|
|
@@ -2299,6 +2299,7 @@
|
|
|
2299
2299
|
"WITHDRAW_MUST_SPECIFY_CHAIN": "Please select a source chain to withdraw to."
|
|
2300
2300
|
},
|
|
2301
2301
|
"TRANSFER_MODAL": {
|
|
2302
|
+
"AMOUNT_MINIMUM_ERROR": "Amount must be greater than {NUMBER} {TOKEN}",
|
|
2302
2303
|
"TRANSFER_INVALID_DYDX_ADDRESS": "Invalid dYdX Chain address.",
|
|
2303
2304
|
"TRANSFER_INVALID_ETH_ADDRESS": "We could not find an account associated with this wallet address.",
|
|
2304
2305
|
"TRANSFER_MORE_THAN_FREE": "You cannot transfer more than your free collateral.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -428,6 +428,7 @@ export const APP_STRING_KEYS = {
|
|
|
428
428
|
MARGIN: 'APP.GENERAL.MARGIN',
|
|
429
429
|
MARGIN_MODE: 'APP.GENERAL.MARGIN_MODE',
|
|
430
430
|
MARGIN_USAGE: 'APP.GENERAL.MARGIN_USAGE',
|
|
431
|
+
MARGIN_WITH_MODE: 'APP.GENERAL.MARGIN_WITH_MODE',
|
|
431
432
|
MARKET: 'APP.GENERAL.MARKET',
|
|
432
433
|
MARKETS: 'APP.GENERAL.MARKETS',
|
|
433
434
|
MARKET_NAME: 'APP.GENERAL.MARKET_NAME',
|
|
@@ -1383,6 +1384,7 @@ export const APP_STRING_KEYS = {
|
|
|
1383
1384
|
CURRENT_RATE_1H: 'APP.TRADE.CURRENT_RATE_1H',
|
|
1384
1385
|
CURRENT_RATE_8H: 'APP.TRADE.CURRENT_RATE_8H',
|
|
1385
1386
|
DELEVERAGED: 'APP.TRADE.DELEVERAGED',
|
|
1387
|
+
EDIT_MARGIN: 'APP.TRADE.EDIT_MARGIN',
|
|
1386
1388
|
EDIT_STOP_LOSS: 'APP.TRADE.EDIT_STOP_LOSS',
|
|
1387
1389
|
EDIT_TAKE_PROFIT: 'APP.TRADE.EDIT_TAKE_PROFIT',
|
|
1388
1390
|
EDIT_TAKE_PROFIT_STOP_LOSS_TRIGGERS: 'APP.TRADE.EDIT_TAKE_PROFIT_STOP_LOSS_TRIGGERS',
|
|
@@ -1857,6 +1859,7 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1857
1859
|
|
|
1858
1860
|
// TRANSFER_MODAL
|
|
1859
1861
|
|
|
1862
|
+
AMOUNT_MINIMUM_ERROR: 'ERRORS.TRANSFER_MODAL.AMOUNT_MINIMUM_ERROR',
|
|
1860
1863
|
TRANSFER_INSUFFICIENT_GAS: 'ERRORS.TRANSFER_MODAL.TRANSFER_INSUFFICIENT_GAS',
|
|
1861
1864
|
TRANSFER_INVALID_DYDX_ADDRESS: 'ERRORS.TRANSFER_MODAL.TRANSFER_INVALID_DYDX_ADDRESS',
|
|
1862
1865
|
TRANSFER_INVALID_ETH_ADDRESS: 'ERRORS.TRANSFER_MODAL.TRANSFER_INVALID_ETH_ADDRESS',
|