Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1769,6 +1769,7 @@
"SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS": "Set Take Profit / Stop Loss triggers",
"SKEW": "Skew",
"SKEW_MUST_BE_WITHIN_RANGE": "Skew must be within {MIN} and {MAX}",
"SKEW_TOOLTIP": "Skew: amount of distribution to first or last orders ({MIN} - {MAX})",
"SLIDER": "Slider",
"SOLD": "Sold",
"SPOT": "Spot",
Expand Down Expand Up @@ -1807,6 +1808,7 @@
"TOTAL": "Total",
"TOTAL_ORDERS": "Total orders",
"TOTAL_ORDERS_MUST_BE_WITHIN_RANGE": "Total orders must be within {MIN} and {MAX}",
"TOTAL_ORDERS_TOOLTIP": "Total orders: amount of suborders your total size gets split into ({MIN} - {MAX})",
"TRADE_CONFIRMED": "Trade Confirmed",
"TRADES_24H": "24h Trades",
"TRADES_EMPTY_STATE": "You have no trade history.",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.395",
"version": "1.1.396",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2140,6 +2140,7 @@ export const APP_STRING_KEYS = {
SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS: 'APP.TRADE.SET_TAKE_PROFIT_STOP_LOSS_TRIGGERS',
SKEW: 'APP.TRADE.SKEW',
SKEW_MUST_BE_WITHIN_RANGE: 'APP.TRADE.SKEW_MUST_BE_WITHIN_RANGE',
SKEW_TOOLTIP: 'APP.TRADE.SKEW_TOOLTIP',
SLIDER: 'APP.TRADE.SLIDER',
SOLD: 'APP.TRADE.SOLD',
SPOT: 'APP.TRADE.SPOT',
Expand Down Expand Up @@ -2177,6 +2178,7 @@ export const APP_STRING_KEYS = {
TOTAL_COST: 'APP.TRADE.TOTAL_COST',
TOTAL_ORDERS: 'APP.TRADE.TOTAL_ORDERS',
TOTAL_ORDERS_MUST_BE_WITHIN_RANGE: 'APP.TRADE.TOTAL_ORDERS_MUST_BE_WITHIN_RANGE',
TOTAL_ORDERS_TOOLTIP: 'APP.TRADE.TOTAL_ORDERS_TOOLTIP',
TOTAL_SIZE: 'APP.TRADE.TOTAL_SIZE',
TRADES_24H: 'APP.TRADE.TRADES_24H',
TRADES_EMPTY_STATE: 'APP.TRADE.TRADES_EMPTY_STATE',
Expand Down