@dydxprotocol/v4-localization 1.1.131 → 1.1.133

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.
@@ -136,6 +136,7 @@
136
136
  "EQUITY": "Equity",
137
137
  "EST_APR": "Est. {PERCENTAGE} APR",
138
138
  "EST_GAS": "Est. Gas",
139
+ "EST_REWARDS": "Est. Rewards",
139
140
  "ESTIMATED": "Estimated",
140
141
  "EXPAND_SECTION": "Expand section",
141
142
  "EXPAND": "Expand",
@@ -1271,7 +1272,7 @@
1271
1272
  "LIMIT_PRICE": "Limit Price",
1272
1273
  "LIQUIDATED": "Liquidated",
1273
1274
  "LIQUIDATION": "Liquidation",
1274
- "LIQUIDATION_PRICE_SHORT": "Liq.",
1275
+ "LIQUIDATION_PRICE_SHORT": "Liq. Price",
1275
1276
  "LIQUIDATION_PRICE": "Liquidation Price",
1276
1277
  "LIQUIDITY": "Liquidity",
1277
1278
  "MAKER_FEE": "Maker Fee",
@@ -2081,7 +2082,7 @@
2081
2082
  "V4_TESTNET_IMPERATOR": "V4 Testnet 3(Imperator)"
2082
2083
  },
2083
2084
  "ERRORS": {
2084
- "BROADCAST_ERROR_SDK_5": "There is not enough balance in your chain wallet to cover the transaction fees, please deposit additional funds or update gas currency in Preferences.",
2085
+ "BROADCAST_ERROR_SDK_5": "There is not enough balance in your chain wallet to cover the transaction fees, please deposit additional funds.",
2085
2086
  "BROADCAST_ERROR_CLOB_2000": "Fill Or Kill order could not be fully filled.",
2086
2087
  "BROADCAST_ERROR_CLOB_2001": "Reduce-only orders cannot increase the position size.",
2087
2088
  "BROADCAST_ERROR_CLOB_2002": "Reduce-only orders cannot change the position side.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.131",
3
+ "version": "1.1.133",
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
 
@@ -363,6 +363,7 @@ export const APP_STRING_KEYS = {
363
363
  ESTIMATED: 'APP.GENERAL.ESTIMATED',
364
364
  EST_APR: 'APP.GENERAL.EST_APR',
365
365
  EST_GAS: 'APP.GENERAL.EST_GAS',
366
+ EST_REWARDS: 'APP.GENERAL.EST_REWARDS',
366
367
  EXPAND: 'APP.GENERAL.EXPAND',
367
368
  EXPAND_SECTION: 'APP.GENERAL.EXPAND_SECTION',
368
369
  FAST_WITHDRAW: 'APP.GENERAL.FAST_WITHDRAW',