@dydxprotocol/v4-localization 1.1.137 → 1.1.138

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.
@@ -157,6 +157,7 @@
157
157
  "GAS_FEE": "Gas fee",
158
158
  "GASLESS_DEPOSITS": "Gasless deposits",
159
159
  "GENERAL": "General",
160
+ "GET_DYDX_ON_PHONE": "Get dYdX on your phone",
160
161
  "GO_BACK": "Go back",
161
162
  "GO_TO_MARKET": "Go to market",
162
163
  "GOVERNANCE": "Governance",
@@ -1978,6 +1979,8 @@
1978
1979
  "HIDE_STEPS": "Hide steps",
1979
1980
  "IMPACT_NOTIONAL": "Impact notional",
1980
1981
  "LIQUIDITY_TIER": "Liquidity tier",
1982
+ "LIST_A_NEW_MARKET": "List a new market",
1983
+ "LISTINGS_DESCRIPTION": "Listings on dYdX are completely community-driven. This tool will help you submit a governance proposal to list a new market.",
1981
1984
  "MESSAGE_DETAILS": "Message details",
1982
1985
  "MSG_CREATE_CLOB_PAIR": "Msg create clobPair",
1983
1986
  "MSG_CREATE_ORACLE_MARKET": "Msg create oracle market",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.137",
3
+ "version": "1.1.138",
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
 
@@ -385,6 +385,7 @@ export const APP_STRING_KEYS = {
385
385
  GASLESS_DEPOSITS: 'APP.GENERAL.GASLESS_DEPOSITS',
386
386
  GAS_FEE: 'APP.GENERAL.GAS_FEE',
387
387
  GENERAL: 'APP.GENERAL.GENERAL',
388
+ GET_DYDX_ON_PHONE: 'APP.GENERAL.GET_DYDX_ON_PHONE',
388
389
  GOVERNANCE: 'APP.GENERAL.GOVERNANCE',
389
390
  GO_BACK: 'APP.GENERAL.GO_BACK',
390
391
  GO_TO_MARKET: 'APP.GENERAL.GO_TO_MARKET',
@@ -819,6 +820,8 @@ export const APP_STRING_KEYS = {
819
820
  HIDE_STEPS: 'APP.NEW_MARKET_WIDGET.HIDE_STEPS',
820
821
  IMPACT_NOTIONAL: 'APP.NEW_MARKET_WIDGET.IMPACT_NOTIONAL',
821
822
  LIQUIDITY_TIER: 'APP.NEW_MARKET_WIDGET.LIQUIDITY_TIER',
823
+ LISTINGS_DESCRIPTION: 'APP.NEW_MARKET_WIDGET.LISTINGS_DESCRIPTION',
824
+ LIST_A_NEW_MARKET: 'APP.NEW_MARKET_WIDGET.LIST_A_NEW_MARKET',
822
825
  MESSAGE_DETAILS: 'APP.NEW_MARKET_WIDGET.MESSAGE_DETAILS',
823
826
  MSG_CREATE_CLOB_PAIR: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_CLOB_PAIR',
824
827
  MSG_CREATE_ORACLE_MARKET: 'APP.NEW_MARKET_WIDGET.MSG_CREATE_ORACLE_MARKET',