@dydxprotocol/v4-localization 1.1.32 → 1.1.33

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.
@@ -105,6 +105,7 @@
105
105
  "DISCOUNT": "Discount",
106
106
  "DISMISS": "Dismiss",
107
107
  "DONE": "Done",
108
+ "DOWNLOAD_MOBILE_APP": "Download mobile app",
108
109
  "DYDX_CHAIN_ADDRESS": "dYdX Chain Address",
109
110
  "DYDX_CHAIN": "dYdX Chain",
110
111
  "EARNED": "Earned",
@@ -231,6 +232,7 @@
231
232
  "SAFETY": "Safety",
232
233
  "SAVE": "Save",
233
234
  "SAVED": "Saved",
235
+ "SCAN_TO_DOWNLOAD": "Scan to download app",
234
236
  "SELECT_ASSET": "Select an asset",
235
237
  "SELECT_CHAIN": "Select a chain",
236
238
  "SELL": "Sell",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -271,6 +271,7 @@ export const APP_STRING_KEYS = {
271
271
  DISCOUNT: 'APP.GENERAL.DISCOUNT',
272
272
  DISMISS: 'APP.GENERAL.DISMISS',
273
273
  DONE: 'APP.GENERAL.DONE',
274
+ DOWNLOAD_MOBILE_APP: 'APP.GENERAL.DOWNLOAD_MOBILE_APP',
274
275
  DYDX_CHAIN: 'APP.GENERAL.DYDX_CHAIN',
275
276
  DYDX_CHAIN_ADDRESS: 'APP.GENERAL.DYDX_CHAIN_ADDRESS',
276
277
  EARNED: 'APP.GENERAL.EARNED',
@@ -398,6 +399,7 @@ export const APP_STRING_KEYS = {
398
399
  SAFETY: 'APP.GENERAL.SAFETY',
399
400
  SAVE: 'APP.GENERAL.SAVE',
400
401
  SAVED: 'APP.GENERAL.SAVED',
402
+ SCAN_TO_DOWNLOAD: 'APP.GENERAL.SCAN_TO_DOWNLOAD',
401
403
  SELECT_ASSET: 'APP.GENERAL.SELECT_ASSET',
402
404
  SELECT_CHAIN: 'APP.GENERAL.SELECT_CHAIN',
403
405
  SELL: 'APP.GENERAL.SELL',