@dydxprotocol/v4-localization 1.1.147 → 1.1.148
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.
|
@@ -1307,6 +1307,7 @@
|
|
|
1307
1307
|
"MARKET_SELL": "market sell",
|
|
1308
1308
|
"MAXIMUM_POSITION_SIZE": "Maximum Position Size",
|
|
1309
1309
|
"MID_MARKET": "Mid-Market",
|
|
1310
|
+
"MID_MARKET_PRICE_SHORT": "Mid",
|
|
1310
1311
|
"MODIFY_GOOD_TIL": "Modify Good Til",
|
|
1311
1312
|
"MODIFY_PRICE": "Modify price",
|
|
1312
1313
|
"MODIFY_SIZE_FIELD": "Modify amount",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from ../config/localization/en/app.json using
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -1461,6 +1461,7 @@ export const APP_STRING_KEYS = {
|
|
|
1461
1461
|
MARKET_SELL: 'APP.TRADE.MARKET_SELL',
|
|
1462
1462
|
MAXIMUM_POSITION_SIZE: 'APP.TRADE.MAXIMUM_POSITION_SIZE',
|
|
1463
1463
|
MID_MARKET: 'APP.TRADE.MID_MARKET',
|
|
1464
|
+
MID_MARKET_PRICE_SHORT: 'APP.TRADE.MID_MARKET_PRICE_SHORT',
|
|
1464
1465
|
MODIFY_GOOD_TIL: 'APP.TRADE.MODIFY_GOOD_TIL',
|
|
1465
1466
|
MODIFY_PRICE: 'APP.TRADE.MODIFY_PRICE',
|
|
1466
1467
|
MODIFY_SIZE_FIELD: 'APP.TRADE.MODIFY_SIZE_FIELD',
|