@dydxprotocol/v4-localization 1.1.157 → 1.1.159
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.
|
@@ -953,6 +953,7 @@
|
|
|
953
953
|
"SLIPPAGE_EXCEEDED_EXPLANATION_MULTI_MARKET": "Your order for the following markets is too large and would cause excessive slippage. Consider placing a limit order."
|
|
954
954
|
},
|
|
955
955
|
"DEPOSIT_MODAL": {
|
|
956
|
+
"ACKNOWLEDGE_TERMS_AND_DEPOSIT": "Acknowledge terms and deposit",
|
|
956
957
|
"BRIDGE_FEE": "Bridge Fee",
|
|
957
958
|
"ENABLE_FOR_THIS_DEPOSIT": "Enable for this deposit",
|
|
958
959
|
"ENABLE_SYMBOL_ON_DYDX": "Enable {SYMBOL} on dYdX",
|
|
@@ -978,7 +979,8 @@
|
|
|
978
979
|
"SLIPPAGE": "Slippage",
|
|
979
980
|
"SUBJECT_TO_RULES": "Subject to these rules",
|
|
980
981
|
"SWAP": "Swap",
|
|
981
|
-
"ESTIMATED_TIME": "Estimated Time"
|
|
982
|
+
"ESTIMATED_TIME": "Estimated Time",
|
|
983
|
+
"DEPOSIT_ACKNOWLEDGEMENT": "I agree to the {TERMS_LINK} and {POLICY_LINK}, including that I accept the risks associated with these products and services and will not use them from the United States or any other restricted jurisdiction. {VIEW_MORE_LINK}"
|
|
982
984
|
},
|
|
983
985
|
"WITHDRAW_MODAL": {
|
|
984
986
|
"ENABLE_WITHDRAW": "Enable withdraw",
|
|
@@ -167,6 +167,10 @@
|
|
|
167
167
|
"TWO_MARKET_WIND_DOWN_PROPOSAL": {
|
|
168
168
|
"TITLE": "Live proposal to wind down {MARKET_1} and {MARKET_2} markets",
|
|
169
169
|
"BODY": "There is currently a live proposal to wind down the {MARKET_1} and {MARKET_2} markets. If passed, the {MARKET_1} and {MARKET_2} markets will enter final settlement on {DATE}. Existing positions will be closed and open orders will be canceled. You can find more information regarding the proposal {HERE_LINK}."
|
|
170
|
+
},
|
|
171
|
+
"MARKET_PARAM_UPDATE": {
|
|
172
|
+
"TITLE": "Live proposal to update {MARKET} parameters",
|
|
173
|
+
"BODY": "There is currently a live proposal to update the parameters of {MARKET} market. If passed, the {MARKET} market will have Coinbase Pro {MARKET} as the only oracle source. You can find more information regarding the proposal {HERE_LINK}."
|
|
170
174
|
}
|
|
171
175
|
}
|
|
172
176
|
}
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -77,7 +77,9 @@ export const APP_STRING_KEYS = {
|
|
|
77
77
|
|
|
78
78
|
// DEPOSIT_MODAL
|
|
79
79
|
|
|
80
|
+
ACKNOWLEDGE_TERMS_AND_DEPOSIT: 'APP.DEPOSIT_MODAL.ACKNOWLEDGE_TERMS_AND_DEPOSIT',
|
|
80
81
|
BRIDGE_FEE: 'APP.DEPOSIT_MODAL.BRIDGE_FEE',
|
|
82
|
+
DEPOSIT_ACKNOWLEDGEMENT: 'APP.DEPOSIT_MODAL.DEPOSIT_ACKNOWLEDGEMENT',
|
|
81
83
|
ENABLE_FOR_THIS_DEPOSIT: 'APP.DEPOSIT_MODAL.ENABLE_FOR_THIS_DEPOSIT',
|
|
82
84
|
ENABLE_SYMBOL: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL',
|
|
83
85
|
ENABLE_SYMBOL_ON_DYDX: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL_ON_DYDX',
|
|
@@ -25,6 +25,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
|
|
|
25
25
|
ISOLATED_MARGIN_LIVE_TITLE: 'NOTIFICATIONS.ISOLATED_MARGIN_LIVE.TITLE',
|
|
26
26
|
LIQUIDATION_BODY: 'NOTIFICATIONS.LIQUIDATION.BODY',
|
|
27
27
|
LIQUIDATION_TITLE: 'NOTIFICATIONS.LIQUIDATION.TITLE',
|
|
28
|
+
MARKET_PARAM_UPDATE_BODY: 'NOTIFICATIONS.MARKET_PARAM_UPDATE.BODY',
|
|
29
|
+
MARKET_PARAM_UPDATE_TITLE: 'NOTIFICATIONS.MARKET_PARAM_UPDATE.TITLE',
|
|
28
30
|
OFFSETTING_BODY: 'NOTIFICATIONS.OFFSETTING.BODY',
|
|
29
31
|
OFFSETTING_TITLE: 'NOTIFICATIONS.OFFSETTING.TITLE',
|
|
30
32
|
ORDER_CANCEL_BODY: 'NOTIFICATIONS.ORDER_CANCEL.BODY',
|