@dydxprotocol/v4-localization 1.1.296 → 1.1.298
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.
|
@@ -1152,6 +1152,8 @@
|
|
|
1152
1152
|
"EXCHANGE_RATE": "Exchange Rate",
|
|
1153
1153
|
"EXPECTED_DEPOSIT_AMOUNT": "Expected Deposit Amount",
|
|
1154
1154
|
"FREE_GAS": "Free!",
|
|
1155
|
+
"FREE_INSTANT_DEPOSIT_MAX": "Deposit less than ${MAX_AMOUNT} for free instant deposits.",
|
|
1156
|
+
"FREE_INSTANT_DEPOSIT_MIN": "Deposit ${MIN_AMOUNT}+ for free instant deposits.",
|
|
1155
1157
|
"GASLESS_DEPOSITS_DESCRIPTION_PLURAL": "You have {NUM_DEPOSITS} gasless deposits available.",
|
|
1156
1158
|
"GASLESS_DEPOSITS_DESCRIPTION_SINGULAR": "You have {NUM_DEPOSITS} gasless deposit available.",
|
|
1157
1159
|
"GASLESS_DEPOSITS_RESET": "Your gasless deposit limit resets every three days.",
|
|
@@ -116,6 +116,10 @@
|
|
|
116
116
|
"TITLE": "Limit Close",
|
|
117
117
|
"BODY": "A limit close may not happen instantly, and will only be filled once the entered price is hit. Monitor the Orders tab to check its status."
|
|
118
118
|
},
|
|
119
|
+
"IOC_LIMIT_CLOSE": {
|
|
120
|
+
"TITLE": "Limit Close",
|
|
121
|
+
"BODY": "A limit close will execute immediately or cancel the order. The limit price should be used to customize the amount of slippage tolerated for a close position order. If you would like to close a position when a price is reached, set take profit or stop loss orders instead."
|
|
122
|
+
},
|
|
119
123
|
"LIMIT_PRICE": {
|
|
120
124
|
"TITLE": "Limit Price",
|
|
121
125
|
"BODY": "This order can only be filled at the specified limit price or better. If your order crosses at the time of placement, your order will fill any crossing orders at the most favorable price."
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -175,6 +175,8 @@ export const APP_STRING_KEYS = {
|
|
|
175
175
|
EXCHANGE_RECEIVED: 'APP.DEPOSIT_MODAL.EXCHANGE_RECEIVED',
|
|
176
176
|
EXPECTED_DEPOSIT_AMOUNT: 'APP.DEPOSIT_MODAL.EXPECTED_DEPOSIT_AMOUNT',
|
|
177
177
|
FREE_GAS: 'APP.DEPOSIT_MODAL.FREE_GAS',
|
|
178
|
+
FREE_INSTANT_DEPOSIT_MAX: 'APP.DEPOSIT_MODAL.FREE_INSTANT_DEPOSIT_MAX',
|
|
179
|
+
FREE_INSTANT_DEPOSIT_MIN: 'APP.DEPOSIT_MODAL.FREE_INSTANT_DEPOSIT_MIN',
|
|
178
180
|
GASLESS_DEPOSITS_DESCRIPTION_PLURAL: 'APP.DEPOSIT_MODAL.GASLESS_DEPOSITS_DESCRIPTION_PLURAL',
|
|
179
181
|
GASLESS_DEPOSITS_DESCRIPTION_SINGULAR: 'APP.DEPOSIT_MODAL.GASLESS_DEPOSITS_DESCRIPTION_SINGULAR',
|
|
180
182
|
GASLESS_DEPOSITS_RESET: 'APP.DEPOSIT_MODAL.GASLESS_DEPOSITS_RESET',
|
|
@@ -110,6 +110,8 @@ export const TOOLTIP_STRING_KEYS = {
|
|
|
110
110
|
INITIAL_MARGIN_FRACTION_TITLE: 'TOOLTIPS.TRADE.INITIAL_MARGIN_FRACTION.TITLE',
|
|
111
111
|
INITIAL_STOP_BODY: 'TOOLTIPS.TRADE.INITIAL_STOP.BODY',
|
|
112
112
|
INITIAL_STOP_TITLE: 'TOOLTIPS.TRADE.INITIAL_STOP.TITLE',
|
|
113
|
+
IOC_LIMIT_CLOSE_BODY: 'TOOLTIPS.TRADE.IOC_LIMIT_CLOSE.BODY',
|
|
114
|
+
IOC_LIMIT_CLOSE_TITLE: 'TOOLTIPS.TRADE.IOC_LIMIT_CLOSE.TITLE',
|
|
113
115
|
LEVERAGE_BODY: 'TOOLTIPS.TRADE.LEVERAGE.BODY',
|
|
114
116
|
LEVERAGE_TITLE: 'TOOLTIPS.TRADE.LEVERAGE.TITLE',
|
|
115
117
|
LIMIT_CLOSE_BODY: 'TOOLTIPS.TRADE.LIMIT_CLOSE.BODY',
|