@dydxprotocol/v4-localization 1.1.105 → 1.1.106
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.
|
@@ -1212,6 +1212,7 @@
|
|
|
1212
1212
|
"DELEVERAGED": "Deleveraged",
|
|
1213
1213
|
"EDIT_STOP_LOSS": "Edit stop loss",
|
|
1214
1214
|
"EDIT_TAKE_PROFIT": "Edit take profit",
|
|
1215
|
+
"EDIT_TAKE_PROFIT_STOP_LOSS_TRIGGERS": "Edit Take Profit / Stop Loss triggers",
|
|
1215
1216
|
"ENTER_AMOUNT": "Enter amount",
|
|
1216
1217
|
"ENTER_LIMIT_PRICE": "Enter limit price",
|
|
1217
1218
|
"ENTER_TRIGGER_PRICE": "Enter trigger price",
|
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 codegen_localization_app.swift
|
|
3
|
+
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -1367,6 +1367,7 @@ export const APP_STRING_KEYS = {
|
|
|
1367
1367
|
DELEVERAGED: 'APP.TRADE.DELEVERAGED',
|
|
1368
1368
|
EDIT_STOP_LOSS: 'APP.TRADE.EDIT_STOP_LOSS',
|
|
1369
1369
|
EDIT_TAKE_PROFIT: 'APP.TRADE.EDIT_TAKE_PROFIT',
|
|
1370
|
+
EDIT_TAKE_PROFIT_STOP_LOSS_TRIGGERS: 'APP.TRADE.EDIT_TAKE_PROFIT_STOP_LOSS_TRIGGERS',
|
|
1370
1371
|
ENTER_AMOUNT: 'APP.TRADE.ENTER_AMOUNT',
|
|
1371
1372
|
ENTER_EXECUTION: 'APP.TRADE.ENTER_EXECUTION',
|
|
1372
1373
|
ENTER_GOOD_UNTIL: 'APP.TRADE.ENTER_GOOD_UNTIL',
|