@dydxprotocol/v4-localization 1.1.176 → 1.1.177
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.
|
@@ -1248,6 +1248,9 @@
|
|
|
1248
1248
|
"BRACKET_ORDER_LONG_TAKE_PROFIT_DESCRIPTION": "If {ASSET} increases by a given amount, trigger a {ACTION} to capture profits.",
|
|
1249
1249
|
"BRACKET_ORDER_SHORT_STOP_LOSS_DESCRIPTION": "If {ASSET} increases by a given amount, trigger a {ACTION} to prevent your losses.",
|
|
1250
1250
|
"BRACKET_ORDER_SHORT_TAKE_PROFIT_DESCRIPTION": "If {ASSET} falls to a fixed price, trigger a {ACTION} to capture profits.",
|
|
1251
|
+
"BUY_MARK_TOOLTIP": "Bought {ASSET_SIZE} {ASSET} at {PRICE}",
|
|
1252
|
+
"BUYS_SELLS_TOGGLE": "Buys/Sells",
|
|
1253
|
+
"BUYS_SELLS_TOGGLE_TOOLTIP": "Display historical buys and sells",
|
|
1251
1254
|
"CANCEL_ALL": "Cancel all",
|
|
1252
1255
|
"CANCEL_ORDER": "Cancel order",
|
|
1253
1256
|
"CANCEL_ORDERS_COUNT": "Cancel {COUNT} orders",
|
|
@@ -1431,6 +1434,7 @@
|
|
|
1431
1434
|
"RETURN_TO_MARKET": "Return to market",
|
|
1432
1435
|
"RISK_REWARD": "Risk-Reward",
|
|
1433
1436
|
"SELECT_MARKET": "Select market",
|
|
1437
|
+
"SELL_MARK_TOOLTIP": "Sold {ASSET_SIZE} {ASSET} at {PRICE}",
|
|
1434
1438
|
"SELF_TRADE": "Self-trade",
|
|
1435
1439
|
"SET_ORDER_SIZE": "Set order size",
|
|
1436
1440
|
"SET_PRICE_TRIGGERS": "Set price triggers",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1401,6 +1401,9 @@ export const APP_STRING_KEYS = {
|
|
|
1401
1401
|
BRACKET_ORDER_LONG_TAKE_PROFIT_DESCRIPTION: 'APP.TRADE.BRACKET_ORDER_LONG_TAKE_PROFIT_DESCRIPTION',
|
|
1402
1402
|
BRACKET_ORDER_SHORT_STOP_LOSS_DESCRIPTION: 'APP.TRADE.BRACKET_ORDER_SHORT_STOP_LOSS_DESCRIPTION',
|
|
1403
1403
|
BRACKET_ORDER_SHORT_TAKE_PROFIT_DESCRIPTION: 'APP.TRADE.BRACKET_ORDER_SHORT_TAKE_PROFIT_DESCRIPTION',
|
|
1404
|
+
BUYS_SELLS_TOGGLE: 'APP.TRADE.BUYS_SELLS_TOGGLE',
|
|
1405
|
+
BUYS_SELLS_TOGGLE_TOOLTIP: 'APP.TRADE.BUYS_SELLS_TOGGLE_TOOLTIP',
|
|
1406
|
+
BUY_MARK_TOOLTIP: 'APP.TRADE.BUY_MARK_TOOLTIP',
|
|
1404
1407
|
CANCELED_ON_CHAIN: 'APP.TRADE.CANCELED_ON_CHAIN',
|
|
1405
1408
|
CANCELING: 'APP.TRADE.CANCELING',
|
|
1406
1409
|
CANCELING_ORDERS_COUNT: 'APP.TRADE.CANCELING_ORDERS_COUNT',
|
|
@@ -1583,6 +1586,7 @@ export const APP_STRING_KEYS = {
|
|
|
1583
1586
|
RISK_REWARD: 'APP.TRADE.RISK_REWARD',
|
|
1584
1587
|
SELECT_MARKET: 'APP.TRADE.SELECT_MARKET',
|
|
1585
1588
|
SELF_TRADE: 'APP.TRADE.SELF_TRADE',
|
|
1589
|
+
SELL_MARK_TOOLTIP: 'APP.TRADE.SELL_MARK_TOOLTIP',
|
|
1586
1590
|
SET_ORDER_SIZE: 'APP.TRADE.SET_ORDER_SIZE',
|
|
1587
1591
|
SET_PRICE_TRIGGERS: 'APP.TRADE.SET_PRICE_TRIGGERS',
|
|
1588
1592
|
SLIDER: 'APP.TRADE.SLIDER',
|