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
10 changes: 9 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"LAST_24H": "Last 24H",
"LAST_WEEK": "Last week",
"MONTHLY": "Monthly",
"MINUTES": "Minutes",
"MINUTES_ABBREVIATED": "m",
"MINUTES_SHORT": "Mins",
"MONTHS_ABBREVIATED": "M",
Expand All @@ -42,6 +43,7 @@
"X_HOURS_LOWERCASED": "{X} hours",
"X_MINUTES_LOWERCASED": "{X} minutes",
"X_MINUTES": "{X} Minutes",
"SECONDS": "Seconds",
"X_SECONDS_LOWERCASED": "{X} seconds",
"PERIOD": "{START} → {END}"
},
Expand Down Expand Up @@ -1826,9 +1828,11 @@
"TRIGGERS": "Triggers",
"TRANSACTION_HASH": "Transaction hash {TX_HASH}",
"TWAP": "TWAP",
"TWAP_ACTIVE_ORDERS": "TWAP Active Orders",
"TWAP_ACTIVE_ORDERS": "TWAP Active Orders",
"TWAP_FILLS": "TWAP Fills",
"TWAP_FREQUENCY": "Frequency",
"TWAP_ORDER_HISTORY": "TWAP Order History",
"TWAP_RUNNING_TIME": "Running Time (5m - 24h)",
"UNDERCOLLATERALIZED": "Undercollateralized",
"UNOPENED_ISOLATED_POSITIONS": "Unopened Isolated Positions",
"UNREALIZED_PNL": "Unrealized P&L",
Expand Down Expand Up @@ -3003,6 +3007,10 @@
"USER_MAX_ORDERS_FOR_TOP_EQUITY_TIER": "This order would put you over the limit of {LIMIT} open orders.",
"WOULD_NOT_REDUCE": "Your position would not be reduced if order is filled.",
"WOULD_NOT_REDUCE_UNCHECK": "Your position would not be reduced with this order. Please uncheck Reduce-Only if you would like to place your order.",
"DURATION_TOO_SHORT": "Duration is too short.",
"DURATION_TOO_LONG": "Duration is too long.",
"FREQUENCY_NOT_INTERVAL_OF_DURATION": "Frequency must evenly divide the total duration.",
"FREQUENCY_REQUIRED": "Frequency is required.",
"INVALID_GOOD_TIL_MAX_90_DAYS": "Good Til exceeds the maximum 90 days.",
"POSITION_LEVERAGE_OVER_MAX": "Resulting position leverage would be over the maximum leverage for this market.",
"ISOLATED_MARGIN_LIMIT_ORDER_BELOW_MINIMUM": "Your order is below the minimum collateral requirement for isolated margin orders. Isolated margin orders require at least {MIN_VALUE} of collateral."
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.394",
"version": "1.1.395",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ export const APP_STRING_KEYS = {
JUST_NOW: 'APP.GENERAL.TIME_STRINGS.JUST_NOW',
LAST_24H: 'APP.GENERAL.TIME_STRINGS.LAST_24H',
LAST_WEEK: 'APP.GENERAL.TIME_STRINGS.LAST_WEEK',
MINUTES: 'APP.GENERAL.TIME_STRINGS.MINUTES',
MINUTES_ABBREVIATED: 'APP.GENERAL.TIME_STRINGS.MINUTES_ABBREVIATED',
MINUTES_SHORT: 'APP.GENERAL.TIME_STRINGS.MINUTES_SHORT',
MONTHLY: 'APP.GENERAL.TIME_STRINGS.MONTHLY',
Expand All @@ -790,6 +791,7 @@ export const APP_STRING_KEYS = {
PAST_THREE_MONTHS: 'APP.GENERAL.TIME_STRINGS.PAST_THREE_MONTHS',
PAST_WEEK: 'APP.GENERAL.TIME_STRINGS.PAST_WEEK',
PERIOD: 'APP.GENERAL.TIME_STRINGS.PERIOD',
SECONDS: 'APP.GENERAL.TIME_STRINGS.SECONDS',
THIS_MONTH_LOWERCASED: 'APP.GENERAL.TIME_STRINGS.THIS_MONTH_LOWERCASED',
THIS_QUARTER_LOWERCASED: 'APP.GENERAL.TIME_STRINGS.THIS_QUARTER_LOWERCASED',
THIS_WEEK: 'APP.GENERAL.TIME_STRINGS.THIS_WEEK',
Expand Down Expand Up @@ -2198,7 +2200,9 @@ export const APP_STRING_KEYS = {
TWAP: 'APP.TRADE.TWAP',
TWAP_ACTIVE_ORDERS: 'APP.TRADE.TWAP_ACTIVE_ORDERS',
TWAP_FILLS: 'APP.TRADE.TWAP_FILLS',
TWAP_FREQUENCY: 'APP.TRADE.TWAP_FREQUENCY',
TWAP_ORDER_HISTORY: 'APP.TRADE.TWAP_ORDER_HISTORY',
TWAP_RUNNING_TIME: 'APP.TRADE.TWAP_RUNNING_TIME',
UNDERCOLLATERALIZED: 'APP.TRADE.UNDERCOLLATERALIZED',
UNOPENED_ISOLATED_POSITIONS: 'APP.TRADE.UNOPENED_ISOLATED_POSITIONS',
UNREALIZED_PNL: 'APP.TRADE.UNREALIZED_PNL',
Expand Down Expand Up @@ -2675,6 +2679,10 @@ export const ERRORS_STRING_KEYS = {
BRACKET_ORDER_TAKE_PROFIT_BELOW_EXPECTED_PRICE: 'ERRORS.TRADE_BOX.BRACKET_ORDER_TAKE_PROFIT_BELOW_EXPECTED_PRICE',
BRACKET_ORDER_TAKE_PROFIT_BELOW_LIQUIDATION_PRICE: 'ERRORS.TRADE_BOX.BRACKET_ORDER_TAKE_PROFIT_BELOW_LIQUIDATION_PRICE',
BUY_TRIGGER_TOO_CLOSE_TO_LIQUIDATION_PRICE: 'ERRORS.TRADE_BOX.BUY_TRIGGER_TOO_CLOSE_TO_LIQUIDATION_PRICE',
DURATION_TOO_LONG: 'ERRORS.TRADE_BOX.DURATION_TOO_LONG',
DURATION_TOO_SHORT: 'ERRORS.TRADE_BOX.DURATION_TOO_SHORT',
FREQUENCY_NOT_INTERVAL_OF_DURATION: 'ERRORS.TRADE_BOX.FREQUENCY_NOT_INTERVAL_OF_DURATION',
FREQUENCY_REQUIRED: 'ERRORS.TRADE_BOX.FREQUENCY_REQUIRED',
INVALID_GOOD_TIL_MAX_90_DAYS: 'ERRORS.TRADE_BOX.INVALID_GOOD_TIL_MAX_90_DAYS',
INVALID_LARGE_POSITION_LEVERAGE: 'ERRORS.TRADE_BOX.INVALID_LARGE_POSITION_LEVERAGE',
INVALID_NEW_ACCOUNT_MARGIN_USAGE: 'ERRORS.TRADE_BOX.INVALID_NEW_ACCOUNT_MARGIN_USAGE',
Expand Down