@dydxprotocol/v4-localization 1.1.119 → 1.1.120

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.
@@ -132,6 +132,7 @@
132
132
  "EMAIL": "Email",
133
133
  "ENDED": "Ended",
134
134
  "EQUITY": "Equity",
135
+ "EST_APR": "Est. {PERCENTAGE} APR",
135
136
  "EST_GAS": "Est. Gas",
136
137
  "ESTIMATED": "Estimated",
137
138
  "EXPAND_SECTION": "Expand section",
@@ -989,6 +990,7 @@
989
990
  "AMOUNT_TO_STAKE": "Amount to Stake",
990
991
  "SELECTED_VALIDATOR": "Selected Validator",
991
992
  "ENTER_AMOUNT_TO_STAKE": "Enter amount to stake",
993
+ "KEPLR_DASHBOARD": "Keplr Dashboard",
992
994
  "STAKED_BALANCE": "Staked Balance",
993
995
  "STAKING_LEGAL_DISCLAIMER": "You are staking your assets to a validator node operated by a third party. The operator of this site is not responsible for such staking services provided by third parties. Stake to another validator with {KEPLR_DASHBOARD_LINK} or liquid stake with {STRIDE_LINK}."
994
996
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.119",
3
+ "version": "1.1.120",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -359,6 +359,7 @@ export const APP_STRING_KEYS = {
359
359
  ENDED: 'APP.GENERAL.ENDED',
360
360
  EQUITY: 'APP.GENERAL.EQUITY',
361
361
  ESTIMATED: 'APP.GENERAL.ESTIMATED',
362
+ EST_APR: 'APP.GENERAL.EST_APR',
362
363
  EST_GAS: 'APP.GENERAL.EST_GAS',
363
364
  EXPAND: 'APP.GENERAL.EXPAND',
364
365
  EXPAND_SECTION: 'APP.GENERAL.EXPAND_SECTION',
@@ -1274,6 +1275,7 @@ export const APP_STRING_KEYS = {
1274
1275
 
1275
1276
  AMOUNT_TO_STAKE: 'APP.STAKE_MODAL.AMOUNT_TO_STAKE',
1276
1277
  ENTER_AMOUNT_TO_STAKE: 'APP.STAKE_MODAL.ENTER_AMOUNT_TO_STAKE',
1278
+ KEPLR_DASHBOARD: 'APP.STAKE_MODAL.KEPLR_DASHBOARD',
1277
1279
  SELECTED_VALIDATOR: 'APP.STAKE_MODAL.SELECTED_VALIDATOR',
1278
1280
  STAKED_BALANCE: 'APP.STAKE_MODAL.STAKED_BALANCE',
1279
1281
  STAKE_DESCRIPTION: 'APP.STAKE_MODAL.STAKE_DESCRIPTION',