@dydxprotocol/v4-localization 1.1.395 → 1.1.396
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.
|
@@ -1769,6 +1769,7 @@
|
|
|
1769
1769
|
"SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS": "Set Take Profit / Stop Loss triggers",
|
|
1770
1770
|
"SKEW": "Skew",
|
|
1771
1771
|
"SKEW_MUST_BE_WITHIN_RANGE": "Skew must be within {MIN} and {MAX}",
|
|
1772
|
+
"SKEW_TOOLTIP": "Skew: amount of distribution to first or last orders ({MIN} - {MAX})",
|
|
1772
1773
|
"SLIDER": "Slider",
|
|
1773
1774
|
"SOLD": "Sold",
|
|
1774
1775
|
"SPOT": "Spot",
|
|
@@ -1807,6 +1808,7 @@
|
|
|
1807
1808
|
"TOTAL": "Total",
|
|
1808
1809
|
"TOTAL_ORDERS": "Total orders",
|
|
1809
1810
|
"TOTAL_ORDERS_MUST_BE_WITHIN_RANGE": "Total orders must be within {MIN} and {MAX}",
|
|
1811
|
+
"TOTAL_ORDERS_TOOLTIP": "Total orders: amount of suborders your total size gets split into ({MIN} - {MAX})",
|
|
1810
1812
|
"TRADE_CONFIRMED": "Trade Confirmed",
|
|
1811
1813
|
"TRADES_24H": "24h Trades",
|
|
1812
1814
|
"TRADES_EMPTY_STATE": "You have no trade history.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -2140,6 +2140,7 @@ export const APP_STRING_KEYS = {
|
|
|
2140
2140
|
SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS: 'APP.TRADE.SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS',
|
|
2141
2141
|
SKEW: 'APP.TRADE.SKEW',
|
|
2142
2142
|
SKEW_MUST_BE_WITHIN_RANGE: 'APP.TRADE.SKEW_MUST_BE_WITHIN_RANGE',
|
|
2143
|
+
SKEW_TOOLTIP: 'APP.TRADE.SKEW_TOOLTIP',
|
|
2143
2144
|
SLIDER: 'APP.TRADE.SLIDER',
|
|
2144
2145
|
SOLD: 'APP.TRADE.SOLD',
|
|
2145
2146
|
SPOT: 'APP.TRADE.SPOT',
|
|
@@ -2177,6 +2178,7 @@ export const APP_STRING_KEYS = {
|
|
|
2177
2178
|
TOTAL_COST: 'APP.TRADE.TOTAL_COST',
|
|
2178
2179
|
TOTAL_ORDERS: 'APP.TRADE.TOTAL_ORDERS',
|
|
2179
2180
|
TOTAL_ORDERS_MUST_BE_WITHIN_RANGE: 'APP.TRADE.TOTAL_ORDERS_MUST_BE_WITHIN_RANGE',
|
|
2181
|
+
TOTAL_ORDERS_TOOLTIP: 'APP.TRADE.TOTAL_ORDERS_TOOLTIP',
|
|
2180
2182
|
TOTAL_SIZE: 'APP.TRADE.TOTAL_SIZE',
|
|
2181
2183
|
TRADES_24H: 'APP.TRADE.TRADES_24H',
|
|
2182
2184
|
TRADES_EMPTY_STATE: 'APP.TRADE.TRADES_EMPTY_STATE',
|