@dydxprotocol/v4-localization 1.1.295 → 1.1.296
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.
|
@@ -1142,6 +1142,8 @@
|
|
|
1142
1142
|
"ACKNOWLEDGE_TERMS_AND_DEPOSIT": "Acknowledge terms and deposit",
|
|
1143
1143
|
"APPROVE_USDC": "Approve USDC",
|
|
1144
1144
|
"BRIDGE_FEE": "Bridge Fee",
|
|
1145
|
+
"CEX_EXAMPLES": "Coinbase, Binance, etc...",
|
|
1146
|
+
"DEPOSIT_METHOD": "Deposit method",
|
|
1145
1147
|
"DEPOSIT_VIA_COINBASE": "Deposit via Coinbase",
|
|
1146
1148
|
"ENABLE_FOR_THIS_DEPOSIT": "Enable for this deposit",
|
|
1147
1149
|
"ENABLE_SYMBOL_ON_DYDX": "Enable {SYMBOL} on dYdX",
|
|
@@ -1162,6 +1164,7 @@
|
|
|
1162
1164
|
"MINIMUM_DEPOSIT_AMOUNT": "Minimum Deposit Amount",
|
|
1163
1165
|
"MINIMUM_DEPOSIT_MET": "Nice! Your deposit meets the gasless deposit minimum of {GASLESS_DEPOSIT_THRESHOLD} {SYMBOL}. dYdX will cover the gas fees for this deposit.",
|
|
1164
1166
|
"MINIMUM_DEPOSIT_UNMET": "Deposit at least {GASLESS_DEPOSIT_THRESHOLD} {SYMBOL} and dYdX will pay the gas fees for this deposit!",
|
|
1167
|
+
"ONLY_SEND_ON_NOBLE": "Only send funds on Noble Network",
|
|
1165
1168
|
"EXCHANGE_RECEIVED": "Receive",
|
|
1166
1169
|
"SET_ALLOWANCE_EXPLANATION": "You must enable {SYMBOL} the first time you deposit on dYdX. You will only have to do this once.",
|
|
1167
1170
|
"SETTING_ALLOWANCE_EXPLANATION": "You will be able to deposit once your enable {SYMBOL} transaction confirms. You only have to do this once per asset.",
|
|
@@ -1172,6 +1175,7 @@
|
|
|
1172
1175
|
"TO_DEPOSIT_FROM_CEX": "To deposit from a centralized exchange, send {ASSET} on {NETWORK} to the address shown below.",
|
|
1173
1176
|
"ESTIMATED_TIME": "Estimated Time",
|
|
1174
1177
|
"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}",
|
|
1178
|
+
"QR_DEPOSIT": "QR Deposit",
|
|
1175
1179
|
"YOUR_FUNDS_AVAILABLE_FOR_TRADING": "Your funds are now available for trading.",
|
|
1176
1180
|
"YOUR_FUNDS_AVAILABLE_SOON": "Your funds will be available soon, and you may safely close this window.",
|
|
1177
1181
|
"YOU_MAY_CLOSE_WINDOW": "You may safely close this window.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -162,7 +162,9 @@ export const APP_STRING_KEYS = {
|
|
|
162
162
|
ACKNOWLEDGE_TERMS_AND_DEPOSIT: 'APP.DEPOSIT_MODAL.ACKNOWLEDGE_TERMS_AND_DEPOSIT',
|
|
163
163
|
APPROVE_USDC: 'APP.DEPOSIT_MODAL.APPROVE_USDC',
|
|
164
164
|
BRIDGE_FEE: 'APP.DEPOSIT_MODAL.BRIDGE_FEE',
|
|
165
|
+
CEX_EXAMPLES: 'APP.DEPOSIT_MODAL.CEX_EXAMPLES',
|
|
165
166
|
DEPOSIT_ACKNOWLEDGEMENT: 'APP.DEPOSIT_MODAL.DEPOSIT_ACKNOWLEDGEMENT',
|
|
167
|
+
DEPOSIT_METHOD: 'APP.DEPOSIT_MODAL.DEPOSIT_METHOD',
|
|
166
168
|
DEPOSIT_VIA_COINBASE: 'APP.DEPOSIT_MODAL.DEPOSIT_VIA_COINBASE',
|
|
167
169
|
ENABLE_FOR_THIS_DEPOSIT: 'APP.DEPOSIT_MODAL.ENABLE_FOR_THIS_DEPOSIT',
|
|
168
170
|
ENABLE_SYMBOL: 'APP.DEPOSIT_MODAL.ENABLE_SYMBOL',
|
|
@@ -185,6 +187,8 @@ export const APP_STRING_KEYS = {
|
|
|
185
187
|
MINIMUM_DEPOSIT_AMOUNT: 'APP.DEPOSIT_MODAL.MINIMUM_DEPOSIT_AMOUNT',
|
|
186
188
|
MINIMUM_DEPOSIT_MET: 'APP.DEPOSIT_MODAL.MINIMUM_DEPOSIT_MET',
|
|
187
189
|
MINIMUM_DEPOSIT_UNMET: 'APP.DEPOSIT_MODAL.MINIMUM_DEPOSIT_UNMET',
|
|
190
|
+
ONLY_SEND_ON_NOBLE: 'APP.DEPOSIT_MODAL.ONLY_SEND_ON_NOBLE',
|
|
191
|
+
QR_DEPOSIT: 'APP.DEPOSIT_MODAL.QR_DEPOSIT',
|
|
188
192
|
SETTING_ALLOWANCE_EXPLANATION: 'APP.DEPOSIT_MODAL.SETTING_ALLOWANCE_EXPLANATION',
|
|
189
193
|
SET_ALLOWANCE_EXPLANATION: 'APP.DEPOSIT_MODAL.SET_ALLOWANCE_EXPLANATION',
|
|
190
194
|
SLIPPAGE: 'APP.DEPOSIT_MODAL.SLIPPAGE',
|