@dydxprotocol/v4-localization 1.1.295 → 1.1.297
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",
|
|
@@ -1150,6 +1152,8 @@
|
|
|
1150
1152
|
"EXCHANGE_RATE": "Exchange Rate",
|
|
1151
1153
|
"EXPECTED_DEPOSIT_AMOUNT": "Expected Deposit Amount",
|
|
1152
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.",
|
|
1153
1157
|
"GASLESS_DEPOSITS_DESCRIPTION_PLURAL": "You have {NUM_DEPOSITS} gasless deposits available.",
|
|
1154
1158
|
"GASLESS_DEPOSITS_DESCRIPTION_SINGULAR": "You have {NUM_DEPOSITS} gasless deposit available.",
|
|
1155
1159
|
"GASLESS_DEPOSITS_RESET": "Your gasless deposit limit resets every three days.",
|
|
@@ -1162,6 +1166,7 @@
|
|
|
1162
1166
|
"MINIMUM_DEPOSIT_AMOUNT": "Minimum Deposit Amount",
|
|
1163
1167
|
"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
1168
|
"MINIMUM_DEPOSIT_UNMET": "Deposit at least {GASLESS_DEPOSIT_THRESHOLD} {SYMBOL} and dYdX will pay the gas fees for this deposit!",
|
|
1169
|
+
"ONLY_SEND_ON_NOBLE": "Only send funds on Noble Network",
|
|
1165
1170
|
"EXCHANGE_RECEIVED": "Receive",
|
|
1166
1171
|
"SET_ALLOWANCE_EXPLANATION": "You must enable {SYMBOL} the first time you deposit on dYdX. You will only have to do this once.",
|
|
1167
1172
|
"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 +1177,7 @@
|
|
|
1172
1177
|
"TO_DEPOSIT_FROM_CEX": "To deposit from a centralized exchange, send {ASSET} on {NETWORK} to the address shown below.",
|
|
1173
1178
|
"ESTIMATED_TIME": "Estimated Time",
|
|
1174
1179
|
"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}",
|
|
1180
|
+
"QR_DEPOSIT": "QR Deposit",
|
|
1175
1181
|
"YOUR_FUNDS_AVAILABLE_FOR_TRADING": "Your funds are now available for trading.",
|
|
1176
1182
|
"YOUR_FUNDS_AVAILABLE_SOON": "Your funds will be available soon, and you may safely close this window.",
|
|
1177
1183
|
"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',
|
|
@@ -173,6 +175,8 @@ export const APP_STRING_KEYS = {
|
|
|
173
175
|
EXCHANGE_RECEIVED: 'APP.DEPOSIT_MODAL.EXCHANGE_RECEIVED',
|
|
174
176
|
EXPECTED_DEPOSIT_AMOUNT: 'APP.DEPOSIT_MODAL.EXPECTED_DEPOSIT_AMOUNT',
|
|
175
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',
|
|
176
180
|
GASLESS_DEPOSITS_DESCRIPTION_PLURAL: 'APP.DEPOSIT_MODAL.GASLESS_DEPOSITS_DESCRIPTION_PLURAL',
|
|
177
181
|
GASLESS_DEPOSITS_DESCRIPTION_SINGULAR: 'APP.DEPOSIT_MODAL.GASLESS_DEPOSITS_DESCRIPTION_SINGULAR',
|
|
178
182
|
GASLESS_DEPOSITS_RESET: 'APP.DEPOSIT_MODAL.GASLESS_DEPOSITS_RESET',
|
|
@@ -185,6 +189,8 @@ export const APP_STRING_KEYS = {
|
|
|
185
189
|
MINIMUM_DEPOSIT_AMOUNT: 'APP.DEPOSIT_MODAL.MINIMUM_DEPOSIT_AMOUNT',
|
|
186
190
|
MINIMUM_DEPOSIT_MET: 'APP.DEPOSIT_MODAL.MINIMUM_DEPOSIT_MET',
|
|
187
191
|
MINIMUM_DEPOSIT_UNMET: 'APP.DEPOSIT_MODAL.MINIMUM_DEPOSIT_UNMET',
|
|
192
|
+
ONLY_SEND_ON_NOBLE: 'APP.DEPOSIT_MODAL.ONLY_SEND_ON_NOBLE',
|
|
193
|
+
QR_DEPOSIT: 'APP.DEPOSIT_MODAL.QR_DEPOSIT',
|
|
188
194
|
SETTING_ALLOWANCE_EXPLANATION: 'APP.DEPOSIT_MODAL.SETTING_ALLOWANCE_EXPLANATION',
|
|
189
195
|
SET_ALLOWANCE_EXPLANATION: 'APP.DEPOSIT_MODAL.SET_ALLOWANCE_EXPLANATION',
|
|
190
196
|
SLIPPAGE: 'APP.DEPOSIT_MODAL.SLIPPAGE',
|