@dydxprotocol/v4-localization 1.1.291 → 1.1.292

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.
@@ -1068,7 +1068,15 @@
1068
1068
  "DID_NOT_GET_EMAIL": "Didn’t get an email?",
1069
1069
  "RESEND_CODE": "Resend code",
1070
1070
  "INVALID_CODE": "Invalid code",
1071
- "CODE_SENT": "Code sent"
1071
+ "CODE_SENT": "Code sent",
1072
+ "DEPOSIT_FROM_CEX": "Deposit from CEX",
1073
+ "COPY_NOBLE": "Copy Noble address",
1074
+ "YOUR_NOBLE_ADDRESS": "Your Noble Address",
1075
+ "CASH_WITH": "Cash with {VENDER}",
1076
+ "DEBIT": "Debit",
1077
+ "PAY_WITH": "Pay with",
1078
+ "CRYPTO": "Crypto",
1079
+ "OTHER_CRYPTO": "Other crypto"
1072
1080
  },
1073
1081
  "SIGN_INTO_MOBILE": {
1074
1082
  "TITLE_SIGN_INTO_MOBILE": "Sign into mobile",
@@ -1158,6 +1166,7 @@
1158
1166
  "SUBJECT_TO_RULES": "Subject to these rules",
1159
1167
  "SWAP": "Swap",
1160
1168
  "TO_DEPOSIT_FROM_COINBASE": "To deposit from Coinbase, send {ASSET} on {NETWORK} to the address shown below.",
1169
+ "TO_DEPOSIT_FROM_CEX": "To deposit from a centralized exchange, send {ASSET} on {NETWORK} to the address shown below.",
1161
1170
  "ESTIMATED_TIME": "Estimated Time",
1162
1171
  "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}",
1163
1172
  "YOUR_FUNDS_AVAILABLE_FOR_TRADING": "Your funds are now available for trading.",
@@ -403,6 +403,7 @@
403
403
  "DYDX_ADDRESS": "dYdX Chain address",
404
404
  "SOURCE_ADDRESS": "Source address",
405
405
  "DYDX_ADDRESS_COPIED": "dYdX Chain address is copied to clipboard.",
406
+ "NOBLE_ADDRESS_COPIED": "Noble address is copied to clipboard.",
406
407
  "SOURCE_ADDRESS_COPIED": "Source address is copied to clipboard.",
407
408
  "DYDX_MNEMONIC_COPIED": "Secret phrase is copied to clipboard.",
408
409
  "SYSTEM_STATUS": "System Status",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.291",
3
+ "version": "1.1.292",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -190,6 +190,7 @@ export const APP_STRING_KEYS = {
190
190
  SLIPPAGE: 'APP.DEPOSIT_MODAL.SLIPPAGE',
191
191
  SUBJECT_TO_RULES: 'APP.DEPOSIT_MODAL.SUBJECT_TO_RULES',
192
192
  SWAP: 'APP.DEPOSIT_MODAL.SWAP',
193
+ TO_DEPOSIT_FROM_CEX: 'APP.DEPOSIT_MODAL.TO_DEPOSIT_FROM_CEX',
193
194
  TO_DEPOSIT_FROM_COINBASE: 'APP.DEPOSIT_MODAL.TO_DEPOSIT_FROM_COINBASE',
194
195
  YOUR_DEPOSIT: 'APP.DEPOSIT_MODAL.YOUR_DEPOSIT',
195
196
  YOUR_FUNDS_AVAILABLE_FOR_TRADING: 'APP.DEPOSIT_MODAL.YOUR_FUNDS_AVAILABLE_FOR_TRADING',
@@ -1164,6 +1165,7 @@ export const APP_STRING_KEYS = {
1164
1165
  AMOUNT_RECEIVED: 'APP.ONBOARDING.AMOUNT_RECEIVED',
1165
1166
  API_KEYS_NOT_FOUND: 'APP.ONBOARDING.API_KEYS_NOT_FOUND',
1166
1167
  APPEARS_OUTSIDE_ACCESS: 'APP.ONBOARDING.APPEARS_OUTSIDE_ACCESS',
1168
+ CASH_WITH: 'APP.ONBOARDING.CASH_WITH',
1167
1169
  CHAIN_GAS_FEES: 'APP.ONBOARDING.CHAIN_GAS_FEES',
1168
1170
  CHAIN_GAS_FEES_SHORT: 'APP.ONBOARDING.CHAIN_GAS_FEES_SHORT',
1169
1171
  CHECK_EMAIL_FOR_OTP_CODE: 'APP.ONBOARDING.CHECK_EMAIL_FOR_OTP_CODE',
@@ -1177,13 +1179,17 @@ export const APP_STRING_KEYS = {
1177
1179
  CONNECT_YOUR_WALLET_EXTENDED: 'APP.ONBOARDING.CONNECT_YOUR_WALLET_EXTENDED',
1178
1180
  CONNECT_YOUR_WALLET_SEARCH: 'APP.ONBOARDING.CONNECT_YOUR_WALLET_SEARCH',
1179
1181
  CONNECT_YOUR_WALLET_SUBTITLE: 'APP.ONBOARDING.CONNECT_YOUR_WALLET_SUBTITLE',
1182
+ COPY_NOBLE: 'APP.ONBOARDING.COPY_NOBLE',
1180
1183
  COULD_NOT_FIND_AFFILIATE: 'APP.ONBOARDING.COULD_NOT_FIND_AFFILIATE',
1181
1184
  CREATE_OR_VERIFY_COSMOS_ADDRESS: 'APP.ONBOARDING.CREATE_OR_VERIFY_COSMOS_ADDRESS',
1182
1185
  CREDITED_WITH: 'APP.ONBOARDING.CREDITED_WITH',
1186
+ CRYPTO: 'APP.ONBOARDING.CRYPTO',
1187
+ DEBIT: 'APP.ONBOARDING.DEBIT',
1183
1188
  DEPOSIT_ALERT_SUBTITLE: 'APP.ONBOARDING.DEPOSIT_ALERT_SUBTITLE',
1184
1189
  DEPOSIT_ALERT_TITLE: 'APP.ONBOARDING.DEPOSIT_ALERT_TITLE',
1185
1190
  DEPOSIT_AVAILABLE: 'APP.ONBOARDING.DEPOSIT_AVAILABLE',
1186
1191
  DEPOSIT_COMPLETE: 'APP.ONBOARDING.DEPOSIT_COMPLETE',
1192
+ DEPOSIT_FROM_CEX: 'APP.ONBOARDING.DEPOSIT_FROM_CEX',
1187
1193
  DEPOSIT_OF: 'APP.ONBOARDING.DEPOSIT_OF',
1188
1194
  DEPOSIT_PENDING: 'APP.ONBOARDING.DEPOSIT_PENDING',
1189
1195
  DEPOSIT_STATUS: 'APP.ONBOARDING.DEPOSIT_STATUS',
@@ -1236,6 +1242,8 @@ export const APP_STRING_KEYS = {
1236
1242
  NO_FUTURE_ACCESS: 'APP.ONBOARDING.NO_FUTURE_ACCESS',
1237
1243
  NO_VPN_USE: 'APP.ONBOARDING.NO_VPN_USE',
1238
1244
  ONBOARDING: 'APP.ONBOARDING.ONBOARDING',
1245
+ OTHER_CRYPTO: 'APP.ONBOARDING.OTHER_CRYPTO',
1246
+ PAY_WITH: 'APP.ONBOARDING.PAY_WITH',
1239
1247
  PENDING_DEPOSIT_CONFIRMATION: 'APP.ONBOARDING.PENDING_DEPOSIT_CONFIRMATION',
1240
1248
  PENDING_TOKEN_APPROVAL: 'APP.ONBOARDING.PENDING_TOKEN_APPROVAL',
1241
1249
  PERMITTED_TO_USE: 'APP.ONBOARDING.PERMITTED_TO_USE',
@@ -1313,6 +1321,7 @@ export const APP_STRING_KEYS = {
1313
1321
  WRONG_NETWORK: 'APP.ONBOARDING.WRONG_NETWORK',
1314
1322
  WRONG_NETWORK_EXPLANATION_PRODUCTION: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_PRODUCTION',
1315
1323
  WRONG_NETWORK_EXPLANATION_STAGING: 'APP.ONBOARDING.WRONG_NETWORK_EXPLANATION_STAGING',
1324
+ YOUR_NOBLE_ADDRESS: 'APP.ONBOARDING.YOUR_NOBLE_ADDRESS',
1316
1325
  YOU_AGREE_TO_TERMS: 'APP.ONBOARDING.YOU_AGREE_TO_TERMS',
1317
1326
 
1318
1327
  // ONBOARDING_MODAL