@dydxprotocol/v4-localization 1.1.97 → 1.1.98

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.
@@ -211,6 +211,7 @@
211
211
  "MAXIMUM_LEVERAGE": "Maximum Leverage",
212
212
  "MAXIMUM_REWARDS": "Estimated Rewards",
213
213
  "MEME": "Meme",
214
+ "MEMO": "Memo",
214
215
  "MENU": "Menu",
215
216
  "METRICS": "Metrics",
216
217
  "MID_CAP": "Mid-cap",
@@ -1760,6 +1761,7 @@
1760
1761
  "INVALID_ADDRESS_TITLE": "Invalid wallet address",
1761
1762
  "INVALID_ADDRESS_BODY": "Please enter a valid dYdX chain address.",
1762
1763
  "PLEASE_CONFIRM_ADDRESS": "Please confirm that this is the desired address before proceeding.",
1764
+ "REQUIRED_FOR_TRANSFERS_TO_CEX": "Required for transfers to Centralized Exchanges",
1763
1765
  "SELECT_ADDRESS": "Enter or select address"
1764
1766
  },
1765
1767
  "DEPOSIT_WITH_FIAT": {
@@ -2223,7 +2225,8 @@
2223
2225
  "TRANSFER_INVALID_ETH_ADDRESS": "We could not find an account associated with this wallet address.",
2224
2226
  "TRANSFER_MORE_THAN_FREE": "You cannot transfer more than your free collateral.",
2225
2227
  "TRANSFER_TO_YOURSELF": "You cannot complete a direct transfer to your own wallet address.",
2226
- "TRANSFER_INSUFFICIENT_GAS": "The USDC balance {USDC_BALANCE} in your chain wallet may not cover the transaction fees. Please deposit additional funds."
2228
+ "TRANSFER_INSUFFICIENT_GAS": "The USDC balance {USDC_BALANCE} in your chain wallet may not cover the transaction fees. Please deposit additional funds.",
2229
+ "TRANSFER_WITHOUT_MEMO": "Transfering to a centralized exchange without a memo can result in a loss of funds."
2227
2230
  },
2228
2231
  "ADJUST_ISOLATED_MARGIN": {
2229
2232
  "ISOLATED_MARGIN_ADJUSTMENT_MORE_THAN_FREE": "You cannot transfer more than your free collateral.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.97",
3
+ "version": "1.1.98",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
3
+ // Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -164,6 +164,7 @@ export const APP_STRING_KEYS = {
164
164
  INVALID_ADDRESS_BODY: 'APP.DIRECT_TRANSFER_MODAL.INVALID_ADDRESS_BODY',
165
165
  INVALID_ADDRESS_TITLE: 'APP.DIRECT_TRANSFER_MODAL.INVALID_ADDRESS_TITLE',
166
166
  PLEASE_CONFIRM_ADDRESS: 'APP.DIRECT_TRANSFER_MODAL.PLEASE_CONFIRM_ADDRESS',
167
+ REQUIRED_FOR_TRANSFERS_TO_CEX: 'APP.DIRECT_TRANSFER_MODAL.REQUIRED_FOR_TRANSFERS_TO_CEX',
167
168
  SELECT_ADDRESS: 'APP.DIRECT_TRANSFER_MODAL.SELECT_ADDRESS',
168
169
 
169
170
  // DISCOVERABILITY
@@ -424,6 +425,7 @@ export const APP_STRING_KEYS = {
424
425
  MAX_BUYING_POWER: 'APP.GENERAL.MAX_BUYING_POWER',
425
426
  MAX_WITHDRAW: 'APP.GENERAL.MAX_WITHDRAW',
426
427
  MEME: 'APP.GENERAL.MEME',
428
+ MEMO: 'APP.GENERAL.MEMO',
427
429
  MENU: 'APP.GENERAL.MENU',
428
430
  METRICS: 'APP.GENERAL.METRICS',
429
431
  MID_CAP: 'APP.GENERAL.MID_CAP',
@@ -1782,6 +1784,7 @@ export const ERRORS_STRING_KEYS = {
1782
1784
  TRANSFER_INVALID_ETH_ADDRESS: 'ERRORS.TRANSFER_MODAL.TRANSFER_INVALID_ETH_ADDRESS',
1783
1785
  TRANSFER_MORE_THAN_FREE: 'ERRORS.TRANSFER_MODAL.TRANSFER_MORE_THAN_FREE',
1784
1786
  TRANSFER_TO_YOURSELF: 'ERRORS.TRANSFER_MODAL.TRANSFER_TO_YOURSELF',
1787
+ TRANSFER_WITHOUT_MEMO: 'ERRORS.TRANSFER_MODAL.TRANSFER_WITHOUT_MEMO',
1785
1788
 
1786
1789
  // TRIGGERS_FORM
1787
1790