@dydxprotocol/v4-localization 1.1.77 → 1.1.79
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.
|
@@ -1317,6 +1317,7 @@
|
|
|
1317
1317
|
"STOP_PRICE_ABBREVIATED": "Stop",
|
|
1318
1318
|
"STOP_PRICE": "Stop Price",
|
|
1319
1319
|
"SUBMITTED": "Submitted",
|
|
1320
|
+
"SUBMITTING": "Submitting",
|
|
1320
1321
|
"TAKE_PROFIT_LIMIT_DESCRIPTION": "A take profit limit order converts to a traditional limit order whenever the oracle price or last trade price crosses your trigger price.",
|
|
1321
1322
|
"TAKE_PROFIT_LIMIT_SHORT": "Take Profit Limit",
|
|
1322
1323
|
"TAKE_PROFIT_LIMIT": "Take Profit Limit",
|
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
"TITLE": "Reward Earned",
|
|
5
5
|
"BODY": "You have earned {BLOCK_REWARD_AMOUNT} {TOKEN_NAME} trading reward."
|
|
6
6
|
},
|
|
7
|
+
"CONDITIONAL_ORDERS_REVAMP": {
|
|
8
|
+
"TITLE": "Refreshed conditional order experience!",
|
|
9
|
+
"BODY": "Conditional orders on dYdX Chain have been completely revamped! Now more reliable, intuitive, and performant than ever. Check out more details {TWITTER_LINK}."
|
|
10
|
+
},
|
|
7
11
|
"DELEVERAGED": {
|
|
8
12
|
"TITLE": "Position Deleveraged",
|
|
9
13
|
"BODY": "Your {SIDE} position on {MARKET} has been deleveraged."
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1463,6 +1463,7 @@ export const APP_STRING_KEYS = {
|
|
|
1463
1463
|
STOP_PRICE: 'APP.TRADE.STOP_PRICE',
|
|
1464
1464
|
STOP_PRICE_ABBREVIATED: 'APP.TRADE.STOP_PRICE_ABBREVIATED',
|
|
1465
1465
|
SUBMITTED: 'APP.TRADE.SUBMITTED',
|
|
1466
|
+
SUBMITTING: 'APP.TRADE.SUBMITTING',
|
|
1466
1467
|
TAKER: 'APP.TRADE.TAKER',
|
|
1467
1468
|
TAKER_FEE: 'APP.TRADE.TAKER_FEE',
|
|
1468
1469
|
TAKE_PROFIT: 'APP.TRADE.TAKE_PROFIT',
|
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
export const NOTIFICATIONS_STRING_KEYS = {
|
|
6
6
|
BLOCK_REWARD_BODY: 'NOTIFICATIONS.BLOCK_REWARD.BODY',
|
|
7
7
|
BLOCK_REWARD_TITLE: 'NOTIFICATIONS.BLOCK_REWARD.TITLE',
|
|
8
|
+
CONDITIONAL_ORDERS_REVAMP_BODY: 'NOTIFICATIONS.CONDITIONAL_ORDERS_REVAMP.BODY',
|
|
9
|
+
CONDITIONAL_ORDERS_REVAMP_TITLE: 'NOTIFICATIONS.CONDITIONAL_ORDERS_REVAMP.TITLE',
|
|
8
10
|
DELEVERAGED_BODY: 'NOTIFICATIONS.DELEVERAGED.BODY',
|
|
9
11
|
DELEVERAGED_TITLE: 'NOTIFICATIONS.DELEVERAGED.TITLE',
|
|
10
12
|
DEPOSIT_SUCCESS_BODY: 'NOTIFICATIONS.DEPOSIT_SUCCESS.BODY',
|