@dydxprotocol/v4-localization 1.1.9 → 1.1.10
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.
|
@@ -1030,6 +1030,7 @@
|
|
|
1030
1030
|
"REALIZED_PNL": "Realized P&L",
|
|
1031
1031
|
"REDUCE_ONLY": "Reduce-Only",
|
|
1032
1032
|
"REDUCE_ONLY_RESIZED": "Reduce-Only resized",
|
|
1033
|
+
"RELEASE_TO_EDIT": "Release mouse to edit order",
|
|
1033
1034
|
"RETURN_TO_MARKET": "Return to market",
|
|
1034
1035
|
"RISK_REWARD": "Risk-Reward",
|
|
1035
1036
|
"SELECT_MARKET": "Select market",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1239,6 +1239,7 @@ export const APP_STRING_KEYS = {
|
|
|
1239
1239
|
REALIZED_PNL: 'APP.TRADE.REALIZED_PNL',
|
|
1240
1240
|
REDUCE_ONLY: 'APP.TRADE.REDUCE_ONLY',
|
|
1241
1241
|
REDUCE_ONLY_RESIZED: 'APP.TRADE.REDUCE_ONLY_RESIZED',
|
|
1242
|
+
RELEASE_TO_EDIT: 'APP.TRADE.RELEASE_TO_EDIT',
|
|
1242
1243
|
RETURN_TO_MARKET: 'APP.TRADE.RETURN_TO_MARKET',
|
|
1243
1244
|
RISK_REWARD: 'APP.TRADE.RISK_REWARD',
|
|
1244
1245
|
SELECT_MARKET: 'APP.TRADE.SELECT_MARKET',
|