@dydxprotocol/v4-localization 1.1.60 → 1.1.61
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.
|
@@ -2050,7 +2050,9 @@
|
|
|
2050
2050
|
"INVALID_GOOD_TIL": "Invalid Good Til"
|
|
2051
2051
|
},
|
|
2052
2052
|
"TRIGGERS_FORM": {
|
|
2053
|
+
"LOSS_COLON": "Loss:",
|
|
2053
2054
|
"PRICE_MUST_POSITIVE": "All input prices must be positive. Please adjust your input prices.",
|
|
2055
|
+
"PROFIT_COLON": "Profit:",
|
|
2054
2056
|
"STOP_LOSS_LIMIT_MUST_ABOVE_TRIGGER_PRICE": "Your stop loss limit price must be above your trigger price for this order to fill when it triggers. Please adjust your limit price.",
|
|
2055
2057
|
"STOP_LOSS_LIMIT_MUST_BELOW_TRIGGER_PRICE": "Your stop loss limit price must be below your trigger price for this order to fill when it triggers. Please adjust your limit price.",
|
|
2056
2058
|
"STOP_LOSS_TRIGGER_MUST_ABOVE_INDEX_PRICE": "Your stop loss trigger price must be above the current oracle price: {INDEX_PRICE}.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1688,7 +1688,9 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1688
1688
|
|
|
1689
1689
|
// TRIGGERS_FORM
|
|
1690
1690
|
|
|
1691
|
+
LOSS_COLON: 'ERRORS.TRIGGERS_FORM.LOSS_COLON',
|
|
1691
1692
|
PRICE_MUST_POSITIVE: 'ERRORS.TRIGGERS_FORM.PRICE_MUST_POSITIVE',
|
|
1693
|
+
PROFIT_COLON: 'ERRORS.TRIGGERS_FORM.PROFIT_COLON',
|
|
1692
1694
|
STOP_LOSS_LIMIT_MUST_ABOVE_TRIGGER_PRICE: 'ERRORS.TRIGGERS_FORM.STOP_LOSS_LIMIT_MUST_ABOVE_TRIGGER_PRICE',
|
|
1693
1695
|
STOP_LOSS_LIMIT_MUST_BELOW_TRIGGER_PRICE: 'ERRORS.TRIGGERS_FORM.STOP_LOSS_LIMIT_MUST_BELOW_TRIGGER_PRICE',
|
|
1694
1696
|
STOP_LOSS_TRIGGER_MUST_ABOVE_INDEX_PRICE: 'ERRORS.TRIGGERS_FORM.STOP_LOSS_TRIGGER_MUST_ABOVE_INDEX_PRICE',
|