@dydxprotocol/v4-localization 1.1.9 → 1.1.11
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.
|
@@ -872,11 +872,13 @@
|
|
|
872
872
|
"ADD_TRIGGERS": "Add trigger(s)",
|
|
873
873
|
"AMOUNT_FILLED": "Filled",
|
|
874
874
|
"ANNUALIZED": "Annualized",
|
|
875
|
+
"ASKS": "Asks",
|
|
875
876
|
"AVERAGE_CLOSE": "Average Close",
|
|
876
877
|
"AVERAGE_OPEN": "Average Open",
|
|
877
878
|
"AVERAGE_OPEN_CLOSE": "Avg. Open / Close",
|
|
878
879
|
"BASELINE_POSITION_SIZE": "Baseline Position Size",
|
|
879
880
|
"BEST_EFFORT_CANCELED": "Best effort canceled",
|
|
881
|
+
"BIDS": "Bids",
|
|
880
882
|
"BRACKET_ORDER_LONG_STOP_LOSS_DESCRIPTION": "If {ASSET} falls to a fixed price, trigger a {ACTION} to prevent your losses.",
|
|
881
883
|
"BRACKET_ORDER_LONG_TAKE_PROFIT_DESCRIPTION": "If {ASSET} increases by a given amount, trigger a {ACTION} to capture profits.",
|
|
882
884
|
"BRACKET_ORDER_SHORT_STOP_LOSS_DESCRIPTION": "If {ASSET} increases by a given amount, trigger a {ACTION} to prevent your losses.",
|
|
@@ -957,6 +959,7 @@
|
|
|
957
959
|
"MARKET_PROFIT": "Market Profit",
|
|
958
960
|
"MARKET_SELL": "market sell",
|
|
959
961
|
"MAXIMUM_POSITION_SIZE": "Maximum Position Size",
|
|
962
|
+
"MID_MARKET": "Mid-Market",
|
|
960
963
|
"MODIFY_GOOD_TIL": "Modify Good Til",
|
|
961
964
|
"MODIFY_SIZE_FIELD": "Modify amount",
|
|
962
965
|
"MODIFY_TRAILING_PERCENT": "Modify trailing %",
|
|
@@ -1030,6 +1033,7 @@
|
|
|
1030
1033
|
"REALIZED_PNL": "Realized P&L",
|
|
1031
1034
|
"REDUCE_ONLY": "Reduce-Only",
|
|
1032
1035
|
"REDUCE_ONLY_RESIZED": "Reduce-Only resized",
|
|
1036
|
+
"RELEASE_TO_EDIT": "Release mouse to edit order",
|
|
1033
1037
|
"RETURN_TO_MARKET": "Return to market",
|
|
1034
1038
|
"RISK_REWARD": "Risk-Reward",
|
|
1035
1039
|
"SELECT_MARKET": "Select market",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1083,11 +1083,13 @@ export const APP_STRING_KEYS = {
|
|
|
1083
1083
|
ADD_TRIGGERS: 'APP.TRADE.ADD_TRIGGERS',
|
|
1084
1084
|
AMOUNT_FILLED: 'APP.TRADE.AMOUNT_FILLED',
|
|
1085
1085
|
ANNUALIZED: 'APP.TRADE.ANNUALIZED',
|
|
1086
|
+
ASKS: 'APP.TRADE.ASKS',
|
|
1086
1087
|
AVERAGE_CLOSE: 'APP.TRADE.AVERAGE_CLOSE',
|
|
1087
1088
|
AVERAGE_OPEN: 'APP.TRADE.AVERAGE_OPEN',
|
|
1088
1089
|
AVERAGE_OPEN_CLOSE: 'APP.TRADE.AVERAGE_OPEN_CLOSE',
|
|
1089
1090
|
BASELINE_POSITION_SIZE: 'APP.TRADE.BASELINE_POSITION_SIZE',
|
|
1090
1091
|
BEST_EFFORT_CANCELED: 'APP.TRADE.BEST_EFFORT_CANCELED',
|
|
1092
|
+
BIDS: 'APP.TRADE.BIDS',
|
|
1091
1093
|
BRACKET_ORDER_LONG_STOP_LOSS_DESCRIPTION: 'APP.TRADE.BRACKET_ORDER_LONG_STOP_LOSS_DESCRIPTION',
|
|
1092
1094
|
BRACKET_ORDER_LONG_TAKE_PROFIT_DESCRIPTION: 'APP.TRADE.BRACKET_ORDER_LONG_TAKE_PROFIT_DESCRIPTION',
|
|
1093
1095
|
BRACKET_ORDER_SHORT_STOP_LOSS_DESCRIPTION: 'APP.TRADE.BRACKET_ORDER_SHORT_STOP_LOSS_DESCRIPTION',
|
|
@@ -1167,6 +1169,7 @@ export const APP_STRING_KEYS = {
|
|
|
1167
1169
|
MARKET_PROFIT: 'APP.TRADE.MARKET_PROFIT',
|
|
1168
1170
|
MARKET_SELL: 'APP.TRADE.MARKET_SELL',
|
|
1169
1171
|
MAXIMUM_POSITION_SIZE: 'APP.TRADE.MAXIMUM_POSITION_SIZE',
|
|
1172
|
+
MID_MARKET: 'APP.TRADE.MID_MARKET',
|
|
1170
1173
|
MODIFY_GOOD_TIL: 'APP.TRADE.MODIFY_GOOD_TIL',
|
|
1171
1174
|
MODIFY_SIZE_FIELD: 'APP.TRADE.MODIFY_SIZE_FIELD',
|
|
1172
1175
|
MODIFY_TRAILING_PERCENT: 'APP.TRADE.MODIFY_TRAILING_PERCENT',
|
|
@@ -1239,6 +1242,7 @@ export const APP_STRING_KEYS = {
|
|
|
1239
1242
|
REALIZED_PNL: 'APP.TRADE.REALIZED_PNL',
|
|
1240
1243
|
REDUCE_ONLY: 'APP.TRADE.REDUCE_ONLY',
|
|
1241
1244
|
REDUCE_ONLY_RESIZED: 'APP.TRADE.REDUCE_ONLY_RESIZED',
|
|
1245
|
+
RELEASE_TO_EDIT: 'APP.TRADE.RELEASE_TO_EDIT',
|
|
1242
1246
|
RETURN_TO_MARKET: 'APP.TRADE.RETURN_TO_MARKET',
|
|
1243
1247
|
RISK_REWARD: 'APP.TRADE.RISK_REWARD',
|
|
1244
1248
|
SELECT_MARKET: 'APP.TRADE.SELECT_MARKET',
|